@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body{
	color: #FFFFFF;
	background-image: url(../img/bg-body.png);
	margin: 0px;
	padding: 0px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img{
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
@media screen and (max-width:640px){
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
}

form{
	margin: 0px;
}
table{
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a{
	color: #333;
}
a:hover,
input[type="submit"]:hover{
	cursor: pointer;
	filter: alpha(opacity=60); /* IE6, IE7 */
	-ms-filter: "alpha( opacity=60 )";/* IE8 */
	opacity: 0.6;/* IE8 over, Opera, Safari, CSS3 over */
	-moz-opacity: 0.6;/* Mozilla(FF,NS) */
	-khtml-opacity: 0.6;/* Safari 1.x */
	transition-property: all;
	transition: 0.3s linear;
}
a.noalp:hover{
	filter: alpha(opacity=100); /* IE6, IE7 */
	-ms-filter: "alpha( opacity=100 )";/* IE8 */
	opacity: 1;/* IE8 over, Opera, Safari, CSS3 over */
	-moz-opacity: 1;/* Mozilla(FF,NS) */
	-khtml-opacity: 1;/* Safari 1.x */
}

/* 共通設定
---------------------------------------------------------------------------*/
.wrap{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width:640px){
	/*width: 100%;*/ /*←クラスもIDも記述されていなかったのでコメントアウト*/
}

/* clearfix */
.cf{
	zoom: 1
}
.cf:before, .cf:after{
	display: table;
	content: "";
}
.cf:after{
	clear: both;
}
.clear{
	clear: both;
}
/* フォント */
.mincho{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho",  serif
}
/* ボタン */
.btn a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.btn-cnts a,
.btn-cnts input[type="submit"]{
	-webkit-justify-content: center;
	justify-content: center;
	width: 306px;
	height: 57px;
	padding: 0 20px;
	background-image:  url(../img/bg-btn-cnts.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 16px;
	color: #FFFFFF;
	background-color: transparent;
}
.btn-cnts a:before,
.btn-cnts input[type="submit"]{
	content: url(../img/arrow-btn.png);
	margin-right: 10px;
}
.btn-cnts a span{
	font-size: 20px;
}

/* コンテンツレイアウト */
#cnts{
	margin-top: 30px!important;
}
#cnts.under{
	margin-top: 0;
}

/* 背景 */
.bg-all{
	background-repeat: no-repeat;
	background-position: center top;
}

/* 見出し（ライン付き中央） */
.headline-line{
	text-align: center;
	background-image: url(../img/bg-line-ttl.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 28px;
}

/* 飾り（波） */
.deco{
	position: absolute;
}

/* ヘッダー
---------------------------------------------------------------------------*/
#head{
	position: relative;
	top: -60px;
	width: 100%;
	z-index: 999999;
}
#head.under{
	top: 0;
}
#head.is-animation{
	position: fixed;
	top: 0;
	height: 134px;
	background-color: #000000;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	animation: headerAnime .6s ease;
}
@keyframes headerAnime {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
/* メニュー */
.block-head-top{
	background-image: url(../img/bg-head-top.png);
}
#head .block{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 920px;
	margin: 0 auto;
}
.block-head-top .block{
	height: 60px;
}
/* 検索パネル */
.block-head-bottom{
	height: 74px;
	background-image: url(../img/bg-head-bottom.png);
}
.block-head-search{
	padding-top: 10px;
}
.yoyaku_wrap .con{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #FFFFFF;
}
.yoyaku_wrap .con .bb{
	margin-left: 10px;
}
#head .block.block-head-link{
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 5px;
}
.block-head-link > li{
	margin: 0 10px;
}
.btn-head-bottom a{
	height: 30px;
	padding-left: 20px;
	background-image: url(../img/arrow-btn.png), url(../img/bg-btn-head-bottom.png);
	background-repeat: no-repeat, repeat;
	background-position: 10px center, center;
	font-size: 16px;
	color: #FFFFFF;
}
.btn-head-bottom01 a{ width: 180px; }
.btn-head-bottom02 a{ width: 190px; }
.btn-head-bottom03 a{
	height: 30px;
	padding-left: 25px;
	background-image: url(../img/icon-head-mail.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FFFFFF;
}
.btn-head-bottom04 a{
	height: 30px;
	padding-left: 25px;
	background-image: url(../img/icon-head-news.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FFFFFF;
}
.btn-head-bottom05 a{
	background-image: url(../img/arrow-btn.png);
}
.btn-head-bottom06 a{
	background-image: url(../img/arrow-btn.png);
}

/* グロナビ --------- */
.glnv{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.glnv > li{
	border-left: 1px solid #636363;
}
.glnv > li a{
	padding: 0 24px;
	font-size: 20px;
	line-height: 40px;
	color: #FFFFFF;
}
.btn-head a{
	width: 108px;
	height: 44px;
	padding-left: 20px;
	background-image: url(../img/arrow-btn.png), url(../img/bg-btn-head.png);
	background-repeat: no-repeat, repeat-x;
	background-position: 10px center, center;
	font-size: 16px;
	color: #FFFFFF;
}


/* フッター
---------------------------------------------------------------------------*/
#foot{
	margin-top: 150px;
}
.block-foot{
	height: 560px;
	margin-top: 5px;
	padding-top: 45px;
	background-image: url(../img/bg-foot.png);
}
.block-foot-top{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 800px;
	margin: 0 auto;
}
.txt-foot{
	font-size: 16px;
	line-height: 24px;
}
/* リンク */
.block-foot-middle{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 65px;
}
.block-foot-middle li{
	font-size: 16px;
	line-height: 28px;
}
.block-foot-middle li a{
	color: #FFFFFF;
}
/* 予約 */
.block-foot-bottom{
	width: 860px;
	height: 165px;
	margin: 45px auto 0 auto;
	padding-top: 77px;
	background-image: url(../img/bg-foot-reserve.png);
	background-repeat: no-repeat;
}
.btn-foot a{
	width: 260px;
	height: 40px;
}
.lst-foot-bottom{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 480px;
	margin: 0 auto;
}
.lst-foot-bottom .w100{
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.btn-foot02 a{
	width: auto;
	height: auto;
	background-image: none;
}

/* ページトップ */
.pagetop{
	text-align: center;
}

/* コピーライト */
.copyright{
	margin-top: 60px;
	font-size: 14px;
	line-height: 24px;
	color: #e2dab1;
	text-align: center;
}


/* 下層共通
---------------------------------------------------------------------------*/
/* 背景 */
.spa .bg-under-cnts01{ background-image: url(../spa/img/bg-spa-cnts01.jpg); }
.cuisine .bg-under-cnts01{ background-image: url(../cuisine/img/bg-cuisine-cnts01.jpg); }
.room .bg-under-cnts01{ background-image: url(../room/img/bg-room-cnts01.jpg); }
.facility .bg-under-cnts01{ background-image: url(../facility/img/bg-facility-cnts01.jpg); }
.access .bg-under-cnts01{ background-image: url(../access/img/bg-access-cnts01.jpg); }
.tourism .bg-under-cnts01{ background-image: url(../tourism/img/bg-tourism-cnts01.jpg); }
.contact .bg-under-cnts01{ background-image: url(../contact/img/bg-contact-cnts01.jpg); }
/*.blog .bg-under-cnts01{ background-image: url(../blog/img/bg-blog-cnts01.jpg); }*/ /* 画像がなかったのでコメントアウト */
/* タイトル */
.ttl-under-cnts01{ text-align: center; }
/* 見出し */
.headline-under-cnts01{
	padding-top: 70px;
	font-size: 25px;
	line-height: 40px;
	text-align: center;
}
.headline-under-sub{
	margin: 95px 0 45px 0;
	background-image: url(../img/bg-under-line.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 25px;
	line-height: 40px;
	text-align: center;
}
.room #cnts04 .headline-under-sub,
.room #cnts05 .headline-under-sub,
.room #cnts07 .headline-under-sub{
	background-image: url(../img/bg-under-line2.png);
}
/* リード */
.lead-under-cnts01{
	margin-top: 50px;
	padding-bottom: 70px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
/* 写真（中央揃え） */
.ph-center{
	text-align: center;
}
/* 新着情報 */
#block-under-news{
	margin-top: 40px;
}
.lst-under-news{
	width: 955px;
	margin: 30px auto 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* 新着情報 blog
---------------------------------------------------------------------------*/
.lst-blog-categories{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 950px;
	margin: 0 auto;
	padding: 70px 0 40px 0;
}
.lst-blog-categories > li{
	width: 220px;
}
.lst-blog-categories > li a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	width: 220px;
	height: 96px;
	/*background-image: url(../blog/img/btn-blog-menu.png);*/ /* 画像がなかったのでコメントアウト */
	background-repeat: no-repeat;
}
.lst-blog-categories > li a > *{
	text-align: center;
	color: #FFFFFF;
}
.lst-blog-categories .ja{
	font-size: 20px;
	line-height: 30px;
}
.lst-blog-categories .en{
	font-size: 14px;
	line-height: 25px;
}

/* 観光 tourism
---------------------------------------------------------------------------*/
.block-form{
	width: 950px;
	margin: 0 auto;
	padding: 40px 50px;
	background-color: #eada9e;
}
.attr-contact{
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 26px;
	color: #9b5400;
	text-align: center;
	font-weight: bold;
}
.tbl-contact{
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 15px 0;
}
.tbl-contact th{
	width: 180px;
	font-size: 17px;
	background-color: #DABF7F;
	text-align: left;
}
.tbl-contact th,
.tbl-contact td{
	padding: 20px 15px;
	line-height: 26px;
	color: #000000;
	border-bottom: 1px solid #cda97f;
	vertical-align: top;
}
.tbl-contact td{
	width: 600px;
	font-size: 15px;
}
.tbl-contact tr:first-of-type th,
.tbl-contact tr:first-of-type td{
	border-top: 1px solid #cda97f;
}
.tbl-contact span{
	font-size: 16px;
	color: #9b5400;
}
.tbl-contact input[type="text"]{
	width: 100%;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #b1b1b1;
	font-size: 16px;
	line-height: 26px;
}
.tbl-contact textarea{
	width: 100%;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #b1b1b1;
	font-size: 16px;
	line-height: 26px;
}
.btn-contact{
	padding-top: 50px;
	text-align: center;
}
.btn-contact input{
	width: 306px;
	height: 55px;
	margin: 0 auto;
	font-size: 23px!important;
	background-image: url(../contact/img/btn-contact.png);
}
.lead-contact-info{
	padding-top: 40px;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	color: #000000;
}
.lead-contact-info span{
	font-size: 14px;
}
.block-contact-tel{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 950px;
	margin: 0 auto;
}
.block-contact-tel .ph{
	width: 217px;
}
.block-contact-tel .txt{
	width: 464px;
}
.block-contact-tel-number{
	text-align: center;
	font-size: 50px;
	line-height: 87px;
}
.block-contact-tel-number:before{
	content: url(../contact/img/icon-contact-tel.png);
	width: 30px;
	height: 33px;
	margin-right: 10px;
}
.block-contact-tel-line{
	padding-top: 30px;
}
.block-contact-tel-logo{
	padding-top: 30px;
	text-align: center;
}
.block-contact-tel .lead-cnts{
	font-size: 16px;
	line-height: 24px;
	padding-top: 15px;
	text-align: center;
}

/* 観光 tourism
---------------------------------------------------------------------------*/
.block-fig-tourism{
	text-align: center;
}
.tourism #cnts04 .btn-cnts a{
	width: 300px;
	height: 50px;
	margin: 0 auto 50px auto;
}
.tourism #cnts04{
	padding-bottom: 50px;
	background-image: url(../access/img/bg-access-cnts03.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.headline-under-sub.tourism{
	height: 102px;
	padding-top: 60px;
	background-image: url(../tourism/img/bg-under-line-tourism.png);
}
.tourism #cnts05 .lead-under-cnts01,
.tourism #cnts06 .lead-under-cnts01{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
.block-bg-cnts05{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 505px;
	background-image: url(../tourism/img/bg-tourism-cnts05.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.block-bg-cnts06{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 505px;
	background-image: url(../tourism/img/bg-tourism-cnts06.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.block-bg-cnts07{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 505px;
	background-image: url(../tourism/img/bg-tourism-cnts07.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.block-bg-cnts05 > div,
.block-bg-cnts06 > div,
.block-bg-cnts07 > div{
	width: 500px;
	margin-left: 49%;
}
.headline-tourism{
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 34px;
}
.lead-tourism{
	font-size: 16px;
	line-height: 24px;
}
.btn-tourism01 a{
	margin-top: 10px;
	width: 284px;
	height: 40px;
	background-image: url(../tourism/img/btn-tourism-01.png);
}
.btn-tourism02 a{
	margin-top: 10px;
	width: 284px;
	height: 40px;
	background-image: url(../tourism/img/btn-tourism-02.png);
}
.headline-tourism-sub{
	font-size: 22px;
	line-height: 34px;
	margin: 50px auto;
	text-align: center;
}
.lst-tourism-items{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 952px;
	margin: 0 auto;
}
.lst-tourism-items > li{
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 310px;
	margin-bottom: 25px;
	padding: 15px;
	background-image: url(../tourism/img/bg-tourism-item.png);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.lst-tourism-items > li.none{
	background: none;
}
.headline-tourism-name{
	font-size: 22px;
	line-height: 34px;
	color: #284029;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: -.05em;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho",  serif
}
.lst-tourism-items .lead-tourism{
	color: #000000;
}
.lst-tourism-items .lead-tourism.cnt{
	text-align: center;
}
.ph-tourism-item{
	margin: 10px 0;
}
.lst-tourism-items > li{

}

/* アクセス access
---------------------------------------------------------------------------*/
.access #cnts03{
	padding-bottom: 50px;
	background-image: url(../access/img/bg-access-cnts03.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.gmap{
	width: 1280px;
	margin: 0 auto 50px auto;
}
.access #cnts03 .btn-cnts a{
	width: 300px;
	height: 50px;
	margin: 0 auto 50px auto;
}
.headline-under-sub.access{
	background-image: url(../access/img/bg-under-line-access.png);
}
.headline-under-sub.access img{
	margin-bottom: 10px;
}
.block-access-root{
	text-align: center;
}
.block-access-info{
	width: 950px;
	margin: 60px auto 0 auto;
	padding: 40px;
	background-image: url(../access/img/bg-access-info.png);
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
.access-tbl{
	width: 950px;
	margin: 0 auto 100px auto;
	border-top: 1px solid #939f94;
}
.access-tbl th,
.access-tbl td{
	padding: 15px 30px;
	border-bottom: 1px solid #939f94;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
.access-tbl td a{
	color: #FFFFFF;
}
.access-tbl th:before{
	content: url(../access/img/icon-access-arrow.png);
	margin-right: 8px;
}

/* お部屋 room
---------------------------------------------------------------------------*/
/* 写真 */
.ph-facility{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.ph-facility .text-under{
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 14px;
}
/* サブ画像 */
.block-facility-sub{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	width: 1080px;
	margin: -40px auto 0;
	position: relative;
	z-index: 2;
}
.block-facility-sub.reverse{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#cnts06 .block-facility-sub{
	-webkit-justify-content: center;
	justify-content: center;
	width: 960px;
	margin-top: 0;
}
.block-facility-sub-txt{
	width: 404px;
	padding: 55px 33px;
}
#cnts06 .block-facility-sub-txt{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 386px;
	padding: 0 33px;
}
.headline-facility-sub{
	font-size: 23px;
	line-height: 39px;
}
.lead-facility-sub{
	margin-top: 25px;
	font-size: 16px;
	line-height: 24px;
}
#cnts06 .block-facility-sub > *{
	-webkit-align-self: stretch;
}
#cnts06{
	margin-bottom: 100px;
}
#cnts03 .block-facility-sub-txt{ background-image: url(../facility/img/bg-facility-cnts03.png); }
#cnts04 .block-facility-sub-txt{ background-image: url(../facility/img/bg-facility-cnts04.png); }
#cnts05 .block-facility-sub-txt{ background: rgba(124, 30, 20, 0.7); }
#cnts06 .block-facility-sub-txt{ background-image: url(../facility/img/bg-facility-cnts05.png); }

#cnts05 { margin-bottom: 47px; }
.ph-facility-sub{
	position: relative;
}
.ph-facility-sub .caption {
	position: absolute;
	top: 225px;
	line-height: 1.3;
	font-size: 14px;
}

/* お部屋 room
---------------------------------------------------------------------------*/
/* メニュー */
.room .lst-spa-anchors{
	/*width: 747px;*/
	width: 987px;
}
/* スライダー */
.slider-room{
	height: 710px;
	margin-bottom: 230px;
	padding: 25px;
	background-color: #000000;
}
.slider-room2{
	margin-bottom: 40px;
	padding: 25px;
	background-color: #000000;
	text-align: center;
}
.slider-room3{
	margin-bottom: 40px;
	background-color: #000000;
	text-align: center;
}
.slider-room .photo{
	position: relative;
	width: 1280px;
	height: 660px;
	margin: 0 auto;
}
.flex-control-nav{
	margin: 50px auto 0!important;
	text-align: center;
}
.flex-control-nav img{
	width: 177px;
	height: auto;
}
.flex-control-nav:before{
	content: "Photo"!important;
	color: #FFFFFF!important;
	font-size: 20px!important;
}
/* 見出し背景 */
.bg-room-cnts03{
	height: 140px;
	background-image: url(../room/img/bg-room-cnts03.png);
}
/* 見出し */
.headline-room-cnts03{
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 920px;
	height: 140px;
	margin: 0 auto;
}
.headline-room-detail{
	width: 420px;
	text-align: center;
	font-size: 25px;
	line-height: 45px;
}
/* リード */
.lead-room-detail{
	width: 460px;
	font-size: 16px;
	line-height: 26px;
}
/* 表組み */
.tbl-room{
	width: 920px;
	margin: 40px auto 0;
	border-collapse: separate;
	border-spacing: 15px
}
.tbl-room td,
.tbl-room th{
	text-align: left;
	border-bottom: 3px dotted #091309;
	font-size: 16px;
	line-height: 26px;
	padding: 5px 30px 20px 30px;
}
#cnts05 .tbl-room th{
	width: 250px;
}
.tbl-room th{
	white-space: nowrap;
}
.tbl-room td{
	border-bottom: 2px solid #091309;
}
/* スペック背景 */
.bg-room-spec{
	width: 1040px;
	margin: 40px auto 0;
	padding: 10px;
	
}
#cnts03 .bg-room-spec{ background-image: url(../room/img/bg-room-cnts03-spec.png); }
#cnts04 .bg-room-spec{ background-image: url(../room/img/bg-room-cnts05-spec.png); }
#cnts05 .bg-room-spec{ background-image: url(../room/img/bg-room-cnts04-spec.png); }
#cnts07 .bg-room-spec{ background: rgba(234, 230, 92, 0.25); }
.bg-room-spec-inner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 25px;
	border: 1px dotted #FFFFFF;
}
.bg-room-spec-inner .txt{
	width: 330px;
	padding: 0 40px;
}
.bg-room-spec-inner .txt .line{
	margin-top: -5px;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
}
/* 宿泊情報 */
.headline-room-info{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 443px;
    height: 70px;
    margin: 0 auto;
    background-image: url(../room/img/bg-room-info.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 24px;
}
.headline-room-info.mt{
	margin-top: 30px;
}

/* 温泉 spa
---------------------------------------------------------------------------*/
/* アンカーリンクメニュー */
.lst-spa-anchors{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	padding-top: 48px;
}
/* 温泉詳細 */
.block-spa-detail{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 1250px;
	margin: 0 auto;
}
.block-spa-detail.reverse{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.block-spa-detail > .detail{
	width: 500px;
	padding-right: 35px;
}
.block-spa-detail > .detail > *{
	width: 309px;
	margin: 0 0 0 auto;
}
.block-spa-detail.reverse > .detail{
	padding-right: 0;
	padding-left: 35px;
}
.block-spa-detail.reverse > .detail > *{
	margin: 0;
}
.block-spa-detail > .ph{
	width: 748px;
}
.block-spa-detail > .detail{
	position: relative;
	overflow: hidden;
	padding-top: 60px;
}
#cnts04 .block-spa-detail > .detail{ overflow: visible; }
.block-spa-detail > .detail .deco{
	position: absolute;
	z-index: 10;
}
.block-spa-detail > .detail .deco img{
	width: 404px;
	height: auto;
}
#cnts03 .block-spa-detail > .detail .deco,
#cnts05 .block-spa-detail > .detail .deco{
	top: 20px;
	right: -50px;
}
#cnts04 .block-spa-detail > .detail .deco{
	top: 20px;
	left: 90px;
}
.headline-spa-name{
	font-size: 30px;
	line-height: 50px;
}
.headline-spa-name span{
	font-size: 40px;
}
.catch-spa-detail{
	padding-top: 33px;
	font-size: 22px;
	line-height: 30px;
}
.lead-spa-detail{
	padding-top: 14px;
	font-size: 16px;
	line-height: 26px;
}
.block-spa-detail .ph-mini{
	padding-top: 22px;
}
.spa #cnts06 .ph-center{
	margin-bottom: 20px;
}
.block-spa-cnts06-text{
	position: relative;
	width: 961px;
	margin: 0 auto;
	padding-bottom: 75px;
	text-align: center;
}
.deco-block-spa-cnts06{
	top: -40px;
	right: 0;
	z-index: -1;
}
.bg-spa-cnts06{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 950px;
	margin: 0 auto 150px auto;
	padding: 20px;
	background-image: url(../spa/img/bg-spa-cnts06.png);
}
.bg-spa-cnts06 > .txt{
	width: 256px;
}
.bg-spa-cnts06 > .ph{
	width: 295px;
}
/* 背景 */
.bg-spa-cnts03{ background-image: url(../spa/img/bg-spa-cnts03.jpg); }
.bg-spa-cnts04{ background-image: url(../spa/img/bg-spa-cnts04.jpg); }
.bg-spa-cnts05{ margin-top: 65px; background-image: url(../spa/img/bg-spa-cnts05.jpg); }


/* 料理 cuisine
---------------------------------------------------------------------------*/
/* 詳細 */
.block-cuisine-detail{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 1040px;
	margin: 0 auto;
}
.block-cuisine-detail.reverse{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
/* 背景 */
.bg-cuisine-cnts03{ background-image: url(../cuisine/img/bg-cuisine-cnts03.png); }
.bg-cuisine-cnts04{ background-image: url(../cuisine/img/bg-cuisine-cnts04.png); }
.bg-cuisine-cnts05{ background-image: url(../cuisine/img/bg-cuisine-cnts05.png); }
.bg-cuisine-cnts06{ background-image: url(../cuisine/img/bg-cuisine-cnts06.png); }
.bg-cuisine-cnts07{ background-image: url(../cuisine/img/bg-cuisine-cnts07.png); }
.bg-cuisine-cnts09{ background-image: url(../cuisine/img/bg-cuisine-cnts04.png); }
/* 料理写真 */
.block-cuisine-detail .ph{
	width: 775px;
}
.block-cuisine-detail .detail{
	width: 225px;
}
/* キャッチ */
.catch-cuisine-detail{
	padding-top: 20px;
	font-size: 20px;
	line-height: 35px;
	color: #dabb85;
	text-align: center;
}
/* 料理名 */
.headline-cuisine-name{
	padding-top: 5px;
	font-size: 25px;
	color: #dabb85;
	text-align: center;
}
.headline-cuisine-name span{
	color: #FFFFFF;
}
/* リード */
.lead-cuisine-detail{
	padding-top: 50px;
	font-size: 15px;
	line-height: 26px;
}

.cuisine .leadtxt{
	text-align: center;
	font-size: 16px;
	max-width: 900px;
	margin: 0 auto 60px;
	line-height: 26px;
}

/* サブ画像 */
.lst-cuisine-subph{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}
.lst-cuisine-subph > li{
	width: 232px;
}
.lst-cuisine-subph .lead{
	padding-top: 10px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
/* 朝食 */
.cuisine #cnts07{
	width: 1040px;
	padding: 48px 0;
	margin: 80px auto 0 auto;
}
.block-cuisine-cnts07{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 920px;
	margin: 0 auto;
}
.block-cuisine-cnts07 > .ph{
	width: 600px;
}
.block-cuisine-cnts07 > .txt{
	width: 280px;
}
.headline-cuisine-cnts07{
	font-size: 25px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
}
.block-cuisine-cnts07 > .txt .line{
	margin-top: -5px;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
}
.lead-cuisine-detail-cnts07{
	font-size: 16px;
	line-height: 26px;
}

/* トップページ
---------------------------------------------------------------------------*/
/* メインスライダー */
#slider-top{
	width: 100%;
	height: 700px;
}
.skippr-nav-element-bubble{
	margin: 0 9px!important;
}
.skippr-nav-container{
	bottom: 85px!important;
}
/* レイアウト */
.top #cnts01{
	padding-top: 240px;
}
.top #cnts02{
	position: relative;
	padding-top: 570px;
}
.top #cnts03{
	position: relative;
	padding-top: 80px;
}
.top #cnts04{
	position: relative;
	padding: 55px 0 60px 0;
}
.top #cnts05{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 920px;
	margin: 0 auto;
	padding: 55px 0 75px 0;
}
/* 背景 */
.bg-top-cnts01{ background-image: url(../img/bg-top-cnts01.jpg) }
.bg-top-cnts02{ background-image: url(../img/bg-top-cnts02.jpg) }
.bg-top-cnts04{ background-image: url(../img/bg-top-cnts04.jpg) }

/* 見出し（縦書き） */
.headline-top-cnts01{
	text-align: center;
}
.headline-line-top-cnts04{
	background-image: url(../img/bg-line-ttl02.png);
	color: #41200a;
}
/* キャッチ */
.catch-top-cnts02{
	margin-top: 20px;
	font-size: 22px;
	line-height: 34px;
	text-align: center;
}
.catch-top-cnts04{
	color: #41200a;
}
/* リード */
.lead-top-cnts01{
	margin-top: 60px;
	padding-bottom: 75px;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
}
.lead-top-cnts02{
	margin-top: 35px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
.lead-top-cnts03{
	font-size: 16px;
	line-height: 26px;
}
.lead-top-cnts04{
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #41200a;
	text-align: center;
}
.lead-top-cnts04-mini{
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin: 0 auto;
	color: #41200a;
}
.lead-top-cnts04-mini span{
	margin-top: 10px;
	display: inline-block;
	padding-top: 10px;
	border-top: 1px solid #41200a;
}
.lead-top-cnts05{
	font-size: 16px;
	line-height: 22px;
}
.lead-top-cnts05 a{
	color: #FFFFFF;
}
/* 飾り */
.deco-top-cnts02{
	top: 520px;
	left: 50%;
	margin-left: 290px;
}
.deco-top-cnts03{
	top: 5px;
	left: 50%;
	margin-left: -730px;
}
.deco-top-cnts04{
	top: -27px;
	left: 50%;
	margin-left: 290px;
}

/* スパメニュー */
.lst-top-cnts02{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 1020px;
	margin: 20px auto 0 auto;
}
/* ボタン */
.btn-cnts02{
	margin-top: 40px;
}
.btn-cnts02 a{
	margin: 0 auto;
}
.btn-cnts05 a{
	width: 216px;
	height: 35px;
	margin: 0 auto;
	background-image: url(../img/bg-btn-cnts02.png);
}
.btn-cnts06 a{
	width: 216px;
	height: 36px;
	margin: 0 auto;
}
.btn-cnts06-02 a{
	width: 200px;
	height: 40px;
}

/* お部屋写真 */
.block-ph-cnts03{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 500px;
	margin-top: 25px;
	padding: 15px;
	background-color: #000000;
	background-image: url(../img/ph-top-cnts03.jpg);
	background-position: center 15px;
	background-repeat: no-repeat;
}
.block-ph-cnts03-02{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 920px;
	margin: 0 auto;
	padding: 15px 0 40px 0;
}
.txt-cnts03-02{
	margin-bottom: 80px;
	text-align: center;
}
/* 料理写真 */
.lst-ph-top-cnts04{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 1160px;
	margin: 0 auto;
	padding-top: 30px;
}
.lst-ph-top-cnts04-02{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 904px;
	margin: 0 auto;
	padding-top: 30px;
}
.lst-ph-top-cnts04-02 > li{
	flex: 1;
}
.lst-ph-top-cnts04-02 > li a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 190px;
	height: 190px;
	margin: 0 auto;
}
.lst-ph-top-cnts04-02 > li a .cover{
	position: absolute;
	opacity: 0;/* IE8 over, Opera, Safari, CSS3 over */
	top: -9px;
	left: -9px;
}
.lst-ph-top-cnts04-02 > li a:hover .cover{
	transition-property: all;
	transition: 0.3s linear;
	opacity: 1;/* IE8 over, Opera, Safari, CSS3 over */
}
/* イベントとお知らせ */
.headline-top-cnts05{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 450px;
	height: 71px;
	margin: 0 auto;
	background-image: url(../img/bg-top-cnts05.png);
	background-repeat: no-repeat;
	color: #af9a27;
	font-size: 24px;
}
.lst-top-cnts05-event,
.lst-top-cnts05-news{
	padding-top: 35px;
	height: 430px;
}
.lst-top-cnts05-event > li{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 10px;
}
.lst-top-cnts05-event > li > div{
	width: 240px;
	margin-right: 10px;
}
.lst-top-cnts05-event > li > div img{
	max-width: 100%;
}
.lst-top-cnts05-event > li > p{
	width: 200px;
}
.lst-top-cnts05-news > li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ebe5c9;
}
/* オススメプラン */
.bx-wrapper{
	background-color: transparent!important;
	box-shadow: none!important;
	border: none!important;
}
.slider-plan{
	padding-top: 25px;
}
#slider-plan li{
	padding: 12px 12px 20px 12px;
	background-color: #000000;
}
#slider-plan li .lead-top-cnts05{
	margin: 20px 0;
}
#slider-plan li .lead-top-cnts05 a{
	color: #FFFFFF;
}
.slider-plan .bx-wrapper{
	margin: 0 auto;
}
.slider-plan .bx-wrapper .bx-controls-direction a{
	width: 60px;
	height: 98px;
	margin-top: -50px;
}
.slider-plan .bx-wrapper .bx-prev{
	background-image: url(../img/btn-slider-plan-prev.png);
	background-position: 0 0!important;
}
.slider-plan .bx-wrapper .bx-next{
	background-image: url(../img/btn-slider-plan-next.png);
	background-position: 0 0!important;
}
.block-top-cnts06-btns{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 960px;
	height: 100px;
	margin: 45px auto 0 auto;
	background-image: url(../img/bg-top-cnts06-btns.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.block-top-cnts06-btns > *{
	margin: 0 12px;
}

/* アンカーズレ解消 */
.spa #cnts03,
.spa #cnts04,
.spa #cnts05,
.spa #cnts06,
.cuisine #cnts03,
.cuisine #cnts04,
.cuisine #cnts05,
.cuisine #cnts06,
.cuisine #cnts08,
.cuisine #cnts09,
.cuisine #cnts10,
.room #cnts03,
.room #cnts04,
.room #cnts05,
.room #cnts07,
.facility #cnts03,
.facility #cnts04,
.facility #cnts05,
.facility #cnts06,
.tourism #cnts05,
.tourism #cnts06,
.tourism #cnts07,
.tourism #cnts08{
	margin-top: -134px;
	padding-top: 134px;
}



/*------------------------------------------------
trip ai
--------------------------------------------------*/
#pagebana{
	background:#DDD;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index: 1000;
}
#pagebana:hover{
	background:#EEE;
}











