@charset "UTF-8";
/* CSS Document */
#bridal #mv {
  background: url(/asset/images/bridal/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#bridal-about {
  margin-bottom: 100px;
}
#bridal-about .flex {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
#bridal-about .flex p {
  flex: 1;
}
#bridal-about .flex img {
  width: 50%;
}
#bridal-about .box {
  background-color: #F8F5ED;
  padding: 20px;
}
#bridal-about .box h4 {
  margin-bottom: 5px;
  font-size: 1.2em;
}
#bridal-plan .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bridal-plan .course-ttl {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  ;
  font-size: 1.5em;
}
#bridal-plan .course-price {
  font-size: 1.2em;
}
.ladies-course {
  background-color: #FCF0F2;
  padding: 20px 40px;
  margin-bottom: 20px;
}
.mens-course {
  background-color: #F0F1F6;
  padding: 20px 40px;
  margin-bottom: 10px;
}
#bridal-plan {
  margin-bottom: 50px;
}
#bridal-plan .price-table {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
}
#bridal-plan .price-table .head th {
  text-align: center;
  background-color: #F8F5ED;
  font-size: 1.2em;
}
#bridal-plan .price-table th, #bridal-plan .price-table td {
  border: 1px solid #ccc;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#bridal-plan .price-table td {
  width: 10em;
}
#bridal-plan .inner-2 {
  width: 960px;
  margin: 0 auto;
}
#bridal-plan .blue {
  background-color: #F0F1F6 !important;
}
#bridal-plan .pink {
  background-color: #FCF0F2 !important;
}
#bridal-plan .red {
  color: #c41b1d;
  font-weight: bold;
}
#bridal-plan .ta1 {
  text-align: center;
}
#bridal-plan .ta2 {
  text-align: right;
}
#bridal-plan .ta3 {
  text-align: left;
}
#bridal-flow {
  margin-bottom: 60px;
  background-image: url(/asset/images/bridal/pic2.jpg);
  padding: 50px 0 80px 0;
  background-size: cover;
  background-position: center bottom;
}
#bridal-flow .flex {
  display: flex;
  text-align: center;
  gap: 40px;
}
#bridal-flow ul {
  width: 50%;
}
#bridal-flow li.pink {
  background-color: #E36677;
  padding: 10px;
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
}
#bridal-flow li.blue {
  background-color: #4B6CBF;
  padding: 10px;
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
}
#bridal-flow li {
  background-color: #fff;
  padding: 7px;
  font-size: 1.2em;
}
#bridal-flow li + li {
  margin-top: 35px;
}
#bridal-flow li:nth-child(n+3) {
  position: relative;
}
#bridal-flow li:nth-child(n+3)::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}
#bridal-flow .women li:nth-child(n+3)::before {
  border-top: 18px solid #EEA3AD
}
#bridal-flow .men li:nth-child(n+3)::before {
  border-top: 18px solid #93A6D8
}
.faq-item {
  margin-bottom: 20px;
}
.faq-question {
  width: 100%;
  background: #5c543f;
  color: #fff;
  border: none;
  padding: 18px 20px;
  text-align: left;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-question .q {
  margin-right: 20px;
  font-size: 2em;
  font-family: "Times New Roman", Times, "serif";
}
.faq-question .icon {
  margin-left: auto;
  font-size: 2em;
  font-weight: lighter;
}
.faq-answer {
  display: none;
  background: #F8F5ED;
  padding: 20px;
  line-height: 1.8;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active .faq-question .icon {
  content: "-";
}
@media screen and (max-width: 768px) {
  #bridal-about .flex {
    gap: 15px;
    flex-direction: column-reverse;
    margin-bottom: 15px;
    align-items: center;
  }
  #bridal-about .flex img {
    width: 100%;
  }
  .inner-2 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
  }
  #bridal-about {
    margin-bottom: 50px;
  }
  .ladies-course {
    padding: 20px 20px;
    margin-bottom: 15px;
  }
  .mens-course {
    padding: 20px 20px;
    margin-bottom: 15px;
  }
  #bridal-plan .price-table td {
    width: auto;
  }
  #bridal-plan .price-table th, #bridal-plan .price-table td {
    padding: 10px 10px;
  }
  #bridal-flow .flex {
    gap: 15px;
  }
  #bridal-flow .men li:nth-child(n+3)::before {
    border-top: 15px solid #93A6D8;
  }
  #bridal-flow .women li:nth-child(n+3)::before {
    border-top: 15px solid #EEA3AD
  }
  #bridal-flow li:nth-child(n+3)::before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }
  #bridal-flow li + li {
    margin-top: 30px;
  }
  #bridal-flow li:nth-child(n+3)::before {
    top: -22px;
  }
  .faq-question {
    padding: 10px 20px;
  }
  .faq-question .q {
    font-size: 1.5em;
  }
  #bridal-plan .course-ttl {
    font-size: 1.2em;
  }
  #bridal-plan .course-price {
    font-size: 1em;
  }
  #bridal-plan .course-price span {
    font-size: 0.75em;
  }
  #bridal-plan .price-table .head th {
    font-size: 1em;
  }
}