@charset "UTF-8";


/* common /////////////////////////////////////////////////////////////////////////////////////////// */
.pcNone {
    display: none;
}

.cmn_maxbox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* フォントファミリー */
.font_barriecito {
    font-family: 'Barriecito','Comic Sans MS',cursive,"HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Yu Gothic",YuGothic,"游ゴシック体",Meiryo,"メイリオ",Osaka,arial,helvetica,sans-serif;
}

.font_mplus {
    font-family: 'M PLUS 1p',"HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Yu Gothic",YuGothic,"游ゴシック体",Meiryo,"メイリオ",Osaka,arial,helvetica,sans-serif;
}


.dib{
    display: inline-block;
}
.ti01{
    display: block;
}
.ti02{
    display: block;
}

/* main.cssの透過効果打ち消し */
a.opacityNone:hover,
.header_maintitle a
{
    opacity: 1.0;
    filter: none; /* 初期値：none */
    -ms-filter: ""; /* 初期値："" */
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

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



/* SNSリンク */
.cmn_sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 310px;
    margin: 0 auto;
}

.cmn_sns li {
    flex-shrink: 0;
}

.cmn_sns a {
    display: block;
}





/* header */
header {
    position: relative;
    z-index: 99;
}

.header_mainimg [class*="slide"] {
    height: 100vh;
    background-image: url(../img/header_mainimg01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header_mainimg .slide01 {
    background-image: url(../img/header_mainimg01.jpg);
}

.header_mainimg .slide02 {
    background-image: url(../img/header_mainimg02.jpg);
}

.header_mainimg .slide03 {
    background-image: url(../img/header_mainimg03.jpg);
}

.header_mainimg .slide04 {
    background-image: url(../img/header_mainimg04.jpg);
}


.header_mainimg .slick-dots {
    bottom: 4%;
    z-index: 1;
}

.header_mainimg.slick-dotted.slick-slider {
    margin: 0;
}

.header_mainimg .slick-dots li button::before {
    color: #FFF;
    opacity: 1.0;
    /* font-size: 1.8rem; */
    font-size: 2.0rem;
    text-shadow: 0 0 16px #000;
}

.header_mainimg .slick-dots li.slick-active button:before {
    color: #6EC8DC;
    opacity: 1.0;
}




header > .cmn_sns {
    position: absolute;
    right: 50px;
    bottom: 60px;
    width: 100%;
}

.header_maintitle {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    flex-wrap: wrap;
    width: 550px;
    height: 100%;
    padding: 0 50px;
    background: rgba(10, 69, 170, 0.8);
    overflow: hidden;
}

.header_maintitle h1 {
    width: 100%;
    text-align: center;
}

.header_maintitle h1 > small {
    display: inline-block;
    /* margin: -100px 0 0 0; */
    /* margin: -6vh 0 0 0; */
    margin: 6vh 0 0 0;
}

.header_maintitle .sp {
    display: none;
}

.header_maintitle nav {
    width: 100%;
}

.header_maintitle ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header_maintitle li {
    text-align: center;
}

.header_maintitle li a {
    display: inline-block;
}

.header_maintitle li span {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 0 4px 0;
    background-image: url(../img/header_pnav_top.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.header_maintitle .top span {
    background-image: url(../img/header_pnav_top.svg);
}

.header_maintitle .top a:hover span {
    background-image: url(../img/header_pnav_top_y.svg);
}

.header_maintitle .facility span {
    background-image: url(../img/header_pnav_facility.svg);
}

.header_maintitle .facility a:hover span {
    background-image: url(../img/header_pnav_facility_y.svg);
}

.header_maintitle .charges span {
    background-image: url(../img/header_pnav_charges.svg);
}

.header_maintitle .charges a:hover span {
    background-image: url(../img/header_pnav_charges_y.svg);
}

.header_maintitle .access span {
    background-image: url(../img/header_pnav_access.svg);
}

.header_maintitle .access a:hover span {
    background-image: url(../img/header_pnav_access_y.svg);
}

.header_maintitle .contact span {
    background-image: url(../img/header_pnav_contact.svg);
}

.header_maintitle .contact a:hover span {
    background-image: url(../img/header_pnav_contact_y.svg);
}

.header_maintitle p {
    color: #FFF;
    letter-spacing: 0.2rem;
    font-weight: 800;
}

.header_maintitle nav small {
    display: block;
    margin: 2px 0 0 0;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

#lang_en .header_maintitle nav small,
#lang_cn .header_maintitle nav small {
    min-height: 32px;
    margin: 6px 0 0 0;
    font-size: 1.5rem;
}

.header_maintitle a:hover p,
.header_maintitle a:hover small {
    color: #FAF082;
}


.header_top {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 120px;
}

.header_top.js-isFixed {
    position: fixed;
    display: flex;
    background: #FFF;
}

.header_top.js-isAbsolute {
    display: flex;
}

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

.header_gnav {
    display: none;
    align-items: flex-start;
    width: 100%;
}

.header_gnav > a {
    flex-shrink: 0;
    display: inline-block;
    margin: -2px 2% 0 3%;
}

.header_gnav > a img {
    width: 100%;
}

.header_gnav ul {
    width: 100%;
}

.header_gnav li {
    display: inline-block;
    margin: 0 0 0 5%;
    vertical-align: top;
}

.header_gnav li a {
    display: block;
    text-align: center;
}

.header_gnav li span {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 0 4px 0;
    background-image: url(../img/header_gnav_top_b.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.header_gnav .top span {
    background-image: url(../img/header_gnav_top_b.svg);
}

.header_gnav .facility span {
    background-image: url(../img/header_gnav_facility_b.svg);
}

.header_gnav .charges span {
    background-image: url(../img/header_gnav_charges_b.svg);
}

.header_gnav .access span {
    background-image: url(../img/header_gnav_access_b.svg);
}

.header_gnav .contact span {
    background-image: url(../img/header_gnav_contact_b.svg);
}

.header_gnav p {
    color: #0A46AA;
    letter-spacing: 0.2rem;
    font-weight: 800;
}

.header_gnav small {
    display: block;
    margin: 2px 0 0 0;
    color: #6EC8DC;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

#lang_en .header_gnav small,
#lang_cn .header_gnav small {
    margin: 8px 0 0 0;
    color: #0A46AA;
    font-size: 1.6rem;
}

.header_lang {
    flex-shrink: 0;
    margin: 0 3% 0 auto;
}

.header_lang li + li {
    margin: 4px 0 0 0;
}

.header_lang a {
    display: inline-block;
    color: #0A46AA;
    /* text-shadow: 0 0 12px rgba(0, 0, 0, 0.4); */
    letter-spacing: 0.2rem;
}

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

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

#lang_jp .header_lang .jp a {
    pointer-events: none;
    /* color: #FFF; */
    color: #B2B2B2;
}

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

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

#lang_en .header_lang .en a {
    pointer-events: none;
    /* color: #FFF; */
    color: #B2B2B2;
}

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

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

#lang_cn .header_lang .cn a {
    pointer-events: none;
    /* color: #FFF; */
    color: #B2B2B2;
}

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

.header_external {
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
}

.header_external a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 120px;
    height: 100%;
    background: #B62A2B;
    text-align: center;
}

.header_external .reservation a {
    background: #B62A2B;
}

.header_external .shop a {
    background: #F5BE1E;
}

.header_external p {
    width: 100%;
    margin: 6px 0 0 0;
    color: #FFF;
    letter-spacing: 0.2rem;
    font-weight: 800;
}

.header_external small {
    display: block;
    font-size: 1.2rem;
}

#lang_en .header_external small,
#lang_cn .header_external small {
    margin: 6px 0 0 0;
    font-size: 1.6rem;
}

#header_spmenu {
    display: none;
}



