/* -------
基本設定
------- */

html {
    /* font-family: 'Noto Serif JP', serif; */
    font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "kepler-std", serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


p {
    font-size: 14px;
    line-height: 22px;
}

h1 {
    font-size: 18px;
    font-family: "kepler-std", serif;
    font-style: normal;
}


h2 {
    font-size: 16px;
    font-style: normal;
    text-align: center;
    margin-bottom: 30px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.caption {
    font-size: 12px;
}



a:hover {
    background: #212121;
    color: #fdfdfd;
    padding: 2px;
    transition: 0.2s;
}

.gd {
    background-image: url(../img/gd.jpg);
    background-repeat: repeat;
}

.btn {
    padding: 10px 40px;
    box-shadow: 1px 2px 3px 0 #e1e0e0;
    z-index: 1;
    position: relative;
    border: 0.7px solid #040404;
    width: 200px;
}

.btn:hover {
    box-shadow: 2px 4px 9px 0 #a5a5a5;
    background-color: #b2aa93;
    color: #fff;
    border: 0.7px solid #a99a88;
}


/* ドロワーメニュー */
header nav {
    margin: 0 0 0 auto;
}

.global-nav-pc {
    display: none;
}

/* 
.drawer-hamburger {
    width: 25px;
    padding: 10px 0.75rem 19px;
} */

.drawer--right.drawer-open .drawer-hamburger {
    right: 250px;
    z-index: 5;
}


.drawer-hamburger-icon,
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
    background-color: #040404;
    z-index: 4;
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
    z-index: 4;
}

.drawer-open .drawer-hamburger-icon::after,
.drawer-open .drawer-hamburger-icon::before {
    background-color: #ffffff;
    z-index: 4;
}

.drawer-overlay {
    background-color: rgba(0, 0, 0, .6);
}

/* ドロワーの幅 */
.drawer-nav {
    width: 250px;
    z-index: 4;
}

.drawer--right.drawer-open.drawer-hamburger {
    right: 12.25rem;
    z-index: 4;
}

.drawer-menu li {
    border-bottom: 1px solid #F0EFEE;
    z-index: 4;
}

.drawer-menu li a {
    z-index: 4;
    position: relative;
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #3D3D3D;
}

.drawer-menu li a::after {
    z-index: 4;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 10px;
    width: 10px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: translateY(-50%) rotate(45deg);
}

.tab-menu {
    display: none;
}

/* ヘッダー */
header {
    height: 30%;
}

.header-container {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.header-img {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    /* margin: 30% auto; */
    width: 22%;
    min-width: 113px;
    transform: translate(-50%, -50%);
}

.slider {
    margin: 0 auto;
    width: 100%;
}

.slider img {
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
}

/*---------- 矢印 ----------*/
.slider .slick-next {
    right: 0 !important;
}

.slider .slick-prev {
    left: 0 !important;
}

.slider .slick-arrow {
    display: none !important;
}

.slick-dots {
    bottom: 10px !important;
}

.slick-dots li button:before {
    color: #000000;
}

.slick-dots li.slick-active button:before {
    color: #ffffff;
}




.tab-only {
    display: none;
}


/* トップ */
.top-container {
    margin: 40px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;

}



/* ニュース */
.news {
    padding: 60px 40px;
}

.news a {
    text-decoration: underline;
    padding: 2px;
}

.news ul {
    font-size: 14px;
}

.news li {
    margin-bottom: 30px;
    text-align: justify;
}

.news-contents {
    margin-bottom: 30px;
}

.news-title {
    background: #fdfdfd;
    padding: 10px 20px;
    margin-bottom: .3rem;
    display: block;
    width: fit-content;
}

.news-contents img {
    max-width: 100%;
    text-align: center;
    margin-top: 10px;
}


/* アバウト */
.about {
    padding: 60px 40px;
}

.about-message {
    text-align: center;
}

.about-container {
    margin: 30px auto;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.merchandise-image {
    max-width: 400px;
    object-fit: cover;

    img {
     max-width: 100%;
    }
}

.merchandise-text {
    font-size: 12px;
    text-align: left;
}



/* アクセス */
.access {
    padding: 60px 40px;
}

.address {
    padding: 0 20px;
    margin-bottom: 30px;
}

.address p {
    text-align: left;
    margin-bottom: 7px;
}

.address h1 {
    margin-bottom: 7px;
}

address {
    font-size: 14px;
    margin-bottom: 7px;
}

.train {
    margin-bottom: 30px;
}

.car {
    margin-bottom: 30px;
}

.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
}

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



/* 営業日 */
.calendar {
    padding: 60px 40px;
    text-align: center;
}

.google-calendar {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 110%;
    margin: 50px auto 0;
}

.google-calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* お問合せ */
.contact {
    padding: 60px 40px 0;
    text-align: center;
}

.button {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}


/* フッター */
.footer-nav {
    padding: 60px 60px;
    text-align: center;
}

.sns img {
    width: 25px;
    margin-bottom: 60px;
}

.footer-nav li {
    margin-bottom: 15px;
}


.footer-charm {
    /* padding: 60px 30px 0; */
    /* text-align: center; */
    z-index: 1;
    height: 350px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-charm-logo {
    width: 113px;
    z-index: 2;

}

.charm {
    z-index: 3;
    width: 100%;
    max-width: 600px;
    position: absolute;
    bottom: 0;
    right: 0;
}


.rights {
    font-size: 12px;
    color: #787777;
    text-align: center;
}





/*  トップへ戻るボタン*/
.page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #cab79b;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #3E3E3E;
    text-align: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 3;
}

.page-top::after {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    left: 50%;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(-45deg);
    transition: 0.2s;
    z-index: 3;
}

.page-top:hover {
    opacity: 0.8;
    text-decoration: none;
    z-index: 3;
}





/* スクロールフェードイン */
.effect-fade {
    opacity: 0;
    transform: translate(0, 200px);
    /* フェードインで動く高さを指定 */
    transition: all 1500ms;
    /* フェードインにかかる時間を指定 */
}

.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
















/* 画像用 */

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

    .footer-charm {
        height: 450px;
    }

}





/* タブレット */

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

    p {
        font-size: 16px;
        line-height: 24px;
    }

    h1 {
        font-size: 20px;
    }


    h2 {
        font-size: 18px;
        margin-bottom: 60px;
    }

    h3 {
        margin-bottom: 60px;
        font-size: 20px;
    }

    .btn {
        font-size: 18px;
        padding: 15px 40px;
        box-shadow: 1px 2px 3px 0 #e1e0e0;
        margin-bottom: 60px;
        position: relative;
        border: 1px solid #040404;
    }

    .btn::after {
        height: 10px;
        width: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .gd {
        background-repeat: repeat;
    }

    .caption {
        font-size: 14px;
    }

    .slider img {
        height: 100%;
        object-position: 50% 50%;
    }

    .header-img {
        width: 15%;
        min-width: 113px;
    }


    /* ニュース */
    .news {
        padding: 5%;
    }

    .news ul {
        font-size: 16px;
    }

    .news-contents {
        display: flex;
        justify-content: space-between;
        gap: 50px;
    }

    .news-contents img {
        max-width: 300px;
    }



    /* アバウト */
    .about {
        margin: 120px 60px;
    }

    .about-container {
        min-width: 500px;
        max-width: 70%;
        margin: 60px auto;
    }

    .merchandise-text {
        font-size: 14px;
    }


    /* アクセス */
    .access {
        padding: 120px;
    }

    address {
        font-size: 18px;
    }

    .address {
        padding: 0 60px;
    }


    /* 営業日 */
    .calendar {
        margin: 120px 60px;
    }

    .google-calendar {
        padding-top: 50%;
        width: 60%;
    }

    /* お問合せ */
    .contact {
        padding: 120px 0 0;
    }

    .button {
        margin-top: 60px;
    }


    /* フッター */
    .footer-nav {
        margin: 0 0 120px;
    }

    .footer-nav ul {
        display: flex;
        justify-content: center;
        gap: 40px;
    }

    .footer-nav li p {
        font-size: 18px;
    }

    .footer-charm {
        height: 480px;
    }

    .footer-charm-logo {
        width: 200px;
    }

    .rights {
        font-size: 14px;
        /* margin: 60px auto 0; */
    }

}










/* pc */

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

    .pc-no {
        display: none;
    }

    .tab-menu {
        display: block;
        margin-bottom: 100px;
    }

    .tab-menu ul {
        display: flex;
        justify-content: center;
        gap: 70px;
    }

    .tab-menu li {
        text-align: center;
    }

    .tab-menu li:hover {
        color: rgb(179, 167, 131);
    }

    p {
        font-size: 18px;
        line-height: 32px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 60px;
    }

    h3 {
        font-size: 24px;
        margin-bottom: 60px;
    }

    .slider {
        height: 100%;
    }

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

    .caption {
        display: block;
        font-size: 16px;
        width: fit-content;
        margin-inline:auto;
    }

    .gd {
        padding: 120px 25%;
    }

    .drawer-toggle {
        display: none;
    }

    .news li {
        font-size: 18px;
        margin-bottom: 50px;
    }

    .top-container {
        margin: 100px auto;
    }



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

    address {
        font-size: 18px;
    }

    .address {
        padding-left: 27%;
        margin-bottom: 60px;
    }

    .train {
        margin-bottom: 60px;
    }

    .car {
        margin-bottom: 60px;
    }

    .about .calendar {
        margin: 120px 20%;
    }

    .btn-pc {
        margin-left: 30px;
    }

    .google-calendar {
        max-width: 70%;
    }

    .footer-nav li p {
        font-size: 20px;
    }

    .rights {
        font-size: 16px;
    }

}