@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');



/*  ----------------------------------------------------------

index

----------------------------------------------------------  */
/* kv */
.top-kv {
    position: relative;
}

.top-kv::after {
    content: "";
    background: url(./bg-texture1.jpg) center top;
    background-size: 140rem auto;
    width: 94rem;
    height: 68rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.top-kv-wrap {
    padding-left: 15rem;
    padding-right: 5rem;
    position: relative;
}

.top-kv-slider > * {
    height: 72rem;
}

.top-kv-slider > *:nth-of-type(1) {
    background: url(./top-kv1.jpg) no-repeat center / cover;
}

.top-kv-slider > *:nth-of-type(2) {
    background: url(./top-kv2.jpg) no-repeat center / cover;
}

.top-kv-slider > *:nth-of-type(3) {
    background: url(./top-kv3.jpg) no-repeat center / cover;
}

.top-kv-copy {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 8rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    font-family: 'MonteCarlo', cursive;
    font-size: 10rem;
    z-index: 99;
}

.scroll {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.1em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: var(--sub);
    background: url(./arrow.png) no-repeat left center;
    background-size: 0.5rem auto;
    padding: 4rem 0 4rem 1rem;
    position: absolute;
    left: 7rem;
    bottom: -6rem;
}

@media screen and (max-width: 767px) {
    .top-kv {
        position: relative;
    }

    .top-kv::after {
        background: none;
        width: 0;
        height: 0;
    }

    .top-kv-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .top-kv-slider > * {
        height: 44rem;
    }

    .top-kv-copy {
        line-height: 1;
        position: absolute;
        top: 4rem;
        left: 4rem;
        transform: none;
        -webkit-transform: none;
        font-family: 'MonteCarlo', cursive;
        font-size: 5.6rem;
        z-index: 99;
    }
}

/* about */
.top-about {
    margin: 16rem 0 12rem 0;
    padding: 0 15rem;
    position: relative;
}

.top-about::after {
    content: "";
    background: url(./bg-texture1.jpg) center top;
    background-size: 140rem auto;
    width: 47.5rem;
    height: 30rem;
    position: absolute;
    left: 10rem;
    top: 5rem;
    z-index: -1;
}

.top-about .ttl-wrap {
    display: flex;
    justify-content: flex-start;
    padding-left: 22rem;
}

.top-about .ttl-wrap h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.top-about-wrap {
    display: flex;
    justify-content: space-between;
}

.top-about-wrap > * {
    width: 45%;
}

.top-about-wrap > *:last-of-type {
    padding-top: 4rem;
}

.top-about p {
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .top-about {
        margin: 14rem 0 8rem 0;
        padding: 0 3rem;
    }

    .top-about::after {
        width: 80%;
        left: 20%;
    }

    .top-about .ttl-wrap {
        justify-content: center;
        padding-left: 0;
    }

    .top-about-wrap {
        display: block;
    }

    .top-about-wrap > * {
        width: 100%;
    }

    .top-about-wrap > *:last-of-type {
        padding-top: 2.5rem;
    }

    .top-about .more {
        margin: 0 auto;
    }
}

/* trimming */
.top-trimming {
    padding: 0 15rem 12rem 15rem;
    position: relative;
}

.top-trimming::after {
    content: "";
    background: url(./bg-texture1.jpg) center top;
    background-size: 140rem auto;
    width: 47.5rem;
    height: 30rem;
    position: absolute;
    right: 10rem;
    top: 5rem;
    z-index: -1;
}

.top-trimming .ttl-wrap {
    display: flex;
    justify-content: center;
    padding-left: 16rem;
}

.top-trimming-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.top-trimming-wrap > * {
    width: 45%;
}

.top-trimming-wrap > *:last-of-type {
    padding-top: 4rem;
}

.top-trimming p {
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .top-trimming {
        padding: 0 3rem 8rem 3rem;
    }

    .top-trimming::after {
        width: 80%;
        height: 30rem;
        right: 20%;
    }

    .top-trimming .ttl-wrap {
        padding-left: 0;
    }

    .top-trimming-wrap {
        display: block;
    }

    .top-trimming-wrap > * {
        width: 100%;
    }

    .top-trimming-wrap > *:last-of-type {
        padding-top: 2.5rem;
    }

    .top-trimming .more {
        margin: 0 auto;
    }
}

/* info */
.top-info {
    padding: 12rem 15rem;
    background: url(./bg-texture2.jpg) center top;
}

.top-info-wrap {
    display: flex;
    justify-content: space-between;
}

.top-info-wrap .fb {
    background: #ccc;
    width: 280px;
    height: 360px;
}

.top-info-wrap > *:last-of-type {
    width: calc(92% - 280px);
    padding-top: 3rem;
}

.top-info p {
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .top-info {
        padding: 8rem 3rem;
    }

    .top-info-wrap {
        display: block;
    }

    .top-info-wrap .fb {
        background: #ccc;
        width: 280px;
        height: 360px;
        margin: 0 auto 4rem auto;
    }

    .top-info-wrap > *:last-of-type {
        width: 100%;
        padding-top: 0;
    }

    .top-info .more {
        margin: 0 auto;
    }
}

/* event */
.top-event {
    padding: 12rem 0 10rem 0;
}

.top-event .ttl-wrap {
    display: flex;
    justify-content: flex-end;
    padding-right: 20rem;
}

.top-event h2 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.top-event h2 i {
    margin-right: 2rem;
}

.top-event ul {
    width: 93%;
    display: flex;
    margin-bottom: 4rem;
}

.top-event ul li {
    width: 25%;
}

.top-event-wrap {
    padding: 0 15rem;
    display: flex;
    justify-content: space-between;
}

.top-event-wrap p {
    width: 60%;
}

@media screen and (max-width: 767px) {
    .top-event {
        padding: 10rem 0 8rem 0;
    }

    .top-event .ttl-wrap {
        justify-content: center;
        padding-right: 0;
    }

    .top-event ul {
        width: 100%;
    }

    .top-event-wrap {
        padding: 0 3rem;
        display: block;
    }

    .top-event-wrap p {
        width: 100%;
        margin-bottom: 3rem;
    }

    .top-event .more {
        margin: 0 auto;
    }
}

/* faq */
.top-faq {
    width: calc(100% - 30rem);
    margin: 10rem auto 12rem auto;
}

.top-faq a {
    display: block;
    background: url(./top-bg1.jpg) no-repeat center / cover;
    border: solid 2px var(--sub);
    position: relative;
    padding: 6rem 0 1rem 0;
}

.top-faq h2 {
    line-height: 1;
    margin-bottom: 4rem;
    font-weight: normal;
    font-size: 1.4rem;
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
    text-align: center;
}

.top-faq h2 i {
    display: block;
    font-family: 'Allura', cursive;
    font-size: 7.2rem;
    font-style: normal;
}

.top-faq h2 i::first-letter {
    color: var(--prime);
}

.top-faq a > div {
    display: flex;
    align-items: center;
    color: var(--sub);
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.1em;
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
}

.top-faq a > div i {
    margin-left: 1.5rem;
}

.top-faq img {
    display: block;
    width: 20rem;
    position: absolute;
    left: 1.5rem;
    bottom: -1.2rem;
}

@media screen and (max-width: 767px) {
    .top-faq {
        width: calc(100% - 6rem);
        margin: 8rem auto;
    }

    .top-faq a {
        padding: 6rem 0 3rem 0;
    }

    .top-faq h2 i {
        font-size: 6.4rem;
    }

    .top-faq h2 i::first-letter {
        color: var(--prime);
    }

    .top-faq img {
        width: 8rem;
        bottom: -0.6rem;
    }
}

/* news */
.top-news {
    padding: 12rem 15rem;
    background: url(./bg-texture2.jpg) center top;
    background-size: 140rem auto;
    margin-bottom: 12rem;
}

.top-news .more {
    margin: 0 auto;
}

.top-news .ttl-wrap {
    display: flex;
    justify-content: flex-start;
}

.top-news h2 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.top-news h2 i {
    margin-right: 2rem;
}

@media screen and (max-width: 767px) {
    .top-news {
        padding: 8rem 3rem;
        margin-bottom: 8rem;
    }

    .top-news .ttl-wrap {
        justify-content: center;
    }

    .top-news h2 {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .top-news h2 i {
        margin-right: 0;
        font-size: 4.4rem;
    }
}

/* access */
.top-access {
    padding: 0 15rem 12rem 15rem;
    position: relative;
}

.top-access::before {
    content: "";
    background: url(./bg-texture3.jpg) no-repeat center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 40rem;
    position: absolute;
    left: 0;
    top: 3.5rem;
    z-index: -1;
}

.top-access .ttl-wrap {
    display: flex;
    justify-content: flex-end;
}

.top-access h2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.top-access h2 i {
    margin-right: 2rem;
}

.gmap iframe {
    width: 100%;
    height: 44rem;
}

.top-access-wrap {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
}

.top-access-wrap > dl {
    width: 48%;
}

.top-access-wrap > dl > dt {
    position: relative;
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
    position: relative;
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.top-access-wrap > dl > dt::before {
    content: "";
    width: 20%;
    background: var(--prime);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.top-access-wrap > dl > dt::after {
    content: "";
    width: 100%;
    background: #959595;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-access-wrap dl dd dl {
    display: flex;
    flex-wrap: wrap;
    color: var(--grey);
}

.top-access-wrap dl dd dl dt {
    width: 35%;
}

.top-access-wrap dl dd dl dd {
    width: 65%;
}

.top-access-wrap a {
    color: var(--grey);
}

@media screen and (max-width: 767px) {
    .top-access {
        padding: 0 3rem 8rem 3rem;
    }

    .top-access::before {
        height: 32rem;
    }

    .top-access-wrap {
        display: block;
        margin-top: 3rem;
    }

    .top-access-wrap > dl {
        width: 100%;
    }

    .top-access-wrap > dl:first-of-type {
        margin-bottom: 2rem;
    }
}



/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 4rem;
}

.CMS-NEWS-INDEX {
    position: relative;
    padding-bottom: 10rem;
}

.CMS-NEWS-INDEX > .CMS-NEWS-ITEM:first-of-type {
    border-top: solid 1px var(--prime);
}

.CMS-NEWS-INDEX > .CMS-NEWS-ITEM:last-of-type {
    border-bottom: solid 1px var(--prime);
}

.CMS-NEWS-INDEX > .CMS-NEWS-ITEM:nth-of-type(even) > a {
    background: #e0f2f3;
}

.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: flex;
    padding: 2.5rem 1.5rem;
    border-bottom: dotted 1px var(--prime);
    background: #fff;
}

.CMS-NEWS-INDEX > .CMS-NEWS-ITEM:last-of-type a {
    border-bottom: none;
}

.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}

.CMS-NEWS-TIME {
    font-size: 1.2rem;
    width: 20%;
    color: var(--sub);
}

.CMS-NEWS-LINK {
    line-height: 1.8;
    width: 80%;
    color: var(--grey);
    transition: all .3s;
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: var(--prime);
    border: none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 4rem auto 0 auto;
    width: 28rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}

.top-news .CMS-NEWS-MORE-READ {
    display: none;
}

/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}

