@charset "utf-8";
/*! ==========================================================================
   Home
   ========================================================================== */
.main {
	max-width: 100%;
	padding-top: 0;
}

@media screen and (min-width: 769px) {
	.flexbox__container {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}


/* ==========================================================================
   herovisual
   ========================================================================== */
.herovisual__container {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
  overflow: hidden;
	width: 100%;
	height: 80%;
	height: 80vh;
/*  margin-bottom: 10px;*/
}
.herovisual__title {
  font-family: "Shippori Mincho", serif;
  font-size: 4.2rem;
	color: #fff;
	line-height: 1.5;
  text-align: center;
	position: absolute;
	top: calc(50% + 02px);
  left: 54%;
  transform: translate(-50% , -50%);
  z-index: 10;
  width: 100%;
}
.herovisual__access {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
	color: #fff;
	line-height: 1.6;
  text-align: center;
	position: absolute;
  bottom: 46px;
  left: 50%;
  transform: translate(-50% , 0);
  z-index: 10;
  width: 100%;
}
.herovisual__logo {
	position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translate(-50% , 0);
  z-index: 10;
  width: 296px;
}
.fv_movie {
  overflow: hidden;
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 59px);
  background-color: #3acbc6;
}
.fv_movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
@media screen and (min-width: 769px) {
	.herovisual__container {
/*		margin-bottom: 40px;*/
		height: 100%;
		height: 100vh;
	}
	.herovisual__title {
		font-size: 6.8rem;
	}
  .herovisual__access {
    font-size: 2.0rem;
    bottom: 80px;
  }
  .herovisual__logo {
    bottom: 26px;
    width: 460px;
  }
  .fv_movie {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .kv_video-pc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
  }
}






/* ==========================================================================
   reservation
   ========================================================================== */
.reservation_btn {
	margin: 35px 30px;
}
.reservation_btn-link {
	display: block;
	font-family: "Shippori Mincho", serif;
  font-weight: 300;
	font-size: 2.0rem;
	color: #fff;
	text-align: center;
  background-color: #3acbc6;
  padding: 25px 0;
}
.reservation_btn-link span {
  position: relative;
  padding: 0 30px 0 0;
}
.reservation_btn-link:hover {
	background-color: #75dad7;
}
.reservation_btn-link span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 0;
	width: 20px;
	height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.reservation_btn-link span::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 11px;
	right: 7px;
	transform: rotate(135deg);
	width: 6px;
	height: 6px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

@media screen and (min-width: 769px) {
	.reservation_btn {
    max-width: 900px;
    margin: 100px auto;
	}
	.reservation_btn-link {
		font-size: 3.0rem;
    line-height: 1;
    padding: 40px 0;
	}
  .reservation_btn-link span {
    padding: 0 50px 0 0;
  }
	.reservation_btn-link span::before {
    top: 56%;
    transform: translate(0, -50%);
		width: 32px;
		height: 32px;
	}
	.reservation_btn-link span::after {
    top: 18px;
	  right: 12px;
		width: 8px;
		height: 8px;
	}
}

/* ==========================================================================
   information
   ========================================================================== */
.information {
	margin: 0 0 10px;
	padding: 0 10px;
}
.information__container {
  border: 1px solid #dcdcdc;
	padding: 20px;
}
.information__title {
	font-size: 1.4rem;
	font-weight: 600;
  text-align: center;
  margin: 0 0 10px;
}
.information__container p {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
	.information {
		max-width: 730px;
		margin: 0 auto 40px;
		padding: 0 0 0 20px;
	}
	.information__container {
		height: 100%;
		padding: 40px 50px;
	}
	.information__title {
		margin: 0 0 20px;
		font-size: 1.6rem;
	}
  .information__container p {
    font-size: 1.6rem;
  }
}


/* ==========================================================================
   voice
   ========================================================================== */
