/*-------------------------------
	base setting
-------------------------------*/
html {
  font-size: 2.66666667vw;
  background: #f7f7f7;
}
@media screen and (min-width: 481px) {
  html {
    font-size: 80%;
  }
}
body {
  max-width: 480px;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4rem;
  color: #161616;
  line-height: 1.8;
  margin: 0 auto;
  letter-spacing: 0em;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
#container {
  width: 100%;
  overflow: hidden;
  padding: 0 0 60px;
}
.innerWrap {
  padding: 0 20px;
}
img {
  max-width: 100%;
}
.eng {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.colorText {
  color: #f24087;
}
/*-------------------------------
	modules
-------------------------------*/
.commonTtl {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #042f6e;
}
.commonTtl .eng,
.commonTtl .ja {
  max-width: 100%;
  line-height: 1.4;
  word-break: break-word;
}
.commonTtl .ja {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 2px solid #042f6e;
}
.commonTtl .ja small {
  display: block;
  text-align: center;
  font-size: 1.8rem;
}
.commonTtl .eng {
  font-size: 1.2rem;
  margin-top: 8px;
}
.commonBtn {
  display: block;
}
.commonBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding: 15px;
  background: #f24087;
  border: 2px solid #ffffff;
  border-radius: 2px;
  box-shadow: 3px 3px 0 #389696;
  line-height: 26px;
}
.commonBtn a:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  font-size: 0;
  margin-right: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.commonBtn.-tel a:before {
  background-image: url(../img/ico_tel_white.png);
}
.commonBtn.-reserve a:before {
  background-image: url(../img/ico_reserve_white.png);
}
.commonList__item {
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 9px 0 9px 66px;
  background: #ffffff;
}
.commonList__item + .commonList__item {
  margin-top: 5px;
}
.commonList__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: url(../img/ico_check_blue.png) center center / auto 18px no-repeat;
  border-right: 2px solid #d9eefd;
}
.commonTable {
  width: 100%;
  border-top: 1px solid #cdd5e2;
  border-collapse: collapse;
}
.commonTable th,
.commonTable td {
  color: #042f6e;
  padding: 8px 12px;
  border-right: 1px solid #cdd5e2;
  border-bottom: 1px solid #cdd5e2;
}
.commonTable th:last-child,
.commonTable td:last-child {
  border-right: none;
}
.commonTable th a,
.commonTable td a {
  color: #f24087;
}
.commonTable th {
  font-weight: bold;
  background: #d9eefd;
}
.deco_l,
.deco_r {
  position: relative;
  z-index: 1;
}
.deco_l::after,
.deco_r::after {
  content: '';
  width: 57px;
  height: 83px;
  position: absolute;
  top: -12px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.deco_l::after {
  left: 0;
  background-position: left top;
  background-image: url(../img/deco_left.png);
}
.deco_r::after {
  right: 0;
  background-position: right top;
  background-image: url(../img/deco_right.png);
}
/*-------------------------------
	header
-------------------------------*/
.header {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 16px 60px 16px 16px;
  background: #ffffff;
}
.header__logo {
  font-size: 0;
}
.header__logo img {
  height: 28px;
}
.header__address {
  font-size: 10px;
  line-height: 1.4;
  color: #299b7c;
  margin-left: 10px;
}
@media screen and (max-width: 320px) {
  .header__address {
    font-size: 8px;
  }
}
/*-------------------------------
	hamburger
-------------------------------*/
.hamburger {
  width: 100%;
  max-width: 480px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 50%;
  z-index: 1000;
  color: #ffffff;
  background: rgba(13, 33, 62, 0.97);
  opacity: 0;
  visibility: hidden;
  transform: translate(50%, 0);
  transition: opacity 0.24s;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__btn {
  width: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  background: #0bacc7;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.hamburger__btn__wrap {
  width: 100%;
  max-width: 480px;
  height: 60px;
  position: fixed;
  right: 50%;
  top: 0;
  z-index: 1000;
  transform: translate(50%, 0);
}
.hamburger__btn span {
  width: 20px;
  height: 2px;
  margin: 3px 0;
  background: #ffffff;
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 32px;
  overflow-y: auto;
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.hamburger__menu__nav__list__item {
  position: relative;
}
.hamburger__menu__nav__list__item:not(:last-child) {
  margin-bottom: 20px;
}
.hamburger__menu__nav__list__item a,
.hamburger__menu__nav__list__item span {
  width: auto;
  font-size: 1.7rem;
  color: #ffffff;
}
.hamburger__menu__close {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  cursor: pointer;
  transform-origin: center;
  transition: transform 0.48s;
}
.hamburger__menu__close:before,
.hamburger__menu__close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20px;
  height: 1px;
  background: #1b1b1b;
  transform: translate(-50%, -50%);
}
.hamburger__menu__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger__menu__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/*-------------------------------
	mainvisual
-------------------------------*/
.mainVisual__btns {
  padding: 20px;
  background: #0bacc7;
}
.mainVisual__btn + .mainVisual__btn {
  margin-top: 8px;
}
/*-------------------------------
	campaignBanner
-------------------------------*/
.campaignBanner {
  padding: 0 0 36px;
  background: url(../img/campaign_bg01.png) center top / cover no-repeat;
}
.campaignBanner__btn {
  display: block;
  width: 90%;
  margin: 16px auto 0;
}
.campaignBanner__btn a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  padding: 13px 20px 13px 48px;
  background: #0bacc7;
  border: 2px solid #ffffff;
  border-radius: 2px;
}
.campaignBanner__btn a::before {
  content: '';
  width: 80px;
  height: 77px;
  position: absolute;
  left: -2px;
  bottom: -2px;
  background: url(../img/campaign_illust.png) center bottom / contain no-repeat;
}
.campaignBanner__btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 8px solid #ffffff;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  transform: translate(0, -50%);
}
/*-------------------------------
	intro
-------------------------------*/
.intro {
  padding-top: 18px;
  padding-bottom: 24px;
}
.intro__ttl {
  text-align: center;
}
.intro__body {
  padding: 20px;
  background: #d9eefd;
  border-radius: 5px;
}
.intro__txt {
  text-align: center;
  margin-top: 32px;
}
/*-------------------------------
	future
-------------------------------*/
.future {
  position: relative;
  padding-top: 34px;
  padding-bottom: 40px;
  background: #d9f3fc;
}
.future::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 20px solid #ffffff;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
@media screen and (min-width: 481px) {
  .future::before {
    border-left: 240px solid transparent;
    border-right: 240px solid transparent;
  }
}
.future__ttl {
  text-align: center;
}
.future__body {
  padding: 28px 20px;
  background: #ffffff;
  border-radius: 5px;
}
.future__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.future__list__item {
  flex: 0 0 calc(252 / 590 * 100%);
  max-width: 50%;
}
.future__list__item:not(:nth-child(-n+2)) {
  margin-top: 24px;
}
.future__list__item:nth-child(odd) {
  margin-right: calc(15 / 295 * 100%);
}
.future__list__item:nth-child(even) {
  margin-left: calc(15 / 295 * 100%);
}
.future__txt {
  text-align: center;
  margin-top: 32px;
}
/*-------------------------------
	about
-------------------------------*/
.about {
  padding: 35px 0 40px;
  background: #ffffff;
}
.about__img {
  text-align: center;
  margin-top: 18px;
}
.about__txt {
  margin-top: 18px;
}
.about__point {
  color: #042f6e;
  margin-top: 22px;
}
.about__point .hd {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 16px 20px 0;
  background: #d9eefd;
  border-radius: 5px 5px 0 0;
}
.about__point .hd::before {
  content: '';
  flex: 0 0 18px;
  width: 18px;
  height: 20px;
  font-size: 0;
  margin-top: -4px;
  margin-right: 6px;
  background: url(../img/ico_point_blue.png) center center / contain no-repeat;
}
.about__point .txt {
  margin-top: -10px;
  padding: 20px 20px;
  background: #d9eefd;
  border-radius: 0 5px 5px 5px;
}
.about__difference {
  margin-top: 35px;
}
.about__difference .hd {
  position: relative;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #042f6e;
  line-height: 1.4;
}
.about__difference .hd b {
  color: #0bacc7;
}
.about__difference .hd::before,
.about__difference .hd::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 45px;
  height: 106px;
  transform: translate(0, -50%);
}
.about__difference .hd::before {
  left: -20px;
  background: url(../img/deco02_left.png) left center / contain no-repeat;
}
.about__difference .hd::after {
  right: -20px;
  background: url(../img/deco02_right.png) right center / contain no-repeat;
}
.about__difference .list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.about__difference .list__item {
  flex: 0 0 50%;
  text-align: center;
}
.about__difference .list__item:not(:last-child) {
  border-right: 1px solid #deebf4;
}
.about__difference .list__item img {
  width: calc(236 / 335 * 100%);
}
/*-------------------------------
	merit
-------------------------------*/
.merit {
  padding: 38px 0 40px;
  background: #d9f3fc;
}
.merit__body {
  margin-top: 18px;
  background: #ffffff;
  border-radius: 5px;
}
.merit__list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px;
}
.merit__list__item:not(:last-child) {
  border-bottom: 1px solid #deebf4;
}

