@charset "UTF-8";

/* ----------------------------------
    reset
----------------------------------- */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
    all: unset;
    display: revert;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

body,
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

body {
    color: #000000;
    background-color: #ffffff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 2.3rem;
    font-size: 16px;
}

ol,
ul {
    list-style: none;
}

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

table {
    border-collapse: collapse;
}

a {
    cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=esubmit],
button,
select,
textarea {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

/* ----------------------------------
    共通パーツ
----------------------------------- */

.main-width {
    max-width: 1200px;
    width: 100%;
    margin: 100px auto 100px auto;
    padding: 0 30px;
}

.section_title {
    font-family: "Cormorant Garamond", serif;
    font-size: 4.5rem;
    margin-bottom: 30px;
}

h3 {
    font-size: 3rem;
    margin-bottom: 3rem;
}

p {
    line-height: 3rem;
}

/* ----------------------------------
    header
----------------------------------- */

header {
    width: 100%;
    height: 76px;
}

header #hd_logo {
    width: 136px;
    margin: 30px 40px;
}




/* ----------------------------------
    key_visual
----------------------------------- */

.event_image {
    max-width: 1400px;
    margin: 0 auto;
}

.event_image img {
    width: 100%;
    height: calc(50vh);
    object-fit: cover;
}

/* ----------------------------------
    contents
----------------------------------- */

.contents-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    height: 100%;
}

.contents-box:last-child {
    margin-bottom: 0px;
}


.contents-box .img-box {
    width: 50%;
}

.contents-box .text-box {
    width: 50%;
    margin-left: 80px;
}

.text-box {
    position: relative;
}

.btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #000;
    padding: 10px 25px;
}

/*-------------------------------------------
swiper
-------------------------------------------*/

.swiper {
    width: 100%;
    margin-bottom: 60px;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-wrapper .swiper-slide {
    padding: 0 5px;
}





/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
    background-color: #000000;
    color: #ffffff;
    font-size: 0.88rem;
    padding: 55px 0;
    text-align: center;
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .contents-box {
        display: flex;
        flex-direction: column;
    }

    .contents-box .img-box {
        width: 100%;
        text-align: center;
    }

    .contents-box .text-box h3 {
        font-size: 28px;
        margin: 20px 0;
    }

    .contents-box .text-box {
        width: 100%;
        margin-left: 0px;
    }

    .main-width {
        margin: 60px auto 60px auto;
    }

    .btn {
        display: inline-block;
        position: absolute;
        width: 200px;
        text-align: center;
        bottom: -20%;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid #000;
        padding: 10px 25px;
    }



}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;

    list-style: none;
    color: inherit;
}

html {
    font-size: 62.5%;
    /* 1rem = 10 px */
}


/*********************************

Title

*********************************/


.title-large {
    font-family: "Noto Serif JP", "游明朝", serif;
    color: #000;
    font-size: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 4.2rem;
    position: relative;
}

.title-large h2 {
    font-weight: 400;
}

.title-large::before {
    content: "";
    background: url(../img/wagara01.png) no-repeat center center / contain;
    display: block;
    width: 5rem;
    height: 5rem;
}



/*********************************

header

*********************************/

.header {
    width: 100%;
    height: 8rem;
    background-color: #8D7050;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 102;
}

.logo {
    font-family: "Noto Serif JP", serif;
    background-color: #574532;
    font-size: 2.3rem;
    padding: 0 2.4rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.navigation-lists {
    font-size: 1.7rem;
    height: 8rem;
    color: #fff;
    display: flex;
}

.navigation-list {
    font-family: "Noto Serif JP", serif;
    display: flex;
    align-items: center;
    margin-right: 2.4rem;
}

.navigation-list a {
    display: block;
    cursor: pointer;
}

.navigation-list:last-child {
    background-color: #864130;
    display: flex;
    justify-content: center;
    margin-right: 0;
    padding: 2.4rem;
}

.hamburger-menu {
    display: none;
}

/*********************************

sp-Navigation

*********************************/

.sp-navigations {
    display: none;
}








/*********************************

Responsive 1024px以下のレイアウト

*********************************/


@media screen and (max-width:1024px) {


    /*********************************

Header

*********************************/


    .hamburger-menu {
        display: block;
        font-size: 5rem;
        color: #fff;
        position: absolute;
        top: 25px;
        right: 30px;
        z-index: 101;
        background-color: #8D7050;
    }

    .navigation {
        display: none;
    }


    .sp-navigations.show {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        font-size: 2.5rem;
        background-color: #8D7050;
        color: #fff;
        z-index: 100;
    }

    .sp-navigations.show .sp-navigation-lists {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .sp-navigations.show .sp-navigation-lists .navigation-list {
        margin-bottom: 6rem;
    }

    .sp-navigations.show .navigation-list:last-child {
        background-color: #8D7050;
        padding: 0;
    }


}