@charset "UTF-8";
/* ------------------------------------------------------------------------
css見出し構成
---------------------------------------------------------------------------
- common（共通部分）
- object（オブジェクトと流用スタイル）
- main（メインコンテンツ）
	- miryoku（ホテル森の風の魅力）
　-category_box （カテゴリボックス）
	- information（インフォメーション）
------------------------------------------------------------------------ */

/* ============================================================================
common 共通部分
============================================================================ */
.scroll_cover {
	background-color: rgba(0, 0, 0, 0.75);
}
/* ============================================================================
header ヘッダー部分
============================================================================ */
@media screen and (min-width: 1100px) {
	.Header__wrap {
		padding: 15px 30px 2px;
		margin: 0 auto;
		background: url(common/images/h_bg01.png) repeat-x left top;
		background-size: 1px 110px;
	}
}
/* ============================================================================
object（オブジェクトと流用スタイル）
============================================================================ */

/* タイトル設定
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.top_line_title {
	margin: 0;
	display: block;
	font-size: 27px;
	text-align: center;
}
/*
.top_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;
}
*/

.top_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;
	display: inline;
}

.btn_wrap a:first-child {
	margin-right: 10px;
}

.btn_wrap a:last-child {
	margin-left: 10px;
}

.btn_wrap a{
	margin-top: 5px;
}
.btn_obj.btn_white_green, .btn_obj.btn_white_yellow {
	width: 100%;
}
.btn_green {
	font-size: 12px;
}

/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
.btn_obj.btn_white_green {
	width: 74%;
}
.btn_obj.btn_white_yellow {
	width: 90%;
}
.btn_green {
	width: 360px;
	font-size: 14px;
}
}
/* ============================================================================
メインビジュアル
============================================================================ */


/* ------------------------------------------------
 Slider メインビジュアル設定
------------------------------------------------ */
.Slider {
	height: 100vh;
}

@media screen and (min-width: 768px) {
.Slider {
	height: calc(100vh - 100px);
}
}
.Slider a {
	display: block;
}
.Slider span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.Slider span {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
}
.Slider__wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
}
/* ------------------------------------------------
 メインビジュアル画像キャプション設定
------------------------------------------------ */
.Slider__item i {
	display: none;
}

@media screen and (min-width: 768px) {
	.Slider__item.active i {
		position: absolute;
		left: 10px;
		bottom: 10px;
		color: #fff;
		z-index: 100;
		font-size: 1rem;
		display: block;
		text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3), 0px 1px 5px rgba(0, 0, 0, 0.3), -1px 0px 5px rgba(0, 0, 0, 0.3), 0px -1px 5px rgba(0, 0, 0, 0.3);
	}
}
/* ------------------------------------------------
 Slider > Slider__nav メインビジュアルナビ設定
------------------------------------------------ */
.Slider__nav {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.Slider__nav li {
	display: inline-block;
}
.Slider__nav li:not(:first-child) {
	margin-left: 7px;
}
.Slider__nav a {
	background: rgba(255,255,255,0.65);
	display: block;
	width: 40px;
	height: 4px;
}
.Slider__nav .active a {
	background: rgba(255,255,255,1);
}
.Slider__nav {
	display: none;
}

@media screen and (min-width: 768px) {
.Slider__nav {
	display: block;
	text-align: right;
	padding-right: 1em;
	z-index: 50;
}
}
/* ------------------------------------------------
 Slider メインビジュアル画像設定
------------------------------------------------ */
.slides video {
    width: 100%;
    height: auto;
}    
.Movie__inner {
    position: relative;
    margin: 0 auto;
    height: 60vh;
    max-width: 1600px;
    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) ;
    }
}
@media screen and (max-width: 767px) {
    .slides:first-child {
    }
    .flex-control-nav {
        display: none;
    }
}
/* ------------------------------------------------
  MainVisualTxt メインビジュアルテキスト
------------------------------------------------ */
.MainVisualTxt {
padding-top: 3vh;
    /* height: 100vh; */
    position: absolute;
    margin: auto;
    /* top: -530px; */
    top: auto;
    right: 1em;
    /* right: 1.5em; */
    z-index: 50;
    color: #fff;
    vertical-align: bottom;
    text-align: right;
    bottom: 1em;
}
.MainVisualTxt.MainVisualTxt_left {
    left: 1.5em;
    right: auto;
}
.MainVisualTxt__inner{
	position:static;
	top: -60%
	
}
.MainVisualTxt img.MainVisualBnr__goto {
	width: 300px;
}



