@charset "utf-8";
/* contents.css */

/*==========================================================
	 見出し
==========================================================*/
.htype1{
	position: relative;
	width: 100%;
	line-height: 1.2;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
	font-family: "webHanSerif","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
.htype1 span{
	font-family: 'Noto Serif', serif;
	text-align: center;
	color:#9d8e72;
	font-size: 14px;
}
.htype1:before, .htype1:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 240px;
	height: 2px;
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}
.htype1:before {left:0;}
.htype1:after {right: 0;}

@media only screen and ( max-width : 599px ) {/*スマホ用*/
.htype1{
	position: relative;
	width: 100%;
	line-height: 1.2;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	font-family: "webHanSerif","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
.htype1:before, .htype1:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 12%;
	height: 2px;
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}
}

.htype2{
	text-align: center;
	font-family: "webHanSerif","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 24px;
	line-height: 1;
}
.htype2 span{
	font-family: 'Noto Serif', serif;
	text-align: center;
	color:#9d8e72;
	font-size: 14px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.htype2{
	font-size: 20px;
}
}


.htype3{
	font-family: "webHanSerif","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 24px;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: solid 2px #e2e0d8;
	position: relative;
	margin-bottom: 20px;
}
.htype3 b{
	font-size: 18px;
}
.htype3 span{
	font-family: 'Noto Serif', serif;
	text-align: center;
	color:#9d8e72;
	font-size: 14px;
	padding-left: 20px;
}
.htype3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #a48f51;
	bottom: -2px;
	width: 30%;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.htype3{
	font-size: 20px;
}
.htype3 b{
	font-size: 14px;
}
.htype3 b::before{
	content:"\A";
	white-space: pre ;
}
.htype3 .eng::before{
	content:"\A";
	white-space: pre ;
}
}

.htype4{
	margin-bottom: 30px;
	text-align: center;
	font-family: "webHanSerif","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 24px;
	color: #584241;
	vertical-align: top;
}
.htype4:before { 
	content:"――――――――　　";
	color: #afaaa9;
	font-size: 10px;
	vertical-align: middle;
	padding-bottom:4px;
}
.htype4:after { 
	content:"　　――――――――";
	color: #afaaa9;
	font-size: 10px;
	vertical-align: middle;
	padding-bottom:4px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.htype4{
	font-size: 18px;
}
.htype4:before { 
	content:"――　";
}
.htype4:after { 
	content:"　――";
}
}

.htype5{
	text-align: center;
	font-family: "webHanSerif","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 20px;
	color: #584241;
	vertical-align: top;
}
.htype5:before {
	content:'―';
	color: #b29695;
	/*content:url(../img/deco01_left.png) ;*/
	position: relative;
	right: 10px;
}

.htype5:after { 
	content:'―';
	color: #b29695;
	/*content:url(../img/deco01_right.png) ;*/
	position: relative;
	left: 10px;
}
.htype6 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
}
.htype6:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 100px; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #c8c3b4; /*下線の色*/
}
.stitle1{
	font-size: 16px !important;
	border-left: solid 4px #b1977b;
	padding-left: 12px;
	line-height:24px;
	height: 24px;
	color: #b1977b;
}
.stitle2{
	font-size: 16px !important;
	border-left: solid 4px #b1977b;
	padding-left: 12px;
	line-height:24px;
	height: 24px;
}
.stitle3{
	font-size: 18px !important;
	border-bottom: dotted 1px #b1977b;
	padding-bottom: 0.2em;
}
.stitle4{
	font-size: 18px;
	border-left: solid 4px #b1977b;
	padding-left: 12px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.stitle4{
	font-size: 16px;
}
}
.stitle5{
	font-size: 16px !important;
	border-bottom: dotted 1px #fff;
	padding-bottom: 0.2em;
}
.stitle6{
	font-size: 4rem;
}
.stitle7{
	font-size: 2.4rem;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.stitle7{
	font-size: 1.8rem;
}
}

/*ボックスリンク*/
.link_box{
	position:relative;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	cursor: pointer;
	cursor: hand;
	background:url(../img/arrow_box.png) no-repeat right bottom;
}

.link_box a{
	position: absolute;
	top: 2px;
	left: 3px;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.link_box:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7 ;
}

.link_inner1{
	background-color: #fff;
}
.link_inner1 dl{
	padding: 12px 18px 20px;
}
.link_inner1  dt{
	font-size: 16px;
	color: #927439;
	margin-bottom: 6px;
}
.link_inner2{
	background-color: #fff;
	border: solid 1px #ddd0c2;
}
.link_inner2 p{
	padding: 16px 20px;
	background-color: #fff;
	text-align: center;
}
.link_inner2  dt{
	font-size: 16px;
	color: #1c2950;
	margin-bottom: 6px;
}
.link_inner3{
	background-color: #f6f5f1;
}
.link_inner3 dl{
	padding: 12px 18px;
}
.link_inner3  dt{
	font-size: 16px;
	margin-bottom: 6px;
}

