@charset "UTF-8";
:root {
--bs-body: #FBF7F1;
--bs-font-serif: "Noto Serif JP", serif;
--bs-font-sans: "Noto Sans JP", sans-serif;
--bs-body-color: #655247;
--bs-white: #fff;
--bs-orange: #E5936D;
--bs-dorange: #ED7A41;
--bs-blue: #5D90C3;
--bs-dbrown: #472c1d;
--bs-brown:#655247;
--bs-beige: #B19374;
--bs-beige-rgb: 236,224,210;
--bs-orange-rgb: 253,138,80;
--bs-size-base: 16px;
}
a[href^="tel:"],
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
}
.border-radius{
border-radius: 10px;
}
.radius-right{
border-bottom-right-radius:10px;
border-top-right-radius:10px;
}
.border{
border:1px solid var(--bs-beige);
}
.palt{
font-feature-settings: "palt";
}
.w-s{
white-space: nowrap;
}
.property-equipment {
  word-break: keep-all;      /* 単語の途中で改行しない */
  overflow-wrap: normal;     /* 無理な折返しを防ぐ */
  white-space: normal;       /* 通常の改行は許可 */
}

@media (max-width: 991.98px) {
  .gallery-swiper .swiper-wrapper {
    flex-wrap: wrap !important;
    width:90%;
    margin:0 auto;
  }
  .gallery-swiper .swiper-slide {
    width: calc(33% - 12px) !important; /* gap/2 = 12px */
    box-sizing: border-box;       /* 任意：縦間隔 */
    margin:6px;
  }
    .gallery-swiper .swiper-slide img{
  width: 100%;
  aspect-ratio: 4 / 3; /* 正方形 */
  object-fit: cover;   /* はみ出さずトリミング */
  display: block;
  }
}
@media (max-width: 767.98px) {
  .gallery-swiper .swiper-wrapper {
    width:94%;
    max-width:500px;
  }
  .gallery-swiper .swiper-slide {
    width: calc(50% - 12px) !important; /* gap/2 = 12px */
  }
}
#facility ul li,#access ul li{
list-style: none;
font-size:16px;
border-bottom:1px solid #fff;
padding:15px 0;
position:relative;
padding-left:40px;
}
.facility-sp-img{
width:90%;
max-width:700px;
aspect-ratio:16/9;
object-fit:cover;
}
@media (min-width: 992px) {
#facility ul li,#access ul li{
font-size:17px;
}
}
.about_back-sp{
width:120%;
right:-8%;
max-width:800px
}
.pet-friendly{
width:55%;
max-width:610px;
}
@media (max-width: 991.98px) {
.pet-friendly{
width:100%;
max-width:auto;
margin:0 auto;
}
}
@media (max-width: 767.98px) {
.w-330{
width:430px;
margin: 0 auto;
}
}
@media (max-width: 575.98px) {
.pet-friendly{
width:100%;
max-width:300px;
margin:0 auto;
}
.w-330{
width:330px;
margin: 0 auto;
}
}

#about{
padding-top:40px;
margin-top:20px;
}
#facility{
margin-top:50px;
padding-top:20px;
}
#room{
margin-top:50px;
padding-top:20px;
}
#gallery{
margin-top:40px;
padding-top:20px
}
#access{
margin-top:40px;
padding-top:20px;
}
#outline{
margin-top:40px;
padding-top:20px;
}
#contact{
padding-top:40px;
padding-bottom:40px;
margin-top:80px;
}
.location-pd{
padding-bottom:70px;
}
@media (min-width: 576px) {
#about{
padding-top:90px;
margin-top:30px;
}
#facility{
margin-top:120px;
padding-top:30px;
}
#room{
margin-top:100px;
padding-top:30px;
}
#gallery{
margin-top:100px;
padding-top:30px
}
#access{
margin-top:90px;
padding-top:30px;
}
#outline{
margin-top:90px;
padding-top:30px;
}
#contact{
padding-top:70px;
padding-bottom:70px;
margin-top:120px;
}
.location-pd{
padding-bottom:120px;
}
}
@media (min-width: 992px) {
.location-pd{
padding-bottom:160px;
}
}
.about_back{
width:57%;
height:100%;
position:absolute;
right:-13%;
object-fit: contain;
top:0;
}

