@charset "UTF-8";

* {
  font-family: "vdl-v7marugothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #4C3C1D;
}

.VDL-V7MaruGothic_L {
  font-weight: 300;
}

.VDL-V7MaruGothic_M {
  font-weight: 500;
}

.VDL-V7MaruGothic_B {
  font-weight: 700;
}

.VDL-V7MaruGothic_EB {
  font-weight: 800;
}

.VDL-V7MaruGothic_U {
  font-weight: 900;
}

body {
  width: 100%;
  margin: 0 auto;
}

body:before {
  content: "";
  position: fixed;
  inset: 0%;
  z-index: -1;
  background: url("/wp-content/themes/heal_tcd077-child/image/top/pc_background.png") bottom center / 100% no-repeat;
  background-attachment: scroll;
}

body.fixed {
  overflow: hidden;
}

main {
  width: 100%;
  max-width: 768px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  overflow: hidden;
}

aside+main,
aside+article>main {
  background-color: #ffffff;
  margin-bottom: 100px;
}

section {
  position: relative;
}

a {
  color: #4C3C1D;
}

body {
  padding: 0px !important;
}

.modal-content {
  bottom: auto !important;
}

@media all and (max-width: 768px) {

  aside+main,
  aside+article>main {
    margin-bottom: 0px;
  }
}

/* -----------------------------------------------

header

----------------------------------------------- */
header {
  position: fixed;
  top: 0px;
  width: 100%;
  margin: 0 auto !important;
  background-color: #ffffff;
  padding: 1% 2%;
  z-index: 20;
}

header .top {
  text-align: center;
  margin: 0 0 16px;
  padding: 8px 0 14px;
  border-bottom: 1px solid #ddd;
}

header .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .topbar .logo {
  width: 41.4%;
}

header .topbar .menu {
  display: fixed;
  position: absolute;
  top: 28%;
  right: 0;
  width: 56px;
  height: 5vw;
  cursor: pointer;
  z-index: 10;
}

header .topbar .menu .line {
  width: 47px;
  height: 25px;
  margin-top: 5px;
  position: relative;
}

header .topbar .menu .line span {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #4C3C1D;
  transition: 0.3s ease;
}

header .topbar .menu .line span:first-child {
  top: 0%;
  transform-origin: left top;
}

header .topbar .menu .line span:nth-last-child(2) {
  top: calc(50% - 1px);
}

header .topbar .menu .line span:last-child {
  bottom: 0%;
  transform-origin: left bottom;
}

header.open .topbar .menu .line span:first-child {
  transform: translate(10px, -5px) rotate(45deg);
}

header.open .topbar .menu .line span:nth-last-child(2) {
  opacity: 0;
}

header.open .topbar .menu .line span:last-child {
  transform: translate(10px, 5px) rotate(-45deg);
}

@media all and (max-width: 768px) {
  header {
    padding: 2% 4%;
  }

  header .top {
    font-size: 3vw;
    ;
  }

  header .topbar .menu {
    width: 7vw;
  }

  header .topbar .menu .line {
    width: 100%;
    height: 4vw;
    margin-top: 5px;
    position: relative;
  }

  header .topbar .menu .line span {
    height: 1px;
  }

  header .topbar .menu .line span:nth-last-child(2) {
    top: 45%;
  }

  header.open .topbar .menu .line span:first-child {
    transform: translate(1.6vw, -0.5vw) rotate(45deg);
  }

  header.open .topbar .menu .line span:last-child {
    transform: translate(1.6vw, 0.5vw) rotate(-45deg);
  }
}

/* -------------------------------------------- */
header nav {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 470px;
  height: 100vh;
  opacity: 0;
  transform: translateX(100%);
  z-index: 5;
  transition: 0.3s ease;
  background: #F9F4E5;
  padding-bottom: 10%;
  overflow: auto;
  /* または scroll */
  scrollbar-width: none;
  /* Firefox */
}

