@charset "UTF-8";
/* Base styles */
body {
  margin: 0;
  font-size: 14px;
}

footer {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
}

.main-page {
  min-height: calc(100vh - 130px);
  overflow: hidden;
  margin-top: 50px;
}

.copyright {
  margin: 30px;
  text-align: center;
}

.construction {
  text-align: center;
  margin: 200px auto;
}

.alert {
  float: right;
  z-index: 1000;
  position: absolute;
  top: 100px;
  /*margin: 100px 5% 0 0;*/
}

.header-image {
  /*margin-top: -50px;*/
  /*z-index: 2;*/
}

ul.new-header {
  margin-top: 0;
}

#new-header > ul > li.logo > a > img {
  /*padding-top: 15px;     */
}

#new-header > ul > li:nth-child(5) > a > img {
  padding-top: 0px;
}

#new-header > ul > li:nth-child(6) > a > img {
  padding-top: 0px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

th {
  text-align: center;
}

.payment_price {
  text-align: right;
}

.my-form {
  width: 80%;
}

/* form 横幅 */
.width-100 {
  width: 100px;
}

.height-30 {
  height: 30px;
}

.btn-search {
  border-radius: 10%;
  background-color: #d3d3d3;
}

.btn-search:hover {
  background-color: #a9a9a9;
}

.col-search {
  display: inline-block;
}

@media (max-width: 670px) {
  .main-page {
    width: 100%;
  }
  .alert {
    float: right;
    z-index: 1000;
    position: absolute;
    top: 100px;
    /*margin: 120px 0 0 0;*/
  }
  .my-form {
    width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.5s ease 0s 1 normal;
}
.modal .modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 5px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .modal .modal-content {
    width: 90%;
  }
}
.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .close:hover, .modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.input-field {
  margin: 15px auto;
}

.btn {
  margin: 15px auto;
  display: inline-block;
  max-width: 200px;
  text-align: left;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 4px;
}
.btn:active {
  transform: translateY(4px);
  border-bottom: none;
}

.btn-small {
  margin: 5px;
  background-color: #2191FB;
  color: white;
}

.container {
  width: 80%;
  margin: 10vw auto;
}

.input-wrapper {
  display: flex;
  border-top: 1px solid grey;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
}
.input-wrapper:last-of-type {
  border-bottom: 1px solid grey;
}
.input-wrapper .label-field {
  width: 30%;
  padding: 1em;
  background-color: #ccc;
  font-weight: bold;
}
.input-wrapper .input-field {
  margin: 0 auto;
  width: 70%;
  text-align: left;
  padding: 1em;
}
.input-wrapper .input-field p {
  margin: 0.5em;
}

.short-input {
  width: 50px;
}

.middle-input {
  width: 100px;
}

.long-input {
  width: 200px;
}

.error_box {
  margin: 0.5em auto;
  background-color: #f2dede;
  border: 1px solid #ebcccc;
  color: #a94442;
}
.error_box p {
  text-align: center;
  margin: 0.5em auto;
}

.fadein {
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.header-image {
  background-image: url("/assets/header1.jpg");
  margin-top: -145px;
  height: 600px;
  width: 100%;
  background-size: cover;
}

.text-main {
  margin-top: 250px;
}

.flex-box {
  display: flex;
  justify-content: space-around;
}

.item {
  width: 30%;
}

.top-comment {
  margin-top: 50px;
}

.top-comment .title {
  font-weight: bolder;
  font-size: 20px;
}

#new_user > div.actions > input {
  margin: 20px 0px;
}

.signup, .signin {
  margin: 0 20px;
}

.lppage-img > img {
  margin: 30px auto;
  width: 80%;
  height: auto;
  display: inline-block;
  border: 1px solid gray;
}

.size-h3 {
  font-size: 2.5vw;
  font-weight: bold;
}

.size-h2 {
  font-weight: bold;
  font-size: 3vw;
}

.size-p {
  font-size: 2vw;
}

.lppage-main .bottom {
  margin-bottom: 100px;
  text-align: center;
}

.lppage-main .btn-inquiry-hpcm {
  background: #deb887;
  color: white;
  text-align: center;
  margin: 0 auto;
  padding: 1.2vw 4vw 2vw 4vw;
  font-size: 2.5vw;
  width: 100%;
  height: 6vw;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid gray;
  /**/
  display: inline-block;
  font-weight: bold;
  background-image: linear-gradient(-90deg, #FF006E, #FFD500);
  transition: 0.5s;
  background-size: 200%;
}

.lppage-main .btn-inquiry-hpcm:hover {
  background-position: right center;
  color: white;
}

.lppage-main .hpcm-inquiry-btn > a {
  text-decoration: none;
}

.lppage-main .hpcm-inquiry-btn {
  font-family: "Yu Gothic", YuGothic, Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  width: 60vw;
  margin: 0 auto 50px;
}

.lppage-main div, .lppage-main p, .lppage-main h1, .lppage-main h2, .lppage-main h3 {
  text-align: center;
}

.lppage-main img {
  border-radius: 2px;
}

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "⬆︎";
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: "PAGE TOP";
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

@media (max-width: 970px) {
  .header-image {
    background-image: url("/assets/header1.jpg");
    margin-top: -100px;
    height: 500px;
    width: 100%;
    background-size: cover;
  }
  .text-main {
    margin-top: 200px;
  }
  .title {
    margin-left: 15px;
    margin-right: 15px;
  }
  .flex-box {
    display: block;
    margin-left: 30px;
    margin-right: 30px;
  }
  .item {
    width: 80%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 760px) {
  .header-image {
    background-image: url("/assets/header1.jpg");
    height: 400px;
    width: 100%;
    background-size: cover;
  }
  .text-main {
    margin-top: 190px;
  }
}
.readme {
  margin: 30px 30px;
}

.lppage-top {
  margin-top: 0px;
  background-image: url("/new-images/worry-2.jpg");
  width: 100vw;
  height: 55vw;
  background-size: cover;
}

span.Heading {
  font-weight: bold;
}

.inquiries-table tbody td {
  overflow-x: scroll;
}

#inquiry-index {
  width: 80%;
  margin: 150px auto;
}

#inquiry .my-form {
  display: block;
  width: 75vw;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: rgb(232, 240, 254);
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

#inquiry textarea.my-form {
  display: block;
  width: 75vw;
  height: 200px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: rgb(232, 240, 254);
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

#inquiry .actions {
  margin-top: 20px;
}

#inquiry .send-submit {
  background: #337ab7;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 4px;
  border-color: #2e6da4;
  border: solid 1px rgba(0, 0, 0, 0);
}

#inquiry .send-submit:hover {
  opacity: 0.7;
}

.top-image {
  width: 100%;
}

.main-main {
  margin-top: 80px;
  min-height: calc(100vh - 430px);
}

.top-word-word {
  position: absolute;
  top: 110px;
  padding: 0 23%;
  font-size: 1vw;
  font-weight: 600;
  margin: 0 auto;
  z-index: 2;
}
.top-word-word .title-1, .top-word-word .title-2 {
  font-size: 2.5vw;
  font-weight: 700;
}
.top-word-word .title-1 {
  margin-top: 2.1vw;
}
.top-word-word span {
  margin-right: 20px;
  font-size: 1.2vw;
}
.top-word-word .shop {
  display: grid;
  grid-template-columns: 18% 22% 59%;
  margin-bottom: 2.1vw;
}
.top-word-word .top-banner {
  margin-top: 2.1vw;
  width: 50%;
}

