@charset "utf-8";

/* ==================================================================================
prematernity
================================================================================== */

/* -------------------------------------------------------------
common
------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  color: #666;
  max-width: 540px;/* for PC */
  margin: 0 auto;/* for PC */
  background: #fff;/* for PC */
  box-shadow: 0 0 10px rgba(95, 94, 94, 0.3);/* for PC */
}

.font-maru {
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", sans-serif;
  font-size: 13px;
  line-height: 2;
}

img {
  max-width: 100%;
}

.inner {
  padding: 2.5em 1em;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.group + .group {
  margin-top: 30px;
}

.wrap + .wrap {
  margin-top: 20px;
}

/* btn */
.btn-wrap {
  margin-top: 30px;
}

.btn {
  display: block;
  text-decoration: none;
  position: relative;
}

.btn:hover {
  text-decoration: none;
}

.btn.is-regist {
  color: #fff;
  background: #f4a9af;
  border-radius: 999em;
  box-shadow: 0 2px 4px rgba(255, 213, 213, 0.9);
  font-size: 16px;
  font-weight: bold;
  padding: 15px 30px;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.btn.is-regist.is-border {
  box-shadow: 0 0 10px rgba(95, 94, 94, 0.3);
}

.btn.is-regist::before {
  content: "";
  width: 28px;
  height: 13px;
  background: url("../../images/lp/category/prematernity/icon-arrow.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btn.is-regist.is-square {
  background: #f4a9ae;
  border-radius: 999em;
  box-shadow: 0 2px 4px rgba(255, 213, 213, 0.9);
  font-size: 15px;
  padding: 5px 60px !important;
  text-shadow: none;
}

.btn.is-reserve.is-square {
  background: #fff;
  border: 2px #f4a9ae solid;
  border-radius: 999em;
  box-shadow: 0 2px 4px rgba(255, 213, 213, 0.9);
  color: #ea9399;
  font-size: 14px;
  padding: 5px 40px;
  text-shadow: none;
}

.btn.is-regist.is-square::before,
.btn.is-reserve.is-square::before {
  display: none;
}

#exFooter {
  background: #fff;
}

#exFooter #companyinfo,
#exFooter .copyrightTxt {
  color: #666;
}

.exMod a:link,
.exMod a:hover,
.exMod a:active,
.exMod a:visited {
  color: #666;
}

/* -------------------------------------------------------------
ttl
------------------------------------------------------------- */
.ttl-sec {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.ttl-sec.is-line span {
  color: #666;
  display: inline-block;
  border-bottom: 6px solid #fff0f0;
  padding: 0 5px;
}

.ttl-pink {
  color: #ea9399;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* -------------------------------------------------------------
comp-regist
------------------------------------------------------------- */
.comp-regist .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.comp-regist .box {
  width: 80%;
  max-width: 600px;
  max-height: 80%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  padding: 25px 15px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 3;
}

.css_btn-comp {
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  color: #a0a0a0;
  font-size: 12px;
  padding: 5px 15px;
  width: 60%;
  max-width: 300px;
  margin: 15px auto 0;
  cursor: pointer;
}

/* -------------------------------------------------------------
mv-area
------------------------------------------------------------- */
.mv-area {
  background: url("../../images/lp/category/prematernity/bg-mv.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.mv-area .inner {
  padding: 50px 1em 90px;
}

.mv-area a {
  color: #fff;
}

.ttl-mv {
  margin: 20px 0 40px;
}

.ttl-mv img {
  width: 90%;
  max-height: 200px;
}

@media screen and (min-width: 641px) {
  .mv-area {
    background: url("../../images/lp/category/prematernity/bg-mv_pc.png") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

/* -------------------------------------------------------------
about-area
------------------------------------------------------------- */
.about-area {
  background: #fff0f0;
}

.about-area .inner {
  padding: 0 1em;
}

.box-about {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  position: relative;
  top: -40px;
}

.grid-icon {
  justify-content: center;
  align-items: center;
  margin: 0 -5px;
}

.grid-icon > .col {
  width: calc(100% / 3);
  padding: 5px;
}

.grid-icon > .col + .col {
  border-left: 1px dashed #ccc;
}

.grid-icon .icon img {
  max-height: 50px;
}

.grid-icon .text {
  font-size: 12px;
}

/* -------------------------------------------------------------
counselor-area
------------------------------------------------------------- */
.counselor-area .inner {
  background: #fff;
  width: 100%;
  overflow-x: hidden;
}

.note {
  color: #8d8d8d;
  font-size: 11px;
  padding: 10px 0;
}

.modal_open {
  cursor: pointer;
}

.member .member-list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  background: #fff;
}

.member .member-list-wrap::before {
  content: "";
  width: calc(100% + 2em);
  height: 90px;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.2) 100%);
  position: absolute;
  bottom: -5px;
  left: -1em;
  z-index: 1;
}

.member.active .member-list-wrap::before {
  display: none;
}

.member .member-list-wrap > .member-list {
  width: 48%;
  margin: 0;
  overflow: hidden;
}

.member .member-list-wrap > .member-list:nth-child(n+3) {
  margin-top: 12px;
}

.member .member-list-wrap > .member-list.is-hidden {
  display: none;
}

.member .member-list-wrap .member-list .member-inner {
  height: 100%;
  padding: 20px 10px;
  border: 1px #eee solid;
}

.status-wrap {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: -10px;
}

.status {
  margin-bottom: 0;
  position: relative;
}

.status > span::before {
  content: "";
  border: 30px solid transparent;
  border-top: 30px solid #b74e57;
  border-left: 30px solid #b74e57;
  position: absolute;
  top: 0;
  left: 0;
}

.status > span .text {
  transform: rotate(-45deg);
  background: none;
  border: none;
  color: #fff;
  position: absolute;
  top: 11px;
  left: -22px;
}

.status span.staStd,
.status span.staOut,
.status span.staRe {
  border: none;
  color: #fff;
}

.status > span.staStd::before {
  border-top-color: #f2b2b7;
  border-left-color: #f2b2b7;
}

.status > span.staOut::before {
  border-top-color: #d1d1d1;
  border-left-color: #d1d1d1;
}

.member-list-wrap .member-img {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.member-list-wrap .modal-outer .member-img span {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 999em;
  position: relative;
}

.member-detail-img,
.member-inner .member-img {
  width: 82px;
  height: 84px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #d5dceb;
}

.member-list-wrap .member-text {
  float: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}

.member-list-wrap .member-list .name {
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  margin-right: 0;
}

.area-star-list {
  display: flex;
  justify-content: center;
}

.star-rating-ready {
  margin: 0;
}

.filled-star {
  white-space: nowrap;
}

.member-list .date {
  font-size: 10px;
  color: #8b8b8b;
  margin-top: 10px;
}

.member-list .catchcopy {
  font-size: 10px;
  margin-top: 10px;
}

/* modal_content */
.modal-category-lp {
  width: 290px;
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
  transform: translateY(-5%);
}

.modal-category-lp .modal-outer {
  padding: 25px 15px;
  height: 500px;
  overflow-y: scroll;
}

.modal_content .price-wrap {
  text-align: center;
  margin: 12px 0 0;
}

.modal_content .price-wrap p {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 999em;
  font-size: 13px;
  padding: 2px 20px;
}

.modal_content .catchcopy {
  color: #ea9399;
  font-size: 13px;
  font-weight: bold;
}

.modal_content .explain {
  font-size: 13px;
  margin-top: 15px;
}

.modal_content .explain .wrap + .wrap {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.modal_content .explain .head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal_content .area-content {
  width: 100%;
}

.modal_content .explain .standby-day li {
  font-size: 11px;
  padding: 0 5px;
  margin-top: 0;
  margin-right: 5px;
}

.modal_content .area-prof-standby .standby-time li {
  font-size: 11px;
  padding: 2px 0;
  margin-right: 3px;
}

.modal_content .area-prof-standby .standby-time li i {
  font-size: 18px;
  vertical-align: middle;
}

.modal_content .btn-status-group {
  margin-top: 30px;
}

.modal_content .btn-status-group ul.status-prf {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  width: initial;
}

.modal_content .btn-status-group ul.status-btn li:last-child,
.modal_content .btn-status-group ul.status-prf li:last-child {
  padding-right: 0;
  padding-bottom: 0;
}

.modal_content .status-prf > .staOut,
.modal_content .status-prf > .staOn {
  background: #c7c6c6;
  border-radius: 999em;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
}

.modal_content .text-login {
  color: #333;
}

.modal_content .btn.is-regist {
  width: 100%;
}

.modal_content .btn-close-icon {
  position: absolute;
  top: -25px;
  right: -20px;
}

.modal_content .btn-close {
  padding: 10px 20px;
  margin-top: 20px;
  text-decoration: underline;
}

.ac-btn {
  color: #ea9399;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}

.ac-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ea9399;
  border-bottom: 2px solid #ea9399;
  transform: rotate(-45deg);
  margin-left: 10px;
  vertical-align: 3px;
  position: absolute;
  top: 17px;
  left: 65%;
}

.ac-btn.active::after {
  transform: rotate(135deg);
  vertical-align: 0;
  position: absolute;
  top: 22px;
  left: 60%;
}

@media screen and (min-width: 641px) {
  .member .member-list-wrap > .member-list {
    width: 32%;
    margin: 0;
  }

  .member .member-list-wrap > .member-list:nth-child(n+3) {
    margin-top: 0;
  }

  .member .member-list-wrap > .member-list:nth-child(n+4) {
    margin-top: 20px;
  }

  .modal-category-lp {
    width: 500px;
  }

  .box-payment + .box-payment {
    margin-top: 30px !important;
  }
}

/* -------------------------------------------------------------
flow-area
------------------------------------------------------------- */
.flow-area {
  background: url("../../images/lp/category/prematernity/bg-flow.png") no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

ul.stepflow > li::before,
ol.stepflow > li::before {
  background-color: #ddd !important;
}

.stepflow-label {
  color: #fff;
  font-size: 12px;
}

.stepflow-title {
  color: #fff;
  margin-bottom: 2px;
}

.stepflow-content {
  padding-bottom: 15px;
}

ul.stepflow .step02 .stepflow-content::after,
ul.stepflow .step04 .stepflow-content::after {
  display: none;
}

@media screen and (min-width: 641px) {
  .flow-area {
    background: url("../../images/lp/category/prematernity/bg-flow_pc.png") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

/* -------------------------------------------------------------
pay-area
------------------------------------------------------------- */
.box-payment + .box-payment {
  margin-top: 20px;
}

.box-payment > .icon {
  width: 50px;
  margin-right: 15px;
  text-align: center;
}

.box-payment > .icon img {
  max-height: 45px;
}

.box-payment > .content {
  width: calc(100% - 65px);
}

.box-payment .text {
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.5;
}

/* -------------------------------------------------------------
end-area
------------------------------------------------------------- */
.end-area {
  background: url("../../images/lp/category/prematernity/bg-end.png") no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.end-area .inner {
  padding: 4em 1em;
}

.end-area .ttl-sec {
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) {
  .end-area {
    background: url("../../images/lp/category/prematernity/bg-end_pc.png") no-repeat;
    background-position: center;
    background-size: cover;
  }
}