.voice {
  background-color: #e1f7f6;
  background-image: url("../img/voice_bg_sp.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  padding: 20px 30px 40px;
}
.voice_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.voice_ttl .voice_ttl-s {
  font-size: 1.4rem;
}
.voice_percent {
  max-width: 220px;
  margin: -34px auto 0;
}
.voice_stl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.0rem;
  text-align: center;
  margin: 20px 0 0 0;
}
.voice_item {
  background-color: #ffffff;
  margin: 12px 0 0 0;
  padding: 20px 16px 20px 24px;
  display: flex;
  justify-content: space-between;
}
.voice_item-img {
	flex-basis: 24%;
	max-width: 24%;
}
.voice_item-txt {
	flex-basis: 72%;
	max-width: 72%;
  font-size: 1.3rem;
}
.voice_item-txt p:last-of-type {
  font-size: 1.1rem;
  margin: 10px 0 0 0;
}
.voice_item + p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 769px) {
  .voice {
    background-image: url("../img/voice_bg_pc.jpg");
    background-size: cover;
    padding: 65px 30px 50px;
  }
  .voice_ttl {
    font-size: 3.0rem;
  }
  .voice_ttl .voice_ttl-s {
    font-size: 2.5rem;
  }
  .voice_percent {
    max-width: 380px;
    margin: -56px auto 0;
  }
  .voice_stl {
    font-family: "Shippori Mincho", serif;
    font-size: 2.0rem;
    margin: 50px 0 0 0;
  }
  .voice_item {
    align-items: center;
    max-width: 650px;
    margin: 16px auto 0;
    padding: 20px 60px 20px;
    border-radius: 20px;
  }
  .voice_item-img {
    flex-basis: 90px;
    max-width: 90px;
  }
  .voice_item-txt {
    flex-basis: 400px;
    max-width: 400px;
    font-size: 1.6rem;
  }
  .voice_item-txt p:last-of-type {
    font-size: 1.4rem;
    margin: 12px 0 0 0;
  }
  .voice_item + p {
    max-width: 650px;
    font-size: 1.6rem;
    margin: 20px auto 0;
  }
}


/* ==========================================================================
   reason
   ========================================================================== */
#reason {
  font-family: "Shippori Mincho", serif;
  padding: 50px 0 80px 0;
}
.reason_block {
  padding: 0 30px;
}
.reason_ttl {
  font-size: 2.4rem;
  text-align: center;
}
.reason_stl {
  font-size: 2.4rem;
  text-align: center;
  margin: 20px 0 20px;
}
.reason_stl img {
  width: 44px;
  margin: 0 0 16px;
}
.reason_stl-stxt {
  font-size: 80%;
  line-height: 2;
}
.reason_movie {
  width: 100%;
  margin: 50px 0 0 0;
}
.reason_movie video {
  width: 100%;
}
.reason .accordion_cp {
  margin: 20px 30px 0;
}
@media screen and (min-width: 769px) {
  #reason {
    padding: 100px 0;
  }
  .reason_ttl {
    font-size: 3.8rem;
  }
  .reason_stl-stxt {
    font-size: 70%;
  }
  .reason_wrap {
    display: flex;
    flex-direction: row-reverse;
    margin: 100px 0 0 0;
  }
  .reason_wrap-02 {
    flex-direction: row;
  }
  .reason_movie {
    width: 50%;
    height: 420px;
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  .reason_movie div {
    object-fit: cover;
    width: auto;
    height: 420px;
    aspect-ratio: 16 / 9;
  }
  .reason_wrap-02 .reason_movie div {
    text-align: right;
/*
    left: 0;
    right: auto;
*/
  }
  .reason_block {
    width: 50%;
    padding: 0;
  }
  .reason_stl {
    max-width: 400px;
    font-size: 3.0rem;
    margin: 0 50px 20px auto;
  }
  .reason_wrap-02 .reason_stl {
    margin: 0 auto 20px 50px;
  }
  .reason_stl img {
    width: 70px;
    margin: 0 0 16px;
  }
  .reason_block-txt {
    max-width: 400px;
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 0 50px 0 auto;
  }
  .reason_wrap-02 .reason_block-txt {
    margin: 0 auto 0 50px;
  }
  .reason .accordion_cp {
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 1401px) {
  .reason_movie video {
    left: 0;
    right: auto;
  }
  .reason_wrap-02 .reason_movie video {
    left: auto;
    right: 0
  }
}


/* ==========================================================================
   accordion
   ========================================================================== */
.accordion_cp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #ffffff;
	border: 1px solid #787878;
  border-radius: 6px;
  margin: 20px 0 0 0;
}
.accordion_cp-header {
	font-size: 1.4rem;
  color: #787878;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 0 0 16px;
  position: relative;
}
.accordion_cp-header::before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(0, -50%);
	width: 16px;
	height: 2px;
  background-color: #3acbc6;
}
.accordion_cp-header::after {
  content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translate(0, -50%);
	width: 2px;
	height: 16px;
  background-color: #3acbc6;
}
details.accordion_cp[open] .accordion_cp-header:after {
  display: none;
}
.accordion_cp-inner {
  margin: 0 16px;
}
.accordion_cp-block {
  font-size: 1.3rem;
  border-top: 1px solid #dcdcdc;
  padding: 30px 0 0 0;
}
.accordion_cp-block h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.9rem;
  text-align: center;
  margin: 16px 0 10px;
}
.accordion_cp-block p {
  padding: 0 0 20px;
}
details.accordion_cp summary::-webkit-details-marker {
  display: none;
}
@media screen and (min-width: 769px) {
  .accordion_cp {
    max-width: 900px;
    margin: 40px auto 0;
  }
  .accordion_cp-header {
    font-size: 1.6rem;
    height: 90px;
    padding: 0 45px;
  }
  .accordion_cp-header::before {
    right: 45px;
    width: 30px;
    height: 4px;
    background-size: auto 50px;
  }
  .accordion_cp-header::after {
    right: 57px;
    width: 4px;
    height: 30px;
  }
  .accordion_cp-inner {
    font-size: 1.4rem;
    margin: 0;
    padding: 0 40px;
  }
  .accordion_cp-block {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 30px 0;
  }
  .accordion_cp-block h4 {
    margin: 0 0 20px;
  }
  .accordion_cp-img {
	  flex-basis: 47%;
	  max-width: 47%;
  }
  .accordion_cp-txt {
	  flex-basis: 47%;
	  max-width: 47%;
  }
}


