:root {
    --main-color: #e44141;
    --Black: #1e1e1e;
    --Gray: #e67a7a;
    --lightgray: #f3f3f3;
    --White: #fff;
}

body {
    background-color: var(--White);
    color: var(--Black);
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
        sans-serif;
    line-height: 2;
    font-size: 1rem;
}
img {
    width: 100%;
}

h2 {
    font-size: 1.75em;
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
    letter-spacing: 0.1em;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic,
        "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.h2_design {
    position: relative;
    color: var(--main-color);
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic,
        "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.75em;
}

.h2_design::before {
    content: "";
    width: 58px;
    height: 50px;
    /* border-radius: 50%; */
    /* background-color: var(--main-color); */
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    /* 画像の場合 */
    background-image: url(/assets/img/h2img.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

h3 {
    text-align: center;
    font-weight: bold;
    color: var(--Black);
    /* color: var(--main-color); */
    font-size: 1.2em;
}

i {
    color: var(--Black);
}

.mv img {
    height: calc(100vh / 1.3);
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .mv img {
        height: calc(100vh - 60px);
    }
}

.mv .wrapper {
    max-width: 100%;
    padding: 0;
    margin-block-start: 0;
    position: relative;
}

.mv .swiper {
    max-height: 700px;
}

.textWrap {
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    margin: 1rem;
    filter: drop-shadow(0px 0px 5px #000000);
}
.textWrap h2 {
    line-height: 1.1;
    color: var(--White);
    font-size: 1rem;
}
.textWrap img {
    max-width: 100px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .textWrap {
        margin: 0;
        top: 50%;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}

.wrapper {
    max-width: 900px;
    margin: auto;
    padding: 1rem;
    margin-block-start: 100px;
    margin-block-end: 80px;
}

.album .swiper-wrapper {
    transition-timing-function: linear;
}

.album img {
    height: auto;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

@media screen and (max-width: 768px) {
    section.mv {
        margin-block-start: 0;
    }
    section {
        margin-block-start: 50px;
    }
}

.column {
    display: flex;
    gap: 1rem;
}

.block {
    flex: 1;
}

.sentence {
    margin-block-start: 1rem;
    margin-block-end: 1rem;
    text-align: center;
}

.institution dl {
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .column {
        display: block !important;
    }
}

.policy ul {
    font-size: 0.75rem;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.policy li:first-child::after {
    content: "|";
    padding-left: 8px;
}

footer {
    text-align: center;
    font-size: 0.75rem;
}

.acess .column {
    display: flex;
    gap: 3rem;
    align-items: center;
}
.acess li::before {
    content: "❒";
}

/* map */
.gmap_iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

/* フッターボタン */
.reservation_btn {
    display: none;
}

@media screen and (max-width: 768px) {
    section.reservation_btn {
        padding: 0;
        width: 100%;
        margin-block-start: 0;
        font-size: 14px;
        z-index: 1;
    }
    .reservation_btn {
        display: block;
        position: fixed;
        bottom: 0;
        transition: 0.5s;
    }
    .reservation_btn li:first-child:hover {
        background-color: var(--Gray);
    }
    .reservation_btn li:last-child:hover {
        color: #fff;
    }

    .reservation_btn ul {
        display: flex;
        justify-content: space-between;
    }

    .reservation_btn li {
        padding: 1rem;
        flex: 1;
        text-align: center;
    }

    .reservation_btn li:first-child {
        background-color: var(--main-color);
        color: var(--White);
        font-weight: bold;
    }

    .reservation_btn li:last-child {
        color: var(--main-color);
        background-color: var(--lightgray);
        font-weight: bold;
    }

    footer {
        margin-block-end: 100px;
    }
}

.plan .inner {
    position: relative;
    background-image: url(/assets/guesthouse/photo2.webp);
    background-size: cover;
    text-align: center;
    padding: 4rem 0;
    transition: 0.5s;
    color: var(--White);
    z-index: 1;
}

.plan .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: -1;
}

.plan .inner h2 {
    color: var(--White);
}

.plan .inner img {
    max-width: 110px;
}

.plan .wrapper {
    max-width: 100%;
    padding: 0;
}

.plan .inner:hover {
    opacity: 70%;
}

.sp_language_ch {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp_language_ch {
        display: block;
        position: fixed;
        bottom: 75px;
        z-index: 99;
        right: 0;
        transition: 0.5s;
        background-color: var(--main-color);
        color: var(--White);
        border-radius: 4px 0 0 4px;
        padding: 1rem;
        font-size: 2rem;
        line-height: 1.3;
        text-align: center;
    }

    .sp_language_ch:hover {
        font-size: 3rem;
        background-color: var(--Gray);
    }

    .sp_language_ch p {
        font-size: 0.75rem;
    }

    .sp_language_ch i {
        color: var(--White);
    }
}

/* ================WordPress引き継ぎ================ */

/* バナー追跡 */
.tuiseki_banner {
    background: var(--main-color);
    padding: 1rem;
    width: 100px;
    position: fixed;
    z-index: 3;
    bottom: 0;
    right: 0;
    transition: 0.4s;
    color: var(--White);
    font-size: 0.75em;
    line-height: 1.3;
    text-align: center;
}

.tuiseki_banner:hover {
    width: 110px;
    padding-right: 1.5rem;
    transition: 0.4s;
    background: var(--Gray);
}

@media screen and (max-width: 768px) {
    .tuiseki_banner {
        display: none;
    }
}

/* 全体 */
.top #content {
    padding: 0;
}

.l-content {
    padding: 0;
}

.smb-spider-contents-slider .spider__slide {
    padding: 0;
}

/* フォントアイコン */
li {
    list-style: none;
}

.svg-inline--fa {
    padding-right: 0.5rem;
}

.fa-person-walking-luggage {
    font-size: 3em;
}

.fa-train-subway {
    font-size: 3em;
}

/* h2見出し */
h2 {
    letter-spacing: 0.1em;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic,
        "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

/* 3つのポイント(駅から何分) */
.three_point_section img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.three_point_section .wrapper {
    padding-top: 1.3rem;
}

.three_point_section {
    display: flex;
    gap: 1rem;
    max-width: 520px;
    margin: auto;
    margin-block-start: 2rem;
}

@media screen and (max-width: 768px) {
    .three_point_section {
        flex-direction: column;
        max-width: 167px;
    }
}

/* .count_p p {
    margin: 0;
    height: 2.3em;
    font-weight: bold;
} */

/* .count_p {
    text-align: center;
    border: solid 1px var(--main-color);
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin: auto;
    line-height: 90px;
} */

/* .serif_shado {
    text-align: center;
    font-style: italic;
    font-family: "Zen Antique", serif;
    padding-top: 11px;
}

.serif_shado span {
    font-size: 3.7em;
    padding-right: 0.4rem;
    font-weight: 100;
}

.under_p {
    font-size: 0.6rem;
} */

/* @media (min-width: 459px) and (max-width: 599px) {
    .serif_shado span {
        font-size: 2.9em;
        padding-right: 0;
    }

    .count_p p {
        font-size: 0.8em;
    }
} */

/* ギャラリー */
/* .album .swiper-slide img {
    width: 100%;
    height: auto;
} */

.album {
    max-width: 800px;
    margin: 0 auto;
}

.photo-swiper-main {
    width: 100%;
    height: calc(100vh / 2);
    margin-bottom: 10px;
}

.photo-swiper-main .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* サムネイルスライダーの高さ */
.photo-swiper-thumbs img {
    width: 100%;
    height: calc(100vh / 12) !important;
}

.photo-swiper-thumbs .swiper-slide {
    width: auto;
    height: 100%;
    opacity: 0.5;
}

.photo-swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.photo-swiper-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

/* アクセス */
@media screen and (max-width: 899px) {
    #access_section {
        padding: 0 1rem;
    }

    .fa-person-walking-luggage {
        font-size: 2.5em;
    }

    .fa-train-subway {
        font-size: 2.5em;
        margin-top: 1rem;
    }
}

/* コンセプト */
#concept_section {
    padding: 0 1rem;
}

/* フッター */
@media screen and (max-width: 640px) {
    .l-footer__foot,
    .l-footer__widgetArea {
        padding-bottom: 7em;
    }
}

.foot_p {
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 0.4em;
    margin-top: 3rem;
}

/* メニューバー言語 */
.menu-item-950 {
    background: var(--main-color);
    color: var(--White);
    margin-left: 4rem;
}

.menu-item-943 {
    background: var(--main-color);
    color: var(--White);
    margin-left: 4rem;
}

/* 下層ページ */
.c-pageTitle {
    padding-top: 4rem;
}

/* 追記バナー修正 */
#tuiseki_banner img {
    height: 100% !important;
}

#tuiseki_banner_sp img {
    height: auto !important;
}

#tracking-banner .wp-block-column {
    padding: 1rem 0;
}