/*
@media (min-width: 992px) {
#about{
background:url(img/about_back.png) no-repeat;
background-size:60% auto;
background-position: calc(100% + 200px);
}
}
@media (min-width: 1200px) {
#about{
background-size:60% auto;
}
}
@media (min-width: 1300px) {
#about{
background-size:auto 100%;
}
}
*/

#facility ul li::before,#access ul li::before{
position:absolute;
content: "";
left:0;
width:30px;
height:30px;
display: block;
background-image: url("img/facility_list1.svg");
background-size: cover;
background-position: center;
margin-right:10px;
}
#facility ul:last-child li::before{
background-image: url("img/facility_list2.svg");
}
.facility-cat{
bottom:-30px;
right:-60px;
width:80%;
max-width:400px;
}
#info{
padding:15px 0 20px;
}

@media (min-width: 576px) {
#info{
padding:35px 0;
}
}
@media (min-width: 992px) {
.facility-cat{
max-width:470px;
width:45%;
left:-40px;
}
}
#room-ss{
max-width:1048px;
margin:0 auto;
}
#room-ss img{
  height: 150px;      /* ★ここで高さ統一 */
  width: auto;        /* 横幅は画像比率に合わせて自動 */
  max-width:100%;
  object-fit: cover;  /* 余白が出ないよう不足分だけクロップ（任意） */
  display: block;
  margin:0 auto;
}
#room-ss i{
font-size:25px;
color:var(--bs-beige);
opacity:0.5;
transition: 0.5s;
}
#room-ss i:hover{
opacity:0.9;
}
#room-ss ul li{
border-bottom:1px dotted #ccc;
line-height:1.2;
padding:8px 0;
font-size:13px;
list-style: none;
font-feature-settings: "palt";
}
#room-ss small{
font-size:11px;
}
.bg-ss::first-letter {
font-size: 26px;
line-height:1.3;
}
@media (min-width: 992px) {
#room-ss ul li{
font-size:14px;
}
#room-ss small{
font-size:12px;
}
}
/* 前へ・次への矢印を非表示 */
.glightbox-container .gprev,
.glightbox-container .gnext {
  display: none !important;
}

.swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  font-size: 18px; /* 文字サイズ調整 */
  opacity: 0.5; /* 非アクティブ時の透明度をなくす */
  margin: 0 8px;
  padding: 4px 8px;
  cursor: pointer;
}
/* アクティブなボタンの装飾（任意） */
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper-pagination {
  text-align: center;
}
.main-swiper .swiper-slide {
  overflow: hidden;   /* スライド枠からはみ出したものは隠す */
}
.scrollable-image img {
  width: 850px;
  margin:0 auto;
  display:block;
}
.main-swiper .swiper-wrapper{
padding-bottom:60px;
}
.gslide img {
  padding:20px;
  background:#fff;
}

.swiper-button-next, .swiper-button-prev {
font-size:16px;
color: #bbb;
background:#fff;
border:1px solid #bbb;
width:36px;
height:36px;
border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-size: 16px;
}
.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  display: none;
}

@media (max-width: 767.98px) {
.scrollable-image {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scrollable-image img {
  width: 600px;
  padding-bottom:20px;
}
}
@media (min-width: 992px) {
  .swiper-pagination {
    text-align: right;
    padding-right:20px;
  }
  .main-swiper .swiper-wrapper{
padding-bottom:0px;
}
}

#baguetteBox-overlay .full-image {
display: block; /* inline-block だと margin auto が効きづらい */
position: relative;
width: 90%;
max-width:800px;
height: 100%;
margin: 0 auto; /* 横方向の中央寄せ */
text-align: center;
}
.page-pd{
margin-top:56px;
}
@media (min-width: 576px) {
.page-pd{
margin-top:130px;
}
}

