@charset "UTF-8";

html,
body {
    height: auto;
}

/* 下層ページ共通css */
.pagettl {
    background-color: #be9461;
    padding: 55px;
    margin-top: 122px;
}

.pagettl.c_menu01 {
    background-image: url(../img/c_menu01_pagettl.jpg?20250616);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23% 0;
    margin-top: 122px;
    position: relative;
}

.pagettl h2 {
    font-size: 52px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
}

.copy {
    padding: 80px 0;
    position: relative;
}

.copy::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-image: -moz-linear-gradient(0deg, rgb(91, 76, 71) 0%, rgb(40, 29, 27) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(91, 76, 71) 0%, rgb(40, 29, 27) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(91, 76, 71) 0%, rgb(40, 29, 27) 100%);
}

h3.common_ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
}

.lead_txt {
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
}

p.common_subttl {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
}

p.common_txt {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 2px;
    text-align: center;
}

p.sub_ttl {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 2px;
}

p.normal_txt {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
}

h2.under_page_ttl {
    font-size: 52px;
    letter-spacing: 0.1em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-shadow: 0px 0px 2px #333;
}

.ttl_padding {
    margin-top: 122px;
}

.tab_sp {
    display: none;
}

.pc_tab {
    display: block;
}

@media only screen and (max-width:1180px) {

    /* 下層ページ共通css */
    h3.common_ttl {
        font-size: 30px;
    }

    .lead_txt {
        font-size: 16px;
    }

    p.sub_ttl {
        font-size: 20px;
    }

    p.normal_txt {
        font-size: 16px;
    }
}

@media only screen and (max-width:820px) {
    .tab_sp {
        display: block;
    }
}

@media only screen and (max-width:768px) {

    /* 下層ページ共通css */
    .ttl_padding {
        margin-top: 0;
    }

    h2.under_page_ttl {
        font-size: 44px;
        top: 50%;
    }

    .pagettl {
        margin-top: 0;
    }

    .pagettl h2 {
        font-size: 44px;
    }

    p.sub_ttl {
        font-size: 16px;
    }

    .pc_tab {
        display: none;
    }
}

@media only screen and (max-width:450px) {

    /* 下層ページ共通css */
    h2.under_page_ttl {
        font-size: 30px;
    }

    .pagettl {
        padding: 35px;
    }

    .pagettl h2 {
        font-size: 30px;
    }

    .copy {
        padding: 40px 0;
    }

    h3.common_ttl {
        font-size: 22px;
    }

    p.common_subttl {
        font-size: 18px;
    }

    p.common_txt {
        font-size: 14px;
    }

    p.normal_txt {
        font-size: 14px;
    }

}

/*===================
VOICE
===================*/

.bg--blk--brown {
    background-image: -moz-linear-gradient(0deg, rgb(62, 50, 46) 0%, rgb(40, 29, 27) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(62, 50, 46) 0%, rgb(40, 29, 27) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(62, 50, 46) 0%, rgb(40, 29, 27) 100%);
}
section.contents {
    padding: 5% 0 10% 0;
}
section.contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 1280px;
    margin: 3% auto 0;
}
section.contents ul li {
    width: 48%;
    margin-top: 3%;
    transition: .3s !important;
    cursor: pointer;
}
section.contents ul li:hover {
  opacity: .6 !important;
}
.copy-01 {
    width: 40%;
    max-width: 900px;
    margin: 0 auto;
}
.copy-02 {
    width: 50%;
    max-width: 1000px;
    margin: 5% auto 0;
}
.copy-03 {
    width: 20%;
    max-width: 300px;
    margin: 5% auto 0;
}




/*===================
iPad横以下
===================*/
@media only screen and (max-width:1180px) {}


/*===================
sp
===================*/
@media only screen and (max-width: 768px) {
section.contents {
    padding: 10% 0 15% 0;
}
.copy-01 {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
}
.copy-02 {
    width: 90%;
    max-width: 100%;
    margin: 5% auto 0;
}
.copy-03 {
    width: 40%;
    max-width: 100%;
    margin: 5% auto 0;
}

}

@media only screen and (max-width: 450px) {}








/* MODAL */
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.3);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    left: 50%;
    padding: 0 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.modal__content.banner {
    width: 55%;
    max-width: 700px;
}

.modal__content.banner img {
    width: 100%;
}

.modal__content.banner>img {
    display: none;
}
.modal__content.banner>img:first-child {
    display: block;
}


.modal__content.banner p {
    position: absolute;
    width: 7%;
    top: 0;
    right: 0;
    transform: translate(-50%, -50%);
    transition: .3s !important;
    cursor: pointer;
}
.modal__content.banner p:hover {
  opacity: .6 !important;
}

@media (max-width: 1180px) {
        .modal__content {
        width: 94%;
    }

    .modal__content.banner {
        width: 80%;
    }
}
@media (max-width: 768px) {
    .modal {
        /* display: none; */
        height: 100vh;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    .modal__bg {
        background: rgba(0, 0, 0, 0.3);
        height: 100vh;
        position: absolute;
        width: 100%;
    }

    .modal__content {
        left: 50%;
        padding: 0 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .modal__content.banner {
        max-width: initial;
        width: 98%;
        height: auto;
    }

    .modal__content.banner p {
        position: absolute;
        width: 9%;
        top: 0;
        right: -1%;
        transform: translate(0, -50%);
    }

}