/* CSS Document */
* {
	padding: 0px;
	margin:0px;
	outline: none;
	/*widows: 1000;*/
}

html {
  scroll-behavior: smooth;
  background: #fff;
}


body {
	width:100%;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: inherit;
	color: var(--color-dark);
	font-size: 1.6rem;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: auto;
	box-sizing : border-box;
	overflow-x: hidden;
}

#wrap{
	width:100%;
}

.min {
  font-family: 'YuMincho', 'Yu Mincho', serif;
}

a{
	text-decoration:none;
	transition:0.5s;
}
	
a img {
	border-style:none;
	}

a:hover,
a:hover img{
	opacity:0.5;
	transition:0.5s;
}

a.btn_site{
	display:block;
	width:334px;
	margin:0 auto;
}

a.btn_site:hover{
	opacity:0.5;	
}



p{
	font-size: 14px;
    line-height: 160%;
	color: #505050;
}

p.indent{
	padding-left:1em;
	text-indent:-1em;
}

p .yel{
	color:#FFF100;
}

ul li,
dl dt,
dl dd{
	font-size:14px;
	line-height:160%;
	color: #505050;
}

h3{
	font-size:14px;
	letter-spacing:1px;
	line-height:149%;
	color: #fff;
}

.cen{
	text-align:center;
}

.top_10m{margin-top:10px;}
.top_20m{margin-top:20px;}
.top_30m{margin-top:30px;}
.top_40m{margin-top:40px;}
.top_50m{margin-top:50px;}
.bot_10m{margin-bottom:10px;}
.bot_20m{margin-bottom:20px;}
.bot_30m{margin-bottom:30px;}
.bot_40m{margin-bottom:40px;}
.bot_50m{margin-bottom:50px;}


.pc_blc {
  display: block;
}
.sp_blc {
  display: none;
}
@media (max-width: 520px) {
  .pc_blc {
    display: none;
  }
  .sp_blc {
    display: block;
  }
}

article{
	background: #fff;
}


/** content
===================================*/

/*ヘッダー・ナビゲーション*/
header{
	text-align: center;
	padding:  0;
}
.head-wrapper{
	margin: 0;
	position :relative;
	overflow :hidden;
}

.img-head {
	width: 100vw;
	object-fit: contain;

}

/*sec01*/
#sec01{
	width: 100%;
}

#sec01 h1{
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: 50px auto 100px auto;
}

#sec01 h1 img{
	width: 100%;
}

#sec01 .tit_top{
	text-align: center;
}

#sec01 p.read{
	font-size: 33px;
	margin: 0 auto;
	text-align: center;
}


@media screen and (max-width: 800px) {

#sec01{
	width: 90%;
	margin: 0 auto;
}

#sec01 h1 {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 20px auto 40px auto;
}

#sec01 h1 img {
    width: 70%;
    margin: 0 auto;
}

#sec01 p.read {
    font-size: 4vw;
    margin: 0 auto;
    text-align: center;
}

#sec01 .tit_top img{
	width: 90%;
}


}

/*sec02*/
#sec02{
	width: 100%;
	background: url("../images/bg.png") repeat;
	    margin: 200px auto 0 auto;
}

#sec02 .h2_box{
	position: relative;
	margin: 0 auto -300px auto;
}

#sec02 h2{
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin: 50px auto 60px auto;
	    position: relative;
		top: -250px;
}

#sec02 h2 img,
#sec02 h3 img{
	width: 100%;
}

#sec02 h3{
	width: 50%;
	max-width: 100%;
	text-align: center;
	margin: 50px auto 100px auto;
}

#sec02 .sec02_txt01{
	text-align: center;
	font-size: 60px;
	margin: 0 auto 50px auto;
}

#sec02 .sec02_txt02{
	text-align: center;
	font-size: 25px;
	margin: 0 auto 50px auto;
}

#sec02 dl{
	text-align: center;
	margin: 0 auto 50px auto;
}

#sec02 dl dt{
	font-size: 27px;
	font-weight: bold;
}


#sec02 dl dd{
	font-size: 50px;
	font-weight: bold;
	        margin: 0 0 20px 0;
}

#sec02 ul{
    width: 40%;
    margin: 0 auto;
}
#sec02 ul li{
	font-size: 20px;
	list-style: disc;
}


@media screen and (max-width: 1400px) {

#sec02 h2{
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin: 50px auto 120px auto;
	    position: relative;
		top: -150px;
}

}

@media screen and (max-width: 800px) {

#sec02 {
    margin: 80px auto 0 auto;
}


#sec02 h2{
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin: 50px auto 100px auto;
	    position: relative;
		top: -50px;
}

