@charset "utf-8";

/* =============
common
============= */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "Hiragino Kaku Gothic Pro",
                "Hiragino Sans", 
                "メイリオ", 
                sans-serif;
    font-style: normal;
    color: #333;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: 300;
}

h1, h2, h3, h4 {
    font-family: 'Noto Serif JP';
    font-size: 2.4rem;
    font-weight: 600;
}

section {
    background-color: rgba(255, 255, 255, 0.85);
}

.section__title {
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: center;
}

.section__title br {
    display: block;
    content: "";
    margin-top: 8px;
}

li::marker {
    font-size: 1rem;
}

.p-concert img {
    width: 100%;
    height: auto;
}


/* =============
mv
============= */
.mv__img {
    position: relative;
}

.mv__img h1 {
    position: absolute;
    text-align: center;
    font-size: 4.4rem;
    line-height: 1.3;
    letter-spacing: 0.03em;
    color: #FFF;
    opacity: 0.6;
    mix-blend-mode: plus-lighter;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mv__txt {
    padding: 40px 40px 50px;
}

.mv__txt h2 {
    font-family: 'Noto Serif JP';
    line-height: 1.6;
    text-align: center;
}

.mv__txt p {
    margin-top: 8px;
    font-family: 'Noto Serif JP';
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
}


/* =============
about
============= */
.about {
    padding: 0 40px 50px;
    background-color: rgba(255, 255, 255, 0.85);
}

.about__item {
    position: relative;
}

.about__item p {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    padding: 6px 8px 8px;
    background-color: rgba(0, 0, 0, 0.9);
    font-family: 'Noto Serif JP';
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #FFF;
}

.about__slider .swiper-button-prev,
.about__slider .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    transition: background-color 0.3s;
}

.about__slider .swiper-button-prev:hover,
.about__slider .swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 1);
}

.about__slider .swiper-button-prev {
    left: 24px;
}

.about__slider .swiper-button-next {
    right: 24px;
}

.about__slider .swiper-button-prev::after,
.about__slider .swiper-button-next::after {
    display: none;
}

.about__slider .swiper-button-prev::before,
.about__slider .swiper-button-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 21px;
    background-image: url(../img/concert/icon-arrow.svg);
}

.about__slider .swiper-button-prev::before {
    transform: translate(-50%, -50%) rotateY(180deg);
}

