:root {
    --blue: #0091cc;
    --mainfont:'Noto Serif JP', serif;
    --subfont:'Kaisei HarunoUmi', serif;
}

/* mv */
.mv {
    /* padding-top: 7.25rem; */
}

.mv__slider {
    
}

.mv .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.mv__img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.mv__img img {
    aspect-ratio: 1440/900;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv__img.slick-current img {
    animation: fadezoom 7s linear forwards;
}

@keyframes fadezoom {
    0% {
      transform: scale(1.3);
    }
    100% {
      transform: scale(1);
    }
  }

.mv-slider-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
    right: 3.375rem;
    bottom: -3rem;
    z-index: 1;
}

.mv-slider-dots li {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    border: 1px solid var(--blue);
}

.mv-slider-dots li.slick-active {
    background-color: var(--blue);
}

.mv-slider-dots button {
    display: none;
}

@media screen and (max-width:768px) {
    .mv {
        height: 400px;
        padding-top: 0;
    }
    .mv__inner {
        height: 100%;
    }
    .mv__slider {
        height: 100%;
    }
    .mv__slider .slick-list {
        height: 100%;
    }
    .mv__slider .slick-track {
        height: 100%;
    }
}

/* news */

.news {
    position: relative;
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
    /* margin-top: -8.8vw; */
    /* background: url(../img/bg_news.png) center top / 100% no-repeat; */
}
.top-news.news::before {
    content: "";
    background: url(../img/deco-news.png) no-repeat center top / contain;
    width: 25.1rem;
    height: 21rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: -0.3rem;
    left: 0;
}
.top-news.news::after {
    content: "";
    background: url(../img/deco-news.png) no-repeat center top / contain;
    width: 25.1rem;
    height: 21rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: -0.3rem;
    right: 0;
    transform: scaleX(-1);
}


.news__inner.inner {
    max-width: 1012px;
}

@media screen and (max-width:768px) {
    .news {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .top-news.news::before {
        width: 9rem;
        height: 21rem;
        top: -0.1rem;
    }
    .top-news.news::after {
        width: 9rem;
        height: 21rem;
        top: -0.1rem;
    }
}


/* .news__wrap {
    display: grid;
    grid-template-columns: 1fr 40.9375rem;
}

.news__content {

}

.news .CMS-NEWS-INDEX {
    padding-bottom: 0;
    flex-direction: column;
}

.news .CMS-NEWS-INDEX > * {
    width: 100%;
    margin: 0;
}

.news .CMS-NEWS-ITEM:not(:nth-child(4)) {
    background-image : linear-gradient(to right, var(--blue) 2px, transparent 2px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.news .CMS-NEWS-ITEM a {
    display: grid;
    grid-template-columns: 8.5rem 1fr;
    gap: 1rem;
    padding-block: 1rem;
}

.news .CMS-NEWS-TIME {
    margin: 0;
    color: black;
    font-size: 1rem;
    line-height: calc(28/16);
}

.news .CMS-NEWS-LINK {
    font-size: 1rem;
    line-height: calc(28/16);
}

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

.news__btn {
    text-align: center;
    margin-top: 1.375rem;
}

@media screen and (max-width:768px) {
    .news {
        padding-bottom: 5rem;
    }
    .news::before {
        width: 15rem;
        height: 15rem;
        left: -2rem;
    }
    .news__wrap {
        display: block;
    }
    .news__title {
        margin-inline: auto;
    }
    .news .CMS-NEWS-INDEX {
        padding: 0;
        margin-top: 2.5rem;
    }
} */

/* policy */
.policy {
    position: relative;
    padding: 3.5rem 0;
    z-index: 1;
    background: url(../img/back-policy.jpg) center top / cover no-repeat;
    height: 51.27966rem;
}
.policy::before {
    content: "";
    background: url(../img/deco-policy2.png) no-repeat center top / contain;
    width: 55.3256rem;
    height: 51.27966rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 0;
    left: 0;
}
.policy::after {
    content: "";
    background: url(../img/deco-policy.png) no-repeat center top / contain;
    width: 19.9rem;
    height: 11.69rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: -7rem;
    right: 0;
}


.policy__inner.inner {
    position: relative;
    max-width: calc(71.25rem + 50px);
    display: flex;
    flex-direction: row-reverse;
    padding-top: 5.875rem;
    padding-bottom: 6.5625rem;
}

.policy__content {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 2.5rem;
    color: white;
    width: calc(100% - 44.375rem);
    padding-bottom: 0rem;
    height: 30rem;
}

.policy__title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.625rem;
    font-weight: 700;
    font-family: var(--subfont);
    line-height: calc(44/26);
    letter-spacing: 0.15em;
    border-left: 0.1rem solid white;
    border-right: 0.1rem solid white;
    padding: 0 1.2rem;
    height: 70%;
}

