@charset "utf-8";

:root {
    --main-color: #152968;
    --accent-color: #FCDED6;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Zen Old Mincho", serif;
    font-size: 1rem;
    color: #000000;

}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style-type: none;
}

h1 {
    writing-mode: vertical-rl;
    letter-spacing: 1em;
    color: #ffffff;
    font-weight: 400;
    font-size: clamp(16px, 7.549px + 2.254vw, 30px);
    padding-top: 50px;
}

h2 {
    font-size: clamp(20px, 10.191px + 2.803vw, 64px);
    letter-spacing: 0.1em;
    color: var(--main-color);
    text-align: center;
    border-bottom: 0.5px solid var(--main-color);
    width: fit-content;
    margin: 200px auto 50px auto;
}

/* ヘッダー */
.section-wrapper,
.dl-list p {
    max-width: 1280px;
    width: 92%;
    margin: 0 auto;
}

.header-logo {
    width: 90px;
    object-fit: cover;
    padding-top: 10px;
}

.main-header {
    background-image: url(../images/image13.jpg);
    background-position: center top;
    width: clamp(375px, 0.000px + 100vw, 1920px);
    height: clamp(800px, 733.010px + 17.864vw, 1076px);
    ;
    margin: 0 auto;

}

.header-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    gap: 200px;
}

.header-container .header-logo {
    position: absolute;
}

.header-reserve {
    background-color: var(--main-color);
    margin-top: 10px;
    width: 80px;
    height: 30px;
}

.header-reserve a {
    color: var(--accent-color);
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    padding-top: 5px;
}

.main-copy {
    display: flex;
    justify-content: center;
    /* margin-top: 50px; */
}

.vertical-text {
    margin-top: 30px;
    position: absolute;
    right: 10px;
    font-size: clamp(16px, 12.117px + 1.036vw, 32px);
    ;
}

.about-text {
    line-height: 2.5;
    font-size: clamp(14px, 11.573px + 0.647vw, 24px);
    ;
    margin-top: 20px;
}

.about-section {
    position: relative;
    max-width: 1280px;
    width: 92%;
    margin: 0 auto;
}

.about-text_1 {
    writing-mode: vertical-lr;
    letter-spacing: 0.8rem;
}

