/* ------------------------------------------------------------------------
    COMMON
------------------------------------------------------------------------  */
/********** Youtube **********/
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/********** Google Map **********/
.Google_Map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
}
.Google_Map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width:769px){
    .Google_Map {
        padding-top: 56%;
    }
}

/********** Accordion **********/
.Accordion_Triger{
    cursor: pointer;
}
.Accordion_Contents{
    display: none;
}

/************************************* TOP PAGE *************************************/

/* ------------------------------------------------------------------------
    MV
------------------------------------------------------------------------  */
#MV {
    height: 100vh;
}
#MV .MV_Container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* Main Contents */
#MV .MV_Container .Main_Contents {
    display: inline-block;
    position: relative;
    padding-top: 60px;
}
#MV .MV_Container .Main_Contents .MV_Renewal{
    margin-bottom: 13px;
}
#MV .MV_Container .Main_Contents .MV_Renewal img{
    max-width: 302px;
    margin-left: auto;
    margin-right: auto;
}
#MV .MV_Container .Main_Contents .MV_Title{
    text-align: center;
    color: #fff;
    font-size: 1.142em;
    line-height: 1.8em;
    margin-bottom: 30px;


}
#MV .MV_Container .Main_Contents .MV_Message {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;

    padding-left: 10px;
    padding-right: 10px;
}
#MV .MV_Container .Main_Contents .MV_Message img{
    max-width: 100%;
}
#MV .MV_Container .Main_Contents .Btn_Type_A {
    border-radius: 20px;
}

@media screen and (max-width:768px){
    #MV .MV_Container .Main_Contents{
        width: 53%;
        max-width: 350px;
    }
    #MV .MV_Container .Main_Contents .MV_Title{
        font-size: calc(16px + 12 * (100vw - 375px)/396);
    }
}
@media screen and (min-width:769px){
    #MV .MV_Container .Main_Contents {
        padding-top: 56px;
    }
    #MV .MV_Container .Main_Contents .MV_Renewal{
    }
    #MV .MV_Container .Main_Contents .MV_Renewal img{
    }
    #MV .MV_Container .Main_Contents .MV_Title{
        font-size: 1.75em;
    }
    #MV .MV_Container .Main_Contents .MV_Message {
        padding-left: 0;
        padding-right: 0;
    }
}

/* effect */
.MV_Renewal,
.MV_Title,
.MV_Message,
.MV_Btn{
    opacity: 0;
}
.MV_Title.active{
    animation: mv_fade 3s ease .5s forwards;
}
.MV_Message.active,
.MV_Btn.active{
    animation: mv_fade 3s ease 1s forwards;
}
.MV_Renewal.active{
    animation: mv_fade 3s ease 1.5s forwards;
}
@keyframes mv_fade {
    0% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

/* Slider */
.Slider_Container{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -10;
    overflow: hidden;
}
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slider .slick-list .slick-slide{
    height: 100%;
}
#MV .Slider_Container .MV_Slider{
    width: 100%;
    height: 100%;
}
#MV .Slider_Container .MV_Slider .Item{
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
/* BG */
#MV .Slider_Container .MV_Slider .Item.Image01{background-image: url("../images/mv_image01_sp.jpg");}
#MV .Slider_Container .MV_Slider .Item.Image02{background-image: url("../images/mv_image02_sp.jpg");}
#MV .Slider_Container .MV_Slider .Item.Image03{background-image: url("../images/mv_image03_sp.jpg");}
#MV .Slider_Container .MV_Slider .Item.Image04{background-image: url("../images/mv_image04_sp.jpg");}
#MV .Slider_Container .MV_Slider .Item.Image05{background-image: url("../images/mv_image05_sp.jpg");}
/* Text */
#MV .Text_Container {
}
@media screen and (min-width:769px){
    #MV .Text_Container {
    }
    /* BG */
    #MV .Slider_Container .MV_Slider .Item.Image01{background-image: url("../images/mv_image01_pc.jpg");}
    #MV .Slider_Container .MV_Slider .Item.Image02{background-image: url("../images/mv_image02_pc.jpg");}
    #MV .Slider_Container .MV_Slider .Item.Image03{background-image: url("../images/mv_image03_pc.jpg");}
    #MV .Slider_Container .MV_Slider .Item.Image04{background-image: url("../images/mv_image04_pc.jpg");}
    #MV .Slider_Container .MV_Slider .Item.Image05{background-image: url("../images/mv_image05_pc.jpg");}
}


/* Min Height */
#MV ,
#MV .Slider_Container,
#MV .slick-slider .slick-track,
#MV .slick-slider .slick-list,
#MV .slick-slider .slick-list .slick-slide{
    min-height: 500px;
}
@media screen and (min-width:769px){
    #MV ,
    #MV .Slider_Container,
    #MV .slick-slider .slick-track,
    #MV .slick-slider .slick-list,
    #MV .slick-slider .slick-list .slick-slide{
        min-height: 700px;
    }
}


/* SCROLL */
#SCROLL {
    position: absolute;
    left: 20px;
    bottom: 0;
    height: 200px;
}
#SCROLL p{
    position: relative;
    padding-left: 1em;
    height: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    color: #fff;
    font-size: .75em;
    line-height: 1em;
    font-weight: 500;
}
#SCROLL p:before,
#SCROLL p:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
#SCROLL p:before {
    width:1px;
    height: 100%;
    background: rgba(255,255,255,.5);
}
#SCROLL p:after {
    width:2px;
    height: 100%;
    background: #fff;
    transform-origin: top;
    transform: scale(1,0);
    animation: scrl_scale 2.5s ease 0s infinite normal;
}
@media screen and (min-width:769px){
    #SCROLL {
        left: 40px;
    }
}
@keyframes scrl_scale {
    0% {
        transform-origin: top;
        transform: scale(1,0);
    }
    50% {
        transform-origin: top;
        transform: scale(1,1);
    }
    51% {
        transform-origin: bottom;
        transform: scale(1,1);
    }
    100%{
        transform-origin: bottom;
        transform: scale(1,0);
    }
}

/* ------------------------------------------------------------------------
    TOPICS (TOP NEWS)
------------------------------------------------------------------------  */
#TOPICS {
    background: #B3B0A8;
}
#TOPICS .container{
    position: relative;
    display: flex;
    align-items: center;

    padding-top: 15px;
    padding-bottom: 15px;
}
#TOPICS .container .Title{
    position: absolute;
    left: 25px;
    top: 13px;
    font-weight: 500;
    font-size: 1.28em;

    color: #fff;
}
/* List */
#TOPICS .container ul li{
    display: flex;
    align-items: center;

    color: #fff;
}
#TOPICS .container ul li{
    flex-wrap: wrap;
}
#TOPICS .container .Days{
    font-size: 1.3rem;

    margin-right: 2em;
    padding-left: 70px;
}
#TOPICS .container .Tag{
    font-size: 1.3rem;

    margin-right: 2em;
}
#TOPICS .container .Item{
    width: 100%;

    display: inline-block;
    font-size: 1.3rem;
    text-decoration: underline;
    color: #fff;

    letter-spacing: .01em;
    margin-top: .5em;
}
@media screen and (min-width:769px){
    #TOPICS .container{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #TOPICS .container .Title{
        top: 21px;

        font-size: 1.75em;
        margin-right: 2em;
    }
    #TOPICS .container .Days{
        font-size: 1em;
        padding-left: 130px;
    }
    #TOPICS .container .Tag{
        font-size: 1em;
    }
    #TOPICS .container .Item{
        font-size: 1.5rem;
        width: auto;
        margin-top: 0;
    }
}

/* ------------------------------------------------------------------------
    TOP CONCEPT
------------------------------------------------------------------------  */
/* Base */
#TOP_CONCEPT {
    padding-top: 50px;
    padding-bottom: 40px;
}
@media screen and (min-width:769px){
    #TOP_CONCEPT {
        padding-top: 80px;
        padding-bottom: 145px;
    }
    #TOP_CONCEPT:after {
        background-image: url("../images/wave1_pc.svg");
        padding-bottom: 5.6%;
    }
}
/* layout */
#TOP_CONCEPT .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#TOP_CONCEPT .container .Item{
    width: 100%;
}
#TOP_CONCEPT .container .Item.X_Image{
    margin-bottom: 30px;
}
/* contents */
#TOP_CONCEPT .Contents_Title {
    margin-bottom: 10px;
}
#TOP_CONCEPT .Contents_Title h2 {
}
@media screen and (min-width:769px){
    /* Switch */
    #TOP_CONCEPT .container .Item.X_Title{
        max-width: 60%;
    }
    #TOP_CONCEPT .container .Item.X_Image{
        max-width: 40%;
        margin-bottom: 0;
    }
    /* contents */
    #TOP_CONCEPT .Contents_Title {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    #TOP_CONCEPT .Contents_Title h2 {
    }
    #TOP_CONCEPT .X_Message {
        padding-left: 40px;
        line-height: 2.5em;

        font-size: 1.125em;
    }
}

/* 見出し */
@media screen and (max-width:768px){
    #TOP_CONCEPT .Contents_Title h2 {
        font-size: calc(23px + 10 * (100vw - 370px)/398);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #TOP_CONCEPT .Contents_Title h2 {
        font-size: calc(26px + 16 * (100vw - 769px)/431);
    }
}
@media screen and (min-width:1201px){
    #TOP_CONCEPT .Contents_Title h2 {
        font-size: 42px;
    }
}


/* ------------------------------------------------------------------------
    TOP SAUNA
------------------------------------------------------------------------  */
/* Base */
#TOP_SAUNA {
    padding-top: 80px;
    margin-bottom: 60px;
}
@media screen and (max-width:768px){
    #TOP_SAUNA:after {
        top: -8%;
        bottom: inherit;
        background-image: url("../images/wave1_sp.svg");
        padding-top: 25%;
    }
}
@media screen and (min-width:769px){
    #TOP_SAUNA {
        padding-top: 60px;
        margin-bottom: 110px;
    }
}

/* Layout */
#TOP_SAUNA .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#TOP_SAUNA .container .Item.X_Image{
    display: flex;
    justify-content: space-between;
}
#TOP_SAUNA .container .Item.X_Image div{
    width: 48%;
}
@media screen and (max-width:768px){
    /* order */
    #TOP_SAUNA .container .Item.X_Title{
        order: 1;

        margin-bottom: 20px;
    }
    #TOP_SAUNA .container .Item.X_Image{
        order: 2;

        margin-bottom: 30px;
    }
    #TOP_SAUNA .container .Item.X_Message{
        order: 3;
    }
    /* Message */
    #TOP_SAUNA .container .Item.X_Message .Btn_Arrow{
        width: 87%;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width:769px){
    /* Title */
    #TOP_SAUNA .container .Item.X_Title{
        width: 42.5%;
        margin-top: 60px;
    }
    /* Image */
    #TOP_SAUNA .container .Item.X_Image{
        width: 51.6%;
    }
    #TOP_SAUNA .container .Item.X_Image div:nth-child(2){
        margin-top: 40px;
    }

    /* Message */
    #TOP_SAUNA .container .Item.X_Message{
        margin-top: 30px;
        padding-left: 30px;
    }
    #TOP_SAUNA .container .Item.X_Message .Btn_Arrow{
        margin-top: 40px;
    }
}