/* ==========================================================================
   trial
   ========================================================================== */
.trial {
  color: #ffffff;
  background-color: #3acbc6;
  padding: 30px 0 50px 0;
}
.trial_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 3.0rem;
  text-align: center;
  line-height: 1.4;
}
.trial_ttl span {
  font-size: 1.3rem;
}
.trial_ttl + p {
  font-family: "Shippori Mincho", serif;
  margin: 16px 0 0 0;
  padding: 36px 0 0 0;
  position: relative;
}
.trial_ttl + p::before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(347px/27);
	height: calc(400px/27);
	background-color: #2eafa7;
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 74%, 50% 100%, 0 75%);
}
.trial_ttl + p + p.note {
  font-size: 1.2rem;
  padding: 20px 0 0 0;
}
.trial_box {
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  color: #000;
  text-align: center;
  background-color: #fff;
  margin: 30px 0 0 0;
  position: relative;
}
.trial .trial_box:last-of-type {
  margin: 80px 0 0 0;
}
.trial .trial_box:last-of-type::before {
  content: "";
	display: inline-block;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 1px;
  background-color: #fff;
}
.trial_box-price {
  padding: 20px 20px 10px;
}
.trial_box-price p.limited {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #787878;
  text-decoration: underline;
  margin: 0 0 10px;
}
.trial_box-price p:last-of-type {
  font-family: "EB Garamond", serif;
  font-size: 4.5rem;
  line-height: 1.5;
}
.trial_box-price p:last-of-type span {
  font-size: 70%;
  padding: 0 6px 0 0;
}
.trial .trial_box:last-of-type .trial_box-price {
  position: relative;
}
.trial .trial_box:last-of-type .trial_box-price::before {
  content: "+ オプション";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
  font-family: YakuHanJP,'Yu Gothic Medium','游ゴシック Medium',YuGothic,'游ゴシック体','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  background-color: #3acbc6;
  border-radius: 50px;
  padding: 4px 16px 4px;
}
.trial_box-price a {
  display: block;
  font-size: 1.3rem;
  color: #787878;
  text-decoration: underline;
  margin: 0 0 5px;
}
.text_attention {
  font-size: 1.2rem;
  margin: 10px 0 0 0;
}
.text_attention li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.ontheday {
  font-size: 1.4rem;
  background-image: url("../img/trial_img03_sp.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px 0 0 0;
  padding: 20px;
}
.ontheday_ttl {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 8px;
}
.ontheday_txt {
  font-size: 1.2rem;
  padding: 0 0 5px 1.5em;
}
.trial .accordion_cp {
  width: 90%;
  margin: 20px auto 0;
}
.trial_flow {
  font-size: 1.3rem;
  color: #555;
  border-top: 1px solid #dcdcdc;
  padding: 20px 0 0 0;
  position: relative;
}
.trial_flow::before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 23px;
	left: 9px;
	width: 2px;
	height: 92%;
  background-color: #3acbc6;
}
.trial_flow-item {
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  padding: 0;
  margin: -3px 0 20px;
}
.trial_flow-item::before {
  content: "1";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  background-color: #3acbc6;
}
.trial_flow-item:nth-child(2)::before {
  content: "2";
}
.trial_flow-item:nth-child(3)::before {
  content: "3";
}
.trial_flow-item:nth-child(4) {
  margin: 0;
}
.trial_flow-item:nth-child(4)::before {
  content: "4";
}
.trial_flow-item:nth-child(5) {
  margin: 0;
}
.trial_flow-item:nth-child(5)::before {
  content: "5";
}
.trial_flow-item:nth-child(6) {
  background-color: #fff;
  margin: 0 0 30px;
  padding: 0 0 2px;
  position: relative;
  z-index: 1;
}
.trial_flow-item:nth-child(6)::before {
  content: "6";
}
.trial_flow-item p.green {
  padding: 3px 0 5px 30px;
  line-height: 1;
}
.trial_flow-txt {
  padding: 0 0 0 30px;
}
.trial_flow-img {
  margin: 12px 0 20px 30px;
}
@media screen and (min-width: 769px) {
  .trial {
    padding: 100px 0;
  }
  .trial .inner {
    max-width: 730px;
    margin: 0 auto;
  }
  .trial_ttl {
    font-size: 4.0rem;
  }
  .trial_ttl span {
    font-size: 1.8rem;
  }
  .trial_ttl + p {
    font-size: 1.6rem;
    margin: 30px 0 0 0;
    padding: 50px 0 0 0;
  }
  .trial_ttl + p::before {
    width: calc(347px/20);
    height: calc(400px/20);
  }
  .trial_ttl + p + p.note {
    font-size: 1.2rem;
    padding: 20px 0 0 0;
  }
  .trial_box {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    margin: 60px 0 0 0;
    position: relative;
  }
  .trial .trial_box:last-of-type {
    margin: 80px 0 0 0;
  }
  .trial .trial_box:last-of-type::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .trial_box div:first-child {
  	flex-basis: 50%;
	  max-width: 50%;  
  }
  .trial_box-price {
  	flex-basis: 50%;
	  max-width: 50%;  
    padding: 20px 20px 10px;
  }
  .trial_box-price p.limited {
    font-size: 1.3rem;
  }
  .trial_box-price p:last-of-type {
    font-family: "EB Garamond", serif;
    font-size: 5.0rem;
    line-height: 1;
  }
  .trial_box-price p:last-of-type span {
    font-size: 70%;
  }
  .trial .trial_box:last-of-type .trial_box-price {
    position: relative;
    margin-top: 30px;
  }
  .trial .trial_box:last-of-type .trial_box-price::before {
    content: "+ オプション";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    background-color: #3acbc6;
    border-radius: 50px;
    padding: 4px 16px 4px;
  }
  .trial_box-price a {
    display: block;
    font-size: 1.3rem;
    color: #787878;
    text-decoration: underline;
    margin: 0 0 5px;
  }
  .text_attention {
    font-size: 1.2rem;
    margin: 10px 0 0 0;
  }
  .text_attention li {
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
  .ontheday {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    background-image: url("../img/trial_img03_pc.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px 0 0 0;
    padding: 20px;
  }
  .ontheday_ttl {
    font-size: 1.8rem;
    text-align: center;
    margin: 0;
	  flex-basis: 52%;
	  max-width: 52%;
  }
  .ontheday_block {
	  flex-basis: 42%;
	  max-width: 42%;
    margin: 0 4% 0 0;
  }
  .ontheday_txt {
    font-size: 1.2rem;
    padding: 0 0 5px 1.5em;
  }
  .trial_flow {
    font-size: 1.6rem;
    padding: 40px 36px 0;
  }
  .trial_flow::before {
    top: 40px;
    left: 50px;
    width: 2px;
    height: 92%;
    font-size: 1.8rem;
  }
  .trial_flow-item {
    font-size: 1.3rem;
    font-weight: 500;
    position: relative;
    padding: 0;
    margin: -3px 0 20px;
  }
  .trial_flow-item::before {
    width: 28px;
    height: 28px;
    font-size: 1.8rem;
    line-height: 26px;
  }
  .trial_flow-wrap {
    display: flex;
    justify-content: space-between;
  }
  .trial_flow-item p.green {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 4px 0 10px 40px;
  }
  .trial_flow-txt {
    font-size: 1.6rem;
    padding: 0 0 0 40px;
  }
  .trial_flow-img {
    max-width: 343px;
    margin: 12px 0 20px 30px;
  }
}


.pilatesbsp {
  max-width: 730px;
  margin: 50px auto 0;
}
.pilatesbsp > p {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.6;
}
p.pilatesbsp_fee {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.6;
  border: 1px solid #fff;
  margin: 16px 0 0 0;
  padding: .4em 1em;
}
.pilatesbsp_img {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pilatesbsp {
    max-width: 600px;
    margin: 80px auto 0;
  }
  p.pilatesbsp_fee {
    font-size: 1.4rem;
    margin-top: 20px; 
    padding: 1em;
  }
  .pilatesbsp_img {
    margin-top: 30px; 
  }
}



/* ==========================================================================
   staff
   ========================================================================== */
.staff {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.staff_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
}
.staff_ttl + p {
  font-family: "Shippori Mincho", serif;
  margin: 16px 0 0 0;
  padding: 36px 0 0 0;
  position: relative;
}
.staff_ttl + p::before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(347px/27);
	height: calc(400px/27);
	background-color: #3acbc6;
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 74%, 50% 100%, 0 75%);
}
.staff_container {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
}
.staff_container:last-child {
  border-top: 1px solid #dcdcdc;
  margin: 40px 0 0 0;
  padding: 10px 0 0 0;
}
.staff_item {
	flex-basis: 46%;
	max-width: 46%;
  margin: 30px 0 0 0;
}
.staff_name {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 8px 0 10px;
}
.staff_name span {
  font-size: 1.2rem;
}
.staff_txt {
  font-size: 1.3rem;
}
.staff_modal-btn {
  display: flex;
  justify-content: flex-end;
}
.staff_modal-btn p { 
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  color: #3ac9c4;
  text-align: right;
  border-bottom: 1px solid #3ac9c4;
  margin: 5px 0 0 0;
  padding: 0 14px 0 0;
  cursor: pointer;
  position: relative;
}
.staff_modal-btn p::after {
  content: "+";
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 0;
	width: 11px;
	height: 11px;
  font-size: 1.0rem;
  line-height: 8px;
  border: 1px solid #3ac9c4;
  border-radius: 50%;
  padding: 0 1px 0 0;
}
.modal_staff-name {
  font-family: "Shippori Mincho", serif;
  font-size: 2.0rem;
  line-height: 1.2;
  border-bottom: 2px solid #3ac9c4;
  margin: 0 0 16px 0;
  padding: 8px 0 6px;
}
.modal_staff-name span {
  font-size: 1.3rem;
}
.modal_staff-txt {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .staff {
    padding: 100px 0;
  }
  .staff .inner {
    max-width: 730px;
    margin: 0 auto;
  }
  .staff_ttl {
    font-size: 4.0rem;
    line-height: 1.4;
  }
  .staff_ttl + p {
    font-size: 1.6rem;
    margin: 40px 0 0 0;
    padding: 60px 0 0 0;
  }
  .staff_ttl + p::before {
    width: calc(347px/20);
    height: calc(400px/20);
  }
  .staff_container {
    gap: 0 65px;
  }
  .staff_container:last-child {
    margin: 60px 0 0 0;
    padding: 10px 0 0 0;
  }
  .staff_item {
    flex-basis: 200px;
    max-width: 200px;
    margin: 60px 0 0 0;
  }
  .staff_name {
    font-size: 1.8rem;
    margin: 8px 0 10px;
  }
  .staff_name span {
    font-size: 1.4rem;
  }
  .staff_txt {
    font-size: 1.4rem;
  }
  .staff .modal_container-inner {
    max-width: 730px;
    overflow: hidden;
  }
  .staff .modal_close {
    font-size: 3rem;
    padding: 0 0 0 0;
  }
  .staff_modal-btn p { 
    font-size: 1.4rem;
    color: #3ac9c4;
    text-align: right;
    border-bottom: 1px solid #3ac9c4;
    margin: 5px 0 0 0;
    padding: 0 16px 0 0;
    cursor: pointer;
    position: relative;
  }
  .staff_modal-btn p::after {
    content: "+";
    top: 6px;
    right: 0;
    width: 13px;
    height: 13px;
    font-size: 1.0rem;
    line-height: 10px;
    border: 1px solid #3ac9c4;
    border-radius: 50%;
    padding: 0 2px 0 0;
  }
  .modal_staff-img {
    max-width: 385px;
    margin: 0 auto;
  }
  .modal_staff-name {
     max-width: 385px;
    font-size: 2.2rem;
    line-height: 1.2;
    border-bottom: 2px solid #3ac9c4;
    margin: 0 auto 36px;
    padding: 8px 0 6px;
  }
  .modal_staff-name span {
    font-size: 1.6rem;
  }
  .modal_staff-txt {
    font-size: 1.5rem;
  }
}


