/* 共通 */
:root {
  --main: #108971;
  --strong: #1e324d;
  --gradient: linear-gradient(145deg, #000000, #54383814);
  --shadow: 1px 1px 3px #c5c5c5, -1px -1px 3px #e9e9e9;
}
body {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  background: #f8f8f8;
}
body > div {
  max-width: 100vw;
  overflow-x: hidden;
}
header {
  position: relative;
  width: 98vw;
  overflow-x: hidden;
}

body.loading:after, body.network_error:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #0000007b;
  color: #ffffff;
  font-size: 7.5vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
body.loading:after {
  content: '通信中';
}
body.network_error:after {
  content: 'ネットワークに接続されていません';
  font-size: 5vw;
}
label.sending {
  color: transparent!important;
}
label.sending:after {
  content: '通信中';
  position: absolute;
  color: #ffffff;
  filter: drop-shadow(0 0 2px #858585)drop-shadow(0 0 5px #858585)drop-shadow(0 0 10px #858585);
}

section {
  text-align: center;
  font-size: min(3.5vw, 1em);
  margin: 70px 15px;
  padding: 30px 15px;
}
section img {
  /*width: 100%;
  max-width: 500px;*/
  border-radius: 50%;
  box-shadow: var(--shadow);
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1 {
  color: var(--strong);
  text-decoration: underline solid 1.5px var(--main);
}
a {
  text-decoration: none;
}
small {
	color: #858585;
}
img {
  max-width: 80vw;
}

.conspicuous_btn {
  background: var(--main)!important;
  color: #ffffff!important;
}

.off_display {
  display: none!important;
}

footer {
  text-align: center;
}

/* ヘッダー */
header p, header small {
  color: #ffffff;
}
.header_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: -1;
}
.header_img img {
  width: 100%;
  height: auto;
}
.background_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #623838db, #62383847), linear-gradient(0deg, #623838 5%, #62383800 20%);
}
.header_text {
  font-size: 2rem;
  text-align: center!important;
  display: block;
}
.left {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.left img {
  filter: drop-shadow(0 0 5px #ffffff50);
}
.about {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.about p {
    margin: 10px;
    padding: 15px 30px;
    background: #ffffff;
    color: #000000;
    border-radius: 50px;
}


/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00000085;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  z-index: 2;
}

/*
.modal > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75vw;
  max-height: 75vh;
  padding: 15px;
  background: #ffffff;
  border-radius: 5px;
  overflow: scroll;
  scroll-snap-type: x mandatory;
}
.modal .close {
	position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 10px;
  background: initial;
}
*/

.on_display {
	visibility: visible;
	opacity: 1;
}

/*スクロールバー全体*/
/*
::-webkit-scrollbar {
  width: 10px;
}
*/

/*スクロールバーの軌道*/
/*
::-webkit-scrollbar-track {
  opacity: 0;
}
*/

/*スクロールバーの動く部分*/
/*
::-webkit-scrollbar-thumb {
  background: #858585;
  border-radius: 50px;
}
*/



/* 予約訴求ボタン */
.contact {
  position: fixed;
  bottom: 30px;
  right: 10px;
  overflow: visible!important;
  z-index: 3;
}
.contact a {
  background: var(--strong);
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 22px;
  /* box-shadow: var(--shadow); */
  opacity: .75;
}
.contact a span {
  font-size: .75em;
}



/* セクション目次 */
.section_index {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  /* background: linear-gradient(90deg, #ffffff, transparent); */
  filter: 
    drop-shadow(0px 0px 3px #f8f8f8)
    drop-shadow(0px 0px 3px #f8f8f8)
    drop-shadow(0px 0px 3px #f8f8f8)
    drop-shadow(0px 0px 5px #f8f8f8)
    drop-shadow(0px 0px 5px #f8f8f8);
  overflow: visible;
  z-index: 1;
}
.section_index li {
  margin: 5px 0;
  padding: 5px;
}
.section_index li a {
  color: var(--strong);
  font-size: .8em;
  opacity: .25;
}

.section_index li.on a {
  font-size: 1.1em;
  font-weight: bold;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .section_index li:not(.on) a {
    opacity: 1!important;
    color: transparent;
  }
  .section_index li:not(.on) a:before {
    content: '';
    display: block;
    width: 8px;
    height: 4px;
    opacity: 1!important;
    border: 1px solid var(--main);
    border-radius: 50%;
    transform: translate(0, 15px) rotate(135deg);
  }
}



/* ファーストビュー */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #ffffff;
  background: #000000;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}
header h1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  text-decoration: none;
}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* max-width: none; */
  /* width: 165%; */
  /* max-height: 100vh; */
  min-height: 100dvh;
  min-width: 100dvw;
  width: auto;
  height: auto;
}
header img {
  filter: drop-shadow(0 0 3px #ffffff);
}
header .back_ground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: linear-gradient(45deg, transparent, var(--main)40%, var(--strong)75%);
    opacity: 0.75;
}
header .first_view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
}

a.next_section:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 50px;
  display: inline-block;
  border-top: 3px solid #ff8e8e;
  border-right: 3px solid #86bdff;
  transform: rotate(135deg);
  animation-name: updown_next_section;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes updown_next_section {
  0% {
    transform: translateY(0)rotate(135deg);
  }
  50% {
    transform: translateY(10px)rotate(135deg);
  }
  100% {
    transform: translateY(0)rotate(135deg);
  }
}



/* 料金メニュー */
section#menu > div > div {
  margin-bottom: 60px;
}
section#menu p.menu {
  margin-top: 30px;
  font-size: 1.25em;
  color: var(--main);
}
section#menu p.price {
  font-size: 1.35em;
}
section#menu p.price small {
  font-size: .75em;
}
section#menu table.price {
  width: max-content;
  margin-left: 50%;
  transform: translateX(-50%);
}
section#menu table.price tbody {
  width: fit-content;
}
section#menu table.price tbody tr {
  width: fit-content;
}
section#menu table.price tbody td {
  width: min-content;
  text-align: right;
}
section#menu table.price tbody td:nth-child(1) {
  color: #858585;
}
section#menu table.price tbody td:nth-child(2) {
  font-size: 1.35em;
  padding-left: 10px;
}
section#menu p.detail {
  color: #858585;
}
section#menu p.more {
  display: inline-block;
  padding: 5px 10px;
  background: #ffffff;
  box-shadow: var(--shadow);
  border-radius: 50px;
  cursor: pointer;
}
section#menu p.more:after {
  content: '';
  background: url(../img/window_icon.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: min(1.75vw, .8em);
  height: min(1.75vw, .8em);
  margin-left: .8vw;
}
section#menu span.notice {
  font-size: .9em;
  color: 
}
section#menu span.notice:before {
  content: '※ ';
}

