@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600&display=swap');

/*-----------------------------------------------------------
	=Reset default browser
-----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img,ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}


/*-----------------------------------------------------------
	=Basic Setup
-----------------------------------------------------------*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
/* Link Style */
a {
  color: #111;
  text-decoration: none;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
a:focus, a:active, a:hover {
  color: #111;
  text-decoration: none;
}
a:hover img {
  opacity: .4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  zoom: 1;
}
/* Transform */
.transform {
  -webkit-transform:scale(1);
  transform:scale(1);
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
a:hover .transform {
  -webkit-transform:scale(1.1);
  transform: scale(1.1);
}

/* Embed */
embed, iframe, object {
  max-width: 100%;
}
video {
  max-width: 100%;
  height: auto;
}
/* Font Setteing */
.tx-L { text-align: left !important; }
.tx-C { text-align: center !important; }
.tx-R { text-align: right !important; }
.tx-bold { font-weight: bold; }
.tx-justify { text-align: justify !important; }
.tx-red{
  color:#d9272e;
}

/* Font Size */
.fs-9  { font-size: 9px !important;}
.fs-10 { font-size: 10px !important;}
.fs-11 { font-size: 11px !important;}
.fs-12 { font-size: 12px !important;}
.fs-13 { font-size: 13px !important;}
.fs-14 { font-size: 14px !important;}
.fs-15 { font-size: 15px !important;}
.fs-16 { font-size: 16px !important;}
.fs-18 { font-size: 18px !important;}
.fs-20 { font-size: 18px !important;}
.fs-21 { font-size: 21px !important;}
.fs-24 { font-size: 24px !important;}
.fs-28 { font-size: 28px !important;}
.fs-30 { font-size: 30px !important;}
.fs-36 { font-size: 36px !important;}
.fs-48 { font-size: 48px !important;}
.fs-60 { font-size: 60px !important;}

.bg-gray{
  background: #f7f7f7;
}


/* Margin-Top & Padding-Top */
.mt00 { margin-top:  0px !important; }  .pt00 { padding-top:  0px !important; }
.mt05 { margin-top:  5px !important; }  .pt05 { padding-top:  5px !important; }
.mt10 { margin-top: 10px !important; }  .pt10 { padding-top: 10px !important; }
.mt15 { margin-top: 15px !important; }  .pt15 { padding-top: 15px !important; }
.mt20 { margin-top: 20px !important; }  .pt20 { padding-top: 20px !important; }
.mt25 { margin-top: 25px !important; }  .pt25 { padding-top: 25px !important; }
.mt30 { margin-top: 30px !important; }  .pt30 { padding-top: 30px !important; }
.mt35 { margin-top: 35px !important; }  .pt35 { padding-top: 35px !important; }
.mt40 { margin-top: 40px !important; }  .pt40 { padding-top: 40px !important; }
.mt45 { margin-top: 45px !important; }  .pt45 { padding-top: 45px !important; }
.mt50 { margin-top: 50px !important; }  .pt50 { padding-top: 50px !important; }
.mt55 { margin-top: 55px !important; }  .pt55 { padding-top: 55px !important; }
.mt60 { margin-top: 60px !important; }  .pt60 { padding-top: 60px !important; }
.mt65 { margin-top: 65px !important; }  .pt65 { padding-top: 65px !important; }
.mt70 { margin-top: 70px !important; }  .pt70 { padding-top: 70px !important; }
.mt75 { margin-top: 75px !important; }  .pt75 { padding-top: 75px !important; }
.mt80 { margin-top: 80px !important; }  .pt80 { padding-top: 80px !important; }
.mt85 { margin-top: 85px !important; }  .pt85 { padding-top: 85px !important; }
.mt90 { margin-top: 90px !important; }  .pt90 { padding-top: 90px !important; }
.mt95 { margin-top: 95px !important; }  .pt95 { padding-top: 95px !important; }
.mt100{ margin-top:100px !important; } .pt100{ padding-top:100px !important; }
/* Margin-Right & Padding-Right */
.mr00 { margin-right:  0px !important; }  .pr00 { padding-right:  0px !important; }
.mr05 { margin-right:  5px !important; }  .pr05 { padding-right:  5px !important; }
.mr10 { margin-right: 10px !important; }  .pr10 { padding-right: 10px !important; }
.mr15 { margin-right: 15px !important; }  .pr15 { padding-right: 15px !important; }
.mr20 { margin-right: 20px !important; }  .pr20 { padding-right: 20px !important; }
.mr25 { margin-right: 25px !important; }  .pr25 { padding-right: 25px !important; }
.mr30 { margin-right: 30px !important; }  .pr30 { padding-right: 30px !important; }
.mr35 { margin-right: 35px !important; }  .pr35 { padding-right: 35px !important; }
.mr40 { margin-right: 40px !important; }  .pr40 { padding-right: 40px !important; }
.mr45 { margin-right: 45px !important; }  .pr45 { padding-right: 45px !important; }
.mr50 { margin-right: 50px !important; }  .pr50 { padding-right: 50px !important; }
.mr55 { margin-right: 55px !important; }  .pr55 { padding-right: 55px !important; }
.mr60 { margin-right: 60px !important; }  .pr60 { padding-right: 60px !important; }
.mr65 { margin-right: 65px !important; }  .pr65 { padding-right: 65px !important; }
.mr70 { margin-right: 70px !important; }  .pr70 { padding-right: 70px !important; }
.mr75 { margin-right: 75px !important; }  .pr75 { padding-right: 75px !important; }
.mr80 { margin-right: 80px !important; }  .pr80 { padding-right: 80px !important; }
.mr85 { margin-right: 85px !important; }  .pr85 { padding-right: 85px !important; }
.mr90 { margin-right: 90px !important; }  .pr90 { padding-right: 90px !important; }
.mr95 { margin-right: 95px !important; }  .pr95 { padding-right: 95px !important; }
.mr100{ margin-right:100px !important; }  .pr100{ padding-right:100px !important; }
/* Margin-Bottom & Padding-Bottom */
.mb00 { margin-bottom:  0px !important; }  .pb00 { padding-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }  .pb05 { padding-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }  .pb10 { padding-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }  .pb15 { padding-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }  .pb20 { padding-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }  .pb25 { padding-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }  .pb30 { padding-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }  .pb35 { padding-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }  .pb40 { padding-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }  .pb45 { padding-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }  .pb50 { padding-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }  .pb55 { padding-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }  .pb60 { padding-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }  .pb65 { padding-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }  .pb70 { padding-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }  .pb75 { padding-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }  .pb80 { padding-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }  .pb85 { padding-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }  .pb90 { padding-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }  .pb95 { padding-bottom: 95px !important; }
.mb100{ margin-bottom:100px !important; } .pb100{ padding-bottom:100px !important; }
/* Margin-Left & Padding-Left */
.ml00 { margin-left:  0px !important; }  .pl00 { padding-left:  0px !important; }
.ml05 { margin-left:  5px !important; }  .pl05 { padding-left:  5px !important; }
.ml10 { margin-left: 10px !important; }  .pl10 { padding-left: 10px !important; }
.ml15 { margin-left: 15px !important; }  .pl15 { padding-left: 15px !important; }
.ml20 { margin-left: 20px !important; }  .pl20 { padding-left: 20px !important; }
.ml25 { margin-left: 25px !important; }  .pl25 { padding-left: 25px !important; }
.ml30 { margin-left: 30px !important; }  .pl30 { padding-left: 30px !important; }
.ml35 { margin-left: 35px !important; }  .pl35 { padding-left: 35px !important; }
.ml40 { margin-left: 40px !important; }  .pl40 { padding-left: 40px !important; }
.ml45 { margin-left: 45px !important; }  .pl45 { padding-left: 45px !important; }
.ml50 { margin-left: 50px !important; }  .pl50 { padding-left: 50px !important; }
.ml55 { margin-left: 55px !important; }  .pl55 { padding-left: 55px !important; }
.ml60 { margin-left: 60px !important; }  .pl60 { padding-left: 60px !important; }
.ml65 { margin-left: 65px !important; }  .pl65 { padding-left: 65px !important; }
.ml70 { margin-left: 70px !important; }  .pl70 { padding-left: 70px !important; }
.ml75 { margin-left: 75px !important; }  .pl75 { padding-left: 75px !important; }
.ml80 { margin-left: 80px !important; }  .pl80 { padding-left: 80px !important; }
.ml85 { margin-left: 85px !important; }  .pl85 { padding-left: 85px !important; }
.ml90 { margin-left: 90px !important; }  .pl90 { padding-left: 90px !important; }
.ml95 { margin-left: 95px !important; }  .pl95 { padding-left: 95px !important; }
.ml100{ margin-left:100px !important; }  .pl100{ padding-left:100px !important; }

/* Column Layout Format */
.column-2 .row,.column-2 li { width: 50%; float:left;}
.column-3 .row,.column-3 li { width: 33.33%; float:left;}
.column-4 .row,.column-4 li { width: 25%; float:left;}
.column-5 .row,.column-5 li { width: 20%; float:left;}
.column-6 .row,.column-6 li { width: 16.66%; float:left;}
.column-8 .row,.column-8 li { width: 12.5%; float:left;}

.col-2 .row {
  width: 47%;
}
/* @media only screen and (min-width: 769px) {
  .col-2 .row:nth-child(odd) {
    margin:0 2% 0px 0;
  }
  .col-2 .row:nth-child(even) {
    margin:0 0 0px 2%;
  }
} */
.col-3 .row{
  width: 30.3%;
  margin: 0 4% 0 0;
}
.col-3 .row:nth-child(3n) {
  margin: 0 0 0 0;
}
.col-4 .row {
  width: 22%;
  margin: 0 4% 0 0;
}
.col-4 .row:nth-child(4n) {
  margin: 0 0 0 0;
}
.col-5 .row {
  width: 18%;
}
.col-6 .row {
  width: 14.66%;
  margin: 0 2% 0px 0;
}
.col-6 .row:nth-child(6n) {
  margin: 0 0 0px 0;
}
@media only screen and (max-width: 768px) {
  .col-2 .row {
    width: 100%;
  }
  .col-3 .row{
    width: 100%;
    margin: 0;
  }
  .col-4 .row:nth-child(odd) {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-4 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
  .col-6 .row {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-6 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
}

.flex-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row-reverse{
  flex-direction: row-reverse;
}
.flex-center{
  align-items: center;
}
.box-shadow{
  box-shadow:0px 0px 3px 2px #eaeaea;
}

/* Device View */
.viewPC { display: block; }
.viewTB { display: none; }
.viewPCTB { display: block; }
.viewSP { display: none; }
.viewTBSP { display: none; }

@media only screen and (max-width: 1024px) {
  .viewPC { display: none; }
  .viewTB { display: block; }
  .viewPCTB { display: block; }
  .viewSP { display: none; }
  .viewTBSP { display: block; }
}
@media only screen and (max-width: 768px) {
  .viewPC { display: none; }
  .viewTB { display: none; }
  .viewPCTB { display: none; }
  .viewSP { display: block; }
  .viewTBSP { display: block; }
}

/* Animation */
.animated {
  visibility: hidden;
}
.bounceIn,.bounceInLeft, .bounceInRight, .bounceInDown,.bounceInUp,
.fadeIn, .fadeInLeft, .fadeInRight,.fadeInDown,.fadeInUp,.fadeInUpDelay,
.zoomInUp,.zoomInDown, .zoomIn,
.flip,.flipInX,.flipInY,
.lightSpeedIn,
.tada,.wobble,.shake,.rubberBand{
  visibility: visible;
}
.delay-01s { -webkit-animation-delay:0.1s; animation-delay:0.1s; }
.delay-02s { -webkit-animation-delay:0.2s; animation-delay:0.2s; }
.delay-03s { -webkit-animation-delay:0.3s; animation-delay:0.3s; }
.delay-04s { -webkit-animation-delay:0.4s; animation-delay:0.4s; }
.delay-05s { -webkit-animation-delay:0.5s; animation-delay:0.5s; }
.delay-06s { -webkit-animation-delay:0.6s; animation-delay:0.6s; }
.delay-07s { -webkit-animation-delay:0.7s; animation-delay:0.7s; }
.delay-08s { -webkit-animation-delay:0.8s; animation-delay:0.8s; }
.delay-09s { -webkit-animation-delay:0.9s; animation-delay:0.9s; }
.delay-1s  {  -webkit-animation-delay:1s; animation-delay:1s; }
.delay-2s  {  -webkit-animation-delay:2s; animation-delay:2s; }
.delay-3s  {  -webkit-animation-delay:3s; animation-delay:3s; }
.delay-4s  {  -webkit-animation-delay:4s; animation-delay:4s; }
.delay-5s  {  -webkit-animation-delay:5s; animation-delay:5s; }
.delay-6s  {  -webkit-animation-delay:6s; animation-delay:6s; }

/* button */
.button {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height:56px;
  margin: 30px 0 0;
  width: 320px;
}
.button2 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height:56px;
  margin: 30px 0 0 -100px;
  width: 520px;
	text-align: center;
}
.button2 img{
  width: 10%;
	margin: 20px 0 0 10px;
}
.square-btn{
  border-radius: 100vh;
  border:2px solid #dd2c46;
  background: #fff;
  color:#dd2c46;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
 #salon .square-btn{
  border:2px solid #b7293b;
  color:#b7293b;
}
#salon .red-btn{
  border:2px solid #b7293b;
  background: #b7293b;
  color:#fff;
	padding: 8px 0;
}
#salon .red-btn2{
  border:2px solid #b7293b;
  background: #fff;
  color:#b7293b;
	padding: 8px 0;
}
.square-btn:hover {
  color: #fff;
  background: #dd2c46;
  letter-spacing: .06em;
  text-decoration: none;
}
#salon .square-btn:hover {
  color: #fff;
  background: #dd2c46;
  letter-spacing: .06em;
}
.red-btn:hover {
  color: #fff;
  background: #e84d85;
  border:2px solid #e84d85;
}
.red-btn2:hover {
  color: #fff;
  background: #e84d85;
  border:2px solid #e84d85;
}
.square-btn::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #dd2c46;
  border-right: 2px solid #dd2c46;
  transform: rotate(45deg);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all 0.4s ease-in-out 0s;
}
.square-btn:hover::before {
  right: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#salon .square-btn::before {
  border-top: 2px solid #b7293b;
  border-right: 2px solid #b7293b;
}
#salon .red-btn::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#salon .red-btn2::before {
  border-top: 2px solid #b7293b;
  border-right: 2px solid #b7293b;
}
#salon .square-btn:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and ( max-width:768px) {
  .button {
    font-size: 16px;
    line-height:48px;
    margin: 20px auto 0;
    width: 300px;
  }
}
@media only screen and ( max-width:768px) {
  .button2 {
    font-size: 14px;
    line-height:20px;
    margin: 20px 0 0 0;
    width: 100%;
  }
	.button2 img{
  width: 12%;
	margin: 5px 0 0 5px;
}
}