.link_inner4 p{
	padding: 16px 20px;
	background-color: #f2efea;
	text-align: center;
	font-size: 16px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.link_inner4 p{
	padding: 10px;
	font-size: 13px;
}
}
.link_inner5{
	background-color: #fff;
	border: solid 1px #ddd0c2;
}
.link_inner5 dl{
	padding: 12px 18px;
}
.link_inner5  dt{
	font-size: 18px;
	color: #927439;
	margin-bottom: 6px;
	line-height: 1.2;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.link_inner5 dl{
	padding: 10px;
}
}

.link_inner6{
}
.link_inner6 dl{
	margin-top: 10px;
}
.link_inner6  dt{
	font-size: 16px;
	margin-bottom: 6px;
}

	
/*==========================================================
	 コンテンツボックス
==========================================================*/

.contents{
	max-width: 1040px;
	min-width: 950px;
	margin: 0 auto;
	padding: 70px 20px ;
	overflow: hidden;
}
.contents01{
	max-width: 1040px;
	min-width: 950px;
	margin: 0 auto;
	padding: 0px 20px 50px 20px;
	overflow: hidden;
}
.contents02{
	max-width: 1040px;
	min-width: 950px;
	margin: 0 auto;
	padding: 0px 20px;
}
.contents03{
	max-width: 1040px;
	min-width: 950px;
	margin: 0 auto;
	padding: 0px 20px;
	margin-bottom: 20px;
}
.contents04{
	max-width: 1040px;
	min-width: 950px;
	margin: 0 auto;
	padding: 20px 20px;
	margin-bottom: 20px;
}
.contents05{
	width: 840px;
	margin: 0 auto;
	padding: 20px 20px;
	margin-bottom: 20px;
}

@media only screen and ( max-width : 599px ) {/*スマホ用*/
.contents{
	max-width: initial;
	min-width: initial;
	width: 96%;
	margin: 2%;
	padding: 20px 0px;
}
.contents01{
	max-width: initial;
	min-width: initial;
	width: 96%;
	margin: 2%;
	padding: 0 0 30px 0px ;
}
.contents02{
	max-width: initial;
	min-width: initial;
	width: 96%;
	padding: 0;
	margin: 0 2%;
}
.contents03{
	max-width: initial;
	min-width: initial;
	width: 96%;
	margin: 2%;
	padding: 0;
}
.contents04{
	max-width: initial;
	min-width: initial;
	width: 96%;
	margin: 2%;
	padding: 0;
}
.contents05{
	max-width: initial;
	min-width: initial;
	width: 96%;
	margin: 2%;
	padding: 0;
	margin-bottom: 20px;
}
}



/*==========================================================
	 mainImg
==========================================================*/

/*固定バナー*/
.swiper-container{
	position: relative;
}

.swiper-bnr{
	position: absolute;
	right:0;
	bottom:0;
	z-index:2;
}
.swiper-bnr p{
	width: 340px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.swiper-bnr p{
	width: 160px;
}
}


/*テキストを追加用*/

.slide-textArea{
	position: absolute;
	width: 1040px;
	min-width: 950px;
	top: 50%;
	left: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
	margin: 0 auto;
	z-index: 20;
}
.slide-text {
	z-index: 10;
	font-size: 3.6rem;
	color: #fff;
	text-shadow: 2px 2px 13px #333,0px 0px 6px #333;
	text-align: left;
}

.slide-text h2{
	font-weight: normal;
	line-height: 1.2;
}
.slide-text p{
	font-size: 2rem ;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.slide-text {
	font-size: 2.2rem;
	text-align: center;
}
.slide-text p{
	font-size: 1.5rem ;
}
}



/*==========================================================
	 下層メインイメージ
==========================================================*/
#mainimgArea02{
	background:url(../img/pattern01.png) repeat,#2e1a05;
}
#mainimgArea02 h3{
	text-align: center;
	font-size: 28px;
	padding: 86px 0;
	color: #fff;
	text-shadow: 1px 1px 10px #000;  
}
#mainimgArea02 h3 b{
	font-size: 32px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
#mainimgArea02{
	background:url(../img/pattern01.png) repeat,#2e1a05;
	margin-bottom: 50px;
}
#mainimgArea02 h3{
	padding: 30px 0;
	background-size:cover !important;
}
#mainimgArea02 h3 b{
	font-size: 32px;
}
}
#room #mainimgArea02 h3{ background:url(../../room/img/mainImg.jpg) no-repeat center center;}
#restaurant #mainimgArea02 h3{ background:url(../../restaurant/img/mainImg.jpg) no-repeat center center;}
#bath #mainimgArea02 h3{ background:url(../../bath/img/mainImg.jpg) no-repeat center center;}
#banquet #mainimgArea02 h3{ background:url(../../banquet/img/mainImg.jpg) no-repeat center center;}
#facilities #mainimgArea02 h3{ background:url(../../facilities/img/mainImg.jpg) no-repeat center center;}
#access #mainimgArea02 h3{ background:url(../../access/img/mainImg.jpg) no-repeat center center;}
#sightseeing #mainimgArea02 h3{ background:url(../../sightseeing/img/mainImg.jpg) no-repeat center center;}
#pool #mainimgArea02 h3{ background:url(../../pool/img/mainImg.jpg) no-repeat center center;}
#information #mainimgArea02 h3{ background:url(../../info/img/mainImg.jpg) no-repeat center center;}
#wedding #mainimgArea02 h3{ background:url(../../wedding/img/mainImg.jpg) no-repeat center center;}
#contact #mainimgArea02 h3{ background:url(../../contact/img/mainImg.jpg) no-repeat center center;}
#group #mainimgArea02 h3{ background:url(../../group/img/mainImg.jpg) no-repeat center center;}
#reserve #mainimgArea02 h3{ background:url(../../reserve/img/mainImg.jpg) no-repeat center center;}
#reason #mainimgArea02 h3{ background:url(../../reason/img/mainImg.jpg) no-repeat center center;}