/* footer */
footer {
    position: relative;
    padding: 100px 0 0 0;
    margin-top: -1px;
    background-color: #6EC8DC;
    background-image: url(../img/footer_bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
}

footer small {
    display: block;
    padding: 60px 0 26px 0;
    color: #FFF;
    font-size: 1.3rem;
    letter-spacing: 0;
    text-align: center;
}

.footer_gotop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    z-index: 1;
}





/* home /////////////////////////////////////////////////////////////////////////////////////////// */
.home_corona {
    border: 5px solid #B62A2B;
    margin: 50px 0;
}

.home_corona dt {
    background-color: #B62A2B;
    margin: -1px;
}

.home_corona h2 {
    padding: 4px 30px;
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 800;
    text-align: center;
}

.home_corona dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 24px 44px;
    background-color: #ffffff;
}

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

.home_corona li {
    padding: 0 0 0 25px;
    text-indent: -25px;
    margin: 8px 0 0 0;
    color: #4D4D4D;
    font-size: 1.7rem;
    letter-spacing: 0.01rem;
    line-height: 1.4;
}

.home_corona dd > div span {
    display: block;
    padding: 4px 20px;
    margin: 8px 0 0 0;
    color: #4D4D4D;
    font-size: 2.0rem;
    line-height: 1.7;
    font-weight: 800;
    background-color: #E5E5E5;
}

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

