@charset "UTF-8";
/* CSS Document */
html {
  font-size: 16px;
}
body {
  box-sizing: border-box;
  color: #272727;
  font-family: 'M PLUS 1p', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 62.5%;
}
.hidden-sp {
  display: none;
}
.hidden-pc {
  display: none;
}
#all-contents {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:751px) {
  #all-contents {
    width: 750px;
    margin: 0 auto;
  }
}
#fv .fv {
  width: 100%;
}
@media screen and (min-width:751px) {
  #fv .fv {
    width: 750px;
  }
    
    #fv .tit_box{
        height: 130px;
        background: linear-gradient(90deg, #4ec5b9 0%, #00948c 75%);
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: center;
    }
    #fv .tit{
        font-size: 48px;
        color: #fff28f;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-style: italic;
        font-weight: 600;
        line-height: 10px;
    }
    #fv .tit .station{
        font-size: 48px;
        color: #fff28f;
        
    }
    #fv .tit .from{
        font-size: 32px;
        color: #fff;
        
        margin: 0 10px;
        
    }
    #fv .tit .walking{
        font-size: 48px;
        color: #fff;
        
    }
    #fv .tit .minutes{
        font-size: 72px;
        color: #fff28f;
        
    }
    
    
    .pointplace_box .tit_box{
        
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 305px;
        right: 75px;
    }
    .pointplace_box .tit{
        font-size: 48px;
        color: #fff28f;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 400;
        line-height: 46px;
        text-align: center;
    }
    .pointplace_box .tit .station{
        font-size: 32px;
        color: #fff;
        display: block;
    }
    .pointplace_box .tit .station span{
        font-size: 22px;
        color: #fff;
        
    }
    
    .pointplace_box .tit .walking{
        font-size: 37px;
        color: #fff28f;
        font-weight: 600;
    }
    .pointplace_box .tit .minutes{
        font-size: 48px;
        color: #fff28f;
        font-weight: 600;
    }
    
}
.img_lp {
  width: 100%;
}
@media screen and (min-width:751px) {
  .img_lp {
    width: 750px;
  }
}
article {
  font-size: 1.4rem;
  text-align: left;
}
article p {
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
article section {
  letter-spacing: 0.2rem;
  line-height: 1.5;
}
.container {
  margin: 0 1vw;
}
/*タイトルタグ設定 Start */
h1 {}
/*タイトルタグ設定 End */
/*ハイライトの枠線を消す*/
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
*:focus {
  outline: none;
}
/*ヘッダー設定 Start*/
header {
  background-color: rgba(255, 255, 255, 1);
  height: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
@media screen and (min-width:751px) {
  header {
    height: 100px;
    width: 750px;
  }
}
header #logo {
  margin-left: 1rem;
  width: 19%;
}
@media screen and (min-width:751px) {
  header #logo {
    width: 144px;
  }
}
header #cta-button img {
  float: right;
  margin-right: 1rem;
  width: 70%;
}
@media screen and (min-width:751px) {
  header #cta-button img {
    margin-right: 1rem;
    height: 60px;
    width: 100%;
  }
}
/*ヘッダー設定 End*/
#contents {
  margin-top: 4rem;
}
@media screen and (min-width:751px) {
  #contents {
    margin-top: 100px;
  }
}
section {
  margin: 2vh 0;
}
/* headerの色を変える Start*/
.header.change-color {
  background-color: rgba(255, 255, 255, 0.6); /*最後の値で透明度を制御*/
  transition: background-color 1.5s, color 1.5s;
}
/* headerの色を変える End*/
/* 注釈など Start */
.attention1, .attention2 {
  font-size: 0.8rem;
  bottom: -10%;
  left: 6%;
  padding: 5% 6% 10%;
  background: #8ccccc;
  line-height: initial;
}
.attention1 {
  padding: 5% 6% 15%;
}
.attention3 {
  font-size: 0.8rem;
  width: 88%;
  margin: 0 6%;
  letter-spacing: normal;
  padding: 6% 0 15%;
  line-height: 1.5em;
}
.copy_txt {
  font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "serif";
  text-align: center;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 14%;
}
.copy_txt {
  font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "serif";
  text-align: center;
  font-size: 20px;
  position: relative;
}
@media screen and (min-width:751px) {
  .attention1, .attention2 {
    font-size: 1.5rem;
  }
}
/* 注釈など End */
/* CTAボタン Start */
.cta-area {
  width: 100%;
}
.cta-area img {
  width: 100%;
}
.CTA01 {
  width: 100%;
  position: absolute;
  bottom: 13.5%;
}
.CTA02 {
  width: 100%;
  margin-bottom: 7%;
}
.CTA03 {
  width: 100%;
  position: absolute;
  bottom: 8.5%;
}
.CTA01 img, .CTA02 img {
  width: 100%;
}
.google_MAP {
  width: auto;
}
@media screen and (min-width:751px) {
  .CTA01 img, .CTA02 img {
    width: 100%
  }
  .google_MAP {
    width: 100%;
  }
}
/* CTAボタン End */
/* CTAボタン アニメーション */
.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.6s;
  width: 128px;
}
.animation2 {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2.5s;
  width: 128px;
}
.keyframe2 {
  animation-name: anim_sc;
  transform: scale(0.91, 0.91);
}
@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}
/* ヘッダーボタン アニメーション */
.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 4.6s ease-in-out infinite;
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* フッター */
footer nav {
  padding: 30px 0;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer ul li a {
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em;
  font-size: 1rem;
  line-height: 2.5em;
  color: #403e3e;
}
footer ul li, footer ul li a {
  display: inline-block;
}
footer ul li a:hover {
  opacity: 0.8;
}
.span {
  font-size: 0.6rem;
}
@media screen and (min-width:751px) {
  footer ul li a {
    font-size: 1.4rem;
  }
  .span {
    font-size: 1.2rem;
  }
}
/*==================================================
チェックボックス風ラジオボタン のためのcss
===================================*/
.box01 {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
  position: relative;
  top: 0;
  left: 0;
}
.check_position {
  position: absolute;
  bottom: 67%;
  left: 74%;
  margin-bottom: -12px;
  display: flex;
  justify-content: space-around;
}
.position2 {
  bottom: 51%;
  position: absolute;
}
.label {
  font-size: 14px;
}
.box {
  width: 30px;
  height: 30px;
}
/* 元々のチェックボックス（非表示） */
.mycheckbox input[type="radio"] {
  display: none;
}
/* チェックボックスの代わりを成すラベル */
.mycheckbox input[type="radio"] + label {
  font-size: 14px;
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 13px;
  padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.mycheckbox input[type="radio"] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  left: 10px;
  top: 154%;
  /* border: 1px solid;*/
  /* border-color:  #585753;*/ /* 枠の色変更 お好きな色を */
  background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/*input:checked+label::after{
    opacity: 1;
}*/
/* チェックが入った時のレ点 */
.mycheckbox input[type="radio"]:checked + label::after {
  /*opacity: 0;*/
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -8px;
  top: 226%;
  left: 16px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #585753; /* チェックの色変更 お好きな色を */
}
.check_position, .check_position2, .check_position3, .check_position4, .check_position5 {
  position: absolute;
  bottom: 87%;
  left: 68%;
  margin-bottom: -12px;
  display: none;
  justify-content: space-around;
}
.check_position2 {
  bottom: 81.7%;
}
.check_position3 {
  bottom: 76.2%;
}
.check_position4 {
  bottom: 71.2%;
}
.check_position5 {
  bottom: 65.8%;
}
@media screen and (min-width:751px) {
  /*　画面サイズが751pxからはここを読み込む　*/
  .check_position, .check_position2, .check_position3, .check_position4, .check_position5 {
    left: 72%;
  }
  .check_position {
    bottom: 86.3%;
  }
  .check_position2 {
    bottom: 81.3%;
  }
  .check_position4 {
    bottom: 70.8%;
  }
  .check_position5 {
    bottom: 65.6%;
  }
  .mycheckbox input[type="radio"] + label {
    font-size: 18px;
  }
  .mycheckbox input[type="radio"]:checked + label::after {
    width: 29px;
    height: 14px;
    left: 16px;
    border-bottom: 4px solid;
    border-left: 4px solid;
  }
  .mycheckbox input[type="radio"] + label::before {
    width: 40px;
    height: 40px;
  }
}
/*==================================================
スライダーのためのcss
===================================*/
.slick-slider {
  bottom: 342px;
  margin-bottom: -98%;
}
@media screen and (min-width:751px) {
  .slick-slider {
    bottom: 656px;
  }
}
/*ドットナビゲーションの設定*/
.slick-dots {
  display: block;
}
.slick-dots {
  text-align: center;
  margin: 3px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button {
  background: #333;
}
@media screen and (min-width:751px) {
  .slick-dots {
    /*margin: 50px 0 0 0;*/
  }
}
.slick-dotted.slick-slider {
  margin-bottom: -328px;
  margin-top: 10%;
}
@media screen and (min-width:751px) {
  .slick-dotted.slick-slider {
    margin-top: 15%;
  }
}
/*------ スライダーの横幅 ------*/
.slider {
  width: 100%;
  margin: 0 auto;
}
/*------ スライダー画像 ------*/
.slider img {
  width: 100%;
}
/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}
/*-------横幅の間隔をとる-------*/
.slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}
/*------------------------------*/
/*---------- 矢印 ----------*/
.slider .slick-next {
  right: 24% !important;
}
.slider .slick-prev {
  left: 17% !important;
}
.slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
  position: absolute !important;
  top: 50% !important;
}
.slider .slick-arrow:before {
  font-size: 30px !important;
  color: #202020 !important;
  position: absolute !important;
  top: 70px !important;
}
.sliderbox {
  margin-bottom: -88%;
}
/*------------------------------*/
/*---------- マップ ----------*/
.mup {
  text-align: center;
  margin: 6% 0;
}
iframe {
  width: 80vw;
  height: 80vw;
}
@media screen and (min-width:751px) {
  iframe {
    width: 590px;
    height: 590px;
  }
}
/*------------------------------*/
/*---------- 221220修正 ----------*/
.top_box {
  position: relative;
}
.privilege {
  background: #8ccccc;
}
@media screen and (min-width:751px) {
  .attention3 {
    font-size: 1.5rem;
  }
}
.voice_box {
  position: relative;
}
.attention4 {
  font-size: 0.7rem;
  position: absolute;
  bottom: 2%;
  left: 7%;
}
@media screen and (min-width:751px) {
  .attention4 {
    font-size: 1.5rem;
  }
}
.concept_box {
  position: relative;
}
.copy_txt {
  font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "serif";
  text-align: center;
  font-size: 4.5vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20.5%;
}
.copy_txt2 {
  font-size: 3.2vw;
  position: absolute;
  top: 60%;
  left: 17%;
  width: 66%;
}
@media screen and (min-width:751px) {
  .copy_txt2 {
    font-size: 25px;
    position: absolute;
    top: 60%;
    left: 17%;
    width: 66%;
  }
}
@media screen and (min-width:751px) {
  .copy_txt {
    font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "serif";
    text-align: center;
    font-size: 35px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
  }
}
header #logo {
  width: 30%;
  margin: auto;
}
@media screen and (min-width:751px) {
  header #logo {
    width: 150px;
  }
}
footer nav {
  padding: 0 0 180px 0;
}
.offer_box {
  position: relative;
  margin-bottom: -2px;
}
.slider_box {
  position: relative;
}
.sliderbox {
  margin-bottom: 0;
}
.slick-slider {
  position: absolute !important;
  top: 38% !important;
}
img.slider_text {
  width: 100%;
  margin-top: 5%;
}
@media screen and (min-width:751px) {
  .slider .slick-arrow:before {
    font-size: 50px !important;
    top: 150px !important;
  }
}
.btn {
  max-width: 100%;
}
.topBtn {
  position: fixed;
  bottom: 1vh;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  cursor: pointer;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  width: 80%;
}
@media screen and (min-width:751px) {
  .topBtn {
    width: 600px;
  }
}
/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}
footer img {
  width: 100%;
}
address, .access, .access_detail, .shopname {
  max-width: 751px;
  font-size: 1rem;
  width: 80%;
  margin: 5% auto;
  letter-spacing: normal;
  line-height: normal;
}
@media screen and (min-width:751px) {
  address, .access, .access_detail {
    font-size: 1.8rem;
  }
}
p.access_detail {
  background: #d9f0ef;
  font-size: 0.6em;
}
p.access_detail span {
  color: #009993;
  font-weight: bold;
}
@media screen and (min-width:751px) {
  p.access_detail {
    background: #d9f0ef;
    padding: 1.5rem 0;
    font-size: 1em;
  }
}
p.shopname {
  border-left: solid 5px #009993;
  font-size: 1.3rem;
  padding: 0.2em 0.5em;
  margin: 10% auto;
  margin-bottom: 0;
  color: #009993;
}
@media screen and (min-width:751px) {
  p.shopname {
    font-size: 2.5rem;
  }
}
address {
  margin-top: 0;
}
/*モーダルウィンドウ*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  background-color: #fff;
  z-index: 2;
  border-radius: 3px;
}
@media screen and (min-width:751px) {
  .popup-inner {
    width: 400px;
  }
}
.popup-inner img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
div#modalCloseCloss:hover {
  opacity: 0.7;
}
.modalCloseButton {
  position: absolute;
  right: -3vw;
  top: -3vw;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: white;
  border-radius: 50%;
}
@media screen and (min-width:751px) {
  .modalCloseButton {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: white;
    border-radius: 50%;
  }
}
.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: gray;
  line-height: 1;
  width: 1rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1;
  cursor: pointer;
}
/*店舗情報*/
address, .access, .access_detailbox, .shopname {
  max-width: 751px;
  font-size: 1rem;
  width: 80%;
  margin: 5% auto;
  letter-spacing: normal;
  line-height: normal;
}
@media screen and (min-width:751px) {
  address, .access, .access_detailbox {
    font-size: 1.8rem;
  }
}
p.access_detailbox {
  background: #d9f0ef;
  padding: 1rem;
  font-size: 0.6em;
  display: flex;
  flex-wrap: wrap;
}
p.access_detail span {
  color: #009993;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .access_detailbox {
    background: #d9f0ef;
    padding: 1.5rem;
    font-size: 1em;
  }
}
.access_detailbox {
  background: #d9f0ef;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5%;
}
p.shopname {
  border-left: solid 5px #009993;
  font-size: 1.3rem;
  padding: 0.2em 0.5em;
  margin: 10% auto;
  margin-bottom: 0;
  color: #009993;
}
@media screen and (min-width:751px) {
  p.shopname {
    font-size: 2.5rem;
  }
}
address {
  margin-top: 0;
}
iframe {
  width: 80vw;
  height: 80vw;
}
@media screen and (min-width: 751px) {
  iframe {
    width: 590px;
    height: 590px;
  }
}
.mup {
  text-align: center;
  margin: 6% 0;
}
p.access_detail, .access_detail_img {
  width: 49%;
  margin: 5% 0;
  font-size: 0.8rem;
}
@media screen and (min-width: 751px) {
  p.access_detail, .access_detail_img {
    font-size: 1.4rem;
  }
}
.red {
  color: red !important;
}
/*スタジオ一覧*/
.salon_erea {
  padding-bottom: 60px;
}
.salon_erea#yoyaku {
  padding: 12px 0 0px 0;
}
.salon_erea h2 {
  margin: 60px 0;
}
.salon_erea h3 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #6a4726;
  font-size: 42px;
  width: 750px;
  margin: 0 auto 40px auto;
}
.salon_erea h3::before {
  content: '';
  display: block;
  background: #a2887c;
  width: 9px;
  height: 44px;
  margin: 0 15px 0 0;
}
.salon_erea .pc .flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.salon_erea .pc .flex .gmap {
  width: 335px;
}
.salon_erea .pc .flex .gmap iframe {
  width: 100%;
  height: 100%;
}
.salon_erea .pc .flex .right {
  width: 373px;
}
.salon_erea .pc .flex .right h4 {
  font-size: 35px;
  color: #6a4726;
  line-height: 1;
  padding: 0 0 8px 0;
}
.salon_erea .pc .flex .right table {
  width: 100%;
  margin: 0 auto;
}
.salon_erea .pc .flex .right table tr:last-child th, .salon_erea .pc .flex .right table tr:last-child td {
  border-bottom: none;
}
.salon_erea .pc .flex .right table tr th, .salon_erea .pc .flex .right table tr td {
  vertical-align: top;
  border-bottom: solid 1px #67482B;
  font-size: 20px;
  line-height: 1.5;
}
.salon_erea .pc .flex .right table tr th {
  color: #6a4726;
  width: 72px;
  padding: 15px 0 18px 0;
}
.salon_erea .pc .flex .right table tr td {
  width: 301px;
  padding: 15px 0 18px 0;
}
.salon_erea .min {
  width: 750px;
  margin: 0 auto 85px auto;
}
.salon_erea .min .btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  background: url("../img/btn4.png")left center no-repeat;
  background-size: contain;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  width: 100%;
  height: 95px;
  padding: 0 0 0 32px;
  box-sizing: border-box;
  text-decoration: none;
  margin: 25px 0 0 0;
}
.salon_erea .min .btn span {
  display: block;
  font-style: normal;
  margin: 0 0 0 35px;
}
.salon_erea .sp .min h4 {
  font-size: 48px;
  color: #6a4726;
  padding: 0 0 12px 0;
}
.salon_erea .sp .min iframe {
  width: 100%;
  height: 475px;
  margin: 0 auto;
}
.salon_erea .sp .min table {
  width: 100%;
  margin: 40px auto 45px auto;
}
.salon_erea .sp .min table tr th {
  border-bottom: dotted 1px #a2887c;
  border-right: solid 5px #FFFFFF;
  font-size: 33px;
  color: #6a4726;
  width: 250px;
  padding: 15px 0 18px 0;
}
.salon_erea .sp .min table tr td {
  border-bottom: dotted 1px #a2887c;
  font-size: 33px;
  width: 600px;
  padding: 15px 0 18px 0;
}
@media screen and (max-width: 960px) {
  .salon_erea {
    padding: 8.54167vw 0 6.25vw 0;
  }
  .salon_erea#yoyaku {
    padding: 10vw 0 1vw 0;
  }
  .salon_erea h2 {
    margin: 0 0 6.25vw 0;
  }
  .salon_erea h3 {
    font-size: 4.375vw;
    width: 88.54167vw;
    margin: 0 auto 4.16667vw auto;
  }
  .salon_erea h3::before {
    width: 0.9375vw;
    height: 4.58333vw;
    margin: 0 1.5625vw 0 0;
  }
  .salon_erea .flex .gmap {
    width: 44.27083vw;
  }
  .salon_erea .flex .gmap iframe {
    height: 29.0625vw;
  }
  .salon_erea .flex .right {
    width: 38.85417vw;
  }
  .salon_erea .flex .right h4 {
    font-size: 3.64583vw;
    padding: 0 0 0.83333vw 0;
  }
  .salon_erea .flex .right table tr th, .salon_erea .flex .right table tr td {
    font-size: 2.08333vw;
  }
  .salon_erea .flex .right table tr th {
    width: 7.5vw;
    padding: 1.5625vw 0 1.875vw 0;
  }
  .salon_erea .flex .right table tr td {
    width: 31.35417vw;
    padding: 1.5625vw 0 1.875vw 0;
  }
  .salon_erea .min {
    width: 88.54167vw;
    margin: 0 auto 6.77083vw auto;
  }
  .salon_erea .min .btn {
    font-size: 4.58333vw;
    height: 9.89583vw;
    padding: 0 0 0 3.33333vw;
  }
  .salon_erea .min .btn span {
    margin: 0 0 0 26px;
  }
  .salon_erea .sp .min h4 {
    font-size: 5vw;
    padding: 0 0 1.25vw 0;
  }
  .salon_erea .sp .min iframe {
    height: 49.47917vw;
  }
  .salon_erea .sp .min table {
    margin: 4.16667vw auto 4.6875vw auto;
  }
  .salon_erea .sp .min table tr th {
    font-size: 3.4375vw;
    width: 26.04167vw;
    padding: 1.5625vw 0 1.875vw 0;
  }
  .salon_erea .sp .min table tr td {
    font-size: 3.4375vw;
    width: 62.5vw;
    padding: 1.5625vw 0 1.875vw 0;
  }
}
.pc {
  display: none !important;
}
@media screen and (min-width: 960px) {
  .pc {
    display: inherit !important;
  }
}
@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
}
/*241206 野元修正　矢印位置調整*/
img {
    width: 100%;
}
.swiper_container{
		position: relative;
}
.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    width: 80%;
    margin-top: 25%;
}
section#comparison {
    margin: 0;
}
section#voice {
    background: url(../img/240612/voice_bk.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 2rem 0;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none!important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
     display: none!important;
}
.swiper-button-next {
    top: 37%!important;
    right: 8%!important;
    width: clamp(10px, 10vw, 50px) !important;
	 	position: absolute!important;
}
.swiper-button-prev {
    top: 37%!important;
    left: 6%!important;
    width: clamp(10px, 10vw, 50px) !important;
	  position: absolute!important;
}
.cta-area.CTA01 {
    width: 80%;
    left: 52%;
    transform: translateX(-50%);
    bottom: 2.5%;
}
.cta-area.CTA03 {
    width: 95%;
    left: 52%;
    transform: translateX(-50%);
    bottom: 9%;
}
img.slider_text {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}