/*==========================================================
	 下層サブメニュー メインイメージ真下
==========================================================*/
/*メニュー固定用*/
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.2);
}
.just{
    padding-top: 60px;
    margin-top: -60px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.just{
    padding-top: 0;
    margin-top: 0;
}
}

#submenuArea{
	background-color:#181233;
	margin-bottom: 40px;
}
#submenuArea ul{
	max-width: 1040px;
	min-width: 950px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction:row;
	justify-content:center; 
}
#submenuArea ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 18px 20px;
	font-size: 15px;
	background:url(../img/sub_line.png) no-repeat right center;
}
#submenuArea ul li:first-child a{
	background:url(../img/sub_line.png) no-repeat right center,url(../img/sub_line.png) no-repeat left center;
}
#submenuArea ul li a:hover{
	transition: 0.6s;
	background: url(../img/sub_line.png) no-repeat right center,#403768;
}
#submenuArea ul li:first-child a:hover{
	background:url(../img/sub_line.png) no-repeat right center,url(../img/sub_line.png) no-repeat left center,#403768;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
#submenuArea{
	display: none;
}
}

@media ( min-width : 600px ),print {/*PC用*/
#submenuArea_sm{
	display: none;
}
}

#submenuArea_sm ul{
	margin-top: -30px;
	margin-bottom: 40px;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction:row;
	justify-content:center; 
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:flex-start;  
}
#submenuArea_sm ul li{
	width: 48%;
	margin:1%;
}
#submenuArea_sm ul li a{
	display: block;
	color: #333;
	background: #556f57;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

#submenuArea_sm ul li a:hover{
	transition: 0.6s;
	background: #728773;
	text-decoration: none;
}


/*==========================================================
	 ページ内リンク固定数
==========================================================*/

.page_menu{
	-js-display: flex;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction:row;
	justify-content:space-between;
	margin-bottom: 40px;
}

.page_menu li{
	border: solid 1px #d6cdd8;
	font-size: 16px;
	text-align: center;
}
.page_menu li a{
	position: relative;
	display:block;
	padding: 10px 0;
	border: solid 1px #ccc;
	width: 100%;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.page_menu{
	flex-wrap:wrap; 
}
.page_menu li{
	border: solid 1px #d8cdd0;
	font-size: 14px;
	text-align: left;
	margin-bottom: 1%;
}
.page_menu li a{
	position: relative;
	display:block;
	padding: 10px;
	border: solid 1px #ccc;
	width: 100%;
}
}

/*ボタン数*/
.page2col li{ width: 49%; }
.page3col li{ width: 32%; }
.page4col li{ width: 24.3%; }
.page5col li{ width: 19.5%; }
.page6col li{ width: 16%; }
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.page2col li{ width: 49.5%; }
.page3col li{ width: 49.5%; }
.page4col li{ width: 49.5%; }
.page5col li{ width: 49.5%; }
.page6col li{ width: 49.5%; }
}

.page_menu li a:after {
	position: absolute;
	top: 50%;
	right: 14px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 1px solid #774c01;
	border-right: 1px solid #774c01;
	/*下矢印用*/
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	/*右矢印用*/
	/*-webkit-transform: rotate(45deg);
	transform: rotate(45deg);右矢印用*/
}