/* 見出し */
@media screen and (max-width:768px){
    #TOP_SAUNA .Contents_Title h2 {
        font-size: calc(18px + 10 * (100vw - 370px)/398);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #TOP_SAUNA .Contents_Title h2 {
        font-size: calc(20px + 16 * (100vw - 769px)/431);
    }
}
@media screen and (min-width:1201px){
    #TOP_SAUNA .Contents_Title h2 {
        font-size: 32px;
    }
}

/* ------------------------------------------------------------------------
    TOP FOOD
------------------------------------------------------------------------  */
/* Base */
#TOP_FOOD {
    margin-top: 60px;
    margin-bottom: 60px;
}
@media screen and (min-width:769px){
    #TOP_FOOD {
        margin-top: 110px;
        margin-bottom: 100px;
    }
}
/* Layout */
#TOP_FOOD .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#TOP_FOOD .container .Item.X_Image{
    display: flex;
    justify-content: space-between;
}
#TOP_FOOD .container .Item.X_Image div{
    width: 48%;
}
@media screen and (max-width:768px){
    /* order */
    #TOP_FOOD .container .Item.X_Title{
        order: 1;

        margin-bottom: 20px;
    }
    #TOP_FOOD .container .Item.X_Image{
        order: 2;

        margin-bottom: 30px;
    }
    #TOP_FOOD .container .Item.X_Message{
        order: 3;
    }
    /* Message */
    #TOP_FOOD .container .Item.X_Message .Btn_Arrow{
        width: 87%;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width:769px){
    /* Title */
    #TOP_FOOD .container .Item.X_Title{
        width: 42.5%;
        margin-top: 60px;
    }
    /* Image */
    #TOP_FOOD .container .Item.X_Image{
        width: 51.6%;
    }
    #TOP_FOOD .container .Item.X_Image div:nth-child(1){
        margin-top: 30px;
    }

    /* Message */
    #TOP_FOOD .container .Item.X_Message{
        margin-top: 20px;
        padding-left: 30px;
    }
    #TOP_FOOD .container .Item.X_Message .Btn_Arrow{
        margin-top: 40px;
    }
}

/* 見出し */
@media screen and (max-width:768px){
    #TOP_FOOD .Contents_Title h2 {
        font-size: calc(18px + 10 * (100vw - 370px)/398);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #TOP_FOOD .Contents_Title h2 {
        font-size: calc(20px + 16 * (100vw - 769px)/431);
    }
}
@media screen and (min-width:1201px){
    #TOP_FOOD .Contents_Title h2 {
        font-size: 32px;
    }
}

/* ------------------------------------------------------------------------
    TOP AREA INFORMATION
------------------------------------------------------------------------  */
/* Base */
#TOP_AREA_INFORMATION {
    margin-top: 60px;
    margin-bottom: 60px;
}
@media screen and (min-width:769px){
    #TOP_AREA_INFORMATION {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

/* Top Image */
#TOP_AREA_INFORMATION .Top_AreaInfo_Image {
    margin-bottom: 50px;
}

/* Layout */
#TOP_AREA_INFORMATION .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#TOP_AREA_INFORMATION .container .Item{
    width: 100%;
}
@media screen and (max-width:768px){
    #TOP_AREA_INFORMATION .container .Item:nth-child(1){

    }
    #TOP_AREA_INFORMATION .container .Item:nth-child(2){
        margin-top: 30px;
    }
    #TOP_AREA_INFORMATION .container .Item:nth-child(3){
        margin-top: 60px;
    }
}
@media screen and (min-width:769px){
    #TOP_AREA_INFORMATION .container .Item:nth-child(1),
    #TOP_AREA_INFORMATION .container .Item:nth-child(2){
        max-width: 48%;
    }
    #TOP_AREA_INFORMATION .container .Item:nth-child(3){
        margin-top: 30px;
    }
    /* 見出し */
    #TOP_AREA_INFORMATION .Contents_Title h2 span{
        padding-left: .75em;
    }
}

/* 見出し */
@media screen and (max-width:768px){
    #TOP_AREA_INFORMATION .Contents_Title h2 {
        font-size: calc(26px + 6 * (100vw - 370px)/398);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #TOP_AREA_INFORMATION .Contents_Title h2 {
        font-size: calc(24px + 18 * (100vw - 769px)/431);
    }
}
@media screen and (min-width:1201px){
    #TOP_AREA_INFORMATION .Contents_Title h2 {
        font-size: 42px;
    }
}

/* AREA Map */
#TOP_AREA_INFORMATION .Top_AreaImage {
}
#TOP_AREA_INFORMATION .Top_AreaImage .AreaMap {
    min-width: 820px;
}
@media screen and (max-width:768px){
    #TOP_AREA_INFORMATION .container .Item:nth-child(3){
        position: relative;
    }
    #TOP_AREA_INFORMATION .container .Tap_Area {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: rgba(41,41,41,.3);
        transform:translate3d(0,0,0);

        transition: opacity .6s;
        z-index: 5;
    }
    #TOP_AREA_INFORMATION .container .Tap_Area .inner{
        text-align: center;
    }
    #TOP_AREA_INFORMATION .container .Tap_Area img{
        max-width: 60px;
        margin-left: auto;
        margin-right: auto;
    }
    #TOP_AREA_INFORMATION .container .Tap_Area p{
        margin-top: 15px;
        color: #fff;
        text-align: center;
    }
    /* tap */
    #TOP_AREA_INFORMATION .container .Tap_Area.tap {
        opacity: 0;
        pointer-events: none;
    }
    /* js_in */
    #TOP_AREA_INFORMATION .container .Tap_Area.active img{
        animation-name: is_swipe;
        animation-duration: 1s;
        animation-timing-function:ease;
        animation-delay: .4s;

        transform-origin: center bottom;
    }
}
@media screen and (min-width:769px){
    /* Tap Area */
    #TOP_AREA_INFORMATION .container .Tap_Area {
        display: none;
    }
}

/* ------------------------------------------------------------------------
    TOP LINK
------------------------------------------------------------------------  */
/* Base */
#TOP_LINKS {
    margin-top: 60px;
    margin-bottom: 60px;
}
@media screen and (min-width:769px){
    #TOP_LINKS {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
/********** AREA LINK ***********/
.Area_Link{
}
.Area_Link .Item{
}
.Area_Link .Item:nth-child(1){
    background: #82996B;
}
.Area_Link .Item:nth-child(2){
    background: #77A0AF;
}
.Area_Link .Item:nth-child(3){
    background: #B37566;
}
@media screen and (max-width:768px){
    .Area_Link .Item:not(:last-child){
        margin-bottom: 30px;
    }
}
@media screen and (min-width:769px){
    .Area_Link{
        display: flex;
        padding-left: 0;
        padding-right: 0;
    }
    .Area_Link .Item{
        flex: 1;
    }
}

/* anchor */
.Area_Link .Item a.Item_Link{
    position: relative;
    width: 100%;
}
/* arrow */
.Area_Link .Item a.Item_Link:after,
.Area_Link .Item a.Item_Link:before{
    position: absolute;
    right: 15px;
    bottom: 15px;
    content: '';
    width: 46px;
    height: 46px;
}
.Area_Link .Item a.Item_Link:after{
    border-radius: 50%;
    background: #fff;
    border:1px solid #B3B0A8;

    z-index: 1;
}
.Area_Link .Item a.Item_Link:before{
    background-image: url("../images/icon_arrow_bk.svg");
    background-repeat: no-repeat;
    background-size: 21.5px 7px;
    background-position: 50%;
    z-index: 2;
}
@media screen and (min-width:769px){
    .Area_Link .Item a.Item_Link:after,
    .Area_Link .Item a.Item_Link:before{
        right: 20px;
        bottom: 20px;
    }
}

/* TextArea */
.Area_Link .Item .Text_Area{
    color: #fff;
    text-align: center;

    padding-top: 24px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.Area_Link .Item .Text_Area p:nth-child(1){
    font-size: .85em;

    font-weight: 700;
    margin-bottom: 1em;
}
.Area_Link .Item .Text_Area p:nth-child(2){
    font-size: 2em;
    margin-bottom: 1em;
}
.Area_Link .Item .Text_Area p:nth-child(3){
    font-size: 1.3rem;
    font-weight: 500;
}
@media screen and (min-width:769px){
    .Area_Link .Item .Text_Area p:nth-child(1){
        font-size: 1.3rem;
    }
    .Area_Link .Item .Text_Area p:nth-child(2){
    }
    .Area_Link .Item .Text_Area p:nth-child(3){
        font-size: .875em;
    }
}

/* Wood_Deck */
.Wood_Deck_Btn {
    width: 100%;
    max-width: 350px;
    border: 1px solid #B3B0A8;
    border-radius: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;

    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.Wood_Deck_Btn img{
    max-width: 83px;
    margin-right: 20px;
}
.Wood_Deck_Btn span{
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5em;
    text-decoration: underline;
}
@media screen and (min-width:769px){
    .Wood_Deck_Btn span{
        font-size: .875em;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1060px) {
    .Wood_Deck_Btn span br{
        display: none;
    }
}

/* ------------------------------------------------------------------------
    TOP NEWS
------------------------------------------------------------------------  */
/* Base */
#TOP_NEWS {
    margin-top: 60px;
    margin-bottom: 60px;
}
#TOP_NEWS .Contents_Title{
    margin-bottom: 20px;
}
@media screen and (min-width:769px){
    #TOP_NEWS {
        margin-top: 100px;
        margin-bottom: 80px;
    }
    #TOP_NEWS .Contents_Title{
        margin-bottom: 30px;
    }
}

/* Btn */
#TOP_NEWS .Btm_Btn{
}
@media screen and (min-width:769px){
    #TOP_NEWS .Btm_Btn{
        margin-top: 10px;
    }
}

/* ------------------------------------------------------------------------
    TOP ACCESS
------------------------------------------------------------------------  */
/* Base */
#TOP_ACCESS {
    margin-top: 60px;
    margin-bottom: 60px;
}
#TOP_ACCESS .Contents_Title{
    margin-bottom: 20px;
}
@media screen and (min-width:769px){
    #TOP_ACCESS {
        margin-top: 80px;
        margin-bottom: 120px;
    }
    #TOP_ACCESS .Contents_Title{
        margin-bottom: 30px;
    }
}
/* Base */
#TOP_ACCESS .Google_Map{
    padding-top: 244px;
    margin-bottom: 40px;
}
@media screen and (min-width:769px){
    #TOP_ACCESS .Google_Map{
        padding-top: 460px;
        margin-bottom: 60px;
    }
}

