@charset "UTF-8";
/* CSS Document */
/*--------------------
01.共通
02.ヘッダー
03.フッター
04.下層
05.wp投稿
--------------------*/

/*----------
01.共通
----------*/
body{
-webkit-font-smoothing: antialiased;
}
#wrapper{
width: 100%;
overflow: hidden;
font-display: optional;
font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-size: 16px;
background: #fff;
color: #333333;
}
.contents_in{
max-width: 1164px;
width: 100%;
margin: 0 auto;
}
.ib {
display: inline-block;
}
a{
color: #333;
}
a:hover{
color:#333;
}
a:link{
color:#333;
}
img{
width: 100%;
height: auto;
display: block;
}
#_smartnews_ads_conversion_img_b0694{
height: 0;
width: 0;
}
*{
box-sizing: border-box;
}
.hover-opacity {
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.hover-opacity:focus {
  text-decoration: none;
}
@media(hover:hover){
    .hover-opacity-img img {
      -webkit-transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .hover-opacity-img:hover img {
      opacity: 0.7;
    }
    .hover-opacity:hover {
        opacity: 0.7;
        text-decoration: none;
    }
}
.ib {
display: inline-block;
}
/*パンくずリスト*/
.pankuzu_area{
padding: 23px 0 19px;
}
.pankuzu_area .contents_in{
max-width: 1210px;
width: 100%;
margin: 0 auto;
}
.pankuzu_area ul{
display: flex;
-webkit-display: flex;
-moz-display: flex;
-o-display: flex;
-ms-display: flex;
align-items: start;
-webkit-align-items: start;
-moz-align-items: start;
-o-align-items: start;
-ms-align-items: start;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-o-flex-wrap: wrap;
-ms-flex-wrap: wrap;
font-size: 12px;
line-height: 20px;
}
.pankuzu_area ul li{
color: #fff;
}
.pankuzu_area ul li a{
color: #fff;
position: relative;
}
.pankuzu_area li a::after{
content: "＞";
display: inline-block;
margin: 0 5px;
}
/* 前売りチケットタグ */

.mainvisual_info_box {
position: fixed;
right: 0;
top: auto;
bottom: 0;
z-index: 100;
}
.mainvisual_info_box.hide{
opacity: 0;
visibility: hidden;
transition: all .5s;
}
.mainvisual_info_box.show{
opacity: 1;
visibility: visible;
transition: all .5s;
}
.mainvisual_info {
width: 76px;
height: 223px;
background: url("../img/img_ticket.png?2002041047");
background-size: cover;

/* top: 35.8%; */
/* right: 0; */
color: #fff;
text-align: center;
z-index: 3;
/* position: fixed; */
/* top: auto;
bottom: 0; */
}
.mainvisual_info.coupon.pc{
height: 250px;
}
.mainvisual_info.coupon.pc .mainvisual_info_item{
font-size: 16px;
}
.mainvisual_info.active{

}
.mainvisual_info a {
display: block;
width: 100%;
height: 100%;
color: #fff;
}
.mainvisual_info:hover {
opacity: 0.7;
}
.mainvisual_info_item {
display: inline-block;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-size: 20px;
line-height: 22px;
font-weight: 600;
margin: 60px auto 0;
}
.mainvisual_info.private_bath_info{
height: 280px;
margin: 16px 0 0;
background-image: url("../img/img_ticket_provate_bath.png");
}
.mainvisual_info.private_bath_info .mainvisual_info_item {
margin: 70px auto 0;
color: #27345C;
}


/*----------
02.ヘッダー
----------*/
header{
font-family: 'Noto Sans JP', serif;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10;
background: #fff;
}
#header {
z-index: 999;
}
#header_top{
background: transparent;
display: flex;
height: 115px;
padding-top: 32px;
width: 100%;
}
#header_top .contents_in{
max-width: 100%;
padding: 0 2.6%;
display: flex;
align-items: start;
justify-content: space-between;
width: 100%;
}
#header_top .logo{
filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.3));
margin-left: clamp(20px, 3.6vw,58px);
max-width: 166px;
min-width: 100px;
padding: 20px 0;
width: 14%;
}
#header_top .header_top_nav{
padding: 11px 0 0;
display: flex;
align-items: center;
justify-content: flex-end;
max-width: 900px;
margin-left: auto;
padding-top: 0;
width: 100%;
}
#header_top .header_top_nav ul{
align-items: start;
display: flex;
margin-left: auto;
width: 100%;
}
#header_top .header_top_nav .header_top_nav_li{
font-size: 12px;
line-height: 18px;
color: #000000;
margin: 0 0 0 30px;
font-weight: 500;
}
#header_top .header_top_nav .header_top_nav_li a{
color: #000000;
}
#header_top .header_top_nav li.header_top_nav_li::before{
content: "";
display: inline-block;
background-repeat: no-repeat;
background-position: left center;
vertical-align: top;
background-size: 100% auto;
width: 18px;
height: 18px;
background-image: url(../img/icon01_faq.png);
margin: 0 6px 0 0;
}
#header_top .header_top_nav .language_area{
position: relative;
}
#header_top .header_top_nav .language_area .language_btn{
aspect-ratio: auto 110 / 19;
display: block;
height: 19px;
font-size: 11px;
cursor: pointer;
width: 40px;
}
#header_top .header_top_nav .language_area .language_btn::before,#header_top .header_top_nav .language_area .language_btn::after{
content: "";
display: inline-block;
background-repeat: no-repeat;
background-position: left center;
}
#header_top .header_top_nav .language_area .language_btn::before{
vertical-align: middle;
width: 16px;
height: 16px;
background-image: url(../img/icon01_language.png);
background-size: 100% auto;
margin: 0 4px 0 0;
}
#header_top .header_top_nav .language_area .language_btn::after{
aspect-ratio: auto 9 / 9;
vertical-align: middle;
width: 9px;
height: 9px;
background-image: url(../img/arrow_bottom01.png);
background-size: 100% auto;
margin: 0 0 0 7px;
}
#header_top .header_top_nav .language_area .language_box ul{
display: block;
}
#header_top .header_top_nav .language_area .language_box li{
border-radius: 3px;
border: 2px solid #27335C;
background: url(../img/bg_explorenav_sp.png) repeat center center;
background-size: 70px auto;
background-color: #fff;
margin: 0 0 5px;
}
#header_top .header_top_nav .language_area .language_box li a{
display: inline-block;
width: 100%;
font-size: 12px;
line-height: 12px;
padding: 5px 8px;
font-weight: 700;
}
header nav{

}
header .nav_in{
max-width: 1280px;
width: 100%;
background: #fff;
margin: 0 auto;
display: flex;
align-items: start;
justify-content: center;
}
header .nav_in li{
max-width: 170px;
width: 14%;
border-right: 1px solid #EDEEF2;
transition: all .3s;
}
header .nav_in li:last-child{
border-right: none;
}
header .nav_in li a{
text-align: center;
width: 100%;
display: inline-block;
padding: 6px 0 0;
border-bottom: 8px solid #666;
}
header .nav_in li a .nav_icon{
max-width: 116px;
margin: 0 auto;
padding: 0 0 6px;
}
header .nav_in li a span{
display: inline-block;
font-weight: 600;
font-size: 14px;
line-height: 12px;
letter-spacing: 0.08em;
color: #27345C;
padding: 0 0 6px;
}
header .nav_in li a.blank_link span{
position: relative;
padding: 0 16px 6px;
}
header .nav_in li a.blank_link span::after{
content: "";
display: block;
width: 11px;
height: 11px;
background: url(../img/icon_blank.png) no-repeat center center;
background-size: 100% auto;
position: absolute;
top: 4px;
right: 0px;
}
header .nav_in li.explore_nav a{
border-bottom-color: #CBB91D;
}
header .nav_in li.restaurant_nav a{
border-bottom-color: #A33741;
}
header .nav_in li.howto_nav a{
border-bottom-color: #10531F;
}
header .nav_in li.events_nav a{
border-bottom-color: #8D7CA5;
}
header .nav_in li.price_nav a{
border-bottom-color: #4F9D7F;
}
header .nav_in li.coupon_nav a{
border-bottom-color: #BD7B2E;
}
header .nav_in li.hotel_nav a{
border-bottom-color: #27315C;
}
header .nav_in li.baytower_nav a{
border-bottom-color: #935602;
}
header .nav_in li.access_nav a{
border-bottom-color: #84BBC1;
}
header .nav_in li.summer_nav a{
border-bottom-color: #0F8198;
}
header .nav_in li.active a span,header .nav_in li:hover a span{
color: #fff;
}
header .nav_in li.explore_nav.active,header .nav_in li:hover.explore_nav{
background: #CBBA1D;
}
header .nav_in li.restaurant_nav.active,header .nav_in li:hover.restaurant_nav{
background: #A33741;
}
header .nav_in li.howto_nav.active,header .nav_in li:hover.howto_nav{
background: #10531F;
}
header .nav_in li.events_nav.active,header .nav_in li:hover.events_nav{
background: #8D7CA5;
}
header .nav_in li.price_nav.active,header .nav_in li:hover.price_nav{
background: #4F9D7F;
}
header .nav_in li.coupon_nav.active,header .nav_in li:hover.coupon_nav{
background: #BD7B2E;
}
header .nav_in li.hotel_nav.active,header .nav_in li:hover.hotel_nav{
background: #27315C;
}
header .nav_in li.baytower_nav.active,header .nav_in li:hover.baytower_nav{
background: #935602;
}
header .nav_in li.access_nav.active,header .nav_in li:hover.access_nav{
background: #84BBC1;
}
header .nav_in li.baytower_nav a span.first{
color: #AD914C;
}
header .nav_in li.summer_nav.active,header .nav_in li:hover.summer_nav{
background: #0F8198;
}
header nav .nav_in .small_nav_area{
display: none;
position: absolute;
top: 137px;
width: 100%;
left: 0;
background: #ddd;
z-index: 10;
padding: 25px 0 26px;
}
header nav .nav_in .small_nav_area ul{
max-width: 1009px;
margin: 0 auto;
display: flex;
align-items: start;
flex-wrap: wrap;	
justify-content: center;
}
header nav .nav_in .small_nav_area li{
max-width: 191px;
width: 100%;
border: none;
}
header nav .nav_in .small_nav_area li a{
padding: 0;
border-bottom: none;
text-align: left;
}
header nav .nav_in .small_nav_area li a img{
display: inline-block;
vertical-align: middle;
}
header nav .nav_in .small_nav_area li a span{
display: inline-block;
vertical-align: middle;
padding: 0;
transition: all .3s;
}
header nav .nav_in .explore_nav .small_nav_area{
background: #CBB91D;
padding: 25px 0 15px;
}
header nav .nav_in .explore_nav .small_nav_area ul{
/*max-width: 1025px;*/
max-width: 819px;
}
header nav .nav_in .explore_nav .small_nav_area li{
max-width: 191px;
/*width: 18.64%;
margin: 0 0.68% 11px;*/
width: 23.3%;
margin: 0 0.85% 11px;
border-radius: 2px;
border: 1px solid #CBB91D;
background: #fff;
transition: auto;
}
header nav .nav_in .explore_nav .small_nav_area li a{
padding: 0;
border-bottom: none;
text-align: left;
}
header nav .nav_in .explore_nav .small_nav_area:first-of-type li a{
display: flex;
min-height: 43px;
align-items: center;
}
/*画像サイズ*/
header nav .nav_in .explore_nav .small_nav_area:first-of-type li:first-of-type a img{
max-width: 35.86px;
margin-left: 5.4px;
margin-right: 6.7px;
}
header nav .nav_in .explore_nav .small_nav_area:first-of-type li:nth-of-type(2) a img{
max-width: 41.36px;
margin-left: 5.6px;
margin-right: 0.9px;
}
header nav .nav_in .explore_nav .small_nav_area:first-of-type li:nth-of-type(3) a img{
max-width: 31.29px;
margin-left: 7.3px;
margin-right: 9.4px;
}
header nav .nav_in .explore_nav .small_nav_area:first-of-type li:nth-of-type(4) a img{
max-width: 35.65px;
margin-left: 7.8px;
margin-right: 4.6px;
}
header nav .nav_in .explore_nav .small_nav_area:first-of-type li:nth-of-type(5) a img{
max-width: 29.35px;
margin-left: 9.6px;
margin-right: 9px;
}
header nav .nav_in .explore_nav .small_nav_area:first-of-type li:nth-of-type(6) a img{
max-width: 49.43px;

}
header nav .nav_in .explore_nav .small_nav_area:first-of-type li:nth-of-type(7) a img{
max-width: 39.32px;
margin-left: 6.4px;
margin-right: 2.2px;
}
header nav .nav_in .explore_nav .small_nav_area:first-of-type li:nth-of-type(8) a img{
max-width: 38px;
margin-left: 4px;
margin-right: 6px;
}
header nav .nav_in .explore_nav .small_nav_area:first-of-type li:nth-of-type(9) a img{
max-width: 42.25px;
margin-left: 4.7px;
margin-right: 1.1px;
}
header nav .nav_in .explore_nav .small_nav_area:first-of-type li:nth-of-type(10) a img{
max-width: 34.05px;
margin-left: 3px;
margin-right: 7px;
}
header nav .nav_in .explore_nav .small_nav_area:first-of-type li:nth-of-type(11) a img{
max-width: 36px;
margin-left: 5px;
margin-right: 7px;
}
header nav .nav_in .explore_nav .small_nav_area:first-of-type li:nth-of-type(12) a img{
max-width: 36.36px;
margin-left: 4.9px;
margin-right: 6.7px;
}
/*テキスト調整*/