.home_corona dd > strong {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    color: #B62A2B;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}


.home_topmsg {
    padding: 0 0 200px 0;
    background-image: url(../img/home_topmsg_wave_bottom.png),url(../img/home_topmsg_bg02.png);
    background-repeat: no-repeat,repeat-y;
    background-position: center bottom,center top 240px;
    background-size: 100%,100%;
    overflow: hidden;
}

.home_topmsg_mainimg {
    height: 0;
    padding: 20% 0 0 0;
    margin: 0 0 30px 0;
    background: url(../img/home_topmsg_mainimg.png) no-repeat center / cover;
}

.home_topmsg_u3labo,
.home_topmsg_spot,
.home_topmsg_map
{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.home_topmsg_u3labo > dt,
.home_topmsg_spot > dt,
.home_topmsg_map > dt
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    display: block;
    width: 100%;
    pointer-events: none;
}

.home_topmsg_spot > dt {
    text-align: right;
}

.home_topmsg_u3labo > dt img,
.home_topmsg_spot > dt img,
.home_topmsg_map > dt img
{
    width: 58%;
    max-width: 800px;
}

.home_topmsg_u3labo > dd > div,
.home_topmsg_spot > dd > div,
.home_topmsg_map > dd > div
{
    position: relative;
    width: 45%;
    max-width: 450px;
    /* padding: 40px 50px 30px 100px; */
    padding: 4% 5% 5% 10%;
    margin: 0 0 0 auto;
    background: #FFF;
}

.home_topmsg_spot > dd > div {
    padding: 4% 10% 5% 5%;
    margin: 0 auto 0 0;
}

.home_topmsg_u3labo h2,
.home_topmsg_spot h2,
.home_topmsg_map h2
{
    margin: 0 0 .8em 0;
    color: #0A46AA;
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: 0.3rem;
    font-weight: 700;
}

#lang_en .home_topmsg_u3labo h2,
#lang_en .home_topmsg_spot h2,
#lang_en .home_topmsg_map h2
{
    letter-spacing: 0.1rem;
}

.home_topmsg_spot h2 {
    text-align: right;
}

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

.home_topmsg_u3labo a {
    display: block;
    padding: 10px 16px 14px;
    background-color: #0A46AA;
    background-image: url(../img/cmn_btn_arr_w.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    color: #FFF;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}

.home_topmsg_u3labo a small {
    display: block;
    margin: 2px 0;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
}

.home_topmsg_u3labo a span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
}

.home_topmsg_spot a,
.home_topmsg_map a
{
    display: block;
    max-width: 200px;
    /* padding: 16px 10px; */
    padding: 16px 28px;
    border: 1px solid #0A46AA;
    margin: 0 auto;
    color: #0A46AA;
    font-weight: 800;
    text-align: center;
    background-image: url(../img/cmn_btn_arr_b.svg);
    background-repeat: no-repeat;
    background-position: right 14px center;
}



.home_topmsg_u3labo > dd > div > span {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(30%,-30%);
}

.home_topmsg_spot > dd > div > span {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-30%,30%);
}

#lang_en .home_topmsg_spot > dd > div > span,
#lang_cn .home_topmsg_spot > dd > div > span {
    transform: translate(-30%,-60%);
}