@media screen and (min-width: 768px) {
.MainVisualTxt {
/*    height: 100vh;*/
}
}
@media screen and (max-width: 767px) {
	.mainvisual{
		background-color: #fff;
	}
.MainVisualTxt {
    width: 40%;
    bottom: 0;
    right: 1em;
	    display: none;
}
	.MainVisualTxt p{
    margin: 0;
}
	.MainVisualTxt a{
    display: block;
	padding: 0;
}
.MainVisualTxt img.MainVisualBnr__goto {
	margin-bottom: 5%;
	width: 100%;
}
	
	.MainVisualTxt img.MainVisualBnr__fivestar{
		margin-bottom: 5%;
	}
}


 
/*  MainVisualTxt__title メインビジュアルタイトル
------------------------------------------------ */
.MainVisualTxt__title {
}
.MainVisualTxt__title img {
	margin-bottom: 5px;
	/*width: 270px;*/
	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 メインビジュアルバナー
------------------------------------------------ */

.MainVisualBnr__fivestar, .MainVisualBnr__100sen, .MainVisualBnr__kids_design {
	margin: 0 auto;
	width: 100%;
	display: block;
}
img.MainVisualBnr__kids_design{
	margin-bottom: 5%;
}

img.MainVisualBnr__kids_design{
	width: 100%;
}


@media screen and (min-width: 768px) {
.MainVisualBnr__fivestar {
	margin: 0 10px 0 0;
}
.MainVisualBnr__goto {
	margin: 0 10px 0 0;
}
.MainVisualBnr__fivestar, .MainVisualBnr__100sen {
	margin-bottom: 0;
	width: 100%;
	display: inline;
	max-width: 250px;
}
img.MainVisualBnr__kids_design{
	margin-bottom: 0;
	width: 100%;
	display: inline;
	max-width: 250px;	
	margin: 0 10px 0 0;
}
}

.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 30px 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 30px 15px;
	bottom: 0px;
}
}
.BnrBtnWrap {
	margin: 0;
}
.BnrBtn {
	margin: 0 0 6px;
	display: inline-block;
	width: 100%;
	padding: 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: 115%;
	padding: 10px;
}
.BnrTitle {
	font-size: 110%;
}
}
@media all and (-ms-high-contrast:none){
/*IEハック*/
.BnrBtn {
	padding: 14px 10px 7px;
}
}

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

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

