@import url("../font/Brittany/main.css");
@import url("../font/MPLUSRounded/main.css");
@import url("../font/NanumMyeongjo/main.css");
@import url("../font/ShipporiMincho/main.css");

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  height: 1000px;
  font-family: "NanumMyeongjo", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho Pro", "ShipporiMincho", ShipporiMincho, serif;
  font-weight: regular;
  font-optical-sizing: auto;
}

img {
  pointer-events: none;
  user-select: none;
}

.item-box-right {
  padding: 0 0 0 0;
  background-color: red;
  line-height: 0em;
}

/*　パソコンサイズ　*/
#content {
  width: 480px;
  margin: 0 auto;
}

header {
  height: 155px;
  background-color: #f0e8e5;
  color: #978177;
  text-align: center;
  position: relative;
  z-index: 99;
}

header h1 {
  position: absolute;
  font-size: 23px;
  top: 90px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-shadow: 2px 3px white;
}

header p {
  position: absolute;
  font-family: "BrittanySignature", sans-serif;
  font-size: 35px;
  font-weight: 700;
  top: 119px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  text-shadow: 2px 3px white;
}

.backcolor1 {
  margin-bottom: 0;
  background-color: #f0e8e5;
  padding-bottom: 20px;
}

.backcolor1 h2 {
  font-family: "NanumMyeongjo", sans-serif;
  font-weight: 800;
  font-size: 55px;
  color: #d6c9c2;
}

.box {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
}

.box2 {
  width: 85%;
  margin: 0 auto;
}

.box2 p:nth-last-child(3) {
  font-size: 16px;
  text-align: center;
}

.box2 p:nth-last-child(2) {
  text-align: center;
  margin-bottom: 0px;
}

.box2 p:nth-last-child(1) {
  text-align: center;
}

.box h2 {
  display: inline-block;
  margin-bottom: 0;
}

.news {
  list-style: none;
  width: 90%;
  margin-left: -25px;
}

.news li {
  border-bottom: dotted 1px gray;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
}

.news .day {
  font-size: 11px;
}

.news .category {
  display: inline-block;
  border: solid 1px brown;
  color: brown;
  font-size: 10px;
  height: 10px;
  padding-bottom: 3px;
  margin: auto 10px;
}

.news .val {
  font-size: 14px;
}

.news .scroll {
  display: inline-block;
  padding-left: 100%;
  line-height: 1em;
  animation: scroll01 10s linear infinite;
}

.scroll a {
  color: brown;
}

.scroll a:visited {
  color: brown;
}
.news-modal {
  color: rgb(14, 61, 214);
}

.news-modal:visited {
  color: rgb(14, 61, 214);
}

.text-blue {
  color: blue;
}

.text-brown {
  color: brown;
}

@keyframes scroll01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.focus {
  margin-left: 3px;
  margin-top: 0px;
  margin-bottom: 0;
  color: #978177;
  font-size: 15px;
}

.backcolor2 {
  margin-top: 0;
  background-color: #e3d6cf;
  padding-bottom: 30px;
}

.backcolor2 h2 {
  font-family: "NanumMyeongjo", sans-serif;
  font-weight: 800;
  font-size: 55px;
  color: #d6c9c2;
}

h2 {
  margin-top: 0;
}

hr {
  margin-bottom: 0;
  margin-top: 0;
  background-color: #d3c8c2;
}

#wrapper {
  height: 200px;
  border: 1px double white;
  overflow: hidden;
  /* z-index: 0; */
}

#wrapper ul {
  margin: 0 0;
  padding-left: 0px;
  list-style: none;
  text-align: center;
}

#wrapper2 {
  width: 80%;
  height: 190px;
  margin: 0 auto;
  border: 1px double white;
  overflow: hidden;
  border-radius: 10px;
}

#wrapper2 ul {
  margin: 0;
  padding-left: 0px;
}

#msgbox {
  /* font-family: "MPLUSRounded", sans-serif; */
  font-family: "游明朝", "Yu Mincho", YuMincho, "ShipporiMincho",
    "Hiragino Mincho Pro", serif;
  font-weight: 400;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: black;
  line-height: 2em;
}

