@charset "UTF-8";
/* ------------------------------------------------------------------------
css見出し構成
---------------------------------------------------------------------------
- common（共通部分）
- object（オブジェクトと流用スタイル）
- main（メインコンテンツ）
	- miryoku（ホテル森の風の魅力）
　-category_box （カテゴリボックス）
	- information（インフォメーション）
------------------------------------------------------------------------ */
.FooterSns {
    display: none!important;
}
/* ============================================================================
common 共通部分
============================================================================ */
.h_wrap {
	background-color: rgba(0, 0, 0, 0);
}
.scroll_cover {
	background-color: rgba(0, 0, 0, 0.75);
}
/* ============================================================================
header ヘッダー部分
============================================================================ */
@media screen and (min-width: 1201px) {
	.Header__wrap {
		padding: 15px 30px 2px;
		max-width: 100%;
		margin: 0 auto;
		background: url(common/images/h_bg01.png) repeat-x left top;
		background-size: 1px 110px;
	}
}
.animatedModal-off {
    overflow: hidden;
}
/* ============================================================================
object（オブジェクトと流用スタイル）
============================================================================ */

/* タイトル設定
-------------------------------------------------- */
.line_title {
	margin: 0;
	display: block;
	color: #fff;
	font-size: 130%;
	text-align: center;
}
.line_title span {
	padding-top: 15px;
	line-height: 1.7;
	display: inline-block;
	background-image: url(common/images/info_line.png);
	background-size: 240px auto;
	background-repeat: repeat-x;
	background-position: left top;
}

@media screen and (min-width: 768px) {
.line_title {
	font-size: 160%;
}
}
.plan .line_title span {
	background-image: url(common/images/plan_line.png);
}
.line_title i {
	font-size: 10px;
	display: block;
	font-weight: 100;
}
.line_text {
	margin: 19px 0 0;
	font-size: 14px;
	line-height: 1.6;
}
/* ボタン設定
-------------------------------------------------- */
.btn_wrap {
	margin: 0;
}
.btn_obj.btn_white_green, .btn_obj.btn_white_yellow {
	width: 100%;
}
.btn_green, .btn_yellow {
	font-size: 12px;
}

@media screen and (min-width: 1024px) {
.btn_obj.btn_white_green {
	width: 74%;
}
.btn_obj.btn_white_yellow {
	width: 90%;
}
.btn_green,  .btn_yellow {
	width: 360px;
	font-size: 14px;
}
}

/* ============================================================================
メインビジュアル
============================================================================ */

/*
	.mainvisual {
		height: 60vh;
	}

@media screen and (min-width: 768px) {
	.mainvisual {
		height: 75vh;
	}
}
*/

/* ------------------------------------------------
 Slider メインビジュアル画像設定
------------------------------------------------ */
.slides video {
    width: 100%;
    height: auto;
}    
.Movie__inner {
    position: relative;
    margin: 0 auto;
    height: 60vh;
    max-width: 100%;
    overflow: hidden;
}
.flexslider {
    height: 60vh;
    border: none ;
}
.slides {
    position: absolute;
    height: 60vh ;
}
.slides li {
    height: 60vh;
}
.slides img,.slides video {
    width: auto;
    height: auto;
}
@media screen and (min-width: 768px) {
	.Movie__inner {
		height: 80vh;
	}
	.flexslider {
		height: 80vh;
	}
	.slides {
		height: 80vh ;
	}
	.slides li {
		height: 80vh;
	}
	
    .flex-control-nav {
        bottom: 10px ;
        right: 10px;
        z-index: 50 !important;
        top: auto ;
        text-align: right ; 
    }
    .flex-control-nav a {
        overflow: hidden;
        text-indent: 100% !important;
    }
    .flex-control-paging li a {
        background: rgba(255, 255, 255, 0.5) ;
    }
    .flex-control-paging li a.flex-active {
        background: rgba(255, 255, 255, 0.9) ;
    }
	
	.wappen_ousyuku_wrap {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 5;
	}
	/*那須連山LIVE配信中!!バナー*/
	.wappen_ousyuku {
		position: absolute;
		bottom: 40px;
		left: 3%;
		z-index: 1;
		padding: 0;
		max-width: 38%;
		width: 100%;
		border: 3px solid #fff;
	}
	.wappen_ousyuku img{
		width:100%;
}
}

@media screen and (max-width: 767px) {
/*
.mainvisual {
    height: 100vh;
}
*/
	.Movie__inner {
    height: 75vh;
}
	.flexslider {
    height: 75vh;
}
/*	スライダーの画像サイズを変更*/
.flexslider .slides img {object-fit:contain;
	font-family: 'object-fit: contain;'; /*IE対策*/}
	
/*那須連山LIVE配信中!!バナー*/
	.wappen_ousyuku {
		display: block;
		background: #eee;
		padding: 1.5em;
	}
	.wappen_ousyuku img{
		width:100%;
}
}

/* ------------------------------------------------
  MainVisualTxt メインビジュアルテキスト
------------------------------------------------ */

@media screen and (min-width: 767px) {
.MainVisualTxt {
	height: 100vh;
	position: absolute;
	margin: auto;
	top: -341px;
/*	left: 0;*/
	right: 2em;
	z-index: 50;
	text-align: right;/*center*/
	color: #fff;
	vertical-align: bottom;
	
}
.MainVisualTxt img.MainVisualBnr__goto {
	width: 300px;
}
}

@media screen and (min-width: 767px) and (max-width: 1400px) {
/*
	.MainVisualTxt {
	 top: -140%;
}
*/
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
/*
		.MainVisualTxt {
	 top: -180%;
}
*/
}
	/*スマホで表示したくない*/
