@charset "utf-8";

/* cssリセット */

/*利用するタグによってこちらの内容は増やす*/

html,
body,
h1,
h2,
h3,
p,
dl,
dt,
dd,
ul,
li {
    margin: 0;
    padding: 0;
    line-height: 1;
    /*デフォルトの文字色、font-familyを予め当てておく*/
    color: #4f260b;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
        "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
}

html {
    scroll-behavior: smooth;
}

a {
    /*下線を消す*/
    text-decoration: none;
    /*色を消す*/
    color: inherit;
    transition: 0.3s;
}

a:hover {
    opacity: 0.5;
}

ul {
    /*左の「・」を消す*/
    list-style: none;
}

img {
    width: 100%;
    vertical-align: bottom;
    border: none;
}

/* リセットcssでbody内の背景色を指定 */
body {
    background-color: #e8d9bf;
}

footer {
    background-color: white;
}

section h2 {
    text-align: center;
}

/* リセットcssここまで */

.header_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 7% 0 3%;
}

.header_logo {
    width: 226px;
}

.pc_nav ul {
    display: flex;
}

.pc_nav ul li {
    width: 105px;
    margin-left: 55px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
        "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.pagetop {
    position: fixed;
}

.sp_btn,
.sp_nav {
    display: none;
}

/* スライダー調整 */
.slick-dots {
    bottom: 20px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: #fff;
    font-size: 14px;
}
.slick-dotted .slick-slider {
    margin-bottom: 0;
}

/* gallery右矢印調整 */
.slick-next {
    right: 333px;
}
.slick-next:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
}
/* gallery左矢印調整 */
.slick-prev {
    left: 333px;
    z-index: 1;
}
.slick-prev:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(-45deg);
}

/* lightbox */
.lb-data .lb-number {
    display: none !important;
}

