@charset "UTF-8";
/*

Site Name: 
Description: Style
Version: 2022/02/01 00:00
Author: THE ASTERISC HAUS
*/

/*
===================================================================

CONTENTS

	1: IMPORT
		1-1: RESET
		1-2: NAV
	2: BODY AND BASE SETTING
		2-1: HTML + BODY
		2-2: GENERAL SETTING
		2-3: FONT SIZE & STYLE
		2-4: CONTAINER
		2-5: SLIDER - bxslider
		2-6: thumbnail_box / thumbnail_list_box
		2-7: BG-COLOR
		2-8: ScrollTrigger
	3: STYLE
		3-1: styles
		
===================================================================
*/


/*
====================================================
1: IMPORT
====================================================
*/
/* --------------------------------------------------------------------------------------------
1-1: RESET
-------------------------------------------------------------------------------------------- */
@import url(sanitize.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* --------------------------------------------------------------------------------------------
1-2: NAV
-------------------------------------------------------------------------------------------- */
@import url(nav.css);





/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#9a1a23;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 43%;
  left: 50.5%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:105.5px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
	animation-name: fadeInAnime;
	animation-duration:3.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


@keyframes fadeInAnime{
	0% {
		opacity: 0;
		color:#000;
	}
	90% {
	 opacity: 1;
	 color:#000;
	}
	 100% {
		opacity: 1;
		color:#00f;
	} 
}




/*========= LoadingのためのCSS　その2 ===============*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #9a1a23;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  /*width: 100vw;
  height: 100vh;*/
  transition: all 1s;
  background-color: #9a1a23;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
	position: absolute;
  top: 43%;
  left: 50.5%;
  transform: translate(-50%, -50%);
}

.loading-animation img {
  width:105.5px;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

/*========= LoadingのためのCSS　その2　ここまで ===============*/





/*========= datepicker用CSS ===============*/
/**/
.ui-datepicker {
    font-size: .75em;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none; 
}
img.ui-datepicker-trigger{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 7px!important;
    vertical-align: middle;
}
td.ui-datepicker-week-end:last-child a.ui-state-default{
    color: #00f!important;
}
td.ui-datepicker-week-end:first-child a.ui-state-default{
    color: #f00!important;
}





/*
====================================================
2: BODY AND BASE SETTING
====================================================
*/
/* --------------------------------------------------------------------------------------------
2-1: HTML + BODY
-------------------------------------------------------------------------------------------- */
html { font-size: 62.5%; scroll-behavior: smooth;}

body { 
	font-size: 1.6rem;
	font-size: 1.4rem;
	line-height: 2.25;
	background: ;
	color: #333;
	font-family: "Sawarabi Mincho",游明朝体,Yu Mincho,YuMincho,yu-mincho-pr6n,ヒラギノ明朝 Pro,Hiragino Mincho Pro,source-han-serif-japanese,serif;
	letter-spacing: .075em;
 }

img{
	width: 100%;
}

ul {margin:0;padding: 0;}

h1,h2,h3,h4,p{
	margin: 0 0 1rem;
	font-weight: normal;
}


@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.sp{
		display: none;
	}
}

a{
	text-decoration: none;
	/*transition: 0.3s linear;*/
	color: #333;
}
a:hover{
	opacity:.8;
}


@media screen and (min-width: 768px) {
	.container-in.contact .tel-no a[href^="tel:"] {
	    pointer-events: none;
	}
}

@media screen and (max-width: 767px) {

}




/* --------------------------------------------------------------------------------------------
2-2: フッター
-------------------------------------------------------------------------------------------- */
footer{
	text-align: left;
	background: #4c4948;
	background: #bfa847;
	padding:60px 0 20px;
	color: #e3e3e3;
	color: #4c4948;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 1.4px;
}

footer .container .flex-block{
	justify-content: space-between;
	align-items: baseline;
}

footer .container .flex-block .item .flex-block{
	justify-content: start;
}



.f-logo{
	width: 200px;
	margin: 0 0 20px;
}
.f-tel{
	font-size: 1.6em;
	margin: 0 0 0px;
}
.f-tel span{
	font-size: 1.4rem;
}

.f-info{
	/*margin-bottom: 30px;*/
}
.f-info .flex-block{
	justify-content: start;
	align-items: center;
}
.f-info .flex-block dt{
	/*border: 1px solid #fff;*/
	padding: 5px;
	text-align: center;
	width: 18rem;
	background: #244966;
	color: #fff;
}
.f-info .flex-block dd{
	margin: 0 0 0 1rem;
}


.f-link{
	margin: 30px 0 20px;
	line-height: 2;
}

.f-link li{
	position: relative;
	padding-left: 2rem;
	list-style-type: none;
}
.f-link li a{
	color: #fff;
}

.f-link li::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #9a1a23;
    border-right: solid 2px #9a1a23;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}




footer .copyright{
	text-align: center;
	margin-top: 60px;
}




@media screen and (max-width: 767px) {
	footer{
		/*padding: 300px 0 1%;*/
		/*text-align: center;*/
		padding-bottom: 16%;
		padding-top: 40px;
	}
	footer .container .f-logo{
		margin: 0px auto 15px;
	}
	footer .container .footer-logo{
		width: 60%;
	}
	footer .container .f-tel{
		font-size: 1.4em;
		margin-bottom: 40px;
	}
	footer .container .f-tel span{
		font-size: 1.2rem;
	}
	footer .copyright{
		margin: 60px 0 40px;
		/*text-align: left;*/
	}

	.f-info .flex-block{
		display: block;
	}
	.f-info .flex-block dt{
		margin-bottom: 5px;
		width: auto;
		background: #244966;
		color: #fff;
		border: none;
	}
	.f-info .flex-block dd{
		text-align: center;
	}

	footer .container .flex-block{
		justify-content: center;
	}
	footer .container .flex-block .item{
		text-align: center;
	}
	footer .container .flex-block .item:nth-child(2){
		width:100%;
	}
	.f-link{
		text-align: left;
	}
	.f-logo{
		width: 50%;
	}
}



/* --------------------------------------------------------------------------------------------
2-3: FONT SIZE & STYLE
-------------------------------------------------------------------------------------------- */
html,body{
/*  font-family: 'Noto Sans JP',"メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif!Important;
*/}
/*h1{ font-size: 3.6rem;}
h2{ font-size: 3rem;}
h3{ font-size: 2.4rem;}
h4{ font-size: 2.1rem;}
h5{ font-size: 1.6rem;}*/

/*h2.ttl{
	font-size: 2.4rem;
	border-bottom: 3px solid #ea430a;
	padding: 0 0 10px;
	margin: 0 0 25px;
}
*/

h3{
	font-size: 1.8rem;
}


h2.ttl{
	position: relative;
	overflow: hidden;
	padding: .3em .3em 10px;
	margin: 0 0 4rem;
}
h2.ttl::before,
h2.ttl::after{
	content: "";
	position: absolute;
	bottom: 0;
}
h2.ttl:before{
	border-bottom: 4px solid #F4511E;
	width: 100%;
}
h2.ttl:after{
	border-bottom: 4px solid #FFAB91;
	width: 100%;
}

h3.ttl{
	font-size: 2.1rem;
	margin: 0 0 6rem;
}


.ttl-lead{
	text-align: center;
	margin:0 0 30px;
}
.ttl-sub-lead{
	text-align: center;
	margin:-20px 0 30px;
}

