@charset "UTF-8";
/* CSS Document */
/*
Theme Name:  plaisir大野城店
*/
* {
  margin: 0;
  padding: 0;
}

body, html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 1em;
}

/* =======================================================================================================================
全体
======================================================================================================================= */
body, html {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1vw;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 0;
  background: #F2F2F2;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body, html {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body, html {
    font-size: 3vw;
  }
}

/* =======================================================================================================================
Meta Slider
======================================================================================================================= */
body {
  /* Meta Slider */
  /* スライダー画像フルスクリーン表示 */
}
body .metaslider,
body #metaslider_container_9,
body #metaslider_container_29,
body .slider-wrapper,
body .nivoSlider,
body .nivo-slice {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  height: auto !important;
  min-height: inherit !important;
  width: auto !important;
  min-width: inherit !important;
}
body .metaslider .nivoSlider img,
body .metaslider .nivoSlider .nivo-slice img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  width: 100% !important;
  height: 100% !important;
}

/* =======================================================================================================================
レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 2.5em 0;
  }
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 7.5em;
}
@media screen and (max-width: 1350px) {
  .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 1.5em;
  }
}

/* =======================================================================================================================
リスト形式
======================================================================================================================= */
ul {
  list-style: none;
}

/* =======================================================================================================================
imgタグのみのブロック要素場合　上下の余白なくす
======================================================================================================================= */
h1 h2 .mainimg-pc　.mainimg-sp .ya .concept-img .abo-bg .logo {
  line-height: 0;
}

/* 欧文フォント */
.eg {
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
}

/* 日本語フォント */
.jp {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

/* 文字寄せ */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* ノートパソコン改行 */
@media screen and (max-width: 1350px) {
  .npbr {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  br {
    display: none;
  }
}

/* タブレット改行 */
@media screen and (max-width: 768px) {
  .tbbr {
    display: block;
  }
}

/* スマホ改行 */
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none;
  }
}

/* 見出し */
/* 段落 */
p {
  padding-bottom: 2em;
}

/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: #C7B370;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

/* 画像 */
img {
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.imgbox {
  line-height: 0;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 読み込み遅延 */
.lazyload0, .lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lazyload1 {
  transform: translate(0, 2.5em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

.lazyload2 {
  transform: translate(-2.5em, 0);
}
.lazyload2.lazyloaded {
  transform: translate(0, 0);
}

.lazyload3 {
  transform: translate(2.5em, 0);
}
.lazyload3.lazyloaded {
  transform: translate(0, 0);
}

.lazyload4 {
  transform: translate(0, -2.5em);
}
.lazyload4.lazyloaded {
  transform: translate(0, 0);
}

/* トップページ内コンテンツの場合 */
#front-page section .lazyload0.lazyloaded, #front-page section .lazyload1.lazyloaded, #front-page section .lazyload2.lazyloaded, #front-page section .lazyload3.lazyloaded, #front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page section .lazyload1.lazyloaded {
  transform: translate(0, 2.5em);
}
#front-page section .lazyload2.lazyloaded {
  transform: translate(-2.5em, 0);
}
#front-page section .lazyload3.lazyloaded {
  transform: translate(2.5em, 0);
}
#front-page section .lazyload4.lazyloaded {
  transform: translate(0, -2.5em);
}
#front-page section.on .lazyload0.lazyloaded, #front-page section.on .lazyload1.lazyloaded, #front-page section.on .lazyload2.lazyloaded, #front-page section.on .lazyload3.lazyloaded, #front-page section.on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page section.on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 1921px) and (max-aspect-ratio: 100/53) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1920px) and (min-width: 1351px) and (max-aspect-ratio: 2/1) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1350px) and (min-width: 769px) and (max-aspect-ratio: 25/13) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 25/37) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 35/68) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

/* リンク */
a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #383c3c;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.fnav a {
  text-decoration: none;
  color: white;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.fnav a:hover {
  color: #383c3c;
}
.fnav a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ================= フォーム ============================================================ */
/* =============== コンタクトフォーム（全ページ共通） ========================================================= */
.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.57em 0;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
  background: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 1.5em 0;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}

/* contact form 7 ------------------------------------------- */
.wpcf7-form .formctt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.formname {
  width: 15em;
  font-weight: 700;
  text-align: right;
  padding: 1em 0.5em 0 0;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  .formname {
    width: 100%;
    text-align: left;
    padding: 0.5em 0;
  }
}
.formname::after {
  content: "：";
}

span .formname {
  padding-top: 1.5em;
}

.wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .wpcf7-form-control-wrap {
    width: 100%;
    flex: none;
  }
}

div.wpcf7 {
  text-align: left;
}

.wpcf7-form {
  /*送信ボタン*/
}
.wpcf7-form p {
  padding: 0 0 2em 0;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 2em;
  border: #C7B370 solid 0.1em;
  /* 確認ページ */
}
@media screen and (max-width: 1500px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=date],
  .wpcf7-form textarea {
    padding: 0.5em 1em;
    border-radius: 1.6em;
  }
}
.wpcf7-form input[type=text].wpcf7c-conf,
.wpcf7-form input[type=email].wpcf7c-conf,
.wpcf7-form input[type=tel].wpcf7c-conf,
.wpcf7-form input[type=date].wpcf7c-conf,
.wpcf7-form textarea.wpcf7c-conf {
  background: #fff;
  border: none;
  border-radius: none;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100% !important;
}
.wpcf7-form .yubin input[type=text] {
  max-width: 180px;
}
.wpcf7-form label .yubin {
  position: relative;
  top: 1em;
}
.wpcf7-form label .yubin br {
  display: none;
}
.wpcf7-form input[type=submit],
.wpcf7-form input[type=button],
.wpcf7-form .resetbtn {
  width: 10em !important;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 1em;
  text-indent: 1em;
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin: 0 1em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 1.5em;
  background: #C7B370;
  color: #F2F2F2;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=button]:hover,
.wpcf7-form .resetbtn:hover {
  cursor: pointer;
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.2);
  transform: translate(0.25em, 0.25em);
}
@media screen and (max-width: 480px) {
  .wpcf7-form input[type=submit],
  .wpcf7-form input[type=button],
  .wpcf7-form .resetbtn {
    padding: 0.5em 0.5em;
    width: 8em !important;
    margin: 0 0.5em;
  }
}
.wpcf7-form .resetbtn {
  letter-spacing: 0;
  text-indent: 0;
  background: #383c3c;
}
.wpcf7-form .wpcf7c-btn-back {
  background: #383c3c;
}

.contactformarea .form {
  width: 100%;
  margin: 0 auto 0 auto;
}

/* ボタンリスト */
.btnlist {
  list-style: none inside;
  text-align: center;
}
.btnlist li {
  display: inline-block;
}

/* 確認ページ */
input[type=hidden] {
  position: relative;
  z-index: 100;
  display: inline-block;
  background: #fff !important;
  border: #fff solid 2px;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #C7B370;
}

div.wpcf7 .ajax-loader {
  width: 0;
  height: 0;
}

@keyframes onAutoFillStart {}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important;
}

.wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
}
.wpcf7-form p, .wpcf7-form ul {
  position: relative;
  z-index: 2;
}

.formbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  z-index: 1;
  border-radius: 1em;
}

/* チェックボックス・ラジオボタン */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.75em;
}
span.wpcf7-list-item input[type=radio] + span,
span.wpcf7-list-item input[type=checkbox] + span {
  padding-right: 1em;
  font-size: 1em;
}
span.wpcf7-list-item:last-child input[type=radio] + span,
span.wpcf7-list-item:last-child input[type=checkbox] + span {
  padding-right: 0;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  cursor: pointer;
  line-height: 1em;
}
input[type=radio].wpcf7c-conf,
input[type=checkbox].wpcf7c-conf {
  display: none;
}
input[type=radio].wpcf7c-conf + span,
input[type=checkbox].wpcf7c-conf + span {
  display: none;
}

.wpcf7-list-item-label {
  cursor: pointer;
  line-height: 1em;
}

.wpcf7c-elm-step2.bdstep2 {
  display: block;
  width: 100%;
  border-bottom: #C7B370 solid 1px;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #383c3c;
  font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #C7B370;
  background: #383c3c;
  color: white;
  font-weight: 700;
}