/* ==========================================================================
   modal window
   ========================================================================== */
.modal_container {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
}
.modal_container-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 315px;
	height: 90vh;
	margin: auto;
	padding: 20px 0 0;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .3);
  overflow-y: scroll;
}
.modal_close {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	padding: 0;
	background-color: #787878;
	color: #ffffff;
	cursor: pointer;
	font-size: 40px;
	line-height: 30px;
  text-align: center;
	width: 40px;
	height:40px;
}
.modal_wrap {
  width: 90%;
  margin: 0 auto;
  padding: 36px 0 40px;
}
@media screen and (min-width: 769px) {
	.modal_container {
		width: 100%;
	}
	.modal_container-inner {
		padding-top: 25px;
		max-width: 960px;
	}
	.modal_close {
		padding: 0 15px;
		font-size: 4rem;
	}
  .staff .modal_wrap .text_attention {
    font-size: 1.3rem;
  }
}


/* ==========================================================================
   menu
   ========================================================================== */
.menu {
  background-color: #e1f7f6;
  padding: 50px 0;
}
.menu_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 26px;
  padding: 0 0 36px;
  position: relative;
}
.menu_ttl span {
  font-size: 1.2rem;
}
.menu_ttl::before {
  content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(347px/27);
	height: calc(400px/27);
	background-color: #3acbc6;
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 74%, 50% 100%, 0 75%);
}
.menu_container {
  background-color: #fff;
  background-image: url("../img/menu_bg_sp.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 30px 4%;
}
.menu_container h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.0rem;
  text-align: center;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 15px;
}
.menu_container h3::after {
  content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 20px;
	height: 1px;
  background-color: #555555;
}
.menu_txt {
  font-family: "Shippori Mincho", serif;
}
.menu_box {
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  margin: 20px 0 0 0;
  padding: 16px 25px 10px;
}
.menu_box-price {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-size: 3.5rem;
  line-height: 1.5;
}
.menu_box-price span {
  font-size: 70%;
  padding: 0 6px 0 0;
}
.menu_box-price span.month {
  font-size: 56%;
}
.menu_box-block {
  background-color: #e1f7f6;
  margin: 8px 0 0px;
  padding: 8px 0;
}
.menu_box-block:last-child {
  margin-bottom: 16px;
}
.menu_modal-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
.menu_modal-btn p { 
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  color: #3ac9c4;
  text-align: right;
  border-bottom: 1px solid #3ac9c4;
  margin: 5px 0 0 0;
  padding: 0 14px 0 0;
  cursor: pointer;
  position: relative;
}
.menu_modal-btn p::after {
  content: "+";
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 0;
	width: 11px;
	height: 11px;
  font-size: 1.0rem;
  line-height: 8px;
  border: 1px solid #3ac9c4;
  border-radius: 50%;
  padding: 0 1px 0 0;
}
.menu .modal_container-inner {
  background-color: #e1f7f6;
}
.menu_modal-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  color: #3ac9c4;
  text-align: center;
}
.modal_wrap p.menu_modal-ttl:nth-child(3) {
  border-top: 1px solid #fff;
  margin: 30px 0 0 0;
  padding: 20px 0 0 0;
}
.menu_modal-txt {
  font-size: 1.3rem;
  text-align: center;
  margin: 1em 0 0;
}
.bnr_esthetic {
  font-size: 13px;
  display: block;
  background-color: #fff;
  background-image: url("../img/esthetic_bg_sp.png") , url("../img/arrow_bk.png");
  background-position: 0 0 , calc(100% - 15px) 50%;
  background-repeat: no-repeat , no-repeat;
  background-size: cover , 20px auto;
  margin: 20px 0 0 0;
  padding: 40px 18px 20px;
}
.bnr_esthetic-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  text-align: center;
  margin: 0 0 32px;
  padding: 0 0 10px;
  position: relative;
}
.bnr_esthetic-ttl::after {
  content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 20px;
	height: 1px;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .menu {
    padding: 100px 0;
  }
  .menu .inner {
    max-width: 900px;
    margin: 0 auto;
  }
  .menu_ttl {
    font-size: 4.0rem;
    margin: 0 0 40px;
    padding: 0 0 60px;
    position: relative;
  }
  .menu_ttl span {
    font-size: 1.2rem;
  }
  .menu_ttl::before {
    width: calc(347px/20);
    height: calc(400px/20);
  }
  .menu_container {
    background-image: url("../img/menu_bg_sp.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 75% auto;
    padding: 40px 85px;
  }
  .menu_container h3 {
    font-size: 2.8rem;
    margin: 0 0 60px;
    padding: 0 0 15px;
  }
  .menu_container h3::after {
    left: 50%;
    width: 28px;
  }
  .menu_txt {
    font-size: 1.6rem;
  }
  .menu_box {
    font-size: 2.0rem;
    border-radius: 10px;
    margin: 50px 0 0 0;
    padding: 26px 65px 26px;
  }
  .menu_box-price {
    font-size: 4.0rem;
    line-height: 1;
    margin-top: 5px;
  }
  .menu_box-price span {
    font-size: 70%;
  }
  .menu_box-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin: 26px 0 0 0;
  }
  .menu_box-block {
    width: calc(50% - 15px);
    margin: 0;
    padding: 8px 0 16px;
  }
  .menu_box-block:last-child {
    margin-bottom: 0;
  }
  .menu_modal-btn {
    margin: 20px 0 0;
  }
  .menu_modal-btn p { 
    font-size: 1.4rem;
    margin: 5px 0 0 0;
    padding: 0 16px 0 0;
  }
  .menu_modal-btn p::after {
    top: 6px;
    right: 0;
    width: 13px;
    height: 13px;
    font-size: 1.0rem;
    line-height: 10px;
    padding: 0 2.5px 0 0;
  }
  .menu .modal_container-inner {
    background-color: #e1f7f6;
    max-width: 730px;
  }
  .menu .modal_close {
    font-size: 3rem;
    padding: 0 0 0 0;
  }
  .menu_modal-ttl {
    font-size: 2.0rem;
  }
  .modal_wrap p.menu_modal-ttl:nth-child(3) {
    width: 550px;
    border-top: 2px solid #fff;
    margin: 40px auto 0;
    padding: 30px 0 0 0;
  }
  .menu_modal-txt {
    font-size: 1.5rem;
    margin: 1.5em 0 0;
  }
  .bnr_esthetic {
    font-size: 14px;
    text-align: center;
    display: block;
    background-color: #fcfcfc;
    background-image: url("../img/esthetic_bg_pc.png") , url("../img/arrow_bk.png");
    background-position: 0 0 , calc(100% - 45px) 50%;
    background-repeat: no-repeat , no-repeat;
    background-size: cover , 30px auto;
    margin: 40px 0 0 0;
    padding: 40px 18px 40px;
  }
  .bnr_esthetic-ttl {
    font-size: 2.8rem;
    margin: 0 0 40px;
    padding: 0 0 15px;
  }
  .bnr_esthetic-ttl::after {
    width: 28px;
    height: 1px;
  }
}

