@charset "UTF-8";
/*g-mixin*/
/*f-リセット*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover {
  outline: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

input, textarea, select, option, button {
  appearance: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.js-scroll__fade {
  opacity: 0;
  transition: 0.7s;
}
.js-scroll__fade.show {
  opacity: 1;
}

.js-scroll__slideLeft {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-scroll__slideLeft.show {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .js-scroll__slideLeft {
    opacity: 0;
    transform: translateX(0);
  }
  .js-scroll__slideLeft.show {
    opacity: 1;
  }
}

.js-scroll__slideRight {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-scroll__slideRight.show {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .js-scroll__slideRight {
    opacity: 0;
    transform: translateX(0);
  }
  .js-scroll__slideRight.show {
    opacity: 1;
  }
}

.js-scroll__blur {
  filter: blur(7px);
  transition: 0.7s;
}
.js-scroll__blur.show {
  filter: blur(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*pc*/
.l-header__pc {
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  z-index: 4;
  transition: 0.3s;
}
.l-header__pc .l-pc__logo {
  margin-left: 30px;
  width: 30%;
  max-width: 345px;
  height: 100%;
}
.l-header__pc .l-pc__logo a {
  position: relative;
  background-color: #fff;
  mask-image: url("../images/common/logo_header.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.l-header__pc .l-pc__nav {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.l-header__pc .l-pc__nav__list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 768px;
}
.l-header__pc .l-pc__nav__list > li > a, .l-header__pc .l-pc__nav__list > li p.mega {
  display: flex;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  padding: 0 20px;
  height: 100%;
  align-items: center;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s allow-discrete;
}
.l-header__pc .l-pc__nav__list > li > a:hover, .l-header__pc .l-pc__nav__list > li p.mega:hover {
  border-bottom: 2px solid #CC3593;
}
.l-header__pc .l-pc__nav__detail {
  display: none;
  opacity: 0;
  transition: all 0.3s allow-discrete;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
}
.l-header__pc .l-pc__nav__detail__wrap {
  position: absolute;
  top: 85px;
  width: 100%;
  min-height: 608px;
  background-color: #fff;
  left: 0;
  padding: 0 20px;
  z-index: 6;
}
.l-header__pc .l-pc__nav__detail__wrap .detail__ttl {
  display: block;
  max-width: 1200px;
  margin: 100px auto 36px;
}
.l-header__pc .l-pc__nav__detail__wrap .detail__ttl a {
  width: auto;
  font-family: "游明朝体", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 18px;
  display: inline-block;
  position: relative;
  color: #333;
  font-weight: 600;
  letter-spacing: 2.7px;
  transition: all 0.3s allow-discrete;
}
.l-header__pc .l-pc__nav__detail__wrap .detail__ttl a span {
  color: #797979;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.l-header__pc .l-pc__nav__detail__wrap .detail__ttl a:hover {
  color: #A30066;
}
.l-header__pc .l-pc__nav__detail__wrap .detail__list {
  max-width: 1000px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0px, 231px));
  justify-content: center;
  gap: 43px 25px;
  margin: 0 auto 30px;
}
.l-header__pc .l-pc__nav__detail__wrap .detail__list li a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-header__pc .l-pc__nav__detail__wrap .detail__list li a img {
  opacity: 1;
  transition: 0.3s;
}
.l-header__pc .l-pc__nav__detail__wrap .detail__list li a p {
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}
.l-header__pc .l-pc__nav__detail__wrap .detail__list li a:hover img {
  opacity: 0.8;
}
.l-header__pc .l-pc__nav__detail__wrap .detail__list li a:hover p {
  color: #A30066;
}
.l-header__pc .l-pc__nav__detail__wrap .detail__list.stay {
  display: flex;
}
.l-header__pc .l-pc__nav__detail__wrap .detail__link {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.l-header__pc .l-pc__nav__detail.accommodation .detail__list {
  grid-template-columns: repeat(4, 1fr);
}
.l-header__pc .l-pc__nav__detail.active {
  display: block;
  opacity: 1;
}
@starting-style {
  .l-header__pc .l-pc__nav__detail.active {
    opacity: 0;
  }
}
.l-header__pc .l-pc__sub {
  height: 100%;
}
.l-header__pc .l-pc__sub ul {
  display: flex;
  height: 100%;
}
.l-header__pc .l-pc__sub ul li a {
  transition: all 0.3s allow-discrete;
  color: #fff;
  height: 100%;
}
.l-header__pc .l-pc__sub ul li.icon {
  position: relative;
}
.l-header__pc .l-pc__sub ul li.icon::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  left: calc(50% - 12.5px);
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  transition: 0.3s;
}
.l-header__pc .l-pc__sub ul li.icon.access::before {
  mask-image: url("../images/common/ico_header_access.svg");
}
.l-header__pc .l-pc__sub ul li.icon.language::before {
  mask-image: url("../images/common/ico_header_language.svg");
}
.l-header__pc .l-pc__sub ul li.icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  min-width: 64px;
  height: 100%;
  padding-top: 30px;
  transition: 0.3s;
}
.l-header__pc .l-pc__sub ul li.icon.mr30 {
  margin-right: 30px;
}
.l-header__pc .l-pc__sub ul li.icon:hover a {
  color: #CC3593;
}
.l-header__pc .l-pc__sub ul li.icon:hover::before {
  background-color: #CC3593;
}
.l-header__pc .l-pc__sub ul li.book button {
  background-color: #A30066;
  width: 120px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}
.l-header__pc .l-pc__sub ul li.book button:hover {
  background-color: #CC3593;
}
.l-header__pc .l-pc__sub ul li.menu {
  transition: all 0.3s allow-discrete;
}
.l-header__pc .l-pc__sub ul li.menu button {
  background-color: #60004E;
  width: 76px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  z-index: 4;
  color: #fff;
  padding-bottom: 10px;
  font-size: 10px;
  transition: 0.3s;
}
.l-header__pc .l-pc__sub ul li.menu button span {
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 21px;
  width: 33px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s allow-discrete;
}
.l-header__pc .l-pc__sub ul li.menu button span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 11px;
  left: 0;
  width: 33px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s allow-discrete;
}
.l-header__pc .l-pc__sub ul li.menu button:hover {
  background-color: #A30066;
}
.l-header__pc .l-pc__sub ul li.menu.active button {
  background-color: #A30066;
}
.l-header__pc .l-pc__sub ul li.menu.active button span {
  transform: rotate(45deg);
}
.l-header__pc .l-pc__sub ul li.menu.active button span::after {
  top: 0;
  transform: rotate(-90deg);
}
.l-header__pc .l-pc__drawer {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s allow-discrete;
}
.l-header__pc .l-pc__drawer__img img {
  width: 490px;
  height: 100%;
  object-fit: cover;
}
.l-header__pc .l-pc__drawer__link {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 40px;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.l-header__pc .l-pc__drawer__link::-webkit-scrollbar {
  width: 5px;
}
.l-header__pc .l-pc__drawer__link .drawer__thumb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 70px;
  margin-bottom: 67px;
}
.l-header__pc .l-pc__drawer__link .drawer__thumb li a img {
  opacity: 1;
  transition: 0.3s;
}
.l-header__pc .l-pc__drawer__link .drawer__thumb li a p {
  color: #333;
  padding: 24px 0 20px;
  padding-left: 5%;
  border-bottom: 1px solid #333;
  font-size: 16px;
  transition: 0.3s;
}
.l-header__pc .l-pc__drawer__link .drawer__thumb li a:hover img {
  opacity: 0.8;
}
.l-header__pc .l-pc__drawer__link .drawer__thumb li a:hover p {
  color: #A30066;
  border-bottom: 1px solid #A30066;
}
.l-header__pc .l-pc__drawer__link .drawer__list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.l-header__pc .l-pc__drawer__link .drawer__list .left {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0px, 135px));
  gap: 35px;
}
.l-header__pc .l-pc__drawer__link .drawer__list .left li a {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  padding: 10px 0 10px 5px;
  color: #333;
  border-bottom: 1px solid #333;
  transition: 0.3s;
}
.l-header__pc .l-pc__drawer__link .drawer__list .left li a:hover {
  color: #A30066;
  border-bottom: 1px solid #A30066;
}
.l-header__pc .l-pc__drawer__link .drawer__list .right {
  width: auto;
}
.l-header__pc .l-pc__drawer__link .drawer__list .right p {
  font-family: "游明朝体", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.2px;
}
.l-header__pc .l-pc__drawer__link .drawer__list .right p:last-child {
  font-size: 12px;
}
.l-header__pc .l-pc__drawer.active {
  display: flex;
  opacity: 1;
}
@starting-style {
  .l-header__pc .l-pc__drawer.active {
    opacity: 0;
  }
}
.l-header__pc.change_color {
  background: #fff;
}
.l-header__pc.change_color .l-pc__logo a {
  background-color: #161615;
}
.l-header__pc.change_color .l-pc__nav__list > li > a, .l-header__pc.change_color .l-pc__nav__list > li p.mega {
  color: #161615;
}
.l-header__pc.change_color .l-pc__sub ul li.icon::before {
  background-color: #161615;
}
.l-header__pc.change_color .l-pc__sub ul li.icon:hover::before {
  background-color: #CC3593;
}
.l-header__pc.change_color .l-pc__sub ul li a {
  color: #161615;
}
.l-header__pc::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s allow-discrete;
}
.l-header__pc.active::after {
  opacity: 0.3;
  visibility: visible;
}
@starting-style {
  .l-header__pc.active::after {
    opacity: 0;
  }
}
@media screen and (max-width: 1300px) {
  .l-header__pc .l-pc__nav__list > li > a, .l-header__pc .l-pc__nav__list > li p.mega {
    font-size: 12px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 999px) {
  .l-header__pc {
    display: none;
  }
}

/*sp*/
.l-sp__logo {
  display: none;
}
@media screen and (max-width: 999px) {
  .l-sp__logo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
    position: absolute;
    top: 0;
    border-color: transparent;
    z-index: 1;
  }
  .l-sp__logo a {
    display: inline-block;
    height: auto;
    margin-left: 24px;
  }
  .l-sp__logo a img {
    max-width: 196px;
    width: 100%;
  }
}

