img {
  width: 100%;
  display: block;
  /* max-width: 800px; */
  margin: 0 auto;
}
a {
  text-decoration: none;
}
.main-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  /* padding: 2% 0 2% 0; */
}
body {
  background-image: url(../images/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width:1080px) {
  /* img {
    width: 90%;
  } */
  body {
    background-attachment: scroll;
  }
}
/*****フッター*****/
footer {
  padding: 3% 0;
  color: #ffffff;
  background: #000;
  text-align: center;
  font-size: small;
  display: block;
  height: 60px;
}
.copy {
  font-family: "Cormorant Garamond", serif;
}
.nav {
  display: block;
  padding-bottom: 2%;
  margin-top: 1%;
}
/*****lp*****/
.fv, .btn_area, .worry, .method, .reason, .doctor, .price, .qa_area, .access {
  position: relative;
}
/* 追従ボタン */
.fixed_btn {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .fixed_btn {
    width: 90%;
    right: 5%;
  }
}
.f_btn {
  filter: drop-shadow(0px 5px 5px #00000070);
}
.offer_btn {
  position: absolute;
  width: 90%;
  bottom: 5%;
  left: 0;
  right: 0;
}
.ba {
  position: relative;
  width: 100%;
  padding: 22% 0 10%;
  background: url("../images/ba.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
}
/*レビュー slickスライド*/
.single-item {
  width: 85%;
  margin: 10% auto 0;
  left: 0;
  right: 0;
}
.slick-prev::before, .slick-next::before {
  color: #444;
  font-size: 30px;
}
.slick-dots li button:before {
  font-size: 40px;
}
.slick-next:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #444;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.slick-next:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
}
.slick-prev:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #444;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.slick-prev:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
}
/*スマホレスポンシブ用*/
@media screen and (max-width: 560px) {
  .slick-next {
    right: -15px;
  }
  .slick-prev {
    left: -15px;
  }
  .slick-dots li button:before {
    font-size: 30px;
  }
}
.worry_text {
  position: absolute;
  width: 75%;
  top: 47%;
  left: 0;
  right: 0;
}
.now_text {
  position: absolute;
  width: 30%;
  top: 1%;
  left: 0;
  right: 0;
}
.reason_item {
  position: absolute;
  width: 90%;
  bottom: 4%;
  left: 0;
  right: 0;
}
.price_btn {
  position: absolute;
  width: 90%;
  top: 27%;
  left: 0;
  right: 0;
}
.keep_item {
  position: absolute;
  width: 61%;
  bottom: 15%;
  left: 20px;
}
/* QA */
.qa_title {
  box-shadow: 0 6px 8px 0 #d5b4cc;
}
.qa {
  background-color: #fae4f4;
}
.qa_area {
  padding: 60px 0 30px;
}
.accordion {
  max-width: 90%;
  background-color: #ffffff;
  margin: 0 auto;
}
.accordion:not([open]) {
  margin-bottom: 30px;
}
.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #ff6e8b;
  color: #fff;
  /*font-weight: 600;*/
  cursor: pointer;
  font-size: 1.2rem;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::before, .accordion summary::after {
  width: 3px;
  height: .9em;
  border-radius: 5px;
  background-color: #fff;
  content: '';
}
.accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}
.accordion summary::after {
  transition: rotate .3s;
}
.accordion[open] summary::after {
  rotate: 90deg;
}
.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
  font-size: 1rem;
  line-height: 1.5rem;
}
.accordion[open] p {
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .accordion summary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* accessエリア */
.access {
  background-color: #EDF6F5;
  padding: 40px 0;
}
.access_sub_title {
  margin: 0 auto;
  border-top: 1px solid #00c0bd;
  border-bottom: 1px solid #00c0bd;
  font-weight: 400;
  line-height: 1.6;
  color: #00c0bd;
  text-align: center;
  width: 20%;
  font-size: 1rem;
}
.access_title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.access_box {
  width: 90%;
  background: #fff;
  padding: 40px 0;
  margin: 0 auto;
}
iframe {
  width: 80%;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
.store_info {
  width: 80%;
  text-align: left;
  margin: 40px auto 0;
  line-height: 2.4rem;
}
.store_name {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.8rem;
  color: #00c0bd;
  font-weight: bold;
  padding-bottom: 20px;
  width: 80%;
  margin: 0 auto;
}
.store_add {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .access_sub_title{
    width: 30%;
  }
  .store_name {
    font-size: 1.6rem;
    width: 90%;
  }
  iframe {
    width: 90%;
    height: 50%;
  }
  .store_info {
    width: 90%;
  }
}
/*****directとaccess*****/
.title {
  width: 30%;
  margin: 25px auto;
}
.name {
  width: 60%;
  margin: 8% auto 5%;
}
.clinic {
  width: 100%;
  border-collapse: collapse;
}
.clinic th, .clinic td {
  border: 1px solid #D6D6D5;
  padding: 20px;
  background-color: #fff;
  color: #333333;
  line-height: 30px;
  text-align: left;
}
.clinic td {
  font-weight: 500;
  border-left: none;
}
.clinic th {
  font-weight: bold;
  background-color: #F5F5F5;
  text-align: left;
  color: #333333;
  width: 110px;
  border-right: none;
}
tr a {
  color: #333333;
  text-decoration: underline;
}
.btn {
  width: 80%;
  padding-top: 9%;
  /* padding-bottom: 15%; */
}
@media screen and (max-width: 767px) {
  .clinic, .clinic tr, .clinic td, .clinic th {
    /* display: block; */
    /* border: none; */
    text-align: center;
    padding: 12px;
  }
  .clinic {
    max-width: 95%;
    margin: 0 auto;
  }
  .clinic th {
    font-size: 12px;
    width: 80px;
  }
  .clinic td {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
}
.br-sp {
  display: none;
}
@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
span {
  display: inline-block;
  margin-bottom: 2%;
}
/*****プラポリ*****/
.logo {
  width: 55%;
  margin-top: 7%;
}
.p-main-container footer {
  margin-top: 6%;
}
.p-main-container section {
  padding: 0 40px;
  letter-spacing: 1px;
  line-height: 1.4;
}
.p-main-container h1 {
  text-align: center;
  font-size: larger;
  font-family: "Cormorant Garamond", serif;
  color: #B18F68;
  margin: 8% 0 5% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  word-wrap: break-word;
}
.p-main-container h2 {
  text-align: left;
  font-size: medium;
  font-weight: 400;
  color: #B18F68;
  margin: 2% 0 1% 0;
}
.p-main-container h1::before, .p-main-container h1::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #B18F68;
  margin: 0 20px;
}
.p-main-container p {
  text-align: left;
  color: #333333;
  font-size: smaller;
  margin: 1% 0;
}
.list_text {
  margin: 2% 0 4% 0;
}
.list_text p::before {
  content: "●";
  margin-right: 1%;
}
p a {
  color: #B18F68;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .p-main-container h1::before, .p-main-container h1::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-main-container h1 br {
    display: none;
  }
}
/*****アニメーション*****/
/* ボタンアニメーション */
.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.9);
  }
}
/* popup */
.popup {
  opacity: 0;
  transform: translateY(40px) scale(0.8);
  transition: opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1), transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.popup.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
/* フェードイン＋パターン */
.scroll_fadein {
  opacity: 0;
}
.fadein_animation_start {
  animation-name: fadein_animation;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadein_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.slideup {
  transform: translateY(50px);
}
.slidedown {
  transform: translateY(-50px);
}
.slideright {
  transform: translateX(50px);
}
.slideleft {
  transform: translateX(-50px);
}