/*-----------------------------------------------------------
    =Global Layout
-----------------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #111;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-wrap: break-word;
}
@media only screen and ( max-width:1000px) {
  body {
    font-size: 14px;
    font-family:  "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, sans-serif;
  }
}

.f-ty01,.header-menu,.cv-btn{
  font-family: 'Noto Serif JP', serif;
}

/* Frame Format
-----------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}
.inner {
  max-width: 1180px;
  margin: 0px auto;
  padding: 0 20px;
  overflow: hidden;
}
.wrap {
  padding: 90px 0 90px;
}
#page-top {
  position: absolute;
  top: -40px;
  right: 5px;
  width: 90px;
  z-index: 2;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#page-top:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media screen and ( max-width:1000px) {
  #wrapper {
    padding-top: 60px;
  }
  .wrap {
    padding:50px 0 ;
  }
  #page-top {
    width: 70px;
  }
}

/* Font Format
-----------------------------------------------------------*/
.sec-head{
  margin-bottom:45px;
}
.lead-copy{
  font-size:22px;
  line-height: 2.2;
}
.tx-marker{
  background: linear-gradient(transparent 70%, #f7cdd3 0%);
}
.tx-caption{
  font-size:12px;
  line-height: 1.22;
  margin-top:8px;
}

@media screen and ( max-width:768px) {
  .sec-head{
    margin-bottom:25px;
  }
  .lead-copy{
    font-size:16px;
    line-height: 1.8;
  }
}


/*-----------------------------------------------------------
	=Header
-----------------------------------------------------------*/
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  transition: .5s;
}
.header-bg{
  position: absolute;
  top: 0;
  right: 0;
  background: #fdf1f5;
  width: 66.7%;
  min-width: 1240px;
  height: 240px;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.header-menu_tel{
  font-size:20px;
  position: absolute;
  top:15px;
  right: 160px;
  line-height: 1.2;
  padding-left:28px;
  background-image: url(img/ico-tel.svg);
  background-size: 24px, 24px;
  background-repeat: no-repeat;
}
.header-menu_contact{
  background-color:#be406b;
  position: absolute;
  top:0px;
  right: 0px;
  width: 120px;
  height: 100px;
  display: block;
  color: #fff;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  padding: 28px 0;
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.header-menu_contact i{
  width: 21px;
  margin:0 auto;
  display: block;
  padding-bottom: 10px;
  position:relative;
}
.header-menu_contact:hover{
  color:#fff;
  background-color: #dd2c46;
}
.header-menu_contact:hover img{
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
@media screen and (min-width: 1000px) {
  #toggle { display:none; }
  #header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
  }
  #header .logo{
    max-width: 190px;
    margin-left: 30px;
    transition: .5s;
  }
  #header.scroll{
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  }
  /* #header.scroll .logo{
    max-width: 160px;
  } */
}
@media screen and ( max-width:999px) {
  #header{
    height: 60px;
    background: rgba(255,255,255, 1);
  }
  #header .logo{
    max-width: 130px;
    margin: 0 auto;
    padding:12px 0 0;
  }
  #header .header-inner {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 60px;
  }
}

