@charset "utf-8";


/* ==============================================
top
=============================================== */

.topTtl01 {
  background: #CC2155;
  color: white;
  text-align: center;
  font-size: 160%;
  font-weight: bold;
  padding: 2.5% 0;
  margin: 0;
  }
.topTtl02 {
  color: #CC1F53;
  border-bottom: 4px solid #E387A2;
  text-align: center;
  font-size: 160%;
  padding-bottom: 2.5%;
  margin-bottom: 5%;
  font-weight: bold;
}

.topBox01Wrap {
  background: #FDF7F8 url(./../../../../img/top/topImg06.gif) no-repeat 50% 97%;
  background-size: 30%;
  padding: 2.5% 2.5% 5% 2.5%;
  position: relative;
}




.topBox01 {
  margin-top: 5%;
  background: white;
  padding: 5% 2.5% 5% 35%;
  box-sizing: border-box;
  text-align: left;
  }

.topImg01 {
  position: absolute;
  top: 60%;
  left: 1%;
  width: 30%;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  }

  @media screen and (max-width:568px){
    .topBox01Wrap {
      text-align: center;
      padding: 2.5% 2.5% 12.5% 2.5%;
    }
    .topBox01Wrap div {
      background: white;
    }
    .topBox01 {
      width: 100%;
      padding: 2.5% 2.5% 10% 2.5%;
      margin: 0;
    }
    .topImg01 {
      position: static;
      width: 80%;
      max-width: 200px;
      margin: 0 auto 10%;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);

    }

  }


.topLst01 {
  overflow: hidden;
  list-style: none;
  }
  .topLst01 li {
    list-style: none;
    float: left;
    background: white;
    width: 33.33%;
    padding-bottom: 2.5% ;
    }
  .topLst01 li:nth-child(even){
    background: url(./../../../../img/top/topBg01.jpg) repeat-x;
  }
  .topLst01 li p a {
    display: block;
    border: solid 1px white;
    color: white;
    padding: 10px 0;
  }

  .topLst01 li p {
    margin: 5% 5% 0% 5%;
    width: 90%;
    text-align: center;
  }
  .topLst01 li img {
    width: 100%;
  }

  .topLst01 li:nth-child(1) a {
    background: #E23A6C;
    box-shadow: 0px 0px 0px 2px #E23A6C;
    }
    .topLst01 li a:hover {
      text-decoration: none;
    }
    .topLst01 li:nth-child(1) a:hover { background: #CC2155; box-shadow: 0px 0px 0px 2px #CC2155; }
    .topLst01 li:nth-child(2) a:hover { opacity:0.9; }
    .topLst01 li:nth-child(3) a:hover { background: #7B2F79; box-shadow: 0px 0px 0px 2px #7B2F79; }

  .topLst01 li:nth-child(2) a {
    background: white;
    box-shadow: 0px 0px 0px 2px white;
    border: solid 1px #C5C4B8;
    color: #5B5A4A;
    }
    .topLst01 li:nth-child(3) a {
      background: #9D29AD;
      box-shadow: 0px 0px 0px 2px #9D29AD;
      }

  .topLst01 li a span {
    background: url(./../../../../img/cmn/cmnIcn01.gif) no-repeat center left;
    background-size: 20px;
    padding: 0 0 0 30px;
    }

  .topLst01 li:nth-child(2) a span { background: url(./../../../../img/cmn/cmnIcn02.gif) no-repeat center left; }
  .topLst01 li a:hover span { background-position: 5px 50%; }

  @media screen and (max-width:568px){
    .topLst01 li a span,.topLst01 li:nth-child(2) a span {
      background-size: 10px;
      padding: 0 0 0 20px;
      }
  }



.topLst02 {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.topLst02 li {
  float: left;
  list-style: none;
  padding: 0;
  margin-bottom: 10%;
  }
  .topLst02 li img {
    width: 30%;
    float: left;
  }
  .topLst02 li p {
    width: 65%;
    text-align: left;
    float: right;
  }
  .topLst02Ttl {
    background: url(./../../../../img/top/topIcn01.gif) no-repeat center left;
    padding: 5px 0px 5px 80px;
    color: #928459;
    width: 65%;
    font-size: 140%;
    text-align: left;
    float: right;
    margin: 0 0 5% 0;
    box-sizing: border-box;
  }

@media screen and (max-width:568px){
  .topLst02 li {
    text-align: center;

  }

  .topLst02 li img {
    width: 80%;
    max-width: 300px;
    float: none;
    margin-bottom: 5%;
    }


  .topLst02Ttl {
    background: url(./../../../../img/top/topIcn01sp.gif) no-repeat center left;
    background-size: 30px;
    width: 100%;
    padding: 5px 0px 10px 40px;
    border-bottom: 1px solid #928459;
    margin-bottom: 7%;
  }
  .topLst02 li p {
    width: 100%;
    }
}



/* ==============================================
商品詳細
=============================================== */

.detailBox01 {
  width: 100%;
  overflow: hidden;
}


.detailBox01img {
  width: 50%;
  float: left;
  overflow: hidden;
  }
.detailBox01cont {
  width: 46%;
  float: right;
  overflow: hidden;
  }

  .detailKako {
    padding: 2.5%;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    }

.non-btn-block {
   background: #BBBBBB;
   border:none;
   margin-bottom:2%;
   text-align: center;
   border-radius: 10px;
  }
  .non-btn-block:hover {
    background: #BBBBBB;
  }

  .non-cart {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5% 5%;
  min-width: 120px;
  max-width: 100%;
  color: #333333;
  font-size: 100%;
  background: #F9F7F8;
}

.non-cart:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #F9F7F8;
}

.non-cart p {
  margin: 0;
  padding: 0;
}


.detailCommentBox {
  font-size: 120%;
}

@media screen and (max-width:992px){
  .detailBox01img {
    width: 100%;
    float: none;
    }
  .detailBox01cont {
    width: 100%;
    float: none;
    }


}

  .detailCat {
    text-align: right;
    margin-bottom: 5%;
  }
  .detailCat a {
    background: #D54A74;
    padding: 2px 4px;
    color: white;
  }

  #detailBoxRen .detailCat a {
    background: #5F6DB1;
  }

  .detailCat a:hover {
    background: #CC133D;
    text-decoration: none;
  }



    #detailBoxRen .detailCat a:hover {
      background: #372FE1;
    }



    .detailTtl {
      font-size: 140%;
      position: relative;
      padding: 0 10px 5% 10px;
      display: block;
      margin-bottom: 2%;
      border-bottom: solid 1px #A8A8A8;
      }
    .detailTtl:after {
      position: absolute;
      content: "";
      display: block;
      bottom: 0px;
      width: 100px;
      left: 0;
      }

    .kikakuBox {
      border: 1px solid #E9E9E9;
      background: #F9F7F8;
      padding: 5% 2.5%;
      margin-bottom: 2%;
    }
    .kikakuBox label {
      font-weight: normal;
      padding: 0 2.5%;
    }
    .kikakuBox select {
      margin: 5px 0;
    }
    .kikakuBoxTtl {
      font-size: 120%;
    }