.l-header__sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .l-header__sp {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
  }
  .l-header__sp .header__list {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
  }
  .l-header__sp .header__list li.book {
    flex-grow: 1;
  }
  .l-header__sp .header__list li.book button {
    width: 100%;
    height: 100%;
    background-color: #A30066;
    font-size: 14px;
    color: #fff;
  }
  .l-header__sp .header__list li.btn {
    width: calc(50% - 32.5px);
    background-color: #fff;
    font-size: 14px;
  }
  .l-header__sp .header__list li.btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #161615;
  }
  .l-header__sp .header__list li.menu {
    transition: all 0.3s allow-discrete;
  }
  .l-header__sp .header__list li.menu button {
    background-color: #60004E;
    width: 65px;
    height: 65px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    z-index: 6;
    color: #fff;
    padding-bottom: 10px;
    font-size: 10px;
  }
  .l-header__sp .header__list li.menu button span {
    display: inline-block;
    position: absolute;
    top: 27px;
    left: 18px;
    width: 28px;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s allow-discrete;
  }
  .l-header__sp .header__list li.menu button span::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 8px;
    left: 0;
    width: 28px;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s allow-discrete;
  }
  .l-header__sp .header__list li.menu button.active {
    background-color: #A30066;
  }
  .l-header__sp .header__list li.menu button.active span {
    transform: rotate(45deg);
  }
  .l-header__sp .header__list li.menu button.active span::after {
    top: 0;
    transform: rotate(-90deg);
  }
  .l-header__sp .header__list li.menu .l-menu__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: calc(100% - 65px);
    padding: 30px 25px 0;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    transition: all 0.3s allow-discrete;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__list {
    margin-bottom: 36px;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__list > li {
    border-bottom: 1px solid #000;
    background-color: #fff;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__list > li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 16px 24px;
    color: #161615;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__list > li div.accordion {
    display: flex;
    align-items: center;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__list > li div.accordion p {
    width: auto;
    flex-grow: 1;
    padding: 16px 24px;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__list > li div.accordion > span {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__list > li div.accordion > span::before, .l-header__sp .header__list li.menu .l-menu__modal .l-modal__list > li div.accordion > span::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
    width: 11px;
    height: 1px;
    background-color: #000;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__list > li div.accordion > span::after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__list > li div.accordion > span.active::after {
    transform: rotate(180deg);
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__list > li ul.detail {
    overflow: hidden;
    background-color: #FAFAFA;
    max-height: 0;
    transition: all 0.3s allow-discrete;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__list > li ul.detail li:first-child a {
    padding-top: 28px;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__list > li ul.detail li:last-child a {
    padding-bottom: 28px;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 45px;
    padding: 0 20px;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__link li a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #161615;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__sns {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 10px 0 30px;
  }
  .l-header__sp .header__list li.menu .l-menu__modal .l-modal__sns a {
    display: inline-block;
    width: 30px;
  }
  .l-header__sp .header__list li.menu .l-menu__modal.active {
    display: block;
    opacity: 1;
  }
  @starting-style {
    .l-header__sp .header__list li.menu .l-menu__modal.active {
      opacity: 0;
    }
  }
  .l-header__sp .header__list li.menu .c-detail__bg--modal {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: 5;
  }
}

/*共通*/
.l-header__book {
  display: none;
  opacity: 0;
  transition: all 0.3s allow-discrete;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 8;
}
.l-header__book .l-book__wrap {
  width: 430px;
  height: calc(100% - 85px);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 6;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.l-header__book .l-book__wrap div.tab {
  background-color: #A30066;
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: end;
}
.l-header__book .l-book__wrap div.tab ul {
  display: flex;
  gap: 10px;
  margin-top: 50px;
}
.l-header__book .l-book__wrap div.tab ul li {
  cursor: pointer;
  width: 120px;
  height: 80px;
  background-color: #CC3593;
  border-radius: 4px 4px 0 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding-bottom: 10px;
  position: relative;
  transition: 0.3s;
}
.l-header__book .l-book__wrap div.tab ul li p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.l-header__book .l-book__wrap div.tab ul li.tab__stay::after {
  content: "";
  position: absolute;
  mask-image: url("../images/common/ico_book_stay.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  background-color: #fff;
  width: 25px;
  height: 19px;
  top: 20px;
}
.l-header__book .l-book__wrap div.tab ul li.tab__stay.active::after {
  background-color: #161615;
}
.l-header__book .l-book__wrap div.tab ul li.tab__restaurant::after {
  content: "";
  position: absolute;
  mask-image: url("../images/common/ico_book_restaurant.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  background-color: #fff;
  width: 11px;
  height: 22px;
  top: 20px;
}
.l-header__book .l-book__wrap div.tab ul li.tab__restaurant.active::after {
  background-color: #161615;
}
.l-header__book .l-book__wrap div.tab ul li.tab__banquet::after {
  content: "";
  position: absolute;
  mask-image: url("../images/common/ico_book_banquet.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  background-color: #fff;
  width: 13px;
  height: 26px;
  top: 20px;
}
.l-header__book .l-book__wrap div.tab ul li.tab__banquet.active::after {
  background-color: #161615;
}
.l-header__book .l-book__wrap div.tab ul li:hover {
  background-color: #E656B0;
}
.l-header__book .l-book__wrap div.tab ul li.active {
  background-color: #fff;
}
.l-header__book .l-book__wrap div.tab ul li.active p {
  color: #161615;
}
.l-header__book .l-book__wrap div.tab .js_tabBook_close {
  display: none;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 20px;
  right: 0;
}
.l-header__book .l-book__wrap div.tab .js_tabBook_close span {
  display: inline-block;
  position: absolute;
  top: 33px;
  left: 16px;
  width: 35px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}
.l-header__book .l-book__wrap div.tab .js_tabBook_close span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: #fff;
  transform: rotate(90deg);
}
.l-header__book .l-book__wrap div.content {
  flex-grow: 1;
  overflow-y: auto;
  display: none;
}
.l-header__book .l-book__wrap div.content > div.content__wrap {
  width: 100%;
  max-width: 340px;
}
.l-header__book .l-book__wrap div.content > div.content__wrap ul {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.l-header__book .l-book__wrap div.content > div.content__wrap ul li.input__item {
  display: flex;
  align-items: center;
}
.l-header__book .l-book__wrap div.content > div.content__wrap ul li.input__item p {
  font-size: 14px;
  color: #161615;
}
.l-header__book .l-book__wrap div.content > div.content__wrap ul li.input__item p:first-child {
  margin-right: 13px;
}
.l-header__book .l-book__wrap div.content > div.content__wrap ul li.input__item div.item input {
  background-color: #EEEEEE;
  padding: 8px;
}
.l-header__book .l-book__wrap div.content > div.content__wrap > div {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.l-header__book .l-book__wrap div.content > div.content__wrap > div.search {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 27px;
}
.l-header__book .l-book__wrap div.content > div.content__wrap > div.search button {
  width: 100%;
  padding: 16px 20px;
  border-radius: 4px;
  background-color: #A30066;
  color: #fff;
  transition: 0.3s;
}
.l-header__book .l-book__wrap div.content > div.content__wrap > div.search button:hover {
  background-color: #CC3593;
}
.l-header__book .l-book__wrap div.content > div.content__wrap > div.cancel {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 48px;
}
.l-header__book .l-book__wrap div.content > div.content__wrap > div.cancel a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px 20px;
  background-color: #CDCDCD;
  color: #161615;
  transition: 0.3s;
}
.l-header__book .l-book__wrap div.content > div.content__wrap > div.cancel a:hover {
  background-color: #D9D9D9;
}
.l-header__book .l-book__wrap div.content > div.content__wrap > div.before {
  text-align: center;
  color: #CC3593;
  text-decoration: underline;
  text-decoration-color: #CC3593;
}
.l-header__book .l-book__wrap div.content.stay > div.content__wrap {
  margin: 80px auto;
}
.l-header__book .l-book__wrap div.content.stay > div.content__wrap ul li.input__item p.txt.people {
  margin-right: 40px;
}
.l-header__book .l-book__wrap div.content.stay > div.content__wrap ul li.input__item div.item input#item__stay__date {
  width: 130px;
  height: 44px;
  margin-right: 20px;
  background-image: url("../images/common/ico_book_date.svg");
  background-repeat: no-repeat;
  background-position: bottom 15px right 7px;
  cursor: pointer;
}
.l-header__book .l-book__wrap div.content.stay > div.content__wrap ul li.input__item div.item input#item__stay__night {
  width: 53px;
  height: 44px;
  margin-right: 10px;
}
.l-header__book .l-book__wrap div.content.stay > div.content__wrap ul li.input__item div.item input#item__stay__people {
  width: 53px;
  height: 44px;
  margin-right: 10px;
}
.l-header__book .l-book__wrap div.content.stay > div.content__wrap ul li.input__item div.item input#item__stay__room {
  width: 53px;
  height: 44px;
}
.l-header__book .l-book__wrap div.content.restaurant > div.content__wrap {
  margin: 60px auto;
}
.l-header__book .l-book__wrap div.content.restaurant > div.content__wrap ul li.input__item p.ttl {
  width: 70px;
  text-align: right;
}
.l-header__book .l-book__wrap div.content.restaurant > div.content__wrap ul li.input__item div.item input#item__restaurant__people {
  width: 53px;
  height: 44px;
  margin-right: 10px;
}
.l-header__book .l-book__wrap div.content.restaurant > div.content__wrap ul li.input__item div.item input#item__restaurant__date {
  width: 160px;
  height: 44px;
  background-image: url("../images/common/ico_book_date.svg");
  background-repeat: no-repeat;
  background-position: bottom 15px right 7px;
  cursor: pointer;
}
.l-header__book .l-book__wrap div.content.restaurant > div.content__wrap ul li.input__item div.item select#item__restaurant__name {
  cursor: pointer;
}
.l-header__book .l-book__wrap div.content.restaurant > div.content__wrap ul li.input__item div.item.name {
  position: relative;
}
.l-header__book .l-book__wrap div.content.restaurant > div.content__wrap ul li.input__item div.item.name::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #A30066;
  border-right: solid 1px #A30066;
  position: absolute;
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
  right: 13px;
  pointer-events: none;
}
.l-header__book .l-book__wrap div.content.banquet > div.content__wrap {
  margin: 60px auto;
}
.l-header__book .l-book__wrap div.content.banquet > div.content__wrap > div.contact {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 24px;
}
.l-header__book .l-book__wrap div.content.banquet > div.content__wrap > div.contact a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  padding: 16px 20px;
  border-radius: 4px;
  background-color: #A30066;
  color: #fff;
  transition: 0.3s;
}
.l-header__book .l-book__wrap div.content.banquet > div.content__wrap > div.contact a:hover {
  background-color: #CC3593;
}
.l-header__book .l-book__wrap div.content.banquet > div.content__wrap p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: center;
  color: #161615;
}
.l-header__book .l-book__wrap div.content.banquet > div.content__wrap p:first-child {
  margin-bottom: 30px;
}
.l-header__book .l-book__wrap div.content.banquet > div.content__wrap span.tel {
  display: flex;
  justify-content: center;
  gap: 5px;
  position: relative;
}
.l-header__book .l-book__wrap div.content.banquet > div.content__wrap span.tel img {
  width: 23px;
  height: auto;
}
.l-header__book .l-book__wrap div.content.banquet > div.content__wrap span.tel a {
  color: #161615;
  font-size: 22px;
  font-weight: 500;
}
.l-header__book .l-book__wrap div.content.banquet > div.content__wrap span.tel a span {
  font-size: 16px;
}
.l-header__book .l-book__wrap div.content.active {
  display: block;
}
.l-header__book .c-detail__bg--book {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 5;
  transition: all 0.3s allow-discrete;
}
@media screen and (max-width: 999px) {
  .l-header__book .l-book__wrap {
    width: 100%;
    max-width: 600px;
    height: 100%;
    right: auto;
    left: 0;
    top: 0;
  }
  .l-header__book .l-book__wrap div.tab {
    height: 165px;
  }
  .l-header__book .l-book__wrap div.tab ul {
    gap: 7px;
    width: 100%;
    max-width: 400px;
    margin-top: 85px;
  }
  .l-header__book .l-book__wrap div.tab ul li {
    width: 100%;
  }
  .l-header__book .l-book__wrap div.tab .js_tabBook_close {
    display: block;
  }
  .l-header__book .l-book__wrap div.content > div.content__wrap {
    padding: 0 20px;
  }
  .l-header__book .l-book__wrap div.content > div.content__wrap > div.cancel {
    margin-bottom: 38px;
  }
  .l-header__book .l-book__wrap div.content.stay > div.content__wrap {
    margin: 40px auto;
  }
  .l-header__book .l-book__wrap div.content.stay > div.content__wrap ul {
    margin-bottom: 40px;
    gap: 15px 0;
  }
  .l-header__book .l-book__wrap div.content.stay > div.content__wrap ul li.input__item p.txt.people {
    margin-right: 30px;
  }
  .l-header__book .l-book__wrap div.content.stay > div.content__wrap ul li.input__item div.item input#item__stay__date {
    width: 148px;
  }
  .l-header__book .l-book__wrap div.content.stay > div.content__wrap ul li:first-child {
    order: 1;
  }
  .l-header__book .l-book__wrap div.content.stay > div.content__wrap ul li:nth-child(2) {
    order: 3;
  }
  .l-header__book .l-book__wrap div.content.stay > div.content__wrap ul li:nth-child(3) {
    order: 2;
  }
  .l-header__book .l-book__wrap div.content.stay > div.content__wrap ul li:last-child {
    order: 4;
  }
  .l-header__book .l-book__wrap div.content.restaurant > div.content__wrap {
    margin: 40px auto;
  }
  .l-header__book .l-book__wrap div.content.restaurant > div.content__wrap ul li.input__item div.item input#item__restaurant__date {
    width: 148px;
  }
}
@media screen and (max-width: 375px) {
  .l-header__book .l-book__wrap div.tab ul li p {
    font-size: 12px;
  }
  .l-header__book .l-book__wrap div.content.restaurant > div.content__wrap ul li.input__item div.item input#item__restaurant__name, .l-header__book .l-book__wrap div.content.restaurant > div.content__wrap ul li.input__item div.item input#item__restaurant__date {
    width: 100%;
  }
}
.l-header__book.active {
  display: block;
  opacity: 1;
}
@starting-style {
  .l-header__book.active {
    opacity: 0;
  }
}
.l-header__book.active .c-detail__bg--book {
  opacity: 0.3;
}