@media screen and (max-width: 792px) {
  .main-main {
    margin-top: 0px;
    min-height: calc(100vh - 230px);
  }
  .top-word-word {
    padding: 0;
    left: 15px;
    font-size: 10px;
    top: calc(15vw + 80px);
    width: 90%;
  }
  .top-word-word .shop {
    display: grid;
    grid-template-columns: 15% 70%;
    margin-bottom: 30px;
  }
  .top-word-word .shop .kitamura {
    display: block;
    width: 300px;
  }
  .top-word-word .title-1, .top-word-word .title-2 {
    font-size: 7vw;
  }
  .top-word-word .title-1 {
    margin-top: 30px;
  }
  .top-word-word .top-banner {
    width: 250px;
  }
}
#main-top .top-word {
  position: relative;
}
#main-top .sale-metatron {
  position: absolute;
  top: 34vw;
  left: 21vw;
  width: 8vw;
  height: 12vw;
  opacity: 0.5;
}
#main-top .features {
  width: 90%;
  margin: 50px auto 0;
}
#main-top .features .features-top {
  width: 90%;
  margin: 0 auto;
}
#main-top .features .features-top .sp-top-banner {
  display: none;
}
#main-top .features .features-top h3 {
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  font-weight: 900;
}
#main-top .features .features-top .top-word {
  font-size: 20px;
  font-weight: 700;
}
#main-top .features .features-top .mstarcosmic {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 792px) {
  #main-top .features .features-top .mstarcosmic {
    font-size: 30px;
  }
  #main-top .features .features-top .top-word {
    font-size: 13px;
  }
}
#main-top .features .features-top p {
  font-size: 11px;
  padding: 1%;
  font-weight: 500;
}
@media screen and (max-width: 792px) {
  #main-top .features {
    width: 90%;
  }
  #main-top .metatron-features .metatron-features-title {
    font-size: 4vw;
  }
  #main-top .metatron-features .detail {
    display: none;
  }
  #main-top .metatron-features .sp-detail {
    display: block;
    font-size: 11px;
    margin: 20px 0;
  }
  #main-top .metatron-features .sp-about-metatron-link:hover {
    opacity: 0.8;
  }
  #main-top .metatron-features .metatron-feature {
    display: block;
  }
  #main-top .metatron-features .metatron-feature .metatron-feature-each {
    width: 100%;
  }
  #main-top .metatron-features .metatron-feature .metatron-feature-each .title {
    margin: 20px 0;
    font-size: 4vw;
  }
  #main-top .metatron-features .metatron-feature .metatron-feature-each .detail {
    display: none;
  }
  #main-top .metatron-features .metatron-feature .metatron-feature-each .sp-detail {
    display: block;
    text-align: center;
    font-size: 11px;
  }
}

.metatron-features {
  margin: 50px 0 0;
  padding: 5% 10%;
  color: #000;
  background: rgba(63, 152, 239, 0.2);
}
.metatron-features .sp-detail {
  display: none;
}
.metatron-features p {
  font-size: 11px;
  padding: 10px 10px 20px 10px;
  color: #000;
}
.metatron-features .about-button {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 30px;
}
.metatron-features .about-button a > img {
  display: inline-block;
  width: 18vw;
}
.metatron-features .about-button a > img:hover {
  opacity: 0.8;
}
.metatron-features .metatron-features-title {
  padding: 20px 1%;
  font-size: 17px;
  text-align: center;
}
.metatron-features .metatron-feature {
  color: #000;
  display: flex;
  justify-content: space-between;
}
.metatron-features .metatron-feature .metatron-feature-each {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.metatron-features .metatron-feature .metatron-feature-each .title {
  text-align: center;
  margin: 30px 0;
  font-size: 1.2vw;
}
.metatron-features .metatron-feature .metatron-feature-each .detail {
  text-align: center;
  color: #000;
  font-size: 1vw;
  padding: 7px;
}
.metatron-features .metatron-feature .metatron-feature-each .sp-detail {
  display: none;
}
.metatron-features .metatron-feature .metatron-feature-each .feature-img {
  display: inline-block;
  width: 38vw;
  height: 25vw;
  object-fit: cover;
}

@media screen and (max-width: 792px) {
  .features {
    width: 100%;
    margin: 30px 0;
  }
  .features .features-top .sp-top-banner {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .metatron-features .metatron-feature .metatron-feature-each .feature-img {
    width: 80vw;
    height: 53vw;
    margin: 20px 0;
  }
}
#plan_price {
  width: 80%;
  margin: 0 auto 50px;
  font-size: 11px;
  /*position: relative;*/
  /*background: gray;*/
}

#plan_price > img {
  display: inline-block;
  margin: 50px 0;
  width: 100%;
}

#plan_price > .price_link_div {
  position: relative;
  /*text-align: center;*/
}

#plan_price > .price_link_div img {
  display: inline-block;
  width: 16vw;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 8vw);
}

#plan_price > .price_link_div img:hover {
  opacity: 0.8;
}

#sp-plan_price {
  display: none;
}

@media screen and (max-width: 792px) {
  #plan_price {
    display: none;
  }
  #sp-plan_price {
    display: block;
    position: relative;
    width: 80%;
    margin: 0 auto 50px;
  }
  #sp-plan_price .plan_price_img {
    width: 100%;
    margin: 30px 0;
  }
  .sp-price_link_div {
    background: #fff;
    height: 200px;
    line-height: 200px;
    text-align: center;
  }
  .sp-price_link_div a > .sp-price_button {
    width: 70%;
  }
  .sp-price_link_div a > .sp-price_button:hover {
    opacity: 0.8;
  }
}
#footer {
  background: #fff;
  width: 60%;
  height: 300px;
  padding: 50px 0;
  margin: 0 auto;
}
#footer .footer-upper {
  text-align: right;
  height: 40px;
  display: grid;
  grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
}
#footer .footer-upper img.metatron-logo {
  display: inline-block;
  width: 80%;
}
#footer .footer-upper img.metatron-logo:hover {
  opacity: 0.8;
}
#footer .footer-middle {
  height: 30px;
  padding-left: 16.6%;
  display: grid;
  grid-template-columns: 16% 30% 15% 30%;
  text-align: center;
}
#footer .footer-middle a {
  color: #000;
}
#footer .footer-lower {
  height: 30px;
  padding-left: 40%;
  display: grid;
  grid-template-columns: 35% 20% 44%;
  font-size: 0.8rem;
  text-align: right;
}
#footer .footer-lower a {
  color: #000;
}
#footer .page_up_link {
  margin: 30px 0;
  text-align: right;
}
#footer .page_up_link .page_top img {
  transform: scale(0.3);
}

#sp-footer {
  display: none;
}

#copyright {
  display: block;
  padding: 0 20%;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: rgba(255, 255, 255, 0.8196078431);
  text-align: right;
}

#sp-copyright {
  display: none;
}

@media screen and (max-width: 792px) {
  #footer {
    display: none;
  }
  #sp-footer {
    background: #fff;
    height: 25vw;
    line-height: 25vw;
    display: grid;
    grid-template-columns: 20% 35% 30%;
    justify-content: space-around;
  }
  #sp-footer .metatron-logo {
    width: 100%;
  }
  #sp-footer .page_up_link {
    text-align: right;
  }
  #sp-footer .page_up_link .page_top img {
    transform: scale(0.3);
  }
  #copyright {
    display: none;
  }
  #sp-copyright {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #000;
    color: rgba(255, 255, 255, 0.8196078431);
  }
}
#meishiki-show .meishiki-show-image {
  width: 80%;
  height: auto;
}

.meishiki-new-btn {
  margin: 20px 0;
  display: inline-block;
  float: right;
}

