@charset "UTF-8";
.contents { overflow: hidden; }
/*img{width: 100%;}*/

.inner_800{
width: 94%;
max-width: 800px;
margin: 0 auto;
}

figure{position: relative;}

.f-50{font-size: 50%;}
.f-60{font-size: 60%;}
.f-70{font-size: 70%;}
.f-80{font-size: 80%;}
.f-90{font-size: 90%;}
.f-110{font-size: 110%;}
.f-120{font-size: 120%;}
.f-130{font-size: 130%;}
.f-140{font-size: 140%;}
.f-150{font-size: 150%;}
.f-160{font-size: 160%;}
.f-170{font-size: 170%;}
.f-180{font-size: 180%;}
.f-190{font-size: 190%;}
.f-200{font-size: 200%;}
.f-210{font-size: 210%;}
.f-220{font-size: 220%;}
.f-230{font-size: 230%;}
.f-240{font-size: 240%;}
.f-270{font-size: 270%;}
.f-318{font-size: 318%;}

.cinzel{
font-family: "Cinzel", serif;
}


.madori_Wrap {
margin: 80px auto 50px;
}
.type_area {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 0 auto 40px;
}
.type_area .type {
position: relative;
width: 30%;
text-align: center;
background: #749BA5;
background: linear-gradient(90deg, rgba(116, 155, 165, 1) 0%, rgba(131, 185, 210, 1) 50%, rgba(116, 155, 165, 1) 100%);
z-index: 0;
/*border: 1px solid #ccb685;*/
box-sizing: border-box;
}
.type_area .type .type_inner{
position: relative;
width: 100%;
text-align: center;
padding: 1em 0;
z-index: 0;
box-sizing: border-box;
}
.type_area .type h3 {
color: #ffffff;
font-size: clamp(18px,1.92857143vw,27px);
letter-spacing: 0.5px;
}
.type_area .type p {
display: block;
width: 80%;
color: #314848;
font-size: clamp(11px,0.928571428571429vw,13px);
margin: 0.5em auto 0;
padding: 0.3em 0;
background: #fff;
}
.type_area.menu .type p {
color: #fff;
background: #526d83;
}


.type_area .area {
width: 70%;
padding: 0 0 0 2em;
color: #000;
display: flex;
align-items: flex-end;
gap: 1em;
}
.type_area .area-desc {
gap: 0em;

}
.type_area .area-desc ul li {
margin-left: -30px;
}
.type_area .area > div{
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 0.5em;
}
.type_area .area h3 {
font-size: clamp(12px,1.428571428571429vw,13.2px);
letter-spacing: 0.1em;
}
.type_area .area p {
font-size: 14px;
letter-spacing: 0.1em;
}
.type_area .area h3.flex {
align-items: flex-end;
}
.type_area .area h3.flex div:nth-of-type(1){
display: flex;
align-items: baseline;
}
.type_area .area h3.flex div:nth-of-type(2){
padding:0 0 0.25em 0.25em;
}
.type_area .area h3 .f-column {
    display: inline-block;
    padding: 0 0 0 0.3em;
}

/*メニュープラン*/

.type_area.premium_plan .type {
background: #bda120;
background: linear-gradient(90deg, #bda120 0%, #d2c468 50%, #bda120 100%);
/*border: 1px solid #938339;*/
}
.type_area.premium_plan .type p {
color: #816d0d;
}
.type_area.premium_plan.menu .type p {
color: #fff;
background: #816d0d;
}

/*.type_area ul {
display: flex;
flex-direction: column;
gap:0.5em;
padding-bottom: 0.15em;
}
.type_area li {
font-size: 14px;
line-height: 1.3;
}
.type_area li:not(:first-child) {
padding-left: 1em;
}*/
.point {
margin: 0 auto 40px;
}
.point ul {
}
.point li {
color: #000;
letter-spacing: 0.1em;
line-height: 2;
padding-left: 1em;
text-indent: -1em;
}
.point li:first-letter {
letter-spacing: 0.4em;
}

.select_btn {
}
.select_btn ul {
    
    max-width: 600px;
    width: 100%;
    margin: 50px auto 50px;
    display: flex;
    justify-content: center;
    z-index: 1;
}
.select_btn ul li {
position: relative;
    text-align: center;
    padding: 12px 15px;
    width: 40%;
    color: #7aa8b7;
    background: #FFFFFF;
    border: 1px solid #7aa8b7;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 10px;
    font-size: 18px;
}
.select_btn .active {
color: #fff;
    border: 1px solid #7aa8b7;
    background: #7aa8b7;
}
.select_btn ul li.active:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #7aa8b7 transparent transparent transparent;
    border-width: 8px 8px 0 8px;
}


.madori {
}
.madori figure {
}
.madori.kagu figure:nth-of-type(1),
.madori.kagu figure:nth-of-type(2){
display: none;
}
.madori.kagu figure.active:nth-of-type(1),
.madori.kagu figure.active:nth-of-type(2){
display: block;
}

.madori .hanrei {
display: block!important;
width: 80%;
max-width: 530px;
margin: 40px auto 0;
}
.btn {
width: 80%;
max-width: 300px;
margin: 60px auto 0;
}
.btn a {
display: block;
width: 100%;
text-align: center;
color: #727247;
font-size: clamp(14px,0.928571428571429vw,16px);
letter-spacing: 0.12em;
border: 1px solid #727247;
padding: 1.3em 0;
transition: 0.3s;
}
.btn a:hover {
color: #fff;
background: #727247;
}

.menuplan {
    font-size: 12px;
    width: 100%;
    margin: 40px auto 0;
    padding: 40px 0 0;
    border-top: 1px solid #ccc;
    line-height: 1.5;
}
.menuplan p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #506568;
}
.menuplan ul {
}
.menuplan li {
padding-left: 1em;
text-indent: -1em;
}




/*個別*/
.madori_Wrap.e_menu {
    max-width: 890px;
}


.bnr_area {
    max-width: 1000px;
    width: 100%;
    margin: 60px auto 0;
}
.bnr_area div {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 0;
    pointer-events: all;
}
.bnr_area div:not(:first-of-type) {
    margin: 40px auto 0;
}
.bnr_area a {
    transition: 0.3s;
}
.bnr_area a:hover {
    opacity: .5;
}

/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {
    .contents {
        padding: 0;
    }

    .madori_Wrap {
        margin: 40px auto 20px;
    }
    .type_area {
        margin: 0 auto 20px;
    }
    .type_area .type {
        width: 100%;
/*        padding: 4px;*/
    }
    .type_area .type .deco {
        clip-path: polygon(100% 0, 92% 100%, 100% 100%);
    }
    .type_area .area {
        width: 90%;
        margin: 0 auto;
        padding: 1em 0 0 0;
        color: #314848;
        flex-direction: column;
        align-items: flex-start;
    }
    .type_area .area h3 {
        display: flex;
        align-items: center;
        gap: 0.25em;
    }
    .type_area .area p {
        line-height: 1.2;
    }
    .type_area .area-desc {
        gap: 1em;
    }
    .type_area .area-desc ul li {
        margin-left: 0px;
    }
    .type_area .area > div {
        justify-content: flex-start;
        gap: 0.5em;
        width: 100%;
    }
    .madori .hanrei {
        width: 100%;
        margin: 30px auto 0;
    }
    .point {
        width: 90%;
        margin: 0 auto 20px;
    }
    .point li {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .btn {
        margin: 40px auto 0;
    }
    .menuplan p {
        font-size: 13px;
    }
.select_btn ul li {
        padding: 15px;
        width: 45%;
        font-size: 14px;
}
}
