@charset "UTF-8";
/*-----------------------------------------------
__common
-----------------------------------------------*/
.tb_none {
    display: block !important;
}
.sp_none {
    display: none !important;
}
.pc_none {
    display: block !important;
}
.sp_only {
    display: block !important;
}
.sptb_none{
    display: none !important;
}
h2 {
    font-size: 1.5em;
}
a.btn_more {
    margin: 45px auto;
}
/*-----------------------------------------------
__header
-----------------------------------------------*/
h1.logo {
    flex-basis: 190px;
    margin: 0;
}
img.main_logo {
    transform: translateY(-50%) scale(0.5);
}
/*-----------------------------------------------
__nav
-----------------------------------------------*/
#toggle {
    top: 15px;
    right: 10px;
}
.toggleWrap {
    width: 100%;
}
.full_nv {
    margin: 50px auto 0;
}
.full_nv > dl dt {
    font-size: 1.6em;
}
.full_nv > dl dd input[type="text"] {
    height: 20px;
    width: 180px;
}
div#search_box {
    text-align: center;
}
.full_nv > dl dd input[type="submit"] {
    font-size: 1.2em;
    height: 20px;
}
.full_nv > dl {
    margin: 0 0 5px;
    padding: 5px 0;
}
.full_nv > dl:nth-child(3) {
    padding: 0 0 10px;
}
.full_nv > dl:nth-child(10) {
    margin: 0 0 20px;
}
.full_nv > dl:nth-child(10) dd {
    font-size: 1em;
}
.new_annex {
    position: absolute;
    z-index: 100;
    bottom: 15px;
    left: 10px;
    width: 125px;
    max-width: 125px;
    min-width: 120px;
    height: auto;
}
.new_annex p {
    text-align: left;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    position: absolute;
    right: 11px;
    top: -22px;
    z-index: 1;
}
.new_annex img {
    filter: brightness(0.8);
}
/*-----------------------------------------------
__weather box
-----------------------------------------------*/
.weather_box {
    position: absolute;
    z-index: 100;
    bottom: 25px;
    right: 10px;
    width: 20%;
    min-width: 100px;
    height: auto;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    color: #fff;
}
p.w_time {
    position: absolute;
    bottom: -15px;
    top: auto;
    right: 0;
    font-size: 1em;
}
.weather_box ul {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
}
.weather_box ul li {
    flex-basis: 100%;
    position: relative;
    height: auto;
    text-align: right;
}
img.w_icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 10px 10px 0;
}
p.w_temp {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1;
    text-align: right;
    margin: 0px;
}
p.w_hum {
    font-size: 1em;
}
p.w_wind {
    font-size: 1em;
    margin: 0 0 10px;
}

