@charset "UTF-8";

:root {
  /*キーカラー*/
  --keycolor: #F3DAE3;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}


html,
body {
  font-family: sans-serif;
  padding: 0;
  min-height: 100%;
}

html {
  font-size: 62.5%;
  margin: 0;
  width: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #135597;
  color: #111;
  font-family: "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 640px;
}

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

a {
  color: #111;
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  border-style: none;
  vertical-align: bottom;
}

img,
video {
  width: 100%;
  height: auto;
}

hr {
  display: none;
}

em {
  font-style: normal;
}

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

.clearfix {
  display: inline-table;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  outline: none;
}

h1 {
  background: #14a5e1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
}

article {
  overflow: hidden;
  position: relative;
  width: 100%;
}

button {
  background: #0b87c2;
  border: solid #135597;
  border-width: 0 0 5px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.8em 0.7em;
  position: relative;
  text-align: center;
  width: 100%;
  transition: 0.3s;
}

button:focus {
  outline-width: 0;
}

button:focus,
button:active,
button:hover {
  background: #0b87c2;
}

@media screen and (max-width:540px) {
  button {
    background: #0b87c2;
    border: solid #135597;
    border-width: 0 0 5px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.4em 0.7em;
    position: relative;
    text-align: center;
    width: 100%;
    transition: 0.3s;
  }
}


/*main contents*/
ul#articles {
  /*#space_countの高さ分*/
  margin-top: -30px;
}

li.space {
  float: left;
  padding-bottom: 10px;
}

li.col {
  float: left;
}

section#space_answer {
  background: transparent;
  margin: 0 3vw;
  min-height: 190px;
  padding: 186px 1vw 10px;
  position: relative;
}

@media screen and (min-width:640px) {
  section#space_answer {
    margin: 0 10px;
    padding: 385px 5px 10px;
  }
}

div.contents_wrapper {
  padding: 0 0 20px;
  position: relative;
  z-index: 0;
}

#spece_contents {
  background: #fff;
  border-radius: 5px;
  margin: 10px 0 20px 0;
  padding: 30px 15px 15px;
  overflow: hidden;
}

#spece_contents2 {
  background: #fff;
  border-radius: 5px;
  margin: 10px 0 20px 0;
  padding: 1vw 2.8vw 0;
  overflow: hidden;
}

.q_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.kome {
  font-size: 10px;
  text-align: right;
  padding-right: 4vw;
  width: 50%;
  flex: 1;
}

@media screen and (min-width:640px) {

  #spece_contents2 {
    padding: 15px 15px 0;
  }

  .kome {
    font-size: 13px;
    padding-right: 40px;
  }
}


/*回答ボタン*/
.button_list {
  align-items: center;
  margin: 10px auto 0;
  padding: 0 30px;
  width: 100%;
}

.button_list li {
  flex-shrink: 0;
  padding: 5px 10px 0;
  width: 100%;
}

.button_list--righting {
  justify-content: flex-end;
}


/*戻る*/
p.back.wt {
  color: #333;
}

.colTi {
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
  margin: 0 3vw;
}

.colTi span {
  font-weight: bold;
  font-size: 26px;
}

.colTi .mum {
  color: #F3DAE3;
  flex: 0 0 65px;
  margin-right: 10px;
}

.colTi .mum img {
  width: 100%;
}

p.back {
  color: #333;
  font-size: 13px;
  margin: 0 0 0 3vw;
  padding: 0 0 0 3vw;
  width: 40%;
}

#space_1 {
  margin-top: -22%;
}

@media screen and (min-width:1024px) {
  #space_1 {
    margin-top: -330px;
  }
}

#space_2 {
  display: none;
}
#space_2.active {
  display: block !important;
}


#space_2 .img img {
  width: 100%;
  height: auto;
}

#space_2 .ttl {
  margin: 20px;
}

#space_2 .line_count {
  padding: 6%;
}

#space_2 .get-coupon-btn {
  margin-top: 20px;
  padding-bottom: 20px;
}

#space_2 .img.btn {
  padding: 0 10px 20px 10px;
}