.balloon {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-50%, -17.5px);
  max-width: 80vw;
  padding: 0 15px;
  background: #ffffff;
  box-shadow: var(--shadow);
  border-radius: 5px;
  display: none;
  z-index: 1;
}
.balloon:after {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 65px;
  height: 5px;
  background: #ffffff;
}
.balloon img {
  width: 80px;
}
.balloon.on {
  display: block!important;
}



/* 施術の流れ */
section#flow div p {
  position: relative;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: var(--shadow);
  background: #ffffff;
}
section#flow div p:not(:last-child) {
  margin-bottom: 5vw;
}
section#flow div p:not(:last-child):after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 3vw;
  height: 3vw;
  border-top: .5vw solid #ff8e8e;
  border-right: .5vw solid #86bdff;
  transform: rotate(135deg)translate(50%, 50%);
}



/* 予約 */
form .box {
  width: 75vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  /* background: #ffffffa0; */
  padding: 50px;
  padding-top: 110px;
}
div.valinfo {
  background: var(--main);
  color: #ffffff;
  padding: 15px 0;
  border-radius: 50px;
}

.question {
  background: #ffffff;
  margin: 10px 0;
  padding: 10px 0;
  box-shadow: var(--shadow);
}
.question_result > a {
  transform: scale(.85);
}
.question input[type="button"] {
  background: var(--strong);
  color: #ffffff;
  border: 0;
  border-radius: 50px;
  width: 70px;
  padding: 5px 0;
  margin: 0 10px;
}

