/*
Theme Name:sakura-cafe
*/

#wpadminbar {
    display: none;
}
.acf-field textarea {
    height: 100px !important;
}
:root {
    --heading-color: linear-gradient(90deg, #ff6347 0%, #ed4d30 100%);
    --button-color: linear-gradient(90deg, #ff6347 0%, #ed4d30 100%);
}

html {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 30px */
    scroll-behavior: smooth;
}
.width--960 {
    width: 960px !important;
}
.margin-0 {
    margin: 0;
}
.padding-0 {
    padding: 0 !important;
}
.gap-0 {
    gap: 0 !important;
}
.margin-bottom {
    margin-bottom: 48px;
}
.flex--column {
    flex-direction: column !important;
    align-items: center;
}
.text-align--center {
    text-align: center;
}
.white-space--wrap {
    white-space: pre-wrap;
}
.h1 {
    margin: 0;
}
h3,
h4,
h5,
h6 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
h4 {
    font-weight: 600;
}
h5 {
    font-weight: 500;
}
h6 {
    font-weight: 400;
}
.ul--reset {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 96px;
}
a {
    color: initial;
    text-decoration: none;
}
/*
.main__content a {
    text-decoration: underline;
}
*/
img {
    max-inline-size: 100%;
}
button {
    all: unset;
}
:where(nav li)::before {
    display: none;
}
a,
button,
input,
summary {
    transition: all 0.3s;
    cursor: pointer;
}

summary {
    /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
    display: flex;
}
summary::-webkit-details-marker {
    /* Safariで表示されるデフォルトの三角形アイコンを消します */
    display: none;
}

.header {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 10;
}
.header__logo {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
}
.header__list,
.header__nav {
    display: flex;
    height: 45px;
    gap: 12px;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
}
.header__list a {
    display: flex;
    gap: 6px;
    padding: 12px 8px;
    align-items: center;
    margin: 0;
}
.header__list .header__lang {
    padding: 12px 20px;
}
.header__list span {
    margin-left: -6px;
}
.hotels__list {
    /*display: none;*/
    display: flex;
    padding-top: 25.5px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    transition: all 0.3s;
}
.hotels__list a {
    padding: 20px;
    color: #fff;
    background: #000;
    transition: all 0.3s;
}
/*
.header__list--color {
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(90deg, #e503a7 0%, #e4026a 100%);
}
*/
.hamburger {
    all: unset;
    display: none;
    width: 45px;
    height: 45px;
    padding: 0;
    cursor: pointer;
    background-image: url("images/react-icons-fi-menu.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
.hamburger.--active {
    all: unset;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 20;
    background-image: url("images/close.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
.hamburger__menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    overflow: auto;
    z-index: 15;
    background: linear-gradient(180deg, #ff6347 0%, #ed4d30 100%);
}
.hamburger__menu.--open {
    display: flex;
    padding: 72px;
    flex-direction: column;
    color: #fff;
    gap: 72px;
}
/*
.hamburger__menu .header__lang {
    display: flex;
    width: fit-content;
    margin: 6px 10px;
    padding: 6px 10px;
    align-items: center;
    gap: 6px;
    border: 0;
    background: #fff;
    border-radius: 4px;
}
*/
.hamburger__menu__box {
    display: flex;
    align-items: flex-start;
    margin: 0;
}
.hamburger__menu__box > ul {
    margin: 0;
}
.hamburger__menu__title {
    display: flex;
    width: 100%;
    max-width: 300px;
    padding: 8px 20px;
    align-items: flex-start;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.hamburger__menu__list {
    display: flex;
    padding: 12px 20px;
    align-items: flex-start;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.hamburger__menu__list select {
    outline: none;
    border: 0;
    background: #fff;
}
.lang-selector-container {
    position: relative;
}
.lang-selector-bg {
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.lang-selector-box {
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    padding: 6px 10px;
    position: relative;
    max-width: 100%;
    width: 160px;
    z-index: 2;
}
.lang-selector-box::before {
    content: url(images/react-icons-bi-world.svg);
    display: inline-block;
    line-height: 1.2;
    margin-right: 0.5em;
    vertical-align: middle;
}
.lang-selector-list {
    background-color: #fff;
    color: #333;
    display: none;
    position: absolute;
    top: 105%;
    width: 100%;
    z-index: 2;
}
.lang-selector-list li {
    padding: 10px;
}
.lang-selector-list li.selected {
    background-color: #f2f2f2;
}
.main__visual {
    height: 680px;
    width: 100%;
    object-fit: cover;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
        url(http://sakura-hotel.local/wp-content/uploads/2024/09/top_img_sepia.jpg) lightgray 50% /
            cover no-repeat;*/
    position: relative;
}
.main__visual img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.main__visual__inner {
    display: flex;
    max-width: 1400px;
    width: 100%;
    padding: 0px 60px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main__visual__title {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    max-width: 60%;
}
.main__visual__search {
    display: flex;
    max-width: 360px;
    /*width: 100%;*/
    padding: 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    flex: 1 0 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
}
.main__visual__search__list,
.main__visual__search__list li,
.main__visual__search__button {
    margin: 0;
}
.main__visual__search__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    list-style-type: none;
}
.main__visual__search__list li {
    display: flex;
    gap: 6px;
    padding: 16px 10px;
    align-items: center;
}
.main__visual__search__button {
    display: flex;
    width: 100%;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(90deg, #e503a7 0%, #e4026a 100%);
}

.main__content {
    max-width: 1400px;
    width: 80%;
    padding: 60px 30px;
}
.main__content img,
.main__content video {
    max-width: initial;
    width: 100%;
}
.card {
    display: flex;
    max-width: 1400px;
    width: 100%;
    padding: 30px 0;
    flex-direction: column;
    gap: 60px;
    font-size: 15px;
    line-height: 200%;
    font-weight: 400;
}
.card__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(90deg, #ff6347 0%, #ed4d30 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card__title h2 {
    font-size: 96px;
    font-weight: 700;
    line-height: 100%;
}
.card__title span {
    font-size: 24px;
    line-height: 150%;
}
.news__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 12px;
    align-self: stretch;
    line-height: 150%;
}
.news__list dl,
.news__list dt,
.news__list dd,
.news__list .card__button {
    margin: 0;
}
.news__list a {
    width: 100%;
}
.news__list dl {
    width: 100%;
    display: flex;
    padding: 18px 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 6px;
    background: #f7f7f7;
}
.card__button__wrap {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}
.card__button {
    margin-top: auto;
    margin-left: auto;
    text-align: end;
    line-height: 200%; /* 30px */
    text-decoration-line: underline;
    /*text-decoration: none !important;*/
}
.card__button--color {
    padding: 4px 24px;
    margin-top: auto;
    margin-left: auto;
    color: #fff;
    text-align: end;
    font-size: 12px;
    line-height: 200%;
    text-decoration-line: none;
    border-radius: 8px;
    background: linear-gradient(90deg, #e503a7 0%, #e4026a 100%);
}
.card__inner {
    display: flex;
    width: 100%;
    justify-content: center;
    /*align-items: center;*/
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.03);
}
.card__inner--no-button {
    border-radius: initial;
    overflow: initial;
    box-shadow: none;
}
.card__inner img {
    width: 50%;
    object-fit: cover;
}
.flex--column img {
    width: 100% !important;
}
.card__text {
    display: flex;
    position: relative;
    width: 100%;
    padding: 48px;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
}
.card__text__title,
.card__text p,
.card__text ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.card__text .margin-bottom {
    margin-bottom: 48px;
}
.card__text__title {
    font-size: 48px;
    line-height: 130%;
}
.card__text li {
    line-height: 180%;
}

.card--service {
    flex-direction: row;
}
.card--service img {
    width: calc(50% - 30px);
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__inner {
    display: flex;
    max-width: 1400px;
    width: 100%;
    padding: 24px 72px 72px;
    justify-content: space-between;
    align-items: flex-start;
}
.footer__inner img {
    margin-top: 12px;
    height: 48px;
}
.footer__list__wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 72px;
}
.footer__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.footer__list ul {
    margin: 0;
}
.footer__list,
.footer__list span,
.footer__list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer__list span,
.footer__list li {
    padding: 12px 20px;
}
.footer__list span {
    font-weight: 600;
}
.footer__copy {
    width: 100%;
    display: flex;
    padding: 24px;
    justify-content: center;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    background: linear-gradient(180deg, #ff6347 0%, #ed4d30 100%);
}

/*----------headerの高さ分のmargin----------*/
.top {
    margin-top: 96px;
}

/*----------ホテル詳細 部屋タイプ----------*/

.hotel__roomtype--container {
    margin-top: 40px;
    padding: 0 max(40px, 10%);
    width: 100%;
}

.hotel__roomtype--title {
    text-align: center;
}

.hotel__roomtype--slider--item {
    padding: 0 10px;
}

.hotel__roomtype--slider--item--image img {
    object-fit: fill;
}

.hotel__roomtype--slider--item--name {
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
}

.hotel__roomtype--slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 30%;
    text-align: center;
}

.hotel__roomtype--slider .slick-arrow img {
    height: auto;
    width: clamp(30px, 4vw, 40px) !important;
}

.hotel__roomtype--slider .prev-arrow {
    left: min(-6%, -40px);
}

.hotel__roomtype--slider .next-arrow {
    right: min(-6%, -40px);
}

/*---------サクラカフェcss（sc）----------*/
.mv__text-box {
    position: absolute;
    /* left: 2em;
    bottom: 2em; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    line-height: normal;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(90deg, #ff6347 0%, #ed4d30 100%);
    padding: max(1.25%, 12px) max(2%, 20px) max(1.75%, 16px);
    border-radius: 6px;
}
.mv__main-text {
    margin: 0;
    font-size: 3.75vw;
    line-height: 120%;
    /* margin-bottom: 0.5em; */
    /* padding: 0 2em; */
    white-space: nowrap;
    letter-spacing: calc(1 * 0.25rem);
    font-family: "Secular One", sans-serif;
}
.mv__sub-text {
    display: block;
    margin: 0;
    line-height: normal;
    font-weight: 500;
    /* padding-right: 1.5em; */
}
.sc .main__content {
    display: flex;
    flex-direction: column;
    max-width: 1160px;
    /*padding-left: 0;
    padding-right: 0;*/
    gap: 48px;
}
.sc * {
    margin: 0;
    line-height: normal;
}

.sc #menu {
    padding: 0;
}
.sc #menu h2 {
    font-size: 2rem;
    margin-bottom: 1.5em;
    text-align: center;
}
.sc #menu h3 {
    font-size: 1.5rem;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ff6347;
    text-align: center;
}
.sc-color {
    color: #ff6347;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.menu__flex-wrap {
    gap: 0.75rem;
}
#menu .category {
    display: flex;
    padding: 1em 1.5em;
    align-items: flex-start;
    border-radius: 0.5em;
    font-size: 14px;
    line-height: normal;
    background: linear-gradient(90deg, #ff6347 0%, #ed4d30 100%);
    color: #fff;
}
.sc #menu section h3:not(#category h3) {
    margin-top: 3em;
}
.sc #menu section .flex-column + .flex-column {
    margin-top: 1.5em;
}
.sc #menu section h3 + p {
    margin-top: 0.75em;
}
.sc #menu section .card__title + .flex-column {
    margin-top: 1.5em;
}
#category h3 {
    margin-bottom: 0.875em;
}
.menu-list {
    display: grid;
    row-gap: 1.5em;
    column-gap: 0.75em;
    /*grid-template-rows: repeat(4, minmax(0, 1fr));*/
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1em;
}
.menu-list--no-image {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}
.menu-list__item {
    display: flex;
    flex-direction: column;
    /*gap: 1rem;*/
}
.menu-list__item--no-image {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}
.menu-list__item--no-image:first-child {
    border-top: 1px solid #ccc;
}
.menu-img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.menu-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 110%; /* 15.4px */
}
.menu-price {
    font-weight: 700;
    line-height: 150%; /* 24px */
    margin-top: 0.25em;
}
.menu-text {
    font-size: 14px;
    margin-top: 0.25em;
}
.sns {
    display: flex;
    position: absolute;
    left: 48px;
    bottom: 48px;
}
.sns__link,
.sns__link .sns__icon {
    display: block;
    width: 32px;
    height: 32px;
}
.sns__link:not(:last-child) {
    margin-right: 0.375em;
}
.header__lang {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1279px) {
    .mv__main-text {
        font-size: max(3.75vw, 36px);
    }
    .sns {
        display: flex;
        position: initial;
        /* left: auto;
        bottom: auto;
        top: 28px;
        right: 28px; */
    }
    .sns__link,
    .sns__link .sns__icon {
        width: 24px;
        height: 24px;
    }
}
@media screen and (max-width: 1023px) {
    #menu .category {
        padding: 0.75em 1.25em;
        font-size: 12px;
    }
    .menu__flex-wrap {
        gap: 0.5rem;
    }
    .menu-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media screen and (max-width: 799px) {
    .sc #menu h2 {
        font-size: 1.75rem;
    }
    .sc #menu h2 {
        margin-bottom: 1em;
    }
    .sc #menu section h3 {
        margin-top: 1em;
    }
    .menu-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 1em;
        column-gap: 0.5em;
    }
}
@media screen and (max-width: 767px) {
    .mv__main-text {
        font-size: max(4.6785vw, 24px);
    }
    .mv__sub-text {
        font-size: 0.6875em;
    }
}
@media screen and (max-width: 599px) {
    .mv__text-box {
        width: 90vw;
    }
    .mv__main-text {
        white-space: normal;
        letter-spacing: calc(1 * 0.125rem);
        text-align: center;
    }
}