/* ------------------------------------------------
 スライダーアニメーション
------------------------------------------------ */
.Slider__item {
	display: none;
}
.Slider__item:nth-of-type(1) {
	display: block;
}
.Slider__item:nth-of-type(1) span {
	-webkit-animation: imageAnimation01 10s linear infinite 0s;
	animation: imageAnimation01 10s linear infinite 0s;
}
.Slider__item:nth-of-type(2) span {
	-webkit-animation: imageAnimation02 10s linear infinite 0s;
	animation: imageAnimation02 10s linear infinite 0s;
}
.Slider__item:nth-of-type(3) span {
	-webkit-animation: imageAnimation02 10s linear infinite 0s;
	animation: imageAnimation01 10s linear infinite 0s;
}
.Slider__item:nth-of-type(4) span {
	-webkit-animation: imageAnimation01 10s linear infinite 0s;
	animation: imageAnimation01 10s linear infinite 0s;
}
.Slider__item:nth-of-type(5) span {
	-webkit-animation: imageAnimation02 10s linear infinite 0s;
	animation: imageAnimation02 10s linear infinite 0s;
}
.Slider__item:nth-of-type(6) span {
	-webkit-animation: imageAnimation02 10s linear infinite 0s;
	animation: imageAnimation01 10s linear infinite 0s;
}
.Slider__item:only-child span {
	-webkit-animation: none;
	animation: none;
}
@-webkit-keyframes imageAnimation01 {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
}
@-webkit-keyframes imageAnimation02 {
 0% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes imageAnimation01 {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
}
@keyframes imageAnimation02 {
 0% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}


/* ピックアップエリア
--------------------------------------------------------- */
@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 0 2em;
/*
	padding: 2em;
	border: 4px solid #ccc;
*/
}
.box_attention h2 {
	margin: 0 0 .6em;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.4;
}
.box_attention p {
	text-align: left;
}
.box_attention  img{
/*	margin: 0 2%;*/
	width: 100%;
}
.box_corona {
	margin: 0;
}
.box_corona a {
	display: block;
	padding: 5em 0;
	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_area {
	clear: both;
	background: #fff;
	max-width: 1600px;
    margin: 0 auto;
	padding: 3em 8%;
	text-align: center;
	display: flex;
}
.box_attention {
	margin: 0 2%;
	width: 46%;
/*
	padding: 2em;
	border: 4px solid #ccc;
*/
}
.box_attention  img{
/*	margin: 0 2%;*/
	width: 100%;
}
.box_attention h2 {
	margin: 0 0 .6em;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.4;
}
.box_attention p {
	text-align: left;
}
.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%;
	font-weight: 500;
}
.box_corona a h2 i {
	display: block;
	font-size: 200%;
	font-style: normal;
/*	font-weight: bold;*/
}


}
/* 各館ピックアップエリア
--------------------------------------------------------- */
@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 {
	width: 100%;
	height: auto;
}
.box_another {
	margin: 0;
	width: 100%;
}
.box_another a {
	display: block;
	background: url("images/bnr_another_bg.jpg") no-repeat center center;
	background-size: cover;
}
.box_another img {
	width: 100%;
}
	
.box_goto{
	display: none
	}
	

}
@media screen and (min-width:768px) , print {
.individual_pickup_area {
	clear: both;
	background: #fff;
	max-width: 1600px;
    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;
}
.box_youtube 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 img{
	width: 100%;
}
	
.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: 1600px;
    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（ホテル森の風の魅力）
-------------------------------------------------------------------- */
.miryoku .catch_obj {
	padding: 32px 0 42px;
}
.miryoku .catch_title {
	margin-bottom: 35px;
}
.catch_title img {
	width: 70%;
	height: auto;
}
.miryoku .catch_text {
	margin-bottom: 38px;
	font-size: 100%;
}
.miryoku .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);
}
.miryoku .catch_obj {
	position: relative;
	text-align: center;
	z-index: 10;
	padding: 40px 4.5% 35px;
}
.catch_subtitle {
	font-size: 27px;
}

/* iphone5以下用（スマホ用）の記述 */
@media screen and (max-width: 320px) {
.miryoku .catch_title {
	margin-bottom: 40px;
}
.miryoku .catch_subtitle {
	font-size: 21px;
	line-height: 1.8;
	margin-bottom: 20px;
}
}

/* ipad air用（タブレット用）の記述 */
@media screen and (min-width: 768px) {
.catch_title img {
	width: 40%;
}
}