/* 送信済メッセージ */
div.wpcf7-mail-sent-ok {
  border: 2px solid #C7B370;
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: rgba(243, 243, 243, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 999;
  transition: 1s ease;
}
#header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6em;
  margin: auto;
  background-image: url(/images/header-back-img.jpg);
}
#header .inner .logo img {
  width: 17em;
}
#header .gnav {
  /* ヘッダーナビ タブレット以上 */
  /* ヘッダーナビ タブレット以下で非表示 */
}
@media screen and (min-width: 769px) {
  #header .gnav {
    font-family: gill-sans-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    height: 2.85em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333333;
  }
  #header .gnav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8em;
    font-size: 0.65em;
  }
  #header .gnav a {
    display: inline-block;
    color: white;
  }
  #header .gnav a:hover {
    cursor: pointer;
    transform: scale(1.4);
  }
  #header .gnav li {
    display: block;
    text-align: center;
    line-height: inherit;
    border-right: 0.5px solid white;
    padding-right: 8em;
  }
  #header .gnav li:first-child {
    display: block;
    text-align: center;
    line-height: inherit;
    border-left: 0.5px solid white;
    padding-left: 6em;
  }
}
@media screen and (max-width: 768px) {
  #header .gnav {
    display: none;
  }
}

/* サイドナビ_スマホ以上 */
@media screen and (min-width: 481px) {
  .sidelinkbox {
    position: fixed;
    top: calc(50% - 3.75rem);
    right: 1.8em;
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
    z-index: 10;
    mix-blend-mode: difference;
    /* アイコン表示位置調整 */
  }
  .sidelinkbox li {
    display: inline-block;
    text-align: center;
    /* アイコンリンク_背景の円 */
  }
  .sidelinkbox li a {
    display: flex;
    align-items: center;
    justify-content: center;
    /* アイコン大きさ */
    /* アイコンリンク_背景の円ホバー */
  }
  .sidelinkbox li a::before {
    content: "";
    width: 4em;
    height: 4em;
    background-color: rgba(73, 73, 73, 0.4);
    transition: transform 0.2s ease;
    border-radius: 50%;
    mix-blend-mode: exclusion;
    transform: scale(0, 0);
    position: absolute;
  }
  .sidelinkbox li a img {
    transition: all 0.3s ease 0s;
    z-index: 3;
  }
}
@media screen and (min-width: 481px) and (min-width: 1351px) {
  .sidelinkbox li a img {
    width: 1.5em;
  }
}
@media screen and (min-width: 481px) and (max-width: 1350px) {
  .sidelinkbox li a img {
    width: 2.2em;
  }
}
@media screen and (min-width: 481px) {
  .sidelinkbox li a:hover {
    /* アイコンリンク_ホバー */
  }
  .sidelinkbox li a:hover::before {
    cursor: pointer;
    transform: scale(1, 1);
  }
  .sidelinkbox li a:hover img {
    cursor: pointer;
    transform: scale(1.15);
  }
}
/* サイドナビ_スマホサイズの場合_ */
@media screen and (max-width: 480px) {
  .sidelinkbox {
    display: flex;
    gap: 3.5em;
    flex-wrap: wrap;
    width: 80%;
    height: 3.75em;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 999;
    transition: 1s ease;
    mix-blend-mode: difference;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    /* アイコン表示位置調整 */
    /* メールアイコン位置調整 */
  }
  .sidelinkbox li {
    display: flex;
    align-items: center;
    justify-content: center;
    /* アイコンリンク_背景の円 */
  }
  .sidelinkbox li a {
    display: flex;
    align-items: center;
    justify-content: center;
    /* アイコン大きさ */
  }
  .sidelinkbox li a img {
    transition: all 0.3s ease 0s;
    z-index: 3;
  }
}
@media screen and (max-width: 480px) and (min-width: 1351px) {
  .sidelinkbox li a img {
    width: 1.5em;
  }
}
@media screen and (max-width: 480px) and (max-width: 1350px) {
  .sidelinkbox li a img {
    width: 2.2em;
  }
}
@media screen and (max-width: 480px) {
  .sidelinkbox .mail {
    position: relative;
    top: 0.2em;
  }
}
#rental-page header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(242, 242, 242, 0.94);
  z-index: 1000;
  transform: translateY(0);
  transition: transform 0.3s ease; /* スムーズにアニメーション */
}
@media screen and (max-width: 768px) {
  #rental-page header {
    display: none;
  }
}
#rental-page header.hide {
  transform: translateY(-100%); /* 上に隠す */
}
#rental-page header .header-nav {
  padding: 0 26.6em 0 30em;
  height: 6.6em;
  display: flex;
  align-items: center;
}
#rental-page header .header-nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#rental-page header .header-nav ul li a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0;
  line-height: 1.6em;
}
#rental-page header .header-nav ul li a strong {
  font-size: 1.17em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#rental-page header .header-nav ul li a span {
  font-size: 0.94em;
  color: #BAB2A0;
}
#rental-page header .header-nav ul li:last-of-type {
  position: absolute;
  right: 6em;
}
#rental-page header .btn-contact-header {
  position: absolute;
  right: 12.55em;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0;
  line-height: 1.6em;
  background-color: black;
  height: 6.6em;
  justify-content: center;
  padding: 0 1.5em;
  border-radius: 0 0 0.6em 0.6em;
}
#rental-page header .btn-contact-header strong {
  font-size: 1.17em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: white;
}
#rental-page header .btn-contact-header span {
  font-size: 0.94em;
  color: #BAB2A0;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
#front-page {
  /* ================= 格納ナビゲーション ============================================================ */
  /* -------------------------- メニューボタン ------------------------------------------- */
  /* 開閉時のアニメーション */
  /* -------------------------- 格納領域 ------------------------------------------- */
  /* 開閉時のアニメーション */
  /* メニューリスト */
}
#front-page .hm_btn, #front-page .hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  #front-page .hm_btn, #front-page .hm_menu_wrap {
    display: block;
  }
}
#front-page .hm_menu_check { /* チェックボックスを隠す */
  display: none;
}
#front-page .hm_btn {
  width: 1.33em;
  height: 1.2em;
  cursor: pointer;
  border-left: transparent solid 1.8em;
  border-right: transparent solid 1.8em;
  border-top: transparent solid 1.5em;
  border-bottom: transparent solid 1.5em;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  top: 1em;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
  /* 色反転 */
  transition: 1s ease;
  mix-blend-mode: difference;
}
#front-page .hm_btn::before, #front-page .hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: white;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
#front-page .hm_btn::before {
  box-shadow: #ffffff 0 0.532em 0;
}
#front-page .hm_btn::after {
  bottom: 0;
}
#front-page .hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  box-shadow: #ffffff 0 0.532em 0;
  transform: rotate(45deg) translate3d(0.5em, -0.25em, 0);
}
#front-page .hm_menu_check:checked ~ .hm_btn::after {
  background: #ffffff;
  transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0);
}
#front-page .hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
#front-page .hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#front-page .hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 3em 1em;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: auto;
  transition: left 1s;
  border: none;
  background: #EDE5D5;
  /* 中身デザイン */
}
#front-page .hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#front-page .hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
  height: auto;
}
#front-page .main_menu {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  font-size: 2.5em;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#front-page .main_menu li {
  position: relative;
  box-sizing: border-box;
  border-bottom: solid 1px;
  display: block;
  width: 85%;
  line-height: 3.2em;
  text-align: end;
}

#rental-page {
  /* ================= 格納ナビゲーション ============================================================ */
  /* -------------------------- メニューボタン ------------------------------------------- */
  /* 開閉時のアニメーション */
  /* -------------------------- 格納領域 ------------------------------------------- */
  /* 開閉時のアニメーション */
  /* メニューリスト */
}
#rental-page .hm_btn, #rental-page .hm_menu_wrap {
  display: block;
}
#rental-page .hm_menu_check { /* チェックボックスを隠す */
  display: none;
}
#rental-page .hm_btn {
  display: flex;
  width: 3em;
  height: 1.2em;
  cursor: pointer;
  border-left: transparent solid 1.8em;
  border-right: transparent solid 1.8em;
  border-top: transparent solid 3em;
  border-bottom: transparent solid 1.5em;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  background: transparent;
  cursor: pointer;
  z-index: 98;
  justify-content: flex-end;
  /*3本線にしたいとき
  	&::before{
  		-webkit-box-shadow: #ffffff 0 0.532em 0;
  		box-shadow: #ffffff 0 0.532em 0;
  	}
  	*/
  /* 色反転 */
  transition: 1s ease;
}
@media screen and (max-width: 768px) {
  #rental-page .hm_btn {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) {
  #rental-page .hm_btn {
    display: none;
  }
}
#rental-page .hm_btn::before {
  width: 2em;
  height: 0.13em;
  background: #383c3c;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
