/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,600;1,400&family=Noto+Sans+JP:wght@300;400;500;700&family=Shippori+Mincho:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');

/* 全体 */
html, body {
    margin: 0;
    padding: 0;
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;
    color: #44443c;
}

/* iframeのtitle */
.title-wrapper {
    height: auto !important;
}
.title-wrapper h2 {
    margin: 0 0 80px;
    font-size: 30px;
    color: #b7a46b;
    letter-spacing: .08em;
    font-family: "Aboreto";
    font-weight: 400;
    text-align: center;
    position: relative;
}
.title-wrapper h2::after {
    display: block;
    content: "";
    width: 1px;
    height: 40px;
    background: #b7a46b;
    position: absolute;
    left: 50%;
    top: calc(100% + 15px);
    z-index: 2;
}
.title-wrapper h2 small {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: .2em;
    color: #33424a;
    font-family: ryo-display-plusn, serif;
}
.title-wrapper h3 {
    margin: 0 0 60px;
    font-size: 22px;
    letter-spacing: .1em;
    line-height: 1.667;
    color: #586166;
    font-weight: 400;
    text-align: center;
    position: relative;
}
@media print, screen and (max-width: 1570px) {
    .title-wrapper h2 {
        margin-bottom: 5.096vw;
    }
    .title-wrapper h2::after {
        height: 2.548vw;
        top: calc(100% + .955vw);
    }
    .title-wrapper h2 small {
        margin-top: .637vw;
        font-size: .764vw;
    }
    .title-wrapper h3 {
        margin: 0 0 3.822vw;
        font-size: 1.401vw;
    }
}
@media print, screen and (max-width: 768px) {
    .title-wrapper h2 {
        margin-bottom: 18.182vw;
    }
    .title-wrapper h2::after {
        height: 9.091vw;
        top: calc(100% + 3.409vw);
    }
    .title-wrapper h2 small {
        margin-top: 2.273vw;
        font-size: 2.727vw;
    }
    .title-wrapper h3 {
        margin: 0 0 13.636vw;
        font-size: 5vw;
    }
}

/* スライダー部分 */
.pickup-fair-list-container .fair-thumb {
    position: relative;
}
.bridal-fair-list-pickup-date {
    width: 75px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 3px;
    background: rgb(249,249,247); /* for ie/edge */
    background: rgba(249,249,247,0.8);
    box-sizing: border-box;
}
.bridal-fair-list-pickup-date.Sat {
    color: #2a7fb9;
}
.bridal-fair-list-pickup-date.Sun,
.bridal-fair-list-pickup-date.holiday {
    color: #B55245;
}
.pickup-date-ym {
    color: #676767;
    font-size: 13px;
}
.pickup-date-d {
    font-size: 21px;
    border-bottom: 1px solid #676767;
    padding: 4px;
}
.pickup-date-w {
    font-size: 14px;
    padding: 3px;
}
.bridal-fair-list-pickup-date span {
    display: inline-block;
}
.swiper-button-next,
.swiper-button-prev {
    width: 14px;
    height: 24px;
    background-size: 14px 24px;
}
@media print, screen and (max-width: 768px) {
    .swiper-container {
        width: 100%;
        padding: 0;
    }
    .pickup-fair-list-container .fair-thumb {
        width: 250px;
        height: 250px;
    }
    .swiper-pagination {
        position: relative;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: calc(250px / 2);
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
        background-color: #fff;
        border-radius: 50%;
    }
    .swiper-button-next {
        background-image: url(../img/next_circle_arrow.png) !important;
        right: 8%;
    }
    .swiper-button-prev {
        background-image: url(../img/prev_circle_arrow.png) !important;
        left: 8%;
    }
}

/* [READ MORE]btn */
.readmore {
    display: block;
    width: 254px;
    height: 46.5px;
    margin: 20px auto 0;
    font-size: 14px;
    font-family: "Aboreto";
    color: #b7a46b;
    background: #fff;
    letter-spacing: .08em;
    line-height: 46.5px;
    text-align: center;
    border: 1px #b7a46b solid;
    border-radius: 23.25px;
    transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
}
@media print, screen and (max-width: 1570px) {
    .readmore {
        width: 16.178vw;
        height: 2.962vw;
        font-size: .892vw;
        line-height: 2.962vw;
        border-radius: 1.481vw;
    }
}
@media print, screen and (max-width: 768px) {
    .readmore {
        width: 81.818vw;
        height: 10.568vw;
        font-size: 3.182vw;
        line-height: 10.568vw;
        border-radius: 5.284vw;
    }
}


/* big_title */
.big_title {
    width: 1250px;
    position: absolute;
    top: 134px;
    left: calc(50% - 625px);
    z-index: 1;
}
.big_title svg {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
@media print, screen and (max-width: 1570px) {
    .big_title {
        width: 79.618vw;
        top: 8.535vw;
        left: calc(50% - 39.809vw);
    }
}
@media print, screen and (max-width: 768px) {
    .big_title {
        width: 100%;
        top: 46.545vw;
        left: 0;
    }
}
.pickup-fair-list-container .fair-thumb, .pickup-plan-list-container .plan-thumb, .pickup-new-list-container .new-thumb {
    width: 280px;
    height: 280px;
}