@media screen and (max-width: 767px) {

.MainVisualTxt {
    padding-top: 4em;
	height: auto;
	position: static;
	margin: auto;
/*	left: 0;*/
	right: 1.5em;
	z-index: 50;
	text-align: center;
	color: #fff;
	vertical-align: bottom;
    display: none;
}.MainVisualTxt img{
    width: 100%;
}
 .MainVisualTxt .MainVisualBnr__100sen{
    display: none;
}
	.MainVisualTxt p{
    margin: 0;
}
	.MainVisualTxt a{
    display: block;
	padding: 0 20px;
}
.MainVisualTxt img.MainVisualBnr__goto {
	margin: 5% 0;
}


	.MainVisualBnr__jalan,.MainVisualBnr__fivestar{
		display: none;
	}
}
/*  MainVisualTxt__title メインビジュアルタイトル
------------------------------------------------ */
.MainVisualTxt__title {
    margin: 0;
}
.MainVisualTxt__title img {
    width: 220px;
	height: auto;
}
@media screen and (min-width: 768px) {
	.MainVisualTxt__title {
		margin: 0 0 30px;
	}
	.MainVisualTxt__title img {
		margin-bottom: 7px;
		width: 386px;
		height: auto;
	}
}
.MainVisualTxt__cap {
	display: none;
}
@media screen and (min-width: 768px) {
	.MainVisualTxt__cap {
		font-weight: 400;
		font-size: 80%;
		display: block;
	}
}
/*  MainVisualBnr メインビジュアルバナー
------------------------------------------------ */

