.page_all {
  position: relative;
}

.page_all .water {
  position: absolute;
  top: 0rem;
  right: 0;
  width: 50vw;
  z-index: -1;
  max-width: 550px;
}

.page_header {
  height: 13rem;
  width: 100%;
  background-image: url(../img/common/img_underheader.png);
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.page_header .icon {
  width: 1.5rem;
  margin: 1rem;
  display: inline-flex;
}

.sec_head {
  font-size: 2.3rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 540px) {
  .sec_head {
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    text-align: center;
    line-height: 1.2;
  }
}

.sec_head .icon {
  width: 1.5rem;
  margin: 0.75rem;

  display: inline;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .page_header {
    height: 12rem;
    font-size: 1.5rem;
    padding-top: 3.5rem;
  }
  .page_header .icon {
    width: 1.2rem;
    margin: 0.5rem;
  }
}

.head_sec_underpage {
  text-align: center;
  margin-bottom: 2rem;
}

.page_first {
  margin-top: 6rem;
}
@media screen and (max-width: 540px) {
  .page_first {
    margin-top: 4rem;
  }
}

.head_sec_underpage .jpn {
  position: relative;
}
.head_sec_underpage .jpn .text {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.head_sec_underpage .jpn img {
  position: absolute;
  width: 4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.head_sec_underpage .eng {
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
  color: #00a6ce;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head_sec_underpage .eng .line {
  height: 1px;
  width: 4rem;
  margin: 0 1rem;
  background-color: #00a6ce;
}

.page_all .pagehead {
  height: 12rem;
  margin: 0rem auto 2rem;
  position: relative;
  text-align: center;
}

.page_all .pagehead img {
  height: 100%;
  width: auto;
  margin: auto;
}

@media screen and (max-width: 540px) {
  .page_all .pagehead {
    height: 8.5rem;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

.head_maruarai {
  width: 80%;
  max-width: 500px;
  margin: auto;
  margin-bottom: 5rem;
}

@media screen and (max-width: 540px) {
  .head_maruarai {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.futon_wash {
  padding: 5rem 0 5rem;
}
@media screen and (max-width: 540px) {
  .futon_wash {
    padding: 2rem 0;
  }
}
.futon_wash_inner {
  position: relative;
  margin-bottom: 2rem;
}

.futon_wash_inner .left {
  width: 55%;
  padding: 3rem 2rem;
  background-color: #fff;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.05);
  z-index: 5;
  position: relative;
}

@media screen and (max-width: 540px) {
  .futon_wash_inner .left {
    width: 100%;
    padding: 3rem 2rem;
    background-color: #fff;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.05);
    z-index: 5;
    position: relative;
  }
}

.futon_wash_inner .head {
  padding-left: 1rem;
  border-left: 6px solid #00a7cf;
  line-height: 1;
  margin-bottom: 2.5rem;
}

.futon_wash_inner .head .main {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: -0.5rem;
}

.futon_wash_inner .head .sub {
  height: 0.75rem;
}

.futon_wash_inner .head .sub img {
  width: auto;
  height: 100%;
}

.futon_wash_inner .read {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 540px) {
  .futon_wash_inner .read {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1.3rem;
  }
}

.futon_wash_inner .image {
  position: absolute;
  right: 0;
  bottom: -2rem;
  width: 50%;
  margin-left: -3rem;
  z-index: 1;
}

@media screen and (max-width: 540px) {
  .futon_wash_inner .image {
    position: relative;
    right: initial;
    bottom: initial;
    width: 70%;
    margin: auto;
    margin-top: 2.5rem;
    z-index: 1;
  }
}

/* ↓ SERVICE ｜ 3つのメリット ------------------------*/
.service_futon_melit {
  margin-top: 2rem;
}

@media screen and (max-width: 540px) {
  .service_futon_melit {
    margin-top: 0rem;
  }
}

.service_futon_melit .head {
  max-width: 450px;
  margin: auto;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 540px) {
  .service_futon_melit .head {
    width: 80%;
  }
}
/* ↓ SERVICE ｜ おすすめする理由 ------------------------*/
.service_osusume {
  position: relative;
  overflow-x: hidden;
}

.service_osusume {
  padding: 5rem 0;
}

@media screen and (max-width: 540px) {
  .service_osusume {
    padding: 3rem 0 4rem;
  }
}
.service_osusume .backblue1 {
  position: absolute;
  top: 0rem;
  left: -17vw;
  width: 42rem;
  z-index: -1;
}

@media screen and (max-width: 540px) {
  .service_osusume .backblue1 {
    position: absolute;
    top: 5rem;
    left: -12vw;
    width: 27rem;
    z-index: -1;
  }
}

.service_osusume .backblue2 {
  position: absolute;
  bottom: 2rem;
  right: -15vw;
  width: 42rem;
  z-index: -1;
}

@media screen and (max-width: 540px) {
  .service_osusume .backblue2 {
    position: absolute;
    bottom: 15rem;
    right: -15vw;
    width: 27rem;
    z-index: -1;
  }
}

.service_osusume .head {
  margin: auto;
  margin-bottom: 3.5rem;
}
.service_osusume .head_page {
  max-width: 500px;
}

.service_osusume .osusume_three {
  display: flex;
  justify-content: center;
}
.page_all .service_osusume .osusume_three {
  margin-bottom: 0rem;
  border-bottom: initial;
}

@media screen and (max-width: 540px) {
  .service_osusume .head_page {
    width: 90%;
    margin-bottom: 2rem;
  }
  .service_osusume .osusume_three {
    display: block;
    margin-bottom: 3rem;
  }
}

.service_osusume .osusume_three .item {
  width: 30%;
}

.service_osusume .osusume_three .item_center {
  margin: 0 5%;
}

@media screen and (max-width: 540px) {
  .service_osusume .osusume_three .item {
    width: 100%;
    margin-bottom: 5rem;
  }

  .service_osusume .osusume_three .item:last-child {
    margin-bottom: 0rem;
  }

  .service_osusume .osusume_three .item_center {
    margin: 0%;
    margin-bottom: 5rem;
  }
}

.service_osusume .osusume_three .image {
  position: relative;
  margin-bottom: 1.75rem;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 1.5rem;
}

@media screen and (max-width: 540px) {
  .service_osusume .osusume_three .image {
    width: 80%;
    margin: auto;
    margin-bottom: 2rem;
  }
}

.service_osusume .osusume_three .image .icon {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 3.5rem;
}

.service_osusume .osusume_three .read {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.service_osusume .osusume_three .sentence {
  line-height: 2;
}

@media screen and (max-width: 540px) {
  .service_osusume .osusume_three .read {
    font-weight: bold;
    font-size: 1.15rem;
    margin-bottom: 1rem;
  }
}

/* ↓ SERVICE ｜ おすすめする理由 ------------------------*/

.service_senjo {
  padding: 3rem 0 4rem;
}
.service_senjo .head {
  max-width: 36rem;
  margin: auto;
  margin-bottom: 2rem;
}

@media screen and (max-width: 540px) {
  .service_senjo {
    padding: 1rem 0 3rem;
  }
  .service_senjo .head {
    max-width: 20rem;
    margin: auto;
    margin-bottom: 2rem;
  }
}

.faq_wrap.senji_flow_faq {
  background-color: #fff;
  width: initial;
  border-radius: 1.5rem;
  position: relative;
  margin-bottom: 2rem;
  box-shadow: 0 6px 20px rgb(0, 161, 166, 0.31);
}
@media screen and (max-width: 540px) {
  .faq_wrap.senji_flow_faq {
    margin-bottom: 0rem;
  }
  .faq_wrap.senji_flow_faq:last-child {
    margin-bottom: 3rem;
  }
}

.faq_wrap.senji_flow_faq .icon {
  width: 3.5rem;
  position: absolute;
  top: 2rem;
  left: -1.5rem;
}

@media screen and (max-width: 540px) {
  .faq_wrap.senji_flow_faq .icon {
    width: 2.8rem;
    position: absolute;
    top: -1rem;
    left: -1.5rem;
  }
}

.faq_wrap.senji_flow_faq .question_icon {
  margin-right: 1rem;
}
.faq_wrap.senji_flow_faq .question_icon span {
  background-color: #00a0a5;
}

.senji_flow_faq .faq {
  padding: 2.5rem 5rem;
  margin: 0;
}

@media screen and (max-width: 540px) {
  .faq_wrap.senji_flow_faq .question_icon {
    margin-right: 0rem;
  }
  .senji_flow_faq .faq {
    padding: 1.5rem 2rem;
    margin: 0;
  }
}
.senji_flow_faq .question_wrap {
  color: #333;
  font-size: 1.5rem;
}

.senji_flow_faq .question_wrap:before {
  background-image: initial;
}
.senji_flow_faq .answer_wrap:before {
  background-image: initial;
}

.senji_flow_faq li {
  background-color: initial;
}

.service_senjo .senji_flow li {
  background-color: #fff;
  padding: 3rem 6rem;
  border-radius: 1.5rem;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 4rem;
  position: relative;
  box-shadow: initial;
}

.service_senjo .senji_flow_faq .question_wrap,
.service_senjo .senji_flow_faq .answer_wrap {
  box-shadow: initial;
}
.service_senjo .senji_flow_faq .answer_wrap {
  padding-top: 0;
  display: none;
}
.service_senjo .senji_flow_faq .answer_wrap .inner {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 500;
}

.senji_flow_faq_arrow {
  width: 3rem;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 540px) {
  .service_senjo .senji_flow_faq .answer_wrap .inner {
    font-size: 0.95rem;
  }
  .senji_flow_faq_arrow {
    width: 1.5rem;
    margin: auto;
    margin-bottom: 1rem;
  }
}

.service_senjo .senji_flow_faq .answer_wrap .left {
  width: 55%;
}
.service_senjo .senji_flow_faq .answer_wrap .right {
  width: 40%;
}

.service_senjo .question_wrap {
  box-shadow: initial;
}

@media screen and (max-width: 540px) {
  .service_senjo .senji_flow li {
    display: block;
    padding: 2.5rem;
  }
}

.service_senjo .senji_flow li .icon {
  width: 4rem;
  position: absolute;
  top: 2rem;
  left: -1.5rem;
}

.service_senjo .textCenter {
  display: block;
  justify-content: center;
}

.service_senjo .btn_page img {
  margin: 1rem 0;
}

@media screen and (max-width: 540px) {
  .service_senjo .senji_flow li .icon {
    width: 4rem;
  }

  .service_senjo .senji_flow .btn {
    display: inline-block;
    border-radius: 2rem;
    background-color: #00a1a6;
    text-align: center;
    padding: 1rem;
    position: relative;
  }
}

.service_senjo .senji_flow li .left {
  width: 50%;
  padding-right: 4rem;
}

@media screen and (max-width: 540px) {
  .service_senjo .senji_flow li .left {
    width: 100%;
    padding-right: 0rem;
  }
}

.service_senjo .senji_flow li .left .head {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  line-height: 1.2;
}

.service_senjo .senji_flow li .left .sentence {
  font-size: 1.2rem;
  line-height: 2;
}

.service_senjo .senji_flow li .image {
  width: 50%;
}

@media screen and (max-width: 540px) {
  .service_senjo .senji_flow li .image {
    width: 100%;
  }
}

.service_senjo .senji_flow_faq .arrow {
  background-color: initial;
  box-shadow: initial;
  width: 6rem;
  margin: auto;
  padding: 0;
  margin-bottom: 4rem;
}

.flow_tel {
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.flow_tel .tel_icon {
  width: 2rem;
  margin-right: 1rem;
}
.service_senjo a {
  margin-top: 3rem;
}

.service_senjo .senji_flow_faq li .pay {
  margin-top: 1rem;
}
@media screen and (max-width: 540px) {
  .service_senjo .senji_flow_faq li .pay {
    padding-top: 0;
    font-size: 0.95rem;
  }
}
.service_senjo .senji_flow_faq li .pay .head_s {
  font-size: 1.2rem;
  border-bottom: 3px solid #4187ad;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.service_senjo .senji_flow_faq li .pay .text {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 540px) {
  .service_senjo .senji_flow_faq li .pay .head_s {
    font-size: 1rem;
  }
  .service_senjo .senji_flow_faq li .pay .text {
    font-size: 0.95rem;
  }
}
/* ↓ SERVICE ｜ サービス紹介 ------------------------*/

.service_option {
  position: relative;
}

@media screen and (max-width: 540px) {
  .service_option {
    padding-bottom: 0rem;
  }
}

.service_option .nami_top {
  top: 0;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 100%;
}

.service_option .secOuter-l {
  padding-top: 4rem;
}

.page_all .service_option .sec_head {
  height: initial;
  max-width: 24rem;
  margin: auto;
  margin-bottom: 3rem;
  filter: drop-shadow(0 10px 20px rgba(192, 241, 255, 0.3))
    drop-shadow(0 3px 6px rgba(192, 241, 255, 0.1));
}

.service_option ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.service_option li {
  width: 47.5%;
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 5vw;
}

.service_option li:nth-child(odd) {
  margin-right: 5%;
}

@media screen and (max-width: 540px) {
  .service_option li {
    width: 100%;
  }

  .service_option li:nth-child(odd) {
    margin-right: 0%;
  }
}

.service_option li .head {
  padding-left: 0.75rem;
  border-left: 5px solid #00a7cf;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.service_option li .price {
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.service_option li .sentence {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2;
}

/* ↓ ご利用料金 ｜ 料金表 ------------------------*/
.price_wrap .area {
  max-width: 37rem;
  margin: auto;
  margin-bottom: 3rem;
}

.sec_underpage_item {
  margin-bottom: 4rem;
}

.sec_underpage_item_last {
  margin-bottom: 0rem;
}

.area_list {
  padding: 2rem;
  padding-bottom: 1.75rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 4rem;
}
.area_list ul {
  display: flex;
  flex-wrap: wrap;
}

.area_list ul li {
  margin: 0 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

.page_all .pagehead_tokyo_price {
  margin: auto;
  margin-top: 4rem;
  margin-bottom: 0rem;
  width: 15rem;
}

.page_all .sec_price.sec_price_47 {
  padding: 0;
}

.sec_head_s {
  font-size: 1.9rem;
  padding-left: 1rem;
  border-left: 6px solid #00a7cf;
  font-weight: bolder;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

.sec_head_s small {
  font-size: 1rem;
  font-weight: 400;
}

.table {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
}

.price_table {
  position: relative;
  margin-bottom: 1rem;
}

.price_table .free {
  position: absolute;
  right: -2rem;
  top: -5rem;
  width: 8rem;
  z-index: 40;
}

.price_note {
  text-align: right;
  margin-right: 0;
  font-size: 0.8rem;
}

@media screen and (max-width: 540px) {
  .price_table .free {
    right: 0rem;
    top: -5rem;
    width: 7rem;
  }

  .mattlress_plan_table.price_table .free {
    right: -2rem;
    top: -5rem;
    width: 6rem;
  }
}

.table .row {
  border-bottom: 1px solid #00a7cf;
  display: flex;
}

.table .row:last-child {
  border-bottom: none;
}

.table .row .left {
  width: 30%;
  background-color: #cceaf0;
  padding: 1rem 2rem;
  border-right: 1px solid #00a7cf;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .table .row .left {
    font-size: 1rem;
    padding: 1.25rem;
    width: 35%;
  }
}

.table .row .right {
  width: 70%;
  background-color: #fff;
  font-size: 2.5rem;
  padding: 2rem;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 540px) {
  .table .row .right {
    display: block;
    font-size: 2.5rem;
    padding: 1.25rem;
    width: 65%;
  }
}

.table .row .right .note {
  font-size: 1rem;
  margin-left: 1.5rem;
}

@media screen and (max-width: 540px) {
  .table .row .right .note {
    font-size: 0.9rem;
    margin-left: 0rem;
  }
}

.table .row .right span,
.table .row .center span {
  line-height: 1;
  background: linear-gradient(transparent 70%, #ffdb21 70%);
}

.price_inner .table .row .right {
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (max-width: 540px) {
  .price_inner .table .row .right {
    font-size: 2.5rem;
    font-weight: 700;
  }
}

.price_inner small:first-child {
  display: block;
  margin-top: 1rem;
}

.price_inner small {
  display: block;
}

.other_cleaning {
  margin-bottom: 5rem;
}

@media screen and (max-width: 540px) {
  .other_cleaning {
    margin-bottom: 4rem;
  }
}

.payment {
  background-color: #fff;
  margin-bottom: 4rem;
}

.payment .sentence {
  margin-top: -1.5rem;
  margin-bottom: 4rem;
}

/* ↓ 会社概要 ｜ 会社情報 ------------------------*/

.company_info .table .row .left {
  font-size: 1.1rem;
  padding: 2rem;
  font-weight: 500;
}

.company_info .table .row .right {
  background-color: #fff;
  padding: 2rem;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .company_info .table .row .left,
  .company_info .table .row .right {
    font-size: 1rem;
    padding: 1.25rem;
  }
}

.access .secOuter-l {
  padding-top: 3rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 540px) {
  .access .secOuter-l {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}

.access .map {
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.07);
}

.access .map iframe {
  width: 100%;
  height: 30vh;
  min-height: 400px;
}

@media screen and (max-width: 540px) {
  .access .map iframe {
    min-height: 300px;
  }
}

/* ↓ SERVICE ｜ ご利用の流れ ------------------------*/
.flow_sec1 {
  margin-bottom: 4rem;
}

.flow_sec .head {
  max-width: 40rem;
  margin: auto;
  margin-bottom: 3.5rem;
}

.flow_linkbtn {
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
}

.flow_linkbtn a {
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 540px) {
  .flow_linkbtn a:first-child {
    margin-bottom: 2rem;
  }
}

.flow_sec .senji_flow li .left {
  width: 70%;
}

.flow_sec .senji_flow li .right {
  width: 30%;
}

@media screen and (max-width: 540px) {
  .flow_sec .senji_flow li .left {
    width: 100%;
  }

  .flow_sec .senji_flow li .right {
    width: 90%;
    margin: auto;
  }
}

.flow_sec .senji_flow li .left .head {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 540px) {
  .flow_sec .senji_flow li .left .head {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.flow_convertion {
  margin-bottom: 4rem;
  display: block;
}

.convertion {
  display: block;
}

/* ↓ FAQ ｜ よくある質問 ------------------------*/

.faq_wrap {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .faq_wrap {
    width: 94%;
  }
}

.faq {
  font-weight: bold;
  padding: 24px;
  margin: 1.6rem;
  border-radius: 1rem;
}

.question_wrap.faq {
  padding-right: 3rem;
}

@media screen and (max-width: 540px) {
  .faq {
    margin: 1.6rem 0;
    padding: 16px;
  }

  .faq p {
    font-size: 0.95rem;
    padding-right: 0rem;
    right: -1rem;
  }
}

.faq_heading {
  margin-top: 1rem;
  position: relative;
}

.faq_heading p {
  font-weight: bold;
  color: #41b8b0;
  padding-left: 3.2rem;
  font-size: 1.4rem;
}

.faq_heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-top: 2px solid;
  border-image: linear-gradient(to right, #008dc8 0%, #00d1b0 100%);
  border-image-slice: 1;
  width: 2.2rem;
}

.backimage_faq_1 {
  position: absolute;
  top: 24rem;
  right: 4rem;
  z-index: -1;
  width: 25rem;
}

.backimage_faq_2 {
  position: absolute;
  bottom: 142rem;
  left: 4rem;
  z-index: -1;
  width: 30rem;
}

@media screen and (max-width: 540px) {
  .backimage_faq_1 {
    display: none;
  }

  .backimage_faq_2 {
    display: none;
  }
}

.question_wrap {
  position: relative;
  background-color: #009da3;
  color: #fff;
  z-index: auto;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.07);
  margin-top: 2.5rem;
  margin-left: -1rem;
}

.question_wrap:first-child {
  margin-top: 0rem;
}

.question_wrap:before {
  content: "";
  display: inline-block;
  height: 1.7rem;
  width: 1.7rem;
  position: absolute;
  background-image: url(../img/faq/ballon_1.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
  z-index: 1;
}

.answer_wrap {
  display: none;
  background-color: #fff;
  position: relative;
  z-index: auto;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.07);
  margin-right: -1rem;
}

.answer_wrap:before {
  content: "";
  display: inline-block;
  height: 1.7rem;
  width: 1.7rem;
  position: absolute;
  background-image: url(../img/faq/ballon_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 50%;
  right: -1.5rem;
  z-index: 10;
}

.question_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.question_icon {
  position: absolute;
  width: 40px;
  top: 45%;
  transform: translateY(-50%);
  right: 0;
  margin-right: 5px;
}

.question_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
@media screen and (max-width: 540px) {
  .question_icon {
    top: 40%;
  }
  .question_icon span {
    left: 0px;
    width: 30%;
    height: 2px;
  }
}

.question_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.question_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.question_icon.question_active span:nth-of-type(1) {
  display: none;
}

.question_icon.question_active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* ↓ CONTACT ｜　問い合わせフォーム ------------------------*/

.contact_wrap .secOuter-l {
  padding-bottom: 2rem;
}

@media screen and (max-width: 540px) {
  .contact_wrap .secOuter-l {
    padding-bottom: 0rem;
  }
}

.page_all {
  overflow: hidden;
}

.page_all .contacr_pagehead {
  margin-bottom: 0;
}

.contact_discription {
  text-align: center;
  line-height: 2;
  margin-bottom: 3rem;
}

.confirm_discription {
  line-height: 2;
  margin-bottom: 3rem;
}

.sec_head_tel {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.sec_head_tel small {
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (max-width: 540px) {
  .sec_head_tel {
    font-size: 1.4rem;
  }
}

.contact-table {
  margin-bottom: 3rem;
}

.contact-table .row {
  display: flex;
}

.contact-table .row:last-child {
  border-bottom: none;
}

.contact-table .left {
  width: 30%;
  padding: 1.95rem;
  font-weight: 500;
}

.contact-table .right {
  padding: 1.2rem;
  width: 70%;
}

.contact-table .right input[type="text"],
.contact-table .right input[type="email"],
.contact-table .right input[type="textarea"] {
  padding: 0.9rem;
  border: solid 2px #b1b1b1;
  border-radius: 0.5rem;
  width: 100%;
}

.contact-table .right input.tel {
  padding: 0.9rem;
  border: solid 2px #b1b1b1;
  border-radius: 0.5rem;
  width: 20%;
}

@media screen and (max-width: 540px) {
  .contact-table .right input.tel {
    width: 29%;
  }
}

.contact-table .right textarea {
  padding: 0.75rem;
  border: solid 1px #808080;
  border-radius: 0.3rem;
  width: 100%;
}

.mw_wp_form .horizontal-item {
  margin: initial;
  margin-right: 1.5rem !important;
}

@media screen and (max-width: 540px) {
  .mwform-radio-field label {
    margin-bottom: 0.5rem !important;
    white-space: nowrap !important;
  }
}

@media screen and (max-width: 540px) {
  .contact-table .left {
    font-size: 0.9rem;
    padding: 1rem;
  }

  .contact-table .right {
    font-size: 0.9rem;
    padding: 1rem;
  }
}

.btn_send {
  border-radius: 2rem;
  width: 25rem;
  text-align: center;
  margin: auto;
  transition: 0.3s ease;
  cursor: pointer;
  margin-bottom: 5rem;
}

.btn_send input {
  font-weight: bold;
  border-radius: 2rem;
  width: 100%;
  padding: 1.75rem 0;
  width: 25rem;
  color: #333;
  transition: 0.3s ease;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #e7db21;
  text-decoration: initial !important;
  cursor: pointer;
  border: initial;
}

.btn_send:hover {
  color: #fff;
  transition: 0.3s ease;
  transform: scale(1.05);
}

.contact-privacy {
  text-align: center;
  font-size: 0.9rem;
}

.contact-privacy a {
  display: inline-block;
  text-align: center;
  color: #e9a20a;
  border-bottom: 1px solid;
  padding-bottom: 0.2rem;
  margin-bottom: 1.5rem;
}

.contact-privacy a:hover {
  opacity: 1;
}

.validation {
  color: red;
}

/* ↓ FAQ ｜ ニュース詳細 ------------------------*/
.news_detail .secOuter-l {
  padding-top: 6rem;
}

.news_detail .sec_head {
  width: 17rem;
  margin-top: 1rem;
}

.news_detail .contents {
  padding: 0;
}

.news_detail .contents .inner {
  transition: 0.3s ease;
  margin-bottom: 4rem;
}

.news_detail .title {
  font-size: 2rem;
  font-weight: 500;
}

.news_detail .contents .inner .day {
  color: #666666;
  margin-bottom: 0.5rem;
}

.news_detail .contents .inner .category {
  display: inline-block;
  padding: 0.2rem 1.5rem 0;
  font-size: 0.8rem;
  border-radius: 1.2rem;
  background-color: #a4a4a4;
  color: #fff;
  margin-left: 1rem;
}

.news_detail .contents .inner .news {
  background-color: #e7db21;
  color: #333;
}

.news_detail .contents .inner .campaign {
  background-color: #f28e1e;
}

.news_detail .contents .inner .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.news_contents {
  line-height: 2.3;
  margin-bottom: 6rem;
}

.news_contents p,
.news_contents figure {
  margin-bottom: 2rem;
}

@media screen and (max-width: 540px) {
  .news_detail .contents .inner .title {
    line-height: 1.5;
  }

  .news_contents {
    margin-bottom: 4rem;
  }
}

/* ↓ ABOUT ｜ ちゃちゃまるとは？ ------------------------*/

.aboutpage .pagehead {
  height: 8.5rem;
  margin: 6rem auto 4.5rem;
}

@media screen and (max-width: 540px) {
  .aboutpage .pagehead {
    height: 5.5rem;
    max-width: 100%;
    margin-bottom: 1rem;
    margin: 8rem auto 1rem;
  }
}

.aboutpage .catch .text {
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
  margin-top: -2rem;
  font-size: 1.1rem;
}

@media screen and (max-width: 540px) {
  .aboutpage .catch .text {
    text-align: left;
    margin-top: -1rem;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 540px) {
  .aboutpage .first_sec {
    padding-bottom: 0rem;
  }
}

.about_first_secwrap {
  position: relative;
  max-width: 1500px;
  margin: auto;
}

.about_first_secwrap .backblue1 {
  position: absolute;
  top: 5rem;
  left: -17vw;
  width: 60vw;
  z-index: -1;
}

@media screen and (max-width: 540px) {
  .about_first_secwrap .backblue1 {
    position: absolute;
    top: 3rem;
    left: -14vw;
    width: 23rem;
    z-index: -1;
  }
}

.about_first_secwrap .backblue2 {
  position: absolute;
  bottom: -9rem;
  right: -15vw;
  width: 60vw;
  z-index: -1;
}

@media screen and (max-width: 540px) {
  .about_first_secwrap .backblue2 {
    position: absolute;
    bottom: -15rem;
    right: -10vw;
    width: 23rem;
    z-index: -1;
  }
}

.about_reason .head {
  height: 3rem;
  width: auto;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 540px) {
  .about_reason .head {
    height: 2.5rem;
    width: auto;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 540px) {
  .about_reason .head {
    margin-bottom: 2rem;
  }
}

.about_reason .head img {
  height: 100%;
}

.about_reason .area {
  max-width: 50rem;
  margin: 2rem auto;
  text-align: center;
}

.greeting_area {
  display: flex;
  margin-bottom: 5rem;
}

.greeting_area .left {
  width: 35%;
  margin-left: -2rem;
}

.greeting_area .right {
  width: 65%;
  padding-left: 3rem;
  letter-spacing: 0.15rem;
  line-height: 1.9;
  font-size: 0.9rem;
}
@media screen and (max-width: 540px) {
  .greeting_area {
    display: block;
    margin-bottom: 3rem;
  }

  .greeting_area .left {
    width: 100%;
  }

  .greeting_area .right {
    width: 100%;
    padding-left: 0rem;
  }
}
.greeting_area .right .read {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (max-width: 540px) {
  .about_reason .area {
    margin-bottom: 4rem;
  }
}

.voiceArea li .headArea {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.voiceArea li .head {
  margin-bottom: 0;
  border-left: none;
}

.voiceArea li .icon {
  width: 2rem;
}

.voiceArea li .icon {
  width: 2rem;
}

/* ↓ SERVICE ｜ カーペット丸洗い ------------------------*/

.service_senjo_carpet .senji_flow li .left {
  width: 100%;
}

.service_senjo_carpet .senji_flow li .left .head {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 0.75rem;
  border-left: 6px solid #00a7cf;
  margin: inherit;
  margin-bottom: 1.2rem;
  line-height: 1.2;
}

.service_senjo_carpet .senji_flow li .left .sentence {
  font-size: 1.2rem;
  line-height: 2;
}

.service_senjo_carpet .senji_flow li .left {
  padding-right: 0rem;
}

/* ↓ SERVICE ｜ カーペット丸洗い ------------------------*/

.mattress_plan .mattress_schadule {
  margin-top: 4rem;
}

.mattress_plan .secOuter-s {
  padding-top: 0;
}

.mattress_plan .mattress_plan_flex {
  margin-bottom: 4rem;
}

.mattress_plan .mattress_plan_flex .score {
  width: 50%;
  margin: 2rem 0;
}

@media screen and (max-width: 540px) {
  .mattress_plan .mattress_plan_flex .score {
    width: 90%;
  }
}

@media screen and (max-width: 540px) {
  .mattress_plan .mattress_plan_flex {
    display: block;
  }
}

.mattress_plan_flex .item {
  width: 100%;
  padding: 2.5rem 2rem 4rem;
  margin: 1rem;
  margin-top: 0;
  border-radius: 1.5rem;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

@media screen and (max-width: 540px) {
  .mattress_plan_flex .item {
    width: 100%;
    margin: auto;
  }

  .mattress_plan_flex .item:first-child {
    margin-bottom: 4rem;
  }
}

.mattress_plan_flex .item .head {
  height: 1.5rem;
}

.mattress_plan_flex .item .head img {
  height: 100%;
  width: auto;
}

.mattress_plan_flex .item .sentence {
  margin-top: 2rem;
  font-size: 0.9rem;
  letter-spacing: 0.15rem;
}

.mattress_plan_flex .head_s {
  border-left: 3px solid #008086;
  font-size: 1.1rem;
  font-weight: bold;
  padding-left: 0.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.mattress_plan_flex .btn {
  margin-top: 3rem;
}

.mattress_plan_flex .table .row {
  padding: initial;
  margin: auto;
}

.mattress_plan_flex .table .row .left {
  font-size: 0.9rem;
  padding: 1rem;
}

.mattress_plan_flex .table .row .right {
  padding: 1rem;
  font-size: 1.5rem;
}

.mattress_plan_flex .btn_plan {
  width: 20rem;
  display: block;
  margin: auto;
  margin-top: 4rem;
}

.mattlress_plan_head {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.mattlress_plan_head img {
  width: 1.4rem;
  margin-right: 1.4rem;
}

.mattlress_plan_sentence {
  margin-top: 0.5rem;
  line-height: 2;
  margin-bottom: 3.5rem;
}

.mattlress_plan_table.table .row .left {
  width: 30%;
  background-color: #cceaf0;
  padding: 1rem 2rem;
  border-right: 1px solid #00a7cf;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .mattlress_plan_table.table .row .left {
    width: 30%;
    background-color: #cceaf0;
    padding: 1rem;
    border-right: 1px solid #00a7cf;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
}

.mattlress_plan_table.table .row .center {
  width: 35%;
  background-color: #fff;
  padding: 1rem;
  padding-bottom: 0;
  font-weight: 700;
  border-right: 1px solid #00a7cf;
  position: relative;
}

.mattlress_plan_table.table .row .right {
  width: 35%;
  background-color: #fff;
  padding: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 3rem;
  font-weight: 700;
  position: relative;
  display: block;
}

@media screen and (max-width: 540px) {
  .mattlress_plan_table.table .row .center,
  .mattlress_plan_table.table .row .right {
    padding-bottom: 4rem;
  }
}

.mattlress_plan_table.table .row .center {
  padding: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 3rem;
}

.mattlress_plan_table.table .row .time {
  background-color: #efefef;
  padding: 0.5rem;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 540px) {
  .mattlress_plan_table.table .row .time {
    font-size: 0.7rem;
  }
}

.price_inner .mattlress_plan_table.table .row .right,
.price_inner .mattlress_plan_table.table .row .center {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 540px) {
  .price_inner .mattlress_plan_table.table .row .right,
  .price_inner .mattlress_plan_table.table .row .center {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

.price_flow .question_wrap:before {
  content: "";
  display: inline-block;
  height: 1.7rem;
  width: 1.7rem;
  position: absolute;
  background-image: initial;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
  z-index: 1;
}

.row_mattress_top {
  display: flex;
  align-items: center;
  width: 100%;
}

.row_mattress_top .left {
  width: 30%;
}

.row_mattress_top .center {
  border-right: 1px solid #008ab2;
}

.row_mattress_top .right,
.row_mattress_top .center {
  width: 35%;
  background-color: #d9e8bc;
  padding: 0.3rem;
  padding-left: 2rem;
  font-size: 0.9rem;
  font-weight: bold;
}

@media screen and (max-width: 540px) {
  .row_mattress_top .right,
  .row_mattress_top .center {
    font-size: 0.8rem;
    font-weight: bold;
  }
}

.row {
  margin-right: initial;
  margin-left: initial;
}

.plan_item {
  margin-bottom: 5rem;
}

@media screen and (max-width: 540px) {
  .plan_item {
    margin-bottom: 4rem;
  }
}

/*---------------------------------------------

導入事例ページ

---------------------------------------------*/
.case_list li {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

.case_list .infoarea {
  padding: 1rem 1.5rem 1.5rem;
  font-size: 1.2rem;
}
.case_list {
  display: flex;
  flex-wrap: wrap;
}

.case_list li {
  width: 32%;
  margin-bottom: 1.5vw;
  background-color: #fff;
}

.case_list li:nth-child(3n-1) {
  margin: 0 2%;
  margin-bottom: 1.5vw;
}

.case_list .title {
  overflow: hidden;
}
.case_list .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
}
.case_list .infoarea .company {
  font-size: 1rem;
  margin-top: 1rem;
}
.case_list li .image {
  height: 18vw;
  max-height: 298px;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}

.case_list li img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}

@media screen and (max-width: 540px) {
  .case_list li {
    width: 100%;
    margin-bottom: 6vw;
  }
  .case_list li:nth-child(3n-1) {
    margin-bottom: 6vw;
  }
  .case_list li .image {
    height: 13rem;
    max-height: 298px;
    object-fit: cover;
    border-radius: 1rem 1rem 0 0;
  }
  .case_list li img {
    height: 100%;
    object-fit: cover;
    border-radius: 1rem 1rem 0 0;
  }
}

.sec_head_case {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
}
.sec_head_case .main {
  line-height: 1.5;
}
.sec_head_case .sub {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 0.75rem;
  color: #555;
}
@media screen and (max-width: 540px) {
  .sec_head_case {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
  .sec_head_case .sub {
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .reverse {
    flex-direction: column-reverse !important;
  }

  .wp-block-columns {
    margin-bottom: 0 !important;
  }
}
.case_detail_content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.82;
  letter-spacing: 0.15rem;
  margin-bottom: 2.5rem;
}

.case_detail_content .wp-block-columns p {
  margin-bottom: 0;
}

.case_detail_content h2 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  padding-left: 0.6em;
  color: #368cb7;
  border-left: 5px solid #368cb7;
  line-height: 1.4;
}
.case_detail_content h3 {
  margin-bottom: 0.6rem;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 540px) {
  .case_detail_content p {
    font-size: 0.9rem;
  }
  .case_detail_content h2 {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
    padding-left: 0.4em;
    line-height: 1.3;
    border-left: 4px solid #368cb7;
  }
  .case_detail_content h3 {
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
  }
}
.wp-block-columns {
  margin-bottom: 2.2rem;
}

@media screen and (max-width: 540px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1em !important;
  }
}

.button_back_page {
  padding: 0 2.75rem;
  width: 20rem;
  margin: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 540px) {
  .button_back_page {
    padding: 0rem;
  }
}
.button_back_page_submit {
  padding: 0 2.75rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 1rem 0;
  width: 100%;
  border-radius: 3rem;
  border: none;
  background: linear-gradient(92deg, #333333 2.01%, #7c7c7c 100%);
  transition: 0.3s ease;
}
@media screen and (max-width: 540px) {
  .button_back_page {
    padding: 0 2rem;
    width: 19rem;
  }
  .button_back_page_submit {
    font-size: 0.9rem;
  }
}
.button_back_page_submit:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
}

/* ↓ セク｜sec_price ------------------------*/
.page_all .sec_head {
  height: 4rem;
  text-align: center;
  max-width: initial;
}
.page_all .service_mattress .sec_head,
.page_all .service_mattress_carpet .sec_head {
  height: initial;
  text-align: center;
  max-width: initial;
}
.service_osusume.service_mattress_carpet {
  padding-bottom: 0;
}

.service_mattress .osusume_three {
  padding-bottom: 0;
}
@media screen and (max-width: 540px) {
  .page_all .area_each .sec_head {
    height: 4.5rem;
  }
}

.page_all .sec_price {
  padding: 5rem 0 6rem;
}

@media screen and (max-width: 540px) {
  .page_all .sec_price {
    padding: 5rem 0 4rem;
  }
}

.page_all .sec_price .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0rem;
  position: relative;
}

.sec_price .flex .price_note {
  position: absolute;
  bottom: -2.5rem;
  right: 0;
  font-size: 0.8rem;
  width: 100%;
}

@media screen and (max-width: 540px) {
  .page_all .sec_price .flex {
    display: block;
    margin-bottom: 7rem;
  }
  .page_all .sec_price .flex .price_note {
    width: 80%;
    text-align: center;
    font-size: 0.9rem;
    right: initial;
  }
}

@media screen and (max-width: 540px) {
  .sec_price .flex {
    display: block;
    margin-bottom: 0rem;
  }
  .sec_price .flex .price_note {
    width: 80%;
    text-align: center;
    font-size: 0.9rem;
    right: initial;
  }
}

.sec_price .item {
  width: 30%;
}
@media screen and (max-width: 540px) {
  .sec_price .item {
    width: 80%;
    margin: auto;
    margin-bottom: 2rem;
  }
}
.sec_price .item_head {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}

.sec_price .item_head span {
  height: 2px;
  width: 5.5vw;
  background-color: #ed9710;
}

@media screen and (min-width: 1100px) {
  .sec_price .item_head {
    font-size: 1.5rem;
  }

  .sec_price .item_head span {
    width: 5.5vw;
  }
}
@media screen and (max-width: 540px) {
  .sec_price .item_head {
    font-size: 1.3rem;
  }

  .sec_price .item_head span {
    width: 5rem;
  }
}

.sec_price .price_area {
  padding: 1rem;
  font-size: 4vw;
  font-weight: bold;
  background-color: #fff;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0px 0px 8px 14px rgba(0, 0, 0, 0.01);
  transition: all 0.5s ease;
}
@media screen and (min-width: 1400px) {
  .sec_price .price_area {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 540px) {
  .sec_price .price_area {
    font-size: 2rem;
  }
}

.sec_price .price_area .img {
  height: 7vw;
}
@media screen and (min-width: 1400px) {
  .sec_price .price_area .img {
    height: 6rem;
  }
}
@media screen and (max-width: 540px) {
  .sec_price .price_area .img {
    height: 5rem;
  }
}
.sec_price .price_area .img img {
  width: auto;
  height: 100%;
}

.price_option_page {
  padding: 3rem 3rem;
  background-color: #ffe68e;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 3rem auto 0rem;
}
.price_option_page_tokyo {
  padding: 3rem 3rem;
  background-color: #ffe68e;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 4rem auto;
}

.price_option_page2 {
  display: block;
  position: relative;
}

@media screen and (max-width: 540px) {
  .price_option_page {
    padding: 2rem;
    padding-top: 3rem;
    margin: 4rem auto 0rem;
    display: block;
  }
}

.price_option_page .head {
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #333;
  border-radius: 2rem;
  color: #fff;
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem 1.5rem;
  line-height: 1;
  text-align: center;
  min-width: 15rem;
}

.price_option_page p {
  width: 50%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
}

.price_option_page2 p {
  width: 100%;
}

@media screen and (max-width: 540px) {
  .price_option_page p {
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.5;
  }
}

.price_option_page p::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/icon_list.svg);
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
}

/* ↓ SERVICE ｜ お客様の声 ------------------------*/

.customer_voice {
  padding: 4rem 0 5rem;
}
.page_all .customer_voice {
  padding: 4rem 0 0;
  margin-top: 5rem;
}
@media screen and (max-width: 540px) {
  .page_all .customer_voice {
    padding: 3rem 0 0;
  }
}
.customer_voice_head {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.customer_voice_head .icon {
  width: 2rem;
  margin: 1rem;
  display: inline-flex;
}

.customer_voice_disc {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.customer_voice_disc span {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
  color: gold;
}
.cus_voice_area ul {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.cus_voice_area.top_cus_voice_area ul {
  margin-bottom: 0rem;
}

@media screen and (max-width: 540px) {
  .customer_voice {
    padding: 3.5rem 0 3rem;
  }
  .cus_voice_area ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }
}

.cus_voice_area ul li {
  background-color: #fff;
  border-radius: 0.5rem;
  width: 32%;
  padding: 1.5rem;
}

.cus_voice_area ul li:nth-child(3n-1) {
  margin: 0 2%;
}
@media screen and (max-width: 540px) {
  .cus_voice_area ul li {
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .cus_voice_area ul li:nth-child(3n-1) {
    margin: initial;
    margin-bottom: 2rem;
  }
}

.cus_voice_area ul li .title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.cus_voice_area ul li .cutmer_info {
  font-size: 0.9rem;
}
.cus_voice_area ul li .cutmer_info::before {
  content: "";
  background-image: url(../img/common/icon_custmor.svg);
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.cus_voice_area ul li .evaluation {
  margin-bottom: 1rem;
}
.cus_voice_area ul li .text {
  font-size: 0.85rem;
}
.star-rating .star {
  pointer-events: none;
  font-size: 1.2rem;
  color: rgb(205, 205, 205);
  cursor: pointer;
  transition: color 0.2s;
}

.star-rating .star.selected {
  color: gold;
}

/* ↓ セク｜cv_area ------------------------*/
.cv_area {
  padding: 4rem 0;
  background-image: url(../img/top/back_fv.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 540px) {
  .cv_area {
    padding: 2rem 0;
    background-image: url(../img/top/back_fv.jpg);
    background-size: cover;
    background-position: center;
  }
}

/* ↓ セク｜contact_zenkoku ------------------------*/

/* ↓ CONTACT ｜　問い合わせフォーム ------------------------*/
.page_all {
  position: relative;
}

.page_all .water {
  position: absolute;
  right: 0;
  width: 50vw;
  z-index: -1;
  max-width: 550px;
}

.page_all .pagehead img {
  height: 100%;
  width: auto;
  margin: auto;
}

.sec_head_s {
  font-size: 1.7rem;
  padding-left: 1rem;
  border-left: 6px solid #00a7cf;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 540px) {
  .sec_head_s {
    border-left: 4px solid #00a7cf;
  }
}

.telbtn,
.mailbtn {
  width: 80%;
  margin: auto;
  display: block;
  text-align: center;
}

@media screen and (min-width: 540px) {
  .telbtn {
    pointer-events: none;
  }
  .telbtn img:hover {
    opacity: 1;
  }

  .mailbtn {
    pointer-events: all;
  }
  .mailbtn img:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 540px) {
  .telbtn {
    width: 100%;
  }
}

.telarea_inner {
  background-color: #fff;
  padding: 3rem 2rem;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 10, 0.02);
  border-radius: 1rem;
}
@media screen and (max-width: 540px) {
  .telarea_inner {
    background-color: #fff;
    padding: 3rem 2rem 2rem;
  }
}

::placeholder {
  line-height: 1.7;
  color: #c6c6c6;
}

.mw_wp_form .futon_number_area .horizontal-item {
  display: inline-block;
  position: relative;
}

.futon_number_area {
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.futon_number_area p {
  display: block;
}

.form_item.number_area {
  margin-bottom: 26vw;
  position: relative;
}

.price_note_contact {
  position: absolute;
  bottom: -20vw;
  right: 0;
  font-size: 0.8rem;
}

.mw_wp_form_confirm .price_note_contact {
  display: none;
}

@media screen and (max-width: 540px) {
  .form_item.number_area {
    margin-bottom: 15vw;
  }

  .price_note_contact {
    position: relative;
    top: -2rem;
  }
}

.mw_wp_form_confirm .form_item.number_area {
  margin-bottom: 7rem;
}
@media screen and (max-width: 540px) {
  .mw_wp_form_confirm .form_item.number_area {
    margin-bottom: 5rem;
  }
}
.mw_wp_form .number_area .horizontal-item {
  display: block;
  width: 30%;
}

label[for="futon_number-1"],
label[for="futon_number-2"],
label[for="futon_number-3"] {
  position: relative;
  width: 100%;
}

.mw_wp_form .number_area .horizontal-item label[for="futon_number-1"]::after {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  padding: 1.25rem;
  width: 100%;
  max-height: 15rem;
  top: 3vw;
  left: 0;
  height: 17vw;
  background-color: #fff;
  border-radius: 1rem;
  font-weight: bold;
  font-size: 3.5vw;
  background-size: 8.5vw;
  background-position: 50% 25%;
  background-repeat: no-repeat;
}

.mw_wp_form .number_area .horizontal-item label[for="futon_number-2"]:after {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  padding: 1.25rem;
  width: 100%;
  max-height: 15rem;
  top: 3vw;
  left: 0;
  height: 17vw;
  background-color: #fff;
  content: "¥0,000";
  border-radius: 1rem;
  font-weight: bold;
  font-size: 3.5vw;
  background-image: url(../img/top/img_futon2.svg);
  background-size: 14vw;
  background-position: 50% 25%;
  background-repeat: no-repeat;
}

.mw_wp_form .number_area .horizontal-item label[for="futon_number-3"]:after {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  padding: 1.25rem;
  width: 100%;
  max-height: 15rem;
  top: 3vw;
  left: 0;
  height: 17vw;
  background-color: #fff;
  content: "¥0,000";
  border-radius: 1rem;
  font-weight: bold;
  font-size: 3.5vw;
  background-image: url(../img/top/img_futon3.svg);
  background-size: 14vw;
  background-position: 50% 25%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1400px) {
  .mw_wp_form .number_area .horizontal-item label[for="futon_number-1"]::after {
    font-size: 3rem;
    background-size: 7rem;
  }

  .mw_wp_form .number_area .horizontal-item label[for="futon_number-2"]::after {
    font-size: 3rem;
    background-size: 12rem;
  }

  .mw_wp_form .number_area .horizontal-item label[for="futon_number-3"]::after {
    font-size: 3rem;
    background-size: 12rem;
  }
  .form_item.number_area {
    margin-bottom: 25rem;
  }
}

@media screen and (max-width: 540px) {
  .mw_wp_form .number_area .horizontal-item label[for="futon_number-1"]::after {
    padding: 1.25rem;
    width: 100%;
    top: 10vw;
    left: 0;
    height: 13rem;
    background-size: 6rem;
    font-size: 3rem;
  }

  .mw_wp_form .number_area .horizontal-item label[for="futon_number-2"]::after {
    padding: 1.25rem;
    width: 100%;
    top: 10vw;
    left: 0;
    height: 13rem;
    background-size: 10rem;
    font-size: 3rem;
  }

  .mw_wp_form .number_area .horizontal-item label[for="futon_number-3"]::after {
    padding: 1.25rem;
    width: 100%;
    top: 10vw;
    left: 0;
    height: 13rem;
    background-size: 10rem;
    font-size: 3rem;
  }
  .mw_wp_form .number_area .horizontal-item {
    width: 100%;
    margin-bottom: 17rem !important;
  }
}

.mw_wp_form .number_area p {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .mw_wp_form .number_area p {
    display: block;
  }
}
.form_disc {
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.mw_wp_form_confirm .form_disc {
  display: none;
}

.form_item {
  margin-bottom: 7rem;
}
@media screen and (max-width: 540px) {
  .form_item {
    margin-bottom: 5rem;
  }
}

.form_item_last {
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .form_item_last {
    margin-bottom: 2rem;
  }
}

.sec_head_s small {
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 540px) {
  .sec_head_s {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
  }
}

.telarea {
  margin-bottom: 6rem;
}

@media screen and (max-width: 540px) {
  .telarea {
    margin-bottom: 4rem;
  }

  .page_all .pagehead {
    height: 8.5rem;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

.contact_wrap .secOuter-l {
  padding-bottom: 2rem;
}

.contact_wrap textarea {
  padding: 1rem;
  border: solid 2px #b1b1b1;
  border-radius: 0.5rem;
  width: 100%;
}

@media screen and (max-width: 540px) {
  .contact_wrap .secOuter-l {
    padding-bottom: 0rem;
  }
}

.page_all .pagehead {
  height: 7rem;
  margin: 5rem auto 0rem;
  position: relative;
  display: block;
}

.page_all .pagehead img {
  height: 100%;
  width: auto;
  margin: auto;
  margin-bottom: 1.5rem;
}

.contact_pagehead {
  margin-bottom: 2rem;
}

@media screen and (max-width: 540px) {
  .page_all .pagehead {
    max-width: 100%;
    margin-bottom: 1rem;
    margin: 4rem auto 0rem;
  }

  @media screen and (max-width: 540px) {
    .page_all .single_price_head {
      margin: 0;
    }
    .page_all .single_price_head img {
      margin: 0;
    }
  }
}

.pdb_no {
  padding-bottom: 0;
}

.page_all {
  overflow-x: hidden;
}

.contact_discription {
  display: block;
  line-height: 2;
  margin-bottom: 5rem;
}
@media screen and (max-width: 540px) {
  .contact_discription {
    margin-bottom: 3rem;
  }
}

.confirm_discription {
  line-height: 2;
  margin-bottom: 3rem;
}

.sec_head_tel {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.sec_head_mail {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.sec_head_tel small {
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (max-width: 540px) {
  .sec_head_tel {
    font-size: 1.2rem;
  }
  .sec_head_tel small {
    font-size: 1rem;
    font-weight: 500;
  }

  .sec_head_mail {
    font-size: 1rem;
  }
}

.contact-table {
  max-width: 720px;
}

.contact-table .row {
  display: flex;
}

.contact-table .row:last-child {
  border-bottom: none;
}

.contact-table .left {
  width: 25%;
  padding: 2.95rem;
  padding-left: 0;
  font-weight: 500;
}

.mw_wp_form_confirm .contact-table .left {
  padding: 1.95rem;
}

.contact-table .right {
  padding: 1.95rem 0 0;
  width: 75%;
}

.contact-table .right input[type="text"],
.contact-table .right input[type="email"],
.contact-table .right input[type="textarea"] {
  padding: 0.9rem;
  border: solid 2px #b1b1b1;
  border-radius: 0.5rem;
  width: 100%;
  line-height: 1;
}

.contact-table .right input.tel {
  padding: 0.9rem;
  border: solid 2px #b1b1b1;
  border-radius: 0.5rem;
  width: 20%;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 0.25rem !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  white-space: nowrap;
  margin-left: 0 !important;
}

.mw_wp_form .number_area .horizontal-item + .horizontal-item {
  margin-right: 0 !important;
}

@media screen and (max-width: 540px) {
  .contact-table .right input.tel {
    width: 29%;
  }
}

.contact-table .right textarea {
  padding: 0.75rem;
  border: solid 1px #808080;
  border-radius: 0.3rem;
  width: 100%;
}

.mw_wp_form .horizontal-item {
  margin: initial;
  margin-right: 1.5rem !important;
}

.mw_wp_form .horizontal-item.number_area {
  margin: initial;
  margin-right: 0rem;
}

@media screen and (max-width: 540px) {
  .mwform-radio-field label {
    margin-bottom: 0.5rem !important;
    white-space: nowrap !important;
  }
}

@media screen and (max-width: 540px) {
  .contact-table .left {
    font-size: 0.9rem;
    padding: 1rem;
  }

  .mw_wp_form_confirm .contact-table .left {
    font-size: 0.9rem;
    padding: 1rem;
    line-height: 1.7;
  }

  .contact-table .right {
    font-size: 0.9rem;
    padding: 1rem;
  }
}

.btn_send {
  border-radius: 2rem;
  max-width: 27rem;
  text-align: center;
  margin: auto;
  transition: 0.3s ease;
  cursor: pointer;
  margin-bottom: 8rem;
}

.btn_send input {
  font-weight: bold;
  border-radius: 2rem;
  width: 100%;
  padding: 2rem 0;
  width: 25rem;
  color: #fff;
  transition: 0.3s ease;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #ed9710;
  text-decoration: initial !important;
  cursor: pointer;
  border: initial;
}

.btn_send:hover {
  color: #fff;
  transition: 0.3s ease;
  transform: scale(1.05);
}

.mw_wp_form_confirm .privacy-policy {
  display: none;
}

.contact-privacy {
  text-align: center;
  font-size: 0.9rem;
}

.contact-privacy a {
  display: inline-block;
  text-align: center;
  color: #e9a20a;
  border-bottom: 1px solid;
  padding-bottom: 0.2rem;
  margin-bottom: 1.5rem;
}

.contact-privacy a:hover {
  opacity: 1;
}

.validation {
  color: red;
}

.privacy-policy {
  height: 350px;
  padding: 2rem 4rem;
  border: 1px solid #a1a1a1;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .privacy-policy {
    height: 350px;
    padding: 1rem 2rem;
  }
}

.privacy-policy__head {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.privacy-policy__head small {
  font-size: 0.9rem;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .privacy-policy__head small {
    font-size: 0.75rem;
    font-weight: 400;
  }
}
.privacy-policy__detail {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 2;
}
.form_option p {
  display: flex;
  flex-wrap: wrap;
}
.form_option .mwform-checkbox-field {
  width: 40%;
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .form_option .mwform-checkbox-field {
    width: 100%;
  }
}

.breadcrumbs {
  font-size: 0.85rem;
  margin: 1rem;
}
@media screen and (max-width: 540px) {
  .aboutbreadcrumbs {
    padding-top: 3.5rem;
  }
}

/* ===== Tom Dish unique tabs ===== */
.top_flow_inner {
  margin-top: 3rem;
}
@media screen and (max-width: 540px) {
  .top_flow_inner {
    margin-top: 2rem;
  }
}
.area_head_copy {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.tmdsh-tabs {
  margin: 0rem auto;
}
.tmdsh-tabs__nav {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: end;
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 12px 10px 0;
  margin-bottom: -3rem;
}
.tmdsh-tabs__tab {
  color: #a0a0a0;
  position: relative;
  appearance: none;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 2.5rem 0;
  width: 45%;
  border-radius: 0.5rem;
  background: #f8feff; /* 薄いグリーン系で目立たせる */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.tmdsh-tabs__tab:hover {
  transform: translateY(-1px);
}
.tmdsh-tabs__tab.is-active {
  background: #008dc8; /* アクティブ時は濃いめ */
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 6px rgba(0, 0, 0, 0.08);
  color: #fff;
}
.tmdsh-tabs__tab.is-active::after {
  /* 下向き三角矢印（タブの真下） */
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #008dc8;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.08));
}

.tmdsh-tabs__panel {
  padding-top: 18px;
}
.tmdsh-tabs__panel.is-active {
  display: block;
}
.tmdsh-tabs__panel[hidden] {
  display: none;
}

/* 既存要素の微修正（任意） */
.sec_price .item_head {
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: center;
}
.sec_price .item_head span {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #008ab2;
}
.price_note {
  margin-top: 8px;
  font-size: 0.85rem;
  opacity: 0.8;
}

.zenkoku_linkarea {
  background-color: #dff3f7;
  padding: 5rem 0;
  font-size: 0.9rem;
}
.bg_none {
  background-color: initial;
}

.zenkoku_linkarea .head {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #a4a4a4;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
.zenkoku_linkarea .head img {
  width: 4rem;
  margin-right: 0.75rem;
}

.zenkoku_linkarea_inner .flex {
  display: flex;
}
.zenkoku_linkarea_inner .region {
  margin-bottom: 2rem;
}
.zenkoku_linkarea_inner .region:last-child {
  margin-bottom: 0rem;
}
.zenkoku_linkarea_inner .flex .left {
  width: 20%;
}
.zenkoku_linkarea_inner .flex ul {
  width: 80%;
}
@media screen and (max-width: 540px) {
  .zenkoku_linkarea_inner .flex .left {
    width: 30%;
  }
  .zenkoku_linkarea_inner .flex ul {
    width: 70%;
  }
}
.zenkoku_linkarea_inner .flex ul {
  display: flex;
  flex-wrap: wrap;
}

.zenkoku_linkarea_inner .flex li {
  border-left: 1px solid #a4a4a4;
  padding: 0 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.zenkoku_linkarea_inner .flex li a {
  display: block;
}
@media screen and (max-width: 540px) {
  .zenkoku_linkarea_inner .flex li {
    width: 50%;
    padding: 0;
    margin-bottom: 0.75rem;
  }
  .zenkoku_linkarea_inner .flex li:nth-child(even) {
    border-right: 1px solid #a4a4a4;
  }

  .zenkoku_linkarea_inner .flex li.list_one {
    border-right: 1px solid #a4a4a4;
  }
}
