@charset "utf-8";

/*
カスタムCSS
*/

/* カスタム変数 */
:root {
  --main-color: #bba46c;
  --sub-color: #fffbf8;
  /* --font-marugo: 'Zen Maru Gothic', sans-serif !important; */

  --font-marugo: "M PLUS Rounded 1c", sans-serif !important;
  /* --font-marugo: 'Kiwi Maru', sans-serif !important; */
}

/*
共通部分
*/

.headline-font-type {
  font-family: var(--font-marugo);
}

.logo img {
  max-width: 100%;
  height: auto;
}

.global-nav .sub-menu a {
  color: #666;
}

.headline-font-type {
  font-size: 42px;
  margin: 100px 0 50px;
}

.button a {
  font-size: 1.4em;
  padding: 1.5em 2em;
  min-width: 250px;
  min-height: 0;
  height: auto;
  line-height: 1;
  max-width: 100%;
  background-color: var(--main-color);
  transition: all 0.3s ease;
}
.button a:hover {
  opacity: 0.8;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .logo img {
    max-height: 30px;
  }
  .global-nav a {
    color: #666 !important;
  }
  .headline-font-type {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .headline-font-type {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

/*FEED*/
.insta-gallery-feed[data-feed_layout="carousel"] .swiper-button-next > i,
[data-feed_layout="carousel"].qligg-mfp-wrap .swiper-button-next > i,
.insta-gallery-feed[data-feed_layout="carousel"] .swiper-button-prev > i,
[data-feed_layout="carousel"].qligg-mfp-wrap .swiper-button-prev > i {
  color: var(--main-color) !important;
}
.insta-gallery-feed[data-feed_layout="carousel"]
  .swiper-pagination-bullet-active,
[data-feed_layout="carousel"].qligg-mfp-wrap .swiper-pagination-bullet-active {
  background-color: var(--main-color) !important;
}

.insta-gallery-list
  .insta-gallery-item
  .insta-gallery-image-wrap
  .insta-gallery-image-mask {
  background-color: #bba46c99 !important;
}

/*
トップページ
*/

.top-slider-wrapper {
  max-width: 1300px;
  max-height: 800px;
  margin: auto;
}

.content02-title.headline-font-type,
.column-layout03-title.headline-font-type {
  font-size: 28px;
  color: var(--main-color);
}

.content01-title.headline-font-type:nth-of-type(1) {
  font-family: serif;
}

.content02-inner {
  padding: 0;
}

.content02-text {
  color: #666;
}
.footer-nav-wrapper {
  background-color: var(--main-color);
}

.article03-title {
  font-size: 16px !important;
  margin: 10px 0;
}

.column-layout03-title {
  padding-top: 6rem;
  margin: 0 auto;
}
.column-layout03-text {
  padding-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .content02-title.headline-font-type,
  .column-layout03-title.headline-font-type {
    font-size: 18px;
  }
}

/* 当社だけの特典 */
.privilege,
.flow {
  margin: 100px auto 0;
}

.privilege-list {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-marugo);
}

.privilege-list li {
  box-sizing: border-box;
}

.privilege-list > li > div {
  padding: 10px;
}

.privilege-list > li > div > span {
  display: block;
  border-bottom: var(--main-color) 1px solid;
  font-weight: bold;
  padding: 10px;
  color: var(--main-color);
}

.privilege-list li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.privilege-list li {
  padding: 10px;
}

.privilege-list li ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--main-color);
  padding: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  min-height: 130px;
}

.privilege-list li span {
  display: block;
  width: 100%;
}

.privilege-list li strong {
  display: block;
  width: 100%;
  /* color: var(--main-color); */
  font-size: 21px;
}

/* ご利用の流れ */

