@charset "utf-8";
/* CSS Document */
/*----------------------------------------
全体設定
----------------------------------------*/
html {
  font-size: 62.5%; /*emの計算がしやすくなる為の定番設定*/
  scroll-behavior: smooth;
}
/*body全体の初期スタイル設定*/
body {
  max-width: 720px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 1.6rem; /*=16px*/
  line-height: 1.6;
  color: #000000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media only screen and (max-width : 768px) {
  body {
    border: none;
  }
}
img {
  width: 100%;
  vertical-align: bottom;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
  color: #0000ff;
  transition: .3s;
}
a:hover, a:active {
  color: #000086;
}
/*見出しタグ設定（PC）*/
h2 {
  margin: 0em 0em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  font-weight: bold;
  border-left: 8px solid #32C1D0;
  border-bottom: 1px dotted #32C1D0;
}
/*----------------------------------------
全体レイアウト
----------------------------------------*/
/*全体エリア*/
.container, .footer {
  width: 100%;
  overflow: hidden;
}
/*----------------------------------------
各種コンテンツ設定
----------------------------------------*/
/*----------------------------------------
コンテンツ（CTA）
----------------------------------------*/
.cts_cta {
  background-color: #32C1D0;
  padding: 0 3% 2em;
}
.box_cta {
  background-color: #FFFFFF;
  padding: 5%;
}
.btn {
  display: inline-block;
  margin-bottom: 1em;
}
.btn:last-child {
  margin-bottom: 0;
}
/*----------------------------------------
コンテンツ（CTA）ver4.3
----------------------------------------*/
.cts_cta_v43 {
  background-color: #000000;
}
.box_cta_v43 {
  background-color: #000000;
  padding: 5%;
}
.btn {
  display: inline-block;
  margin-bottom: 1em;
}
.btn:last-child {
  margin-bottom: 0;
}
.cts_cta_v43 p{
     color:#ffffff;
}
/*----------------------------------------
コンテンツ（カウンセラー）
----------------------------------------*/
.cts_counselor {
  padding: 8%;
  background-image: url("../images/bg_counselor2.png"), url("../images/bg_counselor1.jpg");
  background-repeat: no-repeat;
  background-size: 10%, cover;
  background-position: left bottom, top center;
}
.title_counselor {
  margin-bottom: 1em;
}
.img_counselor {
  margin-bottom: 0.5em;
}
.txt_counselor {
  padding: 0 1em;
}
/*----------------------------------------
コンテンツ（マシン）
----------------------------------------*/
.cts_machine {
  background-image: url("../images/bg_machine.jpg");
  background-repeat: repeat;
  background-size: 100%;
  padding: 8% 3%;
}
.title_machine {
  padding: 0 5%;
  margin-bottom: 1.5em;
}
.box_machine {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding: 3%;
}
.box_machine_inr {
  margin-bottom: 1em;
}
.box_machine_inr:last-child {
  margin-bottom: 0;
}
.box_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_txt {
  width: 65%;
}
.sub_mov {
  width: 33%;
  border-radius: 50%;
}
.txt_machine {
  color: #FFFFFF;
}
/*----------------------------------------
コンテンツ（キャンペーン02）
----------------------------------------*/
.cts_campaign02 {
  background-color: #32C1D0;
  padding-top: 3%;
}
/*----------------------------------------
コンテンツ（テスラシェイプ）
----------------------------------------*/
.cts_tesra {
  position: relative;
}
.mov_tesra {
  position: absolute;
  width: 45%;
  left: 3%;
  top: 15.5%;
}
/*----------------------------------------
コンテンツ（流れ）
----------------------------------------*/
.cts_nagare {
  background-color: #FFFFFF;
  padding: 8% 2%;
  background-image: url(../images/bg_machine.jpg);
  background-repeat: repeat;
  background-size: 100%;
}
.title_nagare {
  padding: 0 6%;
  margin-bottom: 2em;
  margin: 0 0 0 auto;
  
}
.box_nagare {
  margin: 1.5em 1rem;
  border: 1px solid #ffffff;
  /* width: 90%;*/
  padding-bottom:2rem;
  position: relative;
  background-color: white;
}
.box_nagare:last-child {
  margin-bottom: 0;
}
.img_nagare {
  width: 100%;
  margin-bottom: 0.5em;
}
.img_sub {
  width: 100%;
  padding-left:15px;
  margin:10px 0;
}
.img_nagare_mov {
  width: 100%;
}
.img_nmb {
  position: absolute;
  right: 42%;
  top: -5%;
  width: 70px;
}
.txt_nagare {
  padding: 2%;
  color:black;
}
.en_nagare {
  width: 100%;
  margin-bottom: 3rem;
}
.txt_chushaku{
  font-size:10pt;
  padding:2rem;
}
/*----------------------------------------
コンテンツ（ステップ）
----------------------------------------*/
.cts_step {
  background-color: #FFFFFF;
  padding: 8% 0%;
}
.title_step {
  padding: 0 8%;
  margin-bottom: 2em;
}
.box_step {
  margin-bottom: 1.5em;
}
.box_step:last-child {
  margin-bottom: 0;
}
.img_step {
  width: 92%;
  margin-bottom: 0.5em;
}
.txt_step {
  padding: 0 8%;
}
.en_step {
  width: 92%;
  margin: 0 0 0 auto;
}
/*----------------------------------------
コンテンツ（ポイント）
----------------------------------------*/
.cts_point {
  background-image: url("../images/bg_point.jpg");
  background-repeat: repeat;
  background-size: 100%;
  padding: 8% 8%;
}
.title_point {
  margin-bottom: 1em;
}
.txt_point {
  margin-bottom: 1em;
}
.txt_point:last-child {
  margin-bottom: 0;
}
.img_shop {
  margin-bottom: 8%;
}
/*----------------------------------------
コンテンツ（voice）
----------------------------------------*/
.cts_voice {
  padding: 0% 0%;
}