.copy-box{
	text-align: center;
	margin: 0 0 10%;
}

.copy-box h3.ttl{
	font-size: 2.4rem;
	margin: 0 0 3%;
}
.copy-box h4.ttl{
	font-size: 1.8rem;
	margin: 0 0 3%;
}




.top-page .vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;

	font-size: 1.6rem;
	line-height: 2.75;
	/* margin: 0 -.93333em;*/
	margin: 0 auto;

	padding: 60px 0;
	letter-spacing: .075em;
	font-family: 游明朝体, "Yu Mincho", YuMincho, yu-mincho-pr6n, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", source-han-serif-japanese, serif;

	width: 440px;
}

.top-page .vertical p{
	margin: 0 30px;
}


.sub-page .vertical {
font-size:1.6rem;
}

@media screen and (max-width: 767px) {
	.top-page .vertical {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;

		font-size: 1.6rem;
		line-height: 2;
		/* margin: 0 -.93333em;*/
		margin: auto;

		padding: 60px 0;
		letter-spacing: .075em;
		font-family: 游明朝体, "Yu Mincho", YuMincho, yu-mincho-pr6n, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", source-han-serif-japanese, serif;
		width: auto;
	}
	.top-page .vertical p{
		margin: 0 0 0 30px;
	}
	.top-page .vertical p:last-child{
		margin: 0 0 0 0px;
	}
}




.photo{margin-bottom: 15px;}




.btn{
	text-align: center;
	margin: 30px 0 0;
}

.btn01{
    /*線の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display: inline-block;
    color: #333;
    
    padding: 1rem 6rem;
    background:#eee;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/
    transition: all .3s;
    transition-delay: .7s;/*0.7秒遅れてアニメーション*/
    margin: 30px 0;
}

/* アクセスページのボタン 色変え */
.access-detail .btn01{
    background:#244966;
    color:#fff;
}

/*hoverした際の、ボタンの背景とテキスト色の変更*/
.btn01:hover{
  background:#9a1a23;
  color: #fff;
}

/*hoverした際の、個別設定 - 各ボタンの背景とテキスト色の変更*/
.spa-box .btn01:hover{background: #9a1a23;}
.guestroom-box .btn01:hover{background: #244966;}
.cuisine-box .btn01:hover{background: #904aa2;}
.bar-box .btn01:hover{background: #bfa847;}
.enjoy-box .btn01:hover{background: #4c4948;}
.news-box .btn01:hover{background: #4c4948;}


@media screen and (max-width: 767px) {
	.top-box.spa-box .btn01{
		background:#9a1a23;
	    color:#fff;
	}
	.top-box.guestroom-box .btn01{
		background:#244966;
	    color:#fff;
	}
	.top-box.cuisine-box .btn01{
		background:#904aa2;
	    color:#fff;
	}
	.top-box.bar-box .btn01{
		background:#bfa847;
	    color:#fff;
	}
	.top-box.enjoy-box .btn01{
		background:#333333;
	    color:#fff;
	}
	.room-detail .btn01{
    	background:#9a1a23;
	}
	.room-detail a.btn01 {
    	color:#fff;
	}

}

.bar-box .bar-illust{
	width: 80%;
	margin: 0 auto 60px;
}

.bar-box-in{
	align-items: center;
}
.bar-box-in .item{
	width: 50%;
}


@media screen and (max-width: 767px) {
	.bar-box .bar-illust{
		width: 100%;
		margin: 0 auto 60px;
	}
}


/*線の設定*/
.btn01 span{
    display: block;
}

/*横線の設定*/
.btn01::before,
.btn01::after{
    content:"";
    /*絶対配置で線の位置を決める*/   
    position: absolute;
    /*線の形状*/   
    width: 0;
    height: 1px;
    background: #333;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
}


/*縦線の設定*/
.btn01 span::before,
.btn01 span::after{
    content:"";
    /*絶対配置で線の位置を決める*/   
    position: absolute;
    /*線の形状*/
    width:1px;
    height:0;
    background: #333;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
}

/*hoverした際、線が縦横100%伸びる*/
.btn01:hover::before,
.btn01:hover::after{
    width: 100%;
}
.btn01:hover span::before,
.btn01:hover span::after{
    height: 100%;
}

/*== 左上と右下から枠線が伸びて塗に */

/*横線が0.2秒送れて出現*/

.bordercircle::before{
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}
.bordercircle::after{
    left: 0;
    bottom: 0;
    transition-delay: 0.2s;
}

/*縦線が出現*/
.bordercircle span::before{
    left: 0;
    top: 0;
}
.bordercircle span::after{
    right: 0;
    bottom: 0;
}




.btn01 .fas{
	display: none;
}

@media screen and (max-width: 767px) {
	.btn01 {
		position: relative;
		text-align: center;
		margin: auto;
		width: 92%;
		font-size: 1.4rem;
		letter-spacing: .5px;
		padding: 1.5rem 0rem;
	}

	.btn01 .fas{
		display: inline-block;
		margin-left: 15px;
	}
}



/* --------------------------------------------------------------------------------------------
2-4: CONTAINER
-------------------------------------------------------------------------------------------- */
.container{
	margin-bottom: 60px;
	width: 100%;
	max-width: 1080px;
	/*max-width: 1280px;*/
	margin:0 auto;
	padding:0 15px;
	overflow: hidden;
}

.container-wrap{
	width: 100%;
}
.container-in{
	margin: 0 0 10% 0;
}



.flex-block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}







/* --------------------------------------------------------------------------------------------
2-6: HEADER
-------------------------------------------------------------------------------------------- */


header {
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
}
header .flex-block{
	/*justify-content: space-between;*/
}

header .header-in{
	/*background: #fff;*/
}
header h1.logo{
	width: 180px;
	max-width: 275px;
	margin:10px 0 0 22px;
	
	position: absolute;
}

@media screen and (max-width: 767px) {
	.sub-page header {
    	background:#244966;
	    height:75px;
    	z-index:2;
	}
	header h1.logo{
		width: 130px;
		margin:17px 0 15px 3%;
	}
	header h1.logo img{
		vertical-align: top;
	}
}




/* --------------------------------------------------------------------------------------------
2-7: スクロールダウンのためのCSS
-------------------------------------------------------------------------------------------- */


/*スクロールダウン全体の場所*/
.scrolldown{
    /*描画位置※位置は適宜調整*/
  position:absolute;
  bottom:10px;
  left:50%;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:15px;
    /*テキストの形状*/
  color: #eee;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:70px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 75px;
  background:#eee;
}


@media screen and (max-width: 767px) {
	@keyframes circlemove{
	      0%{bottom:50px;}
	     100%{bottom:-5px;}
	 }
	.scrolldown:after{
		height: 55px;
	}
}


/* --------------------------------------------------------------------------------------------
　アニメーション
-------------------------------------------------------------------------------------------- */

.animate{
	animation-iteration-count:1;
}



/* --------------------------------------------------------------------------------------------
　AIコンシェルジュ　ツールチップ
-------------------------------------------------------------------------------------------- */

#tooltip li > div {
    width: 200px;
    min-height: 20px;
    position: absolute;
    top: 20px;
    margin-left: -225px;
    padding: 5px;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    font-size: 1em;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out; /* Firefox */
		-webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
		-o-transition: all 0.5s ease-in-out;  /* Opera */
		transition: all 0.5s ease-in-out; /* Browsers that Support it */
}

#tooltip li:hover > div {
	/* マウスオーバー時にどうなっているかを指定 */
	visibility:visible;
	opacity: 1;
	top:10px;
	/* 上に書いた状態までになるまでの時間やアニメーションなど指定 */
	-moz-transition: all 0.5s ease-in-out; /* Firefox */
	-webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.5s ease-in-out;  /* Opera */
	transition: all 0.5s ease-in-out; /* Browsers that Support it */
}


#tooltip li > div:after {
	content:"\25B8";
	display:block;
	font-size:2em;
	height:0;
	line-height:0;
	position:absolute;
	color: rgba(255, 255, 255, .8);
	bottom:50%;
	right:-8px;
	text-align:center;
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	/*width:100%;*/
	/*text-shadow: 3px 0 2px #fff;*/
}

#tooltip li::marker{
	font-size: 0;
}



/* --------------------------------------------------------------------------------------------
2-8: トップページ
-------------------------------------------------------------------------------------------- */

.news-board-wrap{
	position: relative;
	/*overflow: hidden;*/
}
.news-board{
	position: absolute;
	background: #fff;
	border-radius: 6px;
	bottom: -18px;
	right: 120px;
  	box-shadow: 0 0 8px gray;
  	padding: 12px 24px;
}

.news-board-wrap p{
	margin: 0;
}



.tel-no{
	font-size: 3.6rem;
}
.tel-no a{
	color: #fff;
	letter-spacing: 2px;
	font-weight: 900;
}

.f-tel a{
	color: #fff;
}

@media screen and (max-width: 767px) {
	.news-board-wrap{
		position: static;
	}
	.news-board{
		position: static;
		width: 96%;
		right: 0px;
		bottom: 20px;
		font-size: 1.4rem;
	  	padding: 2rem 2rem;
	  	line-height: 1.4;
	  	border-radius: 0;
	  	margin: 30px auto;
	  	box-shadow: none;
	  	border: 1px solid #ccc;
	}

}


@media screen and (min-width: 768px) {
	.f-tel a[href^="tel:"] {
	    pointer-events: none;
	}
}

/* --------------------------------------------------------------------------------------------
2-9: page-top
-------------------------------------------------------------------------------------------- */

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 88;
}
 