#rental-page .hm_btn::after {
  width: 3em;
  height: 0.13em;
  background: #383c3c;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
#rental-page .hm_btn::after {
  bottom: 0;
}
#rental-page .hm_menu_check:checked ~ .hm_btn::before {
  width: 3em;
  background: rgba(0, 0, 0, 0);
  box-shadow: #383c3c 0 0.532em 0;
  transform: rotate(45deg) translate3d(0.5em, -0.25em, 0);
}
#rental-page .hm_menu_check:checked ~ .hm_btn::after {
  background: #383c3c;
  transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0);
}
#rental-page .hm_menu_wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 97;
}
#rental-page .hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
#rental-page .hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 0em 1em 3em 1em;
  width: 100%;
  min-height: -moz-fit-content;
  min-height: fit-content;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  transition: left 1s;
  border: none;
  /* 中身デザイン */
}
#rental-page .hm_menu_wrap .is-closing {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#rental-page .hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#rental-page .hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  font-weight: 500;
  opacity: 1;
  filter: alpha(opacity=100);
  background: rgba(234, 228, 213, 0.97);
  left: 0;
  height: auto;
  min-height: 100vh;
}
@media screen and (min-width: 769px) {
  #rental-page .hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
    opacity: 0;
  }
}
#rental-page .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .logo {
  opacity: 1;
  position: relative;
  width: 20em;
  display: flex;
  height: 20em;
  align-items: flex-start;
  justify-content: flex-start;
  right: 1em;
  cursor: pointer;
}
#rental-page .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .logo img {
  width: 12em;
  height: auto;
  position: relative;
  left: 2em;
  top: 3em;
  opacity: 1;
}
#rental-page .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .gnav {
  padding: 0;
  margin-top: -13em;
  opacity: 1;
}
#rental-page .main_menu {
  position: relative;
  font-size: 1.85em;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 1em 0;
}
#rental-page .main_menu li {
  color: black;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: end;
  margin: 0 0 0 auto;
  padding: 1.2em 0.8em 0 0;
  font-size: 1em;
}
#rental-page .main_menu li a {
  color: black;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  line-height: 1em;
  /*
  &::after{
  	content: url(/images/ya.svg);
  	vertical-align: middle;
  	width: 1.75em;
  	height: auto;
  	padding: 0 0 0 0.5em;
  	position: relative;
  	left: 0;
  	bottom: 0.2em;
  	transition: all 0.4s ease-out;
  }*/
}
#rental-page .main_menu li a img {
  width: 0.35em;
}
#rental-page .main_menu li a strong {
  position: relative;
  padding: 0 0 0.5em 0;
}
#rental-page .main_menu li a span {
  font-size: 0.8em;
  color: #BAB2A0;
}
#rental-page .main_menu li a:hover::after {
  left: 0.2em;
}
#rental-page .main_menu li a:hover strong::before {
  background: currentColor;
  animation: btn-line 0.5s ease-out 0s 1 normal forwards;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 4.75em;
  background-color: rgba(243, 243, 243, 0);
  z-index: 999;
  transition: 1s ease;
}
#footer .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6em;
  margin: auto;
  background-image: url(../images/header-back-img.jpg);
}
#footer .inner .logo img {
  width: 17em;
}
#footer .wrap-copy {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 5vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  color: white;
  font-size: 0.65em;
}

#rental-page #footer {
  height: 13.75em;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#rental-page .copyright {
  font-size: 1.175em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #rental-page .copyright {
    position: relative;
    top: -2.5em;
  }
}
@media screen and (max-width: 480px) {
  #rental-page .copyright {
    top: -3.5em;
    font-size: 0.75em;
  }
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
#front-page {
  /* ================= ファーストビューここから ============================================================ */
}
#front-page .mainimg {
  width: 100%;
  height: auto;
  margin-top: 6em;
}
#front-page .wrap-mainimg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  height: calc(100vh - 8.85em);
}
@media screen and (max-width: 768px) {
  #front-page .wrap-mainimg img {
    -o-object-position: -11em 0;
       object-position: -11em 0;
    height: calc(100vh - 6em);
  }
}
#front-page .mainimg-sp {
  display: none;
}

