@charset "UTF-8";
body {
  font-size: 16px;
  font-family: 游明朝体, "Yu Mincho", YuMincho, yu-mincho-pr6n, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", source-han-serif-japanese, serif;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}
body .sp {
  display: none;
}
body h1 {
  font-size: 1.75em;
  margin: 20px 0;
  line-height: 1.8em;
}
body h2 {
  font-size: 1.5em;
  margin: 20px 0;
  line-height: 1.8em;
}
body h3 {
  font-size: 1.25em;
  margin: 20px 0;
  line-height: 1.8em;
}
body h4 {
  font-size: 1.15em;
  margin: 20px 0;
  line-height: 1.8em;
}
body p {
  margin: 20px 0;
}
body .readmore_btn {
  display: block;
  width: fit-content;
  min-width: 250px;
  margin: 60px auto;
  padding: 20px 60px;
  border: 1px solid;
  border-radius: 2px;
  text-align: center;
  position: relative;
}
body .readmore_btn:after {
  position: absolute;
  content: "→";
  right: 20px;
}
body .readmore_btn-accent {
  color: #ff8a00;
}
body .readmore_btn.back {
  margin: 120px auto 120px 0;
}
body .readmore_btn.back:before {
  position: absolute;
  content: "←";
  left: 20px;
}
body .readmore_btn.back:after {
  display: none;
}
body .cat {
  display: inline-block;
  padding: 0 10px;
  background: #d8c0dd;
  border-radius: 2px;
}
body .cat_9 {
  background: #cbc877;
}
body .cat_13 {
  background: #f1c5c1;
}
body .cat_14 {
  background: #c1e4e9;
}
body .cat_16 {
  background: #afd0ad;
}
body .cat_17 {
  background: #7ec5df;
}
body .date {
  display: inline-block;
  padding: 0 10px;
}
body .spec {
  display: block;
}
body .postlink {
  background: #f0f0f0;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
body .postlink:before {
  position: absolute;
  content: "←";
  left: 20px;
}
body .postlink a {
  display: block;
  width: 100%;
  height: 100%;
}
body .eyecatch {
  width: 100%;
}
body .eyecatch img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
body .card_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body .card_wrap article {
  width: calc(33.3% - 20px);
  text-align: left;
}
body .card_wrap article .thumbnail {
  background-size: cover;
  background-position: center center;
  padding-top: 75%;
  margin-bottom: 20px;
  width: 100%;
}
body .list_wrap {
  width: 83.3333333333%;
  margin: 10px auto 0;
  text-align: left;
}
body .list_wrap ul {
  border-top: 1px solid #dcdddd;
}
body .list_wrap ul li {
  border-bottom: 1px solid #dcdddd;
  padding: 36px 30px;
  position: relative;
}
body .list_wrap ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
body .list_wrap ul li:after {
  position: absolute;
  content: "→";
  right: 36px;
}
body .flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
body .flex .left,
body .flex .right {
  width: calc(50% - 20px);
}
body .flex .left h2,
body .flex .right h2 {
  text-align: left !important;
}
body .flex .left img,
body .flex .right img {
  width: 100%;
}
body .flex .left .readmore_btn,
body .flex .right .readmore_btn {
  margin: 60px 0;
}
body table {
  width: 100%;
  margin: auto;
}
body table td {
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  padding: 10px;
}
body table td .required {
  display: inline-block;
  padding: 0 8px;
  margin: 0 10px 0 0;
  border-radius: 15px;
  font-size: 0.8em;
  background: #f1c5c1;
}
body table td textarea {
  width: 100% !important;
}
body table .key {
  background: #f2f2f2;
}

header {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  padding: 15px 20px;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1320px) {
  header {
    padding: 15px 20px 15px 0;
  }
}
header h1 {
  width: 200px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1320px) {
  header h1 {
    width: 150px;
  }
}
header h1 img {
  width: 100%;
}
header h1:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #000;
  top: 18px;
  right: -22px;
}
@media screen and (max-width: 1320px) {
  header h1:after {
    top: 10px;
    right: -14px;
  }
}
header nav {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 200px);
}
@media screen and (max-width: 1320px) {
  header nav {
    width: calc(100% - 150px);
  }
}
header nav #menu-global {
  display: flex;
  align-items: center;
  margin-left: 22px;
  color: #111b3a;
}
@media screen and (max-width: 1320px) {
  header nav #menu-global {
    margin-left: 20px;
  }
}
header nav #menu-global li {
  display: table-cell;
}
header nav #menu-global li a {
  width: 100%;
  padding: 0 16px;
  vertical-align: middle;
  line-height: 1.2;
}
@media screen and (max-width: 1320px) {
  header nav #menu-global li a {
    padding: 0 5px;
    font-size: 15px;
  }
}
header nav .header_reserve {
  display: block;
  padding: 9px 20px;
  background: #ff8a00;
  border-radius: 5px;
  line-height: 1.2;
}
header .hbg_btn {
  display: none;
}

.hbg_wrap {
  display: none;
}

.home #hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.home #hero .slides {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home #hero .slides li {
  position: relative;
}
.home #hero .slides li .catch {
  position: absolute;
  color: #000;
  text-shadow: 1px 2px 3px #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 1;
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
  width: 80%;
}
.home #hero .slides li .catch img {
  height: 100%;
  width: 300px;
  margin: auto;
}
.home #hero .slides li img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
}
.home .inner {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.home main > .inner {
  padding-bottom: 0;
}
.home section:not(#hero) .inner {
  width: 83.3333333333%;
  max-width: 1320px;
  padding: 40px 0 90px;
  text-align: center;
}
.home section:not(#hero) h2 {
  font-size: 18px;
  display: inline-block;
  border-bottom: 1px solid;
  color: #959595;
  padding-bottom: 5px;
}
.home section:not(#hero) h3 {
  margin: 5px 0 70px;
  color: #111b3a;
  font-size: 38px;
}
.home section:not(#hero) .flex {
  text-align: left;
  gap: 60px;
}
.home section:not(#hero) .flex .readmore_btn {
  margin: 60px auto 60px 0;
}
.home section:not(#hero) .flex .readmore_btn:not(:first-of-type) {
  margin-top: -30px;
}
.home section:not(#hero) .flex p {
  margin-top: 0;
}
.home section:not(#hero) .flex .img {
  position: relative;
}
.home section:not(#hero) .flex .img div {
  display: inline-block;
  position: absolute;
  background: #111b3a;
  width: 70px;
  height: 70px;
  padding: 30px 0;
  text-align: center;
  border-radius: 50%;
  line-height: 0.5;
  font-size: 18px;
  color: #fff;
  font-family: Avenir;
  left: 30px;
  top: -30px;
}
.home section:not(#hero) .flex.flex_left .left {
  width: 62%;
}
.home section:not(#hero) .flex.flex_left .right {
  width: 38%;
}
.home section:not(#hero) .flex.flex_right .left {
  width: 38%;
}
.home section:not(#hero) .flex.flex_right .right {
  width: 62%;
}
.home section:not(#hero) .category_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.home section:not(#hero) .category_wrap li {
  display: block;
  width: 250px;
  padding: 20px 60px;
  border: 1px solid;
  border-radius: 2px;
  text-align: center;
}
.home section.bg {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  background: #f3f4f4;
}
.home section#guide {
  text-align: center;
  padding-bottom: 90px;
  margin-bottom: 60px;
}
.home section#guide .readmore_btn {
  margin: 0 auto;
}
.home section#guide #category {
  margin-bottom: 40px;
}
.home section#guide #category #menu-blog {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.home section#guide #category #menu-blog .guide_menu_listItem {
  min-width: 118px;
  text-align: center;
  border: 1px solid #111b3a;
  padding: 2px 10px;
}
.home section#guide #category #menu-blog .guide_menu_listItem a {
  pointer-events: none;
}
.home section#guide #category #menu-blog .is-active {
  transition: all 0.3s ease-in-out;
}
.home section#guide #category #menu-blog .is-active.menu-item-265 {
  background: #fdd29f;
}
.home section#guide #category #menu-blog .is-active.menu-item-266 {
  background: #cbc877;
}
.home section#guide #category #menu-blog .is-active.menu-item-537 {
  background: #f1c5c1;
}
.home section#guide #category #menu-blog .is-active.menu-item-538 {
  background: #c1e4e9;
}
.home section#guide #category #menu-blog .is-active.menu-item-545 {
  background: #afd0ad;
}
.home section#guide #category #menu-blog .is-active.menu-item-1125 {
  background: #7ec5df;
}
.home section#guide #category #menu-blog .is-active.menu-item-1652 {
  background: #d8c0dd;
}
.home section#guide .guide_card_item {
  display: none;
}
.home section#guide .guide_card_item.is-active {
  display: flex;
}
.home section#news h2 {
  text-align: center;
  margin-bottom: 30px !important;
  font-size: 26px;
  display: block;
  border: none;
  padding: 0;
  color: #111b3a;
}
.home section#news .inner .readmore_btn {
  margin: 150px auto 0;
}

.page:not(.home) #breadcrumbs,
.archive #breadcrumbs,
.search #breadcrumbs {
  font-size: 12px;
  background: #fafafa;
  color: #898989;
  font-family: sans-serif;
}
.page:not(.home) #breadcrumbs .inner,
.archive #breadcrumbs .inner,
.search #breadcrumbs .inner {
  margin: 0 auto;
}
.page:not(.home) .inner,
.archive .inner,
.search .inner {
  width: 83.3333333333%;
  max-width: 1320px;
  margin: 18px auto 0;
  padding: 0;
}
.page:not(.home) .inner h1,
.archive .inner h1,
.search .inner h1 {
  font-size: 2.375em;
  margin: 50px 0;
  padding-left: 18px;
  position: relative;
  color: #111b3a;
}
.page:not(.home) .inner h1:before,
.archive .inner h1:before,
.search .inner h1:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background: #050518;
  left: 0;
  top: 9px;
}
.page:not(.home) .inner .headtext,
.archive .inner .headtext,
.search .inner .headtext {
  margin-bottom: 76px;
}
.page:not(.home) .inner dl,
.archive .inner dl,
.search .inner dl {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 0 90px;
}
.page:not(.home) .inner dl dt,
.page:not(.home) .inner dl dd,
.archive .inner dl dt,
.archive .inner dl dd,
.search .inner dl dt,
.search .inner dl dd {
  display: table;
  height: 100px;
}
.page:not(.home) .inner dl dt:first-of-type,
.page:not(.home) .inner dl dd:first-of-type,
.archive .inner dl dt:first-of-type,
.archive .inner dl dd:first-of-type,
.search .inner dl dt:first-of-type,
.search .inner dl dd:first-of-type {
  border-bottom: 1px solid #d2d2d2;
}
.page:not(.home) .inner dl dt span,
.page:not(.home) .inner dl dd span,
.archive .inner dl dt span,
.archive .inner dl dd span,
.search .inner dl dt span,
.search .inner dl dd span {
  display: table-cell;
  vertical-align: middle;
}
.page:not(.home) .inner dl dt,
.archive .inner dl dt,
.search .inner dl dt {
  float: left;
  width: 150px;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}
