@charset "UTF-8";
/* =========================
Wedding Fair CMS for COMMON
========================= */
.fair-index section,
.fair-detail section,
.fair-entry section {
  margin-bottom: 100px;
}
.fair-index section h2,
.fair-detail section h2,
.fair-entry section h2 {
  text-align: center;
  font-size: 36px;
  font-family: serif;
  letter-spacing: 0.25em;
  color: #e88e8c;
  margin-bottom: 30px;
}
.fair-index section h2 span,
.fair-detail section h2 span,
.fair-entry section h2 span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  color: #666;
}

.fair-list ul li {
  border-bottom: solid 1px #eee;
}
.fair-list ul li a {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
}
@media screen and (min-width: 641px) {
  .fair-list ul li a:hover {
    opacity: 1;
    background: #f8f1e7;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
}
.fair-list ul li a .thumb {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  border: 1px solid #ddd;
}
.fair-list ul li a .txt {
  width: calc(100% - 140px);
  padding: 5px 0 0;
  line-height: 1.5;
}
.fair-list ul li a .txt .tag {
  margin: 0 0 15px;
}
.fair-list ul li a .txt .tag span {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 3px 7px;
  background: #f3ada3;
  color: #fff;
  text-align: center;
  font-size: 90%;
}
.fair-list ul li a .txt .tag span.tag-recommend {
  background: #5ABEEA;
}
.fair-list ul li a .txt .ttl {
  margin-bottom: 20px;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .fair-index section,
.fair-detail section,
.fair-entry section {
    margin-bottom: 60px;
  }
  .fair-index section h2,
.fair-detail section h2,
.fair-entry section h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .fair-index section h2 span,
.fair-detail section h2 span,
.fair-entry section h2 span {
    margin-top: 10px;
    font-size: 14px;
  }

  .fair-list ul li a {
    padding: 10px 0;
  }
  .fair-list ul li a .thumb {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .fair-list ul li a .txt {
    width: calc(100% - 115px);
    padding: 2px 0 0;
    font-size: 90%;
  }
  .fair-list ul li a .txt .ttl {
    margin-bottom: 15px;
  }
}
.fair-faq * {
  box-sizing: border-box;
}
.fair-faq h2 {
  margin-bottom: 15px;
}
.fair-faq .fair-faq-list {
  margin-bottom: 30px;
}
.fair-faq .fair-faq-list:last-child {
  margin-bottom: 0;
}
.fair-faq dl {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.07);
}
.fair-faq dl:last-child {
  margin-bottom: 0;
}
.fair-faq dl dt, .fair-faq dl dd {
  position: relative;
  width: 100%;
}
.fair-faq dl dt p, .fair-faq dl dd p {
  position: relative;
  line-height: 1.5;
}
.fair-faq dl dt p::before, .fair-faq dl dd p::before {
  position: absolute;
  display: block;
  left: 0;
  top: -7px;
  font-family: serif;
  font-size: 30px;
  vertical-align: middle;
}
.fair-faq dl dt {
  cursor: pointer;
  padding: 15px 45px 15px 15px;
}
.fair-faq dl dt p {
  padding: 2px 0 0 45px;
  font-size: 107%;
}
.fair-faq dl dt p::before {
  content: "Q.";
  color: #e88e8c;
}
.fair-faq dl dt::before, .fair-faq dl dt::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #e88e8c;
  top: 0;
  bottom: 0;
  right: 10px;
  left: 0;
  margin: auto 0 auto auto;
}
.fair-faq dl dt::before {
  transform: rotateX(0);
}
.fair-faq dl dt::after {
  transform: rotate(90deg);
  transition: transform 0.25s ease-out;
}
.fair-faq dl dt.is-active::after {
  transform: rotate(0);
}
.fair-faq dl dd {
  padding: 15px;
  border-top: 1px solid #f3ada3;
}
.fair-faq dl dd p {
  padding: 0 45px 10px 45px;
}
.fair-faq dl dd p::before {
  content: "A.";
  display: block;
  margin-right: 10px;
}
.fair-faq .btn-wrap {
  text-align: center;
}
.fair-faq .btn-wrap button.others-btn {
  position: relative;
  border: none;
  border-radius: 4px;
  background: #e88e8c;
  color: #fff;
  text-align: center;
  padding: 15px;
  min-width: 200px;
  font-size: 16px;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .fair-faq .btn-wrap button.others-btn:hover {
    background: #f3ada3;
  }
}
.fair-faq .btn-wrap button.others-btn::before {
  content: "その他の質問を表示";
}
.fair-faq .btn-wrap button.others-btn.is-active::before {
  content: "その他の質問を隠す";
}