/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
.miryoku .catch_title {
	margin-bottom: 45px;
}
.miryoku .catch_obj {
	padding: 72px 35px 47px;
}
.miryoku .catch_text {
	margin-bottom: 38px;
	line-height: 1.7;
}
.catch_title img {
	width: 737px;
	height: auto;
}
}
/* ============================================================================
　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.photocontest::before {
	background-image: url(images/catebg_photocontest.jpg);
}
.cate_article.season::before {
	background-image: url(images/catebg_season_au.jpg);
}
.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.sightseeing .cate_title {
	background-image: url(images/cate_title_sightseeing.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:nth-child(even) {
	border-left: 1px solid #fff;
}
.category_container {
	background-color: #fff;
}

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

@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,  .seasons .cate_title {
	background-size: auto 70%;
}
}
/* ============================================================================
 plan（プラン）
============================================================================ */
.plan .text {
	margin: 0;
	display: block;
	    font-size: 16px;
}
.plan_box:nth-child(2), .plan_box:nth-child(3) {
	margin-bottom: 20px;
    padding: 0;
}

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

@media screen and (min-width: 1024px) {
.plan .text{
	font-size: 16px;
}
}
.img_trim {
    border: 2px solid #fff;
    height: 0;
    width: 100%;
    vertical-align: top;
    background-color: #FFF;
    padding-bottom: 75%;
	overflow: hidden;
	position: relative;
}
/*.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: 20px;
}
.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%;
	}
}


/* ============================================================================
リゾートホテルグループ会員制サービス「みやび倶楽部」ホテル会員権事業
============================================================================ */
.yoyaku {
	text-align: center;
	padding: 5em 0 7em;
	line-height: 1.6;
}
.yoyaku 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;
}
.yoyaku span {
	font-size: 40%;
	color: #999;
	display: block;
}
.yoyaku 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) {
	.yoyaku {
		background: url(images/yoyaku_mail_bg.png) no-repeat center center, url(images/yoyaku_bg.jpg) no-repeat center center;
		background-size: 90% 90%, cover;
	}
	.yoyaku > p {
		margin: 0 15% 1em;
		text-align: left;
	}
	.yoyaku p br {
		display: none;
	}
	.yoyaku a {
		margin: 0 15% 1em;
		padding: 0 1.5em 0 1em;
		display: block;
	}
	.yoyaku a p {
		padding: 1em 0;
	}
}
@media screen and (min-width:768px) , print {
	.yoyaku {
		background: url(images/yoyaku_mail_bg.png) no-repeat center center, url(images/yoyaku_bg.jpg) no-repeat center center;
		background-size: 600px 80%, cover;
		clear: both;
		max-width: 100%;
		margin: 0 auto;
	}
	.yoyaku > p {
		margin-bottom: 1em;
	}
	.yoyaku 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;
}
.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 (max-width: 320px) {
/* --------------------------------------------------------------------
	 article_news（ホテル森の風グループからのお知らせ）
	-------------------------------------------------------------------- */	
.a_news_title {
	font-size: 17px;
}
}

@media screen and (max-width: 767px) {
.a_n_box{
	display: none;
}
	.disp_wrap.article_news{
		padding: 2em 0;
	}
}


@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: 100%;
	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 ローディング画面設定
============================================================================ */
#loader .mv_title {
	position: absolute;
	top: -10px;
	left: -35px;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 60;
	width: 167px;
	height: 65px;
}
#loader .mv_title::after {
	display: none;
}
#loader .mv_title img {
	width: 100%;
	height: auto;
}

/* ipad air用（タブレット用）の記述 */
@media screen and (min-width: 768px) {
/* --------------------------------------------------------------------
	 mainvisual（メインビジュアル）
	-------------------------------------------------------------------- */
#loader .mv_title {
	position: absolute;
	top: -10px;
	left: -35px;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 60;
	width: 250px;
}
}

/* 1100px以上用（PC用）の記述 */
@media screen and (min-width: 1100px) {
#loader .mv_title {
	z-index: 60;
	width: 348px;
	height: 147px;
}
#loader .mv_title img {
	width: 348px;
	height: auto;
}
}










