@charset "utf-8";

/* --------------- section-top --------------- */

.section-top {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.header h1 {
    color: #ebeef0;
}

/* --------------- main visual --------------- */

.mainvisual__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: auto;
    z-index: 10;
}

.section-top__mainvisual {
    width: 100vw;
    height: 100vh;
}

.mainvisual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    animation: slider-1 32s ease-out infinite;
}

.mainvisual:nth-child(1) {
    background-image: url("../images/MV_01.jpg");
    background-position: 70% 50%;
    animation-delay: -3s;
}

.mainvisual:nth-child(2) {
    background-image: url("../images/MV_02.jpg");
    background-position: 60% 50%;
    animation-delay: 5s;
}

.mainvisual:nth-child(3) {
    background-image: url("../images/MV_03.jpg");
    background-position: 40% 50%;
    animation-delay: 13s;
}

.mainvisual:nth-child(4) {
    background-image: url("../images/SP_MV_04.jpg");
    animation-delay: 21s;
    background-position: 48% 40%;
}

@keyframes slider-1 {

    /* 非表示状態からフェードインを開始する */
    0% {
        opacity: 0;
        transform: scale(1.3);
        /* ズームのための指定 */
    }

    /* フェードインを完了し完全表示する */
    4.16% {
        opacity: 1;
    }

    /* ここまで完全表示を維持したらフェードアウトを開始する */
    33.33% {
        opacity: 1;
    }

    /* フェードアウトを完了し非表示にする */
    41.66% {
        opacity: 0;
        transform: scale(1);
        /* ズームのための指定 */
    }

    100% {
        opacity: 0;
    }
}

@media(min-width:1040px) {
    .mainvisual__logo {
        width: 200px;
    }

    .mainvisual:nth-child(4) {
        background-image: url("../images/PC_MV-042x.jpg");
        background-position: 60% 0%;
    }
}

/* --------------- section-news --------------- */

.section-news {
    padding-top: 100px;
    background-image: url("../images/shadow.png");
    background-repeat: no-repeat;
    background-size: 70%;
    width: 100%;
    padding-bottom: 150px;
}

.title {
    font-family: "EB Garamond", serif;
    font-size: 2.4rem;
    font-weight: 700;
}

