@charset "UTF-8";


html {
    scroll-behavior: smooth;
}

h2 {
    white-space: inherit;
}

/*全フォント変更*/
* {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

strong {
    font-weight: bold;
    /* 太字*/
    font-size: 120%;
    /* 文字を大きくする*/
}

/*フルードイメージ*/
img,
iframe {
    border: 0;
    max-width: 100%;
    height: auto;
}

/*フルードイメージ*/

img,
input,
select,
textarea {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    max-width: 940px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    /* background-color: #e9e4be; */
    background-image: url(../img/background.jpg);
    color: #000;
    /* background-image: url(../img/anmitsu_ai.svg) ;
    background-size: 60%; */
}

a:hover img {
    opacity: 0.95;
}

/*ヘッダー関連*/

.header {
    position: relative;
    /*height: 500px;*/
    height: calc(60vh);
    background: url(../img/kanmidokoro.png) center center no-repeat;
    background-size: cover;
}

#home_logo {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -40%);
    width: 80%;
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;
}

header .intro {
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
}

.section {
    margin: 0 auto;
}

section+section {
    margin-top: 40px;

}

nav li {
    display: inline-block;
    width: 180px;
    margin: auto;
    text-align: center;
    margin: 0 10px;
}

.gnav li {
    width: 20%;
    padding-top: 10px;

}

nav a {
    display: block;
    padding: 5px;
    background-color: #93b347e5;
    border: 2px dotted #783f04;
    border-radius: 5%;
    font-family: 'Cardo', serif;
    font-style: italic;
}

nav a:hover {
    background-color: #bfdb7e;
    text-decoration: none;
}

h2 {
    background-color: #92b347;
    color: #783f04;
}

h3 {
    background-color: #92b347;
    color: #783f04;
}

footer {
    background-color: #92b347;
}

.gnav i {
    font-size: 2em;
    margin-right: 0.2em;
}

.home a::before {
    font-family: "font awesome 6 free";
    font-weight: 900;
    /*ソリッド*/
}

/*紬庵からのお知らせ*/
.info_dl {
    background-color: #ffffff94;
    border: 1px solid #783f04;
}

.info_title:hover {
    opacity: 0.7;
}

.info_title {
    text-decoration: none;
}

/*ネガティブマージン下と同じ
 .info_box:not(:last-of-type) {
    border-bottom: 1px dotted #783f04;
} */

.info_box {
    border-bottom: 1px dotted #783f04;
}

.info_box:last-of-type {
    border: none
}

.info_dl {
    height: 250px;
    /*スクロールの高さ*/
    overflow-y: scroll;
}

/*紬庵からのお知らせ閉め*/
/*おしらせ各ページ*/
.info_list {
    border: 1px solid #783f04;
    padding: 30px 10px 30px 10px;
    margin: 20px;
    text-align: center;
    background-color: #ffffff94;
}


/*アクセス関連*/
.access_dl {
    border: 1px solid #783f04;
    background-color: #fff;
    background-image: url(../img/kanmidokoro_2.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    display: block;
    margin-top: 20px;
    -webkit-text-stroke: 0.6px #000;

}

#access dd {
    border-bottom: 1px solid #783f04;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

#access dt {
    background-color: rgba(255, 255, 255, 0.5);
}

#access dt:first-child {
    margin-top: 30%;
}

#access dd:last-child {
    border: none;
    margin-bottom: 20%;
}

.map {
    position: relative;
    padding-top: 50%;
    background-color: #000;
}

.map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sns a {
    display: block;
    padding: 10px;
    margin: 10px;
    background: #fff;
    color: #4d941a;
    border-radius: 10px;
    text-decoration: none;
    font-size: 24px;
    display: flex;
    justify-content: space-around;
}

/*ハンバーガーメニューcss*/
.menu-btn {
    position: fixed;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4d941a;
    z-index: 2;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: #ffffff;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}


#menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}


.gnav {
    border-bottom: 1px solid #d8c7a0;
}

.gnav ul {
    background: #d8c7a0dc;
    position: fixed;
    width: 50%;
    height: 100%;
    left: 100%;
    top: 0;
    transition: all 0.5s;
    /* flex-direction: column;
    justify-content: center;
    align-items: center; */
    padding: 0;
    z-index: 1;
}

.gnav #menu-btn-check:checked~ul {
    left: 50%;
}

.gnav li {
    width: 100%;
}

/* .gnav a {
    text-align: left;
    padding-left: 20px;
} */

#contents {
    margin: 10px;
    padding: 10px;
    border: 1px solid #92b347;
}


#gnav {
    margin: 0 auto;
}

/*ボックス非表示*/
#menu-btn-check {
    display: none;
}

/*ハンバーガー終了*/


/*お品書き*/
/*写真の装飾*/
.image {
    box-shadow: 20px 20px 0 #d6d0a0;
}