.page:not(.home) .inner dl dd,
.archive .inner dl dd,
.search .inner dl dd {
  width: calc(100% - 150px);
}
.page:not(.home) .inner .page_flex_1,
.archive .inner .page_flex_1,
.search .inner .page_flex_1 {
  gap: 0;
  align-items: stretch;
  margin-bottom: 100px;
}
.page:not(.home) .inner .page_flex_1 .left,
.archive .inner .page_flex_1 .left,
.search .inner .page_flex_1 .left {
  width: 57.4%;
}
.page:not(.home) .inner .page_flex_1 .right,
.archive .inner .page_flex_1 .right,
.search .inner .page_flex_1 .right {
  width: 42.6%;
  background: #f8efd9;
  padding: 3% 5% 1%;
}
.page:not(.home) .inner .page_flex_2,
.archive .inner .page_flex_2,
.search .inner .page_flex_2 {
  gap: 0;
  align-items: stretch;
  margin-bottom: 100px;
}
.page:not(.home) .inner .page_flex_2 .right,
.archive .inner .page_flex_2 .right,
.search .inner .page_flex_2 .right {
  width: 57.4%;
}
.page:not(.home) .inner .page_flex_2 .left,
.archive .inner .page_flex_2 .left,
.search .inner .page_flex_2 .left {
  width: 42.6%;
  padding: 3% 5% 1%;
}
.page:not(.home) .inner .page_flex_2 .left table td,
.archive .inner .page_flex_2 .left table td,
.search .inner .page_flex_2 .left table td {
  white-space: nowrap;
}
.page:not(.home) .inner .page_flex_1 h2,
.page:not(.home) .inner .page_flex_2 h2,
.archive .inner .page_flex_1 h2,
.archive .inner .page_flex_2 h2,
.search .inner .page_flex_1 h2,
.search .inner .page_flex_2 h2 {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  line-height: 1;
}
.page:not(.home) .inner .page_flex_1 h2:before, .page:not(.home) .inner .page_flex_1 h2:after,
.page:not(.home) .inner .page_flex_2 h2:before,
.page:not(.home) .inner .page_flex_2 h2:after,
.archive .inner .page_flex_1 h2:before,
.archive .inner .page_flex_1 h2:after,
.archive .inner .page_flex_2 h2:before,
.archive .inner .page_flex_2 h2:after,
.search .inner .page_flex_1 h2:before,
.search .inner .page_flex_1 h2:after,
.search .inner .page_flex_2 h2:before,
.search .inner .page_flex_2 h2:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 1px;
  background: #000;
}
.page:not(.home) .inner .page_flex_1 h2:before,
.page:not(.home) .inner .page_flex_2 h2:before,
.archive .inner .page_flex_1 h2:before,
.archive .inner .page_flex_2 h2:before,
.search .inner .page_flex_1 h2:before,
.search .inner .page_flex_2 h2:before {
  left: 0;
}
.page:not(.home) .inner .page_flex_1 h2:after,
.page:not(.home) .inner .page_flex_2 h2:after,
.archive .inner .page_flex_1 h2:after,
.archive .inner .page_flex_2 h2:after,
.search .inner .page_flex_1 h2:after,
.search .inner .page_flex_2 h2:after {
  right: 0;
}
.page:not(.home) .inner .spa_price,
.archive .inner .spa_price,
.search .inner .spa_price {
  width: 75%;
  margin: auto auto 120px;
}
.page:not(.home) .inner .spa_price h2,
.archive .inner .spa_price h2,
.search .inner .spa_price h2 {
  padding-bottom: 18px;
  border-bottom: 1px solid #d2d2d2;
}
.page:not(.home) .inner .dish_inner,
.archive .inner .dish_inner,
.search .inner .dish_inner {
  margin: 0 calc(50% - 50vw);
  padding-top: 125px;
  padding-bottom: 1px;
  width: 100vw;
  position: relative;
}
.page:not(.home) .inner .dish_inner#dish_stay,
.archive .inner .dish_inner#dish_stay,
.search .inner .dish_inner#dish_stay {
  background: #f3f3f3;
  margin-top: 201px;
}
.page:not(.home) .inner .dish_inner#dish_stay .header,
.archive .inner .dish_inner#dish_stay .header,
.search .inner .dish_inner#dish_stay .header {
  background-image: url(http://yuyupippu.com/wp-content/uploads/2022/06/dish_stay-scaled.jpeg);
}
.page:not(.home) .inner .dish_inner#dish_stay .header .header_overlay,
.archive .inner .dish_inner#dish_stay .header .header_overlay,
.search .inner .dish_inner#dish_stay .header .header_overlay {
  background: rgba(5, 5, 24, 0.7);
}
.page:not(.home) .inner .dish_inner#dish_stay .bottom img,
.page:not(.home) .inner .dish_inner#dish_stay .bottom .text,
.archive .inner .dish_inner#dish_stay .bottom img,
.archive .inner .dish_inner#dish_stay .bottom .text,
.search .inner .dish_inner#dish_stay .bottom img,
.search .inner .dish_inner#dish_stay .bottom .text {
  width: 25%;
}
.page:not(.home) .inner .dish_inner#dish_day,
.archive .inner .dish_inner#dish_day,
.search .inner .dish_inner#dish_day {
  background: #f5efe7;
  margin-top: 225px;
}
.page:not(.home) .inner .dish_inner#dish_day .header,
.archive .inner .dish_inner#dish_day .header,
.search .inner .dish_inner#dish_day .header {
  background-image: url(http://yuyupippu.com/wp-content/uploads/2022/06/dish_day-scaled.jpeg);
}
.page:not(.home) .inner .dish_inner#dish_day .header .header_overlay,
.archive .inner .dish_inner#dish_day .header .header_overlay,
.search .inner .dish_inner#dish_day .header .header_overlay {
  background: rgba(74, 46, 26, 0.7);
}
.page:not(.home) .inner .dish_inner#dish_day .bottom img,
.page:not(.home) .inner .dish_inner#dish_day .bottom .text,
.archive .inner .dish_inner#dish_day .bottom img,
.archive .inner .dish_inner#dish_day .bottom .text,
.search .inner .dish_inner#dish_day .bottom img,
.search .inner .dish_inner#dish_day .bottom .text {
  width: 33.3%;
}
.page:not(.home) .inner .dish_inner .header,
.archive .inner .dish_inner .header,
.search .inner .dish_inner .header {
  width: 83%;
  max-width: 1000px;
  margin: auto;
  height: 250px;
  position: absolute;
  left: 0;
  right: 0;
  top: -125px;
  background-size: cover;
  background-position: center;
}
.page:not(.home) .inner .dish_inner .header .header_overlay,
.archive .inner .dish_inner .header .header_overlay,
.search .inner .dish_inner .header .header_overlay {
  width: 30%;
  background: #ccc;
  height: 100%;
  display: table;
}
.page:not(.home) .inner .dish_inner .header .header_overlay div,
.archive .inner .dish_inner .header .header_overlay div,
.search .inner .dish_inner .header .header_overlay div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.page:not(.home) .inner .dish_inner .header .header_overlay div span,
.archive .inner .dish_inner .header .header_overlay div span,
.search .inner .dish_inner .header .header_overlay div span {
  color: #fff;
  border-bottom: 1px solid;
  padding-bottom: 9px;
}
.page:not(.home) .inner .dish_inner h2,
.archive .inner .dish_inner h2,
.search .inner .dish_inner h2 {
  width: 83%;
  max-width: 1000px;
  margin: 92px auto 20px;
  font-weight: 600;
}
.page:not(.home) .inner .dish_inner .content_wrap,
.archive .inner .dish_inner .content_wrap,
.search .inner .dish_inner .content_wrap {
  max-width: 1200px;
  margin: auto;
}
.page:not(.home) .inner .dish_inner .content_wrap .content_inner:first-of-type,
.archive .inner .dish_inner .content_wrap .content_inner:first-of-type,
.search .inner .dish_inner .content_wrap .content_inner:first-of-type {
  margin-top: 0;
}
.page:not(.home) .inner .dish_inner .content_inner,
.archive .inner .dish_inner .content_inner,
.search .inner .dish_inner .content_inner {
  background: #fff;
  padding: 50px;
  width: 96%;
  max-width: 1150px;
  gap: 40px !important;
}
.page:not(.home) .inner .dish_inner .content_inner.flex_left,
.archive .inner .dish_inner .content_inner.flex_left,
.search .inner .dish_inner .content_inner.flex_left {
  margin: 50px auto 50px 0;
  padding-left: 100px;
}
.page:not(.home) .inner .dish_inner .content_inner.flex_right,
.archive .inner .dish_inner .content_inner.flex_right,
.search .inner .dish_inner .content_inner.flex_right {
  margin: 50px 0 50px auto;
  padding-right: 100px;
  flex-direction: row-reverse;
}
.page:not(.home) .inner .dish_inner .content_inner.flex_center,
.archive .inner .dish_inner .content_inner.flex_center,
.search .inner .dish_inner .content_inner.flex_center {
  max-width: 1100px;
  margin: 0 auto 50px;
  flex-wrap: wrap;
  gap: 66px 40px;
}
.page:not(.home) .inner .dish_inner .content_inner.flex_center h3,
.archive .inner .dish_inner .content_inner.flex_center h3,
.search .inner .dish_inner .content_inner.flex_center h3 {
  margin-top: 20px;
}
.page:not(.home) .inner .dish_inner .content_inner.flex_center .bottom,
.archive .inner .dish_inner .content_inner.flex_center .bottom,
.search .inner .dish_inner .content_inner.flex_center .bottom {
  width: 100%;
  background: #f7efe0;
  padding: 20px;
  display: flex;
  gap: 20px;
}
.page:not(.home) .inner .dish_inner .content_inner.flex_center .bottom img,
.archive .inner .dish_inner .content_inner.flex_center .bottom img,
.search .inner .dish_inner .content_inner.flex_center .bottom img {
  object-fit: cover;
}
.page:not(.home) .inner .dish_inner .content_inner.flex_center .bottom .text h4,
.archive .inner .dish_inner .content_inner.flex_center .bottom .text h4,
.search .inner .dish_inner .content_inner.flex_center .bottom .text h4 {
  margin: 0 0 10px;
}
.page:not(.home) .inner .dish_inner .content_inner.flex_center .bottom .text p,
.archive .inner .dish_inner .content_inner.flex_center .bottom .text p,
.search .inner .dish_inner .content_inner.flex_center .bottom .text p {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}
.page:not(.home) .inner .dish_inner .content_inner h3,
.archive .inner .dish_inner .content_inner h3,
.search .inner .dish_inner .content_inner h3 {
  margin: 0;
}
.page:not(.home) .inner .dish_inner .content_inner .detail,
.archive .inner .dish_inner .content_inner .detail,
.search .inner .dish_inner .content_inner .detail {
  font-size: 12px;
  font-family: sans-serif;
  color: #898989;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0;
}
.page:not(.home) .inner .dish_inner .content_inner .price,
.archive .inner .dish_inner .content_inner .price,
.search .inner .dish_inner .content_inner .price {
  font-family: sans-serif;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  margin-top: 50px;
  margin-bottom: 15px;
}
.page:not(.home) .inner .dish_inner .content_inner .price .key,
.archive .inner .dish_inner .content_inner .price .key,
.search .inner .dish_inner .content_inner .price .key {
  display: inline-block;
  width: 150px;
  position: relative;
}
.page:not(.home) .inner .dish_inner .content_inner .price .key span,
.archive .inner .dish_inner .content_inner .price .key span,
.search .inner .dish_inner .content_inner .price .key span {
  position: absolute;
  top: -30px;
  font-size: 12px;
}
.page:not(.home) .inner .dish_inner .content_inner .attention,
.archive .inner .dish_inner .content_inner .attention,
.search .inner .dish_inner .content_inner .attention {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.page:not(.home) .inner .card_wrap,
.archive .inner .card_wrap,
.search .inner .card_wrap {
  gap: 40px;
}
.page:not(.home) .inner .card_wrap article,
.archive .inner .card_wrap article,
.search .inner .card_wrap article {
  width: calc(50% - 20px);
}
.page:not(.home) .inner .card_wrap article h3,
.archive .inner .card_wrap article h3,
.search .inner .card_wrap article h3 {
  margin: 31px 0 19px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dcdddd;
}
.page:not(.home) .inner .card_wrap article .note,
.archive .inner .card_wrap article .note,
.search .inner .card_wrap article .note {
  font-size: 12px;
  font-family: sans-serif;
  color: #898989;
  margin: 0;
  line-height: 0.7;
}
.page:not(.home) .inner .card_wrap article .reserve_btn,
.archive .inner .card_wrap article .reserve_btn,
.search .inner .card_wrap article .reserve_btn {
  display: block;
  width: 100%;
  margin: 38px 0 140px;
  padding: 20px 15px;
  border: 1px solid #ff8a00;
  text-align: center;
  position: relative;
  line-height: 1;
  color: #ff8a00;
  font-weight: bold;
  transition: 0.4s;
}
.page:not(.home) .inner .card_wrap article .reserve_btn:before,
.archive .inner .card_wrap article .reserve_btn:before,
.search .inner .card_wrap article .reserve_btn:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #ff8a00;
  left: 15px;
  top: 20px;
}
.page:not(.home) .inner .card_wrap article .reserve_btn:after,
.archive .inner .card_wrap article .reserve_btn:after,
.search .inner .card_wrap article .reserve_btn:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #ff8a00;
  right: 15px;
  top: 20px;
}
.page:not(.home) .inner .card_wrap article .reserve_btn:hover,
.archive .inner .card_wrap article .reserve_btn:hover,
.search .inner .card_wrap article .reserve_btn:hover {
  background: #ff8a00;
  color: #fff;
}
.page:not(.home) .inner .card_wrap article .reserve_btn:hover:before, .page:not(.home) .inner .card_wrap article .reserve_btn:hover:after,
.archive .inner .card_wrap article .reserve_btn:hover:before,
.archive .inner .card_wrap article .reserve_btn:hover:after,
.search .inner .card_wrap article .reserve_btn:hover:before,
.search .inner .card_wrap article .reserve_btn:hover:after {
  background: #fff;
}
.page:not(.home) .inner #news,
.archive .inner #news,
.search .inner #news {
  padding-bottom: 100px;
}