.personals {
  border-radius: 5px;
  margin: -300px 0px -220px;
  min-height: 230px;
  padding: 30px 0 0;
  position: relative;
  z-index: 1;
  top: -220px;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width:640px) {
  #spece_contents {
    padding: 20px 2.8vw 10px;
  }

  .button_list {
    padding: 0 2vw;
  }

  .colTi .mum {
    width: 18vw;
    color: #F3DAE3;
    margin-right: 1vw;
    flex: 0 0 12vw;
  }

  .colTi span {
    font-size: 3.9vw;
  }

  .personals {
    margin: -60px 0px -220px;
    min-height: 230px;
    padding: 0;
  }
}

@media screen and (min-width:640px) {
  .colTi {
    margin: 0 19px;
  }

  p.back {
    font-size: 16px;
    margin: 0 0 0 15px;
    padding: 0 0 0 25px;
  }

  #space_1 {
    margin-top: -26%;
  }
}

@media screen and (max-width:540px) {
  #space_1 {
    margin-top: -21%;
  }
}

@media screen and (max-width:375px) {
  #space_1 {
    margin-top: -20%;
  }
}

.row_wrap_fv {
  display: flex;
  align-items: start;
}

.row_wrap__item_fv {
  margin: 0;
}

.row_wrap__item_fv video {
  width: 100%;
}

.row_wrap {
  display: flex;
  align-items: start;
}

.row_wrap__item {
  margin: 0 3vw;
}

.row_wrap__item img {
  width: 100%;
}

@media screen and (min-width:640px) {
  .row_wrap__item {
    margin: 0 19px;
  }
}

p.button {
  margin: 10px auto 0;
  width: 250px;
}

.btn_and {
  font-size: 18px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
}

.thanks_txt {
  font-size: 26px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  margin: 10px 0 20px;
  color: #333;
  line-height: 1.3;
}

.sp {
  display: none;
}

@media screen and (max-width:540px) {
  .thanks_txt {
    font-size: 16px;
    margin: 10px 20px;
  }

  .sp {
    display: block;
  }
}


video {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: -4px;
  padding: 0;
}

.slide-title {
  width: 90%;
  margin: 0 auto;
}

.slider-wrapper {
  padding: 0 40px;
}

.slider-wrapper ul {
  margin: 0 auto;
}

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

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

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

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

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

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

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

.slide-items__textbox {
  padding-top: 5px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 11px;
}

.slide-items__textbox p {
  line-height: 1.4;
  font-size: 12px;
}

.slide-items__textbox p:first-child {
  font-weight: bold;
}

.slide-items__textbox p:last-child {
  text-align: right;
}

@media screen and (min-width:640px) {
  .slide-items__textbox p {
    font-size: 13px;
  }
}

@media screen and (max-width:375px) {
  .slide-items__textbox p {
    font-size: 11px;
  }
}



.about {
  background-color: #fff;
  border-top: 1px solid #dae8fa;
  padding: 12px;
}


/* doctor */
.doctor {
  margin-top: -10px;
  position: relative;
}

.doctor__thumb {
  width: 36%;
  height: auto;
  position: absolute;
  top: 29%;
  left: 10%;
}

/* detail */
.detail {
  position: relative;
}

.detail__text {
  position: absolute;
  top: 15%;
  left: 0;
}

.detail-2 {
  position: relative;
}

.detail-2__video {
  margin-bottom: 0;
}

.detail__text-1 {
  position: absolute;
  top: 2%;
  left: 45%;
  width: 39%;
}

.detail__text-2 {
  position: absolute;
  top: 66%;
  left: 4%;
  width: 60%;
}

.detail__text-3 {
  position: absolute;
  top: 20%;
  left: 6%;
  width: 90%;
}

/* sns */
.sns {
  position: relative;
}

.sns__text-1 {
  position: absolute;
  top: 19%;
  left: 37%;
  width: 52%;
}

.sns__text-2 {
  position: absolute;
  top: 44%;
  left: 19%;
  width: 47%;
}

.sns__text-3 {
  position: absolute;
  top: 66%;
  left: 37%;
  width: 52%;
}

.sns__text-4 {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 34%;
}

/* flow */
.flow {
  margin-top: -3px;
  color: #fff;
}

.flow__video {
  margin-top: -3px;
}

/* coupon top */
.coupon-top {
  position: relative;
}

.coupon-top__text-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.coupon-top__text-2 {
  position: absolute;
  top: 30%;
  left: 5%;
}