.policy__text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1rem;
    line-height: calc(35/16);
    letter-spacing: 0.15rem;
    text-orientation:upright;
    -webkit-text-orientation:upright;
}

.policy__btn {
    position: absolute;
    bottom: -3rem;
    right: 2rem;
}

.policy__gallery {
    position: absolute;
    width: 44.375rem;
    top: -1.875rem;
    left: 0;
    height: calc(100% + 3.75rem + 1.875rem);
}

.policy__gallery picture {
    display: block;
}

.policy__gallery picture:nth-child(1) {
    width: 26.25rem;
    margin-left: auto;
}

.policy__gallery picture:nth-child(2) {
    width: 37.75rem;
}
@media screen and (max-width:1300px) {
    .policy {
        padding: 0rem 0;
        height: 43.27966rem;
    }
    .policy::before {
        content: "";
        background: url(../img/deco-policy2.png) no-repeat center top / contain;
        width: 40.3256rem;
        height: 41.27966rem;
        /* aspect-ratio: 293/95; */
        position: absolute;
        top: 0;
        left: 0;
    }
    .policy::after {
        content: "";
        background: url(../img/deco-policy.png) no-repeat center top / contain;
        width: 15.9rem;
        height: 10.69rem;
        /* aspect-ratio: 293/95; */
        position: absolute;
        top: -5.5rem;
        right: 0;
    }

    .policy__inner.inner {
        padding-right: 4rem;
    }
}
@media screen and (max-width:768px) {
    .policy {
        padding: 21rem 0 6rem;
        z-index: 1;
        height: inherit;
    }
    .policy::before {
        content: "";
        width: 100%;
        height: 25rem;
        /* aspect-ratio: 293/95; */
        position: absolute;
        top: 0;
        left: 0;
    }
        .policy::after {
            content: none;
        }

    .policy__inner.inner {
        display: block;
        padding-right: 1rem;
    }
    .policy__content {
        width: 100%;
        height: inherit;
        justify-content: center;
        gap: 1.5rem;
    }
    .policy__title {
        white-space: nowrap;
        line-height: calc(40/26);
        padding: 0 1.0rem;
        height: 21rem;
   }
    .policy__text {
        white-space: nowrap;
        line-height: calc(35/16);
    }
    .policy__gallery {
        position: relative;
        width: 100%;
        top: initial;
        left: initial;
        height: auto;
        margin-top: 2.5rem;
    }
    .policy__gallery picture:nth-child(1) {
        width: 80%;
    }
    .policy__gallery picture:nth-child(2) {
        width: 80%;
    }
    .policy__btn {
        bottom: -7rem;
        right: 0rem;
        left: 0;
        margin: 0 auto;
    }
}

/* menu */
.menu {
    position: relative;
    padding-top: 9.5rem;
    padding-bottom: 9.375rem;
}

.menu::before {
    content: "";
    background: url(../img/deco-menu1.png) no-repeat center top / contain;
    width: 44rem;
    height: 40rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 0;
    right: 0;
}

.menu__wrap::before {
    content: "";
    background: url(../img/deco-policy.png) no-repeat center top / contain;
    width: 19.9rem;
    height: 11.69rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 4.5rem;
    left: 3rem;
}
.menu__wrap::after {
    content: "";
    background: url(../img/deco-policy.png) no-repeat center top / contain;
    width: 19.9rem;
    height: 11.69rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    bottom: -4rem;
    right: 2rem;
}

