@charset "utf-8";
@import "anime.css";

/*
------------
event_post.css
------------
*/

/* title_area */
#title_area::before {
    background-image: url(../../images/content/event/titleBg.webp);
}
@media only screen and (max-width: 768px) {
    #title_area::before {
        background-image: url(../../images/content/event/titleBgSP.webp);
    }
    .lower_page #title_area .inner h2 {
        font-size: 2.4rem;
        letter-spacing: 0.05em;
    }
}
/* post_area */
#post_area {
    margin: 80px 0 0 0;
}
#post_area .inner {
    width: calc(100vw * 1100 / 1400);
    max-width: 1100px;
    margin: 0 auto;
}
#post_area .inner .head_element span.category {
    display: inline-block;
    background: rgba(132, 115, 68, 0.10);
    color: var(--accent_color);
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 9px 10px;
    border-radius: 6px;
    margin: 0 0 0 40px;
}
#post_area .inner .head_element h3 {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.075em;
    line-height: 1.4;
    margin: 20px 0 0 0;
    padding: 0 40px;
}
#post_area .inner .head_element dl {
    margin: 30px 0 0 0;
    padding: 30px 40px;
    border-top: 1px solid rgba(132, 115, 68, 0.30);
    border-bottom: 1px solid rgba(132, 115, 68, 0.30);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 0;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
#post_area .inner .head_element dl dt {
     width: 6em;
     color: var(--accent_color);
}
#post_area .inner .head_element dl dd {
    width: calc(100% - 6em);
}
#post_area .inner .body_element {
    margin: 85px 0 0 0;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 0 40px;
}
#post_area .inner .body_element .image_area ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 65px;
}
#post_area .inner .body_element .image_area ul li {
    width: calc(100% / 2 - (65px / 2));
}
#post_area .inner .body_element .image_area ul li a {
    display: block;
    width: 100%;
    transition: all .3s ease;
}
#post_area .inner .body_element .image_area ul li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
#post_area .inner .body_element .image_area ul li a:hover {
    opacity: .6;
}
#post_area .inner .body_element .txt_area {
    margin: 45px 0 0 0;
}
#post_area .inner .body_element .txt_area .tit {
    font-size: 2rem;
}
#post_area .inner .body_element .txt_area .tit .ql-size-huge {
    font-size: 4rem;
}
#post_area .inner .body_element .txt_area .tit .ql-size-large {
    font-size: 3rem;
}
#post_area .inner .body_element .txt_area .tit .ql-size-small {
    font-size: 1.6rem;
}
#post_area .inner .body_element .txt_area .body {
    margin: 25px 0 0 0;
    font-size: 1.6rem;
}
#post_area .inner .body_element .txt_area .body .ql-size-huge {
    font-size: 4rem;
}
#post_area .inner .body_element .txt_area .body .ql-size-large {
    font-size: 3rem;
}
#post_area .inner .body_element .txt_area .body .ql-size-small {
    font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
    #post_area {
        margin: 65px 0 0 0;
    }
    #post_area .inner {
        width: 85vw;
        max-width: 85vw;
    }
    #post_area .inner .head_element span.category {
        margin: 0;
    }
    #post_area .inner .head_element h3 {
        font-size: 2rem;
        margin: 15px 0 0 0;
        padding: 0;
    }
    #post_area .inner .head_element dl {
        margin: 25px 0 0 0;
        padding: 25px 0;
        gap: 10px 0;
    }
    #post_area .inner .head_element dl dt {
        width: 5em;
    }
    #post_area .inner .head_element dl dd {
        width: calc(100% - 5em);
    }
    #post_area .inner .body_element {
        margin: 65px 0 0 0;
        padding: 0;
    }
    #post_area .inner .body_element .image_area ul {
        display: block;
    }
    #post_area .inner .body_element .image_area ul li {
        width: 100%;
    }
    #post_area .inner .body_element .image_area ul li:not(:first-child) {
        margin: 10px 0 0 0;
    }
    #post_area .inner .body_element .image_area ul li a:hover {
        opacity: 1;
    }
    #post_area .inner .body_element .txt_area {
        margin: 30px 0 0 0;
    }
}
/* detail_area */
#detail_area {
    margin: 125px 0 0 0;
    background-color: var(--main_bg_color);
    padding: 125px 0;
}
#detail_area .inner {
    width: calc(100vw * 1100 / 1400);
    max-width: 1100px;
    margin: 0 auto;
}
#detail_area .inner dl {
    margin: 65px 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 0;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
#detail_area .inner dl dt {
     width: 11em;
     color: var(--accent_color);
     border-bottom: 1px solid rgba(132, 115, 68, 0.30);
     padding: 0 0 15px 20px;
}
#detail_area .inner dl dd {
    width: calc(100% - 11em);
    border-bottom: 1px solid rgba(132, 115, 68, 0.30);
    padding: 0 0 15px 10px;
}
@media only screen and (max-width: 768px) {
    #detail_area {
        margin: 65px 0 0 0;
        padding: 65px 0;
    }
    #detail_area .inner {
        width: 85vw;
        max-width: 85vw;
    }
    #detail_area .inner dl {
        margin: 20px 0 0 0;
        display: block;
    }
    #detail_area .inner dl dt {
        width: 100%;
        border-bottom: none;
        padding: 0;
        padding: 15px 0 0 0;
    }
    #detail_area .inner dl dd {
        width: 100%;
        padding: 0 0 15px 0;
        margin: 5px 0 0 0;
    }
}
/* access_area */
#access_area {
    margin: 125px 0 0 0;
}
#access_area .inner {
    width: calc(100vw * 1100 / 1400);
    max-width: 1100px;
    margin: 0 auto;
}
#access_area .inner #map_element {
    margin: 65px 0 0 0;
    width: 100%;
    height: 610px;
    overflow: hidden;
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
}
@media only screen and (max-width: 768px) {
    #access_area {
        margin: 65px 0 0 0;
    }
    #access_area .inner {
        width: 85vw;
        max-width: 85vw;
    }
    #access_area .inner #map_element {
        margin: 45px 0 0 0;
        height: 85vw;
        border-radius: clamp(10px, calc(100vw * 16 / 375), 16px);
    }
}
/*　entry_btn　*/
.entry_btn {
    margin: 45px 0 0 0;
}
.entry_btn p a {
    border-radius: 14px;
    font-size: 1.8rem;
    padding: 30px 100px;
    text-align: center;
}
.entry_btn p a:hover {
    padding: 30px 110px 30px 100px;
}
#post_area .entry_btn {
    padding: 0 40px;
}
@media only screen and (max-width: 768px) {
    .entry_btn p a {
        display: block;
        width: 100%;
        border-radius: 300px;
        padding: 25px 0;
    }
    .entry_btn p a:hover {
        padding: 25px 0;
    }
    #post_area .entry_btn {
        padding: 0;
    }
}
/* event_back */
.event_back {
    width: calc(100vw * 1100 / 1400);
    max-width: 1100px;
    margin: 125px auto 0 auto;
}
@media only screen and (max-width: 768px) {
    .event_back {
        width: 85vw;
        max-width: 85vw;
        margin: 65px auto 0 auto;
    }
}
