@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Moon+Dance&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSansJP-Medium.woff") format("woff"), url("./font/NotoSansJP-Medium.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/*
Theme Name: kikila
Description: kikila | 京都府亀岡市にある肌質改善専門店
Version: 1.0
License: kikila
License URI: https://www.kikila-ais.com/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background: url(images/) no-repeat center top;
  background-size: cover;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #444;
  background: #fff;
  font-weight: normal;
  min-width: 1200px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

.img_shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 1.8;
}

h1 {
  line-height: 1.5;
  font-size: 7.2rem;
}

h2 {
  line-height: 1.5;
  font-size: 2.4rem;
  letter-spacing: 0.16em;
}

h3 {
  line-height: 1.5;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #795292;
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #EC8EAA;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 13px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.12em;
  background: #EC8EAA;
  color: #fff;
}
.btn a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 25px;
  height: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.btn a:hover {
  background: #DF7796;
}
.btn a:hover::before {
  width: 0;
}

.btn.btn-purple a {
  background: #7C5393;
}
.btn.btn-purple a:hover {
  background: #683F7E;
}

.btn.btn-view a {
  background: #fff;
  border: 1px solid #DF7796;
  color: #DF7796;
  font-size: 1.4rem;
  padding: 4px 30px;
}
.btn.btn-view a::before {
  width: 25px;
  background: #DF7796;
}
.btn.btn-view a:hover {
  background: #DF7796;
  color: #fff;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
}
#header .header_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
#header .header_wrap .header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .header_wrap .header_right .sns_btn a {
  margin: 5px;
  display: inline-block;
}
#header .header_wrap .h_logo {
  font-size: 1rem;
}
#header .header_wrap .h_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    z-index: 100;
  }
  #header .header_wrap {
    padding: 15px;
  }
  #header .header_wrap .header_right {
    display: none;
  }
  #header .header_wrap .h_logo {
    width: 100px;
  }
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 1px;
    background: #EC8EAA;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(124, 83, 147, 0.85);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.2);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  margin-right: 20px;
}
#g_navi .menu {
  width: auto;
  margin: auto;
  *zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
#g_navi .menu:before {
  content: "";
  display: table;
}
#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}
#g_navi .menu > li {
  position: relative;
  cursor: pointer;
}
#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #444;
  padding: 41px 20px;
}
#g_navi .menu li a span {
  color: #EC8EAA;
  font-size: 1.2rem;
  display: block;
  letter-spacing: 0.12em;
  margin-top: 10px;
}
#g_navi .menu li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}
#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  font-weight: normal;
  background: #7C5393;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #7C5393;
  opacity: 0.6;
  transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #EC8EAA;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0px;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#mv_top .mv_img {
  width: 100%;
  overflow: hidden;
}
#mv_top .mv_img img {
  width: 100%;
  height: auto;
}
#mv_top .mv_txt {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mv_page {
  width: 100%;
  background: url(images/mv.png) no-repeat center;
  background-size: cover;
  padding: 120px 0;
}
#mv_page p {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 20px rgba(221, 170, 183, 0.7);
  font-size: 3.6rem;
  letter-spacing: 0.16em;
  line-height: 1;
}

.metaslider .flex-control-nav {
  bottom: 0 !important;
  z-index: 10;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top .mv_img img {
    position: relative;
    width: 120%;
    left: -10%;
  }
  #mv_top .mv_txt {
    width: 50%;
  }
  #mv_page {
    padding: 40px 0;
  }
  #mv_page p {
    font-size: 2rem;
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb {
  margin: 20px;
}
.breadcrumb p {
  text-align: left;
  color: #999;
  font-size: 1.4rem;
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #EC8EAA;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto 120px;
  }
  main#page_main {
    width: 100%;
    margin: 0 auto 120px;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    margin: 10px;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_mb30 {
    margin-bottom: 30px;
  }
  main#top_main {
    width: 100%;
    margin: 0 auto 60px;
  }
  main#page_main {
    margin: 25px auto 60px;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_bg01 {
  width: 100%;
  position: relative;
  padding: 120px 0 0 0;
}
.top_bg01:before {
  content: "";
  width: 100%;
  height: 78%;
  background: url(images/bg01.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.top_box01 {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: 120px;
}
.top_box01 h2 {
  text-align: center;
  line-height: 60px;
  margin-bottom: 55px;
  font-weight: 500;
}
.top_box01 h2 span {
  display: block;
  color: #EC8EAA;
  font-family: "Moon Dance", cursive;
  font-size: 3.6rem;
  letter-spacing: 0;
  margin-bottom: 45px;
  line-height: 1;
}
.top_box01 h2 img {
  margin-right: 20px;
}
.top_box01 .top_box01_btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.top_box01 .top_box01_btn .btn {
  width: 250px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .top_bg01 {
    padding: 60px 0 0 0;
  }
  .top_bg01:before {
    height: 88%;
  }
  .top_box01 {
    margin-bottom: 60px;
    padding: 0 6%;
  }
  .top_box01 h2 {
    line-height: 1;
    margin-bottom: 35px;
    font-size: 1.8rem;
  }
  .top_box01 h2 span {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .top_box01 h2 img {
    width: 280px;
    margin: 0 auto 15px;
    display: block;
  }
  .top_box01 .top_box01_btn {
    flex-direction: column;
    margin-top: 30px;
  }
  .top_box01 .top_box01_btn .btn {
    width: 100%;
    margin: 5px 0;
  }
}
.top_box02 {
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 0 8.33%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.top_box02 .top_box02_bar {
/*  width: 30%;*/
	width: 22%;
  position: relative;
  padding-bottom: 50px;
}
.top_box02 .top_box02_bar:hover img {
  opacity: 0.75;
}
.top_box02 .top_box02_bar::before {
  content: "";
  background: url(images/top_tit01.svg) no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: -1;
}
.top_box02 .top_box02_bar a {
  text-decoration: none;
  color: #444;
  position: relative;
  padding-bottom: 50px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.top_box02 .top_box02_bar a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: calc(50% + 30px);
  width: 10px;
  height: 1px;
  transform: rotate(45deg);
  background: #EC8EAA;
  transition: 0.4s;
}
.top_box02 .top_box02_bar a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 1px;
  background: #EC8EAA;
  transition: 0.4s;
}
.top_box02 .top_box02_bar a:hover::before {
  left: calc(50% + 50px);
}
.top_box02 .top_box02_bar a:hover::after {
  width: 120px;
}
.top_box02 .top_box02_bar figure {
  width: 100%;
  height: 286px;
  margin-bottom: 50px;
}
.top_box02 .top_box02_bar figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 60px 0 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.top_box02 h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.top_box02 h2 .en {
  position: absolute;
  font-family: "Moon Dance", cursive;
/*  font-size: clamp(6.2rem, 4.6vw, 8.2rem);*/
	font-size: clamp(6.2rem, 3.6vw, 8.2rem);
  color: #EC8EAA;
  letter-spacing: 0;
  line-height: 1;
  right: 20px;
  top: -90px;
}
.top_box02 p {
  color: #666666;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_box02 {
    flex-direction: column;
    padding: 0 6%;
    margin-bottom: 60px;
  }
  .top_box02 .top_box02_bar {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .top_box02 .top_box02_bar:last-child {
    margin-bottom: 0;
  }
  .top_box02 .top_box02_bar::before {
    width: 140px;
    height: 140px;
    top: -50px;
    left: -50px;
  }
  .top_box02 .top_box02_bar figure {
    width: 100%;
    height: 52vw;
    margin-bottom: 30px;
  }
  .top_box02 h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .top_box02 h2 .en {
    top: -58px;
  }
  .top_box02 p {
    color: #666666;
    text-align: center;
  }
}
.top_box03 {
  width: 100%;
  position: relative;
  margin-bottom: 120px;
}
.top_box03 .top_box03_inner {
  width: 60%;
  min-height: 527px;
  margin-left: auto;
  padding: 90px calc((100% - 1020px) / 2) 100px 8.6%;
  background: url(images/bg02.png) no-repeat right bottom;
  background-size: cover;
  margin-top: 60px;
}
.top_box03 .top_box03_inner h2 {
  color: #7C5393;
  font-family: "Moon Dance", cursive;
  font-size: 7.2rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 30px;
}
.top_box03 .top_box03_inner h2 span {
  color: #9B7AAD;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  margin-left: 30px;
  padding-left: 25px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
}
.top_box03 .top_box03_inner h2 span::before {
  content: "";
  background: #9B7AAD;
  height: 100%;
  width: 1px;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
}
.top_box03 .top_box03_inner .btn {
  width: 250px;
  margin-top: 45px;
}
.top_box03 .top_box03_img {
  width: 44.8%;
  height: 527px;
  position: absolute;
  top: -60px;
  left: 0;
}
.top_box03 .top_box03_img img {
  width: 100%;
  height: auto;
  border-radius: 0 60px 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .top_box03 {
    margin-bottom: 60px;
  }
  .top_box03 .top_box03_inner {
    width: 100%;
    min-height: auto;
    margin-left: auto;
    padding: 40px 6%;
    margin-top: 0;
  }
  .top_box03 .top_box03_inner h2 {
    font-size: 6.2rem;
    margin-bottom: 20px;
  }
  .top_box03 .top_box03_inner h2 span {
    display: block;
    font-size: 1.3rem;
  }
  .top_box03 .top_box03_inner .btn {
    width: 100%;
    margin-top: 30px;
  }
  .top_box03 .top_box03_img {
    width: 100%;
    height: auto;
    position: static;
  }
  .top_box03 .top_box03_img img {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
.top_flexwrap {
  width: 1020px;
  margin: auto;
}

.top_box04 {
  width: 480px;
  position: relative;
}
.top_box04 .btn {
  width: 150px;
  position: absolute;
  top: 5px;
  right: 0;
}

.top_tit02 {
  background: url(images/top_tit02.png) no-repeat left;
  background-size: contain;
  padding: 5px 0 4px 40px;
  font-size: 2.2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .top_flexwrap {
    width: 100%;
  }
  .top_box04 {
    width: 100%;
    padding: 0 6%;
    margin-bottom: 60px;
  }
  .top_box04 .btn {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
  .top_tit02 {
    padding: 5px 0 4px 30px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.top_box05 {
  width: 480px;
  position: relative;
}
.top_box05 .btn {
  width: 150px;
  position: absolute;
  top: 5px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .top_box05 {
    width: 100%;
    padding: 0 6%;
  }
  .top_box05 .btn {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
}
/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  height: 330px;
  overflow-y: scroll;
  padding-right: 10px;
}
.news_post article {
  border-bottom: 1px dotted #999;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.news_post article .date {
  font-size: 1.4rem;
  color: #999;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
.news_post article a {
  width: 100%;
  display: block;
}
.news_post article a h3 {
  font-size: 1.6rem;
  color: #444;
  display: inline-block;
  position: relative;
  transition: 0.6s;
}
.news_post article a h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #7C5393;
  transition: 0.6s;
}
.news_post article a h3:hover {
  color: #7C5393;
}
.news_post article a h3:hover::after {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news_post {
    max-height: 250px;
    height: 100%;
  }
  .news_post article .date {
    font-size: 1.2rem;
  }
  .news_post article a h3 {
    font-size: 1.4rem;
  }
}
/****************************************

お客様の声 トップ用

*****************************************/
.voice_top_post {
  width: 100%;
}
.voice_top_post article {
  border-bottom: 1px dotted #999;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.voice_top_post article:last-child {
  margin-bottom: 0;
}
.voice_top_post article figure {
  width: 140px;
  position: relative;
}
.voice_top_post article figure::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.voice_top_post article figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.voice_top_post article .voice_top_post_txt {
  width: 320px;
}
.voice_top_post article .voice_top_post_txt a {
  width: 100%;
  text-decoration: none;
}
.voice_top_post article .voice_top_post_txt a h3 {
  font-size: 1.6rem;
  color: #444;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  transition: 0.6s;
}
.voice_top_post article .voice_top_post_txt a h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #7C5393;
  transition: 0.6s;
}
.voice_top_post article .voice_top_post_txt a h3:hover {
  color: #7C5393;
}
.voice_top_post article .voice_top_post_txt a h3:hover::after {
  width: 100%;
}
.voice_top_post article .voice_top_post_txt p {
  font-size: 1.4rem;
  color: #666;
}

@media screen and (max-width: 767px) {
  .voice_top_post article figure {
    width: 100px;
  }
  .voice_top_post article .voice_top_post_txt {
    width: calc(100% - 120px);
  }
  .voice_top_post article .voice_top_post_txt a h3 {
    font-size: 1.4rem;
  }
  .voice_top_post article .voice_top_post_txt p {
    font-size: 1.2rem;
  }
}
/****************************************

content下層用

*****************************************/
.concept_box01 {
  width: 100%;
  background: url(images/bg03.png) no-repeat top center;
  background-size: cover;
  padding: 100px 0;
  margin-bottom: 100px;
  position: relative;
  z-index: 0;
}
.concept_box01 .concept_box01_inner {
  width: 720px;
  margin: 80px auto 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 60px 0 0 0;
  overflow: hidden;
  display: flex;
  background: url(images/box_bg01.png) no-repeat right -2px bottom -2px #fff;
}
.concept_box01 .concept_box01_inner .concept_box01_inner_txt {
  padding: 40px;
}
.concept_box01 .concept_box01_inner .concept_box01_inner_txt h3 {
  color: #7C5393;
  margin-bottom: 20px;
}
.concept_box01 .concept_box01_inner .concept_box01_inner_txt h3 span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.concept_box01 .concept_box01_inner .concept_box01_inner_txt ul li {
  position: relative;
  padding-left: 20px;
}
.concept_box01 .concept_box01_inner .concept_box01_inner_txt ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #7C5393;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 12px;
}

.concept_box02 {
  width: 1020px;
  margin: auto;
}
.concept_box02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.concept_box02 ul li {
  width: 48%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 60px 0 0 0;
  margin-bottom: 40px;
  padding: 40px;
  position: relative;
  text-align: center;
  border-bottom: 2px solid #F2C3D1;
}
.concept_box02 ul li .point {
  color: #EC8EAA;
  font-family: "Moon Dance", cursive;
  font-size: 3.2rem;
  transform: rotate(-15deg);
  letter-spacing: 0;
  position: absolute;
  top: -20px;
  left: 10px;
}
.concept_box02 ul li h3 {
  margin-bottom: 5px;
}
.concept_box02 ul li p {
  color: #666;
}

@media screen and (max-width: 767px) {
  .concept_box01 {
    width: 100%;
    padding: 40px 6%;
    margin-bottom: 60px;
  }
  .concept_box01 .concept_box01_inner {
    width: 100%;
    margin: 30px auto 0;
    flex-direction: column;
    padding: 0 30px 30px;
    background: none;
    box-shadow: none;
    position: relative;
  }
  .concept_box01 .concept_box01_inner::before {
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 60px 0 0 0;
    background: url(images/box_bg01.png) no-repeat right -2px bottom -2px #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .concept_box01 .concept_box01_inner figure {
    width: 150px;
    margin: 0 auto 20px;
  }
  .concept_box01 .concept_box01_inner figure img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px 0;
  }
  .concept_box01 .concept_box01_inner .concept_box01_inner_txt {
    padding: 0;
  }
  .concept_box01 .concept_box01_inner .concept_box01_inner_txt h3 {
    text-align: center;
  }
  .concept_box01 .concept_box01_inner .concept_box01_inner_txt h3 span {
    font-size: 1.2rem;
  }
  .concept_box01 .concept_box01_inner .concept_box01_inner_txt ul li {
    position: relative;
    padding-left: 20px;
  }
  .concept_box01 .concept_box01_inner .concept_box01_inner_txt ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #7C5393;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 12px;
  }
  .concept_box02 {
    width: 100%;
    padding: 0 6%;
  }
  .concept_box02 ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
  }
  .concept_box02 ul li .point {
    font-size: 3.2rem;
    top: -20px;
    left: 10px;
  }
}
.flow_box01 {
  width: 1020px;
  margin: auto;
}
.flow_box01 ol li {
  position: relative;
  padding: 0 0 40px 100px;
  display: flex;
  justify-content: space-between;
}
.flow_box01 ol li::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 53px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.flow_box01 ol li:first-child::before {
  background-image: url(images/step01.png);
}
.flow_box01 ol li:nth-child(2)::before {
  background-image: url(images/step02.png);
}
.flow_box01 ol li:nth-child(3)::before {
  background-image: url(images/step03.png);
}
.flow_box01 ol li:nth-child(4)::before {
  background-image: url(images/step04.png);
}
.flow_box01 ol li:nth-child(5)::before {
  background-image: url(images/step05.png);
}
.flow_box01 ol li::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #B098BE;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 0;
}
.flow_box01 ol li:last-child::after {
  content: none;
}
.flow_box01 ol li .txt {
  position: relative;
  width: 540px;
}
.flow_box01 ol li .txt h2 {
  margin-bottom: 20px;
  color: #EC8EAA;
  font-size: 2.8rem;
}
.flow_box01 ol li :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .flow_box01 {
    width: 100%;
    padding: 0 6%;
  }
  .flow_box01 ol li {
    padding: 0 0 40px 70px;
    flex-direction: column;
  }
  .flow_box01 ol li::before {
    width: 42px;
  }
  .flow_box01 ol li::after {
    left: 21px;
  }
  .flow_box01 ol li .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .flow_box01 ol li .txt h2 {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
.facial_box {
  width: 1120px;
  margin: auto;
}
.facial_box .txt {
  width: 480px;
}
.facial_box .bg_pink h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .facial_box {
    width: 100%;
    padding: 0 6%;
  }
  .facial_box .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.body_box01 {
  width: 1020px;
  margin: auto;
}
.body_box01 .body_box01_inner {
  width: 520px;
}
.body_box01 .body_box01_inner h3 {
  margin-bottom: 20px;
}
.body_box01 .body_box01_inner .check li {
  padding-left: 38px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  position: relative;
}
.body_box01 .body_box01_inner .check li::before {
  content: "";
  background: url(images/check.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 7px;
  left: 0;
}

.body_box02 {
  width: 1020px;
  margin: auto;
}
.body_box02 .body_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.body_box02 .body_list li {
  width: 48.6%;
  border-bottom: 1px dotted #999;
  padding: 0 0 20px 20px;
  margin-bottom: 20px;
  position: relative;
  font-size: 1.8rem;
}
.body_box02 .body_list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #EC8EAA;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .body_box01 {
    width: 100%;
    padding: 0 6%;
  }
  .body_box01 .body_box01_inner {
    width: 100%;
    margin-bottom: 20px;
  }
  .body_box01 .body_box01_inner h3 {
    margin-bottom: 20px;
    text-align: center;
  }
  .body_box01 .body_box01_inner .check li {
    padding-left: 30px;
    font-size: 1.5rem;
  }
  .body_box01 .body_box01_inner .check li::before {
    width: 18px;
    height: 18px;
  }
  .body_box02 {
    width: 100%;
    padding: 0 6%;
  }
  .body_box02 .body_list {
    display: flex;
  }
  .body_box02 .body_list li {
    width: 100%;
    padding: 0 0 15px 20px;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .body_box02 .body_list li::before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
}
.hairremoval_box01 {
  width: 1020px;
  margin: auto;
}

.hairremoval_img_box {
  display: flex;
  justify-content: center;
}
.hairremoval_img_box figure {
  margin: 0 7px;
}

.hairremoval_box02 {
  width: 1020px;
  margin: auto;
}
.hairremoval_box02 .hairremoval_box02_inner {
  width: 480px;
}
.hairremoval_box02 .hairremoval_box02_inner h3 {
  color: #EC8EAA;
  margin-bottom: 10px;
}
.hairremoval_box02 .bg_pink h3 {
  color: #EC8EAA;
  margin-bottom: 30px;
  text-align: center;
}
.hairremoval_box02 .bg_pink figure {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 40px;
}

.hairremoval_box03 {
  width: 1020px;
  margin: auto;
}
.hairremoval_box03 .hairremoval_box03_img {
  display: flex;
  justify-content: center;
}
.hairremoval_box03 .hairremoval_box03_img figure {
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .hairremoval_box01 {
    width: 100%;
    padding: 0 6%;
  }
  .hairremoval_img_box figure {
    margin: 0 10px 0 0;
  }
  .hairremoval_img_box figure:last-child {
    margin-right: 0;
  }
  .hairremoval_box02 {
    width: 100%;
    padding: 0 6%;
  }
  .hairremoval_box02 .hairremoval_box02_inner {
    width: 100%;
  }
  .hairremoval_box02 .bg_pink h3 {
    margin-bottom: 10px;
  }
  .hairremoval_box02 .bg_pink figure {
    padding: 20px;
  }
  .hairremoval_box03 {
    width: 100%;
    padding: 0 6%;
  }
  .hairremoval_box03 figure {
    margin: 0 10px;
  }
}
.cosmetic_box01 {
  width: 1020px;
  margin: auto;
}
.cosmetic_box01 .cosmetic_btn {
  display: flex;
  justify-content: center;
}
.cosmetic_box01 .cosmetic_btn .btn {
  width: 290px;
  margin: 0 7px;
}

.cosmetic_box02 {
  width: 1020px;
  margin: auto;
}
.cosmetic_box02 h3 {
  margin-bottom: 30px;
}

.cosmetic_box03 {
  width: 1020px;
  margin: auto;
}
.cosmetic_box03 h3 {
  margin-bottom: 30px;
}

.cosmetic_box04 {
  width: 1020px;
  margin: auto;
}
.cosmetic_box04 h3 {
  margin-bottom: 30px;
}
.cosmetic_box04 h3 span {
  display: block;
  font-size: 1.4rem;
}
.cosmetic_box04 .cosmetic_box04_inner {
  border-bottom: 1px dotted #999;
  padding: 40px 0;
}
.cosmetic_box04 .cosmetic_box04_inner ul li {
  position: relative;
  padding-left: 20px;
}
.cosmetic_box04 .cosmetic_box04_inner ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #7C5393;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 12px;
}