.home_topmsg_map > dd > div > span {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0,-20%);
}

#lang_en .home_topmsg_map > dd > div > span {
    transform: translate(0,-60%);
}

#lang_cn .home_topmsg_map > dd > div > span {
    transform: translate(0,-20%);
}

.home_facility {
    overflow: hidden;
}

.home_facility_bed,
.home_facility_common,
.home_facility_service
{
    max-width: 1200px;
    padding: 0 100px 70px;
    margin: 140px auto 100px;
    background-image: url(../img/home_facility_patt_b.png);
    background-repeat: repeat;
    background-position: center;
}

.home_facility_common {
    background-image: url(../img/home_facility_patt_y.png);
}


.home_facility_bed_mainimg,
.home_facility_common_mainimg,
.home_facility_service_mainimg
{
    position: relative;
    top: -50px;
    left: 0;
    padding: 0 0 0 100px;
    margin: 0 -200px 0 0;
}

.home_facility_bed_mainimg h3,
.home_facility_common_mainimg h3,
.home_facility_service_mainimg h3
{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 250px;
    height: 250px;
    background-image: url(../img/home_facility_tit_bed.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.home_facility_common_mainimg
{
    padding: 0 100px 0 0;
    margin: 0 0 0 -200px;
}

.home_facility_common_mainimg h3
{
    left: auto;
    right: 0;
    background-image: url(../img/home_facility_tit_common.svg);
}


.home_facility_bed_mainimg .jp,
.home_facility_common_mainimg .jp,
.home_facility_service_mainimg .jp
{
    display: block;
    margin: 0 0 8px 0;
    color: #0A46AA;
    font-size: 2.8rem;
    font-weight: 800;
}

.home_facility_bed_mainimg .en,
.home_facility_common_mainimg .en,
.home_facility_service_mainimg .en
{
    display: block;
    width: 100%;
    color: #2D90C6;
    font-size: 2.8rem;
    font-weight: 800;
}

#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
{
    color: #0A46AA;
    font-size: 3.2rem;
    letter-spacing: 0.3rem;
}

.home_facility_common_mainimg .jp,
#lang_en .home_facility_common_mainimg .en,
#lang_cn .home_facility_common_mainimg .cn {
    color: #FAF082;
}

.home_facility_common_mainimg .en {
    color: #FFF;
}

.home_facility_bed_mainimg > ul,
.home_facility_common_mainimg > ul,
.home_facility_service_mainimg > ul
{
    width: 100%;
}

.home_facility_bed_mainimg [class*="slide"],
.home_facility_common_mainimg [class*="slide"],
.home_facility_service_mainimg [class*="slide"]
{
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home_facility_bed_mainimg .slide01 {
    background-image: url(../img/home_facility_bed_slide01.jpg);
}

.home_facility_bed_mainimg .slide02 {
    background-image: url(../img/home_facility_bed_slide02.jpg);
}


.home_facility_common_mainimg .slide01 {
    background-image: url(../img/home_facility_common_slide01.jpg);
}

.home_facility_common_mainimg .slide02 {
    background-image: url(../img/home_facility_common_slide02.jpg);
}

.home_facility_common_mainimg .slide03 {
    background-image: url(../img/home_facility_common_slide03.jpg);
}

.home_facility_common_mainimg .slide04 {
    background-image: url(../img/home_facility_common_slide04.jpg);
}




.home_facility_service_mainimg .slide01 {
    background-image: url(../img/home_facility_service_slide01.jpg);
}

.home_facility_service_mainimg .slide02 {
    background-image: url(../img/home_facility_service_slide02.jpg);
}



.home_facility_bed_mainimg .slick-dots,
.home_facility_common_mainimg .slick-dots,
.home_facility_service_mainimg .slick-dots
{
    bottom: 4%;
}

.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
{
    color: #FFF;
    opacity: 1.0;
    font-size: 1.8rem;
}

.home_facility_bed_mainimg .slick-dots li.slick-active button:before,
.home_facility_common_mainimg .slick-dots li.slick-active button:before,
.home_facility_service_mainimg .slick-dots li.slick-active button:before
{
    color: #6EC8DC;
    opacity: 1.0;
}



.home_facility_bed > p,
.home_facility_common > p,
.home_facility_service > p
{
    margin: 0 0 60px 0;
    font-size: 1.7rem;
    text-align: center;
}

.home_facility_bed > ul,
.home_facility_common > ul,
.home_facility_service > ul
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 -100px 0;
}

.home_facility_bed > ul > li,
.home_facility_common > ul > li,
.home_facility_service > ul > li
{
    width: 45%;
    margin: 0 0 100px 0;
}

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

.home_facility_bed > ul h4,
.home_facility_common > ul h4,
.home_facility_service > ul h4
{
    color: #0A46AA;
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
    line-height: 1.5;
    font-weight: 800;
    margin: 0 0 .5em 0;
}

.home_facility_common > ul dt,
.home_facility_service > ul dt
{
    margin: 46px 0 6px 0;
    color: #0A46AA;
    font-size: 1.7rem;
    font-weight: 800;
}

.home_facility_service > ul a {
    display: block;
    max-width: 300px;
    padding: 10px 16px 14px;
    margin: 30px auto 0;
    background-color: #0A46AA;
    background-image: url(../img/cmn_btn_arr_w.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    color: #FFF;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}

.home_facility_service > ul a small {
    display: block;
    margin: 2px 0;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
}

.home_facility_service > ul a span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
}





.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 80px 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 26px 0;
    color: #0A46AA;
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
}

.home_charges {
    padding:  140px 0 140px;
    background-color: #FAF082;
    background-image: url(../img/home_charges_wave_top.png),
    url(../img/home_charges_wave_bottom.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center top ,center bottom -1px;
    background-size: 100%,100%;
}

.home_charges_line{
    margin: 20px auto 40px;
    padding: 30px 24px;
    border: 4px solid rgb(6, 199, 85);
    /* border-radius: 20px; */
    border-radius: 0;
    /* max-width: 600px; */
    max-width: none;
    text-align: center;
    background-color: #FFFFFF;
}
.home_charges_line > *:nth-child(1){
    margin-top: 0;
}
.home_charges_line_title{
    font-size: 2.2rem;
    font-weight: 800;
}
.home_charges_line_outline01{
    margin-top: 1.0em;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.75;
}
.home_charges_line_btn01_wrap{
    margin-top: 16px;
}
@media screen and (max-width: 560px) {
    .home_charges_line_title{
        font-size: 2.0rem;
    }
    .home_charges_line_outline01{
        font-size: 1.5rem;
        text-align: left;
    }
    .home_charges_line_btn01_wrap img{
        height: 54px;
    }
}



.home_facility h2,
.home_charges h2,
.home_about h2,
.home_contact h2
/* , */
{
    margin: 0 0 86px 0;
    text-align: center;
}

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

.home_facility h2 .jp,
.home_charges h2 .jp,
.home_about h2 .jp,
.home_contact h2 .jp
/* , */
{
    display: block;
    margin: 0 0 .1em 0;
    color: #0A46AA;
    font-size: 4.5rem;
    letter-spacing: 0.2em;
    font-weight: 800;
}

.home_facility h2 .en,
.home_charges h2 .en,
.home_about h2 .en,
.home_contact h2 .en
/* , */
{
    display: block;
    color: #6EC8DC;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
}


#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
/* , */
{
    margin: 0 0 .1em 0;
    color: #0A46AA;
    font-size: 5.2rem;
}

.home_contact h2 .en {
    color: #FFF;
}

#lang_en .home_contact h2 .en,
#lang_cn .home_contact h2 .cn
/* , */
{
    color: #FFF;
    margin: 0 0 .1em 0;
    font-size: 5.2rem;
    letter-spacing: 0.3rem;
}

.home_charges_price h4{
    margin: 0 0 26px 0;
    color: #6EC8DC;
    font-size: 2.4rem;
    font-weight: 800;
    text-align: center;
}

.home_charges_price > p {
    margin: 0 0 16px 0;
    font-size: 1.8rem;
    font-weight: 700;
}

.home_charges_price > p.attention {
    margin: 0 0 30px 0;
    font-size: 1.6rem;
    font-weight: 400;
}

.home_charges_price_dl01,
.home_charges_checkin > dl,
.home_charges_service > dl,
.home_charges_facility > dl
{
    overflow: hidden;
    margin: 0 0 10px 0;
}

.home_charges_price_dl01 > div:last-of-type,
.home_charges_checkin > dl > div:last-of-type,
.home_charges_service > dl > div:last-of-type,
.home_charges_facility > dl > div:last-of-type
{
    margin: 0 0 -1px 0;
}

.home_charges_price_dl01 > div,
.home_charges_checkin > dl > div,
.home_charges_service > dl > div,
.home_charges_facility > dl > div
{
    display: flex;
    align-items: stretch;
}

.home_charges_price_dl01 > div > dt,
.home_charges_checkin > dl > div > dt,
.home_charges_service > dl > div > dt,
.home_charges_facility > dl > div > dt
{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 35%;
    min-width: 140px;
    padding: 20px 24px;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-weight: 700;
    background: #0A46AA;
}

.home_charges_checkin > dl > div > dt,
.home_charges_service > dl > div > dt,
.home_charges_facility > dl > div > dt
/* , */
{
    width: 20%;
}

.home_charges_price_dl01 > div > dd,
.home_charges_checkin > dl > div > dd,
.home_charges_service > dl > div > dd,
.home_charges_facility > dl > div > dd
{
    width: 100%;
    padding: 20px 24px;
    border-bottom: 1px solid #0A46AA;
    background: #FFF;
}

.home_charges_price_dl01 > div > dd > span {
    display: inline-block;
    margin: 0 4px 0 0;
    font-size: 2rem;
    font-weight: 700;
}

.home_charges_price_dl01 dd .ti02 + .ti02,
.home_charges_price > p.attention .ti02 + .ti02{
    margin-top: 0.4em;
}
.home_charges_price_dl01 dd .ti02,
.home_charges_price > p.attention .ti02{
    font-size: inherit;
    line-height: 1.3;
}

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

.home_charges_checkin dd div {
    padding: 20px 24px 10px;
    border-bottom: 1px dashed #0A46AA;
}

.home_charges_checkin dd div span {
    display: inline-block;
    margin: 0 4px 0 0;
    font-size: 2rem;
    font-weight: 700;
}

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

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

.home_charges_service dd dt span,
.home_charges_checkin dd dt span {
    color: #0A46AA;
    font-size: 1.7rem;
    font-weight: 700;
}

.cmn_marker01,
.home_charges_service li,
.home_charges_checkin li
{
    padding: 0 0 0 20px;
    background-image: url(../img/cmn_ico_marker.svg);
    background-repeat: no-repeat;
    background-position: left top 8px;
}

.home_charges_service li,
.home_charges_checkin li
{
    background-color: #FFF;
}

.home_charges_service li + li,
.home_charges_checkin li + li
{
    margin: 6px 0 0 0;
}

.home_charges_service dd > span {
    display: block;
    margin: 12px 0 0 0;
    color: #B62A2B;
}


.home_charges_price_dl02 > div,
.home_charges_note > dl > div,
.home_charges_others > dl > div
/* , */
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 24px 0;
}

.home_charges_price_dl02 > div > dt,
.home_charges_note > dl > div > dt,
.home_charges_others > dl > div > dt
/* , */
{
    flex-shrink: 0;
    width: 25%;
    min-width: 140px;
    padding: 2px 14px;
    margin: 0 20px 0 0;
    color: #0A46AA;
    font-weight: 700;
    text-align: center;
    background: #FFF;
}

.home_charges_price_dl02 > div > dd,
.home_charges_note > dl > div > dd,
.home_charges_others > dl > div > dd
/* , */
{
    width: 100%;
}

.home_charges_price_dl02 dd dt {
    color: #0A46AA;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
}

.home_charges_price_dl02 dd dd {
    margin: 0 0 10px 0;
}


.home_about {
    padding: 70px 0 70px;
    overflow: hidden;
}

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

.home_about_outline_info {
    position: relative;
    padding: 50px 50px;
    background-image: url(../img/home_about_msg_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.home_about_outline_info > div {
    width: 39%;
}

.home_about_outline_info > img {
    position: absolute;
    bottom: 0;
    right: -5%;
    display: block;
    width: 62%;
}

.home_about_outline_info > div span {
    display: block;
    margin: 0 0 .8em 0;
    color: #FFF;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    font-weight: 700;
}

.home_about_outline_info dl > div {
    display: flex;
    align-items: center;
}

.home_about_outline_info dl > div + div {
    margin: 14px 0 0 0;
}

.home_about_outline_info dt {
    flex-shrink: 0;
    min-width: 80px;
    padding: 2px 8px;
    margin: 0 8px 0 0;
    background: #FFF;
    color: #2D90C6;
    text-align: center;
}

.home_about_outline_info dd {
    width: 100%;
    color: #FFF;
    line-height: 1.4;
    letter-spacing: 0;
    font-feature-settings: "palt";
}


.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 {
    flex-shrink: 0;
    width: 25%;
    min-width: 140px;
    padding: 2px 14px;
    margin: 0 20px 0 0;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    background: #0A46AA;
}

.home_about_access > dl > div > dd {
    width: 100%;
}

.home_about_access dd li {
    padding: 0 0 0 20px;
    background-color: #FFF;
    background-image: url(../img/cmn_ico_marker.svg);
    background-repeat: no-repeat;
    background-position: left top 8px;
}

.home_about_access dd li + li {
    margin: 6px 0 0 0;
}

.home_about_access dd > p {
    margin: 5px 0 0 0;
}

.home_about_map > div {
    position: relative;
    height: 500px;
    margin: 0 0 34px 0;
    overflow: hidden;
}

.home_about_map > div > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home_about_map > ul,
.home_about_spot > ul
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.home_about_map > ul li,
.home_about_spot > ul li
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 45%;
    padding: 0 0 0 20px;
    margin: 0 0 9px 0;
    background-color: #FFF;
    background-image: url(../img/cmn_ico_marker.svg);
    background-repeat: no-repeat;
    background-position: left top 8px;
}

.home_about_map > ul span,
.home_about_spot > ul span
{
    width: 100%;
}

.home_about_map > ul small,
.home_about_spot > ul small
{
    flex-shrink: 0;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0 0 0 16px;
    background-image: url(../img/home_about_ico_pin.svg);
    background-repeat: no-repeat;
    background-position: right 2px center;
    font-size: 1.5rem;
}

.home_about_spot > p {
    margin: 40px 0 0 0;
    font-size: 1.6rem;
    text-align: center;
}

.home_about_recruit_flyer{
    text-align: center;
}
.home_about_recruit_flyer_note01{
    font-size: 1.4rem;
    margin: 0.2em 0;
}
.home_about_recruit_flyer_link{
    display: inline-block;
    max-width: 600px;
    border: 1px solid rgba(204, 204, 204, 0.5);
}


.home_about_cooperation > ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.home_about_cooperation > ul li {
    flex-shrink: 0;
    width: 32%;
    max-width: 300px;
}

.home_about_cooperation > ul a {
    display: inline-block;
}

.home_sns {
    padding: 200px 0 200px;
    background-color: #FEF8E8;
    background-image: url(../img/home_sns_wave_top.png), url(../img/home_sns_wave_bottom.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center top,center bottom -1px;
    background-size: 100%,100%;
}

.home_sns h2 {
    margin: 0 0 .5em 0;
    color: #F5BE1E;
    font-size: 6.0rem;
    letter-spacing: .2em;
    text-align: center;
}


.home_sns_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.home_sns_instagram {
    width: 100%;
    margin: 0 0 50px 0;
}

.home_sns_facebook {
    width: 47%;
}

.home_sns_twitter {
    width: 47%;
}



.home_contact {
    padding: 80px 0;
    background: #6EC8DC;
    margin-top: -1px;
}

.home_contact_note {
    padding: 24px 60px;
    margin: 0 0 100px 0;
    background: #FFF;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
}

.home_contact_note span {
    display: block;
    margin: 10px 0;
    color: #B62A2B;
}

.home_contact_note a {
    color: #2D90C6;
    text-decoration: underline;
}

.home_contact_note small {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
}

.home_contact_tel_note01{
    margin-top: 20px;
    text-align: center;
    /* color: #FFF; */
    /* line-height: 1.6; */
    color: #B62A2B;
    font-weight: 800;
}

.home_contact_info > ul {
    display: flex;
    justify-content: space-between;
}

.home_contact_info > ul li {
    width: 48%;
    padding: 20px 10px 24px;
    background: #0A46AA;
    color: #FFF;
    text-align: center;
}

.home_contact_info > ul a {
    display: inline-block;
}

.home_contact_info > ul span {
    display: block;
    font-size: 3.4rem;
    letter-spacing: .035em;
}

.home_contact_info > ul small {
    display: block;
}

.home_contact_form > p {
    margin: 0 0 40px 0;
    text-align: center;
    color: #FFF;
    line-height: 1.6;
}

.home_contact_form > p span,
.home_contact_dl > div > dt span
{
    color: #B62A2B;
    font-weight: 800;
}


.home_contact_dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 80px 0;
}

.home_contact_dl > div {
    display: flex;
    align-items: stretch;
    width: 48%;
    margin: 0 0 18px 0;
}

.home_contact_dl > div > dt {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 120px;
    padding: 0 4px 0 0;
    color: #FFF;
    font-weight: 800;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

.home_contact_dl > div > dt span {
    display: inline-block;
    margin: 0 0 0 4px;
}

.home_contact_dl > div > dd {
    width: 100%;
}

.home_contact_dl .row_addr {
    width: 100%;
}

.home_contact_dl .row_addr > dd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home_contact_dl .row_message {
    display: block;
    width: 100%;
    margin: 18px 0 0 0;
}

.home_contact_dl .row_message > dt {
    width: 100%;
    margin: 0 0 6px 0;
}


.home_contact_dl input {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.home_contact_dl #zip {
    display: inline-block;
    width: 190px;
    margin: 0 20px 8px 0;
}

.home_contact_dl #zip::placeholder {
    display: inline-block;
    padding: 0 0 0 8%;
    color: #CBCBCB;
}

/* IE */
.home_contact_dl #zip:-ms-input-placeholder {
    display: inline-block;
    padding: 0 0 0 8%;
    color: #CBCBCB;
}

/* Edge */
.home_contact_dl #zip::-ms-input-placeholder {
    display: inline-block;
    padding: 0 0 0 8%;
    color: #CBCBCB;
}