@media screen and (min-width: 481px) {
  .wrap-main-text {
    width: 50%;
    height: 45vh;
    padding-top: 3em;
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(160, 109, 65, 0.35));
    bottom: 3em;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .wrap-main-text {
    width: 80%;
    height: 36vh;
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(160, 109, 65, 0.25));
    bottom: 0;
    right: 0;
  }
}
.wrap-main-text img {
  width: 26em;
  position: absolute;
  top: -5em;
}
@media screen and (max-width: 768px) {
  .wrap-main-text img {
    width: 40vw;
    position: absolute;
    top: -3em;
  }
}
@media screen and (max-width: 480px) {
  .wrap-main-text img {
    width: 50vw;
    position: absolute;
    top: -4em;
  }
}
.wrap-main-text .text {
  font-family: "FOT-クレー Pro DB";
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 1351px) {
  .wrap-main-text .text {
    font-size: 1em;
  }
}
@media screen and (max-width: 1350px) {
  .wrap-main-text .text {
    font-size: 1.4em;
    width: 75%;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .wrap-main-text .text {
    font-size: 1em;
    width: 75%;
    line-height: 1.8em;
  }
}

/* ================= ファーストビューここまで ============================================================ */
/* ================= メニュー ============================================================ */
.top-menu {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  /* ================= ボタン ============================================================ */
}
@media screen and (max-width: 768px) {
  .top-menu {
    flex-direction: column;
    gap: 4em;
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.top-menu .wrap-left {
  display: flex;
  background-image: url(../images/top-menu-back.webp);
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .top-menu .wrap-left {
    width: 50vw;
    box-shadow: 14px 14px 0px 0px #333333;
  }
}
@media screen and (max-width: 768px) {
  .top-menu .wrap-left {
    width: 90%;
    height: 22em;
    margin: auto;
    box-shadow: 6px 6px 0px 0px #333333;
  }
}
.top-menu .wrap-left img {
  width: 15em;
}
@media screen and (min-width: 769px) {
  .top-menu .wrap-right {
    width: 50vw;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3em 0;
  }
}
@media screen and (max-width: 768px) {
  .top-menu .wrap-right {
    width: 90%;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
}
.top-menu .wrap-right ul {
  font-family: "FOT-マティスV Pro M";
  display: flex;
  flex-direction: column;
  gap: 3em;
}
.top-menu a.btn {
  display: flex;
}
@media screen and (min-width: 769px) {
  .top-menu a.btn {
    width: 23em;
    height: 5em;
    position: relative;
    background: #fff;
    border: solid 0.2px #333333;
    transition: 0.3s;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 0px 0px #333333;
  }
  .top-menu a.btn::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 100%;
    width: 30em;
    height: 240px;
    background: #333333;
    border-radius: 50%;
    z-index: 0;
    transition: all 0.35s ease-out;
  }
}
@media screen and (max-width: 768px) {
  .top-menu a.btn {
    width: 86vw;
    height: 5em;
    position: relative;
    background: #fff;
    border: solid 0.2px #333333;
    transition: 0.3s;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 0px 0px #333333;
  }
  .top-menu a.btn::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100vw;
    height: 240px;
    background: #333333;
    border-radius: 50%;
    z-index: 0;
    transition: all 0.35s ease-out;
  }
}
.top-menu a.btn > span {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
  z-index: 2;
}
.top-menu a.btn:hover > span {
  color: #fff;
}
.top-menu a.btn:hover::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ================= ギャラリー ============================================================ */
.top-gallery {
  width: 100%;
  height: auto;
  display: flex;
  background-color: #e0c5d0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top-gallery .gallery-title img {
  width: 15em;
  margin-bottom: 1em;
  margin-top: 4em;
}
@media screen and (min-width: 769px) {
  .top-gallery .wrap-gallery {
    width: 60%;
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    margin-bottom: 6em;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .top-gallery .wrap-gallery {
    width: 95%;
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    margin-bottom: 6em;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .top-gallery .wrap-gallery a {
    width: 28%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-gallery .wrap-gallery a {
    width: 45%;
    height: auto;
  }
}
.top-gallery .wrap-gallery img {
  width: 100%;
  height: auto;
}

/* ================= 店舗情報 ============================================================ */
@media screen and (min-width: 769px) {
  .top-info {
    width: 100%;
    height: auto;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .top-info {
    flex-direction: column;
  }
}
.top-info .wrap-left {
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  height: inherit;
  align-items: center;
  background-color: #d3afc0;
  flex-direction: column;
  justify-content: center;
  gap: 2em;
}
@media screen and (min-width: 769px) {
  .top-info .wrap-left {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .top-info .wrap-left {
    width: 100%;
  }
}
.top-info .wrap-left img {
  width: 15em;
}
.top-info .wrap-left .info-line {
  display: flex;
  line-height: 1.5em;
  gap: 1em;
}
.top-info .wrap-left .info-line img {
  width: 2.5em;
  height: auto;
  display: flex;
  gap: 1em;
  line-height: 1.5em;
}
.top-info .wrap-left .info-insta {
  display: flex;
  gap: 1em;
}
.top-info .wrap-left .info-insta img {
  width: 2.5em;
  height: auto;
  display: flex;
  gap: 1em;
  line-height: 1.5em;
}
.top-info .wrap-left .text {
  font-family: "FOT-ロダン Pro M";
  text-align: center;
}
.top-info .wrap-left .text span {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
}
.top-info .wrap-left .wrap-sns {
  font-family: "FOT-ロダン Pro M";
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.top-info .wrap-left .line-text {
  font-family: "FOT-ロダン Pro DB";
}
.top-info .wrap-right {
  font-family: "FOT-ロダン Pro M";
  padding-top: 5em;
  padding-bottom: 5em;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3.5em;
}
@media screen and (min-width: 769px) {
  .top-info .wrap-right {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .top-info .wrap-right {
    width: 100%;
  }
}
.top-info img {
  width: 15em;
}
.top-info .map {
  width: 70%;
  height: 20em;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =======================================================================================================================
　　　　　　　　　レンタルスペースメインカラム
======================================================================================================================= */
/*共通パーツここから*/
/*共通パーツここまで*/
#rental-page {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.05em;
  background-color: white !important;
}
#rental-page a {
  opacity: 1;
  transition: all 0.3s;
}
#rental-page a:hover {
  opacity: 0.6;
}
#rental-page .wrap-btn-fixed {
  position: fixed;
  bottom: 3em;
  left: 6.4em;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7em;
}
@media screen and (max-width: 768px) {
  #rental-page .wrap-btn-fixed {
    flex-direction: row;
    gap: 0;
    left: auto;
    right: 2em;
    bottom: 0;
    align-items: flex-start;
    width: 100%;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  #rental-page .wrap-btn-fixed .btn-calender-fixed {
    width: 50%;
    height: 6em;
    background-color: #BAB2A0;
  }
}
#rental-page .wrap-btn-fixed .btn-calender-fixed span {
  background-color: black;
  color: #F2F2F2;
  font-size: 1.09em;
  padding: 0.5em 0.75em;
  border-radius: 2em;
  letter-spacing: 0;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #rental-page .wrap-btn-fixed .btn-calender-fixed span {
    font-size: 1em;
    padding: 0;
    height: 100%;
    border-radius: 0;
    gap: 0.25em;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #BAB2A0;
  }
}
#rental-page .wrap-btn-fixed .btn-calender-fixed span::before {
  content: "";
  display: block;
  background-image: url(/images/calender-img.svg);
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  position: absolute;
  bottom: -1.3em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #rental-page .wrap-btn-fixed .btn-calender-fixed span::before {
    display: none;
  }
}
#rental-page .wrap-btn-fixed .btn-calender-fixed span::after {
  content: "";
  display: block;
  background-image: url(/images/calender-icon.svg);
  background-repeat: no-repeat;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  bottom: -5em;
}
@media screen and (max-width: 768px) {
  #rental-page .wrap-btn-fixed .btn-calender-fixed span::after {
    position: relative;
    bottom: auto;
    width: 2.5em;
    height: 2.5em;
    padding: 0 0.3em 0 0;
  }
}
#rental-page .wrap-btn-fixed .btn-reserve-fixed {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: black;
  width: 8.7em;
  height: 8.7em;
  justify-content: center;
  border-radius: 8em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #rental-page .wrap-btn-fixed .btn-reserve-fixed {
    height: 6em;
    line-height: 1.5em;
    width: 50%;
    border-radius: 0;
  }
}
#rental-page .wrap-btn-fixed .btn-reserve-fixed strong {
  color: #F2F2F2;
  font-size: 1.17em;
}
@media screen and (max-width: 768px) {
  #rental-page .wrap-btn-fixed .btn-reserve-fixed strong {
    font-size: 1em;
  }
}
#rental-page .wrap-btn-fixed .btn-reserve-fixed span {
  color: #BAB2A0;
  font-size: 0.94em;
}
@media screen and (max-width: 768px) {
  #rental-page .wrap-btn-fixed .btn-reserve-fixed span {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 1300px) {
  #rental-page .wrap-btn-fixed {
    bottom: 48px;
    left: 85px;
    gap: 112px;
  }
  #rental-page .wrap-btn-fixed .btn-calender-fixed span {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px;
    border-radius: 32px;
  }
  #rental-page .wrap-btn-fixed .btn-calender-fixed span::before {
    width: 32px;
    height: 32px;
    bottom: -21px;
  }
  #rental-page .wrap-btn-fixed .btn-calender-fixed span::after {
    width: 56px;
    height: 56px;
    bottom: -80px;
  }
  #rental-page .wrap-btn-fixed .btn-reserve-fixed {
    width: 139px;
    height: 139px;
    border-radius: 139px;
  }
  #rental-page .wrap-btn-fixed .btn-reserve-fixed strong {
    font-size: 18.7px;
    line-height: 26px;
  }
  #rental-page .wrap-btn-fixed .btn-reserve-fixed span {
    font-size: 15px;
    line-height: 22px;
  }
}
#rental-page #main-wrap .top-main {
  background-color: #F2F2F2;
  height: 100vh;
}
#rental-page #main-wrap .top-main .main-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#rental-page #main-wrap .top-main .main-img img {
  width: 20.25em;
  height: auto;
}
#rental-page #main-wrap #rental-salon-space {
  display: flex;
  background-color: #EDE5D5;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #rental-salon-space {
    flex-direction: column;
  }
}
#rental-page #main-wrap #rental-salon-space .wrap-img {
  padding: 0 0 0 11.4em;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #rental-salon-space .wrap-img {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
