@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400&display=swap");

/* ------------------------------
　　--TOP Header--
------------------------------ */
body {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
}

#header {
  cursor: default;
  height: 3.25em;
  left: 0;
  line-height: 3.25em;
  position: absolute;
  text-align: right;
  top: 2em;
  width: 100%;
  z-index: 10001;
}

#header .inner {
  max-width: 1500px;
  width: calc(100% - 6em);
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  #header .inner {
    max-width: 90%;
    width: 90%;
  }
}

#header .logo {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  float: left;
}
#header .logo img {
  width: 100%;
}
#header .logo {
  width: 140px;
}

#header .logo:hover {
  opacity: 0.7;
}

#header a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
}
#header a:hover {
  color: rgba(51, 51, 51, 0.7);
}

@media screen and (max-width: 736px) {
  #header a {
    padding: 0 0.5em;
  }
}

@media screen and (max-width: 480px) {
  #header {
    min-width: 320px;
  }
}

/* ------------------------------
　　--head_fix--
------------------------------ */

#head_fix {
  background: rgba(256, 256, 256, 0.85);
  cursor: default;
  height: 6.5em;
  left: 0;
  line-height: 3.25em;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10001;
  position: fixed;
  top: 0;
}

#head_fix .inner {
  max-width: 1500px;
  width: calc(100% - 6em);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  #head_fix .inner {
    max-width: 90%;
    width: 90%;
  }
}

#head_fix .logo {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  float: left;
  margin-top: 1%;
}
#head_fix .logo img {
  width: 100%;
}
#head_fix .logo {
  width: 140px;
}

#head_fix .logo:hover {
  opacity: 0.7;
}

#head_fix a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
}
#head_fix a:hover {
  color: rgba(51, 51, 51, 0.7);
}

@media screen and (max-width: 736px) {
  #head_fix a {
    padding: 0 0.5em;
  }
}

@media screen and (max-width: 480px) {
  #head_fix {
    min-width: 320px;
  }
}

/* ------------------------------
　　--TOP header nav--
------------------------------ */

#nav {
  display: inline-block;
}

.navPanelToggle {
  position: fixed;
  text-decoration: none;
  height: 4em;
  right: 3em;
  top: 0.75em;
  width: 4em;
  display: none;
  z-index: 10002;
}

.navPanelToggle:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-weight: normal;
  text-transform: none !important;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 2.25em;
  left: 0.5em;
  line-height: 2.25em;
  position: absolute;
  text-align: center;
  top: 0.5em;
  width: 3.5em;
}

.navPanelToggle *:before {
  color: #808080;
  display: block;
  font-size: 16px;
  height: 2.25em;
  left: 0.5em;
  line-height: 2.25em;
  position: absolute;
  text-align: center;
  top: 0.5em;
  width: 3.5em;
}

#navPanel {
  -moz-transform: translatex(20em);
  -webkit-transform: translatex(20em);
  -ms-transform: translatex(20em);
  transform: translatex(20em);
  -moz-transition: -moz-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  background: #54012d;
  color: #fff;
  height: 100%;
  max-width: 80%;
  width: 20em;
  padding: 0;
  text-transform: uppercase;
  z-index: 10003;
  display: none;
}

#navPanel ul {
  padding: 20% 0;
}
#navPanel li {
  border-top: 1px solid #bc9bac;
}
#navPanel.visible {
  -moz-transform: translatex(0);
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
  box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
}

#navPanel a:not(.close) {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 0.75em 0 0.75em 5%;
  text-decoration: none;
  background: #783759;
}

#navPanel a:not(.close):first-child {
  border: none;
}

#navPanel .close {
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 4em;
  padding-right: 1.25em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  vertical-align: middle;
  width: 5em;
}

#navPanel .close:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  text-transform: none !important;
  width: 3em;
  height: 3em;
  line-height: 3em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#navPanel .close:hover {
  color: inherit;
}

#header ul {
  display: flex;
  align-items: center;
}
#header li:nth-child(1) a::before,
#header li:nth-child(2) a::before,
#header li:nth-child(3) a::before,
#header li:nth-child(4) a::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  vertical-align: middle;
}
#header li:nth-child(1) a::before {
  background: #333 url(images/common/icon_wa.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 68%;
}
#header li:nth-child(2) a::before {
  background: #333 url(images/common/icon_tel.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 68%;
}
#header li:nth-child(3) a::before {
  background: #333 url(images/common/icon_book.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 68%;
}
#header li:nth-child(4) a::before {
  background: #333 url(images/common/icon_mail.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 68%;
}
#header li a:hover::before {
  opacity: 0.7;
}
#header li {
  position: relative;
  width: 45px;
  text-align: center;
  line-height: 0.8;
}
#header ul li:nth-child(1) a span,
#header ul li:nth-child(2) a span,
#header ul li:nth-child(3) a span,
#header ul li:nth-child(4) a span {
  font-size: 0.5rem;
  font-weight: bold;
  display: block;
  margin-top: 5px;
  font-weight: lighter;
}

@media screen and (max-width: 980px) {
  #nav {
    display: none;
  }
  #navPanel {
    display: block;
  }
  .navPanelToggle {
    display: block;
  }

  #navPanel li {
    line-height: 1.4;
  }
  #navPanel li a span {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 736px) {
  .navPanelToggle {
    right: 1em;
  }
}

@media screen and (max-width: 480px) {
  .navPanelToggle {
    right: -5px;
    top: 5px;
  }
}

@media screen and (max-width: 414px) {
  .navPanelToggle {
    right: 5px;
    width: 40px;
  }
  .navPanelToggle ::before {
    width: 30px;
    left: 10px;
  }
  .qtranxs_image {
    padding: 0 6px !important;
    line-height: 2;
  }
}
/* ------------------------------
　　--head_fix nav--
------------------------------ */

#head_fix #nav {
  width: 85%;
  padding-left: 10%;
}

#head_fix ul {
  display: flex;
  align-items: center;
}
#head_fix ul li {
  position: relative;
  text-align: center;
  line-height: 0.8;
}
#head_fix #nav li {
  font-size: 0.8rem;
  margin: 3% 2%;
}
#head_fix #nav li span {
  font-size: 0.55rem;
}

#head_fix #nav02 li:nth-child(1) a::before,
#head_fix #nav02 li:nth-child(2) a::before,
#head_fix #nav02 li:nth-child(3) a::before,
#head_fix #nav02 li:nth-child(4) a::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  vertical-align: middle;
}
#head_fix #nav02 li:nth-child(1) a::before {
  background: #f26576 url(images/common/icon_wa.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 68%;
}
#head_fix #nav02 li:nth-child(1) a {
  color: #f26576;
}
#head_fix #nav02 li:nth-child(2) a::before {
  background: #ffb14a url(images/common/icon_tel.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 68%;
}
#head_fix #nav02 li:nth-child(2) a {
  color: #ffb14a;
}
#head_fix #nav02 li:nth-child(3) a::before {
  background: #34bdd7 url(images/common/icon_book.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 68%;
}
#head_fix #nav02 li:nth-child(3) a {
  color: #34bdd7;
}
#head_fix #nav02 li:nth-child(4) a::before {
  background: #6684f1 url(images/common/icon_mail.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 68%;
}
#head_fix #nav02 li:nth-child(4) a {
  color: #6684f1;
}
#head_fix #nav02 li a:hover::before {
  opacity: 0.7;
}