/* Detail */
#TOP_ACCESS .Access_Detail{
}
#TOP_ACCESS .Access_Detail .Item{
    width: 100%;
}
@media screen and (max-width:768px){
    #TOP_ACCESS .Access_Detail .Item:not(:last-child){
        margin-bottom: 40px;
    }
}
/* text */
#TOP_ACCESS .Access_Detail .Item p:nth-child(3){
    color: #666;
    margin-top: 1em;
    font-size: 1.4rem;
}
@media screen and (min-width:769px){
    #TOP_ACCESS .Access_Detail{
        display: flex;
        justify-content: space-between;
    }
    #TOP_ACCESS .Access_Detail .Item{
        max-width: 31%;
    }
}
/* Btn */
#TOP_ACCESS .Access_Detail .Item .Btm_Btn{
    max-width: 160px;
    margin-left: 0;
    margin-top: 20px;
}

/* ------------------------------------------------------------------------
    FAQ
------------------------------------------------------------------------  */
/* Base */
#FAQ {
    padding-top: 50px;
}
#FAQ:after {
    background-image: url("../images/wave2_sp.svg");
    padding-bottom: 16%;
    margin-bottom: -16%;
}
/* Title */
#FAQ .Contents_Title{
    margin-bottom: 30px;
}
@media screen and (min-width:769px){
    #FAQ {
        padding-top: 100px;
    }
    #FAQ:after {
        background-image: url("../images/wave2_pc.svg");
        padding-bottom: 10.2%;
        margin-bottom: -10.2%;
    }
    /* Title */
    #FAQ .Contents_Title{
        margin-bottom: 40px;
    }
}
/* List */
#FAQ .Faq_List{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    gap:30px 0;
}
#FAQ .Faq_List .Faq_Category{
    width: 100%;
}
/* question */
#FAQ .Faq_List .Faq_Category .Item{
}
#FAQ .Faq_List .Faq_Category .Item:not(:last-child){
    margin-bottom: 15px;
}
#FAQ .Faq_List .Faq_Category .Item > *{
    box-sizing: border-box;
}
#FAQ .Faq_List .Faq_Category .Item .Q{
    background: #B3B0A8;
    border:1px solid #B3B0A8;
    color: #fff;
    font-weight: 500;

    padding: 10px 15px;
}
#FAQ .Faq_List .Faq_Category .Item .A{
    font-size: 1.3rem;
    background: #fff;
    border:1px solid #B3B0A8;

    padding: 15px;
}
@media screen and (min-width:769px){
    #FAQ .Faq_List {
        gap:60px 0;
    }
    #FAQ .Faq_List .Faq_Category{
        display: block !important;
        max-width: 48%;
    }
    /* question */
    #FAQ .Faq_List .Faq_Category .Item{
    }
    #FAQ .Faq_List .Faq_Category .Item:not(:last-child){
        margin-bottom: 25px;
    }
    #FAQ .Faq_List .Faq_Category .Item .Q{
        padding: 15px 20px;
    }
    #FAQ .Faq_List .Faq_Category .Item .A{
        font-size: .875em;
        border:1px solid #fff;

        padding: 20px;
    }
}
#FAQ .Faq_List a{
    text-decoration:underline;
}
@media (min-width: 769px) {
    #FAQ .Faq_List a.tellink {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/* Triger Contents */
.Faq_More {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    box-sizing: border-box;
    border: 1px solid #707070;
    background: #fff;
    border-radius: 5px;
}
.Faq_More span{
    position: relative;
    padding-left: 25px;
}
.Faq_More span:before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6.5px 0 6.5px;
    border-color: #666666 transparent transparent transparent;

    transition: rotate .6s;
}
@media screen and (min-width:769px){
    .Faq_More {
        display: none;
    }
}
/* open */
.Faq_More.is_open span:before{
    transform: translateY(-50%) rotate(180deg);
}
#FAQ .Faq_List .Faq_Category{}
@media screen and (max-width:768px){
    #FAQ .Faq_List .Faq_Category:not(:first-child){
        display: none;
    }
}


/* ------------------------------------------------------------------------
    INSTAGRAM
------------------------------------------------------------------------  */
/* Base */
#INSTAGRAM {
    margin-top: 26%;
}
#INSTAGRAM .container{
    position: relative;
}
/* Title */
#INSTAGRAM .Insta_Title {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Icon */
#INSTAGRAM .Insta_Title .Icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #B3B0A8;
}
#INSTAGRAM .Insta_Title .Icon img{
    width: 35px;
}
/* Text */
#INSTAGRAM .Insta_Title .Title{
    padding-left: 10px;
    font-size: 1.714em;
}
#INSTAGRAM .Insta_Title .Title span{
    display: block;
    font-size: 1.3rem;
}
#INSTAGRAM .Insta_Title a{
    display: contents;
}
@media screen and (min-width:769px){
    #INSTAGRAM {
        margin-top: 15%;
    }
    /* Title */
    #INSTAGRAM .Insta_Title {
/*        position: absolute;
        left: 25px;
        top: 0;
        z-index: 10;*/
    }
    #INSTAGRAM .Insta_Title .Icon{
        width: 120px;
        height: 120px;
    }
    #INSTAGRAM .Insta_Title .Icon img{
        width: 60px;
    }
    #INSTAGRAM .Insta_Title .Title{
        padding-left: 30px;
        font-size: 1.75em;
    }
    #INSTAGRAM .Insta_Title .Title span{
        font-size: 1.5rem;
    }
}

/* Gallery */
#INSTAGRAM .Insta_Gallery {
    padding-top: 20px;
}
#INSTAGRAM .Insta_Gallery .Insta_Slider {
    /* add */
    /*
    display: flex;
    margin-bottom: 80px;
    */
}
#INSTAGRAM .Insta_Gallery .Insta_Slider .Item{
    padding-left: 10px;
    padding-right: 10px;
}
#INSTAGRAM .Insta_Gallery .Insta_Slider .slick-list {
    padding-right: 13%;
}
/* image */
#INSTAGRAM .Insta_Gallery .Insta_Slider .slick-track .Item:nth-child(5n+1){
    padding-top: 100px;
}
#INSTAGRAM .Insta_Gallery .Insta_Slider .slick-track .Item:nth-child(5n+2){
    padding-top: 40px;
}
#INSTAGRAM .Insta_Gallery .Insta_Slider .slick-track .Item:nth-child(5n+3){
    padding-top: 20px;
}
#INSTAGRAM .Insta_Gallery .Insta_Slider .slick-track .Item:nth-child(5n+4){
    padding-top: 80px;
}
#INSTAGRAM .Insta_Gallery .Insta_Slider .slick-track .Item:nth-child(5n+5){
    padding-top: 0px;
}
/*#eapps-instagram-feed-1,
.Insta_Gallery .eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-inner,
.Insta_Gallery .slick-slider .slick-track,.Insta_Gallery .slick-slider .slick-list{
    width: 100%!important;
}*/

#INSTAGRAM .Insta_Gallery {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}
    /* image */
/*    #INSTAGRAM .Insta_Gallery .Insta_Slider .slick-track .Item:nth-child(5n+1){
        padding-top: 170px;
    }
    #INSTAGRAM .Insta_Gallery .Insta_Slider .slick-track .Item:nth-child(5n+2){
        padding-top: 0;
    }
    #INSTAGRAM .Insta_Gallery .Insta_Slider .slick-track .Item:nth-child(5n+3){
        padding-top: 120px;
    }
    #INSTAGRAM .Insta_Gallery .Insta_Slider .slick-track .Item:nth-child(5n+4){
        padding-top: 70px;
    }
    #INSTAGRAM .Insta_Gallery .Insta_Slider .slick-track .Item:nth-child(5n+5){
        padding-top: 50px;
    }*/

/************************************* NEWS *************************************/

/* ------------------------------------------------------------------------
    Tags
------------------------------------------------------------------------  */
#NEWS_TAB {
    display: flex;
    column-gap: 10px;

    margin-top: 40px;
    margin-bottom: 40px;
}
#NEWS_TAB .Item{
    position: relative;
    border: 1px solid #B3B0A8;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(179,176,168,.3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100px;
    height: 40px;

    cursor: pointer;

    transition: background .6s;
}
#NEWS_TAB .Item.active{
    background: rgba(179,176,168,.3);
    pointer-events: none;
}
@media screen and (min-width:769px){
    #NEWS_TAB {
        column-gap: 20px;
    }
    #NEWS_TAB .Item:hover{
        background: rgba(179,176,168,.3);
    }
}

/* ------------------------------------------------------------------------
    NEWS_CONTAINER
------------------------------------------------------------------------  */
#NEWS_CONTAINER {
    margin-top: 40px;
    margin-bottom: 60px;
}

/* ------------------------------------------------------------------------
    PAGINATION
------------------------------------------------------------------------  */
#PAGINATION {
    padding-bottom: calc(12.6% + 70px);
}
@media screen and (min-width:769px){
    #PAGINATION {
        padding-bottom: calc(4% + 80px);
    }
}
#PAGINATION ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:10px;
}
#PAGINATION ul li a,
#PAGINATION ul li span{
    position: relative;
    border: 1px solid #B3B0A8;
    border-width: 1px;
    border-style: solid;
    border-color: #B3B0A9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    cursor: pointer;

    transition: background .6s;
}
#PAGINATION ul li span.current{
    background: #B3B0A9;
    color: #fff;
    pointer-events: none;
}
@media screen and (min-width:769px){
    #PAGINATION ul li a:hover{
        background: #B3B0A9;
        color: #fff;
    }
}

/* ------------------------------------------------------------------------
    NEWS_LIST
------------------------------------------------------------------------  */
.News_List {
    display: flex;
    flex-wrap: wrap;
}
.News_List .Item{
    width: 100%;
    max-width: 48%;
}
.News_List .Item{
    margin-bottom: 30px;
}
/* image */
.News_List .Item .News_Image{}