#pageTop a {
     display: block;
    z-index: 99;
    padding: 15px;
    width: 80px;
    height: 80px;
    background-color: #244966;
    /*color: #fff;*/
    text-decoration: none;
    text-align: center;
    padding-top: 20px;
    color: #fff
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#pageTop small{
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	#pageTop{
		bottom:80px;
	}

	#pageTop a {
	    width: 50px;
	}

	#pageTop a i.fa-lg{
		line-height:1.6em;
		font-size:2.4rem;
		margin-left:5px;
	}
}








/* --------------------------------------------------------------------------------------------
2-5: SLIDER - 
-------------------------------------------------------------------------------------------- */


.fv{
	position: relative;
	/*height: 95vh;*/
	height: 100%;
  overflow: hidden;
}

.fv h2{
  position: absolute;
  top: 45%;
  left: 50.5%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 8%;
  width: 105.5px;
}

.sub-page .fv h2{
  width: 100%;
  top: 50%;
  text-align: center;
}

.fv .sub-menu{
	position: absolute;
	top: 30px;
	right: 15px;
}
.fv .sub-menu ul{
	display: flex;
	align-items: center;
}
.fv .sub-menu ul li{
	list-style: none;
	margin: 0 10px;
}
.fv .sub-menu ul li a{
	color: #fff;
	letter-spacing: 2px;
}

.fv .sub-menu ul li.item-rsv{
	background: #bfa847;
	padding: 5px 25px;
}

.fv .sub-menu ul li.item-lang{
	font-size: 1.4rem;
}
.sub-page .fv .sub-menu ul li.item-lang a{
	/* color: #fff; */
}

.slick{
	margin: 0 0 60px;
}

.slick-prev:before,
.slick-next:before{
	color: #000846;
}


.slick .item{
	margin: 0 7px;
}



/*下層ページ*/
.sub-page .fv {
    height: 300px;
    /*background: #eeeeee;*/
    background: #244966;
    color: #fff;
}






@media screen and (max-width: 767px) {
	.slick{
		margin: 0 0 30px;
	}
	.fv .sub-menu{
		top: 20px;
	}
	.fv .sub-menu ul li.item-rsv{
		display: none;
	}
	.fv .sub-menu ul li.item-lang{
		font-size: 1.2rem;
		background: #e9e1d4;
		padding: 5px 10px;
		border-radius: 2px;
	}
	.fv .sub-menu ul li.item-lang a{
		color: #4c4948;
	}

	/*下層ページ*/
	.sub-page .slick-slide {
	    height: 480px;
	}
	.sub-page .slick-slide img {
	    object-fit: cover;
	    width: 100%;
	    height: 480px;
	}
	.sub-page .fv {
	        height: 164px;
	    background: #e9e1d4;
	    color: #fff;
	}
	.sub-page .fv h2{
		top: 74%;
	    color:#244966;
	}

}




@media screen and (max-width: 767px) {

	.fv{
		height: 100%;
	}
	.fv .sub-menu{
		font-size: 1.4rem;
		right: 0px;
		position: fixed;
		/*z-index: 999;*/
		z-index: 3;
	}


	.top-page .fv h2 {
	    position: absolute;
	    bottom: 35px;
	    left: 52%;
	    font-size: 2.6rem;
	    font-weight: normal;
	    color: #eee;
	    text-shadow: 0 0 15px #666;
	    padding: 0 0 10px;
	    width: 70px;
	}
	.top-page .fv h2 span{
	  font-size: 1rem;
	  background: #fff;
	  color: #666;
	  padding: 3px 24px 3px 3px;
	  border-left: 2px solid #ea430a;
	}

	.fv .sub-menu ul li:first-Child{
		padding: 5px 15px;
	}

}




.slide-animation{
    animation: fadezoom 24s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}









/*swiper*/
	.swiper-slide{margin: 0 7px;}
	.swiper-container-free-mode > .swiper-wrapper{-webkit-transition-timing-function:linear!important; -o-transition-timing-function:linear!important; transition-timing-function:linear!important; }
	.swiper-container{overflow: hidden;margin: 0 0 60px;}




/* --------------------------------------------------------------------------------------------
: TOP - 
-------------------------------------------------------------------------------------------- */

.top-box {
	margin-bottom: 200px;
}

.top-box .lead{
	text-align: center;
	letter-spacing: 6px;
font-size:1.6rem;
  /*text-indent: 6px;*/
}


.top-box.spa-box .lead h3{
	color: #9a1a23;
}
.top-box.guestroom-box .lead h3{
	color: #244966;
}
.top-box.cuisine-box .lead h3{
	color: #904aa2;
}
.top-box.bar-box .lead h3{
	color: #bfa847;
}





.container-in-ttl{
	text-align: center;
	font-size: 2.4rem;
	margin: 0 auto 30px;
}
.container-in-ttl .logo-mark{
	width: 50px;
	margin: auto;
}


.container-in-ttl .ttl{
	margin: 10px 0;
	letter-spacing: 6px;
	text-indent: 6px;
}

.spa-box .container-in-ttl .ttl{
	color: #9a1a23;
}

.guestroom-box .container-in-ttl .ttl{
	color: #244966;
}

.cuisine-box .container-in-ttl .ttl{
	color: #904aa2;
}
.bar-box .container-in-ttl .ttl{
	color: #bfa847;
}



