/*----------------------------------------------------

design.css

----------------------------------------------------*/
/* top
----------------------------------------------------*/
.bg-movie {
  background: url("../images/parts/bg-movie.png");
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
}
.sec-movie {
  height: 100vh;
  display: block;
  width: 100%;
  position: relative;
}
.sec-movie ul {
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  line-height: var(--lh-base-m);
  font-family: var(--font-min);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.sec-movie img {  margin: auto;}
.sec-movie li {  padding: 2px 0;}
.sec-movie li.logo {  padding: 25px 0 50px;}
.sec-movie li.logo img {  width: 240px;}
@media (min-width: 768px) {}
@media (min-width: 1000px) {}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.slide-banner {
  background: #eee;
  padding: 6vw 10vw;
  position: relative
}
.slide-banner .swiper-container {  overflow: hidden;}
/* ページネーションの余白 */
.swiper .swiper-pagination {
  position: inherit;
  margin-top: 15px;
}
/* ページネーションのサイズと色 */
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
  color: var(--clr-gray-dark);
  font-size: 20px !important;
}
.swiper-pagination-bullet-active {  background: var(--clr-gray-darker);}
@media (min-width: 768px) {
  .slide-banner {  padding: 30px 5vw;}
}
@media (min-width: 1000px) {
  .slide-banner {  padding: 40px 10vw;}
  /* ページネーションのサイズと色 */
  .swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {  font-size: 30px !important;}
  /* ページネーションのサイズと色 */
  .slide-banner .swiper-button-prev {  left: 5vw;}
  .slide-banner .swiper-button-next {  right: 5vw;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.wide-banner {
  background: #fff;
  padding: 0.1px
}
.wide-banner p {  margin: 3vw;}
@media (min-width: 768px) {
  .wide-banner p {  margin: 5vw;}
}
@media (min-width: 1000px) {
  .wide-banner p {  margin: 30px 15vw;}
  .wide-banner p img {  margin: 0 auto;}
}
@media (min-width: 1200px) {}
/* オプションメニュー
----------------------------------------------------*/
.bnr-optionmenu {
  background: var(--clr-bk);
  padding: 5vw 3vw 10vw;
}
.bnr-optionmenu h3 {  margin-bottom: 1em;}
.bnr-optionmenu .optionmenu {
  display: flex;
  justify-content: center;
  gap: 2px;
}
.bnr-optionmenu .optionmenu .item {  width: 31%;}

  .bnr-optionmenu .optionmenu a {
	position: relative;
	overflow: hidden;
	display: block;
}
.bnr-optionmenu .opmenu-link {
  opacity: 0;
}


@media (min-width: 768px) {}
@media (min-width: 1000px) {
  .bnr-optionmenu {
    background: var(--clr-bk);
    padding: 20px 10vw 100px;
  }
  .bnr-optionmenu .optionmenu {  gap: 10px;}
  .bnr-optionmenu .opmenu-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 91, 75, .8);
    transition: opacity .3s ease;
  }
  .bnr-optionmenu .opmenu-link strong {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0.5em;
    font-size: 1.8em;
    font-family: var(--font-min);
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
	padding-bottom: 2em;
  }
  .bnr-optionmenu .opmenu-link strong:after {
    position: absolute;
    content: "\f35a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
  }
  .bnr-optionmenu .optionmenu a:hover,
  .bnr-optionmenu .optionmenu a:hover .opmenu-link {  opacity: 1;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.top-ttl {
  position: relative;
  padding-top: 120px !important;
}
.top-ttl .ttl-img {
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -70px;
}
.top-ttl .ttl-img img {  width: 140px;}
.img-ttl {
  position: relative;
  padding-top: 30px;
  overflow: hidden;
}
.img-ttl::before {
  position: absolute;
  content: attr(data-imgttl);
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center; /* 横方向 */
  align-items: center; /* 縦方向 */
  font-size: 1.3rem;
  font-family: var(--font-min);
  background: var(--clr-bk);
  color: #fff;
}
.img-ttl img {  transform: scale(1.01);}
@media (min-width: 768px) {
  .top-ttl {  padding-top: 180px !important;}
  .top-ttl .ttl-img {  margin-left: -90px;}
  .top-ttl .ttl-img img {  width: 180px;}
  .img-ttl {  padding-top: 40px;}
  .img-ttl::before {  height: 40px;}
}
@media (min-width: 1000px) {
  .top-ttl {  padding-top: 240px !important;}
  .img-ttl {  padding-top: 50px;}
  .img-ttl::before {  font-size: 1.6rem;  height: 50px;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.top-news {
  background: url("../images/parts/bg-news.jpg") center;
  background-attachment: fixed;
}
@media (min-width: 768px) {}
@media (min-width: 1000px) {}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.top-concept {  padding-top: 30vh}
.top-concept .inner {
  background: url("../images/parts/bg-concept.jpg");
  background-size: cover;
  color: #fff;
  text-align: center;
}
.top-concept a {  color: #fff;}
.top-concept .txt {
  color: #fff;
  line-height: var(--lh-base-2l);
  text-align: left;
}
.top-concept h3 {
  color: var(--clr-gold);
  text-align: center;
}
.top-concept .btn-box {
  gap: 15px;
  display: grid;
  margin: 2em 0;
}
@media (min-width: 768px) {
  .top-concept .inner {  text-align: center;}
  .top-concept .btn-box {
    grid-template-columns: repeat(2, 1fr);
    justify-self: center;
    gap: 20px;
  }
  .top-concept .txt {  text-align: center;}
}
@media (min-width: 1000px) {
  .top-concept {  padding-top: 60vh}
  .top-concept .txt {  line-height: var(--lh-base-3l);}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.top-room .inner {
  background: url("../images/parts/bg-rooms.gif");
  background-attachment: fixed;
  text-align: center;
}
.top-room .txt {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.top-room .txt-item {  width: calc((100% / 2) - 10px);}
.top-room .txt-item a {
  display: block;
  text-decoration: none;
}
.top-room .txt-item.break {  display: none;}
.top-room h4 {
  font-size: 1.1rem;
  margin-top: .5em
}
.top-room .btn-box {
  gap: 15px;
  display: grid;
  margin: 2em 0 0;
}
@media (min-width: 768px) {
  .top-room .txt {  gap: 0px;}
  .top-room .txt-item {
    width: calc(100% / 3);
    padding: 15px 10px;
  }
  .top-room .txt-item.break {
    display: block;
    flex-basis: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    visibility: hidden;
  }
  .top-room .btn-box {
    grid-template-columns: repeat(2, 1fr);
    justify-self: center;
    gap: 40px;
  }
}
@media (min-width: 1000px) {
  .top-room .inner {  padding: 120px 6vw}
  .top-room .txt-item {
    width: 25%;
    padding: 20px 20px;
  }
  .top-room h4 {
    font-size: 1.3rem;
    margin-top: 1em
  }
  .top-room .txt-item.break {  display: none;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.top-dogrun {  padding-top: 30vh}
.top-dogrun .inner {  background: #fff;}
.top-dogrun a {}
.top-dogrun .txt {  line-height: var(--lh-base-2l);}
.top-dogrun h3 {  text-align: center}
.top-dogrun .btn-box {  margin: 2em 0;}
.top-dogrun h4 {
  font-family: var(--font-min);
  font-size: 1.6rem;
  text-align: center;
}
.top-dogrun h4 span {
  position: relative;
  padding: 0 50px;
  display: inline-block;
}
.top-dogrun h4 span::before, .top-dogrun h4 span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 1px;
  background-color: var(--clr-bk);
}
.top-dogrun h4 span::before {  left: 0;}
.top-dogrun h4 span::after {  right: 0;}
.top-dogrun .dogrun {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .top-dogrun h4 {  font-size: 2.2rem;}
  .top-dogrun h4 span {  padding: 0 60px;}
  .top-dogrun h4 span::before, .top-dogrun h4 span::after {  width: 45px;}
  .top-dogrun .dogrun {
    gap: 40px;
    margin-top: 30px;
  }
}
@media (min-width: 1000px) {
  .top-dogrun {  padding-top: 60vh}
  .top-dogrun .contents {
    display: flex;
    justify-content: space-between;
  }
  .top-dogrun .text-area {  width: 600px;}
  .top-dogrun h3 {  text-align: left;}
  .top-dogrun .pht {  width: calc(100% - 620px);}
  .top-dogrun .btn-box {
    grid-template-columns: repeat(2, 1fr);
    justify-self: center;
    gap: 40px;
  }
  .top-dogrun h4 span {  padding: 0 180px;}
  .top-dogrun h4 span::before, .top-dogrun h4 span::after {
    width: 160px;
  }
  .top-dogrun .dogrun {  margin: 50px 12vw 0;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.top-dishes {
  background: url("../images/parts/bg-dishes.jpg");
  background-size: cover;
  color: #fff;
  text-align: center
}
.top-dishes a {  color: #fff;}
.top-dishes .img-ttl::before {
  background: #ebe6d8;
  color: #271406;
}
.top-dishes .txt {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.top-dishes .txt-item {  width: calc((100% / 2) - 10px);}
.top-dishes .txt-item a {  display: block;}
@media (min-width: 768px) {
  .top-dishes .txt {  gap: 30px;}
  .top-dishes .txt-item {  width: calc((100% / 3) - 20px);}
}
@media (min-width: 1000px) {
  .top-dishes .txt {  gap: 50px;}
  .top-dishes .txt-item {
    width: calc((100% / 3) - 50px);
    max-width: 320px;
  }
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.top-sns {  padding-top: 30vh}
.top-sns .inner {  background: #fff;}
@media (min-width: 768px) {
  .top-sns {  padding-top: 50vh;}
}
@media (min-width: 1000px) {
  .top-sns {  padding-top: 60vh;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.top-access {
  background: url("../images/parts/bg-access.jpg") no-repeat center;
  background-size: cover;
}
.top-access .txt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 15vw 5vw 0;
}
.top-access .txt a {
  aspect-ratio: 1 / 1; /* 正方形に保つ */
  background-color: var(--clr-bk);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  font-family: var(--font-min);
}
@media (min-width: 768px) {
  .top-access .txt {
    gap: 20px;
    padding: 10vw 0 0 30vw;
  }
}
@media (min-width: 1000px) {
  .top-access .txt {  gap: 40px;}
  .top-access .txt a {
    font-size: 1.6rem;
    max-width: 200px;
  }
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.top-raikan {
  background: url("../images/parts/bg-waiting.jpg") no-repeat center;
  background-size: auto 100%;
  text-align: center;
}
.top-raikan .sec-ttl {
  margin-bottom: 50vw;
  text-shadow:
    0 0 2px white, 0 0 5px white, 0 0 10px rgba(255, 255, 255, 0.5);
}
.top-raikan .btn-box {
  gap: 15px;
  display: grid;
  margin: 2em 0 0;
}
@media (min-width: 768px) {
  .top-raikan .btn-box {
    grid-template-columns: repeat(2, 1fr);
    justify-self: center;
    gap: 40px;
  }
  .top-raikan .sec-ttl {  margin-bottom: 180px;}
}
@media (min-width: 1000px) {
  .top-raikan {  background-size: cover;}
  .top-raikan .sec-ttl {  margin-bottom: 350px;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.news-list {
  margin: 5vw 5vw 10vw;
  display: grid;
  flex-direction: column;
  gap: 40px;
}
.news-list .news-item {
  padding: 1em;
  background: #fff;
}
.news-list .news-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.news-list .news-item figure {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  position: relative;
}
.news-list .news-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.5s;
}
.news-list .news-item .new {
  color: var(--clr-red);
  font-weight: 700;
}
.news-list .news-item .data {
  color: var(--clr-gold);
  font-size: 1.3rem;
  margin: 1em 0 0;
}
.news-list .news-item .ttl {
  margin: .3em 0 .5em;
  line-height: var(--lh-base-s);
}
.news-list .news-item .junle {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: .5em;
}
.news-list .news-item .junle span {
  background: var(--clr-newomi);
  color: #fff;
  padding: .1em .8em;
  font-size: 1rem;
}
/**/
#news .news-list .news-item {  border: var(--line-soli);}
@media (min-width: 768px) {
  .news-list {
    margin: 5vw 0 10vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .news-list {
    margin: 0 0 80px;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .news-list .news-item a:hover figure img {
    transform: scale(1.1);
    transition-duratiosn: 0.5s;
  }
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.news-wrap {}
.news-wrap .news-ttl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}
.news-wrap .news-ttl .news-data {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  gap: 10px;
  line-height: var(--lh-base-ss);
  margin-bottom: 1.25em;
  font-size: 1.1rem;
}
.news-wrap .news-ttl .news-data span {
  background: var(--clr-newomi);
  color: #fff;
  padding: .2em .8em;
  display: inline-block;
}
.news-wrap .news-ttl time {
  color: var(--clr-gold);
}
.news-wrap .news-ttl h2 {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--font-min);
  line-height: var(--lh-base-s);
}
.news-wrap .news-txt ul, .news-wrap .news-txt li, .news-wrap .news-txt ol {  all: revert;}
.news-wrap .news-txt p, .news-wrap .news-txt figure {  margin-bottom: 1.5em;}
.news-wrap .news-txt h1 {
  font-size: 180%;
  font-weight: 700;
}
.news-wrap .news-txt h2, .news-wrap .news-txt h3, .news-wrap .news-txt h4, .news-wrap .news-txt h5, .news-wrap .news-txt h6 {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  margin: .6em 0;
}
.news-wrap .news-txt h2 {
  padding: .5em .7em;
  border-left: 5px solid var(--clr-gray-slight);
  background-color: #f2f2f2;
}
.news-wrap .news-txt h3 {
  border-bottom: 3px solid var(--clr-gray-light);
  padding: 0.3em;
}
.news-wrap .news-txt h3::after {
  content: '';
  background-color: var(--clr-gold);
  width: 15%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.news-wrap .news-txt h4 {  padding: 0 0 0 1.5em;}
.news-wrap .news-txt h4::before, .news-wrap .news-txt h4::after {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid var(--clr-gold);
  content: '';
}
.news-wrap .news-txt h4::before {
  top: calc(50% - 3px);
  left: 0;
}
.news-wrap .news-txt h4::after {
  top: calc(50% + 3px);
  left: 5px;
}
.news-wrap .news-txt h5 {  color: var(--clr-gold);}
.news-wrap .news-txt h6 {}
.news-wrap .wp-block-button a {  text-decoration: none;}
@media (min-width: 768px) {
  .news-wrap .news-ttl .news-data {  font-size: 1.2rem;}
  .news-wrap .news-ttl h2 {  font-size: 2.2rem;}
}
@media (min-width: 1000px) {
  .news-wrap .news-ttl .news-data {  font-size: 1.4rem;}
  .news-wrap .news-ttl h2 {  font-size: 2.8rem;}
  .news-wrap .news-txt h2, .news-wrap .news-txt h3, .news-wrap .news-txt h4, .news-wrap .news-txt h5, .news-wrap .news-txt h6 {  font-size: 1.7rem;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.page-nav {
  border-bottom: var(--line-dash);
  margin-bottom: .5em;
}
.page-nav h3 {
  font-weight: 700;
  font-size: 1.5rem;
}
/**/
.page-nav-cat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.page-nav-cat a {
  display: block;
  padding: .5em 1em;
  border: 1px solid var(--clr-gray-light);
  text-decoration: none !important;
}
.page-nav-cat li.current a {
  background: var(--clr-bk);
  color: #fff;
}
/**/
.post-link {  display: flex;}
.post-link-item {  width: 50%;}
.post-link-item.post-link-n {  margin-left: -1px;}
.post-link-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.5em;
  text-decoration: none !important;
  position: relative;
  line-height: var(--lh-base-s);
  border: 1px solid #aaa;
  padding: 0 30px;
}
.post-link-item.post-link-b a::after, .post-link-item.post-link-n a::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translatey(-50%);
  transition: .3s;
}
.post-link-item.post-link-b a::after {
  left: 10px;
  content: "\f104";
}
.post-link-item.post-link-n a::after {
  right: 10px;
  content: "\f105";
}
.only-pc {  display: none;}
.only-sp {  display: inline;}
@media (min-width: 768px) {
  .page-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /**/
  .post-link-item a {  height: 4.5em;}
}
@media (min-width: 1000px) {
  .page-nav {  margin-bottom: 1em;}
  .page-nav h3 {  font-size: 1.8rem;}
  /**/
  .page-nav-cat ul {  gap: 10px;}
  /**/
  .only-pc {  display: inline;}
  .only-sp {  display: none;}
  .post-link-item a {
    height: 6em;
    padding: 0 50px;
  }
  .post-link-item.post-link-b a::after {  left: 20px;}
  .post-link-item.post-link-n a::after {  right: 20px;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.pager ul.page-numbers {
  display: flex;
  justify-content: center;
}
.pager .page-numbers li {
  margin: 0 5px;
  padding: 0;
  list-style: none
}
.pager .page-numbers li a, .pager .page-numbers li span {
  display: block;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-decoration: none;
  border-radius: 50vh;
  color: var(--clr-bk);
  background: var(--clr-key-10);
}
.pager .page-numbers li span.current {
  color: #fff;
  background-color: var(--clr-gold);
}
.pager .page-numbers li a:hover {  text-decoration: none;}
.page-numbers.prev, .page-numbers.next {  display: none !important;}
@media (min-width: 768px) {}
@media (min-width: 1000px) {
  /**/
  .pager .page-numbers li a, .pager .page-numbers li span {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .pager .page-numbers li a:hover {
    background-color: var(--clr-key-50);
    color: #fff;
  }
  .pager .page-numbers li a.active:hover {  background-color: var(--clr-key-50);}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
#calendar #kiyakuBox {  padding-bottom: 40px;}
#kiyakuBox {}
#kiyakuBox .kiyaku {
  background: var(--clr-gray-light);
  padding: 5vw;
  line-height: var(--lh-base-s)
}
#kiyakuBox h3, #kiyakuBox h4 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
#kiyakuBox p.txt, #kiyakuBox ul.list li {
  margin: .5em 0;
  font-size: 1.2rem
}
#kiyakuBox ul.list, #kiyakuBox h4 {  margin-top: 1em;}
@media (min-width: 768px) {}
@media (min-width: 1000px) {
  #kiyakuBox .kiyaku {  padding: 40px 50px;}
  #kiyakuBox ul.list, #kiyakuBox h4 {  margin-top: 1.5em;}
  #kiyakuBox p.txt {  margin-top: 1em;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.faq-area {
  border: 10px solid var(--clr-gray-light);
  padding: 1em;
}
.faq-area h3 {
  text-align: center;
  font-family: var(--font-min);
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.faq-item + h3 {  margin-top: 2em;}
.faq-area .accordion_title {
  cursor: pointer;
  transition-duration: 0.2s;
  padding: 10px 10px 10px 35px;
  position: relative;
  border-bottom: var(--line-dash);
}
.faq-area .accordion_title:after {
  position: absolute;
  content: "Q";
  font-weight: 700;
  font-family: var(--font-min);
  top: 0;
  left: 10px;
  font-size: 2rem;
}
.faq-area .accordion_title.open {
  color: #fff;
  background: var(--clr-bk);
  border-bottom: 0;
}
.faq-area .accordion_title:hover {}
.faq-area .accordion_inner {
  display: none;
  background: var(--clr-gray-light)
}
.faq-area .ac_inner_wraper {
  position: relative;
  padding: 50px 20px 20px;
  background: url("../images/parts/bg-dog.png") no-repeat left 10px top 10px;
  background-size: 100px auto;
}
.faq-area .ac_inner_wraper:after {
  position: absolute;
  content: "A";
  font-weight: 700;
  font-family: var(--font-min);
  top: 10px;
  left: 50px;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .faq-area {  padding: 1.5em;}
  .faq-area h3 {  font-size: 2rem;}
  .faq-area .ac_inner_wraper {  padding: 30px 40px 30px 140px;}
}
@media (min-width: 1000px) {
  .faq-area {  padding: 3em;}
  .faq-area h3 {  font-size: 2.4rem;}
  .faq-area .accordion_title {  padding: 15px 10px 15px 60px;}
  .faq-area .accordion_title:after, .faq-area .ac_inner_wraper:after {  font-size: 2.8rem;}
  .faq-area .ac_inner_wraper {
    padding: 40px 40px 40px 180px;
    background-position: top 20px left 15px;
    background-size: 130px auto;
  }
  .faq-area .ac_inner_wraper:after {
    top: 20px;
    left: 70px;
  }
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.feature {}
.feature01 {}
.feature02 .txt {
  background: var(--clr-gray-slight);
  padding: 5vw
}
.oneday-item {
  padding-bottom: 5vw;
  position: relative;
}
.oneday-item::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  border-left: 2px solid var(--clr-bk);
  z-index: 10
}
.oneday-item::after {
  position: absolute;
  content: "";
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50vh;
  background: var(--clr-bk);
  z-index: 10
}
.oneday-item.onday-time {}
.oneday-item.onday-time2 {  padding-bottom: 0;}
.oneday-item.onday-time::after {  display: none;}
.oneday-item.onday-time .blk-ttl {
  background: #fff;
  position: relative;
  z-index: 11;
  padding: 5px 10px;
  margin-left: -1px;
}
.feature02 .swiper-container {  position: relative;}
/* ページネーションのサイズと色 */
.feature02 .swiper .swiper-button-prev, .feature02 .swiper .swiper-button-next {  top: var(--swiper-navigation-top-offset, 45%);}
.feature02 .swiper .swiper-button-prev::after, .feature02 .swiper .swiper-button-next::after {
  color: #fff;
  font-size: 20px !important;
}
.feature04 .cotents {
  border: var(--line-soli);
  padding: 5vw;
}
.feature04 .txt {
  gap: 40px;
  padding: 1em;
  display: flex;
  flex-direction: column
}
@media (min-width: 768px) {
  .feature01 .sec-ttl {  position: relative;}
  .feature01 .sec-ttl::before, .feature01 .sec-ttl::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .feature01 .sec-ttl::before {
    left: 0;
    background-image: url("../images/parts/dog-01.png");
  }
  .feature01 .sec-ttl::after {
    right: 0;
    background-image: url("../images/parts/dog-02.png");
  }
  .feature03 .contents {
    display: flex;
    justify-content: space-between
  }
  .feature03 .pht {  width: 30%;}
  .feature03 .txt {  width: 60%;}
  .feature04 .cotents {  background: url("../images/parts/bg-logo.png") no-repeat right top;}
}
@media (min-width: 1000px) {
  .feature01 .txt {  text-align: center;}
  .feature02 .oneday-item {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  .feature02 .oneday-item.onday-l {  flex-direction: row-reverse;}
  .feature02 .oneday-item .txt {
    width: calc(50% - 60px);
    padding: 0 0 40px;
    background: #fff;
  }
  .feature02 .oneday-item .pht {  width: 50%;}
  .oneday-item::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    border-left: 2px solid var(--clr-bk);
    z-index: 10;
    left: calc(50% - 1px);
  }
  .oneday-item::after {
    position: absolute;
    content: "";
    top: -14px;
    width: 30px;
    height: 30px;
    border-radius: 50vh;
    background: var(--clr-bk);
    z-index: 10;
    left: calc(50% - 15px);
  }
  /* ページネーションのサイズと色 */
  .feature02 .swiper-button-prev {  left: 15px;}
  .feature02 .swiper-button-next {  right: 15px;}
  .oneday-item.onday-time .blk-ttl {
    padding: 15px;
    margin: 0 auto;
  }
  .feature03 .pht {  width: 200px;}
  .feature03 .txt {  width: calc(100% - 280px)}
  .feature04 .cotents {  padding: 40px;}
  .feature04 .txt {
    gap: 40px;
    padding: 1em;
    display: flex;
    flex-direction: row
  }
}
@media (min-width: 1200px) {}
@media (max-width: 767px) {
  .feature03 th, .feature03 td {
    display: block;
    width: 100%;
  }
  .feature03 .pht {  padding: 0 20vw 5vw}
}
/* 
----------------------------------------------------*/
.guide01 {
  background-image: url("../images/parts/bg-guide.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%
}
.spot-wrap {
  gap: 30px;
  display: grid;
}
.spot-item {  margin: 0 5vw}
.spot-item .spot-name {
  margin: 10px 0;
  line-height: var(--lh-base-s)
}
.nodog .spot-name {  background: url("../images/parts/icn-noDog.png") no-repeat center right;}
.spot-item .spot-name span {
  font-size: 1.2rem;
  color: var(--clr-gray-dark);
}
.spot-item .spot-name span span {
  color: var(--clr-red);
  padding-left: 1em;
}
.spot-item .spot-name h4 {
  font-weight: 700;
  font-size: 110%;
}
.spot-item .link {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.spot-item .link a {
  text-decoration: none;
  height: 40px;
  color: #fff;
  position: relative;
  font-family: var(--font-min);
}
.spot-item .link a.map {  background: var(--clr-gray-darker);}
.spot-item .link a.hp {  background: var(--clr-gray-dark);}
.spot-item .accordion_title {
  cursor: pointer;
  transition-duration: 0.2s;
  color: #fff;
  background: var(--clr-bk);
  height: 40px;
  margin: 10px 0;
  position: relative;
  font-family: var(--font-min);
}
.spot-item .accordion_title.open {}
.spot-item .accordion_title:hover {}
.spot-item .accordion_inner {  display: none;}
.spot-item .ac_inner_wraper {}
.spot-item .link a:after, .spot-item .accordion_title:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  transition: .3s;
}
.spot-item dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 84%;
}
.spot-item dt, .spot-item dd {
  border-bottom: var(--line-dash);
  padding: .3em 0
}
.spot-item dt {  width: 80px;}
.spot-item dd {  width: calc(100% - 80px);}
.guide05 .txt {
  background: var(--clr-gray-light);
  padding: 20px;
  margin-top: 20px;
}
.guide05 .txt .link-btn {  margin-top: 20px;}
@media (min-width: 768px) {
  .spot-wrap {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .spot-item {  margin: 0}
  .guide05 .txt {  text-align: center;}
}
@media (min-width: 1000px) {
  .guide01 {  background-size: auto 90%}
  .guide01 .txt {  text-align: center}
  .spot-wrap {
    gap: 80px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ワイドスクリーンディスプレイやYouTubeビデオなどで一般的な比率 */
  height: 0;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access03 .contents {}
.access03 .blk-ttl h3 {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding-left: 40px;
}
.access03 .car .blk-ttl h3 { background-image: url("../images/access/icn_access-01.png");}
.access03 .train .blk-ttl h3 {  background-image: url("../images/access/icn_access-02.png");}
.access03 .flow {
  padding-bottom: 1em;
  border-bottom: var(--line-dash);
}
.access03 .list {
  font-size: 1.2rem;
  margin-top: .5em;
  line-height: var(--lh-base-s);
}
.access03 .dtl {
  padding-top: 1em;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sougei-time {
  margin: .5em 0;
  padding: 1em;
  background: #fff;
}
@media (min-width: 768px) {
  .access03 .blk-ttl h3 {  padding-left: 50px;}
  .access03 .dtl .pht {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .gmap {  padding-top: 42.85%; }
  .access01 .txt {  text-align: center;}
  .access03 .blk-ttl h3 {  padding-left: 60px;}
  .access03 .dtl {
    flex-direction: row;
    justify-content: space-between;
  }
  .access03 .train .dtl {  flex-direction: row-reverse;}
  .access03 .dtl .pht {
    width: 60%;
    margin: 0;
  }
  .access03 .dtl .txt {  width: 35%;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.job {}
.job01 .pht {  position: relative;}
.job01 .pht::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/job/job-ttl.png") no-repeat center;
  background-size: contain;
  z-index: 10
}
#job .icn-dog {
  position: relative;
  color: var(--clr-newomi);
}
#job .icn-dog::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
#job .job02 .icn-dog::after {  background-image: url("../images/parts/dog-03.png");}
#job .job03 .icn-dog::after {  background-image: url("../images/parts/dog-04.png");}
#job .job04 .icn-dog::after {  background-image: url("../images/parts/dog-05.png");}
#job .job02 .pht {  margin: 1em;}
#job .icn-dog h3 {
  padding-left: 100px;
  border-bottom: var(--line-soli);
  padding-bottom: .5em;
}
.job03 .miryoku {
  display: grid;
  gap: 20px;
}
.job03 .miryoku-item {
  padding: 15px;
  background: #fcf7d5;
  border: 2px solid #ddd;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  margin: 0 1em
}
.job03 .miryoku-item h4 {
  position: relative;
  font-size: 1.6rem;
  line-height: var(--lh-base-s);
  color: #006834;
  font-family: var(--font-min);
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 6px 55px;
  margin-bottom: 1em
}
.job03 .miryoku-item h4::after {
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  height: 5px;
  background: repeating-linear-gradient(-45deg, #006834, #006834 2px, #fcf7d5 2px, #fcf7d5 4px);
}
.job03 .miryoku1 h4 {  background-image: url(../images/job/no1.png);}
.job03 .miryoku2 h4 {  background-image: url(../images/job/no2.png);}
.job03 .miryoku3 h4 {  background-image: url(../images/job/no3.png);}
.job04 .job-list {
  display: grid;
  grid-template-columns: 100px 1fr;
  width: 100%;
  gap: 0; /* ← 隙間を作りたくないなら必ず指定 */
}
.job04 .job-item h4 {
  font-weight: 700;
  background: var(--clr-newomi);
  color: #fff;
  font-size: 110%;
  padding: .3em .5em;
}
.job04 .job-list div {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: var(--line-soli);
  border-right: var(--line-soli);
}
.job04 .job-list div.ttl {
  justify-content: center;
  letter-spacing: .5em;
  background-color: var(--clr-gray-slight);
  border-left: 1px solid #ccc;
}
.job04 .oubo {
  padding: 1.5em;
  background: var(--clr-gray-slight);
}
.job04 .oubo h4 {
  color: var(--clr-newomi);
  font-weight: 700;
}
.job04 .oubo .link-btn {  margin-top: 1em;}
@media (min-width: 768px) {
  #job .job02 .pht {  margin: 1em 15vw;}
  .job04 .job-list {  grid-template-columns: 20% 1fr;}
  .job04 .job-item h4 {  padding: .5em .8em;}
  .job04 .oubo {
    padding: 1.5em;
    display: table;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  #job .job02 .pht {
    margin: 0 0 0 50px;
    width: 35%;
    float: right;
  }
  #job .icn-dog::after {
    width: 130px;
    height: 130px;
  }
  #job .icn-dog h3 {  padding-left: 130px;}
  .job03 .miryoku {  grid-template-columns: repeat(3, 1fr);  gap: 40px;}
  .job03 .miryoku-item {  margin: 0}
  .job03 .miryoku-item h4 {
    font-size: 1.8rem;
    padding: 0 0 6px 55px;
  }
  .job04 .job-list div {  padding: 1.2em;}
  .job04 .oubo {  padding: 2em;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.preparation .tab {
  overflow: hidden;
  zoom: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  line-height: var(--lh-base-s);
}
.preparation .tab li {
  background: var(--clr-bk);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.preparation .tab li:hover {}
.preparation .tab li.select {
  background: var(--clr-gold);
  padding: 15px 0;
  margin-top: 0px;
}
.preparation .hide {  display: none;}
.preparation .content {
  background: var(--clr-gray-slight);
  padding: 1.5em;
}
.preparation .content h3, .preparation01 .checklist-item h3 {
  font-weight: bold;
  border-left: 4px solid var(--clr-gold);
  background: var(--clr-gray-light);
  padding: .8em 16px;
}
.preparation01 .checklist-item h3 {
  border-left: 4px solid var(--clr-newomi);
  margin-bottom: 1em;
}
.preparation .junbi-item {  margin: 2em 0 0;}
.preparation .junbi-txt-child {
  padding: 1.5em 0;
  border-bottom: var(--line-dash);
}
.preparation .junbi-txt-child strong {  display: block;}
.preparation .junbi-pht {
	display: flex;
	justify-content: center;
	gap:20px;
	margin-top: 20px;
	flex-wrap: wrap;
}
.preparation .content .pht {
	width: 80%;
}
.preparation .junbi-item .link-btn {  margin-top: 1em;}
.preparation01 .checklist {
  border: var(--line-soli);
  padding: 1.5em;
  position: relative;
}
.preparation01 .checklist::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 40px 40px 0;
  border-style: solid;
  background-color: var(--clr-gray-light);
  border-color: transparent transparent transparent;
  z-index: 1;
}
.preparation01 .checklist::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 2;
}
.preparation01 li {
  position: relative;
  padding-left: 1.8em;
  margin: 1em 0;
  line-height: 1
}
.preparation01 li strong {
  position: relative;
  font-weight: 400
}
.preparation01 li:after {
  position: absolute;
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  top: 50%;
  left: 5px;
  transform: translatey(-50%);
  transition: .3s;
}
.preparation01 li strong:before {
  position: absolute;
  content: "\2a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  right: -14px;
  color: var(--clr-red);
  transform: translatey(-50%);
  transition: .3s;
}
.preparation01 .cap strong {  color: var(--clr-red);}
@media (min-width: 768px) {
  .preparation .content {  padding: 2.5em;}
  .preparation .junbi-pht {}
  .preparation .content .pht {  width: 40%;}
  .preparation01 .checklist {  padding: 2.5em;}
}
@media (min-width: 1000px) {
  .preparation .txt {  text-align: center}
  .preparation .tab li {  padding: 15px;}
  .preparation .tab li.select {  padding: 20px 0;}
  .preparation .junbi-item {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 4em 0 0;
  }
  .preparation .junbi-item h3 {  width: 100%;}
  .preparation .junbi-txt {  width: 60%;}
  .preparation .junbi-pht {
    gap: 60px;
    margin-top: 0;
    width: 32%;
  }
  .preparation .content .pht {  width: 100%;}
  .preparation01 .checklist {  padding: 3.5em;}
  .preparation01 .checklist-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .preparation01 .cap {  text-align: right;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
#rooms .blk-ttl h3 {  color: var(--clr-gray-dark);}
.rooms01 {}
.rooms02 .tokucyo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.rooms02 .tokucyo-item {
  background: var(--clr-bk);
  position: relative;
  text-decoration: none;
  line-height: var(--lh-base-s);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1em;
  font-size: 1.2rem;
}
.rooms02 .tokucyo-item .cap {  font-size: 1rem;}
.rooms02 .tokucyo-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
  width: 100%;
  height: 100%;
  background: url('../images/parts/bg-logo-w.png') no-repeat center right;
  background-size: auto 180%;
}
.room_madori img {  padding: 1em;}
.room_madori h4 {
  text-align: center;
  color: #fff;
  background: var(--clr-bk);
  margin-bottom: 1em;
  padding: .3em
}
.room_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.room_data {}
.room_databox {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  display: grid;
  grid-template-columns: 80px 1fr; /* ← ここを修正 */
}
.room_data .roomdata {
  padding: .5em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.room_data .roomdata:nth-child(odd) {  background: var(--clr-gray-light);}
.room_data .roomdata:nth-child(even) {}
.room_data .data1 {}
.gmap360 a {
  position: relative;
}
.gmap360 a::after {
  position: absolute;
  content: '';
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: url("../images/parts/icn-360.svg") no-repeat center;
  background-size: cover;
}
#rooms .garden {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
#rooms .garden h3, #rooms .garden p {
  width: 100%;
}
#rooms .garden h3 {
  background: var(--clr-newomi);
  color: #fff;
  font-family: var(--font-min);
  padding: .3em;
  text-align: center;
}
#rooms .garden p.pht {  width: calc(50% - 3px);}
.amenity {
  border: var(--line-soli);
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.rooms14 h4 {
  font-size: 120%;
  font-weight: 700;
  margin-bottom: .5em;
}
.rooms14 dd {
  margin-left: 1em;
  margin-bottom: 1em;
}
.rooms15 h4 {
  font-size: 120%;
  font-weight: 700;
  color: #fff;
  background: var(--clr-bk);
  text-align: center;
  padding: .3em;
}
.rooms15 .bihin {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 1em 0;
}
.rooms15 .bihin-item {
  border: var(--line-soli);
  padding: 1.5em;
}
.rooms15 .bihin-item img {  padding: 1em}
@media (min-width: 768px) {
  .room_info {
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 20px;
  }
  .room_madori {  width: 35%;}
  .room_data {  width: 65%}
  .rooms15 .bihin {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .rooms15 .bihin-item {  width: calc(50% - 10px);}
}
@media (min-width: 1000px) {
  .rooms01 .txt, .rooms11 .txt, .rooms15 .txt { text-align: center;}
  .rooms02 .tokucyo {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .rooms02 .tokucyo-item {
    padding: 1.5em;
    font-size: 1.4rem;
  }
  .room_databox {  grid-template-columns: 120px 1fr 120px 1fr;}
  .room_databox .roomdata {  padding: .7em;}
  .room_databox .data14 {  grid-column: 2 / span 3;}
  .room_databox .data16 {
    grid-column: 2 / span 3;
    grid-row-start: 5;
  }
  .gmap360 a::after {
    width: 80px;
    height: 80px;
  }
  #rooms .garden {  gap: 10px;}
  #rooms .garden p.pht {  width: calc(50% - 5px);}
  #rooms .garden h3 {  font-size: 1.8rem;}
  .amenity {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
  }
  .amenity .amenity-item:nth-child(1) {  width: 100%;}
  .amenity .amenity-item:nth-child(2) {  width: calc(45% - 10px); order: 2;}
  .amenity .amenity-item:nth-child(3) {  width: calc(55% - 10px); order: 1;}
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.furusato {}
.furusato01 table {
  width: 100%;
  margin: 1em 0
}
.furusato01 table th, .furusato01 table td {
  text-align: center;
  padding: 10px 0;
  width: 50%;
  border: 1px solid #ddd;
  font-size: 14px;
}
.furusato01 table th {
  background-color: #f5f5f5;
}
.furusato01 table td {}
.furusato01 table tr:first-of-type th, .furusato01 table tr:first-of-type td {
  background-color: #191919;
  color: #fff;
  font-weight: bold;
}
.furusato02 .flow {
  border: 1px solid var(--clr-bk);
}
.furusato02 h4 {
  background: var(--clr-bk);
  color: #fff;
  text-align: center;
  padding: .3em;
}
.furusato02 .txt {
  padding: 1em;
}
.furusato02 .btn-gold {
  gap: 10px;
  display: grid;
}
.furusato02 .flow-end {
  color: var(--clr-red);
  font-weight: 700;
  text-align: center;
  border: 2px solid var(--clr-red);
  padding: 1em;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .furusato01 .txt {
    text-align: center;
  }
  .furusato02 .txt {
    padding: 1.5em;
  }
}
@media (min-width: 1000px) {
  .furusato01 table {
    width: 50%;
    margin: 1em auto
  }
  .furusato02 .txt {
    padding: 2.5em;
    text-align: center;
  }
  .furusato02 h4 {
    padding: .5em;
  }
  .furusato02 .btn-gold {
    gap: 40px;
    grid-template-columns: auto auto;
    justify-content: center;
  }
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.mv-youtube {
  max-width: 1200px;
  margin: 0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*sp-dishes*/
.dishes-wrap.sp-dishes {}
.dishes-wrap.sp-dishes .bnr img {
  margin: 0 auto;
}
.dishes-wrap .sp-dishes .blk-ttl h3 {
  color: var(--clr-gray-darker);
}
/**/
.dishes-wrap .menu-pht, .dishes-wrap .menu-list {
  margin: 2em 0;
}
.dishes-wrap .menu-list .cap {
  margin-top: 1em;
  line-height: var(--lh-base-s)
}
.dishes-wrap .menu-pht .js-swiper-main {
  margin-bottom: 10px;
}
.dishes-wrap .menu-pht .js-swiper-thumbs img {
  border: 2px solid var(--clr-gray);
  transition: .3s
}
/* 選択されているサムネイルを透過 */
.dishes-wrap .menu-pht .swiper-slide-thumb-active img {
  opacity: .6;
  border: 2px solid var(--clr-gold);
}
.dishes-wrap .oshinagaki {
  display: grid;
}
.dishes-wrap .oshinagaki .row {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 16px;
  row-gap: 6px;
}
.dishes-wrap .oshinagaki .label {
  font-weight: bold;
}
.dishes-wrap .menu-ttl {
  background: var(--clr-bk);
  color: #fff;
  padding: .3em;
  font-weight: 700;
  font-size: 110%;
}
.dishes-wrap .oshinagaki-2 {
  display: grid;
  row-gap: 6px;
}
.dishes-wrap .oshinagaki-2 .list {
  padding-left: 1em;
  position: relative;
}
.dishes-wrap .oshinagaki-2 .list::before {
  position: absolute;
  content: '・';
  left: 0;
}
#dishes .allergy .txt {
  border: var(--line-soli);
  padding: 5vw
}
#dishes .allergy .link-btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .dishes-wrap .menu {
    margin: 0 10vw
  }
}
@media (min-width: 1000px) {
  .dishes-wrap .menu {
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .dishes-wrap .menu-pht {
    width: 50%
  }
  .dishes-wrap .menu-list {
    width: 42%
  }
  .snack-menu .menu-list {
    width: 100%
  }
  .dishes-wrap .oshinagaki .row, .dishes-wrap .oshinagaki-2 {
    row-gap: 10px;
  }
  .dishes-wrap .allergy .txt {
    padding: 50px 80px
  }
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.reserve {}
.reserve-dishes {
  background: rgba(255, 255, 255, 0.9) url("../images/dishes/bg-reserve.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: lighten;
}
.reserve-dishes .opentime {
  text-align: center;
}
.reserve-dishes .opentime h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
.reserve-dishes .txt {
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.reserve-dishes .kibou {
  color: #fff;
  background: var(--clr-newomi);
  padding: .5em 1em;
  font-weight: 700;
  display: table;
  margin: 1em auto;
}
.reserve-dishes01.dishes-wrap .menu-ttl {
  background: var(--clr-gold);
  font-size: 140%;
  font-family: var(--font-min)
}
.reserve-dishes01 .price-list {
  font-weight: 700;
}
.reserve-dishes01 .price-list .parent {
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
}
.reserve-dishes01 .price-list .price {
  font-size: 130%;
}
.reserve-dishes01 .menu-item {
  margin: 1em 0;
  line-height: var(--lh-base-s) !important
}
.reserve-dishes01 .menu-item dt {}
.reserve-dishes01 .menu-item dd {}
.reserve-dishes02 .toiawase {
  display: grid;
  gap: 15px;
}
@media (min-width: 768px) {
  .reserve-dishes .txt {
    text-align: center;
  }
  .reserve-dishes02 .toiawase {
    grid-template-columns: repeat(2, 1fr);
    justify-self: center;
    gap: 40px;
  }
}
@media (min-width: 1000px) {
  .reserve-dishes01 .menu-list {
    padding-top: 1.5em;
  }
  .reserve-dishes01 .price-list {
    font-size: 1.6rem;
  }
  .reserve-dishes01 .price-list .price {
    font-size: 140%;
  }
  .reserve-dishes01 .menu-list .link-btn a {
    margin-left: 0
  }
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
#facility {}
#facility .biwadog {}
#facility .hotel-logo {
  padding-top: 50%;
  height: 0;
  overflow: hidden;
  background: #000 url("../images/template/logo-wh.svg") no-repeat center;
  background-size: auto 60%;
  margin: 1em 5vw;
}
#facility .biwadog h3 {
  font-weight: 700;
  text-align: center;
}
#facility .biwadog h3 strong {
  font-size: 110%;
}
#facility .hotel-data {
  margin: 1em 0;
}
.facility_databox {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 1em 0;
}
.facility_data .facilitydata {
  padding: .5em 1em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.facility_data .facilitydata:nth-child(odd) {
  background: var(--clr-gray-light);
  font-weight: 700;
}
.facility_data .facilitydata:nth-child(even) {
  background: #fff;
}
.facility03 .tab {
  overflow: hidden;
  zoom: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  line-height: var(--lh-base-s);
}
.facility03 .tab li {
  background: var(--clr-bk);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.facility03 .tab li:hover {}
.facility03 .tab li.select {
  background: var(--clr-gold);
  padding: 15px 0;
  margin-top: 0px;
}
.facility03 .hide {
  display: none;
}
.facility03 ul .contents {
  padding: 1em 0;
}
.floor-wrap {}
.floor-wrap .floor-map {}
.floor-wrap .floor-pht {}
.floor-pht-ga {
  background-image: url("../images/parts/icn-photo.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px;
  padding-left: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.floor-pht-ga.floor360 {
  background-image: url("../images/parts/icn-360.svg");
}
.floor-pht-ga a {
  display: inline-block;
  padding: .1em 1em;
  border-radius: var(--radius-l);
  text-decoration: none !important;
  font-size: 1.2rem;
  background: #fff;
}
.facility-txt .swiper-slide {
  position: relative;
}
.facility-txt .swiper-slide .slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .8em 10px;
  line-height: var(--lh-base-ss);
  background: var(--clr-bk-50);
  color: #fff;
  font-size: 1.1rem;
}
.facility-txt .btn {
  width: 220px;
  margin: 1em auto;
}
.facility-txt .cupcake {}
@media (min-width: 768px) {
  .facility02 .contents {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 20px;
  }
  #facility .hotel-logo {
    margin: 0 0 1em;
  }
  .facility_databox {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .facility-txt {
    margin: 0 10vw
  }
  .facility-txt .btn {
    width: 200px;
  }
}
@media (min-width: 1000px) {
  .facility01 .txt {
    text-align: center;
  }
  .facility02 .contents {
    grid-template-columns: 40% 1fr;
    gap: 5vw;
  }
  #facility .hotel-logo {
    padding-top: 50%;
  }
  .facility03 ul .contents {
    padding: 2em 0;
  }
  .floor-wrap {
    display: grid;
    grid-template-columns: 70% 1fr;
    gap: 40px;
    align-items: center;
  }
  .floor-pht-ga {
    background-position: center top;
    background-size: 70px;
    padding: 90px 0 30px;
    justify-content: center;
    gap: 10px;
  }
  .floor-pht-ga a {
    padding: .3em 1em;
  }
  .floor-pht-ga a:hover {
    background: var(--clr-newomi);
    color: #fff;
  }
  .facility-txt {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0
  }
  .facility-txt .pht {
    width: 60%;
  }
  .facility-txt .txt {
    width: 34%;
  }
  .facility-txt .btn {
    position: absolute;
    top: -110px;
    right: 0;
  }
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
#dogrun .facility-txt .txt {
  margin-top: 1.5em;
}
#dogrun .facility_databox {
  margin: 0
}
#dogrun .facility_data {
  margin: 1em 0
}
#dogrun .dogrun06 .dogrun {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#dogrun .dogrun06 .dogrun a {
  text-decoration: none;
}
#dogrun .dogrun06 .dogrun .txt {
  line-height: var(--lh-base-s);
  text-align: center;
  font-family: var(--font-min);
  padding: .5em
}
@media (min-width: 768px) {
  #dogrun .dogrun02 .pht {
    margin: 0 15vw
  }
  #dogrun .dogrun06 .dogrun {
    gap: 40px;
  }
  #dogrun .dogrun06 .dogrun a {
    border: 1px solid #ccc;
    display: block;
  }
}
@media (min-width: 1000px) {
  #dogrun .dogrun01 .txt {
    text-align: center;
  }
  #dogrun .dogrun02 .dogrun-wrap {
    display: flex;
    justify-content: space-between
  }
  #dogrun .dogrun02 .dogrun-wrap .pht {
    margin: 0;
    width: 60%;
  }
  #dogrun .dogrun02 .dogrun-wrap .txt {
    width: 35%;
  }
  #dogrun .facility-txt .txt {
    margin-top: 0;
  }
  #dogrun .dogrun06 .dogrun {
    gap: 60px;
    margin: 0 10vw
  }
  #dogrun .dogrun06 .dogrun .txt {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.register-flow {}
.register-item {
  border-bottom: var(--line-dash);
  padding: .5em;
}
.register-item .ttl {
  font-weight: 700;
}
.register-item .txt {}
.register-item .txt strong {
  font-size: 130%;
  color: #c00;
  font-family: var(--font-min)
}
.oneday03 .tbl-box {
  margin: 0;
}
.oneday03 .tbl-box table {
  margin: .5em 0;
}
.oneday03 .tbl-box th {
  white-space: nowrap;
  font-weight: 400;
  background: var(--clr-gray-dark);
  color: #fff;
}
.oneday03 .tbl-box th, .oneday03 .tbl-box td {
  padding: .5em;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.oneday03 .sanpo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.oneday03 .dogrun-news {
  padding: 1em;
  border: 1px solid #aaa;
}
.oneday03 .dogrun-news h4 {
  text-align: center;
  font-weight: 700;
  font-family: var(--font-min);
  font-size: 120%;
  margin-bottom: .5em;
}
.oneday03 .facility-room {
  background: #fff;
  border: var(--line-soli);
  padding: 15px;
  margin-top: 25px;
}
.oneday03 .facility-room h3 {
  font-size: 2rem;
  margin: .5em 0 .2em;
  font-family: var(--font-min);
}
@media (min-width: 768px) {
  .register-flow .sp {
    display: none;
  }
  .register-flow .pc {
    display: block;
  }
  .register-item {
    display: grid;
    grid-template-columns: 180px 1fr;
  }
  .oneday03 .price-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .oneday03 .price-item:nth-child(4), .oneday03 .price-item:nth-child(5) {
    width: 48%;
  }
  .oneday03 .facility-room {
    padding: 20px;
  }
}
@media (min-width: 1000px) {
  .oneday03 table {
    width: 100%;
  }
  .oneday03 table td {
    text-align: center;
  }
  .oneday03 .tbl-box th, .oneday03 .tbl-box td {
    padding: 1em;
  }
  .oneday03 .price-item:nth-child(1), .oneday03 .price-item:nth-child(2), .oneday03 .price-item:nth-child(3) {
    width: 100%;
  }
  .oneday03 .sanpo {
    grid-template-columns: 220px 1fr;
    gap: 30px;
  }
  .oneday03 .dogrun-news {
    padding: 2em;
    margin: 0 10vw
  }
  .oneday03 .facility-room {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 40px;
    padding: 20px;
    margin-top: 40px;
  }
  .oneday03 .facility-room h3 {
    font-size: 2.4rem;
    margin: 0 0 .5em;
  }
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.offkai02 .riyou-wrap {
  border: 1px solid #333;
}
.offkai02 .riyou-wrap .ttl {
  background: var(--clr-txt);
  color: #fff;
  padding: .5em;
  text-align: center;
}
.offkai02 .riyou-wrap .txt {
  padding: 1em;
}
.offkai02 .riyou-wrap .txt ul {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .offkai02 .riyou-wrap {
    display: grid;
    grid-template-columns: 200px 1fr;
  }
  .offkai02 .riyou-wrap .ttl h3 {
    height: 100%;
    align-items: center;
    display: grid;
  }
}
@media (min-width: 1000px) {
  .offkai01 .txt {
    text-align: center;
  }
  .offkai02 .riyou-wrap {
    grid-template-columns: 240px 1fr;
  }
  .offkai02 .riyou-wrap .txt {
    padding: 2em;
  }
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/
.offkai03 .common-list {
  display: flex;
  justify-content: center;
  margin: 25px auto 30px;
  gap: 10px;
}
.offkai03 .common-list li {
  border: 1px solid #333;
  font-weight: bold;
  padding: .3em 1em;
  border-radius: 100px;
}
.offkai03 .common-list li:last-of-type {
  border: 1px solid #c00;
  color: #c00;
}
.offkai03 .content_inner {
  display: grid;
  gap: 80px;
}
.offkai03 .content_inner .plan {}
.offkai03 .content_inner .plan h3 {
  background-color: var(--clr-bk);
  color: #fff;
  padding: .5em 1em;
  margin-bottom: 1.5em;
  position: relative;
}
.offkai03 .content_inner .plan h3 .plan-num {
  padding-right: 1em;
  margin-right: 1em;
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: .1em;
  border-right: 1px solid #fff;
}
.offkai03 .content_inner .plan h3 strong {
  position: absolute;
  right: 1em;
  bottom: calc(100% + 5px);
  color: #333;
}
.offkai03 .content_inner .plan .pht {
  margin-bottom: 30px;
}
.offkai03 .content_inner .plan .pht img {}
.offkai03 .content_inner .plan .pht .cap {
  padding-top: .5em;
  text-align: right;
}
.offkai03 .content_inner .plan .plan-lead {}
.offkai03 .content_inner .plan h4 {
  border-bottom: 1px solid #333;
  border-left: 5px solid #333;
  font-weight: bold;
  margin-top: 2em;
  padding: 0 0 .25em 1em;
  margin-bottom: 10px;
  position: relative;
}
.offkai03 .content_inner .plan h4 span {
  font-weight: normal;
  position: absolute;
  right: 0;
}
.offkai03 .content_inner .plan .plan-inner {
  padding-left: 10px;
}
/* 料金　*/
.offkai03 .content_inner .plan .price {}
.offkai03 .content_inner .plan .price dl {
  display: flex;
}
.offkai03 .content_inner .plan .price dt {
  width: 140px;
}
.offkai03 .content_inner .plan .price dd {
  margin-left: 1em;
}
.offkai03 .detail {
  display: table;
  margin: auto;
  background-color: var(--clr-gray-slight);
  padding: 10px 10px 10px calc(10px + 1em);
}
.offkai03 .jyogai {
  margin-top: 10vw;
  padding-top: 5vw;
  border-top: 1px solid var(--clr-newomi);
}
.offkai03 .jyogai-item {
  padding: .5em 1em;
}
.offkai03 .jyogai h3 {
  color: var(--clr-newomi);
  font-weight: 700;
  margin-left: -1em;
}
.offkai03 .tbl-box * {
  white-space: nowrap;
  border: var(--line-soli);
  vertical-align: middle;
  text-align: center;
}
.offkai03 .tbl-box {
  overflow-x: scroll;
}
.offkai03 .gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
.offkai03 .gallery h3 {
  background-color: var(--clr-bk);
  color: #fff;
  padding: 1em 10px;
  text-align: center;
  width: 100%;
}
.offkai03 .gallery-item {
  padding: 15px;
  background-color: var(--clr-gray-slight);
  width: 100%;
}
.offkai03 .gallery-item h4 {
  text-align: center;
  font-weight: 700;
  margin-bottom: .5em;
  line-height: var(--lh-base-s)
}
@media (min-width: 768px) {
  .offkai03 .content_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .offkai03 .detail {
    padding: 20px 20px 20px calc(20px + 1em);
  }
  .offkai03 .gallery {
    flex-direction: row;
    gap: 40px;
  }
  .offkai03 .gallery-item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1000px) {
  .offkai03 .content_inner {
    gap: 80px;
  }
  .offkai03 .jyogai {
    margin-top: 50px;
    padding-top: 20px;
  }
  .offkai03 .tbl-box {
    overflow-x: auto;
  }
  .offkai03 .tbl-box table {
    width: 100%;
  }
  .offkai03 .gallery {
    gap: 30px;
  }
  .offkai03 .gallery-item {
    width: calc(33% - 20px);
    padding: 20px;
  }
}
@media (min-width: 1200px) {}
/* 
----------------------------------------------------*/

.agreement01 .txt-wrap p {
}
.agreement01 .kanarazu {
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.agreement01 .kanarazu::before, .agreement01 .kanarazu::after {
  content: '';
  height: 1px;
  background-color: #000;
  flex-grow: 1;
}
.agreement01 .kanarazu::before {  margin-right: 1.5em;}
.agreement01 .kanarazu::after {  margin-left: 1.5em;}

.agreement01 .bg {
  background-color: var(--clr-gray-slight);
  padding: 5vw;
}
.agreement01 .image {
  width: 100%;
  border: 1px solid #ddd;
}
.agreement01 .txt-wrap.shorui {
  margin-bottom: 30px;
}
.agreement01 .txt-wrap.shorui p {
  text-align: center;
  font-size: 1.6rem;
}
.agreement01 .txt-wrap strong {
  color: #c80f2e;
  text-decoration: underline;
}
.agreement01 .attention {
  border: solid 1px #f6cccc;
  background: #fdf5f5;
  display: table;
  margin: 0 auto 30px;
  padding: 20px 30px;
}
.agreement01 .ttl-attention {
  font-weight: bold;
  font-size: 16px;
  color: #c80f2e;
  text-align: center;
  padding-bottom: .75em;
  display: table;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
}
.agreement01 .ttl-attention:after {
  position: absolute;
  content: "\f06a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 0;
  left: 0;
  transition: .3s;
}
@media (min-width: 768px) {}
@media (min-width: 1000px) {
.agreement01 .txt-wrap {
  width: 600px;
  margin: 0 auto;
}
.agreement01 .bg {
  padding: 40px;
}
.agreement01 .image {
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
}
@media (min-width: 1200px) {}

@media (min-width: 768px) {}
@media (min-width: 1000px) {}
@media (min-width: 1200px) {}