@charset "UTF-8";
/*------------------------------------------------------------------------------
	Chuo Kanko Corporation. - ONSEN CSS
	URL: http://kaneyamaen.sbs/
	Date: 2016-12-21
	Copyright (C) Chuo Kanko Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/
/*==============================================================
　body#onsenIndex :　温泉
===============================================================*/
/*body.onsen h1#pageTitle .engTitle:before {
	background-image: url(../../onsen/img/ico_onsen.png);
	width: 106px;
	height: 43px;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	position: absolute;
	top: 24%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body.onsen h1#pageTitle .engTitle {
	padding-top: 47px;
}*/
body.onsen main .flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    align-items: flex-end;
    overflow: hidden;
}
body.onsen main table {
    width: 100%;
    background-color: #efefef;
}
body.onsen main table th,
body.onsen main table td {
    border: 1px solid #efefef;
    padding: 12px;
}
body.onsen main table th {
    background: #f7f7f7;
    font-weight: normal;
}
body.onsen main table td {
    background: #fff;
    text-align: left;
}
body#onsenIndex main img {
    max-width: 100%;
    height: auto;
    display: block;
}
body#onsenIndex .contentsBox {
    margin-bottom: 9%;
}
body#onsenIndex #introArea,
body#onsenIndex #infoArea {
    position: relative;
}
body#onsenIndex #introArea:after,
body#onsenIndex #infoArea:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-size: 100% auto;
    position: absolute;
    bottom: -4px;
}
body#onsenIndex #introArea:before,
body#onsenIndex #infoArea:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: -4px;
}
body#onsenIndex #introArea {
}
body#onsenIndex #introArea .innerWidth {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 6% 0;
}

body#onsenIndex #introArea .boxL {
    width: 50%;
    display: inline-block;
    padding: 0 4.8%;
}
body#onsenIndex #introArea .boxR {
    width: 39%;
    padding-right: 4.8%;
    vertical-align: top;
    text-align: left;
    display: inline-block;
}
body#onsenIndex #introArea .boxR .lead {
    font-family: 'MyKokoro';
    font-size: 150%;
    margin: 82px 0;
}
body#onsenIndex #introArea .boxR figure {
    margin-top: 30px;
}
body#onsenIndex #introArea .boxL p {
    margin-bottom: 4%;
}
body#onsenIndex .onsenBox {
    text-align: center;
}
body#onsenIndex .onsenBox h2 {
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
}
body#onsenIndex .onsenBox h2 .eng {
    display: block;
    text-align: center;
}
body#onsenIndex .onsenBox h2 .onsenName {
    letter-spacing: 5px;
}
body#onsenIndex .onsenBox .subTitle {
    margin: 30px 0;
    font-size: 150%;
    font-weight: normal;
    font-family: 'MyKokoro';
}

body#onsenIndex main #uchiyuArea {
    overflow: hidden;
}
body#onsenIndex #akafujiArea #uchiyuArea {
    margin-bottom: 2%;
}
body#onsenIndex #akafujiArea .visualSlider {
    margin-bottom: 6%;
}
body#onsenIndex #motoyuArea #uchiyuArea {
    margin-bottom: 2%;
}
body#onsenIndex .onsenBox h2 span {
    display: block;
}
body#onsenIndex .onsenBox h3 {
}
body#onsenIndex .onsenBox .visualSlider {
    margin-bottom: 2%;
}
body#onsenIndex .onsenBox .carousel {
    width: 60%;
    margin: 0 auto 4%;
}
body#onsenIndex .onsenBox .carousel .slick-slide {
    margin: 0 3px;
}
body#onsenIndex #fujisanArea .text {
    margin: 5.6% auto 4%;
    width: 100%;
}
body#onsenFuji main #equipmentArea #timeArea table#onsenTable {
    font-size: 90%;
}
body#onsenIndex #fujisanArea .timeZoon,
body#onsenIndex #fujisanArea #onsenTable {
    width: 49%;
    font-size: 90%;
}
/* body#onsenIndex main .timeZoon {
	padding:2%;
} */
body#onsenIndex #akafujiArea .flexbox {
    align-items: center;
}
body#onsenIndex main .timeZoon h3 {
    font-weight: normal;
    margin-bottom: 4%;
    font-family: 'MyKokoro';
    font-size: 150%;
}
body#onsenIndex #fujisanArea #onsenTable {
    table-layout: fixed;
}
body#onsenIndex #fujisanArea #onsenTable th {
}
body#onsenIndex #fujisanArea #onsenTable td {
    padding: 12px 0;
    text-align: center;
}
body#onsenIndex #fujisanArea #onsenTable td span {
    display: block;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    color: #fff;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
