@charset "UTF-8";
/* 共通スタイルここから */
.reason{
    line-height: 1;
}
.reason img{
    width: 100%;
}
h2.heading{
    width: 250px;
    margin: -20px auto 0;
}
figure.sec_img{
    position: relative;
    width: 228px;
    margin: 35px auto;
}
p.txt{
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0 20px 25px;
}
p.txt span{
    color: #eb6da5;
}
.top_btn{
    margin: 0 30px;
    cursor: pointer;
}
.toggle_area{
    position: relative;
    cursor: pointer;
    margin: 0 20px;
}
.toggle_area .box dt{
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    display: block;
    position: relative;
    margin: 0;
    padding: 8px 0 10px;
    cursor: pointer;
    transition: all 300ms 0s ease;
}
.toggle_area .box:nth-of-type(2) dt,
.toggle_area .box:nth-of-type(3) dt{
    border-top: 0;
}
.toggle_area .box dt.open{
    transition: all 400ms 0s ease;
}
.toggle_area .box dt:before {
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    content: '';
    width: 14px;
    height: 2px;
    background: #000;
    margin-top: -1px;
    z-index: 50;
}
.toggle_area .box dt:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 2px;
    height: 14px;
    background: #000;
    margin-top: -7px;
    z-index: 40;
}
.toggle_area .box dt.open:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 50%;
}
.toggle_area .box dt span{
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-size: 0.9rem;
    background: #000;
    color: #fff;
    padding: 2px 5px;
    margin-bottom: 8px;
    letter-spacing: 0.15em;
    font-weight: 600;
}
.toggle_area .box dt h3{
    font-size: 1.3rem;
    font-weight: 600;
}
.toggle_area .box dd{
    display: none;
    font-size: 1.3rem;
    margin: 25px 0 0;
    border-bottom: 2px solid #333;
    padding-bottom: 25px;
}
.toggle_area .box dd p{
    margin-top: 25px;
    line-height: 1.5;
    letter-spacing: 1px;
}
/* 共通スタイルここまで */

.mv_area{
    background: url(../img/reason/mv.webp) no-repeat center top/contain;
    width: 100%;
    padding-top: 140%;
    position: relative;
    margin-top: 60px;
}
.mv_area h1{
    position: absolute;
    top: 6.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 185px;
}
/* reason1 */
.reason1{
    position: relative;
    margin: -70px 20px 50px;
    background: #fcffb1;
    padding: 10px 0 25px;
}
.reason1 p.txt{
    border-bottom: 2px solid #000;
    padding-bottom: 35px;
    letter-spacing: 0.002em;
    text-align: center;
}
/* reason2 */
.reason2{
    position: relative;
    margin: 0px 20px 50px;
    background: #e7dafe;
    padding: 10px 0 25px;
}
.reason2 figure.sec_img:after{
    content: "";
    background: url(../img/reason/sub.png) no-repeat center/contain;
    width: 82px;
    height: 104px;
    position: absolute;
    bottom: -5px;
    right: -25px;
}
.reason2 p.txt{
    border-bottom: 2px solid #000;
    padding-bottom: 35px;
    text-align: center;
}
/* reason3 */
.reason3{
    position: relative;
    margin: 0px 20px 50px;
    background: #ffcfd6;
    padding: 10px 0 25px;
}
.reason3 p.txt{
    text-align: center;
}
.reason3 .tvtell {
    padding: 40px 20px 20px;
    margin: 20px;
    background-color: #fff;
}
.reason3 .tvtell_title {
    position: relative;
    margin-bottom: 30px;
}
.reason3 .tvtell_title_img {
    width: 140px;
    margin: 0 auto;
    display: block;
}
.reason3 .tvtell_title_icon {
    position: absolute;
    top: -40px;
    right: -25px;
    width: 80px;
}
.reason3 .tvtell_text {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    border-bottom: 2px solid #000;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
/* reason4 */
.reason4{
    position: relative;
    margin: 0px 20px 50px;
    background: #c8f0fa;
    padding: 10px 0 25px;
}
.reason4 p.txt{
    text-align: center;
}
/* reason5 */
.reason5{
    position: relative;
    margin: 0px 20px 50px;
    background: #fbd4c1;
    padding: 10px 0 25px;
}
.reason5 p.txt{
    text-align: center;
}
.reason5 .toggle_area .box dt{
    padding: 20px 0;
}
.reason5 .toggle_area .box dt h3{
    text-align: center;
}
.reason5 .toggle_area .box dd ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/* .reason5 .toggle_area .box dd ul li{ */
/*     width: 32%; */
/*     text-align: center; */
/*     background: #fff; */
/*     height: 50px; */
/*     display: flex; */
/*     justify-content: center; */
/*     align-items: center; */
/*     margin-bottom: 2%; */
/*     font-size: 1.3rem; */
/*     line-height: 1.3; */
/*     font-weight: 600; */
/* } */
/* .reason5 .toggle_area .box dd ul li:nth-of-type(25){ */
/*     letter-spacing: -1px; */
/* } */
/* .reason5 .toggle_area .box dd ul li:nth-last-of-type(-n+3){ */
/*     margin-bottom:0; */
/* } */
/* .reason5 p.txt{ */
/*     text-align: center; */
/* } */
/*------------------------------------------------------------
振袖セットのレンタル内容 start
------------------------------------------------------------*/
.ec-rentalSetRole__caution {
    margin-top: 15px;
}
.toggle_area .box .ec-rentalSetRole__caution p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-size: 1.0rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.002em;
}
.ec-rentalSetRole__caution p::before {
    content: '※';
}
.ec-rentalSetRole__caution p > span{
  font-weight: 300;
}
.ec-rentalSetRole__caution p a {
    color: #000;
    border-bottom: solid 1px #000;
}
.ec-rentalSetRole__content {
    position: relative;
}
.ec-rentalSetRole__content h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}
.ec-rentalSetRole__content h3 img {
    width: 180px;
}
.ec-rentalSetRole__content-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ec-rentalSetRole__content-list.acc_box {
    margin-top: 20px;
}
.ec-rentalSetRole__content-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100%/3) - 3px);
    height: 50px;
    margin-bottom: 5px;
    background-color: #fff;
}
.ec-rentalSetRole__content-item.icon {
    flex-direction: column;
    height: 70px;
}
.ec-rentalSetRole__content .ec-rentalSetRole__content-item,
.ec-rentalSetRole__content .ec-rentalSetRole__content-item.icon {
  height: 120px;
  padding: 5px;
  justify-content: center;
  align-items: center;
}
.ec-rentalSetRole__content-item:nth-of-type(3n) {
    margin-right: 0;
}
.ec-rentalSetRole__content-item.large {
    width: 100%;
}
.ec-rentalSetRole__content-item img {
    height: 45px;
    width: auto;
}
.ec-rentalSetRole__content .ec-rentalSetRole__content-item img {
    height: 70px;
}
.toggle_area .box .ec-rentalSetRole__content-item p {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.002em;
}
.toggle_area .box .ec-rentalSetRole__content .ec-rentalSetRole__content-item p {
  margin-top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ec-rentalSetRole__content .acc_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    margin-top: 20px;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    cursor: pointer;
}
.ec-rentalSetRole__content .acc_btn::before,
.ec-rentalSetRole__content .acc_btn::after {
    background: #000;
}
/*------------------------------------------------------------
振袖セットのレンタル内容 end
------------------------------------------------------------*/
