@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

body {
    font-family: 'Noto Serif Japanese', serif;
    font-weight: normal;
    color: #000;
}

body a {
    color: #000;
}

.moon__mv__area {
    width: 100%;
    height: 540px;
    background: url(../img/top/top__mv__bg.png);
    background-size: cover;
    background-position: bottom center;
    margin-top: 60px;
    position: relative;
    min-width: 1190px;
}

.moon__mv__area::before {
    content: "";
    display: block;
    /* 高さを指定するためにブロック要素にする */
    background: linear-gradient(to bottom, #fff, transparent);
    /* 徐々に透明にする */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 0;
}

.moon__mv__inner {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

.moon__mv__log {
    width: 250px;
    margin-bottom: 10px;
}

.moon__mv__log img {
    width: 100%;
    padding: 10px 0;
}

.moon__mv__area .ttl {
    font-size: 36px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 20px;
}

.moon__mv__img {}

.moon__mv__img img {}

.moon__nav {
    margin-top: 140px;
}

.moon__nav.pattern02 {
    margin-top: 160px;
}

.moon__nav__ul {
    display: flex;
    justify-content: center;
}

.moon__nav__li {}

.moon__nav__li a {
    text-decoration: none;
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    flex-flow: column nowrap;
    position: relative;
    color: #000;
}

.moon__nav__li a::after {
    content: "";
    height: 85%;
    width: 1px;
    position: absolute;
    background-color: #000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.moon__nav__li--en {
    margin-bottom: 10px;
}

.moon__nav__li--jp {}

.moon__reservation {
    margin-top: 40px;
    width: 952px;
    height: 127px;
    background: url(../img/top/top__reservation__bg.png);
    background-size: contain;
    background-position: top center;
    margin-right: auto;
    margin-left: auto;
}

.moon__reservation_ttl {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 20px;
    margin-bottom: 10px;
}

.moon__reservation_ttl-l {
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: 500;
}

.moon__reservation_ttl-s {
    font-size: 18px;
}

.moon__reservation_ul {
    display: flex;
    justify-content: center;
}

.moon__reservation_ul li {
    margin-right: 25px;
}

.moon__reservation_ul li a {
    width: 240px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    color: #6e3b3b;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
}





.moon__footer {
    background-image: url(../img/footer__bg.png);
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: bottom center;
    height: 500px;
    position: relative;
    margin-top: 40px;
    width: 100%;
    background-size: cover;
    min-width: 1190px;
}

.moon__footer::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3572b7;
    mix-blend-mode: multiply;
}

.moon__footer * {
    position: relative;
    z-index: 10;
}

.moon__footer__logo {
    width: 118px;
    /* height: 112px; */
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    margin-bottom: 45px;
}

.moon__footer__logo img {
    width: 100%;
}

.moon__footer__text {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.moon__footer__text div {
    margin-bottom: 10px;
}

small {
    display: block;
    background-color: #fff;
    z-index: 10;
    padding: 10px;
    text-align: center;
}

.top__plan__more-btn {
    text-align: center;
}

.sub-ttl {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
}

.sub-ttl--en::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 1px;
    background-color: #3572b7;
}

.sub-ttl--jp {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.sub-ttl--en {
    font-size: 40px;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 5px;
}

.sub-ttl__caption {
    font-size: 30px;
    line-height: calc(48/30);
    margin-bottom: 40px;

}

.sub-ttl__caption--s {
    font-size: 16px;
    line-height: calc(27/16);
}

.contents__img {
    height: 515px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    min-width: 1190px
}

.contents__caption {
    padding: 60px 60px;
    background-color: #fff;
    margin-top: -200px;
    display: inline-block;
}

.contents__caption .sub-ttl__caption {
    margin-bottom: 40px;
}

.contents__caption__wrap {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.contents__ul {
    display: flex;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.contents__ul li:not(:first-child) {
    margin-left: 30px;
}

.page__ttl__caption {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}