@media screen and (max-width: 640px) {
  .fair-faq dl dt p {
    font-size: 15px;
  }
  .fair-faq dl dd p {
    font-size: 14px;
  }
}
/* =========================
Wedding Fair CMS for TOPPAGE
========================= */
#index .fair-list {
  width: 50%;
}

@media screen and (max-width: 640px) {
  #index .fair-list {
    width: 100%;
  }
}
#index .fair-list ul {
  margin-top: 10px;
}

/* =========================
Wedding Fair CMS for INDEX
========================= */
.fair-index .fair-inner {
  max-width: 960px;
  margin: 0 auto 60px;
}

.fair-index .fair-list {
  padding: 0 20px;
}
.fair-index .fair-list ul li a {
  padding: 15px;
}
.fair-index .fair-list ul li a .thumb {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  border: none;
  overflow: hidden;
  border-radius: 4px;
}
.fair-index .fair-list ul li a .txt {
  width: calc(100% - 220px);
}
.fair-index .fair-list ul li a .txt dl.tokuten {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0;
  margin-bottom: 1px;
  border: 2px solid #f3ada3;
  background: #fff;
}
.fair-index .fair-list ul li a .txt dl.tokuten dt, .fair-index .fair-list ul li a .txt dl.tokuten dd {
  padding: 5px 10px;
  line-height: 1.4;
  font-size: 90%;
  margin-bottom: 3px;
}
.fair-index .fair-list ul li a .txt dl.tokuten dt:nth-last-of-type(1), .fair-index .fair-list ul li a .txt dl.tokuten dd:nth-last-of-type(1) {
  margin-bottom: 0;
}
.fair-index .fair-list ul li a .txt dl.tokuten dt {
  width: 15%;
  border-right: 1px solid #f3ada3;
  font-weight: bold;
}
.fair-index .fair-list ul li a .txt dl.tokuten dd {
  width: 85% !important;
}

@media screen and (max-width: 640px) {
  .fair-index {
    padding-top: 30px;
  }
  .fair-index .fair-inner {
    max-width: 90%;
    margin: 0 auto 40px;
  }

  .fair-index .fair-list {
    padding: 0;
  }
  .fair-index .fair-list ul li a {
    padding: 20px 0;
  }
  .fair-index .fair-list ul li a .thumb {
    width: 120px;
    height: 120px;
    margin-right: 10px;
  }
  .fair-index .fair-list ul li a .txt {
    width: calc(100% - 130px);
  }
  .fair-index .fair-list ul li a .txt dl.tokuten {
    font-size: 14px;
    flex-direction: column;
    padding: 2.5%;
  }
  .fair-index .fair-list ul li a .txt dl.tokuten dt {
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #f3ada3;
  }
  .fair-index .fair-list ul li a .txt dl.tokuten dt, .fair-index .fair-list ul li a .txt dl.tokuten dd {
    width: 100% !important;
    padding: 5px 10px;
    line-height: 1.4;
  }
}
/* =========================
Wedding Fair CMS for DETAIL
========================= */
.fair-detail .fair-inner {
  max-width: 960px;
  margin: 0 auto 60px;
}

.fair-detail-ttl {
  margin-bottom: 30px;
  text-align: center;
}
.fair-detail-ttl .tag {
  margin: 0 0 15px;
}
.fair-detail-ttl .tag span {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 3px 7px;
  background: #f3ada3;
  color: #fff;
  text-align: center;
  font-size: 90%;
}
.fair-detail-ttl .tag span.tag-limited {
  background: #5ABEEA;
}
.fair-detail-ttl .ttl {
  margin: 0.5em;
  font-size: 24px;
  line-height: 1.4;
}
.fair-detail-ttl .subttl {
  font-size: 18px;
  line-height: 1.4;
}

.fair-detail-thumb {
  margin-bottom: 60px;
}
.fair-detail-thumb .thumb-main {
  margin-bottom: 30px;
}
.fair-detail-thumb .thumb-sub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fair-detail-thumb .thumb-sub > div {
  width: 32%;
  margin-bottom: 15px;
}