.page_menu li a:link{ color:#614149; background-color: #fff; border: solid 3px #f4f1f5; text-decoration: none; }
.page_menu li a:visited{ color: #614149; background-color: #fff; border: solid 3px #f5f1f2; text-decoration: none; }
.page_menu li a:hover{ color: #614149; background-color: #f4f1f5; text-decoration: none !important;	transition: 0.6s; }


/*==========================================================
	 ページ内リンク
==========================================================*/

.plink{
	-js-display: flex;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction:row;
	margin-bottom: 40px;
}

.plink li{
	border: solid 1px #d8cdd0;
	font-size: 13px;
	text-align: left;
	margin-right: 10px;
}
.plink li a{
	position: relative;
	display:block;
	padding: 10px 12px;
	padding-right: 2.5em;
	border: solid 1px #ccc;
	width: 100%;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.plink{
	justify-content: space-between;
	flex-wrap:wrap; align-items:baseline; 
}
.plink li{
	width: 49%;
	margin: 0;
	margin-bottom: 10px;
}
}

.plink li a:after {
	position: absolute;
	top: 50%;
	right: 14px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 1px solid #774c01;
	border-right: 1px solid #774c01;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	/*-webkit-transform: rotate(45deg);
	transform: rotate(45deg);右矢印用*/
}

.plink li a:link{ color:#614149; background-color: #fff; border: solid 3px #f5f1f2; text-decoration: none; }
.plink li a:visited{ color: #614149; background-color: #fff; border: solid 3px #f5f1f2; text-decoration: none; }
.plink li a:hover{ color: #614149; background-color: #f5f1f2; text-decoration: none !important; transition: 0.6s;}


/* フォーム
------------------------------*/

.form input[type=text]{
	height: 30px;
	padding:4px 10px;
	border-radius: 4px;
	border:solid 1px #ccc;
}
.form select{
	position: relative;
	height: 30px;
	padding-left:4px;
	margin: 6px;
	border-radius: 4px;
	border:solid 1px #ccc;
}



/*==========================================================
	 背景パターン
==========================================================*/

.bgArea01{
	background-color: #f3f5f8;
	background-image: url(../img/checkered-pattern.png);
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.bgArea02{
	background-color: #466c9f;
	background-image: url(../img/batthern.png);
	background-size: 2%;
	color: #fff;
}

/*==========================================================
	 左右レイアウト
==========================================================*/




/*==========================================================
	 トップページ用
==========================================================*/

/* キャッチエリア
------------------------------*/
.catchArea{
	background:url(../../img/welcome.png) no-repeat right bottom / 320px,
	url(../../img/bg_catch.jpg) no-repeat 50% 50% / cover;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.catchArea{
	background: url(../../img/bg_catch.jpg) no-repeat 50% 50% / cover;
	position: relative;
	padding-bottom: 100px
}
.catchArea img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
}
}
.catchArea .catch_inner{
	max-width: 1040px;
	min-width: 950px;
	margin: 0 auto;
	padding: 60px 20px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.catchArea .catch_inner{
	max-width: initial;
	min-width: initial;
	width: 100%;
	padding: 20px 20px;
}

}
.catchArea .catch_inner dl{
	font-size: 1.6rem;
	width:70%;
	background:rgba(255,255,255,0.8);
	padding: 5%;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.catchArea .catch_inner dl{
	font-size: 1.5rem;
	width:100%;
	background:rgba(255,255,255,0.8);
	padding: 5% 5% 30% 5%;
}
}
.catchArea .catch_inner dl dt{
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.catchArea .catch_inner dl dd p{
}

/* 電話予約のみ
------------------------------*/
.retel{
	max-width: 1040px;
	min-width: 950px;
	margin: 0 auto;
	padding: 16px 20px;
	text-align: center;
	font-size: 1.8rem;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.retel{
	max-width: initial;
	min-width: initial;
	width: 100%;
	margin: 0 auto;
	padding: 16px 10px;
}
}
.retel dd{
	font-size: 2rem;
}



/* ホテルの魅力
------------------------------*/
.featureTop{
	background: url(../../img/bg_feature.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.featureTop .link_box{
	height: 370px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.featureTop{
	padding:  0;
}
.featureTop .link_box{
	height: auto;
}
}



/* 魅力色々
------------------------------*/

#fealist01 #fea_restaurant{
	background: url(../img/bgitem01.png) no-repeat right top,#fff;
}
#fealist01 #fea_room{
	background:url(../img/bgitem02.png) no-repeat left top,#fff;
}
#fealist01 #fea_facilities{
	padding-left: 3%;
	margin-bottom: 70px;
	background:url(../img/bgitem02.png) no-repeat left center;
}
#fealist01 #fea_access{
	background:url(../img/bgitem02.png) no-repeat left top;
	position: relative;
	z-index:200;
}


#fealist01 #fea_banquet{
	background:url(../img/bgitem02.png) no-repeat left 50%,url(../img/bgitem01.png) no-repeat right 50%;
	position: relative;
}
#fealist01 #fea_banquet::before{
	content:"";
	position: absolute;
	top:0;
	border-style: solid;
	border-width: 300px 1000px 0 0;
	border-color: #e8e4d8 transparent transparent transparent;
	z-index:0;
}

@media only screen and ( max-width : 599px ) {/*スマホ用*/
#fealist01 #fea_banquet::before{
	display: none;
}
}
#fealist01 #fea_banquet .col{
	z-index:2;
}

#fealist01 dl dt{
	font-size: 2rem;
	margin-bottom: 10px;
}
#fealist01 h4::first-letter{
	color:#960;
	font-size: 5rem;
}