@media screen and (max-width: 767px) {
  .cosmetic_box01 {
    width: 100%;
    padding: 0 6%;
  }
  .cosmetic_box01 .cosmetic_btn {
    flex-direction: column;
  }
  .cosmetic_box01 .cosmetic_btn .btn {
    width: 100%;
    margin: 0 0 10px;
  }
  .cosmetic_box02 {
    width: 100%;
    padding: 0 6%;
  }
  .cosmetic_box02 h3 {
    margin-bottom: 20px;
  }
  .cosmetic_box03 {
    width: 100%;
    padding: 0 6%;
  }
  .cosmetic_box03 h3 {
    margin-bottom: 20px;
  }
  .cosmetic_box04 {
    width: 100%;
    padding: 0 6%;
  }
  .cosmetic_box04 h3 {
    margin-bottom: 20px;
  }
  .cosmetic_box04 h3 span {
    font-size: 1.1rem;
    margin-top: 20px;
  }
  .cosmetic_box04 .cosmetic_box04_inner_wrap {
    display: flex;
    justify-content: space-between;
  }
  .cosmetic_box04 .cosmetic_box04_inner_wrap .cosmetic_box04_inner {
    width: 48%;
    padding: 25px 0;
  }
  .cosmetic_box04 .cosmetic_box04_inner_wrap .cosmetic_box04_inner p {
    font-size: 1.2rem;
  }
  .cosmetic_box04 .cosmetic_box04_inner_wrap .cosmetic_box04_inner ul {
    margin-top: 20px;
  }
  .cosmetic_box04 .cosmetic_box04_inner_wrap .cosmetic_box04_inner ul li {
    padding-left: 16px;
    font-size: 1.2rem;
  }
  .cosmetic_box04 .cosmetic_box04_inner_wrap .cosmetic_box04_inner ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #7C5393;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 9px;
  }
}
.voice_box {
  width: 1020px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.voice_box article {
  width: 320px;
}
.voice_box article figure {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.voice_box article figure:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.voice_box article figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.voice_box article h2 {
  font-size: 1.8rem;
  padding: 0 0 15px 40px;
  position: relative;
}
.voice_box article h2::before {
  content: "";
  background: url(images/page_tit02.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
}
.voice_box article h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #BDA9C9, #7C5393);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .voice_box article {
    margin: 0 30px 60px 0;
  }
  .voice_box article:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .voice_box {
    width: 100%;
    justify-content: space-between;
    padding: 0 6%;
  }
  .voice_box article {
    width: 49%;
    margin-bottom: 30px;
  }
  .voice_box article h2 {
    font-size: 1.6rem;
    padding: 0 0 15px 25px;
  }
  .voice_box article h2::before {
    background-size: contain;
    width: 16px;
    height: 16px;
    top: 4px;
  }
}
.faq_box {
  width: 1020px;
  margin: auto;
}
.faq_box dl {
  margin-bottom: 60px;
}
.faq_box dl dt {
  margin-bottom: 15px;
  padding-left: 70px;
  font-size: 2.2rem;
  letter-spacing: 0.16em;
  position: relative;
}
.faq_box dl dt::before {
  content: "Q";
  color: #EC8EAA;
  font-size: 2.6rem;
  position: absolute;
  top: -5px;
  left: 30px;
}
.faq_box dl dd {
  padding: 30px 30px 30px 70px;
  background: url(images/box_bg02.svg) no-repeat right -2px bottom -2px #F5F2F7;
  position: relative;
  min-height: 110px;
}
.faq_box dl dd::before {
  content: "A";
  color: #7C5393;
  font-size: 2.6rem;
  position: absolute;
  top: 20px;
  left: 33px;
}

@media screen and (max-width: 767px) {
  .faq_box {
    width: 100%;
    padding: 0 6%;
  }
  .faq_box dl {
    margin-bottom: 30px;
  }
  .faq_box dl dt {
    padding-left: 50px;
    font-size: 1.6rem;
  }
  .faq_box dl dt::before {
    font-size: 2.2rem;
    top: -5px;
    left: 20px;
  }
  .faq_box dl dd {
    padding: 20px 20px 20px 50px;
  }
  .faq_box dl dd::before {
    font-size: 2.2rem;
    top: 10px;
    left: 20px;
  }
}
.blog_box {
  width: 1020px;
  margin: auto;
}
.blog_box article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
.blog_box article figure {
  width: 320px;
  position: relative;
}
.blog_box article figure:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.blog_box article figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.blog_box article .blog_inner {
  width: 100%;
}
.blog_box article .blog_inner .btn {
  width: 250px;
  margin: 60px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .blog_box {
    width: 100%;
    padding: 0 6%;
  }
  .blog_box article {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .blog_box article figure {
    width: 100%;
    margin: 0 auto 20px;
  }
  .blog_box article .blog_inner {
    width: 100%;
  }
  .blog_box article .blog_inner h2 {
    font-size: 1.8rem;
  }
  .blog_box article .blog_inner .btn {
    margin: 20px 0 0 auto;
    width: 100%;
  }
}
.salon_box01 {
  width: 1020px;
  margin: auto;
}

.salon_box02 {
  width: 1020px;
  margin: auto;
}

.table {
  width: 100%;
}
.table tr:nth-child(odd) th,
.table tr:nth-child(odd) td {
  background: #F2EDF4;
}
.table th,
.table td {
  padding: 21px 40px;
  font-weight: 400;
}
.table th {
  width: 25%;
  text-align: right;
}
.table td {
  width: 75%;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .salon_box01 {
    width: 100%;
    padding: 0 6%;
  }
  .salon_box02 {
    width: 100%;
    padding: 0 6%;
  }
  .table th,
  .table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .table th {
    padding: 20px 20px 0 20px;
  }
  .table td {
    padding: 0 20px 20px 20px;
  }
}
/*---------------------お問い合わせ*/
.contact_box01 {
  width: 1020px;
  margin: auto;
}
.contact_box01 .tel_box,
.contact_box01 .line_box {
  width: 500px;
  border: 2px solid #D7CBDE;
  padding: 30px;
  text-align: center;
}
.contact_box01 .tel_box p,
.contact_box01 .line_box p {
  color: #666;
  font-size: 1.4rem;
}
.contact_box01 .tel_box .tel,
.contact_box01 .line_box .tel {
  font-size: 3rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  line-height: 0.7;
  display: inline-block;
  margin: 20px 0 10px;
}
.contact_box01 .tel_box .tel img,
.contact_box01 .line_box .tel img {
  margin-right: 10px;
  width: auto;
}
.contact_box01 .tel_box .btn,
.contact_box01 .line_box .btn {
  width: 260px;
  margin: 20px auto 0;
}

.contact_box02 {
  width: 1020px;
  margin: auto;
}

.policy {
  padding: 30px;
  background: #F2EDF4;
  text-align: center;
}
.policy span {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: block;
}
.policy p {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .contact_box01 {
    width: 100%;
    padding: 0 6%;
  }
  .contact_box01 .tel_box {
    margin-bottom: 10px;
  }
  .contact_box01 .tel_box,
  .contact_box01 .line_box {
    width: 100%;
    padding: 20px;
  }
  .contact_box01 .tel_box p,
  .contact_box01 .line_box p {
    font-size: 1.3rem;
  }
  .contact_box01 .tel_box .tel,
  .contact_box01 .line_box .tel {
    font-size: 3rem;
  }
  .contact_box01 .tel_box .tel img,
  .contact_box01 .line_box .tel img {
    margin-right: 10px;
  }
  .contact_box01 .tel_box .btn,
  .contact_box01 .line_box .btn {
    width: 100%;
  }
  .contact_box01 .tel_box .btn img,
  .contact_box01 .line_box .btn img {
    width: auto;
  }
  .contact_box02,
  .contact_box03 {
    width: 100%;
    padding: 0 6%;
  }
  .policy {
    padding: 20px;
    text-align: left;
  }
  .policy span {
    font-size: 1.3rem;
  }
  .policy p {
    font-size: 1.2rem;
  }
}
/****************************************

aside

*****************************************/
/****************************************

single.php

*****************************************/
#single_box {
  width: 1020px;
  margin: 0 auto 120px;
}

#single_box h1 {
  font-size: 2.4rem;
}