#meishiki-index-area {
  width: 100%;
}
#meishiki-index-area .meishiki-index {
  height: 70px;
  padding: 10px 0;
  border-bottom: solid 1px #dcdcdc;
}
#meishiki-index-area .meishiki-index-image {
  margin: 0 0 0 50px;
  width: 50px;
  height: 50px;
}
#meishiki-index-area .meishiki-index-name {
  width: 180px;
  display: inline-block;
  padding: 10px 30px 10px 0;
}
#meishiki-index-area .meishiki-index-title {
  font-size: 30px;
  margin: 30px 0;
}
#meishiki-index-area .meishiki-index-category {
  display: inline-block;
  width: 100px;
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 500px) {
  #meishiki-index-area .meishiki-index-name {
    font-size: 12px;
    width: 100px;
    display: inline-block;
    padding: 10px 0px 10px 0;
  }
  #meishiki-index-area .meishiki-new-btn {
    width: 100px;
    font-size: 12px;
  }
  #meishiki-index-area .meishiki-index-title {
    font-size: 20px;
  }
  #meishiki-index-area .meishiki-index-image {
    margin: 0;
  }
}

.page_content-title {
  float: left;
}

td.center {
  text-align: center;
}

td.right {
  text-align: right;
}

.paytype {
  display: block;
  max-width: 280px;
}

h3.paytitle {
  margin-top: 120px;
  text-align: center;
}

.cancel {
  float: right;
}

p.test {
  text-align: center;
}

.bought-coupon {
  width: 80%;
  margin: 50px auto;
  text-align: center;
}

.bought-coupon > .title {
  margin: 20px 0;
  font-weight: bold;
}

.bought-coupon {
  font-size: 12px;
}

.schedule {
  text-decoration: none;
  display: inline-block;
}

.modal-backdrop {
  position: relative;
  z-index: 1;
}

#user-modal > div > div > div {
  position: relative;
  z-index: 100;
}

.today {
  background: #c0c0c0;
}

.calendar-title {
  z-index: 2;
  margin: 10px 0 20px 0;
}

.tooltip-inner {
  max-width: 100px;
}

#reservation_remarks {
  width: 100%;
}

.my-reserved-title {
  margin: 30px 0;
}

.modal-content .container {
  width: 100%;
}

.modal-content {
  width: 90%;
}

.modal-content {
  z-index: 1500;
}

tbody {
  z-index: 1;
  height: 80%;
  overflow-y: scroll;
}

.dammy {
  opacity: 0;
}

table.table-headerfixed {
  /*    width: 100%;*/
}

table.table-headerfixed thead,
table.table-headerfixed tbody {
  display: block;
  overflow-x: scroll;
}

table.table-headerfixed tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

table.table-headerfixed tbody {
  height: 400px;
  overflow-y: scroll;
}

th.table-date {
  min-width: 120px;
  width: 22%;
}

td.table-frame {
  min-width: 30px;
  width: 6%;
}

th.table-date-header {
  min-width: 120px;
  width: 22%;
}

td.table-frame-header {
  min-width: 30px;
  width: 6%;
}

.color-red {
  color: red;
}

.color-red:hover {
  color: red;
  font-size: 120%;
}

h2.sanmei-title {
  text-align: center;
}

.sanmei-btn {
  margin: 10px 0;
  width: 150px;
  text-align: center;
}

ul.sanmei-ul {
  padding: 0 0;
  margin: 0 auto;
  list-style: none;
}

ul.sanmei-ul > li {
  text-align: center;
}

.meishiki {
  margin-top: 200px;
  margin-bottom: 200px;
  text-align: center;
}

.meishiki select {
  border: 1px solid #d3d3d3;
}

#schedule {
  height: 70vh;
}
#schedule h2 {
  border-bottom: 1px solid gray;
  padding-bottom: 30px;
  margin: 100px 10% 0px 10%;
  text-align: center;
}
#schedule .staff-schedule {
  text-align: center;
}

#schedule-new td.allChecked {
  line-height: 82px;
  font-weight: bold;
}
#schedule-new .back-link {
  width: 60%;
  margin: 100px auto 0;
  text-align: left;
}
#schedule-new .title {
  margin: 10px auto 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
#schedule-new div.table-responsive.table-width.schedule > table {
  width: 60%;
  margin: 0 auto;
}
#schedule-new div.table-responsive.table-width.schedule > table > tbody {
  display: block;
  height: 500px;
  overflow: auto;
}
#schedule-new thead, #schedule-new tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#schedule-new div.table-responsive.table-width > table > thead > tr > th {
  padding: 1.2vw;
  text-align: center;
  font-weight: normal;
}
#schedule-new th.calender-date {
  font-size: 2vw;
}
#schedule-new div.table-responsive.table-width > table > tbody > tr > th {
  text-align: center;
  margin: 0 auto;
  font-size: 2vw;
  font-weight: normal;
}
#schedule-new div.table-responsive.table-width.schedule > table > tbody > tr > td {
  text-align: center;
}
#schedule-new div.table-responsive.table-width > table > tbody > tr > td > a {
  padding-top: 20px;
  font-size: 20px;
}
#schedule-new .schedule table th, #schedule-new .schedule table td {
  width: 12.3%;
}
#schedule-new .schedule-submit {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  #schedule-new div.table-responsive.table-width.schedule > table {
    width: 90%;
    margin: 0 auto;
  }
  #schedule-new .schedule-submit {
    width: 90%;
    margin: 0 auto;
  }
  #schedule-new .week-flex {
    width: 90%;
  }
}
#schedule-new .schedule-submit-tr {
  background: white;
  border: 4px solid red;
  border-style: none;
  text-align: right;
}
#schedule-new .schedule-submit-tr td {
  border-style: none;
}
#schedule-new .schedule-submit-tr th {
  border-style: none;
}
#schedule-new .thead-dates {
  background: #696969;
  color: #fff;
}

#all_schedules td.allChecked {
  line-height: 82px;
  font-weight: bold;
}
#all_schedules .back-link {
  width: 60%;
  margin-top: 100px;
  text-align: left;
}
#all_schedules .title {
  margin: 10px auto 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
#all_schedules div.table-responsive.table-width.schedule > table {
  width: 60%;
  margin: 0 auto;
}
#all_schedules div.table-responsive.table-width.schedule > table > tbody {
  display: block;
  height: 500px;
  overflow: auto;
}
#all_schedules thead, #all_schedules tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#all_schedules div.table-responsive.table-width > table > thead > tr > th {
  padding: 1.2vw;
  text-align: center;
  font-weight: normal;
}
#all_schedules th.calender-date {
  font-size: 2vw;
}
#all_schedules div.table-responsive.table-width > table > tbody > tr > th {
  text-align: center;
  margin: 0 auto;
  font-size: 2vw;
  font-weight: normal;
}
#all_schedules div.table-responsive.table-width.schedule > table > tbody > tr > td {
  text-align: center;
}
#all_schedules .schedule table th, #all_schedules .schedule table td {
  width: 12.5%;
}
@media (max-width: 767.98px) {
  #all_schedules div.table-responsive.table-width.schedule > table {
    width: 90%;
    margin: 0 auto;
  }
  #all_schedules .schedule-submit {
    width: 90%;
    margin: 0 auto;
  }
  #all_schedules .week-flex {
    width: 90%;
  }
}
#all_schedules .schedule-submit-tr {
  background: white;
  border: 4px solid red;
  border-style: none;
  text-align: right;
}
#all_schedules .schedule-submit-tr td {
  border-style: none;
}
#all_schedules .schedule-submit-tr th {
  border-style: none;
}
#all_schedules .thead-dates {
  background: #696969;
  color: #fff;
}

#staff-new {
  width: 40%;
  margin: 100px auto 50px;
  text-align: center;
}
#staff-new h4 {
  padding-bottom: 10px;
  border-bottom: lightgray solid 1px;
}
#staff-new input.staff-input-width {
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 790px) {
  #staff-new input.staff-input-width {
    width: 100%;
  }
}
#staff-new .machine-select-br {
  display: none;
}

#staff-edit {
  width: 40%;
  margin: 0px auto;
  text-align: center;
}
#staff-edit .checkbox input[type=checkbox] {
  margin-left: -50px;
}
#staff-edit .checkbox label {
  display: block;
}
#staff-edit h4 {
  padding-bottom: 10px;
  border-bottom: lightgray solid 1px;
}

