@charset "utf-8";
/* CSS Document */

/* =========================
	body
========================= */

body {
	background: #fff url(../img/all/body.jpg) center top;
	font-size: 13px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	line-height: 2em;
	color: #333;
}

p {
	margin: 0;
	color: ;
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: none;
}

a:link,
a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	word-break: break-all;
}

a:focus {
	outline: none;
}

table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	word-break: break-all;
	color: ;
	border: 1px solid #876;
}

tr {
	border-bottom: ;
}

th,
td{
	padding: 4px;
	border: 1px solid #876;
}

th {
	background: rgba(237,231,222,0.5);
	width: 25%;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	color: ;
}

td {
	background: ;
	word-break: break-all;
	text-align: left;
	padding-left: 10px;
}

ul {
	list-style-type: none;
	padding: 0;
}
ul:after {
	display: block;
	content: "";
	clear: both;
}

dl {
	margin: 0;
}
dl dd {
	margin: 0;
}
dl:after {
	display: block;
	content: "";
	clear: both;
}



/* =========================
	logo
========================= */

.header_inner {
	margin:  0 auto;
	/*text-align: center;*/
	background: rgba(253,253,253,0.85);
}

h1 {
	background: ;
	text-align: center;
	margin: 0 auto;
	padding: 20px 10%;
	line-height: 0;
}
h1 img {
	width: 80%;
	max-width: 270px;
}

/* =========================
	slider
========================= */

.slider_box {
	max-width: 700px;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}


/* =========================
	g_menu
========================= */

.g_menu {
	min-height: 1em;
	line-height: 1em;
	margin: 0;
	padding-top: 0px;
	background: ;
	text-align: center;
	/*border-top: solid 1px #999;*/
}

.g_menu a {
	display: inline-block;
	width: 50%;
	max-width: 350px;
}

.g_menu img {
	max-width: 180px;
}


/* =========================
	menu
========================= */

.menu {
	margin: 0 ;
	padding-top: 3px;
	padding-bottom: 3px;
	background: rgba(253,253,253,0.85);
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
}

