@charset "UTF-8";
/*-----------------------------------------------
__header
-----------------------------------------------*/
.tb_none {
    display: block !important;
}
.sp_none {
    display: block !important;
}
.pc_none {
    display: block !important;
}
.sp_only {
    display: none !important;
}
.sptb_none {
    display: none !important;
}
header {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
/*-----------------------------------------------
__nav
-----------------------------------------------*/
nav.gl_nv_wrap {
    display: none;
}
.full_nv_logo {
    display: none;
}
.toggleWrap {
    right: 0;
    left: auto;
    width: 50%;
}
.full_nv {
    width: 80%;
    justify-content: center;
}
.full_nv > dl {
    flex-basis: 100%;
    margin: 0 0 25px;
    padding: 0 0 10px;
    border-bottom: 1px solid #aaa;
}
.full_nv > dl:nth-child(1) {
    order: 2;
}
.full_nv > dl:nth-child(2) {
    order: 3;
}
.full_nv > dl:nth-child(3) {
    order: 1;
}
.full_nv > dl:nth-child(4) {
    order: 4;
}
.full_nv > dl:nth-child(5) {
    order: 5;
}
.full_nv > dl:nth-child(6) {
    order: 6;
}
.full_nv > dl:nth-child(7) {
    order: 7;
}
.full_nv > dl:nth-child(8) {
    order: 8;
}
.full_nv > dl:nth-child(9) {
    order: 9;
}
.full_nv > dl:nth-child(10) {
    order: 10;
    position: relative;
}
.full_nv > dl:nth-child(10) dt{
    margin: 0;
}

.full_nv > dl:nth-child(10) dd {
    padding: 0px 0px 0px 5px;
    margin: 5px 0 0;
    text-align: left;
    font-size: 1.2em;
    color: #aaa;
}


.full_nv > dl dt {
    font-size: 2em;
    margin: 0 auto 10px;
    text-align: left;
}
.full_nv > dl dd {
    padding: 0px 0px 2px 15px;
    margin: 0 0 2px;
    text-align: right;
}
dl.full_nv_last dt {
    flex-basis: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #aaa;
}
ul.full_nv_sns {
    width: 90%;
    position: relative;
    right: 0px;
    left: 0;
    margin: 0 auto 30px;
    justify-content: center;
}
/*-----------------------------------------------
__nav_Dropメニュー
-----------------------------------------------*/
.check_spnv {
    display: none;
}
.btn_spnv {
    position: relative;
    display: block;
    transition: all ease-in-out .33s;
}
.btn_spnv:hover {}
.btn_spnv::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    top: 50%;
    right: 0;
    border: solid transparent;
    border-top: #ffffff solid;
    border-width: 8px 5px;
    transition: all ease-in-out .33s;
}
.btn_spnv:hover::before {}
.full_nv > dl dt dl {
    height: 0;
    opacity: 0;
    transition: all ease-in-out .33s;
    visibility: hidden;
    font-size: 0.7em;
}
.full_nv > dl em {
    font-size: 0.5em;
    font-weight: 600;
    margin: 0 0 0 20px;
    position: relative;
    display: inline-block;
    transition: all ease-in-out .33s;
}
.full_nv > dl dt dl dd {
    padding: 0px 0px 2px 15px;
    margin: 0 0 10px;
    text-align: right;
    font-size: .9em;
    font-weight: 500;
}
.full_nv > dl dt dl dd ul {
    padding: 25px 0 5px 10px;
    font-size: .9em;
}
.full_nv > dl dt dl dd ul li {
    margin: 0 0 15px;
}
.check_spnv:checked + .btn_spnv {
    color: #fff;
}
.check_spnv:checked + .btn_spnv + dl {
    flex-basis: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    margin: 20px 0 0;
}
.check_spnv:checked + .btn_spnv + dl.dl_spnv01 {
    height: 45px;
}
.check_spnv:checked + .btn_spnv + dl.dl_spnv02 {
    height: 175px;
}
.check_spnv:checked + .btn_spnv + dl.dl_spnv03 {
    height: 165px;
}
.check_spnv:checked + .btn_spnv + dl.dl_spnv04 {
    height: 110px;
}
.check_spnv:checked + .btn_spnv em {
    margin: 0 0 0 40px;
}
.check_spnv:checked + .btn_spnv em::before {
    left: -30px;
    width: 20px;
}
.check_spnv:checked + .btn_spnv::before {
    top: 50%;
    border-bottom: #aaa solid;
    border-top: none;
    border-width: 8px 5px;
}
.check_spnv:checked + .btn_spnv::before {}
/*-----------------------------------------------
__video
-----------------------------------------------*/
.wrap_video video {
    height: 100vh;
}
/*-----------------------------------------------
__common
-----------------------------------------------*/
h2 {
    font-size: 2em;
    line-height: 1.5;
}
/*-----------------------------------------------
__top_concept
-----------------------------------------------*/
.top_flex .r_box {
    flex-basis: 48%;
}