.merit__list__item .over-area {
  display: flex;
  align-items: center;
}

.merit__list__item .over-area .img {
  flex: 0 0 33.797909%;
  margin-right: 16px;
}
.merit__list__item .over-area .hd {
  flex: 1 1 calc(100% - 33.797909% - 16px);
  font-size: 1.9rem;
  font-weight: bold;
  color: #042f6e;
  line-height: 1.5;
}
.merit__list__item .under-area .txt {
  flex: 1 1 100%;
  margin-top: 10px;
}
.merit__list__item .under-area .txt b {
  font-weight: 500;
  color: #e32525;
}
.merit__list__item .under-area .notice {
  flex: 1 1 100%;
  font-size: 1.2rem;
  color: #666666;
  margin-top: 12px;
}
/*-------------------------------
	comparison
-------------------------------*/
.comparison {
  padding: 38px 0 40px;
}
.comparison__img {
  text-align: center;
  margin-top: 18px;
}
.comparison__note {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 8px;
}
/*-------------------------------
	kouseimerit
-------------------------------*/
.kouseimerit {
  position: relative;
  z-index: 1;
  padding: 40px 0 40px;
  border-top: 1px solid transparent;
}
.kouseimerit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 76px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #0bacc7;
}
.kouseimerit__ttl {
  text-align: center;
}
.kouseimerit__point {
  text-align: center;
  margin-top: 20px;
}
.kouseimerit__follow {
  margin-top: 44px;
  padding: 0 24px 24px;
  background: #06899f;
  border-top: 1px solid transparent;
  border-radius: 2px;
}
.kouseimerit__follow .hd {
  text-align: center;
  margin-top: -24px;
  margin-bottom: 14px;
}
.kouseimerit__follow .hd span {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  color: #06899f;
  padding: 9px 24px;
  background: #ffffff;
  border-radius: 2px;
}
.kouseimerit__follow .txt {
  color: #ffffff;
}
.kouseimerit__follow .txt b {
  font-weight: 500;
  color: #fff833;
}
.kouseimerit__movie {
  margin-top: 20px;
}
.kouseimerit__movie .hd {
  position: relative;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #ffffff;
  padding: 9px 24px;
  background: #042f6e;
  border-radius: 2px;
}
.kouseimerit__movie .hd::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #042f6e;
  transform: translate(-50%, 100%);
}
.kouseimerit__movie .movie {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding-top: 56.25%;
}
.kouseimerit__movie .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*-------------------------------
	price