#single_box .single_text {
  width: 100%;
}

#single_box .single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: 0 auto 120px;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #333;
  border: solid 1px #333;
  color: white;
}

.nav-below {
  margin: 30px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 88%;
    margin: 0 auto 60px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .pager {
    margin: 0 auto 60px;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 文字 */
.red {
  color: #BA0006;
}

.pink {
  color: #EC8EAA;
}

.purple {
  color: #7C5393;
}

.bg_pink {
  background: url(images/box_bg02.svg) no-repeat right -2px bottom -2px #FDF3F6;
  padding: 50px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.semibold {
  font-weight: 500;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

@media print, screen and (min-width: 768px) {
  .tc {
    text-align: center;
  }
  .w580 {
    width: 580px;
  }
  .w380 {
    width: 380px;
  }
  .w760 {
    width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .mb40,
  .mb50,
  .mb60 {
    margin-bottom: 30px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 60px;
  }
  .bg_pink {
    padding: 25px;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.headline {
  text-align: center;
  margin-bottom: 60px;
  color: #EC8EAA;
  letter-spacing: 0;
  font-family: "Moon Dance", cursive;
}
.headline span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  color: #999;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.subhead01 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  text-align: center;
  background: url(images/page_tit01.png) no-repeat center bottom;
}
.subhead01::before {
  content: "";
  width: 25px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 14.5px;
  background: url(images/page_tit01-left.png) no-repeat left #fff;
}
.subhead01::after {
  content: "";
  width: 25px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: 14.5px;
  background: url(images/page_tit01-right.png) no-repeat right #fff;
}
.subhead01 span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.subhead02 {
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}
.subhead02::before {
  content: "";
  background: url(images/page_tit02.png) no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 6px;
  left: 0;
}
.subhead02::after {
  content: "";
  width: 50px;
  height: 1px;
  background: linear-gradient(to right, #BDA9C9, #7C5393);
  position: absolute;
  left: -60px;
  top: 19px;
}

.subhead03 {
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.subhead03::before {
  content: "";
  background: url(images/page_tit02.png) no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 6px;
  left: 0;
}
.subhead03::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: linear-gradient(to right, #BDA9C9, #7C5393);
  right: -60px;
  position: relative;
}

.subhead04 {
  margin-bottom: 30px;
  position: relative;
  padding: 0 0 20px 40px;
}
.subhead04::before {
  content: "";
  background: url(images/page_tit02.png) no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 6px;
  left: 0;
}
.subhead04::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #BDA9C9, #7C5393);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 40px;
  }
  .headline span {
    font-size: 1.2rem;
  }
  .subhead01 {
    padding-bottom: 40px;
    margin-bottom: 20px;
    background-size: 800px;
  }
  .subhead01::before {
    bottom: 11.5px;
  }
  .subhead01::after {
    bottom: 11.5px;
  }
  .subhead01 span {
    font-size: 1.4rem;
  }
  .subhead02 {
    margin-bottom: 15px;
    padding-left: 30px;
  }
  .subhead02::before {
    width: 20px;
    height: 20px;
  }
  .subhead02::after {
    content: none;
  }
  .subhead03 {
    margin-bottom: 15px;
    padding-left: 30px;
  }
  .subhead03::before {
    width: 20px;
    height: 20px;
  }
  .subhead03::after {
    content: none;
  }
  .subhead04 {
    margin-bottom: 20px;
    padding: 0 0 15px 30px;
  }
  .subhead04::before {
    width: 20px;
    height: 20px;
  }
}
/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: url(images/f_bg.png) no-repeat top center;
  background-size: cover;
  padding: 75px 0 30px;
}
#footer p,
#footer a {
  color: #fff;
  font-size: 1.4rem;
}
#footer .footer_box {
  width: 1020px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .footer_box .footer_left {
  display: flex;
  align-items: center;
}
#footer .footer_box .footer_left .footer_logo {
  margin-right: 50px;
}
#footer .footer_box .footer_left .footer_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .footer_box .footer_left .footer_left_inner span {
  font-size: 1.3rem;
  margin: 0 15px 0 0;
}
#footer .footer_box .footer_right .sns_btn a {
  margin: 5px;
  display: inline-block;
}
#footer .pagetop {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
}
#footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .copyright {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .sp_bana {
    display: none;
  }
  .sitemap {
    width: 1020px;
    margin: 60px auto 30px;
    display: flex;
    justify-content: center;
  }
  .sitemap li {
    line-height: 1;
  }
  .sitemap li a {
    display: inline-block;
    position: relative;
    transition: 0.6s;
    text-decoration: none;
  }
  .sitemap li a::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: 0.6s;
  }
  .sitemap li a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sitemap {
    display: none;
  }
  #footer {
    padding: 40px 0 20px;
  }
  #footer p,
  #footer a {
    font-size: 1.3rem;
  }
  #footer .footer_box {
    width: 100%;
    flex-direction: column;
  }
  #footer .footer_box .footer_left {
    flex-direction: column;
  }
  #footer .footer_box .footer_left .footer_logo {
    width: 160px;
    margin: 0 auto 15px;
  }
  #footer .footer_box .footer_left .footer_left_inner {
    text-align: center;
    margin-bottom: 15px;
  }
  #footer .footer_box .footer_left .footer_left_inner span {
    display: block;
    margin: 10px auto 0;
    font-size: 1.2rem;
  }
  #footer .footer_box .footer_right .sns_btn {
    margin-bottom: 40px;
  }
  #footer .footer_box .footer_right .sns_btn a {
    display: inline-block;
  }
  #footer .pagetop {
    width: 45px;
    right: 0;
    bottom: 0;
  }
  #footer .copyright {
    font-size: 1.2rem;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}
.last_q .required {
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0 4px;
    background: #CC0000;
    margin-right: 10px;
    border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #EC8EAA;
  border-radius: 8px;
  background-color: #EC8EAA;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #EC8EAA;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .form_row {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    display: inherit;
    height: 50px;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack *//*# sourceMappingURL=style.css.map */
 * 

time.date {
    font-size: 1.5em;
}