/* ==========================================================================
   access
   ========================================================================== */
.access {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.access_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
}
.access_ttl + p {
  font-family: "Shippori Mincho", serif;
  margin: 16px 0 0 0;
  padding: 36px 0 0 0;
  position: relative;
}
.access_ttl + p::before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(347px/27);
	height: calc(400px/27);
	background-color: #3acbc6;
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 74%, 50% 100%, 0 75%);
}
.access_iframe {
  overflow: hidden;
  margin: 20px 0 0 0;
}
.access_iframe iframe {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .access {
    padding: 100px 0;
  }
  .access .inner {
    max-width: 730px;
    margin: 0 auto;
  }
  .access_ttl {
    font-size: 4.0rem;
  }
  .access_ttl + p {
    margin: 40px 0 0 0;
    padding: 60px 0 30px 0;
  }
  .access_ttl + p::before {
    width: calc(347px/20);
    height: calc(400px/20);
  }
}


/* ==========================================================================
   qanda
   ========================================================================== */
.qanda {
  background-color: #fff;
  padding: 50px 0;
}
.qanda_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 26px;
  padding: 0 0 36px;
  position: relative;
}
.qanda_ttl::before {
  content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(347px/27);
	height: calc(400px/27);
	background-color: #3acbc6;
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 74%, 50% 100%, 0 75%);
}
@media screen and (min-width: 769px) {
  .qanda {
    padding: 100px 0;
  }
  .qanda_ttl {
    font-size: 4.0rem;
    margin: 0 0 40px;
    padding: 0 0 60px;
  }
  .qanda_ttl::before {
    width: calc(347px/20);
    height: calc(400px/20);
  }
}