.l-footer {
  width: 100%;
  background-color: #60004E;
  position: relative;
}
.l-footer__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px 24px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.l-footer__wrap > div.company {
  width: 100%;
  max-width: 520px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.l-footer__wrap > div.company a {
  display: inline-block;
}
.l-footer__wrap > div.company a img {
  width: 100%;
  max-width: 116px;
}
.l-footer__wrap > div.company p {
  font-family: "游明朝体", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: #fff;
}
.l-footer__wrap > div.company p span {
  font-size: 14px;
  letter-spacing: 1.2px;
}
.l-footer__wrap ul.link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 65px;
}
.l-footer__wrap ul.link li {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.l-footer__wrap ul.link li a {
  display: inline-block;
  width: 100%;
  transition: 0.3s;
}
.l-footer__wrap ul.link li a:hover {
  opacity: 0.8;
}
.l-footer > p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.2px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__wrap {
    padding: 73px 24px 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
  }
  .l-footer__wrap > div.company {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 260px;
  }
  .l-footer__wrap > div.company p {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .l-footer__wrap > div.company p span {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .l-footer__wrap ul.link {
    gap: 0 40px;
  }
  .l-footer__wrap ul.link li {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
  }
  .l-footer__wrap ul.link li a {
    display: inline-block;
    width: 100%;
  }
  .l-footer > p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.2px;
    padding-bottom: 20px;
  }
}

.l-btn__top {
  position: absolute;
  width: 100%;
  top: 0;
}
.l-btn__top > div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: end;
}
.l-btn__top--pc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 115px;
  height: 30px;
  background-color: #A30066;
  z-index: 3;
  transform: translateY(-30px);
  transition: opacity 0.3s, background-color 0.3s;
}
.l-btn__top--pc span {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
}
.l-btn__top--pc span::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 0;
}
.l-btn__top--pc span::after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: 0;
}
.l-btn__top--pc p {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.1px;
}
.l-btn__top--pc:hover {
  background-color: #CC3593;
}
@media screen and (max-width: 768px) {
  .l-btn__top--sp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    width: 160px;
    height: 44px;
    background-color: #A30066;
    z-index: 2;
    transform: translateY(-17px);
    transition: opacity 0.3s, background-color 0.3s;
  }
  .l-btn__top--sp span {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
  }
  .l-btn__top--sp span::before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 0;
  }
  .l-btn__top--sp span::after {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    right: 0;
  }
  .l-btn__top--sp p {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.1px;
  }
}

