@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.contents {
  width: 1300px;
  margin: 100px auto 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .contents__left {
    width: 800px;
    margin: 0;
    padding: 0; }
    .contents__left--title {
      font-size: 1.25rem; }
  .contents__right {
    width: 450px;
    margin: 0 0 0 50px;
    padding: 0; }

@media (max-width: 1400px) {
  .contents {
    width: calc(100% - 80px);
    margin: 100px 40px 0; } }
@media (max-width: 1120px) {
  .contents {
    flex-direction: column; }
    .contents__left {
      width: 100%; }
    .contents__right {
      width: 100%;
      margin: 80px 0 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      align-items: center; } }
@media (max-width: 700px) {
  .contents {
    width: calc(100% - 40px);
    margin: 60px 20px 0; }
    .contents__left--title {
      font-size: 1.125rem; } }
.request {
  margin: 0 0 150px;
  padding: 0; }
  .request__title {
    margin: 0 0 50px;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.0; }
    .request__title span {
      padding: 0 0 30px;
      display: inline-block;
      background-image: url("../img/common/bg_hl.jpg");
      background-position: bottom left;
      background-repeat: repeat-x; }
  .request__dl {
    margin: 0 0 40px;
    padding: 0; }
    .request__dl:last-of-type {
      margin: 0; }
    .request__dl--title {
      margin: 0 0 20px;
      padding: 0 0 0 20px;
      color: #ff7f77;
      font-size: 1.375rem;
      font-weight: 700;
      line-height: 1.0;
      position: relative; }
      .request__dl--title::before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        top: 8px;
        left: 0;
        background-color: #ff7f77; }
    .request__dl--data {
      margin: 0;
      padding: 0; }
      .request__dl--data p.intro {
        font-size: 1.125rem; }

@media (max-width: 700px) {
  .request__title {
    font-size: 1.5rem; } }
.dataInner {
  margin: 20px 0 0;
  padding: 20px 30px;
  border: 1px solid #AAA;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  .dataInner__age {
    margin: 0 0 20px;
    padding: 0 0 2px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.0;
    display: inline-block;
    border-bottom: 1px solid #444; }
    .dataInner__age:not(:first-of-type) {
      margin: 20px 0; }
  .dataInner__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .dataInner__item {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    font-size: 1.0625rem;
    line-height: 1.5;
    background-image: url("../img/common/mkr01.svg");
    background-position: top 10px left;
    background-repeat: no-repeat;
    background-size: 12px 8px; }
    .dataInner__item:last-of-type {
      margin: 0; }
    .dataInner__item ul {
      margin: 5px 0 0;
      padding: 0;
      list-style: none; }
      .dataInner__item ul li {
        margin: 0;
        padding: 0 0 0 15px;
        position: relative; }
        .dataInner__item ul li::before {
          content: '';
          width: 8px;
          height: 8px;
          position: absolute;
          top: 10px;
          left: 0;
          background-color: #444; }

@media (max-width: 700px) {
  .dataInner {
    padding: 20px; } }
.careHours {
  margin: 0 0 150px;
  padding: 0; }
  .careHours__title {
    margin: 0 0 50px;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.0; }
    .careHours__title span {
      padding: 0 0 30px;
      display: inline-block;
      background-image: url("../img/common/bg_hl.jpg");
      background-position: bottom left;
      background-repeat: repeat-x; }
  .careHours__intro {
    font-size: 1.5rem;
    line-height: 1.5; }
  .careHours__dl {
    margin: 30px 0 0;
    padding: 0; }
    .careHours__dl--title {
      margin: 0 0 15px;
      color: #fe8ea1;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.0; }

@media (max-width: 700px) {
  .careHours__title {
    font-size: 1.5rem; } }
@media (max-width: 700px) {
  .careHours__intro {
    font-size: 1.25rem; } }
.careHoursData {
  margin: 0;
  padding: 0; }
  .careHoursData__txt {
    font-size: 1.125rem;
    line-height: 1.7; }
  .careHoursData__dl {
    margin: 20px 0 0;
    padding: 30px;
    background-color: #F3F3F3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    .careHoursData__dl--title {
      margin: 0;
      padding: 0 0 0 18px;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.0;
      position: relative; }
      .careHoursData__dl--title::before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        top: 5px;
        left: 0;
        background-color: #444;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .careHoursData__dl--data {
      margin: 0;
      padding: 0; }
      .careHoursData__dl--data ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .careHoursData__dl--data ul li {
          margin: 15px 0 0;
          padding: 0;
          font-size: 1.125rem;
          line-height: 1.7;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center; }
          .careHoursData__dl--data ul li span:first-of-type {
            width: 90px;
            line-height: 1.0;
            border-right: 1px solid #444; }
          .careHoursData__dl--data ul li span:last-of-type {
            width: calc(100% - 90px);
            padding: 0 0 0 20px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .careHoursData__dl--data ul li span:last-of-type em {
              margin: 0 20px 0 0;
              font-style: normal; }
      .careHoursData__dl--data p {
        margin: 10px 0 0;
        font-size: 1.125rem;
        line-height: 1.5; }
  .careHoursData__box {
    margin: 0;
    padding: 0 0 30px;
    border-bottom: 1px solid #DDD; }
    .careHoursData__box:not(:first-of-type) {
      margin: 30px 0 0; }
    .careHoursData__box--txt {
      font-size: 1.125rem;
      line-height: 1.7; }
    .careHoursData__box--imagePC {
      margin: 30px 0; }
    .careHoursData__box--imageSP {
      margin: 30px 0;
      display: none; }
    .careHoursData__box:last-of-type .careHoursData__box--txt:last-of-type {
      margin: 20px 0 0; }

@media (max-width: 1000px) {
  .careHoursData__box--imagePC {
    width: 100%;
    height: auto; } }
@media (max-width: 700px) {
  .careHoursData__dl {
    padding: 30px 20px; } }
@media (max-width: 500px) {
  .careHoursData__dl--data ul li {
    font-size: 1rem;
    flex-direction: column;
    align-items: flex-start; }
    .careHoursData__dl--data ul li span:first-of-type {
      width: auto;
      margin: 0 0 5px;
      padding: 2px 5px;
      color: #FFF;
      display: inline-block;
      background-color: #444;
      border-right: none; }
    .careHoursData__dl--data ul li span:last-of-type {
      width: 100%;
      padding: 0;
      flex-direction: column;
      align-items: flex-start; }
      .careHoursData__dl--data ul li span:last-of-type em {
        margin: 0; }
  .careHoursData__box--imagePC {
    display: none; }
  .careHoursData__box--imageSP {
    width: 100%;
    height: auto;
    display: block; }
  .careHoursData p {
    font-size: 1rem; } }
.preparations {
  margin: 0 0 150px;
  padding: 0; }
  .preparations__title {
    margin: 0 0 50px;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.0; }
    .preparations__title span {
      padding: 0 0 30px;
      display: inline-block;
      background-image: url("../img/common/bg_hl.jpg");
      background-position: bottom left;
      background-repeat: repeat-x; }
  .preparations__dl {
    margin: 50px 0 0;
    padding: 30px;
    background-color: rgba(255, 243, 166, 0.2);
    border: 10px solid #fff3a6; }
    .preparations__dl--title {
      margin: 0 0 30px;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.0;
      text-align: center; }
    .preparations__dl--data {
      margin: 0;
      padding: 0; }
      .preparations__dl--data ul {
        margin: 0;
        padding: 0; }
        .preparations__dl--data ul li {
          margin: 0 0 15px;
          padding: 0 0 0 20px;
          font-size: 1.125rem;
          line-height: 1.5;
          list-style: none;
          position: relative; }
          .preparations__dl--data ul li:last-of-type {
            margin: 0; }
          .preparations__dl--data ul li::before {
            content: '＊';
            position: absolute;
            top: 0;
            left: 0; }

@media (max-width: 700px) {
  .preparations__title {
    font-size: 1.5rem; }
  .preparations__dl {
    padding: 30px 20px; } }
.preparationsTable {
  width: 100%;
  overflow: hidden;
  margin: 0;
  border-spacing: 0;
  border-top: 1px solid #5cc2cf;
  border-left: 1px solid #5cc2cf;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  .preparationsTable__row {
    margin: 0; }
    .preparationsTable__row:first-of-type .preparationsTable__data {
      text-align: center;
      background-color: #def3f5; }
      .preparationsTable__row:first-of-type .preparationsTable__data:first-of-type {
        border-top-left-radius: 20px; }
      .preparationsTable__row:first-of-type .preparationsTable__data:last-of-type {
        border-top-right-radius: 20px; }
    .preparationsTable__row:last-of-type .preparationsTable__data:first-of-type {
      border-bottom-left-radius: 20px; }
    .preparationsTable__row:last-of-type .preparationsTable__data:last-of-type {
      border-bottom-right-radius: 20px; }
  .preparationsTable__data {
    padding: 20px;
    font-size: 1.125rem;
    line-height: 1.5;
    border-right: 1px solid #5cc2cf;
    border-bottom: 1px solid #5cc2cf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .preparationsTable__data:nth-of-type(1), .preparationsTable__data:nth-of-type(2) {
      width: 25%; }
    .preparationsTable__data:nth-of-type(3) {
      width: 50%; }
    .preparationsTable__data ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .preparationsTable__data ul li {
        margin: 0 0 10px;
        padding: 0 0 0 20px;
        position: relative; }
        .preparationsTable__data ul li:last-of-type {
          margin: 0; }
        .preparationsTable__data ul li::before {
          content: '';
          width: 16px;
          height: 16px;
          background-color: #444;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          position: absolute;
          top: 7px;
          left: 0; }

@media (max-width: 700px) {
  .preparationsTable__data {
    padding: 20px 10px;
    font-size: 1rem; }
    .preparationsTable__data img {
      width: 100px;
      height: auto; } }
.cost {
  margin: 0;
  padding: 0; }
  .cost__title {
    margin: 0 0 50px;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.0; }
    .cost__title span {
      padding: 0 0 30px;
      display: inline-block;
      background-image: url("../img/common/bg_hl.jpg");
      background-position: bottom left;
      background-repeat: repeat-x; }

@media (max-width: 700px) {
  .cost__title {
    font-size: 1.5rem; } }
.costList {
  margin: 0;
  padding: 0;
  list-style: none; }
  .costList__item {
    margin: 0 0 30px; }
    .costList__item:last-of-type {
      margin: 0; }
    .costList__item--title {
      margin: 0 0 20px;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.0; }
    .costList__item--txt {
      font-size: 1.125rem; }
    .costList__item:nth-of-type(2) .costTable {
      border-color: #ffa733; }
      .costList__item:nth-of-type(2) .costTable__row:first-of-type .costTable__data {
        background-color: #ffe4c1; }
      .costList__item:nth-of-type(2) .costTable__data {
        border-color: #ffa733; }
    .costList__item:nth-of-type(3) .costTable:first-of-type {
      border-color: #a0d168; }
      .costList__item:nth-of-type(3) .costTable:first-of-type .costTable__row:first-of-type .costTable__data {
        background-color: #e2f1d1; }
      .costList__item:nth-of-type(3) .costTable:first-of-type .costTable__data {
        border-color: #a0d168; }
    .costList__item:nth-of-type(3) .costTable:last-of-type {
      border-color: #fe8ea1; }
      .costList__item:nth-of-type(3) .costTable:last-of-type .costTable__row:first-of-type .costTable__data {
        background-color: #ffdde3; }
      .costList__item:nth-of-type(3) .costTable:last-of-type .costTable__data {
        border-color: #fe8ea1; }
    .costList__item--ul {
      margin: 0 0 10px;
      padding: 0;
      list-style: none; }
      .costList__item--ul li {
        margin: 0;
        padding: 0 0 0 20px;
        font-size: 1.125rem;
        position: relative; }
        .costList__item--ul li::before {
          content: '☆';
          position: absolute;
          top: 0;
          left: 0; }

.costTable {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
  border-spacing: 0;
  border-top: 1px solid;
  border-left: 1px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  .costTable__row {
    margin: 0; }
    .costTable__row:first-of-type .costTable__data {
      text-align: center; }
      .costTable__row:first-of-type .costTable__data:first-of-type {
        border-top-left-radius: 20px; }
      .costTable__row:first-of-type .costTable__data:last-of-type {
        border-top-right-radius: 20px; }
    .costTable__row:last-of-type .costTable__data:first-of-type {
      border-bottom-left-radius: 20px; }
    .costTable__row:last-of-type .costTable__data:last-of-type {
      border-bottom-right-radius: 20px; }
  .costTable__data {
    width: 15%;
    padding: 20px;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .costTable__data:first-of-type {
      width: 40%; }

@media (max-width: 700px) {
  .costTable__data {
    padding: 20px 10px;
    font-size: 1rem; } }
