@charset "UTF-8";

.contents__inner {
    max-width: 850px;
    margin: 0 auto;
    font-size: clamp(0.938rem, 0.863rem + 0.28vw, 1.031rem);
}

.event_detail {
    display: flex;
    margin-bottom: 25px;
}

.event_detail:last-of-type {
    margin-bottom: 0;
}

.event_detail dt {
    margin-top: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    line-height: 1.4;
    width: 120px;
    position: relative;
}

.event_detail dt i{
    color: #8b8b8b;
    font-style: normal;
    margin-right: 2px;
    font-size: 75%;
}

.event_detail dd {
    line-height: 1.4;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
}

.content-wrapper figure {
    max-width: 270px;
    margin: 0 auto;
}

.content-wrapper .overview {
    background-color:#f9fdf7;
    padding: 30px clamp(0.938rem, 0.475rem + 2.31vw, 1.875rem);
}

.text-center {
    text-align: center;
}

.text-underline {
    text-decoration: underline;
}

.margin-block {
    margin-block: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.emphasis {
    font-weight: bold;
    color: #558f26;
    font-size: 110%;
}

em {
    color:#f79785;
    font-size:clamp(1.5rem, 1.101rem + 1.48vw, 2rem);
    letter-spacing:0.15em;
    font-family: "Noto Serif JP", serif;
}

em span {
    letter-spacing: -10px;
}

.label {
  display: inline-block;
}

.label--2 {
  letter-spacing: 2em;
}

.label--3 {
  letter-spacing: 0.5em;
}

h3 {
    margin-bottom: 0.8em;
}

@media only screen and (min-width: 970px) {
    h3 {
        margin-left: -13.2px;
    }    
}


@media only screen and (max-width: 969.9px) {
    em span {
        letter-spacing: -35px;
    }
}


@media only screen and (min-width: 641px) {
     .content-wrapper figure {
        padding-top: 30px;
     }
}

@media only screen and (max-width: 640.9px) {
    .content-wrapper  {
        flex-direction: column-reverse;
    }

    .content-wrapper figure {
        margin-bottom: 20px;
    }
}