.flow-box {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  background-color: var(--sub-color);
  padding: 30px;
  box-sizing: border-box;
}
.flow-box > div:first-child {
  min-width: 20%;
  padding-right: 30px;
  border-right: var(--main-color) 1px solid;
}
.flow-box > div:last-child {
  padding-left: 30px;
  flex-grow: 1;
}
.flow-step {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: var(--font-marugo);
  color: var(--main-color);
}
.flow-tit {
  display: block;
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-family: var(--font-marugo);
  color: var(--main-color);
}

@media only screen and (min-width: 768px) {
  .privilege-list > li:first-child {
    width: 20%;
  }

  .privilege-list > li:first-child ul li {
    width: 100%;
  }

  .privilege-list > li:last-child {
    width: 80%;
  }

  .privilege-list li {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .privilege-list li {
    width: 100%;
  }
  .flow-box {
    padding: 15px;
  }
  .flow-box > div:first-child {
    padding-right: 15px;
    min-width: 25%;
  }
  .flow-box > div:last-child {
    padding-left: 15px;
  }

  .flow-step {
    font-size: 12px;
  }
  .flow-tit {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .content01-text,
  .content02-text,
  .content03-text {
    margin-bottom: 50px;
  }
  .privilege,
  .flow {
    margin: 50px auto 0;
  }
}

/*
スタジオ
*/

.studio .headline-font-type {
  margin: 50px auto 30px;
  text-align: center;
  color: var(--main-color);
}

.studio .article05 {
  padding: 15px;
  border: none;
}
.studio .article-title {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0;
  text-align: center;
}

/* .studio .slick-slide img {
    width: 100%;
} */

/*
スタジオ詳細
*/

/* ギャラリー */
.studio .studio-gallery {
  overflow: hidden;
}
.studio .studio-thumbnail {
  overflow: hidden;
}

.studio .studio-gallery .slick-slide {
  padding: 30px 15px;
  margin: auto;
  max-width: 100%;
  /* background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 800px;
    min-height: 500px; */
}
.studio .studio-gallery .slick-slide img {
  /* max-width: 1450px; */

  max-width: 100%;
  max-height: 100%;
}

.studio .studio-thumbnail .slick-slide {
  cursor: pointer;
  padding: 0 15px;
  max-width: 300px;
}

.studio .studio-thumbnail .slick-slide img {
  max-width: 100%;
  max-height: 170px;
}

.studio .studio-thumbnail .slick-slide img {
  border: transparent 2px solid;
}

.studio .studio-thumbnail .slick-current img {
  border-color: var(--main-color);
}

@media only screen and (max-width: 1450px) {
  .studio .studio-gallery .slick-slide img {
    max-height: 800px;
  }
  .studio .studio-thumbnail .slick-slide img {
    max-height: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .studio .studio-gallery .slick-slide img {
    max-height: 500px;
  }
  .studio .studio-thumbnail .slick-slide img {
    max-height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .studio .studio-gallery .slick-slide img {
    max-height: 230px;
  }
  .studio .studio-thumbnail .slick-slide img {
    max-height: 50px;
  }
}

/* 概要文 */
.studio-description {
  margin: 0 auto 60px;
  text-align: center;
}

.studio-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.studio-features img {
  width: 100%;
}

.studio-features-box {
  width: 48%;
  margin-bottom: 40px;
}
.studio-features-image img {
  width: 100%;
}

.studio-features-descrciption {
  margin: 2rem 0;
  font-size: 14px;
  line-height: 2.2;
}

.studio-features-heading {
  font-size: 18px;
  font-weight: bold;
  font-weight: normal;
  font-family: var(--font-marugo);
  color: var(--main-color);
  text-align: center;
  margin: 15px 0;
}

/* サービス */
.studio-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.studio-services-box {
  width: 18%;
}
.studio-services-heading {
  font-size: 21px;
  font-weight: normal;
  font-family: var(--font-marugo);
  color: var(--main-color);
  text-align: center;
  margin: 30px 0 10px;
}
.studio-services-text {
  font-size: 21px;
  line-height: 1.4;
  /* font-weight: bold; */
  text-align: center;
  margin: 0 0 15px;
}
.studio-services-caution {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.studio-presents {
  display: flex;
  justify-content: center;
}

.studio-presents li {
  width: 30%;
  padding: 15px;
  font-size: 21px;
  text-align: center;
}

/* ブログ */
.studio-blog {
  margin-top: 100px;
}

.studio-blog .headline-primary {
  font-size: 28px;
}

.studio-blog .article03-content {
  padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
  .studio .studio-gallery .slick-slide {
    padding: 15px 5px;
  }
  .studio .studio-thumbnail .slick-slide {
    padding: 0 5px;
  }
  .studio-features-box {
    width: 100%;
  }
}

/*
プラン
*/

.plan {
  padding-top: 50px;
}

.plan-subtitle {
  font-size: 21px;
  margin: 30px auto 30px;
  text-align: center;
}

.plan-list {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-marugo);
}

.plan-list li {
  box-sizing: border-box;
}

.plan-list > li > div {
  padding: 10px;
}

.plan-list > li > div > span {
  display: block;
  font-size: 16px;
  padding: 10px;
}

.plan-list li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.plan-list li {
  width: 20%;
  padding: 10px;
}

.plan-list li:last-child {
  width: 60%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.plan-price {
  font-size: 42px;
  color: var(--main-color);
  font-weight: bold;
  font-family: var(--font-marugo);
}

.plan-price small {
  font-size: 0.5em;
}

.plan-list li > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--sub-color);
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  min-height: 130px;
}

.plan-list li strong {
  display: block;
  width: 100%;
  font-size: 21px;
  color: var(--main-color);
}

@media only screen and (max-width: 767px) {
  .plan-list li {
    width: 50%;
  }
  .plan-list li:last-child {
    width: 100%;
    margin: 30px 0 50px;
  }

  .plan-price {
    font-size: 28px;
  }
}

/*
店舗一覧
*/

.salon-row {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.salon-row > div {
  width: 48%;
}

.salon-name {
  font-size: 21px;
  font-weight: bold;
  /* color: var(--main-color); */
  margin-bottom: 50px;
}

.salon-info div {
  display: flex;
}

.salon-info div dt,
.salon-info div dd {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: #eee 1px solid;
}

.salon-info div dt {
  width: 25%;
  color: var(--main-color);
}
.salon-info div dd {
  flex-grow: 1;
}

.salon-img img {
  width: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.d-block {
  display: block;
}

.mt-4 {
  margin-top: 20px;
}
.mb-2 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .salon-row > div {
    width: 100%;
  }
  .ggmap {
    padding-bottom: 46.25%;
  }
}

/*
お問い合わせ
*/

.contact-line {
  text-align: center;
}
.contact-line img {
  max-width: 200px;
}

.contact-line p {
  font-size: 18px;
}

.contact-line p small {
  display: block;
  color: #666;
  font-size: 12px;
}

.contact-shop {
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: var(--font-marugo);
}

.contact-tel {
  text-align: center;
}

.contact-tel span {
  color: var(--main-color);
}

.contact-tel strong {
  line-height: 1.4;
  font-size: 28px;
  font-weight: bold;
  color: var(--main-color);
  font-family: var(--font-marugo);
}

.contact-tel small {
  font-size: 14px;
  display: block;
}

.wpcf7-response-output {
  font-size: 18px;
  font-weight: bold;
  border: var(--main-color) 3px solid !important;
  padding: 30px !important;
  color: var(--main-color);
}

.grecaptcha-badge {
  visibility: hidden;
}

.banner-image{
  text-align: center;
}

.banner-image img {
  width: 100%;
  max-width: 100%;
}

.banner-image-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 468px;
  max-width: 100%;
  margin: auto;
  @media only screen and (max-width: 992px){
    box-sizing: border-box;
    padding: 0 6.111111%;
  }
}