#head_fix #nav02 li a span {
  font-size: 0.5rem;
  font-weight: bold;
  display: block;
  margin-top: 5px;
  font-weight: lighter;
  width: 45px;
}
#head_fix #nav02 li:nth-child(5),
#head_fix #nav02 li:nth-child(6) {
  width: 45px;
}

@media screen and (max-width: 1560px) {
  #head_fix .inner {
    max-width: 100%;
  }
  #head_fix li:nth-child(1),
  #head_fix li:nth-child(2),
  #head_fix li:nth-child(3),
  #head_fix li:nth-child(4),
  #head_fix li:nth-child(5),
  #head_fix li:nth-child(6),
  #head_fix li:nth-child(7) {
    margin: 3% 1.5%;
  }
}

@media screen and (max-width: 1490px) {
  #head_fix #nav {
    padding-left: 3%;
  }
}

@media screen and (max-width: 1390px) {
  #head_fix #nav li {
    margin: 3% 1.5%;
  }
}

@media screen and (max-width: 1338px) {
  #head_fix #nav li span {
    font-size: 0.45rem;
  }
  #head_fix #nav li {
    font-size: 0.8rem;
  }
  #head_fix {
    height: 5.5em;
  }
}

@media screen and (max-width: 1320px) {
  #head_fix .logo {
    width: 120px;
  }
}
@media screen and (max-width: 1188px) {
  #head_fix #nav li {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1138px) {
  #head_fix {
    height: 4.5em;
  }
}

@media screen and (max-width: 1104px) {
  #head_fix #nav li {
    font-size: 0.7rem;
  }
  #head_fix #nav li {
    margin: 3% 1%;
  }
}

@media screen and (max-width: 980px) {
  #nav02 {
    margin-top: -2%;
  }
}

@media screen and (max-width: 580px) {
  #head_fix .inner {
    max-width: 100%;
    width: 88%;
    float: left;
    padding-left: 1%;
  }
  #head_fix a {
    padding: 0 0.1em;
  }
}
@media screen and (max-width: 540px) {
  #head_fix {
    height: 4em;
  }
  #head_fix li:nth-child(1),
  #head_fix li:nth-child(2),
  #head_fix li:nth-child(3),
  #head_fix li:nth-child(4),
  #head_fix li:nth-child(5),
  #head_fix li:nth-child(6),
  #head_fix li:nth-child(7) {
    margin: 3% 0.5%;
  }
}
@media screen and (max-width: 414px) {
  #head_fix .logo {
    width: 100px;
  }
  #head_fix {
    height: 3.5em;
  }
  #head_fix li:nth-child(1),
  #head_fix li:nth-child(2),
  #head_fix li:nth-child(3),
  #head_fix li:nth-child(4) {
    margin: 1% 0.5%;
    width: 17%;
  }
  #head_fix #nav02 li:nth-child(5),
  #head_fix #nav02 li:nth-child(6) {
    margin: 1% 0.5%;
    width: 9%;
  }
  #head_fix #nav02 li:nth-child(5) {
    margin-left: 5%;
  }
  .navPanelToggle {
    top: 0.15em;
  }
  #nav02 {
    margin-top: -4%;
  }
  #head_fix .inner {
    width: 97%;
  }
}
@media screen and (max-width: 375px) {
  #head_fix .logo {
    width: 80px;
    padding-top: 5px;
  }
  #nav02 {
    margin-top: -3%;
  }
  #head_fix #nav02 li:nth-child(5) {
    margin-left: 3%;
  }
}
@media screen and (max-width: 320px) {
  #head_fix li:nth-child(1),
  #head_fix li:nth-child(2),
  #head_fix li:nth-child(3),
  #head_fix li:nth-child(4) {
    margin: 1% 0.5%;
    width: 15%;
  }
  #nav02 {
    margin-top: 0;
  }
}

/* ------------------------------
　　--fadeIn--
------------------------------ */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* ------------------------------
　　--共通parts--
------------------------------ */
.taC {
  text-align: center;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt20p {
  margin-top: 20%;
}
.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
  em {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 375px) {
  em {
    font-size: 0.6rem;
  }
}

.sp580 {
  display: none;
}
.pc980 {
  display: none;
}
.ipad768 {
  display: none;
}

@media screen and (max-width: 980px) {
  .pc980 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .ipad768 {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .pc580 {
    display: none;
  }
  .sp580 {
    display: block;
  }
}

a img:hover {
  opacity: 0.8;
}

section .inner {
  max-width: 1200px;
  width: calc(100% - 6em);
  margin: 0 auto;
}

h2 {
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  padding: 8% 0 5%;
}

@media screen and (max-width: 1200px) {
  section .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 980px) {
  h2 {
    font-size: 1.8rem;
    padding: 6% 0 2%;
    line-height: 1.4;
  }
}
@media screen and (max-width: 800px) {
  section .inner {
    width: calc(100% - 4em);
  }
}

@media screen and (max-width: 414px) {
  h2 {
    font-size: 1.6rem;
  }
  section .inner {
    width: calc(100% - 8%);
  }
}

/* ------------------------------
　　--breadcrumb--
------------------------------ */

.breadcrumbs {
  padding: 1% 20%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumbs a {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 15px;
  padding-right: 25px;
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.case .breadcrumbs,
.our_story .breadcrumbs,
.opening_special .breadcrumbs,
.access .breadcrumbs,
.testmonial .breadcrumbs,
.book .breadcrumbs,
.treatments_derma .breadcrumbs,
.tre_darkeye .breadcrumbs,
.tre_hr .breadcrumbs,
.tre_fs .breadcrumbs,
.tre_bs .breadcrumbs,
.tre_oth .breadcrumbs,
.sele_pigm .breadcrumbs,
.sele_line .breadcrumbs,
.sele_sag .breadcrumbs,
.sele_acne .breadcrumbs,
.sele_skinw .breadcrumbs,
.sele_skinq .breadcrumbs,
.sele_glow .breadcrumbs,
.sele_stub .breadcrumbs,
.item-detail .breadcrumbs,
.booking_thanks .breadcrumbs {
  background: #f7f7f7;
}
.trea .breadcrumbs,
.mailmaga_thanks .breadcrumbs {
  background: #4a0730;
}
.derma_laser .breadcrumbs,
.derma_injec .breadcrumbs,
.derma_other .breadcrumbs,
.sele_anti .breadcrumbs,
.sele_eye .breadcrumbs,
.sele_uhair .breadcrumbs,
.sele_faces .breadcrumbs,
.sele_sno .breadcrumbs,
.sele_fem .breadcrumbs,
.sele_os .breadcrumbs {
  background: #ededed;
}
.trea .breadcrumbs,
.trea .breadcrumbs a,
.mailmaga_thanks .breadcrumbs,
.mailmaga_thanks .breadcrumbs a {
  color: #fff;
}

.derma_facial .breadcrumbs {
  background: #ededed;
  padding-bottom: 5%;
}

@media screen and (max-width: 1110px) {
  .breadcrumbs {
    font-size: 0.7rem;
    padding: 0 10%;
    display: block;
  }
}

/* ------------------------------
　　--main--
------------------------------ */
#main {
  padding: 13em 0 10em 0;
  background: url("images/top/main.jpg") no-repeat;
  text-align: left;
  position: relative;
  z-index: 9999;
  background-size: cover;
  position: relative;
}

#main .inner {
  max-width: 1500px;
  width: calc(100% - 6em);
  margin: 0 auto;
  position: relative;
  z-index: 10000;
  line-height: 1.5;
}

#main h1 {
  width: 40%;
  position: absolute;
  right: 0;
  top: 100px;
}
#main h1 img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  #main .inner {
    max-width: 90%;
    width: 90%;
  }
}
/* ------------------------------
　　--TOP main--
------------------------------ */
.top #main {
  padding: 13em 0 10em 0;
  height: 798px;
  background: url("images/top/main.jpg") no-repeat;
  background-size: cover;
}