.qanda .accordion_cp-header {
  height: auto;
  margin: 0 20px;
  padding: 15px 32px 15px 28px;
}
.qanda .accordion_cp-header::before {
	right: 0;
}
.qanda .accordion_cp-header::after {
	right: 7px;
}
.qanda .accordion_cp-header p {
  position: relative;
}
.qanda .accordion_cp-header p::before {
  content: "Q";
	display: inline-block;
	position: absolute;
	top: -4px;
	left: -28px;
  font-family: "Shippori Mincho", serif;
  font-size: 19px;
  color: #787878;
}
.qanda .accordion_cp-inner {
  font-size: 1.3rem;
  color: #787878;
  border-top: 1px solid #dcdcdc;
  margin: 0 20px;
  padding: 20px 0 5px 28px;
  position: relative;
}
.qanda .accordion_cp-inner p {
  position: relative;
  padding: 0 0 1em;
}
.qanda .accordion_cp-inner p:first-child::before {
  content: "A";
	display: inline-block;
	position: absolute;
	top: -4px;
	left: -28px;
  font-family: "Shippori Mincho", serif;
  font-size: 19px;
  color: #787878;
}
@media screen and (min-width: 769px) {
  .qanda .accordion_cp {
    margin: 20px auto 0;
  }
  .qanda .accordion_cp-header {
    margin: 0;
    height: 90px;
    padding: 15px 80px;
  }
  .qanda .accordion_cp-header::before {
    right: 40px;
    width: 30px;
  }
  .qanda .accordion_cp-header::after {
    top: 50%;
    right: 53px;
  }
  .qanda .accordion_cp-header p::before {
    top: -10px;
    left: -40px;
    font-size: 2.6rem;
  }
  .qanda .accordion_cp-inner {
    margin: 0 40px;
    padding: 20px 0 5px 40px;
  }
  .qanda .accordion_cp-inner p {
    padding: 0 0 1em;
  }
  .qanda .accordion_cp-inner p:first-child::before {
    top: -10px;
    left: -40px;
    font-size: 2.6rem;
  }
}