-------------------------------*/
.price {
  padding: 38px 0 16px;
  background: #d9f3fc;
}
.price__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-top: 18px;
}
.price__points__item {
  flex: 1 0 auto;
  text-align: center;
  font-weight: bold;
  color: #f24087;
  padding: 6px;
  border: 1px solid;
  border-radius: 3px;
  background: #fff;
}
.price__points__item.-big {
  flex: 0 0 100%;
  color: #ffffff;
  background: #f24087;
  border-color: transparent;
}
.price__table {
  margin-top: 24px;
}
.price__table th,
.price__table td {
  text-align: center;
}
/*-------------------------------
	campaign
-------------------------------*/
.campaign {
  padding: 0 0 40px 0;
  background: url(../img/campaign_bg02.png) center bottom / cover no-repeat;
}
.campaign__txt {
  margin-top: 20px;
  padding: 20px 24px;
  background: #ffffff;
  border: 1px solid #042f6e;
  border-radius: 2px;
}
.campaign__conversions {
  margin-top: 20px;
}
.campaign__btn + .campaign__btn {
  margin-top: 8px;
}
.campaign__btn a {
  box-shadow: 3px 3px 0 #cbdfe2;
}
/*-------------------------------
	faq
-------------------------------*/
.faq {
  padding: 38px 0 40px;
  background: #d9f3fc;
}
.faq__list {
  margin-top: 24px;
  border-top: 1px solid #aed1e0;
}
.faq__list__item {
  border-bottom: 1px solid #aed1e0;
}
.faq__list__item .q,
.faq__list__item .a {
  display: flex;
  align-items: flex-start;
}
.faq__list__item .q {
  font-size: 1.5rem;
  font-weight: bold;
  color: #042f6e;
  line-height: 1.6;
  padding: 16px 0;
}
.faq__list__item .q:before {
  content: '';
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-right: 8px;
  background: url(../img/faq_ico_q.png) center center / contain no-repeat;
}
.faq__list__item .q span {
  position: relative;
  flex: 1 1 auto;
  margin-top: 3px;
  padding: 0 28px 0 0;
}
.faq__list__item .q span:before,
.faq__list__item .q span:after {
  content: '';
  width: 15px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 12px;
  background: #042f6e;
}
.faq__list__item .q span:after {
  transform: rotate(90deg);
  transition: transform 0.24s;
}
.faq__list__item .q.js-active span:after {
  transform: rotate(180deg);
}
.faq__list__item .q.js-active + .a {
  max-height: 400px;
}
.faq__list__item .a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s linear;
}
.faq__list__item .a span {
  display: block;
  width: 100%;
  padding: 16px 20px;
  background: #c2e6f2;
}
/*-------------------------------
	clinic
-------------------------------*/
.clinic {
  padding: 38px 0 40px;
}
.clinic__table {
  margin-top: 18px;
}
.clinic__table th {
  text-align: left;
  white-space: nowrap;
  min-width: 115px;
  padding-right: 20px;
}
/*-------------------------------
	access
-------------------------------*/
.access {
  position: relative;
  z-index: 1;
  padding: 38px 0 40px;
  background: #d9f3fc;
}
.access__map {
  margin-top: 20px;
  border: 5px solid #cae7eb;
}
.access__map iframe {
  font-size: 0;
  vertical-align: bottom;
}
.access__txt {
  margin-top: 18px;
}
.access__btn {
  margin-top: 20px;
}
.access__btn a {
  box-shadow: 3px 3px 0 #adc6c9;
}
.access__btn + .access__btn {
  margin-top: 8px;
}
/*-------------------------------
	reserve
-------------------------------*/
.reserve {
  color: #ffffff;
  padding: 38px 0 40px;
  background: #042f6e;
}
.reserve__ttl {
  color: #ffffff;
}
.reserve__ttl .ja {
  border-bottom-color: #ffffff;
}
.reserve__txt {
  margin-top: 20px;
}
.reserve__txt p:not(:first-child) {
  margin-top: 0.64em;
}
.reserve__txt p .red {
  color: #fff733;
}
.reserve__form {
  margin-top: 20px;
}
.reserve .dl-form:not(:first-child),
.reserve .check:not(:first-child) {
  margin-top: 20px;
}
.reserve .dl-form dt,
.reserve .check dt {
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.25);
}
.reserve .dl-form dt .red,
.reserve .check dt .red {
  color: #fff733;
}
.reserve .dl-form dd,
.reserve .check dd {
  margin-top: 10px;
  line-height: 1.66;
}
.reserve .dl-form dd p,
.reserve .check dd p {
  font-size: 0.8em;
  padding-top:4px;
}
.reserve .dl-form dd a,
.reserve .check dd a {
  color: #fff733;
}
.reserve .dl-form textarea,
.reserve .check textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px;
}
.reserve .dl-form input[type="text"],
.reserve .check input[type="text"],
.reserve .dl-form select,
.reserve .check select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  -webkit-appearance: none;
}
.reserve .dl-form input[type="text"].hasDatepicker,
.reserve .check input[type="text"].hasDatepicker,
.reserve .dl-form select.hasDatepicker,
.reserve .check select.hasDatepicker {
  width: 50%;
  -webkit-appearance: none;
}
.reserve .dl-form select,
.reserve .check select {
  width: auto;
  -webkit-appearance: none;
}
.reserve .dl-form label + br,
.reserve .check label + br {
  display: block;
  margin-top: 0.5em;
  -webkit-appearance: none;
}
.reserve .send-area {
  margin-top: 24px;
  text-align: center;
}
.reserve .send-area input {
  appearance: none;
  -webkit-appearance: none;
  width: 80%;
  height: 48px;
  font-size: 1.5rem;
  color: #ffffff;
  background: #f24087;
  border: none;
}