/* お問合せ
------------------------------*/
.contactArea{
	max-width: 1000px;
	margin: 0 auto 50px auto;
	-js-display: flex;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction:row;
	background-color:#f6f5f1;
	justify-content:space-between;
	align-items:center;
	background:#FFF;
	-webkit-box-shadow: 0px 6px 10px -8px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 6px 10px -8px rgba(0,0,0,0.39);
	box-shadow: 0px 6px 10px -8px rgba(0,0,0,0.39);
}
.contactArea li{
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
	border-right: solid 1px #fff;
	border-left: solid 1px #e5e4dd;
}
.contactArea li:first-child{
	background-color:#b9a276;
	padding: 36px 0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	border: none;
}
.contactArea li:nth-child(2){
	border-left: none;
}
.contactArea li:first-child .eng{
	font-size: 12px;
}
.contactArea li dt{
	background-color:#f4eee2;
	border-radius: 2em;
	border-top: 1px solid #e2d9c8;
	display: inline-block;
	padding: 4px;
	width: 140px;
	margin-bottom: 6px;
}
.contactArea li dd{
	font-size: 16px;
}
.contactArea li dd:nth-child(3){
	font-size: 12px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.contactArea{
	width: 100%;
	margin: 0 auto 50px auto;
	flex-wrap:wrap;
}
.contactArea li:first-child{
	width: 100%;
	padding: 10px;
}
.contactArea li{
	-webkit-flex: auto;
	flex: auto;
	width: 50% ;
	padding: 10px 10px 5px 10px;
	text-align: center;
	border-right: solid 1px #fff;
	border-left: solid 1px #e5e4dd;
}
.contactArea li dt{
	padding: 2px;
	width: 100%;
}
.contactArea li dd{
	font-size: 15px;
}
}


/* トップメインバナー
------------------------------*/
#topbnr .left{
	width: 35.5%;
}
#topbnr .right{
	width: 62.5%;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
#topbnr .left{
	width: 80%;
	margin: 0 auto 20px auto;
}
#topbnr .right{
	width: 100%;
}
}




/* 新着情報・お知らせ
------------------------------*/
.infobox {
	padding: 20px;
}
#info .content {
	margin: 0 auto; 
	max-width: 1000px;
	padding: 30px 20px 50px 20px;
	/*background: url(../img/texture01.jpg) repeat 0 0;*/
  position: relative;
	-webkit-box-shadow: 0px 6px 10px -8px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 6px 10px -8px rgba(0,0,0,0.39);
	box-shadow: 0px 6px 10px -8px rgba(0,0,0,0.39);
}

@media only screen and ( max-width : 599px ) {/*スマホ用*/
.infobox {
	padding: 10px;
}
#info .content {
	max-width: initial;
	min-width: initial;
	width: 96%;
}
}
/* お知らせ・新着情報共通 */

#info{
	padding-bottom: 20px;
	margin-top: 20px;
}
#info .content{
	background-color:#FFF;
	padding: 20px;
}
#info .content li{
	width: 100%;
	overflow:hidden;
}
#info .infonew{
	overflow: auto;
	position: relative;
	padding-bottom: 20px;
	padding-right: 10px;
	overflow: auto;
}
/* お知らせ用 */
#info .infopick{
	position: relative;
	padding-right: 10px;
	overflow: auto;
}
#info .content .infopick li{
	margin-bottom: 5px;
}
#info .infopick dt{
	background-color: #b7a171;
	color: #fff;
}
@media ( min-width : 600px ),print {/*PC用*/
#info .day{
	float: right;
	text-align: right;
	width: 10%;
	margin-right: 10px;
	font-size: 1.3rem;
}
}

#info div h4{
	display: inline-block;
	margin-bottom: 4px;
	font-size: 14px;
	color: #927439;
	font-weight: bold;
}
#info div h4 a:link{
	text-decoration: underline;
}

@media ( min-width : 600px ),print {/*PC用*/
#info .day{
	float: right;
	text-align: right;
	width: 10%;
	margin-right: 10px;
}
#info dl{
	float: left;
	position: relative;
	width: 86%;
	overflow: hidden;
}
#info dt{
	position: absolute;
	left: 0;
	padding: 3px 0;
	color: #6d582b;
	border: solid #ccc 1px;
	background-color: #f9f5ec;
	font-size: 11px;
	width: 140px;
	text-align: center;
}
#info dd{
	padding-left: 20%;
	margin-bottom: 4px;
}

}

@media only screen and ( max-width : 599px ) {/*スマホ用*/
#info .day{
	float: right;
	text-align: right;
	width: 30%;
}
#info dt{
	padding: 2px 0;
	color: #640000;
	border: solid #ccc 1px;
	background-color: #f9f5ec;
	font-size: 12px;
	width: 140px;
	text-align: center;
	margin-bottom: 4px;
}
#info dd{
	overflow: hidden;
	margin-bottom: 4px;
}
}