#rental-page #main-wrap #rental-salon-space .wrap-img img {
  width: 36em;
  height: auto;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #rental-salon-space .wrap-img img {
    width: 100%;
  }
}
#rental-page #main-wrap #rental-salon-space .wrap-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 42.4em;
  padding: 0 0 0 3.4em;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #rental-salon-space .wrap-right {
    width: 90%;
    padding: 2em 0 0 0;
    margin: auto;
  }
}
#rental-page #main-wrap #rental-salon-space .wrap-right h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  flex-direction: column;
  font-size: 1em;
}
#rental-page #main-wrap #rental-salon-space .wrap-right h2 span {
  color: #BAB2A0;
  font-size: 2.34em;
  padding: 0 0 0.7em 0;
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #rental-salon-space .wrap-right h2 span {
    font-size: 2em;
  }
}
#rental-page #main-wrap #rental-salon-space .wrap-right h2 strong {
  font-size: 2.34em;
  line-height: 1.4em;
  padding: 0 0 1em 0;
  border-bottom: solid 1.5px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #rental-salon-space .wrap-right h2 strong {
    font-size: 1.6em;
  }
}
#rental-page #main-wrap #rental-salon-space .wrap-right p {
  font-size: 1.4em;
  margin: 2.3em auto;
  line-height: 2.2em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #rental-salon-space .wrap-right p {
    margin: 1.3em 1em;
  }
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #rental-salon-space .wrap-right p {
    font-size: 1.1em;
  }
}
#rental-page #main-wrap #rental-salon-space .wrap-right h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.34em;
  letter-spacing: 0.03em;
  white-space: nowrap;
  border-top: solid 1.5px;
  padding: 1.5em 0 0 0;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #rental-salon-space .wrap-right h3 {
    padding: 1.5em 0 1.5em 0;
  }
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #rental-salon-space .wrap-right h3 {
    font-size: 1.6em;
  }
}
#rental-page #main-wrap #room {
  display: flex;
  padding: 5.7em 9.1em;
  width: calc(100% - 18.2em);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #room {
    flex-direction: column;
    padding: 2em 0 2em 0;
    width: 90%;
    margin: auto;
  }
}
#rental-page #main-wrap #room .wrap-left {
  width: 37em;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #room .wrap-left {
    width: 100%;
  }
}
#rental-page #main-wrap #room .wrap-left h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  flex-direction: column;
  font-size: 1em;
}
#rental-page #main-wrap #room .wrap-left h2 span {
  color: #BAB2A0;
  font-size: 2.34em;
  padding: 0 0 0.7em 0;
}
#rental-page #main-wrap #room .wrap-left h2 strong {
  font-size: 2.34em;
  line-height: 1.4em;
  padding: 0 0 1em 0;
  border-bottom: solid 1.5px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #room .wrap-left h2 strong {
    font-size: 1.6em;
  }
  #rental-page #main-wrap #room .wrap-left h2 strong br {
    display: block;
  }
}
#rental-page #main-wrap #room .wrap-left p {
  font-size: 1.4em;
  margin: 1.6em auto;
  line-height: 2.2em;
  padding: 0;
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #room .wrap-left p {
    font-size: 1.1em;
  }
}
#rental-page #main-wrap #room .wrap-img img {
  width: 41.5em;
  height: auto;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #room .wrap-img img {
    width: 100%;
  }
}
#rental-page #main-wrap #PRICE, #rental-page #main-wrap #EQUIPMENT {
  background-color: #EDE5D5;
}
#rental-page #main-wrap #PRICE .wrap, #rental-page #main-wrap #EQUIPMENT .wrap {
  padding: 0 14.7em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #PRICE .wrap, #rental-page #main-wrap #EQUIPMENT .wrap {
    padding: 0;
    width: 90%;
    margin: auto;
    flex-direction: column;
    gap: 1.5em;
  }
}
#rental-page #main-wrap #PRICE .wrap h2, #rental-page #main-wrap #EQUIPMENT .wrap h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1em;
  line-height: 2.7em;
  position: relative;
  width: 12.5em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0 3em 0 0;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #PRICE .wrap h2, #rental-page #main-wrap #EQUIPMENT .wrap h2 {
    padding: 0;
  }
}
#rental-page #main-wrap #PRICE .wrap h2 strong, #rental-page #main-wrap #EQUIPMENT .wrap h2 strong {
  font-size: 2.34em;
}
#rental-page #main-wrap #PRICE .wrap h2 span, #rental-page #main-wrap #EQUIPMENT .wrap h2 span {
  font-size: 1.56em;
  color: #BAB2A0;
  letter-spacing: 0;
}
#rental-page #main-wrap #PRICE .wrap h2::after, #rental-page #main-wrap #EQUIPMENT .wrap h2::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: black;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #PRICE .wrap h2::after, #rental-page #main-wrap #EQUIPMENT .wrap h2::after {
    display: none;
  }
}
#rental-page #main-wrap #PRICE .wrap p, #rental-page #main-wrap #EQUIPMENT .wrap p {
  padding: 0 2em 0 2em;
  font-size: 1.4em;
  line-height: 2em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #PRICE .wrap p, #rental-page #main-wrap #EQUIPMENT .wrap p {
    padding: 0;
  }
}
#rental-page #main-wrap #PRICE .wrap .btn, #rental-page #main-wrap #EQUIPMENT .wrap .btn {
  width: 13em;
  height: 4em;
  border-radius: 2em;
  color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #BAB2A0;
}
#rental-page #main-wrap #PRICE .wrap .btn span, #rental-page #main-wrap #EQUIPMENT .wrap .btn span {
  font-size: 1.17em;
}
#rental-page #main-wrap #PRICE {
  padding: 6.2em 0 3.5em 0;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #PRICE {
    padding: 6.2em 0 7.5em 0;
  }
}
#rental-page #main-wrap #EQUIPMENT {
  padding: 0 0 6.2em 0;
}
#rental-page #main-wrap #slider {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #F2F2F2;
  position: relative;
  overflow: hidden;
  /* 追加 */
}
#rental-page #main-wrap #slider .slides {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}
#rental-page #main-wrap #slider .slides a {
  pointer-events: auto;
}
#rental-page #main-wrap #slider #slider .slides {
  touch-action: pan-y; /* 縦スクロールはOK、横はJSが扱う */
  -ms-touch-action: pan-y; /* 念のため古い環境 */
  overscroll-behavior-x: contain; /* 親の横スクロール連鎖を止める（Androidに効く） */
  -webkit-user-select: none; /* 長押し選択の誤爆を軽減（iOS） */
  -webkit-tap-highlight-color: transparent; /* or rgba(0,0,0,0) */
}
#rental-page #main-wrap #slider .slide {
  flex: 0 0 100%;
  box-sizing: border-box;
  width: calc(100% - 18.2em);
  padding: 5.7em 9.1em;
  touch-action: pan-y;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #slider .slide {
    width: calc(100% - 14em);
    padding: 2.7em 7em 8em 7em;
  }
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #slider .slide {
    padding: 2.7em 4em 8em 6em;
  }
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #slider .slide {
    padding: 2.7em 4em 8em 4em;
  }
}
#rental-page #main-wrap #slider .slide img {
  -webkit-user-drag: none;
  user-drag: none;
}
#rental-page #main-wrap #slider .btn-slide-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5em;
  margin: auto 0;
  width: 3.5em;
  height: 3.5em;
  background-color: #BAB2A0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3em;
  z-index: 998;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #slider .btn-slide-left {
    width: 2.5em;
    height: 2.5em;
    left: 0.5em;
  }
}
#rental-page #main-wrap #slider .btn-slide-left img {
  width: 1.2em;
  height: auto;
  position: relative;
  right: 0.1em;
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #slider .btn-slide-left img {
    width: 0.85em;
  }
}
#rental-page #main-wrap #slider .btn-slider-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto 0;
  width: 3.5em;
  height: 3.5em;
  background-color: #BAB2A0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3em;
  z-index: 998;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #slider .btn-slider-right {
    width: 2.5em;
    height: 2.5em;
    right: 0.5em;
  }
}
#rental-page #main-wrap #slider .btn-slider-right img {
  width: 1.2em;
  height: auto;
  position: relative;
  left: 0.1em;
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #slider .btn-slider-right img {
    width: 0.85em;
  }
}
#rental-page #main-wrap #slider .slider-lobby, #rental-page #main-wrap #slider .slider-A, #rental-page #main-wrap #slider .slider-B {
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #slider .slider-lobby, #rental-page #main-wrap #slider .slider-A, #rental-page #main-wrap #slider .slider-B {
    flex-direction: column;
  }
}
#rental-page #main-wrap #slider .slider-lobby .wrap-right, #rental-page #main-wrap #slider .slider-A .wrap-right, #rental-page #main-wrap #slider .slider-B .wrap-right {
  position: relative;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #slider .slider-lobby .wrap-right, #rental-page #main-wrap #slider .slider-A .wrap-right, #rental-page #main-wrap #slider .slider-B .wrap-right {
    width: 35em;
  }
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #slider .slider-lobby .wrap-right, #rental-page #main-wrap #slider .slider-A .wrap-right, #rental-page #main-wrap #slider .slider-B .wrap-right {
    width: 25em;
  }
}
#rental-page #main-wrap #slider .slider-lobby .wrap-right h2, #rental-page #main-wrap #slider .slider-A .wrap-right h2, #rental-page #main-wrap #slider .slider-B .wrap-right h2 {
  display: flex;
  flex-direction: column;
  font-size: 1em;
  line-height: 4em;
  border-bottom: solid 1px;
  padding: 0 0 1.5em 0;
}
#rental-page #main-wrap #slider .slider-lobby .wrap-right h2 span, #rental-page #main-wrap #slider .slider-A .wrap-right h2 span, #rental-page #main-wrap #slider .slider-B .wrap-right h2 span {
  font-size: 3.125em;
}
#rental-page #main-wrap #slider .slider-lobby .wrap-right h2 strong, #rental-page #main-wrap #slider .slider-A .wrap-right h2 strong, #rental-page #main-wrap #slider .slider-B .wrap-right h2 strong {
  font-size: 2.34em;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #slider .slider-lobby .wrap-right h2 strong, #rental-page #main-wrap #slider .slider-A .wrap-right h2 strong, #rental-page #main-wrap #slider .slider-B .wrap-right h2 strong {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #slider .slider-lobby .wrap-right h2 strong, #rental-page #main-wrap #slider .slider-A .wrap-right h2 strong, #rental-page #main-wrap #slider .slider-B .wrap-right h2 strong {
    font-size: 1.35em;
    line-height: 2em;
  }
  #rental-page #main-wrap #slider .slider-lobby .wrap-right h2 strong br, #rental-page #main-wrap #slider .slider-A .wrap-right h2 strong br, #rental-page #main-wrap #slider .slider-B .wrap-right h2 strong br {
    display: block;
  }
}
#rental-page #main-wrap #slider .slider-lobby .wrap-right p, #rental-page #main-wrap #slider .slider-A .wrap-right p, #rental-page #main-wrap #slider .slider-B .wrap-right p {
  font-size: 1.4em;
  padding: 1em 0 0 0;
  line-height: 1.75em;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #slider .slider-lobby .wrap-right p, #rental-page #main-wrap #slider .slider-A .wrap-right p, #rental-page #main-wrap #slider .slider-B .wrap-right p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #slider .slider-lobby .wrap-right p, #rental-page #main-wrap #slider .slider-A .wrap-right p, #rental-page #main-wrap #slider .slider-B .wrap-right p {
    font-size: 0.8em;
  }
  #rental-page #main-wrap #slider .slider-lobby .wrap-right p br, #rental-page #main-wrap #slider .slider-A .wrap-right p br, #rental-page #main-wrap #slider .slider-B .wrap-right p br {
    display: block;
  }
}
#rental-page #main-wrap #slider .slider-lobby .wrap-right .wrap-text, #rental-page #main-wrap #slider .slider-A .wrap-right .wrap-text, #rental-page #main-wrap #slider .slider-B .wrap-right .wrap-text {
  padding: 1.25em 0 0 0;
  display: flex;
  gap: 3em;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #slider .slider-lobby .wrap-right .wrap-text, #rental-page #main-wrap #slider .slider-A .wrap-right .wrap-text, #rental-page #main-wrap #slider .slider-B .wrap-right .wrap-text {
    flex-direction: column;
  }
}
#rental-page #main-wrap #slider .slider-lobby .wrap-right .wrap-text h3, #rental-page #main-wrap #slider .slider-A .wrap-right .wrap-text h3, #rental-page #main-wrap #slider .slider-B .wrap-right .wrap-text h3 {
  font-size: 1.4em;
}
#rental-page #main-wrap #slider .slider-lobby .wrap-right .wrap-text ul, #rental-page #main-wrap #slider .slider-A .wrap-right .wrap-text ul, #rental-page #main-wrap #slider .slider-B .wrap-right .wrap-text ul {
  padding: 0.5em 0 0 1.2em;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #slider .slider-lobby .wrap-right .wrap-text ul, #rental-page #main-wrap #slider .slider-A .wrap-right .wrap-text ul, #rental-page #main-wrap #slider .slider-B .wrap-right .wrap-text ul {
    width: calc(100% - 1.2em);
  }
}
#rental-page #main-wrap #slider .slider-lobby .wrap-right .wrap-text ul li, #rental-page #main-wrap #slider .slider-A .wrap-right .wrap-text ul li, #rental-page #main-wrap #slider .slider-B .wrap-right .wrap-text ul li {
  display: flex;
  justify-content: space-between;
}
#rental-page #main-wrap #slider .slider-lobby .wrap-right .wrap-text ul li strong, #rental-page #main-wrap #slider .slider-A .wrap-right .wrap-text ul li strong, #rental-page #main-wrap #slider .slider-B .wrap-right .wrap-text ul li strong {
  font-size: 1.4em;
}
#rental-page #main-wrap #slider .slider-lobby .wrap-right .wrap-text ul li span, #rental-page #main-wrap #slider .slider-A .wrap-right .wrap-text ul li span, #rental-page #main-wrap #slider .slider-B .wrap-right .wrap-text ul li span {
  font-size: 1.17em;
  display: flex;
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #slider .slider-lobby .wrap-right .wrap-text ul li span br, #rental-page #main-wrap #slider .slider-A .wrap-right .wrap-text ul li span br, #rental-page #main-wrap #slider .slider-B .wrap-right .wrap-text ul li span br {
    display: block;
  }
}
#rental-page #main-wrap #slider .slider-lobby .wrap-right .wrap-text ul li span small, #rental-page #main-wrap #slider .slider-A .wrap-right .wrap-text ul li span small, #rental-page #main-wrap #slider .slider-B .wrap-right .wrap-text ul li span small {
  display: block;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-left ul li:nth-of-type(1) {
  display: flex;
  border-bottom: solid 0.75px;
  padding: 0 0 0.4em 0.3em;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-left ul li:nth-of-type(1) strong {
  padding: 0 5.3em 0 0;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-left ul li:nth-of-type(2) {
  display: flex;
  border-bottom: solid 0.75px;
  padding: 0.4em 0 0.4em 0.3em;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-left ul li:nth-of-type(2) strong {
  padding: 0 2em 0 0;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-left ul li:last-of-type {
  display: flex;
  flex-direction: column;
  padding: 0.75em 0 0 0.3em;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-left ul li:last-of-type span {
  line-height: 1.4em;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-right ul li:nth-of-type(1) {
  display: flex;
  border-bottom: solid 0.75px;
  padding: 0 0 0.4em 0.3em;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-right ul li:nth-of-type(1) strong {
  padding: 0 5.3em 0 0;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-right ul li:nth-of-type(2) {
  display: flex;
  border-bottom: solid 0.75px;
  padding: 0.4em 0 0.4em 0.3em;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-right ul li:nth-of-type(2) strong {
  padding: 0 2em 0 0;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-right ul li:nth-of-type(3) {
  display: flex;
  border-bottom: solid 0.75px;
  padding: 0.4em 0 0.4em 0.3em;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-right ul li:nth-of-type(3) strong {
  padding: 0 2em 0 0;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-right ul li:last-of-type {
  display: flex;
  flex-direction: column;
  padding: 0.4em 0 0 0.3em;
}
#rental-page #main-wrap #slider .slider-A .wrap-text-right ul li:last-of-type span {
  line-height: 1.4em;
}
#rental-page #main-wrap #slider .slider-A .btn-fee {
  width: 13em;
  height: 4em;
  border-radius: 2em;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDE5D5;
  position: absolute;
  right: 4em;
  bottom: -3.5em;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #slider .slider-A .btn-fee {
    right: 12em;
    bottom: -5.5em;
  }
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #slider .slider-A .btn-fee {
    right: 6em;
  }
}
#rental-page #main-wrap #slider .slider-A .btn-fee span {
  font-size: 1.17em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#rental-page #main-wrap #slider .slider-B .wrap-right ul li:nth-of-type(1) {
  display: flex;
  border-bottom: solid 0.75px;
  padding: 0 0 0.4em 0.3em;
}
#rental-page #main-wrap #slider .slider-B .wrap-right ul li:nth-of-type(1) strong {
  padding: 0 5.3em 0 0;
}
#rental-page #main-wrap #slider .slider-B .wrap-right ul li:nth-of-type(2) {
  display: flex;
  border-bottom: solid 0.75px;
  padding: 0.4em 0 0.4em 0.3em;
}
#rental-page #main-wrap #slider .slider-B .wrap-right ul li:nth-of-type(2) strong {
  padding: 0 2em 0 0;
}
#rental-page #main-wrap #slider .slider-B .wrap-right ul li:last-of-type {
  display: flex;
  flex-direction: column;
  padding: 0.4em 0 0 0.3em;
}
#rental-page #main-wrap #slider .slider-B .wrap-right ul li:last-of-type span {
  line-height: 1.4em;
}
#rental-page #main-wrap #slider .slider-B .wrap-right .wrap-text-right ul li:nth-of-type(3) {
  display: flex;
  border-bottom: solid 0.75px;
  padding: 0.4em 0 0.4em 0.3em;
}
#rental-page #main-wrap #slider .slider-B .wrap-right .wrap-text-right ul li:nth-of-type(3) strong {
  padding: 0 2em 0 0;
}
#rental-page #main-wrap #slider .slider-B .wrap-right .btn-fee {
  width: 13em;
  height: 4em;
  border-radius: 2em;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDE5D5;
  position: absolute;
  right: 4em;
  bottom: -3.5em;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #slider .slider-B .wrap-right .btn-fee {
    right: 12em;
    bottom: -5.5em;
  }
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #slider .slider-B .wrap-right .btn-fee {
    right: 6em;
  }
}
#rental-page #main-wrap #slider .slider-B .wrap-right .btn-fee span {
  font-size: 1.17em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#rental-page #main-wrap #slider .slider-lobby .wrap-text {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