/*フッター既存箇所*/
.footer_info.renewal {
  margin: 50px auto;
  max-width: 980px;
  padding-inline: 20px;
  padding-bottom: 20px;
}
.footer_info.renewal .grid_f {
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  row-gap: 10px;
}
.footer_info.renewal .grid_f .grid_f_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  margin-bottom: 20px;
}
.footer_info.renewal .grid_f .grid_f_card:not(:last-of-type) {
  border-right: 1px dashed #ccc;
}
.footer_info.renewal .grid_f .grid_f_card .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_info.renewal .grid_f .grid_f_card .img img {
  width: auto;
  max-width: 100%;
}
.footer_info.renewal .grid_f .grid_f_card .img.app {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.footer_info.renewal .grid_f .grid_f_card .img.app img {
  max-width: 150px;
  height: auto;
}
.footer_info.renewal .grid_f .grid_f_card .img.ihg_one, .footer_info.renewal .grid_f .grid_f_card .img.ana_logo {
  mix-blend-mode: darken;
}
.footer_info.renewal .grid_f .grid_f_card .txt {
  padding-inline: 10px;
  line-height: 1.3;
  color: #766a65;
}
.footer_info.renewal .grid_f .grid_f_card .btn {
  margin-inline: auto;
  margin-top: 20px;
}
.footer_info.renewal .grid_f .grid_f_card .btn a {
  width: 116px;
  height: 38px;
  background: #830051;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
}
.footer_info.renewal .ihgbox {
  width: 100%;
  margin-block: 50px 30px;
  position: relative;
  border: 1px solid #000;
  padding-block: 25px;
}
.footer_info.renewal .ihgbox .ihg-one-logo {
  position: absolute;
  bottom: -1.3vw;
  right: 20px;
  background: #fff;
}
.footer_info.renewal .ihgbox .ihg-one-logo img {
  width: 12vw;
  min-width: 142px;
  max-width: 197px;
}
.footer_info.renewal .ihgbox .ihg-container .is-first, .footer_info.renewal .ihgbox .ihg-container .is-second {
  display: flex;
}
.footer_info.renewal .ihgbox .ihg-container img {
  max-width: 94.7%;
}
.footer_info.renewal .ihg-logo {
  position: absolute;
  top: -0.9vw;
  left: 20px;
  background: #fff;
}
.footer_info.renewal .ihg-logo img {
  width: 12vw;
  min-width: 150px;
  max-width: 213px;
}
.footer_info.renewal .footer_bnr {
  text-align: center;
}
.footer_info.renewal .footer_bnr a {
  display: inline-block;
  width: 174px;
}
.footer_info.renewal .footer_bnr a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer_info.renewal {
    margin-bottom: 0;
  }
  .footer_info.renewal .grid_f .grid_f_card:not(:last-of-type) {
    border-right: none;
  }
  .footer_info.renewal .grid_f .grid_f_card .btn a {
    width: 150px;
  }
  .footer_info.renewal .ihgbox {
    margin-bottom: 40px;
  }
  .footer_info.renewal .ihgbox .ihg-logo {
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer_info.renewal .ihgbox .ihg-one-logo {
    bottom: -17px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer_info.renewal .ihgbox .ihg-container :is(.is-first, .is-second) {
    flex-wrap: wrap;
  }
  .footer_info.renewal .ihgbox .ihg-container .is-sp-four {
    width: 25%;
  }
  .footer_info.renewal .ihgbox .ihg-container .is-sp-fifth {
    width: 20%;
  }
  .footer_info.renewal .ihgbox .ihg-container .is-second .brand-item {
    width: 20%;
  }
}
@media screen and (max-width: 454px) {
  .footer_info.renewal .grid_f .grid_f_card:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
  }
  .footer_info.renewal .grid_f .grid_f_card .btn a {
    width: 83vw;
  }
}

body#top .footer_info.renewal .ihgbox .ihg-one-logo, body#top .footer_info.renewal .ihgbox .ihg-logo {
  background: #F3F3F3;
}

/*共通　スクロール*/
.mv__scroll {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.96px;
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 88px;
}
.mv__scroll span {
  display: block;
  position: relative;
}
.mv__scroll span::before {
  content: "";
  width: 28px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: calc(50% - 27px);
  transform: rotate(20deg);
}
.mv__scroll span::after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: calc(50% - 1px);
  transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .mv__scroll {
    display: none;
  }
}

h2.h2__common {
  color: #A30066;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 3.4px;
}
h2.h2__common span {
  display: block;
  padding-top: 13px;
  color: #161615;
  font-family: "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.4px;
}
h2.h2__common.pcwhite {
  color: #fff;
  letter-spacing: 1.7px;
}
h2.h2__common.pcwhite span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  h2.h2__common {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 68px 0 32px;
  }
  h2.h2__common span {
    padding-top: 0;
  }
  h2.h2__common.pcwhite {
    color: #A30066;
    font-size: 20px;
    line-height: 34px;
  }
  h2.h2__common.pcwhite span {
    color: #161615;
  }
  h2.h2__common.inquiry {
    color: #60004E;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  h2.h2__common.inquiry span {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

/*トップ*/
.p-top__copy h1.h1__top {
  max-width: 800px;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 2px;
  color: #161615;
}
@media screen and (max-width: 768px) {
  .p-top__copy h1.h1__top {
    max-width: 300px;
    font-size: 14px;
    line-height: 36px;
  }
}

/*ご宿泊*/
.p-lower__top h1.h1__lower {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 3.68px;
  position: absolute;
  top: 330px;
  text-align: left;
  margin-left: 20px;
}
.p-lower__top h1.h1__lower span {
  display: block;
  margin-top: 30px;
  font-family: "Source Serif 4", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4.2px;
}
@media screen and (max-width: 768px) {
  .p-lower__top h1.h1__lower {
    font-size: 30px;
    letter-spacing: 2.4px;
    left: 25px;
    margin-left: 0;
  }
  .p-lower__top h1.h1__lower span {
    margin-top: 5px;
    padding-left: 7px;
    font-size: 18px;
    letter-spacing: 2.7px;
  }
}

.p-stay__copy h2.h2__stay__copy {
  color: #161615;
  font-family: "游明朝体", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.6px;
  max-width: 410px;
}
@media screen and (max-width: 768px) {
  .p-stay__copy h2.h2__stay__copy {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1.4px;
  }
}

.p-stay__book h2.h2__stay__book {
  color: #161615;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-stay__book h2.h2__stay__book {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.c-banner {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 200px;
  margin: 100px auto 0;
  border-radius: 6px;
  transition: 0.3s;
}
.c-banner:hover {
  opacity: 0.9;
}
.c-banner__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 30px 25px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 65%);
}
.c-banner__wrap .copy p {
  color: #fff;
}
.c-banner__wrap .link p {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  padding: 0 0 5px 10px;
}
.c-banner__wrap .link span.arrow {
  display: block;
  width: 105px;
  height: 1px;
  background-color: #fff;
  position: relative;
}
.c-banner__wrap .link span.arrow::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: -1px;
  bottom: 4px;
  transform: rotate(35deg);
}
.c-banner.footer {
  background-image: url("../images/common/bnr_ihg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.c-banner.footer .c-banner__wrap .copy img {
  width: 100%;
  max-width: 198px;
}
.c-banner.footer .c-banner__wrap .copy p.ttl {
  font-size: 36px;
  font-weight: 400;
  line-height: 58px;
}
.c-banner.footer .c-banner__wrap .copy p.txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
}
.c-banner.parking {
  background-image: url("../images/stay/bnr_stay_pc.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.c-banner.parking .c-banner__wrap .copy p.eng {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.c-banner.parking .c-banner__wrap .copy p.info {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  background-color: #A30066;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.c-banner.parking .c-banner__wrap .copy p.ttl {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 1.7px;
  margin-bottom: 20px;
}
.c-banner.parking .c-banner__wrap .copy p.txt {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}
.c-banner.private {
  max-width: 1200px;
  height: 250px;
  background-image: url("../images/restaurant/bnr_restaurant_pc.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.c-banner.private .c-banner__wrap {
  padding: 0 8% 40px;
}
.c-banner.private .c-banner__wrap .copy p.ttl {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.c-banner.private .c-banner__wrap .copy p.eng {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.9px;
  padding: 10px 0;
}
.c-banner.private .c-banner__wrap .copy p.txt {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .c-banner {
    width: calc(100% - 48px);
    max-width: 500px;
    height: 476px;
    margin: 70px auto 0;
  }
  .c-banner__wrap {
    flex-direction: column;
    padding: 0 20px 20px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .c-banner__wrap .link p {
    font-weight: 700;
  }
  .c-banner.footer {
    background-image: url("../images/common/bnr_ihg_sp.jpg");
  }
  .c-banner.footer .c-banner__wrap .copy {
    width: 100%;
  }
  .c-banner.footer .c-banner__wrap .copy img {
    margin: 55px 0 25px;
  }
  .c-banner.footer .c-banner__wrap .copy p.ttl {
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 20px;
  }
  .c-banner.parking {
    background-image: url("../images/stay/bnr_stay_sp.jpg");
    width: 100%;
  }
  .c-banner.parking .c-banner__wrap .copy {
    width: 100%;
    padding-top: 100px;
  }
  .c-banner.parking .c-banner__wrap .copy p.eng {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .c-banner.private {
    background-image: url("../images/restaurant/bnr_restaurant_sp.jpg");
    width: 100%;
    height: 280px;
    margin-top: 32px;
  }
  .c-banner.private .c-banner__wrap {
    padding: 0 20px 16px 27px;
    justify-content: end;
  }
  .c-banner.private .c-banner__wrap .copy p.ttl {
    font-size: 22px;
    letter-spacing: 2.2px;
  }
  .c-banner.private .c-banner__wrap .copy p.eng {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 16px 0;
  }
  .c-banner.private .c-banner__wrap .copy p.txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1.4px;
  }
}

.c-btn__link {
  display: inline-block;
  background-color: #fff;
  padding: 19px 46px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  margin-top: 20px;
  transition: 0.3s;
}
.c-btn__link p {
  color: #161615;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s;
}
.c-btn__link p span {
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-left: 15px;
  position: relative;
}
.c-btn__link p span::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 1px #161615;
  border-right: solid 1px #161615;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 0;
  transition: 0.3s;
}
.c-btn__link.restaurant, .c-btn__link.wedding {
  background-color: transparent;
  border: 1px solid #fff;
}
.c-btn__link.restaurant p, .c-btn__link.wedding p {
  color: #fff;
}
.c-btn__link.restaurant p span::after, .c-btn__link.wedding p span::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.c-btn__link.restaurant:hover, .c-btn__link.wedding:hover {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid #fff;
}
.c-btn__link.restaurant:hover p, .c-btn__link.wedding:hover p {
  color: #fff;
}
.c-btn__link.restaurant:hover p span::after, .c-btn__link.wedding:hover p span::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.c-btn__link.restaurant:hover {
  background: rgba(0, 0, 0, 0.4);
}
.c-btn__link.news p span::after, .c-btn__link.access p span::after {
  border-top: solid 1px #A30066;
  border-right: solid 1px #A30066;
}
.c-btn__link:hover {
  border: 1px solid #A30066;
}
.c-btn__link:hover p {
  color: #A30066;
}
.c-btn__link:hover p span::after {
  border-top: solid 1px #A30066;
  border-right: solid 1px #A30066;
}
@media screen and (max-width: 768px) {
  .c-btn__link {
    padding: 11px 31px;
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    max-width: 257px;
  }
  .c-btn__link p {
    font-size: 12px;
  }
  .c-btn__link p span {
    display: none;
  }
  .c-btn__link.restaurant, .c-btn__link.wedding {
    background-color: #fff;
    border: 1px solid #D9D9D9;
  }
  .c-btn__link.restaurant p, .c-btn__link.wedding p {
    color: #161615;
  }
  .c-btn__link.restaurant:hover, .c-btn__link.wedding:hover {
    background: #fff;
    border: 1px solid #A30066;
  }
  .c-btn__link.restaurant:hover p, .c-btn__link.wedding:hover p {
    color: #A30066;
  }
  .c-btn__link.restaurant:hover p span::after, .c-btn__link.wedding:hover p span::after {
    border-top: solid 1px #A30066;
    border-right: solid 1px #A30066;
  }
  .c-btn__link.news p {
    font-weight: 700;
  }
}

.c-lower__mv {
  position: relative;
}
.c-lower__mv__img {
  width: 100%;
  height: 100vh;
}
.c-lower__mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-lower__mv__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 65%);
}
.c-lower__mv__txt {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-lower__mv__img::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 65%);
  }
  .c-lower__mv__img.banquet::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 65%);
  }
}