/* Text Area */
.News_List .Item .News_Text{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.News_List .Item .News_Text .Days,
.News_List .Item .News_Text .Tag,
.News_List .Item .News_Text .Title{
    font-size: .857em;
}
.News_List .Item .News_Text .Days,
.News_List .Item .News_Text .Tag{
    font-weight: 500;
    line-height: 1em;
}
.News_List .Item .News_Text .Tag{
    margin-left: 1em;
    color: #B3B0A8;
}
.News_List .Item .News_Text .Title{
    width: 100%;
    margin-top: 20px;
    line-height: 1.5em;
}
@media screen and (max-width:768px){
    .News_List {
        justify-content: space-between;
    }
}
@media screen and (min-width:769px){
    .News_List {
    }
    .News_List .Item{
        max-width: 23%;
        margin-bottom: 50px;
    }
    .News_List .Item:not(:nth-child(4n)){
        margin-right: 2.66%;
    }
    /* image */
    .News_List .Item .News_Image{
        width: 100%;
        padding-top: 75%;
        position: relative;
    }
    .News_List .Item .News_Image img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        object-fit: cover;
    }
    .News_List .Item .News_Image .sample{
        padding-left: 40px;
    }
    /* Text Area */
    .News_List .Item .News_Text .Days{
        font-size: 1.3rem;
    }
    .News_List .Item .News_Text .Tag{
        font-size: 1.3rem;
        margin-left: 2em;
    }
    .News_List .Item .News_Text .Title{
        font-size: .875em;
    }

}

/* ------------------------------------------------------------------------
    NEWS DETAIL
------------------------------------------------------------------------  */
#NEWS_DETAIL{
    margin-top: 40px;
    padding-bottom: calc(12.6% + 120px);
}
#NEWS_DETAIL.container{
    max-width: 1040px;
}
@media screen and (min-width:769px){
    #NEWS_DETAIL{
        margin-top: 60px;
        padding-bottom: calc(4% + 150px);
    }
}
/* Title */
#NEWS_DETAIL h2{
    font-size: 1.57em;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 1px solid #B3B0A8;

    font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width:769px){
    #NEWS_DETAIL h2{
        font-size: 2em;
        margin-bottom: 30px;
        padding-left: 30px;
    }
}
/* Days / Tag */
#NEWS_DETAIL .News_Days {
    display: flex;
    justify-content: flex-end;

    margin-bottom: 35px;
}
#NEWS_DETAIL .News_Days .Days{
    margin-right: 2em;
}
#NEWS_DETAIL .News_Days .Tag{
    color: #B3B0A8;
}
@media screen and (min-width:769px){
    #NEWS_DETAIL .News_Days {
        margin-bottom: 30px;
    }
}

/* Contents */
#NEWS_DETAIL #CONTENTS {
}
@media screen and (min-width:769px){
    #NEWS_DETAIL #CONTENTS {
        padding-left: 10%;
        padding-right: 10%;
    }
}
/* Image */
#NEWS_DETAIL #CONTENTS .Image{
    margin-bottom: 30px;
}
/* h3 */
#NEWS_DETAIL #CONTENTS h3{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.428em;
    line-height: 1.5em;
    margin-bottom: 20px;
}
/* p */
#NEWS_DETAIL #CONTENTS p{
    line-height: 2em;
}
@media screen and (min-width:769px){
    #NEWS_DETAIL #CONTENTS .Image{
        margin-bottom: 50px;
    }
    #NEWS_DETAIL #CONTENTS h3{
        font-size: 1.625em;
        margin-bottom: 40px;
    }
    #NEWS_DETAIL #CONTENTS p{
        font-size: 1.7rem;
    }
}

/* Btm_Btn */
#NEWS_DETAIL .Btm_Btn{
    max-width: 495px;
    margin-left: auto;
    margin-right: auto;

    margin-top: 30px;
    padding-right: 15px;
    box-sizing: border-box;
}
@media screen and (min-width:769px){
    #NEWS_DETAIL .Btm_Btn{
        margin-top: 50px;
    }
}

/************************************* AREA *************************************/

/* ------------------------------------------------------------------------
    AREA CONCEPT
------------------------------------------------------------------------  */
/* Title Area */
#AREA_CONCEPT{
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 18.6%;
}
#AREA_CONCEPT:after{
    padding-bottom: 18.6%;
    margin-bottom: -18.6%;
}
/* FARM */
#AREA_CONCEPT.Farm:after {
    background-image: url("../images/wave_farm1_sp.svg");
}
/* BEACH */
#AREA_CONCEPT.Beach:after {
    background-image: url("../images/wave_beach1_sp.svg");
}
/* ISLAND */
#AREA_CONCEPT.Island:after {
    background-image: url("../images/wave_island1_sp.svg");
}
@media screen and (min-width:769px){
    #AREA_CONCEPT{
        padding-top: 50px;
        padding-bottom: 20px;
        margin-bottom: 70px;
    }
    #AREA_CONCEPT:after {
        padding-bottom: 4%;
        margin-bottom: -4%;
    }
    /* FARM */
    #AREA_CONCEPT.Farm:after {
        background-image: url("../images/wave_farm1_pc.svg");
    }
    /* BEACH */
    #AREA_CONCEPT.Beach:after {
        background-image: url("../images/wave_beach1_pc.svg");
    }
    /* ISLAND */
    #AREA_CONCEPT.Island:after {
        background-image: url("../images/wave_island1_pc.svg");
    }
}

/* Title */
#AREA_CONCEPT .Contents_Title {
    border-left-color: #fff;
    margin-bottom: 40px;
}
#AREA_CONCEPT .Contents_Title h2{
    color: #fff;
}
@media screen and (min-width:769px){
    #AREA_CONCEPT .Contents_Title {
        margin-bottom: 20px;
    }
}
/* Font-Size */
@media screen and (max-width:768px){
    #AREA_CONCEPT .Contents_Title h2{
        font-size: calc(23px + 7 * (100vw - 370px)/398);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #AREA_CONCEPT .Contents_Title h2{
        font-size: calc(30px + 12 * (100vw - 769px)/431);
    }
}
@media screen and (min-width:1201px){
    #AREA_CONCEPT .Contents_Title h2{
        font-size: 42px;
    }
}

/* Message */
#AREA_CONCEPT_MESSAGE {
}
#AREA_CONCEPT_MESSAGE .Area_Concept_Msg{

}
@media screen and (max-width:768px){
    .Area_Concept_Msg{
        color: #fff;
        line-height: 1.5em;
    }
}
@media screen and (min-width:769px){
    #AREA_CONCEPT_MESSAGE {
        padding-top: 70px;
        padding-bottom: 60px;
        text-align: center;
        font-size: 1.7rem;
        line-height: 3em;
    }
}

/* ------------------------------------------------------------------------
    POINT
------------------------------------------------------------------------  */
#POINT {
    padding-top: 50px;
}
@media screen and (min-width:769px){
    #POINT {
        padding-top: 0;
    }
}
/* Layout */
#POINT .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#POINT .container .Item.X_Image{
    display: flex;
    justify-content: space-between;
}
#POINT .container .Item.X_Image div{
    width: 48%;
}
@media screen and (max-width:768px){
    /* order */
    #POINT .container .Item.X_Title{
        order: 1;

        margin-bottom: 20px;
    }
    #POINT .container .Item.X_Image{
        order: 2;

        margin-bottom: 30px;
    }
    #POINT .container .Item.X_Message{
        order: 3;
    }
    /* Message */
    #POINT .container .Item.X_Message .Btn_Arrow{
        width: 87%;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width:769px){
    /* Title */
    #POINT .container .Item.X_Title{
        width: 42.5%;
        margin-top: 60px;
    }
    /* Image */
    #POINT .container .Item.X_Image{
        width: 51.6%;
    }
    #POINT .container .Item.X_Image div:nth-child(2){
        margin-top: 40px;
    }

    /* Message */
    #POINT .container .Item.X_Message{
        margin-top: 30px;
        padding-left: 30px;
    }
    #POINT .container .Item.X_Message .Btn_Arrow{
        margin-top: 40px;
    }
}

/* Font-size */
@media screen and (max-width:768px){
    #POINT .Contents_Title h2 {
        font-size: calc(20px + 10 * (100vw - 370px)/398);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #POINT .Contents_Title h2 {
        font-size: calc(20px + 16 * (100vw - 769px)/431);
    }
}
@media screen and (min-width:1201px){
    #POINT .Contents_Title h2 {
        font-size: 32px;
    }
}

/* POINT */
#POINT1 {
    position: relative;
}
#POINT1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    width: 100%;
    z-index: -3;
}
/***** Background *****/
/* Farm */
#POINT.Farm #POINT1 {
    padding-bottom: 60px;
}
#POINT.Farm #POINT1:before {
    background-image: url("../images/wave_farm2_sp.svg");
    padding-bottom: 78.1%;
}
/* Beach */
#POINT.Beach #POINT1 {
    padding-bottom: 80px;
}
#POINT.Beach #POINT1:before {
    background-image: url("../images/wave_beach2_sp.svg");
    padding-bottom: 100%;
}
#POINT.Beach #POINT2 {
    background: #eef3f5;
    padding-bottom: 80px;
}
/* Island */
#POINT.Island #POINT1 {
    padding-bottom: 60px;
}
#POINT.Island #POINT1:before {
    background-image: url("../images/wave_island2_sp.svg");
    padding-bottom: 92%;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    /* Farm */
    #POINT.Farm #POINT1:before {
        transform: translateY(20%);
    }
    /* Beach */
    #POINT.Beach #POINT1:before {
        transform: translateY(30%);
    }
    /* Island */
    #POINT.Island #POINT1:before {
        padding-bottom: 60%;
    }
}
@media screen and (min-width:769px){
    /* FARM */
    #POINT.Farm #POINT1 {
        padding-bottom: 60px;
    }
    #POINT.Farm #POINT1:before {
        background-image: url("../images/wave_farm2_pc.svg");
        padding-bottom: 18.75%;
    }
    /* Beach */
    #POINT.Beach #POINT1 {
        padding-bottom: 90px;
    }
    #POINT.Beach #POINT1:before {
        background-image: url("../images/wave_beach2_pc.svg");
        padding-bottom: 20.6%;
    }
    /* Island */
    #POINT.Island #POINT1 {
        padding-bottom: 80px;
    }
    #POINT.Island #POINT1:before {
        background-image: url("../images/wave_island2_pc.svg");
        padding-bottom: 20%;
    }
}

/***** FARM *****/
/* About_Herb */
#POINT.Farm .About_Herb{
    background: #eff2ec;
    padding-bottom: 50px;
}
@media screen and (min-width:769px){
    #POINT.Farm .About_Herb{
        padding-bottom: 80px;
    }
}
#POINT.Farm .About_Herb .container .Contents{
    width: 100%;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;

    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;

    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
