:root {
    --color-txt: #252525;
    --color-main: #D5B17F;
    --color-org: #EB5C47;
    --color-gray1: #3d3d3d;
    --color-gray2: #E4E4E4;
    --color-gray3: #F6F6F6;
    --font-base:  "Noto Sans JP", sans-serif;
    --font-en: "Niconne", cursive;
    --viewport-min: 320;
    --breakpoint-sp: 768;
    --content-max-width: 1152; /*1120+32*/
    --viewport-max: 1640;
    --space-sm: 1.5em;
    --space-md: 2.5em;
    --space-lg: 5em;
    --text-base: 1.4rem;
    --header-height: 0px;
    --text-xs: .75em;
    --text-sm: .875em;
    --text-lg: 1.125em;
    --text-xl: 1.25em;
    --text-2xl: 1.5em;
    --text-3xl: 1.875em;
    --text-4xl: 2.25em;
    --text-5xl: 3em;
    --text-7xl: 4.5em;
    --text-8xl: 6em;
    --text-9xl: 8em;
}
@media screen and (min-width: 768px) {
    :root {
        --text-base: 1.6rem;
        --space-sm: 3em;
        --space-md: 5em;
        --space-lg: 10em;
    }
}
*,*::before,*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}
body {
    font-family: var(--font-base);
    font-size: var(--text-base);
    font-optical-sizing: auto;
    line-height: 1.75;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    color: black;
}
article, aside, figcaption, figure, footer, header, menu, nav, section, main {
    display: block;
    margin: 0;
}
ul, ol, li {
    list-style: none;
    padding: 0;
}
blockquote, q {
    quotes: none;
}
blockquote::before,blockquote::after,q::before, q::after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    text-align: left;
    padding-right: 1.5em;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}
picture img,figure img {
    width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: .16em;
}
h2, h3 {
    margin-bottom: 1.25em;
}