.sub-title {
    font-size: 1.0rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-news ol {
    list-style-type: none;
    max-width: 335px;
    margin: 0 auto;
}

.section-news ol li {
    text-align: left;
    padding: 10px 0;
    border-bottom: solid 1px #191b28;
    margin: 0 20px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
}

.section-news ol li:first-child {
    padding-top: 0;
}

.section-news ol li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.section-news li time {
    font-weight: 1000;
}

@media(min-width:1040px) {
    .section-news {
        padding-top: 200px;
        padding-bottom: 300px;
        background-size: 45%;
    }

    .title {
        font-size: 4.8rem;
        margin-bottom: 20px;
    }

    .sub-title {
        font-size: 1.4rem;
        margin-bottom: 60px;
    }

    .section-news ol {
        max-width: 500px;
    }

    .section-news ol li {
        margin: 0;
        display: flex;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
    }

    .section-news ol li p {
        padding-left: 20px;
    }

    .section-news li time {
        font-weight: 1000;
    }
}

/* --------------- section-about-title --------------- */

.section-about-title {
    background: linear-gradient(#ebeef0 5%, transparent 80%, #ebeef0 105%), url("../images/meotoiwa.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 50%;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 20%;
}

.section-about-title h1 {
    writing-mode: vertical-rl;
    font-size: 2.4rem;
    line-height: 4.8rem;
    margin: 0 auto;
    letter-spacing: 0;
    padding: 20px 0 160px 0;
}

@media(min-width:1040px) {
    .section-about-title {
        height: 100vh;
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .section-about-title h1 {
        font-size: 4.8rem;
        line-height: 9.6rem;
        padding: 50px 0 0 0;
    }
}

/* --------------- section-about-description --------------- */

.section-about-description {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 1.4rem;
}

.section-about__des {
    max-width: 315px;
    margin: 0 auto;
}

.section-about-description h6 {
    text-align: left;
    margin: 0 auto 30px auto;
    /* max-width: 315px; */
    line-height: 2.7rem;
}

.section-about-description a {
    z-index: 9;
    position: relative;
    text-decoration: none;
}

.section-about-description__link {
    /* margin: 0 auto; */
    /* max-width: 315px; */
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 40px;
}

.link-label {
    /* padding-left: 14vh; */
    color: #c2a475;
}

.link-arrow {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #c2a475;
    margin-left: 1.5vh;
}

.link-arrow span {
    display: inline-block;
    position: relative;
    transform: rotate(-45deg);
    top: 5px;
    right: 6px;
}

.link-arrow span::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #c2a475;
    border-right: 1px solid #c2a475;
    transform: rotate(45deg);
}

.link-arrow span::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background: #c2a475;
}

.section-about__imgs {
    position: relative;
}

.section-about__image01 {
    text-align: left;
}

.section-about__image01 img {
    width: 50%;
}

.section-about__image02 {
    text-align: right;
    margin-top: 25px;
}

.section-about__image02 img {
    width: 60%;
}

.section-about__image03 {
    text-align: left;
    margin-top: 35px;
}

.section-about__image03 img {
    width: 80%;
}

@media(min-width:500px) {
    .section-about__image01 img {
        width: 45%;
    }

    .section-about__image02 img {
        width: 50%;
    }

    .section-about__image03 img {
        width: 60%;
    }
}

@media(min-width:768px) {
    .section-about-description {
        position: relative;
        margin-bottom: 0;
    }

    .section-about__des {
        padding-top: 5%;
        padding-bottom: 40%;
    }

    .section-about-description h6 {
        text-align: left;
        line-height: 3.2rem;
        /* padding-top: 5%; */
    }

    .section-about-description__link {
        margin-bottom: 100px;
        /* padding-bottom: 40%; */
    }

    .section-about__imgs {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .section-about__imgs-container {
        display: flex;
    }

    .section-about__image01 {
        width: 50%;
    }

    .section-about__image01 img {
        width: 50%;
    }

    .section-about__image02 {
        width: 50%;
        margin-top: 15%;
    }

    .section-about__image02 img {
        width: 50%;
    }

    .section-about__image03 {
        margin-top: 0;
        text-align: center;
    }

    .section-about__image03 img {
        width: 30%;
    }
}

@media(min-width:1040px) {

    .section-about__des {
        max-width: 400px;
    }

    .section-about-description {
        margin-top: 80px;
        margin-bottom: 100px;
        font-size: 1.6rem;
        position: relative;
    }

    .section-about-description h6 {
        margin: 0 auto 40px auto;
        line-height: 3.2rem;
        max-width: 400px;
    }

    .section-about-description__link {
        max-width: 400px;
        margin-bottom: 100px;
    }

    .section-about__image03 {
        margin-top: -5%;
    }
}

@media(min-width:1435px) {

    .section-about__des {
        max-width: 450px;
    }

    .section-about-description h6 {
        max-width: 450px;
    }

    .section-about-description__link {
        max-width: 450px;
    }

    .section-about__image02 {
        margin-top: 5%;
    }
}

/* --------------- section-product --------------- */

.section-product {
    padding-top: 80px;
    padding-bottom: 60px;
    background: linear-gradient(transparent 10%, #fefdf1 20%);
}

.section-product__attention {
    margin: 40px auto 80px auto;
    font-size: 1.0rem;
    line-height: 1.8rem;
    text-align: left;
    max-width: 320px;
}

.area {
    overflow: hidden;
}

.section-product__inner {
    position: relative;
    height: 100vh;
}

#spring,
#summer,
#autumn,
#winter {
    position: absolute;
}

.font-family {
    font-family: "EB Garamond", serif;
}

.section-product__spring {
    position: relative;
}

.section-product__img {
    position: relative;
    /* height:50%; */
    /* padding-top: 15%; */
}

/* .section-product__img.summer,  .section-product__img.autumn, .section-product__img.winter{
    padding-top: 10%;
} */


.section-product__img img {
    /* width: 80%; */
    max-width: 310px;
    margin: 0 auto;
}

.section-product__h2 {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 5.6rem;
    font-weight: 500;
}

.section-product__img .size {
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 10px;
}

.section-product__contents {
    max-width: 335px;
    margin: 0 auto;
    z-index: 0;
    /* height: 50%; */
}

.description__h3 {
    font-size: 2.4rem;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}

.font-haifun {
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
}

.description__h3.summer {
    margin-top: -10%;
}

.description__h3.autumn,
.description__h3.winter {
    margin-top: 60px;
}

.description__month {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
}

.section-product__contents .description {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.7rem;
    margin-bottom: 40px;
}

/* --------------- section-product spring --------------- */

.spring-object01 {
    text-align: left;
    width: 50%;
    margin-left: 50%;
}

.spring-object01 img {
    /* width: 25%; */
    max-width: 95px;
    margin-top: -80%;
    padding-left: 20px;
}

.spring-object02 img {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
}

/* --------------- section-product  button & link --------------- */
.section-product__button {
    position: relative;
    z-index: 5;
}

.section-product__button {
    display: flex;
    max-width: 335px;
    margin: 0 auto;
    align-items: center;
}

.button-content {
    /* width: 220px; */
    width: 60%;
    position: relative;
    display: inline-block;
    padding: 20px;
    transition: 0.3s;
    color: #ffffff;
    /* 文字色 */
    font-family: "FOT-筑紫Aオールド明朝 Pr6 R", serif;
    font-size: 1.6rem;
    border-radius: 50px;
    background: #e2c798;
    /* 背景色 */
    /* box-shadow: 0 6px 0 #3a2517; */
    margin: 0 auto;
    letter-spacing: 0.1rem;
}

.button-content span {
    /* margin: 0; */
    margin-left: -10px;
}

.button-content span::before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: 2px solid #fff;
    /* 矢印の色 */
    border-right: 2px solid #fff;
    /* 矢印の色 */
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}

.section-product__button .modal {
    width: 30%;
    text-align: right;
}

.modal button {
    color: #191b28;
    font-size: 1.4rem;
    font-family: "FOT-筑紫Aオールド明朝 Pr6 R", serif;
    font-weight: 700;
    border: none;
    background-color: initial;
    letter-spacing: 0.1em;
    text-decoration: underline;
    cursor: pointer;
}

@media(min-width:414px) {
    .section-product__inner {
        /* top: 20%; */
        top: 15%;
    }

    .description__h3,
    .description__h3.summer,
    .description__h3.autumn,
    .description__h3.winter {
        margin-top: 0;
    }
}

@media(min-width:700px) {

    .section-product__inner {
        top: 30%;
    }

    .section-product {
        background: linear-gradient(transparent 1%, #fefdf1 5%);
    }

    .section-product__h2 {
        z-index: 2;
    }

    .section-product__syungyou {
        position: relative;
        z-index: 1;
    }

    .section-product__attention-container {
        display: flex;
        justify-content: center;
    }

    .section-product__attention {
        max-width: 100%;
        /* margin: 20px auto 0 auto; */
    }

    .section-product__attention-br {
        display: none;
    }

    .section-product__spring {
        display: flex;
        width: 100%;
    }

    .section-product__img {
        width: 50%;
        max-width: 50%;
    }

    .section-product__img img {
        width: 90%;
        max-width: 100%;
    }

    .section-product__contents {
        width: 50%;
        max-width: 100%;
        position: relative;
        margin: 0;
    }

    .spring-object01 img {
        /* width: 25%; */
        width: 50%;
        max-width: 100%;
        z-index: 0;
    }

    .spring-object02 img {
        width: 40%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .section-product__des-container {
        max-width: 370px;
        margin: 25% auto 40px auto;
    }

    .section-product__button {
        max-width: 100%;
    }

    .section-product__button .modal {
        text-align: left;
        padding-left: 5%;
    }

    .modal button {
        font-size: 1.6rem;
    }
}

@media(min-width:1040px) {

    .section-product__inner {
        top: 20%;
    }

    .section-product {
        padding-top: 160px;
        padding-bottom: 160px;
        background: linear-gradient(transparent 1%, #fefdf1 10%);
    }

    .section-product__attention {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    /* .section-product__inner {
        margin-top: 100px;
    } */

    .section-product__h2 {
        top: 10%;
        left: 5%;
        font-size: 10.0rem;
    }

    .section-product__img .size {
        font-size: 2.8rem;
    }

    .description__h3 {
        font-size: 3.2rem;
        margin-bottom: 20px;
    }

    .description__month {
        margin-bottom: 40px;
    }

    .section-product__contents .description {
        font-size: 1.6rem;
        line-height: 3.2rem;
    }

    .spring-object01 {
        margin-left: 55%;
    }
}

@media(min-width:1380px) {
    .section-product__inner {
        top: 0;
    }
}

@media(min-width:1440px) {
    .section-product__des-container {
        margin: 35% auto 40px auto;
    }

    .section-product__img .size {
        font-size: 3.2rem;
    }

    .section-product__h2 {
        top: 10%;
        left: 10%;
    }

    .spring-object01 {
        margin-left: 60%;
    }
}

/* --------------- section-product summer --------------- */

.section-product__summer {
    position: relative;
    width: 100%;
}

.suumer-object01 {
    text-align: right;
    margin-top: -15vh;
    width: 50%;
}

.suumer-object01 img {
    max-width: 100px;
    padding-right: 6vh;
}

.suumer-object02 {
    text-align: left;
    margin-top: -10vh;
    width: 50%;
    margin-left: 50%;
}

.suumer-object02 img {
    max-width: 160px;
    transform: rotate(-20deg);
}

.suumer-object03 {
    text-align: left;
    position: absolute;
    top: 13%;
    left: 0;
}

.suumer-object03 img {
    width: 30%;
}

.suumer-object04 {
    display: none;
}

.suumer-object05 {
    text-align: right;
    position: absolute;
    top: 0%;
    right: 0%;
}

.suumer-object05 img {
    width: 35%;
}

.section-product__contents.summer {
    margin-top: 40px;
}

@media(min-width:700px) {
    .section-product__summer {
        display: flex;
    }

    .section-product__img.summer {
        z-index: 1;
    }

    .suumer-object01 {
        text-align: center;
        margin-top: -35%;
    }

    .suumer-object01 img {
        min-width: 60%;
        padding-right: 25px;
    }

    .suumer-object02 {
        margin-top: -20%;
    }

    .suumer-object02 img {
        width: 100%;
        max-width: 100%;
        transform: rotate(0deg);
    }

    .section-product__contents.summer {
        margin-top: 0;
    }

    .suumer-object03 {
        top: 0;
        left: -20%;
        z-index: 0;
    }

    .suumer-object03 img {
        width: 25%;
    }

    .suumer-object04 {
        display: inline-block;
        position: absolute;
        top: 10%;
        left: 20%;
    }

    .suumer-object04 img {
        width: 20%;
    }

    .suumer-object05 img {
        width: 25%;
    }
}

@media(min-width:1040px) {
    .suumer-object02 {
        margin-left: 60%;
    }

    .suumer-object03 img {
        width: 32%;
    }

    .suumer-object04 {
        left: 30%;
    }

    .suumer-object04 img {
        width: 30%;
    }

    .suumer-object05 img {
        width: 27%;
    }
}

@media(min-width:1440px) {
    .suumer-object02 {
        margin-left: 65%;
    }

    .suumer-object03 img {
        width: 65%;
    }

    .suumer-object04 {
        left: 40%;
    }

    .suumer-object04 img {
        width: 60%;
    }

    .suumer-object05 img {
        width: 60%;
    }
}

/* --------------- section-product autumn --------------- */

.section-product__autumn {
    position: relative;
}

.autumn-object01 {
    text-align: left;
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}

.autumn-object01 img {
    width: 50%;
}

.momiji.PC {
    display: none;
}

.autumn-object02 {
    text-align: right;
    position: absolute;
    top: 0%;
    right: 0%;
}

.autumn-object02 img {
    width: 40%;
}

.section-product__contents.autumn {
    margin-top: 30px;
}

@media(min-width:700px) {
    .section-product__autumn {
        display: flex;
    }

    .section-product__syusei {
        position: relative;
        z-index: 1;
    }

    .autumn-object01 {
        text-align: right;
        position: static;
        width: 100%;
        margin-top: -18%;
        padding-left: 10%;
    }

    .momiji {
        display: none;
    }

    .momiji.PC {
        display: inline-block;
        position: relative;
        z-index: 0;
        width: 60%;
    }

    .autumn-object02 img {
        width: 60%;
    }

    .section-product__contents.autumn {
        margin-top: 0;
    }
}

@media(min-width:1040px) {
    .autumn-object01 {
        margin-top: -22%;
        padding-left: 30%;
    }

    .momiji.PC {
        width: 80%;
    }
}

/* --------------- section-product winter --------------- */

.section-product__winter {
    position: relative;
}

.winter__object {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.winter-object01 {
    width: 50%;
    text-align: left;
}

.winter-object01 img {
    width: 90%;
    transform: rotateY(180deg);
}

.winter-object02 {
    width: 50%;
    text-align: right;
}

.winter-object02 img {
    width: 90%;
}

.winter-object.PC {
    display: none;
}

.section-product__contents.winter {
    margin-top: 30px;
}

@media(min-width:414px) {

    .winter-object01 img,
    .winter-object02 img {
        width: 80%;
    }
}

@media(min-width:470px) {
    .winter-object01 {
        text-align: right;
        padding-right: 50px;
    }

    .winter-object02 {
        text-align: left;
    }

    .winter-object01 img,
    .winter-object02 img {
        width: 65%;
    }
}

@media(min-width:500px) {

    .winter-object01 img,
    .winter-object02 img {
        width: 60%;
    }
}

@media(min-width:650px) {

    .winter-object01 img,
    .winter-object02 img {
        width: 50%;
    }
}

@media(min-width:700px) {
    .section-product__winter {
        display: flex;
    }

    .section-product__fuyuakane {
        position: relative;
        z-index: 1;
    }

    .winter__object.SP {
        display: none;
    }

    .winter-object.PC {
        display: flex;
        width: 100%;
    }

    .winter-object01-PC {
        padding-right: 0;
        width: 50%;
        position: absolute;
        top: 0;
        left: -20%;
        z-index: 0;
    }

    .winter-object02-PC {
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .winter-object01-PC img {
        width: 100%;
    }

    .winter-object02-PC img {
        width: 100%;
    }

    .section-product__contents.winter {
        margin-top: 0;
    }
}

@media(min-width:1440px) {
    .winter-object01-PC {
        left: -10%;
    }
}

/* --------------- modal window --------------- */

.modalArea {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(25, 27, 40, 0.8);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 75%;
    padding: 40px 30px 20px 30px;
    background-color: #ebeef0;
    border-radius: 8px;
    overflow: auto;
}

.modal_close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: #a48452;
    position: absolute;
    top: 7%;
    right: 17%;
    /* top:-32rem;
    right: 3rem; */
    z-index: 999;
    box-shadow: 0 1px 3px 0 #b9966080;
    cursor: pointer;
}

.modal_close span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.modal_close span::after,
.modal_close span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    background: #fff;
}

.modal_close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_titleArea {
    text-align: left;
    font-size: 2.4rem;
    color: #a48452;
    padding-bottom: 10px;
    border-bottom: 1px solid #a48452;
    margin-bottom: 10px;
}

.modal_titleArea__font-size {
    font-size: 1.6rem;
}

.modal_img {
    width: 100%;
    margin-bottom: 10px;
}

.modal_img img {
    width: 40%;
}

.table {
    border-bottom: 1px solid #fff;
    margin: 0 auto 20px auto;
    text-align: left;
    font-size: 1.4rem;
}

.tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.table th,
.table td {
    padding: 8px;
    border-top: 1px solid #fff;
}

.price_container {
    display: flex;
}

.ml {
    width: 30%;
    text-align: left;
    letter-spacing: 0.05rem;
}

.price {
    margin-left: 5px;
    width: 70%;
    text-align: right;
    letter-spacing: 0.05rem;
}

.modal_txtArea__font-size {
    font-size: 1.0rem;
}

.type {
    border-radius: 5px;
    border: 1px solid #a48452;
    padding: 10px;
    font-size: 1.4rem;
}

.type-title {
    text-align: center;
    margin-bottom: 20px;
}

.type_SP1,
.type_SP2 {
    display: flex;
}

.type_SP1 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.type-details_1,
.type-details_2,
.type-details_3,
.type-details_4,
.type-details_5 {
    border-radius: 5px;
    background-color: #fff;
    width: 30%;
}

.type-details_2,
.type-details_3,
.type-details_4,
.type-details_5 {
    margin-left: 10px;
}

.modal-area.show {
    display: block;
}

@media(min-width:600px) {
    .modal_img img {
        width: 30%;
    }
}

@media(min-width:700px) {
    .modal-inner {
        display: flex;
        align-items: center;
        width: 500px;
        justify-content: center;
        margin: 0 auto;
        height: 50px;
        text-align: right;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modal_close {
        width: 5rem;
        height: 5rem;
        top: -32rem;
        right: 1rem;
    }

    .modal_close span::after,
    .modal_close span::before {
        width: 1px;
        height: 15px;
    }

    .modalWrapper {
        width: 100%;
        height: auto;
        padding: 40px;
    }

    .modal_titleArea {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .modal_Container {
        display: flex;
        width: 100%;
    }

    .modal_img {
        width: 40%;
        text-align: center;
    }

    .modal_img img {
        width: 175px;
    }

    .modal_txtArea {
        width: 60%;
    }

    .type {
        padding: 20px;
        border-radius: 20px;
    }

    .table {
        margin: 0 auto 30px auto;
    }

    .price {
        margin-left: 20px;
    }

    .type_details {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .type_SP1 {
        width: 40%;
        justify-content: right;
        margin-bottom: 0;
    }

    .type_SP2 {
        width: 60%;
    }

    .type-details_1,
    .type-details_2,
    .type-details_3,
    .type-details_4,
    .type-details_5 {
        border-radius: 10px;
        width: 50%;
        padding: 10px;
        text-align: center;
    }
}

@media(min-width:960px) {
    .modal-inner {
        width: 700px;
    }

    .modal_close {
        width: 5rem;
        height: 5rem;
    }

    .modalWrapper {
        width: 100%;
        height: auto;
        padding: 40px;
    }

    .modal_titleArea {
        font-size: 3.2rem;
    }

    .modal_titleArea__font-size {
        font-size: 2.4rem;
    }

    .modal_img {
        width: 50%;
    }

    .modal_img img {
        width: 175px;
    }

    .modal_txtArea {
        width: 50%;
    }

    .table {
        font-size: 1.6rem;
    }

    .modal_txtArea__font-size {
        font-size: 1.2rem;
    }

    .type {
        font-size: 1.6rem;
    }
}


/* --------------- section-suggest --------------- */

.section-suggest {
    background: linear-gradient(#fefdf1 1%, transparent 11%, #070302 50%);
    padding-bottom: 100px;
}

.title.suggest {
    padding-top: 20px;
}

.section-suggest__title {
    background: linear-gradient(#fefdf1 1%, transparent 50%, #070302 120%), url("../images/SP_suggest_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 48% 10%;
    padding-top: 60px;
    height: 50vh;
}

.section-suggest__description {
    margin: 0 auto 20px auto;
    font-size: 1.4rem;
    max-width: 315px;
    color: #ebeef0;
    text-align: left;
    font-weight: 300;
    line-height: 3.2rem;
}

.section-about-description__link.suggest {
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-suggest__container {
    max-width: 315px;
    margin: 0 auto;
}

.section-suggest__container a {
    text-decoration: none;
}

@media(min-width:440px) {
    .title.suggest {
        padding-top: 0;
    }

    .section-suggest__title {
        background: linear-gradient(#fefdf1 1%, transparent 50%, #070302 120%), url("../images/Suggestbg.jpeg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 48% 0%;
        padding-top: 30px;
    }
}

@media(min-width:900px) {
    .section-suggest__title {
        height: 70vh
    }

    .section-suggest__container {
        max-width: 70%;
    }

    .section-suggest__description {
        max-width: 70%;
    }

    .suggest_br {
        display: none;
    }

    .section-about-description__link.suggest {
        max-width: 70%;
        display: flex;
        margin: 0 auto;
        justify-content: right;
    }
}

@media(min-width:1040px) {
    .section-suggest__description {
        font-size: 1.6rem;
        line-height: 3.2rem;
    }
}

@media(min-width:1280px) {
    .section-suggest__title {
        height: 80vh
    }
}

@media(min-width:1440px) {
    .section-suggest__title {
        height: 100vh
    }

    .section-suggest__container {
        max-width: 100%;
    }

    .section-suggest__description {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media(min-width:1900px) {
    .section-about-description__link.suggest {
        max-width: 51%;
    }
}

/* --------------- footer --------------- */

.footer__container {
    padding-bottom: 30px;
}

.footer__nav nav a {
    color: #ebeef0;
}



/* *{
    outline: 2px solid magenta;
} */