#rental-page #main-wrap #slider .slider-lobby .wrap-text ul {
  width: 21em !important;
}
#rental-page #main-wrap #slider .slider-lobby .wrap-text ul li {
  justify-content: flex-start !important;
}
#rental-page #main-wrap #slider .slider-lobby .wrap-text ul li:nth-of-type(1) {
  display: flex;
  border-bottom: solid 0.75px;
  padding: 0 0 0.4em 0.3em;
}
#rental-page #main-wrap #slider .slider-lobby .wrap-text ul li:nth-of-type(1) strong {
  padding: 0 5.3em 0 0;
}
#rental-page #main-wrap #slider .slider-lobby .wrap-text ul li:nth-of-type(2) {
  display: flex;
  padding: 0.4em 0 0.4em 0.3em;
  flex-direction: column;
}
#rental-page #main-wrap #slider .slider-lobby .wrap-text ul li:nth-of-type(2) strong {
  padding: 0 2em 0 0;
}
#rental-page #main-wrap #slider .slider-lobby .btn-fee {
  width: 13em;
  height: 4em;
  border-radius: 2em;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDE5D5;
  position: absolute;
  right: 2em;
  bottom: 7.5em;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #slider .slider-lobby .btn-fee {
    right: 12em;
    bottom: -6.5em;
  }
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #slider .slider-lobby .btn-fee {
    right: 6em;
  }
}
#rental-page #main-wrap #slider .slider-lobby .btn-fee span {
  font-size: 1.17em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#rental-page #main-wrap #slider .wrap-left {
  width: 35em;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #slider .wrap-left {
    width: 36em;
  }
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #slider .wrap-left {
    width: 25em;
  }
}
#rental-page #main-wrap #slider .wrap-left ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
  padding: 1em 0 0 0;
  cursor: pointer;
}
#rental-page #main-wrap #slider .wrap-left ul li {
  width: calc(33.3333333333% - 0.2em);
}
#rental-page #main-wrap #slider .wrap-left ul li:first-of-type {
  width: 100%;
}
#rental-page #main-wrap #slider .wrap-left ul li img {
  width: 100%;
  height: auto;
}
#rental-page #main-wrap #slider .wrap-right {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
#rental-page #main-wrap #slider .wrap-right h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#rental-page #main-wrap #slider .wrap-right h2 span span {
  font-size: 0.5em !important;
  padding: 0 0.5em 0 0;
}
#rental-page #main-wrap #CALENDAR {
  display: flex;
  padding: 5.7em 9.1em 3em 9.1em;
  width: calc(100% - 18.2em);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #CALENDAR {
    display: flex;
    padding: 4em 0;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    flex-direction: column;
  }
}
#rental-page #main-wrap #CALENDAR .wrap-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #CALENDAR .wrap-left {
    padding: 0 0 2em 0;
  }
}
#rental-page #main-wrap #CALENDAR .wrap-left h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1em;
  line-height: 2.7em;
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0 3em 1.25em 0;
}
@media screen and (max-width: 480px) {
  #rental-page #main-wrap #CALENDAR .wrap-left h2 {
    padding: 0 0 1.25em 0;
  }
}
#rental-page #main-wrap #CALENDAR .wrap-left h2 strong {
  font-size: 2.34em;
}
#rental-page #main-wrap #CALENDAR .wrap-left h2 span {
  font-size: 1.56em;
  color: #BAB2A0;
  letter-spacing: 0;
}
#rental-page #main-wrap #CALENDAR .wrap-left p {
  padding-bottom: 0;
  font-size: 1.4em;
  line-height: 2em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 0;
}
#rental-page #main-wrap #CALENDAR .wrap-right {
  width: 44em;
  height: 35.3em;
  background-color: #BAB2A0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #CALENDAR .wrap-right {
    width: calc(100% - 2em);
    height: 29em;
  }
}
#rental-page #main-wrap #contact {
  display: flex;
  padding: 0 9.1em 5.7em 9.1em;
  width: calc(100% - 18.2em);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #contact {
    padding: 0;
    width: 90%;
    margin: auto;
    flex-direction: column;
    padding: 0 0 4em 0;
  }
}
#rental-page #main-wrap #contact .wrap-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #contact .wrap-left {
    padding: 0 0 4em 0;
  }
}
#rental-page #main-wrap #contact .wrap-left h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1em;
  position: relative;
  padding: 0 0 2.3em 0;
}
#rental-page #main-wrap #contact .wrap-left h2 img {
  width: 20.25em;
  height: auto;
}
#rental-page #main-wrap #contact .wrap-left p {
  padding-bottom: 0;
  font-size: 1.17em;
  line-height: 2em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 0;
}
#rental-page #main-wrap #contact .wrap-left p span {
  font-size: 1.4em;
  display: block;
  padding: 0 0 0.6em 0;
}
#rental-page #main-wrap #contact .wrap-left .btn-reserve {
  width: 13em;
  height: 4em;
  border-radius: 2em;
  color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  margin: 3em 0 2em 0;
}
#rental-page #main-wrap #contact .wrap-left .btn-reserve span {
  font-size: 1em;
}
#rental-page #main-wrap #contact .wrap-left .btn-contact {
  width: 13em;
  height: 4em;
  border-radius: 2em;
  color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #BAB2A0;
}
#rental-page #main-wrap #contact .wrap-left .btn-contact span {
  font-size: 1.17em;
}
#rental-page #main-wrap #contact .wrap-right {
  width: 44em;
  height: 35.3em;
  background-color: #BAB2A0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  background-color: #EDE5D5;
}
@media screen and (max-width: 768px) {
  #rental-page #main-wrap #contact .wrap-right {
    width: calc(100% - 2em);
    height: 30em;
  }
}