#POINT.Farm .About_Herb .container .Contents .Title{
    width: 100%;
    display: block;
    text-align: center;

    font-size: 1.142em;
    font-weight: 500;
    margin-bottom: 15px;
}
#POINT.Farm .About_Herb .container .Contents .TextArea{}
#POINT.Farm .About_Herb .container .Contents .Image{}
@media screen and (max-width:768px){
    /* order */
    #POINT.Farm .About_Herb .container .Contents .Title{
        order: 1;
    }
    #POINT.Farm .About_Herb .container .Contents .Text_Area{
        order: 3;
    }
    #POINT.Farm .About_Herb .container .Contents .Image{
        order: 2;
    }
    /* width */
    #POINT.Farm .About_Herb .container .Contents .Text_Area{
        width: calc(100% - 120px);
        font-size: 1.3rem;
        line-height: 1.5em;
    }
    #POINT.Farm .About_Herb .container .Contents .Image{
        width: 100px;
    }
    /* none */
    #POINT.Farm .About_Herb .container .Contents .Text_Area h3{
        display: none;
    }
}
@media screen and (min-width:769px){
    #POINT.Farm .About_Herb .container .Contents{
        justify-content: center;
        align-items: center;
    }
    #POINT.Farm .About_Herb .container .Contents .Title{
        display: none;
    }
    #POINT.Farm .About_Herb .container .Contents .Text_Area h3{
        font-size: 1.625em;
        margin-bottom: 20px;
    }
    #POINT.Farm .About_Herb .container .Contents .Text_Area{
        width: 50%;
        margin-right: 50px;
    }
    #POINT.Farm .About_Herb .container .Contents .Image{
        width: 150px;
    }
}

/***** Beach *****/
#POINT.Beach #POINT2 .container .Item.X_Image div{
    width: 100%;
}
@media screen and (min-width:769px){
    #POINT.Beach #POINT2 .container .Item.X_Title{
        margin-top: 35px;
    }
}

/* ------------------------------------------------------------------------
    gallery
------------------------------------------------------------------------  */
#gallery ul{
    display: flex;
    flex-wrap: wrap;
}
#gallery ul li{
    position: relative;
    display: inherit;
    width: 24.84%;
    margin: 0 1px 1px;
}
#gallery ul li:after{
    content: '';
    background: url("../images/search-line.png") no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 3%;
    right: 3%;
}
@media screen and (max-width:768px){
    #gallery ul li{
        width: 49.4%;
    }
}


/* ------------------------------------------------------------------------
    SITE
------------------------------------------------------------------------  */
#SITE {
    margin-top: 60px;
    margin-bottom: 60px;
}
/* Main Image */
#SITE .Main_Image{
    margin-bottom: 60px;
}
@media screen and (min-width:769px){
    #SITE {
        margin-top: 80px;
        margin-bottom: 100px;
    }
    #SITE .Main_Image{
        margin-bottom: 80px;
    }
}
/* Font-size */
@media screen and (max-width:768px){
    #SITE .Contents_Title h2 {
        font-size: calc(22px + 6 * (100vw - 370px)/398);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #SITE .Contents_Title h2 {
        font-size: calc(22px + 6 * (100vw - 769px)/431);
    }
}
@media screen and (min-width:1201px){
    #SITE .Contents_Title h2 {
        font-size: 28px;
    }
}

/* PRICE */
#SITE_PRICE {
    margin-bottom: 60px;
}
#SITE_PRICE .Contents_Title{
    margin-bottom: 30px;
}
#SITE_PRICE .SubTitle_A{
    margin-bottom: 15px;
}
#SITE_PRICE .Message{
    margin-bottom: 30px;
}
@media screen and (min-width:769px){
    #SITE_PRICE {
        margin-bottom: 80px;
    }
    #SITE_PRICE .Contents_Title{
        margin-bottom: 20px;
    }
    #SITE_PRICE .SubTitle_A{
        margin-bottom: 25px;
    }
}

/* Detail */
#SITE_PRICE .Detail{
}
#SITE_PRICE .Detail .Item{
    width: 100%;
}
#SITE_PRICE .Detail .Item .Btn {
    margin-top: 30px;
    text-align: center;
}
#SITE_PRICE .Detail .Item .Btn a{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
#SITE_PRICE .Detail .Item p{
    font-size: .875em;
    color: #555555;
    margin-top: 5px;
    margin-left: 1em;
}
@media screen and (max-width:768px){
    #SITE_PRICE .Detail .Item:first-child{
        margin-bottom: 30px;
    }
}
@media screen and (min-width:769px){
    #SITE_PRICE .Detail{
        display: flex;
        justify-content: space-between;
    }
    #SITE_PRICE .Detail .Item{
        max-width: 48.5%;
    }
    #SITE_PRICE .Detail .Item .Btn a{
        max-width: 378px;
    }
}
/* OPTION MENU */
#OPTION_MENU {
    border-width: 1px;
    border-style: solid;

    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
/* Text */
#OPTION_MENU .Message{
    margin-top: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width:768px){
    /* Text */
    #OPTION_MENU .SubTitle_B .category {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media screen and (min-width:769px){
    #OPTION_MENU {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 50px;
        padding-right: 50px;
    }
    /* Text */
    #OPTION_MENU .Message{
        margin-top: 20px;
        margin-bottom: 25px;
    }
    /* Image */
    #OPTION_MENU .Detail .Item:first-child img{
        max-width: 500px;
    }
}

/***** FARM *****/
#SITE.Farm #SITE_PRICE .SubTitle_A,
#SITE.Farm #SITE_PRICE .SubTitle_B .Main{
    color: #82996B;
}
#SITE.Farm #SITE_PRICE .SubTitle_B .category {
    background: #82996B;
}
#SITE.Farm #OPTION_MENU{
    border-color: #82996B;
}
/***** Beach *****/
#SITE.Beach #SITE_PRICE .SubTitle_A,
#SITE.Beach #SITE_PRICE .SubTitle_B .Main{
    color: #77A0AF;
}
#SITE.Beach #SITE_PRICE .SubTitle_B .category {
    background: #77A0AF;
}
#SITE.Beach #OPTION_MENU{
    border-color: #77A0AF;
}
/***** Island *****/
#SITE.Island #SITE_PRICE .SubTitle_A,
#SITE.Island #SITE_PRICE .SubTitle_B .Main{
    color: #B3745D;
}
#SITE.Island #SITE_PRICE .SubTitle_B .category {
    background: #B3745D;
}
#SITE.Island #OPTION_MENU{
    border-color: #B3745D;
}
#SITE.Island #SITE_PRICE .Type_A{
    margin-bottom: 60px;
}
@media screen and (min-width:769px){
    #SITE.Island #SITE_PRICE .SubTitle_B{
        margin-bottom: 20px;
    }
    #SITE.Island #SITE_PRICE .Type_A{
        margin-bottom: 70px;
    }
}

/* FACILITY */
#SITE_FACILITY {
    margin-top: 60px;
    margin-bottom: 60px;
}
#SITE_PRICE .Contents_Title{
    margin-bottom: 30px;
}
/* List */
#SITE_FACILITY ul {
    margin-top: 20px;
}
#SITE_FACILITY ul li{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-left: 20px;
}
#SITE_FACILITY ul li:before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B3B0A8;
}
@media screen and (min-width:769px){
    #SITE_FACILITY {
        margin-top: 80px;
        margin-bottom: 100px;
    }
    #SITE_PRICE .Contents_Title{
        margin-bottom: 20px;
    }
    /* List */
    #SITE_FACILITY ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    #SITE_FACILITY ul li{
        max-width: 300px;
    }
}

/* ------------------------------------------------------------------------
    BBQ_PLAN
------------------------------------------------------------------------  */
#BBQ_PLAN {
    padding-top: 40px;
    padding-bottom: 40px;

    background: #F6F2EE;
}
@media screen and (min-width:769px){
    #BBQ_PLAN {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* Layout */
#BBQ_PLAN .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#BBQ_PLAN .container .Item.X_Image{
    display: flex;
    justify-content: space-between;
}
#BBQ_PLAN .container .Item.X_Image div{
    width: 48%;
}
#BBQ_PLAN .container .Item.X_Message .BBQ_Title{
    line-height: 1.5em;
}
@media screen and (max-width:768px){
    /* order */
    #BBQ_PLAN .container .Item.X_Title{
        order: 1;

        margin-bottom: 20px;
    }
    #BBQ_PLAN .container .Item.X_Image{
        order: 2;

        margin-bottom: 30px;
    }
    #BBQ_PLAN .container .Item.X_Message{
        order: 3;
    }
    /* Message */
    #BBQ_PLAN .container .Item.X_Message .BBQ_Title{
        margin-bottom: 20px;
    }
    #BBQ_PLAN .container .Item.X_Message .Btn_Arrow{
        width: 87%;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width:769px){
    /* Title */
    #BBQ_PLAN .container .Item.X_Title{
        width: 42.5%;
        margin-top: 60px;
    }
    /* Image */
    #BBQ_PLAN .container .Item.X_Image{
        width: 51.6%;
    }
    #BBQ_PLAN .container .Item.X_Image div:nth-child(1){
        margin-top: 30px;
    }

    /* Message */
    #BBQ_PLAN .container .Item.X_Message{
        margin-top: 20px;
        padding-left: 30px;
    }
    #BBQ_PLAN .container .Item.X_Message .BBQ_Title{
        margin-bottom: 30px;
    }
    #BBQ_PLAN .container .Item.X_Message .Btn_Arrow{
        margin-top: 40px;
    }
}

/* Font-size */
@media screen and (max-width:768px){
    #BBQ_PLAN .Contents_Title h2 ,
    #BBQ_PLAN .BBQ_Title {
        font-size: calc(22px + 6 * (100vw - 370px)/398);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #BBQ_PLAN .Contents_Title h2 ,
    #BBQ_PLAN .BBQ_Title {
        font-size: calc(22px + 6 * (100vw - 769px)/431);
    }
}
@media screen and (min-width:1201px){
    #BBQ_PLAN .Contents_Title h2 ,
    #BBQ_PLAN .BBQ_Title {
        font-size: 28px;
    }
}

/* ------------------------------------------------------------------------
    AREA_INFORMATION
------------------------------------------------------------------------  */
#AREA_INFORMATION {
    margin-top: 60px;
    padding-bottom: calc(12.6% + 70px);
}
/* Title */
#AREA_INFORMATION .Title{
    text-align: center;
    margin-bottom: 30px;
}
#AREA_INFORMATION .Title img{
    width: auto;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
#AREA_INFORMATION .Title h2{
    line-height: 1.5em;
}
@media screen and (min-width:769px){
    #AREA_INFORMATION {
        margin-top: 90px;
        padding-bottom: calc(4% + 80px);
    }
    /* Title */
    #AREA_INFORMATION .Title{
        margin-bottom: 40px;
    }
    #AREA_INFORMATION .Title img{
        margin-bottom: 20px;

    }
}
/* Font-size */
@media screen and (max-width:768px){
    #AREA_INFORMATION .Title h2{
        font-size: calc(26px + 6 * (100vw - 370px)/398);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #AREA_INFORMATION .Title h2{
        font-size: calc(24px + 18 * (100vw - 769px)/431);
    }
}
@media screen and (min-width:1201px){
    #AREA_INFORMATION .Title h2{
        font-size: 42px;
    }
}