@media screen and (min-width: 1000px) {
  #gnav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right:150px;
    bottom: 0;
  }
  #gnav li{
    margin: 0 18px;
    font-size:16px;
    font-weight: 600;
    letter-spacing: 0;
    text-align:center;
  }
  #gnav li a{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1f1f1f;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height:60px;
  }
  #gnav li a:hover{
    color:#dd2c46;
  }
}

@media screen and (max-width: 999px) {
  .header-menu_tel,.header-menu_contact{
    display: none;
  }
  #panel-btn {
    background:#be406b;
    display:inline-block;
    height:60px;
    position:absolute;
    right:0px;
    top:0;
    width:60px;
  }
  #toggle {
    display:block;
    float:right;
    margin:0 10px 0 0;
  }
  #panel-btn:hover {
    opacity:0.6;
    -moz-opacity:.6;
    filter:alpha(opacity=60);
  }
  #panel-btn-icon {
    width:20px;
    height:2px;
    margin:-1px 0px 0px -10px;
    position:absolute;
    top:50%;
    left:50%;
    background-color:#fff;
    display:block;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    width:20px;
    height:2px;
    background-color:#fff;
    position:absolute;
    top:50%;
    left:0;
    display:block;
    content:"";
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  #panel-btn-icon:before{
   margin-top:-7px;
  }
  #panel-btn-icon:after {
    margin-top:5px;
  }
  #panel-btn .close     {
    background:transparent;
  }
  #panel-btn .close:before,
  #panel-btn .close:after {
    margin-top:-1px;
  }
  #panel-btn .close:before {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
  }
  #panel-btn .close:after {
    -webkit-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    transform:rotate(-135deg);
  }
  #gnav {
    display: block;
    width:100%;
    z-index:99;
    margin:0px 0 0;
    padding:0;
    background:#fee1e3;
  }
  #gnav li {
    width:100%;
    margin:0;
    padding:0;
    text-align:center;
    line-height:1.3;
    border-bottom:1px solid #ed9da6;
  }
  #gnav li a {
    padding:20px 0;
    display:block;
    font-size:15px;
    color:#dd2c46;
    text-decoration:none;
    border:none;
    line-height:1.6;
    letter-spacing: .2em;
    -webkit-transition:opacity 0.3s ease;
    -moz-transition:opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  #gnav li a:hover  {
    /* opacity:0.5; */
    color:#fff;
    background:#dd2c46;
  }
}