/* --------------------------------------------------------------------
 miryoku（ホテル森の風の魅力）
-------------------------------------------------------------------- */
.Shikisai__logoWrap {
	position: relative;
	text-align: center;
	z-index: 99;
	padding: 25px 0 0;
}
.Shikisai__logoWrap img {
	width: 120px;
}
.miryoku .catch_obj, .Shikisai .catch_obj {
	padding: 32px 0 42px;
}
.miryoku .catch_title, .Shikisai .catch_title {
	margin-top: 0;
	margin-bottom: 20px;
}

.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/shikisai_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 1px solid #fff;
}
.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% 20px;
}
.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 (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 30px;
}
.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: 180px;
}
}

@media screen and (min-width: 1024px) {
.miryoku .catch_title {
	margin-bottom: 45px;
}
.Shikisai .catch_title {
	margin-top: 0;
	margin-bottom: 30px;
}
.miryoku .catch_obj {
	padding: 72px 35px 47px;
}
.Shikisai .catch_obj {
	padding: 0 35px 40px;
}
.miryoku .catch_text,  .Shikisai .catch_text {
	margin-bottom: 38px;
	line-height: 1.7;
}
.catch_title img {
	width: 737px;
	height: auto;
}
.Shikisai .Shikisai__title {
	width: 700px;
	height: auto;
}
.Shikisai__logoWrap {
	position: relative;
	text-align: center;
	z-index: 99;
	padding: 40px 0 0;
}
.Shikisai__logoWrap img {
	width: 228px;
}
}

/* --------------------------------------------------------------------
 SHIKISAI（四季彩ブロック）
-------------------------------------------------------------------- */
.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);
}
/* --------------------------------------------------------------------
 KIDS（キッズランドブロック）
-------------------------------------------------------------------- */
.KIDS img{
	width: 100%;
}
@media screen and (max-width: 768px) {
	.KIDS img{
	width: 100%;
}
}

/* ============================================================================
202102 箱根PR
============================================================================ */
@media screen and (min-width: 768px){
.ad {
    background: #f3f4e8;
    padding: 3em;
    max-width: 1600px;
    margin: 0 auto;
}
	.hakone-wrap{max-width: 1200px;
		justify-content: space-evenly;
		    display: flex;
margin: auto;
}
.ad p {
    margin: 0;
    width: 40%;
}
.ad p a img {
    width: 100%;
}
}

@media screen and (max-width: 767px){
.ad {
    background: #f3f4e8;
    padding: 1em 2em;
}
.ad p{ padding: 1em 0 1em 0;
    margin: 0;}
.ad p a img {
    width: 100%;
	}}

/* ============================================================================
20210212 スマホ対応
============================================================================ */
.recommend_title{display: none;}
@media screen and (max-width: 767px){
/*sp非表示*/
.sp-none, .KIDS , #SHIKISAI ,.plan,.facebook{
    display: none;
}

	
	.category_box .col-xs-6 {
    width: 100%;
}
.cate_article {
    height: 50vh;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
/*四季の楽しみ〜料金を画面いっぱいに*/
	.cate_article.spa .cate_title ,
.cate_article.room .cate_title,
.cate_article.dish .cate_title,
.cate_article.sightseeing .cate_title ,
.cate_article.photocontest .cate_title ,
.cate_article.season .cate_title {
		background-size: 40%;
	}

	.infomation {margin: 0;
	min-height: 25vh;}
	.row .info_box:first-child .img_trim{
		display: none
	}
	p.text:before{
content: "NEW!";
    color: #f66;
    display: inline-block;
    margin-right: 2em;
    font-weight: bold;
	}
	
	.infomation .text {
    margin: 1em 0;
        font-size: 16px;
}
	.recommend_title{
		display: block;
		color: #fff;
	text-align: center;
	font-size: 1.5em;
	margin-top: 0;}

	.sec_box.KIDS{
		padding: 0 20px 3vh;
	}
	.a_news_title{text-align: center;}
}

.ad{display: none;}