.coupon-top__text-2-wrap {
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  margin: auto;
}

.coupon-top__text-2-inner {
  display: inline-block;
}

.coupon-top__text-2-img {
  width: 100%;
}

.coupon-top__price {
  position: absolute;
  top: 47%;
  left: 0;
  padding: 20px;
}

/* coupon bottom */
.coupon-bottom {
  position: relative;
}

.coupon-bottom__text {
  position: absolute;
  top: 0;
  left: 0;
}

.coupon-bottom__price {
  position: absolute;
  top: 23%;
  left: 0;
  padding: 20px;
}

/*div.access*/
.access {
  background-color: #fff;
  padding: 12px;
}

.access__head {
  position: relative;
}

.access__head-text {
  position: absolute;
  top: 46%;
  left: 0;
}

/* アコーディオン */
.toggle {
  display: none;
}

.Label {
  padding: .8em;
  letter-spacing: -1px;
  display: block;
  color: #000;
  background: #fb4f7a;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.accordion__content {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}

.toggle:checked+.Label+.accordion__content {
  height: auto;
  padding: 20px;
  transition: all .3s;
}

.accordion 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: 12px;
  transform: rotate(135deg);
}

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

.accordion__content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.toggle:checked+.Label+.accordion__content {
  height: auto;
  padding: 20px;
  transition: all .3s;
}

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


/*クリニック一覧*/
.clinic-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 50px;
}

.clinic-header {
  margin: 0 0 15px;
}

.area-item {
  width: 100%;
}

.area-item .item-header {
  background-color: #fb4f7a;
  padding: 4%;
  display: flex;
  cursor: pointer;
  margin: 10px 20px 0;
  box-shadow: 0px 7px 0px 0px rgba(190, 190, 190, 0.4);
}

.area-item .item-header p {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
}

.area-item .item-header img {
  width: 45%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.area-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
}

.sub-item {
  display: flex;
  flex-direction: column;
  padding: 0 20px
}

.sub-header {
  font-family: YuMincho, "Yu Mincho", serif;
  padding: 15px 0;
  color: #222222;
  text-align: center;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 900;
}

.sub-body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
  color: #222222;
  font-weight: 300;
}

.table-wrapper {
  width: 100%;
}

.map__main-img {
  margin-bottom: 20px;
}

.map-wrapper {
  width: 100%;
}

.map-wrapper iframe {
  width: 100%;
}

.table-wrapper th {
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  vertical-align: baseline;
}

.table-wrapper td {
  padding-left: 16px;
  padding-bottom: 12px;
}

.area-item input {
  display: none;
}

/* クリニック一覧　矢印*/
.toggle:checked+.item-header+.item-inner {
  height: auto;
  padding: 20px;
  transition: all .3s;
}

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

.item-inner {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.toggle:checked+.item-header+.item-inner {
  height: auto;
  padding: 20px;
  transition: all .3s;
}


/*.line_dtl主なリスク・副作用について*/
.line_dtl {
  margin: 30px 0;
}

.line_dtl_ttl {
  padding-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.line_dtl_txt {
  margin-top: 10px;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 620px) {
  .line_dtl_ttl {
    font-size: 10px;
  }

  .line_dtl_txt {
    font-size: 8px;
  }
}

/*div.footer*/
div.footer {
  background: #135597;
  width: 100%;
  max-width: 640px;
  text-align: center;
  margin: 0 auto;
  padding: 340px 0 15px;
}

div.footer p {
  display: inline-block;
  padding: 0 5px;
}

div.footer p a {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}


/*●●●●●以下不要●●●●●*/
/*
.line_btn {
  width: 100%;
  margin: 0 auto;
}
.mg {
  margin: 20px 0 0;
}
*/
/*
.fv {
  display: block;
  width: 100%;
  margin: 0 auto;

}
.fv img {
  display: block;
  width: 100%;
  height: auto;
}
*/
.item-header::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);
}

.animate__slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
  animation-name: slideTextX100;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0
  }

  to {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0
  }

  to {
    transform: translateX(0);
    opacity: 1
  }
}


.animate__slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
  animation-name: slideTextX-100;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0
}

@-webkit-keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 1
  }

  to {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 1
  }

  to {
    transform: translateX(0);
    opacity: 1
  }
}

