@charset "UTF-8";
/*=========================
着物クリーニング
=========================*/
/*-------------------------
メイン画像
-------------------------*/
#cleaning-main {
  padding-bottom: calc(33% + 80px);
  position: relative;
  display: block;
}

#cleaning-main-in {
  position: fixed;
  top: calc(50% + 80px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-height: initial;
  -o-object-fit: cover;
  object-fit: cover;
}

.catch {
  position: absolute;
  top: 4%;
  width: 43%;
  left: 49%;
  padding-top: 80px;
}
.catch img {
  width: 450px;
  max-width: 90%;
  margin-bottom: 20px;
}
.catch p {
  line-height: 1.8em;
  font-size: 16px;
}

.mainfr-txt {
  padding-top: 40px;
  background-color: #ffffff;
}
.mainfr-txt p {
  line-height: 1.8em;
}

.main-under {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*-------------------------
きものクリーニング
-------------------------*/
#cleaning-desc {
  background-color: #ffffff;
}

#cleaning-desc-in {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cleaning-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  width: 766px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.cleaning-btn > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cleaning-btn a {
  display: block;
  line-height: 46px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #D4D4D4;
  font-size: 20px;
  color: #D4D4D4;
}
.cleaning-btn a:hover {
  background-color: #f7e1eb;
  border: 1px solid #B53A76;
  color: #B53A76;
}
.cleaning-btn .current a {
  border: 1px solid #B53A76;
  color: #B53A76;
}

.cl-ttl {
  text-align: center;
  font-size: 24px;
  color: #B53A76;
  margin-bottom: 30px;
}

.cl-txt1 {
  text-align: center;
  line-height: 1.8em;
}

/*-------------------------
キャンペーン
-------------------------*/
#campaign {
  background-color: #f0d8e4;
}

#campaign-in {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cln_ttl, .cln_ttl_wh {
  text-align: center;
  margin-bottom: 30px;
}
.cln_ttl img, .cln_ttl_wh img {
  width: 26px;
  margin-bottom: 10px;
}
.cln_ttl span, .cln_ttl_wh span {
  display: block;
  font-size: 20px;
  color: #B53A76;
  line-height: 1.4em;
}

.cln_ttl_wh span {
  color: #ffffff;
}

.campaign-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  width: 628px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.campaign-in > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cl-txt2 {
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 30px;
}

/*-------------------------
クリーニングメニュー
-------------------------*/
#more-service {
  background-color: #ffffff;
}

#more-service-in {
  padding-top: 80px;
  padding-bottom: 30px;
}

/*開閉式節目み*/
.clservice-fr {
  background-image: url(../../img/cleaning/parts1.png);
  background-size: 40px auto;
  background-position: 0 0;
  background-repeat: repeat-y;
  -webkit-box-shadow: 2px 2px 12px -5px #777777;
          box-shadow: 2px 2px 12px -5px #777777;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-left: 40px;
}

.clservice-ttlfr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  padding: 25px 20px 15px 40px;
  cursor: pointer;
}
.clservice-ttlfr:hover {
  background-color: #fff5fa;
}

.clsr-img {
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.clsr-txt {
  -webkit-flex-basis: 68%;
      -ms-flex-preferred-size: 68%;
          flex-basis: 68%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  padding-bottom: 30px;
}
.clsr-txt h3 {
  font-size: 24px;
  line-height: 1.4em;
  color: #B53A76;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B53A76;
}
.clsr-txt p {
  line-height: 1.8em;
}

.clservice-desc {
  padding: 20px 20px 20px 40px;
}

/*開閉*/
.clservice-desc {
  display: none;
}

.clsr-btn {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  padding-left: 24px;
  left: 0;
  bottom: 0;
}

.clsr-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url("../../img/cleaning/arrow2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.clservice-fr.active .clsr-btn::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/*開いた内容*/
.cl-step {
  border-radius: 14px;
  padding: 15px 20px;
  margin-bottom: 15px;
  border: 1px solid #B53A76;
}
.cl-step h4 {
  color: #B53A76;
  font-size: 20px;
}
.cl-step p {
  line-height: 1.8em;
}

.iconnum {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}
.iconnum span {
  color: #B53A76;
  font-size: 24px;
  margin-left: 5px;
}

/*-------------------------
クリーニングメニュー
-------------------------*/
#clfair {
  background-color: #B53A76;
}

#clfair-in {
  padding-top: 80px;
  padding-bottom: 80px;
}

.fairfr {
  background-color: #ffffff;
  padding: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
}

.fairfr1 {
  -webkit-flex-basis: 36%;
      -ms-flex-preferred-size: 36%;
          flex-basis: 36%;
}

.fairfr2 {
  -webkit-flex-basis: 64%;
      -ms-flex-preferred-size: 64%;
          flex-basis: 64%;
}

.cl-lead {
  color: #B53A76;
  font-size: 13px;
  margin-bottom: 15px;
}

.ttl-sm {
  color: #B53A76;
  font-size: 34px;
  margin-bottom: 10px;
}

