@charset "UTF-8";
:root {
  scroll-behavior: unset;
}

@font-face {
  font-family: Hina Mincho;
  font-display: swap;
  font-weight: 400;
  src: url("/wp-content/themes/Visual/common/fonts/HinaMincho-Regular.ttf")
    format("TrueType");
}
@font-face {
  font-family: Cormorant Garamond;
  font-display: swap;
  font-weight: 400;
  src: url("/wp-content/themes/Visual/common/fonts/CormorantGaramond-Regular.ttf")
    format("TrueType");
}
@font-face {
  font-family: Cormorant Garamond;
  font-display: swap;
  font-weight: 600;
  src: url("/wp-content/themes/Visual/common/fonts/CormorantGaramond-Bold.ttf")
    format("TrueType");
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Hina Mincho", "Cormorant Garamond", "Noto Sans JP",
    Hiragino Sans W3, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  -webkit-text-size-adjust: 100% !important;
  text-align: justify !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  line-height: 1.5 !important;
  font-size: 1.6rem !important;
  color: #000 !important;
  background-attachment: fixed !important;
  -webkit-print-color-adjust: exact;
  position: relative;
  background: #ded5cc;
}

main {
  overflow: hidden;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  line-height: 1.4;
  color: inherit;
}

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

img {
  width: 100%;
}

/**
 * ネストされたリストのマージンをリセットします。
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * `dt`と`dd`の左端を揃えます。
 */
dd {
  margin-left: 0;
  margin-bottom: 0;
}

table {
  width: 100%;
}

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

td {
  padding: 1.5rem;
}

a {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}

a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
div:focus {
  z-index: 10;
}

/**
 * 日本語では斜体を使用しないためリセットします。
 */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