/* フェードイン＆スライドアップのキーアニメーション定義 */
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(0.5em);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

html,
body {
scroll-behavior: smooth;
}
h1{
position: absolute;
bottom:50px;
text-align: center;
width:100%;
font-size:13px;
color: var(--bs-beige);
}


.btn{
display:block;
font-weight: 700;
border-radius: 100vh;
text-align: center;
height:48px;
width:300px;
color:#fff;
line-height:46px;
border:1px solid #fff;
}
.btn-main::before{
display: block;
font-family: "remixicon";
content: "\EA6E";
color:var(--bs-white);
position: absolute;
right:15px;
}

.access-list .access-item{
display: flex;
align-items: center;
cursor: pointer;
}
.access-list .access-item::before {
display: block;
font-family: "remixicon";
content: "\EA13";
color:var(--bs-orange);
font-size:22px;
margin-right:20px;
font-weight:normal;
}
.access-item.active::before {
  content: "\F1AF"; /* マイナスアイコン */
}
.access-detail {
height: 0;
overflow: hidden;
transition: height 0.4s ease;
}
.access-list table th{
text-align:center;
}
.access-list table{
border-top: 1px solid #E9DBCD;
border-right: 1px solid #E9DBCD;
border-left: 1px solid #E9DBCD;
}
.access-list table a{
color:currentColor;
text-decoration: underline;
}
@media (max-width: 991.98px) {
.access-list table th,.access-list table td{
display:block;
width:100%;
}
.access-list table th{
padding:10px 20px;
}
}


.btn-main:hover{
background:rgba(var(--bs-orange-rgb), 0.9);
color:#fff;
}

table th{
background:#E9DBCD;
padding:20px 30px;
border-bottom: 1px solid var(--bs-body);
text-align: right;
width:27%;
}
table.table-single{
  table-layout: fixed;
  font-size:15px;
}
table.table-single th{
  padding:10px 15px;
  width:20%;
}
table.table-single td{
  padding:10px 15px;
}
table td{
padding:20px 30px;
border-bottom: 1px solid #E9DBCD;
}
table li{
margin-top:4px;
}

@media (max-width: 767.98px) {
  table.table-single th{
    width:40%;
    padding:6px 15px;
    display: inline-block;
  }
  table.table-single td{
    width:60%;
    display: inline-block;
    padding:6px 15px;
  }
}
@media (max-width: 575.98px) {
table th{
width:100%;
display: block;
text-align: left;
padding:5px 15px;
}
table td{
width:100%;
display: block;
padding:15px 15px;
}
}
.border-flame{
border-top:1px dotted #EAC79C;
border-bottom:1px dotted #EAC79C;
}
.img-responsive {
position: relative;
}
.img-responsive:before {
content: "";
display: block;
padding-top: 72%;
}
.img-responsive img {
position: absolute;
width: 100%;
height: auto;
max-height:100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
object-fit: cover;
}

#main-v {
position: relative;
width: 100%;
height: 400px;
overflow: hidden;
background:#472c1d
}
#main-v img{
position: absolute;
top: -40px;
left: 50%;
height: calc(100% + 40px);
width: auto;
transform: translateX(-50%);
z-index: 0;
display:block;
}
.main-v-title {
position: absolute;
top: 20px;
left: 0;
right: 0;
bottom: 0;
text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
z-index:1;
}
.v-title{
font-size:19px;
}
.v-title-sub{
font-size:16px;
}
@media (min-width: 576px) {
#main-v {
height: 620px;
}
#main-v img{
top: -180px;
height: auto;
width: 1400px;
}
.v-title{
font-size:26px;
}
.v-title-sub{
font-size:20px;
}
.main-v-title {
top: 35px;
}
}

@media (min-width: 767px) {
.v-title{
font-size:30px;
}
}

@media (min-width: 992px) {
.main-v-title {
width:90%;
margin:0 auto;
}
}


