﻿@charset "utf-8";
/* CSS Document */

/* header */
.header .navigation .navigation__list {
  justify-content: flex-start;
}
.header .navigation .navigation__list li:hover {
    color: #114D8B;
}
.header .navigation .navigation__list li:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  border-right: 1px dashed #aaaaaa;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
}
.header .navigation .navigation__list li:hover a::after {
    border-bottom: 3px solid #114D8B;
}
.header .navigation .navigation__list li a:after {
    background: #114D8B;
}


.footer-top__list {
  justify-content: space-between;
}
.footer-top__menu {
  margin-right: 0;
}

/*サイト内検索窓 */
.search_container {
  margin-top: 5px;
  position: relative;
  box-sizing: border-box;
  font-size: 13px;
  border: 1px solid #4bb1d6;
  display: block;
  border-radius: 5px;
  height: 35px;
  max-width: 350px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search_container input[type="text"] {
  border: none;
  line-height: 35px;
  width: 350px;
  padding-left: 40px;
  background: url(../../common/img/search-ico.svg) no-repeat left 12px center;
}
@media all and (-ms-high-contrast: none) {
  .search_container input[type="text"] {
    line-height: 24px;
  }
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"] {
  cursor: pointer;
  border: 1px solid #4bb1d6;
  box-sizing: border-box;
  background: #4bb1d6;
  color: #fff;
  position: absolute;
  width: 60px;
  height: 35px;
  right: 0px;
  top: -1px;
  outline: none;
  text-align: center;
}
.search_container input[type="submit"]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  text-decoration: none;
}

.detail-main__img-box {
  width: 100%;
}

.detail-main__info-box {
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .detail-main__info-box {
    gap: 10px;
  }
}

.detail-main__info-link:nth-of-type(1) {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .detail-main__info-link:nth-of-type(1) {
    margin: 0;
  }
}

.choose-tag {
  display: inline-block;
  padding: 5px 12px;
  border: 2px solid #114D8B;
  border-radius: 20px;
  background-color: #fff;
}


.choice_group__box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px 15px;
}
.choice_group__box--2col {
  grid-template-columns: repeat(2, 1fr);
}

.choice_btn__input {
  position:absolute; inline-size:1px; block-size:1px;
  margin:-1px; border:0; padding:0; clip:rect(0 0 0 0); overflow:hidden;
}

.choice_btn {
  padding: 12px 0; 
  border-radius: 5px;
  background:#f6f6f6;
  background: #fff;
  border: 3px solid transparent;
  line-height:1.3; 
  cursor:pointer;
  transition: border-color .2s, background-color .2s;
}

.choice_btn--2col {
  padding: 12px 10px 12px 20px;
}

/* 選択状態 */
.choice_btn__input:checked + .choice_btn {
  border-color: var(--cleaning);
}

/* キーボードフォーカス */
.choice_btn__input:focus-visible + .choice_btn {
  box-shadow:0 0 0 3px rgba(56,132,255,.35);
}

/* 無効 */
.choice_btn[aria-disabled="true"] { opacity:.5; pointer-events:none; }

.item-list__box .item-list__inr {
  display: flex;
  width: 465px;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
}

.procedure__item:nth-of-type(-n + 6) {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .procedure__item:nth-of-type(-n + 6) {
    margin-bottom: 30px;
  } 
}

.option_tbl_wrap {
  width: auto;
  overflow: auto;
}
@media screen and (max-width: 480px) {
  .option_tbl_wrap {
    padding: 0 20px;
  }
}
.option_tbl {
  width: 960px;
  border-collapse: collapse;
  border: 1px solid #e3e3e3;
  margin: 0 auto;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .option_tbl {
    width: 650px;
  }
}
.option_tbl th,
.option_tbl td {
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  padding: 10px;
}

.card_pt2 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px 10px;
}
@media screen and (max-width: 480px) {
  .card_pt2 {
    grid-template-columns: repeat(2,1fr);
  }
}
.card_pt2_inr {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 10px;
}
.card_pt2_inr_icon {
  max-width: 125px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: #000;
}

.cleaning-category-menu {
  background: #CCD4FF;
}
.cleaning-category-menu-lists {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 30px;
}
.cleaning-category-menu-lists__list .menulist__txt {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .cleaning-category-menu-lists {
    grid-template-columns: repeat(3,1fr);
    gap: 4px;
  }
  .cleaning-category-menu-lists__list .menulist__txt {
    min-height: 35px;
  }
}