.about__content {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.about__txt h4 {
    font-size: 2rem;
}

.about__txt-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about__txt-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.about__txt-item p,
.about__txt-item a {
    font-size: 1.4rem;
    font-weight: 300;
}

.about__txt-item p:first-of-type {
    display: block;
    padding: 3px 4px 1px;
    width: 64px;
    background-color: #EFEADC;
    text-align: center;
}

.about__txt-item a {
    display: flex;
    gap: 2px;
}

.about__txt-item a.about__map {
    line-height: 1.8;
    letter-spacing: 0.03em;
    gap: 0;
}

.about__txt-item a::before {
    display: inline-block;
    content: "";
    background-image: url(../img/concert/icon-tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 3px;
    width: 20px;
    height: 20px;
}

.about__txt-item a.about__map::before {
    mask-image: url(../img/expo2025/icon/icon-map.svg);
    -webkit-mask-image: url(../img/expo2025/icon/icon-map.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: #333;
    width: 18px;
    height: 18px;
}


/* =============
accesstime
============= */
.accesstime {
    padding: 50px 40px 40px;
    background-color: rgba(246, 245, 241, 0.85);
}

.accesstime h3 {
    text-align: center;
}

.accesstime__list {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
} 

.accesstime__item h4 {
    margin-top: 5px;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.accesstime__item p {
    margin-top: 2px;
    font-size: 1.2rem;
    font-weight: 300;
}


/* =============
point
============= */
.point {
    background-color: rgba(246, 245, 241, 0.85);
    text-align: center;
}

.point__item img {
    width: 325px;
}

.bath img {
    width: 372px;
}

.point__item {
    position: relative;
}

.point__flex {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 40px 40px 40px;
}

.point__flex:last-of-type {
    padding-bottom: 48px;
}

.flex__bath {
    justify-content: space-between;
}

.flex__bath img{
    order: 1;
}

.sound h2 img {
    position: absolute;
    top: 25px;
    right: 0%;
    width: 275px;
}

.bath h2 img {
    position: absolute;
    top: 25px;
    left: 0%;
    width: 180px;
    z-index: 10;
}

.food h2 img {
    position: absolute;
    top: 25px;
    right: 0%;
    width: 203px;
}

.point__content {
    text-align: left;
    z-index: 20;
}

.point__title {
    font-size: 2.4rem;
    line-height: 1.6;
}

.point__txt {
    font-family: 'Noto Serif JP';
    line-height: 1.8;
    margin-top: 16px;
    font-weight: 500;
}

.point__room {
    background-color: #FFF;
    padding: 8px 10px;
    font-family: 'Noto Serif JP';
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 10px;
    width: 458px;
}

.point__room dt {
    display: inline-block;
    margin-right: 10px;
}

.point__room dd {
    display: inline-block;
    background-color: #EFEADC;
    line-height: 1.3;
    padding: 2px 4px;
    margin-right: 10px;
}

.point__room dd:last-of-type {
    margin-right: 0;
}



/* =============
amenity
============= */
.amenity img {
    width: 100%;
}

.amenity h3 img {
    width: 156px;
}

.amenity__content {
    padding: 20px 40px 50px;
}

.amenity__txt {
    text-align: center;
    font-family: 'Noto Serif JP';
    font-size: 1.8rem;
    font-weight: 600;
}

.amenity__list {
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid #A5A5A5;
    border-radius: 4px;
    padding: 30px 25px;
    margin-top: 20px;
    align-items: center;
    gap: 40px;
}

.amenity__list p {
    text-align: center;
    font-family: 'Noto Serif JP';
    font-size: 1.6rem;
    font-weight: 600;
    flex: none;
}

.amenity__list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 726px;
    column-gap: 30px;
    row-gap: 4px;
    margin-left: 10px;
}

.amenity__list li {
    list-style: disc;
    font-size: 1.4rem;
}

.amenity__list li:nth-of-type(1),
.amenity__list li:nth-of-type(5),
.amenity__list li:nth-of-type(9) {
    padding-top: 0px;
}



/* =============
feature
============= */
.feature {
    padding: 20px 40px 50px;
    background-color: rgba(246, 245, 241, 0.85);
}

.feature__list {
    display: flex;
    margin-top: 24px;
    gap: 41px;
}

.feature h3 img {
    width: 159px;
}

.feature__item img {
    width: 266px;
}

.feature__item h4 {
    display: flex;
    padding: 10px 0;
    height: 52px;
    text-align: center;
    font-size: 1.6rem;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
}

.feature__item a:hover {
    color: #846A15;
}

.feature__item span {
    font-size: 1.2rem;
}



/* =============
access
============= */
.access {
    padding: 30px 40px 50px;
    background-color: rgba(0, 0, 0, 0.85);
    color: #FFFFFF;
}

.access h3 img {
    width: 122px;
}

.access__list {
    margin: 20px 0 35px;
}

.access__item {
    list-style: none;
}

.access__item h4 {
    padding-left: 8px;
    font-size: 2rem;
    border-left: solid 5px #E1D9BE;
    border-image: linear-gradient(#E1D9BE, #C5AE5F) 1;
}

.access__item:last-of-type {
    margin-top: 40px;
}

.access__content {
    margin-top: 20px;
    padding: 25px;
    background-color: #FFFFFF;
    opacity: 0.95;
    color: #333;
}

.access__txt h5,
.access__map h5 {
    font-family: 'Noto Serif JP';
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    overflow-wrap: break-word;
}

.access__txt h5,
.access__map h5 {
    padding: 3px 0px 3px 40px;
} 

.access__map h5 {
    letter-spacing: 0.03em;
}

.access__txt h5 span {
    display: inline-block;
    padding: 2px 5px;
    font-family: 'Noto Sans JP';
    font-size: 1.4rem;
    font-weight: 400;
    background-color: #E4E1D6;
}

.access__txt h5::before,
.access__map h5::before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #E4E1D6;
    background-position: center;
    background-repeat: no-repeat;
}

.car::before {
    background-image: url(../img/expo2025/icon/icon-car.svg);
    background-size: 18px 12px;
}

.train::before {
    background-image: url(../img/expo2025/icon/icon-train.svg);
    background-size: 14px 16px;
}

.train2::before {
    background-image: url(../img/concert/icon-train2.svg);
    background-size: 19px 19px;
}

.air::before {
    background-image: url(../img/concert/icon-plane.svg);
    background-size: 20px 20px;
}

.access__txt:not(:last-of-type) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #A5A5A5;
}

.tohotel p {
    line-height: 1.8;
    margin-top: 8px;
}

.tohotel__list {
    display: flex;
    gap: 24px;
}

.access__item img {
    width: 100%;
    margin: 20px 0 15px;
}

.access__map p {
    font-size: 1.4rem;
    line-height: 1.6;
}

.access__googlemap {
    margin-top: 20px;
}

iframe {
    width: 100%;
    height: 288px;
}

.googlemap__content {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 12px;
}

.googlemap__content a {
    color: #FFFFFF;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.googlemap__content a::before {
    display: inline-block;
    content: "";
    background-image: url(../img/expo2025/icon/icon-map.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 3px;
    width: 18px;
    height: 18px;
}



/* =============
location
============= */
.location {
    padding: 30px 40px 40px;
}

.location img {
    width: 100%;
}

.location h3 img {
    width: 175px;
}

.location__img {
    margin-top: 25px;
    border: solid 1px #B5B5B5;
}

.location__content {
    padding-bottom: 40px;
    border-bottom: solid 1px #D7D7D7;
}

.location__content:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.location__content h4 {
    margin-top: 24px;
}

.location__content h4 span {
    color: #808080;
    font-size: 4.8rem;
}

.location__list {
    margin-top: 24px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.location__list li {
    width: 266px;
}

.location__list img {
    width: 266px;
}

.location__title {
    display: flex;
    margin-top: 10px;
    font-family: 'Noto Serif JP';
    font-size: 1.3rem;
    font-weight: 600;
    align-items: end;
    letter-spacing: 0.1em;
}

.location__title span {
    font-size: 1.6rem;
}

.location__name {
    font-size: 2rem;
    line-height: 1.4;
}

.location__txt {
    margin-top: 10px;
}


/* =============
reserve
============= */
.reserve {
    padding: 40px 40px 50px;
    background: linear-gradient(90deg, rgba(116, 93, 27, 0.9) 0%, rgba(72, 56, 12, 0.9) 100%);
}

.reserve h3 {
    margin-top: 0;
}

.reserve h3 span {
    display: block;
    color: #FFFFFF;
    font-size: 2.4rem;
}

.reserve h3 img {
    width: 372px;
}

.reserve p {
    margin-top: 16px;
    color: #FFFFFF;
    font-family: 'Noto Serif JP';
    font-weight: 500;
    text-align: center;
}

.reserve__button {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 25px auto 0;
    background-color: #FFFFFF;
    padding: 12px 32px;
    width: fit-content;
    text-decoration: none !important;
}

.reserve__button p {
    margin-top: 0;
    color: #333;
    font-family: 'Noto Serif JP';
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
}

.reserve__button::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #E4E1D6;
    background-image: url(../img/concert/icon-tel2.svg);
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.reserve__button:hover {
    opacity: 0.8;
}


/* =============
linklist
============= */
.linklist {
    margin-top: -1px;
    padding: 88px 0;
    background-image: url(../img/concert/linklist-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.linklist h3 {
    color: #FFFFFF;
}

.linklist__button {
    margin-top: 40px;
    display: flex;
    gap: 25px;
    justify-content: center;
}

.linklist__button a {
    background-color: #FFFFFF;
    padding: 12px 14px;
    text-decoration: none;
    width: 207px;
}

.linklist__button p {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Serif JP';
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.6rem;
    width: 178px;
}

.linklist__button p::after {
    position: absolute;
    display: block;
    content: "";
    background-image: url(../img/expo2025/icon/icon-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    right: -29px;
}

.linklist__button a:hover {
    opacity: 0.8;
}