.con_box {
    height: 200px;
}
#con05.con_box {
    height: 200px;
}
#con05 .stage {
    height: 200px;
}
#con05 .stage .cover {
    height: 200px;
}
.con_box p {
    top: 25px;
    left: 15px;
    font-size: 0.8em;
}
.con_box h2.title {
    font-size: 2em;
    line-height: 1;
}
.stage {
    height: 200px;
}


.stage video {
    display: none;
}
.stage .cover {
    height: 200px;
    filter: brightness(60%);
}
.con_box:hover .cover {
    opacity: 1 !important;
    filter: brightness(80%);
    transform: scale(1.1);
}
/*-----------------------------------------------
__top_news
-----------------------------------------------*/
.top_news .top_flex {
    width: 90%;
    margin: 60px auto;
    flex-wrap: wrap;
}
.l_title, .r_news {
    flex-basis: 100%;
}
.l_title span.e_ttl {
    margin: 0 0 35px 40px;
}
.l_title h2 {
    margin: 0 0 60px;
}
/*-----------------------------------------------
__top_contact
-----------------------------------------------*/
.contact_video video {
    display: none;
}
.contact_video {
    background: url(../images/common/con05.jpg) no-repeat 50% 50%;
    background-size: cover;
    filter: brightness(80%);
    height: 320px;
}

.top_contact {
    height: 315px;
}

.top_contact h2.title {
    top: 25px;
    height: 40px;
    color: #fff;
    font-size: 3em;
}
.top_contact h2.title em {
    display: block;
    margin: 7px 0 0;
}
.top_contact .btn_contact {
    top: 120px;
    width: 335px;
    font-size: 1.5em;
}
.top_contact .tell_num {
    bottom: 17px;
    font-size: 1.8em;
}

.top_contact.en_page {
    height: 325px;
}

.top_contact .tell_num em {
    font-size: 0.8em;
}
/*-----------------------------------------------
__top_sns
-----------------------------------------------*/
.top_sns_flex {
    width: 90%;
    margin: 60px auto;
    flex-wrap: wrap;
    justify-content: center;
}
.fb_box {
    flex-basis: 75%;
    margin: 0 auto 50px;
}
.ig_box {
    flex-basis: 75%;
    margin: 0 auto 50px;
}
.fb_box iframe {
    margin: 0 auto;
    display: block;
}
.ig_box ul {
    margin: 0 auto;
}
/*-----------------------------------------------
__top_Links
-----------------------------------------------*/
.top_links_flex {
    width: 90%;
}
ul.link_bnr {
	justify-content: flex-start;
}
ul.link_bnr li {
    flex-basis: 30%;
}
/*-----------------------------------------------
__foooooooter
-----------------------------------------------*/
.logo_op {
    height: 90px;
}
.logo_op img {
    width: 80px;
}
.f_nav {
    display: none;
}
.f_add {
    width: 90%;
}
.f_add dl {
    flex-basis: 48%;
}
.f_add > dl dd {
    margin: 0 0 10px;
}
.f_contact .btn_contact {
    width: 280px;
    font-size: 1em;
}
.f_contact .btn_contact a {
    max-width: 280px;
}
dl.f_contact p.tell_num {
    font-size: 1.2em;
}
/*-----------------------------------------------
__Contents common
-----------------------------------------------*/
article.title_box {
    height: 230px;
}
article.title_box h1 {
    font-size: 3em;
    top: 90px;
}
article.title_box h1 > em {
    font-size: .4em;
    bottom: -20px;
}
.content_flex div > h2 {
    font-size: 2.5em;
}
/*-----------------------------------------------
__pagelink
-----------------------------------------------*/
div.page_link {
    height: auto;
    overflow: visible;
}
div.page_link > ul {
    flex-wrap: wrap;
    justify-content: space-between;
}
div.page_link > ul li {
    line-height: 35px;
    max-width: 240px;
    border-left: none;
}
div.page_link > ul li > a {
    font-size: 0.85em;
}
div.page_link > ul li:last-child {
    border-right: none;
}

