@charset "UTF-8";
@import url("common.css");

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/************************************
** 基本設定（General Setting）
************************************/
html{
      font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
  }
  html, body {
      margin: 0;
      padding: 0;
  }
  body {
         font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
         -webkit-text-size-adjust: 100%;
         text-size-adjust: 100%;
         -webkit-font-smoothing: antialiased;
         font-size: 16px;
         font-size: 1.6rem;
         color: #362014;
         letter-spacing: 1.5px;
         font-weight: 500;
  }
  a:hover {
         opacity: 0.4;
         filter: alpha(opacity=60);
         -ms-filter: "alpha(opacity=60)";
         /*color: inherit;
         background-color: inherit;*/
  }
  img{
         border-width:0;
         box-sizing: border-box;
         -webkit-backface-visibility: hidden;
         -ms-interpolation-mode: nearest-neighbor;
         image-rendering: -webkit-optimize-contrast;
         image-rendering: -moz-crisp-edges;
         image-rendering: -o-crisp-edges;
         /* image-rendering: pixelated;   */
         max-width: 100%;
  }

  .bk_image{
         -webkit-backface-visibility: hidden;
         image-rendering: -webkit-optimize-contrast;
  }
  figure,
  main figure{
         margin: 0;
  }
  .article{
         position: relative;
  }
  /*記事・カテゴリ中の画像を要素内に収める*/
  .article img,
  .category-description img,
  .wp-caption,
  .hover-image{
         max-width:100%;
         height:auto;
  }
  .aligncenter{
         clear:both;
  }
  .cf:after{
         content: "";
         clear: both;
         display: block;
  }

  #main {
    width: 100%;
  }

  dl {
      margin: auto;
  }

h1,h2,h3,h4 {
    font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  }

  h2,h3,li {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  h2.bg_blue {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 4% 0;
  }

  .en_title {
    font-size: clamp(2.4rem,3.2vw + 0rem,4.4rem);
    line-height: 120%;
    letter-spacing: 0.2em;
    color: #385b8e;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    margin-bottom: 2%;
  }

  h2 {
    margin: 0 0 8% 0;
    position: relative;
    width: 100%;
    color: #534741;
  }

  .page-id-8 h2 {
    padding-left: 77px;
  }

  .page-id-8 h2:before {
    content: "";
    width: 66px;
    height: 1px;
    background-color: #534741;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
}

  .serif {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
  
  
  .sans {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
  

  p,dd,th,td,li,a {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
    color:#534741;
    text-decoration: none;
  }

  p.ft16 {
    font-size: 1.6rem;
  }


ul {
    padding: 0;
}

  #body {
    margin-top: 0;
}

  .entry-content {
    margin-bottom: 0;
  }

  #main .post, #main .page {
    margin-bottom: 0;
}

.back {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sp {
    display: none;
}

.blue {
  color: #385b8e;
}

.blue02 {
  color: #466eb2;
}

.bg_blue {
  background-color: #466eb2;
}

.brown {
  color: #534741;
}

.yellow {
  color: #f9ebd4;
}

.white {
  color: #ffffff;
}

.gray02 {
  color: #aaaaaa;
}

#sidebar {
  display: none;
}

#breadcrumb {
  padding: 0;
  margin: -19% 0 0 2%;
}

#breadcrumb a,#breadcrumb .fa {
  color: #777777;
  font-size: 1.4rem;
}

.fadeIn {
  transform: translate3d(0, 30px, 0);
  transition: 3s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

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

ボタン

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

.arrow_btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}



.arrow {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 1px;
  margin: 0 0 0 49%;
  border-radius: 9999px;
  background-color: #000000;
}


.arrow01 {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 1px;
  margin: 0 0 0 53%;
  border-radius: 9999px;
  background-color: #ffffff;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}

.arrow01::before,
.arrow01::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.arrow01::before {
  transform: rotate(45deg);
}

.arrow01::after {
  transform: rotate(-45deg);
}

.arrow_btn a {
  border: 0.9px solid #534741;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.25s;
  font-weight: 400;
  padding: 4% 6%;
  z-index: 1;
  background-color: #fff;
}

.arrow_btn02 a {
  background-color: #466eb2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}


 .arrow_btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #534741;
  transform: translateX(-100%);
  transition: 0.25s;
  z-index: -1;
}

 .arrow_btn a:hover {
  background-color: #534741;
  color: #ffffff;
  opacity: 1;
}


 .arrow_btn a:hover .arrow::before, .arrow_btn a:hover  .arrow::after, .arrow_btn a:hover .arrow {
  background-color: #ffffff;
}

.arrow_btn02 a:before {
  background-color: #ffffff;
}

 .arrow_btn02 a:hover {
  background-color: #ffffff;
  color: #466eb2;
  border: 0.9px solid #466eb2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


 .arrow_btn02 a:hover .arrow01::before, .arrow_btn02 a:hover  .arrow01::after, .arrow_btn02 a:hover .arrow01 {
  background-color: #466eb2;
}
 .arrow_btn a:hover:before {
  transform: translateX(0);
}




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

ヘッダー

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

#container  {
  overflow: hidden;
}

header {
  position: relative;
}

.page-id-8 header:before {
  content: "";
  position: absolute;
  top: -41%;
  left: -10%;
  width: 50vw;
  height: 50vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-id-8 header:after {
  content: "";
  position: absolute;
  bottom: -300%;
  right: -6%;
  width: 38vw;
  height: 38vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.hero_top  {
  justify-content: space-around;
}

/* .page-id-8 #navi {
  width: 45%;
} */

.page-id-8 #navi.scroll {
  width: 100%;
}

#navi.scroll .header_logo {
  width: 15%;
}

.page-id-8 #navi {
  background-color: transparent;
}

 #navi.fixed {
  width: 100%;
  height: 9.5vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index:999999999999999999999999;
  background-color: transparent;
}

/* #navi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
} */

#navi.scroll {
  background-color: transparent;
}

.page-id-8 #navi:before {
  display: none;
}
#navi.scroll:before {
  display: none;
}

#navi.fixed:before {
  display: none;
}

#navi:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 50vw;
  height: 11.5vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2000000000000000000000000000000000000;
  overflow: hidden;
}


 .navi-inner {
  justify-content: right;
  width: 45%;
  height: 10vw;
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  padding: 2%;
  box-sizing: border-box;
  z-index: 9999999999999999999;
  margin-right: 0;
}


.page-id-8 header #navi.fixednone .header_logo {
  display: none;
}

.page-id-8 header #navi.fixed .header_logo {
  display: block;
}



  .page-id-8 .navi-inner.scroll ul {
    margin-right: 8%;
  }

  .navi-inner.scroll ul {
    margin-right: 28%;
}

.navi-inner ul {
  margin: 0 17% 0 0;
}
.navi-inner ul li {
  margin-right: 6%;
}

.navi-inner ul li a {
 display: block;
 height: 100%;
 position: relative;
}

.navi-inner ul li a:after {
  background-color: currentColor;
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  width: 100%;
}

.navi-inner ul li a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.navi-inner ul li:last-child {
  margin-right: 0;
}

.navi_icon {
  align-items: center;
}

.access {
  width: 4.5vw;
  margin-right: 11%;
}

.reservation {
  width: 7.5vw;
}

.page-id-8 #h-top {
  width: 95%;
  margin: 0 auto;
  padding: 5% 0;
}


.hero_top {
  justify-content: space-around;
  width: 90%;
  align-items: end;
}

/* .hero_area {
  margin-top: 5%;
} */


.hero_image {
  position: relative;
  position: absolute;
  top: 103%;
  left: 0;
  background-image: url(../../../images/hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 90%;
  height: 50vw;
}

/* .scroll {
  position: relative;
  position: absolute;
  
  writing-mode: vertical-rl;
} */

/* スクロールダウンの位置 */
.side_scroll {
  position: absolute;
  right: 4%;
  bottom: -362%;
  writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.side_scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



.side_scroll p {
  margin: 0;
}
/* 
.scroll:after {
  content: "";
  width: 0.5px;
  height: 148px;
  background-color: #000000;
  display: inline-block;
  position: absolute;
  right: 50%;
  top: 114%;
  transform: translate(-50%, 0);
} */



.page-id-8 header #navi-in .navi-inner .header_logo {
  display: none;
}


.hero_logo {
  width: 20vw;
  margin-left: 1.5%;
  margin-right: 21%;
  margin-bottom: 0;
}

.hero_text p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
}

.hero_text p:first-child {
  margin-left: -30%;
}

.hero_text p:nth-child(2) {
  margin-right: -1%;
  text-align: right;
}

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

下層ヘッダー

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



.kaso_header h1,.kaso_header p {
  color: #f9ebd4;
  position: relative;
  z-index: 1;
}

/* .kaso_header {
  position: relative;
}

.kaso_header #breadcrumb {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
} */

.kaso_header p {
  margin-bottom: 2%;
}

.kaso_header h1 {
  margin-top: 0;
}



.page-id-30 .kaso_header, .page-id-40 .kaso_header, .page-id-282 .kaso_header, .page-id-331 .kaso_header, .single .kaso_header, .category .kaso_header {
  background-image: url(../../../images/header_image01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 7% 0 10%;
  position: relative;
}

.page-id-30 .kaso_header:before,.page-id-40 .kaso_header:before,.page-id-282 .kaso_header:before,.page-id-331 .kaso_header:before,.single .kaso_header:before,.category .kaso_header:before
 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(70,110,178,0.82);
}