.c-bread {
  display: block;
}
.c-bread ul {
  display: flex;
  margin: 24px 0 0 32px;
}
.c-bread ul li {
  color: #70868C;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.96px;
}
.c-bread ul li a::after {
  content: ">";
  padding-inline: 1em;
}
@media screen and (max-width: 768px) {
  .c-bread {
    display: none;
  }
}

.c-inquiry__wrap {
  padding: 115px 25px 112px;
  background-color: #F3F3F3;
}
.c-inquiry__wrap .copy {
  margin: 50px auto 55px;
  color: #161615;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1.8px;
}
.c-inquiry__wrap .c-inquiry {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.c-inquiry__wrap .c-inquiry a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 370px;
  width: 100%;
  height: 200px;
  border: 1px solid #70868C;
  background: #fff;
  padding: 20px;
  transition: 0.3s;
}
.c-inquiry__wrap .c-inquiry a p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 10px;
}
.c-inquiry__wrap .c-inquiry a p span {
  display: inline-block;
  color: #1D2534;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
}
.c-inquiry__wrap .c-inquiry a:hover {
  border: 1px solid #A30066;
}
@media screen and (max-width: 768px) {
  .c-inquiry__wrap {
    padding: 17px 25px 84px;
  }
  .c-inquiry__wrap .c-inquiry {
    padding: 0 15px;
    gap: 8px;
    flex-direction: column;
    align-items: center;
  }
  .c-inquiry__wrap .c-inquiry a {
    max-width: 500px;
    height: 120px;
    flex-direction: row;
    gap: 20px;
    justify-content: left;
    padding: 20px 28px;
  }
  .c-inquiry__wrap .c-inquiry a img {
    max-width: 40px;
  }
  .c-inquiry__wrap .c-inquiry a p {
    display: inline-block;
  }
  .c-inquiry__wrap .c-inquiry a p span {
    display: block;
    font-weight: 700;
  }
  .c-inquiry__wrap .copy {
    margin: 50px auto 30px;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

a.ui-corner-all {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  cursor: pointer;
}

body#top {
  background-color: #F3F3F3;
}

/*MV*/
/*MV スライダー*/
#top__slider__MV {
  visibility: visible !important;
}
#top__slider__MV .splide__arrow {
  display: none;
}
#top__slider__MV .splide__pagination {
  display: none;
}
#top__slider__MV .splide__pagination__page {
  display: none;
}

.p-top__mv__img {
  position: relative;
}
.p-top__mv__img .mv__img {
  width: 100%;
  height: 100vh;
}
.p-top__mv__img .mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__mv__logo {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 157px);
}
.p-top__mv__logo img {
  width: 100%;
}
.p-top__mv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top__mv__logo {
    top: calc(50% - 57px);
    left: calc(50% - 91px);
  }
  .p-top__mv__logo img {
    max-width: 182px;
  }
}

/*コピー*/
.p-top__copy {
  width: 100%;
  height: 100%;
  background-image: url("../images/top/bg_copy_pc.png");
  object-fit: cover;
  background-repeat: no-repeat;
  padding: 170px 25px 170px;
}
@media screen and (max-width: 768px) {
  .p-top__copy {
    background-image: url("../images/top/bg_copy_sp.png");
    padding: 70px 25px 30px;
    background-position: left;
  }
}

/*おすすめ情報*/
.p-top__offers {
  padding: 0 24px;
  text-align: center;
  /*スライダーpc*/
}
.p-top__offers div {
  margin-top: 40px;
}
.p-top__offers div div {
  display: flex;
  justify-content: center;
}
.p-top__offers div div ul.offers__list {
  width: 100%;
  max-width: 1500px;
  gap: 26px;
}
.p-top__offers div div ul.offers__list li a {
  display: block;
  text-align: left;
  width: 100%;
  height: 100%;
}
.p-top__offers div div ul.offers__list li a img {
  transition: 0.3s;
}
.p-top__offers div div ul.offers__list li a p {
  transition: 0.3s;
}
.p-top__offers div div ul.offers__list li a p.ttl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 25px;
  color: #161615;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 17px;
}
.p-top__offers div div ul.offers__list li a p.ttl span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #70868C;
  color: #70868C;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  padding: 2px 8px;
}
.p-top__offers div div ul.offers__list li a p.info {
  color: #70868C;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.p-top__offers div div ul.offers__list li a:hover img {
  opacity: 0.8;
}
.p-top__offers div div ul.offers__list li a:hover p.ttl {
  color: #A30066;
}
.p-top__offers #top__slider__offers {
  visibility: visible !important;
}
.p-top__offers #top__slider__offers .splide__track .splide__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.p-top__offers #top__slider__offers .splide__track .splide__list .splide__slide {
  max-width: 280px !important;
  width: 100% !important;
}
.p-top__offers #top__slider__offers .splide__track .splide__list .splide__slide img {
  height: auto;
  width: 100%;
  margin-bottom: 24px;
}
.p-top__offers #top__slider__offers .splide__arrow {
  display: none;
}
.p-top__offers #top__slider__offers .splide__pagination {
  display: none;
}
.p-top__offers #top__slider__offers .splide__pagination__page {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top__offers {
    padding: 0;
    margin-bottom: 32px;
    /*スライダーsp*/
  }
  .p-top__offers div {
    margin-top: 0;
    padding-left: 36px;
  }
  .p-top__offers div div {
    justify-content: start;
  }
  .p-top__offers div div ul.offers__list {
    gap: 0;
    margin-top: 0;
  }
  .p-top__offers div div ul.offers__list li {
    margin-right: 26px !important;
  }
  .p-top__offers div div ul.offers__list li a p.ttl {
    color: #6C6C6C;
    font-size: 16px;
  }
  .p-top__offers div div ul.offers__list li a p.info {
    font-size: 14px;
  }
  .p-top__offers #top__slider__offers .splide__track .splide__list {
    display: flex;
  }
  .p-top__offers #top__slider__offers .splide__pagination {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
  }
  .p-top__offers #top__slider__offers .splide__pagination__page {
    display: block;
    width: 10px;
    height: 10px;
    background-color: lightgray;
    border-radius: 50%;
    touch-action: manipulation;
    cursor: pointer;
  }
  .p-top__offers #top__slider__offers .splide__pagination__page.is-active {
    background-color: #A30066;
  }
  .p-top__offers #top__slider__offers .splide__pagination__page:focus-visible {
    outline: 3px solid #A30066;
    outline-offset: 3px;
  }
}