.weather_box ul li:nth-child(2) {
    padding: 0;
    margin: 10px 0 0;
    text-align: right;
    flex-basis: 102px;
    font-size: 0.9em;
}
/*-----------------------------------------------
__top about
-----------------------------------------------*/
.bg_para.bg_01 .top_flex {
    width: 90%;
    margin: 30px auto;
}
.bg_para.bg_01 .top_flex {
    flex-direction: column-reverse;
}
.r_box p, .l_box p, .c_box p {
    margin: 35px 0 45px;
    font-size: 1em;
}
span.e_ttl {
    font-size: 0.85em;
    margin: 0 0 15px 40px;
}
/*-----------------------------------------------
__top concept
-----------------------------------------------*/
.con_box {
    height: 125px;
    flex-basis: 100%;
}
#con05.con_box {
    height: 125px;
}
#con05 .stage {
    height: 125px;
}
#con05 .stage .cover {
    height: 125px;
}
.con_box p {
    top: 5px;
    left: 10px;
    font-size: 0.5em;
}
.con_box p::before {
    content: "";
    width: 25px;
    height: 1.5px;
    top: 20px;
}
.stage {
    height: 125px;
}
.stage .cover {
    height: 125px;
}
.con_box h2.title {
    font-size: 1.5em;
    line-height: 1;
    height: auto;
}
/*-----------------------------------------------
__top news
-----------------------------------------------*/
.l_title span.e_ttl {
    font-size: 0.85em;
    margin: 0 0 15px 40px;
}
.l_title h2 {
    margin: 0 0 35px;
}
h3.news_ttl {
    font-size: 1em;
    margin: 0 0 5px;
}
.btn_archive {
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.btn_archive p {
    flex-basis: 48%;
    height: 30px;
    margin: 0px 0 8px;
    line-height: 30px;
}
.btn_archive p a {
    line-height: 30px;
    font-size: 0.8em;
}
li.news_box {
    margin: 0px 0px 15px;
    height: 100px;
}
ul.news_list li.news_box ul {
    padding: 10px 10px 0;
    height: 20px;
}
p.news_cat {
    font-size: 0.85em;
}
p.news_date {
    font-size: 0.85em;
}
a.news_link {
    height: 100px;
    padding: 10px;
    transform: translateY(-2%);
    min-height: 100px;
}
a.news_link:hover {
    padding: 15px 10px;
    transform: translateY(-30%);
}
p.news_con {
    font-size: 0.5em;
}
/*-----------------------------------------------
__top contact
-----------------------------------------------*/

.top_contact {
    height: 275px;
}

.top_contact h2.title {
    top: 25px;
    height: 40px;
    font-size: 2.5em;
}
.top_contact .btn_contact {
    top: 110px;
    width: 280px;
    font-size: 1em;
    height: 55px;
    line-height: 55px
}
.top_contact .tell_num {
    bottom: 17px;
    font-size: 1.5em;
    font-weight: 500;
}
.contact_video {
    height: 280px;
}

.top_contact .tell_num em {
    font-size: 0.8em;
}

.top_contact.en_page {
    height: 285px;
}
/*-----------------------------------------------
__top SNS
-----------------------------------------------*/
.top_sns_flex {
    width: 90%;
    margin: 60px auto;
    flex-wrap: wrap;
    justify-content: center;
}
.ig_box ul {
    width: 320px;
    margin: 0 auto 30px;
}
.ig_box ul li {
    flex-basis: 30%;
    height: 96px;
    margin: 0 0 10px;
}
.ig_box {
    margin: 0 auto;
}
div.btn_more2 {
    position: relative;
    width: 100%;
    height: 35px;
}
a.btn_more2 {
    margin: 0 auto 45px;
    left: 0;
}
/*-----------------------------------------------
__top links
-----------------------------------------------*/
.top_links_flex {
    width: 90%;
    margin: 30px auto;
}
ul.link_bnr li {
    flex-basis: 48%;
    margin: 0 auto 10px;
}
/*-----------------------------------------------
__fooooter
-----------------------------------------------*/
.f_add {
    justify-content: center;
    font-size: 0.85em;
}
.f_add dl {
    flex-basis: 100%;
    max-width: 280px;
    margin: 0 auto 30px;
}
dl.f_contact {
    margin: 0 auto 20px;
    padding: 30px 0 0;
    border-top: 1px solid #666;
}
.f_contact .btn_contact {
    margin: 20px auto;
    width: 250px;
    font-size: 1em;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
.f_contact .btn_contact a {
    max-width: 250px;
}
.f_copy {
    font-size: 0.5em;
}



/*-----------------------------------------------
__Contents common
-----------------------------------------------*/

article.title_box {
    height: 165px;
}

article.title_box h1 {
    font-size: 2.2em;
    top: 70px;
}

div.page_link > ul li {
    flex-basis: 50%;
    font-size: 0.9em;
    line-height: 30px;
}

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

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

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

.content_flex strong {
    font-size: 1.2em;
}

.content_flex .con_box {
    height: 135px;
    flex-basis: 100%;
}

.content_flex .con_box > p {
    top: 5px;
    left: 25px;
    font-size: 1em;
}

.content_flex .con_box > p::before {
    top: 10px;
    left: -17px;
    width: 10px;
    height: 2px;
}

.content_flex .con_box > h2.title {
    font-size: 1.5em;
    height: auto;
}

.content_flex .con_box h2.title em {
    font-size: 0.4em;
    margin: 0 auto;
}

.more_btn_box {
    position: relative;
    display: block;
    width: 80%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #3d3d3d;
    text-align: left;
    line-height: 50px;
    padding: 0 0 0 40px;
    transition: all ease-in-out .3s;
    cursor: pointer;
    margin: 20px auto !important;
}

h4 {
    font-size: 1.5em;
    margin: 45px 0;
}

h4::before {
    content: none;
}

/*-----------------------------------------------
__360
-----------------------------------------------*/
#canvas-frame, #panorama_kklabo, #panorama_teisanso, #panorama_gym, #panorama_cross, #panorama_panorama, #panorama_p_room01, #panorama_p_room02, #panorama_p_room03, #panorama_p_room04, #panorama_l_room01, #panorama_l_room02, #panorama_l_room03, #panorama_eq01, #panorama_eq02, #panorama_eq03, #panorama_eq04, #panorama_eq05, #panorama_eq06, #panorama_eq07, #panorama_eq08, #panorama_eq09, #panorama_hotspring01, #panorama_hotspring02, #panorama2 {
    width: auto;
    height: 250px;
    margin:0;
}

/*-----------------------------------------------
__ABOUT
-----------------------------------------------*/
.dl_flex:first-child {
    margin: 35px 0 0;
}
.dl_flex dt {
    font-size: 1.3em;
}
.dl_flex dd {
    flex-basis: 100%;
    font-size: 1em;
}

a.btn_dl {
    width: 80%;
    margin: 20px auto;
    max-width: 320px;
    min-width: 180px;
}

.about_contact {
    height: 190px;
}

.about_contact h2.title {
    top: 25px;
    font-size: 2.8em;
    height: auto;
}

.contact_btn_box {
    top: 85px;
    width: 300px;
    height: 60px;
    font-size: 1em;
    line-height: 60px;
}

/*-----------------------------------------------
__HAT
-----------------------------------------------*/
#hat03 .content_flex .con_box > h2.title {
    font-size: 1.5em;
}

