@charset "utf-8";

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

	festa

----------------------------------------------------*/
#festa_wrapper {
  width: 980px;
  margin: 0 auto;
}

.festa {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
}

.festa .text_type01 {
  font-size: 22px;
  line-height: 2;
}

.festa .text_type01 em {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  line-height: 2.5;
}

.festa .text_type02 {
  font-size: 18px;
  line-height: 2;
}

.festa .text_type03 {
  font-size: 14px;
  line-height: 1.5;
}

.festa a {
  color: #0062a7;
  text-decoration: underline;
}

.festa .blue {
  color: #0062a7;
  font-weight: 600;
}

.yellow-liner {
  background: linear-gradient(transparent 60%, #fdeda2 60%);
  padding: 0.2em;
}

/*リボン*/
.ribbon_area {
  position: absolute;
  top: 0;
  left: 0px;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.ribbon {
  display: inline-block;
  position: absolute;
  width: 400px;
  text-align: center;
  font-size: 24px;
  background: #ac9242;
  color: #fff;
  letter-spacing: 0.05em;
  transform: rotateZ(-40deg);
  padding: 12px 0;
  left: -130px;
  top: 29px;
  line-height: 1.2;
}

.festa_box {
  width: 864px;
  margin: 0 auto 35px auto;
  padding: 25px;
  background: #fff;
  box-shadow: 0 7px 6px -6px #b8b8b8;
  font-size: 12px;
  color: #333;
  text-align: left;
  display: flex;
  justify-content: space-around;
}

.festa-menu-wrap {
  margin-bottom: 100px;
}

.festa-box-wrap {
  display: flex;
  margin: 100px auto;
}

.festa-box-wrap:last-child {
  margin-bottom: 140px;
}

.festa_ttl_area {
  width: 792px;
  text-align: center;
  outline: #bca549 solid 1px;
  outline-offset: -10px;
  display: block;
  position: relative;
  background: repeating-linear-gradient(135deg, #fcfcfc, #fcfcfc 10px, #fff 0, #fff 20px);
  margin: auto;
  padding: 40px;
  box-sizing: border-box;
  bottom: 60px;
}

.rlg_01 {
  background: repeating-linear-gradient(45deg, #ccc, #ccc 15px, #fff 0, #fff 30px);
}

.festa_ttl_area .ttl {
  font-size: 60px;
  color: #0062a7;
  margin-top: 0.5em;
}

.festa_ttl_area .ttl .deco {
  position: absolute;
  top: 20px;
  left: -80px;
}

.festa_ttl_area .ttl .ttl-main {
  line-height: 1.2;
}
.festa_ttl_area .ttl .ttl-small {
  font-size: 50px;
}

.festa_ttl_area p {
  letter-spacing: 0.05em;
}

.festa .ttl01 {
  font-size: 40px;
}

.festa .ttl02 {
  font-size: 26px;
}

.festa .ttl03 {
  font-size: 88px;
}

.festa .ttl04 {
  font-size: 36px;
}

.festa .ttl05 {
  font-size: 52px;
}

.festa_ttl_area.box02 {
  width: 501px;
  font-size: 14px;
  line-height: 2;
  bottom: 0;
  position: relative;
}

.festa_ttl_area.box02 .number01 {
  position: absolute;
  top: 38px;
  left: 45px;
}

.festa_ttl_area.box02 .number02 {
  position: absolute;
  top: 38px;
  left: 45px;
}

.festa_ttl_area.box02 .number03 {
  position: absolute;
  top: 38px;
  left: 30px;
}

.festa_ttl_area.box02 p {
  text-align: left;
  margin-bottom: 0.5em;
}

.festa_ttl_area.box02 p.small {
  font-size: 14px;
}

.festa_ttl_area .copy {
  font-size: 24px;
  margin-bottom: 10px;
  color: #9f882c;
}

.festa_ttl_area_wrap {
  width: 1000px;
  background-image: url(../../_img/festa/kv.webp);
  padding-top: 49%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.festa_ttl_area.box01 {
  width: 1020px;
  position: static;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fcfcfc;
}

.icon-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.festa-box {
  flex-basis: 300px;
}

.festa-event-wrap {
  display: flex;
  flex-wrap: wrap;
}

.festa .info dl dt,
.festa .info dl dd,
.festa .schedule dl dt,
.festa .schedule dl dd {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}

.festa .info dl,
.festa .schedule dl {
  width: 468px;
  margin: 30px auto;
}

.festa .schedule {
  border-right: 1px solid #bca549;
}

.festa .dash-ttl {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  width: 200px;
  margin: 0px auto 10px;
  padding: 5px;
}

.festa .schedule dl dt {
  width: 14%;
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 14px;
  color: #bca549;
}

.festa .schedule dl dd {
  width: 80%;
  margin-left: 10px;
  text-align: left;
  vertical-align: top;
  padding-bottom: 14px;
}

.festa .info dl dt {
  width: 23%;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 14px;
}

.festa .info dl dd {
  width: 67%;
  text-align: left;
  padding-bottom: 14px;
  vertical-align: top;
}

.festa-img {
  position: relative;
}

.festa-img.left {
  right: -100px;
  top: -40px;
}

.festa-img.right {
  left: -100px;
  top: -40px;
  z-index: -10;
}

.tasiting_img {
  font-size: 0;
  width: 792px;
  margin: 30px auto;
}

.tasiting_img li {
  display: inline-block;
  margin-left: 30px;
}

.tasiting_img li:first-child {
  margin-left: 0;
}

ul.festa_chapel_cate {
  margin-bottom: 10px;
}

ul.festa_chapel_cate li {
  background: #fff;
  padding: 3px 7px;
  margin-right: 3px;
}

p.festa_name {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 0.5em;
}

p.festa_copy {
  margin-bottom: 10px;
  line-height: 130%;
}

p.festa_detail_title {
  font-weight: bold;
  margin-bottom: 7px;
}

p.festa_time {
  margin-bottom: 7px;
  line-height: 130%;
}

p.festa_time span {
  font-size: 14px;
}

p.festa_text {
  line-height: 1.75;
}

ul.festa_photo li {
  margin-right: 4px;
}

p.festa_chapel_link {
  font-size: 12px;
  margin-top: 5px;
}

p.festa_chapel_link a:before {
  display: inline-block;
  font: normal normal normal 100%/1 "icomoon";
  content: "\f105";
  margin-top: -0.205em;
  margin-right: 4px;
  vertical-align: middle;
}

p.festa_chapel_link a {
  color: #0062aa;
  display: block;
}

p.festa_chapel_link a:hover {
  text-decoration: underline;
}

.festa_right {
  width: 430px;
}

.btn_festa {
  margin-top: 20px;
}

.festa .tasting-btn {
  text-align: center;
  color: #fff;
  border: 1px solid #0062a7;
  background-color: #0062a7;
  width: 914px;
  margin: auto;
  font-size: 20px;
  padding: 25px 17px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

.festa .tasting-btn:after {
  font: normal normal normal 18px/1 "icomoon";
  position: absolute;
  content: "\f067";
  top: 50%;
  right: 30px;
  margin-top: -8px;
  color: #fff;
}

.festa .tasting-btn.active:after {
  content: "\f068";
}

.festa .bg-gray {
  background-color: #f5f6f5;
  padding-bottom: 70px;
}

.festa_midashi {
  font-size: 30px;
  text-align: center;
}

.festa .bg-gray .festa_midashi {
  background-color: #fff;
  margin: 0 auto 40px;
  padding: 25px;
  border: 1px solid #0062a7;
  color: #0062a7;
  position: relative;
  top: -40px;
}

.festa .bg-gray .festa_midashi:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 0 40px 20px 40px;
  border-color: transparent transparent #fffdf6 transparent;
  border-style: solid;
  filter: drop-shadow(0px -1px 0px #0062a7);
  transform: rotate(180deg);
}

.festa section {
  margin-top: 70px;
}

.festa-reservation_text {
  margin-top: -20px;
}

/* ゴールドボタン*/
a.gold_btn_type01 {
  background-color: #ac9242;
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 10px;
  text-align: center;
  width: 80%;
  margin: auto;
  transition: 0.4s;
  text-decoration: none;
}

a.gold_btn_type01:hover {
  opacity: 0.6;
  transition: 0.4s;
}

.mb100 {
  margin-bottom: 100px;
}

.festa_date,
.festa_time {
  color: #be4f93;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.25em 0;
  line-height: 1.5;
}

.date-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #be4f93;
  mask-image: url(../../_img/festa/calendar-alt-regular.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  margin-right: 0.5em;
  vertical-align: sub;
}

.time-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #be4f93;
  mask-image: url(../../_img/festa/clock-regular.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  margin-right: 0.5em;
  vertical-align: sub;
}

.festa_content span {
  border: 1px solid #0062a7;
  color: #0062a7;
  padding: 4px 5px;
  margin-right: 7px;
  display: inline-block;
}

.festa_content {
  border-bottom: 1px #d9d0c5 dashed;
  padding-bottom: 18px;
  margin-bottom: 10px;
}

.festa a.text-btn01{
  position: relative;
  display: block;
  text-decoration: none;
  letter-spacing: 2px;
  background-color: #fff;
  margin: 0 auto 40px;
  padding: 25px;
  border: 1px solid #0062a7;
  color: #fff;
  background: #0062a7;
  position: relative;
  width: 870px;
  box-sizing: border-box;
  transition: .6s;
}

.festa a.text-btn01:after{
  position: absolute;
  right: 10px;
}

.festa a.text-btn01:hover{
  color:#0062a7;
  background: #fff;
  transition: .6s;
  opacity: 1;
}

.btn_festa a.gold_btn_type01{
  font-size: 15px;
  padding: 18px 0;
  width: 100%;
}