@media screen and (max-width: 600px) {

#fv .tit_box{
        height: 70px;
        background: linear-gradient(90deg, #4ec5b9 0%, #00948c 75%);
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: center;
    }
    #fv .tit{
        font-size: 48px;
        color: #fff28f;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
    }
    #fv .tit .station{
        font-size: 28px;
        color: #fff28f;
        
    }
    #fv .tit .from{
        font-size: 22px;
        color: #fff;
        
        margin: 0 5px;
        
    }
    #fv .tit .walking{
        font-size: 28px;
        color: #fff;
        
    }
    #fv .tit .minutes{
        font-size: 38px;
        color: #fff28f;
        
    }
    
    
    .pointplace_box .tit_box{
        
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 160px;
        right: 32px;
    }
    .pointplace_box .tit{
        font-size: 48px;
        color: #fff28f;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 400;
        line-height: 12px;
        text-align: center;
    }
    .pointplace_box .tit .station{
        font-size: 16px;
        color: #fff;
        display: block;
    }
    .pointplace_box .tit .station span{
        font-size: 12px;
        color: #fff;
        
    }
    
    .pointplace_box .tit .walking{
        font-size: 20px;
        color: #fff28f;
        font-weight: 600;
    }
    .pointplace_box .tit .minutes{
        font-size: 24px;
        color: #fff28f;
        font-weight: 600;
    }
}