/*-----------------------------------------------------------
	= Mv
-----------------------------------------------------------*/
.mv{
  z-index: 1;
  position: relative;
}
.mv-pic {
  padding-right: 0;
  max-width: 1490px;
  margin-left: auto;
}
/* .mv-txt {
  position: absolute;
  top: 20%;
  width: 50%;
  height: 100%;
  padding-left: 120px;
} */
@media screen and ( min-width:769px) {
  .mv-txt {
    position: absolute;
    top: 40%;
    width: 55%;
    height: 100%;
    padding-left: 50px;
  }
}
@media screen and ( max-width:768px) {
  .mv{
    background: #fdf1f5;
    padding-bottom:25px;
  }
  .mv-txt{
    width: 90%;
    margin:5% 5%;
  }
  /* .mv-txt {
    position: absolute;
    top: 12%;
    width: 65%;
    height: 100%;
    padding-left: 20px;
  } */
}


/*-----------------------------------------------------------
	=Intro
-----------------------------------------------------------*/
#intro{
  text-align: center;
}
.intro-list{
  max-width: 1100px;
  margin:60px auto;
}
.intro-list li {
	width: 22% !important;
	margin: 0 1.5% 0 !important;
}
@media screen and ( max-width:768px) {
	.intro-list li {
		width: 46% !important;
		margin: 2% !important;
	}

}



