@charset "UTF-8";
/* ===================================================
   base
==================================================== */
* {
  box-sizing: border-box;
}

body {
  font-family: YuGothic, '游ゴシック', sans-serif;
  font-size: 1rem;
  font-weight: 100;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 991.98px) {
  .u-use--pc {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .u-use--sp {
    display: none !important;
  }
}

/* ===========================================
	header
=========================================== */
/* ===========================================
	main
=========================================== */
/* ===========================================
	footer
=========================================== */
/* ===========================================
  logo
=========================================== */
/* ===========================================
	copyright
=========================================== */
/* ===========================================
  header
=========================================== */
.p-header-btn--p00 {
  padding: 0.5333rem 1.0666rem;
}

.p-header-btn--p01 {
  padding: 0.5333rem 1.0666rem;
  color: #2552AC;
  background-color: #fff;
  border-color: #2552AC;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1.0666rem;
}

.p-header-btn--p01:hover {
  color: #fff;
  background-color: #2552AC;
  border-color: #2552AC;
}

.p-header-btn--p01:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #2552AC;
  border-color: #2552AC;
}

.p-header-btn--p01:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 82, 172, 0.5);
}

.p-header-btn--p02 {
  padding: 0.5333rem 1.0666rem;
  color: #ED3833;
  background-color: #fff;
  border-color: #ED3833;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1.0666rem;
}

.p-header-btn--p02:hover {
  color: #fff;
  background-color: #ED3833;
  border-color: #ED3833;
}

.p-header-btn--p02:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ED3833;
  border-color: #ED3833;
}

.p-header-btn--p02:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 56, 51, 0.5);
}

.p-header-btn--p03 {
  background-color: #2552AC;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1.0666rem;
  position: relative;
  padding: 0.5333rem 1.06666666667rem 0.5333rem 2.53333333333rem;
  background-image: url(../images/icon_cart.svg);
  background-repeat: no-repeat;
  background-position: 1.06666666667rem 50%;
  background-size: 14px auto;
}

.p-header-navbar {
  padding-top: calc(0.5rem + 15px);
  padding-bottom: calc(0.5rem + 15px);
}

@media only screen and (min-width: 992px) {
  .p-header-navbar {
    padding: 0;
  }
}

.p-header-navbar .container {
  max-width: 100% !important;
  padding: 0;
}