.menu__wrap2::before {
    content: "";
    background: url(../img/deco-menu2.png) no-repeat center top / contain;
    width: 19.9rem;
    height: 11.69rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 70rem;
    right: -3rem;
}
.menu__wrap2::after {
    content: "";
    background: url(../img/deco-menu3.png) no-repeat center top / contain;
    width: 19.9rem;
    height: 11.69rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    bottom: 4.5rem;
    left: 5rem;
}


.menu__units {
    margin-top: 7.5rem;
    margin-bottom: 6.5rem;
}

.menu__unit {
    display: flex;
    justify-content: space-between;
    max-height: 30rem;
}

.menu__unit + .menu__unit {
    margin-top: 3.125rem;
}

.menu__unit:nth-child(1) {
    flex-direction: row-reverse;
}

.menu__unit:nth-child(1) .menu__content {
    justify-content: flex-end;
}
.menu__unit:nth-child(3) {
    flex-direction: row-reverse;
}

.menu__unit:nth-child(3) .menu__content {
    justify-content: flex-end;
}

.menu__img {
    position: relative;
    display: block;
    width: 40rem;
}

.menu__content {
    position: relative;
    width: fit-content;
    display: flex;
    flex-direction: row-reverse;
    width: calc(100% - 40rem);
    padding-right: 2.125rem;
}
.menu__unit:nth-child(2) .menu__content {
    padding-right: 0;
}

.menu__subtitle {
    width: 4.04rem;
    margin-top: -0.5rem;
}

.menu__bigText {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: var(--subfont);
    letter-spacing: 0.3rem;
    margin-right: 1.5rem;
    line-height: 1.4;
}

.menu__text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1rem;
    line-height: calc(28/16);
    letter-spacing: 0.1em;
    margin-right: 1.3rem;
}
@media screen and (max-width:1380px) {
    .menu::before {
        width: 13rem;
        height: 30rem;
    }
    .menu__wrap2::before {
        content: none;
    }
}
@media screen and (max-width:768px) {
    .menu {
        padding-top: 6rem;
        padding-bottom: 5rem;
    }

    .menu__wrap::before {
        content: none;
    }
    .menu__wrap::after {
        content: none;
    }
    .menu__wrap2::after {
        content: none;
    }

    .menu__units {
        margin-top: 3.5rem;
        margin-bottom: 4rem;
    }

    .menu__unit {
        display: block;
        max-height: unset;
    }
    .menu__unit + .menu__unit {
        margin-top: 0rem;
    }
    .menu__unit + .menu__unit .menu__img {
        margin-top: 3rem;
    }
    .menu__content {
        width: 100%;
        justify-content: center;
        margin-top: 2rem;
        padding: 0;
    }
    .menu__unit:nth-child(1) .menu__content {
        justify-content: center;
    }
    .menu__unit:nth-child(3) .menu__content {
        justify-content: center;
    }
    .menu__unit:nth-child(2) .menu__content {
        justify-content: center;
    }
    .menu__img {
        width: 100%;
    }
    /* .menu__unit:nth-child(2) .menu__content::after {
        right: 0;
    } */
    /* .menu::before {
        width: 15rem;
        height: 20rem;
        right: -2rem;
    }
    .menu::after {
        width: 15rem;
        height: 20rem;
        left: -2rem;
    }
    .menu__img--1::before {
        width: 20rem;
        top: -9.65rem;
        left: 1.7925rem;
    }
    .menu__img--2::before {
        width: 8.3125rem;
        top: -3.5rem;
        left: 5rem;
    }
    .menu__img--3::before {
        width: 4rem;
        top: -2rem;
        left: 7.05rem;
    } */
    /* .menu__unit:nth-child(3) .menu__content::after {
        bottom: -8.5rem;
        width: 8.6875rem;
    } */
    .menu__subtitle {
        flex-basis: 18%;
    }
    .menu__bigText {
        flex-basis: 18%;
    }
    .menu__text {
        flex-basis: 40%;
        white-space: nowrap;
        line-height: calc(30/16);
    }
}

/* gallery */
.gallery {
    background: url(../img/back-gallery.jpg) no-repeat center top / cover;
    padding-top: 6.86rem;
    padding-bottom: 7.6rem;
    overflow: hidden;
}