/* Other Link */
.Page_Link {
    margin-top: 60px;
}
.Page_Link ul li{
    position: relative;
}
.Page_Link ul li p{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;

    font-size: 1.875em;
}
@media screen and (max-width:768px){
    .Page_Link ul li:not(:last-child){
        margin-bottom: 20px;
    }
}
@media screen and (min-width:769px){
    .Page_Link {
        margin-top: 100px;
    }
    .Page_Link ul{
        display: flex;
        justify-content: center;
        column-gap: 30px;
    }
    .Page_Link ul li{
    }
    .Page_Link ul li p{
        font-size: 1.75em;
    }
}


/************************************* SAUNA FOOD WEDDING SAUNA *************************************/

/* ------------------------------------------------------------------------
    PAGE CONCEPT
------------------------------------------------------------------------  */
/* Title Area */
#PAGE_CONCEPT{
    position: relative;
    padding-top: 40px;
}
#PAGE_CONCEPT:before{
    background: #F6F2EE;
}
#PAGE_CONCEPT:after{
    padding-bottom: 7.8%;
    background-image: url("../images/wave_sauna_food_sp.svg");
}
/* WEDDING PARTY */
#PAGE_CONCEPT.Wedding:before,
#PAGE_CONCEPT.Party:before{
    display: none;
}
#PAGE_CONCEPT.Wedding:after,
#PAGE_CONCEPT.Party:after{
    bottom: inherit;
    top: 0;
}
@media screen and (max-width:768px){
    /* SAUNA */
    #PAGE_CONCEPT.Sauna{
        padding-bottom: calc(50px + 7.8%);
    }
    /* FOOD */
    #PAGE_CONCEPT.Food{
        padding-bottom: 50px;
    }
    #PAGE_CONCEPT.Food:before{
        height: 80%;
    }
    #PAGE_CONCEPT.Food:after{
        padding-bottom: 40%;
    }
    /* WEDDING PARTY */
    #PAGE_CONCEPT.Wedding,
    #PAGE_CONCEPT.Party{
        padding-top: 65px;
    }
    #PAGE_CONCEPT.Wedding:after,
    #PAGE_CONCEPT.Party:after{
        padding-top: 40%;
        background-image: url("../images/wave_wedding_party_sp.svg");
    }
}
@media screen and (min-width:769px){
    #PAGE_CONCEPT{
        padding-top: 80px;
    }
    #PAGE_CONCEPT:after {
        padding-bottom: 5%;
        background-image: url("../images/wave_sauna_food_pc.svg");
    }
    /* SAUNA */
    #PAGE_CONCEPT.Sauna{
        margin-bottom: 120px;
    }
    /* FOOD */
    #PAGE_CONCEPT.Food{
        margin-bottom: 90px;
    }
    /* WEDDING PARTY */
    #PAGE_CONCEPT.Wedding,
    #PAGE_CONCEPT.Party{
        padding-top: 140px;
    }
    #PAGE_CONCEPT.Wedding:after,
    #PAGE_CONCEPT.Party:after{
        padding-top: 6.25%;
        padding-bottom: 20%;
        background-image: url("../images/wave_wedding_party_pc.svg");
    }
}

/* Container */
#PAGE_CONCEPT .container {
}
#PAGE_CONCEPT .container .Text_Area,
#PAGE_CONCEPT .container .Image_Area{
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width:768px){
    /* Food */
    #PAGE_CONCEPT.Food .container .Text_Area {
        margin-bottom: 60px;
    }
}
@media screen and (min-width:769px){
    #PAGE_CONCEPT .container {
        display: flex;
        justify-content: space-between;
    }
    #PAGE_CONCEPT .container .Text_Area{
        max-width: 57.7%;
        padding-top: 20px;
    }
    #PAGE_CONCEPT .container .Image_Area{
        max-width: 40%;
    }
    /* WEDDING PARTY */
    #PAGE_CONCEPT.Wedding .container ,
    #PAGE_CONCEPT.Party .container {
        display: block;
        position: relative;
    }
}

/* Title */
#PAGE_CONCEPT .Contents_Title {
    border-left-color: #B1AFA7;
    margin-bottom: 40px;
}
#PAGE_CONCEPT .Contents_Title h2{
}

/* WEDDING PARTY */
#PAGE_CONCEPT.Wedding .Contents_Title ,
#PAGE_CONCEPT.Party .Contents_Title {
    border-left:none;
    padding-left: 0;
    margin-bottom: 0;
}

@media screen and (min-width:769px){
    #PAGE_CONCEPT .Contents_Title {
        margin-bottom: 20px;
    }
}
/* Font-Size */
@media screen and (max-width:768px){
    #PAGE_CONCEPT .Contents_Title h2{
        font-size: calc(23px + 7 * (100vw - 370px)/398);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #PAGE_CONCEPT .Contents_Title h2{
        font-size: calc(30px + 12 * (100vw - 769px)/431);
    }
}
@media screen and (min-width:1201px){
    #PAGE_CONCEPT .Contents_Title h2{
        font-size: 42px;
    }
}

/* SubTitle */
#PAGE_CONCEPT .Concept_SubTitle {
    font-size: 1.285em;
    font-weight: 500;

    margin-bottom: 1em;
}
@media screen and (min-width:769px){
    #PAGE_CONCEPT .Concept_SubTitle {
        font-size: 1.625em;
        font-family: 'Noto Serif JP', serif;
    }
}

/* Message */
#PAGE_CONCEPT .Concept_Message {
    margin-top: 30px;
    line-height: 2em;
}
/* WEDDING PARTY */
#PAGE_CONCEPT.Wedding .Concept_Message ,
#PAGE_CONCEPT.Party .Concept_Message {
    margin-bottom: 30px;
    line-height: 1.8em;
}
@media screen and (max-width:768px){
    #PAGE_CONCEPT.Party .Concept_Message {
        margin-top: 15px;
    }
}
@media screen and (min-width:769px){
    #PAGE_CONCEPT .Concept_Message {
        max-width: 580px;
        margin-top: 20px;
        padding-left: 30px;
        font-size: 1.125em;
    }
    /* Food */
    #PAGE_CONCEPT.Food .Concept_Message {
        margin-top: 50px;
    }
    /* WEDDING PARTY */
    #PAGE_CONCEPT.Wedding .Concept_Message ,
    #PAGE_CONCEPT.Party .Concept_Message {
        padding-left: 0;
        font-size: 1em;
        margin-bottom: 30px;
    }
}
@media screen and (min-width:1121px){
    #PAGE_CONCEPT .Concept_Message {
        line-height: 2.5em;
    }
}

/* Image */
#PAGE_CONCEPT .Concept_Image {}


/* Notes */
/* WEDDING PARTY */
#PAGE_CONCEPT.Wedding .Concept_Notes ,
#PAGE_CONCEPT.Party .Concept_Notes {
    font-size: 1.3rem;
    line-height: 1.5em;
}
@media screen and (min-width:769px){
    /* WEDDING PARTY */
    #PAGE_CONCEPT.Wedding .Concept_Notes ,
    #PAGE_CONCEPT.Party .Concept_Notes {
        font-size: 1.4rem;
    }
}

/* En_Title */
#PAGE_CONCEPT.Wedding .Concept_EnTitle {
    width: 80%;
    min-width: 300px;
    margin-left: auto;

}
#PAGE_CONCEPT.Party .Concept_EnTitle {
    width: 60%;
    min-width: 228px;
    margin-left: auto;
}
@media screen and (min-width:769px){
    /* WEDDING PARTY */
    #PAGE_CONCEPT.Wedding .Concept_EnTitle {
        position: absolute;
        top: 90px;
        right: 0;
        width: 48.6%;
    }
    #PAGE_CONCEPT.Party .Concept_EnTitle {
        position: absolute;
        top: 130px;
        right: 0;
        width: 37%;
    }
}

/* ------------------------------------------------------------------------
    SAUNA
------------------------------------------------------------------------  */
/* Contents */
.Sauna_Contents {
}
.Feature_Contents {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
@media screen and (min-width:769px){
    .Sauna_Contents {
    }
    .Feature_Contents {
        padding-left: 25px;
        padding-right: 25px;
    }
}
/* Contents En_Title */
.Sauna_Contents .En_Title {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.Sauna_Contents .En_Title img{
    width: 100%;
}
/* Private */
#PRIVATE_SAUNA {
     margin-bottom: 100px;
}
#PRIVATE_SAUNA .Sauna_Contents .En_Title {
    max-width: 202px;

    margin-top: 40px;
}
/* Public */
#PUBLIC_SAUNA {
    margin-bottom: 100px;
}
#PUBLIC_SAUNA .Sauna_Contents {
    margin-bottom: 40px;
}
#PUBLIC_SAUNA .Sauna_Contents .En_Title {
    max-width: 195px;
}
@media screen and (min-width:769px){
    /* Private */
    #PRIVATE_SAUNA {
        margin-bottom: 120px;
    }
    #PRIVATE_SAUNA .Sauna_Contents .En_Title {
        max-width: 212px;
    }
    /* Public */
    #PUBLIC_SAUNA {
        margin-bottom: 180px;
    }
    #PUBLIC_SAUNA .Sauna_Contents {
        margin-bottom: 50px;
    }
    #PUBLIC_SAUNA .Sauna_Contents .En_Title {
        max-width: 204px;
    }
}

/* Contents Title */
.Sauna_Contents .Title h2{
    text-align: center;
    line-height: 1.5em;
}
/* Font-Size */
@media screen and (max-width:768px){
    .Sauna_Contents .Title h2{
        font-size: calc(23px + 7 * (100vw - 370px)/398);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .Sauna_Contents .Title h2{
        font-size: calc(30px + 12 * (100vw - 769px)/431);
    }
}
@media screen and (min-width:1201px){
    .Sauna_Contents .Title h2{
        font-size: 42px;
    }
}

/* Contents SubTitle */
.Sauna_Contents .Title p{
    display: flex;
    justify-content: center;
    font-weight: 500;

    margin-top: 20px;
}
@media screen and (min-width:769px){
    .Sauna_Contents .Title p{
        font-size: 1.25em;
        margin-top: 30px;
    }
}
/* Private */
#PRIVATE_SAUNA .Sauna_Contents .Title p{
    color: #BA7870;
}
/* Public */
#PUBLIC_SAUNA .Sauna_Contents .Title p{
    color: #77A0AF;
}