@media screen and (min-width: 768px) {
.MainVisualBnr__jalan ,
.MainVisualBnr__okomori {
	margin: 0 auto 5px;
	width: 110px;
}
.MainVisualBnr__fivestar,
.MainVisualBnr__100sen,
.MainVisualBnr__youtube{
	margin: 0 5px 5px;
/*	width: 45%;*/
	display: inline;
	max-width: 110px;
}
	.MainVisualBnr__jalan ,
	.MainVisualBnr__okomori {
		margin: 5px;
		width: 175px;
		display: inline-block;
	}
	.MainVisualBnr__fivestar ,
	.MainVisualBnr__100sen,
	.MainVisualBnr__youtube{
		margin: 5px;
		width: 100%;
		display: inline;
		max-width: 180px;
	}
}
.TopBnrTxt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	color: rgba(255,255,255,0.9);
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	padding: 10px 20px 10px;
	font-family: "Yu Mincho", "YuMincho", "a-otf-ryumin-pr6n", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (min-width: 768px) {
.TopBnrTxt {
	width: 360px;
    padding: 14px 20px 10px;
	bottom: 0;
}
}
.BnrBtnWrap {
	margin: 0;
}
.BnrBtn {
	margin: 0 0 6px;
	display: inline-block;
	width: 100%;
	padding: 8px 10px;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: .3s;
	font-size: 120%;
	background-image: url(common/images/arrow_white.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.BnrBtn span {
	font-size: 75%;
	margin-right: 4px;
}
.BnrBtn:hover {
	box-shadow: 0 0 20px 5px rgba(255,255,255,.3) inset;
	text-decoration: none;
}
.BnrTitle {
	margin: 0 0 8px;
	font-size: 100%;
}


@media screen and (min-width: 768px) {
.BnrBtn {
	font-size: 130%;
	padding: 10px;
}
.BnrTitle {
	font-size: 110%;
}
}
@media all and (-ms-high-contrast:none){
/*IEハック*/
.BnrBtn {
	padding: 14px 10px 7px;
}
}

/* --------------------------------------------------------------------
ヘッダーナビ
-------------------------------------------------------------------- */
@media screen and (min-width: 1201px) {
	.SpOther {
		display: none;
	}
	.Header__title {
		margin: 0;
		padding-top: 5px;
		float: left;
	}
	.Header__title img {
		width: 243px;
		height: auto;
	}
	/* ヘッダーナビ */
	.Nav {
		float: right;
		font-size: 16px;
	}
	.Nav__item {
		display: inline-table;
		vertical-align: middle;
		text-shadow: black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
	}
	.Nav__item a {
		display: block;
		padding: 30px 6px 38px;
		text-decoration: none;
	}
	.Nav__item span:hover {
		padding: 30px 0 38px;
		position: relative;
		border-bottom: 3px solid #ddb03d;
	}
	.Nav__item.Last {
		margin-left: 2px;
	}
}
/* ナビ外部リンクボタン */
@media screen and (min-width: 1100px) {
	.Nav__item.Other a {
		margin-left: 10px;
		margin-bottom: 8px;
		padding: 7px 10px 4px 10px;
		background-color: #c29b34;
		text-shadow: none;
	}
	.Nav__item.Other.Last a {
		margin-left: 0;
	}
	.Nav__item.Other span {
		border: none;
	}
}


/* ピックアップエリア
--------------------------------------------------------- */
/*
@media screen and (max-width:767px) {
.pickup_area {
	clear: both;
    margin: 0;
	padding: 3em 20px 1em;
	background: #fff;
	text-align: center;
}
.box_attention {
	margin: 0
}
.box_attention img {
	display: block;
	background-size: cover;
	width: 100%

}
.box_attention p {
	text-align: left;
}
	
.box_corona {
	margin: 0;
}
.box_corona a {
	display: block;
	padding: 5em 0;
	margin-top: 30px;
	background: url("images/bnr_okomori_bg.jpg") no-repeat center center;
	background-size: cover;
}
.box_corona a h2 {
	display: inline-block;
	background: #a80;
	color: #fff;
	padding: .5em;
	line-height: 1.4;
	font-family: "Yu Mincho", "YuMincho", "a-otf-ryumin-pr6n", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 80%;
}
.box_corona a h2 i {
	display: block;
	font-size: 200%;
	font-style: normal;
}

}
@media screen and (min-width:768px) , print {
.pickup_box{
	
	}
.pickup_area {
	clear: both;
	background: #fff;
	max-width: 100%;
    margin: 0 auto;
	padding: 3em 8%;
	text-align: center;
	display: flex;
}
	
.box_attention {
	margin: 0 2%;
	width: 46%;
}
	
.box_attention img{
	width: 100%
	}


	
.box_corona {
	margin: 0 2%;
	width: 46%;
}
.box_corona a {
	display: block;
	padding: 0;
	background: url("images/bnr_okomori_bg.jpg") no-repeat center center;
	background-size: cover;
	height: 100%;
	position: relative;
}
.box_corona a h2 {
	display: inline-block;
	background: #a80;
	color: #fff;
	padding: .5em;
	line-height: 1.4;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-family: "Yu Mincho", "YuMincho", "a-otf-ryumin-pr6n", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 100%;

}
.box_corona a h2 i {
	display: block;
	font-size: 200%;
	font-style: normal;
}

}
*/

/* 各館ピックアップエリア
--------------------------------------------------------- */
/*
@media screen and (max-width:767px) {
.individual_pickup_area {
	clear: both;
    margin: 0;
	padding: 1em 20px 3em;
	background: #fff;
	text-align: center;
}
.box_youtube {
	width: 100%;
	border-top: 10px solid #D91517;
	border-bottom: 10px solid #D91517;
	box-sizing: border-box;
	background-color: #F1F1F1;
	margin-bottom: 2em;
}
.box_youtube img {
	width: 100%;
	height: auto;
}
.box_youtube a {
	width: 100%;
	height: auto;
	display: block;
	padding: 3em 1em;
}
.box_youtube img,.box_another img {
	width: 100%;
	height: auto;
}
.box_another {
	margin: 0 0 2em;
}
.box_another a {
	display: block;
*/
/*	padding: 5em 0;*/
/*
	background: url("images/bnr_another_bg.jpg") no-repeat center center;
	background-size: cover;
}
.box_another a h2 {
	display: inline-block;
	background: #02815E;
	color: #fff;
	padding: .5em;
	line-height: 1.4;
	font-family: "Yu Mincho", "YuMincho", "a-otf-ryumin-pr6n", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 80%;
}
.box_another a h2 i {
	display: block;
	font-size: 200%;
	font-style: normal;
}

.box_goto{
	display: none

}



}
@media screen and (min-width:768px) , print {
.individual_pickup_area {
	clear: both;
	background: #fff;
	max-width: 100%;
    margin: 0 auto;
	padding: 0 8% 3em;
	text-align: center;
	display: flex;

}
.box_youtube {
	margin: 0 2%;
	width: 46%;
	border-top: 10px solid #D91517;
	border-bottom: 10px solid #D91517;
	box-sizing: border-box;
	display: flex;
    align-items: center;
*/
/*	background-color: #F1F1F1;
}*/
/*
.box_youtube img,.box_another img {
	width: 100%;
	height: auto;
}
.box_youtube a {
	width: 100%;
	height: auto;
	display: block;
	padding: 3em 1em;
}
.box_another {
	margin: 0 2%;
	width: 46%;
}
.box_another a {
	display: block;
	padding: 0;
	background: url("images/bnr_another_bg.jpg") no-repeat center center;
	background-size: cover;
	height: 100%;
	position: relative;
}
.box_another a h2 {
	display: inline-block;
	background: #02815E;
	color: #fff;
	padding: .5em;
	line-height: 1.4;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-family: "Yu Mincho", "YuMincho", "a-otf-ryumin-pr6n", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 100%;
	width: 70%;
}
.box_another a h2 i {
	display: block;
	font-size: 150%;
	font-style: normal;
}

.box_goto{
	margin:0 2%;
	width: 46%;
	}
	
.box_goto a {
	display: block;
	padding: 0;
	background: url("images/bnr_goto.jpg") no-repeat center center;
	background-size: cover;
	height: 100%;
	position: relative;
}
	
}
*/


/* 注意書き
@media screen and (max-width:767px) {
.attention {
	background: #fff;
	padding: 3em 10px;
	text-align: left;
	font-size: 100%;
	letter-spacing: .1em;
}
.attention h2 {
	text-align: center;
}
.attention br {
	display: none;
}
}
@media screen and (min-width:768px) , print {
.attention {
	background: #fff;
	max-width: 100%;
    margin: 0 auto;
	padding: 3em 10px;
	text-align: center;
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.7;
}
.attention h2 {
	text-align: center;
}
}
--------------------------------------------------------- */


/* --------------------------------------------------------------------
 miryoku（ホテル森の風の魅力）
-------------------------------------------------------------------- */
.Shikisai__logoWrap {
	position: relative;
	text-align: center;
	z-index: 99;
	padding: 25px 0 0;
}
.Shikisai__logoWrap img {
	width: 185px;
}
.miryoku .catch_obj, .Shikisai .catch_obj {
	padding: 32px 0 42px;
}
.miryoku .catch_title, .Shikisai .catch_title {
	margin-bottom: 35px;
}
.catch_title img {
	width: 60%;
	height: auto;
}
.miryoku .catch_text, .Shikisai .catch_text {
	margin-bottom: 38px;
	font-size: 100%;
}
.miryoku .catch_subtitle, .Shikisai .catch_subtitle {
	margin-top: 15px;
	margin-bottom: 33px;
	font-size: 25px;
}
.miryoku {
	background-image: url(images/catch_img01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.miryoku:hover {
	-webkit-transition: background-color .35s linear;
	transition: background-color .35s linear;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.1);
}
.Shikisai {
	color: #fff;
	background-image: url(images/catch_shikisai_img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.Shikisai:hover {
	-webkit-transition: background-color .35s linear;
	transition: background-color .35s linear;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.1);
}
.miryoku .catch_obj {
	position: relative;
	text-align: center;
	z-index: 10;
	padding: 40px 4.5% 35px;
}
.Shikisai .catch_obj {
	position: relative;
	text-align: center;
	z-index: 10;
	padding: 0 4.5% 30px;
}
.catch_subtitle {
	font-size: 27px;
}
.Shikisai .btn_yellow {
	width: 100%;
	background-position: right top;
}
.Shikisai .btn_yellow::after {
	display: inline;
}

/* iphone5以下用の記述 */
@media screen and (max-width: 320px) {
.miryoku .catch_title,  .Shikisai .catch_title {
	margin-bottom: 40px;
}
.miryoku .catch_subtitle,  .Shikisai .catch_subtitle {
	font-size: 21px;
	line-height: 1.8;
	margin-bottom: 20px;
}
}
/* スマホ用の記述 */
@media screen and (max-width: 767px) {
	.Shikisai {display: none;}
   .miryoku .line {
    display: block;
}
   .miryoku  .disp_wrap {
     padding: 0; 
}
}

@media screen and (min-width: 768px) {
.Shikisai .btn_yellow {
	background-position: right 10px center;
	background-image: url(common/images/arrow_white.png);
}
.Shikisai .catch_obj {
	padding: 0 35px 40px;
}
.catch_title img {
	width: 40%;
}
.Shikisai .btn_yellow::after {
	display: none;
}
.Shikisai .Shikisai__title {
	width: 450px;
	height: auto;
}
.Shikisai__logoWrap {
	position: relative;
	text-align: center;
	z-index: 99;
	padding: 25px 0 0;
}
.Shikisai__logoWrap img {
	width: 260px;
}
}

@media screen and (min-width: 1024px) {
.miryoku .catch_title {
	margin-bottom: 45px;
}
.Shikisai .catch_title {
	margin-bottom: 60px;
}
.miryoku .catch_obj {
	padding: 72px 35px 47px;
}
.Shikisai .catch_obj {
	padding: 0 35px 65px;
}
.miryoku .catch_text,  .Shikisai .catch_text {
	margin-bottom: 38px;
	line-height: 1.7;
}
.catch_title img {
	width: 737px;
	height: auto;
}
.Shikisai .Shikisai__title {
	width: 600px;
	height: auto;
}
.Shikisai__logoWrap {
	position: relative;
	text-align: center;
	z-index: 99;
	padding: 40px 0 0;
}
.Shikisai__logoWrap img {
	width: 335px;
}
}
/* --------------------------------------------------------------------
 miryoku（嘉苑・四季彩ブロック）
-------------------------------------------------------------------- */
.KaenShikisai {
	position: relative;
}
.KaenShikisai::after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
}
/* ============================================================================
　category_box （カテゴリボックス）
============================================================================ */
.cate_article {
	position: relative;
	height: 10em;
	border-bottom: 1px solid #fff;
}
.cate_article::before {
	background-position: center center;
	background-size: cover;
}
.cate_article.spa::before {
	background-image: url(images/catebg_spa.jpg);
}
.cate_article.room::before {
	background-image: url(images/catebg_guestroom.jpg);
}
.cate_article.dish::before {
	background-image: url(images/catebg_dish.jpg);
}
.cate_article.sightseeing::before {
	background-image: url(images/catebg_sightseeing.jpg);
}
.cate_article.bridal::before {
	background-image: url(images/catebg_bridal.jpg);
}
.cate_article.garden::before {
	background-image: url(images/catebg_flower.jpg);
}
.cate_article.photogallery::before {
	background-image: url(images/catebg_photogallery.jpg);
}
.cate_article.photocontest::before {
	background-image: url(images/catebg_price.jpg);
}
.cate_article.season::before {
	background-image: url("images/catebg_season_au.jpg");
}
.cate_article.season.link_box:hover::after {
     background-color: rgba(0, 0, 0, 0); 
}
.cate_article.spa .cate_title {
	background-image: url(images/cate_title_spa.png);
}
.cate_article.room .cate_title {
	background-image: url(images/cate_title_room.png);
}
.cate_article.dish .cate_title {
	background-image: url(images/cate_title_dish.png);
}
.cate_article.photogallery .cate_title {
	background-image: url(images/cate_title_photogallery.png);
}
.cate_article.photocontest .cate_title {
	background-image: url(images/cate_title_price.png);
}
.cate_article.season .cate_title {
	background-image: url(images/cate_title_season.png);
}
.cate_article.sightseeing .cate_title {
	background-image: url(images/cate_title_sightseeing.png);
}
.cate_article.bridal .cate_title {
	background-image: url(images/cate_title_bridal.png);
}
.cate_article.garden .cate_title {
	background-image: url(images/cate_title_garden.png);
}
.cate_article:nth-child(even) {
	border-left: 1px solid #fff;
}
.category_container {
/*	padding-top: 45px;*/
	background-color: #fff;
}

@media screen and (min-width: 768px) {
.cate_article {
	height: 12em;
}
.cate_title {
	margin: 25px 0;
}

}
@media screen and (max-width: 767px) {
		.col-xs-6 {
    width: 100%;
}
.cate_article {
    height: 50vh;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
}


@media screen and (min-width: 1024px) {
.cate_article {
	position: relative;
	height: 300px;
	border-bottom: 1px solid #fff;
	background-position: center center;
	background-size: cover;
}
.cate_title {
	margin: 0;
}
.photogallery .cate_title,  .season .cate_title {
	background-size: auto 70%;
}
}
/* ============================================================================
 information&plan（インフォメーションとプラン）
============================================================================ */
.plan .text{
	margin: 0;
	display: block;
	font-size: 12px;
}
.info_box, .plan_box {
	margin-bottom: 10px;
}
.info_box:nth-child(2), .info_box:nth-child(3), .plan_box:nth-child(2), .plan_box:nth-child(3) {
	margin-bottom: 10px;
}

@media screen and (max-width: 320px) {
.info_box:nth-child(even),  .plan_box:nth-child(even) {
	clear: both;
}
}

@media screen and (min-width: 768px) {
.info_box:nth-child(2), .info_box:nth-child(3), .plan_box:nth-child(2), .plan_box:nth-child(3) {
	margin-bottom: 0;
}
.info_box, .plan_box {
	margin-bottom: 0;
}
}

@media screen and (min-width: 1024px) {
.plan .text{
	font-size: 14px;
}
}
.img_trim {
	border: 2px solid #fff;
	height: 130px;
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	background-color: #FFF;
}


@media screen and (min-width: 768px) {
.img_trim {
	height: 127px;
}
}

@media screen and (min-width: 1024px) {
.img_trim {
	height: 160px;
}
}

@media screen and (min-width: 1201px) {
.img_trim {
	height: 192px;
}
}

@media screen and (min-width: 1400px) {
.img_trim {
	height: 220px;
}

}
.img_trim {
	overflow: hidden;
	position: relative;
}
.img_trim img {
	max-width: 150%;
	height: auto;
}

/*.img_trim img {
  position: absolute;
  height: 0;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
}
.img_trim img {
	max-width: 150%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
	width: 100%;
}*/




/* ============================================================================
 plan（プラン）
============================================================================ */
.plan {
	padding: 53px 11px 21px;
	background-image: url(images/plan_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.plan .line_title_wrap {
	margin-bottom: 20px;
}
.plan .btn_black_wrap {
	margin: 35px 0 25px;
}
.plan_box .img_trim {
	margin-bottom: 20px;
}
.plan .tell {
	display: inline-block;
	font-size: 18px;
}
.plan .tell span {
	font-size: 30px;
}
.plan .tell span img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.plan .btn_black {
	width: 90%;
}
/* 768px以上用（PC用）の記述 */
@media screen and (min-width: 768px) {
	.plan .tell span {
		font-size: 2em;
	}
	.plan .tell span img {
		width: 30px;
		height: 30px;
	}
	.plan .btn_black {
		width: 50%;
	}
}
/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
	.plan {
		padding: 53px 27px 21px;
	}
	.plan .line_title_wrap {
		margin-bottom: 50px;
	}
	.plan .btn_black {
		width: 35%;
	}
}
/* 768px以下用（sp用）の記述 */
@media screen and (max-width: 767px) {
	.plan{display: none;}
}


/* ============================================================================
リゾートホテルグループ会員制サービス「みやび倶楽部」ホテル会員権事業
============================================================================ */
.miyabi_club {
    background: url(images/yoyaku_mail_bg.png) no-repeat center center, url(images/yoyaku_bg.jpg) no-repeat center center;
	text-align: center;
	padding: 5em 0 7em;
	line-height: 1.6;
}
.miyabi_club h3 {
	margin: 1em 0 .5em;
	font-size: 200%;
	font-family: "Yu Mincho", "YuMincho", "a-otf-ryumin-pr6n", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.miyabi_club span {
	font-size: 40%;
	color: #999;
	display: block;
}
.miyabi_club a {
	color: #fff;
	background: #b21;
	background: #b21 url(common/images/arrow_white.png) no-repeat 95% center;
	background-size: 7px auto;
}
@media screen and (max-width:767px) {
	.miyabi_club {
		background-size: 90% 90%, cover;
	}
	.miyabi_club > p {
		margin: 0 15% 1em;
		text-align: left;
	}
	.miyabi_club p br {
		display: none;
	}
	.miyabi_club a {
		margin: 0 15% 1em;
		padding: 0 1.5em 0 1em;
		display: block;
	}
	.miyabi_club a p {
		padding: 1em 0;
	}
}
@media screen and (min-width:768px) , print {
	.miyabi_club {
		background-size: 600px 80%, cover;
		clear: both;
		max-width: 100%;
		margin: 0 auto;
	}
	.miyabi_club > p {
		margin-bottom: 1em;
	}
	.miyabi_club a {
		padding: 0 4em;
		display: inline-block;
	}
}


/* ============================================================================
bnr（バナー）
============================================================================ */
.bnr_link {
	padding: 22px 0 36px;
	background-image: url(common/images/bg_black.png);
	background-repeat: repeat;
	background-repeat: 50px 50px;
	width: 100%;
}

.bnr_link .bx-wrapper {
/*	height: 80px;*/
    position: relative;
}
.bnr_link .bx-wrapper .bx-viewport {
	background: none;
        max-width: 990px;
    margin: auto;
}
.bnr_link ul {
}
.bnr_link ul li {
}
.bnr_link ul li a {
}
.bnr_link ul li a img {
}
@media screen and (max-width:767px) {
	.bnr_link {
		background: #222;
		padding: 30px 0 30px 0;
	}
}
@media screen and (min-width:768px) , print {
	.bnr_link{
		background: #000;
		padding: 30px 0 30px 0;
            max-width: 100%;
    margin: auto;
    }}



/* ============================================================================
 article_news（ホテル森の風鶯宿からのお知らせ）
============================================================================ */
.news {
	color: #464646;
}
.a_news_title {
	margin: 25px 0 16px;
	padding-bottom: 1rem;
	font-size: 19px;
	text-align: left;
	color: #464646;
	border-bottom: 1px solid #dfdfdf;
}
.article_news {
	padding: 25px 11px 3px;
}
.news a {
	color: #464646;
	text-decoration: none;
}
.a_n_box {
}
.a_n_btn {
	margin: 28px 0 0;
	text-align: center;
}
.a_n_btn a {
	color: #fff;
	width: 282px;
	background-color: rgba(98, 130, 80, 1.0);
}
.a_n_text {
	font-size: 15px;
	margin-top: 0;
}
.a_n_date {
	font-size: 15px;
	margin-bottom: 0;
	white-space: nowrap;
	display: inline-block;
}
.facebook {
	margin: 30px auto;
	text-align: center;
}
/*tw_bn*/
.tw_bn {
	max-width: 500px;
	margin: 30px auto 0;
	height: auto;
	width: auto;
	text-align: center;
}
.tw_bn img {
	max-width: 500px;
	width: 100%;
	height: auto;
}
.twitter {
	margin: 30px 0;
}
.article_news .twitter > iframe {
	border: 1px solid #e9ebee !important;
	padding-right: 1px !important;
}
.a_n_icon {
	vertical-align: middle;
	color: #fff;
	font-size: 70%;
	padding: 2px 5px 1px;
}
.a_n_icon.art_gray {
	background-color: #828282;
}
.a_n_icon.art_plan {
	background-color: #956116;
}
.a_n_icon.art_info {
	background-color: #3e5e3e;
}
@media screen and (min-width: 768px) {	
	.-ajax-news{
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.tw_bn{display: none;}
	.facebook{display: none;}
	.a_n_btn {margin: 28px 0;}
/*	お知らせ一覧のニュースを非表示にする*/
	.-ajax-news{
		display: none;
	}
	
	.sp-none{display: none;}
}

/* --------------------------------------------------------------------
 article_news（ホテル森の風鶯宿からのお知らせ）
-------------------------------------------------------------------- */	
@media screen and (max-width: 320px) {
.a_news_title {
	font-size: 17px;
}
}

@media screen and (max-width: 767px) {
.a_n_box:nth-of-type(n+6) {
	display: none;
}
}

@media screen and (min-width: 768px) {
.fb_iframe_widget span {
	margin: 0 auto;
	display: block !important;
}
.a_n_btn a {
	width: 300px;
}
.facebook {
	text-align: center;
}
.facebook {
	margin: 30px auto 40px;
	padding-right: 5px;
	/*float: left;
		width: 50%;*/
	width: 100%;
	text-align: center;
}
.twitter {
	margin: 30px 0 40px;
	padding-left: 5px;
	float: right;
	width: 50%;
	text-align: right;
}
}

@media screen and (min-width: 1024px) {
.news {
	font-size: .8rem;
}
.article_news {
	width: 1600px;
	padding: 40px 55px;
}
.article_news .news,  .article_news .facebook {
	vertical-align: top;
}
.article_news .facebook {
	margin: 0 0 0;
	padding-left: 30px;
	float: left;
	width: 35%;
	text-align: center;
}
.article_news .twitter {
	margin: 0 0 40px;
	padding-left: 30px;
	float: right;
	width: 25%;
	text-align: right;
}
.article_news .news {
	float: left;
	padding-right: 58px;
	width: 65%;
}
.a_n_box {
	margin-bottom: .8rem;
}
.a_n_box > a {
	display: table;
}
.a_news_title {
	margin: 0 0 1rem;
	padding: 0 0 .5rem;
	font-size: 22px;
	text-align: left;
}
.a_news_title .ichiran {
	display: inline-block;
	float: right;
	font-size: .9rem;
}
.a_n_date,  .a_n_text {
	display: table-cell;
}
}
/* ============================================================================
　load ローディング画面設定
============================================================================ */
/* ローディングアイコン */
#site-wrap {
	display: none;
}
#site-loader-overlay {
	background: #000;
	opacity: 1;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
/*
	width: 100vw;
	height: 100vh;
*/
	z-index: 99999;
}
#site-loader-spinner {
	font-size: 10px;
	position: fixed;
	top: 50%;
	top: -webkit-calc(50% - 33px);
	top: calc(50% - 33px);
/*	top: calc(50% - 33px);*/
	left: 50%;
	left: -webkit-calc(50% - 33px);
	left: calc(50% - 33px);
/*	left: calc(50% - 33px);*/
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loading-anime 1.1s infinite linear;
	animation: loading-anime 1.1s infinite linear;
}
#site-loader-spinner, #site-loader-spinner:after {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
 @-webkit-keyframes loading-anime {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes loading-anime {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

.flex-caption-create {
	margin: 0;
	color: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 3px 5px;
	font-size: 120%;
/*	background-color: rgba(0,0,0,0.7);*/
	z-index: 3;
	display: inline-block;
	/*テキストシャドウ*/
    -moz-text-shadow: 1px 0px 2px #000, 0px 1px 2px #000, -1px 0px 2px #000, 0px -1px 2px #000;
    -webkit-text-shadow: 1px 0px 2px #000, 0px 1px 2px #000, -1px 0px 2px #000, 0px -1px 2px #000;
    -ms-text-shadow: 1px 0px 2px #000, 0px 1px 2px #000, -1px 0px 2px #000, 0px -1px 2px #000;
    text-shadow: 1px 0px 2px #000, 0px 1px 2px #000, -1px 0px 2px #000, 0px -1px 2px #000;
}


.flex_column-reverse{
	display:flex;
	flex-direction:column-reverse;
}



@media screen and (min-width: 768px) {
	.flex_column-reverse{
		display: block;
	}

}
/*20220615
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.swiper-container {
    width: 100%;
    height: 100vh;
}
        .swiper-slide {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
	.webp .swiper-slide.slide01{background-image: url(images/slide_pc/summer/slide01.webp)}
	.webp .swiper-slide.slide02{background-image: url(images/slide_pc/summer/slide02.webp)}
	.webp .swiper-slide.slide03{background-image: url(images/slide_pc/summer/slide03.webp)}
	.webp .swiper-slide.slide04{background-image: url(images/slide_pc/summer/slide04.webp)}
	.webp .swiper-slide.slide05{background-image: url(images/slide_pc/summer/slide05.webp)}
	.webp .swiper-slide.slide06{background-image: url(images/slide_pc/summer/slide06.webp)}
/*	.webp .swiper-slide.slide07{background-image: url(images/slide_pc/winter/slide07.webp)}*/
/*	.webp .swiper-slide.slide08{background-image: url(images/slide_pc/winter/slide08.webp)}*/
    .no-webp .swiper-slide.slide01{background-image: url(images/slide_pc/summer/slide01.jpg)}
	.no-webp .swiper-slide.slide02{background-image: url(images/slide_pc/summer/slide02.jpg)}
	.no-webp .swiper-slide.slide03{background-image: url(images/slide_pc/summer/slide03.jpg)}
	.no-webp .swiper-slide.slide04{background-image: url(images/slide_pc/summer/slide04.jpg)}
	.no-webp .swiper-slide.slide05{background-image: url(images/slide_pc/summer/slide05.jpg)}
	.no-webp .swiper-slide.slide06{background-image: url("images/slide_pc/summer/slide06.jpg")}
/*	.no-webp .swiper-slide.slide07{background-image: url("images/slide_pc/winter/slide07.jpg")}*/
/*	.no-webp .swiper-slide.slide08{background-image: url("images/slide_pc/winter/slide08.jpg")}*/
@media screen and (max-width:999px) , print {
	.webp .swiper-slide.slide01{background-image: url(images/slide_sp/summer/slide01.webp)}
	.webp .swiper-slide.slide02{background-image: url(images/slide_sp/summer/slide02.webp)}
	.webp .swiper-slide.slide03{background-image: url(images/slide_sp/summer/slide03.webp)}
	.webp .swiper-slide.slide04{background-image: url(images/slide_sp/summer/slide04.webp)}
	.webp .swiper-slide.slide05{background-image: url(images/slide_sp/summer/slide05.webp)}
	.webp .swiper-slide.slide06{background-image: url(images/slide_sp/summer/slide06.webp)}
/*	.webp .swiper-slide.slide07{background-image: url(images/slide_sp/winter/slide07.webp)}*/
/*	.webp .swiper-slide.slide08{background-image: url(images/slide_sp/winter/slide08.webp)}*/
    .no-webp .swiper-slide.slide01{background-image: url(images/slide_sp/summer/slide01.jpg)}
	.no-webp .swiper-slide.slide02{background-image: url(images/slide_sp/summer/slide02.jpg)}
	.no-webp .swiper-slide.slide03{background-image: url(images/slide_sp/summer/slide03.jpg)}
	.no-webp .swiper-slide.slide04{background-image: url(images/slide_sp/summer/slide04.jpg)}
	.no-webp .swiper-slide.slide05{background-image: url(images/slide_sp/summer/slide05.jpg)}
	.no-webp .swiper-slide.slide06{background-image: url(images/slide_sp/summer/slide06.jpg)}
/*	.no-webp .swiper-slide.slide07{background-image: url(images/slide_sp/winter/slide07.jpg)}*/
/*	.no-webp .swiper-slide.slide08{background-image: url(images/slide_sp/winter/slide08.jpg)}*/
        .swiper-slide {
            background-size: cover;
        }
		.mainvisual_wrap {
    margin-top: 63px;
}
}

/* ============================================================================
 information（おすすめ情報）
============================================================================ */
@media screen and (max-width:767px) {
    .information {
        padding: 3em 20px;
    position: relative;
    box-sizing: border-box;
        background-color: #fff;
    }
    .information h3 {
        margin-bottom: 19px;
    font-size: 200%;
    letter-spacing: 3px;
    text-align: center;
    color: #000;
    }
    .information_list_item {
        margin: 0 0 15px;
    width: 50%;
    float: left;
    padding: 0 1%;
        font-size: 16px
    }
    .information_list_item span{
          font-size: 14px;
    color: #000;
    margin-top: 1em;
    display: inline-block;
    }
    .information_list_img {
text-align: center;
    float: left;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 75%;
        border: solid 0.5px #999;
    }
    .information_list_txt {
        display: block;
        text-align:center;
		clear: both;
		color: #000;
            line-height: 1.5;
            margin: 0.5em 0;
    padding: 0;
    }
    
    .information_btn a {
        background: rgba(98, 130, 80, 1.0) url("common/images/arrow_white.png") no-repeat right 10px center;
        background-size: auto 14px;
        display: block;
        color: #fff;
        padding: 1em;
    }
}

@media screen and (max-width:645px) {
	 .information_list_item {
margin: 0 0 15px;
    width: 100%;
    width: 50%;
    float: left;
    }
		/*おすすめ情報_SP_8→4*/
	.information ul li:nth-of-type(5), .information ul li:nth-of-type(6), .information ul li:nth-of-type(7), .information ul li:nth-of-type(8) {
    display: none;
}
}
@media screen and (max-width: 460px){
	.information_list_item {
    margin: 0 0 15px;
    width: 100%;
	}
}
    /*おすすめ情報リスト*/
    .information_list {
        margin: 0 auto 2em;
        max-width: 1200px;
        display: flex;
		flex-wrap: wrap;
        justify-content: space-between;
    }
@media screen and (min-width:768px) , print {
    .information_list_item.cf::before,
    .information_list_item.cf::after{
        display: none;
    }
    .information {
		position: relative;
		 margin: 0 auto 0;
    	padding: 20px 11px 20px;
    	color: #fff;
    	text-align: center;
    	background: #fff;
    	z-index: 99;
        max-width: 100%;
    }

	
    .information h3 {
margin-bottom: 19px;
    font-size: 180%;
    letter-spacing: 3px;
    text-align: center;
    color: #000;

    }

    .information_list_item {
        width: 23%;
        margin-bottom: 1.5em;
        
/*
        box-shadow: 0px 1px 6px 1px #d4d4d4;
		margin: 0 1% 2em;
*/
    }
    .information_list_item a {
        color: #000;
    }
    .information_list_item a span{
        margin-top: 1em;
        display: block;
    }
    .information_list_img {
        width: 100%;
        height: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding-bottom: 75%;
        border: solid 0.5px #999;

    }
    .information_list_txt {
display: block;
    padding: 0px 0px;
    text-align: center;
    line-height: 1.5;
    color: #000;
                    font-size: 16px;
        margin: 0.5em 0;
    }
    /*ボタン*/
    .information_btn {
        text-align: center;
    }
    .information_btn a {
        padding: 1em 6em .9em;
        color: #fff;
        display: inline-block;
        background: rgba(98, 130, 80, 1.0)  url("common/images/arrow_white.png") no-repeat 95% center;
        background-size: 7px auto;
    }
}










/* ============================================================================
 booking（予約情報センター）
============================================================================ */
@media screen and (max-width:767px) {
	.booking {
		padding: 3em 20px;
		position: relative;
		box-sizing: border-box;
		background-color: #F4F0E7;/*#eef2f5*/
		width:100%;
	}
	.booking h3 {
		margin-bottom: 19px;
		font-size: 200%;
		letter-spacing: 3px;
		text-align: center;
		color: #000;
	}
	.booking_list_item {
		margin: 0 0 15px;
		width: 50%;
		float: left;
		padding: 0 1%;
		font-size: 16px;
		text-align: center;
	}
	.booking_list_item span {
		font-size: 14px;
		color: #000;
		margin-top: 1em;
		display: inline-block;
	}
	.booking_list_img {
		text-align: center;
		float: left;
		width: 100%;
		height: 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		padding-bottom: 75%;
		border: solid 0.5px #999;
	}
	.booking_list_txt {
		display: block;
		text-align:center;
		clear: both;
		color: #000;
		line-height: 1.5;
		margin: 0.5em 0;
		padding: 0;
	}
	.booking_btn a {
		background: rgba(98, 130, 80, 1.0) url("common/images/arrow_white.png") no-repeat right 10px center;
		background-size: auto 14px;
		display: block;
		color: #fff;
		padding: 1em;
		text-align: center;
	}
}
@media screen and (max-width:645px) {
	.booking_list_item {
		margin: 0 0 15px;
		width: 100%;
		width: 50%;
		float: left;
	}
}
@media screen and (max-width: 460px){
	.booking_list_item {
		margin: 0 0 15px;
		width: 100%;
	}
}
/*予約情報センター*/
.booking_list {
	margin: 0 auto 2em;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: flex-start;
}
@media screen and (min-width:768px) , print {
	.booking_list_item.cf::before,
	.booking_list_item.cf::after{
		display: none;
	}
	.booking {
		position: relative;
		margin: 0 auto 0;
		padding: 20px 11px 20px;
		color: #fff;
		text-align: center;
		background: #F4F0E7;
		z-index: 99;
		max-width: 100%;
	}
	.booking h3 {
		margin-bottom: 19px;
		font-size: 180%;
		letter-spacing: 3px;
		text-align: center;
		color: #000;
	}
	.booking_list_item {
		width: 23%;
		/*margin-bottom: 1.5em;*/
		margin: 0 1% 1.5em 1%;
		/*
		box-shadow: 0px 1px 6px 1px #d4d4d4;
		margin: 0 1% 2em;
		*/
	}
	.booking_list_item a {
		color: #000;
	}
	.booking_list_item a span {
		margin-top: 1em;
		display: block;
	}
	.booking_list_img {
		width: 100%;
		height: 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		padding-bottom: 75%;
		border: solid 0.5px #999;
	}
	.booking_list_txt {
		display: block;
		padding: 0px 0px;
		text-align: center;
		line-height: 1.5;
		color: #000;
		font-size: 16px;
		margin: 0.5em 0;
	}
	/*ボタン*/
	.booking_btn {
		text-align: center;
	}
	.booking_btn a {
		padding: 1em 6em .9em;
		color: #fff;
		display: inline-block;
		background: rgba(98, 130, 80, 1.0)  url("common/images/arrow_white.png") no-repeat 95% center;
		background-size: 7px auto;
	}
}













/* 各入口共通　スマホ版
--------------------------------------------------------- */
@media screen and (max-width:767px) {
    .information
{
		text-align: center;
    padding: 2em 20px;
	}

    .information h3 {
		font-size: 180%;
        margin-top: 0;
	}
    .information .copy br  {
		display: none;
	}
    .information .btn a {
		background: rgba(98, 130, 80, 1.0)  url("common/images/arrow_white.png")  no-repeat right 10px center;
		background-size: auto 14px;
		display: block;
		color: #fff;
		padding: 1em;
	}
    .information > a {
		display: none;
	}
        .swiper-container { height: calc((100vw / 3 ) * 4);}
}

/*右側SNSボタン*/
    .Sns {
    background-color: #fff;
    padding: 1em 20px 4em;
        max-width: 100%;
        margin: auto;
    }
    .Sns img {
        width: 100%;
        height: auto;
    }
.Sns .sp_bnr {
        display: none;
    }
    .SnsList {
       font-size: 0;
       max-width: 150px;/*max-width: 190px;*/
       width: 150px;/*width: 190px;*/
       margin: auto;
    }
    .SnsList__twitter,
    .SnsList__facebook,
    .SnsList__instagram,
    .SnsList__line{
        width: 40px;
        vertical-align: top;
        display: inline-table;
    }
    .SnsList__twitter {
        margin-right: 5px;
    }
    .SnsList__facebook,.SnsList__instagram,.SnsList__line {
        margin: 0 5px;
    }
    .SnsList__line {
        margin-left:5px;
    }
    .SnsList__twitter a ,
    .SnsList__facebook a ,
    .SnsList__instagram a,
.SnsList__line a{
        height: 40px;
        border-radius: 40px;
        background-position: center center;
        text-indent: -9999px;
        overflow: hidden;
        display: block;
    }
    .SnsList__twitter a {
        background-image: url("common/images/f_twitter.png");
        background-size: 19px 15px;
        background-repeat: no-repeat;
		background-color: #0ae;
    }
    .SnsList__facebook a {
        background-image: url(common/images/f_facebook.png);
        background-size: 17px 17px;
        background-repeat: no-repeat;
		background-color: #35a;
    }
    .SnsList__instagram {
		background: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
		background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%);
            border-radius: 40px;
	}
    .SnsList__instagram a {
        background-image: url(common/images/f_instagram.png);
        background-repeat: no-repeat;
        background-size: 20px 20px;
	}
.SnsList__line a {
        background-image: url("common/images/f_line.png");
        background-repeat: no-repeat;
        background-size: 25px 25px;
    background-color: #00B900;;
	}
@media screen and (max-width:767px) {
    .Sns .sp_bnr {
        display: block;
        margin-bottom: 1.5em;
    }
    .SnsList {
    margin-top: 1em;
}
}
/*スマホの泊まってよかった大賞
ーーーーーーーーーーーーーーーーーーーーーー*/
.sp_award{display: none;}
@media screen and (max-width:767px) {
    .sp_award{
        display: block;
        padding: 2em 20px;
    background-color: #fff;} 
    .sp_award p{
        border: solid 0.5px #999;
        margin: 0;
                margin-bottom: 1.5em;
}
    .sp_award p.jalan{
       width: 100%;
        max-width: 400px;
        margin: auto;
                margin-bottom: 1.5em;
}
    .sp_award img{width: 100%;}
    
}


.movie_box_box {
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
.movie_box_box h3.guide {
	font-size: 25.2px;
	margin-bottom: 15px;
	letter-spacing: 0.15em;
	font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}



.youtube {
  width: 70%;
  aspect-ratio: 16 / 9;
	margin: 50px auto;
	margin-bottom: 0px;
	max-width: 900px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


@media screen and (max-width:999px) {
.movie_box_box {
	padding-bottom: 30px;
}
.movie_box_box h3.guide {
	letter-spacing: normal;
	font-weight: bold;
	margin-top: 0;
}
.youtube {
  	width: 90%;
	margin: 5% auto;
}
}
/*予約情報センタータイトルロゴ*/
	.book_title {
    width: 500px;
	padding-bottom: 1em;
}
@media screen and (max-width:767px) {
	.book_title {
    width: 100%;
}
}
.book_p{
	margin-bottom: 19px;
}