/* 202405202354 Yudai - 予約フォームを削除・外部予約リンク追加 - start */
section#contact div.reserve {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  margin-top: 50px;
}
section#contact div.reserve a {
  width: 62.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  box-shadow: var(--shadow);
  border-radius: 5px;
  padding: 5vw;
  margin-bottom:10px;
  background: var(--main);
  color: #ffffff;
}
section#contact div.reserve a * {
  margin: 2px 0;
  font-size: 1.15em;
}
section#contact div.reserve h4 {
  /* color: var(--main); */
  color: #ffffff;
}
section#contact div.reserve p small {
  color: #ffffffab;
}
/*
section#contact div.reserve p:last-child {
  font-size: 12px;
  color: #000000;
}
section#contact div.reserve p:last-child small {
  color: red;
}
*/
/* 202405202354 Yudai - 予約フォームを削除・外部予約リンク追加 - end */

/* 20240710 Yudai - 外部予約リンク 新しいリンク - start */
a.new {
  position: relative;
  /*background: #ff8e8e !important;*/
}
a.new:before {
  content: 'NEW';
  position: absolute;
  top: 25%;
  left: 17.5%;
  transform: translate(-100%, -25%) rotate(-25deg);
  color: #000000;
}
a.new._white:before {
  color: #ffffff !important;
}
/* 20240710 Yudai - 外部予約リンク 新しいリンク - end */

/* 20250203 Yudai - 22時以降のリンクのデザイン変更 - start */
a.night {
  position: relative;
}
a.night:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg, var(--strong) 5%,
    transparent 40% 50%,
    #ffff9e 100%);
  opacity: .5;
}
/* 20250203 Yudai - 22時以降のリンクのデザイン変更 - end */