body#onsenIndex #fujisanArea #onsenTable td span.female {
    background: #544f49;
    border: 1px solid #fff;
}
body#onsenIndex #fujisanArea #onsenTable td span.male {
    background: #fff;
    border: 1px solid #544f49;
    color: #544f49;
}
body#onsenIndex #fujisanArea .flexbox {
    margin-bottom: 4%;
}
body#onsenIndex .flexbox .boxL,
body#onsenIndex .flexbox .boxR {
    width: 50%;
}
body#onsenIndex .flexbox .boxL {
    -webkit-order: 1;
    order: 1;
}
body#onsenIndex .flexbox .boxL.mainPhoto {
    padding-bottom: 0;
}
body#onsenIndex .flexbox .boxL.mainPhoto img {
}
body#onsenIndex .flexbox .boxR {
    -webkit-order: 2;
    order: 2;
}
body#onsenIndex main .mainPhoto {
    background: none;
}
body#onsenIndex main .mainPhoto img {
    max-width: inherit;
    width: 100% !important;
    height: auto !important;
}
body#onsenIndex main .onsenBox figcaption {
    text-align: right;
    display: block;
    font-size: 110%;
    padding: 7px 0;
}
body#onsenIndex main .onsenBox .mainPhoto figcaption {
    font-size: 120%;
}
body#onsenIndex main .onsenBox .textBox .inner > h3 {
    font-weight: normal;
    padding: 2px;
    margin-bottom: 7%;
    font-size: 100%;
    line-height: 1.1;
}
body#onsenIndex main .onsenBox .textBox .inner > h3 span {
    text-align: center;
    white-space: nowrap;
}
body#onsenIndex main .onsenBox .textBox .inner > h3 span strong {
    font-weight: normal;
    display: block;
    font-size: 160%;
    margin-bottom: 9px;
    font-family: 'MyKokoro';
}
body#onsenIndex main .akafujiBox {
    margin-top: min(9vw, 120px);
    &.--uchiyu {
        margin-top: min(4vw, 60px);
    }
    .inner > h3 {
        font-weight: normal;
        padding: 2px;
        font-size: 100%;
        line-height: 1.1;
    }

    .inner > h3 span {
        text-align: center;
        white-space: nowrap;
    }

    .inner > h3 span strong {
        font-weight: normal;
        display: block;
        font-size: 160%;
        margin-bottom: 9px;
        font-family: 'MyKokoro';
    }

    .lead {
        margin-top: 1em;
    }
    .visualSlider {
        margin-top: 40px;
    }
    .saunaBox {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        gap: min(6vw, 90px);
        @media (max-width: 768px) {
            flex-direction: column;
        }
        img {
            display: block;
            width: 100%;
            height: auto;
            max-width: none;
        }
    }
    .sub_area {
        display: flex;
        justify-content: space-between;
        gap: min(6vw, 90px);
        @media (max-width: 768px) {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        ._item {
            .sub_ttl {
                font-family: 'MyKokoro';
                font-size: 150%;
            }
            ._txt {
                text-align: left;
                margin-top: 1em;
            }
            ._image {
                margin-top: 1em;
            }
        }
    }
}
body#onsenIndex main .onsenBox .textBox {
    padding: 0 4%;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