/* ベース */
body{
font-family:var(--bs-font-sans);
color:var(--bs-body-color);
font-weight: 500;
background: var(--bs-body);
font-size:15px;
line-height: 1.7;
-webkit-font-smoothing: antialiased;
}
@media (min-width: 576px) {
body{
font-size:var(--bs-size-base);
}
}
.font-serif {
font-family: var(--bs-font-serif);
}
a[href^="tel:"] {
text-decoration: none;
color: var(--bs-body-color);
}
a{
 color: var(--bs-dorange);
 transition: 0.5s;
}
a:hover{
color: #DA7B0D;
opacity:0.8;
 }
a img:hover{
opacity: 0.9;
transition: 0.5s;
 }

/* カラー */
.bg-body{
background:var(--bs-body) ;
}
.bg-orange{
background:var(--bs-orange) ;
}
.bg-brown{
background: var(--bs-brown);
}
.bg-blue{
background: var(--bs-blue);
}
.bg-beige{
background: var(--bs-beige);
}

.bg-lbeige::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--bs-beige-rgb), 0.5);
  z-index: -1;
}

.bg-white{
background: var(--bs-white);
}
.text-sub{
color: var(--bs-sub-color);
}
.text-white,a.text-white{
color: var(--bs-white);
}
.text-beige,a.text-beige{
color:var(--bs-beige);
}
.text-dbrown{
color:var(--bs-dbrown);
}
.text-orange{
  color:var(--bs-dorange);
  }

@media (min-width: 992px) {
.bg-lbeige::before{
  width: 94%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
}

/*サイズ */
.lh-xl{
line-height:2.1;
}
.lh-l{
line-height:1.9;
}
.fs-xs{
font-size:14px;
}
.fs-base{
font-size:16px;
}
.fs-title{
font-size:35px;
font-weight:700;
line-height: 1.3;
}
#access .fs-title{
font-size:32px;
}
.fs-title-s{
font-size:17px;
}
.fs-title-m{
font-size:20px;
}
.fs-xl{
font-size:16px;
}

.fw-800{
font-weight:800;
}
.fw-500{
font-weight: 500;
}
.fw-700{
font-weight: 700;
}
.justify{
text-align: justify;
}
.title-mb{
margin-bottom:-50px;
}
@media (min-width: 576px) {
.fs-title{
font-size:46px;
}
#access .fs-title{
font-size:46px;
}
.fs-title-s{
font-size:21px;
}
.fs-title-m{
font-size:26px;
}
.fs-xl{
font-size:18px;
}
.title-mb{
margin-bottom:-60px;
}
}

/* header */
.logo img{
width:140px;
}
header .navbar-nav li a{
color: var(--bs-color);
font-size: 17px;
width:100%;
}
header .navbar-nav li a span{
font-size: 14px;
padding-left:15px;
}
header .navbar-nav li a:hover{
color: var(--bs-beige);
}
.header-contact{
background:var(--bs-blue);
height:36px;
line-height:36px;
padding:0 15px;
border-radius: 100vh;
font-size:13px;
}

@media (max-width: 991.98px) {
header .navbar-nav{
max-width:700px;
margin:0 auto;
}
header .navbar-nav li{
border-bottom:1px dotted #ccc;
display: flex;
justify-content: space-between;
align-items: center;
}
header .navbar-nav li a span{
color:var(--bs-beige)
}
}
@media (min-width: 576px) {
.logo img{
width:200px;
}
.header-contact{
font-size:15px;
padding:0 18px;
height:42px;
line-height:42px;
}
}
@media (min-width: 768px) {
header .navbar-nav li{
padding-right:30px;
}
}
@media (min-width: 992px) {
.fixed-lg-top{
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
header .navbar-nav li a{
font-size: 14px;
text-align:center;
display:block;
}
header .navbar-nav li a span{
font-size: 11px;
display:block;
line-height:1.3;
padding-left:0;
}
}
/* ハンバーガーメニュー */
#input{
display: none;
}
.header-close{
width:56px;
height:56px;
z-index:1042;
text-align: center;
}

