@charset "utf-8";

.top_img {
    position: relative;
}

.top_img .img {}

.top_img .img img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 20% center;
}

.top_img h1 {
    position: absolute;
    top: 10%;
    background-color: #A94262DB;
    color: #fff;
    max-width: 70%;
    padding: 0.7em;
    font-weight: 700;
    font-size: clamp(1.25rem, 1.009rem + 1.2vw, 2.5rem)
        /*20-40*/
    ;
    left: 1rem;
}

.top_img h2 {
    background-color: #ffffffc2;
    position: absolute;
    bottom: 10%;
    right: 1rem;
    padding: 0.6em;
    font-weight: 600;
    font-size: clamp(1rem, 0.831rem + 0.84vw, 1.875rem)
        /*16-30*/
    ;
}

.main_area {
    margin: 0 auto 3em;
}

.main_area .text_01 {
    font-size: clamp(1.25rem, 1.009rem + 1.2vw, 2.5rem)
        /*20-40px*/
    ;
    text-align: center;
    padding: 0.5rem 0.7em;
    border: solid 1px #666;
    width: 80%;
    margin: 2.5rem auto 1rem;
}

.main_area .text_01 p {
    font-weight: 700;
    font-size: clamp(1.25rem, 1.117rem + 0.66vw, 1.938rem)
        /*20-31*/
    ;
}


.main_area .text_02 {
    text-align: center;
    width: 90%;
    margin: 0.8rem auto;
}

.main_area .text_02 p {
    font-weight: 700;
    font-size: clamp(1.125rem, 1.077rem + 0.24vw, 1.375rem)
        /*18-22*/
    ;
}

.main_area .text_03 {
    color: #A94262;
    width: fit-content;
    margin: 0 auto;
}

.main_area .text_03 p {
    position: relative;
    padding: 0 1.5em;
    font-size: clamp(1.25rem, 1.081rem + 0.84vw, 2.125rem)
        /*20-34px*/
    ;
    text-align: center;
    font-weight: 900;
}

