body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a:hover{
    opacity: 0.6;
}
/* ヘッダー */

header{
    max-width: 1400px;
    padding: 1.5em 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
@media (max-width: 900px){
    header{
        padding: 1em 5%;
    }
}

.header_nuv{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_nuv span{
    font-weight: bold;
}
.header_nuv-data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header_nuv-data-tel, .footer_nuv-data-tel{
    width: 240px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.header_nuv-data-tel a, .footer_nuv-data-tel a{
    font-family: Garamond;
    color: #000000;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
}
.header_nuv-data-tel img, .footer_nuv-data-tel img{
    margin-right: 3%;
    width: 2em;
}
.header_nuv-shop, .footer_nuv-shop{
    width: 150px;
    font-weight: bold;
}
.header_nuv-shop button, .footer_nuv-shop button{
    width: 100px;
    height: 30px;
    border-radius: 25px;
    background-color:#5E4037;
    color: #ffffff;
    border: none;
    margin-left: 10%;
    cursor: pointer;
}

@media (max-width: 900px) {
    .header_nuv-data-tel, .footer_nuv-data-tel{
        width: 33vw;
    }
    .header_nuv-data-tel a, .footer_nuv-data-tel a{
        font-size: 3.3vw;
        padding-right: 0%;
    }
    .header_nuv-data-tel img, .footer_nuv-data-tel img{
        margin-right: 2%;
        width: 3.8vw;
    }
    .header_nuv-shop, .footer_nuv-shop{
        width: 15em;
        font-size: 2vw;
        font-weight: bold;
    }
    .header_nuv-data span{
        font-size: 2.2vw;
        font-weight: bold;
    }
    .header_nuv-shop button, .footer_nuv-shop button{
        width: 16vw;
        height: 6vw;
        font-size: 2.5vw;
        border-radius: 25px;
        background-color:rgb(118, 67, 5) ;
        color: #ffffff;
        border-color: rgb(118, 67, 5);
        margin-left: 10%;
    }
}
/* TOP画像 */
.top_img_pc{
    width: 100%;
}
.top_img_pc img{
    width: 100%;
}
/*  PC  */

.pc{
    max-width: 1600px;
    margin: auto;
}

.top_section1{
    max-width: 1200px;
    margin: auto;
    position: relative;
}
@media (max-width: 1200px) {
    .top_section1{
        max-width: 900px;
    }
}

.top_section1 .top_section1_word1{
    position: absolute;
    top: 33px;
    left: 36%;
    color: #ffffff;
    font-size: 1.4em;
}
.top_section1 .top_section1_word2{
    position: absolute;
    top: 152px;
    left: 36%;
    color: #FBEA00;
    font-size: 1.4em;
}
@media (max-width: 1200px) {
    .top_section1 .top_section1_word1{
        position: absolute;
        top: 7%;
        left: 36%;
        color: #ffffff;
        font-size: 1.1em;
    }
    .top_section1 .top_section1_word2{
        position: absolute;
        top: 38%;
        left: 36%;
        color: #FBEA00;
        font-size: 1.1em;
    }
}
@media (max-width: 900px) {
    .top_section1 .top_section1_word1{
        position: absolute;
        top: 10%;
        left: 12%;
        color: #ffffff;
        font-size: 3vw;
    }
    .top_section1 .top_section1_word2{
        position: absolute;
        top: 38%;
        left: 12%;
        color: #FBEA00;
        font-size: 3vw;
    }
}
.top_section1 img{
    width: 100%;
}

.top_section2 img{
    width: 100%;
}
.top_section3{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_section3 img{
    max-width: 590px;
}
@media (max-width: 1200px) {
    .top_section3{
        max-width: 900px;
    }
    .top_section3 img{
        max-width: 440px;
    }
}
@media (max-width: 900px) {
    .top_section3{
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .top_section3 img{
        max-width: 100%;
       width: 100%;
       margin: auto;
       margin-top: 3%;
    }
}
.top_section4{
    max-width: 1200px;
    margin: auto;
    margin-top: 3%;
}
.top_section4 img{
    width: 100%;
}
.top_section5{
    max-width: 1600px;
    margin: auto;
    margin-top: 3%;
}
.top_section5 img{
    width: 100%;
}
.top_section4_under_word{
    text-align: center; 
    margin: auto; 
    font-weight: bold; 
    font-size: 1.8em; 
    margin-top: 2%;
}
@media (max-width: 1000px) {
    .top_section4_under_word{
        text-align: center; 
        margin: auto; 
        font-weight: bold; 
        font-size: 1.4em; 
        margin-top: 2%;
    }
}
.top_section6{
    max-width: 1200px;
    margin: auto;
    margin-top: 3%;
}
.top_section6 img{
    width: 100%;
    cursor: pointer;
}
#openModalBtn:hover{
    opacity: 0.6;
}
.top_section7{
    max-width: 1000px;
    margin: auto;
    margin-top: 3%;
}
.top_section7 img{
    width: 100%;
}
.top_section8{
    max-width: 1600px;
    margin: auto;
    margin-top: 3%;
    background-color: #44C0F8;
    padding: 1% 0;
}
.top_section8 h2{
    text-align: center;
    font-size: 2em;
    padding-top: 3%;
}
.top_section8 .contactForm{
    max-width: 1200px;
    margin-top: 3%;
    margin-bottom: 6%;
    padding-bottom: 4%;
    background-color: #ffffff;
}

.contactItems{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2%;
}
@media (max-width: 900px) {
    .contactItems, .contactItems_{
        margin-top: 6%;
    }
}
.contactItems_{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
.contactItems label{
    margin-left: 9%;
    font-weight: bold;
    font-size: 1.2em;
}
@media (max-width: 900px) {
    .contactItems label{
        font-size: 3.5vw;
    }
}

.contactItems input{
    background-color: #ececec;
    width: 80%;
    height: 70px;
    font-size: 1.1em;
    padding-left: 3%;
    margin: 1% 0;
    margin-left: 9%;
    border: none;
}
.contactItems_ input{
    background-color: #ececec;
    width: 20%;
    height: 70px;
    font-size: 1.1em;
    padding-left: 3%;
    margin: 1% 0;
    margin-left: 3%;
    border: none;
}
@media (max-width: 900px) {
    .contactItems_ input{
        width: 40%;
        margin: 0;
        margin-top: 2%;
        margin-left: 5%;
    }
}

.contactItems:nth-child(7) input, .contactItems:nth-child(8) input{
    background-color: #ececec;
    width: 30%;
    height: 70px;
    font-size: 1.1em;
    padding-left: 3%;
    margin: 1% 0;
    margin-left: 9%;
    border: none;
}
.contactItems:nth-child(7) span, .contactItems:nth-child(8) span{
    font-weight: bold;
    font-size: 1.1em;
}
@media (max-width: 900px) {
    .contactItems:nth-child(7) span, .contactItems:nth-child(8) span{
        font-size: 3vw;
    }
}
.contactItems textarea{
    width: 80%;
    height: 200px;
    margin: 1% 0;
    margin-left: 9%;
    background-color: #ececec;
    border: none;
}

.contactItems_ select{
    background-color: #ececec;
    width: 100%;
    height: 70px;
    font-size: 1.1em;
    padding-left: 10%;
    margin: 1% 0;
    border: none;
    appearance: none;

}
@media (max-width: 900px) {
    .contactItems_ select{
        font-size: 3.5vw;
    }
}

.contactWorning{
    width: 100%;
    display: flex;
    font-size: 0.7em;
}
.contactWorning p{
    margin: auto;
}

@media (max-width: 900px) {
    .contactItems_{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
    }
}


/* footer */

footer{
    max-width: 1400px;
    padding: 1% 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 2%;
}

.footerSection1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerSection1 img{
    margin-right: 4%;
}

.footerSection1 p{
    width: 220px;
    font-size:0.8em;
    font-weight: bold;
}

.footerSection2{
    max-width: 450px;
    font-weight: bold;
    text-align: center;
}

.footer_privacy{
    display: flex;
    justify-content: space-between;
}
.footerSection2 a{
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 2%;
}

.copywrite{
    font-size: 0.8em;
    font-weight: bold;
    text-align: center
}

/* SP */

@media (max-width: 1000px) {
    .pc .top_section1 .top_section1_word1, .pc .top_section1 .top_section1_word2{
        font-size: 1.1em;
    }
}
@media (max-width: 920px) {
    .pc .top_section1 .top_section1_word1, .pc .top_section1 .top_section1_word2{
        font-size: 1em;
    }

}
@media (max-width: 900px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .header_sp_logo{
        width: 90%;
    padding-top: 2%;
    }
    .header_sp_nuv{
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 900px) {
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
}

/* モーダルのスタイル */
.modal {
    display: none; /* デフォルトは非表示 */
    position: fixed; /* 画面全体に固定 */
    z-index: 1; /* 前面に表示 */
    left: 0;
    top: 0;
    width: 100%; /* フルスクリーンの幅 */
    height: 100%; /* フルスクリーンの高さ */
    background-color: rgba(0, 0, 0, 0.5); /* 背景の透明度を指定 */
    transition: 0.1s; /* フェードイン・アウトの時間を指定 */
}
.modal img{
    width: 100%;
}

/* モーダルのコンテンツ */
.modal-content {
    background-color: white;
    margin: auto; /* 上からの距離と左右中央に配置 */
    border-radius: 5px;
    width: 80%;
    max-width: 68vh; /* モーダルの最大幅を指定 */
    text-align: center;
    position: relative;
}
@media (max-width: 900px) {
    .modal-content {
        width: 90%;
    }
}
/* .modalImages{
    position: absolute;
    top: 10;
} */

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* モーダル表示時のアニメーション */
@keyframes modalOpen {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* モーダル非表示時のアニメーション */
@keyframes modalClose {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.3);
        opacity: 0;
    }
}

.modal-content {
    animation: modalOpen 0.7s forwards;
}

/* モーダルが閉じられるときのクラス */
.modal-close {
    animation: modalClose 0.4s forwards;
}

/* 閉じるボタンのスタイル */
.close-button {
    position: absolute;
    top: -12px;
    right: 2px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.close-button:hover {
    color: red;
}

/* select ボックスの基本スタイル */

/* select の親要素を相対位置に */
.select-wrapper {
    /* margin-left: 9%; */
    width: 25%;
    position: relative;
    display: inline-block;
}

@media (max-width: 900px) {
    .select-wrapper {
        width: 40%;
        margin-right: 50%;
        margin-left: 8%;
    }
}

/* カスタム矢印（▼） */
.select-wrapper::after {
    content: '▼'; /* 矢印シンボル */
    position: absolute;
    top: 50%;
    right: 10px; /* 右からの位置調整 */
    transform: translateY(-50%); /* 矢印を垂直方向に中央に配置 */
    pointer-events: none; /* 矢印部分はクリック不可 */
    font-size: 18px; /* 矢印のサイズ調整 */
}
@media (max-width: 900px) {
    .select-wrapper::after {
        top: 60%;
        right: 10px; /* 右からの位置調整 */
        transform: translateY(-50%); /* 矢印を垂直方向に中央に配置 */
        font-size: 15px; /* 矢印のサイズ調整 */
    }
}

input[type="checkbox"] {
    margin-right: 1%;
    scale: 1.5;
}
@media (max-width: 900px) {
    input[type="checkbox"] {
        margin-right: 3%;
        scale: 1.5;
    }
}

.contactBtn{
    background-color: #795549;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    width: 380px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
    margin: auto;
    margin-top: 4%;
    cursor: pointer;
    transition: opacity 0.3s; /* 透過のスムーズな変更 */
}
@media (max-width: 900px) {
    .contactBtn{
        font-size: 5.8vw;
    }
}

/* 無効状態のボタンのスタイル */
.contactBtn.disabled {
    opacity: 0.5; /* 透過 */
    cursor: not-allowed; /* マウスカーソルを無効に変更 */
}


/* エラー文章 */
.error{
    color: red;
    margin-left: 3%;
}
@media (max-width: 900px) {
    .error{
        margin-left: 9%;
    }
}