@charset "utf-8";
:root {
  --media_sp: 750;
  --vw: 1vw;
}


body {
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  /* backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0); */
}
img,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
textarea,
address,
main,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}
main,
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
table {
  border: none;
  border-collapse: initial;
  border-spacing: 0 0px;
}
th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
caption {
  text-align: left;
}
a,
a:focus,
a:hover,
a:active {
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}
input,
input:focus,
input:hover,
input:active,
textarea,
textarea:focus,
textarea:hover,
textarea:active {
  outline: none;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: auto;
  font-size: 0;
}

::-moz-selection {
  background: #b2d7fe;
}
* {
  min-height: 0%;
  word-break: break-all;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
[hidden] {
  display: none;
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}
/* 画像を扱いやすくする */
div:has(> img),
p:has(> img),
div:has(> svg),
p:has(> svg) {
  font-size: 0;
}
svg {
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: bottom;
  fill: currentColor;
}
/* iOSでのデフォルトアイコンを非表示にする */
details summary {
  list-style: none; /* リストスタイルの削除 */
}
/* Safari特有のデフォルトマーカーを非表示にする */
summary::-webkit-details-marker {
  display: none;
}
:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}
/* respond */
html {
  overflow-y: auto;
  scroll-behavior: smooth;
}
body {
  font-optical-sizing: auto;
  font-feature-settings: "palt";
}
a:has(> img) {
  display: block;
}
br.sp,
span.sp,
br.tb,
span.tb {
  display: none;
}
@media (min-width: 751px) {
  .sp {
    display: none;
  }
  br.pc,
  span.pc {
    display: inline;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  br.tb,
  span.tb {
    display: inline;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  br.pc,
  span.pc,
  br.tb,
  span.tb {
    display: none;
  }
  br.sp,
  span.sp {
    display: inline;
  }
}
video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  filter: drop-shadow(0px 0px #000);
  border: none;
  outline: none;
}
/* respond */

/* ==========================
styles
========================== */
a:not([class]) {
  color: inherit;
}
a.textLink {
  color: #133780;
  text-decoration: underline;
}
a.disabled {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
ul.disc,
ol.disc {
  list-style-type: none;
}
ul.disc li,
ol.disc li {
  position: relative;
  padding-left: 1.25em;
}
ul.disc li::before,
ol.disc li::before {
  display: inline-block;
  position: absolute;
  top: 0.6875em;
  left: 0.375em;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}
ul.inlineList li,
ol.inlineList li {
  display: inline;
}
ul.inlineList li:not(:last-child)::after,
ol.inlineList li:not(:last-child)::after {
  display: inline-block;
  content: ",";
}
ul.asteriskList li,
ol.asteriskList li {
  position: relative;
  padding-left: 1em;
}
ul.asteriskList li::before,
ol.asteriskList li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
}
ol.numberList {
  counter-reset: numberList;
}
ol.numberList li {
  position: relative;
  padding-left: 1.5em;
}
ol.numberList li:not(:last-child) {
  margin-bottom: 5px;
}
ol.numberList li::before {
  position: absolute;
  top: -1px;
  left: 0;
  margin-right: 2px;
  content: counter(numberList) ".";
  color: #333;
  font-size: 16px;
  counter-increment: numberList;
}
ol.numberList li ol.childList {
  counter-reset: numberList;
}
ol.numberList li ol.childList li {
  padding-left: 2em;
  text-indent: -2em;
}
ol.numberList li ol.childList li::before {
  display: none;
}
ol.circleNumberList {
  counter-reset: circleNumberList;
}
ol.circleNumberList li {
  position: relative;
  padding-left: 1.5em;
}
ol.circleNumberList li:not(:last-child) {
  margin-bottom: 12px;
}
ol.circleNumberList li::before {
  display: flex;
  position: absolute;
  top: 1px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0061b7;
  content: counter(circleNumberList);
  color: #fff;
  font-size: 12px;
  text-indent: -1px;
  counter-increment: circleNumberList;
}
hr.dot {
  border-top: 1px #000 dotted;
}
.displayInlineBlock {
  display: inline-block;
}
.displayInline {
  display: inline;
}
.displayBlock {
  display: block;
}
.displayNone {
  display: none;
}
.displaySp {
  display: none;
}
.displayXwide {
  display: none;
}
.posRelative {
  position: relative;
}
.posAbsolute {
  position: absolute;
}
.posFixed {
  position: fixed;
}
.posStatic {
  position: static;
}
.textLeft {
  text-align: left;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.textJustify,
.textJustify * {
  text-align: justify;
}
.verticalTop {
  vertical-align: top;
}
.verticalMiddle {
  vertical-align: middle;
}
.verticalBottom {
  vertical-align: bottom;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes contentsFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes horizontal {
  0% {
    transform: translateX(-20%) translateY(-50%);
  }
  100% {
    transform: translateX(20%) translateY(-50%);
  }
}
.dialog[open] {
  animation-duration: 200ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-name: contentsFadeIn;
}
.dialog {
  display: block;
  position: fixed;
  inset-block: 0;
  inset-inline: 0;
  animation-duration: 200ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-name: fadeOut;
}
@media (min-width: 769px) {
  .displayNotMedium {
    display: block;
  }
  .displayNotMedium.displayInlineBlock {
    display: inline-block;
  }
  .displayMedium {
    display: none;
  }
}
@media (min-width: 1366px) {
  .displayXwide {
    display: inherit;
  }
}
@media (max-width: 769px) {
  .displayNotMedium {
    display: none;
  }
  .displayMedium {
    display: block;
  }
}
@media (max-width: 640px) {
  .displayNotNarrow {
    display: none;
  }
  .displayNarrow {
    display: inherit;
  }
}
@media (any-hover: hover) {
  .alpha {
    transition: opacity 300ms ease-in-out;
  }
  .alpha:hover {
    opacity: 0.6;
  }
  .textLink {
    transition: opacity 300ms ease-in-out;
  }
  .textLink:hover {
    opacity: 0.6;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: -1) {
  .displaySp {
    display: inherit;
  }
}

body.is-hidden,
html.is-hidden {
  overflow: hidden;
}

/* ==========================
tips
========================== */
.templateInner {
  max-width: 1366px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .templateInner {
    padding-inline: min(6.0761346999vw, 83px);
  }
}
@media (max-width: 768px) {
  .templateInner {
    padding-inline: 5%;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
.pageTop {
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  gap: 6px;
  background: #6b6b6b;
  color: #fff;
  font-size: 12px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  cursor: pointer;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .pageTop:hover {
    background: rgba(107, 107, 107, 0.9);
    transition: all 0.3s;
  }
}
[id="geo--cpsys--banner"] {
  margin-block-start: 60px;
}
body {
  font-family: "Cormorant Infant", serif;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho,
    serif;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho",
    YuMincho, serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.footerInfoTel {
  background: transparent;
  color: #fff;
  border: solid 1px #fff;
  font-size: clamp(24px, 2.9296875vw, 30px);
  line-height: 1;
  font-family: "EB Garamond", serif;
}
.footerInfoTel img {
  width: 40px;
  margin-right: 7px;
}
@media (min-width: 1200px) {
  .header .menuBoxLinkBtnSub {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .footerInfo {
    max-width: 520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px 30px;
  }
  .footerInfoTel {
    padding-inline: 20px;
  }
}
.header .menuBoxLinkBtn-request {
  background: #a89970;
}
.header .menuBoxLinkBtn-reserve {
  background: #b59a5b;
}
/* ボタンが2つの場合 */
.spNavBar__item {
  width: 50%;
}

/* ==========================
header
========================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.headerLogo {
  position: fixed;
  opacity: 1;
  transition: opacity 1s ease;
}
.headerLogo .white {
  display: none;
}
.headerLogo.is-hide {
  opacity: 0;
  pointer-events: none;
}
.headerBtn {
  display: flex;
  position: fixed;
  top: 30px;
  right: 30px;
  align-items: center;
  width: 106px;
  gap: 12px;
  z-index: 299;
}
.headerBtnItem span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerBtnItem._info span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
.headerBtnItem._info span::after {
  top: 7px;
  right: 7px;
}
.headerBtnItem._menu {
  width: 52px;
  height: 52px;
  padding: 4px;
  overflow: hidden;
  border-radius: 50%;
  background: #f581d3;
  transition: all 0.3s;
}
.headerBtnItem._menu span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to right, #c74e95, #7f0274);
  color: #fff;
  font-size: 11px;
  font-family: "EB Garamond", serif;
}
.headerContent {
  visibility: hidden;
  z-index: 300;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  color: #333;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1);
}
.headerContent a:not([class]) {
  color: #333;
}
.headerContent .c_new {
  display: inline-block;
  padding-right: 12px;
}
.headerContent.is-visible {
  visibility: visible;
  top: 0;
  bottom: auto;
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1);
}
.headerContent_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.headerContent_inner {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-block: 200px 60px;
  overflow-y: auto;
}
.headerContent_close {
  z-index: 500;
  position: fixed;
  top: 35px;
  right: 35px;
}
.headerContent_close ._btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.headerContent_close ._btn ._icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
.headerContent_logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 135px;
}
.header .infoContent {
  flex-grow: 1;
}
.header .infoContent > .templateInner {
  max-width: 966px;
}
.header .infoTitle {
  position: relative;
}
.header .infoTitle ._main {
  position: relative;
  color: #b3b3b3;
  font-size: 20px;
  line-height: 1;
  font-family: "EB Garamond", serif;
}
.header .infoTitle ._sub {
  color: #777;
  font-size: 10px;
}
.header .infoInnerBox {
  margin-top: 25px;
  text-align: center;
}
.header .infoInnerTitle {
  margin: 0 auto 20px;
  font-size: 25px;
  line-height: 1.5;
}
.header .infoInnerTitle ._waku {
  display: inline-block;
  margin: 0 10px 5px;
  padding: 7px 14px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  font-size: min(3.7vw, 16px);
  line-height: 1;
  vertical-align: middle;
}
.header .infoInnerText {
  font-size: clamp(15px, 1.66015625vw, 17px);
  line-height: 1.8235294118;
}
.header .infoInnerSc:not(:last-child) {
  margin-bottom: 25px;
}
.header .infoInner .menuBoxLinkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 416px;
  height: 60px;
  margin: 25px auto 0;
  font-size: clamp(15px, 1.66015625vw, 17px);
}
.header .infoNews {
  margin-top: 60px;
}
.header .infoNews .newsDetail {
  margin-bottom: 4px;
  padding: 10px 20px;
  background: #fff;
  letter-spacing: 0.05em;
}
.header .infoNews .newsDetail ._term {
  padding-right: 30px;
  font-size: clamp(12px, 1.46484375vw, 15px);
  line-height: 1.8;
  font-family: "EB Garamond", serif;
}
.header .infoNews .newsDetail ._desc {
  font-size: clamp(12px, 1.3671875vw, 14px);
  line-height: 1.5;
}
.header .infoNews .newsDetail ._desc a {
  color: #333;
  text-decoration: underline;
  transition: all 0.3s;
}
.header .menuContent {
  z-index: 1;
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  color: #333;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.header .menuBox {
  padding: 0 24px;
}
.header .menuBox._top {
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  padding-inline: 24px;
}
.header .menuBoxList {
  position: relative;
}
.header .menuBoxListTitle {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.header .menuBoxListTitle ._main {
  color: #333;
  font-size: 16px;
}
.header .menuBoxListTitle ._sub {
  display: block;
  margin: 3px 0;
  color: #777;
  font-size: 10px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
}
.header .menuBoxListSub {
  padding-left: 30px;
}
.header .menuBoxListSubItem:not(:last-child) {
  margin-bottom: 4px;
}
.header .menuBoxListSubLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 10px 12px 12px;
  background: #fff;
  color: #333;
}
.header .menuBoxListSubLink ._main {
  font-size: 13px;
}
.header .menuBoxListSubLink ._sub {
  display: block;
  width: 95px;
  margin: 3px 0;
  margin-right: 10px;
  color: #777;
  font-size: 10px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
}
.header .menuBoxLinkBtn {
  display: block;
  width: 100%;
  padding: 14px 7px 16px;
  background: #b59a5b;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s;
}
.header .menuBoxLinkBtn:not(:last-child) {
  margin-bottom: 10px;
}
.header .menuBoxList-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 10px;
  margin-bottom: 30px;
}
.header .menuBoxList + .menuBoxList-lower {
  margin-top: 40px;
}
.header .menuBoxList-member {
  margin-bottom: 30px;
}
.header .menuBoxLinkBtnSub {
  display: block;
  width: 100%;
  padding: 10px 7px;
  border: 1px solid #aaa;
  background: none;
  color: #333;
  font-size: 13px;
  text-align: center;
  transition: all 0.3s;
}
.header .menuBoxLinkBtn.colorMainGradientLight {
  background-image: linear-gradient(to right, #ccc2ad, #fff 50%, #ccc2ad);
  background-size: 200% 100%;
  color: #735c2e;
}
.header .menuBoxLinkLarge {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 18px 30px 18px 8px;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  background-color: rgba(181, 154, 91, 0.1);
  transition: all 0.3s;
}
.header .menuBoxLinkLarge::after {
  content: "";
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 8px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../images/common/i_login.svg) no-repeat center/contain;
}
.header .menuBoxLinkLarge ._main {
  position: relative;
  color: #333;
  font-size: 16px;
}
.header .menuBoxLinkLarge ._sub {
  display: block;
  margin: 3px 0;
  color: #777;
  font-size: 10px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
}
.header .cvContent {
  display: grid;
  flex-grow: 1;
  place-items: center;
  min-height: 520px;
  padding-block: 150px 60px;
}
.header .cvContent > .templateInner {
  width: 100%;
}
.header .cvBtn {
  display: flex;
  column-gap: max(20px, 5%);
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.header .cvBtnItem {
  flex-basis: 47.5%;
}
.header .cvBtnItem ._text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  font-size: 13px;
  line-height: 1.6;
}
.header .cvBtnItem .menuBoxLinkBtn {
  padding-block: 25px;
  font-size: 17px;
}
.header .bnrContent {
  flex-shrink: 0;
  padding-block: 50px;
  background: #ebebeb;
}
.header .bnrItemImage {
  display: block;
  max-width: 378px;
  margin: 4px auto;
  text-align: center;
}
.header .contactContent {
  flex-shrink: 0;
  background: #333;
  color: #fff;
  letter-spacing: 0.06em;
}
.header .contactContentInner {
  max-width: 966px;
}
.header .contactContentBox {
  line-height: 1.6;
}
.header .contactContentBox ._info {
  margin-top: 16px;
}
.header .contactContentBox ._tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  gap: 5px;
  background: #fff;
  color: #333;
  font-size: clamp(24px, 2.9296875vw, 30px);
  font-family: "EB Garamond", sans-serif;
}
.header .contactContentBox ._name {
  font-size: clamp(13px, 1.46484375vw, 15px);
}
.header .contactContentBox ._time {
  font-size: clamp(10px, 1.07421875vw, 11px);
}

#headerInfo .headerContent_inner,
#headerCv .headerContent_inner {
  padding-bottom: 0;
}
#headerCv .headerContent_inner {
  padding-top: 0;
}

.spContent {
  z-index: 600;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.6s;
}
.spContent.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.spContent.is-visible .spContentBtnBox {
  bottom: -1px;
}
.spContent__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.spContentBtnBox {
  -webkit-transition: bottom 0.3s;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 8px 8px 42px 8px;
  border-radius: 8px 8px 0 0;
  background: #fff;
  letter-spacing: 0.05em;
  transition: bottom 0.3s;
}
.spContentBtnBox::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -12px;
  left: 50%;
  width: 60px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 1px;
  background: #fff;
  content: "";
}
.spContentBtnBox .menuBoxLinkBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  padding-block: 10px;
  border-radius: 8px;
  background: #b59a5b;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
.spContentBtnBox ._item {
  margin-bottom: 6px;
}
.spContentBtnBox ._tel ._number {
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.spContentBtnBox ._tel ._number img {
  width: 26px;
  margin-right: 4px;
}
.spContentBtnBox ._hours {
  font-size: 10px;
  letter-spacing: 0;
}
.spContentBtnBox ._text {
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}
.fixCvBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  display: block;
  opacity: 1;
  transition: opacity 1s ease;
  z-index: 100;
}
.fixCvBtn.is-hide {
  opacity: 0;
  pointer-events: none;
}
.fixCvBtn.abeno {
  bottom: 40px;
  right: 0;
}
.fixCvBtnInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 42px;
  padding-bottom: 0.2em;
  border-radius: 21px;
  background-color: #b59a5b;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all 0.3s;
}
.abeno .fixCv_BtnInner {
  width: 50px;
}
.fixCv_BtnInner .btn {
  display: block;
  padding: 0 17px;
  height: 160px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  color: #fff;
  transition: opacity 0.4s ease;
}
.fixCv_BtnInner .fixCv_Btn_entry {
  background: linear-gradient(to bottom, #81715c 0%, #463b2d 100%);
}
.fixCv_BtnInner .fixCv_Btn_limited {
  background: linear-gradient(to bottom, #c4b585 0%, #917a59 100%);
  margin-top: 15px;
}
.fixCv_BtnInner .btn:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .headerLogo {
    top: 30px;
    left: 30px;
    width: 135px;
  }
  .header .infoContent {
    padding-block-end: 60px;
  }
  .header .infoTitle {
    text-align: center;
  }
  .header .infoTitle::before {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: -55px;
    left: 50%;
    width: 1px;
    height: 50px;
    transform: translateX(-50%);
    background: #b3b3b3;
    content: "";
  }
  .header .infoTitle ._sub {
    display: none;
  }
  .header .infoNews .newsDetail {
    display: flex;
    align-items: center;
  }
  .header .menuContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .header .menuBox {
    width: 33.33%;
    max-width: 400px;
  }
  .header .menuBoxListItem:not(:last-child) {
    margin-bottom: 40px;
  }
  .header .menuBoxListTitle {
    margin-bottom: 20px;
  }
  .header .contactContent {
    padding: 50px 0 60px;
  }
  .header .contactContentBox ._info {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
  }
  .header .contactContentBox ._tel {
    width: 50%;
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .header .menuBoxLinkBtnSub {
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header .menuBox {
    padding-inline: 1.5vw;
  }
  .header .menuBox._top {
    margin-bottom: 30px;
    padding-inline: 1.5vw;
  }
  .header .menuBoxListTitle ._main {
    font-size: 13px;
  }
  .header .menuBoxListSubLink {
    display: block;
  }
  .header .menuBoxLinkLarge ._main {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .headerLogo {
    top: 2.667vw;
    left: 2.667vw;
    width: 25.2vw;
  }
  .headerBtn {
    display: none;
  }
  .headerContent {
    top: auto;
    bottom: -100%;
  }
  .headerContent.is-visible {
    top: auto;
    bottom: 0;
  }
  .headerContent_inner {
    padding-top: 140px;
  }
  .headerContent_close {
    top: 25px;
    right: 20px;
  }
  .headerContent_close ._btn ._icon {
    width: 32px;
    height: 32px;
  }
  .headerContent_close ._btn ._icon img {
    width: 12px;
  }
  .headerContent_logo {
    top: 25px;
    left: 20px;
    width: 101px;
  }
  .header .infoContent {
    padding-block-end: 40px;
  }
  .header .infoTitle ._main {
    display: block;
    color: #333;
  }
  .header .infoInnerBox {
    margin-top: 20px;
    padding-block: 25px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  .header .infoInnerTitle ._waku {
    padding: 5px 10px;
  }
  .header .infoInnerTitle {
    margin-bottom: 10px;
  }
  .header .infoInner .menuBoxLinkBtn {
    height: 44px;
    margin-top: 10px;
  }
  .header .infoNews {
    margin-top: 25px;
  }
  .header .infoNews .newsDetail {
    padding: 10px 20px 15px;
  }
  .header .menuBox {
    padding: 0;
  }
  .header .menuBox:last-child {
    padding-bottom: 80px;
  }
  .header .menuBox._top {
    margin-bottom: 0;
    padding: 0;
  }
  .header .menuBoxList-lower {
    margin-top: 30px;
  }
  .header .menuBoxList + .menuBoxList-lower {
    margin-top: 30px;
  }
  .header .menuBoxListItem {
    border-bottom: solid 1px #aaa;
  }
  .header .menuBoxListItem:has(.menuBoxListSub) .menuBoxListTitle::after {
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s;
  }
  .header
    .menuBoxListItem:has(.menuBoxListSub)
    .menuBoxListTitle.is-active::after {
    transform: translateY(-50%) rotate(-90deg);
    transition: all 0.3s;
  }
  .header .menuBoxListTitle {
    position: relative;
    width: 100%;
    padding: 18px 30px 18px 8px;
  }
  .header .menuBoxListTitle::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background: url(../images/common/i_arr.svg) no-repeat center/contain;
    content: "";
  }
  .header .menuBoxListSub {
    display: block;
    height: 0;
    pointer-events: none;
    transition: height 0.4s ease;
    overflow: hidden;
  }
  .header .menuBoxListSub.is-slopen {
    margin-bottom: 24px;
    height: var(--slide-height);
    pointer-events: auto;
  }
  .header .bnrContent {
    padding-block: 40px;
  }
  .header .contactContent {
    padding: 40px 0 50px;
  }
  .header .contactContentBox ._tel img {
    width: 30px;
  }
  .header .contactContentBox ._tel a {
    height: 40px;
  }
  .header .contactContentBox ._time {
    margin-top: 16px;
  }
  #headerCv {
    display: none;
  }
  .fixCvBtn {
    display: none !important;
  }
}
@media (any-hover: hover) {
  .headerBtnItem._info span:hover {
    background: #fff;
    transition: all 0.3s;
  }
  .headerBtnItem._menu:hover {
    padding: 2px;
    transition: all 0.3s;
  }
  .headerContent_close ._btn ._icon:hover {
    background: #fff;
    transition: all 0.3s;
  }
  .header .infoNews .newsDetail ._desc a:hover {
    opacity: 0.85;
    transition: all 0.3s;
  }
  .header .menuBoxLinkBtn:hover {
    opacity: 0.85;
    transition: all 0.3s;
  }
  .header .menuBoxLinkBtnSub:hover {
    background: #fff;
    transition: all 0.3s;
  }
  .header .menuBoxLinkLarge:hover {
    background-color: rgba(181, 154, 91, 0.2);
    transition: all 0.3s;
  }
  .fixCvBtnInner:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
  }
}

/* ==========================
cvMenu
========================== */
#cvMenu {
  top: auto;
  bottom: -100%;
}
#cvMenu.is-visible {
  top: auto;
  bottom: 0;
}
.header .cvMenuContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding-bottom: 60px;
}
#cvMenu .headerContent_inner {
  padding-bottom: 0;
}
.cvMenu-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px 30px;
}
.cvMenu-list__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.cvMenu-list__item__desc {
  font-size: 14px;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 15px;
  flex: 1 auto;
}
.header #cvMenu .menuBoxLinkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: clamp(15px, 1.66015625vw, 17px);
}

/* ==========================
spNavBar
========================== */
.spNavBar {
  display: flex;
  z-index: 98;
  position: fixed;
  bottom: -1px;
  left: 0;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 4px 0 22px 0;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.spNavBar__item {
  width: 20%;
}
.spNavBar__item.-menuBtn {
  position: relative;
  top: -14px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  padding: 4px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.spNavBar__item.-menuBtn .circle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to right, #c74e95, #7f0274);
}
.spNavBar__item.-menuBtn .circle:after {
  /*-webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    content: "";*/
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  content: "MENU";
  font-size: 9px;
  white-space: nowrap;
}
.spNavBar__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.spNavBar__item a .item-in p {
  color: #595757;
  font-size: 9px;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .spNavBar {
    display: none;
  }
}

/* ==========================
main
========================== */
.main {
  position: relative;
}
.spAlert {
  display: none;
  visibility: hidden;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
}
.spAlertMsg {
  margin-top: 6.5vh;
  color: #fff;
  font-size: 2.1vw;
  line-height: 1;
  letter-spacing: 0.15em;
}
.spAlert .svgIcon {
  display: block;
  width: 23%;
  min-width: 81.5px;
  margin-inline: auto;
}
.spAlert .svgIcon__path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 17;
}
.noLink {
  opacity: 0.4;
  pointer-events: none !important;
}
.c_new {
  position: relative;
}
.c_new::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c44e73;
  content: "";
}
@media (min-width: 769px) {
  .main {
    padding-block-start: 0;
  }
}
@media (max-width: 768px) {
  .main {
    padding-block-start: 0;
  }
}

/* ==========================
commonNotice
========================== */
.commonNotice {
  position: relative;
  padding-block: clamp(40px, 4.688vw, 40px);
  background-color: #fff;
  z-index: 10;
}
.commonNotice-list {
  font-size: 12px;
  line-height: 1.818;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .commonNotice {
    padding-block: 30px;
  }
  .commonNotice-list {
    font-size: 10px;
    line-height: 1.8;
  }
}

/* ==========================
footer
========================== */
.footer {
  z-index: 2;
  position: relative;
  background: #333;
  color: #fff;
  letter-spacing: 0.06em;
}
.footerContent {
  padding-block: 60px;
}
.footerContentInner {
  text-align: center;
}
.footerInfo {
  width: 100%;
}
.footerInfoContact {
  width: 100%;
  margin-bottom: 20px;
  font-size: clamp(14px, 1.46484375vw, 15px);
  line-height: 1.4;
}
.footerInfoContact span {
  display: block;
  font-size: clamp(10px, 1.171875vw, 12px);
  line-height: 1.75;
}
.footerInfoTel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 5px;
  border: solid 1px #fff;
  color: #fff;
  font-size: clamp(24px, 2.9296875vw, 30px);
  line-height: 1;
  font-family: "EB Garamond", serif;
}
.footerInfoHours {
  flex: 1;
  font-size: 11px;
  line-height: 1.5454545455;
}
.footerInfoClosed {
  color: #b39559;
  font-size: 13px;
  line-height: 1.5454545455;
}
.footerNav {
  padding-block: 20px;
  border-top: 1px solid #666;
}
.footerNavList {
  font-size: 12px;
}
.footerNavListItem {
  white-space: nowrap;
}
.footerNavListItem::before {
  padding-right: 5px;
  content: "＞";
}
.footerCopy {
  padding: 20px;
  background: #fff;
  color: #333;
  font-size: 11px;
  text-align: center;
}
.footer .areaFooterBanner {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
@media (min-width: 769px) {
  .footerContentInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .footerInfo {
    width: 60%;
    max-width: 484px;
  }
  .footerInfoTel {
    height: 55px;
  }
  .footerInfoClosed {
    margin-block-start: 20px;
  }
  .footerNavList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
  }
}
@media only screen and (max-width: 960px) {
  .footerNavList {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .footerInfoTel {
    height: 40px;
  }
  .footerInfoHours {
    margin-bottom: 60px;
  }
  .footerInfoClosed {
    margin-block-start: -40px;
    margin-block-end: 60px;
  }
  .footerInfoClosedContent:has(ul.disc) {
    text-align: left;
  }
  .footerNav {
    padding-block: 40px;
  }
  .footerNavListItem {
    text-align: center;
  }
  .footerNavListItem:not(:last-child) {
    border-bottom: 1px solid #666;
  }
  .footerNavListItem a:not([class]) {
    display: inline-block;
    padding-block: 16px;
    text-align: center;
  }
  .footerCopy {
    padding-bottom: 100px;
  }
  .footer .areaFooterBanner a img {
    width: 100%;
  }
}

.kokuchi {
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 11px;
}
.infomationBlock {
  margin-top: 2em;
  padding: 1em;
  border: 1px solid #a00846;
  color: #a00846;
  font-size: min(3.3333333333vw, 0.875rem);
  line-height: 1.6;
  text-align: center;
}
.inbl {
  display: inline-block;
}
/* Animation */
[data-aos="fade"] {
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
[data-aos="fade-up"] {
  transform: translate3d(0, 20px, 0);
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