/*リボン*/
.ribbon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  z-index: 11;
}
	.ribbon::before,
	.ribbon::after {
		position: absolute;
		z-index: 10;
		content: '';
		display: block;
		border: 5px solid #5a451d;
	}
	.ribbon span {
		position: absolute;
		display: block;
		width: 225px;
		padding: 15px 0;
		background-color: #94712e;
		box-shadow: 0 5px 10px rgba(0,0,0,.1);
		color: #fff;
		font: 700 18px/1 'Lato', sans-serif;
		text-shadow: 0 1px 1px rgba(0,0,0,.2);
		text-transform: uppercase;
		text-align: center;
	}
	.ribbon-top-left {
		top: -10px;
		left: -10px;
	}
	.ribbon-top-left::before,
	.ribbon-top-left::after {
		border-top-color: transparent;
		border-left-color: transparent;
	}
	.ribbon-top-left::before {
		top: 0;
		right: 0;
	}
	.ribbon-top-left::after {
		bottom: 0;
		left: 0;
	}
	.ribbon-top-left span {
		right: -25px;
		top: 30px;
		transform: rotate(-45deg);
	}

@media only screen and ( max-width : 599px ) {/*スマホ用*/
.ribbon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  z-index: 11;
}
	.ribbon span {
		width: 180px;
		padding: 9px 0;
		text-indent: 1.2em;
		font: 700 14px/1 'Lato', sans-serif;
	}
}

/* ピックアップ情報
------------------------------*/

@media only screen and ( max-width : 599px ) {/*スマホ用*/
#pickupinfo{
	width: 100%;
	margin: 0 auto;
}
#pickupinfo ul{
	justify-content: center;
}
#pickupinfo li{
	width: 80%;
	margin-bottom: 10px;
}
}

/* おすすめプラン
------------------------------*/

#recommend li div{
	padding: 20px;
	padding-bottom: 0px;
}

#recommend  li{
	-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.31);
	box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.31);
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
#recommend .grid_m30{
	padding: 20px;
}
}

/* コンテンツリスト
------------------------------*/

#contentslist{
	margin-top: 40px;
}
#contentslist li{
	position: relative;
	background:  #f3f0e7;
}
#contentslist li dl{
	padding: 20px;
	margin-bottom: 30px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
#contentslist li dl{
	padding: 10px;
	margin-bottom: 30px;
}
}

#contentslist li dt{
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
}
#contentslist li p{
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #968963;
	color: #fff;
	text-align: center;
	padding: 4px 0;
}

/* アクセスエリア
------------------------------*/

#accessArea{
	margin-bottom: -50px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
iframe.googlemap{
	width: 100%;
	height: 300px;
}
}

/* フォトエリア
------------------------------*/

.topphoto{
	display: flex;
	flex-wrap:wrap; 
	width: 100%;
}
.topphoto li{
	width: 16.66%;
	position: relative;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.topphoto li{
	width: 33.33%;
}
}
.topphoto li:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.topphoto li img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

/*==========================================================
	 客　室
==========================================================*/

/* ページ内リンクボタン
------------------------------*/

#phlink li{
	background: url(../img/arrow_box.png) no-repeat right bottom, #fff;
	margin-bottom: 10px;
	display: flex;
	align-items:center;
	box-shadow:rgba(0, 0, 0, 0.137255) 2px 1px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.137255) 2px 1px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.137255) 2px 1px 2px 0px;
}
#phlink li.none{
	background:none;
}
#phlink li img{
	width: 40%;
}
#phlink li p{
	width: 60%;
	padding: 1em;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
#phlink li{
flex-direction:column;
}
#phlink li img{
	width: 100%;
}
#phlink li p{
	width: 100%;
	padding: 6px;
}
}

/* 説明文なしレイアウト用
------------------------------*/
#roomtype li dl {
	padding: 20px;
	background-color:#f4f2eb;
	
}

/* 部屋設備レイアウト
------------------------------*/

.liststyle01{
	display: flex;
	flex-wrap:wrap;
}
.liststyle01 li{
	width: 33.33%;
	background: #ece8dd;
	padding: 0.5em 0.8em;
	border: solid 1px #f8f5ee;
	font-size: 1.3rem;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.liststyle01 li{
	width: 50%;
	background: #ece8dd;
	padding: 0.5em 0.8em;
	border: solid 1px #f8f5ee;
}
}

.internet{
	display: flex;
	align-items:center;
	background: #ece8dd;
}
.internet dt{
	padding: 1em;
	text-align: center;
	font-size: 1.2rem;
}
.internet dt i{
	font-size: 3rem;
}
.internet dd{
	padding: 1em;
}



/*==========================================================
	 レストラン
==========================================================*/

#catch dt{
	font-size: 24px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
#catch dt{
	font-size: 20px;
}
}

/* 朝食バイキング
------------------------------*/

.brecatch{
	margin: 50px 0;
	min-height: 228px;
	overflow: hidden;
}
.brecatch p{
	float: right;
	margin-bottom: 10px;
}
.brecatch dl{
	float: left;
}

.brecatch dt{
	margin-bottom: 30px;
	font-size: 26px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.brecatch{
	text-align: center;
}
.brecatch p{
	float: none;
}
.brecatch dl{
	float: none;
}

.brecatch dt{
	margin-bottom: 30px;
	font-size: 17px;
}
}