/* スマホ追跡バナー */
@media screen and (min-width: 639px) {
    #tracking-banner {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    .l-footer .copyright {
        margin-bottom: 5rem;
    }
}

.w-beforeFooter {
    margin: 0em auto 0em;
}

#tracking-banner {
    z-index: 99;
    position: fixed;
    bottom: 0;
    padding: 0px;
}

#tracking-banner {
    gap: 0 !important;
}

.redtriangle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--main-color);
    margin: auto;
}

.l-header .l-container {
    background: linear-gradient(-135deg, #0000004a, #ffffff00);
}

@media screen and (max-width: 961px) {
    .l-header .l-container {
        background: unset;
    }
}

/* ユーザーアイコン */
.l-header .c-gnav .ttl {
    line-height: 1.3;
}

.l-header .svg-inline--fa {
    padding-right: 0;
    height: 1.2rem;
}

/* 丸いやつ英語 */
.station_p {
    line-height: 1.3;
    font-size: 0.9rem;
    padding: 1.1rem;
}

.count_p p {
    line-height: 1.2;
}

/* 追跡バナー */
#tuiseki_banner_sp {
    display: none;
}

/* 遅延アニメーション */
.animate {
    opacity: 0;
    transform: translateY(50px);
    transition:
        opacity 1s ease-out,
        transform 1s ease-out;
}

.animate-active {
    opacity: 1;
    transform: translateY(0);
}

/* 404 */

.errortitle {
    font-size: 4rem;
    text-align: center;
}

body.error_404 section.policy_wrapper {
    text-align: center;
    background-color: var(--lightgray);
}

.wrapper404 {
    text-align: center;
}

/* swiper不調のための処置 */

/* .album .swiper {
    height: calc(100vh / 4);
} */

/* 改行 */
.brsp {
    display: none;
}
.brpc {
    display: block;
}

@media screen and (max-width: 768px) {
    .brsp {
        display: block;
    }
    .brpc {
        display: none;
    }
}