body#onsenIndex main .onsenBox .subPhoto {
    display: block;
    width: 56%;
    margin: 0 auto;
}
@media screen and (min-width: 1200px) {
    body#onsenIndex main .onsenBox .textBox .inner {
    }

    body#onsenIndex main .onsenBox .subPhoto img {
        width: 100%;
        height: auto;
    }
    body#onsenIndex main .onsenBox .boxL {
        justify-content: flex-end;
    }
    body#onsenIndex main .onsenBox .textBox .inner.wide {
        width: 600px;
        padding: 0;
    }
    body#onsenIndex main .onsenBox .inner.wide .subPhoto img {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
}
body#onsenIndex main .onsenBox .textBox p {
    line-height: 1.8;
    margin-bottom: 6%;
    text-align: left;
}
body#onsenIndex main .onsenBox .textBox .optionList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 4%;
}
body#onsenIndex main .onsenBox .textBox .optionList li {
    text-align: center;
    width: 120px;
}
body#onsenIndex main .onsenBox .textBox .optionList li img {
    width: 100%;
    height: auto;
}
body#onsenIndex main .onsenBox .textBox {
    padding: 0 2.6%;
}
body#onsenIndex main .onsenBox .timeZoon {
    display: inline-block;
    margin: 5% auto 0;
    @media (max-width: 768px) {
        padding-inline: 3%;
        margin-top: 40px!important;
    }
}
body#onsenIndex main #fujisanArea .timeZoon {
    margin-top: 0;
}
body#onsenIndex main .onsenBox .timeZoon p {
    text-align: left;
}
body#onsenIndex #infoArea h2 {
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
}
body#onsenIndex #infoArea h2 .eng {
    display: block;
    text-align: center;
}
body#onsenIndex #infoArea h2 .onsenName {
    letter-spacing: 5px;
}
body#onsenIndex #infoArea h2 span {
    display: block;
}
body#onsenIndex #infoArea {
    text-align: center;
}
body#onsenIndex #infoArea .innerWidth {
    padding: 4% 7%;
}
body#onsenIndex #infoArea p {
    text-align: left;
    margin-bottom: 4%;
}
body#onsenIndex #infoArea table {
    text-align: left;
}
body#onsenIndex #infoArea table th {
    width: 25%;
}
body#onsenIndex main .onsenBox .textBox .inner.wide .timeZoon {
    width: 100%;
    margin: 0 0 4%;
    text-align: left;
}
body#onsenIndex main .onsenBox .textBox .inner.wide .timeZoon h3,
body#onsenIndex main .onsenBox .textBox .inner.wide .timeZoon p {
    text-align: left;
}
body#onsenIndex main #reservedArea .mainPhoto img,
body#onsenIndex main #footArea .mainPhoto img {
    width: auto;
    height: 100%;
}
body#onsenIndex main #reservedArea h2,
body#onsenIndex main #footArea h2 {
    display: block;
}
body#onsenIndex main #footArea .textBox p {
    margin-bottom: 0;
}
body#onsenIndex main .onsenBox .textBox .inner.wide {
    padding: 6% 0 0;
}
body#onsenIndex main #footArea,
body#onsenIndex main #reservedArea {
    margin-bottom: 9%;
}
/* 露天風呂富士山ページ*/
body#onsenFuji #introArea {
    position: relative;
}
body#onsenFuji #introArea .innerWidth {
    padding: 6% 0;
    position: relative;
    z-index: 9;
}
body#onsenFuji #introArea .deco {
    position: absolute;
}
body#onsenFuji #introArea .brush01 {
    left: 0;
    top: 0;
}
body#onsenFuji #introArea .brush02 {
    right: 0;
    bottom: 0;
}

body#onsenFuji #introArea p.lead {
    text-align: center;
    font-family: 'MyKokoro';
    font-size: 180%;
    margin-bottom: 30px;
    padding-top: 44px;
    background: url(../img/ico/ico_fuji_lrg_brush.png) no-repeat center top;
}
body#onsenFuji #introArea p.text {
    text-align: center;
    margin-bottom: 30px;
}
body#onsenFuji #introArea .textBox {
    justify-content: space-between;
    margin-top: 4%;
}
body#onsenFuji #introArea .textBox p {
    width: 65%;
    padding-right: 8%;
    line-height: 1.9;
    font-size: 110%;
}
body#onsenFuji #introArea .textBox .subVisual {
    width: 35%;
}
body#onsenFuji #introArea .textBox .subVisual img {
    width: 100%;
    height: auto;
}
body#onsenFuji #introArea #youtubeBox {
    padding: 6% 0 0;
}
body#onsenFuji #introArea #youtubeBox iframe {
    width: 70%;
    height: 500px;
    display: block;
    margin: 0 auto;
}
body#onsenFuji #equipmentArea h2 {
    font-weight: normal;
    text-align: center;
}
body#onsenFuji main #equipmentArea h2 .eng {
    display: block;
    text-align: center;
}
body#onsenFuji main #equipmentArea h2 .onsenName {
    letter-spacing: 5px;
}
body#onsenFuji main #equipmentArea h2 .subTitle {
    font-size: 70%;
}
body#onsenFuji main #equipmentArea h2 span {
    display: block;
}
body#onsenFuji main #equipmentArea {
    text-align: center;
}
body#onsenFuji main #equipmentArea .innerWidth {
    padding: 6% 0 0;
}
body#onsenFuji main #equipmentArea .flexbox {
    width: 80%;
    margin: 0 auto 6%;
    align-items: flex-start;
}
body#onsenFuji main #equipmentArea .equipmentBox {
    width: 29%;
    text-align: left;
}
body#onsenFuji main #equipmentArea .equipmentBox img {
    width: 100%;
    height: auto;
}
body#onsenFuji main #equipmentArea #timeArea {
    width: 100%;
}
body#onsenFuji main #equipmentArea #timeArea table#onsenTable {
    table-layout: fixed;
}
body#onsenFuji main #equipmentArea #timeArea td {
    padding: 12px 0;
    text-align: center;
}
body#onsenFuji main #equipmentArea #timeArea td span {
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 90%;
}