.menu ul {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.menu ul li {
	background: ;
	border-bottom: 1px solid #ca4;
	line-height: 0;
	list-style: none;
	text-align: center;
}
.menu ul li:last-child {
	border-bottom: none;
}

.menu ul li a {
	display: block;
	padding: 6px 10px;
	background: url(../img/menu/arrow.png) no-repeat 95% 50%;
	background-size: auto 14px;
	text-decoration: none;
}


/* =========================
	footer_menu
========================= */

.footer_menu {
	margin: 0 auto;
	padding: 20px 5% 50px;
	background:  url(../img/all/bg_btm.jpg) no-repeat center bottom / 150% auto;
	text-align: center;
}

.footer_menu img {
	margin-top: 10px;
}

.footer_menu ul li img {
	margin-top: 0;
}

.footer_menu .konome_t {
	display: none;
}
.mfp-content .konome_t {
	background: #fff;
}
.mfp-content .konome_t h4 {
	color: #333;
	text-align: center;
	font-size: 1.4em;
}

.footer_menu .tel {
	margin-top: 30px;
}

/* =========================
	f_menu
========================= */

.f_menu {
	margin: 0;
	background: ;
	border-top: ;
}

.f_menu:after {
	content: "";
	display: block;
	clear: both;
}

.f_menu img {
	max-width: 160px;
}

.f_menu ul {
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.f_menu li {
	float: left;
	width: 50%;
	padding: 5px 0;
	line-height: 0;
	text-align: center;
	list-style: none;
}

/* =========================
	footer
========================= */

.footer {
	margin: 0;
	background: url(../img/all/bg_footer.jpg);
}

.footer_inner {
	background: ;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0;
}

.footer_inner img {
	width: 60%;
	max-width: 270px;
}

.footer_inner p {
	margin: 10px 0;
	color: #fff;
	text-align: center;
}

.footer_inner span {
	display: inline-block;
	margin-right: 5px;
}

.copyright {
	padding: 10px 10px;
	background: rgba(0,0,0,1.00);
	margin: 0;
	font-size: 11px;
	text-align: center;
	border-top: ;
}

.copyright p {
	margin: 0;
	color: #aaa;
}


/* =========================
	Contents
========================= */

.contents {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
}

.contents p {
	padding: 2% 0;
}

.link a {
	display: block;
	width: 60%;
	max-width: 200px;
	margin: 30px auto;
	padding: 15px 20px;
	background: #ccaa44;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.link2 {
	display: block;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}

.text_contents {
	max-width: 530px;
	margin: 0 auto;
	padding: 1px 15px 15px;
}

.lightbox:after {
	content: "";
	display: block;
	clear: both;
}

.lightbox_info {
	margin: -15px 0 -5px;
	font-size: 11px;
	text-align: center;
}

.inline_block span {
	display: inline-block;
}


/* =========================
	page
========================= */
h3.title_text {
	background: ;
	margin: ;
	padding: 5px 10px;
	font-size: 1.6em;
	font-weight: bold;
	color: ;
	text-align: ;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}
h3.title {
	padding: 10px 10px 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	text-align: center;
}

h4.title_text {
	background: ;
	margin:0 0 8px ;
	padding: ;
	font-size: 1.4em;
	font-weight: bold;
	color: ;
	text-align: ;
}
h4.title {
	padding: 10px 10px 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	text-align: center;
}

h5 {
	background: ;
	margin: 0;
	padding: ;
	font-size: 1.1em;
	font-weight: normal;
	color: ;
	text-align: ;
}
 .sub_box {
 	margin: 10px auto 20px;
 	padding: 20px 0 10px;
 }
.att {
	background: ;
	padding: ;
}
.img2 {
	display: table;
	margin: 0 auto;
}
.img2 li {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.img2 li:nth-of-type(2n+1) {
	margin-left: 0;
}

.img2.flex {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: flex-start;
	gap:10px 2%;
	box-sizing:border-box;
	flex-wrap: wrap;
}
.img2.flex *{
	box-sizing:border-box;
}
.img2.flex li {
	float: none;
	width: 49%;
	height:auto;
	margin-left: 0%;
}
.img2.flex li:nth-of-type(2n+1) {
	margin-left: 0;
}
.img2.flex li img{
	width: 100%;
	height:auto;
}
.img2.flex:after {
	content:"";
	display: block;
	width: 49%;
	height:0;
}
.img2.flex:before {
	content:"";
	display: block;
	width: 49%;
	height:0;
	order:100;
}
/*------------------ index ------------------*/
.header {
	margin: 0 auto;
}

.lead {
	background: url(../img/all/bg_top.jpg) no-repeat center top / 130% auto;
	width: 96%;
	padding: 30px 2% 0;
}

#index .greeting {
	background: url(../img/all/deco_leaf.png) no-repeat right 30% / 150% auto  , url(../img/all/deco_leaf.png) no-repeat left bottom / 150% auto  ,url(../img/all/bg_top.jpg) no-repeat center top / 130% auto;
	width: 96%;
	padding: 30px 2%;
}

#index .point {
	width: 100%;
}
#index .point .cont_bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 300px;
}
#index .point .point01 .cont_bg {
	background-image: url(../img/index/point01img.jpg) ;
}
#index .point .point02 .cont_bg {
	background-image: url(../img/index/point02img.jpg) ;
}
#index .point .point03 .cont_bg {
	background-image: url(../img/index/point03img.jpg) ;
}
#index .point .text_contents {
	background: url(../img/all/mat.png) ;
	width: 85%;
	margin-top: -50px;
	margin-bottom: 50px;
}
#index .point .text_contents h3 {
	margin-top: -50px;;
}
#index .point .text_contents .btn {
	min-width: 200px;
	width: auto;
	height: 50px;
	display: inline-table;
}
#index .point .text_contents .btn a {
	background: rgba(205,170,70,1.00);
	text-decoration: none;
	color: #fff;
	font-weight: ;
	font-size: 1em;
	line-height: 1em;
	display: table-cell;
	vertical-align: middle;
	padding: 0 1em 0 3em;
}
#index .point .text_contents .btn a:after {
	font-family: ;
	content: ">";
	margin-left: 2em;
}

/*------------------ cuisine ------------------*/

.cuisine_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/cuisine/cuisine_title.png) no-repeat center center , url(../img/all/dot.png) repeat center top , url(../img/cuisine/cuisine.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.cuisine_title h2 {
		background-size: 35% auto , , cover;
	}
}

#cuisine .ryo01 , 
#cuisine .ryo02 {
	position: relative;
	background: rgba(204,170,68,0.20);
	width: 96%;
	margin: 80px auto 0;
	padding: 0 2% 50px;
}
#cuisine .ryo01 h3 ,
#cuisine .ryo02 h3 {
	position: relative;
	top: -20px;
}
#cuisine .ryo01 .icon ,
#cuisine .ryo02 .icon {
	position: absolute;
	right: 0;
	bottom: -30px;
	z-index: -1;
}
		