.animate__delay-01s {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.animate__delay-02s {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.animate__delay-03s {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.animate__delay-04s {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.animate__delay-05s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.animate__delay-06s {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.animate__delay-07s {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.animate__delay-08s {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.animate__delay-09s {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.ofv {
  overflow: visible;
}

.title_back {
  position: relative;
}

.title_back_img100 {
  width: 100%;
}

.title_front28 {
  position: absolute;
  top: 5.5%;
  right: 0;
  left: 0;
  margin: auto;
  width: 60%;
}

.title_front29 {
  position: absolute;
  top: 22%;
  right: 0;
  left: 0;
  margin: auto;
  width: 81%;
}

.title_front30 {
  position: absolute;
  top: 47%;
  right: 0;
  left: 0;
  margin: auto;
  width: 90%;
}

.title_front31 {
  position: absolute;
  top: 63%;
  left: 7%;
  margin: auto;
  width: 20%;
}

.title_front32 {
  position: absolute;
  top: 70%;
  right: 7%;
  margin: auto;
  width: 20%;
}

.title_front33 {
  position: absolute;
  top: 78%;
  left: 7%;
  margin: auto;
  width: 20%;
}

.title_front34 {
  position: absolute;
  top: 86%;
  right: 7%;
  margin: auto;
  width: 20%;
}

.title_front35 {
  position: absolute;
  bottom: -3%;
  right: 0;
  left: 0;
  margin: auto;
  width: 15%;
}

p.back.wt {
  color: #fff;
}

.bg_img {
  background: url("../img/bg_img.png");
  padding-bottom: 20px;
}

/************************
クリニック一覧 アコーディオン
************************/
.sec-clinic-list__wrap,
.sec-clinic-list__wrap * {
  all: unset;
}

.sec-clinic-list__wrap {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 6% 10%;
  line-height: 1.5;
  background-color: #fff;
}

.sec-clinic-list__wrap img {
  width: 100%;
  height: auto;
}

.sec-clinic-list__wrap .sec-clinic-list__item {
  width: 100%;
}

.sec-clinic-list__wrap .sec-clinic-list__header {
  background-color: #ffd1d5;
  padding: 3% 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-top: 6%;
  font-size: clamp(10px, 4vw, 20px);
  border-radius: 4px;
  font-weight: 500;
}

.sec-clinic-list__wrap .sec-clinic-list__header img {
  width: 45%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.sec-clinic-list__wrap .sec-clinic-list__sub-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sec-clinic-list__wrap .sec-clinic-list__sub-header {
  padding: 15px 0;
  color: #222222;
  text-align: center;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}

.sec-clinic-list__wrap .sec-clinic-list__sub-body {
  font-size: 15px;
  color: #222222;
  font-weight: 300;
}

.sec-clinic-list__wrap .sec-clinic-list__table-wrap {
  width: 100%;
}

.sec-clinic-list__wrap .sec-clinic-list__table-wrap table {
  width: 100%;
  display: table;
  border-collapse: collapse;
}

.sec-clinic-list__wrap .sec-clinic-list__table-wrap table tr {
  display: table-row;
}

.sec-clinic-list__wrap .sec-clinic-list__table-wrap table th {
  display: table-cell;
}

.sec-clinic-list__wrap .sec-clinic-list__table-wrap table td {
  display: table-cell;
}

.sec-clinic-list__wrap .sec-clinic-list__map-wrap {
  width: 100%;
}

.sec-clinic-list__wrap .sec-clinic-list__map-wrap iframe {
  width: 100%;
  height: 300px;
}

.sec-clinic-list__wrap .sec-clinic-list__table-wrap th {
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  vertical-align: baseline;
}

.sec-clinic-list__wrap .sec-clinic-list__table-wrap td {
  padding-left: 16px;
  padding-bottom: 12px;
}

.sec-clinic-list__wrap .sec-clinic-list__item input {
  display: none;
}

.sec-clinic-list__wrap .sec-clinic-list__item-inner {
  display: none;
}

.sec-clinic-list__wrap .sec-clinic-list__item input[type='checkbox']:checked+.sec-clinic-list__item-inner {
  display: block;
}

/************************
/ クリニック一覧 アコーディオン
************************/
