@charset "UTF-8";

/* CSS Document */
/*Reset*/
html {
	background-color: #fff;
	font-size: 62.5%;
	height: 100%;
	width: 100%;
}

body {
	width: 100%;
	max-width: 750px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	font-style: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	border-collapse: collapse;
	vertical-align: top;
	box-sizing: border-box;

}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	overflow: hidden;
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	min-height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

div.t,
ul.t {
	display: table;
}

div.t div.col,
ul.t li.col {
	display: table-cell;
	vertical-align: top;
}

div.t_s,
ul.t_s {
	display: table;

}

div.t_s div.col_s,
ul.t_s li.col_s {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

p,
a {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7;
}

p {
	margin: 0 0 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: normal;
	padding: 0;
}

a {
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	text-decoration: none;
	color: #000000;

}

h2 {
	padding: 0;
	text-align: center;
}


hr {
	border-width: 1px 0px 0px 0px;
	/* 太さ */
	border-style: solid;
	/* 線種 */
	border-color: #000000;
	/* 線色 */
	height: 1px;
	/* 高さ(※古いIE用) */
}



input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px;
	border: 1px solid #D3D3D3;
	background: #F7F7F7;
}

img,
input[type="image"],
video {
	width: 100%;
	height: auto;
}

/*-- デフォルトスマホぼボタンCSS解除 --*/
input,
button,
select,
textarea {
	-webkit-appearance: none;
}

input[type="submit"] {

	width: 100%;
	height: 60px;
	font-size: 1.8rem;
	margin: 40px 0 40px 0;
}

/*design*/
* {
  margin: 0;
  padding: 0;
  line-height: 1.0;
}


/*PC・SP表示非表示*/
.pc {
  display: none;
}

@media screen and (min-width:640px) {
  .pc {
    display: inline-block;
  }

  .sp {
    display: none;
  }
}


html,
body {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 640px;
}

body,
h1,
h2,
h3,
h4,
p {
  letter-spacing: 0.05em;
  margin: 0;
}

body {
  font-size: 1.4rem;
}

h1 {
  font-size: 5.6rem;
}

h2 {
  font-size: 2.8rem;
}



/*共通*/
.m_img {
  width: 100%;
  height: auto;
}

.annotation {
  font-size: 14px;
  color: #333;
  padding: 2rem 1.5rem 2rem;
}

@media screen and (max-width: 30em) {
  .annotation {
    font-size: 12px;
  }
}


/*見出し*/
h2.m_ttl {
  font-size: 24px;
  font-size: 2.4rem;
}

/*クーポン*/
.m_img .coupon__pinkline {
  position: relative;

  margin: 13% 5%;
  border: solid 3rem #fd738d;
  border-width: thick;
}

.m_img .pinkline__couponlogo {
  position: absolute;
  transform: translateY(-50%);
  left: 37.5%;
  width: 25%;
}

.m_img .pinkline__couponcold {
  margin-top: 10%;
}

.m_img .pinkline__bluebackground {
  margin: 10% 3% 3% 3%;
  padding-bottom: 5%;
  background-color: #dff1f8;
}

.m_img .bluebackground__order {
  margin-top: 8%;
  margin-bottom: 5%;
  margin-left: 37%;
  width: 25%;
}

.m_img .bluebackground__movie {
  width: 90%;
  margin-left: 5%;
}

.m_img .bluebackground__movie>video {
  width: 100%;
}

.box01 {
  background: #c4efc2;
  padding: 10px 0 20px;
}

.m_txt {
  text-align: center;
  margin: 0 auto;
}

/*footer*/

.f_wrap {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 180px;
}