@media only screen and (max-width: 991.98px) {
  .p-header-navbar .container {
    position: relative;
    max-height: calc(100vh - (1rem + 30px));
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 991.98px) {
  .p-header-navbar .c-button--cart {
    position: absolute;
    top: -0.25em;
    right: 0;
  }
}

.p-header-nav {
  width: 100%;
}

.p-header-nav .nav-item {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .p-header-nav .nav-item {
    width: 12.5%;
  }
  .p-header-nav .nav-item:hover {
    background: #5ac8d8;
    cursor: pointer;
  }
  .p-header-nav .nav-item:nth-child(1) {
    width: 13.5%;
  }
  .p-header-nav .nav-item:nth-child(5) {
    width: 12%;
  }
  .p-header-nav .nav-item:nth-child(6) {
    width: 12%;
  }
}

@media only screen and (max-width: 991.98px) {
  .p-header-nav .nav-item .btn-light {
    width: 100%;
    margin: 5px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .p-header-nav .nav-item .p-header-btn {
    width: 100%;
    margin: 5px 0;
  }
}

.navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: clamp(10px, calc((16 / 1440) * 100vw), 16px);
  line-height: 80px;
  padding: 0;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link {
    font-size: 1rem;
    line-height: 50px;
    text-align: left;
    justify-content: flex-start;
  }
}

.navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link::before {
  display: block;
  margin-right: 0.4em;
  vertical-align: middle;
  content: "";
  width: calc((54 / 181) * 100%);
  height: calc((41 / 1440) * 100vw);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}

@media only screen and (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link::before {
    width: 54px;
    height: 41px;
  }
}

.navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link--reviving::before {
  background-image: url(../images/icon_reviving.svg);
}

.navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link--aircon::before {
  background-image: url(../images/icon_aircon.svg);
}

.navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link--kitchen::before {
  background-image: url(../images/icon_kitchen.svg);
}

.navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link--bath::before {
  background-image: url(../images/icon_bath.svg);
}

.navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link--floor::before {
  background-image: url(../images/icon_floor.svg);
}

.navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link--furniture::before {
  background-image: url(../images/icon_furniture.svg);
}

.navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link--outside::before {
  background-image: url(../images/icon_outside.svg);
}

.navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link--other::before {
  background-image: url(../images/icon_other.svg);
}

.navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link.dropdown-toggle {
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link.dropdown-toggle::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.8em solid transparent;
  border-bottom: 0;
  border-left: 0.8em solid transparent;
  width: 1.46666666667em;
}

@media only screen and (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link.dropdown-toggle::after {
    display: inline-block;
    top: 50%;
    left: inherit;
    right: 1em;
    bottom: inherit;
  }
}

.navbar-expand-lg .navbar-nav .nav-link.p-header-nav__link:hover {
  color: #1c1c1c;
}

@media only screen and (max-width: 991.98px) {
  .p-header-utility {
    display: none;
  }
}

/* ===========================================
  mv
=========================================== */
.mv {
  position: relative;
  width: 100%;
}

.mv--top {
  height: 300px;
  margin-bottom: 0;
  background-image: url(../images/top/bg_mainvisual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mv__lead {
  position: absolute;
  bottom: 9px;
  font-size: 1.73333333333rem;
  font-weight: 700;
  line-height: 1;
}

.mv__lead01 {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px;
  background-color: #fff;
  line-height: 1;
  font-size: 100%;
  box-shadow: 4px 4px #597FCA;
}

.mv__lead02 {
  display: inline-block;
  padding: 5px;
  background-color: #fff;
  line-height: 1;
  font-size: 100%;
  box-shadow: 4px 4px #597FCA;
}

/* ===========================================
	card
=========================================== */
@media only screen and (max-width: 768px) {
  .p-top-service-card-wrap:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-top-service-card-wrap:nth-child(n + 4) {
    margin-top: 40px;
  }
}

.p-top-service-card {
  border: 2px solid #5AC8D8;
  border-radius: 8px;
}

.p-top-service-card__body {
  min-height: 79px;
  line-height: 79px;
  padding: 0 0.33333333333rem;
  background-color: #5AC8D8;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 991.98px) {
  .p-top-service-card__body {
    font-size: 1.0rem;
    min-height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .p-top-service-card__txt {
    font-size: 13px;
  }
}

.p-top-service-card__txt::before {
  display: inline-block;
  margin-right: 0.66666666666em;
  vertical-align: middle;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}

.p-top-service-card__txt::after {
  display: inline-block;
  margin-top: -4px;
  margin-left: 0.66666666666em;
  vertical-align: middle;
  content: "";
  background: url(../images/icon_arrow_service.svg) no-repeat left top;
  background-size: 15px 8px;
  width: 15px;
  height: 8px;
}

@media only screen and (max-width: 991.98px) {
  .p-top-service-card__txt::after {
    display: none;
  }
}

.p-top-service-card__txt--reviving::before {
  width: 45px;
  height: 35px;
  background-image: url(../images/icon_reviving_w.svg);
}

@media only screen and (max-width: 991.98px) {
  .p-top-service-card__txt--reviving::before {
    width: 35px;
    height: 22px;
  }
}

.p-top-service-card__txt--aircon::before {
  width: 49px;
  height: 31px;
  background-image: url(../images/icon_aircon_w.svg);
}

@media only screen and (max-width: 991.98px) {
  .p-top-service-card__txt--aircon::before {
    width: 35px;
    height: 22px;
  }
}

.p-top-service-card__txt--kitchen::before {
  width: 46px;
  height: 38px;
  background-image: url(../images/icon_kitchen_w.svg);
}

@media only screen and (max-width: 991.98px) {
  .p-top-service-card__txt--kitchen::before {
    width: 32px;
    height: 27px;
  }
}

.p-top-service-card__txt--bath::before {
  width: 41px;
  height: 36px;
  background-image: url(../images/icon_bath_w.svg);
}

@media only screen and (max-width: 991.98px) {
  .p-top-service-card__txt--bath::before {
    width: 29px;
    height: 26px;
  }
}

.p-top-service-card__txt--floor::before {
  width: 47px;
  height: 37px;
  background-image: url(../images/icon_floor_w.svg);
}

@media only screen and (max-width: 991.98px) {
  .p-top-service-card__txt--floor::before {
    width: 33px;
    height: 26px;
  }
}

.p-top-service-card__txt--furniture::before {
  width: 33px;
  height: 33px;
  background-image: url(../images/icon_furniture_w.svg);
}

@media only screen and (max-width: 991.98px) {
  .p-top-service-card__txt--furniture::before {
    width: 23px;
    height: 23px;
  }
}

.p-top-service-card__txt--outside::before {
  width: 33px;
  height: 39px;
  background-image: url(../images/icon_outside_w.svg);
}

@media only screen and (max-width: 991.98px) {
  .p-top-service-card__txt--outside::before {
    width: 24px;
    height: 28px;
  }
}

.p-top-service-card__txt--other::before {
  width: 45px;
  height: 45px;
  background-image: url(../images/icon_other_w.svg);
}

@media only screen and (max-width: 991.98px) {
  .p-top-service-card__txt--other::before {
    width: 24px;
    height: 24px;
  }
}

/* ===========================================
  estimate
=========================================== */
.p-estimate {
  background-color: rgba(58, 58, 58, 0.8);
}

.p-estimate__message {
  font-size: 18px;
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 769px) {
  .p-estimate__message {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 1299px) {
  .p-estimate__message {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 768px) {
  .p-estimate__message {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 20px !important;
  }
}

.p-estimate__message br {
  display: none;
}

@media only screen and (max-width: 999px) and (min-width: 769px) {
  .p-estimate__message br {
    display: block;
  }
}

.p-estimate__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 769px) {
  .p-estimate__inner {
    width: auto;
  }
}

.p-estimate__inner .c-button--cart {
  background-color: #FF1C1C;
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  .p-estimate__inner .c-button--cart {
    padding: 13px 35px 13px 59px;
    margin-left: 24px;
    font-size: 14px;
    background-size: 18px auto;
  }
}

@media print, screen and (min-width: 1299px) {
  .p-estimate__inner .c-button--cart {
    padding-right: 36px;
    margin-left: 40px;
    font-size: 15px;
    background-size: 20px auto;
  }
}

@media print, screen and (min-width: 1000px) {
  .p-estimate__inner .c-button--cart .text--sp {
    display: none !important;
  }
}

@media only screen and (max-width: 999px) {
  .p-estimate__inner .c-button--cart .text--pc {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .p-estimate__inner .c-button--cart {
    background-size: 14px auto;
    padding: 8px 35px 8px 43px;
  }
}

.p-estimate__inner .c-button--cart .num {
  color: #FF1C1C;
  border-color: #FF1C1C;
  top: -6px;
  right: -14px;
}

@media only screen and (max-width: 768px) {
  .p-estimate__inner .c-button--cart .num {
    right: -9px;
    top: -12px;
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
}

.p-estimate__box {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 18px;
  white-space: nowrap;
}

.p-estimate__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}

.p-estimate__price::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 102.547%;
  height: 0px;
  border: 1px solid #FFFFFF;
  transform: rotate(-11.31deg);
}

.p-estimate__discount {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}

@media only screen and (max-width: 1000px) {
  .p-estimate__discount {
    font-size: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .p-estimate__discount {
    font-size: 24px;
  }
}

.p-estimate__currency {
  font-size: 18px;
}

@media only screen and (max-width: 1000px) {
  .p-estimate__currency {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .p-estimate__currency {
    font-size: 14px;
  }
}

.p-estimate__tax {
  font-size: 10px;
}

.p-estimate__arrow {
  position: relative;
  background: url(../images/icon_arrow_estimate.svg) no-repeat bottom center;
  background-size: 17px 13px;
  width: 17px;
  height: 13px;
  margin: 0 8px;
}

@media only screen and (max-width: 768px) {
  .p-estimate__arrow {
    margin: 0 6px;
  }
}

.p-estimate__percent {
  position: absolute;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  background-color: #FF1C1C;
  padding: 1px 22px;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%) translateY(calc((100% + 10px) * -1));
}

.p-estimate__percent::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 0 8px;
  border-color: #FF1C1C transparent transparent transparent;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
}

@media only screen and (max-width: 768px) {
  .p-estimate__percent {
    font-size: 12px;
  }
}

.p-estimate__close {
  width: 16px;
  height: 16px;
  background: url(../images/icon_cross.svg) no-repeat center center;
  background-size: 16px 16px;
  position: absolute;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  .p-estimate__close {
    top: 8px;
    right: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .p-estimate__close {
    width: 34px;
    height: 24px;
    background-color: rgba(58, 58, 58, 0.8);
    top: -24px;
    right: 0;
  }
}

/* ===========================================
  footer
=========================================== */
.l-body .navbar.footer-cart {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 54px;
  background-color: rgba(58, 58, 58, 0.8);
}

@media only screen and (max-width: 768px) {
  .l-body .navbar.footer-cart {
    padding: 15px 15px 24px 10px;
  }
}

.l-body .navbar.footer-cart .container {
  max-width: 100%;
  padding: 0;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .l-body .navbar.footer-cart .container {
    flex-wrap: wrap;
  }
}

.section-footer {
  padding-bottom: 10px;
}

/* ===========================================
  overwrite
=========================================== */
.l-body .login-card {
  margin-top: 100px;
  max-width: 460px;
}

@media only screen and (max-width: 768px) {
  .l-body .login-card {
    margin: 0 10px !important;
  }
}

.l-body .sec-forget {
  max-width: 810px;
  margin: 100px auto 0;
}

.l-body .sec-forget p {
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .l-body .sec-forget {
    margin: 50px 10px 0;
  }
}

.l-body .navbar {
  background-color: #fff;
}

.l-body .dropdown.show {
  background-color: #5AC8D8;
}

.l-body .dropdown-menu {
  width: 100%;
  min-width: auto;
  border-radius: 0;
  margin: 0;
  border: none;
  padding: 0;
}

.l-body .dropdown-menu.show {
  background-color: #5AC8D8;
}

.l-body .dropdown-item {
  border-top: 1px dotted #7E7E7E;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991.98px) {
  .l-body .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.l-body .dropdown-item:hover, .l-body .dropdown-item:focus {
  color: #16181b;
  background-color: inherit;
}

.l-body .dropdown-item.active, .l-body .dropdown-item:active {
  color: #16181b;
  background-color: inherit;
}

.l-body .sticky-top {
  top: -1px;
}

@media only screen and (max-width: 991.98px) {
  .l-body .navbar-collapse {
    position: relative;
    top: 30px;
  }
}

/* ===========================================
	column
=========================================== */
/* ===========================================
	hd
=========================================== */
.c-hd--lv01 {
  position: relative;
  margin: 0 0 42px;
  padding-bottom: 12px;
  font-size: 2.13333333333rem;
  text-align: center;
}

.c-hd--lv01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 120px;
  height: 6px;
  margin: 0 auto;
  background-color: #597FCA;
}

.c-hd--lv02 {
  margin-bottom: 32px;
  padding-bottom: 13px;
  font-size: 1.6rem;
  border-bottom: 2px solid #5AC8D8;
}

/* ===========================================
	txt
=========================================== */
/* ===========================================
	link
=========================================== */
/* ===========================================
	button
=========================================== */
.c-button--cart {
  position: relative;
  padding: 0.66rem 1.06666666667rem 0.66rem 2.93333333333rem;
  color: #fff;
  background-color: #2552AC;
  border-color: #2552AC;
  font-size: 1rem;
  font-weight: 700;
  background-image: url(../images/icon_cart.svg);
  background-repeat: no-repeat;
  background-position: 1.06666666667rem 50%;
  background-size: 20px auto;
}

.c-button--cart:hover {
  background-color: #1D4189;
}

.c-button--cart:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #2552AC;
  border-color: #2552AC;
}

.c-button--cart:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 82, 172, 0.5);
}

.c-button--cart .num {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #2552AC;
  background-color: #fff;
  color: #2552AC;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.c-button--cart02 {
  width: 100%;
  margin: 0;
  padding: 0.46666666666rem 1.86666666667rem;
  color: #2552AC;
  background-color: #F1F4F6;
  font-size: 0.93333333333rem;
  font-weight: 700;
  border: 0;
  min-height: 48px;
}

@media only screen and (max-width: 991.98px) {
  .c-button--cart02 {
    min-width: 154px;
    width: auto;
  }
}

.c-button--cart02:hover {
  background-color: #2552AC;
}

.c-button--cart02:not(:disabled):not(.disabled):active {
  color: #F1F4F6;
  background-color: #2552AC;
  border-color: #2552AC;
}

.c-button--cart02:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 82, 172, 0.5);
}

/* ===========================================
	house-cleaning
=========================================== */
.house-cleaning {
  background-color: #F1F4F6;
  background-image: url(../images/top/bg_house-cleaning01.svg), url(../images/top/bg_house-cleaning02.svg);
  background-repeat: no-repeat,no-repeat;
  background-position: 0 20%, 100% 53%;
  background-size: auto, auto;
}

@media only screen and (max-width: 991.98px) {
  .house-cleaning {
    background-position: 0 20%, 100% 80%;
    background-size: contain, contain;
  }
}

.price__inner {
  padding-right: 5%;
  padding-left: 5%;
}

@media only screen and (max-width: 991.98px) {
  .price__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.price__box {
  margin-top: 24px;
}

.price__box:first-child {
  margin-top: 0;
}

.price__item {
  font-size: 1.06666666667rem;
}

.price__item-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F1F4F6;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 991.98px) {
  .price__item-01 {
    margin-bottom: 0.5em;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.price__item-02 .row {
  align-items: center;
  font-weight: 500;
}

.price__content {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.price__content:first-child {
  border: none;
}

@media only screen and (max-width: 768px) {
  .price__content {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #e4e4e4;
  }
}

.price__form-control {
  padding: 0.45rem;
  text-align: center;
  font-weight: 500;
}