/* ------------------------------
　　--page main--
------------------------------ */
.page #main .inner {
  position: unset;
}
.page #main {
  margin-top: 6.5em;
  height: 470px;
}
.page #main h1 {
  width: 50%;
  position: unset;
  font-size: 2rem;
  letter-spacing: 0.2em;
  padding-left: 15%;
  opacity: 0.6;
  text-align: center;
  font-weight: 400;
}
.page #main h1 span {
  font-size: 1rem;
  letter-spacing: 0;
}

/* ------------------------------
　　--opening_special main--
------------------------------ */
.opening_special #main {
  background: url("images/o_spe/main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 580px) {
  .opening_special #main {
    background: url("images/o_spe/sp_main.jpg") 90% center no-repeat;
  }
}
@media screen and (max-width: 414px) {
  .opening_special #main {
    background: url("images/o_spe/sp_main.jpg") 93% center no-repeat;
  }
}

/* ------------------------------
　　--access main--
------------------------------ */
.access #main {
  background: url("images/acc/main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 580px) {
  .access #main {
    background: url("images/acc/main.jpg") 65% center no-repeat;
  }
}

/* ------------------------------
　　--mailmg main--
------------------------------ */
.mailmagazine #main,
.mailmaga_thanks #main {
  background: url("images/mailmg/main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 580px) {
  .mailmagazine #main,
  .mailmaga_thanks #main {
    background: url("images/mailmg/main.jpg") 90% center no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .mailmagazine #main,
  .mailmaga_thanks #main {
    background: url("images/mailmg/main.jpg") 80% 15% no-repeat;
  }
}
@media screen and (max-width: 414px) {
  .mailmagazine #main,
  .mailmaga_thanks #main {
    background: url("images/mailmg/main.jpg") 78% 15% no-repeat;
  }
}

/* ------------------------------
　　--case main--
------------------------------ */
.case #main {
  background: url("images/case/main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 580px) {
  .case #main {
    background: url("images/case/main.jpg") 73% center no-repeat;
  }
}
/* ------------------------------
　　--our story main--
------------------------------ */

.our_story #main {
  background: url("images/story/main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 580px) {
  .our_story #main {
    background: url("images/story/main.jpg") 73% 20% no-repeat;
  }
}
/* ------------------------------
	　--treatments main--
------------------------------ */

.trea #main {
  background: url("images/trea/main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 580px) {
  .treatments #main {
    background: url("images/trea/main.jpg") 70% center no-repeat;
  }
}

/* ------------------------------
	　--treatments dermatology main--
------------------------------ */
.trea_derma #main h1 {
  width: 60%;
  padding-left: 0;
}
.trea_derma #main {
  background: url("images/trea/derma/derma_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 580px) {
  .trea_derma #main {
    background: url("images/trea/derma/derma_main.jpg") 75% center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 414px) {
  .trea_derma #main {
    background: url("images/trea/derma/derma_main.jpg") 70% center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------
	　--treatments dermatology facial main--
------------------------------ */
.derma_facial #main h1 {
  width: 60%;
  padding-left: 0;
}
.derma_facial #main {
  background: url("images/trea/facial_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 580px) {
}

/* ------------------------------
	　--treatments dark eye main--
------------------------------ */
.tre_darkeye #main h1 {
  width: 60%;
  padding-left: 0;
}
.tre_darkeye #main {
  background: url("images/trea/eye_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .tre_darkeye #main {
    background: url("images/trea/eye_main_sp.jpg") 80% center no-repeat;
    background-size: cover;
  }
}
/* ------------------------------
	　--treatments hair removal main--
------------------------------ */
.tre_hr #main h1 {
  width: 60%;
  padding-left: 0;
}
.tre_hr #main {
  background: url("images/trea/hr_main.jpg") 80% center no-repeat;
  background-size: cover;
}
/* ------------------------------
	　--treatments face slimming main--
------------------------------ */
.tre_fs #main h1 {
  width: 60%;
  padding-left: 0;
}
.tre_fs #main {
  background: url("images/trea/fs_main.jpg") 80% center no-repeat;
  background-size: cover;
}

/* ------------------------------
　--treatments body slimming main--
------------------------------ */
.tre_bs #main h1 {
  width: 60%;
  padding-left: 0;
}
.tre_bs #main {
  background: url("images/trea/bs_main.jpg") 80% center no-repeat;
  background-size: cover;
}

/* ------------------------------
	　--treatments others main--
------------------------------ */
.tre_oth #main h1 {
  width: 60%;
  padding-left: 0;
}
.tre_oth #main {
  background: url("images/trea/oth_main.jpg") 80% center no-repeat;
  background-size: cover;
}