/*ご宿泊*/
.p-top__stay {
  padding: 0 24px;
  margin: 245px 0;
}
.p-top__stay div.wrap {
  width: min(100%, 1810px);
  margin: 0 auto;
  position: relative;
}
.p-top__stay div.wrap div.inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 612px;
  width: 45%;
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 40px;
}
.p-top__stay div.wrap div.inner p.txt {
  max-width: 357px;
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 45px;
}
.p-top__stay div.wrap div.inner div.img {
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top__stay {
    margin: 0;
    text-align: center;
  }
  .p-top__stay div.wrap {
    width: 100%;
    position: initial;
  }
  .p-top__stay div.wrap div.inner {
    background: transparent;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .p-top__stay div.wrap div.inner p.txt {
    color: #161615;
    font-size: 12px;
    line-height: 24px;
    margin-top: 0;
  }
  .p-top__stay div.wrap div.inner div.img {
    position: relative;
    margin: 30px 0 50px;
    width: 100%;
    height: 418px;
  }
  .p-top__stay div.wrap div.inner div.img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 2;
  }
  .p-top__stay div.wrap div.inner div.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*レストラン・バー*/
.p-top__restaurant {
  margin-bottom: 240px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.p-top__restaurant::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.p-top__restaurant div.restaurant__txt {
  position: absolute;
  top: 244px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}
.p-top__restaurant div.restaurant__txt p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 34px;
}
.p-top__restaurant div.restaurant__img {
  height: 720px;
}
.p-top__restaurant div.restaurant__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__restaurant div.restaurant__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 182px;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__restaurant {
    padding: 0 24px;
    margin-bottom: 0;
  }
  .p-top__restaurant::before {
    display: none;
  }
  .p-top__restaurant div.restaurant__txt {
    position: initial;
  }
  .p-top__restaurant div.restaurant__txt p {
    color: #161615;
    font-size: 12px;
    line-height: 21px;
    margin: 0 0 37px;
  }
  .p-top__restaurant div.restaurant__img {
    height: 418px;
    border-radius: 6px;
    overflow: hidden;
    margin: 30px 0 0;
    position: relative;
  }
  .p-top__restaurant div.restaurant__img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 2;
  }
  .p-top__restaurant div.restaurant__link {
    position: initial;
    margin-top: 37px;
  }
}

/*ご宴会・会議*/
.p-top__banquet {
  padding: 0 24px;
  margin: 245px 0;
}
.p-top__banquet div.wrap {
  width: min(100%, 1810px);
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: end;
}
.p-top__banquet div.wrap div.inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 612px;
  width: 45%;
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 40px;
}
.p-top__banquet div.wrap div.inner p.txt {
  max-width: 357px;
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 45px;
}
.p-top__banquet div.wrap div.inner div.img {
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top__banquet {
    margin: 0;
    text-align: center;
  }
  .p-top__banquet div.wrap {
    width: 100%;
    position: initial;
  }
  .p-top__banquet div.wrap div.inner {
    background: transparent;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .p-top__banquet div.wrap div.inner p.txt {
    color: #161615;
    font-size: 12px;
    line-height: 24px;
    margin-top: 0;
  }
  .p-top__banquet div.wrap div.inner div.img {
    position: relative;
    margin: 30px 0 50px;
    width: 100%;
    height: 418px;
  }
  .p-top__banquet div.wrap div.inner div.img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 2;
  }
  .p-top__banquet div.wrap div.inner div.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*ウエディング*/
.p-top__wedding {
  margin-bottom: 130px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.p-top__wedding::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.p-top__wedding div.wedding__txt {
  position: absolute;
  top: 244px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}
.p-top__wedding div.wedding__txt p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 34px;
}
.p-top__wedding div.wedding__img {
  height: 720px;
}
.p-top__wedding div.wedding__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__wedding div.wedding__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 202px;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__wedding {
    padding: 0 24px;
    margin-bottom: 0;
  }
  .p-top__wedding::before {
    display: none;
  }
  .p-top__wedding div.wedding__txt {
    position: initial;
  }
  .p-top__wedding div.wedding__txt p {
    color: #161615;
    font-size: 12px;
    line-height: 21px;
    margin-top: 0;
  }
  .p-top__wedding div.wedding__img {
    height: 418px;
    border-radius: 6px;
    overflow: hidden;
    margin: 30px 0 0;
    position: relative;
  }
  .p-top__wedding div.wedding__img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 2;
  }
  .p-top__wedding div.wedding__link {
    position: initial;
    margin-top: 37px;
  }
}

/*施設のご案内*/
.p-top__facility {
  text-align: center;
  margin-bottom: 110px;
}
.p-top__facility p.txt {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 55px;
}
.p-top__facility div.facility__img {
  display: flex;
  width: 100%;
  max-width: 1557px;
  margin: 34px auto 27px;
  border-radius: 6px;
  overflow: hidden;
}
.p-top__facility div.facility__img a {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.p-top__facility div.facility__img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: 0.3s;
}
.p-top__facility div.facility__img a p {
  position: absolute;
  bottom: 28px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  z-index: 2;
}
.p-top__facility div.facility__img a p span {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0.9px;
}
.p-top__facility div.facility__img a::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.25) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.p-top__facility div.facility__img a:hover img {
  transform: scale(1.04);
}
@media screen and (max-width: 768px) {
  .p-top__facility {
    margin-bottom: 0;
    padding: 0 24px;
  }
  .p-top__facility p.txt {
    display: none;
  }
  .p-top__facility div.facility__img {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 0 auto 30px;
  }
  .p-top__facility div.facility__img a {
    width: calc(100% - 50px);
    height: 266px;
    border-radius: 6px;
    overflow: hidden;
  }
  .p-top__facility div.facility__img a p {
    display: flex;
    flex-direction: column-reverse;
    bottom: 6px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
  }
  .p-top__facility div.facility__img a p span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
  }
}

