@charset "UTF-8";

@media only screen and (max-width: 1000px) {

/* common /////////////////////////////////////////////////////////////////////////////////////////// */

.spNone {
    display: none;
}

.pcNone {
    display: block;
}

.cmn_maxbox {
    padding-left: 3%;
    padding-right: 3%;
}

/* aタグ(電話番号) */
a[href^="tel"] {
    pointer-events: all;
}

p,
li,
dt,
dd,
a {
    /* font-size: 1.4rem; */
}



/* header */
.header_mainimg [class*="slide"] {
    /* height: 750px; */
    /* height: 650px; */
    height: 700px;
}

header > .cmn_sns {
    display: none;
}

.header_maintitle {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    background: none;
}

.header_maintitle h1 {
    /* margin: 160px 0 0 0; */
    /* margin: 70px 0 0 0; */
    margin: 110px 0 0 0;
}

.header_maintitle h1 > span {
    display: block;
}

.header_maintitle h1 > small {
    display: block;
    /* margin: 0; */
    margin: -10px 0 0 0;
}

.header_maintitle .pc {
    display: none;
}

.header_maintitle .sp {
    display: inline-block;
}

.header_maintitle nav {
    background: rgba(10, 69, 170, 0.8);
}

.header_maintitle ul {
    flex-wrap: wrap;
    align-items: stretch;
}

.header_maintitle li {
    width: 50%;
    text-align: left;
}

.header_maintitle li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 14px 3%;
}

.header_maintitle li span {
    flex-shrink: 0;
    width: 40%;
    max-width: 80px;
    height: 100%;
    background-position: center;
    background-size: auto;
}

.header_maintitle p {
    width: 100%;
    max-width: 120px;
    text-align: center;
}

.header_top {
    justify-content: flex-end;
    height: 70px;
}

.header_top.js-isFixed {
    background: none;
}

.header_top.js-isFixed .header_gnav {
    display: none;
}

.header_lang {
    display: block;
    margin: 0 10px 0 auto;

    /* margin: 0 0 0 auto;
    width: 70px;
    padding: 0 8px;
    height: 100%; */
}

.header_lang li {
    margin: 6px 0 0 0;
}

.header_lang li + li {
    /* margin: 0; */
    margin: -2px 0 0 0;
}

.header_lang li {
    /* background: #000; */
}

.header_lang a {
    visibility: hidden;
    /* text-shadow: 0 0 1px rgba(0, 0, 0, 0.5); */
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    font-size: 1.4rem;
}

.header_lang a::before {
    margin: 2px -16px 0 0;
    visibility: visible;
}


.header_external a {
    width: 70px;
    height: 100%;
}

.header_external img {
    width: 32px;
}

.header_external p {
    display: none;
}



/* スマホメニュー */
#header_spmenu {
    z-index: 9;
    display: block;
    width: 70px;
    height: 100%;
}

#header_spmenu_check {
    display: none;
}

#header_spmenu_open {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/header_spmenu_open.svg) no-repeat center / 32px rgba(10, 69, 170, 0.7);
    cursor: pointer;
}

#header_spmenu_conts {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 0;
    transform: translate(0,-100%);
    transform: translate(0,calc(-100% - 70px));
    transition: transform .3s,
                height .5s;
}

#header_spmenu_check:checked ~ #header_spmenu_conts {
    height: 100%;
    transform: translate(0,0);
}

#header_spmenu_conts_inner {
    position: relative;
    height: 100%;
    padding: 70px 0 0 0;
    background: rgba(10, 69, 170, 0.8);
    background: rgba(10, 69, 170, 1);
    overflow: auto;
}

#header_spmenu_close_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../img/header_spmenu_close.svg) no-repeat center / 32px;
    cursor: pointer;
}

.header_spmenu_conts_list li {
    border-top: 1px solid #FFF;
}

.header_spmenu_conts_list li:last-of-type {
    border-bottom: 1px solid #FFF;
}