/*-----------------------------------------------------------
	= Point
-----------------------------------------------------------*/
#point{
  background-color: #fdf1f5;
  text-align: center;
}
@media screen and ( max-width:768px) {
  .point-list{
    width: 86%;
    margin:0 7% 0;
  }
  .point-list li:nth-of-type(n+2) {
    margin-top: 45px !important;
  }
}


/*-----------------------------------------------------------
	=Feature
-----------------------------------------------------------*/
#feature{
  background-color: #fdf7eb;
  text-align: center;
}
.feature-sec{
  max-width: 1140px;
  margin:0 auto;
  position: relative;
}
.feature-right::before{
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 70px;
  z-index: 0;
  transform: translateX(0%);
}
.feature-left::before{
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 70px;
  z-index: 0;
  transform: translateX(0%);
}
.feature-item{
  position: relative;
  z-index: 1;
  padding:60px 0;
}
.feature-item_txt{
  text-align: left;
  line-height: 2;
}
.feature-catch{
  margin-bottom:2.2em;
}
.feature-item_list{
  border-top:1px solid #f2f2f2;
}
.feature-item_list li{
  border-bottom:1px solid #f2f2f2;
  padding: 1.2rem 0;
}
.feature-item_list li p{
  line-height: 1.8;
}
.feature-item_list .feature-subcatch{
  color:#dd2c46;
  font-size:20px;
  font-weight: 600;
  line-height: 1.44;
  margin-bottom:.3em;
}
.feature-item_list .feature-subcatch span{
  font-size:16px;
}
.feature-sec:nth-of-type(n+2) {
  margin-top: 80px;
}

@media screen and ( max-width:768px) {
	#feature h3 {padding: 0 5%;}
  .feature-item{
    padding:0;
  }
  .feature-item_txt{
    width: 80%;
    margin:30px 20px 30px;
  }
  .feature-right::before{
    content: "";
    width: 100vw;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 0;
    transform: translateX(0%);
  }
  .feature-left::before{
    content: "";
    width: 100vw;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    transform: translateX(0%);
  }
  .feature-item_list .feature-subcatch{
    font-size:16px;
  }
  .feature-item_list .feature-subcatch span{
    font-size:14px;
  }
}


/*-----------------------------------------------------------
	= CV
-----------------------------------------------------------*/
.cv .pic {
  width: 50%;
  background-image: url(img/cv-pic_pc.jpg);
  background-size: cover;
  background-position: center bottom;
}

.cv .txt {
/*  padding: 45px 0 45px 50px;*/
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto; /* 中央揃え */
}