#bene02, #bene04, #bene06, #bene08 {
    padding: 0 0 30px;
}

/*-----------------------------------------------
__HAT
-----------------------------------------------*/
.check_prof:checked + .btn_prof + .active_prof {
    height: 890px;
}

/*-----------------------------------------------
__SUPPORT
-----------------------------------------------*/
#sup03 .l_box p {
    margin: 20px 0 0px;
    font-size: 1em;
}
#sup03 .content_flex strong {
    font-size: 1.2em;
}

#sup03 .l_box p em {
    font-size: 0.6em;
    margin: 0 5px 0px 0;
    padding: 5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
}

/*-----------------------------------------------
__ATHLETE
-----------------------------------------------*/
#ath02 .l_box p {
    margin: 20px 0;
    font-size: 1.2em;
}

#ath03 li {
    margin: 0 0 25px;
    font-size: 1em;
    font-weight: 500;
    text-indent: -2.7em;
}

#ath03 li em {
    font-size: 0.6em;
    font-weight: 600;
    display: inline-block;
    margin: 0px 12px 0px 0;
    padding: 5px;
    position: relative;
    border: #2c85ea solid 1px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    text-indent: 0;
}
/*-----------------------------------------------
__FACILITY
-----------------------------------------------*/
#fac01 .content_flex .con_box > h2.title {
    font-size: 1.4em;
}

#fac02 dl {
    width: 90%;
    margin: 0 auto 30px;
}

#fac02 dl dt {
    font-size: 1.3em;
    margin: 0px 0 20px;
}

#fac02 dl dd {
    font-size: 1em;
    margin: 0 0px 5px 15px;
    padding: 5px;
}

#fac02 .content_flex strong {
    font-size: 1em;
}

/*-----------------------------------------------
__STAY
-----------------------------------------------*/
#stay01 .content_flex.pdd_120s {
    padding: 60px 0 0;
}

.all_room_box {
    height: 130px;
}

.all_room_box > p {
    top: 5px;
    left: 25px;
    font-size: 1em;
}

.all_room_box > p::before {
    top: 10px;
    left: -17px;
    width: 10px;
    height: 2px;
}

.all_room_box > h2.title {
    height: auto;
    font-size: 1.4em;
}

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

/*-----------------------------------------------
__ROOMS
-----------------------------------------------*/
#room01 .content_flex.pdd_120s {
    padding: 60px 0 0;
}

dl.dl_room {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
}

dl.dl_room dt {
    margin: 0;
    border: 1px solid #ddd;
    padding: 5px 15px;
    font-weight: 600;
    flex-basis: 100%;
}

#room01 h4,
#room02 h4{
   margin: 50px 0 20px;
}

/*-----------------------------------------------
__equipment
-----------------------------------------------*/
#equipment01 h4{
   margin: 50px 0 20px;
}

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

/*-----------------------------------------------
__hotspring
-----------------------------------------------*/
#hot_spring h4{
   margin: 50px 0 20px;
}

table.tb_stay {
    font-size: 0.8em;
}

table.tb_stay th {
    width: 100%;
    font-size: 1.1em;
    padding: 3px 0;
    display: block;
    box-sizing: border-box;
}

table.tb_stay td {
    padding: 10px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-top: none;
    border-bottom: none;
}

table.tb_stay tr:last-child td {
    border-bottom: 1px solid #666;
}

table.tb_stay td ul li {
    margin: 0 auto 10px;
    width: 80%;
}
/*-----------------------------------------------
__PRICE
-----------------------------------------------*/