.news_header {
  height: 200px;
  width: 100%;
}
.news_header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-room main {
  padding-top: 85px;
}

.blog_breadcrumbs {
  margin-top: 85px;
}

.blog_archive h1 {
  font-size: 2.375em;
  text-align: center;
  color: #111b3a;
  line-height: 1.5;
}
.blog_archive h1 span {
  display: block;
  font-size: 1rem;
  color: #959595;
  line-height: 1;
}
.blog_archive .recommend_slide {
  width: 83.3333333333%;
  max-width: 1320px;
  margin: auto;
}
.blog_archive .recommend_slide .slick-arrow {
  content: "" !important;
}
.blog_archive .recommend_slide .slick-arrow:before {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #111b3a;
}
.blog_archive .recommend_slide .slick-next:before {
  content: "\f054";
  right: -5px;
}
.blog_archive .recommend_slide .slick-prev:before {
  content: "\f053";
  right: 0;
}
.blog_archive .recommend_slide article {
  position: relative;
}
.blog_archive .recommend_slide article .thumbnail {
  margin-bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 40vh;
  max-height: 300px;
}
.blog_archive .recommend_slide article .title {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
.blog_archive .recommend_slide article .title span {
  padding: 15px 10px;
}
.blog_archive .recommend_slide article .title .cat {
  white-space: nowrap;
}
.blog_archive #category {
  padding-top: 22px;
}
.blog_archive #category #menu-blog {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog_archive #category #menu-blog li {
  min-width: 118px;
  text-align: center;
  border: 1px solid #111b3a;
  padding: 2px 10px;
}
.blog_archive #category #menu-blog li.current-menu-item.menu-item-265 {
  background: #fdd29f;
}
.blog_archive #category #menu-blog li.current-menu-item.menu-item-266 {
  background: #cbc877;
}
.blog_archive #category #menu-blog li.current-menu-item.menu-item-537 {
  background: #f1c5c1;
}
.blog_archive #category #menu-blog li.current-menu-item.menu-item-538 {
  background: #c1e4e9;
}
.blog_archive #category #menu-blog li.current-menu-item.menu-item-545 {
  background: #afd0ad;
}
.blog_archive #category #menu-blog li.current-menu-item.menu-item-1125 {
  background: #7ec5df;
}
.blog_archive #category #menu-blog li.current-menu-item.menu-item-1652 {
  background: #d8c0dd;
}
.blog_archive #archive {
  margin: 40px auto 100px;
}
.blog_archive #archive .card_wrap {
  gap: 22px 3.8%;
  margin-bottom: 42px;
}
.blog_archive #archive .card_wrap article {
  width: 30.8%;
}
.blog_archive #archive nav {
  width: fit-content;
  margin: auto;
}
.blog_archive #archive nav .nav-links {
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  display: flex;
  color: #959595;
  font-family: sans-serif;
  font-size: 14px;
}
.blog_archive #archive nav .nav-links a,
.blog_archive #archive nav .nav-links span {
  display: block;
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-right: 1px solid #959595;
  transition: 0.4s;
}
.blog_archive #archive nav .nav-links a.next,
.blog_archive #archive nav .nav-links span.next {
  border-right: none;
}
.blog_archive #archive nav .nav-links a.current,
.blog_archive #archive nav .nav-links span.current {
  background: #050518;
  color: #fff;
}
.blog_archive #archive nav .nav-links a:hover,
.blog_archive #archive nav .nav-links span:hover {
  background: #050518;
  color: #fff;
}

.inner_wrap {
  padding-top: 65px;
  display: flex;
  justify-content: center;
  width: 83.3333333333%;
  margin: auto;
  gap: 40px;
}
.inner_wrap main {
  width: 70%;
}
.inner_wrap aside {
  width: 30%;
}
.inner_wrap aside section {
  margin-bottom: 48px;
}
.inner_wrap aside section h2 {
  position: relative;
  color: #050518;
  font-size: 1.25rem;
  padding-bottom: 6px;
}
.inner_wrap aside section h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(-45deg, #fff 25%, #ededed 25%, #ededed 49%, #fff 50%, #fff 75%, #ededed 75%, #ededed);
  background-size: 5px 5px;
}
.inner_wrap aside section#related article {
  width: 100%;
  margin: auto;
}
.inner_wrap aside section#related article a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.inner_wrap aside section#related article a .thumbnail {
  padding-top: 30%;
  margin-bottom: 0;
  width: 40%;
}
.inner_wrap aside section#related article a .title {
  width: 60%;
  font-size: 14px;
  margin: 0;
  line-height: 1.5rem;
  color: #555;
}
.inner_wrap aside section#related article a .title .date {
  padding: 0;
}
.inner_wrap aside section#recommend .card_wrap {
  flex-direction: column;
}
.inner_wrap aside section#recommend .card_wrap article {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 15px;
}
.inner_wrap aside section#recommend .card_wrap article .thumbnail {
  margin-bottom: 10px;
}
.inner_wrap aside section#recommend .card_wrap article .cat {
  font-size: 12px;
}
.inner_wrap aside section#recommend .card_wrap article .date {
  font-size: 14px;
}
.inner_wrap aside section#recommend .card_wrap article .title {
  margin: 10px 0 0;
  color: #555;
}
.inner_wrap aside section#category ul li {
  display: block;
  margin-bottom: 17px;
  font-size: 18px;
  position: relative;
  border: 1px solid #111b3a;
  padding: 12px 14px;
  line-height: 1;
  transition: 0.3s;
}
.inner_wrap aside section#category ul li:before, .inner_wrap aside section#category ul li:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 6px;
  background: #000;
  right: 20px;
}
.inner_wrap aside section#category ul li:before {
  top: 36%;
  transform: skew(45deg);
}
.inner_wrap aside section#category ul li:after {
  top: 50%;
  transform: skew(-45deg);
}
.inner_wrap aside section#category ul li.cat-item-9:hover {
  background: #cbc877;
}
.inner_wrap aside section#category ul li.cat-item-13:hover {
  background: #f1c5c1;
}
.inner_wrap aside section#category ul li.cat-item-14:hover {
  background: #c1e4e9;
}
.inner_wrap aside section#category ul li.cat-item-16:hover {
  background: #afd0ad;
}
.inner_wrap aside section#category ul li.cat-item-17:hover {
  background: #7ec5df;
}
.inner_wrap aside section#category ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

footer {
  background: #050518;
  color: #fff;
}
footer .inner {
  width: 83.3333333333% !important;
  max-width: 1320px;
  margin: 0px auto !important;
  padding: 60px 0 0 !important;
}
footer .inner h2 {
  margin: 0 0 33px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5d5d5e;
  font-size: 26px;
}
footer .inner .flex_1 {
  margin-bottom: 38px;
}
footer .inner .flex_1 .left {
  width: 70%;
}
footer .inner .flex_1 .left .address {
  margin: 0 0 10px;
}
footer .inner .flex_1 .left .info {
  margin: 0;
}
footer .inner .flex_1 .left .info .tel {
  padding-right: 40px;
  position: relative;
}
footer .inner .flex_1 .left .info .tel:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  right: 0;
  top: -5px;
  background: #fff;
}
footer .inner .flex_1 .left .info .tel span {
  font-size: 26px;
  vertical-align: middle;
}
footer .inner .flex_1 .left .info .time {
  padding-left: 40px;
}
footer .inner .flex_1 .right {
  width: 30%;
}
footer .inner .flex_1 .right .readmore_btn {
  margin: 0 0 0 auto;
  color: #ff8a00;
}
footer .inner .flex_2 .start {
  display: block;
  font-size: 26px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
footer .inner .flex_2 .start:before {
  position: absolute;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
}
footer .inner .bus {
  background: #fff;
  color: #000;
  font-size: 13px;
  line-height: 1;
  padding: 5px 17px;
  font-family: sans-serif;
  display: inline-block;
}
footer .inner .iframe_wrap {
  margin-bottom: 70px;
}
footer .inner .iframe_wrap iframe {
  width: 100%;
  height: 30vh;
}
footer .inner .flex_3 {
  margin-bottom: 65px;
}
footer .inner .flex_3 .left {
  width: 30%;
}
footer .inner .flex_3 .right {
  width: 70%;
}
footer .inner .flex_3 .right .footer {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  width: 100%;
  border-bottom: 1px solid #5d5d5e;
  padding: 14px 3px 0;
}
footer .inner .flex_3 .right .footer li {
  padding: 0 10px 0 0;
  position: relative;
  line-height: 1;
}
footer .inner .flex_3 .right .footer li:before {
  position: absolute;
  content: ">";
  left: 0;
}
footer .inner .flex_3 .right .footer li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 10px 11px;
}
footer .inner .flex_3 .right .footer_blog {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  font-size: 13px;
}
footer .inner .flex_3 .right .footer_blog li a {
  display: inline-block;
  padding-right: 20px;
}
footer .inner .copyright {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  background: #f3f4f4;
  color: #000;
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 14px 0 12px;
}

/* 投稿ページ設定 */
.room_thumnail {
  margin-bottom: 40px;
}
.room_thumnail img {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
}

.single-news .readmore_btn {
  display: inline-block;
  width: auto;
  padding: 20px 20px 20px 60px;
  line-height: 1;
  border: none;
  border-bottom: 1px solid;
}

.single .single_header {
  height: 200px;
  width: 100%;
}
.single .single_header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single #breadcrumbs {
  font-size: 12px;
  background: #fafafa;
  color: #898989;
  font-family: sans-serif;
}
.single #breadcrumbs .inner {
  margin: 0 auto;
}
.single .inner {
  width: 83.3333333333%;
  max-width: 1320px;
  padding: 0;
  margin: 0 auto 120px;
}