.gallery__slider {
    max-width: 55.825rem;
    margin-inline: auto;
    margin-top: 3.3rem;
}

.gallery__slider .slick-list {
    overflow: unset;
}

.gallery__slider picture {
    display: block;
    margin: 0.375rem;
    margin-top: 1.5rem;
}

.gallery__slider img {
    /* aspect-ratio: 488/436; */
    width: 100%;
    height: 100%;
    height: auto;
    /* clip-path: url(#clip-path);
    -webkit-clip-path: url(#clip-path); */
}

.gallery__slider svg {
    /* aspect-ratio: 628/419; */
    width: 100%;
    height: 100%;
    height: auto;
}

.gallery__btn {
    text-align: center;
    margin-top: 4.25rem;
}
@media screen and (max-width:768px) {
    .gallery {
        padding-top: 5rem;
        padding-bottom: 6rem;
    }
}


/* about */
.about {
    position: relative;
    padding-top: 8.75rem;
    padding-bottom: 11.4375rem;
}

.about::before {
    position: absolute;
    content: "";
    width: 23.5625rem;
    height: 23.5625rem;
    right: 0;
    top: -1.3125rem;
    background: url(../img/about.png) center center / contain no-repeat;
}

.about__subtitle {
    position: relative;
    text-align: center;
    color: #0091cc;
    font-size: 2rem;
    font-weight: 900;
    font-family: var(--subfont);
    letter-spacing: 0.15em;
    margin-top: 2.125rem;
}

.about__subtitle::before {
    position: absolute;
    content: "";
    height: 1rem;
    width: 37.8125rem;
    left: 50%;
    bottom: -1.5rem;
    transform: translateX(-50%);
    background: url(../img/border.png) center center / contain no-repeat;
}

.about__text {
    font-size: 1rem;
    line-height: calc(30/16);
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 2.5rem;
}

.about__youtube {
    max-width: 55rem;
    margin-inline: auto;
    margin-top: 4.625rem;
}

.about__youtube iframe {
    aspect-ratio: 880/480;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:768px) {
    .about {
        padding-bottom: 5rem;
    }
    .about::before {
        width: 16rem;
        height: 16rem;
    }
    .about__subtitle::before {
        width: 100%;
    }
    .about__youtube {
        margin-top: 2.5rem;
    }
}

/* access */
.access {
    padding-top: 9rem;
    padding-bottom: 7.5rem;
    background: url(../img/back-access.jpg) no-repeat center top / cover;
    position: relative;
}
.access::before {
    content: "";
    background: url(../img/deco-access.png) no-repeat center top / contain;
    width: 15.125rem;
    height: 7.05rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 4.92rem;
    left: 6rem;
}
.access::after {
    content: "";
    background: url(../img/deco-access.png) no-repeat center top / contain;
    width: 15.125rem;
    height: 7.05rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    bottom: 5.2rem;
    right: 3rem;
    transform: scaleX(-1);
}

.access__inner.inner {
    max-width: 1150px;
    padding-left: 0;
}

.access__wrap {
    display: grid;
    grid-template-columns: 44% 1fr;
    gap: 4.5rem;
    margin-top: 5.5rem;
}

.access__img {
    width: 131%;
    margin-left: -31%;
}

.access__info {
    /* color: white; */
}

.access__info dl {
    display: grid;
    grid-template-columns: 5.3125rem 1fr;
    gap: 1rem;
    padding-inline: 1.25rem;
    padding-bottom: 2rem;
}

.access__info dl + dl {
    margin-top: 2rem;
}

.access__info dl:not(:last-child) {
    border-bottom: 1px solid #000;
}

.access__info dt {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: calc(20/16);
}

.access__info dd {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: calc(20/16);
}

.access__btn {
    text-align: center;
    margin-top: 4rem;
}