/***** Private Sauna *****/
/* SubTitle */
.Sauna_Subtitle {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 35px;
    margin-bottom: 30px;
}
.Sauna_Subtitle p{
    display: inline-block;
    font-size: 1.428em;
    padding-left: 14px;
    padding-right: 14px;
}
.Sauna_Subtitle:before,
.Sauna_Subtitle:after {
    content: '';
    flex-grow: 1;
    height: 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #B37566;
    border-top: 1px solid #B37566;
}
@media screen and (min-width:769px){
    .Sauna_Subtitle {
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .Sauna_Subtitle p{
        font-size: 1.75em;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Sauna Type */
.Sauna_Type {
}
.Sauna_Type .Item{
}
/* Title */
.Sauna_Type .Item .Contents_SubTitle_B{
    margin-bottom: 20px;
}
/* Message */
.Sauna_Type .Item .Message{
    padding-top: 20px;
}

/* Btm_Message */
.Sauna_Type_BtmMessage{
    margin-top: 60px;
    margin-bottom: 40px;
    color: #B37566;

    font-size: 1.428em;
    text-align: center;
}
@media screen and (max-width:768px){
    .Sauna_Type .Item:first-child{
        margin-bottom: 65px;
    }
}
@media screen and (min-width:769px){
    .Sauna_Type {
        display: flex;
        justify-content: space-between;
    }
    .Sauna_Type .Item{
        width: 48.5%;
    }
    /* Title */
    .Sauna_Type .Item .Contents_SubTitle_B{
        margin-bottom: 30px;
    }
    /* Message */
    .Sauna_Type .Item .Message{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
    }
    /* Btm_Message */
    .Sauna_Type_BtmMessage{
        margin-top: 80px;
        margin-bottom: 60px;
        font-size: 1.75em;
    }
}

/***** Public Sauna *****/
.Public_Sauna_Concept {
    margin-top: 35px;
}
.Public_Sauna_Concept .Item{
    width: 100%;
}
.Public_Sauna_Concept .Item.Text_Area .Title{
    font-size: 1.285em;
    line-height: 1.5em;
    margin-bottom: 1em;

    font-weight: 500;
}
.Public_Sauna_Concept .Item.Image{
    margin-bottom: 30px;
}
@media screen and (min-width:769px){
    .Public_Sauna_Concept {
        display: flex;
        justify-content: space-between;
        align-items: center;

        margin-top: 45px;
    }
    .Public_Sauna_Concept .Item.Image{
        max-width: 48.5%;
        margin-bottom: 0;
    }
    .Public_Sauna_Concept .Item.Text_Area{
        max-width: 45%;
    }
    .Public_Sauna_Concept .Item.Text_Area .Title{
        font-size: 1.25em;
    }
}

/****** Feature ******/
/* Accordion */
/* Triger */
.Feature_Contents .Accordion_Triger {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

    cursor: default;
}
.Feature_Contents .Accordion_Triger .Triget_Btn{
    position: relative;
    width: 80%;
    max-width: 480px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 500;
}
.Feature_Contents .Accordion_Triger .Triget_Btn:before,
.Feature_Contents .Accordion_Triger .Triget_Btn:after{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -1px;
    content: '';
    width: 18px;
    height: 2px;
    background: #B3B0A8;
}
.Feature_Contents .Accordion_Triger .Triget_Btn:after{
    transform: rotate(90deg);
    transition: rotate .3s;
}
.Feature_Contents .Accordion_Triger.is_open .Triget_Btn:after{
    transform: rotate(0);
}
/* Contents */
.Feature_Contents .Accordion_Contents{
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 60px;
}
.Feature_Contents .Accordion_Contents:before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: .15;
}
/* BG */
#PRIVATE_SAUNA .Feature_Contents .Accordion_Triger {
    background: #B37566;
}
#PRIVATE_SAUNA .Feature_Contents .Accordion_Contents:before{
    background: #B37566;
}
#PUBLIC_SAUNA .Feature_Contents .Accordion_Triger {
    background: #77A0AF;
}
#PUBLIC_SAUNA .Feature_Contents .Accordion_Contents:before{
    background: #77A0AF;
}
@media screen and (min-width:769px){
    /* Contents */
    .Feature_Contents .Accordion_Contents{
        padding-top: 60px;
        padding-left: 100px;
        padding-right: 100px;
    }
}

/* SubTitle */
.Feature_Contents .Sauna_Subtitle {
    margin-bottom: 30px;
}
@media screen and (min-width:769px){
    .Feature_Contents .Sauna_Subtitle {
        margin-bottom: 60px;
    }
}

/***** Feature *****/
/* Item */
.Feature_Contents .Feature .Item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/* Parts */
.Feature_Contents .Feature .X_Title,
.Feature_Contents .Feature .X_Image,
.Feature_Contents .Feature .X_Message{
    width: 100%;
}
.Feature_Contents .Feature .X_Image{
    display: flex;
}
.Feature_Contents .Feature .X_Image .Image{
    flex: 1;
    position: relative;
}
.Feature_Contents .Feature .X_Image .Image p{
    position: absolute;
    left: 0;
    top: 0;
    background: #BA7870;
    color: #fff;
    font-size: 12px;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1em;
    padding-right: 1em;
}
.Feature_Contents .Feature .X_Title .Contents_Title {
    padding-left: 0;
    border-left: none;
    padding-bottom: 0;
}
@media screen and (max-width:768px){
    /* Item */
    .Feature_Contents .Feature .Item{
    }
    /* Parts */
    .Feature_Contents .Feature .X_Title{
        order: 1;
    }
    .Feature_Contents .Feature .X_Image{
        order: 2;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .Feature_Contents .Feature .X_Message{
        order: 3;
    }
}
@media screen and (min-width:769px){
    /* Item */
    .Feature_Contents .Feature .Item:not(:last-child){
        margin-bottom: 50px;
    }
    /* Parts */
    .Feature_Contents .Feature .X_Title{
        max-width: 45%;
    }
    .Feature_Contents .Feature .X_Title .Contents_SubTitle_B {
        margin-bottom: 30px;
    }
    .Feature_Contents .Feature .X_Image{
        max-width: 48%;
    }
    .Feature_Contents .Feature .X_Image .Image p{
    }
}

/* SubFeature */
.Feature_Contents .Sub_Feature {
}
.Feature_Contents .Sub_Feature .Item{
    width: 100%;
}
.Feature_Contents .Sub_Feature .Item .Contents_SubTitle_C {
    margin-bottom: 15px;
}
.Feature_Contents .Sub_Feature .Item .Contents_SubTitle_C span{
    font-size: 1.3rem;
}
.Feature_Contents .Sub_Feature .Item .Text {
    font-size: 1.4rem;
}

@media screen and (min-width:769px){
    .Feature_Contents .Sub_Feature{
        display: flex;
        justify-content: space-between;
    }
    .Feature_Contents .Sub_Feature .Item{
        max-width: 30%;
    }
    .Feature_Contents .Sub_Feature .Item .Contents_SubTitle_C {
        margin-bottom: 20px;
    }
    /* Sub1 / Sub2 */
    .Feature_Contents .Sub_Feature.Sub1 {
        margin-bottom: 35px;
    }
}
/* list */
.Sub_Feature ul {}
.Sub_Feature ul li{
    position: relative;
    padding-left: 16px;
    font-size: 1.4rem;

    line-height: 1.3em;
}
.Sub_Feature ul li:not(:last-child){
    margin-bottom: .5em;
}
.Sub_Feature ul li:before{
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B3B0A8;
}

/* corona */
.Sub_Feature .Item.corona .Contents_SubTitle_C {
    border-left-color: #d37473;
    color: #B30000;
}
.Sub_Feature .Item.corona ul li{
    color: #B30000;
}
.Sub_Feature .Item.corona ul li:before{
    background: #d37473;
}

/* Item Margin */
@media screen and (max-width:768px){
    /* Private Sauna */
    #PRIVATE_SAUNA .Feature_Contents .Feature .Item:nth-child(1){
        margin-bottom: 40px;
    }
    #PRIVATE_SAUNA .Feature_Contents .Feature .Item:nth-child(2){
        margin-bottom: 40px;
    }
    #PRIVATE_SAUNA .Feature_Contents .Feature .Item:nth-child(3){
        margin-bottom: 55px;
    }
    #PRIVATE_SAUNA .Feature_Contents .Sub_Feature .Item:nth-child(1){
        margin-bottom: 40px;
    }
    #PRIVATE_SAUNA .Feature_Contents .Sub_Feature .Item:nth-child(2){
        margin-bottom: 40px;
    }
    #PRIVATE_SAUNA .Feature_Contents .Sub_Feature .Item:nth-child(3){
        margin-bottom: 40px;
    }
    /* Public Sauna */
    #PUBLIC_SAUNA .Feature_Contents .Feature .Item:nth-child(1){
        margin-bottom: 40px;
    }
    #PUBLIC_SAUNA .Feature_Contents .Feature .Item:nth-child(2){
        margin-bottom: 40px;
    }
    #PUBLIC_SAUNA .Feature_Contents .Feature .Item:nth-child(3){
        margin-bottom: 55px;
    }
    #PUBLIC_SAUNA .Feature_Contents .Sub_Feature .Item:nth-child(1){
        margin-bottom: 40px;
    }
    #PUBLIC_SAUNA .Feature_Contents .Sub_Feature .Item:nth-child(2){
        margin-bottom: 40px;
    }
    #PUBLIC_SAUNA .Feature_Contents .Sub_Feature .Item:nth-child(3){
        margin-bottom: 40px;
    }
}
@media screen and (min-width:769px){
    #PRIVATE_SAUNA .Feature_Contents .Feature .Item:nth-child(3){
        margin-bottom: 60px;
    }
    #PUBLIC_SAUNA .Feature_Contents .Feature .Item:nth-child(3){
        margin-bottom: 60px;
    }
}

/* Btm Btn */
.Feature_Contents .Contents_Btn {
}
.Feature_Contents .Contents_Btn .Btn_Container{
    display: flex;
    justify-content: center;
}

.Feature_Contents .Contents_Btn .Title {
    font-size: 1.428em;
    line-height: 1.5em;
    margin-bottom: 1em;
    text-align: center;
}
.Feature_Contents .Contents_Btn .Btn_Container .Item{
    display: flex;
    width: 100%;
    max-width: 582px;
    color: #fff;
}
/* bg */
.Feature_Contents .Contents_Btn .Btn_Container .Item.island {
    background: #B37566;
}
.Feature_Contents .Contents_Btn .Btn_Container .Item.farm {
    background: #82996B;
}
.Feature_Contents .Contents_Btn .Btn_Container .Item.beach {
    background: #77A0AF;
}