.single_content {
  margin: 40px 0;
}
.single_content h2 {
  position: relative;
  margin-top: 40px;
  border-bottom: 1px solid #d2cfcf;
}
.single_content h2:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  content: "";
  background: #050518;
}
.single_content h3 {
  margin-top: 30px;
  padding: 3px 0;
  border-top: 1px solid #d2cfcf;
  border-bottom: 1px solid #d2cfcf;
  color: #555555;
}
.single_content h4 {
  position: relative;
  margin-top: 25px;
  padding-left: 25px;
}
.single_content h4:before {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
  color: #050518;
}
.single_content ul {
  margin: 20px 0;
  padding-left: 6px;
}
.single_content ul li {
  padding-left: 24px;
  position: relative;
}
.single_content ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: #d2cfcf;
  border-radius: 50%;
}
.single_content ol {
  counter-reset: ol_counter;
  margin: 20px 0;
}
.single_content ol li {
  padding-left: 30px;
  position: relative;
}
.single_content ol li:before {
  content: counter(ol_counter);
  counter-increment: ol_counter;
  background: #d2cfcf;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #050518;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  padding: 1px 0 0 1px;
}
.single_content table {
  margin: 20px 0;
}
.single_content table th,
.single_content table td {
  border: 1px solid #f3f3f3;
  padding: 10px;
}
.single_content table th {
  background: #fafafa;
  font-weight: normal;
}
.single_content table thead tr th {
  background: #ededed;
  text-align: center;
}
.single_content .wp-block-image img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.single_content blockquote {
  position: relative;
  padding: 20px 30px 15px 40px;
  background: #fafafa;
  outline: 2px dotted #d2cfcf;
  outline-offset: -10px;
}
.single_content blockquote p {
  margin-top: 10px;
}
.single_content blockquote cite {
  font-style: normal;
  font-size: 85%;
}
.single_content blockquote:before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 8px;
  left: 8px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5em;
  background: #fafafa;
  color: #d2cfcf;
}
.single_content blockquote:after {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 8px;
  right: 8px;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5em;
  background: #fafafa;
  color: #d2cfcf;
}
.single_content a {
  color: #3375d2;
}
.single_content a:hover {
  opacity: 0.7;
}
.single_content iframe {
  max-width: 100%;
}
.single_content .kakomi {
  background: linear-gradient(-45deg, #fff 25%, #fafafa 25%, #fafafa 49%, #fff 50%, #fff 75%, #fafafa 75%, #fafafa);
  background-size: 5px 5px;
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  padding: 15px 15px 0;
  margin: 20px 0;
}
.single_content .kakomi .title {
  background: #ededed;
  display: inline-block;
  padding: 5px 8px 5px 30px;
  margin-bottom: 10px;
  color: #050518;
  position: relative;
}
.single_content .kakomi .title:before {
  position: absolute;
  content: "\f304";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 10px;
}
.single_content .kakomi p,
.single_content .kakomi ul,
.single_content .kakomi ol {
  margin: 0;
  margin-bottom: 15px;
}
.single_content .notion {
  padding: 45px 15px 1px;
  margin: 20px 0;
  background: #f5f5f5;
  position: relative;
  border-radius: 15px;
}
.single_content .notion:before {
  position: absolute;
  content: "\f05a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid;
  color: #050518;
}
.single_content .notion p {
  margin: 0 0 15px;
}
.single_content .related {
  padding: 25px 15px 15px;
  margin: 20px 0;
  border: 1px solid #050518;
  position: relative;
}
.single_content .related .title {
  position: absolute;
  background: #fff;
  padding: 0 8px;
  color: #050518;
  top: -14px;
  font-size: 14px;
}
.single_content .related .title i {
  margin-right: 3px;
}
.single_content .related ul {
  margin: 0;
}
.single_content .related ul li {
  line-height: 1.5em;
  margin-bottom: 8px;
}
.single_content .related ul li:before {
  background: #050518 !important;
}
.single_content .related.related_thumb ul li {
  padding: 0 0 8px;
  border-bottom: 1px dotted #f0f0f0;
}
.single_content .related.related_thumb ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.single_content .related.related_thumb ul li:before {
  display: none;
}
.single_content .related.related_thumb ul li a {
  display: flex;
  gap: 10px;
}
.single_content .related.related_thumb ul li a .thumbnail {
  width: 150px;
}
.single_content .related.related_thumb ul li a .thumbnail img {
  width: 100%;
}
.single_content .related.related_thumb ul li a .post_title {
  width: calc(100% - 160px);
  font-size: 14px;
}
.single_content .cvbtn {
  display: block;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 1.2;
  margin: 20px 0;
}
.single_content .cvbtn.cvbtn_1 {
  background: #ff8a00;
  color: #000;
}
.single_content .cvbtn.cvbtn_2 {
  background: #050518;
  color: #fff;
}
.single_content .txtlink {
  position: relative;
  display: block;
  margin: 20px 0;
  padding-left: 22px;
}
.single_content .txtlink:before {
  position: absolute;
  content: "\f0c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 0;
}
.single_content .text-marker {
  background: linear-gradient(to top, #cac877 30%, transparent 30%);
}
.single_content .summary {
  background: linear-gradient(-45deg, #fff 25%, #f0f0f0 25%, #f0f0f0 49%, #fff 50%, #fff 75%, #f0f0f0 75%, #f0f0f0);
  background-size: 5px 5px;
  padding: 15px;
  margin: 20px 0;
}
.single_content .summary .title {
  background: #fff;
  display: inline-block;
  padding: 5px 8px 5px 30px;
  margin-bottom: 10px;
  color: #050518;
  position: relative;
}
.single_content .summary .title:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 10px;
}
.single_content .summary ul {
  margin: 0;
}
.single_content .summary ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 2px;
  color: #050518;
  background: transparent !important;
}

.single_9 h2:before {
  background: #cbc877;
}
.single_9 h4:before {
  color: #cbc877;
}
.single_9 li:before {
  background: #cbc877 !important;
}

.single_13 h2:before {
  background: #f1c5c1;
}
.single_13 h4:before {
  color: #f1c5c1;
}
.single_13 li:before {
  background: #f1c5c1 !important;
  color: #000 !important;
}

.single_14 h2:before {
  background: #c1e4e9;
}
.single_14 h4:before {
  color: #c1e4e9;
}
.single_14 li:before {
  background: #c1e4e9 !important;
  color: #000 !important;
}

.single_16 h2:before {
  background: #afd0ad;
}
.single_16 h4:before {
  color: #afd0ad;
}
.single_16 li:before {
  background: #afd0ad !important;
  color: #000 !important;
}

.single_17 h2:before {
  background: #7ec5df;
}
.single_17 h4:before {
  color: #7ec5df;
}
.single_17 li:before {
  background: #7ec5df !important;
  color: #000 !important;
}

/* レスポンシブ */
@media screen and (max-width: 1320px) {
  .flex {
    align-items: center;
  }
  .page:not(.home) main > .inner {
    width: 100%;
  }
  .page:not(.home) main > .inner h1 {
    width: 83.3333333333%;
    margin: 50px auto;
  }
  .page:not(.home) main > .inner .headtext {
    width: 83.3333333333%;
    margin: auto auto 76px;
  }
  .page:not(.home) main > .inner dl {
    width: 83.3333333333%;
    margin: 0 auto 90px;
  }
  footer .inner .flex_1 .left .info .tel {
    display: block;
    margin: 0 0 10px;
  }
  footer .inner .flex_1 .left .info .tel:after {
    display: none;
  }
  footer .inner .flex_1 .left .info .time {
    padding-left: 0;
  }
}
@media screen and (max-width: 1040px) {
  header {
    justify-content: space-between;
    height: 60px;
  }
  header h1:after {
    display: none;
  }
  header nav {
    display: none;
  }
  .hbg_btn {
    display: block !important;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .hbg_btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    width: 50%;
    height: 1px;
    border-radius: 2px;
    background: #000;
  }
  .hbg_btn span:nth-of-type(1) {
    top: 15px;
  }
  .hbg_btn span:nth-of-type(2) {
    top: 23px;
  }
  .hbg_btn span:nth-of-type(3) {
    top: 31px;
  }
  .hbg_wrap.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
  }
  .hbg_wrap.active .hbg_menu {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 70%;
    min-width: 290px;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 120px;
  }
  .hbg_wrap.active .hbg_menu .hbg_btn.active {
    margin: 7px 20px 0 auto;
  }
  .hbg_wrap.active .hbg_menu .hbg_btn.active span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 1px;
    width: 50%;
    border-radius: 2px;
    background: #000;
  }
  .hbg_wrap.active .hbg_menu .hbg_btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
  }
  .hbg_wrap.active .hbg_menu .hbg_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hbg_wrap.active .hbg_menu .hbg_btn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
  }
  .hbg_wrap.active .hbg_menu ul {
    margin: 20px;
  }
  .hbg_wrap.active .hbg_menu ul li {
    border-bottom: 1px solid #dcdddd;
  }
  .hbg_wrap.active .hbg_menu ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px 5px 5px;
    position: relative;
  }
  .hbg_wrap.active .hbg_menu ul li a:after {
    position: absolute;
    content: "→";
    background: transparent;
    right: 5px;
  }
  .hbg_wrap.active .hbg_menu ul li ul {
    margin-top: 10px;
  }
  .inner_wrap {
    flex-direction: column;
    width: 100% !important;
  }
  .inner_wrap main {
    width: 100% !important;
  }
  .inner_wrap aside {
    width: 83.3333333333% !important;
    margin: auto;
  }
  .inner_wrap aside .side_card_wrap {
    display: flex;
    gap: 20px;
  }
  .inner_wrap aside .side_card_wrap article {
    width: calc(33.3% - 20px) !important;
    margin: 0 auto;
  }
  .page:not(.home) .inner .spa_price {
    width: 83.3333333333%;
  }
  .single-room main {
    padding-top: 65px;
  }
  .blog_breadcrumbs {
    margin-top: 65px;
  }
  footer .inner .flex_1,
  footer .inner .flex_2 {
    flex-direction: column;
  }
  footer .inner .flex_1 .left,
  footer .inner .flex_1 .right,
  footer .inner .flex_2 .left,
  footer .inner .flex_2 .right {
    width: 100%;
  }
  footer .inner .flex_1 .left .readmore_btn,
  footer .inner .flex_1 .right .readmore_btn,
  footer .inner .flex_2 .left .readmore_btn,
  footer .inner .flex_2 .right .readmore_btn {
    margin: 0 auto;
  }
  footer .inner .flex_3 .left {
    display: none;
  }
  footer .inner .flex_3 .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  body .sp {
    display: block;
  }
  body header {
    padding: 0;
  }
  body #hero {
    height: 50vh !important;
  }
  body #hero img {
    height: 50vh !important;
  }
  body #hero .slides .catch img {
    width: 50% !important;
  }
  body .hbg_btn.active {
    margin-right: 10px !important;
  }
  body .eyecatch img {
    height: 20vh;
  }
  body .flex {
    flex-direction: column;
  }
  body .flex .left,
  body .flex .right {
    width: 100% !important;
  }
  body .flex.reverse {
    flex-direction: column-reverse;
  }
  body .list_wrap {
    width: 100% !important;
  }
  body .list_wrap ul li {
    padding: 20px 10px;
  }
  body .list_wrap ul li:after {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  body .list_wrap ul li a {
    padding-right: 20px;
  }
  body .card_wrap {
    flex-direction: column;
  }
  body .card_wrap article {
    width: 100% !important;
    margin: auto;
  }
  body table {
    width: 100% !important;
  }
  .home section:not(#hero) h3 {
    font-size: 26px;
  }
  .home section:not(#hero) .flex .img div {
    width: 60px;
    height: 60px;
    padding: 25px 0;
    font-size: 14px;
    left: 20px;
    top: -25px;
  }
  .home section:not(#hero) .flex .readmore_btn {
    margin: 60px auto;
  }
  .home section:not(#hero) .flex.reverse {
    gap: 0;
  }
  .home section:not(#hero) .flex.reverse .right {
    margin-bottom: 60px;
  }
  .page:not(.home) .inner dl dt,
  .page:not(.home) .inner dl dd {
    width: 100%;
    height: unset;
    padding: 10px 0;
  }
  .page:not(.home) .inner dl dt {
    text-align: left;
  }
  .page:not(.home) .inner dl dt:first-of-type {
    border-bottom: none;
  }
  .page:not(.home) .inner .page_flex_1 .right {
    background: none;
    padding: 3% 0 1%;
    width: 83.3333333333% !important;
    margin: auto;
  }
  .page:not(.home) .inner .page_flex_2 .left {
    padding: 3% 0 1%;
    width: 83.3333333333% !important;
    margin: auto;
  }
  .page:not(.home) .inner .dish_inner .content_inner {
    padding: 20px !important;
  }
  .page:not(.home) .inner .dish_inner .content_inner.flex_left, .page:not(.home) .inner .dish_inner .content_inner.flex_right {
    margin: 50px auto;
  }
  .page:not(.home) .inner .dish_inner .content_inner.flex_right {
    flex-direction: column;
  }
  .page:not(.home) .inner .dish_inner .content_inner.flex_center {
    background: transparent;
    padding: 0 !important;
  }
  .page:not(.home) .inner .dish_inner .content_inner.flex_center .left,
  .page:not(.home) .inner .dish_inner .content_inner.flex_center .right {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
    background: #fff;
    padding: 20px;
  }
  .page:not(.home) .inner .dish_inner .content_inner.flex_center .left div h3,
  .page:not(.home) .inner .dish_inner .content_inner.flex_center .right div h3 {
    margin-top: 0 !important;
  }
  .page:not(.home) .inner .dish_inner .content_inner.flex_center .bottom {
    flex-wrap: wrap;
    padding: 20px !important;
    gap: 10px !important;
    background: #ebe4da;
  }
  .page:not(.home) .inner .dish_inner .content_inner.flex_center .bottom img {
    width: calc(50% - 5px) !important;
  }
  .page:not(.home) .inner .dish_inner .content_inner.flex_center .bottom .text {
    width: 100% !important;
  }
  .page:not(.home) .inner .dish_inner#dish_stay .bottom {
    background: #e7e7e7;
  }
  .page:not(.home) .inner .dish_inner#dish_stay .bottom img:last-of-type {
    width: 100% !important;
    height: 180px;
  }
  .archive .blog_archive #recommend .recommend_slide article .title {
    flex-direction: column;
    background: transparent;
  }
  .archive .blog_archive #recommend .recommend_slide article .title .cat {
    width: fit-content;
  }
  .archive .blog_archive #recommend .recommend_slide article .title .text {
    background: rgba(255, 255, 255, 0.8);
  }
  .archive .inner h1 {
    font-size: 2em;
    margin-top: 20px;
  }
  .archive .inner .card_wrap {
    flex-direction: row;
  }
  .archive .inner .card_wrap article {
    width: 100%;
  }
}
.spa_day-info {
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  color: #111b3a;
  padding: 16px 20px 18px;
  margin: 40px 0;
}
.spa_day-info-title {
  text-align: center;
  font-size: 18px;
  position: relative;
}
.spa_day-info-title:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #111b3a;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.spa_day-info dl {
  margin: 32px auto 24px;
  max-width: 350px;
  display: flex;
  justify-content: space-between;
}
.spa_day-info dl dt {
  font-weight: normal;
}
.spa_day-info-att {
  font-size: 13px;
  max-width: 350px;
  margin: 16px auto 0;
  line-height: 1.25;
}