header nav .nav_in .explore_nav .small_nav_area li a img{
max-width: 50px;
width: 100%;
}
header nav .nav_in .explore_nav .small_nav_area li a span{
display: inline-block;
vertical-align: middle;
margin: 0 0 0 -3px;
padding: 0;
font-size: 15px;
color: #000;
letter-spacing: -0.05em;
transition: all .3s;
}
header nav .nav_in .restaurant_nav .small_nav_area{
background: #A33741;
padding: 25px 0 15px;
}
header nav .nav_in .restaurant_nav .small_nav_area ul{
max-width: 861px;
}
header nav .nav_in .restaurant_nav li{
/* max-width: 191px; */
max-width: none;
/*width: 31.97%;*/
width: 23%;
background: url(../img/bg_header_resturantnav.jpg) no-repeat left top;
background-size: cover;
border-radius: 3px 3px 0 0;
margin: 0 0.68% 11px;
transition: auto;
}
header nav .nav_in .restaurant_nav li a{
padding: 11px 0 12px;
font-size: 15px;
font-weight: 700;
color: #fff;
text-shadow: 0 1px 3px rgba(0,0,0,.59);
text-align: center;
border-bottom: 5px solid #fff;
}
header nav .nav_in .howto_nav .small_nav_area{
background: #10531F;
padding: 26px 0 14px;
}
header nav .nav_in .howto_nav .small_nav_area ul{
max-width: 1032px;
}
header nav .nav_in .howto_nav li{
background: url(../img/bg_header_howtonav.jpg) no-repeat center top;
background-size: cover;
max-width: 194px;
width: 18.8%;
margin: 0 0.6% 11px;
transition: auto;
}
header nav .nav_in .howto_nav .small_nav_area li a img{
/*max-width: 63px;*/
width: 19%;
}
header nav .nav_in .howto_nav .small_nav_area li a span{
color: #fff;
font-weight: 700;
font-size: 15px;
letter-spacing: normal;
text-shadow: 0 1px 3px rgba(0,0,0,.59);
margin: 0 0 0 5px;
padding:10px 0 11px;
}
header nav .nav_in .howto_nav .small_nav_area li:nth-child(3) a span{
margin: 0;
font-size: 14px;
}
header nav .nav_in .events_nav .small_nav_area{
background: #8D7CA5;
padding: 26px 0 25px;
}
header nav .nav_in .events_nav .small_nav_area ul{
max-width: 861px;
width: 92%;
margin: 0 auto;
display: flex;
align-items: start;
justify-content: space-between;
}
header nav .nav_in .events_nav .small_nav_area li{
max-width: none;
width: 23%;
background: url(../img/bg_header_resturantnav.jpg) no-repeat left top;
background-size: cover;
border-radius: 3px 3px 0 0;
margin: 0 0.68% 11px;
transition: auto;
}
header nav .nav_in .events_nav .small_nav_area li a{
padding: 14px 0 12px;
font-size: 15px;
font-weight: 700;
color: #fff;
text-shadow: 0 0px 2px rgba(0,0,0,.46);
text-align: center;
border-bottom: 5px solid #fff;
}
header nav .nav_in .price_nav .small_nav_area{
background: #4F9D7F;
padding: 25px 0 15px;
}
header nav .nav_in .price_nav .small_nav_area ul{
max-width: 1025px;
}
header nav .nav_in .price_nav li{
max-width: none;
width: 18.64%;
background: url(../img/bg_header_resturantnav.jpg) no-repeat left top;
background-size: cover;
border-radius: 3px 3px 0 0;
margin: 0 0.68% 11px;
transition: auto;
}
header nav .nav_in .price_nav li a{
padding: 14px 0 12px;
font-size: 15px;
font-weight: 700;
color: #fff;
text-shadow: 0 0px 2px rgba(0,0,0,.46);
text-align: center;
border-bottom: 5px solid #fff;
}
header nav .nav_in .access_nav .small_nav_area{
background: #84BBC1;
padding: 26px 0 25px;
}
header nav .nav_in .access_nav .small_nav_area ul{
max-width: 861px;
}
header nav .nav_in .access_nav .small_nav_area li{
max-width: 267px;
width: 31.01%;
background: #fff;
margin: 0 1.16%;
transition: auto;
}
header nav .nav_in .access_nav .small_nav_area li a img{
max-width: 88px;
width: 27.77%;
margin: 0 5px 0 0;
}
header nav .nav_in .access_nav .small_nav_area li a span{
color: #84BBC1;
font-size: 15px;
font-weight: 700;
}
header nav .nav_in .access_nav .small_nav_area li:nth-child(2) a img{
max-width: 107px;
width: 33.76%;
margin: 0;
}
header nav .nav_in .access_nav .small_nav_area li:nth-child(3) a img{
max-width: 84px;
width: 26.5%;
margin: 0 19px 0 0;
}
@media only screen and (max-width:1120px){
    header .nav_in li a.blank_link span{
    padding: 0 16px 6px 0;
    }
    header .nav_in li a span{
    font-size: 13px;
    }
}
@media only screen and (max-width:1024px){
    /* #header_top .contents_in{
    padding: 10px 0px 9px;
    } */
    header .nav_in li a .nav_icon{
    max-width: 96px;
    padding: 0 5px;
    }
    header .nav_in li a span{
    font-size: 10px;
    }
    header .nav_in li a.blank_link span{
    padding: 0 12px 6px 0;
    }
    header .nav_in li a.blank_link span::after{
    width: 8px;
    height: 8px;
    }
    header nav .nav_in .small_nav_area{
    top: 123px;
    }
    
    header nav .nav_in .explore_nav .small_nav_area{
    padding: 25px 0 21px;
    }
    header nav .nav_in .explore_nav .small_nav_area ul{
    width: 94%;
    max-width: 786px;
    }
    header nav .nav_in .explore_nav .small_nav_area li{
    width: 24.32%;
    margin: 0 0.34% 5px;
    }
    header nav .nav_in .explore_nav .small_nav_area li a span{
    font-size: 14px;
    }
    header nav .nav_in .howto_nav .small_nav_area ul{
    max-width: 765px;
    width: 92%;
    }
    header nav .nav_in .howto_nav li{
    max-width: none;
    width: 32.13%;
    }
    header nav .nav_in .howto_nav .small_nav_area li a span{
    font-size: 14px;
    }
    header nav .nav_in .access_nav .small_nav_area li a{
    padding: 4px 0;
    }
    header nav .nav_in .access_nav .small_nav_area li a span{
    font-size: 16px;
    }
    header nav .nav_in .access_nav .small_nav_area li a img{
    width: auto;
    height: 40px;
    margin: 0;
    }
    header nav .nav_in .access_nav .small_nav_area li:nth-child(2) a img{
    width: auto;
    }
    header nav .nav_in .access_nav .small_nav_area li:nth-child(3) a img{
    width: auto;
    margin: 0;
    }    
}
/* ーーーー　newデザイン ーーーーー*/
#header_top .header_top_nav ul{
}
#header_top .header_top_nav > ul {
align-items: center;
margin-left: auto;
justify-content: flex-end;
position: relative;
}
#header_top .header_top_nav .header_top_nav_li,
#header_top .header_top_nav .header_top_nav_li a {
color: white;
}
#header_top .header_top_nav li.header_top_nav_li {
font-size: clamp(13px, 1.2vw, 16px);
letter-spacing: normal;
margin: 0 auto 0 0;
padding: 20px 0;
text-align: center;
}
#header_top .header_top_nav li.header_top_nav_li a {
display: inline-block;
overflow: hidden;
padding-bottom: 2px;
position: relative;
}
#header_top .header_top_nav li.header_top_nav_li > a,
#header_top .header_top_nav li.language_area {
filter: drop-shadow(0px 1px 4px rgba(0,0,0,0.5));
}
#header_top .header_top_nav li.header_top_nav_li > a::before {
background: #fff;
bottom: 0;
content: '';
display: block;
left: 0;
right: 0;
height: 1px;
position: absolute;
transform: translateX(-100%);
transform-origin: left center;
transition: transform 0.3s ease-out;
width: 100%;
}
#header_top .header_top_nav li.header_top_nav_li::before {
content: unset;
}
#header_top .header_top_nav li.header_top_nav_li:hover > a:before {
transform: translateX(0);
transform-origin: right center;
}
#header_top .header_top_nav li.header_top_nav_li:hover > a~.small_nav_area {
display: block;
opacity: 1;
visibility: visible;
z-index: 99;
}
.small_nav_area {
color: white;
max-width: calc(100vw - 20px);
opacity: 0;
position: absolute;
padding-top: 16px;
transition: opacity 0.5s ease-out, transform 0.5s ease-out, visibility 0.5s ease-out;
visibility: hidden;
left: 50%;
transform: translateX(-10%);
right: 0;
margin: 0 0 0 -380px;
max-width: 100%;
width: 760px;
z-index: -1;
}
.small_nav_area-inner {
background: rgba(64, 63, 62, 0.9);
border-radius: 20px;
padding: 40px;
}
.small_nav_area-header {
align-items: center;
border-bottom: 1px solid #797979;
font-size: 21px;
display: flex;
justify-content: space-between;
margin-bottom: 15px;
margin-right: 13px;
padding-bottom: 28px;
}
.small_nav_area-ttl {
font-size: 21px;
}
.small_nav_area-ttl .icon {
display: inline-block;
margin-right: 15px;
vertical-align: middle;
}
.small_nav_area-ttl .icon.-onsen {
width: 28px;
}
.small_nav_area-ttl .icon.-cutlery {
width: 28px;
}
.small_nav_area-ttl .icon.-yen {
width: 35px;
}
.small_nav_area-ttl .icon.-calendar {
width: 30px;
}
.small_nav_area-ttl .icon.-pin {
width: 20px;
}
.small_nav_area-link {
font-size: 14px;
line-height: 1.1;
padding-right: 30px;
position: relative;
}
.small_nav_area-link:after {
background: url(../img/nav-arrow-white.svg) left top no-repeat;
background-size: 100% 100%;
bottom: 0;
content: '';
display: block;
height: 14px;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 14px;
}
#header_top .small_nav_area ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
#header_top .small_nav_area ul:before,
#header_top .small_nav_area ul:after {
content: '';
display: block;
order: 1;
width: calc(30% - 10px);
}
#header_top .small_nav_area ul li {
color: white;
margin-top: 1em;
width: calc(30% - 10px);
font-size: 16px;
}
#header_top .small_nav_area ul li:nth-child(3n - 2) {
  width: calc(40% - 10px);
}
#header_top .header_top_nav .language_area{
filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.3));
margin: 20px 0;
position: relative;
}
#header_sp .header_sp_top .language_area .language_btn {
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
#header_top .header_top_nav li.header_top_nav_li .small_nav_area ul li a {
align-items: center;
color: white !important;
position: relative;
display: flex;
/* max-width: 215px; */
max-width: 255px;
padding-right: 20px;
text-align: left;
width: 100%;
}
#header_top .header_top_nav li.header_top_nav_li .small_nav_area ul li a:after {
background: url(../img/nav-arrow-white.svg) left top no-repeat;
background-size: 100% 100%;
content: '';
display: block;
height: 14px;
position: absolute;
right: 0;
top: 4px;
width: 14px;
}
#header_top .header_top_nav li.header_top_nav_li .small_nav_area ul li a .small_text {
  font-size: 0.8em;
}
#header_top .header_top_nav li.header_top_nav_li.access .small_nav_area ul {
justify-content: flex-start;
}
#header_top .header_top_nav li.header_top_nav_li.access .small_nav_area ul li {
width: 40%;
margin-right: 8%;
}
#header_top .header_top_nav li.header_top_nav_li.access .small_nav_area ul li a {
max-width: 202px;
}
#header_top .header_top_nav li.header_top_nav_li.access .small_nav_area ul li img {
margin-right: 6px;
width: auto;
}
#header_top .small_nav_area-body {
display: flex;
justify-content: space-between;
}
#header_top .small_nav_area-body ul {
margin: 0;
width: calc(60% - 45px);
}
#header_top .small_nav_area-body ul:before,
#header_top .small_nav_area-body ul:after {
width: 50%;
}
#header_top .small_nav_area-body ul li,
#header_top .small_nav_area-body ul li:nth-child(3n - 2) {
width: calc(50% - 10px);
}
#header_top .small_nav_area-body ul li a {
max-width: 146px;
}
#header_top .small_nav_area-body picture {
display: block;
width: 40%;
}
#header_top .header_top_nav .language_area .language_btn {
margin: 0;
}
#header_top .header_top_nav .language_area .language_btn::before, 
#header_top .header_top_nav .language_area .language_btn::after {
content: "";
display: inline-block;
background-repeat: no-repeat;
background-position: left center;
}
#header_top .header_top_nav .language_area .language_btn::before {
background-image: url(../img/icon-language.svg);
background-size: 100% auto;
vertical-align: middle;
width: 16px;
height: 16px;
margin: 0 4px 0 0;
}
#header_top .header_top_nav .language_area .language_btn::after,
#header_top .header_top_nav .language_area .language_btn .icon-arrows {
background-image: url(../img/icon-down.svg);
}
#header_top .header_top_nav .language_area .language_box {
display: none;
margin-top: 5px;
position: absolute;
right: 0;
top: 20px;
width: 96px;
z-index: 1;
}
#header_top .header_top_nav .language_area .language_box li {
background: rgba(64, 63, 62, 0.9);
border: none;
}
#header_top .header_top_nav .language_area .language_box li a {
color: white;
padding: 8px;
}
/* bw用 */
#header_top .small_nav_area ul li.nav_bw {
    margin-top: 1.5em;
    position: relative;
    width: 100%;
}
#header_top .small_nav_area ul li.nav_bw:before {
    background-color: #B797CF;
    border-radius: 8px;
    content: '';
    display: block;
    height: calc(100% + 20px);
    left: -10px;
    opacity: 0.6;
    position: absolute;
    top: -10px;
    width: calc(100% + 20px);
}
#header_top .header_top_nav li.header_top_nav_li .small_nav_area ul li.nav_bw a {
    max-width: 100%;
    position: relative;
    width: 100%;
}
/* fixed */
#header.js-main {
opacity: 0;
position: fixed;
transition: opacity 0s ease-out, transform 0.5s ease-out;
transform: translateY(-110%);
}
#header.js-fixed {
background-color: #fff;
transform: translateY(0);
transition: 0.5s ease-out;
opacity: 1;
position: fixed;
}
#header.js-fixed #header_top {
background: #fff url(../img/header-line.webp) left top no-repeat;
background-size: auto 6px;
box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
#header.js-fixed #header_top .logo {
filter: none;
}
#header.js-fixed #header_top .logo img {
display: none;
}
#header.js-fixed #header_top .logo a:before {
background: url(../img/logo01.png) left center no-repeat;
background-size: contain;
content: '';
height: 47px;
width: 100%;
display: block;
}
@media only screen and (max-width: 750px) {
    header.active{
        height: 100%;
    }
    #header {
        background-color: transparent;
    }
    #header_top .contents_in {
        align-items: center;
        max-width: 100%;
        padding: 0 20px;
    }
    #header_top {
        height: 67px;
        padding-top: 20px;
    }
    #header_top .logo {
        opacity: 1;
        margin: 0 0 0 20px;
        max-width: 120px;
        padding: 0;
        width: 38%;
    }
    .top_nav #header_top .logo {
        opacity: 1;
        padding: 0;
    }
    #header_top .header_top_nav .language_area {
        margin: 0;
    }
    #header_sp .header_sp_top  .language_area{
        position: relative;
    }
    #header_sp .header_sp_top  .language_area .language_btn{
    display: block;
    font-size: 12px;
    cursor: pointer;
    }
    #header_sp .header_sp_top .language_area .language_btn::before,#header_sp .header_sp_top .language_area .language_btn::after{
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    }
    #header_sp .header_sp_top .language_area .language_btn::before{
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background-image: url(../img/icon01_language.png);
    background-size: 100% auto;
    margin: 0 5px 0 0;
    }
    #header_sp .header_sp_top .language_area .language_btn::after{
    vertical-align: middle;
    width: 6px;
    height: 9px;
    background-image: url(../img/arrow_bottom01.png);
    background-size: 100% auto;
    margin: 0 0 0 10px;
    }
    #header_sp .header_sp_top .language_area .language_box{
    margin: 0 auto;
    max-width: 420px;
    position: relative;
    width: calc(100% - 10px);
    z-index: 1;
    }
    #header_sp .header_sp_top .language_area .language_box ul{
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    max-width: 470px;
    }
    #header_sp .header_sp_top .language_area .language_box li{
    border-radius: 0;
    /* border: 2px solid #27335C;
    background: url(../img/bg_explorenav_sp.png) repeat center center;
    background-size: 70px auto;
    background-color: #fff; */
    margin: 0 0 3px;
    width: 20%;
    }
    #header_sp .header_sp_top .language_area .language_box li a{
    align-items: center;
    background: url(../img/bg_explorenav_sp.png) repeat center center;
    background-size: 70px auto;
    background-color: #fff;
    border-bottom: 1px solid #4b4832;
    border-right: 1px solid #4b4832;
    border-top: 1px solid #4b4832;
    border-radius: 0;
    color: #4b4832;
    display: flex;
    height: 100%;
    font-size: 12px;
    font-weight: 700;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 12px;
    padding: 6px 3px;
    text-align: center;
    width: 100%;
    }
    #header_sp .header_sp_top .language_area .language_box li:first-child a {
    border-left: 1px solid #4b4832;
    border-radius: 5px 0 0 5px;
    }
    #header_sp .header_sp_top .language_area .language_box li:last-child a{
    border-radius: 0 5px 5px 0;
    }
    #header_sp .header_sp_top .language_area .language_box li.active a{
    background: #4b4832;
    color: #fff;
    pointer-events: none;
    }
    #header_top .header_top_nav {
        margin-right: 15px;
    }
    #header_top .nav_btn {
        background-color: transparent;
        cursor: pointer;
        color: white;
        font-size: 9px;
        letter-spacing: -0.95px;
        text-align: center;
        max-width: 42px;
    }
    /* #header_top .nav_btn:before {
        background: url(../img/icon-menu.svg) left top no-repeat;
        background-size: cover;
        content: '';
        display: block;
        height: 42px;
        margin-bottom: 3px;
        width: 42px;
    } */

    /* header_sp */
    header #header_sp {
        background: #fff url(../img/header-line.webp) left top no-repeat;
        background-size: auto 6px;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow-y: auto;
        position: absolute;
        top: 0;
        /* transition: 0.3s ease-out; */
        /* transition-delay: 0s, 0s, 0s; */
        visibility: hidden;
        width: 100%;
        z-index: -1;
        padding: 0;
    }
    header.active #header_sp {
        transition: 0.3s ease-out;
        transition-delay: 0s, 0s, 0s;
        opacity: 1;
        visibility: visible;
        z-index: 999;
    }
    #header_sp .header_sp_top {
        padding: 30px 0 20px;
        height: auto;
        top: 0;
    }
    #header_sp .header_sp_top .contents_in {
        align-items: center;
        color: #4B4832;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #header_sp .header_sp_top .close_btn {
        cursor: pointer;
        height: 24px;
        /* font-size: 10px; */
        /* text-align: center; */
        margin-right: 13px;
        position: relative;
        width: 25px;
    }
    #header_sp .header_sp_top .close_btn::before {
        /* background: url(../img/menu-icon-close.svg) left top no-repeat;
        background-size: cover; */
        content: '';
        display: block;
        height: 24px;
        margin-bottom: 3px;
        width: 25px;
    }
    #header_sp .header_sp_top .close_btn::before,
    #header_sp .header_sp_top .close_btn::after {
        background-color: #000;
        bottom: 0;
        border-radius: 3px;
        content: '';
        display: block;
        height: 3px;
        margin: auto;
        position: absolute;
        top: 0;
        width: 25px;
    }
    #header_sp .header_sp_top .close_btn::before {
        transform: rotate(45deg);
    }
    #header_sp .header_sp_top .close_btn::after {
        transform: rotate(-45deg);
    }
    #header_sp .header_sp_top .close_btn span {
        font-size: 10px;
    }
    #header_sp .header_sp_top .language_area {
        margin-left: 10px;
        position: relative;
        width: calc(100% - 60px);
    }
    #header_sp .header_sp_top .language_area .language_btn {
        margin-right: 15px;
    }
    #header_sp .header_sp_top .language_area .language_btn::before {
        background-image: url(../img/icon-language-black.svg);
    }
    #header_sp .header_sp_top .language_area .language_btn::after {
        background-image: url(../img/arrow_bottom01.svg);
    }
    #header_sp .header_sp_middle .nav_in_sp > li {
        border-bottom: 1px solid #cecece;
    }
    #header_sp .header_sp_middle .nav_in_sp li a {
        color: #4b4832;
        font-size: 18px;
    }
    #header_sp .header_sp_middle .nav_in_sp li a .small_text {
      font-size: 0.8em;
    }
    #header_sp .header_sp_middle .nav_in_sp .small_nav_ttl a {
        font-size: 18px;
        font-weight: 500;
        display: flex;
        padding: 28px 28px 26px;
        position: relative;
    }
    #header_sp .header_sp_middle .nav_in_sp .small_nav_ttl {
        vertical-align: middle;
        width: auto;
    }
    #header_sp .header_sp_middle .nav_in_sp .facility_nav .small_nav_ttl {
        background: url(../img/menu-icon-onsen.svg) left 30px no-repeat;
        background-size: 20px auto;
    }
    #header_sp .header_sp_middle .nav_in_sp .restaurant_nav .small_nav_ttl {
        background: url(../img/menu-icon-cutlery.svg) left 30px no-repeat;
        background-size: 16px auto;
    }
    #header_sp .header_sp_middle .nav_in_sp .price_nav .small_nav_ttl {
        background: url(../img/menu-icon-yen.svg) left 30px no-repeat;
        background-size: 19px auto;
    }
    #header_sp .header_sp_middle .nav_in_sp .event_nav .small_nav_ttl {
        background: url(../img/menu-icon-calendar.svg) left 30px no-repeat;
        background-size: 22px auto;
    }
    #header_sp .header_sp_middle .nav_in_sp .access_nav .small_nav_ttl {
        background: url(../img/menu-icon-pin.svg) left 30px no-repeat;
        background-size: 13px auto;
    }
    #header_sp .header_sp_middle .nav_in_sp .coupon_nav .small_nav_ttl {
        background: url(../img/menu-icon-coupon.svg) left 30px no-repeat;
        background-size: 23px auto;
    }
    #header_sp .header_sp_middle .nav_in_sp .faq_nav .small_nav_ttl {
        background: url(../img/menu-icon-question.svg) left 30px no-repeat;
        background-size: 19px auto;
    }
    #header_sp .header_sp_middle .nav_in_sp .small_nav_ttl a:after {
        background: url(../img/menu-icon-arrow.svg) left top no-repeat;
        background-size: 100% 100%;
        content: '';
        display: block;
        height: 14px;
        position: absolute;
        right: 0;
        width: 14px;
    }
    #header_sp .header_sp_middle .nav_in_sp .small_nav_ttl.js-navParent {
        cursor: pointer;
        position: relative;
    }
    #header_sp .header_sp_middle .nav_in_sp .small_nav_ttl.js-navParent a {
        display: inline-flex;
    }
    #header_sp .header_sp_middle .nav_in_sp .small_nav_ttl.js-navParent a:after {
        content: unset;
    }
    #header_sp .header_sp_middle .nav_in_sp .small_nav_ttl.js-navParent:after {
        background: url(../img/menu-icon-down.svg) left center no-repeat;
        background-size: 22px 22px;
        bottom: 0;
        content: '';
        display: block;
        height: 100%;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        transition: 0.4s;
        width: 22px;
    }
    #header_sp .header_sp_middle .nav_in_sp .small_nav_ttl._open.js-navParent:after {
        transform: scale(1,-1);
    }
    #header_sp .header_sp_middle .small_nav_box {
        display: none;
    }
    #header_sp .header_sp_middle .small_nav_box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 28px 25px;
    }
    #header_sp .header_sp_middle .small_nav_box li {
        font-size: 13px;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 15px;
        width: 47%;
    }
    #header_sp .header_sp_middle .small_nav_box li a {
        background: url(../img/menu-icon-arrow.svg) right center no-repeat;
        background-size: 11px 11px;
        display: block;
        font-size: 13px;
        padding-right: 16px;
    }
    #header_sp .header_sp_middle,
    #header_sp .header_sp_bottom {
        background-color: #fff;
        padding: 0 25px;
    }
    #header_sp .header_sp_bottom,
    #header_sp .header_sp_link {
        margin: 48px 0;
    }
    #header_sp .header_sp_bottom .button-around {
        margin-bottom: 13px;
    }
    #header_sp .header_sp_bottom .button-around a {
        align-items: center;
        border-radius: 25px;
        color: #fff;
        display: flex;
        height: 50px;
        justify-content: center;
        width: 100%;
    }
    #header_sp .header_sp_bottom .button-around img {
        margin-right: 10px;
        width: auto;
    }
    #header_sp .header_sp_bottom .button-around.-ticket a {
        background-color: #27275b;
    }
    #header_sp .header_sp_bottom .button-around.-ticket img {
        width: 20px;
    }
    #header_sp .header_sp_bottom .button-around.-coupon a {
        background-color: #8d0001;
    }
    #header_sp .header_sp_bottom .button-around.-coupon img {
        width: 20px;
    }
    #header_sp .header_sp_bottom .button-around.-events a {
        background-color: #be9a39;
    }
    #header_sp .header_sp_bottom .button-around.-events img {
        width: 19px;
    }
    #header_sp .header_sp_bottom .button-around.-floormap a {
        background-color: #4b4831;
    }
    #header_sp .header_sp_bottom .button-around.-floormap img {
        width: 17px;
    }
    #header_sp .header_sp_link {
        font-size: 16px;
        list-style: none;
        text-align: center;
    }
    #header_sp .header_sp_link-item a {
        color: var(--top-color-beige);
    }
    #header_sp .header_sp_link-item + .header_sp_link-item {
        margin-top: 1em;
    }
    #header_top .nav_btn{
        display: flex;
        height: 24px;
        width: 25px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        }
    #header_top .nav_btn .nav_line,
    #header_top .nav_btn .nav_line:before,
    #header_top .nav_btn .nav_line:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }
    #header_top .nav_btn .nav_line:before {
        bottom: 8px;
    }
    #header_top .nav_btn .nav_line:after {
        top: 8px;
    }

    /* fixed */
    #header.js-fixed #header_top {
        height: 79px;
        padding: 20px 0 15px;
    }
    #header.js-fixed #header_top .logo {
        padding: 0;
    }
    #header.js-fixed #header_top .contents_in {
        padding: 0 20px;
    }
    #header.js-fixed #header_top .nav_btn .nav_line,
    #header.js-fixed #header_top .nav_btn .nav_line:before,
    #header.js-fixed #header_top .nav_btn .nav_line:after {
        background-color: #000;
    }
    #header.js-fixed #header_top .nav_btn:before {
        background: url(../img/icon-menu-fixed.svg) left top no-repeat;
        background-size: cover;
        margin-bottom: 0;
    }
    #header.js-fixed #header_top .nav_btn > div {
        display: none;
    }
    #header.js-fixed #header_top .header_top_nav .language_area .language_btn,
    #header.js-fixed #header_top .header_top_nav li.header_top_nav_li>a,
    #header.js-fixed #header_top .header_top_nav li.language_area {
        color: #4B4832;
        filter: none;
        font-weight: 100;
    }
    #header.js-fixed #header_top .header_top_nav .language_area .language_btn::before,
    #header.js-fixed #header_top .header_top_nav .language_area .language_btn::after {
        filter: brightness(0);
    }
    /* #header.js-fixed #header_top .header_top_nav .language_area {
        margin: 13px 0;
    } */

    /* bw */
    #header_sp .header_sp_middle .nav_in_sp .bw_nav {
        position: relative;
    }
    #header_sp .header_sp_middle .nav_in_sp .bw_nav:before {
        background-color: #B797CF;
        content: '';
        display: block;
        height: 100%;
        left: -25px;
        position: absolute;
        top: 0;
        width: calc(100% + 50px);
    }
    #header_sp .header_sp_middle .nav_in_sp .bw_nav a {
        color: white;
    }
    #header_sp .header_sp_middle .nav_in_sp .bw_nav .small_nav_ttl a {
        padding-left: 0;
    }
    #header_sp .header_sp_middle .nav_in_sp .bw_nav .small_nav_box {
        position: relative;
    }
    #header_sp .header_sp_middle .nav_in_sp .bw_nav .small_nav_box a {
        background-image: url(../img/menu-icon-arrow-w.svg);
    } 
}
@media only screen and (min-width: 751px) {
    .sp {
    display: none!important;
    }
    #header {
        background: transparent;
        opacity: 1;
        position: absolute;
        transition: opacity 0.5s ease-out;
        transform: translateY(0);
    }
    /* fixed */
    #header.js-fixed #header_top {
        align-items: center;
        background-size: 100% auto;
        padding: 21px 1.25% 7px 2.5%;
    }
    #header.js-fixed #header_top .contents_in {
        margin-left: auto;
        margin-right: 0;
        padding-right: 0;
        width: calc(100% - 165px);
    }
    #header.js-fixed #header_top .logo {
        margin: 0;
        width: 167px;
    }
    #header.js-fixed #header_top .header_top_nav > ul > .header_top_nav_li,
    #header.js-fixed #header_top .header_top_nav > ul > .header_top_nav_li > a {
        color: #4B4832;
        filter: none;
    }
    #header.js-fixed #header_top .header_top_nav li.header_top_nav_li a::before {
        background-color: #4B4832;
    }
    #header.js-fixed .small_nav_area {
        padding-top: 56px;
    }
    #header.js-fixed #header_top .header_top_nav  li.language_area {
        filter: none;
    }
    #header.js-fixed #header_top .header_top_nav .language_area .language_btn {
        color: #4B4832;
    }
    #header.js-fixed #header_top .header_top_nav .language_area .language_btn::before,
    #header.js-fixed #header_top .header_top_nav .language_area .language_btn::after {
        filter: brightness(0);
    }
}
/*----------
03.フッター
----------*/
#footer_top{
}
#footer_top .contents_in{
max-width: 1280px;
position: relative;
padding: 25px 0 24px;
}
#footer_top .contents_in::before{
content: "";
display: block;
max-width: 230px;
width: 100%;
height: 54px;
background: url(../img/cloud01.png) no-repeat left top;
background-size: 100% auto;
position: absolute;
top: 0;
left: 0;
}
#footer_top .contents_in::after{
content: "";
display: block;
max-width: 225px;
width: 100%;
height: 70px;
background: url(../img/cloud02.png) no-repeat left top;
background-size: 100% auto;
position: absolute;
bottom: 0;
right: 0;
}
#footer_top .cnt_g{
display: flex;
align-items: center;
justify-content: center;
}
#footer_top .sns_box{
max-width: 184px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
/*margin: 0 109px 0 0;*/
}
#footer_top .sns_box li.instagram_nav{
max-width: 27px;
}
#footer_top .sns_box li.facebook_nav{
max-width: 15px;
}
#footer_top .sns_box li.youtube_nav{
max-width: 25px;
}
#footer_top .sns_box li.line_nav{
max-width: 28px;
}
#footer_top .mail_magazine_box{
max-width: 380px;
width: 100%;
}
#footer_top .mail_magazine_box #register_box{
max-width: 380px;
width: 100%;
display: flex;
align-items: start;
justify-content: space-between;
}
#footer_top .mail_magazine_box #register_box input.email{
background: #fff;
border: 1px solid #CCCCCC;
width: 282px;
height: 40px;
padding: 13px 5px 13px 16px;
font-size: 14px;
color: #3E3C3C;
border-radius: 5px;
font-family: 'Noto Serif JP', serif;
}
#footer_top .mail_magazine_box #register_box input.submit_box{
font-family: 'Noto Serif JP', serif;
max-width: 86px;
width: 100%;
color: #fff;
background: #27325C;
border:none;
border-radius: 5px;
padding: 12px 0 14px;
font-size: 14px;
line-height: 14px;
font-weight: 700;
}
#footer_top .mail_magazine_box .btn_magazine{
max-width: 200px;
margin: 0 auto;
background: #27335C;
text-align: center;
border-radius: 5px;
}
#footer_top .mail_magazine_box .btn_magazine a{
display: inline-block;
color: #fff;
text-align: center;
padding: 10px;
}
#footer_middle{
background: #27335C;
padding: 22px 0 22px;
}
#footer_middle .contents_in{
display: flex;
align-items: start;
justify-content: space-between;
position: relative;
}
#footer_middle .logo{
max-width: 164px;
width: 100%;
margin: 0 0 12px;
}
#footer_middle .address_text{
font-size: 12px;
color: #fff;
}
#footer_middle .cnt_right{
display: flex;
align-items: start;
max-width: 776px;
width: 100%;
justify-content: space-between;
}
#footer_middle .sitemap_box{
}
#footer_middle .sitemap_box a{
color: #fff;
}
#footer_middle .sitemap_box .title{
font-weight: 700;
font-size: 12px;
line-height: 28px;
/* margin: 0 0 53px; */
}
#footer_middle .sitemap_box .title:nth-child(4){
margin: 0;
}
#footer_middle .sitemap_box .title.external_link a span{
position: relative;
}
#footer_middle .sitemap_box .title.external_link a span::after{
content: "";
display: block;
width: 11px;
height: 11px;
background: url(../img/icon_blank_wh.png) no-repeat center center;
background-size: 100% auto;
position: absolute;
top: 4px;
right: -20px;
}
#footer_middle .sitemap_box .small_sitemap_box{
max-width: 278px;
width: 100%;
display: flex;
align-items: start;
justify-content: space-between;
margin: 0 0 0 16px;
}
#footer_middle .sitemap_box .small_sitemap_box li{
font-size: 12px;
line-height: 28px;
}
/* #footer_middle .sitemap_box01 .title{
margin: 0 0 16px;
} */