/* ------------------------------
	　--select skin pigmentation main--
------------------------------ */
.sele_pigm #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_pigm #main {
  background: url("images/select/pigm/pig_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_pigm #main {
    background: url("images/select/pigm/pig_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------
	　--select skin line wrinkles main--
------------------------------ */
.sele_line #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_line #main {
  background: url("images/select/line/line_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_line #main {
    background: url("images/select/line/line_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------
	　--select skin SAGGY SKIN/LAUGHLINES main--
------------------------------ */
.sele_sag #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_sag #main {
  background: url("images/select/sag/sag_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_sag #main {
    background: url("images/select/sag/sag_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------
	　--select skin ACNE PORES main--
------------------------------ */
.sele_acne #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_acne #main {
  background: url("images/select/acne/acne_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_acne #main {
    background: url("images/select/acne/acne_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}
/* ------------------------------
	　--select skin SKIN WHITENING main--
------------------------------ */
.sele_skinw #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_skinw #main {
  background: url("images/select/skinw/skinw_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_skinw #main {
    background: url("images/select/skinw/skinw_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}
/* ------------------------------
	　--select skin SKIN QUALITY main--
------------------------------ */
.sele_skinq #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_skinq #main {
  background: url("images/select/skinq/skinq_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_skinq #main {
    background: url("images/select/skinq/skinq_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}
/* ------------------------------
	　--select skin GLOWING SKIN main--
------------------------------ */
.sele_glow #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_glow #main {
  background: url("images/select/glow/glow_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_glow #main {
    background: url("images/select/glow/glow_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------
	　--select FACE ANTI-AGING main--
------------------------------ */
.sele_anti #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_anti #main {
  background: url("images/select/anti/anti_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_anti #main {
    background: url("images/select/anti/anti_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------
	　--select FACE DARK EYE CIRCLES main--
------------------------------ */
.sele_eye #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_eye #main {
  background: url("images/select/eye/eye_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_eye #main {
    background: url("images/select/eye/eye_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------
	　--select FACE UNWANTED EXCESS HAIR main--
------------------------------ */
.sele_uhair #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_uhair #main {
  background: url("images/select/uhair/uhair_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_uhair #main {
    background: url("images/select/uhair/uhair_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------
	　--select FACE FACE SLIMMING main--
------------------------------ */
.sele_faces #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_faces #main {
  background: url("images/select/faces/faces_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_faces #main {
    background: url("images/select/faces/faces_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------
	　--select BODY SNORING main--
------------------------------ */
.sele_sno #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_sno #main {
  background: url("images/select/sno/sno_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_sno #main {
    background: url("images/select/sno/sno_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------
	　--select BODY FEMALE VAGINAL main--
------------------------------ */
.sele_fem #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_fem #main {
  background: url("images/select/fem/fem_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_fem #main {
    background: url("images/select/fem/fem_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}
/* ------------------------------
	　--select BODY OVERSWEATING main--
------------------------------ */
.sele_os #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_os #main {
  background: url("images/select/os/os_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_os #main {
    background: url("images/select/os/os_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------
	　--select BODY STUBBORN FAT main--
------------------------------ */
.sele_stub #main h1 {
  width: 60%;
  padding-left: 0;
}
.sele_stub #main {
  background: url("images/select/stub/stub_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .sele_stub #main {
    background: url("images/select/stub/stub_main.jpg") 73% center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------
	　--select BODY UNWANTED EXCESS HAIR main--
------------------------------ */
.uhair-b #main h1 {
  width: 60%;
  padding-left: 0;
}
.uhair-b #main {
  background: url("images/select/uhair-b/uhair-b_main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  .uhair-b #main {
    background: url("images/select/uhair-b/uhair-b_main.jpg") 73% center
      no-repeat;
    background-size: cover;
  }
}
/* ------------------------------
　--testmonial main--
------------------------------ */

.testmonial #main {
  background: url("images/moni/main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 580px) {
  .testmonial #main {
    background: url("images/moni/main.jpg") 70% center no-repeat;
  }
}
/* ------------------------------
　　--book main--
------------------------------ */

.book #main,
.booking_thanks #main {
  background: url("images/book/main.jpg") 80% center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 580px) {
  .book #main,
  .booking_thanks #main {
    background: url("images/book/main.jpg") 63% center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------
　　--item-detail main--
------------------------------ */

.item-detail #main {
  background: #fff;
  padding: 0;
  margin: 0 auto;
}
.page.item-detail #main .inner {
  width: 70%;
}

.page.item-detail #main h1 {
  position: unset;
  padding: 16% 0 0 0;
  margin: 0 auto;
  font-size: 2.7rem;
  line-height: 1.2;
  width: 95%;
}

@media screen and (max-width: 1330px) {
  .page.item-detail #main h1 {
    padding: 10% 0 0 0;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .page.item-detail #main {
    height: 300px;
  }
  .page.item-detail #main h1 {
    font-size: 2.2rem;
  }
  .feature .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page.item-detail #main {
    height: 250px;
  }
  .page.item-detail #main h1 {
    font-size: 2rem;
    padding: 11% 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .page.item-detail #main .inner {
    width: 90%;
  }
  .page.item-detail #main {
    height: 200px;
  }
  .page.item-detail #main h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .page.item-detail #main h1 {
    font-size: 5.5vw;
    padding: 14% 0 0 0;
  }
}
@media screen and (max-width: 414px) {
  .page.item-detail #main h1 {
    padding: 0 0 0 0;
  }
}

/* ------------------------------ */
/* ------------------------------ */
@media screen and (max-width: 1500px) {
  #main {
    background-size: contain;
    padding: 30% 0 0 0;
    height: auto;
  }
  .page #main h1 {
    position: absolute;
    left: 0;
    top: 35%;
  }
  .page #main {
    height: 450px;
  }
}

@media screen and (max-width: 1338px) {
  .page #main {
    margin-top: 5.5em;
    height: 380px;
  }
}
@media screen and (max-width: 1138px) {
  .page #main {
    height: 330px;
    margin-top: 4.5em;
  }
}
@media screen and (max-width: 980px) {
  .page #main h1 {
    width: 60%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page #main h1 {
    position: absolute;
    left: -10%;
    padding-left: 0;
    width: 70%;
    line-height: 1;
    top: 38%;
  }
}
@media screen and (max-width: 580px) {
  .page #main {
    height: 350px;
  }
  .page #main h1 {
    font-size: 1.6rem;
    left: 5%;
    top: 39%;
    text-align: left;
    text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff,
      -2px -2px 2px #fff;
  }
}
@media screen and (max-width: 540px) {
  .page #main {
    margin-top: 4em;
  }
}
@media screen and (max-width: 414px) {
  .page #main {
    height: 300px;
    padding-top: 20%;
    margin-top: 3.5em;
  }
  .page #main h1 {
    top: 29%;
    margin-top: 10%;
    width: 80%;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    padding-left: 0;
  }
  .page #main h1 span {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 320px) {
  .page #main h1 {
    width: 90%;
    margin-top: 18%;
  }
}

/* ------------------------------
　　--os_menu--
------------------------------ */

#os_menu {
  padding: 0 0 4em 0;
  background: #f7f7f7;
}
#os_menu h2 {
  color: #333;
}
#os_menu p {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
}
#os_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#os_menu li {
  width: 24%;
  background: #fff;
  border-radius: 10px;
  padding-bottom: 3%;
  margin-bottom: 2%;
}

#os_menu dl {
  color: #4a0730;
}
#os_menu dt {
  border-radius: 10px 10px 0 0;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 5%;
}
#os_menu li dt span {
  position: absolute;
}
#os_menu li dt figure img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
#os_menu dd {
  padding: 0 1%;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
#os_menu span {
  display: inline-flex;
  font-size: 1rem;
  margin-left: 10px;
}
#os_menu span:nth-child(1) {
  width: 100%;
  font-size: 1.6rem;
}
#os_menu span:nth-child(2) {
  color: #fff;
  background: #d23a6d;
  border-radius: 5px;
  width: 80px;
  text-align: center;
  padding: 0 2%;
  display: block;
}
#os_menu ul:last-child::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}
#os_menu ul:last-child::after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

@media screen and (max-width: 980px) {
  #os_menu {
    padding: 4em 0 2em 0;
  }
}

