@charset "UTF-8";
:root {
    --font-ja: "Noto Sans JP", sans-serif;
    --main-blue: #0079c3;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fs-13 {
    font-size: 0.825rem;
}

.fs-15 {
    font-size: 0.9375rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-25 {
    font-size: 1.5625rem;
}

.fs-26 {
    font-size: 1.5rem;
}

.fs-28 {
    font-size: 1.75rem;
}

.f-bold {
    font-weight: 700;
}

.lh-14 {
    line-height: 1.4;
}

.lh-18 {
    line-height: 1.8;
}

.color-1 {
    color: #7F4F21;
}

.text-align-right {
    text-align: right;
}

.pc-only {
    display: inherit !important;
}

.sp-only {
    display: none !important;
}

@media (max-width: 600px) {
    .fs-sm-13 {
        font-size: 0.825rem !important;
    }
    .fs-sm-16 {
        font-size: 1rem !important;
    }
    .fs-sm-25 {
        font-size: 1.5625rem !important;
    }
    .lh-sm-14 {
        line-height: 1.4 !important;
    }
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: inherit !important;
    }
    .w-sp-100 {
        width: 100% !important;
    }
}
/* レスポンシブ対応 */
@media (min-width: 600.1px) and (max-width: 768px) {
    body {
        zoom: calc(100vw / 768px);
    }
}
@media (max-width: 400px) {
    body {
        zoom: calc(100vw / 400px);
    }
}
body {
    color: #ffffff;
    font-family: var(--font-ja);
    font-size: 1rem;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    background-color: #EBEEE8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    color: var(--main-blue);
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    top: -1px;
}

a:active {
    transition: ease 0.1s;
    text-decoration: none;
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    top: 0px;
}