.faq_btn {
  position: relative;
	margin: 0 30px 60px;
}
.faq_btn-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	display: flex;
  align-items: center;
  justify-content: center;
	font-family: "Shippori Mincho", serif;
  font-weight: 300;
	font-size: 1.6rem;
}
.faq_btn-link:hover {
  opacity: .6;
}
.faq_btn-link::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background-image: url("../img/arrow_bk.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (min-width: 769px) {
	.faq_btn {
    max-width: 900px;
    margin: 0 auto 100px;
	}
	.faq_btn-link {
		font-size: 2.8rem;
    line-height: 1;
	}
	.faq_btn-link::after {
	  right: 12px;
		width: 30px;
		height: 30px;
	}
}



/* ==========================================================================
   trialform
   ========================================================================== */
.trialform {
  background-color: #3acbc6;
  padding: 50px 0;
}
.trialform .inner {
  padding: 0 10px;
}
.trialform_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
.trialform_ttl + p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
}
.trialform_container {
  background-color: #fff;
  margin: 20px 0 0 0;
  padding: 10px 20px 40px;
}
@media screen and (min-width: 769px) {
  .trialform {
    padding: 100px 0 0;
  }
  .trialform .inner {
    padding: 0 20px;
  }
  .trialform_ttl {
    font-size: 4.0rem;
  }
  .trialform_ttl + p {
    font-size: 1.8rem;
  }
  .trialform_container {
    margin: 50px 0 0 0;
    padding: 70px 20px;
  }
  .trialform_inner {
    max-width: 900px;
    margin: 0 auto;
  }
}