.Feature_Contents .Contents_Btn .Btn_Container .Item .Image{
    width: 37%;
}
.Feature_Contents .Contents_Btn .Btn_Container .Item .Text_Area{
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.Feature_Contents .Contents_Btn .Btn_Container .Item p{
}
.Feature_Contents .Contents_Btn .Btn_Container .Item .Sub{
    font-size: 0.9rem;
    line-height: 1.5em;
}
.Feature_Contents .Contents_Btn .Btn_Container .Item .Main{
    font-size: 1.428em;
    margin-top: 5px;
    margin-bottom: 10px;
}
.Feature_Contents .Contents_Btn .Btn_Container .Item .Text{
    font-size: 1.0rem;
    line-height: 1.5em;
}
@media screen and (min-width:769px){
    .Feature_Contents .Contents_Btn{
        margin-top: 60px;
        padding-top: 60px;
        border-top: 1px solid #B3B0A8;
    }
    .Feature_Contents .Contents_Btn .Title {
        font-size: 1.625em;
    }
    .Feature_Contents .Contents_Btn .Btn_Container{
        column-gap: 3%;
    }
    .Feature_Contents .Contents_Btn .Btn_Container .Item .Image{
        width: 44.6%;
    }
    .Feature_Contents .Contents_Btn .Btn_Container .Item .Text_Area{
        padding-left: 0;
        justify-content: center;
    }
    .Feature_Contents .Contents_Btn .Btn_Container .Item p{
        text-align: center;
    }
    .Feature_Contents .Contents_Btn .Btn_Container .Item .Sub{
        font-size: 1.3rem;
    }
    .Feature_Contents .Contents_Btn .Btn_Container .Item .Main{
        font-size: 2em;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .Feature_Contents .Contents_Btn .Btn_Container .Item .Text{
        font-size: 1.4rem;
    }
    /* PUBLIC_SAUNA */
    #PUBLIC_SAUNA .Feature_Contents .Contents_Btn .Btn_Container {
        margin-left: -7.2%;
        margin-right: -7.2%;
    }
}
@media screen and (max-width:1120px){
    .Feature_Contents .Contents_Btn .Btn_Container{
        flex-wrap: wrap;
        gap:20px;
    }
}


/* ------------------------------------------------------------------------
    FOOD
------------------------------------------------------------------------  */
/****** SUPERVISION ******/
#SUPERVISION {
    margin-bottom: 60px;
}
@media screen and (min-width:769px){
    #SUPERVISION {
        margin-bottom: 90px;
    }
}

#SUPERVISION .SV_Container{
    box-sizing: border-box;
    border:1px solid #B1AFA7;

    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
#SUPERVISION .SV_Container .Text_Area{
    max-width: 55%;
}
@media screen and (max-width:768px){
/*    #SUPERVISION .SV_Container .Image div{
        width: 250px;
        padding-bottom: 250px;
        margin-left: auto;
        margin-right: auto;
    }*/
    #SUPERVISION .X_Contents {
        display: flex!important;
        flex-wrap: wrap!important;
    }
    #SUPERVISION .SV_Container .Text_Area {
        max-width: 100%;
    }
}
@media screen and (min-width:769px){
    #SUPERVISION .SV_Container{
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 50px;
        padding-right: 50px;

        justify-content: space-between;
        align-items:center;
    }
    #SUPERVISION .SV_Container .Image {
        max-width: 40%;
    }
    #SUPERVISION .SV_Container .Image div{
    }
/*    #SUPERVISION .SV_Container .Text_Area{
        max-width: 66%;
    }*/
}
/* X_Contents */
#SUPERVISION .X_Contents{
    display: flex;
    align-items: flex-start;
}
#SUPERVISION .X_Image,
#SUPERVISION .X_Title,
#SUPERVISION .X_Message{
    width: 100%;
}
/*#SUPERVISION .X_Image div{
    position: relative;
    width: 100%;
}
#SUPERVISION .X_Image div:before{
    content: "";
    display: block;
    padding-top: 100%;
}
#SUPERVISION .X_Image div img {
    -o-object-fit: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}*/
/* Title */
#SUPERVISION .X_Title .Contents_Title{
    padding-left: 0;
    border-left: none;
}
#SUPERVISION .X_Title .Contents_Title span{
    display: block;
    color: #B3B0A8;
    font-weight: 500;

    font-size: 1.6rem;
}
#SUPERVISION .X_Title .Contents_Title p{
    font-size: 2.3rem;
}
/* Message */
#SUPERVISION .X_Message dl:first-child{
    margin-bottom: 2em;  
}
#SUPERVISION .X_Message dl .txt_red{
    color: #CE5D51;
}
#SUPERVISION .X_Message dl strong{
    font-weight: bold;
}
#SUPERVISION .X_Message dl dt{
    font-size: 1.25em;
    border-bottom: solid 1px;
}
#SUPERVISION .X_Message dl dt .step{
    background: #F6F2EE;
    display: inline-block;
    font-size: initial;
    padding: 0 0.5em;
    margin-right: 0.5em;
    border-right: solid 1px;
}
#SUPERVISION .X_Message p:nth-child(1){
    font-size: 1.6rem;
    margin-bottom: .5em;
}
#SUPERVISION .X_Message p:nth-child(2){
    font-size: 1.4rem;
    line-height: 1.8em;
}
@media screen and (max-width:768px){
    #SUPERVISION .X_Title{
        order: 1;
    }
    #SUPERVISION .X_Image{
        order: 2;
    }
    #SUPERVISION .X_Message{
        order: 3;
    }
    /* Title */
    #SUPERVISION .X_Title .Contents_Title span{
        margin-bottom: .5em;
    }
    #SUPERVISION .X_Title .Contents_Title p{
    }
    /* Image */
    #SUPERVISION .X_Image{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /* Message */
}
@media screen and (min-width:769px){
    /* Title */
    #SUPERVISION .X_Title .Contents_Title{
        display: flex;
        align-items: center;
    }
    #SUPERVISION .X_Title .Contents_Title span{
        font-size: 1.8rem;
        padding-right: 2em;
    }
    #SUPERVISION .X_Title .Contents_Title p{
        font-size: 1.75em;
    }
}

/****** BBQ MENU ******/
/* Title */
#BBQ_MENU .Contents_Title {
    margin-bottom: 20px;
}
#BBQ_MENU .Contents_Title h2 {

}
/* Font-size */
@media screen and (max-width:768px){
    #BBQ_MENU .Contents_Title h2 {
        font-size: calc(22px + 6 * (100vw - 370px)/398);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #BBQ_MENU .Contents_Title h2 {
        font-size: calc(22px + 6 * (100vw - 769px)/431);
    }
}
@media screen and (min-width:1201px){
    #BBQ_MENU .Contents_Title h2 {
        font-size: 28px;
    }
}

/* Contents */
#BBQ_MENU .BBQ_Contents {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;

    background: #F6F2EE;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
}
#BBQ_MENU .BBQ_Contents .Image,
#BBQ_MENU .BBQ_Contents .Text_Area{
    width: 100%;
}
#BBQ_MENU .BBQ_Contents .Image p{
    text-align: right;
    font-size: 1.4rem;
}
#BBQ_MENU .BBQ_Contents .Text_Area{
    padding-top: 30px;
}
@media screen and (min-width:769px){
    #BBQ_MENU .BBQ_Contents {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
        padding-right: 50px;

        display: flex;
        justify-content: space-between;
    }
    #BBQ_MENU .BBQ_Contents .Image{
        max-width: 52%;
    }
    #BBQ_MENU .BBQ_Contents .Text_Area{
        max-width: 42.3%;

        padding-top: 20px;
    }
}

/* Detail */
#BBQ_MENU .BBQ_Contents .Detail {
    margin-top: 30px;
}
#BBQ_MENU .BBQ_Contents .Detail .Item{
    display: flex;
    padding-left: 14px;
}
#BBQ_MENU .BBQ_Contents .Detail .Item p {
    line-height: 2.5em;
}
#BBQ_MENU .BBQ_Contents .Detail .Item p:nth-child(1){
    width: 4em;
    font-weight: 500;
}
#BBQ_MENU .BBQ_Contents .Detail .Item p:nth-child(2){
    width: calc(100% - 4em);
}
/* price */
#BBQ_MENU .BBQ_Contents .Detail .Item.price{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #B1AFA7;
}
#BBQ_MENU .BBQ_Contents .Text_Area p.notes{
    padding-left: 14px;
    line-height: 1.5em;
    font-size: 1.4rem;
    margin-top: 1em;
}
@media screen and (max-width:768px){
    #BBQ_MENU .BBQ_Contents .Detail .Item p {
    }
}
@media screen and (min-width:769px){
    #BBQ_MENU .BBQ_Contents .Detail .Item{
        padding-left: 20px;
    }
    #BBQ_MENU .BBQ_Contents .Text_Area p.notes{
        padding-left: 20px;
    }
}

/* ------------------------------------------------------------------------
    WEDDING
------------------------------------------------------------------------  */
#WEDDING_SLIDE {
    margin-top: 50px;
    margin-bottom: 60px;
}
@media screen and (max-width:768px){
    #WEDDING_SLIDE ul{
        display: flex;
        flex-wrap: wrap;
        gap:20px 0;
    }
    #WEDDING_SLIDE ul li{
        width: 50%;
    }
}
@media screen and (min-width:769px){
    #WEDDING_SLIDE {
        margin-top: 80px;
        margin-bottom: 100px;
    }
    #WEDDING_SLIDE .Wedding_Slider .slick-list{
        padding-left: 10%;
        padding-right: 10%;
    }
    #WEDDING_SLIDE .Wedding_Slider .slick-slide{
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* ------------------------------------------------------------------------
    PARTY
------------------------------------------------------------------------  */
#PARTY_AREA {
    margin-top: 60px;
    margin-bottom: 60px;
}
@media screen and (min-width:769px){
    #PARTY_AREA {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
/* Title */
#PARTY_AREA h2 {
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (min-width:769px){
    #PARTY_AREA h2 {
        margin-bottom: 30px;
    }
}
#PARTY_AREA p{
    text-align: center;
}
/* Font-size */
@media screen and (max-width:768px){
    #PARTY_AREA h2 {
        font-size: calc(23px + 6 * (100vw - 370px)/398);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #PARTY_AREA h2 {
        font-size: calc(23px + 6 * (100vw - 769px)/431);
    }
}
@media screen and (min-width:1201px){
    #PARTY_AREA h2 {
        font-size: 36px;
    }
}

/* ------------------------------------------------------------------------
    THANKS
------------------------------------------------------------------------  */
#SUBCONTENTS.container {
    max-width: 1000px;
    padding-left: 50px;
    padding-right: 50px;
}
#SUBCONTENTS {
    margin-top: 95px;
    padding-bottom: 90px;
}
#SUBCONTENTS .Title {
    text-align: center;
    margin-bottom: 65px;
}
#SUBCONTENTS .Title h2 {
    font-size: 2.625em;
}
#SUBCONTENTS.Thanks .Message {
    margin-bottom: 60px;
    text-align: center;
}
#SUBCONTENTS.Thanks .Thanks_Btn_Container {
    margin-top: 160px;
}