/*------------------ facilities ------------------*/

.facilities_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/facilities/facilities_title.png) no-repeat center center , url(../img/all/dot.png) repeat center top ,url(../img/facilities/facilities.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.facilities_title h2 {
		background-size: 40% auto ,  , cover;
	}
}

#facilities .kan01 ,
#facilities .kan02 ,
#facilities .kan03 ,
#facilities .kan04 {
	position: relative;
	background: url(../img/all/deco_leaf.png) no-repeat left 18% / 200% auto;
	width: 96%;
	margin-bottom: 80px;
	padding: 0 2%;
}
#facilities .kan01 .mat ,
#facilities .kan02 .mat ,
#facilities .kan03 .mat ,
#facilities .kan04 .mat  {
	position: absolute;
	top: 50px;
	left: 3%;
	background-color: rgba(204,170,68,0.20);
	width: 94%;
	height: 100%;
	z-index: -1;
}

#facilities .kan05 {
	background: rgba(204,170,68,0.20);
	width: 96%;
	padding: 20px 2% 1px;
}
#facilities .kan05 .slider_wrap {
	margin-top: 30px;
}

#facilities .slider_wrap {
	margin: 0 -2%;
}
#facilities .slider_wrap li {
	margin-left: 5px;
}
		
/*------------------ suzushiro ------------------*/

.suzushiro_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/suzushiro/suzushiro_title.png) no-repeat center center , url(../img/all/dot.png) repeat center top ,url(../img/suzushiro/suzushiro.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.suzushiro_title h2 {
		background-size: 80% auto ,  , cover;
	}
}

#suzushiro .mat {
	background: rgba(204,170,68,0.20);
	width: 96%;
	padding: 20px 2% 30px;
}

/*------------------ price ------------------*/

.price_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/price/reservation_title.png) no-repeat center center , url(../img/all/dot.png) repeat center top ,url(../img/price/price.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.price_title h2 {
		background-size: 60% auto ,  , cover;
	}
}

#price .mat {
	background: rgba(204,170,68,0.20);
	padding: 20px 2% 30px;
}

#price table td {
	text-align: center;
}

/*------------------ sightseeing ------------------*/

.sightseeing_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/sightseeing/sightseeing_title.png) no-repeat center center , url(../img/all/dot.png) repeat center top ,url(../img/sightseeing/sightseeing.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.sightseeing_title h2 {
		background-size: 40% auto ,  , cover;
	}
}

#sightseeing #gmap {
	width: 100%;
	height: 300px;
}
#sightseeing #gmap h4 {
	margin: 0;
}
#sightseeing #gmap a {
	text-decoration: none;
	font-weight: normal;
	color: #ca4;
	
}

#sightseeing .sub_box {
	background: #fff;
	max-width: 480px;
	padding:  10px 2%;
}
#sightseeing .sub_box .title_box h4 {
	margin-bottom: 5px;
}
#sightseeing .sub_box .title_box h4 a {
	text-decoration: none;
}
	
	
/*------------------ access ------------------*/

.access_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/access/access_title.png) no-repeat center center , url(../img/all/dot.png) repeat center top ,url(../img/access/access.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.access_title h2 {
		background-size: 40% auto ,  , cover;
	}
}
		
/*------------------ movie ------------------*/

.movie_contents {
	width: 96%;
	max-width: 700px;
	margin: 30px auto 0;
	padding-bottom: 1px;
}

.movie_contents p,
.movie_contents h2 {
	margin-top: 0;
	text-align: center;
	color: ;
}

.movie_contents span {
	display: inline-block;
}

.movie_contents strong {
	display: inline-block;
	margin: 0 10px;
}

.movie {
	padding: 0;
}

.movie_box {
	margin: 10px 0 30px;
}
 
 #movie_top .header_inner {
 	padding-top: 0;
 } 

/* =========================
	add
========================= */

/*------------------ float ------------------*/

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.float_clear:after {
	content: "";
	display: block;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.img_left {
	width: 49%;
	float: left;
	margin: 1% 0;
	line-height: 0;
	text-align: left;
}

.img_right {
	width: 49%;
	float: right;
	margin: 1% 0;
	line-height: 0;
	text-align: right;
}

/*------------------ margin ------------------*/

.m0 {
	margin: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}


/*------------------ line_height ------------------*/

.line_height {
	line-height: 0;
	text-align: center;
}

.large {
	font-size: 1.2em;
}
.small {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}