#staff-index {
  width: 50%;
  margin: 150px auto;
  text-align: center;
}
#staff-index ul {
  list-style: none;
  padding-left: 0;
}

#staffs .staff-name {
  margin: 0;
  font-weight: 600;
}
#staffs .staff-position {
  font-size: 9px;
}

@media screen and (max-width: 830px) {
  #staff-new {
    width: 80%;
  }
  #staff-new .machine-select-br {
    display: block;
  }
}
.short {
  width: 300px;
}

.main-main > .login.container {
  width: 50%;
  margin: 100px auto;
}

.main-main > .registration.container {
  width: 50%;
  margin: 100px auto;
}

.registration form label {
  font-size: 14px;
  font-weight: bold;
}

#user_name, #user_email, #user_password, #user_password_confirmation {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid #cccccc;
}

#new_user > div.actions > .signup-submit {
  margin: 15px auto;
  display: inline-block;
  max-width: 200px;
  text-align: left;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 4px;
  background-color: #f0ad4e;
  border-color: #eea236;
  border: solid 1px rgba(0, 0, 0, 0);
}

#new_user > div.actions > .signup-submit:hover {
  opacity: 0.7;
}

#user_email, #user_password {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid #cccccc;
}

#new_user > div.actions > .login-submit {
  background: #337ab7;
  display: inline-block;
  max-width: 200px;
  text-align: left;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 4px;
  border-color: #2e6da4;
  border: solid 1px rgba(0, 0, 0, 0);
}

.login hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

div.main-main > div.login.container > a.btn.btn-warning.btn-sm {
  margin: 15px auto;
  display: inline-block;
  max-width: 200px;
  text-align: left;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 4px;
  background-color: #f0ad4e;
  border-color: #eea236;
}

#new_user > div.actions > .login-submit:hover, div.main-main > div.login.container > a.btn.btn-warning.btn-sm:hover {
  opacity: 0.7;
}

.edit.container {
  width: 40%;
  margin: 150px auto;
}

#registration-thanks {
  margin-top: 300px;
  text-align: center;
}

.field {
  margin: 10px 0;
}

.table .price {
  text-align: right;
}

.edit .field {
  width: 100%;
}

.user-count {
  font-size: 20px;
  margin-left: 10px;
}

.table-schedule .name {
  width: 160px;
}
.table-schedule .email {
  width: 303px;
}
.table-schedule .tel {
  width: 122px;
}
.table-schedule .gender {
  width: 46px;
}
.table-schedule .name_kana {
  width: 300px;
}
.table-schedule .birthday {
  width: 93px;
}
.table-schedule .introducer {
  width: 137px;
}
.table-schedule .type {
  width: 75px;
}
.table-schedule .delete {
  width: 47px;
}

.edit-abo {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #edit_user #user_email {
    width: 60%;
  }
  #edit_user #user_name {
    width: 60%;
  }
  #edit_user #user_name_kana {
    width: 60%;
  }
  #edit_user #user_tel {
    width: 60%;
  }
  #edit_user #user_introducer {
    width: 60%;
  }
  .main-main > .login.container {
    width: 80%;
    margin: 100px auto;
  }
  .main-main > .registration.container {
    width: 80%;
    margin: 100px auto;
  }
  .edit.container {
    width: 80%;
    margin: 50px auto;
  }
  .edit.container .field {
    width: 100%;
  }
}
#sp-new-header {
  display: none;
}

#new-header {
  display: block;
  text-align: center;
}
#new-header .new-header {
  position: fixed;
  top: 0;
  display: flex;
  list-style: none;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: rgba(128, 128, 128, 0.0784313725);
  margin-bottom: 0;
  padding: 0 0 0 22%;
  z-index: 10;
}
#new-header .new-header li.logo {
  margin-right: 3vw;
}
#new-header .new-header li.not_image a {
  text-decoration: none;
  color: #000;
  position: relative;
  display: inline-block;
  font-size: 0.7vw;
}
#new-header .new-header li.not_image a::after {
  position: absolute;
  top: 50px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#new-header .new-header li.not_image .dropdown > li > a::after {
  background: rgba(128, 128, 128, 0.0784313725);
}
#new-header .new-header li.not_image a:hover::after {
  transform: scale(1, 1);
}
#new-header .new-header li {
  margin: 0 1vw 0 0;
}
#new-header .new-header li a:hover {
  opacity: 0.8;
}
#new-header .new-header img.logo {
  height: 50px;
}
#new-header .new-header .button {
  height: auto;
  width: 7vw;
  object-fit: contain;
}
#new-header .new-header ul.dropdown {
  padding-left: 0;
  list-style: none;
  width: 100%;
  background: #fff;
  z-index: 10;
  margin: -1px;
}
#new-header .new-header .dropdown li {
  background: #fff;
  height: 0px;
  line-height: 40px;
  overflow: hidden;
  text-align: left;
  padding: 0 10px;
  transition: 0.3s;
  width: 100%;
}
#new-header .new-header .dropdown li a {
  border-top: 1px solid rgba(158, 158, 158, 0.5803921569);
  width: 100%;
}
#new-header .new-header .reserve_menu:hover > ul > li {
  height: 40px;
  cursor: pointer;
  overflow: visible;
}
#new-header .new-header .dropdown li:hover {
  opacity: 0.8;
}

.sp-menu #open {
  cursor: pointer;
}

.sp-menu #open.hide {
  display: none;
}

.overlay {
  height: calc(100vh - 50px);
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.overlay #close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.overlay ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.overlay li {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s, transform 0.3s;
}

/*　遅らせて順番に表示 */
.overlay.show li {
  opacity: 1;
  transform: none;
}

.overlay.show li:nth-child(1) {
  transition-delay: 0.1s;
}

.overlay.show li:nth-child(2) {
  transition-delay: 0.2s;
}

.overlay.show li:nth-child(3) {
  transition-delay: 0.3s;
}

.overlay.show li:nth-child(4) {
  transition-delay: 0.4s;
}

.overlay.show li:nth-child(5) {
  transition-delay: 0.5s;
}

.overlay.show li:nth-child(6) {
  transition-delay: 0.6s;
}

.overlay.show li:nth-child(7) {
  transition-delay: 0.7s;
}

.overlay.show li:nth-child(8) {
  transition-delay: 0.8s;
}

.overlay.show li:nth-child(9) {
  transition-delay: 0.9s;
}

.overlay.show li:nth-child(10) {
  transition-delay: 1s;
}

.overlay.show li:nth-child(11) {
  transition-delay: 1.1s;
}

.overlay.show li:nth-child(12) {
  transition-delay: 1.2s;
}

.overlay.show li:nth-child(13) {
  transition-delay: 1.3s;
}

.overlay.show li:nth-child(14) {
  transition-delay: 1.4s;
}

.overlay.show li:nth-child(15) {
  transition-delay: 1.5s;
}

@media (max-width: 792px) {
  #new-header {
    display: none;
  }
  #sp-new-header {
    display: block;
    height: 20vw;
  }
  #sp-new-header .logo-img {
    height: 16vw;
    width: 18vw;
    padding: 3vw 0 0vw 3vw;
  }
  #sp-new-header .logo-img:hover {
    cursor: pointer;
  }
  ul.sp-new-header {
    margin-top: 0;
    display: grid;
    grid-template-columns: 20vw 20vw 20vw 20vw 20vw;
    grid-row-gap: 0;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    height: 20vw;
  }
  ul.sp-new-header img {
    width: 20vw;
    height: 20vw;
  }
  ul.sp-new-header img:hover {
    opacity: 0.8;
  }
  .overlay .nav a {
    font-size: 14px;
    text-decoration: none;
    color: #337ab7;
  }
  .overlay .nav a:hover {
    opacity: 0.7;
  }
  .nav {
    display: block;
    margin-top: 15vw;
    height: calc(100vh - 80px);
  }
  #close {
    width: 15vw;
  }
}
.tooltip-inner {
  max-width: none; /* デフォルトの最大幅制限を解除 */
  width: 150px; /* 幅を指定（例: 200px） */
}