#detailBoxRen .detailTtl:after { border-bottom: solid 1px #828AC1;}


.detailCode {
  text-align: right;
  font-size: 100%;
  margin-bottom: 5%;
  }
.detailPrice {
  color: #D25379;
  margin-top: 5%;
  font-size: 240%;
  text-align: right;
}
  .detailPrice span {
    font-size: 40%;
  }

.limitBox {
  background: #D54A74;
  color: white;
  padding: 2% 10px 2% 10px;
  text-align: center;
}
.limitBox span {
  background: url(./../../../../img/detail/detailIcn01.png) no-repeat 0 50% ;
  padding-left: 50px;
  display: inline-block;
}


#cartbtn_default .btn-block {
  font-size: 200%;
  padding: 5% 0;
  }


.nodayBox {
  border: #E9E9E9 1px solid;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 5%;
  background: #F9F7F8;
}
.nodayBox p {
  padding: 5%;
}
.nodayBoxTtl {
  background: #E5E5E5;
  margin: 0;
  color: #333;
  text-align: center;
  padding: 10px 0;
}

/* ==============================================
商品リスト
=============================================== */


.productLst01 ,.twoLst01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;

}
.productLst01 a ,.twoLst01 li {
  width: 32%;
  padding: 1%;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  border: 1px solid #CCC;
  display: block;
}

.productLst01 a {
  background: url(./../../../../img/cmn/moreIcn01.gif) no-repeat 97% 98.5%;
  background-size: 10%;



    position: relative;

    transition: all .2s;
  }
.productLst01 a:before,
.productLst01 a:after {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;



  }
  .productLst01 a:hover {
    border-color: #DE2525;
  }
  .productLst01 a:hover:before,
  .productLst01 a:hover:after {
    width: 100%;
    width: calc(100% + 1px);
    height: 100%;
    height: calc(100% + 1px);
  }
  .productLst01 a:hover:before {
    border-top-color: #DE2525;
    border-right-color: #DE2525;
    transition: width .3s, height .3s .3s;
  }
  .productLst01 a:hover:after {
    border-bottom-color: #DE2525;
    border-left-color: #DE2525;
    transition: height .3s, width .3s .3s;
  }


  .productLst01 a:hover {
    background: url(./../../../../img/cmn/moreIcn01on.gif) no-repeat 97% 98.5%;


    background-size: 10%;

  }

  .productLst01 a:nth-child(3n),.twoLst01 li:nth-child(3n){
    margin-right: 0;
  }
.productLst01 li img, .twoLst01 li img {
  width: 100%;
}

.productLst01 a li div.listPriceBox {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 2%;
}

 .productLst01 a li div.listPriceBox span {
  color: #333333;
  font-size: 120%;
  }
  .productLst01 a:hover{
    text-decoration: none;
  }

.productLst01 a li div.listPriceBox span.sizeBx {
  font-size: 80%;
  margin-left: 2%;
  background: #D54A74;
  border-radius: 10px;
  padding: 0 5px;
  color: white;
}

.twoLst01 p {
  text-align: center;
  padding-top: 20px;
  font-size: 140%;
}

/* ==============================================
ポップアップwindow
=============================================== */

.windowBox01 {
  overflow: hidden;
  width: 100%;
  padding: 10% 2.5% 2.5% 2.5%;
  box-sizing: border-box;
}