/* 夕食
------------------------------*/
.foodArea {
	-js-display: flex;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction:row;
	justify-content:space-between;
}
.foodArea ul{
	width: 32.5%;
}
.foodArea ul li{
	margin-bottom: 3%;
}


.btnmenu{
}
.btnmenu li{
	position: relative;
}
.btnmenu li a{
	display: block;
	text-align: center;
	background: #901b1b;
	color: #fff;
	padding: 1em;
}
.btnmenu li a:hover{
	text-decoration: none;
	transition: 0.6s ;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7 ;
}
.btnmenu li:after{
	content: '';
	position: absolute;
	bottom: 0;
  left: 0;
  right: 0;
	width: 30%;
  margin: auto;
	border-top: solid 6px #c28818;
}
.btnmenu li a span{
	font-size: 2rem;
}


/*==========================================================
	 館内施設
==========================================================*/

#facilities{
}


@media only screen and ( max-width : 599px ) {/*スマホ用*/

#kannai table{
	float: none;
	width: 100%;
}
}

#kannai table{
	border-collapse: separate;
	border-spacing: 0 1px;
	border: 0;
	border-bottom: 1px solid #e8e5d9;
}
#kannai table tr{
}
#kannai table th{
	vertical-align: middle;
	padding: 6px 10px;
	background:	#e2e1e8;
	border-left: solid 4px #2e254a;
	border-top: 1px solid #e8e5d9;
}
#kannai table td{
	padding: 10px 12px;
	border-top: 1px solid #e8e5d9;
}

.menu_spa{
	display: flex;
	flex-wrap:wrap;
}
.menu_spa li{
	width: 50%;
	margin-bottom: 1px;
	padding: 0.8em;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	background: #eee8db;
}
.menu_spa li:nth-child(odd){
	border-right: 1px solid #f8f5ee;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.menu_spa li{
	width: 100%;
}
.menu_spa li:nth-child(odd){
	border-right: none;
}
.menu_spa li p small:before{
	content:'\A';
}
}

/*==========================================================
	 周辺情報
==========================================================*/

.spotlist{
	display: flex;
	justify-content:space-between;
	align-items:center;
	padding: 40px 0;
	border-bottom: solid 1px #e0dcd0;
}
.spotlist p{
	width: 50%;
}
.spotlist dl{
	width: 45%;
}
.spotlist dl dt{
	font-size: 2.2rem;
	margin-bottom: 10px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.spotlist{
	flex-direction:column;
}
.spotlist p{
	width: 100%;
	margin-bottom: 10px;
}
.spotlist dl{
	width: 100%;
}
}

/*==========================================================
	 予約特典
==========================================================*/

.bookbox{
	text-align: center;
	background-color:#efe7e6;
	padding: 40px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.bookbox{
	padding: 10px;
}
}




/*==========================================================
	 宴会
==========================================================*/

.banquethall{
	display: flex;
	justify-content:space-between;
}
.banquethall li img{
	height: 420px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.banquethall{
flex-direction:column;
text-align: center;
background-color: #ede7dd;
}
.banquethall li img{
	height: auto;
}
.banquethall li:last-child{
	padding: 10px;
}
#banquet table{
	font-size: 1.3rem;
}
}


/*==========================================================
	 アクセス
==========================================================*/

/* ルート
------------------------------------------*/

.box_route{
	display: flex;
	justify-content: space-between;
}
@media only screen and ( max-width : 949px ) {
	.box_route{
		font-size:1.4rem;
	}
}
@media only screen and ( max-width : 599px ) {
	.box_route{
		font-size: inherit;
		flex-direction:column;
		justify-content:center;
		justify-content:flex-start;
	}
}

/* 各地点の共通設定 */
.box_route .point{
	position: relative;
	padding: 1em 1.5em;
	line-height: 1.3em;
	display:table;
	text-align: center;
	white-space: nowrap;
}
@media only screen and ( max-width : 949px ) {
	.box_route .point{
		padding: 1em 1em;
	}
}
@media only screen and ( max-width : 599px ) {
	.box_route .point{
		white-space:normal;
		width: 100%;
	}
}
.box_route span{
	display:table-cell;
  vertical-align:middle;
	text-align: center;
}
/* スタート地点の幅固定 */
.box_route .start span{
	min-width: 70px;
	margin: 0 auto;
}