.list > li {
	padding-left: 1.5em;
    line-height: 1.7em;
	position: relative;
}
.list > li::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.list.list_maru > li::before {
	content: "●";
}
.list.list_nom > li::before {
	content: "・";
}
.list.list_note > li::before {
	content: "※";
}
p,p:has(small) {
    line-height: 1.6;
}
p.clear {
      margin-bottom: 1em;
}
small {
    font-size: 0.875em;
}
strong {
	font-size: 1.25em;
	font-weight: 700;
}
b {
	font-weight: 700;
}
a {
    color: inherit;
    text-decoration: none;
    transition: .5s;
    word-break: break-word;
    overflow-wrap: break-word;
}
a.txtlink { text-decoration: underline;}
a.txtlink:hover { text-decoration: none; }
.clear {
  clear: both;
  display: block;
  overflow: hidden;
}
.--en { font-family: var(--font-en); }
.u-textleft { text-align: left; }
.u-textright { text-align: right; }
.u-textcenter { text-align: center; }
.space-lg__btm { margin-bottom: var(--space-lg) !important; }
.space-md__btm { margin-bottom: var(--space-md) !important; }
.space-md__top { margin-top: var(--space-md) !important; }
.space-sm__btm { margin-bottom: var(--space-sm) !important; }
.ft-xs { font-size: var(--text-xs); }
.ft-sm { font-size: var(--text-sm); }
.ft-lg { font-size: var(--text-lg); }
.ft-xl { font-size: var(--text-xl); }
.ft-2xl { font-size: var(--text-2xl); }
.ft-3xl { font-size: var(--text-3xl); }
.ft-4xl { font-size: var(--text-4xl); }
.ft-5xl { font-size: var(--text-5xl); }
.ft-6xl { font-size: var(--text-6xl); }
.ft-7xl { font-size: var(--text-7xl); }
.ft-8xl { font-size: var(--text-8xl); }
.ft-9xl { font-size: var(--text-9xl); }
.bg-glay { background-color: #f4f4f4;}
.swiper-container {
    overflow: hidden;
    position: relative;
}
.swiper-pagination {
    display: flex !important;
    justify-content: center !important;
    gap: 2.5em !important;
    bottom: 0 !important;
}
.swiper-pagination-bullet {
    width: .5em !important;
    height: .5em !important;
    margin: 0 !important;
    aspect-ratio: 1/1 !important;
}
.swiper-pagination-bullet-active {
    background-color: var(--color-green2) !important;
}
.swiper-wrapper {
  align-items: stretch !important;
}
.swiper-slide {
    height: auto!important;
}
[id] {
    scroll-margin-top: calc(var(--header-height, 0px) + 2em);
}
.icon {
    display: flex;
    align-items: center;
    gap: .5em;
}
.icon i {
    font-size: 1em;
    vertical-align: middle;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.l-inner {
    display: block;
    padding-left: 1em;
    padding-right: 1em;
}
.map-wrap {
    margin: 1.5em 0;
}
.map-wrap iframe {
    width: 100%;
    height: 32rem;
    filter: grayscale(100%);
}
.btn-primary {
    position: fixed;
    bottom: .25em;
    right: .25em;
    z-index: 99;
}
.btn-primary a {
    width: 6em;
    height: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
}
.btn-primary a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: black;
    border-radius: 50%;
    transition: transform 0.8s ease;
    transform: scale(1);
}
.btn-primary a:hover::before {
    transform: scale(1.2);
}
.btn-primary a span {
    font-size: .75em;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding-bottom: 1.6em;
    background-image: url('../images/arrow.svg?12');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1.5em auto;
}
a.button {
    display: inline-block;
    border: 1px solid #CCC;
    background-color: white;
    color: black;
    font-weight: 700;
    padding: 1em 2em;
    border-radius: 1.5em;
    line-height: 1em;
}
.button-lay {
    text-align: center;
}
.button-lay a.button {
    margin: 1.5em auto;
    background-color: var(--color-gray1);
    color: white;
}
.anchor-links {
    display: flex;
    justify-content: center;
    gap: 1.5em;
    margin: var(--space-sm) auto var(--space-md) auto;
}
.anchor-links a {
    font-weight: 700;
}
.content {
    margin: 0 0 var(--space-md) var(--space-sm);
}
.top-lead {
    text-align: center;
    margin: var(--space-md) auto;
}
.top-lead .ft-3xl {
    font-weight: 700;
    margin-bottom: 1.25em;
}
.top-lead p {
    line-height: 2em;
}
/** layaut **/
.lay-grid {
    display: grid;
}
.lay-gallery.lay-grid {
    grid-template-columns: 1fr 1fr;
    gap: .5em;
}
.lay-gallery {
    margin-bottom: var(--space-md);
}
.lay-gallery figure {
    display: block;
    overflow: hidden;
}
.lay-media {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.lay-media__img {
    flex-shrink: 0;
    width: 100%;
}
.lay-media__img figure {
    overflow: hidden;
    border-radius: 1em;
}
.lay-media__img figure img {
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
}
.lay-media__txt {
    flex: 1;
}
.point__content {
    margin: var(--space-lg) 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}
/** box **/
.detail-block {
    background-color: #fdfbfb;
    padding: 1.5em;
    border-radius: 1em;
    color: var(--color-gray1);
    margin: 1.5em 0;
}
/** room **/
.room__content {
    padding-top: var(--space-md);
    padding-bottom: var(--space-md);
}
.tabs__content {
    margin-top: 2.5em;
}
.tabs__content .tab-panel {
    display: none;
    transition: .5s;
}
.tabs__content .tab-panel.active {
    display: block;
    animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
    from {opacity: 0;}
    to { opacity: 1;}
}
.tab-buttons > li {
    cursor: pointer;
    padding: 1em;
    border-radius: 1em;
    position: relative;
    overflow: hidden;
}
.tab-buttons > li.active {
    background-color: white;
}
.tab-buttons > li.active::after {
    content: "";
    display: block;
    width: 100%;
    height: .5em;
    background: black;
    position: absolute;
    bottom: 0;
    left: 0;
}
.room__box figure {
    position: relative;
    overflow: hidden;
    border-radius: 1em;
}
.room__box figure img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.room__box figcaption {
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    position: absolute;
    left: 1em;
    top: .5em;
    color: white;
}
.room__info {
    font-size: 1.4rem;
    display: flex;
    gap: .75em 1.5em;
    flex-wrap: wrap;
    margin-top: 1em;
}
.room__info li {
    display: inline-block;
}
.room__info li.list-w-full {
    width: 100%;
}
.detail__list dd {
    padding: .5em;
}
.detail__list + .list_note {
    font-size: 1.4rem;
}
/** faq **/
.faq__content dl:last-child {
    border-bottom: 1px solid #f4f4f4;
}
.faq__content dt {
    position: relative;
    padding: 1em 1.5em 1em 0;
    border-top: 1px solid #f4f4f4;
}
.faq__content dd {
    position: relative;
    border-top: 1px solid #f4f4f4;
    padding: 1em 0 1em 1em;
}
.faq__content .toggle {
    position: relative;
}
.faq__content .toggle + dd {
    display: none;
}
.faq__content .toggle > span {
    cursor: pointer;
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 1em;
    right: 0;
}
.faq__content .toggle > span::before,
.faq__content .toggle > span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50%;
}
.faq__content .toggle > span::after {
    transform: rotate(90deg);
    transition: .3s;
}
.faq__content .toggle.active >span::after {
    transform: rotate(0deg);
}
footer {
    border-top: 1px solid #CCC;
    padding: 1em 0;
    display: block;
    width: 100%;
}
footer .copy {
    text-align: center;
    color: var(--color-gray1);
    margin: 2.5em 0;
}
@media screen and (max-width: 767px) {
    .pc { display: none !important; }
    .u-sp-texcenter { text-align: center;}
    .u-sp-textleft { text-align: left; }
    .u-sp-textright { text-align: right;}
    .alignright,.u-img-right {
        float: none;
        display: block;
        margin: 0 auto 1em;
        max-width: 100%;
    }
    .lay-media__txt h3 {
        text-align: center;
    }
    .lay-media__img figure {
        width: 30rem;
        margin:  0 auto;
    }
}
@media screen and (min-width: 768px) {
    .sp { display: none !important; }
    .u-hover-op a:hover,a:hover.u-hover-op {
        opacity: .7;
    }
    [id] {
        scroll-margin-top: calc(var(--header-height, 0px) + 4em);
    }
    .l-inner {
        max-width: calc(var(--content-max-width) * 1px);
        margin: 0 auto;
    }
    .l-inner.--space {
        padding-top: 5em;
        padding-bottom: 5em;
    }
    .l-inner.--w980 {
        width: 98rem;
    }
}
.l-wrapper {
    overflow: hidden;
    width: 100%;
}
.hero {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
}
.hero .hero__title {
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 10;
    color: white;
    font-weight: 700;
}
.site-name {
    font-size: 1.5em;
    font-weight: 900;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}
.site-name__sub {
    margin-top: .5em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}
.swiper-container.hero__slider .swiper-pagination {
    position: absolute;
    right: 1em;
    top: 50%;
    left: auto !important;
    transform: translateY(-50%);
    z-index: 99;
    width: .5em;
    display: flex;
    flex-direction: column;
    gap: 1em !important;
}
.swiper-container.hero__slider .swiper-pagination-bullet {
    background: rgba(228, 228, 228) !important;
    opacity: 1 !important;
}
.swiper-container.hero__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #252525 !important;
}
@media screen and (min-width: 768px) {
    .btn-primary {
        bottom: 1em;
        right: 1em;
    }
    .hero {
        padding: 2em 2em 0 2em;
        width: min(calc(var(--viewport-max) * 1px),100%);
    }
    .hero__slider {
        border-radius: 1em;
    }
    .hero__slider .swiper-slide img {
        aspect-ratio: 3 / 1.4;
        object-fit: cover;
    }
    .hero .hero__title {
        bottom: 2em;
        left: 2.5em;
    }
    .site-name {
        font-size: 1.8em;
    }
    /** layout **/
    .lay-grid.--grid-col4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .lay-grid.--grid-col3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .lay-gallery.lay-grid {
        gap: 1em;
    }
    .u-hover-img,.lay-gallery a figure {
        overflow: hidden;
        display: block;
    }
    .lay-gallery a figure img,
    .u-hover-img img {
        transition: transform 0.8s ease;
    }
    .lay-gallery a:hover figure img,
    .u-hover-img:hover img {
        transform: scale(1.05);
    }
    .map-wrap iframe {
        height: 38rem;
    }
    .lay-media {
        flex-direction: row;
        align-items: center;
        gap: 5em;
    }
    .lay-media__img {
        width: 47.3rem;
    }
    .lay-media.--reverse {
        flex-direction: row-reverse;
    }
}