/* ============================================================================
20210413 アルペンルート割引切符バナー追加
============================================================================ */
.alpenroot{
	background-image: url("images/bnr_alpen.jpg");
	   background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: 1px solid #fff;
}
.alpenroot_inner{
	padding: 9% 0 1%; 
}
.alpenroot_title{
	width: 50%;
	position: absolute;
	margin: 0 25%;
	text-align: center;
	top: 20px;
}
.alpenroot_title img{
	width: 100%
}
.alpenroot .img_wrap{
	display: flex;
	width: 60%;
	margin: 2% auto ;
	align-content: space-between;
}
.img_wrap div{
	width: 60%;
	margin: 0 5%;
}
.img_wrap img{
	width: 100%;
}
.img_wrap img:hover{
	opacity: 0.8 ;
}
.mankitu a{
	display: block;
}
.alpenroot_text{
	width: 45%;
	margin: 0 auto;
}
.alpenroot_text img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.alpenroot{
		background-image: url("images/bnr_alpen_sp.jpg");
	   	background-size:cover;
		background-repeat: no-repeat;
		background-position: center center;
		border-bottom: 1px solid #fff;
	}
	.alpenroot_inner{
		padding: 57% 0 10%; 
	}
	.alpenroot_title{
		width: 80%;
		margin: 0 10%;
	}
	.alpenroot .img_wrap{
		width: 90%;
		position: relative;
		top: -8px;
}
	.alpenroot_text{
	width: 80%;
}
}

/*20220615
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.swiper-container {
    width: 100%;
    height: 100vh;
}
        .swiper-slide {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

@media screen and (max-width:767px) , print {
        .swiper-slide {
            background-size: cover;
        }
    .swiper-container {
    height: calc((100vw /  3) * 4)!important;
}
}



/* ============================================================================
 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: 48%;
		float: left;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
	/*おすすめ情報_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%;
	}
}
@media screen and (min-width:768px) , print {
	.information_list.cf::before,
	.information_list.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 {
		margin: 0 auto 2em;
		max-width: 1200px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.information_list_item {
		width: 23%;
		margin: 1em 0;
		/*
		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;
	}
}
/* 各入口共通　スマホ版
--------------------------------------------------------- */
@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;
	}
}


/* ============================================================================
 booking（予約情報センター）
============================================================================ */
@media screen and (max-width:767px) {
	.booking {
		position: relative;
		box-sizing: border-box;
		text-align: center;
		padding: 2em 20px;
		background-color: #F4F0E7;
		width:100%;
	}
	.booking h3 {
		margin-bottom: 19px;
		letter-spacing: 3px;
		text-align: center;
		color: #000;
		font-size: 180%;
		margin-top: 0;
	}
	.booking_list_item {
		margin: 0 0 15px;
		width: 50%;
		float: left;
		padding: 0 1%;
		font-size: 16px
	}
	.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;
	}
}
@media screen and (max-width:645px) {
	.booking_list_item {
		margin: 0 0 15px;
		width: 100%;
		width: 48%;
		float: left;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
}
@media screen and (max-width: 460px){
	.booking_list_item {
		margin: 0 0 15px;
		width: 100%;
	}
}
@media screen and (min-width:768px) , print {
	.booking_list.cf::before,
	.booking_list.cf::after{
		display: none;
	}
	.booking {
		position: relative;
		margin: 0 auto 0;
		padding: 20px 11px 20px;
		color: #fff;
		text-align: center;
		z-index: 99;
		max-width: 100%;
		background: #F4F0E7;
	}
	.booking h3 {
		margin-bottom: 19px;
		font-size: 180%;
		letter-spacing: 3px;
		text-align: center;
		color: #000;
	}
	.booking_list {
		margin: 0 auto 2em;
		max-width: 1200px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;/*justify-content: space-between;*/
	}
	.booking_list_item {
		width: 23%;
		margin: 1em 1% 1em 1%;/*margin: 1em 0;*/
	}
	.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;
	}
}