.header_spmenu_conts_list a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px 12% 16px 3%;
    background-image: url(../img/header_spmenu_arr.svg);
    background-repeat: no-repeat;
    background-position: right 6% center;
}

.header_spmenu_conts_list .reservation a {
    background-color: #B62A2B;
}

.header_spmenu_conts_list .shop a {
    background-color: #F5BE1E;
}

.header_spmenu_conts_list span {
    flex-shrink: 0;
    width: 40px;
    margin: 0 5% 0 0;
    margin: 0 30px 0 0;
    text-align: center;
}

.header_spmenu_conts_list p {
    width: 100%;
    max-width: 160px;
    color: #FFF;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
    font-weight: 800;
}

.header_spmenu_conts_list small {
    display: inline-block;
    color: #FFF;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
}

#header_spmenu_conts .cmn_sns {
    max-width: 330px;
    padding: 0 3%;
    margin: 60px auto 100px;
}

.header_spmenu_conts_lang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 290px;
    padding: 0 3%;
    margin: 0 auto 40px;
}

.header_spmenu_conts_lang a {
    display: inline-block;
    color: #FAF082;
    letter-spacing: 0.2rem;
}

.header_spmenu_conts_lang a::before {
    content: url(../img/header_flag_jp.svg);
    display: inline-block;
    margin: 2px 10px 0 0;
    vertical-align: middle;
}

.header_spmenu_conts_lang .jp a::before {
    content: url(../img/header_flag_jp.svg);
}

#lang_jp .header_spmenu_conts_lang .jp a {
    color: #B2B2B2;
    pointer-events: none;
}

#lang_jp .header_spmenu_conts_lang .jp a::before {
    content: url(../img/header_flag_jp_disabled.svg);
}

.header_spmenu_conts_lang .en a::before {
    content: url(../img/header_flag_en.svg);
}

#lang_en .header_spmenu_conts_lang .en a {
    color: #B2B2B2;
    pointer-events: none;
}

#lang_en .header_spmenu_conts_lang .en a::before {
    content: url(../img/header_flag_en_disabled.svg);
}

.header_spmenu_conts_lang .cn a::before {
    content: url(../img/header_flag_cn.svg);
}

#lang_cn .header_spmenu_conts_lang .cn a {
    color: #B2B2B2;
    pointer-events: none;
}

#lang_cn .header_spmenu_conts_lang .cn a::before {
    content: url(../img/header_flag_cn_disabled.svg);
}



/* footer */
.footer_gotop img {
    /* width: 40px; */
}



/* home /////////////////////////////////////////////////////////////////////////////////////////// */

.home_topmsg {
    padding: 0 0 110px 0;
}

.home_topmsg_mainimg {
    margin: 0 0 60px 0;
}

.home_topmsg_u3labo,
.home_topmsg_spot,
.home_topmsg_map
{
    margin: 0 0 50px 0;
}

.home_topmsg_u3labo > dt,
.home_topmsg_spot > dt,
.home_topmsg_map > dt
{
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    /* margin: 0 0 40px 0; */
    margin: 0 0 30px 0;
}

.home_topmsg_u3labo > dt img,
.home_topmsg_spot > dt img,
.home_topmsg_map > dt img
{
    /* width: 100%; */
    width: 94%;
}

.home_topmsg_u3labo > dd > div,
.home_topmsg_spot > dd > div,
.home_topmsg_map > dd > div
{
    width: 100%;
    max-width: 700px;
    /* padding: 50px 8% 40px 8%; */
    padding: 40px 8% 40px 8%;
}

.home_topmsg_spot > dd > div {
    /* padding: 50px 8% 40px 8%; */
    padding: 40px 8% 40px 8%;
}

.home_topmsg_u3labo h2,
.home_topmsg_spot h2,
.home_topmsg_map h2
{
    font-size: 2.4rem;
}

.home_topmsg_u3labo a {
    font-size: 2.0rem;
}