div.page_link > ul li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 33.333%;
}

div.page_link.pl-fixed {
    position: relative;
}
div.page_link.pl-fixed ul {
    width: 90%;
    margin: 0 90px 0 auto;
    max-width: 909px;
    flex-wrap: wrap;
    justify-content: left;
}
div.page_link.pl-fixed ul li {
    line-height: 35px;
    max-width: 160px;
    border-bottom: none;
}
div.page_link.pl-fixed ul li a {}
/*-----------------------------------------------
__CONTENTS
-----------------------------------------------*/
.l_box {
    flex-basis: 100%;
}
.r_box {
    flex-basis: 100%;
}
.c_box {
    flex-basis: 100%;
}
.content_flex {
    flex-wrap: wrap;
}
.content_flex .con_box {
    height: 160px;
}
.content_flex .con_box > p {
    top: 15px;
    left: 30px;
    font-size: 1.2em;
}
.content_flex .con_box > p::before {
    top: 12px;
    left: -20px;
    width: 15px;
    height: 2px;
}
.content_flex .con_box > h2.title {
    font-size: 2em;
}
#concept02 .content_flex {
    flex-direction: column-reverse;
}
/*-----------------------------------------------
__HAT
-----------------------------------------------*/
#hat02 .content_flex > .content_flex {
    flex-wrap: wrap;
    border-bottom: none;
}
#hat02 .content_flex > .content_flex .l_box {
    flex-basis: 100%;
    border-bottom: 1px solid;
}
#hat02 .l_box p {
    margin: 15px 0 30px;
    font-size: 1.1em;
}
#hat03 .content_flex .con_box {
    flex-basis: 100%;
}
/*-----------------------------------------------
__benefits
-----------------------------------------------*/
#bene02, #bene04, #bene06, #bene08 {
    flex-direction: column-reverse;
    padding: 0;
}
/*-----------------------------------------------
__support
-----------------------------------------------*/
#sup02 .content_flex {
    flex-direction: column-reverse;
    padding: 60px 0 0;
}
.prof_box {
    flex-wrap: wrap;
}
.prof_box .prof_l {
    flex-basis: 100%;
}
.prof_box .prof_r {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0px 0 50px;
}
#sup03 .content_flex {
    flex-direction: column;
    padding: 60px 0 0;
}
#sup03 .l_box p {
    margin: 30px 0 0px;
    font-size: 1.2em;
}
#sup03 .content_flex > .content_flex .l_box {
    flex-basis: 100%;
    margin: 0 0 20px;
}
/*-----------------------------------------------
__athlete
-----------------------------------------------*/
#ath02 .content_flex > .content_flex .l_box {
    flex-basis: 100%;
    border-bottom: 1px solid #666;
    margin: 0 0 20px;
}
#ath02 .content_flex > .content_flex .l_box:last-child, #ath02 .content_flex > .content_flex .l_box:nth-last-child(2) {
    border-bottom: none;
}
#ath03 ul {
    width: 80%;
    margin: 0 auto;
}
/*-----------------------------------------------
__facility
-----------------------------------------------*/
#fac01 .content_flex .con_box > h2.title {
    font-size: 1.6em;
}

#fac01 p.more_btn_box {
    margin: 0 auto;
}
#fac02 .content_flex > .content_flex .l_box {
    flex-basis: 100%;
    margin: 0 0 20px;
}

/*-----------------------------------------------
__kklabo
-----------------------------------------------*/
#kkl02 .content_flex{
    padding: 60px 0 0;
}

#kkl02 .content_flex .r_box {
    order: 1;
}
#kkl02 .content_flex .l_box {
    order: 2;
}

#kkl02 .content_flex .content_flex{
    order: 3;
    padding: 0 0 60px;
    width: 100%;
}