header nav::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari / Edge */
}

header.open nav {
  opacity: 1;
  transform: translateX(0);
  overflow: auto;
}

header nav .nav-content {
  height: 100%;
}

header nav .nav-content .logo {
  margin: 3% 0 0 6%;
}

header nav .nav-content .n_menu {
  position: relative;
  margin-top: 10%;
}

header nav .nav-content .n_menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 11%;
  width: 78%;
  height: 2px;
  background-color: #4C3C1D;
}

header nav .nav-content .n_menu li {
  display: inline-block;
  position: relative;
  width: 78%;
  text-align: center;
  margin-left: 11%;
}

header nav .nav-content .n_menu li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2%;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #4C3C1D;
}

header nav .nav-content .n_menu li a {
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 32px;
  line-height: 120px;
  text-align: center;
  color: #4C3C1D;
}

header nav .nav-content .insta {
  display: block;
  width: 78%;
  text-align: center;
  margin: 12% auto 0;
}

header nav .nav-content .insta span {
  position: relative;
  display: inline-block;
  margin-top: 2%;
  font-size: 24px;
}

header nav .nav-content .insta span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4%;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: #4C3C1D;
}

header nav .nav-content .btn {
  width: 100%;
  max-width: 375.8px;
  margin: 15% auto 0;
}

header nav .nav-content .btn li {
  display: block;
  width: 100%;
  height: 86.7px;
  border: 1px solid #4C3C1D;
  border-radius: 100px;
  margin: 10% 0 0;
  text-align: center;
}

header nav .nav-content .btn li:nth-of-type(1) {
  background: #E5CCCB;
}

header nav .nav-content .btn li:nth-of-type(2) {
  background: #F5EEEB;
}

header nav .nav-content .btn li a {
  display: flex;
  width: 100%;
  height: 86.7px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 28px;
  color: #4C3C1D;
}

@media all and (max-width: 768px) {
  header nav {
    max-width: 768px;
    padding-bottom: 35%;
  }

  header nav .nav-content .logo {
    width: 41.4%;
  }

  header nav .nav-content .n_menu li a {
    position: relative;
    padding-left: 5%;
    font-size: 4.8vw;
    line-height: 15vw;
    text-align: left;
  }

  header nav .nav-content .n_menu li a::before {
    position: absolute;
    content: '';
    width: 7%;
    aspect-ratio: 54 / 34;
    top: 40%;
    right: 5%;
    background: url("../image/common/menu_yajirushi.png") no-repeat;
    background-size: contain;
  }

  header nav .nav-content .insta img {
    width: 12%;
  }

  header nav .nav-content .insta span {
    font-size: 4.5vw;
  }

  header nav .nav-content .btn {
    width: 80%;
    max-width: none;
  }

  header nav .nav-content .btn li {
    height: 18vw;
  }

  header nav .nav-content .btn li a {
    font-size: 3.8vw;
    line-height: 6vw;
    height: 18vw;
  }
}

/* -------------------------------------------- */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* 半透明の黒 */
  opacity: 0;
  /* 初期状態では完全に透明で隠す */
  visibility: hidden;
  /* イベントを受け付けないようにする */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 3;
  /* メニューより下に */
}

header.open .overlay {
  opacity: 1;
  /* 表示 */
  visibility: visible;
  /* クリックイベントを受け付けるようにする */
}

/* -----------------------------------------------

aside

----------------------------------------------- */
aside .float {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 11;
}

aside .float li {
  transition: transform 0.3s ease;
}

aside .float.bottom li:nth-of-type(2) a {
  display: none;
}

@media all and (min-width: 769px) {
  aside .float li:hover {
    transform: translateX(-10px);
  }
}

@media all and (max-width: 768px) {
  aside .float {
    width: 21.6%;
  }

  aside .float .pagetop {
    background: url("../image/common/back_top01_sp.png") center center / cover no-repeat;
  }

  aside .pagetop img {
    opacity: 0;
  }
}

