@charset "utf-8";
.main_page::after { background: rgba(169,137,75,0.3); }

.w970 { margin:0 auto; max-width:970px; width: 100%; }
.gold { color: #A9894B; }
.let0 { letter-spacing: 0;}
sup { font-size: 1rem; }
.per95 {
    width: 95%;
}
.pic_cap {
    padding: 3px;
    line-height: 1 !important;
}
.pic_cap.center {
    right: 50%;
}
.pic_cap.left {
    right: auto;
}
.lh1-pc {
    line-height: 1;
}
@media screen and (max-width: 1024px) {
    #container { background-size: contain; }
}

.ident15 {
    padding-left: 15px;
    text-indent: -1.5rem;
}
.sec_head {
    background: url("../imgs/bg_head.jpg") no-repeat center center / cover;
    padding-bottom: 10px;
}
.head_cont {
    padding: 80px 0 0;
    text-align: left;
}
.head_cont .head_ttl {
    color: #000;
    font-size: 3rem;
    line-height: 2.3;
    letter-spacing: 0.5em;
    padding-bottom: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: 0 auto 125px;
}
.sec_head .box_banner {
    max-width: 970px;
    margin: 0 auto 135px;
}
@media only screen and (max-width: 1200px) {
    
}
@media only screen and (max-width: 1000px) {
    .head_cont .head_ttl {
        font-size: 2.5rem;
        margin: 0 auto 60px;
    }
    .sec_head .box_banner {
        margin: 0 auto 60px;
    }
}
@media only screen and (max-width: 767px) {
    .al_sp {
        text-align: left !important;
    }
    .pr20.al_sp {
        padding: 0 15px;
    }
    .lh1-pc {
        line-height: normal;
    }
    .per95 {
        width: 100%;
    }
    .head_cont {
        padding: 50px 0 0;
    }
    .sec_title .ttl {
        font-size: 2rem;
    }
    .head_cont .head_ttl {
        font-size: 2.3rem;
        line-height: 2;
        margin: 0 auto 35px;
    }
    .sec_head .box_banner {
        margin: 0 auto 40px;
    }
}
sup {font-size: 1rem;}
sub {
    bottom: 5px;
    font-size: 1rem;
    position: relative;
}
.pos-rel {
    position: relative;
}
.pic-cap.left {
    right: inherit;
    left: 0;
}
.pic-cap.white {
    color: #FFF;
}
.pic-cap { z-index: 1; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb50 { margin-bottom: 50px; }
.mb110 { margin-bottom: 110px; }

.inner02 {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
/*=================================
    nav anchors
===================================*/
.sec-anchors {
    background: #A9894B;
    padding: 10px 0;
}
.anchors {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.anchors ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.anchors li {
    border-left: 1px solid #fff;
    border-right: none;
    width: calc(100% / 7);
    transition: all 0.5s;
    text-align: center;
}
.anchors li:nth-child(3) a span.en {
    padding: 7px 0 5px;
}
.anchors li:last-child {
    border-right: 1px solid #fff;
}
.anchors li.active, .anchors li:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.anchors li a {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}
.anchors li a span {
    display: block;
    transition: opacity ease-in-out 0.25s;
}
.anchors li a span.en {
    font-family: 'Cinzel', serif;
    line-height: 1.2;
    padding: 17px 0 12px;
}
.anchors li a span.jp {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.anchors li a:hover span.en, .anchors li.active a span.en {
    opacity: 0;
}
.anchors li.active a span.jp,
.anchors li a:hover span.jp {
    opacity: 1;
}
.unlink {
    background: #E6E6E6 !important;
    pointer-events: none;
}
.unlink a {
    opacity: 0.5;
}

@media screen and (max-width:1000px) {
    .anchors {
        margin-top: 0;
        padding-top: 0;
    }
    .anchors li a {
        font-size: 1.2rem;
        padding: 4px 0;
    }
    .anchors li:first-child a {
        border-left: none;
    }
    .sec-anchors {
        margin-top: 50px;
    }
}

@media screen and (max-width:767px) {
    .sec-anchors {
        padding: 15px 0;
    }
    .anchors {
        flex-wrap: wrap;
    }
    .anchors li {
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        max-width: 100%;
        width: 50%;
    }
    .anchors li:nth-child(odd) {
        border-right: none;
    }
    .anchors li:last-child {
        border: 1px solid #fff;
        width: 100%;
    }
    .anchors::after {
        width: 70px;
    }
    .anchors.on::after {
        height: 90px;
    }
    .anchors li a {
        padding: 0;
    }
    .anchors li a span.en {
        padding: 18px 0 12px;
    }
    .anchors li:nth-child(3) a span.en {
        padding: 7px 0 8px;
    }
}

.sec-equipment {
    padding: 80px 0 0;
    position: relative;
}
.sec-equipment .inner {
    max-width: 1060px;
}
.equipment-ttl {
    margin: 0 auto 60px;
    text-align: center;
}
.equipment-ttl .ttl {
    color: #A9894B;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 0 80px 0;
    font-size: 3rem;
    font-family: 'Cormorant Infant', serif;
    position: relative;
}
.equipment-ttl .ttl:after {
    content: '';
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #333333;
    width: 70px;
}
.sub-ttl {
    color: #333333;
    font-size: 1.8rem;
    line-height: 2.4;
    letter-spacing: 0.2em;
}

.text-center {
    text-align: center;
}
.txt-ttl {
    color: #A9894B;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 5px;
}
.txt-ttl .small {
    font-size: 1.4rem;
}
.txt {
    color: #333333;
    font-size: 1.4rem;
    letter-spacing: 0;
}
.note_ab {
    font-size: 0.95rem;
    position: absolute;
    right: -30px;
    bottom: 5px;
    line-height: 1;
}
.notes {
    color: #37374d;
    font-size: 1rem;
    letter-spacing: 0;
}
.notes.cap_img {
    color: #4d4d4d;
}
.txt_extra {
    margin-right: -50px;
}
.fsmall {
    font-size: 0.8rem;
    padding: 2px 5px;
}
.sec-bathroom .sub-ttl {
    line-height: 2.7;
    margin-bottom: 40px;
}
.ct_flex .fl_col .txt-ttl {
    letter-spacing: -0.1em;
}
.ct_flex .fl_col .txt {
    letter-spacing: -0.05em;
}
.ct_flex .fl_col {
    width: 40%;
}
.ct_flex .fl_col:last-child {
    padding-left: 10px;
    width: 60%;
}

@media only screen and (max-width: 1200px) {
    .note_ab {
        right: -50px;
    }
}
@media only screen and (max-width: 1000px) {
    .mb_sp10 { margin-bottom: 10px !important; }
    .mb_sp20 { margin-bottom: 20px !important; }
    .mb_sp30 { margin-bottom: 30px !important; }
    .mb_sp50 { margin-bottom: 50px !important; }
    .txt_extra { margin-right: 0;  }
    .equipment-ttl .ttl {
        font-size: 2.5rem;
        margin: 0 0 50px 0;
    }
    .equipment-ttl .ttl:after {
        bottom: -25px;
    }
    .sub-ttl {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
    }
    .txt-ttl {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    .txt {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    .note_ab {
        position: static;
        display: block;
        line-height: 1.4;
    }
    /* .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 10px;
        padding-right: 10px;
    } */
}

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

    .anchor-wrap {
        padding: 0;
    }
    .sec-equipment .equipment_wrap {
        padding: 15px 0;
    }
    .equipment-ttl,
    .sec_bathroom .equipment-ttl {
        margin: 0 0 40px;
    }
    .equipment-ttl .ttl {
        font-size: 3rem;
        margin: 0 0 60px 0;
    }
    .sub-ttl {
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .list-powder li {
        font-size: 1.2rem;
    }
    .equipment-ttl .ttl:after {
        bottom: -35px;
    }
}
@media only screen and (max-width: 640px) {
    .img_swipe img {
        width: 700px;
    }
}
.c_Green{color: #7ea5a4 !important;}

.cs15_bnr_equipment {
    margin: 100px auto 0;
    padding-bottom: 100px;
}

/*=================================
	security
===================================*/
.sec-toilet .ct-mt {
    margin-top: -35px;
}
.per80 {
    width: 80%;
}

@media screen and (max-width: 767px) {
    .sec-toilet .ct-mt {
        margin-top: 0;
    }
    .per80 {
        width: 100%;
    }
}
/*=================================
	security
===================================*/
.bd-bttom {
    border-bottom: 1px solid currentColor;
    font-weight: 600;
    color: #A9894B;
    margin: 0 0 15px;
    line-height: 2;
}
.seculio {
    background: #fff;
    border: 1px solid #505050;
    padding: 25px;
    margin: 0 0 20px;
}
.seculio-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.seculio-row .col-left {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.seculio-row .col-right {
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
}
.seculio-logo {
    padding: 0 0 0 15px;
}
.seculio-logo figure {
    max-width: 230px;
    margin: 0 auto 20px;
}
.seculio-logo .txt {
    color: #231815;
    font-size: 1.49rem;
    letter-spacing: -0.05em;
}
.seculio-step {
    color: #006428;
    margin-bottom: 10px;
}
.seculio-step .ttl {
    border-bottom: 1px solid currentColor;
    font-size: 1.5rem;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.seculio-step .lbl {
    font-size: 1.7rem;
}
.seculio-step.step02 {
    color: #003F76;
}
.seculio-step.step03 {
    color: #922E40;
}
.headline {
    background: #B6C2CE;
    border: 1px solid #3A4F68;
    color: #3A4F68;
    font-size: 1.6rem;
    padding: 5px;
    text-align: center;
}
.headline.green {
    background: #AAC1AD;
    border: 1px solid #355B3C;
    color: #355B3C;
}
.headline.brown {
    background: #E5D1BD;
    border: 1px solid #5E4A32;
    color: #5E4A32;
}
.blue {
    color: #3A4F68;
}
.box-sos {
    display: flex;
    align-items: center;
}
.box-sos .txt {
    color: #665D48;
    font-size: 1.4rem;
    padding-left: 20px;
}
.box-sos img {
    max-width: 87px;
    width: 100%;
}
@media only screen and (max-width: 1000px) {
    .headline {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 767px) {
    .seculio {
        padding: 30px 15px 15px;
    }
    .seculio-row .col-left, .seculio-row .col-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .seculio-logo {
        padding: 0;
        margin: 0 0 20px;
    }
    .mb50 {
        margin-bottom: 25px !important;
    }
    .mbm5 {
        margin-bottom: 5px !important;
    }
    .box-sos img {
        max-width: 72px;
    }
    .seculio-logo .txt {
        font-size: 1.3rem;
    }
    .box-sos .txt {
        font-size: 1.2rem;
    }
}

/* Swipe icon */
.swipe-scroll{position: relative;}
.swipe-icon {display: none;}

@media only screen and (max-width: 1000px) {
    .info-station .station-wrap {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    .swipe-scroll {
        overflow-x: auto;
        padding-bottom: 15px;
    }
    .swipe-scroll img {
        height: 240px;
        max-height: inherit;
        width: auto;
        max-width: inherit;
    }
    .swipe-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70px;
        height: 70px;
        display: block;
        margin: -35px;
        animation:horizontal 1s ease-in-out infinite alternate;
        z-index: 10;
    }
    .swipe-icon img {
        max-width: 100%!important;
        height: auto !important;
        width: 70px!important;
    }
    @keyframes horizontal {
        0% { transform:translate(-20%,-20%); }
        100% { transform:translate(30%,-20%); }
    }
}

/*=================================
	powder
===================================*/
.sec-powder .per95 .pic_cap {
    left: 80px;
    right: auto;
    font-size: 9px;
}

@media screen and (max-width: 1000px) {
    .sec-powder .per95 .pic_cap {
        left: 35px;
    }
}
@media screen and (max-width: 767px) {
    .sec-powder .per95 .pic_cap {
        left: 19%;
    }
}

/*=================================
	security
===================================*/
.sec-security .pic_cap {
    font-size: 9px;
    letter-spacing: 0;
}
/*=================================
	structure
===================================*/
.sec-structure .pic_cap {
    font-size: 9px;
    letter-spacing: 0;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}
.foot-caption {
    color: #333;
    font-size: 10px;
    line-height: 1.4;
    padding: 30px 15px;
}
.foot-caption ul {
    margin: 0 auto;
    max-width: 1170px;
}
.foot-caption ul li {
    padding-left: 1em;
    text-indent: -1em;
}