p {
    margin: 0;
    padding: 0;
    text-align: justify;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

header {
    width: 100%;
    min-height: 300px;
    background: linear-gradient(0deg, rgb(71, 165, 255) 12%, rgb(159, 204, 243) 58%, rgb(216, 237, 255) 100%);
    display: flex;
    position: relative;
}
@media (max-width: 499.9px) {
    header {
        min-height: 500px;
    }
}
@media (max-width: 960px) {
    header .wrap--main-block {
        margin-right: auto;
        margin-left: auto;
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media (max-width: 600px) {
    header .wrap--main-block {
        flex-direction: column;
    }
}
header .wrap--main-block .page-title {
    flex: 0 1 500px;
    display: flex;
    justify-content: center;
}
@media (min-width: 1300px) {
    header .wrap--main-block .page-title {
        flex: 0 1 calc(100cqw - 700px - 7cqw);
    }
}
@media (max-width: 600px) {
    header .wrap--main-block .page-title {
        flex: 0 1 0%;
    }
}
header .wrap--main-block .page-title .title-logo {
    margin-top: 36px;
    margin-left: 5.5cqw;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
}
@media (min-width: 1300.1px) {
    header .wrap--main-block .page-title .title-logo {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1300px) {
    header .wrap--main-block .page-title .title-logo {
        margin-right: 20px;
        margin-bottom: 100px;
        align-items: center;
        display: flex;
    }
}
@media (max-width: 960px) {
    header .wrap--main-block .page-title .title-logo {
        margin-right: 20px;
        margin-left: auto;
    }
}
@media (max-width: 600px) {
    header .wrap--main-block .page-title .title-logo {
        margin-top: 16px;
        margin-right: auto;
        margin-bottom: 0;
        max-width: 307px;
        align-items: flex-start;
    }
}
header .wrap--main-block .page-lead {
    margin: 0 0 0 auto;
    flex: 0 1 700px;
}
@media (max-width: 600px) {
    header .wrap--main-block .page-lead {
        flex: 1;
    }
}
header .wrap--main-block .page-lead .block--page-lead {
    margin-top: 40px;
    margin-bottom: 120px;
    padding: 20px 40px;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 12px;
}
@media (max-width: 1300px) {
    header .wrap--main-block .page-lead .block--page-lead {
        padding: 20px 24px;
    }
}
@media (max-width: 600px) {
    header .wrap--main-block .page-lead .block--page-lead {
        margin-top: 8px;
        padding: 15px 20px;
    }
    header .wrap--main-block .page-lead .block--page-lead p {
        letter-spacing: -0.01em;
    }
}

nav {
    margin-top: -100px;
    margin-bottom: 20px;
    padding: 20px 16px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background: rgba(235, 238, 232, 0.2);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 999;
}
@media (max-width: 499.9px) {
    nav {
        margin-top: -142px;
        margin-bottom: 10px;
    }
}
nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
@media (max-width: 499.9px) {
    nav ul {
        width: 300px;
    }
}
nav ul li {
    margin: 0;
    padding: 0;
    flex: 1;
    max-width: 140px;
}
@media (max-width: 499.9px) {
    nav ul li {
        max-width: 90px;
        min-width: 90px;
    }
}
nav ul li a {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 40px;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 700;
    color: #6A3906;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease 0.2s;
}

.wrap--section-area {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#kobe.wrap--section-area {
    margin-top: -1px;
}

.bgImage-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    clip-path: inset(0);
    z-index: -1;
}

.bgImage-fixed {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 0 center;
    background-repeat: no-repeat;
}
#kobe .bgImage-fixed {
    background-image: url(../images/kobe/kobe-kv-pc.webp);
}
#tajima .bgImage-fixed {
    background-image: url(../images/tajima/tajima-kv-pc.webp);
}
#tanba .bgImage-fixed {
    background-image: url(../images/tanba/tanba-kv-pc.webp);
}
#harima .bgImage-fixed {
    background-image: url(../images/harima/harima-kv-pc.webp);
}
#awajishima .bgImage-fixed {
    background-image: url(../images/awajishima/awajishima-kv-pc.webp);
}
@media (min-width: 1920.1px) {
    .bgImage-fixed {
        background-size: cover;
        background-position: 0 center;
        height: 1021px;
    }
}
@media (max-width: 1920px) {
    .bgImage-fixed {
        background-size: cover;
        background-position: center 0;
        height: 1021px;
    }
    #harima .bgImage-fixed {
        background-position: center right;
    }
}
@media (max-width: 960px) {
    .bgImage-fixed {
        height: 760px;
    }
    #kobe .bgImage-fixed {
        background-image: url(../images/kobe/kobe-kv-tab.webp);
    }
    #tajima .bgImage-fixed {
        background-image: url(../images/tajima/tajima-kv-tab.webp);
    }
    #tanba .bgImage-fixed {
        background-image: url(../images/tanba/tanba-kv-tab.webp);
    }
    #harima .bgImage-fixed {
        background-image: url(../images/harima/harima-kv-tab.webp);
    }
    #awajishima .bgImage-fixed {
        background-image: url(../images/awajishima/awajishima-kv-tab.webp);
    }
}
@media (max-width: 600px) {
    .bgImage-fixed {
        position: relative;
        background-size: cover;
        height: 600px;
    }
    #kobe .bgImage-fixed {
        background-image: url(../images/kobe/kobe-kv-sp.webp);
    }
    #tajima .bgImage-fixed {
        background-image: url(../images/tajima/tajima-kv-sp.webp);
    }
    #tanba .bgImage-fixed {
        background-image: url(../images/tanba/tanba-kv-sp.webp);
    }
    #harima .bgImage-fixed {
        background-image: url(../images/harima/harima-kv-sp.webp);
    }
    #awajishima .bgImage-fixed {
        background-image: url(../images/awajishima/awajishima-kv-sp.webp);
    }
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000000;
}

.bg-01 {
    background-color: #EBEEE8;
}

.bg-02 {
    background-color: #7F4F21;
}

.bg-kobe-color {
    background-color: #DDE78F;
}

.bg-tajima-color {
    background-color: #ADDBD8;
}

.bg-tanba-color {
    background-color: #D1BEDC;
}