.header-close-button{
margin: 0 auto;
padding-top:45%;
width:100%;
height:100%;
}
.header-close-button span, .header-close-button span:before, .header-close-button span:after {
position: relative;
height: 2px;
width: 28px;
border-radius: 1px;
background:#fff;
display: block;
content: '';
margin:0 auto;
}
.header-close-button span:before{
top:-10px;
}
.header-close-button span:after{
bottom: -9px;
}
#input:checked ~ .header-close .header-close-button span:before{
top: 0;
transform: rotateZ(-90deg);
}
#input:checked ~ .header-close .header-close-button span{
top: 0;
transform: rotateZ(45deg);
}
#input:checked ~ .header-close .header-close-button span:after{
top: 0;
transform: rotateZ(-45deg) scale(0);
}

@media (max-width: 991.98px) {
.offcanvas.offcanvas-bottom {
height:520px;
}
}

@media (min-width: 576px) {
.header-close{
width:62px;
height:62px;
z-index:1042;
text-align: center;
}
}

/*footer*/
.copy{
font-size:10px;
padding-top:75px;
padding-bottom:20px;
}

@media (min-width: 576px) {
.copy{
padding-top:75px;
}
}

/* ローディング画面 アニメーション */
.scroll-top{
animation: topin 2s forwards;
}
@keyframes topin {
0% {transform: translatey(230px);}
100% {transform: translatey(0px);}
}
.scroll{
opacity: 0;
visibility: hidden;
transition: all 1s;
}
.scroll-t{
transform: translatey(60px);
}
.scroll-r{
transform: translateX(60px);
}
.scroll-l{
transform: translateX(-60px);
}
.js-fade{
opacity: 1;
visibility: visible;
transform: translatex(0px);
}
.open-animation{
animation: fadein 1.5s forwards;
}

@keyframes fadein {
0% {opacity: 0.3}
100% {opacity: 1}
}
#logo_loader {
display: block;
position: fixed;
top: 0px;
left: 0;
width: 100%;
height: 100vh;
z-index: 1100;
background-color: var(--bs-body);
}

#logo_loader .f_logo {
display:flex;
height: 100%;
align-items: center;
justify-content: center;
animation: loadLogo 1s;
}

#logo_loader .f_logo img{
width:60%;
max-width:330px;
}
@keyframes loadLogo {
0% {opacity: 0}
50% {opacity: 1;z-index: 0;}
}
#logo_loader.open {
animation-name: slideOut;
animation-fill-mode: forwards;
animation-duration: 0.5s;
animation-delay: 1.3s;
}
@keyframes slideOut {
0% {opacity: 0.7}
100% {opacity: 0;visibility: hidden;}
}

#contact{
background:url(img/contact.jpg) center bottom;
background-size:cover;
}
.contact-info{
width:600px;
max-width:90%;
margin: 0 auto;
}
.contact-name{
display:flex;
align-items: center;
justify-content: center;
gap: 15px;
line-height:1.4;
}
.contact-name::before,.contact-name::after{
content: "";
flex: 1;
height:1px;
background-color:var(--bs-brown);
}

.tel{
text-align: center;
line-height:1.2;
color:#777;
flex: 1;
}
.tel span{
font-weight: 700;
color:var(--bs-blue);
font-size: 34px;
display: block;
}
.tel i{
color:rgba(93,144,195, 0.1);
}
.mail{
display: block;
background: #F4ECE2;
border-radius: 3px;
width:100%;
max-width:300px;
flex: 1;
height:60px;
font-weight: 700;
line-height:60px;
color:var(--bs-orange);
}
.mail i{
font-size: 22px;
vertical-align: middle;
position: relative;
bottom:2px;
}
.address,.address:hover{
color:currentColor;
text-decoration: underline;
}
.contact-info > div{
padding-bottom:40px;
}
.contact-info > div:first-child{
padding-top:15px;
}
.contact-info > div:last-child{
padding-bottom:15px;
}
@media (min-width: 576px) {
.contact-info > div:first-child{
padding-top:0px;
}
.contact-info > div{
padding-bottom:50px;
}
}