@media screen and (max-width: 768px) {
  #os_menu li {
    width: 48%;
  }
  #os_menu p {
    font-size: 1.2rem;
  }
  #os_menu {
    padding: 4em 0 10% 0;
  }
}

@media screen and (max-width: 580px) {
  #os_menu span:nth-child(1) {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 414px) {
  #os_menu p {
    font-size: 1rem;
    line-height: 1.4;
  }
  #os_menu span:nth-child(1) {
    font-size: 1.2rem;
  }
  #os_menu span:nth-child(2) {
    width: 50px;
    padding: 0 1%;
  }
}

/* ------------------------------
　　--info-mae--
------------------------------ */
#info-mae {
  padding: 15% 0 0;
  background: #4a0730;
}

#info-mae ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#info-mae li {
  width: 50%;
  padding: 0 1%;
}

#info-mae li:first-child {
  width: 100%;
}
#info-mae li img {
  border-radius: 10px;
  width: 100%;
}

/* ------------------------------
　　--info--
------------------------------ */
#info {
  background: #f7f7f7;
}
#info h2 {
  color: #333;
}
#info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#info li {
  width: 50%;
  padding: 0 1%;
}

#info li:first-child {
  width: 100%;
}
#info li img {
  border-radius: 10px;
  width: 100%;
}

@media screen and (max-width: 580px) {
  #info li:first-child {
    padding-bottom: 2vh;
  }
}

/* ------------------------------
　　--case--
------------------------------ */
#case {
  background: #ededed;
}

#case h2 {
  color: #333;
}
#case dl {
  margin: 0 auto;
}
#case dt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#case dt figure {
  margin: 1%;
}
#case dt figure img {
  width: 100%;
  border-radius: 10px;
}
#case dd {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 5%;
}
#case a {
  text-decoration: none;
  color: #5b5b5b;
}
#case dd span {
  font-size: 0.9rem;
}

@media screen and (max-width: 480px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    margin-bottom: 5% !important;
  }
  #case dd {
    font-size: 1rem;
  }
  #case dd span {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 414px) {
  #case dd {
    font-size: 0.9rem;
  }
}

.case_set {
  background: #f7f7f7;
  padding: 5% 0;
}

.case_set h2 {
  width: 100%;
  border-radius: 10px;
  height: 310px;
  padding: 10% 40% 0 0;
}

.case_set h2 span {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #333;
  display: block;
}
.case_set h2 span span {
  font-size: 0.9rem;
}
.case_set ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 4% 0;
}
.case_set ul li {
  width: 30%;
  padding-bottom: 2%;
}
.case_set ul li ul {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
	align-items:center;
}
.case_set ul li ul li {
  position: relative;
  width: 45%;
  padding: 0;
}
.case_set ul li ul li:first-child ::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-left: 10px solid #5b5b5b;
  top: 40%;
  left: 105%;
}
.case_set figure img {
  width: 100%;
  border-radius: 5px;
}
.case_set ul li ul li:first-child {
  margin-right: 20px;
}
.case_set ul li span {
  text-align: center;
  display: block;
  line-height: 1.2;
}

#case_derma h2 {
  background: url("images/top/derma.jpg") no-repeat scroll 50% 0;
}
#case_darkeye h2 {
  background: url("images/trea/eye_main.jpg") no-repeat scroll 50% 0;
}
#case_hr h2 {
  background: url("images/case/hr.jpg") no-repeat scroll 50% 0;
}
#case_fs h2 {
  background: url("images/case/fs.jpg") no-repeat scroll 50% 0;
}
#case_slim h2 {
  background: url("images/case/slim.jpg") no-repeat scroll 50% 0;
}
#case_tatt h2 {
  background: url("images/case/tattoo.jpg") no-repeat scroll 50% 0;
}

@media screen and (max-width: 980px) {
  .case_set h2 {
    height: 250px;
  }
  #case_derma h2 {
    background: url("images/top/derma.jpg") no-repeat scroll 90% 50%;
    background-size: cover;
  }
  #case_darkeye h2 {
    background: url("images/trea/eye_main.jpg") no-repeat scroll 90% 50%;
    background-size: cover;
  }
  #case_hr h2 {
    background: url("images/case/hr.jpg") no-repeat scroll 90% 50%;
    background-size: cover;
  }
  #case_fs h2 {
    background: url("images/case/fs.jpg") no-repeat scroll 90% 50%;
    background-size: cover;
  }
  #case_slim h2 {
    background: url("images/case/slim.jpg") no-repeat scroll 90% 50%;
    background-size: cover;
  }
  #case_tatt h2 {
    background: url("images/case/tattoo.jpg") no-repeat scroll 90% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .case_set h2 {
    height: 200px;
  }
}

@media screen and (max-width: 580px) {
  .case_set h2 {
    height: 150px;
  }
  .case_set h2 span {
    font-size: 1rem;
  }
  .case_set h2 span span {
    font-size: 0.7rem;
  }
  .case_set ul li {
    width: 45%;
  }
  .case_set ul li span {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 414px) {
  .case_set ul li {
    width: 100%;
    padding-bottom: 5%;
  }
  #case_derma h2 {
    background: url("images/top/derma.jpg") no-repeat scroll 75% 50%;
    background-size: cover;
  }
}
/* ------------------------------
　　--swiper--
------------------------------ */

.swiper-pagination-bullet-active {
  background: #333 !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15% !important;
}

/* ------------------------------
　　--story--
------------------------------ */
#story {
  background: #f7f7f7;
  text-align: center;
}

#story h2 {
  color: #333;
}

#story figure img {
  width: 100%;
}

#story h3 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 3% 0;
}
#story p {
  letter-spacing: 0.1em;
}

/* ------------------------------
　　--access interior--
------------------------------ */
#interior {
  background: #f7f7f7;
  text-align: center;
  padding-bottom: 5%;
}
#interior h2 {
  color: #333;
}
#interior .waku {
  display: grid;
  grid-template-rows: 1fr 1.16fr 1fr;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 10px;
}
#interior .waku figure img {
  width: 100%;
  border-radius: 10px;
}
#interior .waku figure:nth-of-type(1) {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
}
#interior .waku figure:nth-of-type(2) {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
}
#interior .waku figure:nth-of-type(4) {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
}
#interior .waku figure:nth-of-type(5) {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}
#interior .waku figure:nth-of-type(3) {
  grid-row: 2 / 4;
  grid-column: 3 / 4;
}
#interior .waku figure {
  position: relative;
}
#interior .waku h4 {
  line-height: 1.4;
  z-index: 1;
  color: #fff;
  text-shadow: 2px 2px 2px #3e3e3e, -2px 2px 2px #3e3e3e, 2px -2px 2px #3e3e3e,
    -2px -2px 2px #3e3e3e;
  letter-spacing: 0.2em;
  align-self: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#interior .waku h4 span {
  font-size: 0.8rem;
}

.imgWrap {
  overflow: hidden;
  padding: 10px;
}
.imgWrap img {
  display: block;
  transition-duration: 0.3s;
}
.imgWrap img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