#sec02 .h2_box{
	position: relative;
	margin: 0 auto -140px auto;
}

#sec02 h3{
	margin: 0 auto;
	width:90%;
}

#sec02 .sec02_txt01{
	text-align: center;
	font-size: 5vw;
	margin: 30px auto 30px auto;
}

#sec02 .sec02_txt02{
	text-align: center;
	font-size: 4vw;
	margin: 30px auto;
	
}

#sec02 dl{
	text-align: center;
	margin: 0 auto;
}

#sec02 dl dt{
	font-size:4vw;
	font-weight: bold;
}


#sec02 dl dd{
	font-size: 8vw;
	font-weight: bold;
}

#sec02 ul{
    width: 80%;
    margin: 30px auto 0 auto;
}
#sec02 ul li{
	font-size: 4vw;
	list-style: disc;
}

}

/*sec03*/
#sec03{
	width: 100%;
	background:#FAFAF5;
	    margin: 0px auto 0 auto;
}

#sec03 h2{
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin: 50px auto 0px auto;
	
}

#sec03 h2 img,
#sec03 h3 img,
#sec03 .sec03_chara img{
	width: 100%;
}


#sec03 .sec03_chara{
	    text-align: center;
    margin: -20px auto 0 auto;
	width: 60%;
}

#sec03 h3{
	width: 50%;
	max-width: 100%;
	text-align: center;
	margin: 50px auto 100px auto;
}

.box_stay_plan{
	margin: 50px auto 0px auto;
}

/* ボタンのスタイル */
.toggle-btn {
	width: 100%;
    /*background-color: #007bff;*/ /* ボタンの背景色 */
    color: white; /* ボタン内のテキスト色 */
    padding: 10px 20px; /* ボタン内の余白 */
    border: none; /* ボタンのボーダーを削除 */
    cursor: pointer; /* マウスカーソルがポインタになる */
    font-size: 16px; /* フォントサイズ */
    border-radius: 0; /* ボタンの角を丸くする */
	transition:0.5s;
}

/* ボタンがホバーされたときのスタイル */
.toggle-btn:hover {
    /*background-color: #0056b3;*/ /* ホバー時の背景色 */
	opacity: 0.5;
	transition:0.5s;
}

/* 非表示コンテンツのスタイル */
.toggle-content {
    
   background:url("../images/bg.png") repeat;
    margin: 0px 0 0px 0;
	padding: 30px 0 50px 0;
	
    border-radius: 0;
}

.btn_stay_01{
	background:url("../images/stay_img_bg_01.png") repeat;
}

.btn_stay_02{
	background:url("../images/stay_img_bg_02.png") repeat;
}

.btn_stay_01 img,
.btn_stay_02 img{
	margin: 0 auto;
	display: block;
}

.box_stay_plan_detail{
	width: 60%;
	margin: 0 auto;
}

.box_stay_plan_detail .room_photo img{
	width: 100%;
}
.box_stay_plan_detail .room_tit_01{
	text-align: center;
	color: #FDB314;
	font-size: 60px;
}

.box_stay_plan_detail .room_tit_02{
	text-align: center;
	color: #0059BC;
	font-size: 60px;
}

.box_stay_plan_detail .room_ameniti{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto 0 auto;
}

.box_stay_plan_detail .room_ameniti p{
	    width: 48%;
    margin: 0 0 20px 0;
}

.box_stay_plan_detail .room_ameniti p img{
	    width: 100%;
}

.box_stay_plan_detail .room_btn{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto 0 auto;
}

.box_stay_plan_detail .room_btn p{
	    width: 48%;
    margin: 0 0 20px 0;
	    text-align: center;
}


@media screen and (max-width: 800px) {

#sec03 .sec03_chara{
	    text-align: center;
    margin: 0px auto 0 auto;
	width: 80%;
}

.btn_stay_01 img,
.btn_stay_02 img{
	margin: 0 auto;
	display: block;
	    width: 100%;
}


.box_stay_plan_detail{
	width: 90%;
	margin: 0 auto;
}

.box_stay_plan_detail .room_photo img{
	width: 100%;
}
.box_stay_plan_detail .room_tit_01{
	text-align: center;
	color: #FDB314;
	font-size: 6vw;
}

.box_stay_plan_detail .room_tit_02{
	text-align: center;
	color: #0059BC;
	font-size:6vw;
}

.box_stay_plan_detail .room_ameniti{
	display: block;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto 0 auto;
}

.box_stay_plan_detail .room_ameniti p{
	    width: 100%;
    margin: 0 0 20px 0;
}

.box_stay_plan_detail .room_ameniti p img{
	    width: 100%;
}

