@charset "UTF-8";
/* =========================
  mm cart modal
========================= */
.modal_wrap {
  display: none;
}

.mm_cart_container .mm_cart {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

/* acc */
.mm_cart_container .mm_cart .mm_cart__notes {
  margin-top: 32px;
  padding: 16px 20px;
  border: 1px solid #BFBFBF;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}
.mm_cart_container .mm_cart .mm_cart__notes-title {
  position: relative;
  width: 100%;
  padding-right: 24px;
  border: none;
  background: none;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #000 !important;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mm_cart_container .mm_cart .mm_cart__notes-title {
    font-size: 16px;
  }
}
.mm_cart_container .mm_cart .mm_cart__notes-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: url("/servicemaster/spot/sm000010/img/img_icon_arrow_top.svg") no-repeat center/contain;
}
.mm_cart_container .mm_cart .mm_cart__notes-body {
  display: block;
}
.mm_cart_container .mm_cart .mm_cart__notes-list {
  margin-top: 15px;
  padding-left: 0;
  list-style: none;
}
.mm_cart_container .mm_cart .mm_cart__notes-list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 1.6em;
}
.mm_cart_container .mm_cart .mm_cart__notes-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2em;
  text-align: center;
}
.mm_cart_container .mm_cart .mm_cart__notes.js-accordion:not(.is-open) .mm_cart__notes-title::after {
  transform: translateY(-50%) rotate(180deg);
}

.mm_cart_container .mm_cart__next {
  width: 385px;
  margin: 32px auto 0;
}
@media (max-width: 767px) {
  .mm_cart_container .mm_cart__next {
    width: 100%;
    margin-bottom: 120px;
  }
}

.mm_cart_container .btn_add_cart {
  width: 100%;
  padding: 14px 48px;
  border-radius: 3px;
  background: #df4878;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
}

#merrymaids a:hover.btn_add_cart {
  color: #fff;
  text-decoration: none;
}

.mm_cart_container .btn_add_cart.is_disabled {
  opacity: 0.3;
  pointer-events: none !important;
}