.container-in-ttl .ct{
	line-height: 1;
	font-size: 1.6rem;
}






@media screen and (max-width: 767px) {

	.container-in-ttl .ttl{
		text-indent: 0px;
	}


	.top-box {
		margin-bottom: 100px;
	}
	.top-box .lead{
		letter-spacing: 3px;
	  text-indent: 3px;
	}

	.bar-box .flex-block{
		display: block;
	}
	.bar-box-in .item{
		width: 100%;
	}
	.bar-box-in .item img{
		margin: 0 0 30px;
	}

	.top-box.spa-box .lead h3{
		margin-bottom: 3rem;
	}
	.top-box.guestroom-box .lead h3{
		margin-bottom: 3rem;
	}
	.top-box.cuisine-box .lead h3{
		margin-bottom: 3rem;
	}
	.top-box.bar-box .lead h3,
	.top-box.enjoy-box .lead h3{
		margin-bottom: 3rem;
	}


}


/* ---------------------------------------- 樹やしきの楽しみ方 -------------------------------------- */

.enjoy-box .enjoy-box-in{
	text-align:center;
}

.enjoy-box .enjoy-box-in img.img-enjoy{
	width:80%;
}


@media screen and (max-width: 767px) {
	.enjoy-box-in .item{
		margin-bottom:55px;
	}
}
/* ---------------------------------------- エントランス -------------------------------------- */


/*.top-entrance .item{
	width: 48%;
}*/
.top-entrance .item:first-child{
	width: 60%;
}
.top-entrance .item:last-Child{
	padding: 0 5%;
	width: 40%;
	align-items: center;
  /* display: flex; */
  letter-spacing: 5px;
  line-height: 2.4;
  text-align:center;
}

.top-entrance .btn{
	font-size: 1rem;
}


@media screen and (max-width: 767px) {
	.container.top-entrance{
		padding: 0;
	}
	.top-entrance .item:first-child,
	.top-entrance .item:last-Child{
		width: 100%;
		text-align: center;
		padding: 6% 0 0;
		display: block;
	}

	.top-entrance .btn01 {
   		width: 70%;
	}

}


/* ---------------------------------------- 全体図 -------------------------------------- */
.top-box.top-wholemap.sp{
	width: 100%;
    overflow: hidden;
}

.top-wholemap{
	position: relative;
}

.top-wholemap-text{
	position: absolute;
	top: 0
}

/* add ng 211213*/
.top-wholemap02{
	overflow-x: auto;
	white-space: nowrap;
	position: relative;
	margin-bottom: 100px;
}
.top-wholemap02 div{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.top-wholemap02 span{
	display: block;
}
.top-wholemap02 span img{
	width: 200%;
	height: auto;
}
.top-wholemap02 div img{
	width: 200%;
	height: auto;
}
.top-wholemap02.animate__fadeIn span{
	-moz-animation: map_scrollX 20s linear infinite;
	-webkit-animation: map_scrollX 20s linear infinite;
	animation: map_scrollX 20s linear infinite;
}
.top-wholemap02.animate__none div{
	opacity: 1;
	transition(opacity 200ms ease);
}
.top-wholemap02.animate__none span{
	opacity: 0;
}
@-moz-keyframes map_scrollX {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes map_scrollX {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes map_scrollX {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* END add ng 211213*/
/* add kurokawa 220208 */
.top-wholemap-kurokawa{
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  margin-bottom: 100px;
}
.top-wholemap-kurokawa div{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.top-wholemap-kurokawa span{
  display: block;
}
.top-wholemap-kurokawa span img{
  width: 300%;
  height: auto;
}
.top-wholemap-kurokawa div img{
  width: 300%;
  height: auto;
}
.top-wholemap-kurokawa.animate__fadeIn span{
  -moz-animation: map_scrollX 20s linear infinite;
  -webkit-animation: map_scrollX 20s linear infinite;
  animation: map_scrollX 20s linear infinite;
}
.top-wholemap-kurokawa.animate__none div{
  opacity: 1;
  transition(opacity 200ms ease);
}
.top-wholemap-kurokawa.animate__none span{
  opacity: 0;
}
/* END add kurokawa 220208 */



.btn-map-all-detail-dl{
	font-size: 1.2rem;
    text-align: right;
}
@media screen and (max-width: 767px) {
	.btn-map-all-detail-dl{
		margin-top: -80px;
    	margin-bottom: 80px;
	}
}


/* ---------------------------------------- お知らせ -------------------------------------- */

.news-box .news-list{
	text-align: center;
	display: block;
}
.news-box .news-list ul{
	text-align: left;
	display: inline-block;
	width:100%;
}
.news-box .news-list ul li{
	border-bottom: 1px solid #e9e1d4;
	padding: 10px 20px;
	margin: 0 0 10px 0;
	list-style-type: none;
}
.news-box .news-list ul li span{
	margin-right: 2rem;
}
.news-box .news-list ul li a{
	display: block;
}


.news-box .news-list .entry-detail{
text-align:left;
}

.news-box .news-list .entry-detail .entry-body{
margin: 40px 0px;
}

.news-box .news-list .entry-detail .entry-body p{
margin-bottom:2rem;
}

.news-box .news-list .pagenation{
    /* display:flex;
    justify-content: space-between;
    width: 80%; */
    margin: 2% auto 0;
}

.news-box .news-list .pagenation .pagenation-prev{
float:left;
}
.news-box .news-list .pagenation .pagenation-next{
float:right;
}


.news-box .news-list .cat-label{
background:#4c4948;
padding:3px 6px;
display: inline-block;
width:12rem;
color:#fff;
font-size:1.2rem;
text-align:center;
border-radius:6px;
}
.news-box .news-list .date-label{
margin-left:1rem;
}


.news-box .container-in-ttl .logo-mark{
    margin: 0 auto;
}


.news-box .container-in-ttl .ttl {
   margin: 10px 0 0px;
}


.news-cat-list{
    margin:60px auto;
}

.news-cat-list ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
}
.news-cat-list ul li{
    width: 13%;
    background: #ccc;
    margin: 0 1%;
    text-align: center;
    border-radius: 20px;
}

.news-cat-list ul li.current,
#cat106762 .news-cat-list ul li.cat106762,
#cat106763 .news-cat-list ul li.cat106763 {
    width: 13%;
    background: #4c4948;
    margin: 0 1%;
    text-align: center;
    border-radius: 20px;
}


.news-cat-list ul li a{
    color: #fff;
    font-size:1.4rem;
}
.news-cat-list ul li::marker{
    font-size:0;
}


.news-box article .entry-body a{
	color:#0000EE;
}

.news-box article.entry-detail img{
	width:50%;
	height:auto;
}


@media screen and (max-width: 767px) {
	.news-box .container-in-ttl .ttl {
		font-size: 1.8rem;
	}
	.news-box .container-in-ttl .logo-mark{
    	margin: 10% auto 5%;
	}
	.news-box .news-list ul{
		display: block;
    	width:100%;
	}
	.news-cat-list ul li,
	.news-cat-list ul li.current,
	#cat106762 .news-cat-list ul li.cat106762,
	#cat106763 .news-cat-list ul li.cat106763{
    	width: auto;
    	padding: 0% 3%;
	}

	.news-box .news-list ul li span{
		display: block;
		font-size: 1.2rem;
	}
	.news-box .news-list .cat-label{
		padding:0;
	}
	.news-box .news-list ul li span.date-block{
		display: inline;
		font-size: 1.2rem;
	}

	.news-box .news-list ul li span.title-block{
		display:block;
		margin: 10px 0;
    	line-height:1.6;
	}
	.news-box .news-list .pagenation{
    	width: 100%;
    }
	.news-box article.entry-detail img{
		width:100%;
		height:auto;
	}
}





/* ---------------------------------------- ギャラリー -------------------------------------- */
.gallery-box img.logo-instagram-bk{
	width: 40px;
}
.gallery-box a{
	font-size: 1rem;
}
#gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul#gallery li{
	width: 31%;
	margin-bottom: 30px;
	list-style-type: none;

}
ul#gallery li img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	ul#gallery li{
		width: 48%;
		margin-bottom: 30px;
		list-style-type: none;

	}
}