.header_link {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1320px) {
  .header_link {
    gap: 20px;
  }
}
.header_link .header_tel {
  padding-left: 40px;
  background: #111b3a;
  color: #fff;
  position: relative;
}
.header_link .header_tel:before {
  position: absolute;
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 20px;
}
.header_link .header_hp {
  position: relative;
}
.header_link .header_hp:before {
  position: absolute;
  content: "＼公式HPからのご予約が一番お得／";
  top: -16px;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 143%;
}

.hamburger_reserve {
  display: block;
  padding: 12px 24px;
  background: #ff8a00;
  border-radius: 5px;
  line-height: 1.2;
  width: fit-content;
  min-width: 250px;
  text-align: center;
  margin: 10px auto;
}

.hamburger_tel {
  padding-left: 40px;
  background: #111b3a;
  margin-top: 20px;
  color: #fff;
  position: relative;
}
.hamburger_tel:before {
  display: inline-block;
  margin-right: 10px;
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 20px;
}

.hamburger_hp {
  margin-top: 40px;
  position: relative;
}
.hamburger_hp:before {
  position: absolute;
  content: "＼公式HPからのご予約が一番お得／";
  top: -16px;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 212px;
}

.slick-arrow {
  z-index: 1;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev:before,
.slick-next:before {
  color: #111b3a;
}

.dayuse-point {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 100px 0;
  background: #f3f3f3;
}
@media screen and (max-width: 700px) {
  .dayuse-point {
    padding: 64px 0;
  }
}
.dayuse-point__inner {
  width: 83.3333333333%;
  max-width: 1320px;
  margin: auto;
}
.dayuse-point__heading {
  margin: 0 0 40px 48px;
  color: #111b3a;
}
@media screen and (max-width: 1040px) {
  .dayuse-point__heading {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .dayuse-point__heading {
    font-size: 20px;
  }
}
.dayuse-point__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.dayuse-point__item {
  width: calc(50% - 20px);
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 1040px) {
  .dayuse-point__item {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .dayuse-point__item {
    padding: 40px 24px;
  }
}
.dayuse-point__item-title {
  display: block;
  margin: 0 0 40px;
  text-align: center;
  font-size: 24px;
  line-height: 1.7083333333;
}
@media screen and (max-width: 700px) {
  .dayuse-point__item-title {
    font-size: 22px;
  }
}
.dayuse-point__item-text {
  margin: 0;
}
.dayuse-point__cta {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #111b3a;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .dayuse-point__cta {
    margin-top: 64px;
  }
}
.dayuse-point__cta-copy {
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .dayuse-point__cta-copy {
    font-size: 15px;
  }
}
.dayuse-point__button {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 50px;
  background: #ff8a00;
  border-radius: 12px;
  font-size: 38px;
}
@media screen and (max-width: 700px) {
  .dayuse-point__button {
    padding: 24px 40px;
    font-size: 28px;
  }
}
.dayuse-point__button::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.dayuse-situation {
  padding: 100px 0;
}
@media screen and (max-width: 700px) {
  .dayuse-situation {
    padding: 64px 0;
  }
}
@media screen and (max-width: 1320px) {
  .dayuse-situation__inner {
    width: 83.3333333333%;
    margin: auto;
  }
}
.dayuse-situation__heading {
  margin: 0 0 40px 48px;
  color: #111b3a;
}
@media screen and (max-width: 1040px) {
  .dayuse-situation__heading {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .dayuse-situation__heading {
    font-size: 20px;
  }
}
.dayuse-situation__list {
  padding: 50px;
  border: 1.5px solid #050518;
}
@media screen and (max-width: 700px) {
  .dayuse-situation__list {
    padding: 0;
    border: none;
  }
}
.dayuse-situation__item {
  display: flex;
  align-items: flex-start;
  gap: 72px;
  padding: 40px 0;
  border-bottom: 1px solid #050518;
}
@media screen and (max-width: 1040px) {
  .dayuse-situation__item {
    flex-direction: column;
    gap: 50px;
  }
}
.dayuse-situation__item:first-of-type {
  padding-top: 0;
}
.dayuse-situation__item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.dayuse-situation__img {
  width: 29%;
}
@media screen and (max-width: 1040px) {
  .dayuse-situation__img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: auto;
    order: 1;
  }
}
.dayuse-situation__textgroup {
  width: 71%;
}
@media screen and (max-width: 1040px) {
  .dayuse-situation__textgroup {
    width: 100%;
  }
}
.dayuse-situation__title {
  margin: 0 0 40px;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .dayuse-situation__title {
    font-size: 22px;
  }
}
.dayuse-situation__content {
  display: flex;
  gap: 21px;
}
@media screen and (max-width: 1040px) {
  .dayuse-situation__content {
    flex-direction: column;
  }
}
.dayuse-situation__textwrap {
  width: 50%;
}
@media screen and (max-width: 1040px) {
  .dayuse-situation__textwrap {
    width: 100%;
  }
}
.dayuse-situation__text {
  margin: 0 0 1.8em;
}
.dayuse-situation__text:last-of-type {
  margin-bottom: 0;
}
.dayuse-situation__schedule {
  width: calc(50% - 21px);
  padding: 24px 40px;
  background: #f3f3f3;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .dayuse-situation__schedule {
    width: fit-content;
  }
}
@media screen and (max-width: 700px) {
  .dayuse-situation__schedule {
    padding: 24px;
  }
}
.dayuse-situation__schedule-title {
  margin: 0 0 16px;
}
.dayuse-situation__schedule-list {
  display: flex;
  gap: 32px;
}
.dayuse-situation__schedule-item {
  display: flex;
  align-items: center;
  gap: 9px;
  writing-mode: vertical-rl;
  line-height: calc(1em + 2px);
}
.dayuse-situation__schedule-time {
  writing-mode: horizontal-tb;
  position: relative;
}
.dayuse-situation__schedule-time::after {
  position: absolute;
  content: "";
  top: 6px;
  left: calc(100% + 7px);
  width: 17px;
  height: 1px;
  background: #000;
}
.dayuse-situation__schedule-time-last::after {
  display: none;
}

.dayuse-dish {
  margin-top: 0 !important;
  padding: 100px 0 !important;
}
@media screen and (max-width: 700px) {
  .dayuse-dish {
    padding: 64px 0 !important;
  }
}
.dayuse-dish__heading {
  width: 83.3333333333%;
  max-width: 1320px;
  margin: 0 auto 48px;
}
.dayuse-dish__heading-text {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 !important;
  padding-left: 40px;
  color: #111b3a;
  font-size: 24px;
  font-weight: 500 !important;
}
@media screen and (max-width: 1040px) {
  .dayuse-dish__heading-text {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .dayuse-dish__heading-text {
    font-size: 20px;
  }
}
.dayuse-dish__heading-note {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  .dayuse-dish__box01 {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 1040px) {
  .dayuse-dish__box02 {
    padding-right: 50px !important;
  }
}
.dayuse-dish__box-kids {
  width: 96%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 700px) {
  .dayuse-dish__box-kids {
    flex-wrap: wrap;
    gap: 0 20px;
  }
}
.dayuse-dish__img-kids {
  width: 32.5%;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  .dayuse-dish__img-kids {
    width: calc(50% - 10px);
    order: 1;
  }
}
@media screen and (max-width: 700px) {
  .dayuse-dish__text-kids {
    width: 100%;
  }
}
.dayuse-dish__title {
  margin: 0 0 20px;
}

.dayuse-room {
  padding: 100px 0;
}
@media screen and (max-width: 700px) {
  .dayuse-room {
    padding: 64px 0;
  }
}
@media screen and (max-width: 1320px) {
  .dayuse-room__inner {
    width: 83.3333333333%;
    margin: auto;
  }
}
.dayuse-room__heading {
  margin: 0 0 40px 48px;
  color: #111b3a;
}
@media screen and (max-width: 1040px) {
  .dayuse-room__heading {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .dayuse-room__heading {
    font-size: 20px;
  }
}
.dayuse-room__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1040px) {
  .dayuse-room__list {
    gap: 40px 24px;
  }
}
.dayuse-room__item {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .dayuse-room__item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 700px) {
  .dayuse-room__item {
    width: 100%;
  }
}
.dayuse-room__img {
  width: 100%;
}
.dayuse-room__title {
  margin: 40px 0 20px;
  padding: 0 10px;
  border-left: 1px solid;
  border-right: 1px solid;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .dayuse-room__title {
    margin: 24px 0 16px;
  }
}

.dayuse-spa {
  padding-bottom: 100px;
}
@media screen and (max-width: 700px) {
  .dayuse-spa {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 1320px) {
  .dayuse-spa__inner {
    width: 83.3333333333%;
    margin: auto;
  }
}
.dayuse-spa__heading {
  margin: 0 0 40px 48px;
  color: #111b3a;
}
@media screen and (max-width: 1040px) {
  .dayuse-spa__heading {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .dayuse-spa__heading {
    font-size: 20px;
  }
}
.dayuse-spa__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1040px) {
  .dayuse-spa__list {
    gap: 24px;
  }
}
.dayuse-spa__item {
  width: calc((100% - 80px) / 3);
  position: relative;
}
@media screen and (max-width: 1040px) {
  .dayuse-spa__item {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 700px) {
  .dayuse-spa__item {
    width: 100%;
  }
}
.dayuse-spa__img {
  width: 100%;
}
.dayuse-spa__caption {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  padding: 8px;
  background: #fff;
  line-height: 1;
}
.dayuse-spa__note {
  margin: 100px 0;
  padding: 50px;
  background: #f2f2f2;
}
@media screen and (max-width: 700px) {
  .dayuse-spa__note {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 700px) {
  .dayuse-spa__note {
    margin: 64px 0;
  }
}
.dayuse-spa__note-title {
  margin: 0 0 24px;
  font-size: 24px;
}
@media screen and (max-width: 700px) {
  .dayuse-spa__note-title {
    font-size: 18px;
  }
}
.dayuse-spa__note-item {
  padding-left: 1em;
  text-indent: -1em;
}
.dayuse-spa__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #111b3a;
  line-height: 1;
}
.dayuse-spa__cta-copy {
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .dayuse-spa__cta-copy {
    font-size: 15px;
  }
}
.dayuse-spa__button {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 50px;
  background: #ff8a00;
  border-radius: 12px;
  font-size: 38px;
}
@media screen and (max-width: 700px) {
  .dayuse-spa__button {
    padding: 24px 40px;
    font-size: 28px;
  }
}
.dayuse-spa__button::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.u-sm-block {
  display: none;
}
@media screen and (max-width: 700px) {
  .u-sm-block {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .u-sm-none {
    display: none;
  }
}

.archive .inner .card_wrap.room_card {
  gap: 0;
  flex-direction: column;
}
.archive .inner .card_wrap.room_card article {
  width: 100%;
  margin: 0 0 140px;
  display: block;
}
.archive .inner .card_wrap.room_card article:last-of-type {
  margin-bottom: 100px;
}
.archive .inner .card_wrap.room_card article .room_slide {
  width: 630px;
}
.archive .inner .card_wrap.room_card article .room_slide img {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}
.archive .inner .card_wrap.room_card article .room_slide_main {
  aspect-ratio: 1/0.667;
  margin: 0 0 10px;
  transition: 0.3s all;
  position: relative;
  z-index: 1;
  display: none;
}
.archive .inner .card_wrap.room_card article .room_slide_main.slick-initialized {
  display: flex;
}
.archive .inner .card_wrap.room_card article .room_slide_main.change::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  opacity: 1;
  animation-name: fadeOut;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.archive .inner .card_wrap.room_card article .room_slide_thumb {
  align-items: flex-start;
  display: none;
}
.archive .inner .card_wrap.room_card article .room_slide_thumb.slick-initialized {
  display: flex;
}
.archive .inner .card_wrap.room_card article .room_slide_thumb .slick-list {
  width: 100%;
}
.archive .inner .card_wrap.room_card article .room_slide_thumb .slick-track {
  transform: unset !important;
  margin-left: 0 !important;
}
.archive .inner .card_wrap.room_card article .room_slide_thumb li {
  width: calc((100% - 27px) / 4);
  aspect-ratio: 1/0.662;
  margin-right: 9px;
  opacity: 0.3;
  transition: 0.3s all ease-out;
}
.archive .inner .card_wrap.room_card article .room_slide_thumb li:last-of-type {
  margin-right: 0;
}
.archive .inner .card_wrap.room_card article .room_slide_thumb li.slick-current {
  opacity: 1;
}
.archive .inner .card_wrap.room_card article .room_info {
  width: calc(100% - 678px);
}
.archive .inner .card_wrap.room_card article .room_info h3 {
  margin-top: 0;
}
.archive .inner .card_wrap.room_card article .reserve_btn {
  margin-bottom: 0;
  font-weight: 500;
}
.archive .inner .card_wrap.room_card article .reserve_btn::before {
  display: none;
}
.archive .inner .card_wrap.room_card article .reserve_btn::after {
  content: "→";
  width: auto;
  background: none;
}
.archive .inner .card_wrap.room_card article dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.archive .inner dl.room_accordion {
  border: none;
  margin: 0;
  display: block;
  float: none;
  clear: both;
}
.archive .inner dl.room_accordion dt,
.archive .inner dl.room_accordion dd {
  float: none;
  clear: both;
  width: 100%;
  height: auto;
}
.archive .inner dl.room_accordion dt:first-of-type,
.archive .inner dl.room_accordion dd:first-of-type {
  border: none;
}
.archive .inner dl.room_accordion dt {
  padding: 7px 33px 7px 10px;
  font-size: 14px;
  font-weight: 500;
  background-color: #111b3a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  display: none;
}
.archive .inner dl.room_accordion dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 100%;
  background-image: url("../images/parts/accordion_light.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  right: 10px;
  transition: 0.3s all ease-in-out;
  transform-origin: 50% 50%;
}
.archive .inner dl.room_accordion dd span {
  display: flex;
}
.archive .inner dl.room_accordion.active dt::after {
  transform: rotate(180deg);
}

#room .room_list {
  margin-bottom: 100px;
}
#room .room_list ul {
  display: flex;
  flex-wrap: wrap;
}
#room .room_list ul li {
  width: 33.3333333333%;
  outline: solid 1px #000;
  outline-offset: -0.5px;
}
#room .room_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
#room .room_list ul li a:hover {
  background-color: #111b3a;
  color: #fff;
}
#room-amenities {
  background-color: #f3f3f3;
  padding: 100px 0;
}
#room-amenities .inner h2 {
  font-size: 24px;
  font-size: 500;
  margin: 0 0 48px;
}
#room-amenities .inner .wp-block-group {
  border-top: solid 1px #000;
  display: flex;
  align-items: center;
  padding: 24px 50px;
}
#room-amenities .inner .wp-block-group h3 {
  font-size: 20px;
  font-weight: 500;
  width: 166px;
}
#room-amenities .inner .wp-block-group > *:not(h3) {
  width: calc(100% - 166px);
}
#room-amenities .inner .wp-block-group:last-of-type {
  border-bottom: solid 1px #000;
}
#room-amenities .inner dl.room_accordion dt {
  background-color: #fff;
  color: #111b3a;
  outline: solid 1px #111b3a;
  outline-offset: -1px;
}
#room-amenities .inner dl.room_accordion dt::after {
  background-image: url("../images/parts/accordion_dark.svg");
}