.home_contact_dl #addr {
    width: 100%;
    max-width: 690px;
    margin: 0 0 8px 0;
}

.home_contact_dl #message {
    width: 100% !important;
    height: 180px !important;
}










#contactButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}

/* mfp */
#contactButton button[type="reset"],
#contactButton button[type="submit"] {
    width: 48%;
    max-width: 200px;
    padding: 20px 0;
    outline: none;
    font-size: 1.8rem;
    background-repeat: no-repeat;
    background-position: right 18px center;
}

#contactButton button[type="reset"] {
    color: #2D90C6;
    background-color: #FFF;
    background-image: url(../img/home_contact_ico_reset.svg);
    border: 0;
}

#contactButton button[type="submit"] {
    border: 0; /* mfp上書き */
    color: #FFF;
    background-color: #B62A2B;
    background-image: url(../img/home_contact_ico_submit.svg);
}

div#mfp_overlay {
  color: #333; /* mfp上書き */
}
/* /end */






/* temp /////////////////////////////////////////////////////////////////////////////////////////// */
.header_external .shop {
    position: relative;
}

.header_external .shop::after {
    /* content: '準備中'; */
    content: 'COMING\ASOON';
    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.6rem; */
    font-size: 1.4rem;
    /* letter-spacing: 0.3rem; */
    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_external .shop a {
    pointer-events: none;
}