.home_topmsg_u3labo a span {
    font-size: 1.4rem;
}

.home_topmsg_u3labo > dd > div > span {
    width: 90px;
    /* width: 70px; */
    /* transform: translate(20%,-36%); */
    transform: translate(0%,-28%);
}

.home_topmsg_spot > dd > div > span,
#lang_en .home_topmsg_spot > dd > div > span,
#lang_cn .home_topmsg_spot > dd > div > span {
    width: 140px;
    /* width: 100px; */
    /* transform: translate(-20%,-36%); */
    transform: translate(-20%,-28%);
}


.home_topmsg_map > dd > div > span {
    width: 100px;
    /* width: 80px; */
    /* transform: translate(0,-36%); */
    transform: translate(0,-28%);
}

#lang_en .home_topmsg_map > dd > div > span,
#lang_cn .home_topmsg_map > dd > div > span {
    width: 76px;
    transform: translate(0,-30%);
}





.home_facility_bed,
.home_facility_common,
.home_facility_service
{
    padding: 30px 3% 60px;
    margin: 50px auto 10px;
}

.home_facility_bed_mainimg,
.home_facility_common_mainimg,
.home_facility_service_mainimg
{
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 0 40px 0;
}

.home_facility_bed_mainimg h3,
.home_facility_common_mainimg h3,
.home_facility_service_mainimg h3
{
    position: static;
    transform: none;
    width: 150px;
    height: 150px;
    margin: 0 auto 50px;
}

.home_facility_bed_mainimg .jp,
.home_facility_common_mainimg .jp,
.home_facility_service_mainimg .jp
{
    margin: 0 0 8px 0;
    font-size: 2.0rem;
}

.home_facility_bed_mainimg .en,
.home_facility_common_mainimg .en,
.home_facility_service_mainimg .en
{
    font-size: 1.8rem;
    line-height: 1.3;
}

#lang_en .home_facility_bed_mainimg .en,
#lang_cn .home_facility_bed_mainimg .cn,
#lang_en .home_facility_common_mainimg .en,
#lang_cn .home_facility_common_mainimg .cn,
#lang_en .home_facility_service_mainimg .en,
#lang_cn .home_facility_service_mainimg .cn
{
    font-size: 2.4rem;
}



.home_facility_bed_mainimg [class*="slide"],
.home_facility_common_mainimg [class*="slide"],
.home_facility_service_mainimg [class*="slide"]
{
    height: 46vw;
    /* min-height: 250px; */
}

.home_facility_bed_mainimg .slick-dots li button::before,
.home_facility_common_mainimg .slick-dots li button::before,
.home_facility_service_mainimg .slick-dots li button::before
{
    font-size: 2.4rem;
}


.home_facility_bed > p,
.home_facility_common > p,
.home_facility_service > p
{
    margin: 0 0 60px 0;
    font-size: 1.5rem;
}

.home_facility_bed > ul,
.home_facility_common > ul,
.home_facility_service > ul
{
    display: block;
    margin: 0 0 -50px 0;
}

.home_facility_bed > ul > li,
.home_facility_common > ul > li,
.home_facility_service > ul > li
{
    /* width: 47%; */
    width: 100%;
    margin: 0 0 50px 0;
}

.home_facility_bed > ul h4,
.home_facility_common > ul h4,
.home_facility_service > ul h4
{
    font-size: 1.9rem;
    line-height: 1.4;
}

.home_facility_common > ul dt,
.home_facility_service > ul dt
{
    margin: 36px 0 6px 0;
    font-size: 1.6rem;
}

.home_facility_service > ul a {
    font-size: 1.9rem;
}

.home_facility_service > ul a span {
    font-size: 1.5rem;
}



.home_charges_price,
.home_charges_checkin,
.home_charges_service,
.home_charges_facility,
.home_charges_note,
.home_charges_others,
.home_about_outline,
.home_about_access,
.home_about_map,
.home_about_spot,
.home_about_recruit,
.home_about_cooperation,
.home_contact_info,
.home_contact_form
/* , */
{
    margin: 0 0 60px 0;
}