/*お知らせ*/
.p-top__news {
  text-align: center;
  margin-bottom: 113px;
  padding: 0 24px;
}
.p-top__news div.news__wrap {
  width: 100%;
  max-width: 810px;
  margin: 56px auto 36px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-top__news div.news__wrap a {
  display: flex;
  gap: 37px;
  align-items: center;
  width: 100%;
}
.p-top__news div.news__wrap a div {
  display: flex;
  gap: 44px;
  align-items: center;
}
.p-top__news div.news__wrap a div p.date {
  color: #6C6C6C;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.8px;
}
.p-top__news div.news__wrap a div span.tag {
  width: 106px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #A30066;
  color: #A30066;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.p-top__news div.news__wrap a p.txt {
  color: #161615;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  transition: 0.3s;
}
.p-top__news div.news__wrap a:hover p.txt {
  color: #A30066;
}
@media screen and (max-width: 768px) {
  .p-top__news {
    margin-bottom: 0;
  }
  .p-top__news div.news__wrap {
    margin: 26px auto 38px;
    max-width: 500px;
  }
  .p-top__news div.news__wrap a {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
}

/*アクセス*/
.p-top__access {
  margin-bottom: 120px;
  padding: 0 24px;
}
.p-top__access p.txt {
  text-align: center;
  color: #6C6C6C;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 55px 0 50px;
}
.p-top__access div.access__map {
  text-align: center;
}
.p-top__access div.access__map iframe {
  width: 100%;
  max-width: 1460px;
  height: 680px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.p-top__access div.access__link {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-top__access {
    margin-bottom: 70px;
  }
  .p-top__access p.txt {
    color: #161615;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 40px;
  }
  .p-top__access div.access__map {
    margin-bottom: 40px;
  }
  .p-top__access div.access__map iframe {
    height: 303px;
  }
  .p-top__access div.access__link a:last-child {
    display: none;
  }
}

/*コピー*/
.p-stay__copy {
  margin: 0 25px;
}
.p-stay__copy .content {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 55px auto 110px;
  justify-content: space-between;
  align-items: center;
}
.p-stay__copy .content .txt {
  display: flex;
  justify-content: center;
  max-width: 580px;
  width: 100%;
}
.p-stay__copy .content img {
  max-width: 600px;
  width: 50%;
  min-height: 350px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-stay__copy .content {
    flex-direction: column-reverse;
    gap: 44px;
    margin: 73px auto 90px;
  }
  .p-stay__copy .content .txt {
    padding: 0 20px;
  }
  .p-stay__copy .content img {
    width: 100%;
    min-height: 200px;
  }
}

/*ご予約*/
.p-stay__book {
  background-color: #F3F3F3;
  padding: 84px 25px;
}
.p-stay__book .content {
  max-width: 1000px;
  width: 100%;
  margin: 77px auto 0;
}
.p-stay__book .content .content__wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.p-stay__book .content .content__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0;
}
.p-stay__book .content .content__wrap ul li {
  display: flex;
  align-items: center;
}
.p-stay__book .content .content__wrap ul li div.item input {
  max-width: 44px;
  height: 44px;
  padding: 10px;
}
.p-stay__book .content .content__wrap ul li p {
  color: #161615;
}
.p-stay__book .content .content__wrap ul li p.ttl, .p-stay__book .content .content__wrap ul li p.txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.p-stay__book .content .content__wrap ul li.date {
  margin-right: 28px;
}
.p-stay__book .content .content__wrap ul li.date div.item input {
  max-width: 140px;
  cursor: pointer;
  background-image: url("../images/common/ico_book_date.svg");
  background-repeat: no-repeat;
  background-position: bottom 15px right 7px;
}
.p-stay__book .content .content__wrap ul li.date p.ttl {
  margin-right: 13px;
}
.p-stay__book .content .content__wrap ul li.night {
  margin-right: 35px;
}
.p-stay__book .content .content__wrap ul li.night div.item input {
  max-width: 53px;
}
.p-stay__book .content .content__wrap ul li.night p.txt {
  margin-left: 9px;
}
.p-stay__book .content .content__wrap ul li.adult, .p-stay__book .content .content__wrap ul li.child {
  margin-right: 28px;
}
.p-stay__book .content .content__wrap ul li.adult p.ttl, .p-stay__book .content .content__wrap ul li.child p.ttl {
  margin-right: 13px;
}
.p-stay__book .content .content__wrap ul li.adult p.txt, .p-stay__book .content .content__wrap ul li.child p.txt {
  margin-left: 10px;
}
.p-stay__book .content .content__wrap ul li.child {
  margin-right: 50px;
}
.p-stay__book .content .content__wrap ul li.room p.ttl {
  margin-right: 9px;
}
.p-stay__book .content .content__wrap .search button {
  width: 205px;
  height: 56px;
  background-color: #CC3593;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s;
}
.p-stay__book .content .content__wrap .search button:hover {
  background-color: #E656B0;
}
.p-stay__book .content .cancel {
  text-align: center;
  margin: 40px auto 17px;
}
.p-stay__book .content .cancel a {
  display: inline-block;
  min-width: 164px;
  width: auto;
  height: 32px;
  border-radius: 2px;
  background-color: #C5B9C5;
  padding: 4px 9px;
  color: #161615;
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s;
}
.p-stay__book .content .cancel a:hover {
  background-color: #dacdda;
}
.p-stay__book .content .before {
  text-align: center;
  color: #60004E;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1.4px;
}
.p-stay__book .content .before a {
  border-bottom: 1px solid #60004E;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-stay__book {
    padding: 57px 25px;
  }
  .p-stay__book .content {
    margin: 32px auto 0;
  }
  .p-stay__book .content .content__wrap {
    flex-direction: column;
    align-items: center;
  }
  .p-stay__book .content .content__wrap ul li.date, .p-stay__book .content .content__wrap ul li.night, .p-stay__book .content .content__wrap ul li.adult, .p-stay__book .content .content__wrap ul li.child, .p-stay__book .content .content__wrap ul li.room {
    margin-right: 10px;
  }
  .p-stay__book .content .cancel {
    margin: 23px auto 27px;
  }
  .p-stay__book .content .before {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

/*客室*/
.p-stay__room {
  margin: 100px 25px 0;
}
.p-stay__room div .stay__room {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  margin: 77px auto 0;
}
.p-stay__room div .stay__room .img {
  position: relative;
}
.p-stay__room div .stay__room .img img {
  max-width: 770px;
  width: 100%;
  height: 440px;
  border-radius: 6px;
  object-fit: cover;
  overflow: hidden;
}
.p-stay__room div .stay__room .img img.p_left {
  object-position: left;
}
.p-stay__room div .stay__room .img::after {
  content: "";
  display: block;
  background-color: #F3F3F3;
  position: absolute;
  border-radius: 6px;
  bottom: -20%;
  left: -13%;
  width: 100%;
  height: 60%;
  z-index: -1;
}
.p-stay__room div .stay__room .copy {
  width: auto;
  margin-left: 7.7%;
}
.p-stay__room div .stay__room .copy .ttl {
  position: relative;
  color: #161615;
  font-family: "游明朝体", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2.8px;
  padding-bottom: 43px;
}
.p-stay__room div .stay__room .copy .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background-color: #A30066;
}
.p-stay__room div .stay__room .copy .txt {
  max-width: 370px;
  margin-top: 34px;
  color: #161615;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.12px;
}
.p-stay__room div .stay__room__content {
  max-width: 1200px;
  margin: 0 auto;
  transform: translateY(-34px);
}
.p-stay__room div .stay__room__content__btn button {
  width: auto;
  padding: 10px 20px;
  background-color: #EEEEEE;
  color: #60004E;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.6px;
  transition: 0.3s;
}
.p-stay__room div .stay__room__content__btn button.active {
  background-color: #A30066;
  color: #fff;
}
.p-stay__room div .stay__room__content__btn button:hover {
  background-color: #A30066;
  color: #fff;
}
.p-stay__room div .stay__room__content__item {
  margin: 20px auto 0;
}
.p-stay__room div .stay__room__content__item .room__type {
  display: none;
}
.p-stay__room div .stay__room__content__item ul {
  display: none;
  justify-content: center;
  gap: 22px;
}
.p-stay__room div .stay__room__content__item ul li {
  max-width: 150px;
  width: 100%;
}
.p-stay__room div .stay__room__content__item ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.p-stay__room div .stay__room__content__item ul li a img {
  border-radius: 4px;
  object-fit: cover;
  overflow: hidden;
  transition: 0.3s;
}
.p-stay__room div .stay__room__content__item ul li a p {
  text-align: center;
  padding: 0 7px;
  color: #161615;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s;
}
.p-stay__room div .stay__room__content__item ul li a:hover img {
  opacity: 0.8;
}
.p-stay__room div .stay__room__content__item ul li a:hover p {
  color: #A30066;
}
.p-stay__room div .stay__room__content__item ul.active {
  display: flex;
}
.p-stay__room div .stay__room__content__item.nobtn {
  margin-top: 64px;
}
.p-stay__room div.reverse .stay__room {
  flex-direction: row-reverse;
}
.p-stay__room div.reverse .stay__room .img::after {
  left: 13%;
}
.p-stay__room div.reverse .stay__room .copy {
  margin-left: 0;
  margin-right: 7.7%;
}
.p-stay__room div.reverse .stay__room__content {
  max-width: 1200px;
  margin: 0 auto;
  transform: translateY(-34px);
}
.p-stay__room div.reverse .stay__room__content__btn {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-stay__room {
    margin: 130px 25px 0;
  }
  .p-stay__room div .stay__room {
    gap: 37px;
    flex-direction: column-reverse;
    align-items: start;
    margin: 52px auto 0;
  }
  .p-stay__room div .stay__room .img img {
    height: 420px;
  }
  .p-stay__room div .stay__room .img::after {
    display: none;
  }
  .p-stay__room div .stay__room .copy {
    margin-left: 0;
  }
  .p-stay__room div .stay__room .copy .ttl {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.8px;
    padding-bottom: 17px;
  }
  .p-stay__room div .stay__room .copy .ttl::after {
    width: 60px;
  }
  .p-stay__room div .stay__room .copy .txt {
    max-width: 100%;
    margin-top: 16px;
  }
  .p-stay__room div .stay__room__content {
    transform: translateY(0);
    margin-top: 40px;
  }
  .p-stay__room div .stay__room__content__btn {
    display: flex;
    gap: 10px;
  }
  .p-stay__room div .stay__room__content__btn button {
    width: calc(50% - 5px);
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .p-stay__room div .stay__room__content__item {
    margin: 40px auto 0;
  }
  .p-stay__room div .stay__room__content__item .room__type {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    padding: 15px 0;
    color: #161615;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px;
    background-color: #EEEEEE;
  }
  .p-stay__room div .stay__room__content__item ul {
    gap: 16px;
    flex-direction: column;
    padding: 0 40px;
  }
  .p-stay__room div .stay__room__content__item ul li {
    max-width: 100%;
  }
  .p-stay__room div .stay__room__content__item ul li a {
    flex-direction: row;
    gap: 20px;
  }
  .p-stay__room div .stay__room__content__item ul li a img {
    width: 100px;
    height: 100px;
  }
  .p-stay__room div .stay__room__content__item ul li a p {
    padding: 0;
    flex: 1;
    text-align: left;
  }
  .p-stay__room div .stay__room__content__item.nobtn {
    margin-top: 60px;
  }
  .p-stay__room div.reverse .stay__room {
    flex-direction: column-reverse;
  }
  .p-stay__room div.reverse .stay__room .copy {
    margin-right: 0;
  }
  .p-stay__room div.reverse .stay__room__content {
    transform: translateY(0);
  }
}

.p-stay__service {
  margin: 120px 25px 100px;
}
.p-stay__service .stay__service {
  max-width: 1000px;
  width: 100%;
  margin: 55px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.p-stay__service .stay__service .copy {
  margin-left: 50px;
}
.p-stay__service .stay__service .copy .ttl {
  color: #60004E;
  font-family: "游明朝体", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2.8px;
}
.p-stay__service .stay__service .copy .ttl span {
  display: block;
  margin-top: 18px;
  color: #70868C;
  font-family: "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.4px;
}
.p-stay__service .stay__service .copy .txt {
  max-width: 370px;
  width: 100%;
  margin-top: 46px;
  color: #161615;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.p-stay__service .stay__service .copy a.link {
  margin-top: 18px;
  display: inline-flex;
  justify-content: center;
  min-width: 120px;
  width: auto;
  padding: 18px;
  border-bottom: 1px solid #000;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  transition: 0.3s;
}
.p-stay__service .stay__service .copy a.link.pdf p {
  position: relative;
}
.p-stay__service .stay__service .copy a.link.pdf p::after {
  content: "";
  background-image: url("../images/common/ico_link_pdf.svg");
  display: block;
  position: absolute;
  width: 16px;
  height: 19px;
  top: calc(50% - 9px);
  right: -29px;
}
.p-stay__service .stay__service .copy a.link:hover {
  color: #A30066;
  border-bottom: 1px solid #A30066;
}
.p-stay__service .stay__service .img img {
  max-width: 480px;
  width: 100%;
  height: 320px;
  border-radius: 6px;
  object-fit: cover;
  overflow: hidden;
}
.p-stay__service .stay__service.reverse {
  flex-direction: row-reverse;
}
.p-stay__service .stay__service.reverse .copy {
  margin-left: 0;
  margin-right: 50px;
}
.p-stay__service .stay__service__other {
  display: flex;
  max-width: 1000px;
  margin: 66px auto 0;
  justify-content: space-between;
  gap: 8px;
}
.p-stay__service .stay__service__other li {
  max-width: 300px;
  width: 100%;
}
.p-stay__service .stay__service__other li img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  overflow: hidden;
}
.p-stay__service .stay__service__other li p {
  margin-top: 20px;
  color: #161615;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.p-stay__service .stay__service__other li p span {
  display: block;
  margin-bottom: 12px;
  color: #60004E;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.p-stay__service .stay__service__link {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.p-stay__service .stay__service__link a {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background-color: #EEEEEE;
  color: #161615;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s;
}
.p-stay__service .stay__service__link a:hover {
  color: #A30066;
}
@media screen and (max-width: 768px) {
  .p-stay__service {
    margin: 80px 25px 120px;
  }
  .p-stay__service .stay__service {
    flex-direction: column-reverse;
    align-items: start;
    gap: 50px;
  }
  .p-stay__service .stay__service .copy {
    margin-left: 0;
  }
  .p-stay__service .stay__service .copy .ttl {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .p-stay__service .stay__service .copy .ttl span {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .p-stay__service .stay__service .copy .txt {
    max-width: 100%;
    font-size: 14px;
    margin-top: 18px;
  }
  .p-stay__service .stay__service .copy a.link {
    margin-top: 20px;
  }
  .p-stay__service .stay__service .img {
    width: 100%;
    text-align: center;
  }
  .p-stay__service .stay__service .img img {
    height: 220px;
  }
  .p-stay__service .stay__service.reverse {
    flex-direction: column-reverse;
  }
  .p-stay__service .stay__service.reverse .copy {
    margin-right: 0;
  }
  .p-stay__service .stay__service__other {
    flex-direction: column;
    margin: 80px auto 0;
    gap: 40px;
  }
  .p-stay__service .stay__service__other li {
    max-width: 100%;
    display: flex;
    flex-flow: column;
  }
  .p-stay__service .stay__service__other li img {
    margin: 0 auto;
    max-width: 480px;
    height: 220px;
  }
  .p-stay__service .stay__service__link {
    margin-top: 30px;
  }
}

.p-restaurant__list {
  margin: 70px 25px 200px;
}
.p-restaurant__list .restaurant__category {
  margin: 80px auto 36px;
}
.p-restaurant__list .restaurant__category ul.content {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.p-restaurant__list .restaurant__category ul.content li {
  padding: 4px 18px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  color: #161615;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s;
  cursor: pointer;
}
.p-restaurant__list .restaurant__category ul.content li:hover {
  background-color: #D9D9D9;
}
.p-restaurant__list .restaurant__category ul.content li.active {
  background-color: #D9D9D9;
}
.p-restaurant__list .restaurant__thumb ul.content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 9px;
}
.p-restaurant__list .restaurant__thumb ul.content li {
  width: calc(33.3333333333% - 6px);
  display: none;
}
.p-restaurant__list .restaurant__thumb ul.content li a {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
.p-restaurant__list .restaurant__thumb ul.content li a img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: 0.3s;
}
.p-restaurant__list .restaurant__thumb ul.content li a p.ttl {
  padding: 22px 0 10px;
  color: #161615;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  transition: 0.3s;
}
.p-restaurant__list .restaurant__thumb ul.content li a p.ttl span {
  display: inline-block;
  padding: 4px 8px;
  color: #70868C;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #70868C;
}
.p-restaurant__list .restaurant__thumb ul.content li a div.tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-restaurant__list .restaurant__thumb ul.content li a div.tag span {
  display: inline-block;
  background-color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  color: #161615;
  font-size: 12px;
  font-weight: 400;
}
.p-restaurant__list .restaurant__thumb ul.content li a:hover img {
  opacity: 0.8;
}
.p-restaurant__list .restaurant__thumb ul.content li a:hover p.ttl {
  color: #A30066;
}
.p-restaurant__list .restaurant__thumb ul.content li.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-restaurant__list {
    margin: 70px 25px 106px;
  }
  .p-restaurant__list .restaurant__category {
    margin: 57px auto 70px;
  }
  .p-restaurant__list .restaurant__category ul.content {
    gap: 5px;
  }
  .p-restaurant__list .restaurant__category ul.content li {
    padding: 4px 12px;
    font-size: 12px;
  }
  .p-restaurant__list .restaurant__thumb ul.content {
    gap: 40px 10px;
    justify-content: center;
  }
  .p-restaurant__list .restaurant__thumb ul.content li {
    width: 100%;
    max-width: 320px;
    min-width: 270px;
  }
  .p-restaurant__list .restaurant__thumb ul.content li a img {
    height: 160px;
  }
  .p-restaurant__list .restaurant__thumb ul.content li a p.ttl {
    padding: 12px 0 10px;
    font-size: 14px;
  }
  .p-restaurant__list .restaurant__thumb ul.content li a div.tag span {
    padding: 4px 12px;
    font-size: 10px;
  }
}

.p-banquet__list {
  margin: 70px 25px 105px;
}
.p-banquet__list .banquet__category {
  margin: 50px auto 36px;
}
.p-banquet__list .banquet__category ul.content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.p-banquet__list .banquet__category ul.content li {
  padding: 4px 18px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  color: #161615;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s;
}
.p-banquet__list .banquet__category ul.content li:hover {
  background-color: #D9D9D9;
}
.p-banquet__list .banquet__category ul.content li.active {
  background-color: #D9D9D9;
}
.p-banquet__list .banquet__thumb ul.content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 9px;
}
.p-banquet__list .banquet__thumb ul.content li {
  width: calc(33.3333333333% - 6px);
  display: none;
}
.p-banquet__list .banquet__thumb ul.content li a {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
.p-banquet__list .banquet__thumb ul.content li a img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: 0.3s;
}
.p-banquet__list .banquet__thumb ul.content li a p.ttl {
  text-align: center;
  padding-top: 17px;
  color: #161615;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
}
.p-banquet__list .banquet__thumb ul.content li a:hover img {
  opacity: 0.8;
}
.p-banquet__list .banquet__thumb ul.content li a:hover p.ttl {
  color: #A30066;
}
.p-banquet__list .banquet__thumb ul.content li.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-banquet__list {
    margin: 70px 25px 106px;
  }
  .p-banquet__list .banquet__category {
    margin: 42px auto 53px;
  }
  .p-banquet__list .banquet__category ul.content {
    gap: 5px;
  }
  .p-banquet__list .banquet__category ul.content li {
    padding: 4px 12px;
    font-size: 12px;
  }
  .p-banquet__list .banquet__thumb ul.content {
    gap: 40px 10px;
    justify-content: center;
  }
  .p-banquet__list .banquet__thumb ul.content li {
    width: 100%;
    max-width: 320px;
    min-width: 270px;
  }
  .p-banquet__list .banquet__thumb ul.content li a img {
    height: 160px;
  }
  .p-banquet__list .banquet__thumb ul.content li a p.ttl {
    text-align-last: left;
    padding-top: 20px;
  }
}

.p-banquet__info {
  margin: 0 25px 80px;
}
.p-banquet__info ul.banquet__info {
  display: flex;
  max-width: 1200px;
  margin: 48px auto 0;
  justify-content: space-between;
  gap: 10px;
}
.p-banquet__info ul.banquet__info li {
  max-width: 380px;
  width: 100%;
}
.p-banquet__info ul.banquet__info li a {
  display: block;
}
.p-banquet__info ul.banquet__info li a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  transition: 0.3s;
}
.p-banquet__info ul.banquet__info li a p {
  color: #6C6C6C;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
.p-banquet__info ul.banquet__info li a p span {
  display: block;
  margin: 20px 0 10px;
  color: #60004E;
  font-size: 15px;
  font-weight: 500;
}
.p-banquet__info ul.banquet__info li a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-banquet__info {
    margin: 0 25px 110px;
  }
  .p-banquet__info ul.banquet__info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px 10px;
  }
  .p-banquet__info ul.banquet__info li {
    max-width: 320px;
  }
  .p-banquet__info ul.banquet__info li a img {
    max-width: 400px;
    height: 160px;
  }
  .p-banquet__info ul.banquet__info li a p span {
    margin: 17px 0 4px;
  }
}