.sns {
    padding: 20px 10px 20px 10px;
    background-image: url(../img/kanmidokoro_naka.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    text-shadow: 1.5px 1.5px 0 rgb(0, 0, 0);
}

.contens-sns {
    background-color: #ffffff94;
    padding: 5px 10px;
}

.sns li {
    text-align: left;
}

.sns p {
    display: inline;
    background: linear-gradient(transparent 0, #4d941a 0);
    padding: 2px 4px 2px 4px;
    border-radius: 15%;
}

/*レスポンシブデザイン開始*/

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

    /*ハンバーガーメニュー切替え*/

    .menu-btn {
        display: none;
    }

    /* 
    .gnav {
        display: inline-block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-shadow: none;
        box-shadow: none;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-between;
        opacity: 1;
        position: static;
        visibility: visible;
    } */

    .gnav {
        border: none;
    }

    #gnav.gnav {
        display: block;
        position: fixed;
        z-index: 90;
        width: calc(980px - 20px - 20px);
        max-width: 100%;
    }

    #gnav ul {
        position: static;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        background: none;
    }

    .nav_li {
        /* display: flex; */
        width: 100%;
        gap: 10px;
    }

    .gnav li {
        width: calc(100% / 5);
        margin: 0;
        padding: 0;

    }

    /*grid */

    .header {
        height: calc(70vh);
    }

    #home_logo {
        top: 40%;
    }

    .nav_li {
        font-size: 14px;
    }

    .clear {
        clear: both;
    }


    #access dt:first-child {
        margin-top: 10%;
    }

    #access dd:last-child {
        border: none;
        margin-bottom: 10%;
    }

    .sns {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    ul.sns a {
        font-size: 50px;
        padding: 10px;
        margin: 30px 50px 30px 50px;
    }

    .sns li {
        text-align: center;
    }

    .sns p {
        background-color: #4d941a;
    }
}


/*レスポンシブデザイン終了*/



/*メニューｐｃ*/
/* .container::after {
    content: "";
    display: block;
    width: 30%;
} */

/*メニュー配置変更*/
.menu-text {
    text-align: center;
}

.price {
    text-align: center;
}

.col {
    padding-bottom: 10px;
}

.pc-grid-col3 {
    border: 1px solid #783f04;
    background-color: #ffffff94;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0 20px 0 0;
}

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

    /*3カラムの列幅*/
    .pc-grid-col3 .col {
        /* width: 31.9148%; */
        width: calc((100% - 60px) / 3);
    }
}

.menu_info {
    border: 1px solid #783f04;
    background-color: #ffffff94;
    padding: 10px 10px 20px 10px;

}

/* slick カスタム
---------------------------------*/

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #d8c7a0;
}

/*お問い合わせフォーム*/
table,
tr,
td {
    border: 1px solid #783f04
}

.choice {
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    font-size: 110%;
}

a[target="_name"]::after {
    content: url();
}

table {
    border-collapse: collapse;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}


input[type="text"],
textarea {
    display: block;
    font-size: 16px;
    padding: 10px 10px;
    max-width: 980px;
    transition: 0.8s;
    border-radius: 5px;
    background-color: #ffffff;
}

input[type="email"],
textarea {
    display: block;
    font-size: 16px;
    padding: 10px 10px;
    max-width: 980px;
    transition: 0.8s;
    border-radius: 5px;
    background-color: #ffffff;
}

input[type="tel"],
textarea {
    display: block;
    font-size: 16px;
    padding: 10px 10px;
    max-width: 980px;
    transition: 0.8s;
    border-radius: 5px;
    background-color: #ffffff;
}

input[type="text"]:focus,
textarea:focus {
    background: #ccc;
}

input[type="email"]:focus,
textarea:focus {
    background: #ccc;
}

input[type="tel"]:focus,
textarea:focus {
    background-color: #ccc;
}

textarea[name="content"] {
    display: inline-block;
    width: 100%;
    height: 200px;
}


::-webkit-input-placeholder {
    color: #a5a5a5;
    opacity: 1;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.form-table {
    max-width: 100%;
    margin: 0 auto;
}

.form-table th {
    background: #ccc;
    padding-left: 50px;
    position: relative;
    text-align: left;
    max-width: 980px;
}

.form-table th,
.form-table td {
    display: block;
    max-width: 100%;
    border-bottom: none;
}

.form-table td {
    background-color: #ffffff94;
}

textarea[name="textarea"] {
    width: 95%;
    background-color: #ffffff;
}

#entryForm {
    margin: auto;
    padding-bottom: 20px;
}

small {
    margin: 0 auto;
}

input[type="reset"] {
    background-color: #b5bbc5;
}

input[type="submit"] {
    background-color: #3860ff;
}

input[type="textarea"]:focus,
textarea:focus {
    background: #ccc;
}



/*プライバシーポリシー*/
.privacy li {
    list-style-type: disc;
}

.privacy {
    border: 1px solid #783f04;
    padding: 10px;
    background-color: #ffffff94
}


/*プライバシーポリシー*/

/*お問い合わせフォーム*/

.myslider {
    padding: 0;
}