.cv .txt-inner {
  width: 100%;
  background: #dd2c46;
  background: -webkit-linear-gradient(left, #dd2c46 0, #e84d85 100%);
  background: linear-gradient(to right, #dd2c46 0, #e84d85 100%);
  padding: 45px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cv-flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 横方向中央揃え */
  align-items: center; /* 垂直方向中央揃え */
}
.cv-price{
  margin:30px 0;
}
.cv-btn {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height:74px;
  margin: 10px 0 0;
  width: 500px;
}
.cv-btn a{
  border-radius: 100vh;
  background: #fff;
  color:#dd2c46;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  border-bottom: 5px solid #9f000c;
}
.cv-btn a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #dd2c46;
  border-right: 2px solid #dd2c46;
  transform: rotate(45deg);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all 0.4s ease-in-out 0s;
}
.cv-btn a:hover {
  /* color: #fff;
  background: #dd2c46; */
  /* letter-spacing: .06em; */
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}
.cv-btn a:hover::before {
  right: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and ( max-width:768px) {
  .cv .pic{
    display: block;
    background-image: url(img/cv-pic_sp.jpg);
    height: 66vw;
    width: 100%;
  }
  .cv .txt{
    display: block;
/*    padding:25px;*/
    width: 100%;
  }
  .cv-btn {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height:64px;
    margin: 10px 0 0;
    width: 100%;
  }
}



/*-----------------------------------------------------------
	=Course
-----------------------------------------------------------*/
#course{
  background-image: url("img/course-bg.jpg");
  text-align: center;
  background-position: 50% 50%;
}
.course-box {
  max-width: 1680px;
  margin:0 auto;
}
@media (max-width: 768px) {
  .course-box{
    margin:0 20px;
  }
}

/*-----------Accordion styles-----------*/
.resp-tabs-list{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.resp-tabs-list li {
  font-size:20px;
  font-weight: 600;
  padding: 20px 15px;
  margin: 0;
  cursor: pointer;
  width: 370px;
  margin:0 5px;
  text-align: center;
  background: #dd2c46;
  color:#fff;
}
.resp-tabs-list li span{
  font-size:14px;
}
.resp-tabs-list .resp-tab-active {
  color:#dd2c46;
  background-color: #fff!important;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
}
h2.resp-accordion {
  cursor: pointer;
  font-size:18px;
  font-weight: 600;
  padding: 16px 12px;
  display: none;
  position: relative;
  background: #dd2c46;
  color:#fff;
  margin-top:10px;
}
h2.resp-accordion span{
  font-size:14px;
}
@media (max-width: 1080px) {
  .resp-accordion:after {
    -webkit-transform: translateY(-50%);
    background: url(img/arrow-down.png) no-repeat top center/cover;
    content: "";
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 10;
  }
  .resp-tabs-container {
    background: none;
  }
}
.resp-tab-content {
  display: none;
  max-width: 1180px;
  margin:0 auto;
  padding:60px 20px;
  text-align: left;
}
@media (max-width: 1080px) {
  .resp-tab-content {
    padding:30px 20px;
    background-color: #fff;
  }
}
.resp-content-active,
.resp-accordion-active {
    display: block;
}


/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #fff;
  color: #dd2c46;
}
.resp-easy-accordion  h2.resp-accordion {
  display: block;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

@media only screen and (max-width: 1080px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display:none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}


/* course-sec
-----------------------------------------------------------*/
.course-sec .pic{
  width: 46%;
}
.course-sec .txt{
  width: 50%;
}
.course-head{
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  margin-bottom:1.2em;
  padding:1em 0;
}
.course-head .course-head_name{
  color:#dd2c46;
  font-size:24px;
  font-weight: 600;
  line-height:1.44;
}
.course-head_price{
  font-size:18px;
  font-weight: 600;
}
.course-head_price span{
  font-size:14px;
}
.course-voice{
  font-size:14px;
  font-weight: bold;
  color:#86528d;
  line-height: 1.4;
  margin-bottom:10px;
}
.course-flow{
  margin-top:70px;
}
.course-flow　 li{
  display: flex;
  flex-direction: column;
}
.course-flow_head{
  font-size:18px;
  font-weight: 600;
  line-height: 1.66;
  text-align: center;
  margin:20px 0 12px;
}
.course-flow_head span{
  display: block;
  font-size:14px;
}

@media (min-width: 769px) {
  .course-flow_head{
    height:80px;
  }
}
.course-flow_txt p{
  font-size:14px;
  line-height: 1.66;
  margin-top:auto;
}
@media (max-width: 768px) {
  .course-sec .pic{
    width: 80%;
    margin:0 10% 20px;
  }
  .course-sec .txt{
    width: 100%;
  }
  .course-head .course-head_name{
    font-size:18px;
  }
  .course-head_price{
    font-size:14px;
  }
  .course-head_price span{
    font-size:12px;
  }
  .course-flow {
    margin-top:40px;
    border-top:1px solid #ddd;
  }
  .course-flow li{
    width: 100%!important;
    display: flex;
    align-items: flex-start;
    border-bottom:1px solid #ddd;
    padding:20px 0;
  }
  .course-flow li .course-flow_pic{
    width: 35%;
    flex-shrink: 0;
  }
  .course-flow li .course-flow_txt{
    width: 65;
    flex-grow: 1;
    padding: 0 0 0 1.4rem;
  }
  .course-flow_head{
    font-size:16px;
    text-align: left;
    margin:0px 0 12px;
  }
  .course-flow_head span{
    font-size:13px;
  }
}



/*-----------------------------------------------------------
	=Faq
-----------------------------------------------------------*/
#faq{
  text-align: center;
}
.faq_contents{
  text-align: left;
}
.faq_contents dt:nth-of-type(n+2) {
  margin-top: 20px !important;
}
.faq-head {
  position: relative;
  padding: 20px ;
  cursor: pointer;
  font-size:20px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #f5f5f5;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-head p {
  width: calc(100% - 50px);
  letter-spacing: 1px;
}
.toggle_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.toggle_icon:before, .toggle_icon:after {
  display: block;
  content: '';
  background-color: #dd2c46;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_icon:before {
  width: 2px;
  height: 20px;
}
.faq-head.selected .toggle_icon:before {
  content: normal;
}
.faq_contents dd {
  display: none;
}
.faq-body{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 0;
}
.faq-body p {
  width: calc(100% - 50px);
  letter-spacing: 1px;
  line-height: 1.66;
}
.icon-faq {
  display: block;
  width: 36px;
  height: 36px;
}
.icon-faq img{
  width: 36px;
  height: 36px;
  margin-right: .6em;
}
.faq-countermeasures{
  max-width: 960px;
  margin:50px auto 0;
}

@media (max-width: 768px) {
  .faq-head {
    padding: 13px 40px 13px 15px;
    font-size:14px;
    border-radius: 12px;
  }
  .toggle_icon {
    right: 10px;
    width: 16px;
    height: 16px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .toggle_icon:before, .toggle_icon:after {
    width: 16px;
    height: 2px;
  }
  .toggle_icon:before {
    width: 2px;
    height: 16px;
  }
  .faq-body{
    padding: 20px 13px 0;
   }

}



/*-----------------------------------------------------------
	= Salon
-----------------------------------------------------------*/
#salon{
  background-color: #fdf1f5;
  text-align: center;
}
.salon-tabbox {
  max-width: 100%;
  margin: auto;
}
.salon-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.tab-item {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.tab-item:first-child::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  margin-top: -10px;
  border-left: 1px #cac1c4 solid;
}
.tab-item::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  margin-top: -10px;
  border-right: 1px #cac1c4 solid;
}
.tab-item:hover {
  color: #dd2c46;
}
.tab-item.active {
  color: #dd2c46;
}
.salon-content {
  background-color: #fff;
  padding:60px;
}
/* コンテンツは原則非表示 */
.salon-content_body {
  display: none;
}
/* .showがついたコンテンツのみ表示 */
.salon-content_body.show {
  display: block;
}
.salon-head{
  color: #dd2c46;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom:25px;
  line-height: 1.44;
}

