@charset "utf-8";
/*-------------------------------

indBox

-------------------------------*/
.indBox{margin: 20px 8% 0}
.indBox h2{font-size: 7vw; margin: -16% 0 50px;  line-height: 1.5;}

.indBox .text01{ font-size: 2.6666666667vw; letter-spacing: 2px;}
.indBox ul{width: 80%; max-width:270px; padding-bottom: 80px }
.indBox li a{ display: block; border-bottom: 1px solid #e8e5e5 ; font-size: 3.2vw; background: url("../img/about/ya.png") no-repeat left 1.1em; padding-left: 18px; background-size: 10px 10px;    line-height: 3em;}

@media screen and (min-width: 640px) {
body{ font-size:14px;}

.indBox {
    margin: 0 auto;
    width: 1100px;
}
.indBox .h2pic img{width:993px }

.indBox h2 {font-size: 40px; margin: -90px auto 85px;}
.indBox .text01{font-size: 10px}
.indBox li a{font-size: 14px; line-height: 2.9em;}
.indBox ul{padding-bottom: 10px;}
}
/*-------------------------------

花嫁プラン追加260204

-------------------------------*/

  .fs_S {
    font-size: .9em;
  }
  .fs_L {
      font-size: 1.2em;
  }
  .fs_XL {
      font-size: 1.4em;
  }
  .tB{
    font-weight: 400!important;
  }
  .tR {
    text-align: right;
    margin-right: 10px;
  }

  .bg-white{
  background-color: #fff!important;
  }

  table.plan-table tr th, table.plan-table tr td, table.plan-table tr td div, table.plan-table tr th, table.plan-table tr td span, table.plan-table tr th span, table.plan-table tr li {
    font-weight: 300;
  }

  .sec-plan {
      margin: 0 auto 100px;
  }

  table.plan-table {
    margin: 0 10px;
    line-height: 1.4;
    text-align: center;
  }

  table.plan-table tbody {
    position: relative;
  }
  table.plan-table tr {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
  }

  table.plan-table th {
    width: 100%;
    background: #F6F2EF;
    padding: 10px;
  }

  table.plan-table td {
      width: calc(50% - 20px);
      padding: 15px 10px;
  }

  table.plan-table td.colspan {
    width: 100%;
}

table.plan-table td:last-child {
    background: #FFF5F4;
}

tr.table-fix {
  position: sticky;
  top: 0;
  background-color: #fff;
}

table tr.table-fix td {
    background: none!important;
    font-size: 20px;
}

table.plan-table tr:first-child td {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-bottom: 1px solid #fff6f4;
    margin-bottom: -2px;
}

table.plan-table tr:nth-child(4) span {
    display: block;
    margin-top: 5px;
    line-height: 1.3;
}

table.plan-table .book {
    width: 70%;
    display: block;
    margin: 0 auto 5px;
}

table.plan-table td ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 0;
    padding: 10px 0;
}

table.plan-table td ul li {
    width: 33%;
}

table.plan-table .td-campaign {
    background: #db6565;
    padding: 5px;
    color: #fff;
}

table.plan-table tr.tr-campaign td {
    padding: 0;
}

table.plan-table .table-price {
    display: flex;
}

table.plan-table .table-price>div {
    width: 50%;
    padding: 10px;
}

table.plan-table td ul li img {
    width: 60%;
    display: block;
    margin: 0 auto 5px;
}

table.plan-table td.mynote img {
    width: 50%;
}

table.plan-table p.bg-pink {
    background: #de9c9d;
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    margin-bottom: 5px;
}

table.plan-table .pink {
    color: #DE9C9D;
}
table.plan-table .red {
    color: #DB6565;
    font-weight: 400;
}

table.plan-table tr:first-child td img {
    margin-top: -5px;
}

@media screen and (min-width: 640px) {
  .fs_S {
    font-size: 11.5px;
}

.sec-plan {
    max-width: 740px;
}

table.plan-table {
    max-width: 740px;
    margin: 0 auto;
}

table.plan-table th {
    width: 100px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

table.plan-table tr {
    flex-wrap: nowrap;
}

table.plan-table td {
    font-size: 16px;
}

table.plan-table tr:first-child td img {
    width: 200px;
}

table.plan-table tr:first-child th {
    background: #fff;
}

table.plan-table .book {
    max-width: 80px;
}

table.plan-table .table-osusume td {
    font-size: 14px;
}

.table-osusume td.al-c {
    display: flex;
    align-items: center;
}

table.plan-table td ul {
    gap: 25px 0;
}

table.plan-table td ul li {
    width: 25%;
    font-size: 14px;
}

table.plan-table td ul li img {
    width: 50px;
}

table.plan-table td.mynote img {
    width: 140px;
}

td.colspan.mynote {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

}