.f_wrap .f_wrap__inner {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.f_wrap ul li {
  margin-bottom: 14px;
}

.f_wrap ul li:last-child {
  margin-left: 1.6rem;
}

.f_wrap ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.f_wrap .f_copy p {
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 30em) {
  .f_wrap {
    padding: 2rem 0.5rem 14rem;
  }
}


/*追従ボタン*/
.f_btn {
  position: fixed;
  bottom: 0;
  font-size: 50px;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  transition: .3s;
  margin: 0 auto;
  max-width: 610px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 1;

  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

.active {
  opacity: 1;
  visibility: visible;
}



/*セクション*/
.case {
  background: #dff1f8;
}


/*CVボタン*/
.line h2 {
  padding-top: 20px;
}

.line__btn {
  padding: 20px 0 40px;
}

.line__btn__s {
  animation: btn 0.8s infinite alternate;
}

@keyframes btn {
  from {
    transform: scale(0.95);
  }

  to {
    transform: scale(1.02);
  }
}


/*coupon*/
.coupon {
  background: #ffe8ec;
}

.coupon .text {
  padding: 40px 0 30px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

/*line*/
.line {
  margin-top: 50px;
}

/*calendar*/
.calendar {
  width: 90%;
}

/*section.if*/
section.if {
  background: #fff;
  padding: 15px 0;
}

p.if_tx {
  color: #111;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width:640px) {
  p.if_tx {
    font-size: 17px;
  }
}

@media screen and (max-width:380px) {
  p.if_tx {
    font-size: 13px;
  }
}


/*hospital*/
.hospital h2 {
  padding-top: 40px;
}

.slider-wrapper {
  margin: 0% 2%;
  padding: 0% 6%;
}

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

@media screen and (max-width: 600px) {
  .map-wrapper iframe {
    width: 90%;
  }
}

/*slider*/
.slider-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0% 6%;
  padding: 0% 6%;
  margin: 20px;
  background: #fff;
}

.slider-wrapper ul {
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
}

.slider-wrapper ul li p b {
  display: block;
  margin: 10px 0;
  font-family: serif;
}

.slider-wrapper ul li img {
  width: 100%;
}

.slider-title img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background: url(../img/lr_right.webp) !important;
  background-size: contain !important;
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0%;
  left: 0;
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .slick-next:before {
    background: url(../img/lr_right.webp) !important;
    background-size: contain !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
  }
}

.slick-prev:before {
  background: url(../img/lr_left.webp) !important;
  background-size: contain !important;
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0%;
  left: 0;
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .slick-prev:before {
    background: url(../img/lr_left.webp) !important;
    background-size: contain !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
  }
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}

.slick-prev,
.slick-next {
  top: 50%;
  width: 70px;
  height: 70px;
  z-index: 10;
}

@media screen and (max-width: 600px) {
  .slider-wrapper {
    margin-top: 0px;
  }

  .slick-prev,
  .slick-next {
    top: 35%;
    width: 40px;
    height: 40px;
  }

  .slick-prev {
    left: -30px;
  }

  .slick-next {
    right: -30px;
  }
}

.footer-info {
  width: 85%;
  margin: 0 auto 30px;
  font-size: 10px;
  line-height: 1.6;
  color: #5f5f5f;
}

@media screen and (min-width: 600px) {
  .footer-info {
    font-size: 18px;
  }
}

/*faq*/
.toggle {
  display: none;
}

.Label {
  /*タイトル*/
  padding: 1.3em;
  display: block;
  color: #fff;
  background: #00AFD5;
  margin: 0px 15px 0px 15px;
  font-size: 18px;
  font-family: serif;
}

.Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.toggle:checked+.Label+.content {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all .3s;
}

.toggle:checked+.Label::before {
  transform: rotate(-45deg) !important;
}

/*追従ボタン*/
.f_btn {
  position: fixed;
  bottom: 0;
  font-size: 50px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  margin: 0 auto;
  max-width: 640px;
  z-index: 11;

  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

.active {
  opacity: 1;
  visibility: visible;
}

.open_b {
  margin: 0 22px 9px;
  background: #e9f4e9;
  color: #333;
  text-align: center;
}

.open_r {
  font-weight: bold;
  color: #e12c2c;
  font-size: 22px;
}

video {
  width: 100%;
}


.line__box {
  text-align: center;
  padding: 30px 20px 20px 20px;
  background: #e6feff;
  margin-top: 20px;
}

.line__bttl {
  font-size: 13px;
  text-align: center;
}

.line__txt {
  margin-top: 13px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .line__txt {
    font-size: 9px;
  }
}


/*ボタンの設定*/

.bg {
  background: linear-gradient(90deg, rgb(253, 232, 239), rgb(228, 236, 253), rgb(212, 242, 252));
  padding: 10px;
  margin-top: -2px;
}

.auraBtn {
  position: relative;
  /*横幅*/
  width: 85%;
  /*外側の余白｜上下余白｜左右余白（auto=センタリング）｜*/
  margin: -180px auto 80px;
  /*-webkit-transition: .2s;
  transition: .2s;*/
}

/*ボタンが広がるアニメーション（1番目）*/
.auraBtn:before {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out infinite;
  animation: auraBtn 2s ease-out infinite
}

/*ボタンが広がるアニメーション（2番目）*/
.auraBtn:after {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out 1s infinite;
  animation: auraBtn 2s ease-out 1s infinite
}

/*ボタンが広がるアニメーション（共通設定）*/
.auraBtn:before,
.auraBtn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*広がるボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #ff5655;
  /*広がるボタンの初期位置*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*ボタン自体の設定*/
.auraBtn a {
  display: block;
  /*内側の余白｜上下余白｜左右余白｜*/
  padding: 30px 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*ボタン内テキストの水平方向の位置*/
  text-align: center;
  /*リンクの装飾*/
  text-decoration: none;
  /*ボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #ff5655;
  position: relative;
  z-index: 1;
}

/*広がるボタンのアニメーション（変更する場合は該当する箇所を修正してください）*/
@keyframes auraBtn {

  /*アニメーション初期（0秒の時）*/
  0% {
    /*拡大率　（1=100％）*/
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    /*透明度（0=透明、1=不透明）*/
    opacity: 1
  }

  /*1.8秒時*/
  90% {
    /*透明度*/
    opacity: .1
  }

  /*アニメーション最後（2秒時）*/
  to {
    /*拡大率　1番目の値はX軸、2番目の値はY軸*/
    -webkit-transform: scale(1.2, 1.5);
    transform: scale(1.2, 1.5);
    /*透明度*/
    opacity: 0
  }
}

/*ボタン右側の矢印の設定*/
.auraBtn a p {
  height: 54px;
  display: block;
  position: relative;
  /*文字の色*/
  color: #fff;
  /*文字の太さ*/
  font-size: 3.0rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0 !important;
}

.auraBtn a p:after {
  content: "";
  position: absolute;
  /*矢印の位置*/
  top: 50%;
  right: 30px;
  /*矢印の横幅*/
  width: 8px;
  /*矢印の高さ*/
  height: 8px;
  margin: -4px 0 0 0;
  /*矢印の線｜太さ｜線種｜色｜*/
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  /*矢印の回転角度*/
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg)
}

@media screen and (max-width: 640px) {
  .auraBtn {
    margin: -28vw auto  10vw;
  }
  .auraBtn a {
    height: 9vw;
    padding: 5vw 0;
  }
  .auraBtn a p {
    height: 9vw;
    font-size: 4.5vw;
  }
  .auraBtn a p:after {
    top: 3.5vw;
  }
}

@media screen and (max-width: 400px) {
  .auraBtn a p {
    padding-top: 1.5vw;
  }

  .auraBtn a p:after {
    right: 6vw;
  }
}

.cta {
  margin-bottom: 30px;
}

.menu {
  margin: 80px 0;
}

.menu_list {
  padding: 10px 6px 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.price_btn {
  padding: 10px;
  margin-top: -220px;
}

@media screen and (max-width: 640px) {
  .price_btn {
    margin-top: -140px;
  }
}