.main_area .text_03 p:before,
.main_area .text_03 p:after {
    content: "ー";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main_area .text_03 p:before {
    left: 0;
}

.main_area .text_03 p:after {
    right: 0;
}



/****nayami*******************************/
.nayami {}

.nayami .img {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.nayami_list {
    border: solid 2px #D6AA18;
    border-radius: 15px;
    padding: 2em 1em;
    margin: 0 auto 2rem;
    width: fit-content;
}

.nayami_list li {
    font-size: clamp(0.938rem, 0.877rem + 0.3vw, 1.25rem)
        /*15-20*/
    ;
    padding: 0.6em 0;
    padding-left: 1.6em;
    position: relative;
}

.nayami_list li:not(:last-child) {
    border-bottom: dotted #D6AA18 2px;
}

.nayami_list li:before {
    content: url(../images/front/icon_check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 1.1em;
    left: 0;
}

.nayami p {
    text-align: center;
    font-size: clamp(1.125rem, 1.053rem + 0.36vw, 1.5rem)
        /*18-24*/
    ;
}

/*500px以上*/
@media (min-width: 500px) {
    .top_img .img img {
        aspect-ratio: 5 / 4;
    }
}

/*600px以上*/
@media (min-width: 600px) {
    .nayami .sub_text {
        margin: 1em auto 1em;
        width: 100%;
    }

    .top_img .img img {
        aspect-ratio: 16 / 9;
    }

    .top_img h1 {
        max-width: 50%;
    }

    .main_area .text_01 {
        width: fit-content;
    }

    .nayami_list {
        padding: 1em 1em;
    }

    .nayami_list li:before {
        top: 0.5em;
        left: 0;
    }

    .nayami_list li {
        padding: 0.3em 0 0.3em 1.4em;
    }

    .nayami .img {
        max-width: 150px;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .nayami .inner {
        padding: 2rem 0;
    }

    .nayami h2 {
        padding: 0;
    }
}

/*1200px以上*/
@media (min-width: 1200px) {
    .top_img .img img {
        height: 52vw;
    }
}

/*1366px以上*/
@media (min-width: 1366px) {
    .top_img .img img {
        height: 34vw;
        object-position: center 57%;
    }

    .top_img h1 {
        max-width: 17em;
        left: 15%;
        top: 15%;
    }

    .top_img h2 {
        right: 15%;
        bottom: 15%;
    }
}

/***************/
.bg_img_01 {
    background-image: url(../images/front/bg_img_01.jpg);
    background-size: cover;
    max-width: 100vw;
    margin: 0 calc((100vw - 100%) / -2);
    aspect-ratio: 16 / 7;
    background-position: center;
}

/*900px以上*/
@media (min-width: 900px) {
    .bg_img_01 {
        min-height: 80vh;
        background-size: cover;
        background-attachment: fixed;
        max-width: 100vw;
        aspect-ratio: 16 / 4;
    }
}

/****toyou*******************************/
.toyou {}

.toyou h2,
.toyou .sub_text {
    text-align: left;
    width: 100%;
}

.toyou .img_area {
    width: 60%;
    margin: 0 auto 2rem;
    text-align: center;
}

.toyou_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toyou_list li {
    background-color: #D6AA18;
    border-radius: 5px;
    padding: 0.5em 0.7em;
    color: #fff;
}

.toyou_list li:nth-child(2),
.toyou_list li:nth-child(6) {
    background-color: #0B2743;
}

.toyou_list li:nth-child(3),
.toyou_list li:nth-child(5) {
    background-color: #A94262;
}

.toyou_list dl {}

.toyou_list dt {
    font-size: 18px;
    border-bottom: solid 1px;
    padding: 0 0 0.3em 0;
    margin: 0 0 0.5em;
}

.toyou_list dd {}

.toyou .comment {
    font-weight: 500;
    padding: 2em 0;
    text-align: center;
    font-size: clamp(1.125rem, 1.053rem + 0.36vw, 1.5rem);
}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {
    .toyou_list {
        flex-direction: unset;
        flex-wrap: wrap;
        max-width: 900px;
        margin: 0 auto;
    }

    .toyou_list li {
        width: 48%;
    }

    .toyou_list li:nth-child(2),
    .toyou_list li:nth-child(5) {
        background-color: #0B2743;
    }

    .toyou_list li:nth-child(3),
    .toyou_list li:nth-child(6) {
        background-color: #A94262;
    }


    .toyou .flex_area {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 3rem
    }

    .toyou .text_area {
        width: 70%;
    }

    .toyou .text_area .sub_text {}

    .toyou .img_area {
        width: 30%;
        margin: 0;
    }


}

/**detail*********************************/
.detail {}

.detail_list {
    max-width: 500px;
    margin: 0 auto;
}

.detail_list li {
    border-bottom: dotted 2px;
    padding: 0.8em;
}

.detail_list dl {
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(0.938rem, 0.877rem + 0.3vw, 1.25rem)
        /*15-20*/
    ;
}

.detail_list dt {
    width: 25%
}

.detail_list dd {
    width: 75%
}

.detail .flex_area {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.detail .img_area {
    max-width: 300px;
    margin: 0 auto;
}

.detail .img_area img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center 90%;
}

/*600px以上*/
@media (min-width: 600px) {
    .detail_list dt {
        width: 4em;
    }

    .detail .text_area {
        width: calc(100% - 4em);
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .detail_list {
        max-width: unset;
        margin: 0;
    }

    .detail .flex_area {
        flex-direction: row-reverse;
        max-width: 1200px;
        margin: 0 auto;
        align-items: stretch;
    }

    .detail .text_area {
        width: 70%;
    }

    .detail .img_area {
        width: 30%;
        max-width: unset;
        margin: 0;
    }

    .detail .img_area img {
        aspect-ratio: unset;
    }
}

/****market*******************************/
.market {}

.market .text {
    max-width: 900px;
    margin: 0 auto;
}

.market .text p {
    margin: 0 0 1em;
}

.market .img {
    margin: 3rem auto;
    max-width: 610px;
}

.market .img_02 {
    background-image: url(../images/front/market_02.png);
    background-size: contain;
    height: 6rem;
    background-repeat: repeat-x;
}



/*600px以上*/
@media (min-width: 600px) {
    .market .comment {
        text-align: center;
    }

    .market .img_02 {
        height: 12rem;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .market .img_02 {
        height: 16rem;
    }
}

/***message********************************/
.message {}

.message .img {
    padding: 3rem;
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
}

.message p {
    max-width: 900px;
    margin: 0 auto;
    font-size: clamp(1.125rem, 1.053rem + 0.36vw, 1.5rem)
        /*18-24*/
    ;
    margin: 0 auto 1em;
}

/*600px以上*/
@media (min-width: 600px) {
    .message p {
        text-align: center;
    }
}

/*900px以上*/
@media (min-width: 900px) {}

/*faq**********************************/
.faq {}

.faq .img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    max-width: 320px;
}

.faq_list {
    padding: 1rem;
}

.faq_list li {
    border-bottom: dotted 2px;
    padding: 1em;
}

.faq_list dl {
    font-size: clamp(0.938rem, 0.877rem + 0.3vw, 1.25rem)
        /*15-20*/
    ;
}

.faq_list dt {
    margin: 0 0 0.6em;
}

.faq_list dd {}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/***************/
.bg_img_02 {
    background-image: url(../images/front/bg_img_02.jpg);
    background-size: cover;
    max-width: 100vw;
    margin: 0 calc((100vw - 100%) / -2);
    aspect-ratio: 16 / 6;
    background-position: center;
}

/*900px以上*/
@media (min-width: 900px) {
    .bg_img_02 {
        min-height: 80vh;
        background-size: cover;
        background-attachment: fixed;
        max-width: 100vw;
        aspect-ratio: 16 / 3;
    }
}

/***contact********************************/
.contact {}

.contact p {
    text-align: center;
    margin: 0 0 1em;
    font-size: clamp(1.125rem, 1.053rem + 0.36vw, 1.5rem)
        /*18-24*/
    ;
}

.contact_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 3rem 0;
    justify-content: center;
}

.contact_list li {
    border: solid 1px #cccccc;
    padding: 1em;
    border-radius: 10px;
    margin: 1em;
}

.contact_list li a {}

/*600px以上*/
@media (min-width: 600px) {
    .contact p {
        text-align: center;
    }

    .contact_list {
        flex-direction: unset;
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }
}

/*900px以上*/
@media (min-width: 900px) {}