@charset "UTF-8";

/* .kaisei-decol-regular {
    font-family: "Kaisei Decol", serif;
  }
  .zen-maru-gothic-medium {
    font-family: "Zen Maru Gothic", serif;
  }
  .noto-serif-jp-uniquifier> {
    font-family: "Noto Serif JP", serif; */

section {
    padding: 85.5px;
    box-sizing: content-box;
}

h1,
h2,
h3,
p {
    color: #333;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    position: fixed;
    width: 100%;
}

h1 {
    font-size: 24px;
    font-family: "Kaisei Decol", serif;
    font-weight: 700;
}

.header-logo {
    text-align: center;
}

.header-list {
    font-family: "Zen Maru Gothic", serif;
    font-size: 24px;
    font-weight: 400;
}


.index {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

a {
    color: #5f9ea0;
    transition: 0.4s;
}

a:hover {
    color: #ce5a57;
}

main {
    padding-top: 100px;
    background-color: rgb(248, 245, 234);
}

/* top */
.top {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
}

.top1 {
    text-align: center;
}

.top-pop {
    font-size: 48px;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: #ed5752;
    padding: 70px 0 ;
}

.top-pop2 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 20px;
}

.top-pop3 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 30px;
}

.top-logo1 {
    font-size: 60px;
    font-family: "Kaisei Decol", serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.top-logo2 {
    font-size: 24px;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1.5px;
}

.hakutaku2 {
    border-radius: 50%;
}


/* あいさつ */
.message {
    background-color: darkseagreen;
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.img-2 {
    max-width: 495px;
    height: 495px;
    border-top-right-radius: 20%;
}


.message-1 {
    font-family: "Noto Serif JP", serif;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1.5px;
    padding: 10px 0 30px;
}

.message-2 {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.5em;
    padding-bottom: 10px;
}

.message-3 {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.5em;

}

.message-4 {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.5em;
}

.m-3-4 {
    border: 1px dashed #444c5c;
    padding: 10px;
}

/* メニュー */
.menu {
    background-color: #e2dfa2;
    font-family: "Zen Maru Gothic", serif;
}

.menu-top {
    color: #444c5c;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.box-1 {
    padding: 2em 1em 4em;
    margin: 2em 0;
    border: double 5px #a1be95;
}

.box-1 p {
    margin: 0;
    padding: 0;
}

.text-2 {
    color: #444c5c;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 5em;
    text-align: center;
    border-bottom: 1px solid #444c5c;
}

.big-box {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.text-3 {
    line-height: 2em;
    text-align: center;
    padding-top: 15px;
}

.menu-janp {
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.junp {
    color: #a1be95;
}

.menu-janp a {
    color: #444c5c;
}

.menu-janp a:hover {
    color: #ce5a57;
    transition: 0.8s;
}


/* アクセス */
.access {
    background-color: rgb(248, 245, 234);
}

.map {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 40px 0;
    flex-wrap: wrap;
}

.map2 {
    padding-top: 70px;
}

iframe {
    border-radius: 20%;
}

.info-logo1 {
    font-size: 48px;
    font-family: "Kaisei Decol", serif;
    font-weight: 700;
    padding-bottom: 5px;
}

.info-logo2 {
    font-size: 12px;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding-bottom: 20px;
}

.ad-1 {
    font-size: 20px;
    color: #ed5752;
    padding-bottom: 10px;
}

.ad-2 {
    letter-spacing: 1.5px;
    line-height: 1em;
    text-align: left;
    margin: 13px;
}

.ad-2-2 {
    letter-spacing: 1.5px;
    line-height: 1em;
    text-align: left;
    margin: 0 13px 5px;
}


/* 問い合わせ */


dl dt {
    padding: 0.5em;
    color: #998484;
}


input[type="email"] {
    width: 70%;
}

input {
    font-size: 1em;
    padding: 5px;
}

label {
    margin-right: 1em;
}

select {
    font-size: 1em;
}

textarea {
    width: 30em;
    font-size: 1em;
    padding: 5px;
}

.submit {
    text-align: center;
    margin-top: 20px;
}

input[type="submit"] {
    padding: 20px 100px;
    background: #e2dfa2;
    color: #7f6666;
    font-weight: 700;
}

/* フッター */
footer {
    background-color: rgb(248, 245, 234);
}

.footer-logo {
    text-align: center;
    padding-bottom: 20px;
}

.footer-logo1 {
    font-size: 24px;
    font-weight: 400;
    font-family: "Kaisei Decol", serif;
}

.img-3 {
    border-radius: 50%;
}

.ris {
    text-align: center;
    padding-top: 5px;
    letter-spacing: 20px;
}

.page-up {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    color: chocolate;
    padding-right: 20px;
    padding-bottom: 20px;
}

/* レスポンシブ */

@media screen and (max-width:767px) {
    section {
        padding: 60px;
    }

    .header-list {
        font-size: 16px;
    }
.top-pop {
    padding: 50px 0;
}

    .top-p.indexop {
        padding: 20px 0;
    }

    .top-logo1 {
        font-size: 48px;
        text-align: center;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
    }

    .info-logo1 {
        text-align: center;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
    }

    .info-logo2 {
        text-align: center;
    }

    .menu-top {
        font-size: 24px;
    }

    .message-1 {
        font-size: 36px;
    }

    .message-2 {
        font-size: 16px;
    }

    .message-3 {
        font-size: 16px;
    }

    .message-4 {
        font-size: 12px;
    }
    .box-1 {
        margin: 0;
    }
    .menu-janp {
        padding: 10px 0;
    }

    .junp {
        display: none;
    }

    .ad-1 {
        text-align: center;
    }

    dl {
        text-align: center;
    }

    .img-2 {
        max-width: 100%;
        height: auto;
    }

    .map2 {
        max-width: 100%;
        height: auto;
    }

    iframe {
        max-width: 100%;
        height: auto;
    }

    textarea {
        width: 20em;
        font-size: 1em;
        padding: 5px;
    }
    .page-up {
        font-size: 16px;
    }
}
@media screen and (max-width:767px) {

    #header-list {
        position: fixed;
        background-color: #E41D06;
        z-index: 999;
        width: 100%;
        height: 100vh;
        top: 0;
        right: -100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.6s;
    }
    #header-list.panel-active {
        right: 0;
    }
    .index {
        flex-direction: column;
        align-items: center;
    }
    .index a {
        font-size: 24px;
    }
    .open-btn {
        display: flex;
        gap: 6px;
        flex-direction: column;
        padding: 12px 0;
        z-index: 9999;
    }
    .open-btn span {
        display: block;
        width: 40px;
        height: 4px;
        background-color: #333;
        transition: 0.6s;
    }
    .active:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
    }
    .active:nth-child(2) {
        opacity: 0;
    }
    .active:nth-child(3) {
        transform: translateY(-10px) rotate(45deg);
    }
}