@media (max-width: 768px) {
  .tab-item {
    font-size: 16px;
    line-height: 1.4;
    padding: 20px;
    width: 33.3%;
  }
  .tab-item span{
    display: block;
  }
  .salon-content {
    padding:20px;
  }
.salon-head{
    font-size: 20px;
    margin-bottom:15px;
  }
}

.salon-content table{
  border-top: 1px solid #e8e8e8;
  text-align: left;
  width: 100%;
}
.salon-content table tr {
  border-bottom: 1px solid #e8e8e8;
}
.salon-content table th {
  color:#dd2c46;
  font-weight: bold;
  padding: 15px 0 2px;
  display: block;
  width: 100%;
}
.salon-content table td {
  font-size:14px;
  display: block;
  padding: 2px 0 15px;
}
.salon-content table .salon-map span{
  background-image: linear-gradient(#111, #111);
  background-position: 0% 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.salon-content table .salon-map:hover span{
  background-position: 100% 100%;
  background-size: 0% 1px;
}
.salon-tel{
  color:#dd2c46;
  font-size:32px;
  font-weight: bold;
  line-height: 1.2;
  padding-left:40px;
  background-image: url(img/ico-tel.svg);
  background-size: 31px, 31px;
  background-repeat: no-repeat;
}
.salon-tel:hover{
  color:#e84d85;
}
.salon-content .salon-time{
  display: flex;
  flex-wrap: wrap;
  margin-top:8px;
}
.salon-content .salon-time dt {
  width: 35%;
  font-weight: bold;
}
.salon-content .salon-time dd {
  width: 65%;
}


.salon-btns{
  max-width: 320px;
  margin:50px auto 0;
}
.salon-btns .button{
  margin:0;
}
@media (max-width: 768px) {
  .salon-tel{
    font-size:26px;
    padding-left:28px;
    background-image: url(img/ico-tel.svg);
    background-size: 22px, 22px;
  }
  .salon-btns{
    margin:20px auto 0;
  }
  .salon-btns .button{
    margin-top:10px;
  }
}

#footer{
  position: relative;
}
.footer-utility{
  max-width: 1140px;
  padding:60px 20px 20px;
  margin:0 auto;
}
.footer-utility .logo{
  max-width: 180px;
  margin:0 auto 40px;
}
.copyright{
  font-size:14px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-utility{
    padding:30px 20px 20px;
    margin:0 auto;
  }
  .footer-utility .logo{
    max-width: 140px;
    margin:0 auto 20px;
  }
}

.fix-right{
  display: block;
  top: 40%;
  right: 10px;
  position: fixed;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .fix-right{
    display: none;
  }
}


/* Fix-contact
-----------------------------------------------------------*/
#fix_contact{
  display: none;
}
@media screen and (max-width: 768px) {
  #footer{
    margin-bottom:74px;
  }
  #fix_contact{
    display: block;
    width: 100%;
    position: fixed;
    z-index: 2;
    bottom: -300px;
    overflow: none;
    opacity: 0;
    left: 0;
    text-align: center;
    -moz-transition: all .35s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .35s cubic-bezier(.215,.61,.355,1);
    transition: all .35s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .35s cubic-bezier(.215,.61,.355,1);
  }
  #fix_contact.show {
    opacity: 1;
    bottom:0;
    -moz-transition: all .35s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .35s cubic-bezier(.215,.61,.355,1);
    transition:all .35s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .35s cubic-bezier(.215,.61,.355,1);
    background-color: rgba(0, 0, 0, 0.86);
  }
  #fix_contact ul{
    display: flex;
    align-items: center;
  }
  #fix_contact li{
    width: 33.3%;
  }
  #fix_contact a{
    display: block;
    color:#fff;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: bold;
    padding: 1.2em;
  }
  #fix_contact li i {
    display: block;
    padding:0 4px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
 #fix_contact li:hover i{
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  #fix_contact li i img{
    height: 28px;
  }
  #fix_contact .fixbtn-tel a {
    background:#dd2c46;
  }
  #fix_contact .fixbtn-tel02 a {
    background:#a62852;
  }
  #fix_contact .fixbtn-mail a {
    background:#b7293b;
  }

  #fix_contact a:hover{
    background: #d95f88;
    color:#fff;
  }
}