@media screen and (max-width: 768px) {
  #interior .waku h4 {
    font-size: 0.8rem;
  }
  #interior .waku h4 span {
    font-size: 0.6rem;
  }
  #interior .waku {
    grid-template-rows: 1fr 1.15fr 1fr;
    gap: 0;
  }
  #interior {
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 480px) {
  #interior .waku {
    grid-template-rows: 1fr 1.2fr 1fr;
    grid-template-columns: 1fr 1fr 1.2fr;
  }
}

@media screen and (max-width: 414px) {
  .imgWrap {
    padding: 5px;
  }
  #interior .waku {
    grid-template-rows: 1fr 1.15fr 1fr;
    grid-template-columns: 1fr 1fr 1.1fr;
  }
  #interior .waku h4 {
    font-size: 0.6rem;
  }
}

/* ------------------------------
　　--access add--
------------------------------ */
#add {
  background: #490730;
  text-align: center;
}
#add .map {
  display: flex;
  flex-wrap: nowrap;
  background: #f7f7f7;
}
#add .map div:nth-child(1) {
  width: 60%;
}
#add .map div:nth-child(1) iframe {
  width: 100%;
  height: 100%;
}
#add .map div:nth-child(2) {
  width: 38%;
  font-size: 1.3rem;
  padding: 8% 5%;
}
#add .map div:nth-child(2) p {
  letter-spacing: 0.1em;
}
#add .map div:nth-child(2) dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#add .map div:nth-child(2) dt {
  background: #333;
  color: #fff;
  font-size: 1rem;
  padding: 0.3%;
  width: 50%;
  margin: 2%;
}
#add .map div:nth-child(2) dd {
  width: 30%;
  margin: 2%;
}
#add .how_acc {
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
  padding: 0 5%;
}
#add .how_acc h3 {
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
}

#add .how_acc p {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 2%;
}
#add .how_acc div {
  padding: 5%;
}

@media screen and (max-width: 1227px) {
  #add .map div:nth-child(1) {
    width: 50%;
  }
  #add .map div:nth-child(2) {
    width: 48%;
    padding: 8% 2%;
  }
}

@media screen and (max-width: 781px) {
  #add .map {
    flex-wrap: wrap;
  }
  #add .map div:nth-child(1) {
    width: 100%;
    height: 300px;
  }
  #add .map div:nth-child(2) {
    width: 100%;
    order: -1;
  }
  #add .how_acc {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #add .how_acc p {
    font-size: 1rem;
  }
  #add .how_acc h3 {
    font-size: 1.2rem;
  }
  #add .map div:nth-child(2) {
    font-size: 1.1rem;
  }
  #add .map div:nth-child(2) dt {
    font-size: 0.8rem;
  }
}
/* ------------------------------
　　--testmonial--
------------------------------ */
#testmoni {
  background: #f7f7f7;
  text-align: center;
  padding-bottom: 5%;
}

#testmoni h2 {
  color: #333;
}
#testmoni figure img {
  width: 100%;
  border-radius: 10px;
}
#testmoni figure {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

#testmoni p {
  padding: 5% 0;
  font-size: 1.2rem;
}

a span.btn {
  color: #fff;
  background: #333;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.2em;
  padding: 1%;
  width: 30%;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  a span.btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 580px) {
  #testmoni figure {
    width: 100%;
  }
  #testmoni p {
    font-size: 1rem;
    text-align: left;
  }
  a span.btn {
    width: 100%;
  }
  #testmoni {
    padding-bottom: 5%;
  }
}
/* ------------------------------
　　--INFLUENCER--
------------------------------ */
#influ {
  background: #ededed;
  text-align: center;
  padding-bottom: 5%;
}

#influ h2 {
  color: #333;
}
#influ figure img {
  width: 100%;
  border-radius: 10px;
}
#influ figure {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

#influ p {
  padding: 5% 0;
  font-size: 1.2rem;
}
#influ .how_influ {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 5%;
}
#influ .how_influ h3 {
  font-size: 1.4rem;
  border-bottom: 1px solid #333;
  letter-spacing: 0.1em;
}

#influ .how_influ p {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 2%;
}
#influ .how_influ div {
  padding: 5%;
  width: 50%;
}

@media screen and (max-width: 768px) {
  #influ,
  #testmoni {
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 580px) {
  #influ figure {
    width: 100%;
  }

  #influ p {
    font-size: 1rem;
    text-align: left;
  }
  #influ .how_influ {
    flex-wrap: wrap;
    padding: 0;
  }
  #influ .how_influ div {
    width: 100%;
    padding: 0;
  }
  #influ .how_influ p {
    font-size: 1rem;
  }
}
/* ------------------------------
　　--OUR STORY--
------------------------------ */
#story {
  background: #f7f7f7;
  text-align: center;
  padding-bottom: 5%;
}

#story h2 {
  color: #333;
}
#story dl {
  display: flex;
  flex-wrap: wrap;
}
#story dt {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  background: #333;
  color: #fff;
}
#story dt span {
  width: 50%;
  display: inline-block;
}
#story dt figure {
  width: 50%;
}
#story li:nth-child(2n) dt figure {
  order: 3;
}
#story dt figure img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#story dd {
  width: 100%;
}
#story dd div:nth-child(1) {
  text-align: left;
  padding: 5% 0;
}
#story li {
  padding-bottom: 10%;
}

@media screen and (max-width: 580px) {
  #story dt {
    flex-wrap: wrap;
  }
  #story dt figure {
    width: 100%;
  }
  #story dt span {
    width: 100%;
    padding: 3%;
  }
  #story li:nth-child(2n) dt figure {
    order: 0;
  }
  a span.btn {
    padding: 2% 1%;
  }
  #story li {
    padding-bottom: 20%;
  }
}
/* ------------------------------
　　--mailmagazine--
------------------------------ */
#whatnl {
  padding-bottom: 5%;
}
#whatnl h2 {
  color: #333;
}
#whatnl .inner div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
  width: 80%;
  justify-content: center;
  margin: 0 auto;
}
#whatnl .inner div dl {
  margin: 0 6%;
}
#whatnl .inner div dt {
  position: relative;
}
#whatnl .inner div dt img {
  width: 100%;
}
#whatnl .inner div dl:nth-child(1) dt {
  background: url("images/mailmg/img01.jpg") no-repeat;
  height: 347px;
  border-radius: 10px;
  background-size: cover;
}
#whatnl .inner div dl:nth-child(2) dt {
  background: url("images/mailmg/img02.jpg") no-repeat;
  height: 347px;
  border-radius: 10px;
  background-size: cover;
}

#whatnl .inner div dt span {
  width: 100%;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  background: rgba(73, 7, 48, 0.4);
  color: #fff;
  text-align: center;
  border-radius: 0 0 10px 10px;
  font-size: 1.6rem;
  line-height: 1.4;
}
#whatnl .inner div dd {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.6;
  padding: 2% 0;
}