/* 20250205 Yudai - [全身メンテナンス] と [美容鍼] のメニュー項目をアコーディオン化 - start */
.reserve .group {
  margin-bottom: 20px;
}
.reserve .group > div {
  width: min-content;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.group:has(button.on) > div {
  width: min-content;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.reserve .group button {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  font-size: 1.25rem;
  font-family: 'Noto Serif JP';
  box-shadow: var(--shadow);
  overflow: hidden;
}
.reserve .group button:after {
  content: '';
  position: absolute;
  right: 25px;
  bottom: 50%;
  transform: translateY(35%)rotate(45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  display: block;
}
/* 20250205 Yudai - [全身メンテナンス] と [美容鍼] のメニュー項目をアコーディオン化 - end */

.group.visit button, .group.visit > div > a {
  background: var(--strong) !important;
  color: #ffffff !important;
}

/* 20240822 Yudai - 外部予約リンク 種別リンク - start */
a.body_and_beauty {
  background: linear-gradient(180deg, var(--main), #86bdff) !important;
}
a.body_and_beauty small {
  color: #000000 !important;
  opacity: .8;
}
a.beauty {
  position: relative;
  background: #86bdff !important;
}
a.beauty * {
  color: #000000 !important;
}
a.beauty small {
  opacity: .5;
}
a.monitor {
  position: relative;
  background: #eedfff !important;
}
a.monitor * {
  color: #000000 !important;
}
a.monitor small {
  opacity: .5;
}
a.local {
  position: relative;
  background: #ffffff !important;
}
a.local * {
  color: #000000 !important;
}
a.local small {
  opacity: .5;
}
a.meridian_technique {
  position: relative;
  background: #fde77b !important;
}
a.meridian_technique * {
  color: #000000 !important;
}
a.meridian_technique small {
  opacity: .5;
}
/* 20240822 Yudai - 外部予約リンク 種別リンク - end */

a.target {
  background: var(--strong) !important;
}
a.target * {
  color: #ffffff !important;
  opacity: 1 !important;
}
a.target:after {
  background: initial;
}

.moxibustion {
  position: relative;
}
.moxibustion:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #db7500 5%, transparent 40% 50%, #fdc0ff 100%);
  opacity: .5;
}
.sucking_balls {
  position: relative;
}
.sucking_balls:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #b250f5 5%, transparent 40% 50%, #8bb8cf 100%);
  opacity: .5;
}

dt, dd {
  margin: 0;
}
dt {
  margin-top: 35px;
  position: relative;
  top: 0;
  left: 0;
}
dt span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--subc);
  color: #ffffff;
  padding: 3px 7.5px;
  border-radius: 25px;
  font-size: .5em;
  margin-left: 15px;
}
form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
form p {
  margin-top: 20px;
  margin-bottom: 0;
}
form input, form select, form textarea {
  font-size: 16px;
  padding: 5px 30px;
  text-align: center;
  margin: 5px 15px;
  border: solid .5px #858585;
  border-radius: 5px;
  width: 50vw;
  max-width: 350px;
}
form textarea {
  width: 100%!important;
  height: 20vh!important;
  resize: none;
  text-align: left;
  padding: 5px 10px;
}
form input[type="button"] {
  background: var(--main);
  color: #ffffff;
  border: 0;
  border-radius: 50px;
  margin: 15px 0;
}
form .required {
  position: relative;
}
form .required:before {
  content: '*';
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(0, -50%);
  color: var(--strong);
}
form a,#check a#send, div#are_you_over_twenty a#yes, button {
  -webkit-appearance: none;
  padding: 15px 45px;
  border: none;
  color: #ffffff;
  background: var(--main);
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.offdisplay {
  display: none;
}
div.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4d4d4db3;
  transition: all .4s;
  z-index: 999;
}
div.modal > div {
  position: relative;
  background: #ffffff;
  padding: 50px 50px;
  border-radius: 5px;
  max-height: 70vh;
  overflow-y: scroll;
}
div.modal > div::-webkit-scrollbar {
  width: 10px;
}
div.modal > div::-webkit-scrollbar-track {
  border-radius: 5px;
}
div.modal > div::-webkit-scrollbar-thumb {
  background: var(--main);
  border-radius: 5px;
}
div#check >div table {
  text-align: left;
}
div#check >div table th {
  padding: 5px 10px;
  padding-right: 30px;
}
div#check >div table td {
  padding: 5px 10px;
  max-width: 50vw;
}
div#check >div table tr:nth-child(odd), table#mfp_confirm_table tr:nth-child(odd) {
  background: #fafafa7a;
}
div.modal:target {
  visibility: visible;
  opacity: 1;
}
div#check >div table td[data-id="comments"] {
  font-size: .75em;
}
/*
a.unexplored {
  position: relative;
}
*/
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #585858;
  background: transparent;
  text-decoration: none;
  font-size: 1.5em;
  margin: auto;
  cursor: pointer;
}
a.unexplored:after {
  content: '必須項目は全てご記入ください';
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: max-content;
  color: #000000;
  background: #ffffff;
  border: 5px solid var(--main);
  padding: 25px;
  border-radius: 5px;
  transition: 4s;
}
/*
a.unexplored:before {
  content: '';
  position: absolute;
  bottom: 50px;
  border: solid 15px transparent;
  border-top: solid 15px var(--main);
}
*/
div.down {
  position: relative;
  /* top: 50px; */
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
}
div.down a:before {
  content: '';
  position: absolute;
  left: 50%;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 100%;
  height: 100%;
  transform: translate(-50%)rotate(-45deg);
}
/*::selection {
  background: var(--body);
  color: #ffffff;
}
::-moz-selection {
  background: var(--body);
  color: #ffffff;
}*/
table#mfp_confirm_table td {
  max-width: 74vw;
  padding: 10px 0;
  font-size: .8em;
}



/* 背景画像 */
.decoration {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: 1s;
  z-index: -1;
}
.decoration img {
  position: absolute;
  opacity: .05;
  transition: .5s;
  width: 130px;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.decoration img.left {
  bottom: 40px;
  left: 0;
  animation-name: updown_left;
  animation-delay: 0s;
}
.decoration img.right {
  top: 250px;
  right: 0;
  animation-name: updown_right;
  animation-delay: .75s;
}

@keyframes updown_left {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown_right {
  0% {
    transform: translateY(0)scale(-1, 1);
  }
  50% {
    transform: translateY(-20px)scale(-1, 1);
  }
  100% {
    transform: translateY(0)scale(-1, 1);
  }
}