.staff-select-area {
  display: flex;
  width: 60%;
  margin: 0 auto;
}

.staff-select-area input[type=submit] {
  display: inline-block;
  margin-right: 10px;
  background: rgba(0, 150, 136, 0.431372549);
  border-radius: 5px;
  border: 1px solid rgba(0, 150, 136, 0.431372549);
}

.staff_select {
  padding-right: 10px;
}

.modal-footer-holiday .modal-holiday {
  display: inline-block;
  float: left;
}

#new_reserve > table > tbody td label.radio_text {
  font-size: 12px;
  font-weight: bold;
}

.container.reserve-form {
  margin: 30px auto;
}

#new_reserve > table > tbody > tr > th {
  background: #dcdcdc;
}

body > div > div.reserves {
  margin-top: 150px;
}

#new_reserve > table th, #new_reserve > table td {
  border: solid 1px gray;
}

.modal-footer {
  position: relative;
}

.modal-footer-holiday {
  position: absolute;
  left: 0;
  top: 12px;
}

.modal-footer .btn {
  color: white;
  cursor: pointer;
}

.modal-footer .btn:hover {
  color: white;
  opacity: 0.7;
}

.modal-dialog {
  z-index: 1500;
}

.reserves > h1 {
  text-align: center;
  margin-bottom: 30px;
}

thead.reserves-calender {
  z-index: 1000;
  background: #808080;
  color: white;
}

.sanday-saturday {
  background: #000;
}

.calender-today {
  background: #f5f5f5;
}

body > div > div.float-right > p {
  z-index: 1000;
  display: inline;
  position: absolute;
  right: 10px;
  margin-left: 10px;
}

#user-modal > div {
  -webkit-z-index: 10;
  z-index: 10;
  width: 80vw;
  margin: 100px auto;
}

.reserves > div.table-responsive.table-width {
  width: 60%;
  margin: 0 auto;
}

body > div > div.reserves > div.table-responsive.table-width > table > tbody {
  display: block;
  height: 500px;
  overflow: auto;
}

thead, tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

body > div > div.reserves > div.table-responsive.table-width > table > thead > tr > th {
  padding: 1.2vw;
  text-align: center;
  font-weight: normal;
}

th.calender-date {
  font-size: 2vw;
}

.reserves > div.table-responsive.table-width > table > tbody > tr > th {
  text-align: center;
  margin: 0 auto;
  font-size: 2vw;
  font-weight: normal;
}

.reserves > div.table-responsive.table-width > table > tbody > tr > td {
  text-align: center;
}

.reserves > div.table-responsive.table-width > table > tbody > tr > td > a {
  padding-top: 20px;
  font-size: 20px;
}

.week-flex {
  width: 60%;
  display: flex;
  margin: 10px auto;
}

.space-status {
  text-align: center;
  width: 60%;
  margin: 10px auto;
  padding: 0 0 0 15px;
}

.space-status > div {
  font-weight: 600;
  font-size: 2rem;
  padding-right: 30px;
}

.next-week {
  margin: 0 0 0 auto;
}

div.reserves table td.holiday {
  color: red;
}

.reserve table th, .reserve table td {
  width: 12.3%;
}

#reserves thead {
  z-index: 1000;
  background: #696969;
  color: white;
}
#reserves .calender-note {
  width: 60%;
  margin: 20px auto;
  font-size: 10px;
}
#reserves #reserve_name, #reserves #reserve_name_kana, #reserves #reserve_email, #reserves #reserve_tel {
  width: 100%;
}
#reserves .calender-title {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}

@media (max-width: 767.98px) {
  body > div > div.reserves {
    margin-top: 80px;
  }
  body > div > div.reserves > div.table-responsive.table-width {
    width: 90%;
    margin: 0 auto;
  }
  .week-flex {
    width: 90%;
  }
  #user-modal > div {
    -webkit-z-index: 10;
    z-index: 10;
    width: 90vw;
    margin: 100px auto;
  }
  #new_reserve > div {
    padding-right: 0;
  }
  th.calender-date {
    font-size: 3vw;
  }
  .clickable {
    cursor: pointer;
  }
  #user-modal > div > div {
    width: 90%;
  }
  .staff-select-area {
    width: 90%;
  }
  #reserves .calender-note {
    width: 80%;
    margin: 20px auto;
    font-size: 10px;
  }
}
/* ===== 新カレンダーUI v2 ===== */
.nc-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 16px;
}

.nc-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: 28px 20px;
}

.nc-title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.nc-subtitle {
  text-align: center;
  color: #888;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

/* 凡例 */
.nc-legend {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 0.8rem;
  color: #555;
}

.nc-legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* 週ナビ */
.nc-week-nav {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.nc-nav-left, .nc-nav-center, .nc-nav-right {
  flex: 1;
}

.nc-nav-left {
  text-align: left;
}

.nc-nav-center {
  text-align: center;
}

.nc-nav-right {
  text-align: right;
}

.nc-nav-btn {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 20px;
  border: 1.5px solid #ccc;
  background: #fff;
  color: #333 !important;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.2s;
  cursor: pointer;
}

.nc-nav-btn:hover {
  border-color: #667eea;
  color: #667eea !important;
}

.nc-nav-btn-danger {
  border-color: #e74c3c;
  color: #e74c3c !important;
}

.nc-nav-btn-danger:hover {
  background: #e74c3c;
  color: #fff !important;
}

.nc-week-range {
  font-weight: 700;
  font-size: 1.05rem;
  color: #1a1a2e;
}

/* テーブル */
.nc-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.nc-table th, .nc-table td {
  text-align: center;
  padding: 8px 4px;
  border-bottom: 1px solid #f0f0f0;
}

.nc-table thead th {
  padding: 12px 4px 8px;
  font-weight: 700;
  color: #555;
  font-size: 0.85rem;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.nc-table thead th:first-child {
  color: #999;
  font-size: 0.75rem;
  background: #fff;
}

.nc-table thead .nc-date-num {
  font-size: 1.2rem;
  color: #1a1a2e;
  display: block;
}

.nc-table thead .nc-date-day {
  font-size: 0.7rem;
  color: #888;
}

.nc-table thead .nc-sat {
  background: #f0f6ff;
}

.nc-table thead .nc-sat .nc-date-num, .nc-table thead .nc-sat .nc-date-day {
  color: #4a90d9;
}

.nc-table thead .nc-sun {
  background: #fff5f5;
}

.nc-table thead .nc-sun .nc-date-num, .nc-table thead .nc-sun .nc-date-day {
  color: #e74c3c;
}

.nc-table thead .nc-today {
  background: #f0f6ff;
}

.nc-table thead .nc-today .nc-date-num {
  color: #4a90d9;
}

.nc-table thead .nc-today::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #4a90d9;
  border-radius: 50%;
  margin: 2px auto 0;
}

.nc-table thead .nc-today .nc-date-day {
  color: #4a90d9;
  font-weight: 600;
}

/* 土日の列全体に薄い背景 */
.nc-table tbody td:nth-child(7) {
  background: #f8fbff;
}

.nc-table tbody td:nth-child(8) {
  background: #fff8f8;
}

.nc-table tbody th {
  font-size: 0.8rem;
  color: #888;
  font-weight: 400;
  white-space: nowrap;
  min-width: 50px;
}

.nc-table tbody tr:hover {
  background: #fafbff;
}

/* セルアイコン */
.nc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 700;
}

.nc-icon-excellent {
  background: #e8f5e9;
  color: #2e7d32;
  border: 2px solid #a5d6a7;
}

.nc-icon-excellent::after {
  content: "◎";
}

.nc-icon-good {
  background: #fff8e1;
  color: #f9a825;
  border: 2px solid #ffe082;
}

.nc-icon-good::after {
  content: "◯";
}

.nc-icon-full {
  background: #ffebee;
  color: #e53935;
  border: 2px solid #ef9a9a;
}

.nc-icon-full::after {
  content: "✕";
}

.nc-icon-empty {
  color: #d0d0d0;
  font-size: 0.85rem;
}

.nc-icon-empty::after {
  content: "──";
}

a .nc-icon {
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}

a:hover .nc-icon {
  transform: scale(1.12);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

a {
  text-decoration: none !important;
}

/* チェックボックス */
.nc-check {
  width: 18px;
  height: 18px;
  accent-color: #667eea;
  cursor: pointer;
}

.nc-check-cell {
  text-align: center !important;
  vertical-align: middle !important;
}

/* スタッフタブ */
.nc-staff-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.nc-staff-tab {
  padding: 6px 16px;
  border-radius: 20px;
  border: 1.5px solid #ddd;
  color: #555;
  font-weight: 500;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.2s;
}

.nc-staff-tab:hover, .nc-staff-tab.active {
  border-color: #667eea;
  color: #667eea;
  background: #f0f4ff;
}

/* アクション */
.nc-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 16px 0;
}

/* スタッフ名バッジ（全スケジュール用） */
.nc-staff-badge {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 10px;
  font-size: 0.65rem;
  margin: 1px;
  background: #e8f5e9;
  color: #2e7d32;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .nc-card {
    padding: 16px 10px;
  }
  .nc-table th, .nc-table td {
    padding: 5px 2px;
    font-size: 0.7rem;
  }
  .nc-icon {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }
  .nc-title {
    font-size: 1.1rem;
  }
}
.about-metatron-top-image {
  width: 100%;
  display: block;
}