/* ---------------------------------------- 宿泊約款・プライバシーポリシー -------------------------------------- */
.agreement-block,
.privacy-block{
	margin: 0 auto 6%;
}

.agreement-block .att-messeage{
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
	margin: 30px 0 60px;
}

.agreement-block ol li{
	list-style-type: decimal;
}

.agreement-block h2,
.privacy-block h2{
	margin: 6rem 0 0;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.agreement-block h2,
	.privacy-block h2{
		font-size: 2.1rem;
	}
	.agreement-block h3{
		font-size: 1.6rem;
	}
	.agreement-block ol li{
		line-height: 1.8;
	}
	.agreement-block .att-messeage{
		font-size: 1.4rem;
	}
}



.privacy-block h2{
	margin: 6rem 0 2rem;
	line-height: 1.4;
}

.privacy-block p{
	line-height: 1.6;
	margin: 0;
}



/* ---------------------------------------- カスタマーハラスメント -------------------------------------- */

.customerharass-block{
	margin: 0 auto 6%;
}
.customerharass-block h2{
	margin: 6rem 0 2rem;
	line-height: 1.4;
}
.customerharass-block p{
	line-height: 1.6;
	margin: 0;
}
.customerharass-block ol{
	margin-left: -2rem;
}

.customerharass-block ol li span{
	border-bottom:1px solid #333;
}

@media screen and (max-width: 767px) {
	.customerharass-block h2{
		font-size: 2.1rem;
    	font-size: 1.9rem;
	}
}

/* --------------------------------------------------------------------------------------------
: パンくず
-------------------------------------------------------------------------------------------- */
.breadcrumb {
  padding: 14px 15px;
  font-size: 1.4rem;
  /*margin-bottom: 60px;*/
  list-style: none;
  /*background-color: #eee;*/
  padding-left: 6%
}

.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ ";
}
.breadcrumb a{
  color: #bfa847;
}





/* ---------------------------------------- GoToトラベル -------------------------------------- */

.goto-travel{
	margin: 60px 0 0;
}

.acd-check{
    display: none;
}
.acd-label{
    background: #bfa847;
    color: #fff;
    display: block;
    margin-bottom: 0px;
    /* padding: 8px; */
    position: relative;
    text-align: center;
    cursor: pointer;
	height: 48px;
    line-height: 48px;
}
.acd-label:after{
    background: #4c4948;
    box-sizing: border-box;
    content: '\f078';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 48px;
    padding: 0px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    font-weight: 900;
}
.acd-content{
    border: 1px solid #e9e1d4;
    background: #eeeeee;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    text-align: center;
}

.acd-content-in{
	text-align: left;
	display: inline-block;
    font-family: 'Noto Sans JP',"メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif!Important;
}

.acd-content-in .ttl{
	line-height: 1.6;
}
.acd-content-in h3{
	line-height: 1.6;
	font-weight: bold;
	margin: 2rem 0;
}
.acd-content-in li{
	line-height: 1.6;
	margin-bottom: 1rem;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 100%;
    opacity: 1;
    padding: 15px;
    visibility: visible;
}


ul.goto-list-att{
	padding-left: 1.5rem;
}

ul.goto-list-att li{
	list-style-type: none;
	display: flex;
	align-items: baseline;
  	margin: 0 0 5px;
}
ul.goto-list-att li:before{
	content: "※";
	margin: 0 5px 0 0;
}


@media screen and (max-width: 767px) {
	.goto-travel{
		margin: 30px 0 0;
	}

	.acd-label{
		/* text-align: left; */
	}
}



/* --------------------------------------------------------------------------------------------
: 1日の過ごし方
-------------------------------------------------------------------------------------------- */

.container-in-ttl .ttl.rollmodel-block-ttl{
	margin: 10% 0 6%;
}

@media screen and (max-width: 767px) {
	.container-in-ttl .ttl.rollmodel-block-ttl.vertical{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;

		font-size: 1.6rem;
		line-height: 2.75;
		margin: 0 auto;

		padding: 60px 0;
		letter-spacing: .075em;

		text-align: initial;
		font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	}
}


.ttl-day{
	position: relative;
  padding: 0 65px;
  text-align: center;

	font-size: 3rem;
	margin: 5% auto 5%;
}

.ttl-day p:before {
  position: absolute;
/*   top: calc(50% - 1px); */
  top: calc(57% - 1px);
  left: calc(50% - 25%);
  width: 50%;
  height: 1px;
  content: '';
  background: #000;
}

.ttl-day span.bg-wh {
  position: relative;
  padding: 0 1em;
  background: #fff;
font-size:1.6rem;
}

.ttl-day span.dayblock {
font-size:1.8rem;
}



.rollmodel-block .flex-block{
	justify-content: center;
	margin-bottom: 10%;
}


.rollmodel-block .flex-block .item {
	margin:2%;
}


.rollmodel-block .flex-block .item.rollmodel-time{
	width: 10%;
    margin-top: 36px;
}


.rollmodel-block .flex-block .item.rollmodel-detail{
	margin-left: 6%;
	width: 60%;
}

.rollmodel-block .rollmodel-detail h2{
margin-bottom: 1.4rem;

}

.rollmodel-block .rollmodel-detail h3{
	line-height: 1.6;
	margin: 3% 0 5% 3%;
	font-size:1.6rem;

}

.rollmodel-block .rollmodel-detail p{
	background: #ededed;
	padding: 4%;
	line-height:1.6;
}



.rollmodel-img span.text-s{
    text-align: right;
    display: block;
    font-size: 1rem;
}

/*アンダーラインアニメ*/
.Text-Span {
  position: relative;
  z-index: 1;
  padding: 0 3%;
  letter-spacing: .8rem;
font-size:1.8rem;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0%;
  height: 2rem;
  background: #e6c8d2;
  z-index: -1;
  transition: all 2s;
/*   transition: all 0.8s; */
}
.Text-Span.isActive:after {
  width: 100%;
}


.lounge-block .Text-Span:after{
  background: #9cd6f5;
}
.spa-block .Text-Span:after{
  background: #e3eb98;
}
.dish-block .Text-Span:after{
  background: #ffe9a9;
}


/*div{
  margin-bottom: 48px;
  width: 100%;
  height: 320px;
  background: #5bc8ac;
}
*/

.rollmodel-img{
	margin: 0% auto 6%;
}

@media screen and (min-width: 768px) {
	.rollmodel-img{
		/* width: 60%; */
    	margin: 0% auto 6%;
	}

}