/*---------------------------------------------------------

Swiper

---------------------------------------------------------*/
.swiper_facility {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
  padding: 0 0 26px;
}
.swiper_facility .swiper_box {
  position: relative;
}
.swiper_facility .swiper_img {
  position: absolute;
  top: 0;
  left: 0;
}
.swiper_facility .swiper-slide .swiper_img {
  position: relative;
}
.swiper_facility .swiper-slide-active .swiper_img {
  padding: 0;
}
.swiper-slide-prev {
  z-index: 1;
}
.swiper-pagination {
  top: auto !important;
  bottom: 0px !important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #000000;
  margin: 0 6px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #3acbc6;
}
@media screen and (min-width: 768px) {
  .swiper_facility {
    width: 100%;
    margin: 50px 0;
    padding: 0 0 50px;
  }
  .swiper_facility .swiper_img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    text-align: center;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 12px;
  }
}


/*---------------------------------------------------------

Campaign

---------------------------------------------------------*/
.cp {
  max-width: 710px;
  margin: 0 auto 30px;
}
.cp_ttl {
  max-width: 340px;
  margin: 40px auto 16px;
}
.cp_img {
  margin: 0 4%;
}
.cp_img li {
  margin: 10px 0 0;
}
.cp_note {
  font-size: 1.2rem;
  margin: 10px 4% 0;
}
@media screen and (min-width: 768px) {
  .cp {
    margin: 0 auto 60px;
  }
  .cp_ttl {
    max-width: 540px;
    margin: 60px auto 16px;
  }
  .cp_img {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
  }
  .cp_img li {
    margin: 10px 0 0;
  }
  .cp_note {
    font-size: 1.3rem;
    margin: 10px 0 0;
  }
}