/* ============================================================================
 スライダー
============================================================================ */
.webp .swiper-slide.slide01{background-image: url(images/slide_pc/winter/slide01.webp)}
.webp .swiper-slide.slide02{background-image: url(images/slide_pc/winter/slide02.webp)}
.webp .swiper-slide.slide03{background-image: url(images/slide_pc/winter/slide03.webp)}
.webp .swiper-slide.slide04{background-image: url(images/slide_pc/winter/slide04.webp)}
.webp .swiper-slide.slide05{background-image: url(images/slide_pc/winter/slide05.webp)}
.webp .swiper-slide.slide06{background-image: url(images/slide_pc/winter/slide06.webp)}
/*.webp .swiper-slide.slide00{background-image: url("images/slide_pc/alpen.webp")}*/
.no-webp .swiper-slide.slide01{background-image: url(images/slide_pc/winter/slide01.jpg)}
.no-webp .swiper-slide.slide02{background-image: url(images/slide_pc/winter/slide02.jpg)}
.no-webp .swiper-slide.slide03{background-image: url(images/slide_pc/winter/slide03.jpg)}
.no-webp .swiper-slide.slide04{background-image: url(images/slide_pc/winter/slide04.jpg)}
.no-webp .swiper-slide.slide05{background-image: url(images/slide_pc/winter/slide05.jpg)}
.no-webp .swiper-slide.slide06{background-image: url(images/slide_pc/winter/slide06.jpg)}
/*.no-webp .swiper-slide.slide00{background-image: url("images/slide_pc/alpen.jpg")}*/
@media screen and (max-width:767px) , print {
.webp .swiper-slide.slide01{background-image: url(images/slide_sp/winter/slide01.webp)}
.webp .swiper-slide.slide02{background-image: url(images/slide_sp/winter/slide02.webp)}
.webp .swiper-slide.slide03{background-image: url(images/slide_sp/winter/slide03.webp)}
.webp .swiper-slide.slide04{background-image: url(images/slide_sp/winter/slide04.webp)}
.webp .swiper-slide.slide05{background-image: url(images/slide_sp/winter/slide05.webp)}
.webp .swiper-slide.slide06{background-image: url(images/slide_sp/winter/slide06.webp)}
/*.webp .swiper-slide.slide00{background-image: url("images/slide_sp/alpen.webp")}*/
.no-webp .swiper-slide.slide01{background-image: url(images/slide_sp/winter/slide01.jpg)}
.no-webp .swiper-slide.slide02{background-image: url(images/slide_sp/winter/slide02.jpg)}
.no-webp .swiper-slide.slide03{background-image: url(images/slide_sp/winter/slide03.jpg)}
.no-webp .swiper-slide.slide04{background-image: url(images/slide_sp/winter/slide04.jpg)}
.no-webp .swiper-slide.slide05{background-image: url(images/slide_sp/winter/slide05.jpg)}
.no-webp .swiper-slide.slide06{background-image: url(images/slide_sp/winter/slide06.jpg)}
/*.no-webp .swiper-slide.slide00{background-image: url("images/slide_sp/alpen.jpg")}*/
}


/* スマホのじゃらん、旅館100選
--------------------------------------------------------- */
.sp_bnr{display: none;}
@media screen and (max-width:767px) , print {
    .sp_bnr{display: block;
        padding: 1em 20px 0.5em;
    background-color: #fff;}
    .sp_bnr p{
            width: 100%;
    margin: auto;
        border: solid 0.5px #999;
        margin-bottom:  1.5em;
    } 
    .sp_bnr p.jalan{
        max-width: 400px;
    }

}


.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;
}


.sp_bnr.hokuriku{
	padding-top:50px ;
}


/*news202509*/
.article.facebook{
	float: none;
}
@media screen and (min-width: 768px) {
.article.facebook{
	display: flex;
	justify-content: center;
	width:100%;
}
	.fb-page{
		width:35%;
	}
.news202509{
	padding-left:2em;
}
	.tw_bn{
		margin:0 0 2em 0;
	}
}