@media screen and (max-width: 767px) {
	.rollmodel-block .flex-block .item.rollmodel-time{
		width: 24%;
	}
	.rollmodel-block .flex-block .item.rollmodel-detail{
		margin-left: 0%;
		width: 100%;
	}
	.rollmodel-block .rollmodel-detail h2,
	.rollmodel-block .rollmodel-detail h3{

		text-align: center;
	}

	.rollmodel-block .flex-block .item {
		margin:0;
	}

	.rollmodel-block .flex-block .item.rollmodel-time{
		margin: 0 0 15px;
	}

	.ttl-day p:before {
    	position: absolute;
    	top: calc(50% - -3px);
    	left: calc(94% - 90%);
    	width: 92%;
    	height: 1px;
    	content: '';
    	background: #000;
	}
	.lounge-block .Text-Span{
		letter-spacing: 0.1rem;
	}
}





/* --------------------------------------------------------------------------------------------
: アクセス
-------------------------------------------------------------------------------------------- */


.access-detail .container-box-in{
	margin: 10% 0;
	background: #f3f3f3;
	padding: 30px;
}

.access-detail .flex-block{
	justify-content: space-between;
	align-items: center;
}
.access-detail .flex-block .item{
	
}

.access-detail .flex-block.item.gmap-block{
margin:4% 0;
border-bottom:1px solid #ccc;
padding: 0 0 35px 0;
}


.access-detail .flex-block .item.Text{
	width: 40%;
	/* padding: 0 4% 0 0; */
	/* text-align: right; */
}
.access-detail .flex-block .item.right-box{
	width: 56%;
	/* border-left: 1px solid #ccc; */
	padding: 0 0 0 13%;
}





/*お車でお越しのお客様*/
.access-detail .flex-block {
  justify-content: start;
}

.access-detail .flex-block .point-box{
	width: 12%;
	padding-left: 2%;
}
.access-detail .flex-block .dotted-box{
	position: relative;
	width: 20%;
}
.access-detail .flex-block .dotted-box:before {
  position: absolute;
  top: calc(50% - 1px);
  /*left: calc(50% - 25%);*/
  width: 100%;
  height: 2px;
  content: '';
  background: #ccc;
}


.access-detail .flex-block .time-box {
  width: 50%;
  padding-left: 3%;
}




/*公共交通機関でお越しのお客様*/
.access-detail .public-transport-block .flex-block{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.bus-block{
margin:60px 0 0;
}
.access-detail .public-transport-block .flex-block .point-box02{
	width: 24%;
	padding-left:2%;
}
.access-detail .public-transport-block .flex-block .link-box02{
	width: 24%;
}
.access-detail .public-transport-block .flex-block .time-box02{
	width: 50%;
}

.btn01 .fas.fa-external-link-alt{
display:inline;
}




.access-detail .att{
	background: #ffffff;
    padding: 4% 4% 3%;
    margin: 30px 0;
	line-height: 1.6;
}
.access-detail .att-no{
    padding: 1% 2%;
    margin: 30px 0;
	line-height: 1.6;
}

.access-detail .lead{
    padding: 1% 2%;
    margin: 30px 0;
}

.access-detail .public-transport-block .flex-block .link-box02 a{
	color:#bfa847;
}

.global_map{
	width:90%;
	margin:auto;
}

@media screen and (max-width: 767px) {
	.access-detail .flex-block{
		display: block;
	}
	.access-detail .lead{
		line-height: 1.8;
	}
	.access-detail .flex-block .item.Text {
		width: 100%;
	    padding: 0;
	    text-align: center;
    margin-bottom: 4rem;
	}
	.access-detail .flex-block .item.right-box{
		border: none;
		text-align: center;
		margin: auto;
		width: 100%;
    padding:0;
	}
	.access-detail .item h2.Text{
		text-align: center;
		letter-spacing: 0;
    font-size:2rem;
	}
	.access-detail .item h2.Text.font-s{
		font-size: 1.6rem;
    	line-height: 1.6;
	}
	.Text-Span {
		letter-spacing:0.5rem;
	}
	.access-detail .item h2.Text.font-s .Text-Span{
		margin-right: -1.6rem;
	}




	.access-detail .flex-block .point-box,
	.access-detail .public-transport-block .flex-block .point-box02,
	.access-detail .flex-block .dotted-box,
	.access-detail .public-transport-block .flex-block .link-box02,
	.access-detail .flex-block .time-box,
	.access-detail .public-transport-block .flex-block .time-box02{
		width: 100%;
	}

	.access-detail .flex-block .dotted-box{
		display:none;
	}
	.access-detail .flex-block .time-box{
		padding: 0;
	    margin-bottom: 2rem;
    	text-align: center;
	    font-size:1.5rem;
    	line-height: 1.6;
	}

	.access-detail .flex-block .time-box span{
   		font-size:1.2rem;
	}

	.access-detail .flex-block .point-box,
	.access-detail .public-transport-block .flex-block .point-box02{
		margin-bottom:12px;
	}
	.access-detail .flex-block .point-box,
	.access-detail .public-transport-block .flex-block .point-box02{
		font-weight: bold;
		background: #244966;
		color: #fff;
		text-align: center;
	}

	.access-detail .public-transport-block .flex-block .link-box02{
		padding: 0 30px;
    	text-align: center;
	}



	.access-detail .public-transport-block .flex-block .link-box02 i{
		color:#244966;
	}

	.access-detail .public-transport-block .flex-block .time-box02{
		margin-bottom: 2rem;
		padding: 0 24px;
    	text-align:center;
	}

	.access-detail .flex-block.item.gmap-block{
		margin:70px 0;
	}
	.access-detail .flex-block.item.carnav-block{
		margin:70px 0;
	}

	.access-detail .att p{
		margin:0;
	}

	.global_map{
    	width:100%;
	}
}





/* --------------------------------------------------------------------------------------------
: お部屋
-------------------------------------------------------------------------------------------- */
.sub-page p.lead{
	font-size:1.6rem;
}


.room-box{
	margin:6% auto 3%;
}

.room-box .item{
	width:31%;
	font-size:1.6rem;
	margin:0 0 3%;
}

dl.amenity-list{
	text-align:left;
}
dl.amenity-list dt{
	font-size:1.6rem;
border:1px solid #ccc;
padding:0 2rem;
}
dl.amenity-list dd{
	font-size:1.4rem;
	margin-left:2rem;
}




.room-honkan.flex-block{
	justify-content: space-around;
}
/* .room-honkan.flex-block::after{
  content:"";
  display: block;
  width:30%;
}
*/

.room-detail{
	margin-bottom:80px;
}

.room-detail .flex-block{
	justify-content:start;
    align-items: center;
	margin-bottom:3%;
}
.room-detail .ct-point{
	font-size:1.6rem;
	color:#244966;
	margin-right:2rem;
}
.room-detail .ct-point img{
	width: 20px;
    margin: 0 10px 6px 0;
}




.room-info h3{
	border:1px solid #9a1a23;
	color:#9a1a23;
	display:inline-block;
	font-size:1.6rem;
	/* padding:0 1rem; */
	padding: 0 6rem;
	margin-bottom:15px;
}


.room-info ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
    text-align: center;
}


.room-info li{
	list-style-type:none;
	width:18%;
	background:#2a5372;
	color:#fff;
	margin-bottom:15px;
}





/* #kaede  .empty_item{
  width:18%;
}

#taisen  .empty_item{
  width:18%;
}
#sasayuri  .empty_item{
  width:18%;
}
*/


.empty_item{
  width:18%;
}



.room-box.room-hanare .item img{
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 50%;
}