.sp-about-metatron-top-image {
  display: none;
}

#about_metatron {
  width: 100%;
}
#about_metatron section.about-metatron {
  padding: 50px 20% 50px 20%;
}
#about_metatron section.about-metatron .title-1 {
  text-align: center;
  font-size: 1.5vw;
  font-weight: 600;
}
#about_metatron section.about-metatron .title-2 {
  text-align: center;
  font-size: 3vw;
  font-weight: 600;
}
#about_metatron section.about-metatron .features-topics {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
#about_metatron section.about-metatron .features-topics div {
  width: 32%;
}
#about_metatron section.about-metatron .features-topics div .feature-topic-img {
  width: 100%;
}
#about_metatron section.metatron-features {
  background: #000;
  padding: 0 20%;
}
#about_metatron section.metatron-features .title {
  padding: 100px 0 50px;
  color: #fff;
  text-align: center;
  font-size: 3vw;
  font-weight: 600;
}
#about_metatron section.metatron-features .img-area {
  display: flex;
  justify-content: space-between;
}
#about_metatron section.metatron-features .img-area div {
  width: 32%;
}
#about_metatron section.metatron-features .img-area div .feature-topic-img {
  display: inline-block;
  width: 100%;
}
#about_metatron section.metatron-features .metatron-features-title {
  margin: 30px 0;
  color: #cdc8c8;
}
#about_metatron section.metatron-features .features-image-area {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
#about_metatron section.metatron-features .features-image-area div.metatron-feature-each {
  width: 32%;
}
#about_metatron section.metatron-features .features-image-area div.metatron-feature-each .feature-img {
  display: inline-block;
  width: 100%;
}
#about_metatron section.metatron-features .features-image-area div.metatron-feature-each .title {
  font-size: 1.5vw;
  font-weight: 600;
  padding: 30px 0;
}
#about_metatron section.metatron-features .features-image-area div.metatron-feature-each .detail {
  display: block;
  color: #cdc8c8;
}
#about_metatron section.metatron-features .features-image-area div.metatron-feature-each .sp-detail {
  display: none;
}
#about_metatron .metatron-description {
  padding: 80px 20%;
  display: block;
}
#about_metatron .metatron-description img.description-img {
  width: 100%;
}
#about_metatron .description-word {
  display: none;
}