.home_charges_price h3,
.home_charges_checkin h3,
.home_charges_service h3,
.home_charges_facility h3,
.home_charges_note h3,
.home_charges_others h3,
.home_about_access h3,
.home_about_map h3,
.home_about_spot h3,
.home_about_recruit h3,
.home_about_cooperation h3,
.home_contact_info h3,
.home_contact_form h3
/* , */
{
    margin: 0 0 20px 0;
    font-size: 1.9rem;
}

.home_charges {
    padding:  60px 0 60px;
}

.home_facility h2,
.home_charges h2,
.home_about h2,
.home_contact h2
/* , */
{
    margin: 0 0 60px 0;
}

.home_facility h2 .ico,
.home_charges h2 .ico,
.home_about h2 .ico,
.home_contact h2 .ico
/* , */
{
    margin: 0 0 20px 0;
}

.home_facility h2 .jp,
.home_charges h2 .jp,
.home_about h2 .jp,
.home_contact h2 .jp
/* , */
{
    font-size: 2.4rem;
}

.home_facility h2 .en,
.home_charges h2 .en,
.home_about h2 .en,
.home_contact h2 .en
/* , */
{
    font-size: 2.6rem;
}

#lang_en .home_facility h2 .en,
#lang_cn .home_facility h2 .cn,
#lang_en .home_charges h2 .en,
#lang_cn .home_charges h2 .cn,
#lang_en .home_about h2 .en,
#lang_cn .home_about h2 .cn,
#lang_en .home_contact h2 .en,
#lang_cn .home_contact h2 .cn
/* , */
{
    font-size: 3.0rem;
}

.home_charges_price h4{
    font-size: 1.8rem;
}




.home_charges_price > p {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
}

.home_charges_price_dl01 > div > dt,
.home_charges_checkin > dl > div > dt,
.home_charges_service > dl > div > dt,
.home_charges_facility > dl > div > dt
{
    padding: 20px 16px;
    font-size: 1.4rem;
}

.home_charges_price_dl01 > div > dd,
.home_charges_checkin > dl > div > dd,
.home_charges_service > dl > div > dd,
.home_charges_facility > dl > div > dd
{
    padding: 20px 16px;
    font-size: 1.4rem;
}

.home_charges_price_dl01 > div > dd > span {
    /* display: block; */
    font-size: 1.8rem;
}

.home_charges_checkin > dl > div > dd {
    padding: 0;
}

.home_charges_checkin dd div {
    padding: 20px 16px 10px;
}

.home_charges_checkin dd div span {
    /* display: block; */
    font-size: 1.8rem;
}

.home_charges_checkin dd dl {
    padding: 20px 16px;
}

.home_charges_checkin dd dt {
    margin: 0 0 10px 0;
}

.home_charges_service dd dt span,
.home_charges_checkin dd dt span {
    display: block;
    font-size: 1.5rem;
}

.home_charges_price_dl02 > div > dt,
.home_charges_note > dl > div > dt,
.home_charges_others > dl > div > dt
/* , */
{
    font-size: 1.4rem;
}

.home_charges_price_dl02 > div > dd,
.home_charges_note > dl > div > dd,
.home_charges_others > dl > div > dd
/* , */
{
    font-size: 1.4rem;
}

.home_charges_price_dl02 dd dt {
    font-size: 1.5rem;
}


.home_about {
    padding: 60px 0 10px;
}

.home_about_outline > p {
    width: 100%;
    margin: 0 0 40px 0;
}

.home_about_outline_info {
    position: static;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 0 40px 6%;
    background-repeat: repeat;
}

.home_about_outline_info > div {
    order: 1;
    width: 100%;
}

.home_about_outline_info > img {
    position: static;
    display: block;
    /* width: 100%; */
    width: 96%;
    max-width: 800px;
    margin: 0 0 20px auto;
}