.room-box.room-hanare .item,
.room-box.room-honkan .item{
	animation: fuwafuwa 3s infinite;
}



.room-box.room-honkan .item img{
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 50%;
}





.room-feature{
	margin: 20px auto 5px;
}
.room-name {
	/* margin: 20px auto; */
	margin: 0px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* padding-left: 4rem; */
    width: 70%;
	color:#fff;
}

.room-name01 .room-name {background: #004da1;}
.room-name02 .room-name {background: #6f1e87;}
.room-name03 .room-name {background: #a61d60;}
.room-name04 .room-name {background: #d01d40;}
.room-name05 .room-name {background: #eb5f26;}
.room-name06 .room-name {background: #008563;}
.room-name07 .room-name {background: #009bcb;}
.room-name08 .room-name {background: #004d4b;}
.room-name09 .room-name {background: #a40108;}
.room-name10 .room-name {background: #c79382;}

.room-name01 img {border:5px solid #004da1;}
.room-name02 img {border:5px solid #6f1e87;}
.room-name03 img {border:5px solid #a61d60;}
.room-name04 img {border:5px solid #d01d40;}
.room-name05 img {border:5px solid #eb5f26;}
.room-name06 img {border:5px solid #008563;}
.room-name07 img {border:5px solid #009bcb;}
.room-name08 img {border:5px solid #004d4b;}
.room-name09 img {border:5px solid #a40108;}
.room-name10 img {border:5px solid #c79382;}

.room-box.room-honkan .item img {border:5px solid #244966;}


#kaede h2 {color:#004da1;}
#ryoubu h2 {color:#6f1e87;}
#yamaboushi h2 {color:#a61d60;}
#hanaikada h2 {color:#d01d40;}
#sanjuan h2 {color:#eb5f26;}
#yaezakura h2 {color:#008563;}
#yukiyanagi h2 {color:#009bcb;}
#sasayuri h2 {color:#004d4b;}
#taisen h2 {color:#a40108;}
#tsubaki h2 {color:#c79382;}
#honkan h2 {color:#2a5372;}


.room-detail h2{
	position:relative;
}
.room-detail h2 span{
	position:absolute;
	font-size:1.4rem;
	color:#333;
	margin: 0 0 0px 1rem;
	/* bottom: 9px; */
	bottom: 5px;
}



.yazirusi {
        margin-left: 10px;
        width: 24px;
        height: 8px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: skew(45deg);
}


img.hanare-ttl-logo{
	width:50px;
	margin-right:15px;
	margin-top:-7px;
}


/* 
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
*/

dl.amenity-list{
	font-family: 'Noto Sans JP',"メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif!Important;
}
dl.amenity-list dt{
   	background: #efefef;
	margin-bottom:10px;
}
dl.amenity-list dd ul{
	display:flex;
	flex-wrap:wrap;
	margin:0 0 0 2rem;
}

dl.amenity-list dd ul li{
	margin: 0 3rem 0 0;
}
dl.amenity-list dd ul li::marker{
	content:"●";
}

@media screen and (max-width: 767px) {
	.room-hanare .item,
	.room-box .item {
		width:48%;
	}
	.room-honkan.flex-block::after{
  		content: none;
	}

	.room-info li{
    	width: 24%;
		font-size:1.2rem;
	}


	/* #taisen .empty_item{ width:24%;}
	#sasayuri .empty_item{width:24%;} */
	 .empty_item{width:24%;}


	.room-info h3{
		width:49.2%;
    	font-size:1.3rem;
    	line-height: 1.3;
    	padding: 5px 0 5px 17px;
	}

	.room-box.room-hanare .item{
		font-size:1.4rem;
    	margin-bottom:30px;
	}
	.room-box.room-hanare .item img,
	.room-box.room-honkan .item img{
    	width: 150px;
    	height: 150px;
	}

	.room-feature{
		margin: 10px auto 5px;
	}
	.room-name{
    	/* margin: 10px auto; */
	    margin: 0px auto;
    	/* padding-left: 3rem; */
		letter-spacing: 0;
	}
	.yazirusi {
        margin-left: 10px;
    	width: 18px;
	}
	dl.amenity-list dt{
		text-align:center;
    	background: #efefef;
	}
	dl.amenity-list dd{
		margin:10px 0 0 1rem;
	}

}





.room-info .room-honkan-info {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}
.room-info .room-honkan-info ul{
	justify-content: flex-start;
	width:85%;
}
.room-info .room-honkan-info li{
	margin-right:3% ;
	width:20%;
	padding-top: 2px;
}

.room-info .room-honkan-info h4{
	width:13%;
	font-size:1.8rem;
}


.room-honkan-detail{
	width:50%;
	margin:3% 0 0;
}

.room-honkan-detail p{
	background: #ededed;
    padding: 4%;
    line-height: 1.6;
}


@media screen and (max-width: 767px) {
	.room-info .room-honkan-info h4{
		width:32%;
    	font-size:1.6rem;
	}
	.room-info .room-honkan-info ul{
		width:68%;
	}
	.room-info .room-honkan-info li{
		width: 48%;
    	margin-right: 2%;
    	padding: 6px 0;
    	line-height: 1.6;
	}
	.room-honkan-detail{
		width:99%;
	}
}



/* --------------------------------------------------------------------------------------------
: ラウンジ
-------------------------------------------------------------------------------------------- */
.lounge-box{
	margin-bottom:30px;
}

.top-box.lounge-block .lead.lead01{
	/* margin-bottom:20%; */
}

.top-box.lounge-block .lead.lead02{
	margin-bottom:60px;
}
@media screen and (max-width: 767px) {
	.top-box.lounge-block .lead.lead01{
		/* margin-bottom:50%; */
	}
}


.lounge-detail{
	width:50%;
	margin:auto;
}

.lounge-detail p{
	background: #ededed;
    padding: 4%;
    line-height: 1.6;

}


@media screen and (max-width: 767px) {
/* .lounge-box.top-wholemap-kurokawa{
	margin-bottom:33px;
}
*/
	.lounge-detail{
		width:100%;
	    padding:0 15px;
	}
}



/* --------------------------------------------------------------------------------------------
: 温泉
-------------------------------------------------------------------------------------------- */
.spa-detail{
	width:50%;
	margin: 60px auto 0%;
}

.spa-detail p{
	background: #ededed;
    padding: 4%;
    line-height: 1.6;
	font-size: 1.4rem;
	text-align:left;
}
.top-box.spa-block .lead{
	letter-spacing:.075em;
}


.top-box.spa-block .lead.lead01{
	margin-bottom:20%;
}

.top-box.spa-block .lead.lead02{
	margin-bottom:60px;
}

.spa-block .mgn-b10,
.dish-block .mgn-b10,
.lounge-block .mgn-b10{
	margin-bottom:10%
}

.spa-block .mgn-b15,
.dish-block .mgn-b15,
.lounge-block .mgn-b15{
	margin-bottom:15%
}
.spa-block .mgn-b20,
.dish-block .mgn-b20,
.lounge-block .mgn-b20{
	margin-bottom:20%
}


.dish-menu.spa-menu ul li{
	width:100%;
}


.dish-menu.spa-menu-L{
    width: 60%;
}
.dish-menu.spa-menu.spa-menu-L ul li {
    width: 25%;
}

.dish-menu.spa-menu.spa-menu-L p {
    margin: 6% 0 7% -3%;
}



.spa-block .ttl-day{
	margin: 0% auto 5%;
}

.dish-menu.spa-menu.spa-menu-L p.spa-ul-ttl{
    margin: 6% 0 1% -4%;
    font-size: 1.4rem;
}

/* .dish-menu.spa-menu.spa-menu-L ul.spa-ul02 li{
	width:20%;
}
*/
.dish-menu.spa-menu{
	width: 60%;
    margin: 0 0 3% 24%;
}


/*
.dish-menu.spa-menu.spa-menu-L ul.spa-ul01 li.attention{
	list-style-type: none;
    margin-left: -2rem;
    font-size: 1.1rem;
    margin-top: 5px;
}
*/
.dish-menu.spa-menu.spa-menu-L ul.spa-ul01 li.attention{
	list-style-type: none;
    margin-left: -9.5rem;
    font-size: 1.1rem;
    margin-top: 5px;
    /* width: 100%; */
    text-align: right;
}


.spa-attn{
    /* background: #ededed; */
    border:1px solid #9a1a23;
    padding: 0;
    line-height: 1.6;
    width: 50%;
    margin: 25px auto 120px;
    border-radius: 6px;
}

.spa-arrow{
	/* position: relative;*/
	display: inline-block; 
	padding: 1% 0;
	color: #9a1a23;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
    font-family: "Noto Serif JP", serif;
}

.spa-arrow span{
  font-weight:900;
}


@media screen and (max-width: 767px) {
	.dish-menu.spa-menu.spa-menu-L ul.spa-ul01 li.attention{
    	margin-left: -1.9rem;
	    text-align: left;
	}
	.spa-detail{
		width:100%;
    	margin: 30px auto 0;
	}

	.Text-Span.text-ls-cg {
    	letter-spacing: 0.2rem;
	}
	.spa-block .mgn-b15{
		margin-bottom:30%
	}
	.spa-block .mgn-b20{
		margin-bottom:40%
	}
	.spa-block .mgn-b10,
	.dish-block .mgn-b10,
	.lounge-block .mgn-b10{
		margin-bottom:20%
	}

	.lounge-block .mgn-b10{
    	margin-bottom: 12%;
	}

	.dish-menu.spa-menu{
    	margin: 0 0 3% 8%;
    	width: 85%;
	}

	.dish-menu.spa-menu-L{
    	width: 100%;
	}
	.dish-menu.spa-menu.spa-menu-L ul{
		display: flex;
    	flex-wrap: wrap;
	}
	.dish-menu.spa-menu.spa-menu-L ul li {
    	width: 50%;
	}

	.dish-menu.spa-menu.spa-menu-L p {
    	margin: 6% 0 15% 4%;
	}

	.p-left-dish-menu{
		padding-left:7.5rem;
	}

	.p-left02-dish-menu{
		padding-left:1.3rem;
	}
  .spa-attn{
      width: 100%;
    /* text-align:left; */
  }
    .spa-arrow{
      text-align:left;
      margin-left: -21px;
      padding: 2% 0;
    }
}



/* --------------------------------------------------------------------------------------------
: お食事
-------------------------------------------------------------------------------------------- */
.dish-menu{
	width: 90%;
    margin: 0 0 3% 15%;
}
.dish-menu ul{
	display:flex;
	flex-wrap:wrap;
	margin-left: 3px;
}
.dish-menu ul li{
	width:45%;
}

.dish-menu p{
	line-height: 1.4;
    font-size: 1.2rem;
    margin: 6% 0 3% 0%;
}


.dish-menu-detail{
	width:50%;
	margin: 60px auto 15%;
}

.dish-menu-detail p{
	background: #ededed;
    padding: 4%;
    line-height: 1.6;
	font-size: 1.4rem;
	text-align:left;
}

.dish-menu-allergy{
    border:1px solid #904aa2;
    padding: 2%;
    line-height: 1.6;
    width: 70%;
    margin: 25px auto 120px;
    border-radius: 6px;
  text-align:center;
}

.dish-arrow{
	/* position: relative;*/
	display: inline-block; 
	padding: 1% 0;
	color: #904aa2;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
    font-family: "Noto Serif JP", serif;
}

.dish-arrow span{
  font-weight:900;
}


.flex-block.dish-p2 img{
	width:48%;
}


.zoom-1 img {
      width: 100%;
      height: auto;
      animation: animationZoom1 5s ease-in-out forwards;
    }
.zoom {
      width: 100%;
      height: auto;
      overflow: hidden;
      margin-bottom: 30px
    }

    @keyframes animationZoom1 {
      100% { transform:scale(1.1)} 
    }


.top-box.dish-block .lead.lead01{
	margin-bottom:20%;
}

.top-box.dish-block .lead.lead02{
	margin-bottom:60px;
}


.dish-detail{
	width:50%;
	margin: 0px auto 5%;
}

.dish-detail p {
    background: #ededed;
    padding: 4%;
    line-height: 1.6;
    font-size: 1.4rem;
    text-align: left;
}



.menu-box-wrap .flex-block{
	margin-bottom:2%;
}
.menu-box-wrap .menu-box{
	width:48%;
}

.menu-box-wrap .menu-box:nth-child(1){
	padding-left: 15%;
}
.menu-box-wrap .menu-box:nth-child(2){
	padding-left: 6%;
}

.menu-box-wrap p{
	padding-left: 17%;
	line-height: 1.4;
    font-size: 1.2rem;
}


@media screen and (max-width: 767px) {
	.dish-menu {
    	width:100%;
    	margin: 0 auto;
    	padding: 0 0 0 11px;
	}
	.dish-menu ul {
    	display:block;
    	margin-left: 2%;
	}
	.dish-menu ul li {
    	width: 100%;
	}
	.dish-menu p {
    	margin: 6% 0 15% 0%;
	}
	.top-box.dish-block .lead.lead02{
		margin-bottom:30px;
	}
	.dish-menu-detail{
		width:100%;
    	margin: 0px auto 20%;
	}
	.dish-detail{
		width:100%;
		margin: 0px auto 5%;
	}

	.menu-box-wrap .flex-block{
		display:block;
	}
	.menu-box-wrap .menu-box{
		width:100%;
	}
	.menu-box-wrap .menu-box:nth-child(1),
	.menu-box-wrap .menu-box:nth-child(2){
		padding-left: 10px;
	}
	.menu-box-wrap p{
		padding-left: 11px;
    	/* margin: 6% 0 15% 0%; */
        margin: 6% 0 7% 0%;
	}

  .dish-menu-allergy{
    width: 100%;
    margin: 0px auto 120px;
  }
  .dish-arrow{
	text-align:left;
    padding: 2% 0;
  }
  .dish-arrow01::before {
    right: 3px;
  }
}




/* ============== お部屋　ダミー文字 =========== */

.dummy-wrap{
	position:relative;
}

.dummy-item{
padding: 1% 8%;
    color: #333;
    position: absolute;
    /* background: #d01d40; */
	background:none;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 767px) {
.dummy-item{
    top: 40%;
}
}




/* ============== トップスライド矢印 =========== */
.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* next */

.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 2px;
  }
}



/* ============== インスタ埋め込み 20221117 =========== */
#insta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#insta .ig-item{
  position: relative;
  width: 31%;
  margin-bottom: 30px;
}
#insta .ig-item:before{
  content: "";
  display: block;
  padding-top: 100%;
}
#insta .ig-item img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  #insta .ig-item{
    width: 48%;
  }
}