pre {
  padding: 2em;
  margin: 1em 0;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

code {
  padding: 0.2em;
  background-color: rgba(0, 0, 0, 0.06);
}

pre code {
  padding: 0;
  background-color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong {
  color: #b85d00;
}

.l-header {
  position: absolute;
  width: 100%;
  z-index: 100;
}
.p-header-wrap {
  display: flex;
  padding-left: 2.5rem;
  position: relative;
}
.p-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-header-ttl {
  margin-bottom: 0;
}

.p-header-ttl__link {
  display: block;
}

.p-header-ttl__link:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.p-header-ttl img {
  height: 3rem;
  width: auto;
}

.p-pc-header-menu {
  margin-left: auto;
  display: flex;
  align-content: center;
  padding: 2rem 2rem 2rem 0;
}

.p-pc-globalnav {
  display: flex;
}

.p-pc-globalnav__item {
  position: relative;
}

.p-pc-globalnav__link {
  display: block;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.p-pc-globalnav__link:hover {
  color: #fff;
  opacity: 0.7;
  transition: 0.3s;
}

.p-pc-globalnav__link:hover::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 9999px;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  margin-left: -0.1rem;
}

.p-pc-globalnav__text01 {
  display: block;
  font-size: 2rem;
}

.p-pc-globalnav__text02 {
  display: block;
  font-size: 1.4rem;
}

.p-pc-header-menu__btn {
  font-size: 1.4rem;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5rem 5rem;
  border: 0.1rem solid #fff;
  border-radius: 0.5rem;
  margin-left: 2rem;
  line-height: 3;
}

.p-pc-header-menu__btn:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  transition: 0.3s;
}

.p-main-visual {
  position: relative;
  overflow: hidden;
}

.p-main-visual__box {
  width: 100vw;
  height: 100vh;
}

.p-main-visual__catch {
  position: absolute;
  width: 80%;
  z-index: 10;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-catch__ttl {
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.85;
  font-weight: bold;
}

.p-catch__ttl img {
  max-width: 43.8rem;
  height: auto;
}

.p-catch__ttl span {
  display: block;
  margin-top: 2rem;
}

.p-scroll {
  text-align: center;
  position: absolute;
  z-index: 10;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-scroll__img {
  max-width: 4.6rem;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}

.p-scroll__txt {
  display: block;
  color: #fff;
  font-size: 1.4rem;
}

.vegas-content-scrollable {
  position: relative;
  height: 100%;
  overflow: auto;
}

.p-reserve {
  position: absolute;
  z-index: 20;
  bottom: 4rem;
  left: 3rem;
}

.p-reserve__link {
  display: block;
}

.p-reserve__link:hover {
  transition: 0.3s;
  opacity: 0.9;
}

.p-reserve__link img {
  max-width: 20rem;
  width: 100%;
  height: auto;
}

/* concept */

.p-concept {
  padding: 15rem 0 10rem;
  position: relative;
}

.p-concept::before {
  content: "";
  display: block;
  background: url("../../common/images/bg_item01.svg") no-repeat;
  background-size: contain;
  width: 32.2rem;
  height: 24.4rem;
  position: absolute;
  top: 1rem;
  left: -11rem;
}

.p-concept::after {
  content: "";
  display: block;
  background: url("../../common/images/bg_item02.svg") no-repeat;
  background-size: contain;
  width: 20.4rem;
  height: 41.4rem;
  position: absolute;
  bottom: -5rem;
  right: -14rem;
  z-index: -1;
}

.p-concept__row {
  display: flex;
  flex-direction: row-reverse;
  gap: 5rem;
}

.p-concept__col {
  width: calc(50% - 2.5rem);
}

.p-concept__ttl {
  margin-bottom: 3rem;
}

.p-concept__ttltxt01 {
  font-size: 6.4rem;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}

.p-concept__ttltxt01::after {
  content: "";
  display: block;
  height: 1.2rem;
  width: 110%;
  background: #ede7e1;
  border-radius: 9999px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -5%;
  margin-top: 1rem;
}

.p-concept__ttltxt02 {
  font-size: 2.1rem;
  display: block;
}

.p-concept__txt {
  line-height: 2;
  margin-bottom: 3rem;
}

.p-concept__link {
  display: inline-block;
  background: #fff;
  border: 0.1rem solid #000;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1rem 12rem;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
}

.p-concept__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.p-concept__link::after {
  content: "";
  display: block;
  background: url("../../common/images/arw01.svg") no-repeat;
  background-size: contain;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -1.3rem;
}

.p-concept__img {
  position: relative;
}

.p-concept__img::after {
  content: "";
  display: block;
  background: url("../../common/images/bg01.svg") no-repeat;
  background-size: contain;
  width: 47.5rem;
  height: 48.6rem;
  position: absolute;
  z-index: -1;
  top: -6rem;
  left: -7rem;
}

/* 5points */
.p-5points {
  padding: 8rem 0;
  position: relative;
}

.p-5points::before {
  content: "";
  display: block;
  background: url("../../common/images/bg_item03.svg") no-repeat;
  background-size: contain;
  width: 20.2rem;
  height: 37.8rem;
  position: absolute;
  top: 9rem;
  left: -6rem;
}

.p-5points::after {
  content: "";
  display: block;
  background: url("../../common/images/bg_item04.svg") no-repeat;
  background-size: contain;
  width: 32.8rem;
  height: 17.5rem;
  position: absolute;
  bottom: 2rem;
  right: -3rem;
}

.p-5points__ttl {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 6rem;
}

.p-5points__row {
  display: flex;
  gap: 2rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 30;
}

.p-5points__txt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 1.5rem;
  font-weight: bold;
}

.p-5points__btn {
  text-align: center;
  position: relative;
  z-index: 30;
}

.p-5points__link {
  display: inline-block;
  background: #fff;
  border: 0.1rem solid #000;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1rem 12rem;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
}

.p-5points__link::after {
  content: "";
  display: block;
  background: url("../../common/images/arw01.svg") no-repeat;
  background-size: contain;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -1.3rem;
}

.p-5points__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

/* separetor */
.p-sep01 {
  position: relative;
}

.p-sep01::before {
  content: "";
  display: block;
  background: url("../../common/images/bg_sep01.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 3.35rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

.p-sep01::after {
  content: "";
  display: block;
  background: url("../../common/images/bg_sep02.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 3.35rem;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}

.p-sep02 {
  position: relative;
}

.p-sep02::after {
  content: "";
  display: block;
  background: url("../../common/images/bg_sep03.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 3.35rem;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}

/* menu */
.p-menu {
  background: #fffcf9;
  padding: 10rem 0 12rem;
}

.p-menu__row {
  display: flex;
  gap: 5rem;
  align-items: center;
}

.p-menu__col01 {
  width: calc(60% - 2.5rem);
}

.p-menu__col02 {
  width: calc(40% - 2.5rem);
  position: relative;
}

.p-menu__col02::after {
  content: "";
  display: block;
  background: url("../../common/images/bg_item05.svg") no-repeat;
  background-size: contain;
  width: 40.9rem;
  height: 29.3rem;
  position: absolute;
  top: -12rem;
  right: -14rem;
  z-index: 0;
}

.p-menu__col02 img {
  position: relative;
  z-index: 30;
}

.p-menu__ttl {
  margin-bottom: 3rem;
  position: relative;
  z-index: 30;
}

.p-menu__ttltxt01 {
  font-size: 6.4rem;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}

.p-menu__ttltxt01::after {
  content: "";
  display: block;
  height: 1.2rem;
  width: 110%;
  background: #ded5cc;
  border-radius: 9999px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -5%;
  margin-top: 1rem;
}

.p-menu__ttltxt02 {
  font-size: 1.4rem;
  display: block;
}

.p-menu__txt {
  line-height: 2;
  margin-bottom: 3rem;
}

.p-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}

.p-menu-item {
  background: #fff;
  border-radius: 0.5rem;
  border: 0.1rem solid #000;
  padding: 1.5rem 2rem;
}

.p-menu-item {
  width: calc(50% - 1rem);
}

.p-menu-item__ttl {
  font-size: 1.8rem;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  position: relative;
}

.p-menu-item__ttl::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.1rem;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.p-menu-item__price {
  text-align: right;
  font-weight: bold;
}

.p-menu-item__txt {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.p-menu__btn {
  position: relative;
  z-index: 30;
}

.p-menu__link {
  display: inline-block;
  background: #fff;
  border: 0.1rem solid #000;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1rem 15rem;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
}

.p-menu__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.p-menu__link::after {
  content: "";
  display: block;
  background: url("../../common/images/arw01.svg") no-repeat;
  background-size: contain;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -1.3rem;
}

/* staff */
.p-staff {
  padding: 8rem 0;
  background: url("../../common/images/bg02.svg") no-repeat;
  background-size: 180%;
  background-position: center center;
  position: relative;
}

.p-staff__ttl {
  margin-bottom: 3rem;
  position: relative;
  z-index: 70;
  text-align: center;
}

.p-staff__ttltxt01 {
  font-size: 6.4rem;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}

.p-staff__ttltxt01::after {
  content: "";
  display: block;
  height: 1.2rem;
  width: 110%;
  background: #ede7e1;
  border-radius: 9999px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -5%;
  margin-top: 1rem;
}

.p-staff__ttltxt02 {
  font-size: 1.4rem;
  display: block;
}

.p-staff__txt {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 50;
}

.p-staff__txt::before {
  content: "";
  display: block;
  background: url("../../common/images/bg_item06.svg") no-repeat;
  background-size: contain;
  width: 28.9rem;
  height: 14rem;
  position: absolute;
  top: -11rem;
  left: 0;
  z-index: -1;
}

.p-staff-img__row {
  display: flex;
  margin-bottom: 5rem;
  position: relative;
  z-index: 30;
  justify-content: center;
}

.p-staff-img__row::after {
  content: "";
  display: block;
  background: url("../../common/images/bg_item07.svg") no-repeat;
  background-size: contain;
  width: 35.2rem;
  height: 21.9rem;
  position: absolute;
  top: -13rem;
  right: -7rem;
  z-index: -1;
}

.p-staff__btn {
  text-align: center;
  position: relative;
  z-index: 70;
}

.p-staff__link {
  display: inline-block;
  background: #fff;
  border: 0.1rem solid #000;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1rem 12rem;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
}

.p-staff__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.p-staff__link::after {
  content: "";
  display: block;
  background: url("../../common/images/arw01.svg") no-repeat;
  background-size: contain;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -1.3rem;
}

.p-news {
  background: #fff;
  padding: 10rem 0;
  position: relative;
}

.p-news .container {
  position: relative;
}

.p-news::before {
  content: "";
  display: block;
  background: url("../../common/images/bg_item08.svg") no-repeat;
  background-size: contain;
  width: 40.4rem;
  height: 34.1rem;
  position: absolute;
  top: 10rem;
  left: 0rem;
}

.p-news::after {
  content: "";
  display: block;
  background: url("../../common/images/bg_item09.svg") no-repeat;
  background-size: contain;
  width: 36.4rem;
  height: 34.1rem;
  position: absolute;
  bottom: -4rem;
  right: -1.5rem;
}

.p-news__ttl {
  margin-bottom: 3rem;
  position: relative;
  z-index: 30;
  text-align: center;
}

.p-news__ttltxt01 {
  font-size: 6.4rem;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}

.p-news__ttltxt01::after {
  content: "";
  display: block;
  height: 1.2rem;
  width: 110%;
  background: #ede7e1;
  border-radius: 9999px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -5%;
  margin-top: 1rem;
}

.p-news__ttltxt02 {
  font-size: 1.4rem;
  display: block;
}

.p-news__list {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 30;
  flex-wrap: wrap;
}

.p-news__item {
  width: calc(20% - 1.5rem);
}

.p-news-item__link {
  text-decoration: none;
}

.p-news-item__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.p-news__time {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
}

.p-news__btn {
  text-align: center;
  position: relative;
  z-index: 30;
}

.p-news__link {
  display: inline-block;
  background: #fff;
  border: 0.1rem solid #000;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1rem 12rem;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
}

.p-news__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.p-news__link::after {
  content: "";
  display: block;
  background: url("../../common/images/arw01.svg") no-repeat;
  background-size: contain;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -1.3rem;
}

/* instagram */
.p-instagram {
  background: #ded5cc;
  padding: 8rem 0;
  position: relative;
}

.p-instagram::after {
  content: "";
  display: block;
  background: url("../../common/images/bg_item11.svg") no-repeat;
  background-size: contain;
  width: 16.2rem;
  height: 22.9rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-instagram__row {
  display: flex;
  gap: 5rem;
  position: relative;
  z-index: 10;
}

.p-instagram__col01 {
  width: calc(30% - 5rem);
}

.p-instagram__col02 {
  width: 70%;
}

.p-instagram__ttl {
  text-align: center;
  margin-bottom: 3rem;
}

.p-instagram__ttltxt01 {
  font-size: 6.4rem;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  z-index: 0;
}

.p-instagram__ttltxt01::after {
  content: "";
  display: block;
  height: 1.2rem;
  width: 110%;
  background: #ede7e1;
  border-radius: 9999px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -5%;
  margin-top: 1rem;
}

.p-instagram__link {
  display: flex;
  width: 14rem;
  height: 14rem;
  background: #ede7e1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem;
}

.p-instagram__link:hover {
  background: #ede4dc;
  transition: 0.3s;
}

.p-instagram__link img {
  width: 7.1rem;
  height: 7.1rem;
}

.p-instagram__acc {
  text-align: center;
  font-size: 1.8rem;
}

.p-instagram__col02 .sbi_photo {
  border-radius: 0.5rem;
  overflow: hidden;
}

/* footer */
.p-footer-map {
  height: 40rem;
}

.p-footer-map iframe {
  width: 100%;
  height: 40rem;
}

.p-footer-content__row {
  display: flex;
  align-items: center;
  background: #fffcf9;
}

.p-footer-content__col {
  width: 50%;
}

.p-footer-content__ttl {
  text-align: center;
  margin-bottom: 1rem;
}

.p-footer-content__ttl img {
  max-width: 13.1rem;
  width: 100%;
  height: auto;
}

.p-footer-content-tel {
  text-align: center;
  margin-bottom: 0.5rem;
}

.p-footer-content-add {
  text-align: center;
  margin-bottom: 3rem;
}

.p-footer-content-btn {
  text-align: center;
}

.p-footer-content-btn__link {
  display: inline-block;
  background: #fff;
  border: 0.1rem solid #000;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1rem 12rem;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
}

.p-footer-content-btn__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.p-footer-content-btn__link::after {
  content: "";
  display: block;
  background: url("../../common/images/arw01.svg") no-repeat;
  background-size: contain;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -1.3rem;
}

/* reservation */

.p-reservation {
  background: #fff;
  padding: 5rem 0 10rem;
}

.p-reservation__con {
  position: relative;
}

.p-reservation__con::before {
  content: "";
  display: block;
  background: url("../../common/images/reservation_item01.svg") no-repeat;
  background-size: contain;
  width: 10.1rem;
  height: 21.3rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-reservation__ttl {
  margin-bottom: 3rem;
  position: relative;
  z-index: 30;
  text-align: center;
}

.p-reservation__ttltxt01 {
  font-size: 6.4rem;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}

.p-reservation__ttltxt01::after {
  content: "";
  display: block;
  height: 1.2rem;
  width: 110%;
  background: #ede7e1;
  border-radius: 9999px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -5%;
  margin-top: 1rem;
}

.p-reservation__ttltxt02 {
  font-size: 1.4rem;
  display: block;
}

.p-reservation-btn__row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
}

.p-reservation-btn {
  height: 100%;
}

.p-reservation-btn__link {
  display: flex;
  background: #fff;
  border: 0.1rem solid #000;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1rem 12rem;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.p-reservation-btn__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.p-reservation-btn__link::after {
  content: "";
  display: block;
  background: url("../../common/images/arw01.svg") no-repeat;
  background-size: contain;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -1.3rem;
}

.p-reservation-btn__txt01 {
  font-size: 1.4rem;
  display: block;
  width: 100%;
}

.p-reservation-btn__txt02 {
  display: block;
  width: 100%;
}

.p-footer-line {
  padding: 3rem 0 0.5rem;
}

.p-footer-menu {
  margin-bottom: 2rem;
}

#menu-footer {
  display: flex;
  justify-content: right;
  gap: 1.5rem;
}

#menu-footer a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
}

#menu-footer a:hover {
  text-decoration: underline;
}

.p-footer__copy {
  text-align: center;
}

.p-footer__copy small {
  font-size: 1.2rem;
}

/* pagetop */
.p-page-top {
  position: relative;
}

.p-page-top__btn {
  position: absolute;
  right: 0;
  bottom: -7rem;
  margin-bottom: 0;
}

.p-page-top__link {
  display: flex;
  background: #ded5cc;
  border-radius: 1rem;
  width: 4.7rem;
  height: 4.7rem;
  justify-content: center;
  align-items: center;
}

.p-page-top__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.p-page-top__img {
  width: 1.9rem;
  height: 2.5rem;
}

.p-sp-header-menu {
  display: none;
}

.p-sp-header-nav {
  display: none;
}

/* Page */

.p-pc-header-wrap {
  display: flex;
  justify-content: center;
}

.p-page-header__ttl {
  display: flex;
}

.l-page-header {
  padding-left: 2rem;
  background: #ded5cc;
}

.l-page-header .p-pc-globalnav__link {
  color: #000;
}

.l-page-header .p-pc-globalnav__link:hover::after {
  background: #000;
}

.l-page-header .p-pc-header-menu__btn {
  color: #000;
  border: 0.1rem solid #000;
}

.l-page-header .p-pc-header-menu__btn:hover {
  background: #cdc2b8;
}

.p-page-ttl {
  background: url("../../common/images/ttl_bg01.jpg") no-repeat;
  background-size: cover;
  padding: 6rem 3rem 7rem;
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
  z-index: -1;
}

.p-page-ttl::after {
  content: "";
  display: block;
  background: url("../../common/images/bg_sep02.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 3.35rem;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}

.p-page-ttl__en {
  font-size: 6.4rem;
  display: inline-block;
  position: relative;
  line-height: 1;
}

.p-page-ttl__en::after {
  content: "";
  display: block;
  height: 1.2rem;
  width: 110%;
  background: #ded5cc;
  border-radius: 9999px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -5%;
  margin-top: 1rem;
}

.p-page-ttl__jp {
  display: block;
  font-size: 2.1rem;
  color: #000;
  margin-top: 2rem;
}

.p-breadcrumb {
  display: flex;
  justify-content: end;
  margin-bottom: 4rem;
}

.p-breadcrumb__item {
  font-size: 1.2rem;
  color: #000;
  padding-right: 1.5rem;
  position: relative;
  margin-right: 0.5rem;
}

.p-breadcrumb__item::after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1rem;
}

.p-breadcrumb__item:last-child {
  padding-right: 0;
  margin-right: 0;
  max-width: 17rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.p-breadcrumb__item:last-child::after {
  content: "";
  display: none;
}

.p-breadcrumb__link {
  color: #000;
}

.p-breadcrumb__link:hover {
  color: #000;
  text-decoration: none;
}

.l-page-con {
  background: #fffcf9;
  position: relative;
  z-index: 0;
}

.l-page {
  margin-bottom: 8rem;
}

.wp-block-contact-form-7-contact-form-selector label {
  width: 100%;
}

.p-contactpage__tbl {
  margin-bottom: 5rem !important;
}

.p-contactpage__tbl th {
  width: 30% !important;
  text-align: center !important;
}

.p-contactpage__tbl td {
  width: 70% !important;
  text-align: left !important;
}

.contact_ttl p {
  margin-bottom: 0 !important;
}

.contact_txt p {
  margin-bottom: 0 !important;
}

.wpcf7-text {
  width: 100%;
  background: #f0f0f0;
  border-radius: 0.5rem;
  border: none;
  padding: 0.4rem 1rem;
}

.wpcf7-select {
  width: 100%;
  background: #f0f0f0;
  border-radius: 0.5rem;
  border: none;
  padding: 0.4rem 1rem;
}

.wpcf7-textarea {
  width: 100%;
  background: #f0f0f0;
  border-radius: 0.5rem;
  border: none;
  padding: 0.4rem 1rem;
}

.wpcf7-submit {
  margin: 0 auto;
  display: block;
  background: #fff;
  border: 0.1rem solid #000;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1rem 12rem;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
}

.wpcf7-submit:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.wpcf7 .wpcf7-submit:disabled {
  background: #808080;
  transition: 0.3s;
}

.p-form-btn__list p {
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.p-form-btn__list p .wpcf7-submit {
  margin: inherit;
  border-radius: 9999px;
  border: none;
  background: #ded5cc;
  padding: 1rem 4rem;
  font-size: 1.6rem;
}

.p-form-btn__list p .wpcf7-previous {
  margin: inherit;
  border-radius: 9999px;
  border: none;
  background: #ece6e0;
  padding: 1rem 4rem;
  font-size: 1.6rem;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem !important;
  font-weight: bold !important;
}

.wpcf7-response-output {
  border: none !important;
  background: #f4e1e1 !important;
  padding: 2rem !important;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item input[type="checkbox"] {
  all: revert;
}

.wpcf7-acceptance label {
  cursor: pointer;
}

.p-form__check {
  text-align: center;
}

.p-form__txt01 {
  text-align: center;
  margin-bottom: 1rem !important;
}

.p-form__txt02 {
  text-align: center;
}

.p-contactpage-policy {
  background: #fff;
  border-radius: 0.5rem;
  padding: 2rem 3rem;
  margin-bottom: 5rem;
}

.p-contactpage-policy__ttl {
  text-align: center;
  margin-bottom: 2rem;
}

.p-contactpage-policy__con {
  height: 20rem;
  overflow-y: scroll;
}

.p-contactpage-policy__con p {
  font-size: 1.4rem;
}

.l-page p a[target="_blank"]::after {
  content: "\f35d";
  font-weight: 900;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.3rem;
  color: #4496be;
  font-family: "Font Awesome 5 Free";
  background: none;
  speak: none;
}

.l-page p a:hover {
  text-decoration: none;
}

.l-page ul {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.l-page ul li {
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
  position: relative;
}

.l-page ul li:last-child {
  margin-bottom: 0rem;
}

.l-page ul li::before {
  content: "";
  display: block;
  border: 0.1rem solid #000;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  top: 0.9rem;
  left: 0;
}

.l-page ol {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  counter-reset: number 0;
}

.l-page ol li {
  padding-left: 2rem;
  margin-bottom: 0.8rem;
  position: relative;
}

.l-page ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.l-page .wp-block-button__link {
  border-radius: 0;
  font-weight: bold;
  background: #60aace;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.l-page .wp-block-button__link:hover {
  color: #fff;
  background: #4b92b4;
}

.l-page figure {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.l-page figcaption {
  font-size: 1.4rem;
  font-weight: bold;
  color: #829aa4;
}

.wp-block-table thead {
  border: none !important;
}

.l-page table {
  margin-bottom: 0.5rem;
}

.l-page table th {
  background: #ece6e0;
  border: 0.1rem solid #000;
  padding: 2rem 2rem;
  vertical-align: middle;
  width: 75%;
  font-weight: normal;
}

.l-page table td {
  background: #fff;
  border: 0.1rem solid #000;
  padding: 1rem 2rem;
  width: 25%;
  text-align: center;
}

.l-page *:first-child {
  margin-top: 0;
}

.l-page p {
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

.p-pagenation {
  margin-top: 5rem;
  text-align: center;
}

.p-pagenation .page-numbers {
  font-weight: bold;
  padding: 0.5rem 1rem;
  color: #000;
}

.p-pagenation .current {
  background: #ded5cc;
  color: #000;
}

.p-pagenation a {
  text-decoration: none;
}

.p-pagenation a:hover {
  background: #ded5cc;
  color: #000;
  transition: 0.3s;
}

.p-single__ttl {
  font-size: 2.4rem;
  background: #ded5cc;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
}

.p-single__date {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.single h2 {
  border-bottom: 0.1rem solid #000;
  padding: 1rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
  font-size: 2.4rem;
}

.single h3 {
  font-size: 2.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
  background: #f0e9e2;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
}

.single h4 {
  font-size: 2rem;
  padding-left: 2.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.single h4::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #000;
  border-radius: 100%;
  position: absolute;
  top: 0.4rem;
  left: 0;
}

.single h5 {
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.sp-block {
  display: none;
}

/* concept page */

.l-page .p-5points::before {
  left: -11rem;
}

.l-page .p-5points::after {
  right: -13rem;
}

.p-conceptpage__row {
  display: flex;
  gap: 5rem;
  align-items: center;
  margin-bottom: 5rem;
}

.p-conceptpage__row.reverse {
  flex-direction: row-reverse;
}

.p-conceptpage__item {
  width: 50%;
}

.f-21 {
  font-size: 2.1rem;
}

.p-flame01 {
  border-radius: 0.5rem;
  border: 0.1rem solid #000;
  padding: 3rem 2rem;
  text-align: center;
}

.p-flame01 ul {
  margin-bottom: 0;
  display: inline-block;
  text-align: left;
}

.p-conceptpage__txt01 {
  margin-bottom: 5rem !important;
}

.p-conceptpage__txt02 {
  margin-top: 5rem;
  margin-bottom: 8rem !important;
}

.p-flame02 {
  margin-top: 10rem;
  text-align: center;
  margin-bottom: 8rem;
}

.p-flame02 ul {
  margin-bottom: 0;
  display: inline-block;
  text-align: left;
  position: relative;
}

.p-flame02 ul::before {
  content: "";
  display: block;
  background: url("../../common/images/concept_item02.svg") no-repeat;
  background-size: contain;
  width: 30.9rem;
  height: 24rem;
  position: absolute;
  top: -6rem;
  left: -25rem;
}

.p-conceptpage__ttl02 {
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}

.p-conceptpage__ttl02::after {
  content: "";
  display: block;
  height: 1.2rem;
  width: 100%;
  background: #ede7e1;
  border-radius: 9999px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  margin-top: -0.6rem;
}

/* menu page */
.p-menupage__ttl {
  font-size: 2.4rem;
  background: #ded5cc;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  margin-top: 5rem;
}

.f-14 {
  font-size: 1.4rem;
}

.p-menupage__tablettl {
  font-size: 1.8rem;
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.p-menupage__con {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: block;
}

.p-menupage__text {
  font-size: 1.6rem;
  display: block;
}

.p-menupage__row {
  display: flex;
  flex-direction: row-reverse;
  gap: 5rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
  align-items: center;
}

.p-menupage__item {
  width: 50%;
}

.p-menupage__link {
  display: inline-block;
  background: #fff;
  border: 0.1rem solid #000;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1rem 12rem;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
}

.p-menupage__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.p-menupage__link::after {
  content: "";
  display: block;
  background: url("../../common/images/arw01.svg") no-repeat;
  background-size: contain;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -1.3rem;
}

.p-menupage__itemimg {
  position: relative;
}

.p-menupage__itemimg img {
  position: relative;
}

.p-menupage__itemimg::before {
  content: "";
  display: block;
  background: url("../../common/images/menu_item01.svg") no-repeat;
  background-size: contain;
  width: 36rem;
  height: 36.8rem;
  position: absolute;
  top: -3rem;
  left: -5rem;
}

.p-menupage__flame01 {
  background: url("../../common/images/menu_bg01.svg") no-repeat;
  background-size: 200%;
  background-position: center;
  padding: 6rem 4rem;
  border-radius: 0.5rem;
  margin-top: 5rem;
}

.p-menupage__wrap01 {
  position: relative;
}

.p-menupage__wrap01::before {
  content: "";
  display: block;
  background: url("../../common/images/menu_item03.svg") no-repeat;
  background-size: contain;
  width: 8.3rem;
  height: 13.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-menupage__wrap01::after {
  content: "";
  display: block;
  background: url("../../common/images/menu_item04.svg") no-repeat;
  background-size: contain;
  width: 5.2rem;
  height: 12.6rem;
  position: absolute;
  top: 0;
  right: 0;
}

.p-menupage__flame-txt01 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1rem !important;
}

.p-menupage__flame-txt02 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0 !important;
}

/* process page */

.p-processpage__txt01 {
  margin-bottom: 8rem !important;
}

.p-processpage__row {
  display: flex;
  gap: 5rem;
  margin-bottom: 5rem;
}

.p-processpage__row.reverse {
  flex-direction: row-reverse;
}

.p-processpage__row.reverse .p-processpage__msgwrap {
  right: inherit;
  left: -8rem;
}

.p-processpage__item {
  width: 50%;
  position: relative;
}

.p-processpage__msgwrap {
  position: absolute;
  bottom: 10rem;
  right: -8rem;
  z-index: 10;
  width: 50rem;
}

.p-processpage__msg {
  background: #fff;
  padding: 3rem;
  position: relative;
  z-index: 10;
}

.p-processpage__msg::before {
  content: "";
  display: block;
  background: url("../../common/images/process_item01.svg") no-repeat;
  background-size: contain;
  width: 46.4rem;
  height: 22.9rem;
  position: absolute;
  top: -5rem;
  left: -1rem;
}

.p-processpage__msg::after {
  content: "";
  display: block;
  background: url("../../common/images/process_item02.svg") no-repeat;
  background-size: contain;
  width: 46.4rem;
  height: 22.9rem;
  position: absolute;
  bottom: -3rem;
  right: -1rem;
}

.p-processpage__msg01 {
  font-size: 3rem;
}

.font-noto {
  font-family: "Noto Serif JP";
}

/* staff page */

.p-staffpage__txt01 {
  margin-bottom: 8rem !important;
}

.p-staffpage__row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.p-staffpage__item {
  width: calc(33.333% - 2rem);
  margin-bottom: 5rem;
}

.p-staffpage-name {
  text-align: center;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.p-staffpage-name__jp {
  font-size: 2.1rem;
  display: block;
}

.p-staffpage-name__en {
  font-size: 1.4rem;
  display: block;
}

.p-staffpage__flame01 {
  border: 0.1rem solid #000;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

.p-staffpage__role {
  margin-bottom: 0 !important;
  font-size: 1.4rem;
}

.p-staffpage__msg {
  font-size: 1.4rem;
  margin-bottom: 1.5rem !important;
}

.p-staffpage-hobby__ttl {
  padding-left: 1.5rem;
}

.p-staffpage-hobby__con {
  background: #ded5cc;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem 1.5rem;
  margin-top: -1rem;
}

.p-staffpage-hobby__txt {
  margin-bottom: 0 !important;
  font-size: 1.4rem;
}

/* access page */
.p-mappage__map {
  margin-bottom: 8rem;
}

.p-mappage__map iframe {
  width: 100%;
  height: 45rem;
}

.p-mappage__row {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.p-mappage__item {
  width: 50%;
}

.p-mappage__ttl {
  font-size: 3.4rem;
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}

.p-mappage__ttl::before {
  content: "";
  display: block;
  background: #ede7e1;
  width: 110%;
  height: 0.6rem;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: -5%;
  z-index: -1;
}

.p-mappage__tbl th {
  width: 30% !important;
  text-align: center;
}

.p-mappage__tbl td {
  width: 70% !important;
  text-align: left !important;
}

/* recruit page */
.p-recruitpage__movie {
  margin-bottom: 8rem;
}

.p-recruitpage__movie iframe {
  width: 100%;
  height: 50rem;
}

.p-recruitpage__flame01 {
  margin-bottom: 10rem;
}

.p-recruitpage__row01 {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 8rem;
}

.p-recruitpage__item01 {
  width: 50%;
}

.p-recruitpage__img01 {
  position: relative;
}

.p-recruitpage__img01::before {
  content: "";
  display: block;
  background: url("../../common/images/recruit_item05.svg") no-repeat;
  background-size: contain;
  width: 36rem;
  height: 36.8rem;
  position: absolute;
  top: -8rem;
  left: -4rem;
  z-index: 0;
}

.p-recruitpage__img01::after {
  content: "";
  display: block;
  background: url("../../common/images/recruit_item06.svg") no-repeat;
  background-size: contain;
  width: 22.7rem;
  height: 23.2rem;
  position: absolute;
  bottom: -3rem;
  right: -5rem;
  z-index: 0;
}

.p-recruitpage__img01wrap {
  margin-bottom: 1rem;
  position: relative;
  z-index: 10;
}

.p-recruitpage__txt02 {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 10;
}

.p-recruitpage__txt022 {
  text-align: left;
  position: relative;
  z-index: 10;
}

.p-recruitpage-ttl01 {
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 3rem;
}

.p-recruitpage-ttl__en {
  display: inline-block;
  font-size: 4.1rem;
  position: relative;
}

.p-recruitpage-ttl__en::before {
  content: "";
  display: block;
  background: #ede7e1;
  width: 110%;
  height: 0.6rem;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: -5%;
  z-index: -1;
}

.p-recruitpage-ttl__jp {
  display: block;
  font-size: 1.6rem;
}

.p-recruitpage__row02 {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 5rem;
}

.p-recruitpage__row02.reverse {
  flex-direction: row-reverse;
}

.p-recruitpage__item02 {
  width: 75%;
}

.p-recruitpage__itemimg {
  width: 25%;
}

.p-recruitpage-ttl02 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 10;
}

.p-recruitpage__txt03 {
  margin-bottom: 0;
  text-align: right;
  font-size: 2.1rem;
  position: relative;
  z-index: 10;
}

.p-recruitpage__txt03 span {
  font-size: 1.6rem;
  margin-right: 2rem;
  display: inline-block;
}

.p-recruitpage__itemimg01 .p-recruitpage__img02 {
  position: relative;
}

.p-recruitpage__itemimg01 .p-recruitpage__img02::before {
  content: "";
  display: block;
  background: url("../../common/images/recruit_item02.svg") no-repeat;
  background-size: contain;
  width: 35.2rem;
  height: 29.7rem;
  position: absolute;
  top: -3rem;
  right: -15rem;
  z-index: 0;
}

.p-recruitpage__itemimg02 .p-recruitpage__img02 {
  position: relative;
}

.p-recruitpage__itemimg02 .p-recruitpage__img02::before {
  content: "";
  display: block;
  background: url("../../common/images/recruit_item03.svg") no-repeat;
  background-size: contain;
  width: 36.4rem;
  height: 34.1rem;
  position: absolute;
  top: -6rem;
  left: -10rem;
  z-index: 0;
}

.p-recruitpage__img02 img {
  position: relative;
}

.p-recruitpage-ttl03 {
  font-size: 1.8rem;
  background: #ece6e0;
  border: 0.1rem solid #b2a18f;
  border-radius: 9999px;
  padding: 0.8rem 2rem;
  margin-bottom: 1.5rem;
}

.p-recruitpage-ttl04 {
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
  border-bottom: 0.2rem solid #b2a18f;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.p-recruitpage__row03 {
  display: flex;
  gap: 5rem;
}

.p-recruitpage__item03 {
  width: 50%;
}

.p-recruitpage__row04 {
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.p-recruitpage__item04 {
  width: 25%;
  border: 0.1rem solid #b2a18f;
}

.p-recruitpage-ttl05 {
  text-align: center;
  padding: 1rem;
  background: #b2a18f;
  font-size: 2.6rem;
  color: #fff;
}

.p-recruitpage__txt05 {
  padding: 3rem 0;
  text-align: center;
  margin-bottom: 0 !important;
  font-size: 2.6rem;
}

.p-recruitpage-ttl06 {
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
  border-bottom: 0.2rem solid #b2a18f;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.p-recruitpage__tbl01 {
  margin-bottom: 5rem !important;
}

.p-recruitpage__tbl01 th {
  width: 30% !important;
  text-align: center;
}

.p-recruitpage__tbl01 td {
  width: 70% !important;
  text-align: left !important;
}

.p-recruitpage__btn {
  text-align: center;
  position: relative;
  z-index: 30;
  margin-bottom: 8rem !important;
}

.p-recruitpages__link {
  display: inline-block;
  background: #fff;
  border: 0.1rem solid #000;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1rem 12rem;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
}

.p-recruitpages__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.p-recruitpages__link::after {
  content: "";
  display: block;
  background: url("../../common/images/arw01.svg") no-repeat;
  background-size: contain;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -1.3rem;
}

.p-recruitpage__flame02 {
  background: #ece6e0;
  border-radius: 0.5rem;
  padding: 3rem 4rem;
  text-align: center;
}

.p-recruitpage__txt07 {
  font-size: 1.8rem;
  margin-bottom: 1rem !important;
}

.p-recruitpage__txt08 {
  font-size: 4.8rem;
  display: inline-block;
  padding-left: 6rem;
  margin-bottom: 1.5rem !important;
  position: relative;
}

.p-recruitpage__txt08::before {
  content: "";
  display: block;
  background: url("../../common/images/recruit_item04.svg") no-repeat;
  background-size: contain;
  width: 4.8rem;
  height: 4.3rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2.15rem;
}

.p-recruitpage__txt09 {
  font-size: 1.8rem;
  margin-bottom: 0 !important;
}

/* news page */

.p-newspage__list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 30;
  flex-wrap: wrap;
}

.p-newspage__item {
  width: calc(33.333% - 3rem);
}

.p-news-item__link {
  display: block;
}

.p-news__txt {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
  .l-page-header {
    padding: 1rem 2rem;
  }
  .p-header-wrap {
    padding: 0.5rem 2rem;
  }

  .p-pc-header-menu {
    display: none;
  }

  .p-sp-header-menu {
    display: block;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    padding: 0.5rem;
    position: relative;
    z-index: 100;
  }

  .p-hamburger {
    position: relative;
    height: 2.6rem;
    width: 4rem;
    margin-bottom: 0.5rem;
  }

  .p-hamburger span {
    display: block;
    position: absolute;
    width: 3rem;
    height: 0.2rem;
    left: 50%;
    margin-left: -1.5rem;
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 9999px;
  }

  .p-hamburger span:nth-child(1) {
    top: 1rem;
  }

  .p-hamburger span:nth-child(2) {
    top: 1.8rem;
  }
  .p-hamburger span:nth-child(3) {
    top: 2.6rem;
  }

  .p-hamburger.active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 1.8rem;
  }

  .p-hamburger.active span:nth-child(2),
  .p-hamburger.active span:nth-child(3) {
    transform: rotate(45deg);
    top: 1.8rem;
  }

  .p-hamburger--open {
    display: none;
    margin-bottom: 0;
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    text-align: center;
  }

  .p-hamburger--open.active {
    display: block;
  }

  .p-hamburger--close {
    display: none;
    margin-bottom: 0;
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    text-align: center;
  }

  .p-hamburger--close.active {
    display: block;
  }

  .p-sp-header-nav.active {
    display: block;
  }

  .p-sp-header-nav {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(222, 213, 204, 0.9);
    width: 100%;
    height: 100vh;
    padding-top: 8rem;
    z-index: 30;
  }

  .p-sp-header-nav__item {
    border-bottom: 0.1rem solid #ded5cc;
  }

  .p-sp-header-nav__link {
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2.5rem;
    position: relative;
    color: #000;
    text-decoration: none;
    font-weight: bold;
  }

  .p-sp-header-nav__link::after {
    content: "";
    display: block;
    background: url("../../common/images/arw01.svg") no-repeat;
    background-size: contain;
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -1.3rem;
  }

  .p-sp-header-btn {
    padding: 2.5rem;
  }

  .p-sp-header-btn-contact {
    text-align: center;
  }

  .p-sp-header-btn-contact__link {
    display: inline-block;
    font-size: 1.6rem;
    background: #fff;
    border: 0.1rem solid #000;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 1rem 8rem;
    border-radius: 0.5rem;
    text-align: center;
    position: relative;
  }

  .p-sp-header-btn-contact__link::after {
    content: "";
    display: block;
    background: url("../../common/images/arw01.svg") no-repeat;
    background-size: contain;
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -1.3rem;
  }

  .p-catch__ttl img {
    max-width: 34.8rem;
  }

  .p-reserve__link img {
    max-width: 13rem;
  }

  .p-5points__row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .p-5points__col {
    width: calc(33.333% - 2rem);
  }

  .p-news__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .p-news__item {
    width: calc(33.333% - 2rem);
  }

  .p-instagram__row {
    display: block;
  }

  .p-instagram__col {
    width: 100%;
  }

  .p-instagram__col01 {
    margin-bottom: 3rem;
  }

  .p-footer-content__row {
    display: block;
  }

  .p-footer-content__col {
    width: 100%;
  }

  .p-footer-content__col02 {
    padding: 3rem 0;
  }

  .p-reservation-btn__link {
    padding: 1rem 8rem;
  }

  .p-conceptpage__row {
    display: block;
  }

  .p-conceptpage__item {
    width: 100%;
    text-align: center;
  }

  .l-page iframe {
    width: 100% !important;
  }

  /* menu page */
  .p-menupage__row {
    flex-wrap: wrap;
  }

  .p-menupage__item {
    width: 100%;
    text-align: center;
  }

  .p-menupage__wrap01::before {
    display: none;
  }

  .p-menupage__wrap01::after {
    display: none;
  }

  /* process page */
  .p-processpage__row {
    flex-wrap: wrap;
  }

  .p-processpage__row {
    flex-direction: column-reverse;
  }

  .p-processpage__row.reverse {
    flex-direction: column-reverse;
  }

  .p-processpage__msgwrap {
    right: -2rem;
  }

  .p-processpage__row.reverse .p-processpage__msgwrap {
    left: -2rem;
  }

  .p-processpage__item {
    width: 100%;
  }

  .p-processpage__msgwrap {
    bottom: 0rem;
  }

  /* staff page */
  .p-staffpage__item {
    width: calc(50% - 2rem);
  }

  /* recruit page */
  .p-recruitpage__row01 {
    flex-wrap: wrap;
  }

  .p-recruitpage__item01 {
    width: 100%;
  }

  .p-recruitpage__txt01 {
    margin-bottom: 5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .p-concept {
    padding: 10rem 0;
  }

  .p-concept__row {
    flex-wrap: wrap;
    gap: 8rem;
  }

  .p-concept__col {
    width: 100%;
  }

  .p-concept__ttl {
    text-align: center;
  }

  .p-concept__btn {
    text-align: center;
  }

  .p-sep01::before {
    top: -1rem;
  }

  .p-menu {
    padding: 6rem 0 8rem;
  }

  .p-menu__row {
    flex-wrap: wrap;
  }

  .p-menu__col {
    width: 100%;
  }

  .p-menu__btn {
    text-align: center;
  }

  .p-staff-img__row::after {
    top: 7rem;
    right: -12rem;
  }

  .p-staff__txt::before {
    top: -16rem;
    left: -6rem;
  }

  .p-news__item {
    width: calc(50% - 2rem);
  }

  .p-news::before {
    top: 3rem;
    left: -14rem;
  }

  .p-news::after {
    bottom: -5rem;
    right: -10.5rem;
  }

  .p-reservation-btn__link {
    padding: 1rem 5rem;
  }

  /* menu page */
  .l-page table {
    width: 100%;
  }

  .l-page table tr:last-child {
    border-bottom: 0.1rem solid #000;
  }

  .l-page table th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .l-page table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .p-processpage__msgwrap {
    position: relative;
    width: 100%;
    right: inherit !important;
    left: inherit !important;
    bottom: inherit !important;
  }
  .p-processpage__msg01 {
    font-size: 1.8rem;
  }
  .p-processpage__msg::before {
    left: 0;
    top: -3rem;
    width: 31.4rem;
    height: 15.9rem;
  }
  .p-processpage__msg::after {
    right: 0;
    width: 31.4rem;
    height: 15.9rem;
  }

  /* news page */
  .p-newspage__item {
    width: calc(50% - 2rem);
  }

  /* map page */
  .p-mappage__row {
    flex-wrap: wrap;
  }

  .p-mappage__item {
    width: 100%;
  }

  .p-mappage__tbl th {
    width: 100% !important;
  }

  .p-mappage__tbl td {
    width: 100% !important;
  }

  /* recruit page */
  .p-recruitpage__row02 {
    flex-wrap: wrap;
  }

  .p-recruitpage__item02 {
    width: 100%;
  }

  .p-recruitpage__itemimg {
    width: 100%;
  }

  .p-recruitpage__row03 {
    flex-wrap: wrap;
    gap: 3rem;
  }

  .p-recruitpage__item03 {
    width: 100%;
  }

  .p-recruitpage__row04 {
    flex-wrap: wrap;
  }

  .p-recruitpage__item04 {
    width: calc(50% - 2.5rem);
  }

  .p-recruitpage__tbl01 th {
    width: 100% !important;
  }

  .p-recruitpage__tbl01 td {
    width: 100% !important;
  }

  /* contact page */
  .p-contactpage__tbl th {
    width: 100% !important;
  }

  .p-contactpage__tbl td {
    width: 100% !important;
  }

  .p-form-btn__list p {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .p-form-btn__list p input {
    width: 100%;
    margin-bottom: 0 !important;
  }

  /* menu page */
  .p-menupage__flame01 {
    padding: 6rem 2rem;
  }
  .p-menupage__flame-txt01 {
    font-size: 1.8rem;
  }

  .p-menupage__flame-txt02 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 575px) {
  .sp-block {
    display: block;
  }
  .p-header-wrap {
    padding: 1rem;
  }

  .p-footer-menu {
    padding-bottom: 1.7rem;
  }

  .p-main-visual__catch {
    top: 50%;
  }

  .p-catch__ttl img {
    max-width: 22.8rem;
  }

  .p-catch__ttl span {
    font-size: 2.2rem;
  }

  .p-reserve__link img {
    max-width: 10rem;
  }

  .p-concept__img::after {
    width: 36.5rem;
    height: 36.6rem;
  }

  .p-concept::after {
    height: 33.4rem;
    bottom: -26rem;
    right: -11rem;
  }

  .p-5points {
    padding: 6rem 0 8rem;
  }

  .p-5points__txt {
    font-size: 1rem;
  }

  .p-5points::after {
    width: 20.8rem;
    bottom: -4rem;
  }

  .p-5points::before {
    display: none;
  }

  .p-menu {
    padding: 3rem 0 5rem;
  }

  .p-menu__ttl {
    text-align: center;
  }

  .p-menu__txt {
    text-align: center;
  }

  .p-menu__list {
    gap: 1rem;
  }

  .p-menu-item {
    width: calc(50% - 0.5rem);
  }

  .p-menu__link {
    padding: 1rem 10rem;
  }

  .p-staff__txt::before {
    left: -3rem;
    width: 21.9rem;
  }

  .p-staff {
    background-size: 400%;
  }

  .p-staff__txt {
    line-height: 2;
  }

  .p-staff-img__row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .p-staff-img__col {
    width: 50%;
  }

  .p-staff-img__row::after {
    top: 20rem;
    right: -10rem;
    width: 26.2rem;
  }

  .p-staff__link {
    padding: 1rem 10rem;
  }

  .p-footer-menu {
    display: none;
  }

  .p-sep01 {
    overflow: hidden;
  }

  .p-sep02 {
    overflow: hidden;
  }

  .p-sep01__img {
    width: 180%;
  }

  .p-news::before {
    left: -4rem;
    width: 22.4rem;
  }

  .p-news::after {
    width: 26.4rem;
    right: -4rem;
    bottom: -15rem;
  }

  .p-instagram {
    padding: 6rem 0;
  }

  .p-instagram__ttltxt01 {
    font-size: 5.4rem;
  }

  .p-footer-content-btn__link {
    padding: 1rem 10rem;
  }

  .p-reservation-btn__row {
    flex-wrap: wrap;
  }

  .p-reservation-btn__col {
    width: 100%;
  }

  .p-reservation-btn__link {
    width: 100%;
    justify-content: center;
  }

  .p-page-top__btn {
    bottom: -8rem;
  }

  .p-page-top__link {
    font-size: 1rem;
    width: 6rem;
    height: 6rem;
    line-height: 9;
  }

  .p-page-top__link::before {
    top: 2rem;
  }

  .p-footer-line {
    padding: 0.5rem 0;
  }

  .l-page {
    margin-bottom: 4rem;
  }

  .l-page-header {
    padding: 1rem 1.5rem;
  }

  .p-page-header__ttl img {
    width: 15rem;
    height: auto;
  }

  .p-page-ttl {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .p-page-ttl__en {
    font-size: 5.4rem;
  }

  .p-page-ttl__en::after {
    margin-top: 0;
  }

  .p-page-ttl__jp {
    font-size: 1.8rem;
    margin-top: 1rem;
  }

  .l-page h2 {
    font-size: 2.2rem;
    padding: 1.5rem 2rem;
  }

  .l-page h3 {
    font-size: 2rem;
    padding: 1.5rem 2rem;
  }

  .l-page h4 {
    font-size: 1.8rem;
  }

  .l-page h5 {
    font-size: 1.6rem;
  }

  .l-sidebar {
    margin-bottom: 8rem;
  }

  .l-page p {
    line-height: 1.6;
  }

  .l-page .p-5points {
    padding: 0;
  }
  /* menu page */
  .p-menupage__link {
    padding: 1rem 5rem;
  }

  .p-menupage__itemimg::before {
    top: -6rem;
    left: -12rem;
  }

  /* staff page */
  .p-staffpage__item {
    width: 100%;
  }
  .p-staffpage-hobby__con {
    margin-top: -2.9rem;
  }

  /* news page */
  .p-newspage__list {
    gap: 2rem;
  }
  .p-newspage__item {
    width: 100%;
  }

  /* recruit page */
  .p-recruitpage__movie iframe {
    height: 20rem;
  }

  .p-recruitpages__link {
    padding: 1rem 8rem;
  }

  .p-recruitpage__txt08 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 480px) {
}

/* コンタクトフォーム */
.visible-only-if-invalid {
  display: none;
}

.sent .visible-only-if-invalid {
  display: block;
}