.box_stay_plan_detail .room_btn{
	display: block;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto 0 auto;
}

.box_stay_plan_detail .room_btn p{
	    width: 100%;
    margin: 0 0 0px 0;
}

.box_stay_plan_detail .room_btn p img{
	    width: 100%;
}

}


/*sec04*/
#sec04{
	width: 100%;
	background:#FAFAF5;
	    margin: 0px auto 0 auto;
		padding: 100px 0;
}

#sec04 .box_spgr{
	background: #FDB315;
	border-radius: 20px;
	width: 50%;
    margin: 0 auto 30px auto;
	max-width: 650px;
	padding: 50px 30px 50px 30px;
}

#sec04 .box_spgr h2{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

#sec04 .box_spgr p{
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 0 0 15px 0;
}

#sec04 .box_spgr a{
	color: #fff;
	font-size: 20px;
	text-align: center;
	    display: block;
}

@media screen and (max-width: 800px) {

#sec04{
	width: 100%;
	background:#FAFAF5;
	    margin: 0px auto 0 auto;
		padding: 50px 0;
}
#sec04 .box_spgr{
	background: #FDB315;
	border-radius: 20px;
	width: 70%;
    margin: 50px auto 50px auto;
	max-width: 650px;
	padding: 50px 30px 50px 30px;
}


#sec04 .box_spgr h2{
	color: #fff;
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

#sec04 .box_spgr p{
	color: #fff;
	font-size: 4vw;
	text-align: center;
	margin: 0 0 15px 0;
}

#sec04 .box_spgr a{
	color: #fff;
	font-size: 4vw;
	text-align: center;
	    display: block;
}

#sec04 .box_spgr a img{
	width: 100%;
}

}


/*sec05*/
#sec05{
	width: 100%;
	background:#FAFAF5;
	    margin: 0px auto 0 auto;
		padding: 0 0 50px 0;
}

#sec05 h2{
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	
}

#sec05 h2 img,
#sec05 h3 img{
	width: 100%;
}

#sec05 .box_drink{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto 0 auto;
}

#sec05 .box_drink .item{
	width: 25%;
	margin: 0 20px;
}

#sec05 .box_drink .item .icon{
	width: 100px;
    color: #fff;
    text-align: center;
    margin: 0 auto 30px auto;
}

#sec05 .box_drink .item .item_in_01,
#sec05 .box_drink .item .item_in_02{
	padding: 30px 0;
}

#sec05 .box_drink .item .item_in_01{
	border-bottom: #F4C633 5px solid;
	border-top:  #F4C633 5px solid;
}

#sec05 .box_drink .item .item_in_02{
	border-bottom:#1D6BC2 5px solid;
	border-top:  #1D6BC2 5px solid;
}

#sec05 .box_drink .item .item_in_01 img,
#sec05 .box_drink .item .item_in_02 img{
	width: 100%;
}

#sec05 .box_drink .item .item_in_01 p,
#sec05 .box_drink .item .item_in_02 p{
	font-size: 22px;
	text-align: center;
}

#sec05 .box_drink .item .item_in_01 p.txt_01{
	color: #F4C633;
	font-size: 28px;
}

#sec05 .box_drink .item .item_in_02 p.txt_02{
	color: #1D6BC2;
	font-size: 28px;
}


#sec05 .box_drink_txt{
	    width: 50%;
    margin: 50px auto 50px auto;
	
}

#sec05 .box_drink_txt p{
	font-size: 30px;
	color: #505050;
	font-weight: bold;
padding: 0 0 0 0px;
}

#sec05 ul{
    width:100%;
    margin: 40px auto 0 auto;
	padding:  0 0 0 20px;
}
#sec05 ul li{
	font-size: 20px;
	list-style: disc;
}

@media screen and (max-width: 800px) {

#sec05 .box_drink{
	display: block;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto 0 auto;
}

#sec05 .box_drink .item{
	width: 90%;
	margin: 0 auto 50px auto;
}


#sec05 .box_drink .item .item_in_01 p,
#sec05 .box_drink .item .item_in_02 p{
	font-size: 4vw;
	text-align: center;
}

#sec05 .box_drink .item .item_in_01 p.txt_01{
	color: #F4C633;
	font-size: 6vw;
}

#sec05 .box_drink .item .item_in_02 p.txt_02{
	color: #1D6BC2;
	font-size: 6vw;
}

#sec05 .box_drink_txt{
	         width: 80%;
        margin: 50px auto 50px auto;
	
}

#sec05 .box_drink_txt p{
	font-size: 4vw;
        color: #505050;
        font-weight: bold;
        padding: 0 0 20px 0px;
}