#price01 .content_flex div > h2,
#price02 .content_flex div > h2{
    display: inline-block;
    width: 40%;
    margin: 10px 10px 0 0;
}

#price01 .more_btn_box,
#price02 .more_btn_box{
    position: relative;
    display: inline-block;
    width: 35%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #3d3d3d;
    text-align: left;
    line-height: 40px;
    padding: 0 0 0 10px;
    transition: all ease-in-out .3s;
    cursor: pointer;
    margin: 0 0 0 auto !important;
    max-width: none;
    min-width: 140px;
}

#price01 h3,
#price02 h3{
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.3;
    margin: 55px 0 20px;
    position: relative;
}

table.tb_price01, 
table.tb_price02 {
    font-size: 0.8em;
}

table.tb_price01 th, 
table.tb_price02 th {
    padding: 10px 0px;
}

table.tb_price01 th:nth-child(1) {
    width: 25%;
}

table.tb_price01 th:nth-child(2) {
    width: 10%;
}

table.tb_price01 tr:nth-child(2) th:nth-child(1) {
    width: 20%;
}

table.tb_price01 tr:nth-child(2) th:nth-child(2) {
    width: 20%;
}
table.tb_price01 tr:nth-child(2) th:nth-child(3) {
    width: 30%;
}

table.tb_price02 {
    margin: 55px 0 0;
}

table.tb_price02 th:nth-child(1) {
    width: 30%;
    min-width: 120px;
}

table.tb_price02 th:nth-child(2) {
    width: 10%;
    min-width: 65px;
}

table.tb_price02 th:nth-child(3) {
    width: 30%;
    min-width: 65px;
}

table.tb_price02 th:nth-child(4) {
    width: 30%;
}
/*-----------------------------------------------
__CONTACT
-----------------------------------------------*/

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

.flow_box > div {
    margin: 0 auto 35px;
}

.flow_box > div p {
    height: 45px;
    line-height: 45px;
    font-size: 1.1em;
}

.flow_box > div p::before {
    bottom: -25px;
    width: 10px;
    height: 10px;
}

.flow_box > div p::after {
    height: 20px;
    bottom: -26px;
}

#contact01 div a.btn_more,
#contact01-2 .flow_box ul li a.btn_more{
    margin: 25px auto 10px;
    width: 80%;
    padding: 0 0 0 10px;
    min-width: 180px;
    max-width: 250px;
    display: block;
}

#contact01 a.btn_more:last-child,
#contact01-2 a.btn_more:last-child{
    margin: 0 auto 25px;
}

#contact02 .tb_contact th em {
    font-size: 1.3em;
}

#contact02 .tb_contact tr:nth-child(2) {
    text-align: right;
}

#contact02 .tb_contact th {
   width: 100%;
    min-width: 0;
    height: auto;
    font-size: 1em;
    position: relative;
    display: block;
    margin: 0 0 5px;
}

#contact02 .tb_contact td {
    padding: 3px 0;
    display: block;
    width: 100%;
    margin: 0 auto 20px;
}

#contact02 .radio_input + label {
    padding-left: 25px;
    position: relative;
    margin-right: 35px;
    transition: all ease-in-out .33s;
}

#contact03 .dl_flex dt {
    font-size: 1.1em;
}

#contact03 .content_flex em {
    font-size: 1.1em;
}

/*-----------------------------------------------
__NEWS
-----------------------------------------------*/
.content_flex div > h2.h2_single {
    font-size: 1.8em;
}

.n_box span.e_ttl {
    font-size: 0.8em;
}
.n_box h2 {
    font-size: 1em;
    top: 35px;
    max-width: 200px;
}


p.p_thum {
    display: block;
    height: 200px;
    margin: 0 auto 30px;
}

.c_box_single p {
    font-size: 1em;
}

/*-----------------------------------------------
__ACCESS
-----------------------------------------------*/
#access01 h3 {
    font-size: 1.4em;
}

#access02 li em {
    font-size: 0.9em;
}
/*-----------------------------------------------
__FAQ
-----------------------------------------------*/
.check_faq:checked + .btn_faq + .active_faq {
    width: 80%;
    height: 120px;
}

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

.btn_faq {
    font-size: 1em;
}

.btn_faq.line_h{
line-height: 1.5;
}

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

.in_380 .mg30 {
    margin: 30px 0;
    font-size: 1.1em;
    font-weight: 600;
    padding: 0;
}

.active_faq::before {
    font-size: 1.5em;
}