.windowForm {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.windowForm dt {
  width: 100%;
  background: #F2F2F2;
  padding: 2.5% 2.5% 2.5% 2.5%;
  height: auto;
  box-sizing: border-box;
  border-bottom: 2px solid white;
  line-height: 100%;
  margin-bottom: 2.5%;
}
.windowForm dd {
  margin-bottom: 5%;
  overflow: hidden;
}



/* ==============================================
お問い合わせ
=============================================== */



.contactForm {
  width: 100%;
}

.contactForm dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contactForm dt {
  background: #F2F2F2;
  padding: 2.5% 2.5% 0% 2.5%;
  height: auto;
  box-sizing: border-box;
  border-bottom: 2px solid white;
  line-height: 100%;

  display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.contactForm dd {
  padding: 2.5%;
  box-sizing: border-box;
  border-bottom: 2px solid white;


}

.contactForm dd .pLR0 {
  padding-right: 0;
  padding-left:  0;
  padding-top: 5px;
}


@media screen and (max-width:769px){
  .contactForm dt {
    width: 100%;
    border-bottom: none;

    padding: 5% 5% 3% 5%;
    margin-bottom: 2%;
  }
  .contactForm dd {
    width: 100%;
    margin-bottom: 5%;
  }
  .contactForm dt label {
    float: left;
  }

  .spHalf {
    width: 48%;
  }
}


.sexLst,.placeLst {
  width: 100%;
}
  .sexLst li,.placeLst li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
  }
  .sexLst li label ,.placeLst li label {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .placeLst li label input {
    margin-right: 10px;
  }



/* ==============================================
その他
=============================================== */

.shopInfo {
  background: #F6F6F6;
  border: 1px solid #DFE1DD;
  color: #666666;
  padding: 2.5%;
  box-sizing: border-box;
  border-radius: 10px;

}


/* ==============================================
特定商取引法に基づく表記
=============================================== */


.orderTbl, .kakuninTbl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  }
  .orderTbl dt , .kakuninTbl dt {
    background: #F3F3F3;
    text-align: center;
    width: 30%;
    padding: 2.5%;
    box-sizing: border-box;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left:  1px solid #CCC;
    display: flex;
    align-items: center;
    font-weight: normal;
    flex-direction: column;
    justify-content: center;
  }
  .orderTbl dd , .kakuninTbl dd {
    width: 70%;
    padding: 2.5%;
    box-sizing: border-box;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;

    display: flex;
    align-items: center;

  }
  .orderTbl dd p , .kakuninTbl dd p {
    margin: 0;
    padding: 0;
  }

  .orderTbl dt:first-child , .kakuninTbl dt:first-child { border-top: 1px solid #CCC;}
  .orderTbl dd:nth-child(2), .kakuninTbl dd:nth-child(2){ border-top: 1px solid #CCC;}


@media screen and (max-width:767px){
.orderTbl ,.kakuninTbl{
  display: block;
  }
  .orderTbl dt:first-child ,.kakuninTbl dt:first-child {
    border-top: 1px solid #CCC;
  }

  .orderTbl dt ,.kakuninTbl dt {
    display: block;
    width: 100%;
    border: 1px solid #CCC;
    margin-bottom: 2.5%;
    text-align: left;
  }
  .kakuninTbl dt {
    margin-bottom: 0;
    border-bottom: none;
  }

  .orderTbl dd, .kakuninTbl dd {
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 5%;
  }
  .kakuninTbl dd {
    border: 1px solid #CCC;
    margin-bottom: 0;
    border-bottom: none;
  }
  .kakuninTbl dd:last-child {
    border-bottom: 1px solid #CCC;
  }

  .orderTbl dd:nth-child(2) {
    border: none;
  }

}

/* ==============================================
スタッフ紹介
=============================================== */

.staffBox01 {
  width: 80%;
  margin: 0 auto 5%;
  overflow: hidden;
  display: flex;

  justify-content: space-between;
  align-items: center;
}

.staffBox01 img {
    width: 35%;
    padding: 1%;
    background: #E7E7E7;
    float: left;
  }
.staffBox02 {
  width: 50%;
  float: right;

}


.staffTtl01 {
  background: url(./../../../../img/staff/staffTtl01.gif) no-repeat center bottom;
  width: 100%;
  text-align: center;
  padding-bottom: 3%;
  }

  .staffTtl02 {
    padding-bottom: 3%;
    color: #D44A73;
    text-align: center;
    width: 100%;
  }

  .staffBox03 {
      position: relative;
      padding:0.25em 1em;
      width: 80%;
      box-sizing: border-box;
      overflow: hidden;
      margin: 0 auto 10%;
      }
@media screen and (max-width:767px){

  .staffBox01 {
    width: 90%;
  }

  .staffBox03 {
    width: 90%;
  }
}

  .staffBox03:before,.staffBox03:after{
      content:'';
      width: 20px;
      height: 30px;
      position: absolute;
      display: inline-block;
  }
  .staffBox03:before{
      border-left: solid 1px #D54A74;
      border-top: solid 1px #D54A74;
      top:0;
      left: 0;
  }
  .staffBox03:after{
      border-right: solid 1px #D54A74;
      border-bottom: solid 1px #D54A74;
      bottom:0;
      right: 0;
  }

  .staffBox03 p {
    padding: 2%;
  }

/* ==============================================
ご利用規約
=============================================== */

.kiyakuBox {
  height: 300px;
  overflow-y: scroll;
  padding: 2.5%;
  box-sizing: border-box;
}


/* ==============================================
カート
=============================================== */
.discontBox01 {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2%;

  overflow: hidden;


  }
  .discontBox01-01 {
    width: 100%;
    overflow: hidden;

    background: #F4F4F4;
    padding: 2%;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 2%;

    display:flex;
    justify-content:space-between;
align-items: center;

  }


.discontBox01-01 label {
  color: #612E2E;
  display: inline-block;
  float: right;
  line-height: 160%;
  text-align: left;

  cursor: pointer;

  width: 93%;


}
.discontBox01-01 a {
  text-decoration: underline;
  background: url(./../../../../img/cmn/cmnIcn04.gif) no-repeat center left;
  color: #CC1F52;
  padding-left: 25px;
  float: right;
}
.discontBox01-01 a:hover {
  text-decoration: none;
}


  .discontBox01-01 input {
    cursor: pointer;
    display: inline-block;
    float: left;
    width: 5%;
    margin-right: 2%;


  }


/* ==============================================
梱包について
=============================================== */


.packageBox01Wrap {
  background: url(./../../../../img/remake/orifuri/orifuriBg08.png) no-repeat center bottom;
  background-size: 100px;
  padding-bottom: 9px;
  overflow: hidden;


  }
.packageBox01 {
  padding-bottom: 5%;
  border-bottom: #ECE1E6 2px solid;
  overflow: hidden;

  display: flex;
  justify-content: space-between;

  }

.packageBox02 {
  background: #F3F3F3;
  padding: 1% 1% 0% 1%;
  box-sizing: border-box;

  overflow: hidden;
}



  .packageBox02 img {
    margin-bottom: 2%;
    width: 100%;
  }


  .packageBox02 img.half {
    width: 45%;
  }


/* ==============================================
オリジナル打掛
=============================================== */

.plusBox01Wrap {
  width: 100%;
  overflow: hidden;
}



.plusBox01 img  {
  width: 48%;
  display: block;
}

.plusBox01 .l-no { float: left;}
.plusBox01 .r-no { float: right;}

.plusBox02 {
  width: 48%;
  }
.plusTtl01 {
  text-align: center;
  font-size: 400%;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  padding-bottom: 5%;
}


.plusPrice01 {
  font-size: 250%;
  color: #A33D9F;
  text-align: right;
}
.plusPrice02 {
  font-size: 250%;
  color: #DF0007;
  text-align: right;
  }

.plusPrice01 span,.plusPrice02 span {
  font-size: 50%;
  }

.plusBox03 {
  width: 100%;
  height: auto;
  background: #F3F3F3 url(./../../../../img/remake/oriuchi/oriuchiIcn01.gif) no-repeat center center;
  background-size: 10%;
  padding: 2.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.plusBox03 li {
  width: 40%;
}
  .plusBox03 img {
    width: 100%;
  }

.plusBox04 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5%;
}
.plusBox04 img {
  width: 40%;
  display: block;
}
.plusBox04 div {
  width: 55%;
}
.plusBox04 .l-no { float: left;}
.plusBox04 .r-no { float: right;}


@media screen and (max-width:992px){
  .plusBox01 .l-no,.plusBox01 .r-no,.plusBox04 .l-no,.plusBox04 .r-no {
    float: none;
  }


  .plusBox01 img {
    width: 60%;
    margin: 0 auto 5%;
    }
  .plusBox04 img {
  width: 50%;
  margin: 0 auto 5%
  }
  .plusBox02 ,.plusBox04 div {
    width: 100%;
  }
}

/* ==============================================
2way白無垢
=============================================== */

.twowayImg01 {
  width: 80%;
  margin: 0 auto;
  display: block;
}

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


.twoBox01 { background: url(./../../../../img/remake/twoway/twowayBg01.jpg) no-repeat center right;}
.twoBox02 { background: url(./../../../../img/remake/twoway/twowayBg02.jpg) no-repeat center left;}

.twoBox01,.twoBox02 {
  background-size: 80%;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  }

.twoBox02 { flex-flow: row-reverse; }


  .twoBox01 img ,.twoBox02 img {
    width: 50%;
    }
  .twoBox02 img {
    float: right;
  }

  .twoBox01 div ,.twoBox02 div {
    width: 60%;
    margin: 0 5%;
    position: absolute;

  }
.twoBox01 div { right: 0; }
.twoBox02 div { left:  0; }

  .twoBox01 div p,.twoBox02 div p {
    color: white;
    text-shadow:0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000;

  }
  .twoTtl01 {
    color: white;
    border-bottom: 1px solid #AAA;
    padding-bottom: 5%;
    margin-bottom: 5%;
    font-size: 170%;
    font-weight: bold;
    text-shadow:0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000;

  }

@media screen and (max-width:668px){
  .twoBox01,.twoBox02 {
    background-size: 100%;
  }

  .twoBox01 div p,.twoBox02 div p {
    font-size: 100%;
  }
  .twoBox01 img ,.twoBox02 img {
    width: 60%;
    }

}


  .twoBox03 {
    background: url(./../../../../img/remake/twoway/twowayBgF03.jpg) no-repeat center bottom;
    background-size: 100%;
    position: relative;
    width: 100%;
    padding: 10% 40% 5% 5%;
    box-sizing: border-box;
  }
  .twoBox03 div,.twoBox03 p , .twoBox03 img {
    position: relative;
    z-index: 2;
  }
  .twoBox03:after {
    content: "";
    background: url(./../../../../img/remake/twoway/twowayBgH03.png) no-repeat center top;
    background-size: 100%;
    position: absolute;
    display: block;
    top: 0; left: 0; right: 0; bottom: 0;
  }
  .twoBox03 img {
    width: 60%;
  }

  @media screen and (max-width:668px){
    .twoBox03 {
      padding: 5% 40% 5% 5%;
    }
    .twoBox03 img { width: 70%;}
    }

  .twoBox03 p ,.twoBox04 p ,.toitemBox p {
    color: white;
  }

  .twoBox04 ,.toitemBox {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
.toitemBoxFuri {
  background: url(./../../../../img/remake/orifuri/orifuriBg09.jpg) no-repeat center bottom;
  background-size: 100%;
  padding: 5% 5% 10% 5%;
}
  .toitemBoxFuri img {
    width: 100%;
    margin-bottom: 28%;
  }
.toitemBoxFuri02 {
  background: url(./../../../../img/remake/orifuri/orifuriBg09.jpg) no-repeat center bottom;
  background-size: 100%;
  padding: 10% 5% 10% 5%;
  }

  .toitemBoxUchi {
    background: url(./../../../../img/remake/oriuchi/oriuchiBg08.jpg) no-repeat center bottom;
    background-size: 100%;
    padding: 10% 5% 10% 5%;
  }
    .toitemBoxUchi img {
      width: 100%;
      margin-bottom: 28%;
    }
.toitemBoxUchi02 {
  background: url(./../../../../img/remake/oriuchi/oriuchiBg09.jpg) no-repeat center bottom;
  background-size: 100%;
  padding: 5% 5% 10% 5%;
  }


.twoBox04 {
  background: url(./../../../../img/remake/twoway/twowayBg04.jpg) no-repeat center top;
  background-size: 100%;
  padding: 5% 40% 5% 5%;
  }



  .twoBox03Ttl,.twoBox04Ttl,
  .toitemTtl
   {
    font-size: 400%;
    border-bottom: 1px solid white;
    text-align: center;
  }

 .toitemBoxIn {
  width: 65%;
  }



    .twoBox03Txt,.twoBox04Txt,.toitemTxt {
      font-size: 300%;
      text-align: right;
      margin-bottom: 5%;
    }
    .twoBox03Txt span ,.twoBox04Txt span,.toitemTxt span {
      font-size: 50%;
    }

@media screen and (max-width:992px){
  .twoBox03Ttl,.twoBox04Ttl ,.toitemTtl {
    font-size: 260%;
  }
}


@media screen and (max-width:650px){
  .twoBox03Ttl,.twoBox04Ttl ,.toitemTtl {
    font-size: 200%;
  }


  .twoBox03 ,.twoBox04 ,.toitemBox {
    background-size: 105%;
    }
  .twoBox03Txt ,.twoBox04Txt ,.toitemTxt {
    font-size: 200%;
    }

}




/* ==============================================
安心！レンタル保険
=============================================== */

.hokenBox01 {
  background: url(./../../../../img/hoken/hokenBg01.jpg) no-repeat center bottom;
  background-size: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 5%;
  }
  .hokenBox01:before {
  	content:"";
  	display: block;
    padding-top: 47.125%;
  	}
  	.hokenBox01 div {
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
  	}


  .hokenBox01Ttl {
    text-align: center;
    font-size: 180%;
    background: url(./../../../../img/hoken/hokenTtl01.gif) no-repeat center bottom;
    padding-top: 20%;
    padding-bottom: 5%;
    text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  }

  .hokenTxt01 {
    font-size: 160%;
    color: #D25279;
    border-bottom: 1px solid #A8A8A8;
    padding-bottom: 2%;
    padding-top: 2%;
    line-height: 200%;
    }

  .hokenLst01 {
    width: 100%;
    border-top: 1px solid #DDDDDD;
    }
    .hokenLst01 li {
      border-bottom: 1px solid #DDDDDD;
      padding: 10px 5%;
      }
    .hokenLst01 li:nth-child(odd){
      background: #F2F2F2;
    }

/* ==============================================
ショップガイド
=============================================== */

.guideNav01 {
  background: #F3F3F3;
  padding: 5%;
  }
  .guideNav01 li {
    margin-bottom: 2%;
  }

  .guideNav01 li a {
    color: #333333;
  }


/* ==============================================
引き振袖レンタル
=============================================== */

.renhikiBox01,.rensiroBox01,.renuchiBox01 {
  width: 100%;
  position: relative;
  }
  .renhikiBox01 {
    background: url(./../../../../img/rental/renhiki/renhikiBg02.jpg) no-repeat center bottom;
    border-top: #E23A6C 10px solid;
    border-bottom: #E23A6C 10px solid;
    background-size: 100%;
  }
  .rensiroBox01 {
    background: url(./../../../../img/rental/rensiro/rensiroBg01.jpg) no-repeat center bottom;
    border-top: #DED17A 10px solid;
    border-bottom: #DED17A 10px solid;
    background-size: 100%;
  }
.renuchiBox01 {
  background: url(./../../../../img/rental/renuchi/renuchiBg02.jpg) no-repeat center bottom;
  border-top: #A33DA0 10px solid;
  border-bottom: #A33DA0 10px solid;
  background-size: 100%;
}

  .renhikiBox01:after,.rensiroBox01:after,.renuchiBox01:after {
    content: '';
    width: 100%;
    position: absolute;
    display: block;
    height: 800px;
    top:0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    }
    .renhikiBox01:after {
      background: url(./../../../../img/rental/renhiki/renhikiBg01.jpg) no-repeat center top;
      background-size: 100%;
      }
    .rensiroBox01:after {
      background: url(./../../../../img/rental/renhiki/renhikiBg01.jpg) no-repeat center top;
      background-size: 100%;
      }
    .renuchiBox01:after {
      background: url(./../../../../img/rental/renuchi/renuchiBg01.jpg) no-repeat center top;
      background-size: 100%;
      }

  .renhikiBox01Ttl,.rensiroBox01Ttl,.renuchiBox01Ttl {
    color: white;
    text-align: center;
    display: inline-block;
    line-height: 200%;
    padding: 7% 10% 10% 10%;
    position: relative;
    z-index: 2;
  }
  .renhikiBox01Ttl b,.rensiroBox01Ttl b,.renuchiBox01Ttl b {
    font-size: 200%;
    border-bottom: 2px solid white;
  }
  .renhikiBox01 img,.rensiroBox01 img,.renuchiBox01 img {
    position: relative;
    z-index: 2;
  }
  .renhikiBox01Img,.rensiroBox01Img,.renuchiBox01Img {
    width: 30%;
    margin-bottom: 10%;
    overflow: hidden;
    }

  .renhikiBox01Img,.renuchiBox01Img {
    float: right;
    margin-right: 7.5%;
    }
  .rensiroBox01Img {
    float: left;
    margin-left: 7.5%;
  }
  .renhikiBox01Txt,.rensiroBox01Txt,.renuchiBox01Txt {
    width: 90%;
    margin: 0 auto 5%;
    overflow: hidden;
    text-align: left;
    color: white;
    z-index: 2;
    position: relative;
  }
  .renhikiBox01 .cmnBtn01furi,.rensiroBox01 .cmnBtn01two {
    z-index: 2;
    position: relative;
    }


@media screen and (max-width:632px){
  .renhikiBox01Ttl,.rensiroBox01Ttl,.renuchiBox01Ttl {
    padding: 2% 10% 2% 10%;
    font-size: 100%;
  }
    .renhikiBox01Img,.rensiroBox01Img,.renuchiBox01Img {
      float: none;
      margin-top: 2%;
      margin-right: auto;
      margin-left:  auto;
      margin-bottom: 2%;
      width: 40%;
      display: block;
    }

  .renhikiBox01Txt ,.rensiroBox01Txt,.renuchiBox01Txt {
    font-size: 80%;
  }

}

/* ==============================================
白無垢販売
=============================================== */

.sirohanTxt01 {
  background: #BD1F4F;
  color: white;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 1300px;
  padding: 10px 0;
  }
.sirohanLst01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  }
  .sirohanLst01 li { width: 30%; }
  .sirohanLst01 li img { width: 100%;}

.sirohanTbl01 {
  color: #333333;
  width: 100%;
  }
  .sirohanTbl01 th {
    font-size: 1.8em;
    font-weight: normal;
    width: 50%;
    text-align: center;
    padding: 30px 0;
    }
    .sirohanTbl01 th:first-child { border-right: 1px solid #CCC; }

  .sirohanTbl01 th b.kasen { background: linear-gradient(transparent 70%, #F1E1AB 0%); font-weight: normal;}
  .sirohanTbl01 th b.siruku { background: linear-gradient(transparent 70%, #F4B9B9 0%); font-weight: normal;}
  .sirohanTbl01 td {
    text-align: center;
    border-top: 1px solid #CCCCCC;
    padding: 30px 0;
  }
  .sirohanTbl01 td:first-child {
    border-right: 1px solid #CCC;
  }
  .sirohanTbl01Price {
    color: #BD1F4F;
  }
  .sirohanTbl01Price b {
    font-size: 2.0em;
    font-weight: normal;
  }
  .sirohanTbl01 td span.siruku { color:#FF0000; }
  .sirohanTbl01 td span.kasen  { color:#D9B22C; }



.sirohanTbl02Wrap {
  width: 100%;
  overflow-x: auto;
  }


.sirohanTbl02 {
  width: 100%;
  overflow: hidden;
  }

@media screen and (max-width:767px){
  .sirohanTbl02 {
    width: 130%;
    overflow: hidden;
    }
}

  .sirohanTbl02 th {
    background: #E4DB83;
    color: white;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    text-align: center;
    vertical-align: middle;
    padding: 20px 10px;
    }
    .sirohanTbl02 th:last-child {
      border-right: none;
    }

.sirohanTbl02 td {
  vertical-align: middle;
  text-align: center;
  padding: 20px 20px;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  }
  .sirohanTbl02 td span {
    color: #BD1F4F;
    font-weight: bold;
  }

  .sirohanTbl02 td:first-child {
    width: 21.8%;
  }
.sirohanTbl02 td:nth-child(2){
  text-align: left;
}

  .sirohanTbl02 td:last-child {
    border-right: none;
  }


.sirohanTbl02 tr:nth-child(even) td {
  background: #F3F3F3;
}

.sirohanBox02 {
  width: 100%;
  overflow: hidden;
  }
  .sirohanBox02 img {
    width: 35%;
    float: left;
  }
  .sirohanBox02-01 {
    width: 65%;
    padding-left: 5%;
    box-sizing: border-box;
    float: right;
  }
@media screen and (max-width:668px){
  .sirohanBox02 img {
    width: 60%;
    max-width: 260px;
    display: block;
    margin: 0 auto 5%;
    float: none;
  }
  .sirohanBox02-01 {
    width: 100%;
  }
}

/* ==============================================
延長料金について
=============================================== */



.extendTbl01Wrap {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.extendTbl01 {
  width: 150%;
  }


@media screen and (min-width:668px){

.extendTbl01 {
  width: 100%;
  }
}


  .extendTbl01 th {
    text-align: center;
    vertical-align: middle;
    border-top: #CCCCCC 1px solid;
    padding: 20px 0;
    font-weight: normal;
  }
  .extendTbl01 td {
    text-align: center;
    vertical-align: middle;
    border-top: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    width: 20%;
    padding: 20px 0;
  }
  .extendTbl01 tr:first-child th ,.extendTbl01 tr:first-child td {
    border-top: none;
  }

  .extendTbl01 td img {
    width: 100%;
    max-width: 136px;
    margin: 0 auto 10px;
  }
  .extendTbl01 td p {
    color: #BD1F4F;
    width: 100%;
    text-align: center;
  }


/* ==============================================
オリフリ
=============================================== */


.orifuriBox01Wrap,.oriuchiBox01Wrap {
  background: #FFF ;
  background-size: 100%;
  padding-bottom: 10%;

  position: relative;
}


  .orifuriBox01Img01,.oriuchiBox01Img01 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: flex;
    justify-content: space-between;
align-items: flex-start;
    width: 100%;
  }
  .orifuriBox01Img01 img ,.oriuchiBox01Img01 img{
    width: 30%;
    height: auto;
  }
  .oriuchiBox01Img01 img{
    width: 50%;
    height: auto;
  }




.orifuriBox01,.oriuchiBox01 {
  width: 100%;
  position: relative;
  background: #F8F8EF url(./../../../../img/remake/orifuri/orifuriBg10.gif) no-repeat center top;
  padding-bottom: 10%;
  background-size: 100%;
  overflow: hidden;
  }
  .orifuriBox01 {
    padding-top: 10%;
  }
  .oriuchiBox01 {
    padding-top: 6px;
  }

@media screen and (max-width:568px){
  .orifuriBox01 {
    padding-top: 65%;
  }
  .orifuriBox01Img01 {
    justify-content: center;
  }

}



  .orifuriBox01In {
    border: #CC2155 1px solid;
    background:rgba(255,255,255,0.8);
    max-width: 320px;
    margin: 0 auto 5%;
    padding: 2%;
    box-sizing: border-box;
    text-align: center;

    position: relative;
    z-index: 2;
    }
  .orifuriBox01Ttl {
    display: inline-block;
    position: relative;
    }
  .orifuriBox01Ttl:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px; /*下線の上下位置調整*/
    display: inline-block;
    width: 50px; /*下線の幅*/
    height: 2px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: #CC2155; /*下線の色*/
    }
  .orifuriBox01 p { padding-top: 5%;}

  .orifuriBox01Img02 {
    background: white url(./../../../../img/remake/orifuri/orifuriBg11.png) no-repeat center top;
    background-size: 100%;
    text-align: center;
    width: 100%;
    margin: 0;
    }
    .orifuriBox01Img02 img {
      width: 30%;
    }

.orifuriBox01Wrap h2,.oriuchiBox01Wrap h2 {
  margin: 0;
}

@media screen and (max-width:668px){
.orifuriBox01Img02 img {
  width: 40%;
  }
}

.orifuriBox02 {
  text-align: center;
}
.orifuriBox02 img {
  width: 100%;
  max-width: 780px;
}




.oriuchiBox01In {
  outline: solid 3px #86528D;
  outline-offset: 3px;
  border: 1px solid #86528D;
  box-sizing: border-box;
  width: 60%;
  padding: 2%;
  float: right;
  margin-bottom: 5%;
  margin-right: 5%;
  background: white;
  display: block;
  overflow: hidden;

  position: relative;
  z-index: 2;

  }
  .oriuchiBox01Ttl {
    margin: 0 0 2.5% 0;
    padding: 0 0 2.5% 0;
    background: url(./../../../../img/remake/oriuchi/oriuchiTtl01.gif) no-repeat center bottom;
    text-align: center;

  }

@media screen and (max-width:668px){
.oriuchiBox01Img01 {
  position: relative;
  margin-bottom: 10px;
}

  .oriuchiBox01 img {
    width: 40%;
    display: block;
    margin: 0 auto;
  }
  .oriuchiBox01In {
    width: 90%;
    padding: 5%;
    float: none;
    margin: 0 auto 20px;

  }
}


/* ==============================================
サイトマップ
=============================================== */

.sitMapBox01 {
  width: 48%;
  overflow: hidden;
  }
.sitemapTtl01,.sitemapTtl02,.sitemapTtl03,.sitemapTtl04,.sitemapTtl05 {
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 120%;
  }
  .sitemapTtl01 { background: #BD1F4F;}
  .sitemapTtl02 { background: #324976;}
  .sitemapTtl03 { background: #E1D773;}
  .sitemapTtl04 { background: #DFA2A2;}
  .sitemapTtl05 { background: #76D676;}

.sitemapLst01 {
  overflow: hidden;
  width: 100%;
  padding: 0;
  }
  .sitemapLst01 li {
    border-bottom: 1px solid #CCCCCC;
    list-style: none;
    }
    .sitemapLst01 li a {
      color: #333333;
      padding: 10px;
      display: block;
      }

.paymentBox01 {}
  .paymentBox01 select {
    margin-bottom: 5%;
  }

/* ==============================================
//フォトウェディング
============================================== */

.photoLst01 {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
  .photoLst01 li {
    width: 33.33%;
    float: left;
    margin-bottom: 5%;
    text-align: center;
  }

  .photoLst01 li img {
    width: 80%;
  }


  .photoBg01 {
    background: url(./../../../../img/photo/photoBg01.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
    position: relative;
  }
  .photoBg01:before {
  	content:"";
  	display: block;
    padding-top: 32.5%;
  	}
  .photoBg01 div {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
  }


  .photoBtn01 {
    background: #EAA82D url(./../../../../img/photo/photoBtn01.png) no-repeat 20px 50%;
    color: white;
    border-radius: 10px;
    width: 60%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    font-size: 1.6em;
    line-height: 100%;
  }

  .photoBg01 .photoBtn01 {
    margin-top: 15%;
    margin-right: 20%;
    }



  .photoBtn01 span {
    font-size: 0.6em;
  }

  .photoBtn01:hover {
    background: #FACA0C url(./../../../../img/photo/photoBtn01.png) no-repeat 30px 50%;
    color: white;
    text-decoration: none;
  }


@media screen and (max-width:992px){
  .photoBtn01 {
      background-position: 10px 50%;
      background-size: 30px;
      text-align: left;
      padding-left: 50px;
  }
  .photoBtn01:hover {
    background-position: 15px 50%;
    background-size: 30px;

  }

}


.photoBox01 {
  width: 100%;
  overflow: hidden;
  }
  .photoBox01 img {
    float: left;
    width: 40%;
  }
  .photoBox01 .photoBox01-01 {
    width: 55%;
    float: right;
  }


@media screen and (max-width:668px){
  .photoBox01 img {
    width: 100%;
  }
  .photoBox01 .photoBox01-01 {
    width: 100%;
  }
}

  .photoBox01Ttl {
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    font-size: 2.0em;
    font-weight: bold;
    padding: 2.5%;
    box-sizing: border-box;
  }


.photoComBox {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 5%;
  }
  .photoComTtl {
    border-bottom: 1px solid #CCC;
    font-size: 1.6em;
    padding:  2%;
  }
  .photoComTtl span {
    background: #79E06D;
    padding: 2px 5px;
    color: white;
    font-weight: bold;
    margin-right: 10px;
  }
  .photoComTxt {
    padding: 2%;
  }




.cleaningTtl01 {
  border-bottom: solid 1px #CCCCCC;
  position: relative;
  background-size: 15px;
  line-height: 300%;
  font-size: 1.8em;

  }
  .cleaningTtl01 div {
    background: url(./../../../../img/cleaning/cleaningIcn01.gif) no-repeat 10px 50%;
    padding-left: 40px;
  }

  .cleaningTtl01 b {
    color: #5BD852;
    font-weight: normal;
  }
.cleaningTtl01:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #5BD852;
  width: 30%;
}


.cleaningTxt01 {
  text-align: right;
  color: #59D852;
  font-size: 2.2em;
}
.cleaningTxt01 span {
  font-size: 0.8em;
}

.cleaningTxt01 b {
  background: #59D852;
  font-weight: bold;
  font-size: 0.8em;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
}



.cleaningTxt02 {
  position: relative;
  display: inline-block;
  margin: 0.5em 15px 0.5em 0;
  padding: 12px 15px;

  width: 90%;
  color: #555;
  font-size: 16px;
  background: #F3F3F3;
}

.cleaningTxt02:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #F3F3F3;
}

.cleaningTxt02 p {
  margin: 0;
  padding: 0;
}



@media screen and (max-width:668px){
  .cleaningTtl01 {
    font-size: 1.4em;
  }
  .cleaningTxt01 {
    font-size: 1.6em;
  }
  .cleaningTxt01 b {

    border-radius: 5px;
    padding: 4px 8px;
  }
}


/*--黒紋付半額--*/


.halfBox01 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  }
  .halfBox01 img {
    width: 30%;
  }
  .halfBox01 p {
    background: #F9F7F8;
    padding: 5%;
    width: 65%;
    height: auto;
    box-sizing: border-box;
  }


@media screen and (max-width:667px){
  .halfBox01 {
    display: block;
    text-align: center;
  }
  .halfBox01 img {
    width: 80%;
    margin:  0 auto;
    margin-bottom: 5%;
  }

  .halfBox01 p {
    width: 100%;
    text-align: left;
  }


}

.flowHalfImg {
  border: #F9F7F8 solid 5px;
  padding: 5%;
  width: 100%;
  box-sizing: border-box;
}


.contactBox01 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10%;
  }
  .contactBox01 .contactBox01-pc {
    width: 20%;
    float: left;
    }
  .contactBox01 p {
    width: 75%;
    float: right;
    }

.contactBox01-sp {
  display: none;
  width: 100%;
  text-align: center;
  margin-bottom: 10%;
}
.contactBox01-sp a img {
  opacity: 0.8;
}

@media screen and (max-width:667px){
  .contactBox01-sp {
    display: block;
  }
  .contactBox01-pc {
    display: none;
  }
  .contactBox01 p {
    width: 100%;
  }

}



.furihanBx01 {
  display: flex;
  justify-content: space-between;

  background: url(./../../../../img/furihan/furihanImg01.jpg) no-repeat right top / 40%;
  width: 100%;
  padding: 5% 45% 5% 0;
  }
@media screen and (max-width:1199px){
  .furihanBx01 { background-position: bottom right; }
}
@media screen and (max-width:767px){
  .furihanBx01 {
    background-position: top right;
    padding: 5% 45% 5% 0;
  }
}
@media screen and (max-width:732px){
  .furihanBx01 {
    background-position: bottom right;
  }

}

  @media screen and (max-width:568px){
  .furihanBx01 {
    background-position: center bottom;
    padding: 5% 0 35% 0;
   }

}

  .furihanBx01 p b {
    color: #FF0000;
    font-weight: normal;
  }
  .furihanBx02 {
    background: #FDF7F8;
    padding: 2.5% 2.5% 0%;
    overflow: hidden;
  }
  .furihanBx02-line {
    border-top: 10px solid #D54A74;
  }
  .furihanBx02-img {
    background: #F3F3F3 url(./../../../../img/furihan/furihanImg02.jpg) no-repeat center top / 100%;
    padding-top: 40%;
  }
.furihanTxt01 {
  background: white;
  padding: 2.5%;
  margin-bottom: 2.5%;
  }
.furihanTxt01-01 {
  padding: 2.5%;
  margin-bottom: 2.5%;
  }
.furihanTxt01 b.furihanTxt01-ttl01 { color: #D44A73; }


.furihanTtl01 {
  position: relative;
  text-align: center;
  font-size: 140%;
}
.furihanTtl01:before {
  content: '';
  width: 30%;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: #CC2155;
}

.furihanBx03 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2.5% 0;
  border-bottom: 1px dotted #818181;
  overflow: hidden;
}
  .furihanbBx03-bnone{
    border-bottom: none;
  }
.furihanBx03-01 {
  width: 67%;
  float: right;
}
.furihanBx03img {
  flex: left;
  width: 30%;
  }

  @media screen and (max-width:992px){
  .furihanBx03 {
    display: block;
  }
  .furihanBx03-01 {
    width: 100%;
  }
  .furihanBx03img {
    width: 80%;
    max-width: 250px;
    margin: 0 auto;
  }

}




.furihanTtl02 {
  position: relative;
  border-bottom: 1px solid #A8A8A8;
  padding-bottom: 3%;
  margin-bottom: 1%;
  font-size: 140%;
  line-height: 140%;
}

.furihanTtl02:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #D54A74;
  bottom: 0;
  left: 0;
  width: 100px;
}

.furihanTtl02 span {
  background: #D54A74;
  color: white;
  padding: 2px 5px;
  font-size: 60%;
}


.furiHanBx03-02 {
  position: relative;
  padding-top: 4%;
  }
  .furiHanBx03-02Ttl {
    position: absolute;
    top: 0;
    left: 10px;
    background: #D54A74;
    color: white;
    padding: 3px 5px;
    display: inline;
    z-index: 2;
  }
  .furiHanBx03Bx {
    position: relative;
    background: white;
    padding: 5% 2.5%;
    border-radius: 10px;
  }

@media screen and (max-width:667px){
  .furihanBx03 {
    display: block;
  }
  .furiHanBx03 img {
    width: 100%;
  }
  .furiHanBx03-01 {
    width: 100%;
  }
}


.dHanBx01 {
  background: #F9F7F8;
  border: 1px solid #E9E9E9;
  padding: 2.5%;
  line-height: 160%;
  margin-bottom: 10%;
}

.dHanBx02 {
  position: relative;
  max-width: 765px;
  margin: 0 auto 2%;


}
.dHanBx02 img {
  position: relative;
  width: 100%;
}
.dHanBx02 p {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  color: white;
  font-size: 160%;
  font-weight: bold;
  padding: 1% 2.5%;
  font-family:  YuMincho, "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", serif;
  text-shadow:0 0 3px #EDD83F,0 0 3px #EDD83F,0 0 3px #EDD83F,0 0 3px #EDD83F,0 0 3px #EDD83F,0 0 3px #EDD83F,0 0 3px #EDD83F,
              0 0 3px #EDD83F,0 0 3px #EDD83F,0 0 3px #EDD83F,0 0 3px #EDD83F,0 0 3px #EDD83F,0 0 3px #EDD83F,0 0 3px #EDD83F,0 0 3px #EDD83F,0 0 3px #EDD83F;
}
.dHanBx02 p b {
  font-size: 140%;
}


@media screen and (max-width:668px){
  .dHanBx02 p {
     font-size: 100%;
  }
}


.dHanLst01 {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
.dHanLst01 li {
  width: 32%;
  max-width: 200px;
  margin-right: 2%;
}
.dHanLst01 li:nth-child(3){
  margin-right: 0;
}
.dHanLst01 li img {
  width: 100%;
}
.dHanLst01 li a:hover img {
  opacity: 0.8;
}

.dHanTbl01Wrap {
  overflow: hidden;
    overflow-x: scroll;
    border-bottom: 3px solid #E1D773;

}
.dHanTbl01 {
  width: 1800px;
border-collapse: collapse;
white-space: nowrap;
}
.dHanTbl01w100 {
  width: 100%;
  border-bottom: 3px solid #E1D773;

}

.dHanTbl01 th {
  background: #E1D773;
  color: white;
  text-align: center;
  width: 150px;
  padding: 10px 0;
  font-weight: normal;
  font-size: 120%;
}
.dHanTbl01 th.extra { background: #C8B94D; }

.dHanTbl01 tr td {
  background: #F3F3F3;
  text-align: center;
  padding: 10px 0;

}
.dHanTbl01 tr:nth-child(2n) td {
  background: white;
}
.dHanTbl01 tr td.extra               { background: #E3E3E3; }
.dHanTbl01 tr:nth-child(2n) td.extra { background: #F6F6F6; }


.dHanBx03 {
  background: #FDF7F8;
  padding: 5% 2.5% 2.5% 2.5%;

}

.youtubeBx {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 10%;
}
.youtubeBx iframe {
  width: 100%;
  height: 100%;
}