/* -----------------------------------------------

article

----------------------------------------------- */
.l-wrapper section {
  background: url("../image/common/haikei.jpg") repeat;
  padding: 10% 0;
}

.l-wrapper .contents {
  padding-bottom: 0;
}

.l-wrapper .musubi_top {
  display: block;
  width: 93.9%;
  margin: 10% auto 0;
}

.l-wrapper .musubi_wrap {
  width: 93.9%;
  margin: 0 auto;
  background: url("../image/common/musubi_line.png") repeat;
  background-size: contain;
  padding: 8%;
}

.l-wrapper .musubi_bottom {
  display: block;
  width: 93.9%;
  margin: 0 auto;
}

.l-wrapper .top {
  padding-bottom: 20%;
}

.l-wrapper .pink_wrap {
  margin-top: -10%;
}

.l-wrapper .pink_wrap .pink_box {
  padding: 10% 0;
  background: #e5cccb;
}

.l-wrapper .form_wrap {
  position: relative;
  width: 81.4%;
  margin: 25% auto 0;
  padding: 5% 0;
  background: #f5eeeb;
  border: 1px solid #4c3c1d;
  border-radius: 20px;
}

.l-wrapper .form_wrap h2 {
  font-size: 40px;
  text-align: center;
}

.l-wrapper .form_wrap p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4%;
  font-size: 52px;
  text-align: center;
}

.l-wrapper .form_wrap p img {
  width: 6%;
  margin: 1% 1% 0% 0%;
}

.l-wrapper .form_wrap p span {
  display: block;
  font-size: 21px;
  margin-top: 1%;
}

.l-wrapper .form_wrap p.time {
  display: block;
  font-size: 21px;
  margin-top: 2%;
}

.l-wrapper .form_wrap .form_button {
  display: block;
  width: 80%;
  margin: 7% auto 0;
  padding: 2% 0;
  background: #f9f4e5;
  border: 2px solid #4c3c1d;
  border-radius: 100px;
  text-align: center;
  font-size: 30px;
  color: #4C3C1D;
}

.l-wrapper .form_wrap .form_button img {
  width: 10%;
}

@media all and (max-width: 768px) {
  .l-wrapper .form_wrap h2 {
    font-size: 5.2vw;
  }

  .l-wrapper .form_wrap p {
    font-size: 6.6vw;
  }

  .l-wrapper .form_wrap p span,
  .l-wrapper .form_wrap p.time {
    font-size: 2.7vw;
  }

  .l-wrapper .form_wrap .form_button {
    font-size: 3.9vw;
  }
}