.menubox {
  width: 80%;
  margin: 70px auto 0;
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  /* animation: boxshadow 3s infinite; */
  box-shadow: 8px 8px 7px rgb(173, 172, 172);
  position: relative;
  border: 1px solid #e3d6cf;
  color: gray;
}
.campaign {
  display: block;
  text-align: left;
  font-size: 12px;
}
.limit {
  text-align: right;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.modalbox {
  width: 300px;
  height: 300px;
}

@keyframes boxshadow {
  0% {
    box-shadow: 2px 2px 4px rgb(173, 172, 172);
  }

  50% {
    box-shadow: 8px 8px 7px rgb(173, 172, 172);
  }

  100% {
    box-shadow: 2px 2px 4px rgb(173, 172, 172);
  }
}

.menubox h3 {
  margin-top: 5px;
}

.menubox p {
  text-align: left;
}

.campaign {
  display: flex;
  justify-content: space-between;
  color: brown;
  margin-bottom: -25px;
}

.campaign p:nth-last-child(2) {
  font-size: 15px;
  font-weight: bold;
}

.campaign p:nth-last-child(1) {
  color: brown;
}

.price {
  font-size: 20px;
}

.therapist-box {
  margin-top: 50px;
  width: 70%;
  margin: 0 auto;
}

.therapist-box .therapist-img {
  margin-top: 50px;
  overflow: hidden;
  text-align: center;
}

.therapist-box .aroma {
  font-size: 12px;
  letter-spacing: 1px;
  color: #978177;
}

.therapist-box .name {
  font-size: 20px;
  margin-top: -5px;
  margin-bottom: -2px;
  letter-spacing: 2px;
  color: #978177;
}

.therapist-content {
  width: 87%;
  letter-spacing: -0.06em;
  margin: 0 auto;
}

.brown {
  margin: 5px;
  font-size: 14px;
  color: #978177;
}

#booking {
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  width: 100px;
  height: 100px;
  animation: boxshadow 2s infinite;
  background-color: white;
  background-position: 0px -9px;
  background-image: url("../img/yu-ka.logo.avif");
  background-size: contain;
  overflow: hidden;
}
#booking p {
  margin-top: 70px;
  color: #978177;
  font-weight: bold;
}

#booking p a {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.voicebox {
  padding-top: 15px;
  margin: 0 auto;
  width: 80%;
  margin-top: 70px;
  border-radius: 8px;
  /* border-top: double 14px #d6c9c2; */
  border-left: solid 13px #d6c9c2;
  /* border-right: solid 10px #d6c9c2; */
  /* border-bottom: solid 14px navajowhite; */
  text-align: left;
  background-color: white;
  overflow: hidden;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.32);
  position: relative;
}

.voicebox:first-of-type {
  margin-top: 50px;
}

.voicebox p {
  font-size: 15px;
  width: 80%;
  margin: 0 auto;
}

.voicebox .name {
  width: 90%;
  margin: 20px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.sejutumenu {
  text-align: center;
  position: absolute;
  bottom: 60px;
  right: 0;
  left: 0;
  margin: auto;
}

.voice1 {
  height: 570px;
}

.voice2 {
  height: 450px;
}

.voice3 {
  height: 520px;
}

.voice4 {
  height: 530px;
}

.mimoza {
  position: absolute;
  right: -90px;
  bottom: -150px;
  opacity: 0.2;
}

.fontfamily {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ShipporiMincho", serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.sns-box {
  width: 60%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-around;
  height: 120px;
}

.sns-box div {
  width: 80px;
  height: 80px;
}

/* スマホサイズ */
@media screen and (max-width: 480px) {
  #content {
    width: 100%;
  }
  header {
    background-color: #f0e8e5;
  }
  .fontfamily {
    font-family: "游明朝", "Yu Mincho", YuMincho, "ShipporiMincho",
      "Hiragino Mincho Pro", serif;
    font-size: 4.7vw;
    font-weight: bold;
    text-align: center;
    margin: 0;
  }
  .voicebox .name {
    width: 90%;
    margin: 20px auto;
    font-size: 4.5vw;
    text-align: center;
    z-index: 20;
  }
}

/*Loading animation*/

#loading {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #f0e8e5;
  z-index: 300;
}

@keyframes loadsuccess {
  0% {
    opacity: 100%;
  }

  50% {
    opacity: 50%;
  }

  100% {
    opacity: 0%;
  }
}

.hidden {
  display: none;
}

.wrapper {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }

  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }

  100% {
    top: 0%;
  }
}

.circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}

.circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.accsess {
  list-style: none;
}

.shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: 10;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}

@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }

  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }

  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}

.shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}

.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.wrapper span {
  position: absolute;
  top: 75px;
  font-family: "Lato";
  font-size: 20px;
  letter-spacing: 12px;
  color: #fff;
  left: 15%;
}

.access {
  color: #978177;
}

.access h3 {
  font-size: 22px;
  text-align: center;
  text-shadow: 1px 2px white;
  margin-top: 30px;
  margin-bottom: 50px;
}

.access h3 span {
  font-family: "BrittanySignature", sans-serif;
  font-size: 40px;
  display: inline-block;
  margin-bottom: 18px;
}

.access p {
  margin-bottom: -10px;
  letter-spacing: -0.04em;
  font-weight: bold;
}

.access p:nth-last-child(1) {
  margin-bottom: 20px;
}

.cautionary {
  font-size: 12px;
  text-align: center;
  margin-bottom: 40px;
}

.cautionary2 {
  font-size: 13px;
  color: brown;
}

table {
  width: 350px;
  border-collapse: collapse;
  margin-bottom: 20px;
}
th,
td {
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
}
th {
  background-color: #f0e8e5;
}

.center {
  text-align: center;
}

.discount_price {
  color: brown;
  font-weight: bold;
}