#sec05 ul{
    width: 100%;
        margin: 20px auto 0 auto;
}
#sec05 ul li{
	        font-size: 4vw;
        list-style: disc;
}



}


/*footer*/

footer{
	width: 100%;
    text-align: center;
    padding: 80px 0 0px 0;
    background: url(../images/bg_b.png) repeat #FAFAF5;
}

.box_foot{
	width: 100%;
	margin: 0 auto;
}

footer .foot_logo{
	
}

footer .foot_logo p{
	text-decoration: underline;
	font-size: 35px;
	font-weight: bold;
	margin: 30px 0 30px 0;
}
footer .copy-name{
	 font-size: 20px;
	 margin: 0 auto 80px auto;
}
footer .hotel-name{
	text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
}

footer .sns-nameE{
	text-align: center;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.4;
}

footer .sns-nameJ{
	text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
}

footer .sns-ico-set{
	display: flex;
    
    justify-content: center;
    margin: 20px auto 30px auto;
}

footer .sns-ico-set li{
	margin: 0 30px;
}



footer .notes-foot-tit{
	 font-size: 30px;
        text-align: center;
}

footer .notes-foot{
	 font-size: 20px;
        text-align: center;
}

.hotel-links {
    display: flex;
    padding: 0;
        justify-content: center;
    margin: 50px auto;
    list-style: none;
}

.hotel-links li {
    height: 50px; 
	font-size: 20px;
    border-left: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    display: flex; 
    align-items: center; 
    padding: 0 50px; 
	color: #505050;
}

.hotel-links a {
    text-decoration: none;
    color: #505050; 
    display: block; 
}


footer .copyright{
	background: #fff;
	text-align: center;
	padding: 20px 0; 
	font-size: 16px;
}

@media screen and (max-width: 800px) {

footer{
	width: 100%;
    text-align: center;
    padding: 50px 0 0px 0;
    background: url(../images/bg_b.png) repeat #FAFAF5;
}

.box_foot{
	width: 100%;
	margin: 0 auto;
}

footer .foot_logo{
	
}

footer .foot_logo img{
	width: 80%;
}


footer .foot_logo p{
	text-decoration: underline;
	font-size: 4vw;
	font-weight: bold;
	margin: 30px 0 30px 0;
}
footer .copy-name{
	 font-size: 12px;
	 margin: 0 auto 50px auto;
}
footer .hotel-name{
	text-align: center;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.4;
}

footer .sns-nameE{
	text-align: center;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.4;
}

footer .sns-nameJ{
	text-align: center;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.4;
}

footer .sns-ico-set{
	display: flex;
    
    justify-content: center;
    margin: 20px auto 30px auto;
}

footer .sns-ico-set li{
	margin: 0 10px;
}



footer .notes-foot-tit{
	 font-size: 4vw;
        text-align: center;
}

footer .notes-foot{
	 font-size: 4vw;
        text-align: center;
}

.hotel-links {
    display: block;
    padding: 0;
        justify-content: center;
    margin: 20px auto;
    list-style: none;
	width: 80%;
}

.hotel-links li {
            height: 50px;
        font-size: 4vw;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        display: flex;
        align-items: center;
		justify-content: center;
        padding: 0 10px;
		margin: 0 0 10px 0;
        color: #505050;
}

.hotel-links a {
    text-decoration: none;
    color: #505050; 
    display: block; 
}


footer .copyright{
	background: #fff;
	text-align: center;
	padding: 20px 0; 
	font-size: 12px;
}


}


/* 共通 */
.fade-in {
  opacity: 0;
  visibility: hidden;
  /*transition: opacity 0.3s ease-out, transform 0.3s ease-out;*/
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), 
            transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.fade-in {
  will-change: opacity, transform;
}


/* その場でフェードイン */
.fade-in-center {
  transform: scale(1.0); /* ちょっと縮めておく */
}
.fade-in-center.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition-delay: 0.3s;
}

/* その場でフェードイン 拡大あり */
.fade-in-center-big {
  transform: scale(0.9); /* ちょっと縮めておく */
}
.fade-in-center-big.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition-delay: 0.3s;
}

/* 左からフェードイン */
.fade-in-left {
  transform: translateX(-50px);
}
.fade-in-left.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0.3s;
}

/* 右からフェードイン */
.fade-in-right {
  transform: translateX(50px);
}
.fade-in-right.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0.3s;
}

/* 下からフェードイン */
.fade-in-bottom {
  transform: translateY(50px);
}
.fade-in-bottom.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0.3s;
}

/* 上からフェードイン */
.fade-in-top {
  transform: translateY(-50px);
}
.fade-in-top.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0.3s;
}