/* キャッチコピー */
.lead {
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.lead_medium {
    font-size: 30px;
    line-height: 3.8;
    padding-top: 60px;
    padding-bottom: 10px;
}
.lead_large {
    font-size: 82px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding-bottom: 35px;
}

.lead_small {
    font-size: 23px;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.sp_only {
    display: none;
}

/* ABOUT US */
.about_us {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 93px;
}
.about_img {
    width: 50%;
}

.about_img img {
    border-bottom-right-radius: 80px;
}
.about_us .text {
    width: 50%;
}
.about_us h2 img {
    padding-top: 56px;
    padding-left: 16%;
    width: 55%;
}
.large_2 {
    font-size: 44px;
    line-height: 1.3;
    padding-left: 16%;
    padding-top: 48px;
    padding-bottom: 25px;
}
.small_2 {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 16%;
}
.sp_only_img {
    display: none;
}

/* MENU */
.menu {
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 108px;
}
.menu h2 img {
    padding-bottom: 39px;
    width: 16%;
}
.menu ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
}
.menu ul li {
    width: 30%;
}
.menu ul li img {
    border-top-right-radius: 40px;
    max-width: 100%;
}
.menu ul li h3 {
    color: #d30202;
    font-size: 38px;
    margin-top: -12px;
    padding-left: 12px;
    padding-bottom: 20px;
    font-weight: normal;
}
.menu ul li p {
    font-size: 17px;
    line-height: 1.4;
}

/* GALLERY */
.gallery {
    margin: 0 auto;
}
.gallery ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
.gallery h2 img {
    padding-bottom: 15px;
    padding-top: 94px;
    width: 16%;
}

/* EVENT */
.event {
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}
.event h2 img {
    padding-top: 60px;
    padding-bottom: 30px;
    width: 18%;
}
.event_block {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    border: solid 3.6843px #4f260b;
    padding-top: 27px;
    padding-bottom: 27px;
}
.event ul li {
    font-size: 23px;
    line-height: 1.9;
    text-align: left;
}
.event time {
    margin-right: 47px;
}
.event_sp_only {
    display: none;
}

/* ACCESS */
.access_map {
    text-align: center;
}
.access_map h2 img {
    padding-top: 37px;
    padding-bottom: 37px;
    width: 14%;
}
.access_map iframe {
    display: block;
    width: 100%;
    height: 470px;
}

/* PAGETOP */
.pagetop {
    bottom: 40px;
    position: fixed;
    right: 40px;
    width: 125px;
}

/* FOOTER */
.footer {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    padding: 83px 10px 73px 10px;
}
.footer_logo {
    width: 22.6%;
    margin-right: 60px;
}
.footer ul {
    font-size: 20px;
    line-height: 1.9;
}
.footer ul li {
    padding-bottom: 14px;
    color: black;
}
.footer ul li:last-child {
    padding-bottom: 0;
}

.copyright {
    font-size: 16px;
    line-height: 2.1;
    padding-bottom: 75px;
    text-align: center;
    color: black;
}

@media screen and (max-width: 1100px) {
    .pc_nav {
        display: none;
    }
    .lead_large {
        font-size: 68px;
    }
    .lead_small {
        font-size: 20px;
    }
    .large_2 {
        font-size: 39px;
    }

    /* ハンバーガーメニュー */
    .sp_btn {
        position: absolute;
        top: 20px;
        right: 25px;
        display: block;
        height: 23px;
        cursor: pointer;
        z-index: 2;
    }
    .sp_btn span {
        top: 10px;
        position: relative;
        display: block;
        width: 33px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        transition: 0.3s;
    }
    .sp_btn span::before,
    .sp_btn span::after {
        position: absolute;
        content: "";
        display: block;
        width: 33px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        transition: 0.3s;
    }
    .sp_btn span::before {
        bottom: 10px;
    }
    .sp_btn span::after {
        top: 10px;
    }

    /* ハンバーガー閉じる */
    .sp_btn.open span {
        background: transparent;
    }
    .sp_btn.open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    .sp_btn.open span::after {
        top: 0;
        transform: rotate(135deg);
    }

    /* ハンバーガーメニュー */
    .sp_nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1;
    }
    .sp_nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .sp_nav ul li {
        padding: 20px;
        color: #fff;
        font-size: 18px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
            "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .header_logo {
        width: 187px;
    }
    .lead {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .lead_medium {
        font-size: 17px;
        line-height: 4;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .lead_large {
        font-size: 38px;
        letter-spacing: 0.02em;
        line-height: 1.1;
        padding-bottom: 10px;
    }
    .lead_small {
        font-size: 16px;
        letter-spacing: 0.1em;
        line-height: 1.8;
    }
    .about_us {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        margin: 0 auto;
        width: 100%;
    }
    .about_img {
        display: none;
    }
    .about_us .text {
        width: 100%;
        text-align: center;
    }
    .about_us h2 img {
        padding-top: 50px;
        padding-bottom: 15px;
        padding-left: 0%;
        width: 42%;
    }
    .large_2 {
        font-size: 36px;
        line-height: 1.25;
        padding-left: 5.3%;
        padding-right: 5.3%;
        padding-top: 36px;
        padding-bottom: 20px;
        text-align: left;
    }
    .small_2 {
        font-size: 16px;
        line-height: 1.75;
        padding-left: 5.3%;
        padding-right: 5.3%;
    }
    .sp_only {
        display: block;
    }
    .sp_only_img {
        display: block;
    }
    .menu {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 56px;
    }
    .menu h2 img {
        padding-bottom: 23px;
        width: 23%;
    }
    .menu ul {
        display: block;
        padding-left: 9.8%;
        padding-right: 9.8%;
    }
    .menu ul li {
        width: 100%;
    }
    .menu ul li img {
        border-top-right-radius: 40px;
        max-width: 100%;
    }
    .menu ul li h3 {
        color: #d30202;
        font-size: 40px;
        margin-top: -12px;
        padding-left: 12px;
        padding-bottom: 20px;
        font-weight: normal;
    }
    .menu ul li {
        font-size: 17px;
        line-height: 1.6;
        padding-bottom: 56px;
    }
    .menu ul li:last-child {
        padding-bottom: 0px;
    }
    /* .gallery ul {
        display: block;
    } */
    .gallery h2 img {
        padding-bottom: 20px;
        padding-top: 90px;
        width: 37%;
    }
    /* .pc_only {
        display: none;
    } */
    .event {
        padding-left: 5.3%;
        padding-right: 5.3%;
        padding-bottom: 0px;
    }
    .event h2 img {
        padding-top: 32px;
        padding-bottom: 21px;
        width: 30%;
    }
    .event_block {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        padding: 20px 25px;
    }
    .event ul li {
        font-size: 17px;
        line-height: 1;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .event ul li + li {
        margin-top: 24px;
    }
    .event time {
        margin-right: 47px;
        margin-bottom: 4px;
        display: block;
    }
    .event_sp_only {
        display: block;
    }
    .access_map h2 img {
        padding-top: 33px;
        padding-bottom: 11px;
        width: 33%;
    }
    .access_map iframe {
        width: 100%;
        height: 190px;
    }
    .pagetop {
        bottom: 20px;
        position: fixed;
        right: 20px;
        width: 100px;
    }
    .footer {
        display: block;
        padding: 48px 0px 45px 21px;
    }
    .footer_logo {
        width: 60%;
        padding-bottom: 35px;
    }
    .footer ul {
        font-size: 18px;
        line-height: 1.7;
    }
    .footer ul li {
        padding-bottom: 14px;
    }
    .footer ul li:last-child {
        padding-bottom: 0;
    }
    .copyright {
        padding-bottom: 33px;
    }

    /* gallery右矢印調整 */
    .slick-next {
        right: 40px;
    }
    .slick-next:before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        transform: rotate(45deg);
    }
    /* gallery左矢印調整 */
    .slick-prev {
        left: 40px;
        z-index: 1;
    }
    .slick-prev:before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        border-top: 4px solid #fff;
        border-left: 4px solid #fff;
        transform: rotate(-45deg);
    }
}