.about-text_2 {
    padding-top: 480px;
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50vh;
    background-color: rgba(21, 41, 104, 0.3);
    color: var(--accent-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.5rem;
    padding-left: 20px;
    list-style-type: none;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
}

.open .main-nav {
    transform: translateY(0);
}

.ham-button {
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 1001;
    cursor: pointer;
}

.ham-button-line {
    display: block;
    width: 30px;
    height: 1px;
    background-color: var(--accent-color);
    margin: auto;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.ham-button-line::before,
.ham-button-line::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    position: absolute;
    transition: inherit;
}

.ham-button-line::before {
    top: -8px;
}

.ham-button-line::after {
    top: 8px;
}

.open .ham-button-line {
    background-color: transparent;
}

.open .ham-button-line::before {
    rotate: 45deg;
    top: 0;
}

.open .ham-button-line::after {
    rotate: -45deg;
    top: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    border: 0;
}

.about-image {
    width: clamp(375px, 30.573px + 98.408vw, 1920px);
    height: clamp(350px, 294.268px + 15.924vw, 600px);
    object-fit: cover;
    margin-top: clamp(40px, 26.624px + 3.822vw, 100px);
    ;
}

/* コンテンツ */
.contents-hotel {
    background-image: url(../images/image4.webp);
    height: 400px;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding-top: 10px;
}

.contents-restaurant {
    background-image: url(../images/image5.webp);
    height: 400px;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding-top: 10px;
    margin-top: 50px;
}

.contents-bridal {
    background-image: url(../images/image3.webp);
    height: 400px;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding-top: 10px;
    margin-top: 50px;
}

.top-text1,
.top-text3 {
    background-color: #15296880;
    color: var(--accent-color);
    letter-spacing: 0.3em;
    display: block;
    margin: 0 auto;
    width: 125px;
}

.top-text2 {
    font-size: 0.875rem;
    background-color: #15296880;
    color: var(--accent-color);
    letter-spacing: 0.3em;
    display: block;
    margin: 0 auto;
    width: 125px;
}

.bottom-text,
.bottom-text2 {
    writing-mode: vertical-rl;
    background-color: #0000004d;
    color: #ffffff;
    text-align: start;
    margin-top: 50px;
    padding: 10px 0;
    letter-spacing: 0.5em;
    font-size: 0.875rem;
    line-height: 3.0;
}

.contents-bridal .bottom-text {
    margin-top: 0;
}

.contents-list dl dd p {
    line-height: 2.5;
    font-size: 0.875rem;
    margin-top: 30px;
}

/* ニュース */
.news-list  dl dt {
    font-size: clamp(0.875rem, 0.655rem + 0.939vw, 1.5rem);
}

.news-list  dl dd {
    font-size: clamp(0.625rem, 0.493rem + 0.563vw, 1rem);
    margin: 15px auto;
}

.news-list dl {
    border-bottom: 0.5px solid var(--accent-color);
    margin-bottom: 20px;
}

.news-list:hover{
    transform: scale(1.1, 1.1);
    transition: 0.3s;
}

.news_add {
    display: none;
}

.more-text {
    font-size: clamp(0.625rem, 0.317rem + 1.315vw, 1.5rem);
    color: var(--main-color);
}

.stickarrow {
    width: 150%;
    height: 5px;
    border-bottom: 0.5px solid var(--main-color);
    border-right: 0.5px solid var(--main-color);
    transform: skew(45deg);
    margin: -5px 0 0 -3px;
}

.and-more {
    /* position: absolute;
    right: 50px; */
    display: flex;
    flex-direction: column;
}

.news-more {
    /* position: relative; */
    display: flex;
    justify-content: flex-end;
}

/* フッター */
.address-contents img {
    width: 180px;
    object-fit: cover;
    margin-top: 200px;
    margin-bottom: 30px;
}

.footer-address {
    text-align: left;
    font-size: 0.875rem;
    color: var(--main-color);
}

.address-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-address p {
    margin-bottom: 10px;
}

.footer-section {
    background-color: var(--main-color);
    color: var(--accent-color);
}

.footer-nav {
    text-transform: capitalize;
    font-weight: 400;
    line-height: 3.0;
    font-size: clamp(1.125rem, 1.081rem + 0.188vw, 1.25rem);
}

.footernav-container {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.footer-text {
    font-size: clamp(0.625rem, 0.581rem + 0.188vw, 0.75rem);
    display: flex;
    justify-content: center;
    gap: 10%;
    border-bottom: 0.5px solid var(--accent-color);
    padding-bottom: 5px;
    margin-top: 50px;
}

small {
    font-size: clamp(0.625rem, 0.581rem + 0.188vw, 0.75rem);
    display: block;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.main-nav :hover,
.header-logo:hover,
.header-reserve:hover,
.footer-nav li:hover,
.footernav-container div:hover,
.footer-text a:hover,
.address-contents a:hover,
.and-more:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}


@media (max-width: 767px) {
    .header-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1002; 
        background-color: transparent;
        padding: 6px 12px;
    }
    body {
        padding-top: 56px;
    }
}


@media (min-width:768px) {

    .section-wrapper,
    .dl-list p,
    .about-section,
    .contents-list {
        max-width: 1920px;
        width: 92%;
        margin: 0 auto;
    }

    /* ヘッダー */
    .main-nav {
        position: relative;
        height: 0;
        flex-direction: row;
        justify-content: space-between;
        max-width: 10vh;
        padding-left: 150px;
        font-size: clamp(0.875rem, 0.655rem + 0.939vw, 1.5rem);
    }

    .ham-button-line {
        background-color: rgb(255, 255, 255, 0);
    }

    .ham-button-line::before,
    .ham-button-line::after {
        background-color: rgb(255, 255, 255, 0);
    }

    .header-container {
        justify-content: space-between;
        padding: 0 10px;
        max-width: 1920px;
        width: 92%;
        margin: 0 auto;
    }

    .header-reserve a {
        font-size: clamp(0.875rem, 0.655rem + 0.939vw, 1.5rem);
    }

    .header-reserve {
        width: clamp(6.25rem, 5.150rem + 4.695vw, 9.375rem);
        height: clamp(2.188rem, 1.967rem + 0.939vw, 2.813rem);
    }

    /* メインビジュアル */

    /* コンテンツ */
    .hoteltext-box,
    .restauranttext-box,
    .bridaltext-box {
        width: fit-content;
        display: flex;
        flex-direction: column;
        padding-top: 100px;
        margin: 0;
    }

    .contents-list dl dd p {
        margin-top: 0;
        margin-bottom: 30px;
        font-size: clamp(14px, 11.771px + 0.637vw, 24px);
    }

    .hotel-box,
    .restaurant-box,
    .bridal-box {
        display: flex;
        flex-direction: row;
        gap: 3%;
    }

    .restaurant-box {
        flex-direction: row-reverse;
    }

    .contents-hotel,
    .contents-restaurant,
    .contents-bridal {
        width: min(50vw, 900px);
        height: clamp(24.375rem, 18.829rem + 23.662vw, 40.125rem);
    }

    .contents-list {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .contents-hotel {
        margin-top: 50px;
    }

    .top-text1,
    .top-text3 {
        position: absolute;
        top: 0;
        left: calc(min(50vw, 900px) + 3%);
        top: 50px;
        background-color: rgb(255, 255, 255, 0);
        color: #000000;
        text-align: left;
        font-size: clamp(1rem, 0.648rem + 1.502vw, 2rem);
    }

    .hotel-box,
    .restaurant-box,
    .bridal-box {
        position: relative;
        margin-top: clamp(3.125rem, -0.176rem + 14.085vw, 12.5rem);
    }

    .top-text2 {
        position: absolute;
        top: 0;
        right: calc(min(50vw, 900px) + 200px);
        top: 50px;
        background-color: rgb(255, 255, 255, 0);
        color: #000000;
        text-align: left;
        font-size: clamp(1rem, 0.648rem + 1.502vw, 2rem);
    }

    h2 {
        margin-bottom: 0;
    }

    .bottom-text {
        font-size: clamp(0.875rem, 0.655rem + 0.939vw, 1.5rem);
        position: absolute;
        left: 50px;
    }

    .bottom-text2 {
        font-size: clamp(0.875rem, 0.655rem + 0.939vw, 1.5rem);
        position: absolute;
        right: 50px;
    }

    /* ニュース */
    .news-content {
        margin-top: 80px;
        display: flex;
        justify-content: space-around;
        gap: 5%;
    }

    .news_add {
        display: block;
        font-size: clamp(0.875rem, 0.787rem + 0.376vw, 1.125rem);
    }

    /* フッター */
    .footer-nav {
        display: flex;
        gap: 20%;

    }

    .footernav-container {
        justify-content: flex-end;
        gap: 50%;
        padding-top: 10px;
    }


}