.point__box {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px 10px;
}
.point__box.col2 {
  width: 630px;
  grid-template-columns: repeat(2,1fr);
  gap: 15px 10px;
  margin: 0 auto;
}
.point__item {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .point__box {
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
  }
  .point__box.col2 {
    width: 100%;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
  }
}



/*
layout
*/
@media screen and (min-width: 481px) {

  .cleaning_menu_layout {
    width: 960px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cleaning_menu_layout_fv {
    margin-top: 15px;
  }
  .cleaning_menu_layout_h1 {
    font-size: 20px;
  }
  .cleaning_menu_layout_inf {

  }
  .cleaning_menu_layout_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 100px;
    padding: 40px 0 20px;
  }
  .cleaning_menu_layout_nav li .link {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 13px;
      text-decoration: underline;
  }

  .cleaning_menu_layout_nav li .link:after {
      content: "";
      background: url(../img/circle-arrow-bottom.svg) no-repeat right center;
      display: block;
      width: 20px;
      height: 20px;
      margin-left: 0.3em;
      display: block;
  }
  ._fix600 {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .detail-main__count._cleaning {
    margin-top: 40px;
    background: #FFF7E6;
    padding: 30px 100px;
  }

  .chose_heading {
    width: 100%;
    background: url(../img/cleaning/menu/chose_heading.svg) repeat-x center center ;
    font-size: 20px;
    font-weight: bold;
    color: #114D8B;
    text-align: center;
  }
  .chose_heading_inr {
    background: #FFF7E6;
    padding: 0 20px;
  }

  .choice_cleaning {
    display: flex;
    justify-content: center;
    column-gap: 10px;
  }
  .choice_cleaning .choice_btn {
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;  
  }
  .choice_btn__input:checked+.choice_btn  {
    color: #114D8B;
    background: #F2FCFC;
    justify-content: center;
  }
  .choice_btn__input:checked+.choice_btn .choice_select {
    position: relative;
  }
  .choice_btn__input:checked+.choice_btn .choice_select:before{
    content: "";
    background: url(../img/cleaning/menu/choice_checked.svg) no-repeat center center;
    width: 14px;
    height: 10px;
    display: inline-block;
    margin-right: .3em;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .choice_cleaning .choice_btn .num {
    font-size: 21px;
  }
    
  .choice_group_amount {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid #8E8E8E;
      display: flex;
      column-gap: 40px;
      justify-content: center;
  }

  .choice_group_amount_price {
    color: var(--cleaning);
      height: 60px;
      padding-top: 10px;
      text-align: center;
      background: #fff;
      font-weight: bold;
  }
  .choice_group_amount_price .price1 {
    font-size: 15px;
  }
  .choice_group_amount_price .price2 {
    font-size: 13px;
    padding-right: 1em;
  }
  .choice_group_amount_price .price3 {
    font-size: 24px;
  }

  ._halfwidth {
    width: calc(50% - 20px);
  }

 /* .choice_group_amount .input-submit input, .btn-p a {
    width: 100%;
    margin: 0;
  }*/

  .cleaning_ttl1 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid var(--cleaning2);
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
  .cleaning_ttl1 .in {
    border-left:5px solid var(--cleaning2);
    padding-left: 10px;
  }



  .cleaning_tbl1 th {
      background: var(--cleaning2);
      padding: 15px;
      color: #fff;
      vertical-align: middle; /* ← これだけ */
  }

  .cleaning_tbl1 td {
      padding: 25px;
      font-size: 15px;
      font-weight: bold;
  }

  .cleaning_tbl1 td:nth-child(1) {
      text-align: left;
  }

  .cleaning_tbl1 th:nth-child(1) {
      width: 58%;
  }

  .cleaning_tbl1 {
      width: 100%;
      
  }
  .cleaning_tbl1 td,
  .cleaning_tbl1 th {
    text-align: center;
    border: 1px solid #D8D8D8;
  }

  .komelist li{
    position: relative;
    margin-left: 1em;
  }
  .komelist li:before{
    content: "※";
    position: absolute;
    left: -1em;
  }



  .cleaning_option_grid {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
  }

  .cleaning_option_item {
      width: calc(100% / 3 - 60px / 3);
  }

  .cleaning_option_grid h3 {
      padding: 10px 0;
      line-height: 1.2;
      font-size: 17px;
      color: var(--cleaning);
      font-weight: bold;
  }

  .cleaning_option_grid p {
      font-size: 15px;
      line-height: 1.5;
  }

  .cleaning_option_badge {
      background: var(--cleaning);
      color: #fff;
      padding: 0 20px;
      font-weight: normal;
      margin-right: .5em;
  }

  .th_cleaning {
    background: var(--cleaning2);
    color: #fff;
  }

  .note-content._wide {
      width: 100%;
  }
  .note-content_img {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cleaning_gotop_wrap {
    padding: 30px 0 60px;
  }
  .cleaningmenunav {
    padding: 20px 20px 30px;
    background: #F3F3F3;
  }
  .cleaningmenunav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
  }
  .cleaningmenunav_list li {
    width: 150px;
    max-width: 30%;
  }
}
@media screen and (max-width: 480px) {

  .cleaning_menu_layout {
    width: 960px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cleaning_menu_layout_fv {
    margin-top: 15px;
  }
  .cleaning_menu_layout_h1 {
    font-size: 20px;
  }
  .cleaning_menu_layout_inf {

  }
  .cleaning_menu_layout_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    padding: 30px 0 ;
  }

  .cleaning_menu_layout_nav li .link {
      display: flex;
      text-decoration: underline;
      justify-content: center;
      align-items: center;
      font-size: 13px;
  }

  .cleaning_menu_layout_nav li .link:after {
      content: "";
      background: url(../img/circle-arrow-bottom.svg) no-repeat right center;
      display: block;
      width: 20px;
      height: 20px;
      margin-left: 0.3em;
      display: block;
  }

  .cleaning_menu_layout_nav .detail-main__info-link{
    width: calc(50% - 20px);
    align-items: center;
    margin-bottom: 0 !important;
    padding-right: 25px;  
  }
  ._fix600 {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-feature-settings: "palt";
  }

  .detail-main__count._cleaning {
    margin-top: 40px;
    background: #FFF7E6;
    padding: 30px 20px;
  }

  .chose_heading {
    width: 100%;
    background: url(../img/cleaning/menu/chose_heading.svg) repeat-x center center ;
    font-size: 18px;
    font-weight: bold;
    color: #114D8B;
    text-align: center;
  }
  .chose_heading_inr {
    background: #FFF7E6;
    padding: 0 10px;
  }

  .choice_cleaning {
    display: flex;
    justify-content: center;
    column-gap: 10px;
  }
  .choice_cleaning.sp1line {
      display: block;
  }
  
  .choice_cleaning.sp1line .choice_btn{
    width: 100%;
    margin-top: 10px;
  }
  .choice_cleaning.sp1line .choice_btn:nth-child(1) {
    margin-top: 0;
  }


  .choice_cleaning .choice_btn {
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;  
  }
  .choice_btn__input:checked+.choice_btn  {
    color: #114D8B;
    background: #F2FCFC;
    justify-content: center;
  }
  .choice_btn__input:checked+.choice_btn .choice_select {
    position: relative;
  }
  .choice_btn__input:checked+.choice_btn .choice_select:before{
    content: "";
    background: url(../img/cleaning/menu/choice_checked.svg) no-repeat center center;
    width: 14px;
    height: 10px;
    display: inline-block;
    margin-right: .3em;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
  }

  .choice_cleaning .choice_btn .num {
    font-size: 19px;
  }
    
  .choice_group_amount {
      margin-top: 30px;
      padding-top: 30px;
      background: url(/common/img/cleaning/menu/iruihokan_bordersp.svg) repeat-x top center ;

  }

  .choice_group_amount_price {
      height: 60px;
      text-align: center;
      padding-top: 10px;
      font-weight: bold;
      background: #fff;
      color:var(--cleaning);
      margin-bottom: 20px;
  }
  .choice_group_amount_price .price1 {
    font-size: 15px;
  }
  .choice_group_amount_price .price2 {
    font-size: 13px;
    padding-right: 1em;
  }
  .choice_group_amount_price .price3 {
    font-size: 24px;
  }  
  .section__ttl._spcenter {
      text-align: center;
  }
  .choice_group_amount .input-submit input, .btn-p a {
    width: 100%;
    margin: 0;
  }

  .cleaning_ttl1 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid var(--cleaning2);
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
  .cleaning_ttl1 .in {
    border-left:5px solid var(--cleaning2);
    padding-left: 10px;
  }



  .cleaning_tbl1 th {
      background: var(--cleaning2);
      padding: 15px;
      color: #fff;
      word-break: auto-phrase;
    
      vertical-align: middle; /* ← これだけ */
  }

  .cleaning_tbl1 td {
      padding: 30px 10px;
      font-size: 13px;
      font-weight: bold;
  }

  .cleaning_tbl1 td:nth-child(1) {
      text-align: left;
  }

  .cleaning_tbl1 th:nth-child(1) {
      width: 30%;
  }

  .cleaning_tbl1 th:last-child {
      width: 100px;
  }

  .cleaning_tbl1 {
      width: 100%;
      
  }
  .cleaning_tbl1 td,
  .cleaning_tbl1 th {
    text-align: center;
    border: 1px solid #D8D8D8;
  }

  .komelist li{
    position: relative;
    margin-left: 1em;
  }
  .komelist li:before{
    content: "※";
    position: absolute;
    left: -1em;
  }



  .cleaning_option_grid {
      display: flex;
      flex-wrap: wrap;
      row-gap: 30px;      
  }

  .cleaning_option_item {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
  }
  .cleaning_option_image {
    width: 110px;
  }
  .cleaning_option_inf {
    flex:1;
    padding-left: 10px;
  }

  .cleaning_option_grid h3 {
      padding: 0 0 10px;
      line-height: 1.2;
      font-size: 15px;
      color: var(--cleaning);
      font-weight: bold;
  }

  .cleaning_option_grid p {
      font-size: 12px;
      line-height: 1.5;
  }

  .cleaning_option_badge {
      background: var(--cleaning);
      color: #fff;
      padding: 0 5px;
      font-weight: normal;
      margin-right: .3em;
  }

  .th_cleaning {
    background: var(--cleaning2);
    color: #fff;
  }

  .note-content._wide {
      width: 100%;
  }
  .note-content_img {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .point_ttl {
    font-size: 15px;
  }
  .procedure__box_cleaning {
      position: relative;
    }
  .procedure__box._cleaning::before {
      background: url(/common/img/cleaning/procedure__box_cleaning.svg) repeat-y left top;
      content: "";
      position: absolute;
      left: 50px;          /* ← ここで左余白を作る */
      top: 50px;            /* 線の開始位置 */
      width: 50%;
      height: calc(100% - 50px - 80px); /* ← 下80pxは線を引かない */
      /*background: url(../img/menu/detail/procedure-line.svg) repeat-y left top;*/
      pointer-events: none;
  }
  .cleaning_gotop_wrap {
    padding: 30px 0 60px;
  }
  .cleaningmenunav {
    padding: 30px 20px 30px;
    background: #F3F3F3;
  }
  .cleaningmenunav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2%;
  }
  .cleaningmenunav_list li {
    width: 32%;
  }

}


.modal-note .modal-scroll .note-content__ttl-sub.cleaningbg_op {
    background: var(--cleaning_op);
    border-radius: 5px 5px 0 0;
    padding: 10px 0 !important;
    border-bottom: 1px solid #efcaca;
    margin: 0 !important;
}
.note-content__list.cleaningbg_op {
  padding: 10px;
}

/* list */
.c_list_1 .c_list_1__item {
  text-indent: -1em;
  padding-left: 1em;
}

.recommend_lists {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.recommend_lists .recommend_lists__item {
  background: rgba(224,242,242,.5);
  border-radius: 5px;
  padding: 10px 25px 10px 15px;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.recommend_lists .recommend_lists__item:before {
  content: "";
  aspect-ratio: 30 / 39;
  flex: 0 0 auto;
  width: 30px;
  background: #104D8B;
  mask: url(../img/ico-light.svg) no-repeat center / contain;
}
@media screen and (max-width: 480px) {
  .recommend_lists {
    grid-template-columns: repeat(1,1fr);
    gap: 15px;
    padding: 0 20px;
  }
  .recommend_lists .recommend_lists__item {
    padding: 10px;
    min-height: 65px;
    gap: 10px;
  }
  .recommend_lists .recommend_lists__item:before {
    width: 24px;
  }
}

.voice-slide .swiper-pagination-bullet-active {
  background: #114D8B;
}

.voice-slide .swiper-wrapper {
  align-items: stretch;
}
.voice-slide .swiper-slide {
  height: auto;
}
.voice-slide .voice-slide__item {
  height: 100%;
}

.cleaning__footer-topbtn {
  display: block;
  padding: 15px 0;
  font-size: 15px;
  text-align: center;
}

.cleaning__footer-topbtn img {
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
    .cleaning__footer-topbtn {
      font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .sp-underlayer .f_cleaning a {
        text-decoration: none;
        display: block;
        width: 100%;
        color: #484848;
        border-radius: 0;
        font-size: 13px;
        padding: 13px 20px;
        margin: 0 0 1px;
        background: url(../../common/img/arow-right.svg) no-repeat center right 20px, #C2E5E5 !important;
    }
}