a.bn_pippu_ski {
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  padding: 21px 27px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
a.bn_pippu_ski img {
  max-width: 169px;
  height: auto;
  object-fit: contain;
}
a.bn_pippu_ski::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/parts/icon_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 16px;
}
a.bn_pippu_ski:hover {
  opacity: 0.6;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1040px) {
  footer .inner .iframe_wrap {
    margin-bottom: 20px;
  }
  footer .inner .flex_3 .left {
    display: block;
  }
  footer .inner .flex_3 .right .footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .archive .inner h1 {
    margin-bottom: 12px;
  }
  .archive .inner .card_wrap.room_card article {
    margin: 0 0 16px;
    height: auto;
  }
  .archive .inner .card_wrap.room_card article .room_slide {
    width: 100%;
    margin: 0 0 20px;
  }
  .archive .inner .card_wrap.room_card article .room_slide_main {
    margin: 0 0 5px;
  }
  .archive .inner .card_wrap.room_card article .room_slide_thumb li {
    width: calc((100% - 14px) / 4);
    margin-right: 4.6666666667px;
  }
  .archive .inner .card_wrap.room_card article .room_info {
    width: 100%;
  }
  .archive .inner .card_wrap.room_card article .room_info h3 {
    display: none;
  }
  .archive .inner .card_wrap.room_card article dd {
    flex-direction: column;
  }
  .archive .inner .card_wrap.room_card article:last-of-type {
    margin-bottom: 16px;
  }
  .archive .inner dl.room_accordion dt {
    display: flex;
  }
  .archive .inner dl.room_accordion dd {
    transform: scale(1, 0);
    height: 0;
    opacity: 0;
    transition: 0.5s all ease-in-out;
    transform-origin: 0 0;
  }
  .archive .inner dl.room_accordion.active {
    background-color: #fff;
  }
  .archive .inner dl.room_accordion.active dd {
    opacity: 1;
    height: auto;
    transform: scale(1, 1);
    padding-top: 30px;
  }
  #room .room_list {
    display: none;
  }
  #room-amenities {
    background-color: transparent;
    padding: 0;
    margin: 0 0 200px;
  }
  #room-amenities .inner {
    margin-top: 0;
    height: auto;
  }
  #room-amenities .inner h2 {
    display: none;
  }
  #room-amenities .inner .wp-block-group {
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  #room-amenities .inner .wp-block-group h3 {
    margin: 0;
    font-size: 16px;
    line-height: 2.25;
  }
  #room-amenities .inner .wp-block-group h3::before {
    content: "◆";
  }
  #room-amenities .inner .wp-block-group > *:not(h3) {
    width: 100%;
    margin: 0;
  }
  #room-amenities .inner dl.room_accordion {
    height: 42.8px;
  }
  #room-amenities .inner dl.room_accordion.active {
    height: auto;
  }
  a.bn_pippu_ski {
    border: solid 1px #000;
  }
  .hbg_menu .bn_pippu_ski {
    margin: 20px 20px 0;
    padding: 10px;
    width: calc(100% - 40px);
    justify-content: center;
  }
}
.bn_231216_top a, .bn_231216_footer a {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.bn_231216_top a img, .bn_231216_footer a img {
  max-width: 100%;
  transition: 0.3s all;
}
.bn_231216_top a:hover img, .bn_231216_footer a:hover img {
  opacity: 0.6;
}
.bn_231216_top {
  margin: 20px 0 40px;
}
.bn_231216_footer {
  margin-top: 40px;
}

.dayuse-point__heading_under {
  margin: -24px 0 40px 48px;
  color: #111b3a;
}
@media screen and (max-width: 1040px) {
  .dayuse-point__heading_under {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .dayuse-point__heading_under {
    font-size: 20px;
  }
}
.dayuse-point__price {
  background-color: #fff;
  padding: 48px;
}
.dayuse-point__price .flex {
  justify-content: space-between;
  align-items: flex-start;
}
.dayuse-point__price .flex > * {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1040px) {
  .dayuse-point__price .flex {
    flex-direction: column;
  }
  .dayuse-point__price .flex > * {
    width: 100%;
  }
}
.dayuse-point__price table {
  width: 100%;
}
.dayuse-point__price table tr {
  border-top: solid 1px #dcdddd;
  border-bottom: solid 1px #dcdddd;
}
.dayuse-point__price table th {
  background-color: #f2f2f2;
  padding: 10px;
  width: 50%;
  font-weight: normal;
}
.dayuse-point__price .list_attention li::before {
  content: "※";
}
@media screen and (max-width: 1040px) {
  .dayuse-point__price .list_attention {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .dayuse-point__price {
    padding: 20px 16px 48px;
  }
}
.dayuse-point__photo {
  margin: 100px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dayuse-point__photo figure {
  width: calc((100% - 40px) / 3);
  aspect-ratio: 1/0.906;
  position: relative;
  z-index: 1;
}
.dayuse-point__photo figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.dayuse-point__photo figure figcaption {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  top: 10px;
  right: 10px;
  padding: 8px;
  letter-spacing: 0.8px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .dayuse-point__photo {
    flex-direction: column;
  }
  .dayuse-point__photo figure {
    width: 100%;
  }
  .dayuse-point__photo figure + figure {
    margin-top: 20px;
  }
}
.dayuse-restaurant {
  margin: 100px 0;
}
.dayuse-restaurant .inner > h2 {
  margin: 0 0 24px 48px;
  color: #111b3a;
}
.dayuse-restaurant .inner > h2 + p {
  margin: 0 48px 40px 48px;
}
@media screen and (max-width: 1040px) {
  .dayuse-restaurant .inner > h2 {
    margin-left: 0;
  }
  .dayuse-restaurant .inner > h2 + p {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .dayuse-restaurant .inner > h2 {
    font-size: 20px;
  }
}
.dayuse-restaurant__detail {
  display: flex;
}
.dayuse-restaurant__detail_left {
  background-color: #f8efd9;
  padding: 60px;
  width: 43%;
}
.dayuse-restaurant__detail_left ul {
  list-style: disc;
  margin-left: 1em;
}
.dayuse-restaurant__detail_right {
  width: 57%;
}
.dayuse-restaurant__detail_right img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .dayuse-restaurant__detail {
    flex-direction: column;
  }
  .dayuse-restaurant__detail_left {
    padding: 20px 16px 48px;
  }
  .dayuse-restaurant__detail_left, .dayuse-restaurant__detail_right {
    width: 100%;
  }
}
.dayuse-restaurant__menu {
  margin-top: 64px;
}
.dayuse-restaurant__menu > h3 {
  margin-left: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .dayuse-restaurant__menu > h3 {
    margin-left: 0;
  }
}
.dayuse-restaurant__menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dayuse-restaurant__menu ul li {
  width: calc(50% - 20px);
}
.dayuse-restaurant__menu ul li a {
  display: block;
}
.dayuse-restaurant__menu ul li a img {
  width: 100%;
}
.dayuse-restaurant__menu ul li:nth-of-type(n + 3) {
  margin-top: 40px;
}
@media screen and (max-width: 700px) {
  .dayuse-restaurant__menu ul li {
    width: 100%;
  }
  .dayuse-restaurant__menu ul li:nth-of-type(n + 2) {
    margin-top: 24px;
  }
}

header nav #menu-global li.menu-item-has-children {
  position: relative;
}
header nav #menu-global li.menu-item-has-children > span {
  width: 100%;
  padding: 0 16px;
  vertical-align: middle;
  line-height: 1.2;
  padding-right: 24px;
  background-image: url("../images/parts/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 16px;
}
header nav #menu-global li.menu-item-has-children > span:hover {
  cursor: pointer;
}
header nav #menu-global .sub-menu {
  position: absolute;
  top: 55px;
  display: none;
  width: 240px;
}
header nav #menu-global .sub-menu li {
  display: block;
  padding: 8px 16px;
  background-color: #111b3a;
}
header nav #menu-global .sub-menu li:first-of-type {
  padding-top: 16px;
}
header nav #menu-global .sub-menu li:last-of-type {
  padding-bottom: 16px;
}
header nav #menu-global .sub-menu a {
  display: block;
  color: #fff;
  word-break: keep-all;
  letter-spacing: 0.8px;
  font-size: 15px;
  line-height: 1.28;
}
header nav #menu-global .sub-menu a::after {
  content: "→";
  padding-left: 8px;
}