.cl-feat {
  list-style: none;
  margin-bottom: 10px;
}
.cl-feat > li {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #752F3A;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  color: #ffffff;
  border-radius: 20px;
  padding: 0 15px;
  margin: 0 4px;
}

.t-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 20px;
}

.p-ico {
  padding-right: 5px;
}
.p-ico img {
  width: 42px;
}

.p-unit {
  font-size: 26px;
  font-weight: 600;
}

.p-num {
  font-size: 50px;
  color: #B53A76;
  font-weight: 600;
}

.p-en {
  font-size: 22px;
  font-weight: 600;
}

.p-tax {
  font-size: 14px;
  font-weight: 600;
}

.cl-note {
  border-radius: 100px;
  border: 1px solid #B53A76;
  padding: 7px 10px;
  text-align: center;
  line-height: 1.4em;
  display: inline-block;
  font-weight: 600;
  width: 300px;
  max-width: 100%;
  margin-bottom: 15px;
}

.cl-note2 {
  font-size: 13px;
  line-height: 1.4em;
}

.ttl-md {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4em;
}

.clfairdesc {
  line-height: 1.8em;
  margin-bottom: 40px;
}

.pwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
}

.ptable th, .ptable td {
  padding: 4px;
}

.parrow img {
  width: 28px;
}

.specbox {
  border: 1px solid #B53A76;
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
}

.spec-ttl {
  margin-bottom: 10px;
  color: #B53A76;
  font-size: 20px;
}

.spec-num {
  font-size: 18px;
}
.spec-num span {
  font-size: 30px;
  color: #B53A76;
}

/*-------------------------
価格
-------------------------*/
#clprice {
  background-color: #fcf1f1;
}

#clprice-in {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pricetablefr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 630px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.pricetablefr > div:last-child {
  margin-left: auto;
}
.pricetablefr table {
  border-collapse: collapse;
}
.pricetablefr table th, .pricetablefr table td {
  padding: 6px;
  font-size: 16px;
}
.pricetablefr table th {
  text-align: left;
  width: 12em;
}
.pricetablefr table td {
  color: #B53A76;
  text-align: right;
}

.price-at {
  width: 630px;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------
よくある質問
-------------------------*/
#clrvfaq {
  background-color: #ffffff;
}

#clrvfaq-in {
  padding-top: 50px;
  padding-bottom: 50px;
}
#clrvfaq-in .more_btn2 {
  margin-top: 100px;
}

.cl-faqfr {
  margin-bottom: 23px;
  border: 1px solid #B53A76;
  border-radius: 100px;
  overflow: hidden;
}

.cl-faq-q {
  padding: 15px;
  border-radius: 100px;
  cursor: pointer;
}
.cl-faq-q p {
  line-height: 1.4em;
  font-size: 18px;
  color: #B53A76;
}
.cl-faq-q p::before {
  content: "Q";
  margin-right: 10px;
  font-size: 20px;
}

.cl-faq-q:hover {
  background-color: #fcf1f1;
}

.cl-faq-a {
  padding: 15px;
  font-size: 16px;
}
.cl-faq-a p {
  line-height: 1.6em;
  text-indent: -2em;
  padding-left: 2em;
}
.cl-faq-a p::before {
  content: "A";
  margin-right: 10px;
  font-size: 18px;
  color: #B53A76;
  font-size: 20px;
}

/*開閉*/
.cl-faq-a {
  display: none;
}

.cl-faqfr.open {
  border-radius: 20px;
}
.cl-faqfr.open .cl-faq-q {
  font-weight: bold;
  border-radius: 20px 20px 0 0;
}

/*=========================
お直し・リフォーム
=========================*/
/*-------------------------
メイン画像下
-------------------------*/
.ns-ttl {
  text-align: center;
  font-size: 24px;
  color: #B53A76;
  margin-bottom: 20px;
}

.ns-txt1 {
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 30px;
}

.assignment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 2%;
}
.assignment > div {
  width: 100%;
}
.assignment > div p {
  width: 100%;
  border-radius: 50px;
  background-color: #fae8e8;
  display: block;
  line-height: 50px;
  text-align: center;
}

.assignment > div:last-child:nth-child(odd) {
  grid-column: 1/-1;
  justify-self: center;
  width: 49%;
}

/*-------------------------
仕立てポイント
-------------------------*/
#shitate {
  background-color: #ffffff;
}

#shitate-in {
  padding-top: 40px;
  padding-bottom: 80px;
}

.shitatefr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5%;
}
.shitatefr > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shitatefr h3 {
  text-align: center;
  color: #B53A76;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B53A76;
  margin-bottom: 10px;
}
.shitatefr p {
  line-height: 1.8em;
}

/*-------------------------
価格
-------------------------*/
#shitate-price {
  background-color: #fcf1f1;
}

#shitate-price-in {
  padding-top: 50px;
  padding-bottom: 50px;
}