/* アイコン */
.box_route i{
	padding: 0;
	margin: 0;
	color: #8d6000;
	display: block;
	margin-bottom:0.2em;
}
/* 各地点の色 */
.box_route .start{ background: #333; color: #fff; }
.box_route .way{ background: #fff; border: 1px solid #b5b5b5; }
.box_route .goal{ background: #4e89ae; color: #fff; }

/* 手段：電車・車など */
.box_route .guide{
	text-align: center;
	display: flex;
	justify-content:center;
	align-items: center;
}
@media only screen and ( max-width : 599px ) {
.box_route .guide{
	height: 100%;
}
}
.box_route .guide .txt{
	text-align: center;
	display: inline-block;
	background: url(../img/texture01.jpg) repeat 0 0;/* コンテンツ背景に合わせる */
	padding: 0.4em;
	line-height: 1.2;
}
@media only screen and ( max-width : 599px ) {
	.box_route .guide .txt{
		text-align: center;
		margin:10px 0;
	}
}
/* 手段：イラスト背景 */
.box_route .air{ background:url(../../access/img/guide_air.png)  repeat-x center center; width: 100%; }
.box_route .car{ background:url(../../access/img/guide_car.png)  repeat-x center center; width: 100%; }
.box_route .bus{ background:url(../../access/img/guide_car.png)  repeat-x center center; width: 100%; }
.box_route .train{ background:url(../../access/img/guide_train.png)  repeat-x center center; width: 100%; }
.box_route .walk{ background:url(../../access/img/guide_walk.png)  repeat-x left center; width: 100%; }

@media only screen and ( max-width : 599px ) {
	.box_route .air{ background:url(../../access/img/guide_air_v.png)  repeat-y center center; width: 100%; }
	.box_route .car{ background:url(../../access/img/guide_car_v.png)  repeat-y center center; width: 100%; }
	.box_route .bus{ background:url(../../access/img/guide_car_v.png)  repeat-y center center; width: 100%; }
	.box_route .train{ background:url(../../access/img/guide_train_v.png)  repeat-y center center; width: 100%; }
	.box_route .walk{ background:url(../../access/img/guide_walk_v.png)  repeat-y center center; width: 100%; }
}

/* 縦書きに変更（box_route と同じ箇所にverticaltxt指定 ）*/
.verticaltxt .start,
.verticaltxt .way,
.verticaltxt .goal{
	display: flex;
	justify-content:center;
	-webkit-flex: auto;
	flex: auto;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
@media only screen and ( max-width : 599px ) {
	.verticaltxt .start,
	.verticaltxt .way,
	.verticaltxt .goal{
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		display: table;
	}
}

/* 複数経路用 */
.box_route_multi{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
@media only screen and ( max-width : 599px ) {
	.box_route_multi{
		flex-direction:column;
	}
}
/* 複数経路用：左側レイアウト */
.box_route_left{
		width: 100%;
}
@media only screen and ( max-width : 599px ) {
	.box_route_left{
		display: flex;
		justify-content:space-between;
	}
	.box_route_left .box_route{
		padding: 1px;
		width: 100%;
	}
}
/* 2パターンの行き方(高速バス又は電車等) */
.pattern2route{
	display: flex;
	flex-direction:column;
	justify-content:center;
	width: 100%;
}
@media only screen and ( max-width : 599px ) {
	.pattern2route{
		flex-direction:row;
	}
	.pattern2route .guide{
		height: auto;
	}
}
/* 複数経路用：右側レイアウト */
.box_route_right{
	display: flex;
	align-items:stretch;
	text-align: center;
}
@media only screen and ( max-width : 599px ) {
	.box_route_right{
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}
}
.box_route_right .box_route{
	display: flex;
	justify-content:space-between;
	width: 100%;
}
.box_route_multi .box_route{
	margin-bottom: 20px;
}
@media only screen and ( max-width : 599px ) {
	.box_route_multi .box_route{
		margin-bottom: 0px;
	}
}
.box_route_multi .box_route:last-child{
	margin-bottom: 0px;
}





/*==========================================================
	 選ばれる理由
==========================================================*/

.reasonArea{
	background:url(../../reason/img/1.png) left 10px top 10px no-repeat,
	url(../../reason/img/2.png) right 10px top 10px no-repeat,
	url(../../reason/img/3.png) left 10px bottom 10px no-repeat,
	url(../../reason/img/4.png) right 10px bottom 10px no-repeat, #fff;
	padding: 80px 40px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.reasonArea{
	padding: 30px 20px;
	background-size: 10%;
}
}

.reasonArea ul li{
	border: solid 4px #ede9e4;
	display: flex;
	background: #fff;
	margin-bottom: 20px;
  box-shadow: 0px 9px 5px -6px rgba(0, 0, 0, 0.24);
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.reasonArea ul li{
	flex-direction: column;
}
}
.reasonArea ul li dl{
	width: 65%;
	position: relative;
}
.reasonArea ul li figure{
	width:35%;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.reasonArea ul li dl{
	width: 100%;
}
.reasonArea ul li figure{
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.reasonArea ul li figure img{
	width: 70%;
}
}

.reasonArea ul li dl dt{
	display: flex;
	align-items: center;
	position: relative;
	left:-4px;
	top: 10px;
}
.reasonArea ul li dl dt span{
-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.27);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.27);
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.reasonArea ul li dl dt span{
	width: 14%;
}
}
.reasonArea ul li dl dt p{
	padding: 10px 20px;
	font-size: 2.2rem;
	line-height: 1.4;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.reasonArea ul li dl dt p{
	font-size: 1.8rem;
}
}
.reasonArea ul li dl dd{
	padding: 30px 20px 10px 20px;
	overflow-wrap: break-word;
}


/*==========================================================
	 英語ページ
==========================================================*/



#english{
	font-size: 1.4rem;
}