#tonl {
  background: #490730;
  padding-bottom: 2%;
}
span.wpcf7-list-item {
  display: block;
}
#contact .koumoku dd:nth-of-type(6) textarea {
  height: 200px;
}
.screen-reader-response ul {
  display: none;
}
.screen-reader-response,
.wpcf7-validation-errors {
  color: #d33b6e;
}
#tonl form input[type="email"] {
  border: 1px solid #ccc;
  height: 4em;
  padding: 2px 2%;
  border-radius: 10px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px;
  width: 100%;
}

#tonl form input[type="submit"] {
  width: 100%;
  margin: 0;
}

#tonl form dl {
  padding: 0 20% 5%;
  color: #fff;
}

#tonl .inner div p {
  color: #fff;
  padding: 0 20%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1180px) {
  #whatnl .inner div {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  #whatnl .inner div dl:nth-child(1) dt {
    background: url("images/mailmg/img01.jpg") 70% center no-repeat;
    height: 300px;
  }
  #whatnl .inner div dl:nth-child(2) dt {
    background: url("images/mailmg/img02.jpg") 70% center no-repeat;
    height: 300px;
  }
}
@media screen and (max-width: 580px) {
  #whatnl .inner div {
    flex-wrap: wrap;
  }
  #whatnl .inner div dl:nth-child(1) dt {
    background: url("images/mailmg/img01.jpg") no-repeat;
    background-size: cover;
  }
  #whatnl .inner div dl:nth-child(2) dt {
    background: url("images/mailmg/img02.jpg") no-repeat;
    background-size: cover;
  }
  #whatnl .inner div dl {
    margin: 2% 6% 5%;
  }
  #tonl .inner div p {
    padding: 0 5%;
  }

  #tonl form dl {
    padding: 0 5% 5%;
  }
}

.note {
  background: #f7f7f7;
  padding-bottom: 2%;
}
.note h2 {
  color: #333;
}

.note ul {
  padding: 1% 1% 3% 2.5%;
}
.note ul li {
  list-style: disc outside;
}
/* ------------------------------
　　--BOOK--
------------------------------ */
form {
  padding-bottom: 5%;
}
#contact {
  text-align: center;
  background: #f7f7f7;
  font-size: 1.1rem;
  padding-bottom: 2%;
}

#contact h2 {
  color: #333;
}

#contact img {
  width: 100%;
}
#contact p {
  text-align: left;
  padding: 2% 15%;
}

#contact form.custom-wpcf7c-confirmed input[type="text"],
#contact form.custom-wpcf7c-confirmed dd input,
#contact form.custom-wpcf7c-confirmed dd textarea {
  background: #ccc;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label {
  background: #ccc;
  border-radius: 5px;
}
#contact p.lead span {
  padding-top: 3%;
  display: inline-block;
}
#contact p span {
  padding-top: 3%;
  display: flex;
}
#contact .wpcf7-form p:nth-of-type(1) {
  padding: 2% 0;
}
#contact p:nth-of-type(1).lead {
  padding: 2% 15%;
}
#contact .wpcf7-form .kirikae {
  background: url("images/book/01.jpg") 0 0 no-repeat;
  height: 115px;
  width: 100%;
  background-size: contain;
}
#contact .wpcf7-form.custom-wpcf7c-confirmed .kirikae {
  background: url("images/book/02.jpg") 0 0 no-repeat;
  height: 115px;
  width: 100%;
  background-size: contain;
}

#contact .tre_menu {
}

#contact .tre_menu ul {
  padding: 0 3% 5%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#contact .tre_menu ul li ul {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
#contact .tre_menu ul li ul li {
  width: 100%;
}
#contact .tre_menu h3 {
  border-bottom: 1px solid #5b5b5b;
}

#contact .tre_menu ul li {
  width: 30%;
  padding: 0 3%;
}
#contact dl {
  width: 100%;
  margin: 0 auto;
  padding: 0 20% 5%;
}
#contact dt,
#contact dd {
  width: 100%;
  text-align: left;
}
#contact dt {
}
#contact dd {
  padding-bottom: 5%;
}

#contact dd input,
#contact dd textarea {
  width: 100%;
  border-radius: 10px;
  background: #fafafa;
  height: 200px;
}

#contact form input[type="text"],
#contact form input[type="email"],
#contact form input[type="tel"],
#contact form input[type="time"],
#contact form input[type="textarea"] {
  border: 1px solid #ccc;
  height: 4em;
  padding: 2px 2%;
  border-radius: 10px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px;
}

#contact form input[type="text"]:focus,
#contact form input[type="email"]:focus,
#contact form input[type="tel"]:focus,
#contact form input[type="time"]:focus,
#contact form input[type="textarea"]:focus {
  box-shadow: 0px 0px 5px #cccccc;
  border: 1px solid #cccccc;
  background: #ffffff;
}

#contact em {
  background: #d33b6e;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 5px;
  padding: 0.2% 1%;
  margin-left: 2%;
}

input[type="submit"],
button[type="submit"] {
  padding: 15px 45px;
  vertical-align: middle;
  line-height: 1;
  background: #333333;
  border: 1px solid #333333;
  border-radius: 10px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%;
  letter-spacing: 0.1em;
  font-style: italic;
  width: 35%;
  margin: 0 1%;
}
form#mail_form textarea {
  height: 200px;
}
#form_submit {
  text-align: center !important;
}

.choose {
  padding: 8% 20% 5%;
  text-align: left;
}
.choose p {
  text-align: left;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.choose label {
  width: 100%;
}

.confirm dl {
}
.confirm dt {
}
.confirm dd {
  background: #eee;
  padding: 2% !important;
}
.required {
  color: #d33b6e !important;
}
.error {
  text-align: center;
}
input[type="button"] {
  padding: 15px 45px;
  vertical-align: middle;
  line-height: 1;
  background: #bbb;
  border: 1px solid #bbb;
  border-radius: 10px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%;
  letter-spacing: 0.1em;
  font-style: italic;
  width: 35%;
  margin: 0 1%;
}
/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
}

form#mail_form dl dt span.required {
}

form#mail_form dl dt span.optional {
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

@media screen and (max-width: 768px) {
  .choose {
    padding: 2% 5% 5%;
  }

  #contact dl {
    padding: 0 5% 5%;
  }
}

@media screen and (max-width: 580px) {
  #contact .tre_menu ul {
    flex-wrap: wrap;
  }
  #contact .tre_menu ul li {
    width: 100%;
  }
  #contact p {
    padding: 2% 0;
  }
  #contact p:nth-of-type(1).lead {
    padding: 2% 0;
  }
  input[type="submit"],
  button[type="submit"] {
    font-size: 0.8rem;
    padding: 6% 1%;
    width: 45%;
  }
  input[type="button"] {
    font-size: 0.8rem;
    padding: 6% 1%;
    width: 45%;
  }
  #contact .wpcf7-form .kirikae {
    background: url("images/book/01_sp.jpg") 0 0 no-repeat;
    height: 133px;
    width: 100%;
    background-size: contain;
  }
  #contact .wpcf7-form.custom-wpcf7c-confirmed .kirikae {
    background: url("images/book/02_sp.jpg") 0 0 no-repeat;
    height: 133px;
    width: 100%;
    background-size: contain;
  }
}