.kaso_menu_header {
  padding: 19.5% 0;
}
.page-id-47 .kaso_menu_header {
  background-image: url(../../../images/header_head_spa.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.page-id-124 .kaso_menu_header {
  background-image: url(../../../images/header_micro_nanobubble.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}


.page-id-85 .kaso_menu_header {
  background-image: url(../../../images/header_baby.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
}

.page-id-85 .kaso_menu_header .fude {
  position: absolute;
  right: 2%;
  bottom: -11%;
  width: 30vw;
}

.page-id-104 .kaso_menu_header {
  background-image: url(../../../images/header_repair.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
}

.page-id-148 .kaso_menu_header {
  background-image: url(../../../images/header_hot_head.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
}



.page-id-157 .kaso_menu_header {
  background-image: url(../../../images/header_prodcuts.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
}

.page-id-182 .kaso_menu_header {
  background-image: url(../../../images/header_visit.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
}

.page-id-207 .kaso_menu_header {
  background-image: url(../../../images/header_menu_price.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
}

.page-id-233 .kaso_menu_header {
  background-image: url(../../../images/header_recruit.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
}

.page-id-247 .kaso_menu_header {
  background-image: url(../../../images/header_shop.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
}



.page-id-157 p.ft42, .page-id-207 p.ft42 {
  font-weight: 600;
  margin-top: -1%;
  margin-bottom: 0;
}

.kaso_menu_title {
  margin-top: 1%;
  font-size: 3.2rem;
}

.page-id-157 .kaso_menu_title,.page-id-207 .kaso_menu_title  {
  font-size: 2.2rem;
}

.navi-inner {
  margin-right: 2%;
  justify-content: center;
  align-items: center;
}

#navi-in {
  justify-content: space-between;
  padding: 1% 6% 1% 3%;
}

#h-top {
  padding: 0;
}

.header_logo {
  width: 15%;
}



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

トップページ

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

.top_about {
    margin-top: 57vw;
    width: 95%;
    margin-left: 4%;
    position: relative;
    z-index: 2000000000;
}

.page-id-8 .swiper-slide {
  height: 55vw;
}


.page-id-8 .swiper-slide img {
  width: 100%;
  height: 55vw;
}



.page-id-8 .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 83%);
    top: var(--swiper-pagination-top, auto);
    left: -5%;
    width: 10px;
}
.page-id-8 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.page-id-8 .swiper-pagination-bullet-active {
  background:#534741;
}

.top_about_image {
  width: 55%;
  position: relative;
 
}

.top_about_text {
    width: 32%;
    margin-left: 5%;
}

.top_about_description {
  margin-bottom: 10%;
}

.top_about_description p:first-child {
  margin-bottom: 6%;
}




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

メニュー(共通パーツ)

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

.top_menu {
  margin-top: 12%;
  position: relative;
  z-index: 20000000;
}

.top_menu:before {
  content: "";
  position: absolute;
  top: -27%;
  left: -16%;
  width: 47vw;
  height: 47vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
  
}


.top_menu_text {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 6%;
}


.top_menu h2 {
  padding-left: 31.5%;
}

.top_menu_description p {
  margin-bottom: 3.5%;
  margin-left: -5%;
}
.menu_box ul {
  flex-wrap: wrap;
}

.menu_box ul li {
  width: calc(90% / 3);
  margin-right: 5%;
  position: relative;
}

.menu_box ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.18);
  width: 100%;
  pointer-events: none;
}

.menu_box ul li a {
  display: block;
  height: 100%;
}

.menu_box ul li:nth-child(3n) {
  margin-right: 0;
}

.menu_box ul li a p {
  margin-top: 0;
  margin-bottom: 12%;
  font-weight: 700;
  font-size: 2rem;
}

.menu_box ul li a .menu_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 17vw;
}

.menu_box ul li:first-child a .menu_image {
  background-image: url(../../../images/menu_01.jpg);

}

.menu_box ul li:nth-child(2) a .menu_image {
  background-image: url(../../../images/menu_02.jpg);
}

.menu_box ul li:nth-child(3) a .menu_image {
  background-image: url(../../../images/menu_03.jpg);
}

.menu_box ul li:nth-child(4) a .menu_image {
  background-image: url(../../../images/menu_04.jpg);
}

.menu_box ul li:nth-child(5) a .menu_image {
  background-image: url(../../../images/menu_05.jpg);
}

.menu_box ul li:nth-child(6) a .menu_image {
  background-image: url(../../../images/menu_06.jpg);
}

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

店舗情報

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

.information {
  margin-bottom: 7%;
}

.top_information {
  margin-top: 12%;
  position: relative;
  z-index: auto;
}

.top_information:before {
  content: "";
  position: absolute;
  top: -27%;
  left: -16%;
  width: 47vw;
  height: 47vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.top_info_title h2 {
  padding-left: 6.5%;
}

.information_image {
  background-image: url(../../../images/salon_information.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 46vw;
  position: relative;
}

.information_image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.15);
  width: 100%;
}

.salon_info_box {
  position: absolute;
  right: -39.5%;
  transform: translate(-50%, 0);
  bottom: -14%;
  align-items: center;
  justify-content: center;
  margin: 0 autp;
  text-align: center;
}

.salon_info_01,.salon_info_02,.salon_info_03,.salon_info_04 {
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(94% / 4);
    margin-right: 2%;
    height: 16.8vw;
}

.salon_info_01 {
  background-image: url(../../../images/salon_info_01.png);
}

.salon_info_02 {
  background-image: url(../../../images/salon_info_02.png);
}

.salon_info_03 {
  background-image: url(../../../images/salon_info_03.png);
}

.salon_info_04 {
  background-image: url(../../../images/salon_info_04.png);
  margin-right: 0;
}


.information_list {
  margin-top: 10%;
}

.information_list table {
  width: 100%;
  border-collapse:collapse
}

.information_list table tbody tr:first-child {
  border-top: 1px solid #cecece;
}

.information_list table tbody tr {
  border-bottom: 1px solid #cecece;
}

.information_list table tbody tr th,.information_list table tbody tr td {
  padding: 2% 0;
}

.information_list table tbody tr th {
  width: 22%;
  position: relative;
  text-align: left;
  padding-left: 2%;
}

.information_list table tbody tr th:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22%;
  transform: translate(0,-50%);
  width: 1px;
  height: 50%;
  background-color: #cecece;
}

.information_list table tbody tr td {
  width: 78%;
}

.information_list table tbody tr td a {
  color: #466eb2;
}


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

サブインフォメーション

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

.sub_information {
  justify-content: space-around;
  margin-top: 8%;
  position: relative;
  z-index: 100;
}

.sub_information h2 {
  margin: 0 0 8% 0;
  position: relative;
  padding-left: 16.5%;
  width: 100%;
}

.top_news,.top_calendar {
  width: 40%;
  position: relative;
}

.my-calendar-navigation div > * {
  display: block;!important
}

.top_news {
  margin-right: 3%;
}

.top_news:before, .top_calendar:before {
  content: "";
  position: absolute;
  top: -3.5%;
  left: -12%;
  width: 15vw;
  height: 15vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.top_news_title {
  margin-bottom: 19%;
}

.top_calendar_title {
  margin-bottom: 10%;
}

.top_news_title h2 {
  padding-left: 79px;
}

.top_news_right dl {
  border-top: 0.85px solid rgba(206, 206, 206, 0.6);
}

.top_news_right dd {
  margin: auto;
  border-bottom: 0.85px solid rgba(206, 206, 206, 0.6);
}

.top_news_right dl dd {
  padding: 2% 0;
  font-weight: normal;
}

.top_news_right .arrow_btn {
  border: none;
  margin-top: 6%;
}

.day {
  margin-right: 7%;
}



/* .calendar {
  background-image: url(../../../images/calendar.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 80%;
  height: 27vw;
} */

.mc-main td {
  height: 3.7vw;
}


.mc_bottomnav,.mc-main .mc_general .event-title button {
  display: none;
}


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

アクセス

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

.top_access {
  margin-top: 12%;
  position: relative;
  z-index: auto;
}

.top_access:before {
  content: "";
  position: absolute;
  top: -31%;
  left: -6%;
  width: 47vw;
  height: 47vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.top_access_inner {
  justify-content: space-around;
}

.top_access_title h2 {
  padding-left: 40.5%;
}

.access_description p:first-child {
  margin-bottom: -2%;
}

.top_access .arrow_btn {
  margin-top: 5%;
  margin-right: 0;
  margin: 5% 0 15% 20%;
}



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

ご予約

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


.page-id-8 .contact {
  margin-top: -0.4%;
}

.contact {
  background-image: url(../../../images/reservation.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 34.5vw;
  box-sizing: border-box;
}
.contact:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(70, 110, 178, 0.9);
}

.contact_inner {
  position: relative;
  display: flex;
  align-items: baseline;
  padding: 4% 0;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}

.contact_inner:before {
  content: "";
  position: absolute;
  top: -37%;
  left: -7%;
  width: 45vw;
  height: 45vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.reservation_text p {
  font-weight: normal;
}

.top_reservation_title {
  margin-left: 5%;
}

.top_reservation_title h2 {
  position: relative;
  padding-left: 75px;
}

.top_reservation_title h2:before {
  content: "";
  width: 66px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
}

.reservation_text {
  margin-left: 9.5%;
  flex-grow: 1;
}


.reservation_description p {
  margin-top: 0;
  margin-left: 9%;
}



.reservation_information .arrow_btn a .arrow01 {
  margin: 0 0 0 29%;
}

.reservation_contact {
  align-items: center;
  justify-content: center;
  margin-top: 7%;
}

.reservation_tel {
  text-align: center;
  margin-right: 2%;
}

.reservation_tel p {
  margin: 0;
}

.reservation_text .arrow_btn {
  width: 75%;
  margin: 3% auto 0;
  border: none;
}

.reservation_information .arrow_btn a {
  justify-content: flex-end;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 2.5% 6%;
  box-sizing: border-box;
  border: 1.2px solid #ffffff;
}

.reservation_information .arrow_btn a:before {
  background-color: #ffffff;
}

.reservation_information .arrow_btn a:hover {
  background-color: #ffffff;
  color: #466eb2;
  border: 0.9px solid #466eb2;
}

.reservation_information .arrow_btn a:hover .calendar_icon {
  background-color: #466eb2;
}

.reservation_information .arrow_btn a:hover .arrow01::before, .reservation_information .arrow_btn a:hover  .arrow01::after, .reservation_information .arrow_btn  a:hover .arrow01 {
  background-color: #466eb2;
}

.reservation_text .arrow_btn .calendar_icon {
  margin-right: 5%;
}


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

フッター

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

.footer_inner {
  justify-content: space-around;
  padding: 7% 0 5%;
}

.footer_left {
  width: 30%;
}

.footer_logo {
  width: 46%;
  margin: 0 auto;
}

.footer_right {
  width: 60%;
}

.footer_right ul {
  justify-content: center;
  margin: 0;
}

.footer_right ul li {
  padding-right: 2.5%;
  margin-right: 2.5%;
  position: relative;
}

.footer_right ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 50%;
  background-color: #534741;
}

.footer_right ul li:last-child:before {
  display: none;
}

.footer_right ul li a {
  position: relative;
  display: block;
  height: 100%;
}

.footer_right ul li a:after {
  background-color: currentColor;
  bottom: 8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  width: 100%;
}

.footer_right ul li:last-child {
  margin-right: 0;
}

.footer_right ul li:last-child:after {
  display: none;
}



.footer_right ul li a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

footer .arrow_btn {
  width: 48%;
  margin: 3% auto 0;
  background-color: #466eb2;
  border: none;
}

footer .arrow_btn a {
  padding: 6.5%;
}



footer .arrow_btn .arrow01 {
  margin: 0 0 0 50%;
}

.credit {
  background-color: rgba(70, 110, 178, 0.9);
  text-align: center;
  padding: 1% 0;
}

.credit p {
  color: #ffffff;
  margin: 0;
}

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #466eb2;
  padding: 1%;
  width: 30px;
  height: 30px;
  text-align: center;
}

.fa-angle-double-up:before, .fa-angles-up:before {
  content: "\f102";
  color: #466eb2;
}


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

  プライバシーポリシー

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

  .page-id-30 .entry-content {
    margin-top: 20%;
  }

  .privacy-contents {
    margin: 3% auto 9%;
  }


.privacy-contents dl dt {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 1.5% 3%;
  position: relative;
}

.privacy-contents dl dt:before {
  position: absolute;
  top: -8%;
  left: 0.5%;
  content: "";
  width: 4px;
  height: 80%;
  background-color: #466eb2;
}

.privacy-contents dl dd {
  width: 96%;
  margin: 0 auto 4%;
  font-weight: 400;
}

.privacy-contents dl dd.dd1 {
  margin-bottom: 2%;
}

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

  サイトマップ

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

  .page-id-40 .entry-content {
    margin-top: 20%;
}

.sitemap {
  padding: 3% 0 7%;
}
.sitemap-box {
  margin-bottom: 2%;
}

.sitemap-box ul {
  flex-wrap: wrap;
  padding-left: 0;
}

.sitemap-box ul li {
  width: 48.5%;
  margin-right: 2%;
  margin: 0 3% 2% 0;
  position: relative;
  box-shadow: 0 0 8px rgba(200, 200, 200, 0.3);
  border: none;
  box-sizing: border-box;
}

.sitemap-box ul li p {
  display: inline;
}


.sitemap-box ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3%;
  width: 4px;
  height: 50%;
  transform: translate(0, -50%);
  background-color: #466eb2;
}



.sitemap-box ul li:last-child:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}


.sitemap-box ul li:nth-child(even) {
  margin-right: 0;
}



.sitemap-box ul li:last-child a img {
  width: 35px;
  margin-right: 5%;
}

.sitemap-box ul li a {
  justify-content: space-between;
  padding: 3% 2% 3% 7%;
  align-items: center;
}

.sitemap-box ul li:last-child  {
  z-index: 1;
}


.sitemap-box ul li:last-child a {
  display: flex
;
  align-items: center;
  background-color: #466eb2;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: 0.25s;
  z-index: 1;
  padding: 2.05% 2% 2.05% 7%;
  box-sizing: border-box;
  height: 100%;
}
.sitemap-box ul li:last-child:before {
  display: none;
}

.sitemap-box ul li:last-child a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transform: translateX(-100%);
  transition: 0.25s;
  z-index: -1;
  border-bottom: none;
}


.sitemap-box ul li:last-child a:hover {
  color: #466eb2;
  background: none;
  opacity: 1;
}

.sitemap-box ul li:last-child a:hover .calendar_icon {
  background-color: #466eb2;
}

.sitemap-box ul li:last-child a:hover .arrow01::before,.sitemap-box ul li:last-child a:hover  .arrow01::after,.sitemap-box ul li:last-child a:hover .arrow01 {
  background-color: #466eb2;
}
.sitemap-box ul li:last-child a:hover:after {
  transform: translateX(0);
}

.calendar_icon {
	width:35px;
	height:35px;
	-webkit-mask-image: url(../../../images/calendar_icon.png);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	/*変更したい色をここに書く*/
	background-color: #ffffff;
}

.picup_menu {
  margin-bottom: 5%;
}

.picup_menu_title {
  padding: 3% 0;
  background-color: rgba(249, 235, 212, 0.39);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.picup_menu_title p {
  margin-top: 0;
  margin-bottom: 1%;
}

.picup_menu h2 {
  width: fit-content;
  margin: 0 auto;
  padding: 0 77px;
}

.picup_menu h2:after {
  content: "";
  width: 66px;
  height: 1px;
  background-color: #534741;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.picup_menu h2:before {
  content: "";
  width: 66px;
  height: 1px;
  background-color: #534741;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.picup_menu p.ft16 {
  margin: 3% auto;
}

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

メニュー共通

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

h2.menu_description {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.6rem;
}


h2.menu_description:before {
  content: "";
  position: absolute;
  top: -220%;
  left: -3%;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 239px;
  height: 239px;
  z-index: -1;
}



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

  ヘッドスパ

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

  .page-id-47 #main h2 {
    font-size: 2.6rem;
  }
  
  .head_spa_description {
    margin-top: 6%;
    justify-content: space-between;
    align-items: center;
  }

  .head_spa_text {
    width: 45%;
  }

  .head_spa_text h2.menu_description {
    margin: 0 auto 25%;
    font-size: 3.6rem;
}

.head_spa_text h2.menu_description:before {
  content: "";
  position: absolute;
  top: -224%;
  left: -35%;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 239px;
  height: 239px;
  z-index: -1;
}

h2.menu_description {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.6rem;
}

h2.menu_description:before {
  content: "";
  position: absolute;
  top: -220%;
  left: -3%;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 239px;
  height: 239px;
  z-index: -1;
}

  .head_spa_image {
    width: 50%;
  }

  .head_spa_image {
    height: 57vw;
    background: linear-gradient(to bottom,rgba(255,255,255,0.12) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.8) 100%),url(../../../images/head_spa.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .head_spa_point {
    margin-top: 7.5%;
  }

  .point_box {
    margin: 7% auto 10%;
}

  .point_item {
    margin-bottom: 5%;
  }

  .point_item p.ft26 {
    font-size: 2.6rem;
  }

  .point_item p span {
    display: inline-block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: rgba(249, 235, 212, 0.39);
    margin-right: 2%;
    text-align: center;
    padding-left: 0.35%;
    box-sizing: border-box;
    line-height: 80px;
}
  .flow_inner {
    margin: 5% auto 9%;
  }

  .flow_item {
    height: 15vw;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 0 3%;
}

.flow_item:after {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 65%;
  background-color: #466eb2;
}

  .flow_left {
    width: 31%;
  }

  .flow_right {
    width: 69%;
  }

  .flow_right p.ft28 {
    font-size: 2.8rem;
    margin: 0;
  }

  .flow_arrow {
    width: 0;
    margin: 2% auto;
    height: 0;
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    border-top: 3vw solid #466eb2;
}

  .flow_inner .arrow_btn,.repair_description .arrow_btn {
    box-shadow: 0 0 6px rgba(0,0,0,0.08);
    border: none;
    width: 45%;
    margin-top: 6%;
  }


  .flow_inner .arrow_btn a,.repair_description .arrow_btn a {
    padding: 3.5% 6%;
    justify-content: center;
    font-weight: 600;
}


.flow_inner .arrow_btn a .arrow,.repair_description .arrow_btn a .arrow {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 1px;
    margin: 0 0 0 37%;
    border-radius: 9999px;
}

/* .flow_inner .arrow_btn a .arrow {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 1px;
  margin: 0 0 0 23%;
  border-radius: 9999px;
  background-color: #000000;
} */

.flow_inner .arrow_btn a:before,.repair_description .arrow_btn a:before {
  left: -1%;
}

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

記念の赤ちゃん筆

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

.baby_lead p {
  margin: 2% auto 13%;
}

.baby_box {
  align-items: flex-start;
  justify-content: space-around;
}

.baby_left {
  width: 43%;
  margin-top: 9vw;
  margin-left: 3%;
  margin-right: 8%;
  margin: 10% 8% 0 3%;
}

.baby_left p:nth-of-type(2) {
  margin-bottom: 4%;
}

.page-id-85 h2.menu_description {
  position: relative;
  font-size: 3.6rem;
  margin: 0 0 20% 20%;
}

.page-id-85 h2.menu_description:before {
  top: -229%;
  left: -53%;
}

.baby_right {
  width: 45%;
  height: 56vw;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.8) 100%), url(../../../images/baby_01.jpg);
  background-size: cover;
  background-position: 89%;
  background-repeat: no-repeat;
}

.baby_description {
  margin-bottom: 14%;
}

.how_to_make {
  flex-direction: row-reverse;
  justify-content: space-around;
}

.how_to_make .baby_left h2.menu_description:before {
  left: -30%;
}

.how_to_make .baby_right {
  background: linear-gradient(to bottom,rgba(255,255,255,0.12) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.8) 100%),url(../../../images/baby_02.jpg);
  background-size: cover;
  background-position: 97%;
  background-repeat: no-repeat;
}

.how_to_make .baby_left {
  margin: 10% 3% 0 8%;
}

.baby_link {
  background-color: rgba(249, 235, 212, 0.39);
  padding: 3.8% 0;
  margin: 7.5% auto 5%;
}

.baby_link p.ft26 {
  margin-top: 0;
  margin-bottom: 1.5%;
}

.baby_banner {
  display: block;
  width: 24%;
  margin: 0 auto;
}

.baby_banner p {
  margin-bottom: 1.5%;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 2%;
  border-bottom: 0.5px solid #534741;
}

.baby_banner p .link {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 2.5px;
}

.page-id-85 .picup_menu_title,.page-id-124 .picup_menu_title,.page-id-182 .picup_menu_title {
  background-color: transparent;
}


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

縮毛矯正

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

.repair_lead {
  margin-top: 1%;
}

.repair_lead p {
  margin-top: 0;
}

.repair_menu {
  margin: 2% auto;
  padding: 2.5% 0;
  background-color: rgba(249, 235, 212, 0.39);
}

.repair_description {
  margin: 16% auto 7.5%;
}

.repair_inner {
  justify-content: space-around;
  align-items: flex-start;
}

.repair_menu_inner dl {
  align-items: center;
}

.repair_menu_inner dl:first-child {
  margin-bottom: 3%;
}

.repair_menu_inner dl dt {
  width: 17%;
}

.repair_menu_inner dl dd {
  width: 85%;
  position: relative;
  margin-left: 0;
  padding-left: 4%;
}

.repair_menu_inner dl dd:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 1px;
  height: 80%;
  background-color: #466eb2;
}

.repair_right {
    width: 50%;
    height: 55vw;
  background: linear-gradient(to bottom,rgba(255,255,255,0.12) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.8) 100%),url(../../../images/repair.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.repair_left {
  width: 43%;
}


.repair_left h2.menu_description {
  margin-bottom: 24%;
}

.repair_left h2.menu_description:before {
  top: -237%;
  left: -47%;
}

.repair_left ul {
  margin-bottom: 8%;
}

.repair_left ul li {
  margin-bottom: 3%;
}

.repair_recommend {
  background-color: rgba(249, 235, 212, 0.39);
  padding: 1.5% 0;
  margin: 7% auto 4.5%;
}

.repair_link p {
  margin-bottom: 0;
}

.repair_link a {
  border-bottom: 1px solid #385b8e;
  padding-bottom: 1.5%;
}

.repair_description .arrow_btn {
  margin-top: 4.5%;
}

.repair_description .arrow_btn a {
  justify-content: space-evenly;
}


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

マイクロナノバブル

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

.micro_box {
  justify-content: space-evenly;
  margin-top: 8.5%;
}

.page-id-124 h2.menu_description {
  margin: 0 auto 23%;
  margin-left: 0;
}

h2.menu_description:before {
  top: -182%;
  left: -12%;
 
}

.micro_left {
  width: 45%;
  margin-right: -4%;
}

.micro_left p.ft16 {
  margin-bottom: 6%;
}

.micro_left p.ft16,.micro_left p.ft14,.micro_01,.micro_02 {
  width: 90%;
}

.micro_01 img,.micro_02 img {
  width: 350px;
  height: 103px;
  margin: 0 auto;
  display: block;
}




.micro_right {
  width: 460px;
  height: 601px;
background: linear-gradient(to bottom,rgba(255,255,255,0.12) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.8) 100%),url(../../../images/micro_02.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.micro_box02 {
  flex-direction: row-reverse;
  align-items: center;
  margin: 1% auto 9.5%;
}

.micro_box02 .micro_right {
  margin-top: 8.5%;
  margin-right: 5%;
  background: linear-gradient(to bottom,rgba(255,255,255,0.12) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.8) 100%),url(../../../images/micro_03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.customer_voice {
  padding: 3% 0;
  background-color: rgba(249, 235, 212, 0.39);
  margin-bottom: 7%;
}

.customer_voice p.ft26 {
  margin-bottom: 3.5%;
}

.voice_box {
  flex-wrap: wrap;
}

.voice_item {
  width: 48%;
  position: relative;
  padding: 2% 0 4.5%;
  margin-right: 4%;
  margin-bottom: 3%;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
}


.voice_item_inner p.ft20 {
  font-size: 2rem;
  font-weight: 600;
}

.voice_item_inner p.ft15 {
  border-top: 1px solid #dddddd;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 5%;
  padding: 1% 1.5% 1% 0;
}


.voice_item:nth-child(even) {
  margin-right: 0;
}

.customer_voice p.ft14:last-child {
  margin-top: -1.5%;
}



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

頭浸浴

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

.hot_box {
  justify-content: space-around;
  margin: 10% auto 0;
}

.hot_left {
  width: 42%;
}

.hot_left h2.menu_description {
  margin: 0 auto 20%;
}

.hot_left h2.menu_description:before {
  top: -231%;
  left: -40%;
}

.hot_left p.ft32 {
  margin-bottom: 2.5%;
}



.hot_right {
  width: 48%;
  height: 55vw;
  background: linear-gradient(to bottom,rgba(255,255,255,0.12) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.8) 100%),url(../../../images/hot_head_spa01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.hot_point_image {
  width: 100%;
  height: 34vw;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%), url(../../../images/hot_head_spa02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hot_recommend {
  background-color: rgba(249, 235, 212, 0.39);
  padding: 1.5% 0;
  margin-top: 5%;
}

.hot_recommend_inner p {
  font-size: 2rem;
  margin-left: -4%;
}


.hot_recommend_inner ul li {
  margin-bottom: 4%;
}

.hot_point {
  margin: 6% auto 8.5%;
}

.hot_point_description {
  margin-top: 6%;
}

.hot_point_description dl {
  margin-bottom: 5%;
}

.hot_point_description dl dt {
  position: relative;
  margin-bottom: 3%;
}

.hot_point_description dl dt:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -56px;
  width: 83px;
  height: 83px;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.hot_point_description dl dd {
  margin-left: 0;
}

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

お取扱商品

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

.products {
  margin-top: 31%;
}

.product {
  margin: 6% 0;
}

#product_category01, #product_category02, #product_category03 {
  position: relative;
  margin-top: 14%;
}

#product_category01:before {
  content: "";
  position: absolute;
  top: -16%;
  left: -12%;
  width: 45vw;
  height: 45vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#product_category01:after {
  content: "";
  position: absolute;
  bottom: 25%;
  right: -9%;
  width: 45vw;
  height: 45vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#product_category02:before {
  content: "";
  position: absolute;
  top: -31.5%;
  left: -13%;
  width: 45vw;
  height: 45vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#product_category02:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -12%;
  width: 45vw;
  height: 45vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#product_category03:before {
  content: "";
  position: absolute;
  top: -30%;
  left: -12%;
  width: 45vw;
  height: 45vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#product_category03:after {
  content: "";
  position: absolute;
  bottom: -43%;
  right: -10%;
  width: 45vw;
  height: 45vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.product p.ft44 {
  margin-bottom: 0;
}

.product h2 {
  position: relative;
  padding-left: 79px;
  margin-bottom: 4%;
}

.product h2:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  width: 66px;
  height: 1px;
  background-color: #534741;
}

.product .df {
  flex-wrap: wrap;
  align-items: center;
}

.product_list_box_in {
  flex-wrap: wrap;
}

.entry_card {
  width: 48.5%;
  height: 51vw;
  margin-left: 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
  padding: 1.5%;
  box-sizing: border-box;
  margin: 0 auto 5%;
  background-color: #ffffff;
  position: relative;
  padding: 2% 0 4.5%;
}

.df .product_item {
  margin-bottom: 5%;
}

.df .product_item:nth-child(odd) {
  margin-right: 3%;
}


.product_item_title p.ft20 {
  padding-left: 7%;
  padding-bottom: 4%;
  border-bottom: 1px solid #dddddd;
  position: relative;
  font-size: 2rem;
}

.product_item_title p.ft20:before {
  content: "";
  position: absolute;
  top: 34%;
  transform: translate(0, -50%);
  left: 2%;
  width: 4px;
  height: 32px;
  background-color: #466eb2;
}
.product_item_image img {
  width: 37.5%;
  height: 20.5vw;
  margin: 0 auto;
  display: block;
}

.product_item_description {
  width: 83%;
  margin: 0 auto;
}

.product_item_price p {
  font-size: clamp(1.4rem, 1.2vw + 0rem, 1.6rem);
  padding-top: 2.5%;
  padding: right 1%;
  padding-bottom: 1.5%;
  border-top: 1px solid #dddddd;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 1.5vw;
}


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

訪問美容サービス

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

.visit_lead {
  justify-content: space-around;
  align-items: center;
  margin: 9% auto 7.5%;
}

.visit_lead h2 {
  font-size: 3.6rem;
  margin-bottom: 24%;
  position: relative;
  width: fit-content;
}

.visit_lead h2:before {
  content: "";
  position: absolute;
  top: -228%;
  left: -13%;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 239px;
  height: 239px;
  z-index: -1;
}

.page-id-182 h2.bg_blue {
  font-size: 2.6rem;
}

.visit_left {
  width: 43%;
}

.visit_right {
  width: 45%;
  height: 50vw;
  background: linear-gradient(to bottom,rgba(255,255,255,0.12) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.8) 100%),url(../../../images/visit01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.visit_flow .flow_inner .flow_item02,.visit_flow .flow_inner .flow_item03,.visit_flow .flow_inner .flow_item04  {
  position: relative;
}

.visit_flow .flow_inner {
  margin: 5% auto 8%;
}

.visit_flow .flow_inner .flow_image02,.visit_flow .flow_inner .flow_sp_image02 {
  width: 22vw;
    height: 14.7vw;
  top: 79%;
  right: -2%;
  position: absolute;
  background-image: url(../../../images/visit02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.visit_flow .flow_inner .flow_image03,.visit_flow .flow_inner .flow_sp_image03 {
  width: 22vw;
    height: 14.7vw;
  top: 80%;
  right: -2%;
  position: absolute;
  background-image: url(../../../images/visit03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.visit_flow .flow_inner .flow_image04,.visit_flow .flow_inner .flow_sp_image04 {
  width: 22vw;
    height: 14.7vw;
  top: 77%;
  right: -2%;
  position: absolute;
  background-image: url(../../../images/visit04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flow_sp_image02,.flow_sp_image03,.flow_sp_image04 {
  display: none;
}

.visit_flow .flow_inner .flow_item.flow_item {
  padding: 0 4% 0 3%;
}


.visit_flow .flow_inner .flow_item:after {
  content: "";
  position: absolute;
  left: 23%;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 70%;
  background-color: #466eb2;
}

.visit_flow .flow_inner .flow_item .flow_right {
  width: 94%;
}
.visit_flow .flow_inner .flow_item .flow_right p.ft16 {
  margin-top: 1%;
}

.visit_flow .flow_arrow {
  margin: 3% auto;
}

.visit_time_inner {
  padding: 3% 0 5%;
}

.visit_time_inner ul {
  justify-content: space-between;
  margin: 3.5% auto 2.5%;
}

.visit_time_inner ul li:first-child {
  border-top: 1px solid rgba(206, 206, 206, 0.6);
}

.visit_time_inner ul li {
  border-bottom: 1px solid rgba(206, 206, 206, 0.6);
  padding: 3% 2%;
  justify-content: space-between;
}

.visit_price_inner {
  padding: 4% 0 5.5%;
}

.visit_price_inner dl dt {
  justify-content: space-between;
  border-bottom: 1px solid rgba(206, 206, 206, 0.6);
  padding: 0 3.5% 1% 3.5%;
  margin-bottom: 1%;
}

.visit_price_inner dl dd {
  margin-bottom: 3%;
  width: 93.5%;
  margin: 0 auto 3%;
}

.visit_price_inner dl dd br:nth-child(2) {
  display: none;
}

.visit_area {
  background-color: rgba(249,235,212,0.39);
  padding: 4% 0;
}

.visit_area h2,.visit_service h2 {
  margin: 0 0 3% 0;
}

.visit_service {
  padding: 5% 0;
}

.visit_ticket {
  background-color: rgba(249, 235, 212, 0.39);
  padding: 1.5% 0 2.5%;
  margin-bottom: 6%;
}

.visit_ticket_inner {
  width: 82%;
}

.visit_ticket_information p.ft32 {
  border-top: 1px solid #466eb2;
  border-bottom: 1px solid #466eb2;
  padding: 3% 0;
  margin-top: 4%;
}

.ticket_box {
  width: 95%;
  margin: 0 auto 4%;
}


.ticket_box img {
  width: calc(94%/3);
  margin-right: 3%;
}

.ticket_box img:last-child {
  margin-right: 0;
}

.visit_ticket_information p.ft22 a {
  position: relative;
  padding-right: 18px;
  border-bottom: 0.5px solid #466eb2;
}

.visit_ticket_information p.ft22 a:after {
  content: "";
  position: absolute;
  right: 1%;
  top: 57%;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  background-image: url(../../../images/link_icon_blue.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

メニューと価格表

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

.page-id-207 #header-in p.ft18 {
  margin-right: 2%;
}

.page-id-207 .bg_blue,.page-id-247 .bg_blue {
  background-color: rgba(70, 110, 178, 0.82);
}

.menu_title {
  padding: 1.5% 0;
}



.menu_title p.ft32,.menu_title h2 {
  margin: 0;
}

.menu_title h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.menu_title h2:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -146%;
  width: 61px;
  height: 1px;
  background-color: #f9ebd4;
}

.menu_title h2:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -146%;
  width: 61px;
  height: 1px;
  background-color: #f9ebd4;
}


.menu_image {
  width: 100%;
  height: 28vw;
}

.cut_image {
  background: linear-gradient(to bottom,rgba(255,255,255,0.26) 0%,rgba(255,255,255,0.26) 100%),url(../../../images/menu_price01.jpg);
  background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.color_image {
  background: linear-gradient(to bottom,rgba(255,255,255,0.26) 0%,rgba(255,255,255,0.26) 100%),url(../../../images/menu_price02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.perm_image {
  background: linear-gradient(to bottom,rgba(255,255,255,0.26) 0%,rgba(255,255,255,0.26) 100%),url(../../../images/menu_price03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.straight_perm_image {
  background: linear-gradient(to bottom,rgba(255,255,255,0.26) 0%,rgba(255,255,255,0.26) 100%),url(../../../images/menu_price04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-id-207 .head_spa_image {
  background: linear-gradient(to bottom,rgba(255,255,255,0.26) 0%,rgba(255,255,255,0.26) 100%),url(../../../images/menu_price05.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cut_inner h3 {
  color: #534741;
}

.dash {
  border-bottom: 2px dashed #385b8e;
  display: inline-block;
  width: 12vw;
  vertical-align: middle;
  margin-right: 5%;
}

.color_menu_item {
  width: 30vw;
}

.cut_inner {
  padding: 2% 0 6%;
}

.cut_box {
  align-items: center;
  justify-content: space-around;
}

.cut_box01 {
  padding-bottom: 4%;
  margin-bottom: 2%;
  border-bottom: 1px solid rgba(206, 206, 206, 0.6);
}

.cut_left {
  position: relative;
  width: 30%;
}

.cut_left:before {
  content: "";
  position: absolute;
  top: -37%;
  left: -24%;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 239px;
  height: 239px;
  z-index: -1;
}

.cut_left p.ft38 {
  margin-bottom: 0;
}

.cut_left h3 {
  position: relative;
  padding-left: 108px;
  margin-top: 0;
}

.cut_left h3:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 25px;
  width: 66px;
  height: 1px;
  background-color: #534741;
}

.cut_box02 .cut_left h3 {
  padding-left: 118px;
}

.cut_box02 .cut_left h3:before {
  left: 42px;
}

.cut_right {
  width: 40%;
}

.cut_right_item p.ft18 {
  justify-content: space-between;
  white-space: nowrap;
  align-items: center;
  margin-bottom: 1%;
}

.cut_right_item p.ft18 .dash {
  margin-left: -8%;
  margin-right: 7%;
}

.cut_right_item p.ft16 {
  margin-top: 0;
}

.cut_right_option, .straight_perm_option {
  padding: 4% 0;
  box-sizing: border-box;
  background-color: rgba(249, 235, 212, 0.39);
  width: 100%;
}

.option_inner {
  width: 90%;
  margin: 0 auto;
}

.option_inner p {
  justify-content: space-between;
  white-space: nowrap;
  margin: 2% 0;
}

.option_inner img {
  width: 50%;
}
.option_inner p.mayu {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 0;
}



.option_inner p:first-child,.straight_perm_option p:first-child  {
  margin-top: 0;
  margin-bottom: 0;
}

.option_inner p:nth-child(2) {
  margin-top: 2%;
}


.option_inner p .dash {
  margin-left: -10%;
  margin-right: 10%;
}

.option_inner p:nth-child(4) .dash {
  width: 7vw;
}


.option_inner p a.gray02 {
  font-feature-settings: "palt";
  border-bottom: 1px solid #aaaaaa;
  display: inline-block;
}


.option_inner p .dash {
  border-bottom: 2px dashed #534741;
}

.menu_image {
  margin-bottom: 2%;
}

.page-id-207 .w80 {
  margin: 3% auto 7%;
}
.menu_item p {
  justify-content: space-between;
  white-space: nowrap;
}

.menu_item p.ft18 {
  margin-bottom: 0.5%;
}

.menu_item p.ft18 .dash {
  border-bottom: 2px dashed #385b8e;
  display: inline-block;
  width: 51vw;
  vertical-align: middle;
  margin-right: 5%;
}

.menu_item p.ft18.ask .dash {
  margin-left: -8%;
  margin-right: 5.5%;
}

.menu_item p.ft16 {
  margin-top: 0;
  margin-left: 1%;
}

.perm_menu {
  margin: 2% auto 7%;
}

.straight_perm .w80 {
  margin-bottom: 3%;
}

.straight_perm .menu_item p.ft18 .dash {
  border-bottom: 2px dashed #385b8e;
  display: inline-block;
  width: 51vw;
  vertical-align: middle;
  width: 43vw;
  vertical-align: middle;
  margin-right: 5%;
  margin-left: -20%;
  margin-right: 13%;
}

.straight_perm_bottom {
  align-items: center;
  justify-content: space-between;
}

.straight_perm_option  {
  width:47%;
  padding: 1.3% 2%;
}

.straight_perm_option p.ft16 {
  font-size: 1.6rem;
  justify-content: space-between;
  margin: 1% 0;
  white-space: nowrap;
}

.straight_perm_option p.ft16 .dash {
  border-bottom: 2px dashed #534741;
  display: inline-block;
  width: 15vw;
  vertical-align: middle;
  margin-right: 8%;
  margin-left: -9%;
}

.head_spa_inner .menu_item p.ft18 .dash {
  border-bottom: 2px dashed #385b8e;
  display: inline-block;
  width: 43vw;
  vertical-align: middle;
  margin-right: 5%;
  margin-left: 1%;
}

.head_spa_inner .arrow_btn,.straight_perm_bottom .arrow_btn {
  display: block;
  width: 45%;
  box-sizing: border-box;
}

.head_spa_inner .arrow_btn,.straight_perm_bottom .arrow_btn {
  margin: 3vw 0 0 50vw;
}


.straight_perm_bottom .arrow_btn {
  margin-top: 0;
}

.

.head_spa_inner  .arrow_btn a,.straight_perm_bottom .arrow_btn a {
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}


.treatment_menu_box .menu_item p:first-child .dash {
  width: 42vw;
}

.page-id-207 .arrow_btn a {
  font-weight: 600;
}



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

店舗案内

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


.about_lead {
  background-color: rgba(249, 235, 212, 0.39);
  padding: 2.5% 0;
  margin-top: 19.5%;
  margin-bottom: 5%;
}

.about_lead p.ft26 {
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 1.5%;
  font-weight: 700;
}

.about_lead p.ft20 {
  font-size: 2rem;
  font-weight: 600;
}

.page-id-247 .menu_title {
    margin-bottom: 4%;
}

.page-id-247 .information_image {
  display: none;
}

.about_image {
  margin-bottom: 6%;
  position: relative;
}


.page-id-247 .swiper-slide {
  height: 45vw;
}



.page-id-247 .swiper-slide img {
  width: 100%;
  height: 45vw;
}

.page-id-247 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, -6%);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.page-id-247 .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -5%);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.page-id-247 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.page-id-247 .swiper-pagination-bullet-active {
  background:#534741;
}

.page-id-247 .salon_info_box {
  position: static;
  transform: none;
  margin-top: 2%;
}

.page-id-247 .salon_info_01,.page-id-247 .salon_info_02,.page-id-247 .salon_info_03,.page-id-247 .salon_info_04 {
  height: 18.8vw;
}

.page-id-247 .information_list {
  margin-top: 3%;
}

.page-id-247 .information_list tr:first-child td span {
  display: none;
}

.about_history {
  margin-bottom: 5%;
  justify-content: space-between;
  align-items: flex-end;
}

.history_left {
  width: 43%;
}

.history_left h2 {
  position: relative;
  font-size: 3.6rem;
  margin-bottom: 28%;
  margin-left: 37%;
  width: fit-content;
}

.history_left h2:before {
  content: "";
  position: absolute;
  top: -240%;
  left: -207%;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 239px;
  height: 239px;
  z-index: -1;
}

.history_left ul li:first-child {
  border-top: 1px solid #cecece;
}

.history_left ul li {
  border-bottom: 1px solid #cecece;
  padding: 9% 2%;
  font-size: 1.6rem;
  align-items: center;
}

.history_left ul li span {
  display: inline-block;
  margin-left: 8%;
}

.history_right {
  width: 48%;
  height: 53vw;
  background-image: url(../../../images/history.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about_access {
  margin-bottom: 5%;
}

.access_inner dl {
  margin-bottom: 3%;
  align-items: flex-start;
}

.access_inner dl dt {
  width: 21%;
  height: fit-content;
  position: relative;
  font-size: 2.2rem;
  justify-content: right;
  padding-right: 8%;
  display: flex
;
}

.access_inner dl dt:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15.5%;
  width: 1px;
  height: 153%;
  background-color: #466eb2;
}

.access_inner dl:nth-child(2) dt:before {
  height: 180%;
}

.access_inner dl dd {
  width: 75%;
  margin-left: 0;
}

.access_inner dl dd p {
  margin-top: 0;
}

.about_map {
  margin: 0 calc(50% - 50vw) 10%;
  width: 100vw;
}

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

採用情報

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

.recruit_lead {
  justify-content: space-between;
  align-items: center;
  margin-top: 7%;
}

.recruit_left {
    width: 50%;
    position: relative;
    margin-left: -9%;
}

.page-id-233 .swiper-slide {
  height: 50vw;
}


.page-id-233 .swiper-slide img {
  width: 100%;
  height: 50vw;
}

.page-id-233 .swiper-pagination {
  position: static;
}

.page-id-233 .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}


.page-id-233 .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 83%);
  top: var(--swiper-pagination-top, auto);
  left: -5%;
  width: 10px;
  margin-top: -49%;
  margin-right: 4%;
}

.page-id-233 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.page-id-233 .swiper-pagination-bullet-active {
  background:#534741;
  opacity: 1;
}



.recruit_right {
  width: 40%;
}

.recruit_right p {
  font-weight: 600;
}

.recruit_right p:first-child {
  margin-bottom: 6.5%;
}

.recruit_information {
  margin-top: 11%;
}

.recruit_information h2 {
  font-size: 3.6rem;
  position: relative;
  margin-bottom: 10.5%;
  margin-left: 11%;
}

.recruit_information h2:before {
  content: "";
  position: absolute;
  top: -227%;
  left: -12%;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 239px;
  height: 239px;
  z-index: -1;
}

.recruit_information_inner h3 {
  border-bottom: 3px solid #466eb2;
  padding: 1% 2%;
  font-weight: 600;
}

.recruit_information_inner p.ft17 {
  margin-left: 2%;
}

.recruit_information_inner p.ft17 span {
  display: inline-block;
  border-bottom: 1px solid #534741;
  font-size: 2rem;
}

.recruit_information_inner dl:first-of-type {
  border-top: 1px solid #cecece;
  margin-top: 3%;
}

.recruit_information_inner dl {
  align-items: center;
  padding: 3%;
  border-bottom: 1px solid #cecece;
  position: relative;
}

.recruit_information_inner dl:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 16%;
  width: 1px;
  height: 50%;
  background-color: #cecece;
}

.recruit_information_inner dl dt {
  width: 15%;
}

.recruit_information_inner dl dd {
  width: 85%;
}

.recruit_information_inner dl dd .ft20 {
  font-size: 2rem;
  font-weight: 600;
}

.recruit_catch_copy {
  margin-top: 4%;
}

.recruit_catch_copy p.ft28 {
  font-size: 2.8rem;
}

.recruit_contact {
  padding: 1% 0;
  background-color: rgba(249, 235, 212, 0.39);
  margin: 4.5% auto 7.5%;
}

.recruit_contact_inner {
  width: fit-content;
  margin: 0 auto;
}

.recruit_contact_inner p.ft18 {
  margin-bottom: 3%;
  font-feature-settings: "palt";
  font-weight: 700;
  margin-left: -3.5%;
}

.recruit_contact_inner dl {
  position: relative;
  margin-bottom: 2.5%;
}

.recruit_contact_inner dl:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 13.5%;
  width: 1px;
  height: 100%;
  background-color: #466eb2;
}

.recruit_contact_inner dl dt {
  font-weight: 600;
}


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

スタッフ紹介

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

.page-id-282 #breadcrumb {
  padding: 0;
  margin: -6% 0 4% 0;
}

.staff {
  margin: 6% auto 4%;
}

.page-id-282 .entry_card {
  width: 100%;
  height: auto;
  margin-left: 0;
  box-shadow: none;
  padding: 1.5%;
  box-sizing: border-box;
  margin: 0 auto 3%;
  background-color: #ffffff;
  position: relative;
}

.staff_box {
  justify-content: space-around;
  margin-bottom: 2%;
}


.staff_name_box p.ft32 {
  margin: 0;
}

.staff_name_box p.ft20 {
  margin-top: 0;
  margin-bottom: 4%;
  font-size: 2rem;
}

.staff_left {
  width: 30%;
}

.staff_comment {
  background-color: rgba(249, 235, 212, 0.39);
  position: relative;
  display: inline-block;
  margin: 41px 0;
  padding: 1% 3%;
}

.staff_comment:before {
  content: "";
  position: absolute;
  top: -46px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 32px solid rgba(249, 235, 212, 0.39);
}

.staff_right {
  width: 60%;
}


.staff_right dl:first-of-type {
  border-top: 1px solid rgba(206,206,206,0.6);
}

.staff_right dl {
  border-bottom: 1px solid rgba(206,206,206,0.6);
  padding: 3% 4%;
}

.staff_right dl dt {
  width: 25%;
  height: fit-content;
  position: relative;
}

.staff_right dl dt:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 1px;
  height: 160%;
  background-color: rgba(206, 206, 206, 0.6);
}

.staff_right dl dd {
  width: 75%;
}

.staff_text p:first-child {
  background-color: rgba(249, 235, 212, 0.39);
  padding: 4.5% 6.5%;
  position: relative;
  line-height: 0;
}

.staff_text p:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 2%;
  width: 4px;
  height: 50%;
  background-color: #466eb2;
}

.staff_text p:nth-child(2) {
  width: 93.5%;
  margin: 0 auto;
}

.new_staff {
  margin-top: -2.5%;
  margin-bottom: 9.5%;
}
.new_staff_item {
  width: calc(94% / 3);
  height: 38vw;
  margin-right: 3%;
  background-image: url(../../../images/coming_soon.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.new_staff_item:last-child {
  margin-right: 0;
}


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

新着情報一覧

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

.page-id-331 .information,.category .information {
  margin-top: 20%;
  margin-bottom: 7%;
}

.single_box {
  margin: 3% auto 0;
}


.single_box h2 {
  margin-bottom: 0;
  border-top: 1px solid #466eb2;
  padding:2.5% 2%;
 
}

.single_box h2,.single_box dl dd {
  width: 100%;
  
  border-bottom: 1px solid #466eb2;
}

.single_box dl dd {
  margin-left: 0;
  padding: 2%;
}

.single_box dl dd:nth-child(even) {
  background-color: rgba(70, 110, 178, 0.14);
}

.info-top {
  justify-content: space-between;
  align-items: center;
}

.info-top-left {
  align-items: center;
}

.info-top p {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.page-id-331 .day,.category .day {
  margin-right: 2.5vw;
}

.info-top-right {
  background-color: #466eb2;
  padding: 0.5% 1.5%;
}

.info-top-right a {
  color: #ffffff;
}

.pagination {
  justify-content: center;
  margin-top: 5%;
}

.pagination a, .pagination span {
  font-weight: 500;
  text-decoration: none;
  border: none;
  width: 38px;
  height: 38px;
  color: #534741;
  display: block;
  line-height: 38px;
  margin-left: 3px;
  text-align: center;
}


.pagination li.current span {
  background-color: rgba(70, 110, 178, 0.82);
  cursor: default;
  pointer-events: none;
  color: #ffffff;
}


.pagination li.first a::before {
  content: "\f100";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.last a::after {
  content: "\f101";
}


.pagination li.first a::before, .pagination li.last a::after, .pagination li.previous a::before, .pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}



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

お知らせ詳細

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

#main .post {
  margin-bottom: 0;
  margin-top: 17%;
}


.single-post .article h1 {
  font-weight: normal;
  padding: 2% 0;
  margin: 0 auto;
  border-top: 1px solid #466eb2;
  border-bottom: 1px solid #466eb2;
}

.single-post article header:before {
  display: none;
}

.single-post .article {
  position: relative;
  margin-top: 34%;
}


.single-post #breadcrumb {
  padding: 0;
  margin: -19.5% 19% 3% -10%;
}

.single-post .post-meta {
  justify-content: right;
  align-items: center;
  width: 78vw;
}

.single-post .post-meta .category a {
  display: inline-block;
  background-color: #466eb2;
  color: #ffffff;
  padding: 5% 7%;
  white-space: nowrap;
  margin-left: 10%;
}

.single-post .post-meta .category span {
  display: none;
}

.single-post .prev {
  border-top: 1px solid #dddddd;
}

.single-post .prev, .single-post .next {
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding: 1% 0;
}



.single-post .next {
  justify-content: right;
}

.single-post .prev a, .single-post .next a {
  display: flex;
  align-items: center;
}

.fa-arrow-left:before,.fa-arrow-right:before  {
  color: #dedee0;
}

.single-post .navigation {
  margin-top: 10%;
}

#under-entry-body .navigation,td.nextmonth span.mc-date,.foot p:nth-of-type(2) {
  display: none;
}

/* スマホ */
@media screen and (max-width: 599px) {

/*--------------------------------------
共通
---------------------------------------*/

p.ft16 {
  font-size: 1.4rem;
}

.arrow_btn a {
  padding: 5% 6%;
}


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

トップページ

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


.page-id-8 header:before {
  display: block;
  top: -69%;
  left: -10%;
  width: 60vw;
  height: 60vw;
}
.page-id-8 header:after {
  display: block;
  bottom: -912%;
  right: -20%;
  width: 50vw;
  height: 50vw;
}
  .page-id-8 #h-top {
    display: none;
}

.page-id-8 .hero_logo {
  display: block;
  width: 39vw;
  margin: 4% 0 2% 2%;
  margin-left: 2vw;
}

.hero_top {
    display: block;
    width: 100%;
    height: 8vh;
}

.hero_text {
  position: relative;
  z-index: 1;
  margin-top: 80%;
  /* background-color: #fff; */
}
.hero_text p {
  font-size: 1.6rem;
}

.hero_text p span {
  background: linear-gradient(transparent 0%, #ffffff 0%);
  padding: 7px;
  /* box-sizing: border-box; */
}

.hero_text p:first-child {
  margin-left: 2%;
  margin-bottom: 2%;
}

.hero_text p:nth-child(2) {
  margin-right: 2%;
}

.hero_logo {
  width: 42vw;
}

.hero_image {
  top: 102vw;
  transform: translate(0, -50%);
  height: 132vw;
  margin-top: -18%;
}

.side_scroll {
  right: 1.5%;
  bottom: -709%;
}

.top_about {
  flex-direction: column-reverse;
  margin: 146vw auto 0;
  width: 90%;
}


.top_about_text {
  width: 100%;
  margin-left: 0;
}

.top_about_text h2 {
  box-sizing: border-box;
}

.top_about_description {
  margin-bottom: 6%;
}

.top_about_image {
  width: 95vw;
  margin-left: 5%;
  margin-top: 10%;
}

.top_about_image,.page-id-8 .swiper-slide,.page-id-8 .swiper-slide img {
    height: 87vw;
}

.page-id-8 .swiper-slide,.page-id-8 .swiper-slide img {
  width: 100%;
}

.page-id-8 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 65%);
  top: var(--swiper-pagination-top, auto);
  left: -7.5%;
  width: 10px;
}

.page-id-8 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.page-id-8 h2 {
  padding-left: 73px;
}

.top_menu:before {
  content: "";
  position: absolute;
  top: -16%;
  left: -16%;
  width: 60vw;
  height: 60vw;
}

.top_menu h2 {
  padding-left: 21.5%;
  margin-bottom: 0;
}

.top_menu_text {
  display: block;
}

.top_menu_description p {
  margin-left: 0;
  font-size: 1.4rem;
  line-height: 160%;
}

.menu_box ul li {
  width: 47.5%;
}

.menu_box ul li:nth-child(odd) {
  margin-right: 5%;
}

.menu_box ul li:nth-child(even) {
  margin-right: 0;
}

.menu_box ul li a .menu_image {
  height: 27vw;
}

.menu_box ul li a p {
  font-size: 1.6rem;
}

.menu_box ul li a p.lh28 {
  line-height: 150%;
  margin-top: 4%;
}

.salon_info_box {
  position: absolute;
  right: -53%;
  transform: translate(-50%, 0);
  bottom: -66%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  width: 95vw;
  margin-left: (50% - 50vw);
  margin: 10% calc(48.5% - 46vw);
}

.salon_info_border {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24.6%;
  height: 23.5vw;
  border-radius: 50%;
  background-color: rgba(249, 235, 212, 0.86);
}

.salon_info_border p {
  margin: 0;
  font-size: 1rem;
}

.salon_info_sp01, .salon_info_sp02, .salon_info_sp03, .salon_info_sp04 {
 
  margin-right: 0.5%;
  margin-bottom: 2%;
}


.salon_info_sp01 img {
  width: 38%;
}

.salon_info_sp02 img {
  width: 45%;
}

.salon_info_sp03 img {
  width: 44%;
}

.salon_info_sp04 img {
  width: 40%;
}

.salon_info_04 {
  margin-right: 0;
}

.information_list {
  margin-top: 34%;
}

.information_image {
  height: 55vw;
}

.top_menu ,.top_information {
  margin-top: 19%;
}

.top_information:before {
  top: -7%;
  left: -16%;
  width: 50vw;
  height: 50vw;
}

.top_info_title h2 {
  padding-left: 21.5%;
}


.information_list table tbody tr th {
    width: 40%;
    padding: 3% 0 3% 2%;
}

.information_list table tbody tr td {
  padding: 3% 0;
}


.sub_information {
  display: block;
  margin-top: 10%;
}

.sub_information h2 {
  margin: 0;
}


.top_news, .top_calendar {
  width: 100%;
}

.top_news, .top_calendar {
  margin-top: 23%;
}

.top_news {
  margin-right: 0;
}

.top_news:before, .top_calendar:before {
  top: -8.5%;
  left: -4%;
  width: 35vw;
  height: 35vw;
}

.top_news_right dl {
  width: 100%;
}

.top_news_right dl dd {
  padding: 1% 0;
  font-weight: normal;
  display: block;
}

.day {
  margin: 2% 7% 0% 0;
}

.title {
  margin: 2% 0;
}
.top_access:before {
  content: "";
  position: absolute;
  top: -14%;
  left: -6%;
  width: 60vw;
  height: 60vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.top_access_inner {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.access_description p:first-child {
  line-height: 170%;
}

.top_access .arrow_btn {
  margin: 5% auto 10%;
}

.contact {
  height: auto;
}

.contact_inner,.reservation_contact {
  display: block;
}

.contact_inner,.reservation_text {
  width: 100%;
  margin: 0 auto;
}

.contact_inner {
  padding: 10% 0;
}

.contact_inner:before {
  content: "";
  position: absolute;
  top: -16%;
  left: -6%;
  width: 60vw;
  height: 60vw;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}



.reservation_text p {
  font-weight: normal;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
}

.reservation_text .reservation_description p {
  width: 90%;
  margin: 0 auto;
  line-height: 170%;
  font-size: 1.4rem;
}

.footer_right ul {
  display: none;
}

footer .arrow_btn {
  display: none;
}

.footer_left {
  width: 90%;
  margin: 0 auto;
}

.footer_right {
  display: none;
}

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #466eb2;
  padding: 2%;
  width: 35px;
  height: 35px;
  text-align: center;
}

#page-top a#move-page-top {
  font-size: 16px;
  margin: 0;
}

#footer-mobile-buttons {
  background-color: #466eb2;
  z-index: 100000000000000000000000000000000000;
}
#footer-mobile-buttons #footer-button-menu:active .fa-bars:before {
  content: "\f00d";
}


.fa-2x {
  line-height: 1.1;
}

#footer-mobile-buttons a {
  color: #ffff;
}


#footer-mobile-buttons a:first-child:hover {
  background-color: transparent;
  opacity: 1;
}

#footer-mobile-buttons a:hover {
  opacity: 0.4;
}
  
/*-------------------------------------------

下層

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

.page-id-30 .kaso_header, .page-id-40 .kaso_header, .page-id-282 .kaso_header, .page-id-331 .kaso_header, .single .kaso_header, .category .kaso_header {
  background-image: url(../../../images/header_image01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 5% 0 10%;
  position: relative;
}

.page-id-30 #breadcrumb,.page-id-40  #breadcrumb {
  padding: 0;
  margin: -19% 0 0 2%;
}

#breadcrumb {
  padding: 0;
  margin: -37% 0 0 2%;
}

.kaso_menu_header {
  padding: 36.5% 0;
}

.page-id-47 .kaso_menu_header {
  background-position: center;
}

.page-id-47 .kaso_menu_title,.page-id-124 .kaso_menu_title,.page-id-104 .kaso_menu_title,.page-id-85 .kaso_menu_title,.page-id-148 .kaso_menu_title,.page-id-182 .kaso_menu_title,.page-id-157 p.ft42,.page-id-207 p.ft42,.page-id-233 .kaso_menu_title,.page-id-247 .kaso_menu_title {
  margin-top: -9%;
  font-size: 2.4rem;
  position: relative;
}

.page-id-148 .kaso_menu_header {
  background-position: right;
}
.page-id-157 .kaso_menu_title, .page-id-207 .kaso_menu_title {
  font-size: 1.8rem;
}

.en_title {
  margin-top: 0;
  font-size: 2.8rem;
}

.kaso_menu_title {
  margin-top: 0;
  font-size: 2.4rem;
}

/* .ft22 {
  font-size: 1.8rem;
} */

.w80,.w85 {
  width: 90%;
}

.sp {
  display: block;
}

header:before {
  display: none;
}

#h-top {
  display: block;
}

.hero_logo {
  margin: 0 auto;
  display: block;
  width: 39vw;

}

.hero_logo a {
  display: flex;
  align-items: center;
}

#h-top {
  height: auto;
  min-height: 45px;
  padding: 2% 0;
}

#breadcrumb a, #breadcrumb .fa {
  font-size: 1.2rem;
}

.picup_menu h2 {
  width: fit-content;
  margin: 0 auto;
  padding: 0 50px;
}

.picup_menu h2:before,.picup_menu h2:after {
  width: 40px;
}

.picup_menu_title {
  padding: 5% 0;
}

.picup_menu p.ft16 {
  font-size: 1.4rem;
  text-align: left;
  padding: 3% 0;
}

h2.menu_description {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.2rem;
}


h2.menu_description:before, .visit_lead h2:before, .recruit_information h2:before, .cut_left:before,.history_left h2:before,.history_left  h2:before {
  content: "";
  position: absolute;
  top: -61%;
  left: 4%;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  z-index: -1;
}


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

プライバシーポリシー

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

.page-id-30 .entry-content {
  margin-top: 20%;
}

.privacy-contents {
  margin: 6% auto 16%;
}

.privacy-contents dl dt {
  padding-left: 5%;
}

.privacy-contents dl dt:before {
  position: absolute;
  top: 44%;
  transform: translate(0, -50%);
}

.privacy-contents dl dd {
  margin: 0 auto 10%;
}

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

サイトマップ

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

.sitemap {
  padding: 2% 0 7%;
}

.sitemap-box ul {
  display: block;
}

.sitemap-box ul li {
  width: 100%;
  margin-bottom: 5%;
}

.sitemap-box ul li a {
  justify-content: space-between;
  padding: 4% 2% 4% 7%;
  align-items: center;
}

.sitemap-box ul li:last-child a {
  white-space: nowrap;
}

.arrow01 {
  margin: 0 0 0 24%;
}


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

スタッフ紹介

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

.page-id-282 .entry_card {
  margin: 0 auto 5%;
}

.staff_left,.staff_right {
  width: 100%;
}

.staff_name_box p.ft32 {
  margin: 0;
  font-size: 2.5rem;
  letter-spacing: 0.16rem;
}

.staff_name_box p.ft20 {
  font-size: 1.6rem;
}

.staff_comment {
  margin: 33px 0 20px;
}

.staff_right dl dt {
  width: 30%;
}

.staff_right dl dd {
  width: 70%;
  margin-left: 5%;
}

.staff_text p:first-child {
  padding: 7.5% 6.5%;
}

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

バリ式 極上 ヘッドスパ

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

.head_spa_description {
  margin-top: 23%;
}

.head_spa_text h2.menu_description {
  margin: 0 auto 7%;
  font-size: 2.4rem;
}
.head_spa_text h2.menu_description:before {
  top: -167%;
  left: -18%;
  width: 120px;
  height: 120px;
}

.head_spa_description {
  display: block;
}

.head_spa_text,.head_spa_image {
  width: 100%;
}

.head_spa_image {
  height: 113vw;
}

 .page-id-47  #main h2 {
  font-size: 2rem;
}

.point_box {
  margin: 7% auto 20%;
}

.point_item {
  margin-bottom: 10%;
}

.point_item p.ft26 {
  font-size: 2rem;
}

.point_item p span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-left: 1%;
  line-height: 48px;
}

.flow_inner {
  margin: 10% auto 20%;
}

.flow_item {
  height: auto;
  padding: 5% 3% 2%;
  display: block;
}

.flow_item:after {
  display: none;
}

.flow_left,.flow_right {
  width: 100%;
}

.flow_right p.ft28,.flow_left p.ft34 {
  font-size: 2rem;
  margin: 0;
  text-align: center;
}

.flow_arrow {
  margin: 5% auto;
  border-left: 8vw solid transparent;
  border-right: 8vw solid transparent;
  border-top: 7vw solid #466eb2;
}

.flow_inner .arrow_btn, .repair_description .arrow_btn {
  width: 86%;
  margin-top: 13%;
}


.flow_inner .arrow_btn a .arrow, .repair_description .arrow_btn a .arrow {
  width: 35px;
  height: 1px;
  margin: 0 0 0 8%;
}

.page-id-47 h2.ft21 {
  font-size: 1.6rem;
}

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

マイクロナノバブル

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


.micro_lead {
  width: 90%;
  margin: 7% auto 0;
}

.micro_lead p.ft32  {
  font-size: 1.8rem;
}

.micro_lead p.ft16 {
  text-align: left;
}

.micro_box {
  margin-top: 11.5%;
  flex-direction: column-reverse;
}

.micro_left,.micro_right {
  width: 100%;
}

.page-id-124 h2.menu_description {
  margin: 7% auto;
  font-size: 2.2rem;
  width: fit-content;
  text-align: center;
}

.page-id-124 h2.menu_description:before {
  content: "";
  position: absolute;
  top: -148%;
  left: -1%;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  z-index: -1;
}


.micro_left p.ft32 {
  font-size: 2rem;
  text-align: center;
}

.micro_left p.ft16, .micro_left p.ft14, .micro_01, .micro_02 {
  width: 100%;
}

.micro_right {
  margin-top: 0;
  height: 350px;
}

.micro_box02 .micro_right {
  margin-right: 0;
}

.voice_box {
  flex-wrap: wrap;
  display: block;
}

.voice_item {
  width: 100%;
  height: auto;
  padding: 4% 0 14%;
  margin-bottom: 5%;
}

.customer_voice {
  padding: 6% 0 8%;
}

.customer_voice p.ft26 {
  font-size: 2.2rem;
  margin-bottom: 5.5%;
}

.customer_voice_inner {
  width: 90%;
}

.voice_item_inner p.ft20 {
  font-size: 1.5rem;
}

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

縮毛矯正

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

.repair_lead p {
  width: 90%;
  margin: 5% auto;
  text-align: left;
}

.repair_menu {
  padding: 6.5% 0;
}

.repair_menu_inner {
  width: 90%;
  margin: 0 auto;
}

.repair_left h2.menu_description:before {
  top: -148%;
  left: -27%;
}


.repair_menu01,.repair_menu02 {
  display: block;
}

.repair_inner {
  flex-direction: column-reverse;
}


.repair_menu_inner dl dt,.repair_menu_inner dl dd {
  width: 100%;
}

.repair_menu_inner dl dd {
  padding-left: 0;
}

.repair_menu_inner dl dd:before {
  display: none;
}

.repair_left,.repair_right {
  width: 100%;
}

.repair_right {
  height: 85vw;
}

.repair_description {
  margin: 10% auto 16.5%;
}

.repair_left h2.menu_description {
  margin-top: 7%;
  margin-bottom: 18%;
}

.repair_left ul li {
  margin-bottom: 5%;
}

.repair_link p {
  margin-top: 2%;
  margin-bottom: 0;
}

.repair_link a {
  font-size: 1.2rem;
}

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

記念の赤ちゃん筆

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


.page-id-85 .kaso_menu_header .fude {
  position: absolute;
  right: 2%;
  bottom: 8%;
  width: 35vw;
}

.page-id-85 h2.menu_description {
  margin: 0 auto;
}

.page-id-85 h2.menu_description:before {
  top: -124%;
  left: -21%;
}

.baby_lead p {
  width: 90%;
  margin: 2% auto 13%;
  font-size: 1.5rem;
}

.how_to_make .baby_left h2.menu_description:before {
  left: -10%;
}

.baby_description,.how_to_make  {
  flex-direction: column-reverse;
}

.baby_left,.baby_right{
  width: 100%;
}

.baby_left {
  margin: 6% 0 0;
}
.baby_left p.ft32 {
  text-align: center;
}

.baby_right {
  height: 75vw;
}

.page-id-85 h2.menu_description {
  font-size: 2.4rem;
}

.how_to_make .baby_left {
  margin: 10% 0 8%;
}

.baby_banner {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.baby_banner br {
  display: none;
}

.baby_link {
  padding: 7.8% 0;
}

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

温浸浴

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

.hot_box {
  flex-direction: column-reverse;
}

.hot_left,.hot_right {
  width: 100%;
}

.hot_right {
  height: 75vw;
  background-position: top;
}

.hot_left h2.menu_description {
  margin: 10% auto;
}

.hot_left h2.menu_description:before {
  top: -153%;
  left: -20%;
}

.hot_left p.ft32 {
  text-align: center;
}

.hot_recommend_inner {
  padding: 3%;
}

.hot_recommend_inner p {
  margin-left: 0;
  margin: 0 auto;
  text-align: center;
}

.hot_point_image {
  height: 50vw;
}

.hot_recommend {
  margin-bottom: 10%;
}

.hot_point_description {
  margin: 13% auto 16%;
}

.hot_point_description dl {
  margin-bottom: 12%;
}

.hot_point_description dl dt:before {
  top: -20px;
  left: -10px;
  width: 65px;
  height: 65px;
}

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

訪問美容サービス

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

.visit_lead {
  flex-direction: column-reverse;
}

.visit_lead h2 {
  font-size: 2.4rem;
  margin: 10% auto;
}

.visit_lead h2:before {
  top: -123%;
  left: -1%;
}

.visit_lead {
  margin: 9% auto 7.5%;
}

.visit_left,.visit_right {
  width: 100%;
}

.visit_right {
  height: 75vw;
  background-position: top;
}

.page-id-182 h2.bg_blue {
  font-size: 2rem;
}

.visit_flow .flow_inner {
  margin: 10% auto 15%;
}

.visit_flow .flow_inner .flow_item .flow_right {
  width: 94%;
  margin: 0 auto;
}

.visit_flow .flow_inner .flow_item.flow_item {
  padding: 5% 4% 5% 3%;
}

.visit_flow .flow_inner .flow_item .flow_right p.ft16 {
  margin-top: 5%;
}

.visit_flow .flow_inner .flow_image02,.visit_flow .flow_inner .flow_image03,.visit_flow .flow_inner .flow_image04 {
  display: none;
}

.visit_flow .flow_inner .flow_sp_image02, .visit_flow .flow_inner .flow_sp_image03, .visit_flow .flow_inner .flow_sp_image04 {
  display: block;
  position: static;
  width: 70%;
  height: 37.7vw;
  margin: 4% auto 2%;
}
.visit_flow .flow_arrow {
  margin: 7% auto;
}



.visit_time_inner {
  width: 90%;
  margin: 0 auto;
}

.visit_time_inner p.ft16 {
  text-align: left;
}

.visit_time_inner .w60 {
  width: 100%;
  margin-bottom: 8%;
}

.visit_time_inner ul li,.visit_time_inner ul li span {
  display: block;
}

.visit_time_inner ul li span:nth-child(even) {
  text-align: right;
  margin-top: 1%;
}

.visit_price_inner {
  padding: 7% 0 13.5%;
}

.visit_price_inner dl dt,.visit_price_inner dl dt span {
  display: block;
}

.visit_price_inner dl dt {
  margin-bottom: 4%;
}

.visit_price_inner dl dt span:nth-child(even) {
  text-align: right;
  margin-top: 1%;
}

.visit_price_inner dl dd {
  margin: 0 auto 8%;
}

.visit_area {
  padding: 8% 0;
}

.visit_service {
  width: 90%;
  padding: 10% 0;
}

.visit_service p {
  text-align-last: left;
}

.visit_ticket_lead p.ft16,.visit_ticket_information p.ft16,.visit_ticket_information p.ft22 {
  text-align: left;
}

.visit_ticket {
  padding: 3.5% 0 7.5%;
}

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

お取扱い商品

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


.products {
  margin-top: 20%;
}

.product {
  margin: 6% 0 20%;
}

.page-id-157 #main #breadcrumb {
  display: none;
}

.product p.ft44 {
  margin-bottom: 0;
  font-size: 3rem;
}

.product h2 {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10%;
  font-size: 1.2rem;
  line-height: 1.3;
}

.product h2:before {
  width: 20px;
}

.product_list_box_in {
  display: block;
}

.entry_card {
  width: 100%;
  height: auto;
}

.product_item_title {
  width: 95%;
}

.product_item_title p.ft20 {
  font-size: 1.8rem;
  padding-left: 0;
  border-top: 2px solid #466eb2;
  padding-top: 4%;
  border-bottom: 2px solid #466eb2;
  text-align: center;
  line-height: 1.4;
  margin-top: 3%;
}

.product_item_title p.ft20::before,
.product_item_title p.ft20::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background:#466eb2;
}

.product_item_title p.ft20::before {
    top: 3px;
}

.product_item_title p.ft20::after {
    bottom: 3px;
}


.df .product_item:nth-child(odd) {
  margin-right: 0;
}

.product_item_image img {
  width: 54%;
  height: 62.5vw;
  margin: 0 auto;
  display: block;
}

.product_item_price p {
  font-size: clamp(1.4rem, 1.2vw + 0rem, 1.6rem);
  padding-top: 2.5%;
  padding: right 1%;
  line-height: 1;
  /* margin-top: 22%; */
  padding-bottom: -19.5%;
  border-top: 1px solid #dddddd;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%, 0);
  /* height: 1.5vw; */
}

.product_item_description .ft15 {
  margin-bottom: 17%;
}

#product_category01:before,#product_category02:before,#product_category03:before,#product_category01:after,#product_category02:after,#product_category03:after {
  width: 50vw;
  height: 50vw;
}


#product_category01:before {
  top: -2.6%;
}

#product_category01:after {
  
}

#product_category02:before {
  top: -14.5%;
}

#product_category02:after {
  bottom: -4%;
}

#product_category03:before {
  top: -7.5%;
}

#product_category03:after {
  bottom: -98px;
}


#product_category03 .product_item_image img {
  width: 49%;
  height: 55.5vw;
  margin: 0 auto;
  display: block;
}

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

採用情報

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




.page-id-233 .kaso_menu_title {
  font-size: 2.4rem;
  position: relative;
  z-index: 99999999999999;
}

.recruit_lead {
  flex-direction: column;
  position: relative;
}

.recruit_left {
  width: 90%;
  padding-left: 15%;
}

.recruit_right {
  width: 100%;
}

.page-id-233 .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 83%);
  top: var(--swiper-pagination-top, auto);
  left: -5%;
  width: 10px;
  padding-top: -9%;
  margin: 0;
  position: absolute;
  left: -1%;
  top: 1%;
}

.page-id-233 .swiper-slide,.page-id-233 .swiper-slide img {
  height: 85vw;
}

.page-id-233 .swiper-slide img {
  width: 100%;
}

.recruit_information h2 {
  font-size: 2.4rem;
  margin-left: 0;
}

.recruit_information h2:before {
  content: "";
  position: absolute;
  top: -106%;
  left: -9%;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  z-index: -1;
}

.recruit_information_inner h3 {
  padding: 1%;
}

.recruit_information_inner p.ft17 span {
  font-size: 1.6rem;
}

.recruit_information_inner dl dt {
  width: 25%;
}

.recruit_information_inner dl dd {
  width: 75%;
}

.recruit_information_inner dl dd .ft20 {
  font-size: 1.6rem;
}

.recruit_information_inner dl:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 27%;
  width: 1px;
  height: 85%;
  background-color: #cecece;
}

.recruit_catch_copy p.ft28 {
  font-size: 2rem;
}

.recruit_catch_copy p.ft16 {
  text-align: left;
}

.recruit_contact {
  padding: 1% 0;
  margin: 4.5% auto 13.5%;
}

.recruit_contact_inner {
  padding: 5% 2%;
}

.recruit_contact_inner p.ft18 {
  font-size: 1.2rem;
  margin: 0 auto 5%;
  line-height: 2;
}

.recruit_contact_inner p.ft18 span {
  display: block;
}

.recruit_contact_inner p.ft18 {
  font-size: 1.2rem;
  margin: 0 auto 5%;
}

.recruit_contact_inner dl {
  width:90%;
}

.recruit_contact_inner dl:before {
  left: 21.5%;
}

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

施術メニューと価格表

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

.page-id-207 .w80 {
  margin: 6% auto 14%;
}

.menu_title {
  padding: 2% 0;
}

.cut_box {
  display: block;
}

.cut_inner {
  padding: 2% 0 14%;
}

.cut_box01 {
  margin-top: 10%;
  padding-bottom: 10%;
  margin-bottom: 19%;
}


.cut_left,.cut_right {
  width: 100%;
}

.cut_left:before {
  content: "";
  position: absolute;
  top: -61%;
  left: 4%;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  z-index: -1;
}

.cut_left p.ft38 {
  text-align: left;
}

.cut_left h3, .cut_box02 .cut_left h3 {
  position: relative;
  padding-left: 13%;
  margin-top: 0;
  width: fit-content;
}

.cut_left h3:before,.cut_box02 .cut_left h3:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 37px;
  height: 1px;
  background-color: #534741;
}

.cut_left:before {
  content: "";
  position: absolute;
  top: -61%;
  left: -7%;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  z-index: -1;
}

.menu_image,.page-id-207 .head_spa_image {
  height: 50vw;
}

.cut_image {
  background-position: 74%;
}

.menu_item p {
  white-space: normal;
  font-size: 1.2rem;
}

.menu_item p.ft18 .dash {
  border-bottom: 2px dashed #385b8e;
  display: inline-block;
  width: 35vw;
  vertical-align: middle;
  margin-right: 12%;
  margin-left: -14%;
}

.cut_right_item p.ft18 .dash {
  width: 33vw;
}

.cut_right_option .option_inner p.ft16:nth-child(4),.cut_right_option .option_inner p.ft16:nth-child(5) {
 border-bottom: none;
}

.option_inner p .dash {
  border-bottom: 2px dashed #534741;
  width: 21vw;
}

.color_menu .menu_item p.ft18 .dash {
  width: 33vw;
}

.perm .menu_item p.ft18 .dash {
  width: 27vw;
}

.perm_image {
    background-position: 22%;
}

.page-id-207 .straight_perm .menu_item {
  margin: 6% auto 7%;
}

.straight_perm .menu_item p.ft18 .dash {
  width: 27vw;
}

.straight_perm .menu_title h2:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -70px;
  width: 61px;
  height: 1px;
  background-color: #f9ebd4;
}

.straight_perm .menu_title h2:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -52%;
  width: 61px;
  height: 1px;
  background-color: #f9ebd4;
}

.straight_perm_bottom {
  display: block;
}

.straight_perm_option {
  width: 100%;
  padding: 3.3% 2%;
}

.straight_perm_option p.ft16,.option_inner p.ft16 {
  border-bottom: 1px solid #534741;
  padding-bottom: 2%;
}

.page-id-207 .arrow_btn {
    width: 81%;
    margin: 0 auto;
}

.page-id-207 .arrow_btn .arrow {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 1px;
  margin: 0 0 0 30%;
  border-radius: 9999px;
  background-color: #000000;
}

.page-id-207 .head_spa_image {
  background-position: 16%;
}

#head-spa .menu_title h2:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -86%;
  width: 61px;
  height: 1px;
  background-color: #f9ebd4;
}

#head-spa .menu_title h2:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -84%;
  width: 61px;
  height: 1px;
  background-color: #f9ebd4;
}

.head_spa_inner .menu_item p.ft18 {
  font-size: 1rem;
}

.head_spa_inner .arrow_btn {
  margin: 7% auto 10%;
}

.page-id-207 .ft18,.page-id-207 .ft16,.straight_perm_option p.ft16 {
  font-size: 1.2rem;
}

.head_spa_inner .menu_item p.ft18 .dash {
  border-bottom: 2px dashed #385b8e;
  display: inline-block;
  width: 14vw;
  vertical-align: middle;
  margin-right: 4%;
  margin-left: -43%;
}

.menu_item p.ft18,.cut_right_item p.ft18 {
  border-bottom: 1px solid #385b8e;
  align-items: center;
  padding-bottom: 2%;
}

.menu_item p.ft18 .dash,.head_spa_inner .menu_item p.ft18 .dash,.cut_right_item p.ft18 .dash,.straight_perm .menu_item p.ft18 .dash,.straight_perm_option p.ft16 .dash,.option_inner p.ft16 .dash  {
  display: none;
}

.treatment .menu_title h2:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -60%;
  width: 61px;
  height: 1px;
  background-color: #f9ebd4;
}

.treatment .menu_title h2:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -58%;
  width: 61px;
  height: 1px;
  background-color: #f9ebd4;
}

.hair_set .menu_title h2:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -43%;
  width: 61px;
  height: 1px;
  background-color: #f9ebd4;
}

.hair_set .menu_title h2:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -40%;
  width: 61px;
  height: 1px;
  background-color: #f9ebd4;
}


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

店舗案内

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

.about_lead {
  padding: 11.5% 0;
  margin-top: 34.5%;
  margin-bottom: 5%;
}

.about_lead p.ft26 {
  font-size: 2.3rem;
  margin-top: 0;
  margin-bottom: 3.5%;
  font-weight: 700;
}
.about_lead p.ft16 {
  font-size: 1.4rem;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.about_lead p.ft20 {
  font-size: 1.8rem;
}

.about_lead p.ft16 br:first-child {
  display: none;
}

.page-id-247 .menu_title {
  margin-bottom: 8%;
}

.page-id-247 .swiper-slide,.page-id-247 .swiper-slide img {
  width: 100%;
  height: 65vw;
}

.about_image {
    margin-bottom: 6%;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}


.page-id-247 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, -11%);
}

.page-id-247 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, -11%);
}

.page-id-247 .salon_info_box {
  margin-top: 10%;
  width: 95vw;
  margin: 10% calc(48.5% - 46vw);
}

/* .page-id-247 .salon_info_sp01, .page-id-247 .salon_info_sp02, .page-id-247 .salon_info_sp03, .page-id-247 .salon_info_sp04 {
  height: 23vw;
} */


.about_history {
  flex-direction: column-reverse;
  margin-top: 14%;
}

.history_left,.history_right {
  width: 100%;
}

.history_left h2 {
  font-size: 2.4rem;
  margin-top: 4%;
  margin-bottom: 6%;
  margin-left: 18%;
}

.history_left h2:before {
  top: -144%;
  left: -102%;
}

.history_left ul li {
    border-bottom: 1px solid #cecece;
    padding: 5% 2%;
    font-size: 1.2rem;
    align-items: center;
}

.history_right {
  height: 70vw;
  background-position: top;
}

.access_inner dl {
  margin-bottom: 7%;
  display: block;
}

.access_inner dl dt,.access_inner dl dd {
  width: 100%;
}

.access_inner dl dt {
  font-size: 2rem;
  margin-bottom: 4%;
  justify-content: left;
}

.access_inner dl dt:before {
  display: none;
}

.access_inner dl dd {
  margin-bottom: 3%;
}
.access_inner dl:nth-child(2) dd {
  margin-bottom: 13%;
}

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

新着情報

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

.page-id-331 .breadcrumb-home {
  width: fit-content;
}


.page-id-331 .information {
  margin-top: 39%;
}

.single_box {
  margin: 2% auto 0;
}

.single_box h2, .single_box dl dd {
  box-sizing: border-box;
}

.info-top {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.info-top-left a {
  background-color: #466eb2;
  color: #ffffff;
  padding: 0.5% 2.5%;
}

.info-top-right  {
  background-color: transparent;
  padding: 0;
}

.info-top-right a {
  color: #534741;
  white-space: normal;
}

.single_box dl dd {
  margin-left: 0;
  padding: 3% 2%;
}

.page-id-331 .day {
  margin-right: 2%;
}

.category #breadcrumb,.single #breadcrumb {
  padding: 0;
  margin: -18% 0 0 2%;
}

.category #breadcrumb .sp,.single #breadcrumb .sp {
  display: none;
}

.category .breadcrumb-home {
  width: fit-content;
}

.single .breadcrumb-home  {
  width: 30%;
}

.single-post #breadcrumb {
  padding: 0;
  margin: -23.5% 0 3% 0;
  white-space: normal;
}

#main .post {
  margin-bottom: 0;
  margin-top: 40%;
}

.single .entry-content p,.single .post-date  {
  font-size: 1.4rem;
}

.single-post .navigation a {
  font-size: 1.2rem;
}

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

ナビゲーション

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


#navi {
  z-index: 10000000000000000000000000;
}

#navi:before  {
  display: none;
}
.page-id-8 #navi-in {
  padding: 2% 5%;
}

.page-id-8 #navi-in .header_logo {
  display: block;
}

.sidr {
  box-shadow: none;
}

div#navi,div#navi ul {
  background: #ffffff none repeat scroll 0 0;
}



.page-id-8 #navi.fixed,#navi.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999999999999999999999;
  background-color: #ffffff;
}

.sidr ul {
  margin: 0 0 20%;
}

.sidr .navi-box02  ul {
  margin-bottom: 5%;
}

div#navi-in {
  box-sizing: border-box;
}

#navi-in {
  padding: 2% 5%;
}

#navi-in .header_logo {
  width: 60%;
  margin: 7% auto;
}

.navi-box {
  margin-bottom: 12%;
}

.navi-box02 {
  margin-bottom: 8%;
}

div.sidr p.ft24 {
  font-size: 2.4rem;
  margin-bottom: -6px;
  position: relative;
  color: #385b8e;
}

div.sidr p.ft24:before {
  content: "";
  position: absolute;
  top: -36%;
  left: -11%;
  width: 60px;
  height: 60px;
  background-image: url(../../../images/border.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center center;
}

div.sidr h2 {
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  margin-bottom: 5%;
}

div.sidr .navi-box02 h2 {
  margin-bottom: 12.5%;
}

div.sidr h2:before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #534741;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
}
div#navi ul li {
  float: none;
  border-top: 0px;
  border-bottom: 1px solid #eeeeee;
}

.page-id-8 #navi {
  background-color: #ffffff;
}


#navi #navi-in ul li a {
  padding: 14px 4px 12px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}

div.sidr ul li a span {
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
}

div.sidr ul li a span:first-child {
  width: 43%;
  font-size: 1.4rem;
}

div.sidr ul li a span:nth-child(2) {
  width: 57%;
}

#navi #navi-in .navi-box02 ul li {
  border-bottom: none;
  padding: 0;
  margin-bottom: 1%;
  border: solid 1px #eeeeee;
  height: 47px;
}

#navi #navi-in .navi-box02 ul li a {
  display: flex;
  align-items: center;
  padding: 0;
}

#navi #navi-in .navi-box02 ul li a span:first-child,#navi #navi-in .navi-box02 ul li a span img {
  height: 47px;
}

div.sidr .navi-box02 ul li a span:first-child {
  width: 30%;
}

div.sidr .navi-box02 ul li a span:nth-child(2) {
  text-align: center;
  width: 70%;
}

#navi-in .arrow_btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #dddddd;
  margin-bottom: 12%;
}

#navi-in .arrow_btn a {
  padding: 5% 6%;
  background-color: #466eb2;
  border: none;
  box-sizing: border-box;
  position: relative;
}

#navi-in .arrow_btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transform: translateX(-100%);
  transition: 0.25s;
  z-index: -1;
}

#navi-in .arrow_btn a:hover:before {
  transform: translateX(0);
  border: 1px solid #466eb2;
}

#navi-in .arrow_btn a:hover .calendar_icon {
  background-color: #466eb2;
}

#navi-in .arrow01 {
  margin: 0 0 0 9%;
}

#navi-in .calendar_icon {
  width: 32px;
  height: 32px;
  -webkit-mask-image: url(../../../images/calendar_icon.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #ffffff;
  margin-right: 2%;
}

div.sidr .navi-box03 {
  margin-top: 19%;
  margin-bottom: 42%;
}


div.sidr .navi-box03 ul li a span:first-child {
  width: 50%;
  font-size: 1.2rem;
}

div.sidr .navi-box03 ul li a span:nth-child(2) {
  width: 47%;
  font-size: 0.9rem;
  padding-left: 3%;
}

.slide-close {
  text-align: center;
  background-color: #ddd;
  width: 100%;
  margin: 5% 0 0;
  background-color: rgba(83, 71, 65, 0.9);
}

.slide-close a {
  color: #333;
  padding: 3% 0;
  display: inline-block;
}






}




















