@charset "utf-8";
/*-------------------------------共通化-------------------------------*/
.white_box{background: #fff;}
.flex{display: flex;}
.wrap_box{ flex-wrap: wrap;}
.title_box{text-align: center; color: #fff;}
.title_box h3{font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 300; font-style: normal; font-size: 30px; letter-spacing: 0.2em;}
.title_box h3 span{font-family: 'Noto-Sans-JP-Bold'; font-size: 78px; line-height: 160%; letter-spacing: 0;color: #fff;}
.title_box h3 span.char{font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 300; font-style: normal; font-size: 30px; letter-spacing: 0.2em;color: #fff;}
.title_box p{font-size: 26px;line-height: 193%;font-family: noto-sans-cjk-jp, sans-serif; font-weight: 500; font-style: normal;}
.title_box p span{font-size: 26px;line-height: 193%;font-family: noto-sans-cjk-jp, sans-serif; font-weight: 500; font-style: normal; color: #fff;}

.introduction_box{overflow: hidden; max-width: 1600px; margin: 0 auto;}
.introduction_box .box{position: relative; height: 563px;}
.introduction_box .box .img_left{position: absolute; left: -200px; z-index: 1;}
.introduction_box .box .img_right{position: absolute; right: -200px; z-index: 1;}
.introduction_box .box .text_box{color: #fff; text-align: left; position: absolute; top: 50%; transform: translateY(-50%); height: auto;}
.introduction_box .box .text_box.text_left{left: -200px; padding: 45px 286px 70px 220px;clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);}
.introduction_box .box .text_box.text_right{right: -200px; padding: 45px 220px 70px 286px;clip-path: polygon(0% 0, 80% 0%, 100% 100%, 0% 100%);}
.introduction_box .box .text_box .title{font-family: 'Noto-Sans-JP-Bold'; font-size: 59px; line-height: 134%;}
.introduction_box .box .text_box .logo_box{display: inline-block; padding: 26px 0 0;}
.introduction_box .box .text_box p{font-size: 24px; line-height: 163%;font-family: noto-sans-cjk-jp, sans-serif; font-weight: 500; font-style: normal; padding: 31px 0 0;}

.ticket_box .white_box{position: relative; padding: 119px 0 74px; }
.ticket_box .white_box h4{top: -133px; left: 50%; transform: translateX(-50%); position: absolute; width: 1043px; height: auto;}
.ticket_box .white_box h4 img{width: 100%; height: auto;}
.ticket_box .white_box p{font-family: noto-sans-cjk-jp, sans-serif; font-weight: 700; font-style: normal; font-size: 40px; line-height: 130%; text-align: center; padding: 45px 0 0;}
.ticket_box .white_box p span.data_1{font-family: noto-sans-cjk-jp, sans-serif; font-weight: 700; font-style: normal; font-size: 40px; line-height: 130%; display: inline-block; padding: 0 23px 0 0;}
.ticket_box .white_box p span.data_2{font-family: "Helvetica Neue" , Helvetica , sans-serif; font-weight: 700; font-style: normal; font-size: 91px; line-height: 100%; color: #d71837;}
.ticket_box .white_box a{ margin: 54px auto 0; display: block;}
.ticket_box .white_box .flex .img{overflow: hidden;}

a.btn_orange{width: 486px; border-radius: 100px;font-size: 26px;display: block; margin: 0 auto; position: relative;}
a.btn_orange:before{content: "";display: block; width: 100%; height: 96px; position: relative; background: #ca7f00;border-radius: 100px; }
a.btn_orange div{border-radius: 100px; background: #ffaa19; width: 486px; color: #fff; position: absolute;z-index: 1; padding: 35px 0; top: -9px;text-align: center; transition: 0.5s;font-family: noto-sans-cjk-jp, sans-serif; font-weight: 700; font-style: normal; }
a.btn_orange.thumb-hover div{transition: 0.5s;top: 0px;}
a.btn_orange div span{position: absolute; width: 25px; height: 25px; display: block; top: 50%; transform: translateY(-50%); right: 7%;}
a.btn_orange div span:before,
a.btn_orange div span:after{position: absolute; content: ""; display: block; width: 18px; height: 18px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: translateY(-50%) rotateZ(-45deg); top: 50%;right: 0px;}
a.btn_orange div span:after{right: 10px;}
.bubble_img {bottom: 0px;border-radius: 50%;}

.follow{position: fixed; z-index: 100; bottom: 0px; width: 100%; padding: 30px 0 15px; background: rgba(0,0,0,0.5);}
.follow a.btn_orange{width: 348px; font-size: 23px;}
.follow a.btn_orange div{ padding: 20px 0; width: 348px; top: -6px;}
.follow a.btn_orange:before{ height: 63px; }
.follow a.btn_orange span:before{display: none;}
.follow a.btn_orange span:after{ width: 16px; height: 16px; }

/* ----------------------------- #fv ------------------------------- */
#fv{margin: 90px 0 0; position: relative}
#fv h2{display: block; position: absolute; transform: translate(-50%,-50%); top: 50%; left: 50%; z-index: 1; max-width: 1339px; width: 100%;}
#fv h2 img{width: 100%; height: auto; }

#fv .slick_box .slick_box_1{background: url(../images/index/slider_left_2.png) repeat-x 0 0;background-size: auto 100%; animation: bg-slider_1 23s linear infinite;  height: 430px;width: 100%;}
@keyframes bg-slider_1 {
	from { background-position: 0 0; }
    to { background-position: -1700px 0; }
}
#fv .slick_box .slick_box_2{background: url(../images/index/slider_right_2.png) repeat-x 0 0;background-size: auto 100%; animation: bg-slider_2 23s linear infinite;  height: 430px;width: 100%;}
@keyframes bg-slider_2 {
	from { background-position: 0 0; }
    to { background-position: 1700px 0; }
}
/* ----------------------------- .linklist_box ------------------------------- */
.linklist_box{padding: 453px 0 0; background: url(../images/index/bg_1.jpg?Var=188) no-repeat center center; background-size: 2160px 100%;}
.linklist_box .text{color: #fff; text-align: center; line-height: 207%;font-family: 'Noto-Sans-JP-Medium'; font-size: 28px; letter-spacing: 0.16em;}
.linklist_box .white_box{margin: 103px auto 0;}
.linklist_box .white_box .big_tt_box{position: relative;text-align: center; width: 100%;padding: 71px 0 0;font-size: 35px; line-height: 171%;font-family: 'Noto-Sans-JP-Bold';color: #000;}
.linklist_box .white_box .big_tt_box .big_tt{font-size: 35px; line-height: 171%;font-family: 'Noto-Sans-JP-Bold';color: #000;}
.linklist_box .white_box .big_tt_box .img_left{position: absolute;left: 0px; top: 0px;}
.linklist_box .white_box .big_tt_box .img_right{position: absolute;right: 0px; top: 0px;}

.linklist_box .white_box ul{padding: 96px 50px 89px;justify-content: center}
.linklist_box .white_box ul li:not(:last-child){margin-right: 15px; display: block;}
.linklist_box .white_box ul li a { position: relative; display: block;}
.linklist_box .white_box ul li a .box{border-radius: 15px;color: #fff; text-align: center; display: block; padding: 87px 0 47px;z-index: 1; position: absolute ;top: -18px; transition: 0.5s;}
.linklist_box .white_box ul li a.thumb-hover .box{top: -0px; transition: 0.5s;}
.linklist_box .white_box ul li a:before{display: block; width: 100%; height: 194px; content: ""; position: relative;border-radius: 15px; }
.linklist_box .white_box ul li a .box img{position: absolute; top: -20%; left: 0px; transition: 0.5s;}
.linklist_box .white_box ul li a .box p{font-size: 15px; line-height: 180%;font-family: noto-sans-cjk-jp, sans-serif; font-weight: 600; font-style: normal;}
.linklist_box .white_box ul li a .box p span{font-size: 23px; line-height: 135%;font-family: noto-sans-cjk-jp, sans-serif; font-weight: 600; font-style: normal;}
.linklist_box .white_box ul li a .box:before{content: ""; display: block; border-bottom: 2px solid #fff; border-right: 2px solid #fff; width: 12px; height: 12px; bottom: 8%; left: 50%; transform: translateX(-50%) rotateZ(45deg);position: absolute;}
.linklist_box .white_box ul li.link_1,
.linklist_box .white_box ul li.link_2,
.linklist_box .white_box ul li.link_3{ width: 263px; height: auto;}
.linklist_box .white_box ul li.link_4 {width: 223px; height: auto;}

.linklist_box .white_box ul li.link_1 a .box{background: linear-gradient(45deg, #cee930 ,#09b5b7 50%); width: 263px; height: auto;}
.linklist_box .white_box ul li.link_2 a .box{background: linear-gradient(25deg,#f1ac17, #ff5488 60%); width: 263px; height: auto;}
.linklist_box .white_box ul li.link_3 a .box{background: linear-gradient(45deg, #09b4bf,#5858ca 50%); width: 263px; height: auto;}
.linklist_box .white_box ul li.link_4 a .box{background: #ffaa19; width: 223px; height: auto; padding: 106px 0 61px;}

.linklist_box .white_box ul li.link_1 a:before{background: linear-gradient(45deg,#fff60e, #09b5b7 50%);}
.linklist_box .white_box ul li.link_2 a:before{background: linear-gradient(45deg,#f1ac17, #ff5488 40%);}
.linklist_box .white_box ul li.link_3 a:before{background: linear-gradient(45deg,#09b4bf, #5858ca 50%);}
.linklist_box .white_box ul li.link_4 a:before{background: #ca7f00;}

.linklist_box .white_box ul li.link_1 a .box img{position: absolute; top: -25%; left: -5px; }
.linklist_box .white_box ul li.link_2 a .box img{position: absolute; top: -27%; left: 20px; }
.linklist_box .white_box ul li.link_3 a .box img{position: absolute; top: -15%; left: 35px; }
.linklist_box .white_box ul li.link_4 a .box img{position: absolute; top: -20%; left: 20px; }

.linklist_box .white_box ul li.link_1 a.thumb-hover .box img{transform: rotateZ(15deg) translateY(-15%); transition: 0.5s;}
.linklist_box .white_box ul li.link_2 a.thumb-hover .box img{transform: rotateZ(15deg) translateY(-15%); transition: 0.5s;}
.linklist_box .white_box ul li.link_3 a.thumb-hover .box img{transform: rotateZ(-15deg) translateY(-10%); transition: 0.5s;}
.linklist_box .white_box ul li.link_4 a.thumb-hover .box img{transform: rotateZ(15deg) translateY(-10%); transition: 0.5s;}

/* ----------------------------- #new_open ------------------------------- */
#new_open{overflow: hidden; padding: 111px 0 0; background: url(../images/index/bg_2.jpg?Var=188) no-repeat center center; background-size: 2160px 100%;}
#new_open .new_open_box{border: 7px solid  #d8a6d5; background: #fff; text-align: center; position: relative; padding: 30px 50px 36px;}
#new_open .new_open_box h3{position: absolute; transform: translate(-50%,-0); left: 50%; top: -4%; font-size: 30px; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 300; font-style: normal; text-align: center; line-height: 100%; color: #fff; letter-spacing: 0.2em; padding: 15px 0 18px; background:url(../images/index/linklist_bg_3.png) no-repeat center center;; width: 431px; background-size: 100%;}
#new_open .new_open_box h4{font-size: 33px; color: #000;font-family: 'Noto-Sans-JP-Bold';line-height: 213%;position: relative;z-index: 1;}
#new_open .new_open_box .text_box{position: relative;}
#new_open .new_open_box .text_box .fv_img_2{position: absolute; top: 48px; left: -30px;}
#new_open .new_open_box .text_box .fv_img_3{position: absolute; top: -26px; right: -150px;}
#new_open .new_open_box .text_box .logo_1{position: relative; margin: -45px 0 0; text-align: center;}
#new_open .new_open_box .text_box dl{width: 485px; margin: 11px auto 0; display: flex; flex-wrap: wrap; align-items: center;}
#new_open .new_open_box .text_box dl dt{background: #9aa5d8; color: #fff;font-family: 'Noto-Sans-JP-Bold';line-height: 190%; font-size: 20px; text-align: center; width: 201px; margin: 0 0 7px;}
#new_open .new_open_box .text_box dl dd{font-size: 26px;font-family: 'Noto-Sans-JP-Bold'; text-align: left; margin: 0 0 7px 4px; width: 280px;}
#new_open .new_open_box .flex{padding: 25px 0 0;justify-content: space-between;align-items: flex-end;}
#new_open .new_open_box p{line-height: 127%; font-size: 19px; padding: 35px 45px 0; text-align: left; }
#new_open .new_open_box .img{min-width: 1223px; position: absolute; transform: translate(-50%,-0); left: 45.5%; width: 100%; height: auto; bottom: 2%;}
#new_open .new_open_box .img img{width: 100%; height: auto;}
/* ----------------------------- #activity ------------------------------- */
#activity{padding: 120px 0 0; background: url(../images/index/bg_3.jpg?Var=188) no-repeat center center; background-size: 2160px 100%;}
#activity .introduction_box{padding: 60px 0 0;}
#activity .introduction_box .box_2{position: relative; height: 651px; margin: 122px 0 0;}
#activity .box .text_box{background: linear-gradient(90deg,rgba(206,233,48,0.6),rgba(9,181,183,0.6));}
#activity .box .text_box.text_left{top: 47%;}

#activity .inner_2{width: 996px; margin: 0 auto; padding: 65px 0 0;}
#activity .inner_2 .img_box{width: 300px; height: auto; padding: 0 0 46px; position: relative;}
#activity .inner_2 .img_box .img{overflow: hidden;}
#activity .inner_2 .img_box:not(:last-child){margin-right: 35px;}
#activity .inner_2 .img_box p{font-size: 18px;font-family: noto-sans-cjk-jp, sans-serif; font-weight: 500; font-style: normal; padding: 19px 0 0; text-align: center; color: #fff; line-height: 150%; position: absolute;z-index: 1; bottom: 0px; transform: translateX(-50%); left: 50%; width: 337px;text-shadow: 2px 2px 3px rgba(0,0,0,0.7);}
#activity .inner_2 .img_box p.tt_2{ bottom: -16px; }

#activity .playground{padding: 118px 0 0;}
#activity .playground .playground_box{width: 588px; height: auto; position: relative; text-align: center; margin-bottom: 130px;}
#activity .playground .playground_box:not(:nth-child(2n)){margin-right: 24px;}
#activity .playground .playground_box .img{position: absolute; top: 0px; overflow: hidden;}
#activity .playground .playground_box img{display: inline-block;}
#activity .playground .playground_box .logo_1{position: relative; z-index: 1;}
#activity .playground .playground_box p{font-size: 17px; color: #fff;font-family: 'Noto-Sans-JP-Medium'; text-align: center; padding: 9px 0 0;position: relative; z-index: 1;}
#activity .playground .playground_box h4{position: absolute; color: #fff; font-size: 30px; font-family: 'Noto-Sans-JP-Bold'; background: linear-gradient(-90deg,#09b5b7 50%,#d0ea2e); clip-path:polygon(5% 0, 100% 0%, 95% 100%, 0% 100%); line-height: 150%; padding: 10px 20px; left: 50%; transform: translateX(-50%); width: 390px; bottom: -40px; z-index: 1;}

#activity .playground .playground_box p.text{color: #000; text-align: center; position: absolute; bottom: -35%; left: 50%; transform: translateX(-50%); width: 100%; line-height: 160%; padding: 0px; font-size: 18px;}
#activity .playground .playground_1{padding: 205px 0 43px;}
#activity .playground .playground_1 p{margin: -20px 0 0;}
#activity .playground .playground_2{padding: 207px 0 43px;}
#activity .playground .playground_3 .img_3{top: -40px;}
#activity .playground .playground_3{padding: 185px 0 37px;}
#activity .playground .playground_4{padding: 185px 0 30px;}
#activity .playground .playground_2 h4{width: 491px;}

#activity .playground .playground_4 h4{width: 491px;}
#activity .ticket_box{padding: 208px 0 0;}

/* ----------------------------- #food_garmping ------------------------------- */
#food_garmping{padding: 176px 0 0; background: url(../images/index/bg_4.jpg?Var=188) no-repeat center center; background-size: 2160px 100%;}
#food_garmping .food_box{width: 1100px; position: relative; padding: 36px 0 210px;text-align: center; }
#food_garmping .restrant_box{margin: 76px auto 0;}
#food_garmping .glamp_box{margin: 140px auto 0;}

#food_garmping .food_box h4{font-size: 100px; line-height:100%; color: #eaeaea;font-family: neue-haas-grotesk-display, sans-serif; font-weight: 600; font-style: normal;}
#food_garmping .food_box p{font-size: 20px;font-family: noto-sans-cjk-jp, sans-serif; font-weight: 500; font-style: normal; line-height: 195%; padding: 33px 0 0;}
#food_garmping .food_box p span{font-family: 'Noto-Sans-JP-Bold'; font-size: 50px; line-height: 130%; display: inline-block;padding: 0px 0 16px;}
#food_garmping .restrant_box .img_box{position: absolute; top: 0px; width: 100%; height: 100%;}

#food_garmping .restrant_box .img_box p{ font-size: 21px; font-family: 'Noto-Sans-JP-Regular'; color: #fff;background: linear-gradient(90deg,#f1ca17,#ff5488); clip-path:polygon(5% 0, 100% 0%, 95% 100%, 0% 100%); line-height: 150%; padding: 10px 20px; display: inline-block; width: 277px; position: absolute; z-index: 1;}
#food_garmping .restrant_box .img_box .img_1{position: absolute; left: -70px; top: -16px;}
#food_garmping .restrant_box .img_box .img_2{position: absolute; right: -100px; top: 0px;}
#food_garmping .restrant_box .img_box .img_3{position: absolute; left: -110px; bottom: -18px;}
#food_garmping .restrant_box .img_box .img_3 p{width: 235px;}

#food_garmping .restrant_box .img_box .img_4{position: absolute; right: -62px; bottom: -49px;}

#food_garmping .restrant_box .img_box .img_1 p{left: 0px; bottom: -75px;}
#food_garmping .restrant_box .img_box .img_2 p{ right: 12px; bottom: -36px;}
#food_garmping .restrant_box .img_box .img_3 p{ left: 120px; bottom: -40px;}
#food_garmping .restrant_box .img_box .img_4 p{ right: 15px; bottom: 20px;}

#food_garmping .glamp_box{padding: 36px 0 300px;}
#food_garmping .glamp_box p{padding: 22px 0 0;}
#food_garmping .glamp_box .img_box{position: absolute; width: 1200px; bottom: -131px ;left: 50%; transform: translateX(-50%);}
#food_garmping .glamp_box .img_box .img_5,
#food_garmping .glamp_box .img_box .img_6{overflow: hidden;}
#food_garmping .introduction_box{padding: 240px 0 0;}
#food_garmping .introduction_box .title_h4{text-align: center; }
#food_garmping .introduction_box h4{display: inline-block;}
#food_garmping .introduction_box h4 span{font-family: neue-haas-grotesk-display, sans-serif; font-weight: 600; font-style: normal; color: #fff; font-size: 100px; }
#food_garmping .box .text_box{background: linear-gradient(90deg,#f1ca17,#ff5488 60%);}
#food_garmping .box .text_left.text_box{background: linear-gradient(90deg,#ff5488 30%,#f1ca17);}

#food_garmping .introduction_box .box_1{margin: 45px auto 0;}
#food_garmping .introduction_box .box_2{margin: 53px auto 0;}

#food_garmping .introduction_box .box .text_left{padding: 106px 284px 139px 201px;}
#food_garmping .introduction_box .box .text_right{padding: 106px 181px 139px 198px;}

#food_garmping .ticket_box{padding: 239px 0 0;}


/* ----------------------------- #hot_spring ------------------------------- */
#hot_spring{overflow: hidden; background: url(../images/index/bg_5.jpg?Var=188) no-repeat  center center; background-size: 2160px 100%;}

#hot_spring .stars{height: 400px; width: 100%; position: relative;  overflow: hidden; }

#hot_spring .title_box{position: relative;}
#hot_spring .title_box .img_left{position: absolute; left: 73px; top: 23px;}
#hot_spring .title_box .img_right{position: absolute; right: 0px; top: 73px;}
#hot_spring .contact{padding: 60px 0 0;}
#hot_spring .contact .img_box{overflow: hidden; min-width: 1300px;}
#hot_spring .contact img{width: 100%; height: auto;}
#hot_spring .contact .flex{padding: 59px 0 0;}
#hot_spring h4{font-size: 59px; line-height: 139%; font-family: 'Noto-Sans-JP-Bold'; color: #fff; padding: 0 81px 0 0;}
#hot_spring p{font-size: 22px; line-height: 205%;font-family: noto-sans-cjk-jp, sans-serif; font-weight: 500; font-style: normal; color: #fff; padding: 5px 0 0;}

#hot_spring .box .text_box{background:linear-gradient(150deg,#09b4bf ,#5858ca 60%);}

#hot_spring .introduction_box{padding: 90px 0 0;}
#hot_spring .introduction_box .box_1{}
#hot_spring .introduction_box .box_2{margin: 54px auto 0;}
#hot_spring .introduction_box .box .text_left{padding: 100px 304px 100px 228px;}
#hot_spring .introduction_box .box .text_right{padding: 100px 216px 130px 228px;}

#hot_spring .ticket_box{padding: 267px 0 0;}
#hot_spring .ticket_box h4{ padding: 0;}
#hot_spring .ticket_box .white_box p {font-family: noto-sans-cjk-jp, sans-serif; font-weight: 700; font-style: normal; font-size: 40px; line-height: 130%; padding: 45px 0 0; color: #000;}

/* ----------------------------- #ticket ------------------------------- */
#ticket{padding: 150px 0 0; background: url(../images/index/bg_8.jpg?Var=188) no-repeat center center; background-size: 2160px 100%;}
#ticket .ticket_list{padding: 100px 0 0;justify-content: center}
#ticket .ticket_list .box{position: relative; width: 525px; height: auto;margin-bottom: 72px;}
#ticket .ticket_list .box:before{content: ""; display: block; width: 100%; height: 100%; background:linear-gradient(-45deg,#e4007f,#0073bd); position: absolute; z-index: 1; bottom: -10px; left: 10px;}
#ticket .ticket_list .box:not(:nth-child(2n)){margin-right: 50px;}
#ticket .ticket_list .box .box_2{position: relative; background: #fff; z-index: 1; padding: 70px 17px 57px 33px;}
#ticket .ticket_list .box .box_2 .yellow_box{font-size: 22px; line-height: 180%; width: 456px; height: auto; position: absolute; transform: translateX(-50%); left: 50%; text-align: center; padding: 10px 0; background: #fff226;font-family: noto-sans-cjk-jp, sans-serif; font-weight: 500; font-style: normal; top: -33px;}
#ticket .ticket_list .box .box_2 .yellow_box:before{display: block; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 12px 20px 12px; border-color: transparent transparent #fff226 transparent; position: absolute; transform: translateX(-50%) rotateZ(180deg); bottom: -20px; left: 50%;}
#ticket .ticket_list .box .box_2 .plan{ align-items: center; justify-content: center; height: 99px;}
#ticket .ticket_list .box .box_2 .plan img{margin: 0 47px 0 0;}
#ticket .ticket_list .box .box_2 .plan h4{font-size: 32px; font-family: noto-sans-cjk-jp, sans-serif; font-weight: 700; font-style: normal; }
#ticket .ticket_list .box .box_2 .plan p{font-family: 'Noto-Sans-JP-Light'; line-height: 180%; padding: 10px 0 0;}
#ticket .ticket_list .box .box_2 .plan p.tt_1{font-size: 16px;}
#ticket .ticket_list .box .box_2 .plan p.tt_2{font-size: 20px;}
#ticket .ticket_list .box .box_2 .limit_box{align-items: center;}
#ticket .ticket_list .box .box_2 .limit_box_1{padding: 38px 0 0;}
#ticket .ticket_list .box .box_2 .limit_box_2{padding: 26px 0 0;}
#ticket .ticket_list .box .box_2 .limit_box p.price{font-size: 20px; line-height: 100%;font-family: 'Noto-Sans-JP-Bold'; }
#ticket .ticket_list .box .box_2 .limit_box p.price .center_tt{font-size: 30px; line-height: 100%;font-family: 'Noto-Sans-JP-Bold';}
#ticket .ticket_list .box .box_2 .limit_box p.price .big{font-size: 58px; font-family: "Helvetica Neue" , Helvetica , sans-serif; font-weight: 700; font-style: normal;line-height: 100%;}
#ticket .ticket_list .box .box_2 .limit_box .age_tt{border-radius: 100px; width: 197px; height: auto; text-align: center; padding: 15px 0 17px; font-size: 19px; margin-right: 17px;}
#ticket .ticket_list .box .box_2 .limit_box .age_tt.pink{background: #ffeaea; color: #c5006f;font-family: 'Noto-Sans-JP-Bold';}
#ticket .ticket_list .box .box_2 .limit_box .age_tt.blue{background: #e1f3ff; color: #00568c;font-family: 'Noto-Sans-JP-Bold';}

#ticket .ticket_list .box .box_2 a{color: #fff; font-size: 20px; position: relative; display: block; width: 80%; margin: 70px auto 38px; }
#ticket .ticket_list .box .box_2 a:before{content: ""; display: block; width: 100%; height: 72px; border-radius: 1000px; background: linear-gradient(-45deg,#780043,#00548a);}
#ticket .ticket_list .box .box_2 a .link_box{background:linear-gradient(-45deg,#e4007f,#0073bd); width: 100%; padding: 20px 0; text-align: center;border-radius: 1000px;font-family: 'Noto-Sans-JP-Medium'; line-height: 160%; position: absolute; top: -10%; z-index: 1; transition: 0.5s;}
#ticket .ticket_list .box .box_2 a.thumb-hover .link_box{top: 0%; transition: 0.5s;}
#ticket .ticket_list .box .box_2 a .link_box span{position: absolute; width: 25px; height: 25px; display: block; top: 50%; transform: translateY(-50%); right: 7%;}
#ticket .ticket_list .box .box_2 a .link_box span:before,
#ticket .ticket_list .box .box_2 a .link_box span:after{position: absolute; content: ""; display: block; width: 18px; height: 18px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: translateY(-50%) rotateZ(-45deg); top: 50%;right: 0px;}
#ticket .ticket_list .box .box_2 a .link_box span:after{right: 10px;}


#ticket .ticket_link{text-align: center; padding: 40px 0 200px;}
#ticket .ticket_link p{color: #fff; font-size: 40px; line-height: 180%;font-family: noto-sans-cjk-jp, sans-serif; font-weight: 700; font-style: normal; }
#ticket .ticket_link p span{font-family: noto-sans-cjk-jp, sans-serif; font-weight: 700; font-style: normal;}
#ticket .ticket_link a{display: inline-block; margin: 50px auto 0;}

/* ----------------------------- ##model_plan ------------------------------- */
#model_plan{background: url(../images/index/bg_6.jpg?Var=188) no-repeat center center; background-size: cover; padding: 100px 0 192px;}
#model_plan .title_box h3 span{color: #000;}
#model_plan .accordion_box{border-radius: 15px; box-shadow: 15px 15px 0px 0px rgba(0,0,0,0.3); padding: 50px 51px 0; width: 1100px; margin: 90px auto 0;}
#model_plan .accordion_box_2{padding: 80px 51px 0; margin: 151px auto 0;}
#model_plan .accordion_box .accordion_btn{position: relative; width: 100%;padding: 0 0 75px;}
#model_plan .accordion_box .accordion_btn .left_img{position: absolute; top: -36%; left: -35px;}
#model_plan .accordion_box .accordion_btn .right_img{position: absolute; top: -143px; right: 107px;}
#model_plan .accordion_box .accordion_btn .tt_box{margin: 0px 0 0 auto;}
#model_plan .accordion_box .accordion_btn .tt_box_left{margin: 0px auto 0 50px;}
#model_plan .accordion_box .accordion_btn .tt_box h4{font-family: 'Noto-Sans-JP-Bold'; color: #000; font-size: 35px; line-height: 149%;}
#model_plan .accordion_box .accordion_btn .tt_box p.btn{padding: 24px 0; margin: 45px auto 0;transition: 0.5s; background: #000; text-align: center;position: relative; border-radius: 1000px; width: 289px;color: #fff; }
#model_plan .accordion_box .accordion_btn .tt_box p.btn span{ color: #fff; font-size: 19px;font-family: noto-sans-cjk-jp, sans-serif; font-weight: 500; font-style: normal;line-height: 100%; }
#model_plan .accordion_box .accordion_btn .tt_box p.btn:before{display: block; content: ""; width: 20px; height: 20px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; top: 50%; transform: translateY(-75%) rotateZ(45deg);; right: 50px; position: absolute;transition: 0.5s;}
#model_plan .accordion_box .accordion_btn .tt_box p.btn.active:before{ transform: translateY(-20%) rotateZ(-135deg); transition: 0.5s;}
#model_plan .accordion_box .accordion_btn .tt_box p.btn span.bt_1{display: none;}
#model_plan .accordion_box .accordion_btn .tt_box p.btn.active span.bt_2{display: none;}
#model_plan .accordion_box .accordion_btn .tt_box p.btn.active span.bt_1{display: block;}

#model_plan .accordion_box .accordion_content{padding: 0 0 100px; display: none;}
#model_plan .accordion_box .accordion_content .box{ padding: 30px 38px 0 41px; position: relative;z-index: 1;}
#model_plan .accordion_box .accordion_content .box h5{ text-align: center; color: #fff; font-size: 27px; font-family: 'Noto-Sans-JP-Bold'; line-height: 140%;}
#model_plan .accordion_box .accordion_content .box p.text{text-align: center; padding: 20px 0 0; line-height: 160%; font-size: 18px;}
#model_plan .accordion_box .accordion_content .box_gradient{position: relative;}
#model_plan .accordion_box .accordion_content .box_gradient .flex{justify-content: center; padding: 36px 0 0;}
#model_plan .accordion_box .accordion_content .box_gradient:before{content: ""; display: block; width: 100%; height: 241px;position: absolute;}
#model_plan .accordion_box .accordion_content .box_1:before{background:linear-gradient(90deg, #cee930 , #09b5b7); }
#model_plan .accordion_box .accordion_content .box_2:before{background:linear-gradient(90deg, #f1ca17,#ff5488); }
#model_plan .accordion_box .accordion_content .box_3:before{background:linear-gradient(90deg, #09b4bf,#5858ca); }
#model_plan .accordion_box .accordion_content .box_gradient .img_list_2,
#model_plan .accordion_box .accordion_content .box_gradient .img_list_1{justify-content: space-between;}
#model_plan .accordion_box .accordion_content .img_list_1 .img_box{text-align: center;}
#model_plan .accordion_box .accordion_content .img_list_1 .img_box .logo{display: inline-block;}
#model_plan .accordion_box .accordion_content .img_list_1 .img_box_1{width: 305px; height: auto; }
#model_plan .accordion_box .accordion_content .img_list_1 .img_box_2{width: 305px; height: auto; }
#model_plan .accordion_box .accordion_content .img_list_1 .img_box_3{width: 305px; height: auto;}
#model_plan .accordion_box .accordion_content .img_list_1 .img_box_1 .logo{padding: 33px 0 23px;}
#model_plan .accordion_box .accordion_content .img_list_1 .img_box_2 .logo{padding: 14px 0 11px;}
#model_plan .accordion_box .accordion_content .img_list_1 .img_box_3 .logo{padding: 10px 0 7px;}
#model_plan .accordion_box .accordion_content .triangle{height: 156px; width: 100%; position: relative; }
#model_plan .accordion_box .accordion_content .triangle:before{display: block; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 99px 61px 99px; border-color: transparent transparent #d5d5d5 transparent; position: absolute; transform: translate(-50%,-50%) rotateZ(180deg); top: 50%; left: 50%; }

#model_plan .accordion_box .accordion_content .box_gradient .img_list_2{align-items: flex-start;}
#model_plan .accordion_box .accordion_content .img_list_2 .img_box{text-align: center;}
#model_plan .accordion_box .accordion_content .img_list_2 .img_box p{font-size: 20px; line-height: 160%; padding: 10px 0 0;font-family: 'Noto-Sans-JP-Bold';}
#model_plan .accordion_box .accordion_content .img_list_2 .img_box .logo{display: inline-block;}
#model_plan .accordion_box .accordion_content .img_list_2 .img_box_1{width: 270px; height: auto; margin-right: 15px;}
#model_plan .accordion_box .accordion_content .img_list_2 .img_box_2{width: 308px; height: auto;}
#model_plan .accordion_box .accordion_content .img_list_2 .img_box_3{width: 286px; height: auto;}
#model_plan .accordion_box .accordion_content .img_list_2 .img_box_1 .logo{padding: 20px 0 0;}
#model_plan .accordion_box .accordion_content .img_list_2 .img_box_2 .logo{padding: 18px 0 0;}
#model_plan .accordion_box .accordion_content .img_list_2 .img_box_3 .logo{padding: 20px 0 0;}
 
#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box{text-align: center;}
#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box .logo{display: inline-block;}
#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box_1{width: 308px; height: auto; margin: 0px 0 0 -30px;}
#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box_2{width: 308px; height: auto; margin: 0 0 0 24px;}
#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box_3{width: 308px; height: auto;}
#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box_1 .logo{ padding: 10px 0 0; margin: 0 0 0 50px;}
#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box_2 .logo{padding: 24px 0 19px;}
#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box_3 .logo{padding: 23px 0 30px 29px;}
#model_plan .accordion_box_2 .accordion_content .triangle{height: 156px; width: 100%; position: relative; }
#model_plan .accordion_box_2 .accordion_content .triangle:before{display: block; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 99px 61px 99px; border-color: transparent transparent #d5d5d5 transparent; position: absolute; transform: translate(-50%,-50%) rotateZ(180deg); top: 50%; left: 50%; }

/* ----------------------------- #access ------------------------------- */
#access .bg{background: url(../images/index/bg_7.jpg?Var=188) no-repeat center center; background-size: cover; padding: 80px 0 92px}
#access .bg .title_box h3{color: #000;}
#access .bg .title_box h3 span{color: #000;}
#access .bg .white_box{margin: 55px auto 0; border-radius: 15px;box-shadow: 15px 15px 0px 0px rgba(0,0,0,0.3); padding: 110px 70px 102px 34px;}
#access .bg .white_box p{font-size: 25px; font-family: 'Noto-Sans-JP-Medium'; text-align: center;line-height: 240%;}
#access .bg .white_box p span.mark{font-size: 50px; font-family: 'Noto-Sans-JP-Medium'; background: linear-gradient(transparent 60%, #fee741 60%); line-height: 100%;}
#access .bg .white_box p span.pink{font-size: 80px; line-height: 100%; font-family: "Helvetica Neue" , Helvetica , sans-serif; font-weight: 700; font-style: normal; color: #c5006f;}
#access .bg .white_box .flex{padding: 38px 0 0;}
#access .bg .white_box .flex .map{margin: 0 30px 0 0; text-align: center;}
#access .bg .white_box .flex .map .zoom_box{position: relative; width: 418px; overflow: hidden;}
#access .bg .white_box .flex .img{overflow: hidden;}
#access .bg .white_box .flex .map a{font-size: 16px; padding: 10px 0 0; display: inline-block;font-family: 'Noto-Sans-JP-Medium';}

#access .ticket_link{text-align: center; padding: 115px 0 130px; border-bottom: 1px solid #ededed;}
#access .ticket_link p{color: #000; font-size: 40px; line-height: 180%;font-family: noto-sans-cjk-jp, sans-serif; font-weight: 700; font-style: normal; }
#access .ticket_link a{display: inline-block; margin: 50px auto 0;}


/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
	/*-------------------------------共通化-------------------------------*/
	img{width: 100%; height: auto;}
	.flex{flex-direction: column;}
	.title_box h3{ font-size: 19px;}
	.title_box h3 span{ font-size: 33px; line-height: 120%;}
	.title_box h3 span.char{font-size: 19px; font-weight: 500;}
	.title_box p{font-size: 16px; font-weight: 600;}
	.title_box p span{font-size: 16px;}
	
	.introduction_box .box{height: auto;padding: 30% 0 0;}
	.introduction_box .box .img_left{left: 50%; top:0%;transform: translateX(-50%);}
	.introduction_box .box .img_right{left: 50%; right: 0px; top: 0%;transform: translateX(-50%);}
	.introduction_box .box .text_box.text_left{left: 0px; padding: 18% 13px 27px;clip-path: none;position: relative; left: auto;top: auto; transform: none;}
	.introduction_box .box .text_box.text_right{right: -0px; padding: 35% 13px 27px;clip-path: none;position: relative; right: auto;top: auto; transform: none;}
	
	.introduction_box .box .text_box .title{ font-size: 23px; text-align: center;}
	.introduction_box .box .text_box .logo_box{ padding: 13px 0 0;}
	.introduction_box .box .text_box p{font-size: 16px; padding: 11px 0 0; text-align: center; font-weight: 600;}
	
	.ticket_box .white_box{position: relative; padding: 13.5% 0 33px; }
	.ticket_box .white_box h4{ top: -10%; width: 97%; }
	.ticket_box .white_box p{font-size: 22px; padding: 13px 0 0;}
	.ticket_box .white_box p span.data_1{ font-size: 20px; padding: 0 0 5px;}
	.ticket_box .white_box p span.data_2{ font-size: 52px; }
	.ticket_box .white_box a{ margin: 24px auto 0; }
	.ticket_box .white_box .flex{flex-wrap: wrap; flex-direction: row; }
	.ticket_box .white_box .flex .img {width: 33.3%;}
	.ticket_box .white_box .flex .img:nth-child(4n),
	.ticket_box .white_box .flex .img:nth-child(5n) {width: 50%;}
	
	a.btn_orange{width: 65%; font-size: 14px;}
	a.btn_orange:before{ height: 48px; }
	a.btn_orange div{width: 100%; padding: 16px 0 18px; top: -4px;}
	a.btn_orange div span{width: 15px; height: 15px; right: 7%;}
	a.btn_orange div span:before,
	a.btn_orange div span:after{ width: 9px; height: 9px; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
	a.btn_orange div span:after{right: 7px;}
		
	.follow{width: 100%; padding: 30px 0 15px;}
	.follow a.btn_orange{width: 65%; font-size: 16px;}
	.follow a.btn_orange div{ padding: 18px 0; width: 100%; top: -6px;}
	.follow a.btn_orange:before{ height: 52px; }
	.follow a.btn_orange span:after{ width: 12px; height: 12px; }
	/* ----------------------------- #fv ------------------------------- */
	#fv{margin: 63px 0 0; }
	#fv h2 {width: 97%;}
	#fv .slick_box .slick_img{position: relative; height: 50%;}
	#fv .slick_box .slick_img img{position: absolute; height: auto;}
	#fv .slick_box{position: relative; }
	#fv .slick_box .slick_box_1{background: url(../images/index/slider_left_2_sp.jpg?Var=188) repeat-x 0 0;background-size: auto 100%; animation: bg-slider_1 23s linear infinite;  height: 195px;width: 100%;}
	@keyframes bg-slider_1 {
		from { background-position: 0 0; }
	    to { background-position: -442px 0; }
	}
	#fv .slick_box .slick_box_2{background: url(../images/index/slider_right_2_sp.jpg?Var=188) repeat-x 0 0;background-size: auto 100%; animation: bg-slider_2 23s linear infinite;  height: 195px;width: 100%;}
	@keyframes bg-slider_2 {
		from { background-position: 0 0; }
	    to { background-position: 442px 0; }
	}
	/* ----------------------------- .linklist_box ------------------------------- */
	.linklist_box{padding: 211px 0 0; background: url(../images/index/bg_1_sp.jpg?Var=188) no-repeat center center; background-size: 100% 100%;}
	.linklist_box .text{font-size: 15px;font-family: 'Noto-Sans-JP-Bold';}
	.linklist_box .white_box{margin:47px auto 0;}
	.linklist_box .white_box .big_tt_box{width: 100%;padding: 21px 0 0;}
	.linklist_box .white_box .big_tt_box .big_tt{font-size: 18px; }
	.linklist_box .white_box .big_tt_box .big_tt span{font-size: 18px; }
	.linklist_box .white_box .big_tt_box .img_left{width: 24%; height: auto;}
	.linklist_box .white_box .big_tt_box .img_right{width: 24%; height: auto;}
	
	.linklist_box .white_box ul{padding: 20px 10px 26px;}
	.linklist_box .white_box ul li:not(:last-child){margin: 0 0 18px;}
	.linklist_box .white_box ul li:nth-child(3n){margin:0 0 28px;}
	.linklist_box .white_box ul li a .box{border-radius: 15px;padding:13px 0 14px;top: -6px; text-align: left;}
	.linklist_box .white_box ul li a.thumb-hover .box{top: -0px; transition: 0.5s;}
	.linklist_box .white_box ul li a:before{display: block; width: 100%; height: 80px; content: ""; position: relative;border-radius: 15px; }
	.linklist_box .white_box ul li a .box img{position: absolute; top: 50%; left: 0px; transform: translateY(-50%); width: 20%; height: auto;}
	.linklist_box .white_box ul li a .box p{font-size: 12px; padding: 0 0 0 37%;}
	.linklist_box .white_box ul li a .box p span{font-size: 19px;}
	.linklist_box .white_box ul li a .box:before{ width: 13px; height: 13px; bottom: 8%; left: auto; right: 3%;top: 50%; transform: translateY(-50%) rotateZ(-45deg); border-bottom: 2px solid #fff; border-right: 2px solid #fff;}
	.linklist_box .white_box ul li.link_1,
	.linklist_box .white_box ul li.link_2,
	.linklist_box .white_box ul li.link_3{ width: 100%; height: auto;}
	.linklist_box .white_box ul li.link_4 {width: 100%; height: auto;}
	
	.linklist_box .white_box ul li.link_4 a .box p{padding: 0 0 0 53%;}
	
	.linklist_box .white_box ul li.link_1 a .box{background: linear-gradient(90deg, #cee930 25%,#09b5b7 75%); width: 100%; height: auto;}
	.linklist_box .white_box ul li.link_2 a .box{background: linear-gradient(90deg,#f1ac17, #ff5488 80%); width: 100%; height: auto; padding: 26px 0 28px;}
	.linklist_box .white_box ul li.link_3 a .box{background: linear-gradient(90deg, #09b4bf, #5858ca 80%); width: 100%; height: auto;}
	.linklist_box .white_box ul li.link_4 a .box{width: 100%; height: auto; padding: 26px 0 28px;}
	
	.linklist_box .white_box ul li.link_1 a:before{background: linear-gradient(90deg,#cee930 10%,#09b5b7 90%);}
	.linklist_box .white_box ul li.link_2 a:before{background: linear-gradient(90deg,#f1ac17, #ff5488 40%);}
	.linklist_box .white_box ul li.link_3 a:before{background: linear-gradient(90deg,#09b4bf, #5858ca 40%);}
	.linklist_box .white_box ul li.link_4 a:before{background: #ca7f00;}
	
	.linklist_box .white_box ul li.link_1 a .box img{ top: 40%; left: -9%; transform: translateY(-50%); width: 142px; height: auto;}
	.linklist_box .white_box ul li.link_2 a .box img{ top: 50%; left: -3%; transform: translateY(-50%); width:124px; height: auto}
	.linklist_box .white_box ul li.link_3 a .box img{top: 50%; left: 0px; transform: translateY(-50%); width: 113px; height: auto;}
	.linklist_box .white_box ul li.link_4 a .box img{ top: 35%; left: 4%; transform: translateY(-50%); width: 145px; height: auto;}
	
	.linklist_box .white_box ul li.link_1 a.thumb-hover .box img,
	.linklist_box .white_box ul li.link_2 a.thumb-hover .box img,
	.linklist_box .white_box ul li.link_3 a.thumb-hover .box img,
	.linklist_box .white_box ul li.link_4 a.thumb-hover .box img{transform: translate3d(10%,-50%,0) ;}
	
	
	/* ----------------------------- #new_open ------------------------------- */
	#new_open{padding: 60px 0 0; background: url(../images/index/bg_2_sp.jpg?Var=188) no-repeat center center; background-size: 100% 100%;}
	#new_open .new_open_box{border: 4px solid #d8a6d5; padding: 8% 10px;}
	#new_open .new_open_box h3{top: -26px; font-size: 20px;padding: 12px 0 14px; background:url(../images/index/linklist_bg_3.png) no-repeat center center;; width: 211px; background-size: 100% 100%;}
	#new_open .new_open_box h4{font-size: 17px; line-height: 160%;}
	#new_open .new_open_box .text_box .fv_img_2{ left: -9%; width: 27%; height: auto; top: 8%;}
	#new_open .new_open_box .text_box .fv_img_3{ top: 4%; right: -24%; width: 44%; }
	#new_open .new_open_box .text_box .logo_1{margin: -3% auto 0; width: 60%; height: auto;}
	#new_open .new_open_box .text_box dl{width: 70%; margin: 11px auto 0; display: flex; flex-wrap: wrap; align-items: center; position: relative;z-index: 1;}
	#new_open .new_open_box .text_box dl dt{line-height: 160%; font-size:14px;width: 100%; margin: 0 0 7px; text-align: left;padding: 0 10px;}
	#new_open .new_open_box .text_box dl dd{font-size: 16px; margin: 0 0 7px 0; width: 100%;padding: 0 10px;}
	#new_open .new_open_box .flex{padding: 10px 0 0;}
	#new_open .new_open_box .flex .img_2{padding: 20px 0 0;}
	#new_open .new_open_box p{line-height: 160%; font-size: 13px; padding: 15px 0 0; text-align: left; }
	/* ----------------------------- #activity ------------------------------- */
	#activity{padding: 45px 0 0;background: url(../images/index/bg_3_sp.jpg?Var=188) no-repeat center center; background-size: 100% 100%; overflow: hidden;}
	#activity .introduction_box{padding: 30px 0 0;overflow: unset;}
	#activity .introduction_box .box_2{position: relative; height: auto; margin: 79px 0 0; padding: 44% 0 0;}
	#activity .introduction_box .box.box_2 .text_box.text_left{padding: 21% 13px 27px;}
	#activity .box .text_box{background: linear-gradient(90deg,rgba(206,233,48,0.6),rgba(9,181,183,0.6));width: 100%; padding: 30% 13px 27px;}
	#activity .introduction_box .box .img_left{ width: 100%; left: 54%; top: -3%;}
	#activity .introduction_box .box .text_box .logo_box{ padding: 10px 0 0;width: 166px; margin: 0 auto; display: block;}
	#activity .introduction_box .box.box_2 .text_box .logo_box{width: 80px;}
	#activity .introduction_box .box .img_right{width: 90%; top: 0%;}
	#activity .inner_2{width: 100%; margin: 0 auto; padding: 34px 0 0;}
	#activity .inner_2 .img_box{width: 100%; height: auto; display:flex; align-items: center;padding: 0 ;}
	#activity .inner_2 .img_box .img{overflow: hidden; width: 35%; height: auto;}
	#activity .inner_2 .img_box:not(:last-child){margin:0 0 8px;}
	#activity .inner_2 .img_box p{ width: 62%; height: auto;font-size: 18px; padding: 0; margin: 0 0 0 3%; text-align: left;position: revert;left: auto; transform: none; font-weight: 600;}
	
	#activity .playground{padding: 38px 0 0;}
	#activity .playground .playground_box{width: 100%; margin-bottom:20px;}
	#activity .playground .playground_box:not(:nth-child(2n)){margin-right: 0px;}
	#activity .playground .playground_box .logo_1{position: relative; z-index: 1;width: 46%; height: auto; margin: 0 auto; }
	#activity .playground .playground_box p{font-size: 14px; padding: 9px 0 0;position: relative; z-index: 1;}
	#activity .playground .playground_box h4{font-size: 15px; padding: 8px 20px 12px; width: 233px; bottom: 0px; z-index: 1;}
	#activity .playground .playground_box p.text{bottom: auto; font-size: 14px; text-align: left; top: 80%;}
	#activity .playground .playground_1{padding: 23% 0 17%;margin-bottom:8px;}
	#activity .playground .playground_1 p{margin: -20px 0 0; font-weight: 600;}
	#activity .playground .playground_2{padding: 30% 0px 14%;}
	#activity .playground .playground_3{padding: 30% 0 36%;}
	#activity .playground .playground_3 h4{bottom: 23%;}
	#activity .playground .playground_3 .img_3{top: 0px;width: 100%; height: auto;}
	#activity .playground .playground_4{padding: 24% 0 16%;}
	
	#activity .playground .playground_1 .logo_1{width: 180px; height: auto;}
	#activity .playground .playground_2 .logo_1{width: 160px; height: auto;}
	#activity .playground .playground_3 .logo_1{width: 172px; height: auto;}
	#activity .playground .playground_3 .logo_1 img{width: 126px; height: auto;}
	#activity .playground .playground_4 .logo_1{width: 167px; height: auto;}
	#activity .playground .playground_2 h4{width: 287px;}
	
	#activity .playground .playground_4 h4{width: 287px;}
	#activity .ticket_box{padding: 55px 0 0;}
	
	/* ----------------------------- #food_garmping ------------------------------- */
	#food_garmping{padding: 56px 0 0;background: url(../images/index/bg_4_sp.jpg?Var=188) no-repeat center center; background-size: 100% 100%; overflow: hidden;}
	#food_garmping .title_box p {padding: 5px 0 0;}
	#food_garmping .food_box{width: 100%; padding: 0px 0 45%;text-align: center; }
	#food_garmping .restrant_box{margin: 44px auto 0;}
	#food_garmping .glamp_box{margin: 29px auto 0;}
	
	#food_garmping .food_box h4{font-size: 45px;}
	#food_garmping .box .text_box .title {font-size: 20px;}
	#food_garmping .box .text_box p{font-size: 13px;}

	#food_garmping .food_box p{font-size: 14px;padding: 33px 0 0; font-weight: 600;}
	#food_garmping .food_box p span{font-size: 20px; padding: 0px 0 16px;}
	
	#food_garmping .restrant_box .img_box p{ font-size: 12px;background: linear-gradient(90deg,#f1ca17,#ff5488);  padding: 5px 10px; width: auto;font-family: 'Noto-Sans-JP-Medium';}
	#food_garmping .restrant_box .img_box .img_1{position: absolute; left: -12%; top: 10%; width: 37%; height: auto; z-index: 2;}
	#food_garmping .restrant_box .img_box .img_2{position: absolute; right: -10%; top: 10%; width: 39%; height: auto; z-index: 2;}
	#food_garmping .restrant_box .img_box .img_3{position: absolute; left: -5%; bottom: 4%; width: 52%; height: auto;}
	#food_garmping .restrant_box .img_box .img_4{position: absolute; right: -4%; bottom: 4%; width: 55%; height: auto;}
	
	#food_garmping .restrant_box .img_box .img_1 p{ left: 19%; bottom: -20%; width: 117px;}
	#food_garmping .restrant_box .img_box .img_2 p{ right: 12%; bottom: -25%; width: 127px;}
	#food_garmping .restrant_box .img_box .img_3 p{ left: 10%; bottom:-15%; width: 130px;}
	#food_garmping .restrant_box .img_box .img_4 p{ right: 0%; bottom: -5%; width: 127px;}
	
	#food_garmping .glamp_box{padding: 11px 0 18px;}
	#food_garmping .glamp_box p{padding: 22px 0 0;}
	#food_garmping .glamp_box .img_box{position: revert; width: 100%; flex-direction: row; transform: none; padding: 18px 0 0;}
	#food_garmping .glamp_box .img_box .img_5,
	#food_garmping .glamp_box .img_box .img_6 {width: 50%;}
	#food_garmping .introduction_box{padding: 40px 0 0;}
	#food_garmping .introduction_box h4 span{ font-size: 45px; }
	#food_garmping .box .text_box,
	#food_garmping .box .text_left.text_box{background: linear-gradient(90deg,#f1ca17,#ff5488 );}
	#food_garmping .introduction_box .box .img_right,
	#food_garmping .introduction_box .box .img_left {left: 50%; top: 0%; width: 90%; transform: translateX(-50%);}
	#food_garmping .introduction_box .box_1{margin: 21px auto 0;}
	#food_garmping .introduction_box .box_2{margin: 21px auto 0;}
	
	#food_garmping .introduction_box .box .text_left{padding: 31% 13px 27px;}
	#food_garmping .introduction_box .box .text_right{padding: 31% 13px 27px;}
	
	#food_garmping .ticket_box{padding: 94px 0 0;}
	#food_garmping .introduction_box h4{top: -16%;}
	/* ----------------------------- #hot_spring ------------------------------- */
	#hot_spring{padding: 71px 0 0;background: url(../images/index/bg_5_sp.jpg?Var=188) no-repeat center center; background-size: 100% 100%; overflow: hidden;}
	#hot_spring p { font-size: 14px; padding: 5px 0 0; font-weight: 600;}
	#hot_spring .stars{height: 55px; width: 100%; position: relative; display: none;}
	#hot_spring .stars .bubble_img{}
	#hot_spring .title_box{position: relative;}
	#hot_spring .title_box .img_left{position: absolute; left: 0px; top: -10%; width: 20%; height: auto;}
	#hot_spring .title_box .img_right{position: absolute; right: -18%; top: -1%; width: 45%; height: auto;}
	#hot_spring .contact{padding: 24px 0 0;}
	#hot_spring .contact .img_box{overflow: hidden; min-width: 100%;}
	#hot_spring .contact img{width: 100%; height: auto;}
	#hot_spring .contact .flex{padding: 34px 0 0; text-align: center;}
	#hot_spring .contact h4{font-size: 20px; padding: 0;}
	#hot_spring .contact p{font-size: 14px; padding: 5px 0 0; line-height: 175%; font-weight: 600;}
	
	#hot_spring .box .text_box{background:linear-gradient(150deg,#09b4bf ,#5858ca);}
	
	#hot_spring .introduction_box{padding: 26px 0 0;}
	#hot_spring h4 {font-size: 20px;padding: 0 0 0;}
	#hot_spring .introduction_box .box_1{}
	#hot_spring .introduction_box .box_2{margin: 54px auto 0;}
	#hot_spring .introduction_box .box .img_right,
	#hot_spring .introduction_box .box .img_left {top: 0%; width: 90%; }
	#hot_spring .introduction_box .box .text_left{padding: 31% 13px 27px;}
	#hot_spring .introduction_box .box .text_right{padding: 31% 13px 27px;}
	#hot_spring .introduction_box .box .text_box p{font-size: 13px;}
	#hot_spring .ticket_box{padding: 76px 0 0;}
	#hot_spring .ticket_box .white_box h4 { top: -15%; width: 100%; }
	#hot_spring .ticket_box .white_box p { font-size: 20px; padding: 21px 0 0; }
	
	/* ----------------------------- #ticket ------------------------------- */
	#ticket{padding: 51px 0 0;background: url(../images/index/bg_8_sp.jpg?Var=188) no-repeat center center; background-size: 100% 100%; overflow: hidden;}
	#ticket .ticket_list{padding: 43px 0 0;justify-content: center}
	#ticket .ticket_list .box{position: relative; width: 100%; height: auto;margin-bottom:50px;}
	#ticket .ticket_list .box:before{bottom: -7px; left: 7px; }
	#ticket .ticket_list .box:not(:nth-child(2n)){margin-right: 50px;}
	#ticket .ticket_list .box .box_2{padding: 50px 13px 38px;}
	#ticket .ticket_list .box .box_2 .box_3{margin:0 auto; max-width: 313px;}
	#ticket .ticket_list .box .box_2 .yellow_box{font-size: 13px; width: 87%; padding: 8px 0 9px;  top: -22px; font-weight: 600;}
	#ticket .ticket_list .box .box_2 .yellow_box:before{ border-width: 0 12px 20px 12px; bottom: -20px; left: 50%;}
	#ticket .ticket_list .box .box_2 .plan{ height: auto; flex-direction: row;justify-content: flex-start;}
	#ticket .ticket_list .box .box_2 .limit_box {flex-direction: row;}
	#ticket .ticket_list .box .box_2 .plan picture{width: 16%; display: block; margin: 0 14px 0 0;} 	
	#ticket .ticket_list .box .box_2 .plan img{width: 100%; height: auto;margin: 0;}
	#ticket .ticket_list .box .box_2 .plan h4{font-size: 20px;}
	#ticket .ticket_list .box .box_2 .plan p{padding: 7px 0 0;font-family: 'Noto-Sans-JP-Regular';}
	#ticket .ticket_list .box .box_2 .plan p.tt_1,
	#ticket .ticket_list .box .box_2 .plan p.tt_2{font-size: 11px; flex-direction: row;font-feature-settings: "palt"; }
	#ticket .ticket_list .box .box_2 .limit_box_1{padding: 20px 0 0;}
	#ticket .ticket_list .box .box_2 .limit_box_2{padding: 14px 0 0;}
	#ticket .ticket_list .box .box_2 .limit_box p.price{font-size: 14px; }
	#ticket .ticket_list .box .box_2 .limit_box p.price .center_tt{font-size: 20px; }
	#ticket .ticket_list .box .box_2 .limit_box p.price .big{font-size: 37px; }
	#ticket .ticket_list .box .box_2 .limit_box .age_tt{width: 127px; padding:8px 5px 10px; font-size: 12px; margin-right: 8px;}
	
	#ticket .ticket_list .box .box_2 a{ font-size: 16px; width: 80%; margin: 40px auto 5px; }
	#ticket .ticket_list .box .box_2 a:before{ width: 100%; height: 57px;}
	#ticket .ticket_list .box .box_2 a .link_box{font-family: 'Noto-Sans-JP-Bold'; padding: 15px 0;  top: -10%; }
	#ticket .ticket_list .box .box_2 a .link_box span{ width: 12px; height: 12px; right: 5%; }
	#ticket .ticket_list .box .box_2 a .link_box span:before, 
	#ticket .ticket_list .box .box_2 a .link_box span:after { width: 100%; height: 100%; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
	#ticket .ticket_list .box .box_2 a .link_box span:after {right: 8px;}
	#ticket .ticket_link{text-align: center; padding: 0px 0 56px;}
	#ticket .ticket_link p{font-size: 21px; font-weight: 700; font-style: normal;}
	#ticket .ticket_link a{ margin: 18px auto 0;}
	
	/* ----------------------------- ##model_plan ------------------------------- */
	#model_plan{background: url(../images/index/bg_6_sp.jpg?Var=188) no-repeat center center; background-size: cover; padding: 40px 0;}
	#model_plan .accordion_box{border-radius: 15px; padding: 0 15px 0 16px; width: 100%; margin: 44px auto 0; box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);}
	#model_plan .accordion_box_2{padding: 0 15px 0 16px; margin: 53px auto 0;}
	#model_plan .accordion_box .accordion_btn{position: relative; width: 100%; padding: 25.5% 0 40px;}
	#model_plan .accordion_box .accordion_btn .left_img{ top: -10%; left: 50%; width: 38%; height: auto; transform: translateX(-50%);}
	#model_plan .accordion_box .accordion_btn .right_img{top: -15%;right: auto;left: 50%;width: 22%;height: auto;transform: translateX(-50%);}
	#model_plan .accordion_box .accordion_btn .tt_box{margin: 0px;}
	#model_plan .accordion_box .accordion_btn .tt_box_left{margin: 0px;}
	#model_plan .accordion_box .accordion_btn .tt_box h4{ font-size: 16px; text-align: center;}
	#model_plan .accordion_box .accordion_btn .tt_box p.btn{ font-size: 12px; width: 162px; padding: 11px 0 12px; margin: 17px auto 0;}
	#model_plan .accordion_box .accordion_btn .tt_box p.btn span {font-size: 12px; font-weight: 600;}
	#model_plan .accordion_box .accordion_btn .tt_box p.btn:before{ width: 10px; height: 10px; right: 10%;}
	
	#model_plan .accordion_box .accordion_content{padding: 0 0 35px; display: none;}
	#model_plan .accordion_box .accordion_content .box{ padding: 13px 7px 0; position: relative;z-index: 1;}
	#model_plan .accordion_box .accordion_content .box h5{ font-size: 16px; }
	#model_plan .accordion_box .accordion_content .box p.text { padding: 10px 0 0; font-size: 14px;text-align: left;}
	#model_plan .accordion_box .accordion_content .box_gradient{position: relative;}
	#model_plan .accordion_box .accordion_content .box_gradient .flex{justify-content: center; flex-direction: row; align-items: flex-start; padding: 12px 0 0;}
	#model_plan .accordion_box .accordion_content .box_gradient:before{width: 100%; height: 64%;}
	#model_plan .accordion_box .accordion_content .box_gradient.tt_box:before{height: 41%;}
	#model_plan .accordion_box .accordion_content .box_1:before{background:linear-gradient(90deg, #cee930 , #09b5b7); }
	#model_plan .accordion_box .accordion_content .box_2:before{background:linear-gradient(90deg, #f1ca17,#ff5488); }
	#model_plan .accordion_box .accordion_content .box_3:before{background:linear-gradient(90deg, #09b4bf,#5858ca); }
	#model_plan .accordion_box .accordion_content .box_2 .img_box,
	#model_plan .accordion_box .accordion_content .box_3 .img_box{width: 45%; height: auto;}
	#model_plan .accordion_box .accordion_content .img_list_1 .img_box_1{width: 33%; height: auto; }
	#model_plan .accordion_box .accordion_content .img_list_1 .img_box_2{width: 33%; height: auto;}
	#model_plan .accordion_box .accordion_content .img_list_1 .img_box_3{width: 33%; height: auto;}
	#model_plan .accordion_box .accordion_content .img_list_1 .img_box_1 .logo{padding: 8px 0 0; width: 85%; height: auto; margin: 0 auto;}
	#model_plan .accordion_box .accordion_content .img_list_1 .img_box_2 .logo{padding: 7px 0 0; width: 80%; height: auto; margin: 0 auto;}
	#model_plan .accordion_box .accordion_content .img_list_1 .img_box_3 .logo{padding: 4px 0 0; width: 61%; height: auto; margin: 0 auto;}
	
	#model_plan .accordion_box .accordion_content .img_list_2 .img_box_1{width: 30%; height: auto; margin-right: 15px;}
	#model_plan .accordion_box .accordion_content .img_list_2 .img_box_2{width: 34%; height: auto; margin-right: 6px;}
	#model_plan .accordion_box .accordion_content .img_list_2 .img_box_3{width: 31.5%; height: auto;}
	#model_plan .accordion_box .accordion_content .img_list_2 .img_box_1 .logo{padding: 7px 0 0;width: 85%; height: auto; margin: 0 auto;}
	#model_plan .accordion_box .accordion_content .img_list_2 .img_box_2 .logo{padding: 6px 0 0;width: 80%; height: auto; margin: 0 auto;}
	#model_plan .accordion_box .accordion_content .img_list_2 .img_box_3 .logo{padding: 3px 0 0;width: 90%; height: auto; margin: 0 auto;}
	#model_plan .accordion_box .accordion_content .img_list_2 .img_box p{font-size: 11px; padding: 10px 0 0;}
	#model_plan .accordion_box .accordion_content .img_list_2 .box_2 .img_box{width: calc(100% / 3);}

	 
	#model_plan .accordion_box_2 .accordion_btn{position: relative; width: 100%; padding: 31% 0 40px;}
	#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box{text-align: center;}
	#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box .logo{display: inline-block;}
	#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box_1{width: 33%; height: auto; margin: 0px 0 0 -7px;}
	#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box_2{ width: 33%; height: auto; margin: 0 0 0 3%; }
	#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box_3{width: 33%; height: auto;}
	#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box_1 .logo{ padding: 4px 0 0; margin: 0;width: 61%;margin: 0 auto;}
	#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box_2 .logo{padding: 9px 0 12px;width: 80%;margin: 0 auto;}
	#model_plan .accordion_box_2 .accordion_content .img_list_1 .img_box_3 .logo{padding: 7px 0 18px;width: 80%; margin: 0 0 0 8%;}
	#model_plan .accordion_box_2 .accordion_content .triangle{height: 58px; width: 100%; position: relative; }
	#model_plan .accordion_box .accordion_content .triangle{width: 93px; height: 28px; margin: 17px auto 22px;  background: url(../images/index/icn_1.png) no-repeat center center; background-size: 100% 100%;}
	#model_plan .accordion_box .accordion_content .triangle:before{display: none;}
	


	/* ----------------------------- #access ------------------------------- */
	#access .bg{background: url(../images/index/bg_7_sp.jpg?Var=188) no-repeat center center; background-size: cover; padding: 45px 0 43px}
	#access .bg .white_box{margin: 20px auto 0; padding: 28px 16px 31px 15px; box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);}
	#access .bg .white_box p{font-size: 12px;font-family: 'Noto-Sans-JP-Bold';}
	#access .bg .white_box p span.mark{font-size: 23px; background: linear-gradient(transparent 60%, #fee741 60%);font-family: 'Noto-Sans-JP-Bold'; }
	#access .bg .white_box p span.pink{font-size: 38px; font-family: "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; }
	#access .bg .white_box .flex{padding: 25px 0 0;}
	#access .bg .white_box .flex .map{margin: 0; }
	#access .bg .white_box .flex .map .zoom_box{ width: 100%;}
	#access .bg .white_box .flex .map a{font-size: 13px; padding: 10px 0 0; font-family: 'Noto-Sans-JP-Bold';}
	#access .bg .white_box .flex .img { padding: 20px 0 0; }
	#access .ticket_link{ padding: 52px 0 61px; }
	#access .ticket_link p{font-size: 18px; }
	#access .ticket_link a{ margin: 19px auto 0;}


}