/* -----------------------------------------------

footer

----------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  background: url("../image/common/haikei.jpg") repeat;
}

footer .message {
  position: relative;
  width: 100%;
  max-width: 768px;
  height: 250px;
  margin: 0 auto;
}

footer .message img {
  position: absolute;
  width: 19.5%;
  top: 100px;
  left: 10px;
}

footer .message p {
  position: absolute;
  top: 150px;
  left: 80px;
  font-size: 52px;
  font-weight: 700;
}

footer .info {
  display: flex;
  justify-content: space-around;
  margin-top: 5%;
  padding-bottom: 5%;
}

footer .info .info_l {
  display: flex;
  flex-wrap: wrap;
  width: 33.3%;
  align-items: center;
  justify-content: center;
}

footer .info .info_l h2 {
  width: 78.9%;
}

footer .info .info_l h2 img {
  width: 100%;
}

footer .info .info_l ul {
  width: 78.9%;
  margin: 2% auto;
}

footer .info .info_l ul li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6%;
}

footer .info .phone {
  font-size: 2.8vw;
}

footer .info .fax,
footer .info .mail {
  font-size: 1.8vw;
  align-items: center;
}

footer .info .phone span.icon,
footer .info .mail span.icon {
  display: block;
  margin-right: 1%;
  width: 8%;
}

footer .info .fax span.icon {
  display: block;
  margin-right: 1%;
  width: 10%;
}

footer .info .phone span.icon img,
footer .info .mail span.icon img {
  vertical-align: middle;
}

footer .info .fax span.icon img {
  vertical-align: middle;
}

footer .info .phone span.comment,
footer .info .mail span.comment {
  display: block;
  width: 100%;
  font-size: 1vw;
  margin-top: 1%;
}

footer .info .info_r {
  display: flex;
  flex-wrap: wrap;
  width: 66.6%;
}

footer .info .insta_pc,
footer .info .insta_sp {
  text-align: center;
}

footer .info .insta_pc span,
footer .info .insta_sp span {
  position: relative;
  display: inline-block;
  margin-top: 2%;
}

footer .info .insta_pc span::before,
footer .info .insta_sp span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: #4C3C1D;
}

footer .info .insta_pc {
  display: block;
  width: 35%;
  margin-top: 8%;
  font-size: 1.4vw;
}

footer .info .insta_pc img {
  width: 12%;
}

footer .info .insta_sp {
  display: none;
  width: 78%;
  font-size: 3vw;
  margin-top: 20%;
}

footer .info .insta_sp img {
  width: 14.6%;
}

footer .info nav {
  width: 40%;
  margin: 3% 0 0 5%;
}

footer .info nav ul {
  display: flex;
  flex-wrap: wrap;
}

footer .info nav ul li {
  display: block;
  width: 50%;
  font-size: 1.4vw;
  margin-top: 8%;
}

footer .info nav ul li a {
  color: #4C3C1D;
}

footer .info .btn {
  display: flex;
  width: 95%;
  margin-left: 2.5%;
}

footer .info .btn li {
  display: block;
  width: 40%;
  height: 5vw;
  border: 1px solid #4C3C1D;
  border-radius: 100px;
  margin: 10% 0 0;
  text-align: center;
}

footer .info .btn li:nth-of-type(1) {
  background: #E5CCCB;
  margin-right: 4%;
}

footer .info .btn li:nth-of-type(2) {
  background: #F5EEEB;
}

footer .info .btn li a {
  display: flex;
  width: 100%;
  height: 5vw;
  align-items: center;
  justify-content: center;
  font-size: 1.2vw;
  color: #4C3C1D;
}

@media all and (max-width:768px) {
  footer .info {
    display: block;
  }

  footer .message {
    height: 30vw;
  }

  footer .message img {
    position: absolute;
    width: 19.5%;
    top: 30%;
    left: 8%;
  }

  footer .message p {
    position: absolute;
    top: 50%;
    left: 18%;
    font-size: 5.8vw;
  }

  footer .info .info_l {
    width: 63%;
    margin: 0 auto;
  }

  footer .info .info_l h2 {
    width: 100%;
  }

  footer .info .info_l ul {
    width: 100%;
  }

  footer .info .phone {
    font-size: 6.6vw;
  }

  footer .info .fax,
  footer .info .mail {
    font-size: 4.4vw;
  }

  footer .info .phone span.icon,
  footer .info .mail span.icon,
  footer .info .fax span.icon {
    margin-right: 1%;
  }

  footer .info .phone span.comment,
  footer .info .mail span.comment {
    font-size: 2.4vw;
  }

  footer .info .info_r {
    display: block;
    width: 53.4%;
    margin: 0 auto;
  }

  footer .info .insta_pc {
    display: none;
  }

  footer .info .insta_sp {
    display: block;
    width: 100%;
  }

  footer .info nav {
    width: 100%;
    margin-top: 10%;
  }

  footer .info nav ul li {
    font-size: 3vw;
  }

  footer .info .btn {
    display: block;
    margin-top: 20%;
    width: 100%;
  }

  footer .info .btn li {
    width: 100%;
    height: 12vw;
  }

  footer .info .btn li a {
    font-size: 2.6vw;
    line-height: 4vw;
    height: 12vw;
  }
}