#footer_middle .sitemap_box01{
max-width: 294px;
width: 100%;
}
#footer_bottom{
padding: 18px 0 15px;
}
#footer_bottom .contents_in{
display: flex;
align-items: start;
justify-content: space-between;
}
#footer_bottom .company_sitemap{
display: flex;
align-items: start;
flex-wrap: wrap;
}
#footer_bottom .company_sitemap li{
margin: 0 92px 8px 0;
font-size: 12px;
color: #000000;
}
#footer_bottom .copyright{
font-size: 12px;
color: #000;
}
#page_top{
max-width: 66px;
width: 100%;
background: url(../img/bg_pagetop.png) no-repeat center center;
background-size: cover;
position: absolute;
top: -58px;
right: 0;
}
#page_top a{
display: inline-block;
width: 100%;
padding: 22px 0;
}
#page_top img{
max-width: 40px;
margin: 0 auto;
}
#header_top .header_top_nav_app{
margin-right: 20px;
}
#header_top .header_top_nav_app a{
color: #000000;
font-size: 12px;
font-weight: 600;
}
#search_form_box{
}
#search_form_box #searchform{
width: 100%;
position: relative;
}
#search_form_box #searchform input[type="text"]{
background: #fff;
border: 1px solid #CCCCCC;
width: 182px;
height: 30px;
padding: 3px 5px 3px 16px;
font-size: 14px;
color: #3E3C3C;
border-radius: 5px;
font-family: 'Noto Serif JP', serif;
}
#search_form_box #searchform input.submit{
background: url(../img/glass_icon.png) no-repeat left top;
box-shadow: none;
border: none;
width: 17px;
height: 19px;
box-sizing: border-box;
position: absolute;
right: 9px;
bottom: 5px;
font-size: 0;
}
/* ーーーー　newデザイン ーーーーー*/
footer {
/* background: url(../img/footer-bg.webp) center center no-repeat; */
background-size: cover;
margin-top: auto;
overflow: hidden;
padding: 145px 0 580px;
position: relative;
text-align: center;
text-shadow: 2px 2px 3px #f5f4f2;
width: 100%;
}
.footer_bg {
height: 100%;
bottom: 0;
left: 0;
position: absolute;
width: 100%;
}
.footer_bg img {
height: 100%;
position: absolute;
object-fit: cover;
object-position: center center;
width: 100%;
}
.footer_logo {
max-width: 500px;
margin: 0 auto 65px;
position: relative;
z-index: 2;
}
.footer_nav {
position: relative;
z-index: 2;
}
.footer_list01 {
display: flex;
flex-wrap: wrap;
font-weight: bold;
justify-content: space-evenly;
max-width: 1089px;
margin: 0 auto;
}
.footer_list01-item {
line-height: 1.1;
margin: 10px 25px;
}
.footer_link {
margin-top: 1em;
}
.footer_list02 {
display: flex;
justify-content: center;
margin-top: 50px;
}
.footer_list02-item {
font-size: 14px;
line-height: 1.1;
}
.footer_list02-item a {
color: var(--top-color-beige);
}
.footer_list02-item + .footer_list02-item:before {
content: '｜';
display: inline-block;
margin: 0 1em;
}
.copyright {
color: var(--top-color-beige);
font-family: 'Roboto', sans-serif;
font-size: 14px;
margin-top: 20px;
}