/*--------------------------------------
  モーダル追加20240126
--------------------------------------*/
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
    align-self: center;
	max-width: 800px;
    width: 90%;
    padding: 0px -30px 30px 50px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_content p {
  padding-top: 0;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.open_button {
   color: #4f96f6;
    background-color: #eeeeee;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width:300px;
    text-decoration: none;
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.open-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal_title2 {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding-bottom: 10px;
  margin-top:0;
  margin-bottom: 0;
}

.modal_title2::before,
.modal_title2::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title2:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title2:after{
	border-bottom: 4px solid #c8e4ff;
	width: 100%;
}

/* ボタン01*/
a.btn_01 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 46%;
	height: 100px;
	margin: auto;
	padding: 25px 0 0 0 ;
	margin: 10px -20px 10px 20px;
	font-weight: bold;
	border: 1px solid #a9363f;
	color: #a9363f;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #a9363f;
}
a.btn_01 img{
	width: 50px;
	vertical-align: middle;
}
@media (max-width: 932px) {
	a.btn_01 {
	width: 43%;
	margin: 10px -20px 10px 20px;
		font-size:80%;
}
}
/* ボタン02*/
a.btn_02 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	height: 100px;
	width: 46%;
	margin: auto;
	padding: 1rem ;
	margin: 10px -20px 10px 20px;
	font-weight: bold;
	border: 1px solid #a9363f;
	color: #a9363f;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #fff;
	background: #a9363f;
}
a.btn_02 img{
	width: 50px;
	vertical-align: middle;
}
@media (max-width: 932px) {
	a.btn_02 {
	width: 43%;
	margin: 10px -20px 10px 20px;
	padding: 0.5rem ;
		font-size:80%;
}
}
/* ボタン03*/
a.btn_03 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	height: 100px;
	width: 94%;
	margin: auto;
	padding: 40px 0 0 0 ;
	margin: 10px -20px 10px 20px;
	font-weight: bold;
	border: 1px solid #a9363f;
	color: #a9363f;
	transition: 0.5s;
}
a.btn_03:hover {
	color: #fff;
	background: #a9363f;
}
a.btn_03 img{
	width: 50px;
	vertical-align: middle;
}
@media (max-width: 932px) {
	a.btn_03 {
	width: 88.5%;
	margin: 10px -20px 10px 20px;
		font-size:80%;
}
}

@media screen and (min-width:641px){
	.spOnly{display:none !important;}
	}
@media screen and (max-width: 640px){
	.pcOnly{display:none !important;}
	}

/*--------------------------------------
  お客様の声　ユーザーボイス
--------------------------------------*/



/* 共通：吹き出しのベーススタイル */


@media screen and (min-width:641px){
	.balloon5{width: 1100px;}
	}
@media screen and (max-width: 640px){
	.balloon5{width: 80%;}
	}


.balloon5 {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 20px auto;
  max-width: 80%; /* 全体の幅を画面の80%に調整 */
  animation: fadeInUp 0.5s ease-out; /* 吹き出しのフェードインアニメーション */
}

.balloon5 .faceicon {
  width: 60px;
  height: 60px;
  border-radius: 50%; /* アイコンを丸くする */
  overflow: hidden;
  flex-shrink: 0; /* アイコンのサイズ固定 */
  margin-right: 20px; /* アイコンと吹き出しの間に隙間を追加 */
}

.balloon5 .chatting {
  position: relative;
  padding: 15px;
  background-color: #fff;
  line-height: 1.5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px; /* 全ての角を丸くする */
  word-wrap: break-word; /* テキスト折り返し */
  text-align: left; /* 文字を左揃えにする */
}

/* 左の吹き出し */
.balloon5.left .chatting {
  margin-left: 10px;
}

.balloon5.left .chatting::before {
  content: "";
  position: absolute;
  top: 15px; /* 三角の位置 */
  left: -15px; /* 吹き出しの外に配置 */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 15px 0; /* 三角の形状 */
  border-color: transparent #fff transparent transparent; /* 矢印の色を背景色に合わせる */
}

/* 右の吹き出し */
.balloon5.right {
  flex-direction: row-reverse; /* アイコンと吹き出しの並びを逆に */
}

.balloon5.right .chatting {
  margin-right: 30px; /* 右側の吹き出しの隙間 */
}

.balloon5.right .chatting::before {
  content: "";
  position: absolute;
  top: 15px; /* 三角の位置 */
  right: -15px; /* 吹き出しの外に配置 */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px; /* 三角の形状 */
  border-color: transparent transparent transparent #fff; /* 矢印の色を背景色に合わせる */
}

/* スマホ対応 */
@media screen and (max-width: 640px) {
  .balloon5 {
    max-width: 90%; /* スマホでは90%の幅 */
  }

  .balloon5 .chatting {
    font-size: 14px; /* テキストサイズを調整 */
  }

  .balloon5.left .chatting::before,
  .balloon5.right .chatting::before {
    top: 12px; /* スマホでは三角を少し下げる */
  }
}

/* スライダー内テキスト　*/
.slider-ttl {
  position: relative;
  padding: 0.25em 2em;
  background: -webkit-linear-gradient(150deg, rgba(225, 50, 85, 1), rgba(230, 75, 130, 1));
  background: linear-gradient(150deg, rgba(225, 50, 85, 1), rgba(230, 75, 130, 1));
  color: white;
  font-family: 'Noto Serif JP', serif ;
  font-weight: lighter;
  border-radius: 30px;
  display:inline;
  letter-spacing: 0.2rem;
}

@media (max-width: 932px) {
	.slider-ttl {
	  position: relative;
	  padding: 0.1em 1.6em;
	  background: -webkit-linear-gradient(150deg, rgba(225, 50, 85, 1), rgba(230, 75, 130, 1));
	  background: linear-gradient(150deg, rgba(225, 50, 85, 1), rgba(230, 75, 130, 1));
	  color: white;
	  font-family: 'Noto Serif JP', serif ;
	  font-weight: lighter;
	  border-radius: 20px;
	  display:inline;
	  letter-spacing: 0.2rem;}
}

.slider img{
	margin-top: 20px;
}

.slider-sub{
	font-weight: bold;
	font-family: 'Noto Serif JP', serif ;
	line-height: 1.2;
	margin-top: 1em;
}

.slider-sub  span{
	font-size: 80%;
}

.slider-txt{
	line-height: 1.5;
	margin-top: 1.5em;
}

.intro-img{
	margin:3vw 2vw;
}


.pink{
	background: linear-gradient(transparent 30%, #fff9ce 30%);
}