@media screen and (max-width: 1040px) {
  .hbg_wrap.active .hbg_menu ul li.menu-item-has-children > a::after {
    content: "＋";
  }
  .hbg_wrap.active .hbg_menu ul li.menu-item-has-children .sub-menu {
    margin: 0 0 10px 1em;
    display: none;
    width: auto;
  }
  .hbg_wrap.active .hbg_menu ul li.menu-item-has-children .sub-menu li {
    border-bottom: none;
  }
  .hbg_wrap.active .hbg_menu ul li.menu-item-has-children .sub-menu li a {
    font-size: 15px;
    padding: 5px 5px;
  }
  .hbg_wrap.active .hbg_menu ul li.menu-item-has-children.active > a::after {
    content: "−";
  }
}
.page:not(.home) .inner .dish_menu {
  margin-bottom: 50px;
  background-color: transparent;
}
.page:not(.home) .inner .dish_menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
}
.page:not(.home) .inner .dish_menu ul li {
  outline: solid 1px #000;
  outline-offset: -0.5px;
}
.page:not(.home) .inner .dish_menu ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.5em 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page:not(.home) .inner .dish_menu ul li a:hover {
  background-color: #111b3a;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_menu ul {
    flex-direction: column;
  }
  .page:not(.home) .inner .dish_menu ul li {
    width: 83.3333333333%;
    margin: 0 auto;
    outline: none;
    border: solid 1px #000;
    outline-offset: 0;
  }
  .page:not(.home) .inner .dish_menu ul li + li {
    border-top: none;
  }
}
.page:not(.home) .inner .dish_menu .detail {
  font-size: 12px;
  font-family: sans-serif;
  color: #898989;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0;
}
.page:not(.home) .inner .dish_menu_three {
  width: 33.3333333333%;
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_menu_three {
    width: 100%;
  }
}
.page:not(.home) .inner .dish_menu_two {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_menu_two {
    width: 100%;
  }
}
.page:not(.home) .inner .dish_background {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_background {
    padding: 60px 20px;
  }
}
.page:not(.home) .inner .dish_background::after {
  z-index: -1;
  content: "";
  display: block;
  width: 100dvw;
  height: 100%;
  left: calc((100dvw - 100%) / 2 * -1);
  position: absolute;
  top: 0;
  background-color: #f3f3f3;
}
.page:not(.home) .inner .dish_background.beige::after {
  background-color: #f5efe7;
}
.page:not(.home) .inner .dish_background.white::after {
  background-color: #fff;
}
.page:not(.home) .inner .dish_box {
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_box {
    padding: 20px;
  }
}
.page:not(.home) .inner .dish_content_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_content_wrap {
    flex-direction: column;
  }
}
.page:not(.home) .inner .dish_content_wrap.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_content_wrap.reverse {
    flex-direction: column;
  }
}
.page:not(.home) .inner .dish_content_wrap > div {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_content_wrap > div {
    width: 100%;
  }
  .page:not(.home) .inner .dish_content_wrap > div + div {
    margin-top: 20px;
  }
}
.page:not(.home) .inner .dish_content_wrap > div a {
  color: #3375d2;
  text-decoration: underline;
}
.page:not(.home) .inner .dish_content_wrap > div h3 {
  margin-top: 0;
}
.page:not(.home) .inner .dish_content_wrap + .dish_content_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_content_wrap + .dish_content_wrap {
    margin-top: 60px;
  }
}
.page:not(.home) .inner .dish_content_wrap + .dish_menu {
  margin-top: 100px;
}
.page:not(.home) .inner .dish_img_1 {
  max-width: 100%;
  flex-direction: column;
}
.page:not(.home) .inner .dish_img_1 img {
  width: 100%;
}
.page:not(.home) .inner .dish_img_2 {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.page:not(.home) .inner .dish_img_2 img {
  width: calc((100% - 20px) / 2);
}
.page:not(.home) .inner .dish_table dl {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0 !important;
}
.page:not(.home) .inner .dish_table dl dt,
.page:not(.home) .inner .dish_table dl dd {
  font-weight: normal !important;
  font-size: 16px !important;
  padding: 0.5em 1em;
  border-bottom: none !important;
  flex-grow: 1;
  display: block;
  height: auto;
}
.page:not(.home) .inner .dish_table dl dt {
  background-color: #f2f2f2;
  text-align: left !important;
}
.page:not(.home) .inner .dish_table dl dd {
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_table dl {
    flex-direction: column;
    width: 100%;
  }
  .page:not(.home) .inner .dish_table dl dt,
  .page:not(.home) .inner .dish_table dl dd {
    width: 100%;
    height: auto;
  }
  .page:not(.home) .inner .dish_table dl dt {
    text-align: center !important;
    justify-content: center;
  }
}
.page:not(.home) .inner .dish_table dl + dl {
  border-top: none !important;
}
.page:not(.home) .inner .dish_table.white dl dt {
  background-color: #fff;
}
.page:not(.home) .inner .dish_menu {
  display: flex;
  margin-top: 50px;
  background-color: #f8efd9;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_menu {
    flex-direction: column;
  }
}
.page:not(.home) .inner .dish_menu > div:nth-of-type(1) {
  width: 589px;
}
.page:not(.home) .inner .dish_menu > div:nth-of-type(2) {
  width: calc(100% - 589px);
  padding: 1em 60px;
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_menu > div:nth-of-type(1), .page:not(.home) .inner .dish_menu > div:nth-of-type(2) {
    width: 100%;
  }
  .page:not(.home) .inner .dish_menu > div:nth-of-type(2) {
    padding: 20px;
  }
  .page:not(.home) .inner .dish_menu > div h3 {
    margin-top: 0;
  }
}
.page:not(.home) .inner .dish_menu.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_menu.reverse {
    flex-direction: column;
  }
}
.page:not(.home) .inner .dish_menu.white {
  background-color: #fff;
}
.page:not(.home) .inner .dish_faq {
  display: flex;
  flex-direction: column;
}
.page:not(.home) .inner .dish_faq dl {
  flex-direction: column;
}
.page:not(.home) .inner .dish_faq dl,
.page:not(.home) .inner .dish_faq dl dt,
.page:not(.home) .inner .dish_faq dl dd {
  border: none;
  width: 100%;
  height: auto;
}
.page:not(.home) .inner .dish_faq dl dt {
  padding: 1em;
  background-color: #f3f3f3;
  text-align: left;
  margin: 0;
  line-height: 2.25;
  font-size: 20px;
}
.page:not(.home) .inner .dish_faq dl dd {
  padding: 0 2em;
  margin: 0;
}
.page:not(.home) .inner .dish_faq dl dd b {
  font-size: 26px;
  font-weight: 500;
}
.page:not(.home) .inner .dish_faq dl dd .readmore_btn {
  margin: 60px 0;
  border: solid 1px #000000;
  color: #000000;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .page:not(.home) .inner .dish_faq {
    margin: 0 auto;
  }
  .page:not(.home) .inner .dish_faq dl {
    position: relative;
    transition: 0.3s all;
    margin: 0 auto 20px;
  }
  .page:not(.home) .inner .dish_faq dl dt {
    position: relative;
    font-size: 16px;
    padding-right: calc(20px + 1.5em);
  }
  .page:not(.home) .inner .dish_faq dl dt::after {
    position: absolute;
    display: block;
    content: "▼";
    line-height: 1;
    right: 20px;
    top: calc((100% - 1em) / 2);
    transition: 0.3s all;
    transform-origin: 50% 50%;
  }
  .page:not(.home) .inner .dish_faq dl dt dd {
    transition: 0.3s all;
  }
  .page:not(.home) .inner .dish_faq dl.active dt::after {
    transform: rotate(180deg);
  }
}

#dish_1 .dish1_2 > div:nth-of-type(1) {
  width: 572px;
}
#dish_1 .dish1_2 > div:nth-of-type(2) {
  width: calc(100% - 40px - 572px);
}
@media screen and (max-width: 700px) {
  #dish_1 .dish1_2 > div:nth-of-type(1), #dish_1 .dish1_2 > div:nth-of-type(2) {
    width: 100%;
  }
}
#dish_2 .dish2_1 {
  margin-top: -43px;
}
@media screen and (max-width: 700px) {
  #dish_2 .dish2_1 {
    margin-top: 0;
  }
}
#dish_2 .dish2_1 > div:nth-of-type(1) {
  width: calc(100% - 40px - 584px);
}
#dish_2 .dish2_1 > div:nth-of-type(2) {
  padding-top: 53px;
  width: 584px;
}
@media screen and (max-width: 700px) {
  #dish_2 .dish2_1 > div:nth-of-type(1), #dish_2 .dish2_1 > div:nth-of-type(2) {
    width: 100%;
  }
  #dish_2 .dish2_1 > div:nth-of-type(2) {
    padding-top: 0;
  }
}
#dish_3 .dish3_1 {
  margin-top: -43px;
}
@media screen and (max-width: 700px) {
  #dish_3 .dish3_1 {
    margin-top: 0;
  }
}
#dish_3 .dish3_1 > div:first-of-type img {
  width: 100%;
  max-width: 476px;
  height: auto;
  object-fit: contain;
}
#dish_3 .dish3_1 > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  padding-top: 53px;
}
#dish_3 .dish3_1 > div:nth-of-type(2) .dish_table {
  margin-top: auto;
}
@media screen and (max-width: 700px) {
  #dish_3 .dish3_1 > div:nth-of-type(2) {
    padding-top: 0;
  }
}
#dish_4 {
  margin: 100px 0;
}
@media screen and (max-width: 700px) {
  #dish_4 {
    margin: 100px 0 80px;
  }
}
#dish_4 .dish4_1 {
  background-image: url("../images/dish/dish4_img_1.png");
  background-size: cover;
  background-position: 50% 50%;
  padding: 60px;
}
@media screen and (max-width: 700px) {
  #dish_4 .dish4_1 {
    padding: 20px;
    margin: 0 10px;
  }
}
#dish_4 .dish4_1 > div {
  display: flex;
  flex-direction: column;
  color: #fff;
}
#dish_4 .dish4_1 > div h2,
#dish_4 .dish4_1 > div h3 {
  margin-top: 0;
}
#dish_4 .dish4_1 > div:nth-of-type(1) {
  width: 542px;
}
#dish_4 .dish4_1 > div:nth-of-type(1) > p {
  margin: 0;
  font-weight: 500;
}
#dish_4 .dish4_1 > div:nth-of-type(2) {
  width: calc(100% - 542px);
}
@media screen and (max-width: 700px) {
  #dish_4 .dish4_1 > div:nth-of-type(1), #dish_4 .dish4_1 > div:nth-of-type(2) {
    width: 100%;
  }
}
#dish_4 .dish4_1 .readmore_btn {
  background-color: #ff8a00;
  text-decoration: none;
  color: #fff;
  outline: solid 1px #fff;
  outline-offset: -1px;
  margin: auto 0 0 auto;
}
@media screen and (max-width: 700px) {
  #dish_4 .dish4_1 .readmore_btn {
    margin: auto auto 0;
    padding: 20px 2.5rem 20px 1rem;
  }
}
@media screen and (max-width: 700px) {
  #dish_5 {
    margin: 80px 0;
    padding-top: 0;
    position: static;
  }
}