.footer-kumo {
position: absolute;
z-index: 1;
}
img.footer-kumo {
opacity: 0;
filter: alpha(opacity=0);
}
.footer-kumo:nth-of-type(1) {
animation: yuge1 cubic-bezier(.455,.03,.515,.955) 6000ms infinite;
animation-delay: 5000ms;
right: -204px;
width: 1076px;
}
.footer-kumo:nth-of-type(2) {
animation: yuge2 cubic-bezier(.455,.03,.515,.955) 6000ms infinite;
animation-delay: 5000ms;
left: -246px;
width: 987px;
}
.footer-deco {
position: absolute;
z-index: 1;
}

@keyframes yuge1 {
0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

50% {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

89% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(30%,0,0) scale(1.5) rotate(-10deg);
    -moz-transform: translate3d(30%,0,0) scale(1.5) rotate(-10deg);
    -o-transform: translate3d(30%,0,0) scale(1.5) rotate(-10deg);
    -ms-transform: translate3d(30%,0,0) scale(1.5) rotate(-10deg);
    transform: translate3d(30%,0,0) scale(1.5) rotate(-10deg)
}

90% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}
}

@keyframes yuge2 {
0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

50% {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

89% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-30%,0,0) scale(1.5) rotate(-10deg);
    -moz-transform: translate3d(-30%,0,0) scale(1.5) rotate(-10deg);
    -o-transform: translate3d(-30%,0,0) scale(1.5) rotate(-10deg);
    -ms-transform: translate3d(-30%,0,0) scale(1.5) rotate(-10deg);
    transform: translate3d(-30%,0,0) scale(1.5) rotate(-10deg)
}

90% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}
}

.footer-deco:nth-of-type(1) {
bottom: 39%;
right: -6%;
width: 19%;
}
.footer-deco:nth-of-type(2) {
bottom: 360px;
right: 13%;
width: 9%;
}
.footer-deco:nth-of-type(3) {
bottom: 164px;
right: -10%;
width: 28%;
}
.footer-deco:nth-of-type(4) {
bottom: 415px;
left: -7%;
width: 26%;
}
.footer-deco:nth-of-type(5) {
bottom: 443px;
left: 24%;
width: 11%;
}
@media only screen and (max-width: 750px) {
    #footer_top .contents_in{
    padding: 30px 0 25px;
    }
    #footer_top .contents_in::before{
    background-image: url(../img/cloud01_sp.png);
    }
    #footer_top .contents_in::after{
    background-image: url(../img/cloud02_sp.png);
    background-position: right bottom;
    }
    #footer_top .cnt_g{
    display: block;
    }
    #footer_top .sns_box{
    margin: 0 auto 21px;
    }
    #footer_top .mail_magazine_box{
    margin: 0 auto;
    width: 92%;
    }
    #footer_top .mail_magazine_box #register_box{
    max-width: none;
    display: block;
    position: relative;
    }
    #footer_top .mail_magazine_box #register_box input.email{
    width: 100%;
    }
    #footer_top .mail_magazine_box #register_box input.submit_box{
    position: absolute;
    top: 11px;
    right: 10px;
    height: auto;
    line-height: normal;
    max-width: 18px;
    background: url(../img/arrow_right06.png) no-repeat center center;
    background-size: 100% auto;
    font-size: 0;
    line-height: 0;
    padding: 0;
    height: 18px;
    }
    #footer_middle{
    padding: 0;
    }
    #footer_middle .contents_in{
    width: 100%;
    padding: 0 0 30px;
    }
    #footer_middle .cnt_right{
    display: block;
    }
    #footer_middle .sitemap_box{
    margin: 0;
    }
    #footer_middle .sitemap_box_sp{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    }
    #footer_middle .sitemap_box .title{
    font-size: 15px;
    line-height: 1em;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #909090;
    }
    #footer_middle .sitemap_box .title a{
    display: inline-block;
    width: 100%;
    padding: 17px 29px 17px 21px;
    position: relative;
    }
    #footer_middle .sitemap_box .title a::after{
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url(../img/arrow_right05.png) no-repeat right center;
    background-size: 100% auto;
    position: absolute;
    top: 22px;
    right: 20px;
    }
    #footer_middle .sitemap_box .title:nth-child(even){
    border-right: 1px solid #909090;
    }
    #footer_middle .sitemap_box .title.access_nav,#footer_middle .sitemap_box .title.explore_nav,#footer_middle .sitemap_box .title.events_nav,#footer_middle .sitemap_box .title.faq_nav,#footer_middle .sitemap_box .title.member_nav,#footer_middle .sitemap_box .title.access_nav,#footer_middle .sitemap_box .title.term_nav{
    width: 100%;
    border-right: none;
    }
    #footer_middle .sitemap_box .title.term_nav{
    border-bottom: none;
    }
    #footer_middle .sitemap_box .title.explore_nav a::after{
    transform: rotate(90deg);
    }
    #footer_middle .sitemap_box .title.explore_nav.active a::after{
    transform: rotate(-90deg);
    }
    #footer_middle .sitemap_box .small_sitemap_box{
    display: none;
    background: url(../img/bg_explorenav_sp.png) repeat center center;
    background-size: 66.5px auto;
    background-color: #A1A6B9;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 11px 16px 2px;
    }
    #footer_middle .sitemap_box .small_sitemap_box ul{
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    #footer_middle .sitemap_box .small_sitemap_box li{
    background: #fff;
    border: 2px solid #27345C;
    border-radius: 2px;
    /* max-width: 166px; */
    width: 48.4%;
    margin: 0 0 10px;
    }
    /*#footer_middle .sitemap_box .small_sitemap_box li:last-child{
    width: 100%;
    text-align: center;
    }*/

    #footer_middle .sitemap_box .small_sitemap_box li img{
    display: inline-block;
    vertical-align: middle;
    max-width: 41px;
    }
    #footer_middle .sitemap_box .small_sitemap_box li span{
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #000;
    font-weight: 500;
    letter-spacing: -0.05em;
    }
    #footer_middle .sitemap_box .small_sitemap_box li a{
    display: inline-block;
    width: 100%;
    }
    /*#footer_middle .sitemap_box .small_sitemap_box li:last-child a{
    padding: 0 20px 0 0;
    }*/

    #footer_bottom{
    padding: 15px 0 88px;
    }
    #footer_bottom .contents_in{
    display: block;
    }
    #footer_bottom .language_area{
    position: relative;
    margin: 0 0 46px;
    }
    #footer_bottom .language_area .language_btn{
    display: block;
    font-size: 12px;
    cursor: pointer;
    }
    #footer_bottom .language_area .language_btn::before,#footer_bottom .language_area .language_btn::after{
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    }
    #footer_bottom .language_area .language_btn::before{
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background-image: url(../img/icon01_language.png);
    background-size: 100% auto;
    margin: 0 5px 0 0;
    }
    #footer_bottom .language_area .language_btn::after{
    vertical-align: middle;
    width: 6px;
    height: 9px;
    background-image: url(../img/arrow_bottom01.png);
    background-size: 100% auto;
    margin: 0 0 0 10px;
    }
    #footer_bottom .language_area .language_box{
    display: none;
    width: 100%;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 1;
    }
    #footer_bottom .language_area .language_box ul{
    display: flex;
    align-items: start;
    justify-content: space-between;
    }
    #footer_bottom .language_area .language_box li{
    border-radius: 3px;
    border: 2px solid #27335C;
    background: url(../img/bg_explorenav_sp.png) repeat center center;
    background-size: 70px auto;
    background-color: #fff;
    margin: 0 0 5px;
    width: 24%;
    }
    #footer_bottom .language_area .language_box li a{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
    font-weight: 700;
    }
    #footer_bottom .company_sitemap{
    margin: 0 auto 24px;
    }
    #footer_bottom .company_sitemap li{
    font-size: 12px;
    margin: 0 10px 10px 0;
    width: 30%;
    min-width: 120px;
    }
    #footer_bottom .copyright{
    font-size: 10px;
    text-align: center;
    }
    #page_top{
    max-width: 56px;
    top: auto;
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%);
    }
    #page_top a{
    padding: 19px 0;
    }
    /*追加*/
    /* #footer_middle .sitemap_box .title.access_nav{
    width: 50%;
    } */
    #footer_middle .sitemap_box .title.baytower_nav{
    width: 100%;
    }    
    footer {
        aspect-ratio: 375 / 412;
        display: flex;
        flex-direction: column;
        padding: 0 20px;
        /* background: url(../img/footer-bg_sp.webp) center bottom no-repeat; */
        background-size: 801px auto;
        margin-top: 75px;
    }
    .footer_bg img {
        bottom: 0;
        height: auto;
        left: 50%;
        object-fit: unset;
        transform: translateX(-400px);
        width: 801px;
    }
    .footer_logo {
        /* max-width: 265px; */
        margin: 0 auto 33px;
        width: 71%;
    }
    .copyright {
        font-size: 10px;
        margin-top: 0;
    }
}
/*----------
04.下層
----------*/
#wrapper {
padding: 115px 0 0;
}
.main_contents .btn_ptr01{
max-width: 504px;
width: 100%;
margin: 0 auto;
}
.main_contents .btn_ptr01 a{
display: block;
width: 100%;
border-radius: 5px;
padding: 28px 0 24px;
color: #fff;
text-align: center;
font-weight: 700;
font-size: 22px;
letter-spacing: 0.1em;
background: #27345C;
}
/*下層ページh1*/
.under_page h1{
color: #fff;
font-size: 25px;
font-weight: bold;
line-height: 37px;
text-align: center;
letter-spacing: 0.1em;
padding-bottom: 55px;
text-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.under_page .page_header span.small_text {
font-size: 80%;
display: block;
}
.under_page .mainvisual{
background: url("../img/bg_title01.png") no-repeat center center;
background-size: contain;
}
#attention_area .attention_box {
padding: 30px 30px 20px;
margin: 50px auto 10px;
border: 3px solid #b51726;
text-align: center;
max-width: 600px;
background: #fff;
}
#attention_area .attention_box p {
line-height: 24px;
padding-bottom: 15px;
}
@media only screen and (max-width:1024px){
/*----------
01.共通
----------*/
.contents_in{
width: 94%;
}
/*----------
03.フッター
----------*/

#footer_top .contents_in{
width: 100%;
}
#footer_top .cnt_g{
position: relative;
z-index: 1;
}
#footer_middle .contents_in{
display: block;
}
#footer_middle .cnt_left{
margin: 0 0 25px;
}
#footer_middle .logo{
display: inline-block;
vertical-align: middle;
margin: 0 10px 0 0;
}
#footer_middle .address_text{
display: inline-block;
vertical-align: middle;
}
#footer_middle .cnt_right{
max-width: none;
}
#page_top{
max-width: 58px;
right: -2%;
}
#page_top a{
padding: 20px 0;
}
#page_top img{
max-width: 30px;
}
/*----------
04.下層
----------*/


}
@media only screen and (max-width:750px){

    /*----------
    01.共通
    ----------*/

    #wrapper{
    padding: 78px 0 0;
    }
    .pc{
    display: none!important;
    }
    .contents_in{
    width: 92%;
    }
    /*パンくずリスト*/
    .pankuzu_area{
    padding: 11px 0 14px;
    }
    /*前売りチケット*/
    .mainvisual_info_box {
    bottom: 0;
    top: unset;
    right: 0;
    position: fixed;
    width: 100%;
    /* display: none; */
    }
    .mainvisual_info_box .box_in {
    display: flex;
    align-items: start;

    }
    .mainvisual_info {
    /*width: 50%;*/
    width: 100%;
    height: 77px;
    position: relative;
    background: #27335C;
    }
    .mainvisual_info.coupon.sp .mainvisual_info_item{
    font-size: 13px;
    }
    .mainvisual_info:hover {
    opacity: 1;
    }
    .mainvisual_info::before,
    .mainvisual_info::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 77px;
    background-image: url("../img/ticket_bar.png");
    background-size: auto 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: 0;
    }
    .mainvisual_info::after{
    left: unset;
    right: 0;
    }
    .mainvisual_info_item {
    writing-mode: unset;
    font-size: 16px;
    line-height: 18px;
    margin: 13px auto 10px;
    /* vertical-align: middle; */
    }
    .mainvisual_info_item::before {
    content: '';
    display: block;
    width: 52px;
    height: 25px;
    background-image: url("../img/ticket_logo.png");
    background-size: contain;
    margin: 0 auto 11px;
    }
    .mainvisual_info.private_bath_info{
    height: 77px;
    margin: 0;
    background: #E4B779;
    }
    .mainvisual_info.private_bath_info::before{
    content: none;
    }
    .mainvisual_info.private_bath_info .mainvisual_info_item{
    margin: 10px auto 10px;
    }
    .mainvisual_info.private_bath_info .mainvisual_info_item::before {
    width: 43px;
    height: 32px;
    background-image: url("../img/ticket_logo_private_bath.png");
    margin: 0 auto 7px;
    }
    .main_contents{
    margin: 0;
    }
    /*----------
    04.下層
    ----------*/

    main.under_page.main_contents{
    }
    .under_page .mainvisual{
    background: url("../img/bg_title01_sp.png") no-repeat center center;
    background-size: contain;
    }
    .under_page h1{
    font-size: 22px;
    line-height: 33px;
    padding-bottom: 42px;
    }
    #attention_area .attention_box {
    padding: 20px 15px 15px;
    margin: 20px auto 40px;
    width: 92%;
    }
    #attention_area .attention_box p {
    line-height: 22px;
    padding-bottom: 8px;
    font-size: 13px;
    }
    }
    @media only screen and (max-width:480px){
    #footer_middle .sitemap_box .title{
    font-size: 14px;
    }
    #footer_middle .sitemap_box .title a{
    padding: 17px 9px 17px 11px;
    }
    #footer_middle .sitemap_box .title a::after{
    right: 10px;
    }
}
/* 05.サイドナビ
----------------*/
#sideNavi {
opacity: 0;
position: fixed;
right: 0;
top: auto;
bottom: 0;
visibility: hidden;
transition: all .5s;
z-index: 100;
}
#sideNavi._show{
opacity: 1;
visibility: visible;
}  
.sidenavi_list {
font-size: 18px;
}
.sidenavi_list-item {
margin: 7px 0;
}
.sidenavi_list-item a {
align-items: center;
border-radius: 10px 0 0 10px;
background-color: #27275b;
color: white;
display: flex;
justify-content: center;
line-height: 1.11;
min-height: 200px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
width: 60px;
}
.sidenavi_list-item.-coupon a {
background-color: #8d0001;
}
.sidenavi_list-item.-event a {
background-color: #be9a39;
}
.sidenavi_list-item.-floormap a {
background-color: #4b4832;
}
.sidenavi_list-item .icon-coupon::before {
background: url(../img/icon-coupon.svg) left top no-repeat;
background-size: 100% 100%;
content: '';
display: inline-block;
height: 14px;
margin: 0 0 5px;
width: 18px;
}
.sidenavi_list-item .icon-onsen::before {
background: url(../img/icon-calendar.svg) left top no-repeat;
background-size: 100% 100%;
content: '';
display: inline-block;
height: 14px;
margin: 0 0 5px;
width: 18px;
}
@media only screen and (max-width: 750px) {
    #sideNavi._show {
    opacity: 1;
    width: 100%;
    }
    .sidenavi_list {
    bottom: 0;
    display: flex;
    gap: 4px;
    justify-content: space-between;
    width: 100%;
    }
    .sidenavi_list-item {
    flex-grow: 2;
    margin: 0;
    width: calc(40% - 4px);
    }
    .sidenavi_list-item.-floormap {
    width: 20%;
    }
    .sidenavi_list-item a {
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    font-weight: 600;
    -ms-writing-mode: inherit;
    min-height: 50px;
    writing-mode: inherit;
    width: 100%;
    }
    .sidenavi_list-item.-event a {
    }
    .sidenavi_list-item.-floormap a {
    font-size: 10px;
    flex-direction: column;
    text-align: center;
    }
    .sidenavi_list-item .icon-coupon::before {
    height: 12px;
    margin: 3px 5px 0 0;
    width: 16px;
    }
    .sidenavi_list-item .icon-onsen::before {
    height: 12px;
    margin: 4px 5px 0 0;
    width: 16px;
    }
    .sidenavi_list-item .icon-map::before {
    background: url(../img/nav-icon-map.svg) left top no-repeat;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 17px;
    margin-bottom: 5px;
    /* margin-right: 7px; */
    width: 17px;
    }
}
/*----------
05.wp投稿
----------*/
.wp-caption-text {
    font-size: 0.9em;
    text-align: right;
}