.accBox {
  margin: 0 0 15px;
}
.accBox._detail {
  margin: 0 10px 20px;
}
.accBox._detail .accTtl {
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 15px;
  padding: 8px 20px;
  background: #fff;
  box-shadow: 0 3px 5px #aaa;
  transition: all 0.2s;
  text-align: center;
}
.accBox._detail .accTtl:hover {
  box-shadow: 0 1px 0 #aaa;
  transform: translateY(3px);
  opacity: 0.8;
}
.accBox._detail .accTtl span {
  text-decoration: none;
}
@media print {
  .accBox._detail {
    display: none;
  }
}
.accBox .accTtl {
  margin-bottom: 15px;
  cursor: pointer;
  text-align: center;
}
.accBox .accTtl:hover {
  opacity: 0.8;
}
.accBox .accTtl span {
  font-size: 14px;
  padding-left: 3px;
  vertical-align: top;
  font-weight: bold;
  text-decoration: underline;
}
.accBox .accTtl img {
  width: 17px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.accBox .accNoteText {
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}
.accBox dd {
  display: none;
}
.accBox dd h5 {
  margin: 15px 0 0;
  padding: 0 0 30px;
}
.accBox dd h5.blue {
  text-align: center;
  color: #fff;
  background: #4997da;
  padding: 10px 0;
}
.accBox dd .img_box {
  display: inline-block;
  width: 230px;
  margin: 0 0 15px;
  vertical-align: top;
}
.accBox dd .txt_box {
  display: inline-block;
  width: 64%;
}
.accBox dd .txt_box p.title {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: bold;
}
.accBox dd .txt_box ol li {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.accBox dd .txt_box ol li span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 1em;
}
.accBox dd .txt_box ol li span em {
  font-size: 16px;
  font-weight: normal;
  text-indent: -1em;
  margin-left: 2em;
}
.accBox dd .blue_bg {
  padding: 10px 0 5px;
  background: #ecf6ff;
}
.accBox dd .blue_bg ul {
  margin: 0 10px 5px;
}
.accBox dd .blue_bg ul li {
  display: inline-block;
  font-size: 16px;
  margin: 5px;
}
.accBox dd .blue_bg ul li:before {
  content: "●";
  margin-right: 10px;
  font-size: 14px;
  color: #4997da;
}
.accBox .accCont {
  overflow: visible !important;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 3px 3px #c7c7c7;
  border: 1px solid #FC8F21;
  box-sizing: border-box;
  margin: 20px 0 30px;
}
.accBox .accCont .acClose {
  padding: 0 10px;
}
.accBox .accCont .acCloseBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.accBox .accCont .triangle {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border: 20px solid transparent;
  border-bottom: 20px solid #FC8F21;
}
.accBox .part dd {
  padding: 20px 20px 0;
  border: 0;
  color: #555;
  margin: 0;
  text-align: center;
}
.accBox .part dd:before {
  content: none;
}

.sectionTypeQ .accBox .accCont {
  margin-bottom: 20px;
}

.otameshiList .acrBox {
  margin: 20px 30px 0;
}
.otameshiList .acrBox .acrTtl {
  text-align: center;
  padding-bottom: 26px;
  cursor: pointer;
}
.otameshiList .acrBox .acrTtl span {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  padding: 0 5px;
}
.otameshiList .acrBox .acrTtl span::after {
  width: 7px;
  height: 7px;
}
.otameshiList .acrCont {
  display: none;
  padding: 20px 15px;
  border-radius: 10px;
  background: #F2F2F2;
}
.otameshiList .bgGrayArea {
  border-radius: 7px;
  margin-bottom: 16px;
  padding: 10px 11px;
}
.otameshiList .bgGrayArea .leadText {
  font-size: 16px;
  font-weight: bold;
  color: #DE0F47;
  text-align: center;
  margin-bottom: 23px;
}
.otameshiList .bgGrayArea .imgList {
  display: flex;
  justify-content: space-between;
  gap: 9px;
  margin: 0 90px;
}
.otameshiList .bgGrayArea .imgList .imgItem {
  width: 100%;
  max-width: 140px;
}
.otameshiList .bgGrayArea .imgList .imgItem .img {
  margin-bottom: 11px;
}
.otameshiList .bgGrayArea .imgList .imgItem .img img {
  width: 100%;
  height: auto;
}
.otameshiList .bgGrayArea .imgList .imgItem .ttl {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  .otameshiList .acrBox {
    margin: 20px 0 0;
  }
  .otameshiList .acrBox .acrTtl {
    text-align: center;
    padding-bottom: 26px;
    cursor: pointer;
  }
  .otameshiList .acrBox .acrTtl span {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    padding: 0 5px;
  }
  .otameshiList .acrBox .acrTtl span::after {
    width: 7px;
    height: 7px;
  }
  .otameshiList .acrCont {
    display: none;
    margin: 0 1em 20px;
    padding: 20px 15px;
    border-radius: 10px;
    background: #F2F2F2;
  }
  .otameshiList .bgGrayArea {
    border-radius: 7px;
    margin-bottom: 16px;
    padding: 0;
  }
  .otameshiList .bgGrayArea .leadText {
    font-size: 16px;
    font-weight: bold;
    color: #DE0F47;
    text-align: center;
    margin-bottom: 23px;
  }
  .otameshiList .bgGrayArea .imgList {
    margin: 0;
  }
  .otameshiList .bgGrayArea .imgList .imgItem {
    width: 23vw;
    max-width: 100px;
  }
  .otameshiList .bgGrayArea .imgList .imgItem .img {
    margin-bottom: 10px;
  }
  .otameshiList .bgGrayArea .imgList .imgItem .img img {
    width: 100%;
    height: auto;
  }
  .otameshiList .bgGrayArea .imgList .imgItem .ttl {
    font-size: 12px;
    font-weight: bold;
  }
}
/* =========================
  Modaal style
========================= */
#mod_overlay,
.cart_modal.modal_win {
  display: none;
}

.modaal-wrapper {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 100005 !important;
  padding: 30px 0;
  overflow: hidden;
}
.modaal-wrapper .modaal-inner-wrapper {
  display: block;
  padding: 0;
  transition: opacity 0.3s ease-in-out;
}
.modaal-wrapper .modaal-content-container .button_close {
  top: 20px !important;
  right: 30px !important;
  z-index: 10;
}

.modaal-noscroll {
  overflow: hidden;
  width: 100%;
}

.modaal-content-container {
  overflow-y: auto;
  max-height: 92vh;
  max-height: 92dvh;
  padding: 30px 75px;
}
.modaal-content-container .mm_cart_container {
  position: relative;
}


@media (max-width: 767px) {
  .modaal-wrapper {
    padding: 0;
  }
  .modaal-wrapper .modaal-content-container {
    padding: 15px 15px 30px 15px;
    max-height: 100vh;
  }
  .modaal-wrapper .modaal-content-container .mm_cart_container {
    padding-top: 50px;
    font-size: clamp(14px, 4.26vw, 16px);
  }
  .modaal-wrapper .modaal-content-container .button_close {
    top: 10px !important;
    right: 10px !important;
  }
}

.btn_add_cart .is_none {
  display: none !important;
}
.btn_add_cart .free_add__btn {
  display: block !important;
}
.btn_add_cart > div + div {
  margin-top: 10px;
}

#chatplusview {
  z-index: 6000 !important;
  transform: none !important;
}