/*----------レスポンシブ----------*/
@media screen and (max-width: 1399px) {
    .main__content,
    .footer__inner {
        max-width: 1280px;
    }
}
@media screen and (max-width: 1279px) {
    .margin-bottom,
    .card__text .margin-bottom {
        margin-bottom: 28px;
    }
    .header__responsive {
        display: none;
    }
    .hamburger {
        display: flex;
    }
    .main__visual__inner {
        padding: 0 30px;
        gap: 12px;
    }
    .main__visual__title {
        font-size: 48px;
        line-height: 150%;
    }
    .main__visual__search {
        min-width: 354px;
    }
    .main__content {
        max-width: 1024px;
        padding: 0 0 30px;
    }
    .card__title h2 {
        font-size: 72px;
        line-height: 100%;
    }
    .card__inner {
        flex-direction: column;
    }
    .card__inner img {
        width: 100%;
    }
    .card__text {
        padding: 28px;
        gap: 16px;
    }
    .card--service {
        gap: 24px;
    }
    .card--service img {
        width: calc(50% - 12px);
    }
    .footer__inner img {
        display: none;
    }
    .footer__inner {
        justify-content: center;
        padding: 24px 48px 72px;
    }
}
@media screen and (max-width: 767px) {
    .main {
        margin-top: 60px;
    }
    .main__visual__search__list li {
        padding: 10px;
    }
    .header {
        display: flex;
        width: 100%;
        padding: 12px;
        justify-content: space-between;
        align-items: center;
    }
    .header {
        padding: 12px;
    }
    .header__logo {
        height: 30px;
    }
    .header__list,
    .header__nav {
        height: 36px;
        padding: 0;
        gap: 6px;
    }
    .header__list a {
        font-size: 12px;
        line-height: 150%;
        padding: 9px 12px;
    }
    .header__list img {
        width: 18px;
    }
    /*
    .header__list li:nth-child(3) {
        position: fixed;
        bottom: 24px;
        right: 24px;
        z-index: 10;
    }
    .header__list li:nth-child(3) a {
        box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
    }
    */
    .hamburger,
    .hamburger.--active {
        width: 36px;
        height: 36px;
    }
    .hamburger__menu.--open {
        padding: 36px 36px 72px;
    }
    .main__visual__inner {
        flex-direction: column;
        top: 50%;
        gap: 36px;
    }
    .main__visual__title {
        text-align: center;
        max-width: unset;
        font-size: 30px;
        line-height: 150%;
    }
    .main__visual__search {
        max-width: none;
        min-width: auto;
        width: 100%;
    }
    /*
    .main__visual__search__list li:nth-child(1),
    .main__visual__search__list li:nth-child(4) {
        display: none;
    }
    */
    .main__content {
        width: 100%;
        padding: 0 10px;
        gap: 0;
    }
    .card {
        padding: 16px 0;
        gap: 16px;
    }
    .card__title {
        gap: 4px;
        padding: 6px;
    }
    .card__title h2 {
        font-size: 48px;
    }
    .card__title span {
        font-size: 16px;
        line-height: 150%;
    }
    .news__list {
        font-size: 14px;
        line-height: 150%;
        gap: 8px;
    }
    .card__text__title {
        font-size: 36px;
        line-height: 130%;
    }
    .card--service img {
        width: calc(50% - 8px);
    }
    .footer__list span,
    .footer__list li {
        padding: 12px;
    }
    .footer__copy {
        font-size: 10px;
        line-height: 150%;
    }
}
@media screen and (max-width: 599px) {
    .header__list li:nth-child(4) {
        display: none;
    }
    .hamburger__menu__box {
        flex-direction: column;
    }
    .hamburger__menu__box--hotels {
        margin-left: 1em;
    }
    .hamburger__menu__title {
        padding: 12px 20px;
    }
    .card--service {
        flex-direction: column;
    }
    .card--service img {
        width: 100%;
    }
    .footer__list__wrap {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }
    .footer__inner {
        padding: 24px 24px 72px;
    }
}
@media screen and (max-width: 440px) {
    .main__visual {
        max-height: calc(100vh - 54px);
        max-height: calc(100dvh - 54px);
    }
    .main__visual__title {
        font-size: 24px;
        line-height: 150%;
    }
    .margin-bottom,
    .card__text .margin-bottom {
        margin-bottom: 16px;
    }
    .header__list span {
        display: none;
    }
    .hamburger__menu.--open {
        padding: 24px 24px 48px;
        gap: 36px;
    }
    .card {
        font-size: 12px;
    }
    .card__text {
        padding: 16px;
        gap: 10px;
    }
    .card__text__title {
        font-size: 24px;
        line-height: 130%;
    }
    .card__text p {
        font-size: 12px;
        line-height: 200%;
    }
    .footer__inner {
        justify-content: center;
        padding: 24px 12px 72px;
    }
}
@media (hover: hover) {
    a:hover,
    button:hover,
    input:hover,
    summary:hover {
        opacity: 0.7;
    }
    .hover:hover .hotels__list {
        opacity: 1;
        display: flex;
        visibility: visible;
    }
    .hotels__list:hover {
        display: flex;
    }
}