body#onsenFuji main #equipmentArea #timeArea td span.female {
    background: #544f49;
    border: 1px solid #fff;
}
body#onsenFuji main #equipmentArea #timeArea td span.male {
    background: #fff;
    border: 1px solid #544f49;
    color: #544f49;
}
body#onsenFuji main #equipmentArea #timeArea .boxL,
body#onsenFuji main #equipmentArea #timeArea .boxR {
    width: 70%;
    margin: 0 auto 4%;
    text-align: left;
}
body#onsenFuji main #equipmentArea #timeArea .timeZoon {
    padding: 3% 0;
}
body#onsenFuji main #equipmentArea #timeArea td {
    text-align: left;
    padding: 12px;
}
body#onsenFuji main #equipmentArea #timeArea .timeZoon h3 {
    margin-bottom: 2%;
    font-weight: normal;
    font-family: 'Mykokoro';
    font-size: 160%;
}
body#onsenFuji main #equipmentArea #timeArea .timeZoon h3:before,
body#onsenFuji main #equipmentArea #timeArea .timeZoon h3:after {
}
body#onsenFuji main #equipmentArea #timeArea .timeZoon .info {
    margin: 0 0 2%;
}
body#onsenFuji main #equipmentArea #timeArea .timeZoon .info strong {
    font-weight: normal;
    margin: 0 0 2%;
}
body#onsenFuji main #equipmentArea #timeArea .timeZoon table {
    margin: 0 0 1.6%;
}
body#onsenFuji main #equipmentArea #timeArea .timeZoon .kome {
    text-align: right;
    font-size: 90%;
}
body#onsenFuji main #equipmentArea #timeArea .list001 li {
    padding-left: 23px;
    background: url(../img/ico/ico_arrow_blk_rgt-thn.png) no-repeat left center;
}
body#onsenFuji main #equipmentArea #timeArea #onsenTable {
    margin-bottom: 3%;
}
/* body#onsenIndex .yuagarichayaArea_wrap{
    padding-top: 20px;
} */
body#onsenIndex .yuagarichayaArea_wrap h3 {
    font-weight: normal;
    margin: 60px 0;
    font-size: 100%;
    line-height: 1.1;
}
body#onsenIndex .yuagarichayaArea_wrap h3 span {
    text-align: center;
    white-space: nowrap;
    line-height: 1;
}
body#onsenIndex .yuagarichayaArea_wrap h3 span strong {
    font-weight: normal;
    display: block;
    font-size: 160%;
    margin: 9px 0 0;
    font-family: 'MyKokoro';
}
body#onsenIndex.is-windows .yuagarichayaArea_wrap h3 span strong {
    margin: 2px 0 0;
}
body#onsenIndex #yuagarichayaArea ._photo {
    max-width: 600px;
    width: 60%;
}
body#onsenIndex #yuagarichayaArea ._photo img {
    object-fit: contain;
    height: auto;
}
body#onsenIndex #yuagarichayaArea .textBox {
    width: 38%;
}
body#onsenIndex #yuagarichayaArea .boxL {
    width: 60%;
}