@media screen and (max-width: 414px) {
  #contact .wpcf7-form .kirikae,
  #contact .wpcf7-form.custom-wpcf7c-confirmed .kirikae {
    height: 80px;
  }
}

/* ------------------------------
　　--select--
------------------------------ */

#select {
  background: #e2e2e2;
  padding-bottom: 5%;
}
#select h2 {
  color: #333;
}
#select ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#select li {
  width: 30%;
  background: #fff;
  border-radius: 10px;
  padding-bottom: 3%;
}

#select dl {
}
#select dt {
  height: 370px;
  border-radius: 10px 10px 0 0;
  font-size: 3rem;
  position: relative;
  margin-bottom: 5%;
}
#select li dt span {
  position: absolute;
}
#select li:nth-child(1) dt {
  background: url("images/top/skin.jpg") no-repeat scroll 50% 0;
}
#select li:nth-child(1) dt span {
  color: #333;
  top: 45%;
  right: 10%;
}
#select li:nth-child(2) dt {
  background: url("images/top/face.jpg") no-repeat scroll 50% 0;
  color: #fff;
}
#select li:nth-child(2) dt span {
  bottom: 2%;
  right: 17%;
}
#select li:nth-child(3) dt {
  background: url("images/top/body.jpg") no-repeat scroll 50% 0;
}
#select li:nth-child(3) dt span {
  color: #333;
  top: 15%;
  left: 10%;
}
#select dd {
  padding: 0 5%;
  font-size: 1.3rem;
}
#select dd span {
  font-size: 0.9rem;
  margin-left: 10px;
}
#select dd a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 1209px) {
  #select dd {
    font-size: 1.2rem;
  }
  #select dd span {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 980px) {
  #select {
    padding: 4em 0 2em 0;
  }

  #select dt {
    font-size: 2rem;
  }
  #select dd {
    font-size: 1rem;
  }
  #select dd span {
    font-size: 0.55rem;
  }
}
@media screen and (max-width: 823px) {
  #select li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  #select li {
    width: 100%;
    margin-bottom: 3%;
  }
  #select dt {
    height: 280px;
  }
  #select dd {
    width: 48%;
    float: left;
  }
  #select li:nth-child(2) dt {
    background: url("images/top/face.jpg") no-repeat scroll 100% 0;
    color: #333;
  }
  #select li:nth-child(2) dt span {
    top: 45%;
    right: 10%;
  }
  #select li:nth-child(3) dt span {
    top: 45%;
  }
  #select {
    padding: 2% 0 2em 0;
  }
}

@media screen and (max-width: 480px) {
  #select dd span {
    display: block;
  }
  #select dd {
    line-height: 1.6;
  }
  #select li:nth-child(2) dt {
    background: url("images/top/face.jpg") no-repeat scroll 80% 0;
  }
}

@media screen and (max-width: 414px) {
  #select dd {
    font-size: 0.8rem;
  }
}

/* ------------------------------
　　--treatment--
------------------------------ */

#treatment {
  padding: 0 0 4em 0;
  background: #4a0730;
}
#treatment h2 {
  color: #fff;
}

#treatment ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 4% auto;
}
#treatment li {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  margin: 0 0.5% 2% 0.5%;
  text-align: center;
}
#treatment li a {
  color: #5b5b5b;
  text-decoration: none;
}
#treatment dt {
  border-radius: 10px 10px 0 0;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
#treatment dt span {
  position: absolute;
  font-size: 0.6rem;
  background: #f43770;
  color: #fff;
  border-radius: 0 2px 2px 0;
  font-weight: lighter;
  padding: 1.5%;
  top: 5.5%;
}
#treatment li dt figure img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: auto;
}

#treatment dd {
  padding: 0 10% 2%;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

#treatment dd em {
  font-size: 0.7rem;
}

@media screen and (max-width: 980px) {
  #treatment dd {
    font-size: 1rem;
  }
}

@media screen and (max-width: 580px) {
  #treatment ul {
    justify-content: space-between;
  }
  #treatment li {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  #treatment dd {
    font-size: 0.8rem;
  }
  #treatment dd em {
    font-size: 0.6rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 375px) {
  #treatment dd em {
    font-size: 0.5rem;
  }
}

/* ------------------------------
　　--item-detail--
------------------------------ */
.feature {
  background: #f7f7f7;
  padding-bottom: 5%;
}
.feature figure {
  text-align: center;
}
.feature figure img {
  width: 100%;
}
.feature .inner {
  max-width: 960px;
}
.feature h3 {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 5% 0 0;
}
.feature p {
  padding-top: 2%;
  font-size: 1.3rem;
}

.item-detail #treatment {
  background: #ededed;
}
.item-detail #treatment h2 {
  color: #333;
}

@media screen and (max-width: 480px) {
  .feature h3 {
    font-size: 1.5rem;
  }
  .feature p {
    font-size: 1.1rem;
  }
}

/* ------------------------------
　　--Footer--
------------------------------ */
#footer {
  color: #fff;
  padding: 4em 0 0.5em 0;
  background: #1a1a1a;
  text-align: center;
  margin: 0 auto;
}

#footer .inner {
  padding: 2% 0 0;
}
#footer a.logo {
  width: 200px;
  display: inline-block;
}

#footer .logo img {
  width: 100%;
}
#footer .lang {
  font-size: 1.4rem;
  margin: 5% auto;
}
#footer .lang a {
  color: #fff;
  text-decoration: none;
  margin: 0 2%;
}
#footer .lang a:hover {
  opacity: 0.7;
}
#footer ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#footer h3 {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  width: 100%;
}
#footer li {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  align-items: center;
}
#footer li span {
  width: 100%;
}
#footer li a {
  display: inline-block;
  text-align: center;
  margin: 5% auto;
  width: 70%;
  color: #fff;
  text-decoration: none;
}
#footer li a:hover {
  opacity: 0.7;
}
#footer li a span {
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.2em;
  padding: 3% 0;
}
#footer .sns {
}

#footer .sns img {
  width: 100%;
}
#footer .sns a {
  display: inline-block;
  width: 30px;
  margin: 7% 2% 1%;
}

#footer .copyright {
  font-size: 0.9em;
  margin: 0 0 2em 0;
  padding: 0;
}

#footer .copyright a {
  color: #f2a3a5;
}

@media screen and (max-width: 980px) {
  #footer {
    padding: 4em 0 2em 0;
  }
  #footer h3 {
    font-size: 1.3rem;
  }
  #footer li {
    width: 33%;
  }
  #footer li span {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 736px) {
  #footer {
    padding: 2em 0 0.1em 0;
  }
}

@media screen and (max-width: 736px) {
  #footer ul {
    flex-wrap: wrap;
  }
  #footer li {
    width: 100%;
  }
}

/* ------------------------------
　　--CF7_DateTimePicker--
------------------------------ */

.ui-timepicker-div {
  line-height: 1;
}
.ui-widget-content,
.ui-widget-header {
  color: #777 !important;
}

/* ------------------------------
　　--lity--
------------------------------ */

.lity.lity-opened {
  z-index: 9999;
}
.lity-container {
  max-width: 80% !important;
}
.company .flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