/*----------------------------------------
コンテンツ（店舗情報）
----------------------------------------*/
.cts_shop {
  background-color: #FFFFFF;
  padding: 8% 0% 3%;
}
.cts_shop_inr {
  padding: 0% 3%;
}
.simbol {
  width: 25%;
  margin: 0 auto;
  margin-bottom: 0em;
}
.name_shop {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}
.box_access {
  background-color: #32c1d0;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0.7em;
}
.line_white {
  border-bottom: 1px solid #FFFFFF;
}
.box_map {
	padding: 0 8%;
	text-align: center;
}
.img_map {
  margin-bottom: 1em;
}
a.btn_map {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  text-align: center;
  background-color: #FFFFFF;
  border: 3px solid #000000;
  border-radius: 50px;
  padding: 1em 0;
  transition: .3s;
  margin-bottom: 8%;
	width: 90%;
}
a.btn_map:hover, a.btn_map:active {
  background-color: #ade5ec;
}
/*----------------------------------------
コンテンツ（プライバシー）
----------------------------------------*/
.cts_privacy {
	padding: 8% 3%;
}
.cts_privacy h2 {
	font-size: 1.6em;
	margin-bottom: 1em;
}
/*----------------------------------------
テーブル設定
----------------------------------------*/
table {
  margin: 1em 0em 8%;
}
th, td {
  padding: 0.5em;
}
th {
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: center;
  color: #32c1d0;
}
td {
  font-size: 0.9em;
  padding-left: 1rem;
}

/*テーブルタグをブロック表示*/
table.table_style01, table.table_style01 tr, table.table_style01 th, table.table_style01 td {
  display: block;
  border: none;
}
table.table_style01 tbody, table.table_style01 th, table.table_style01 td {
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: padding-box;
}
table.table_style01 {
  zoom: 1;
}
table.table_style01:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
/*----------------------------------------
フッター部分
----------------------------------------*/
.footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1em 0em;
  text-align: center;
  font-size: 0.8em;
}
.footer a {
  color: #FFFFFF;
  transition: .3s;
}
.footer a:hover, .footer a:active {
  color: #CCCCCC;
}



/*----------------------------------------
固定予約ボタン
----------------------------------------*/
.fixed_btn{
  width: 164px;
  height: 128px;
  position: fixed;
  bottom: 1.2rem;
  right: 0.8rem;
  border: none;
  background: url(https://espra-esthe.com/espra-esthe/wp-content/themes/espra/lp2203-v04/images/fixed_btn_v52.gif?j=2) no-repeat;
  background-size: cover;
  z-index: 210;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 300ms ease-out 0s;
}

/*----------------------------------------
離脱防止バツボタン→ポップアップ
----------------------------------------*/
#adReserve {
  width: 60px;
  height: 60px;
  position: fixed;
  top: -0.3rem;
  background: #131313;
  transition: all 2s ease-out 0s;
  color: #fff;
  z-index: 210;
}

#adReserve .btn {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
 
#adReserve .btn:before,
#adReserve .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 30px;
  background: #ffffff;
}
 
#adReserve .btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
#adReserve .btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.fade {
  transition: all 3s;
  opacity: 0.5;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.modalWrap{
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modalWrap.is-active{
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalWrap .modalContent{
  max-width: 50rem;
  width: 90vw;
  position: relative;
}
.modalWrap .modalClose {
  width: 40px;
  position: absolute;
  top: -2rem;
  right: -2rem;
}
.modalWrap .modalClose a {
  width: 40px;
  height: 40px;
  display: block;
  background: #131313;
  border-radius: 100%;
  position: relative;
  transition: .3s;
  cursor: pointer;
}
.modalWrap .modalClose a:hover{
  opacity: 0.8;
}
.modalWrap .modalClose a:before,
.modalWrap .modalClose a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #ffffff;
}
.modalWrap .modalClose a::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modalWrap .modalClose a::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modalWrap .adBtn{
  width: 85%;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.modalWrap .adBtn a{
  display: block;
}
.modalWrap .adBtn a:hover{
  opacity: 0.8;
}