.reserve .dl-form input[type="email"],
.reserve .dl-form input[type="tel"] {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    -webkit-appearance: none;
}
/*-------------------------------
	footer
-------------------------------*/
.footer__copyright {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  color: #393939;
  padding: 24px;
}
/*-------------------------------
	conversions
-------------------------------*/
.conversions {
  max-width: 480px;
  position: static;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  margin: 0 auto;
}
.conversions.-fix {
  position: fixed;
  transform: translate(0, 100%);
  transition: transform 0.24s;
}
.js-scroll .conversions.-fix {
  transform: translate(0);
}
.conversions__inner {
  display: flex;
}
.conversions__btn {
  flex: 0 0 50%;
}
.conversions__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 15px;
  background: #f24087;
}
@media screen and (max-width: 320px) {
  .conversions__btn a {
    font-size: 1.2rem;
    padding: 15px 0px;
  }
}
.conversions__btn a:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.conversions__btn.-tel {
  border-right: 1px solid #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
}
.conversions__btn.-tel a:before {
  background-image: url(../img/ico_tel_white.png);
}
.conversions__btn.-reserve {
  border-left: 1px solid #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
}
.conversions__btn.-reserve a:before {
  background-image: url(../img/ico_reserve_white.png);
}

.price-text{
  color: #042f6e;
  font-size: 0.8em;
  text-align: right;
  padding-top:4px;
}

/*-------------------------------
	conversions
-------------------------------*/
.wrapper {
  width: 640px;
  margin: 30px auto;
  font-size: 1.6rem;
  line-height: 1.5;
}
.text_wrapper {
  position: relative;
  margin-bottom: 45px;
}
.text {
  height: 90px;
  overflow: hidden;
}
.show_more,
.show_more2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 70%
  );
  cursor: pointer;
  transition: bottom 0.2s;
}
.active {
  background: none;
  bottom: -30px;
}

/*-------------------------------
	accordion
-------------------------------*/
.under-area {
  display: none;
}

.over-area {
  width: 100%;
  position: relative;
}
.over-area::after {
  border-right: solid 2px #042f6e;
  border-top: solid 2px #042f6e;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -4px;
  top: 44%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.over-area.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

.price__table th{
  color: #ffffff;
  background: #0bacc7;
}
.price__table td{
  background: #fff;
}
.indent {
  padding-left:1em;
	text-indent:-1em;
}
.datepicker-1,
.datepicker-2,
input,
textarea{
  font-size: 16px;
}