.bg-harima-color {
    background-color: #B6CCEA;
}

.bg-awajishima-color {
    background-color: #F7C7C6;
}

.wrap--main-block {
    margin-right: 5cqw;
    width: 100%;
    display: flex;
}

@media (max-width: 960px) {
    .wrap--section-area .wrap--main-block {
        margin-right: auto;
        margin-left: auto;
        padding-right: 16px;
        padding-left: 16px;
        flex-direction: column;
    }
}
.main {
    margin: 0 0 0 auto;
    padding: 102px 40px 80px 40px;
    flex: 0 1 700px;
    display: block;
    background: #fff;
    color: #000;
    position: relative;
}
@media (max-width: 960px) {
    .main {
        margin: 0 auto 40px;
        padding: 40px;
        max-width: 700px;
        background: rgba(255, 255, 255, 0.8666666667);
        border-radius: 12px;
    }
}
@media (max-width: 600px) {
    .main {
        margin: 0 auto 40px;
        padding: 40px 16px;
        background: #fff;
    }
}
.main::before {
    content: "";
    width: calc(100% - 24px);
    height: 0;
    border-top: none;
    margin-inline: auto;
    padding-bottom: 4px;
    background-image: linear-gradient(to right, #999, #999 10px, transparent 5px, transparent 2px);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 15px 4px;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#kobe .main {
    border-radius: 12px 12px 0 0;
}
@media (max-width: 960px) {
    #kobe .main {
        border-radius: 12px;
    }
}

#awajishima .main:has(.card--spot) {
    border-radius: 0 0 12px 12px;
}
@media (max-width: 960px) {
    #awajishima .main:has(.card--spot) {
        border-radius: 12px;
    }
}

#kobe .main::before {
    border-color: #DDE78F;
    background-image: linear-gradient(to right, #DDE78F, #DDE78F 10px, transparent 5px, transparent 2px);
}

#tajima .main::before {
    border-color: #ADDBD8;
    background-image: linear-gradient(to right, #ADDBD8, #ADDBD8 10px, transparent 5px, transparent 2px);
}

#tanba .main::before {
    border-color: #D1BEDC;
    background-image: linear-gradient(to right, #D1BEDC, #D1BEDC 10px, transparent 5px, transparent 2px);
}

#harima .main::before {
    border-color: #B6CCEA;
    background-image: linear-gradient(to right, #B6CCEA, #B6CCEA 10px, transparent 5px, transparent 2px);
}

#awajishima .main::before {
    border-color: #F7C7C6;
    background-image: linear-gradient(to right, #F7C7C6, #F7C7C6 10px, transparent 5px, transparent 2px);
}

.area-header {
    flex: 0 1 500px;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 0;
}
@media (max-width: 960px) {
    .area-header {
        position: relative;
    }
}

.area-header .area-name {
    margin: 130px 0 0 60px;
    width: 100%;
    max-width: 200px;
    height: 136px;
    position: relative;
    display: block;
    z-index: 1;
}
@media (max-width: 960px) {
    .area-header .area-name {
        margin: 130px 20px 40px 60px;
        position: sticky;
        top: 100px;
    }
}
@media (max-width: 600px) {
    .area-header .area-name {
        margin: 130px auto 20px;
        position: relative;
        top: 0;
    }
}

.area-header .area-lead {
    margin: 50px 0 80px 0;
    padding: 0 20px 0 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
}
@media (max-width: 960px) {
    .area-header .area-lead {
        margin: 20px 0 230px auto;
        padding: 0;
        width: 60%;
        max-width: 500px;
    }
}
@media (max-width: 600px) {
    .area-header .area-lead {
        margin: 20px auto 180px;
        width: 100%;
    }
}
.area-header .area-lead .block-area-lead {
    margin: 0;
    padding: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
}
@media (max-width: 960px) {
    .area-header .area-lead .block-area-lead {
        position: relative;
        right: -16px;
        margin: 0 0 0 auto;
        padding: 20px 60px 20px 20px;
        max-width: 500px;
    }
}
@media (max-width: 600px) {
    .area-header .area-lead .block-area-lead {
        right: 0;
        margin: 0 auto;
        padding: 16px;
        max-width: 100%;
    }
}