.page:not(.home) .inner .access_page .wp-block-table dl {
  width: 100%;
  margin: 0;
  border: none;
}
.page:not(.home) .inner .access_page .wp-block-table dl dt,
.page:not(.home) .inner .access_page .wp-block-table dl dd {
  width: 100%;
  float: none;
  border: none;
  display: block;
  height: auto;
}
.page:not(.home) .inner .access_page .wp-block-table dl dt {
  text-align: left;
  font-size: 16px;
}
.page:not(.home) .inner .access_page .wp-block-table dl + dl {
  margin-top: 10px;
}
.page:not(.home) .inner .access_page .dish_menu {
  max-width: calc(100% - 56px);
  margin-left: auto;
  margin-right: auto;
}
.page:not(.home) .inner .access_page .dish_menu a {
  color: #000;
  text-decoration: none;
}
.page:not(.home) .inner .access_page .dish_menu a:hover {
  opacity: 1;
}
@media screen and (max-width: 781px) {
  .page:not(.home) .inner .access_page .dish_menu {
    width: 83.3333333333%;
    margin: 16px auto 80px;
  }
  .page:not(.home) .inner .access_page .dish_menu_three, .page:not(.home) .inner .access_page .dish_menu_two {
    width: 100%;
  }
  .page:not(.home) .inner .access_page .dish_menu ul {
    flex-direction: column;
  }
}

#access_6, #access_7, #access_8 {
  max-width: calc(100% - 56px);
  margin-left: auto;
  margin-right: auto;
}
#access_6, #access_7 {
  margin-bottom: 100px;
}
@media screen and (max-width: 781px) {
  #access_6, #access_7 {
    margin-bottom: 80px;
  }
}

.access_page {
  margin-bottom: 124px;
}
@media screen and (max-width: 781px) {
  .access_page {
    width: 83.3333333333%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 481px) {
  .access_page {
    width: calc(100dvw - 30px);
  }
}
.access_page .title_under {
  border-bottom: solid 1px #dcdddd;
  padding: 0 0 18px;
  margin: 0 0 40px;
}
@media screen and (max-width: 481px) {
  .access_page .title_under {
    margin-bottom: 20px;
  }
}
.access_page .only_pc {
  display: block;
}
@media screen and (max-width: 781px) {
  .access_page .only_pc {
    display: none;
  }
}
.access_page .only_sp {
  display: none;
}
@media screen and (max-width: 781px) {
  .access_page .only_sp {
    display: block;
  }
}
.access_page a {
  color: #3375d2;
  text-decoration: underline;
  transition: 0.3s all ease-out;
}
.access_page a:hover {
  opacity: 0.6;
}
.access_page_map {
  margin-bottom: 100px;
}
@media screen and (max-width: 781px) {
  .access_page_map {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 481px) {
  .access_page_map {
    width: calc((100% + 30px) * 5 / 6);
    margin-left: auto;
    margin-right: auto;
  }
}
.access_page_route {
  background-color: #fff;
  padding: 50px;
  width: 100%;
}
.access_page_route_wrap {
  position: relative;
  padding: 100px 0;
  gap: 100px 0;
  margin-bottom: 100px;
}
.access_page_route_wrap::before {
  content: "";
  display: block;
  width: 100dvw;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc((100dvw - 100%) / 2 * -1);
  background-color: #f3f3f3;
}
@media screen and (max-width: 481px) {
  .access_page_route_wrap {
    padding: 80px 0;
    gap: 60px 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 481px) {
  .access_page_route {
    padding: 20px;
  }
}
.access_page_route h2 {
  margin: 0 0 50px;
}
@media screen and (max-width: 781px) {
  .access_page_route h2 {
    margin-bottom: 20px;
  }
}
.access_page_route_img {
  margin: 50px auto;
}
@media screen and (max-width: 781px) {
  .access_page_route_img {
    margin: 20px auto 40px;
  }
}
.access_page_route_img .only_pc img {
  width: 100%;
}
.access_page_route .wp-block-table table,
.access_page_route .wp-block-table table td {
  border-color: #dcdddd;
}
.access_page_route .wp-block-table table tbody {
  width: 100%;
}
.access_page_route .wp-block-table table tbody tr td,
.access_page_route .wp-block-table table tbody tr th {
  padding: 10px 16px;
}
.access_page_route .wp-block-table table tbody tr td:nth-of-type(1),
.access_page_route .wp-block-table table tbody tr th:nth-of-type(1) {
  background-color: #f2f2f2;
  padding: 10px;
  width: 176px;
  border-right: none;
}
.access_page_route .wp-block-table table tbody tr td:nth-of-type(2),
.access_page_route .wp-block-table table tbody tr th:nth-of-type(2) {
  border-left: none;
}
.access_page_route .wp-block-table table tbody tr td:nth-of-type(2) > * + *,
.access_page_route .wp-block-table table tbody tr th:nth-of-type(2) > * + * {
  margin-top: 10px;
}
@media screen and (max-width: 781px) {
  .access_page_route .wp-block-table table tbody tr {
    display: flex;
    flex-direction: column;
    border: none;
  }
  .access_page_route .wp-block-table table tbody tr td,
  .access_page_route .wp-block-table table tbody tr th {
    display: block;
    width: 100% !important;
  }
  .access_page_route .wp-block-table table tbody tr td:nth-of-type(1),
  .access_page_route .wp-block-table table tbody tr th:nth-of-type(1) {
    text-align: center;
    border-right: solid 1px #dcdddd;
    border-bottom: none;
  }
  .access_page_route .wp-block-table table tbody tr td:nth-of-type(1) br,
  .access_page_route .wp-block-table table tbody tr th:nth-of-type(1) br {
    display: none;
  }
  .access_page_route .wp-block-table table tbody tr td:nth-of-type(2),
  .access_page_route .wp-block-table table tbody tr th:nth-of-type(2) {
    border-left: solid 1px #dcdddd;
  }
  .access_page_route .wp-block-table table tbody tr:nth-of-type(n + 2) td:nth-of-type(1),
  .access_page_route .wp-block-table table tbody tr:nth-of-type(n + 2) th:nth-of-type(1) {
    border-top: none;
  }
}
.access_page_route .wp-block-table ul {
  list-style: disc;
  margin-left: 1.5em;
}
.access_page_route .wp-block-table a {
  display: inline-block;
  position: relative;
}
.access_page_route .wp-block-table a::after {
  content: "→";
  text-decoration: none;
  position: absolute;
  right: calc((1em + 10px) * -1);
}
.access_page_departure {
  position: relative;
  padding: 102px 0 15px;
}
@media screen and (max-width: 481px) {
  .access_page_departure {
    padding-top: 0;
  }
}
.access_page_departure_box {
  background-color: #f8efd9;
  padding: 20px;
  border-radius: 5px;
  position: absolute;
}
.access_page_departure_box h3 {
  margin: 0 0 10px;
}
.access_page_departure_box p {
  margin: 10px 0;
}
.access_page_departure_box a {
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #111b3a;
  border-radius: 2px;
  padding: 20px calc(20px + 1em + 10px) 20px 30px;
  position: relative;
}
.access_page_departure_box a::after {
  content: "→";
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 381px) {
  .access_page_departure_box a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 1em;
    gap: 0 8px;
  }
  .access_page_departure_box a::after {
    position: static;
  }
}
.access_page_departure_box#northern {
  top: 0;
  right: 24.8148148148%;
}
@media screen and (max-width: 1080px) {
  .access_page_departure_box#northern {
    right: 0;
  }
}
.access_page_departure_box#central {
  top: 167px;
  left: 12.5%;
}
@media screen and (max-width: 1080px) {
  .access_page_departure_box#central {
    left: 0;
  }
}
.access_page_departure_box#eastern {
  bottom: 0;
  right: 17.1296296296%;
}
@media screen and (max-width: 1080px) {
  .access_page_departure_box#eastern {
    right: 0;
  }
}
@media screen and (max-width: 781px) {
  .access_page_departure_box {
    position: static;
    width: 80%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 481px) {
  .access_page_departure_box {
    width: 100%;
  }
}
.access_page_departure .wp-block-image {
  max-width: 607px;
  margin: 0 auto;
}
@media screen and (max-width: 781px) {
  .access_page_parking {
    flex-direction: column;
  }
  .access_page_parking .wp-block-column:nth-of-type(1) {
    order: 2;
  }
  .access_page_parking .wp-block-column:nth-of-type(2) {
    order: 0;
  }
  .access_page_parking .wp-block-column:nth-of-type(3) {
    order: 1;
  }
  .access_page_parking .wp-block-column .wp-block-image.size-full {
    aspect-ratio: 319/191;
  }
  .access_page_parking .wp-block-column .wp-block-image.size-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 70%;
  }
}

footer .inner .flex_1 .ft_1 .address,
footer .inner .flex_1 .ft_1 .info {
  margin: 0 0 10px;
}
footer .inner .flex_1 .ft_1 .address span {
  padding-right: 1em;
}
@media screen and (max-width: 700px) {
  footer .inner .flex_1 .ft_1 {
    width: 100%;
  }
}
@media screen and (max-width: 481px) {
  footer .inner .flex_1 .ft_1 .address span {
    padding-right: 0;
    display: block;
  }
}
footer .inner .flex_1 .right {
  width: auto;
}
footer .inner .flex_1 .right .readmore_btn {
  display: flex;
  background-color: #ff8a00;
  color: #fff;
  border-color: #ff8a00;
}
footer .inner .flex_1 .right .readmore_btn.outline {
  background-color: transparent;
  color: #ff8a00;
  padding: 21px calc(1em + 27px + 21px) 21px 55px;
}
footer .inner .flex_1 .right .readmore_btn.outline::after {
  right: 21px;
  font-size: 16px;
}
footer .inner .flex_1 .right .ft_tel_btn {
  font-size: 26px;
  align-items: center;
}
footer .inner .flex_1 .right .ft_tel_btn small {
  font-size: 15px;
}
@media screen and (max-width: 700px) {
  footer .inner .flex_1 .right .readmore_btn {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 481px) {
  footer .inner .flex_1 .right .readmore_btn, footer .inner .flex_1 .right .readmore_btn.outline {
    padding: 21px calc(1em + 27px + 21px) 21px 46px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .inner .flex_1 .right .readmore_btn.outline {
    word-break: keep-all;
    white-space: nowrap;
  }
}
@media screen and (max-width: 700px) {
  footer .inner .flex_3 {
    flex-direction: column-reverse !important;
  }
}/*# sourceMappingURL=style.css.map */