.CMS-NEWS-TITLE:after {
    border-bottom: solid 3px var(--sub);
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-NEWS-CONTENT img {
    width: 70%;
    height: auto;
    display: block;
    margin: 4rem auto;
}

@media screen and (max-width: 767px) {
    .CMS-NEWS-ITEM a {
        display: block;
    }

    .CMS-NEWS-TIME {
        width: 100%;
    }

    .CMS-NEWS-LINK {
        width: 100%;
    }

    .CMS-NEWS-CONTENT img {
        width: 100%;
    }

    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
}



/*  ----------------------------------------------------------

about

----------------------------------------------------------  */
.about-concept {
    background: url(./bg-about-concept.jpg) no-repeat center / cover;
    padding: 0 !important;
}

.about-concept > div {
    background: rgba(255, 255, 255, 0.9);
    padding: 80px 0 !important;
}

.about-concept dl {
    width: 70%;
    margin: 0 auto;
}

.about-concept dl dt {
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: var(--sub);
}

.about-concept dl dd:not(:last-of-type) {
    margin-bottom: 30px;
}

.about-concept h4 {
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
    font-weight: normal;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 3rem;
}

.about-history {
    background: #e4eff2;
    padding: 80px 0 !important;
}

.about-history dl {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.about-history dl dt {
    width: 25%;
    font-weight: bold;
    padding: 10px 0;
    color: var(--sub);
}

.about-history dl dd {
    width: 75%;
    padding: 10px 0;
}

.about-staff {
    background: url(./bg-about-staff.jpg) no-repeat center / cover;
    padding: 0 !important;
}

.about-staff h4 {
    font-weight: normal;
    line-height: 1;
    text-align: center;
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.about-staff > div {
    background: rgba(255, 255, 255, 0.5);
    padding: 80px 0 !important;
}

.about-staff ul {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.about-staff ul li {
    width: 48%;
    background: rgba(149, 214, 208, 0.6);
    padding: 40px;
}

.about-staff dl dd:not(:last-of-type) {
    margin-bottom: 30px;
}

.about-staff dl dt {
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
    padding: 4px 0 2px 0;
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
    font-size: 1.6rem;
}

.about-contact {
    background: url(./bg-about-contact.jpg) no-repeat center / cover;
    padding: 0 !important;
}

.about-contact > div {
    background: rgba(255, 255, 255, 0.8);
    padding: 80px 0 !important;
}

.about-contact p {
    text-align: center;
    margin-bottom: 20px;
}

.about-contact div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.6rem;
    font-family: 'EB Garamond', serif;
    color: var(--sub);
}

.about-contact div > a i {
    font-size: 1.8rem;
    margin-right: 0.5rem;
    margin-top: 0.3rem;
}

.about-contact-sns a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--sub);
    font-family: 'EB Garamond', serif;
    font-size: 2.8rem;
    font-weight: normal;
}

.about-contact-sns a i {
    margin-right: 0.7rem;
    margin-top: 0.6rem;
}

@media screen and (max-width: 767px) {
    .about-concept dl {
        width: 85%;
    }

    .about-history dl {
        width: 85%;
        display: block;
    }

    .about-history dl dt {
        width: 100%;
        padding: 1rem 0 0 0;
    }

    .about-history dl dd {
        width: 100%;
        padding: 0 0 1rem 0;
    }

    .about-staff ul {
        width: 85%;
        display: block;
    }

    .about-staff ul li {
        width: 100%;
        padding: 3rem;
    }

    .about-staff ul li:first-child {
        margin-bottom: 1.5rem;
    }
}



/*  ----------------------------------------------------------

trimming

----------------------------------------------------------  */
.base-width {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

@media screen and (max-width: 767px) {
    .base-width {
        width: 100%;
        padding: 0 20px;
    }
}

.trimming-policy {
    padding: 12rem 0;
}

.trimming-policy ul {
    display: flex;
    justify-content: space-between;
}

.trimming-policy ul li {
    width: 23%;
}

.trimming-policy ul li img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.trimming-policy ul li dl dt {
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
    font-size: 1.6rem;
    margin: 1.5rem 0 0.5rem 0;
    text-align: center;
    color: var(--sub);
}

.trimming-option {
    background: #e4eff2;
    padding: 12rem 0 9rem 0;
}

.trimming-option ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.trimming-option ul li {
    width: 31%;
    margin-bottom: 3rem;
    background: #fff;
    border: solid 1px var(--prime);
    padding: 2rem;
}

.trimming-option ul li img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.trimming-option ul li dl dt {
    font-size: 1.6rem;
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
    margin: 0 0 0.5rem 0;
    line-height: 1.6;
    color: var(--sub);
}

.trimming-event > div a {
    display: block;
    background: url(./bg-trim-event.jpg) no-repeat center / cover;
    padding: 12rem 0;
    text-align: center;
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
}

.trimming-event > div a span {
    display: block;
    font-family: 'Allura', cursive;
    color: var(--prime);
    font-size: 6.4rem;
}

.trimming-price {
    background: #e4eff2;
    padding: 12rem 0;
}

.trimming-price table {
    width: 80%;
    margin: 0 auto 30px auto;
    background: #fff;
    border: solid 3px #ddd;
}

.trimming-price table th {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: solid 1px #ddd;
    background-color: var(--prime);
    color: #fff;
}

.trimming-price table td {
    text-align: center;
    padding: 10px;
    border: solid 1px #ddd;
    vertical-align: middle;
}

.trimming-price table caption {
    margin-bottom: 10px;
}

.trimming-price table caption span {
    font-weight: bold;
    color: rgba(240, 0, 0, 1);
    font-size: 16px;
    margin-right: 10px;
}

.trimming-price > dl {
    width: 80%;
    margin: 0 auto;
}

.trimming-price > dl > dt {
    font-weight: bold;
}

.trimming-price > dl > dd:first-of-type {
    margin-bottom: 2rem;
}

.trimming-price > dl > dd > ul li {
    margin-left: 2rem;
    list-style: disc;
}

.trimming-price > dl dd dl {
    margin-bottom: 2rem;
}

.trimming-price > dl dd dl dd:not(:last-of-type) {
    margin-bottom: 1rem;
}

.trimming-price > dl dd dl dd strong {
    color: rgba(240, 0, 0, 1);
    font-weight: normal;
}

.trimming-reserve p {
    background: url(./bg-trim-reserve.jpg) no-repeat center / cover;
    display: block;
    color: #fff;
    padding: 12rem 0;
    text-align: center;
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
}

.trimming-reserve p span {
    display: block;
    font-family: 'Allura', cursive;
    color: var(--prime);
    font-size: 6.4rem;
}

.trimming-reserve a {
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-size: 3.6rem;
}

.trimming-menu {
    padding: 12rem 0;
}

@media screen and (max-width: 767px) {
    .trimming-policy {
        padding: 8rem 3rem;
    }

    .trimming-policy ul {
        display: block;
    }

    .trimming-policy ul li {
        width: 100%;
        margin-bottom: 2.5rem;
    }

    .trimming-policy ul li img {
        width: 100%;
        height: auto;
    }

    .trimming-option {
        padding: 8rem 3rem 6.5rem 3rem;
    }

    .trimming-option ul {
        width: 100%;
        display: block;
    }

    .trimming-option ul li {
        width: 100%;
        margin-bottom: 2.5rem;
    }

    .trimming-option ul li img {
        width: 100%;
        height: auto;
    }

    .trimming-event {
        margin-bottom: 0;
    }

    .trimming-price table {
        width: 85%;
        font-size: 1rem;
    }

    .trimming-menu {
        padding: 8rem 3rem;
    }
}



/*  ----------------------------------------------------------

trimming

----------------------------------------------------------  */
.event {
    margin: 10rem 0;
}

.event li {
    border: solid 5px #ebf5f5;
    padding: 3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.event li:not(:last-child) {
    margin-bottom: 3rem;
}

.event li > div {
    width: 35%;
}

.event li > dl {
    width: 60%;
}

.event li > dl .date {
    padding-bottom: 1rem;
    display: block;
    color: #666;
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
}

.event li > dl .category {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    background: var(--prime);
    color: #fff;
    padding: 1rem 1.2rem 0.8rem 1.5rem;
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
}

.event li > dl strong {
    font-size: 2rem;
    line-height: 1.5;
    display: block;
    margin-top: 0.5rem;
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
    font-weight: normal;
}

.event li > dl dt {
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
    .event li {
        padding: 2rem;
        display: block;
    }

    .event li > div {
        width: 100%;
        margin-bottom: 2rem;
    }

    .event li > dl {
        width: 100%;
    }

    .event li > dl strong {
        margin-top: 1rem;
        display: block;
        line-height: 1.4;
    }
}



/*  ----------------------------------------------------------

faq

----------------------------------------------------------  */
.item-title {
    position: relative;
    display: block;
    transition: all .3s;
    line-height: 1.5;
    background: var(--prime);
    padding: 1.5rem 4rem 1.5rem 2rem;
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
    color: #fff;
    font-size: 1.6rem;
}

.item-title:hover {
    cursor: pointer;
    opacity: 0.5;
}

.item-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    background: #fff;
    transition: all .3s ease-in-out;
}

.item-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 15px;
    height: 2px;
    background: #fff;
    transition: all .2s ease-in-out;
}

.item-title.open::before {
    transform: rotate(180deg);
}

.item-title.open::after {
    opacity: 0;
}

.item-content {
    padding: 0 2rem 2rem 2rem;
}

.faq dt {
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    .line {
        display: flex;
        justify-content: space-between;
    }

    .icon {
        width: 30%;
    }

    .text {
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .line {
        display: flex;
        flex-direction: column;
    }

    .icon {
        width: 70%;
        margin: 0 auto;
    }

    .text {
        text-align: center;
        font-size: 25px;
        margin-top: 10px;
    }
}

.trimming-menu-txt{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
    color: #001dad;
}