/* ================= メニュー_トップ ============================================================ */
.menu-top {
  display: flex;
}
@media screen and (min-width: 769px) {
  .menu-top {
    margin-top: 6.85em;
  }
}
@media screen and (max-width: 768px) {
  .menu-top {
    margin-top: 6em;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 768px) {
  .menu-top {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .menu-top .left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .menu-top .left {
    width: 100%;
  }
}
.menu-top .left img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .menu-top .right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .menu-top .right {
    width: 100%;
  }
}
.menu-top .right .title {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(234, 208, 186));
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .menu-top .right .title {
    height: 30%;
  }
}
@media screen and (max-width: 768px) {
  .menu-top .right .title {
    height: 6em;
  }
}
.menu-top .right .title img {
  width: 15em;
  position: absolute;
  left: 10em;
}
.menu-top .right .title-bottom {
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(201, 162, 133));
}
@media screen and (min-width: 769px) {
  .menu-top .right .title-bottom {
    height: 3%;
  }
}
@media screen and (max-width: 768px) {
  .menu-top .right .title-bottom {
    height: 0.5em;
  }
}
.menu-top .right .text {
  font-family: "FOT-クレー Pro DB";
}
@media screen and (min-width: 769px) {
  .menu-top .right .text {
    height: 67%;
    display: flex;
    text-align: left;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
}
@media screen and (max-width: 768px) {
  .menu-top .right .text {
    height: auto;
    display: flex;
    text-align: left;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 3em;
  }
}

/* ================= メニュー ============================================================ */
.wrap-menu {
  font-family: "FOT-筑紫明朝 Pr6 B";
}
.wrap-menu .title {
  width: 100%;
  height: 5em;
}
@media screen and (min-width: 769px) {
  .wrap-menu .title .wrap {
    width: 80em;
  }
}
.wrap-menu .ladys {
  background-color: #e0c5d0;
}
.wrap-menu .ladys img {
  height: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .wrap-menu .ladys img {
    width: 35em;
    top: 0.25em;
  }
}
@media screen and (max-width: 768px) {
  .wrap-menu .ladys img {
    width: 28em;
    top: 1em;
  }
}
.wrap-menu .mens {
  background-color: #d4d9ff;
}
.wrap-menu .mens img {
  height: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .wrap-menu .mens img {
    width: 35em;
    top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .wrap-menu .mens img {
    width: 28em;
    top: 1.5em;
  }
}
.wrap-menu .kids {
  background-color: #ffe2c6;
}
.wrap-menu .kids img {
  height: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .wrap-menu .kids img {
    width: 32em;
    top: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  .wrap-menu .kids img {
    width: 28em;
    top: 1em;
  }
}
.wrap-menu .wrap {
  margin: auto;
  display: flex;
}
@media screen and (min-width: 769px) {
  .wrap-menu .wrap {
    width: 80em;
  }
}
@media screen and (min-width: 769px) {
  .wrap-menu .wrap {
    margin-top: 6em;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 768px) {
  .wrap-menu .wrap {
    margin-top: 3em;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 768px) {
  .wrap-menu .wrap {
    flex-direction: column;
    align-items: center;
  }
}
.wrap-menu .wrap .right {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .wrap-menu .wrap .right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .wrap-menu .wrap .right {
    margin-top: 4em;
    width: 95%;
  }
}
.wrap-menu .wrap .right img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .wrap-menu .wrap .left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .wrap-menu .wrap .left {
    width: 95%;
  }
}
@media screen and (min-width: 769px) {
  .wrap-menu .wrap .left .list {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .wrap-menu .wrap .left .list {
    width: 100%;
  }
}
.wrap-menu .wrap .left .list .title {
  text-align: center;
  display: flex;
  align-items: center;
  height: 3em;
  display: flex;
}
.wrap-menu .wrap .left .list .title .first {
  width: 29%;
}
.wrap-menu .wrap .left .list .title .second {
  width: 25%;
}
.wrap-menu .wrap .left .list .title .third {
  width: 25%;
}
.wrap-menu .wrap .left .list .title .fourth {
  width: 25%;
}
.wrap-menu .wrap .left .list .parts {
  line-height: 1.15em;
  height: 3.5em;
  display: flex;
  align-items: center;
  text-align: center;
  border-bottom: solid 0.8px;
  text-align: center;
}
.wrap-menu .wrap .left .list .parts .first {
  width: 25%;
}
@media screen and (min-width: 769px) {
  .wrap-menu .wrap .left .list .parts .second {
    width: 14%;
    padding-left: 5.5%;
    padding-right: 5.5%;
    text-align: end;
  }
  .wrap-menu .wrap .left .list .parts .third {
    width: 14%;
    padding-left: 5.5%;
    padding-right: 5.5%;
    text-align: end;
  }
  .wrap-menu .wrap .left .list .parts .fourth {
    width: 14%;
    padding-left: 5.5%;
    padding-right: 5.5%;
    text-align: end;
  }
}
@media screen and (max-width: 768px) {
  .wrap-menu .wrap .left .list .parts .second {
    width: 18%;
    padding-left: 3.5%;
    padding-right: 3.5%;
    text-align: end;
  }
  .wrap-menu .wrap .left .list .parts .third {
    width: 18%;
    padding-left: 3.5%;
    padding-right: 3.5%;
    text-align: end;
  }
  .wrap-menu .wrap .left .list .parts .fourth {
    width: 18%;
    padding-left: 3.5%;
    padding-right: 3.5%;
    text-align: end;
  }
}
.wrap-menu .wrap .left .list .parts small {
  display: block;
  font-size: 0.7em;
}
.wrap-menu .wrap .left .tax {
  text-align: end;
  font-size: 0.8em;
}
@media screen and (min-width: 769px) {
  .wrap-menu .wrap .left .tax {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .wrap-menu .wrap .left .tax {
    width: 100%;
  }
}

/* ================= フェイシャルメニュー_トップ ============================================================ */
.menu-facial-top {
  display: flex;
}
@media screen and (min-width: 769px) {
  .menu-facial-top {
    margin-top: 8.85em;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 768px) {
  .menu-facial-top {
    margin-top: 6em;
  }
}
@media screen and (max-width: 768px) {
  .menu-facial-top {
    flex-direction: column;
  }
}
.menu-facial-top .left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .menu-facial-top .left {
    width: 100%;
  }
}
.menu-facial-top .left img {
  width: 100%;
  height: auto;
}
.menu-facial-top .right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .menu-facial-top .right {
    width: 100%;
  }
}
.menu-facial-top .right .title-facial {
  width: 100%;
  height: 30%;
  position: relative;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(208, 222, 228));
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .menu-facial-top .right .title-facial {
    height: 6em;
  }
}
.menu-facial-top .right .title-facial img {
  width: 28em;
  position: absolute;
  left: 10em;
}
@media screen and (max-width: 768px) {
  .menu-facial-top .right .title-facial img {
    left: 2em;
  }
}
.menu-facial-top .right .title-bottom {
  height: 3%;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(178, 196, 202));
}
@media screen and (max-width: 768px) {
  .menu-facial-top .right .title-bottom {
    height: 0.5em;
  }
}
.menu-facial-top .right .wrap-text {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin: auto;
  height: 67%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .menu-facial-top .right .wrap-text {
    width: 90%;
    text-align: left;
    margin: auto;
    height: 67%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 4em;
    margin-bottom: 4em;
    align-items: center;
  }
}
.menu-facial-top .right .wrap-text .title {
  font-family: "FOT-マティスV Pro M";
  color: #c1976d;
  font-size: 1.5em;
  margin-bottom: 1em;
  letter-spacing: 0.15em;
}
.menu-facial-top .right .wrap-text .text {
  font-family: "FOT-クレー Pro DB";
  letter-spacing: 0.15em;
}
.menu-facial-top .right .wrap-text .text strong {
  font-size: 1.25em;
}

.facial-figure {
  background-color: #e8f4f9;
  padding-top: 10em;
  padding-bottom: 10em;
}
@media screen and (max-width: 768px) {
  .facial-figure {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
.facial-figure .wrap {
  width: 80em;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .facial-figure .wrap {
    width: 100%;
    flex-direction: column;
  }
}
.facial-figure .wrap .left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .facial-figure .wrap .left {
    width: 100%;
    margin-bottom: 4em;
    text-align: center;
  }
}
.facial-figure .wrap .left img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .facial-figure .wrap .left img {
    width: 95%;
  }
}
.facial-figure .wrap .right {
  font-family: "FOT-筑紫明朝 Pr6 B";
  width: 50%;
}
@media screen and (max-width: 768px) {
  .facial-figure .wrap .right {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.facial-figure .right {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}
.facial-figure .right .list {
  width: 90%;
}
.facial-figure .right .list .title {
  background-color: #d0dee4;
  text-align: center;
  display: flex;
  align-items: center;
  height: 3em;
  display: flex;
}
.facial-figure .right .list .title .first {
  width: 29%;
}
.facial-figure .right .list .title .second {
  width: 25%;
}
.facial-figure .right .list .title .third {
  width: 25%;
}
.facial-figure .right .list .title .fourth {
  width: 25%;
}
.facial-figure .right .list .parts {
  background-color: white;
  line-height: 1.15em;
  height: 6em;
  display: flex;
  align-items: center;
  text-align: center;
  border-bottom: solid 0.8px;
  text-align: center;
}
.facial-figure .right .list .parts .first {
  width: 25%;
  position: relative;
  left: 1em;
}
.facial-figure .right .list .parts .second {
  width: 14%;
  padding-left: 5.5%;
  padding-right: 5.5%;
  text-align: end;
}
.facial-figure .right .list .parts .third {
  width: 14%;
  padding-left: 5.5%;
  padding-right: 5.5%;
  text-align: end;
}
.facial-figure .right .list .parts .fourth {
  width: 14%;
  padding-left: 5.5%;
  padding-right: 5.5%;
  text-align: end;
}
.facial-figure .right .list .parts small {
  display: block;
  font-size: 0.7em;
}
.facial-figure .right .tax {
  width: 90%;
  text-align: end;
  font-size: 0.8em;
}

.program img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */