@charset "UTF-8";
/* ==========================
 base
===========================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color:　#ffff00;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 601px) {
  body {
    font-size: 16px;
  }
}

/* heading */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

h1 {
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 601px) {
  h1 {
    font-size: 40px;
  }
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

.text-red {
  color: #C9252C;
}

/* links */
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color:#000000;
  text-decoration: none;
  opacity: 0.7;
}
a img:hover {
  opacity: 0.7;
}

a:focus {
  text-decoration: none;
}

/* layout */
.wrapper {
  padding-top: 0;
  /*	overflow:hidden;*/
}

@media screen and (min-width: 601px) {
  .content-area {
    padding: 0;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 601px) {
  .container {
    width: 1200px;
    max-width: none;
  }
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.table-scroll {
  overflow: auto;
  white-space: nowrap;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  margin-bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #F7F8F8;
}

.breadcrumbs {
  font-size: 12px;
  padding: 16px 15px;
  overflow-x: auto;
  overflow-scrolling: touch;
  white-space: nowrap;
  word-break: keep-all;
}
.breadcrumbs a {
  text-decoration: underline;
}
@media screen and (min-width: 601px) {
  .breadcrumbs {
    font-size: 14px;
    padding: 20px 0;
  }
}

.no-results .page-header {
  padding: 60px 0;
}
.no-results .pate-title {
  font-size: 24px;
}
@media screen and (min-width: 601px) {
  .no-results .pate-title {
    font-size: 28px;
  }
}
.no-results .page-content {
  text-align: center;
}
.no-results input[type=submit] {
  background:yellow;
}
.no-results input[type=search] {
  border-radius: 0;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-item.active .page-link {
  background: transparent;
  color: yellow;
  text-decoration: none;
}

.page-link {
  font-size: 16px;
  border: none;
  color: #ffff00;
  padding: 0 5px;
  text-decoration: underline;
}
@media screen and (min-width: 601px) {
  .page-link {
    font-size: 20px;
  }
}

@media screen and (min-width: 601px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 601px) {
  .pc-only {
    display: block;
  }
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 75.36%;
  position: relative;
}
@media screen and (min-width: 601px) {
  .gmap {
    padding-bottom: 37.5%;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 601px) {
  .gmap iframe {
    padding: 0;
  }
}

.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  /* 他のブラウザ用(＝通常の指定) */
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/* ==========================
 header
===========================*/
.navbar-brand img {
  width: 180px;
}
@media screen and (min-width: 601px) {
  .navbar-brand img {
    width: auto;
  }
}

.navbar {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 15px;
}
@media screen and (min-width: 601px) {
  .navbar {
    padding: 15px 40px;
  }
}

.navbar-nav .nav-link {
  color: #006CAD;
}

.navbar-toggler {
  height: 40px;
  z-index: 9999;
  border: none;
}

.navbar-toggler-icon {
  background: #C9252C;
  width: 30px;
  height: 2px;
  position: relative;
  display: block;
  margin-top: 3px;
}
.navbar-toggler-icon:before {
  content: "";
  background: #ffff00;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-toggler-icon:after {
  content: "";
  background: #ffff00;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler[aria-expanded=true] {
  position: fixed;
  right: 15px;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background: transparent;
  width: 30px;
  height: 2px;
  position: relative;
  display: block;
  margin-top: 3px;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background: #F7F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-collapse.show {
  z-index: 999;
  opacity: 1;
  color: yellow;
}

.navbar-nav .nav-link {
  color: yellow;
}

.nav-link {
  font-size: 24px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
}
@media screen and (min-width: 601px) {
  .nav-link {
    font-size: 40px;
  }
}

.menu-item-description {
  font-size: 14px;
  display: block;
  color: #000000;
}
@media screen and (min-width: 601px) {
  .menu-item-description {
    font-size: 24px;
  }
}

/* ==========================
 footer
===========================*/
#wrapper-footer {
  background: #fff;
  padding-top: clamp(5rem, 4.148rem + 3.64vw, 6.875rem);
  padding-bottom: clamp(4.375rem, 3.807rem + 2.42vw, 5.625rem);
  text-align: center;
}
#wrapper-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 601px) {
  #wrapper-footer ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#wrapper-footer li {
  font-size: 14px;
}
#wrapper-footer li:not(:last-of-type) a {
  border-right: 1px solid #006CAD;
}
#wrapper-footer li a {
  display: inline-block;
  padding: 0 0.5rem;
  line-height: 1;
  /*			border-right: 1px solid $blue;*/
}
#wrapper-footer img {
  padding-bottom: clamp(2.5rem, 1.79rem + 3.03vw, 4.063rem);
  width: 300px;
}
@media screen and (min-width: 601px) {
  #wrapper-footer img {
    width: auto;
  }
}

/* ==========================
 top
===========================*/
.logo_area {
  background: yellow;
  height: 416px;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .logo_area {
    text-align: left;
    height: 480px;
  }
}
.logo_area p {
  font-size: 20px;
  color:#000000;
}
@media screen and (min-width: 601px) {
  .logo_area p {
    font-size: 32px;
  }
}
.logo_area .container {
  padding-top: 70px;
}
@media screen and (min-width: 601px) {
  .logo_area .container {
    padding-top: 175px;
    position: relative;
  }
}

.mv_logo {
  width: 340px;
}
@media screen and (min-width: 601px) {
  .mv_logo {
    width: 600px;
  }
}

.mv_image {
  width: 335px;
  padding-top: 40px;
}
@media screen and (min-width: 601px) {
  .mv_image {
    width: 722px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.mv {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .mv {
    position: relative;
  }
  .mv:before {
    content: "";
    background: url("../images/mv_bg_left@2x.png") no-repeat;
    background-size: 100%;
    width: clamp(24.313rem, -24.56rem + 65.11vw, 48.688rem);
    height: clamp(51.25rem, -51.632rem + 137.06vw, 102.563rem);
    display: block;
    position: absolute;
    top: 10%;
    left: -8%;
  }
  .mv:after {
    content: "";
    background: url("../images/mv_bg_right@2x.png") no-repeat;
    background-size: 100%;
    width: clamp(24.313rem, -24.56rem + 65.11vw, 48.688rem);
    height: clamp(51.25rem, -51.632rem + 137.06vw, 102.563rem);
    display: block;
    position: absolute;
    top: 30%;
    right: -10%;
  }
}
@media screen and (min-width: 1800px) {
  .mv {
    position: relative;
  }
  .mv:before {
    content: "";
    background: url("../images/mv_bg_left@2x.png") no-repeat;
    background-size: 100%;
    width: clamp(24.313rem, -24.56rem + 65.11vw, 48.688rem);
    height: clamp(51.25rem, -51.632rem + 137.06vw, 102.563rem);
    display: block;
    position: absolute;
    top: -5%;
    left: -8%;
  }
  .mv:after {
    content: "";
    background: url("../images/mv_bg_right@2x.png") no-repeat;
    background-size: 100%;
    width: clamp(24.313rem, -24.56rem + 65.11vw, 48.688rem);
    height: clamp(51.25rem, -51.632rem + 137.06vw, 102.563rem);
    display: block;
    position: absolute;
    top: 16%;
    right: -16%;
  }
}
.mv .text_area {
  text-align: center;
  padding-top: 96px;
  padding-bottom: 40px;
}
@media screen and (min-width: 601px) {
  .mv .text_area {
    padding-top: 157px;
    padding-bottom: 40px;
  }
}
.mv .text_area h2 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 30px;
}
@media screen and (min-width: 601px) {
  .mv .text_area h2 {
    font-size: 40px;
  }
}
.mv .text_area p {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
  .mv .text_area p {
    text-align: center;
  }
}

.sec01 {
　padding-bottom: 60px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 601px) {
  .sec01 {
    position: relative;
    padding-bottom: 90px;
  }
}
.sec01 .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 601px) {
  .sec01 .row {
    height: 591px;
  }
}
.sec01 .text {
  padding-top: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (min-width: 601px) {
  .sec01 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 70px;
  }
}
.sec01 .text p {
  margin-bottom: 0;
}
.sec01 .text div {
  padding: 0 15px;
}
@media screen and (min-width: 601px) {
  .sec01 .text div {
    padding: 0;
  }
}
.sec01 h2 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 24px;
}
@media screen and (min-width: 601px) {
  .sec01 h2 {
    font-size: 32px;
    text-align: left;
  }
}
.sec01 .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: right;
}
@media screen and (min-width: 601px) {
  .sec01 .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%;
  }
}

.sec h2 {
  font-size: 20px;
  text-align: center;
  padding: 40px 0 20px 0;
}
@media screen and (min-width: 601px) {
  .sec h2 {
    font-size: 24px;
    padding: 70px 0 40px 0;
  }
}

.sec02 {
  background: #F7F8F8;
  padding: 60px 0;
}
.sec02 .sec_inner {
  background: #fff;
  padding-bottom: 30px;
}
.sec02 .sec_inner:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (min-width: 601px) {
  .sec02 .sec_inner:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 601px) {
  .sec02 .sec_inner {
    padding-bottom: 60px;
  }
}

.sec02-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 15px 0 15px;
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
  .sec02-2 ul {
    max-width: 800px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec02-2 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.sec02-2 li a {
  display: block;
  border: 1px solid #006CAD;
  padding: 12px;
  position: relative;
}
.sec02-2 li a:after {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  width: 8px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
}
.sec02-2 li:nth-child(odd) a {
  margin: 0 15px 15px 0;
}
@media screen and (min-width: 601px) {
  .sec02-2 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .sec02-2 li:nth-child(even) a {
    margin: 0 15px 15px 0;
  }
}

.swiper_area01 {
  position: relative;
  padding-left: 15px;
}
.swiper_area01 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  margin-right: 20px;
}
.swiper_area01 li img {
  width: 250px;
  height: 131px;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper_area01 .salon_name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 10px;
}
.swiper_area01 .salon_access {
  margin-bottom: 0;
  font-size: 10px;
  color: #E68888;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 12px;
  position: relative;
}
.swiper_area01 .salon_access:before {
  content: "";
  background: url("../images/icon_train.svg") no-repeat;
  width: 9px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 601px) {
  .swiper_area01 {
    width: 1100px;
    margin: 0 auto;
    padding-left: 0;
  }
  .swiper_area01 li {
    margin-right: 34px;
  }
  .swiper_area01 .salon_name {
    font-size: 16px;
    padding-top: 14px;
  }
}
.swiper_area01 .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.swiper_area01 .swiper-button-next01 {
  right: -40px;
}
.swiper_area01 .swiper-button-prev01 {
  left: -40px;
}
.swiper_area01 .swiper-pagination01 {
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 601px) {
  .swiper_area01 .swiper-pagination01 {
    padding-top: 15px;
  }
}
.swiper_area01 .swiper-pagination01 span {
  margin-right: 5px;
}

.sec03 {
  padding-bottom: 63px;
}
@media screen and (min-width: 601px) {
  .sec03 {
    padding-bottom: 136px;
  }
}

.swiper_area02 {
  position: relative;
  padding-left: 15px;
}
.swiper_area02 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  margin-right: 20px;
}
.swiper_area02 li img {
  width: 280px;
  height: 147px;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper_area02 .blog_title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 14px;
}
.swiper_area02 .blog_date {
  font-size: 10px;
  margin-bottom: 0;
}
.swiper_area02 .blog_name {
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (min-width: 601px) {
  .swiper_area02 {
    width: 1200px;
    margin: 0 auto;
    padding-left: 0;
  }
  .swiper_area02 li {
    margin-right: 26px;
  }
}
.swiper_area02 .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.swiper_area02 .salon_icon {
  width: 50px;
  height: 50px;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.swiper_area02 .info {
  margin: 0;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 601px) {
  .swiper_area02 .info {
    padding-top: 12px;
  }
}
.swiper_area02 .info img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.swiper_area02 .info div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 9px;
}

.sec04 {
  background-color:#fff450;
  padding-bottom: 60px;
}
@media screen and (min-width: 601px) {
  .sec04 {
	background:#fff450　;
    padding-bottom: 120px;
  }
}
.sec04 h2 {
  color: #000000;
}
.sec04 dl {
  background-color:white;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.sec04 dt {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EAEEF0;
  padding: 22px;
  position: relative;
}
.sec04 dt span {
  font-size: 24px;
  line-height: 1;
  color: #C9252C;
  padding-right: 18px;
}
.sec04 dt:before {
  content: "";
  background: url("../images/faq_arrow.svg") no-repeat 50%;
  width: 16px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 60%;
  right: 20px;
}
.sec04 dt.up:before {
  content: "";
  background: url("../images/faq_arrow_up.svg") no-repeat 50%;
  width: 16px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 60%;
  right: 20px;
}
.sec04 dd {
  display: none;
  padding: 22px 22px 30px 22px;
}
@media screen and (min-width: 601px) {
  .sec04 dt {
    font-size: 20px;
    padding: 30px 60px;
  }
  .sec04 dt span {
    font-size: 32px;
    padding-right: 22px;
  }
  .sec04 dt:before {
    background: url("../images/faq_arrow.svg") no-repeat;
    width: 32px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 60%;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 50px;
  }
  .sec04 dt.up:before {
    background: url("../images/faq_arrow_up.svg") no-repeat;
    width: 32px;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 50px;
  }
  .sec04 dd {
    padding: 30px 60px 50px 60px;
  }
}

/* ==========================
 single
===========================*/
/* salon */
.salon_title {
  text-align: center;
  padding: 60px 0;
}
@media screen and (min-width: 601px) {
  .salon_title {
    padding: 80px 0 100px 0;
  }
}

.swiper_salon {
  position: relative;
}
.swiper_salon li img {
  width: 100%;
  height: 197px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 601px) {
  .swiper_salon li img {
    width: 600px;
    height: 315px;
  }
}
.swiper_salon .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.swiper_salon .swiper-button-next:after {
  content: "";
  background: url(../images/arrow_slider_right.svg) no-repeat;
  width: 13px;
  height: 25px;
  display: inline-block;
}
.swiper_salon .swiper-button-prev:after {
  content: "";
  background: url(../images/arrow_slider_left.svg) no-repeat;
  width: 13px;
  height: 25px;
  display: inline-block;
}
.swiper_salon .swiper-pagination {
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}
.swiper_salon .swiper-pagination span {
  margin-right: 5px;
}
@media screen and (min-width: 601px) {
  .swiper_salon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.salon_lead {
  padding-bottom: 60px;
}
@media screen and (min-width: 601px) {
  .salon_lead {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 601px) {
  .salon_lead .sec_inner {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.salon_lead h2 {
  text-align: left;
}
@media screen and (min-width: 601px) {
  .salon_lead h2 {
    padding-top: 0;
  }
}
.salon_lead .text {
  padding: 0 15px;
}
@media screen and (min-width: 601px) {
  .salon_lead .text {
    padding: 0 0 0 54px;
  }
}

.salon_price {
  background: #F7F8F8;
  padding-bottom: 40px;
}
@media screen and (min-width: 601px) {
  .salon_price {
    padding-bottom: 80px;
  }
}
.salon_price dl {
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 601px) {
  .salon_price dl {
    width: 800px;
    margin: 10px auto;
    padding: 26px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.salon_price dt {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
}
.salon_price dt span {
  font-size: 12px;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 601px) {
  .salon_price dt span {
    font-size: 14px;
  }
}
@media screen and (min-width: 601px) {
  .salon_price dt {
    font-size: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}
.salon_price dd {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
  .salon_price dd {
    font-size: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}

.salon_info {
  padding-bottom: 60px;
}
@media screen and (min-width: 601px) {
  .salon_info {
    padding-bottom: 80px;
  }
}
.salon_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px 20px 0;
}
.salon_info dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  border-bottom: 1px solid #DDDDDD;
  margin: 0;
  padding: 10px 0;
}
.salon_info dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  border-bottom: 1px solid #DDDDDD;
  margin: 0;
  padding: 10px 0;
}
@media screen and (min-width: 601px) {
  .salon_info .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.salon_blog {
  background: #F7F8F8;
  padding-bottom: 50px;
}
@media screen and (min-width: 601px) {
  .salon_blog {
    padding-bottom: 100px;
  }
}
.salon_blog .title {
  font-size: 14px;
  font-weight: 700;
  padding-top: 14px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (min-width: 601px) {
  .salon_blog .title {
    font-size: 16px;
  }
}
.salon_blog .date {
  font-size: 10px;
}
.salon_blog .link_btn {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #006CAD;
}
.salon_blog .link_btn:after {
  content: "";
  background: url("../images/arrow.svg") no-repeat 100%;
  width: 4px;
  height: 8px;
  display: inline-block;
  padding-left: 10px;
}

.swiper_blog {
  position: relative;
  padding-left: 15px;
}
.swiper_blog li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  margin-right: 21px;
}
@media screen and (min-width: 601px) {
  .swiper_blog li {
    margin-right: 27px;
  }
}
.swiper_blog li img {
  width: 280px;
  height: 147px;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper_blog .salon_name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.swiper_blog .salon_access {
  margin-bottom: 0;
  font-size: 10px;
  color: #E68888;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 12px;
  position: relative;
}
.swiper_blog .salon_access:before {
  content: "";
  background: url("../images/icon_train.svg") no-repeat;
  width: 9px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 601px) {
  .swiper_blog {
    width: 1200px;
    margin: 0 auto;
    padding-left: 0;
  }
  .swiper_blog li {
    margin-right: 34px;
  }
  .swiper_blog .salon_name {
    font-size: 16px;
  }
}
.swiper_blog .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.swiper_blog .swiper-button-next01 {
  right: -40px;
}
.swiper_blog .swiper-button-prev01 {
  left: -40px;
}
.swiper_blog .swiper-pagination01 {
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 601px) {
  .swiper_blog .swiper-pagination01 {
    padding-top: 15px;
  }
}
.swiper_blog .swiper-pagination01 span {
  margin-right: 5px;
}

/* blog */
.blog_title {
  text-align: left;
  padding-top: 60px;
}
@media screen and (min-width: 601px) {
  .blog_title {
    padding-top: 80px;
  }
}

@media screen and (min-width: 601px) {
  .blog article .container {
    width: 800px;
  }
}
.blog .date {
  font-size: 12px;
  padding: 0 0 20px 0;
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
  .blog .date {
    font-size: 14px;
    padding: 0 0 40px 0;
  }
}
.blog .image {
  padding-bottom: 30px;
}
@media screen and (min-width: 601px) {
  .blog .image {
    padding-bottom: 60px;
  }
}
.blog h2 {
  font-size: 20px;
  font-weight: 700;
  border-left: 2px solid #006CAD;
  padding-left: 16px;
  margin: 30px 0 15px 0;
}
@media screen and (min-width: 601px) {
  .blog h2 {
    font-size: 24px;
    margin: 60px 0 30px 0;
  }
}
.blog h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 17px 0 5px 0;
}
@media screen and (min-width: 601px) {
  .blog h3 {
    font-size: 18px;
    margin: 35px 0 10px 0;
  }
}
.blog .salon_blog h3 {
  font-size: 20px;
  padding: 40px 0 20px 0;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 601px) {
  .blog .salon_blog h3 {
    font-size: 24px;
    padding: 80px 0 40px 0;
  }
}

.new_post {
  background: #F7F8F8;
}

/* ==========================
 page
===========================*/
/* contact */
.contact .entry-title {
  padding: 40px 0;
}
@media screen and (min-width: 601px) {
  .contact .entry-title {
    padding: 80px 0;
  }
}
.contact .entry-content {
  background: #F7F8F8;
  padding-top: 30px;
}
@media screen and (min-width: 601px) {
  .contact .entry-content {
    padding-top: 60px;
  }
}

/* others */
.page .entry-title {
  padding: 40px 0 20px 0;
}
@media screen and (min-width: 601px) {
  .page .entry-title {
    padding: 80px 0 40px 0;
  }
}

/* ==========================
 archive
===========================*/
/* salon */
.salon_list_title {
  padding: 60px 0 48px 0;
}
@media screen and (min-width: 601px) {
  .salon_list_title {
    padding: 80px 0 55px 0;
  }
}

.salon_list_link {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 601px) {
  .salon_list_link {
    font-size: 20px;
  }
}
.salon_list_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
	padding-bottom: 60px;
}
.salon_list_link a {
  display: block;
  padding: 8px 30px 8px 0;
}
@media screen and (min-width: 601px) {
.salon_list_link ul {
	padding-bottom: 100px;
}
  .salon_list_link a {
    padding: 0 30px 0 0;
  }
}
.salon_list_link a:after {
  content: "";
  background: url("../images/arrow_down.svg") no-repeat 100%;
  width: 5px;
  height: 10px;
  display: inline-block;
  padding-left: 20px;
}

.area_title {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 601px) {
  .area_title {
    font-size: 32px;
    padding-bottom: 30px;
  }
}

.area {
  background: #F7F8F8;
  padding: 30px 0;
  margin-bottom: 109px;
}
@media screen and (min-width: 601px) {
  .area {
    padding: 60px 0;
    margin-bottom: 157px;
  }
}
.area li {
  margin-bottom: 30px;
}
@media screen and (min-width: 601px) {
  .area li {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
    margin-right: 56px;
  }
  .area li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.area h3 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
}
@media screen and (min-width: 601px) {
  .area h3 {
    font-size: 18px;
    padding-top: 14px;
  }
}
.area .salon_text {
  font-size: 12px;
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
  .area .salon_text {
    font-size: 14px;
  }
}
.area .salon_access {
  margin-bottom: 0;
  font-size: 10px;
  color: #E68888;
  padding-left: 12px;
  position: relative;
}
.area .salon_access:before {
  content: "";
  background: url(../images/icon_train.svg) no-repeat;
  width: 9px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.area img {
  width: 345px;
  height: 181px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 601px) {
  .area img {
    width: 360px;
    height: 189px;
  }
}
.area:last-of-type {
  margin-bottom: 0;
}

.area_title_child {
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
}
@media screen and (min-width: 601px) {
  .area_title_child {
    font-size: 30px;
    padding-bottom: 30px;
  }
}

/* blog */
.blog_list_title {
  padding: 60px 0;
}
@media screen and (min-width: 601px) {
  .blog_list_title {
    padding: 80px 0;
  }
}

.blog_list h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 14px;
}
@media screen and (min-width: 601px) {
  .blog_list h2 {
    font-size: 18px;
  }
}
.blog_list .date {
  font-size: 10px;
}
.blog_list .col-12 {
  margin-bottom: 30px;
}
@media screen and (min-width: 601px) {
  .blog_list .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    max-width: 280px;
    margin-bottom: 48px;
    margin-right: 24px;
    padding: 0;
  }
  .blog_list .col-12 img {
    width: 280px;
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog_list .col-12:nth-of-type(4n) {
  margin-right: 0;
}

/* ==========================
 form
===========================*/
/* reset */
/* contactform7 */
.wpcf7 {
  /*  .required {
      color: $red;
      padding-left: .5rem;
      font-size: $font-size-sm;
    }*/
}
.wpcf7 .formblock {
  padding-bottom: 20px;
}
@media screen and (min-width: 601px) {
  .wpcf7 .formblock {
    padding-bottom: 40px;
  }
}
.wpcf7 .formblock p {
  margin-bottom: 5px;
}
@media screen and (min-width: 601px) {
  .wpcf7 .formblock p {
    margin-bottom: 10px;
  }
}
.wpcf7 .formblock .form-control {
  color: #B6CEDD;
  border: none;
}
.wpcf7 .formblock input,
.wpcf7 .formblock textarea {
  padding: 18px;
}
.wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 input[type=text]::-webkit-input-placeholder {
  color: #B6CEDD;
}
.wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder {
  color: #B6CEDD;
}
.wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=text]:-ms-input-placeholder {
  color: #B6CEDD;
}
.wpcf7 input[type=email]::-ms-input-placeholder, .wpcf7 input[type=text]::-ms-input-placeholder {
  color: #B6CEDD;
}
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=text]::placeholder {
  color: #B6CEDD;
}
.wpcf7 textarea::-webkit-input-placeholder {
  color: #B6CEDD;
}
.wpcf7 textarea::-moz-placeholder {
  color: #B6CEDD;
}
.wpcf7 textarea:-ms-input-placeholder {
  color: #B6CEDD;
}
.wpcf7 textarea::-ms-input-placeholder {
  color: #B6CEDD;
}
.wpcf7 textarea::placeholder {
  color: #B6CEDD;
}
.wpcf7 .send {
  text-align: center;
}
.wpcf7 .send input[type=submit] {
  width: 250px;
  background: #fff450;
  color: #000000;
  border: 1px solid #fff450;
  border-radius: 0;
  font-size: 18px;
  padding: 10px 0;
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 601px) {
  .wpcf7 .send input[type=submit] {
    font-size: 20px;
    padding: 18px 0;
  }
}
.wpcf7 .send input[type=submit]:hover {
  background: #ffff00;
  color: #fff;
}
.wpcf7 .wpcf7-spinner {
  display: block;
}
/*# sourceMappingURL=style.css.map */