@media screen and (max-width: 768px) {
  .about-metatron-top-image {
    display: none;
  }
  .sp-about-metatron-top-image {
    width: 100%;
    display: block;
  }
  #about_metatron section.about-metatron {
    padding: 50px 10% 50px 10%;
  }
  #about_metatron section.about-metatron .title-1 {
    font-size: 3vw;
    font-weight: 600;
  }
  #about_metatron section.about-metatron .title-2 {
    font-size: 6vw;
    font-weight: 600;
  }
  #about_metatron section.about-metatron .features-topics {
    display: block;
  }
  #about_metatron section.about-metatron .features-topics div {
    width: 100%;
    margin-bottom: 20px;
  }
  #about_metatron section.about-metatron .features-topics div .feature-topic-img {
    width: 100%;
  }
  #about_metatron section.metatron-features {
    padding: 0 10%;
  }
  #about_metatron section.metatron-features .title {
    font-size: 5vw;
    text-align: left;
    padding: 50px 0 0px;
  }
  #about_metatron section.metatron-features .img-area {
    display: none;
  }
  #about_metatron section.metatron-features .features-image-area {
    display: block;
  }
  #about_metatron section.metatron-features .features-image-area div.metatron-feature-each {
    width: 100%;
  }
  #about_metatron section.metatron-features .features-image-area div.metatron-feature-each .title {
    font-size: 5vw;
    text-align: center;
  }
  #about_metatron section.metatron-features .features-image-area div.metatron-feature-each .detail {
    display: none;
  }
  #about_metatron section.metatron-features .features-image-area div.metatron-feature-each .sp-detail {
    display: block;
    color: #cdc8c8;
    padding-bottom: 30px;
  }
  #about_metatron .metatron-description {
    padding: 80px 10%;
  }
  #about_metatron .metatron-description .description {
    display: none;
  }
  #about_metatron .metatron-description .description-word {
    display: block;
  }
}
#fasting {
  width: 100%;
}
#fasting section.about-metatron {
  padding: 50px 20% 50px 20%;
}
#fasting section.about-metatron .title-1 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 600;
}
#fasting section.about-metatron .title-2 {
  text-align: center;
  font-size: 3vw;
  font-weight: 600;
}
#fasting section.about-metatron .features-topics {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
#fasting section.about-metatron .features-topics div {
  width: 32%;
}
#fasting section.about-metatron .features-topics div .feature-topic-img {
  width: 100%;
}
#fasting section.about-metatron .cristing_program > ul {
  padding-left: 20px;
}
#fasting section.about-metatron .cristing_program_title {
  font-weight: 600;
}
#fasting section.metatron-features {
  background: #000;
  padding: 0 20%;
}
#fasting section.metatron-features .title {
  padding: 100px 0 50px;
  color: #fff;
  text-align: center;
  font-size: 3vw;
  font-weight: 600;
}
#fasting section.metatron-features .img-area {
  display: flex;
  justify-content: space-between;
}
#fasting section.metatron-features .img-area div {
  width: 32%;
}
#fasting section.metatron-features .img-area div .feature-topic-img {
  display: inline-block;
  width: 100%;
}
#fasting section.metatron-features .metatron-features-title {
  margin: 30px 0;
  color: #cdc8c8;
}
#fasting section.metatron-features .features-image-area {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
#fasting section.metatron-features .features-image-area div.metatron-feature-each {
  width: 32%;
}
#fasting section.metatron-features .features-image-area div.metatron-feature-each .feature-img {
  display: inline-block;
  width: 100%;
}
#fasting section.metatron-features .features-image-area div.metatron-feature-each .title {
  font-size: 1.5vw;
  font-weight: 600;
  padding: 30px 0;
}
#fasting section.metatron-features .features-image-area div.metatron-feature-each .detail {
  display: block;
  color: #cdc8c8;
}
#fasting section.metatron-features .features-image-area div.metatron-feature-each .sp-detail {
  display: none;
}
#fasting .metatron-description {
  padding: 80px 20%;
  display: block;
}
#fasting .metatron-description img.description-img {
  width: 100%;
}
#fasting .description-word {
  display: none;
}
#fasting .chomomi_qa .chomomi_qa_table {
  padding: 5px;
  background: rgba(211, 211, 211, 0.4392156863);
  border: solid 10px rgba(211, 211, 211, 0);
  margin: 20px 0;
}
#fasting .chomomi_qa .chomomi_qa_table .tr {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2196078431);
  margin: 5px 0;
}
#fasting .chomomi_qa .head {
  width: 5%;
  vertical-align: top;
}
#fasting .chomomi_qa .content {
  width: 95%;
}
#fasting section.reviews {
  padding: 50px 20% 50px 20%;
}
#fasting section.reviews h4 {
  margin-bottom: 15px;
}
#fasting section.reviews h4 > span {
  padding: 0 5px 5px 0;
  border-bottom: 1px solid lightgray;
}
#fasting section.reviews .name {
  font-weight: bold;
}
#fasting section.reviews ul {
  list-style-type: none;
}
#fasting .reviews .review {
  display: flex;
  padding: 0 0 50px 0;
}
#fasting .reviews .review .review_left {
  width: 50%;
}
#fasting .reviews .review .content {
  padding: 65px 0 0 0;
  width: 50%;
}
#fasting .before_after_img_area {
  width: 100%;
}
#fasting .before_after_img {
  width: 80%;
  border: 1px solid lightgray;
  margin: 20px 20% 0 0;
}
#fasting .reviews .content {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .about-metatron-top-image {
    display: none;
  }
  .sp-about-metatron-top-image {
    width: 100%;
    display: block;
  }
  #fasting section.about-metatron {
    padding: 50px 10% 50px 10%;
  }
  #fasting section.about-metatron .title-1 {
    margin-bottom: 30px;
    font-size: 5vw;
    font-weight: 600;
  }
  #fasting section.about-metatron .title-2 {
    font-size: 6vw;
    font-weight: 600;
  }
  #fasting section.about-metatron .features-topics {
    display: block;
  }
  #fasting section.about-metatron .features-topics div {
    width: 100%;
    margin-bottom: 20px;
  }
  #fasting section.about-metatron .features-topics div .feature-topic-img {
    width: 100%;
  }
  #fasting section.metatron-features {
    padding: 0 10%;
  }
  #fasting section.metatron-features .title {
    font-size: 5vw;
    text-align: left;
    padding: 50px 0 0px;
  }
  #fasting section.metatron-features .img-area {
    display: none;
  }
  #fasting section.metatron-features .features-image-area {
    display: block;
  }
  #fasting section.metatron-features .features-image-area div.metatron-feature-each {
    width: 100%;
  }
  #fasting section.metatron-features .features-image-area div.metatron-feature-each .title {
    font-size: 5vw;
    text-align: center;
  }
  #fasting section.metatron-features .features-image-area div.metatron-feature-each .detail {
    display: none;
  }
  #fasting section.metatron-features .features-image-area div.metatron-feature-each .sp-detail {
    display: block;
    color: #cdc8c8;
    padding-bottom: 30px;
  }
  #fasting .metatron-description {
    padding: 80px 10%;
  }
  #fasting .metatron-description .description {
    display: none;
  }
  #fasting .metatron-description .description-word {
    display: block;
  }
  #fasting section.reviews {
    padding: 50px 10% 50px 10%;
  }
  #fasting section.reviews ul {
    padding-left: 10px;
  }
  #fasting .before_after_img_area {
    width: 100%;
  }
  #fasting .before_after_img {
    width: 100%;
    margin: 20px auto;
    padding: 0 10%;
  }
  #fasting .reviews .review {
    display: block;
    padding: 0 0 50px 0;
  }
  #fasting .reviews .review .review_left {
    width: 100%;
  }
  #fasting .reviews .review .content {
    padding: 0px;
    width: 100%;
  }
}
#metatron_sale {
  width: 100%;
}
#metatron_sale section.description {
  padding: 50px 20% 50px 20%;
}
#metatron_sale section.description .title-1 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 600;
}
#metatron_sale section.description .merit-title {
  margin-top: 50px;
  font-weight: 600;
}
#metatron_sale section.description ul {
  padding-inline-start: 10px;
}
#metatron_sale section.description ul > ol {
  padding-inline-start: 0px;
}
#metatron_sale .metatron-description {
  padding: 80px 20%;
  display: block;
}
#metatron_sale .metatron-description img.description-img {
  width: 100%;
}
#metatron_sale .description-word {
  display: none;
}
#metatron_sale .chomomi_qa .chomomi_qa_table {
  padding: 5px;
  background: rgba(211, 211, 211, 0.4392156863);
  border: solid 10px rgba(211, 211, 211, 0);
  margin: 20px 0;
}
#metatron_sale .chomomi_qa .chomomi_qa_table .tr {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2196078431);
  margin: 5px 0;
}
#metatron_sale .chomomi_qa .head {
  width: 5%;
  vertical-align: top;
}
#metatron_sale .chomomi_qa .content {
  width: 95%;
}
#metatron_sale section.reviews {
  padding: 50px 20% 50px 20%;
}
#metatron_sale section.reviews h4 {
  margin-bottom: 15px;
}
#metatron_sale section.reviews h4 > span {
  padding: 0 5px 5px 0;
  border-bottom: 1px solid lightgray;
}
#metatron_sale section.reviews .name {
  font-weight: bold;
}
#metatron_sale section.reviews ul {
  list-style-type: none;
}

.metatron_sale_inquiry_link {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  background: orange;
  opacity: 1;
  color: #fff;
  z-index: 3;
}

.metatron_sale_inquiry_link:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .about-metatron-top-image {
    display: none;
  }
  .sp-about-metatron-top-image {
    width: 100%;
    display: block;
  }
  #metatron_sale section.description {
    padding: 50px 10% 50px 10%;
  }
  #metatron_sale section.description .title-1 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
  }
  #metatron_sale section.description .title-2 {
    font-size: 6vw;
    font-weight: 600;
  }
  #metatron_sale section.description .features-topics {
    display: block;
  }
  #metatron_sale section.description .features-topics div {
    width: 100%;
    margin-bottom: 20px;
  }
  #metatron_sale section.description .features-topics div .feature-topic-img {
    width: 100%;
  }
  #metatron_sale section.metatron-features {
    padding: 0 10%;
  }
  #metatron_sale section.metatron-features .title {
    font-size: 5vw;
    text-align: left;
    padding: 50px 0 0px;
  }
  #metatron_sale section.metatron-features .img-area {
    display: none;
  }
  #metatron_sale section.metatron-features .features-image-area {
    display: block;
  }
  #metatron_sale section.metatron-features .features-image-area div.metatron-feature-each {
    width: 100%;
  }
  #metatron_sale section.metatron-features .features-image-area div.metatron-feature-each .title {
    font-size: 5vw;
    text-align: center;
  }
  #metatron_sale section.metatron-features .features-image-area div.metatron-feature-each .detail {
    display: none;
  }
  #metatron_sale section.metatron-features .features-image-area div.metatron-feature-each .sp-detail {
    display: block;
    color: #cdc8c8;
    padding-bottom: 30px;
  }
  #metatron_sale .metatron-description {
    padding: 80px 10%;
  }
  #metatron_sale .metatron-description .description {
    display: none;
  }
  #metatron_sale .metatron-description .description-word {
    display: block;
  }
  #metatron_sale section.reviews {
    padding: 50px 10% 50px 10%;
  }
  #metatron_sale section.reviews ul {
    padding-left: 10px;
  }
}
.new_customer_banner {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  background: orange;
  opacity: 1;
  color: #fff;
  z-index: 3;
  text-decoration: none;
}