.fair-detail-about {
  margin-bottom: 60px;
}
.fair-detail-about .lead {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
.fair-detail-about .tokuten {
  color: #fff;
}
.fair-detail-about .tokuten dl {
  display: flex;
  padding: 10px 0;
  margin-bottom: 1px;
  background: #f3ada3;
}
.fair-detail-about .tokuten dl dt, .fair-detail-about .tokuten dl dd {
  padding: 10px;
  line-height: 1.4;
}
.fair-detail-about .tokuten dl dt {
  width: 15%;
  border-right: 1px solid #fff;
  text-align: center;
  font-weight: bold;
}
.fair-detail-about .tokuten dl dd {
  flex: 1;
}
.fair-detail-about .tokuten li:first-child dl {
  background: #e88e8c;
  font-size: 114%;
}

.fair-detail-cnts {
  margin-bottom: 60px;
}
.fair-detail-cnts .cnts-list {
  margin-bottom: 30px;
}
.fair-detail-cnts .cnts-list li {
  position: relative;
}
.fair-detail-cnts .cnts-list li .thumb {
  width: 50%;
  margin: 0 auto 0 0;
}
.fair-detail-cnts .cnts-list li .txt {
  position: absolute;
  right: 5%;
  bottom: 15%;
  background: white;
  padding: 30px;
  width: 50%;
  line-height: 1.6;
  box-shadow: 5px 5px 0 #e88e8c;
  border: 1px solid #e88e8c;
  color: #333;
}
.fair-detail-cnts .cnts-list li .txt h3 {
  text-align: center;
  margin-bottom: 30px;
  font-family: serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.25em;
}
.fair-detail-cnts .cnts-list li .txt p {
  letter-spacing: 0.15em;
  text-align: justify;
}
.fair-detail-cnts .cnts-list li:nth-child(even) .thumb {
  margin: 0 0 0 auto;
}
.fair-detail-cnts .cnts-list li:nth-child(even) .txt {
  right: auto;
  left: 5%;
}

@media screen and (max-width: 640px) {
  .fair-detail {
    padding-top: 30px;
  }
  .fair-detail .fair-inner {
    max-width: 90%;
    margin: 0 auto 40px;
  }

  .fair-detail-ttl {
    margin-bottom: 40px;
  }
  .fair-detail-ttl .tag span {
    padding: 3px 7px;
    font-size: 80%;
  }
  .fair-detail-ttl .ttl {
    font-size: 18px;
  }
  .fair-detail-ttl .subttl {
    font-size: 16px;
  }

  .fair-detail-thumb {
    margin-bottom: 30px;
  }
  .fair-detail-thumb .thumb-main {
    margin-bottom: 3%;
  }
  .fair-detail-thumb .thumb-sub > div {
    width: 48.5%;
    margin-bottom: 3%;
  }

  .fair-detail-about {
    margin-bottom: 40px;
  }
  .fair-detail-about .lead {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .fair-detail-about .tokuten dl {
    padding: 10px 0;
  }
  .fair-detail-about .tokuten dl dt, .fair-detail-about .tokuten dl dd {
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  .fair-detail-about .tokuten dl dt {
    width: 20%;
  }
  .fair-detail-about .tokuten li:first-child dl {
    font-size: 114%;
  }

  .fair-detail-cnts {
    margin-bottom: 30px;
  }
  .fair-detail-cnts .cnts-list {
    margin-bottom: 30px;
  }
  .fair-detail-cnts .cnts-list li {
    margin-bottom: 40px;
    box-shadow: 5px 5px 0 #e88e8c;
  }
  .fair-detail-cnts .cnts-list li .thumb {
    width: 100%;
    margin: 0 auto;
  }
  .fair-detail-cnts .cnts-list li .txt {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 15px;
    width: 100%;
    border: none;
    box-shadow: none;
  }
  .fair-detail-cnts .cnts-list li .txt h3 {
    text-align: center;
    margin-bottom: 30px;
    font-family: serif;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.25em;
  }
  .fair-detail-cnts .cnts-list li .txt p {
    letter-spacing: 0.15em;
    text-align: justify;
  }
  .fair-detail-cnts .cnts-list li:nth-child(even) .thumb {
    margin: 0 auto;
  }
  .fair-detail-cnts .cnts-list li:nth-child(even) .txt {
    right: auto;
    left: auto;
  }
}
/* 備考欄 */
.fair-detail-notes {
  margin-top: 45px;
  padding: 15px;
  background: #e88e8c;
  background: #f3ada3;
  border-radius: 6px;
}
@media screen and (max-width: 640px) {
  .fair-detail-notes {
    padding: 15px 10px 10px;
  }
}
.fair-detail-notes h3 {
  position: relative;
  color: #fff;
  font-family: serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.25em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .fair-detail-notes h3 {
    font-size: 20px;
  }
}
.fair-detail-notes p {
  border-radius: 4px;
  background: #fff;
  color: #333;
  line-height: 1.6;
  padding: 15px;
  font-size: 90%;
}
@media screen and (max-width: 640px) {
  .fair-detail-notes p {
    padding: 10px;
  }
}

/* =========================
Wedding Fair CMS for Form
========================= */
.fair-entry .fair-inner {
  max-width: 960px;
  margin: 0 auto 60px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.fair-entry .fair-entry-form dl {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.fair-entry .fair-entry-form dl:last-child {
  border-bottom: none;
}
.fair-entry .fair-entry-form dl dt {
  width: 25%;
  padding: 10px;
}
.fair-entry .fair-entry-form dl dd {
  flex: 1;
}
.fair-entry .fair-entry-form dl dd input[type=text],
.fair-entry .fair-entry-form dl dd input[type=tel],
.fair-entry .fair-entry-form dl dd input[type=email],
.fair-entry .fair-entry-form dl dd textarea {
  padding: 10px;
  border: 1px solid #e88e8c;
  border-radius: 4px;
}
.fair-entry .fair-entry-form dl dd input[type=text]:focus,
.fair-entry .fair-entry-form dl dd input[type=textarea]:focus,
.fair-entry .fair-entry-form dl dd input[type=tel]:focus,
.fair-entry .fair-entry-form dl dd input[type=email]:focus,
.fair-entry .fair-entry-form dl dd textarea:focus {
  background: #faebeb;
  outline: 0;
}
.fair-entry .fair-entry-form dl dd .wpcf7-radio {
  display: block;
  padding: 8px 0;
}
.fair-entry .fair-entry-form dl dd .wpcf7-radio > span {
  margin-right: 1em;
}
.fair-entry .fair-entry-form dl dd .wpcf7-radio > span:last-child {
  margin-right: 0;
}
.fair-entry .fair-entry-btn {
  text-align: center;
  margin: 30px auto;
}
.fair-entry .fair-entry-btn .submit-btn input[type=submit] {
  display: inline-block;
  background: #e88e8c;
  border: none;
  border-radius: 4px;
  padding: 15px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  min-width: 200px;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .fair-entry .fair-entry-btn .submit-btn:hover input[type=submit] {
    background: #f3ada3;
  }
}

@media screen and (max-width: 640px) {
  .fair-entry .fair-inner {
    max-width: 90%;
    margin: 30px auto 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    padding: 5%;
  }

  .fair-entry .fair-entry-form dl {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px 0;
    margin: 0;
  }
  .fair-entry .fair-entry-form dl dt {
    width: 100%;
    padding: 0 0 10px;
    font-weight: bold;
    font-size: 90%;
  }
  .fair-entry .fair-entry-form dl dd {
    width: 100%;
  }
  .fair-entry .fair-entry-form dl dd .wpcf7-radio > span {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .fair-entry .fair-entry-form dl dd .wpcf7-radio > span:last-child {
    margin-bottom: 0;
  }
}
/* =========================
Wedding Fair CMS for Form
========================= */
.fair-reserve .fair-inner {
  max-width: 960px;
  margin: 0 auto 60px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  padding: 60px 30px;
}
.fair-reserve .fair-inner h2 {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 150%;
  font-family: serif;
  font-weight: normal;
  position: relative;
}
.fair-reserve .fair-inner h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 2px;
  left: 0;
  right: 0;
  top: auto;
  bottom: -2px;
  margin: auto auto 0;
  background: #f3ada3;
}
.fair-reserve .fair-inner p {
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.6;
}
.fair-reserve .fair-inner p:last-child {
  margin-bottom: 0;
}
.fair-reserve .fair-inner dl {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  margin-bottom: 2px;
}
.fair-reserve .fair-inner dl dd, .fair-reserve .fair-inner dl dt {
  padding: 15px 10px;
  line-height: 1.4;
}
.fair-reserve .fair-inner dl dt {
  width: 22%;
  font-weight: bold;
  border-right: 2px solid #fff;
}
.fair-reserve .fair-inner dl dd {
  flex: 1;
}
.fair-reserve .fair-inner .reserve-info {
  margin: 60px auto 60px;
  max-width: 640px;
}
.fair-reserve .fair-inner .reserve-info h3 {
  text-align: center;
  font-size: 120%;
  margin-bottom: 1em;
}
.fair-reserve .fair-inner .salon {
  font-size: 90%;
}
.fair-reserve .fair-inner .salon strong {
  font-size: 114%;
}

.fair-detail,
.fair-index,
.fair-entry,
.fair-reserve {
  padding-top: 60px;
}

@media screen and (max-width: 640px) {
  .fair-detail,
.fair-index,
.fair-entry,
.fair-reserve {
    padding-top: 20px;
  }
}
/* ==================================================

Gran Suite用

================================================== */
/* Wedding Fair CMS for DETAIL */
.fair-gransuite.fair-detail,
.fair-gransuite.fair-index,
.fair-gransuite.fair-entry,
.fair-gransuite.fair-reserve {
  padding-top: 160px !important;
}
.fair-gransuite.fair-detail img,
.fair-gransuite.fair-index img,
.fair-gransuite.fair-entry img,
.fair-gransuite.fair-reserve img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .fair-gransuite.fair-detail,
.fair-gransuite.fair-index,
.fair-gransuite.fair-entry,
.fair-gransuite.fair-reserve {
    padding-top: 40px !important;
  }
}

/*# sourceMappingURL=fair.css.map */