.home_about_outline_info > div span {
    font-size: 2.2rem;
}



.home_about_access > dl > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 24px 0;
}

.home_about_access > dl > div > dt {
    padding: 6px 14px;
    font-size: 1.4rem;
}

.home_about_access > dl > div > dd {
    font-size: 1.4rem;
}

.home_about_map > div {
    height: 400px;
}

.home_about_map > ul,
.home_about_spot > ul
{
    display: block;
}

.home_about_map > ul li,
.home_about_spot > ul li
{
    /* width: 47%; */
    width: 100%;
}

.home_about_map > ul span,
.home_about_spot > ul span
{
    /* font-size: 1.5rem; */
}

.home_about_map > ul small,
.home_about_spot > ul small
{
    font-size: 1.4rem;
}


.home_about_cooperation > ul {
    display: block;
}

.home_about_cooperation > ul li {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 10px;
}


.home_sns {
    padding: 60px 0 60px;
}

.home_sns h2 {
    font-size: 3.6rem;
}

.home_sns_wrap {
    display: block;
}

.home_sns_facebook {
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center;
}

.home_sns_twitter {
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center;
}


.home_contact {
    padding: 60px 0 20px;
}

.home_contact_note {
    padding: 24px 30px;
    margin: 0 0 50px 0;
    font-size: 1.6rem;
}


.home_contact_info > ul {
    display: block;
}

.home_contact_info > ul li {
    width: 100%;
    padding: 20px 8px 24px;
}

.home_contact_info > ul li + li {
    margin: 12px 0 0 0;
}

.home_contact_info > ul span {
    font-size: 2.5rem;
}

.home_contact_dl {
    display: block;
    margin: 0 0 40px 0;
}

#lang_en .home_contact_dl .row_blank,
#lang_cn .home_contact_dl .row_blank {
    display: none;
}

.home_contact_dl > div {
    width: 100%;
}

.home_contact_dl #zip {
    margin: 0 0 8px 0;
}

.home_contact_dl #addr {
    max-width: none;
}




/* temp /////////////////////////////////////////////////////////////////////////////////////////// */
.header_external .shop::after {
    font-size: 1.1rem;
    letter-spacing: 0.15rem;
}

/* .header_external .shop {
    display: none;
} */



.header_spmenu_conts_list .shop {
    position: relative;
}

.header_spmenu_conts_list .shop::after {
    content: 'COMING SOON';
    white-space: pre;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    text-align: center;
    font-family: "arial","Times New Roman",'Lusitana',"Yu Mincho",YuMincho,"游明朝体","MS Mincho","ＭＳ 明朝","MS PMincho","ＭＳ Ｐ明朝","Noto Serif JP","Symbol","serif";
}

.header_spmenu_conts_list .shop a {
    pointer-events: none;
}


/* .header_spmenu_conts_list .shop {
    display: none;
} */




















}













@media only screen and (max-width: 780px) {








/* common /////////////////////////////////////////////////////////////////////////////////////////// */


.footer_gotop{
    right: 10px;
    bottom: 10px;
}

/* home /////////////////////////////////////////////////////////////////////////////////////////// */
.home_corona h2 {
    padding: 10px 20px;
    font-size: 2.0rem;
    letter-spacing: 0;
}

.home_corona dd {
    display: block;
    padding: 24px 26px 40px;
}

.home_corona dd > div,
.home_corona dd > ul {
    width: 100%;
}

.home_corona dd > div {
    margin: 30px 0 0 0;
}

.home_corona li {
    padding: 0 0 0 19px;
    text-indent: -19px;
    margin: 12px 0 0 0;
    font-size: 1.5rem;
}

.home_corona dd > div span {
    margin: 0;
    font-size: 1.8rem;
}

.home_corona dd > strong {
    margin: 30px 0 0 0;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: left;
}












}












@media only screen and (max-width: 560px) {









/* common /////////////////////////////////////////////////////////////////////////////////////////// */













}