#kkl03 .c_box p,
#kkl04 .c_box p,
#kkl05 .c_box p{
    margin: 0px 0 20px 40px;
    text-indent: -14px;
    position: relative;
}

#kkl03 .c_box p em,
#kkl04 .c_box p em,
#kkl05 .c_box p em{
    font-size: 1.2em;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    top: -4px;
    left: -15px;
    position: absolute;
}


#kkl03  .c_box p em::before,
#kkl04  .c_box p em::before,
#kkl05  .c_box p em::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #2c85ea;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
}

#kkl04 .content_flex div:nth-child(1){
    order: 2;   
}
#kkl04 .content_flex div:nth-child(2){
   order: 1; 
}
#kkl04 .content_flex div:nth-child(3){
   order: 3; 
}
#kkl04 .content_flex div:nth-child(4){
   order: 4; 
}
/*-----------------------------------------------
__STAY
-----------------------------------------------*/
#stay02 .content_flex.pdd_120 {
    padding: 0;
}

.all_room_box {
    height: 180px;
    flex-basis: 100%;
}

.all_room_box > h2.title {
    height: auto;
    font-size: 2em;
}
/*-----------------------------------------------
__HOT SPRING
-----------------------------------------------*/
#hot_spring .content_flex.pdd_120:nth-child(2){
    padding: 0;    
}
/*-----------------------------------------------
__CONTACT
-----------------------------------------------*/
#contact01-2 .content_flex.pdd_120{
    flex-direction: column-reverse;
}

.flow_box ul li{
    margin: 0 0 30px;
}

.flow_box ul li a.btn_more {
    display: inline-block;
    margin: 30px 15px 30px 0;
}

.tb_contact {
    margin: 0 auto 60px;
    max-width: 650px;
}
/*-----------------------------------------------
__NEWS
-----------------------------------------------*/

#page_news .content_flex.pdd_120{
    padding: 60px 0 60px;
}

#page_news .content_flex.pdd_120s {
    padding: 60px 0 60px;
}

#page_news .c_box {
    margin: 60px 0 0;
}

.content_flex div > h2.h2_single {
    font-size: 2.5em;
}

p.p_thum {
    display: block;
    height: 350px;
    margin: 0 auto 50px;
}

.n_box {
    flex-basis: 100%;
    height: 95px;
    margin: 0 0 15px;
}

.n_box a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease-in-out .33s;
}

.n_box p.news_img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .7;
    width: 35%;
}

.n_box span.e_ttl {
    position: absolute;
    font-weight: 600;
    font-size: 0.8em;
    color: #666;
    margin: 0;
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 15px 10px 0px;
    top: 0;
    left: 0;
}

.n_box h2 {
    font-size: 1em;
    padding: 0 10px 0;
    margin: 0;
    transition: all ease-in-out .33s .1s;
    position: absolute;
    top: 50px;
}

.n_box p.news_p {
    display: none;
}

p.news_more {
    opacity: 1;
    bottom: 5px;
}

.n_box a:hover p.news_img {
    height: 100%;
    opacity: 1;
}

.n_box:nth-child(3n+2):last-child {
    margin-left: 0;
    margin-right: 0;
}
/*-----------------------------------------------
__SINGLE
-----------------------------------------------*/
#single01 .content_flex.pdd_120s {
    padding: 60px 0 60px;
}
/*-----------------------------------------------
__ACCESS
-----------------------------------------------*/
iframe.g_map {
    width: 100%;
    height: 470px;
}

#access01 .flow_box {
    flex-basis: 100%;
}
/*-----------------------------------------------
__FAQ
-----------------------------------------------*/

.check_faq:checked + .btn_faq + .active_faq {
    width: 95%;
}

.check_faq:checked + .btn_faq + .active_faq.in_tb {
    height: 980px;
}

.check_faq:checked + .btn_faq + .active_faq.in_380 {
    height: 300px;
}

table.dl_faq {
    flex-basis: 95%;
}

.inner_flex {
    flex-basis: 95%;
    margin: 20px 0 30px;
}

.active_faq.in_tb .c_box {
    flex-basis: 95%;
}
.inner_flex table.dl_faq {
    flex-basis: 100%;
    margin: 0 0 20px;
}
/*-----------------------------------------------
__
-----------------------------------------------*/