.shitate-prfr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 5%;
}
.shitate-prfr > div {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 12px -5px #777777;
          box-shadow: 2px 2px 12px -5px #777777;
  padding: 30px 5% 40px;
  position: relative;
}
.shitate-prfr h3 {
  font-size: 20px;
  color: #B53A76;
  margin-bottom: 12px;
}

.sttprice-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.sttprice-table th, .sttprice-table td {
  padding: 4px 4px;
  font-size: 15px;
}
.sttprice-table th {
  text-align: left;
}
.sttprice-table td {
  text-align: right;
  color: #B53A76;
}

.stt-price-at {
  position: absolute;
  left: 5%;
  bottom: 15px;
}

/*-------------------------
きものリフォーム
-------------------------*/
#cl-revive {
  background-color: #ffffff;
}

#cl-revive-in {
  padding-top: 40px;
  padding-bottom: 50px;
}

.renov-ttl {
  text-align: center;
  font-size: 24px;
  color: #B53A76;
  margin-bottom: 8px;
  line-height: 1.4em;
}

.renov-sub {
  text-align: center;
  font-size: 20px;
  color: #B53A76;
  margin-bottom: 45px;
  line-height: 1.4em;
}

.renov-txt1 {
  text-align: center;
  font-size: 18px;
  color: #B53A76;
  margin-bottom: 16px;
  line-height: 1.4em;
}

.renov-txt2 {
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.renov-asgm {
  margin-bottom: 30px;
}

.renov-how {
  display: grid;
  gap: 30px 5%;
  grid-template-columns: repeat(2, 1fr);
}

.renov-how-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  border-top: 1px solid #B53A76;
  border-left: 1px solid #B53A76;
  padding: 30px 12px 15px 15px;
}
.renov-how-in > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.renov-how-in h3 {
  font-size: 24px;
  color: #B53A76;
  margin-bottom: 15px;
}
.renov-how-in .how-desc {
  line-height: 1.4em;
}

.befaf {
  font-size: 13px;
  margin-top: 3px;
}

@media screen and (max-width: 1050px) {
  .catch {
    top: 0;
    width: 55%;
    left: 45%;
    padding-top: 50px;
  }
  .catch p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #cleaning-main {
    padding-bottom: calc(38.1vw - 22px);
  }
  #cleaning-main-in {
    top: calc(50% + 60px);
  }
  .catch {
    top: 17vw;
    width: 41%;
    left: 49%;
    padding-top: 0;
  }
  .cleaning-btn {
    gap: 5%;
  }
  .cleaning-btn a {
    font-size: 13px;
  }
  .cl-ttl {
    font-size: 22px;
    line-height: 1.4em;
  }
  #campaign-in {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #more-service-in {
    padding-top: 40px;
  }
  .clservice-fr {
    background-size: 20px auto;
    padding-left: 20px;
  }
  .clservice-ttlfr {
    display: block;
    padding: 25px 20px 15px 30px;
  }
  .clsr-img {
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .clsr-txt h3 {
    font-size: 20px;
  }
  /*fair*/
  .fairfr {
    display: block;
  }
  .fairfr1 {
    margin-bottom: 30px;
  }
  .cl-feat {
    text-align: center;
  }
  .cl-feat > li {
    margin: 0 2px;
  }
  .t-price {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-num {
    text-align: center;
    font-size: 30px;
  }
  .pwrap {
    display: block;
  }
  .parrow {
    text-align: center;
  }
  .parrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 15px;
  }
  .tbl td {
    line-height: 1.4em;
  }
  .tbl td:last-child {
    width: 70px;
    text-align: right;
  }
  .pricetablefr {
    display: block;
  }
  .cl-faq-q p {
    font-size: 16px;
  }
  /*=========================
  着物クリーニング2
  =========================*/
  .ns-ttl {
    font-size: 22px;
    line-height: 1.4em;
  }
  .assignment {
    display: block;
  }
  .assignment > div {
    margin-bottom: 15px;
  }
  .assignment > div p {
    line-height: 1.4em;
    padding: 10px;
  }
  .shitatefr, .shitate-prfr {
    display: block;
  }
  .shitatefr > div, .shitate-prfr > div {
    margin-bottom: 30px;
  }
  #shitate-in {
    padding-bottom: 40px;
  }
  .renov-sub {
    font-size: 18px;
  }
  .assignment > div:last-child:nth-child(odd) {
    width: 100%;
  }
  .renov-how {
    display: block;
  }
  .renov-how > div {
    margin-bottom: 30px;
  }
  .renov-how-in {
    display: block;
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .renov-how-in > div {
    width: 48%;
  }
  .renov-how-in > div:nth-child(1) {
    width: 100%;
    margin-bottom: 15px;
  }
  .renov-how-in > div:nth-child(2) {
    float: left;
  }
  .renov-how-in > div:nth-child(3) {
    float: right;
  }
  #cl-revive-in {
    padding-bottom: 20px;
  }
  #clrvfaq-in {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 1480.01px) {
  #cleaning-main {
    padding-bottom: 580px;
  }
  .main-under {
    left: calc(50% - 740px);
    max-width: 1480px;
  }
}