/* 共通スタイル */
h3.title_border {
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 0.7rem 0;
  margin-bottom: 2rem;
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
}

/* トップ表紙 */
#s1 {
  background-color: #1c1c1c;
}

/* 表紙4分割 */
.divide4 {
  flex-wrap: wrap;
}
/* .divide4 .col {
  width: 50%;
  height: 50%;
} */

.top.white {
  color: white;
  text-shadow: 0 0 10px #757575;
}

#s5.igrek-main {
  background-image: url(../../images/Parceque/46/igrek/main.jpg);
}

/* アッシュ */

#s2 {
  background-image: url(../../images/Parceque/44/ash/main.jpg);
  background-position: center center;
  background-size: cover;
}

.ash-chef {
  width: 200px;
  height: auto;
  margin-left: 20px;
  margin-bottom: 10px;
}

/* イグレック */
#s5 {
  background-image: url(../../images/Parceque/47/igrek/main.jpg) !important;
}

/* ブティック */
.raison h4 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 5px;
}
.raison .tableStyle1 {
  font-size: 0.7rem;
  width: auto;
  border-collapse: collapse;
  margin-bottom: 13px;
}
.raison .tableStyle1 th {
  font-weight: normal;
  padding: 5px 10px;
  background-color: #eaeaea;
  border: 1px solid #d1d1d1;
}
.raison .tableStyle1 td {
  padding: 5px 10px;
  border: 1px solid #d1d1d1;
}

.hrBox {
  padding: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
}
.hrBox p:last-child {
  margin-bottom: 0;
}

.vcInner .comm2 h4 {
  font-size: 1rem;
  padding: 0.2rem 0;
  margin-bottom: 10px;
}

/* ウエディング */
.full h2.weddTitle {
  font-size: 36px;
  letter-spacing: 0;
}
.wedding h3 {
  font-size: 1.1rem;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #333333;
}

/* 北野テラス */
#KTT {
  background-image: url(../../images/Parceque/41/terrasse/main.jpg);
  background-position: center center;
  background-size: cover;
}

.logo_ktt {
  width: auto;
  height: 50px;
}

.btn00 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 微調整 */
.col2-std .btn00 {
  margin: 0;
}

.btn_resBtm.inline {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

/*------------------------------SP用------------------------------*/
@media screen and (max-width: 430px) {
  .full h2.weddTitle {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
  }
  .logo_ktt {
    width: 100%;
    height: auto;
  }

  /* アッシュ */
  .ash-chef {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