.new_customer_banner:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.price_banner {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  background: #1acb83;
  opacity: 1;
  color: #fff;
  z-index: 3;
  text-decoration: none;
}

.price_banner:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.floating {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.about-metatron-top-image {
  width: 100%;
  display: block;
}

.sp-about-metatron-top-image {
  display: none;
}

#special_treatment {
  width: 100%;
}
#special_treatment section.about-metatron {
  padding: 50px 20% 50px 20%;
}
#special_treatment section.about-metatron .title-1 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 600;
}
#special_treatment section.about-metatron .title-2 {
  text-align: center;
  font-size: 3vw;
  font-weight: 600;
}
#special_treatment section.about-metatron .features-topics {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
#special_treatment section.about-metatron .features-topics div {
  width: 32%;
}
#special_treatment section.about-metatron .features-topics div .feature-topic-img {
  width: 100%;
}
#special_treatment section.about-metatron .cristing_program > ul {
  padding-left: 20px;
}
#special_treatment section.about-metatron .cristing_program_title {
  font-weight: 600;
}
#special_treatment section.metatron-features {
  background: #000;
  padding: 0 20%;
}
#special_treatment section.metatron-features .title {
  padding: 100px 0 50px;
  color: #fff;
  text-align: center;
  font-size: 3vw;
  font-weight: 600;
}
#special_treatment section.metatron-features .img-area {
  display: flex;
  justify-content: space-between;
}
#special_treatment section.metatron-features .img-area div {
  width: 32%;
}
#special_treatment section.metatron-features .img-area div .feature-topic-img {
  display: inline-block;
  width: 100%;
}
#special_treatment section.metatron-features .metatron-features-title {
  margin: 30px 0;
  color: #cdc8c8;
}
#special_treatment section.metatron-features .features-image-area {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
#special_treatment section.metatron-features .features-image-area div.metatron-feature-each {
  width: 32%;
}
#special_treatment section.metatron-features .features-image-area div.metatron-feature-each .feature-img {
  display: inline-block;
  width: 100%;
}
#special_treatment section.metatron-features .features-image-area div.metatron-feature-each .title {
  font-size: 1.5vw;
  font-weight: 600;
  padding: 30px 0;
}
#special_treatment section.metatron-features .features-image-area div.metatron-feature-each .detail {
  display: block;
  color: #cdc8c8;
}
#special_treatment section.metatron-features .features-image-area div.metatron-feature-each .sp-detail {
  display: none;
}
#special_treatment .metatron-description {
  padding: 80px 20%;
  display: block;
}
#special_treatment .metatron-description img.description-img {
  width: 100%;
}
#special_treatment .description-word {
  display: none;
}
#special_treatment .chomomi_qa .chomomi_qa_table {
  padding: 5px;
  background: rgba(211, 211, 211, 0.4392156863);
  border: solid 10px rgba(211, 211, 211, 0);
  margin: 20px 0;
}
#special_treatment .chomomi_qa .chomomi_qa_table .tr {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2196078431);
  margin: 5px 0;
}
#special_treatment .chomomi_qa .head {
  width: 5%;
  vertical-align: top;
}
#special_treatment .chomomi_qa .content {
  width: 95%;
}
#special_treatment section.reviews {
  padding: 50px 20% 50px 20%;
}
#special_treatment section.reviews h4 {
  margin-bottom: 15px;
}
#special_treatment section.reviews h4 > span {
  padding: 0 5px 5px 0;
  border-bottom: 1px solid lightgray;
}
#special_treatment section.reviews .name {
  font-weight: bold;
}
#special_treatment section.reviews ul {
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .about-metatron-top-image {
    display: none;
  }
  .sp-about-metatron-top-image {
    width: 100%;
    display: block;
  }
  #special_treatment section.about-metatron {
    padding: 50px 10% 50px 10%;
  }
  #special_treatment section.about-metatron .title-1 {
    margin-bottom: 30px;
    font-size: 5vw;
    font-weight: 600;
  }
  #special_treatment section.about-metatron .title-2 {
    font-size: 6vw;
    font-weight: 600;
  }
  #special_treatment section.about-metatron .features-topics {
    display: block;
  }
  #special_treatment section.about-metatron .features-topics div {
    width: 100%;
    margin-bottom: 20px;
  }
  #special_treatment section.about-metatron .features-topics div .feature-topic-img {
    width: 100%;
  }
  #special_treatment section.metatron-features {
    padding: 0 10%;
  }
  #special_treatment section.metatron-features .title {
    font-size: 5vw;
    text-align: left;
    padding: 50px 0 0px;
  }
  #special_treatment section.metatron-features .img-area {
    display: none;
  }
  #special_treatment section.metatron-features .features-image-area {
    display: block;
  }
  #special_treatment section.metatron-features .features-image-area div.metatron-feature-each {
    width: 100%;
  }
  #special_treatment section.metatron-features .features-image-area div.metatron-feature-each .title {
    font-size: 5vw;
    text-align: center;
  }
  #special_treatment section.metatron-features .features-image-area div.metatron-feature-each .detail {
    display: none;
  }
  #special_treatment section.metatron-features .features-image-area div.metatron-feature-each .sp-detail {
    display: block;
    color: #cdc8c8;
    padding-bottom: 30px;
  }
  #special_treatment .metatron-description {
    padding: 80px 10%;
  }
  #special_treatment .metatron-description .description {
    display: none;
  }
  #special_treatment .metatron-description .description-word {
    display: block;
  }
  #special_treatment section.reviews {
    padding: 50px 10% 50px 10%;
  }
  #special_treatment section.reviews ul {
    padding-left: 10px;
  }
}
#staffs {
  padding: 4% 10%;
  background: rgba(251, 192, 255, 0.3215686275);
}
#staffs .staffs-title {
  text-align: center;
  padding: 0 0 5vw;
}
#staffs .staffs-title > img {
  width: 40%;
}
#staffs .staffs-area {
  display: grid;
  grid-template-columns: 20% 20% 20% 20%;
  gap: 20px 6.6%;
}
#staffs .staffs-area div > img {
  width: 100%;
  margin: 0 0 10px;
}
#staffs .staffs-area .staff-intro {
  width: 100%;
  overflow-wrap: break-word;
  padding: 20px 0;
}

@media (max-width: 792px) {
  #staffs {
    padding: 10% 10%;
  }
  #staffs .staffs-title > img {
    width: 80%;
  }
  #staffs .staffs-area {
    grid-template-columns: 45% 45%;
    gap: 20px 10%;
  }
  #staffs .staffs-area div > img {
    width: 100%;
  }
  #staffs .staffs-area .staff-intro {
    width: 100%;
    overflow-wrap: break-word;
    padding: 20px 0;
  }
}
#features {
  display: flex;
  justify-content: space-between;
}

.features-top {
  width: 60%;
}

.publish-area {
  width: 40%;
}

.publish-area > .woman-title {
  /*text-align: center;*/
  margin: 0 0 20px 10%;
}

.publish-area > .woman {
  width: 70%;
  margin: 0 0 0 10%;
}

@media screen and (max-width: 768px) {
  #features {
    display: block;
  }
  .features-top {
    width: 100%;
  }
  .publish-area {
    width: 100%;
  }
  .publish-area > .woman-title {
    /*text-align: center;*/
    margin: 10px 0 20px 5%;
  }
  .publish-area > .woman {
    width: 70%;
    margin: 0 0 0 5%;
  }
}