.map iframe {
    aspect-ratio: 1450/455;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:768px) {
    .access {
        padding-top: 6rem;
        padding-bottom: 6rem;
        background: url(../img/back-access.jpg) no-repeat center top / cover;
        position: relative;
    }
    .access::before {
        width: 10.125rem;
        height: 4.05rem;
        top: 1rem;
        left: 0rem;
    }
    .access::after {
        width: 10.125rem;
        height: 4.05rem;
        bottom: 1.2rem;
        right: 0rem;
    }
    .access__wrap {
        display: contents;
    }

    .access__img {
        display: block;
        margin-top: 2.5rem;
    }

    .access__info {
        margin-top: 3rem;
    }

    .access__info dl {
        grid-template-columns: 4.7rem 1fr;
    }

    .access__info dt {
        font-size: 1rem;
    }

    .access__info dd {
        font-size: 1rem;
        letter-spacing: 0.025em;
    }

    .access__btn {
        margin-top: 2rem;
    }
    .map iframe {
        aspect-ratio: 1450/1200;
    }

}


/* instagram */
.instagram {
    position: relative;
    padding-top: 7.2rem;
    padding-bottom: 10rem;
    overflow: hidden;
    background: url(../img/back-insta.jpg) no-repeat center top / cover;
}

/* Hide Instagram section on TOP page only (index.html) */
main:not(.sub) .instagram {
    display: none !important;
}


.instagram__title {
    position: relative;
    width: fit-content;
    margin-inline: auto;
}
.instagram__title.title img {
    height: 5.3rem;
}


.instagram .CMS-INSTAGRAM-LIST {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 4.7rem;
    gap: 1rem;
    max-width: 54.375rem;
    margin-inline: auto;
}

.instagram .CMS-INSTAGRAM-LIST a:nth-child(n+7) {
    display: none;
}

.instagram .CMS-INSTAGRAM-LIST img {
    width: 100%;
}

@media screen and ( max-width:768px) {
    .instagram {
        padding-block: 5rem;
        background: url(../img/back-insta.jpg) no-repeat center top / auto 120%;
    }
    .instagram__title::after {
        right: -3rem;
    }
    .instagram::after {
        width: 20rem;
        height: 11rem;
        bottom: 0;
        right: -5rem;
    }
}



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

news

----------------------------------------------------------  */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 3rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding: 0 5.5%;
    padding: 0;
}
.CMS-NEWS-INDEX {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 8rem;
    position: relative;
    margin-bottom: -4rem;
    position: relative;
}
.top-news .CMS-NEWS-INDEX::after {
    content: "";
    width: 31.5%;
    margin-bottom: 1rem;
}
.CMS-NEWS-INDEX::after {
    content: "";
    width: 31.5%;
    margin-bottom: 4rem;
}


.CMS-NEWS-INDEX > * {
    width: 31.5%;
    margin-bottom: 5rem;
}
.top-news .CMS-NEWS-INDEX > * {
    margin-bottom: 0;
}
.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;    
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: 0.95rem;
    margin: 2rem 0 0.6rem 0;
    line-height: 1;
	color: #000;
    border-bottom: 0.07rem solid #000;
    padding-bottom: 1rem;
}
.CMS-NEWS-LINK {
    font-size: 1.05rem;
    line-height: 1.6;
	color: #000;
}
.CMS-NEWS-INDEX > * img {
    height: 12.5rem;
    width: 100%;
    object-fit: cover;  
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: #3d1c04;
    border:none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 1.8rem 0;
    font-size: 1.3rem;
    font-weight: bold;
	/* font-weight: bold; */
    color: #fff;
    text-align: center;
    /* margin: 4rem auto 0 auto; */
    width: 22rem;
    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(--red);
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem auto;
}
/* @media screen and (max-width: 1250px) {
    .CMS-NEWS-INDEX > * img {
        height: 14.5rem;
    }
}
@media screen and (max-width: 1024px) {
    .CMS-NEWS-INDEX > * img {
        height: 16rem;
    }
} */
@media screen and (max-width: 768px) {
    .top-news .CMS-NEWS-INDEX {
        margin-top: 4.5rem;
        margin-bottom: 5rem;
    }    
    .CMS-NEWS-INDEX {
        display: block;
        margin-bottom: -4rem;
        padding-bottom: 10rem;
    }
    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem;        
    }
    .top-news .CMS-NEWS-INDEX > * {
        margin-bottom: 4rem;
    }    
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
}