.area-header .area-lead p {
    margin: 0 0 0 auto;
    max-width: 415px;
}
@media (max-width: 960px) {
    .area-header .area-lead p {
        margin: 0 auto 0 0;
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    .area-header .area-lead p {
        margin: 0;
        max-width: 100%;
    }
}

.card--spot {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.card--spot + .card--spot {
    margin-top: 80px;
}
@media (max-width: 600px) {
    .card--spot + .card--spot {
        margin-top: 60px;
    }
}

.spot-name {
    margin: 0;
    padding: 2px 20px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
    min-height: 40px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spot-name h3 {
    margin: 0;
    text-align: center;
    font-weight: 500;
}

.spot-info {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 30px;
}

.spot-info p {
    display: flex;
    gap: 5px;
}
.spot-info p img {
    margin-top: 1px;
    width: 16px;
    height: 16px;
}

.spot-lead-text {
    margin: 0;
}

.spot-text {
    margin: 0;
}

.spot-photos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (max-width: 600px) {
    .spot-photos {
        flex-direction: column;
    }
}

.spot-photos .w-full {
    width: 100%;
    background-color: #EBEEE8;
}

.spot-photos .w-half {
    flex: 1 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
    background-color: #EBEEE8;
}
@media (max-width: 600px) {
    .spot-photos .w-half {
        flex: 1;
        max-width: 100%;
    }
}

.spot-text {
    margin: 0;
}

.wrap--main-block.stay-introduction {
    margin-top: 40px;
}
@media (max-width: 960px) {
    .wrap--main-block.stay-introduction {
        margin-top: 0;
    }
}
.wrap--main-block.stay-introduction .main {
    padding: 30px;
    border-radius: 12px;
    background-color: #D6DDD1;
    display: flex;
}
@media (max-width: 960px) {
    .wrap--main-block.stay-introduction .main {
        width: 100%;
        flex: 1;
    }
}
.wrap--main-block.stay-introduction .main::before {
    display: none;
}
.wrap--main-block.stay-introduction .main .stay-spot-map {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap--main-block.stay-introduction .main .stay-spot-map img {
    width: auto;
    height: 240px;
}
.wrap--main-block.stay-introduction .main .stay-spot-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.wrap--main-block.stay-introduction .main .stay-spot-text p {
    text-align: center;
}
.wrap--main-block.stay-introduction .main .stay-spot-text a {
    width: 100%;
    max-width: 230px;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7F4F21;
    color: #fff;
    border-radius: 999px;
}

.wrap--main-block.staff-info {
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (max-width: 960px) {
    .wrap--main-block.staff-info {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
.wrap--main-block.staff-info .main {
    padding: 30px;
    border-radius: 12px;
}
@media (max-width: 960px) {
    .wrap--main-block.staff-info .main {
        margin-bottom: 0;
        width: 100%;
        flex: 1;
    }
}
@media (max-width: 600px) {
    .wrap--main-block.staff-info .main {
        padding: 16px;
    }
}
.wrap--main-block.staff-info .main::before {
    display: none;
}

@media (max-width: 960px) {
    .wrap--main-block.stay-introduction .area-header:empty,
    .wrap--main-block.staff-info .area-header:empty {
        height: 0 !important;
        flex: 0;
    }
}
footer {
    margin: 0;
    padding: 40px 16px;
}
@media (max-width: 900px) {
    footer {
        padding: 20px 16px;
    }
}
@media (max-width: 600px) {
    footer {
        padding-top: 0;
    }
}
footer p {
    text-align: center;
    color: #000;
}
@media (max-width: 600px) {
    footer p {
        font-size: 10px !important;
    }
}

/* 視覚非表示・スクリーンリーダー対応 */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}

.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
    overflow: hidden !important;
}

/* ここまで *//*# sourceMappingURL=style.css.map */