.footer_fixblock {
  z-index: 1000 !important;
}

/* =========================
  utility style
========================= */
.is_hidden {
  visibility: hidden;
  opacity: 0;
}

.--sp {
  display: none !important;
}

@media (max-width: 767px) {
  .--pc {
    display: none !important;
  }
  .--sp {
    display: initial !important;
  }
}

/* mm Add Style
==================================================*/
.mm_cart .e-info {
    margin: 10px 18px;
	text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #D32E52;
}
.mm_cart .ttl {
  font-size: 14px;
  font-weight: bold;
  margin: 18px auto 11px 0;
}
.mm_cart .radio_group .radio_item {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	border: 1px solid #BFBFBF;
}
.mm_cart .radio_group .radio_item:not(:first-child) {
	border-top: none;
}
.mm_cart .radio_group .radio_item:has(input[type="radio"]:checked) {
	background: #FFECF3;
    border: #DE0F47 solid 1px;
}
.mm_cart .radio_group .radio_item input[type="radio"] {
	display: none;
}
.mm_cart .radio_group .radio_item label {
	display: block;
	padding: 20px 10px 20px 50px;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
}
.mm_cart .radio_group .radio_item label::before {
	position: absolute;
	content: "";
	left: 18px;
	top: 18px;
	display: inline-block;
	width: 18px;
	height: 18px;
	border: #999999 solid 1px;
	border-radius: 50%;
	background: #fff;
}
.mm_cart .radio_group .radio_item label::after {
	position: absolute;
	content: "";
	left: 22px;
	top: 22px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #E5014F;
	border-radius: 50%;
	opacity: 0;
}
.mm_cart .radio_group .radio_item:has(input[type="radio"]:checked) label::after {
	opacity: 1;
}

.mm_cart .mm_modal_link {
	margin-top: 32px;
	border: 1px solid #BFBFBF;
	font-size: 13px;
	line-height: 1.7;
	text-align: left;
}
.mm_cart .mm_modal_link a {
	position: relative;
	display: block;
	padding: 16px 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
#merrymaids .mm_cart .mm_modal_link a:hover {
	opacity: .7;
    text-decoration: none;
	color: #333;
}
.mm_cart .mm_modal_link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  transform: rotate(45deg);
  margin: auto;
}
.mm_cart .mm_modal_link a::after {
  color: #000;
  opacity: 1!important;
  text-decoration: underline!important;
}
.modaal-container .btn_delivery.modal_link {
	display: none;
}
@media screen and (max-width: 667px) {
    .mm_cart .radio_group .radio_item label {
      color: #333;
      padding: 20px 10px 20px 50px;
      display: block;
      margin: 0;
      border: none;
    }
	.mm_cart .mm_modal_link a {
		font-size: 14px;
	}
}
