/*sub*/
.sub .subtop {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* color: #fff; */
}
.sub .subtop > div {
  /* color: #fff; */
}
.sub .subtop h3 {
  color: #d19f54;
  font-weight: 400;
}
.sub .subtop h2 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 5px;
  position: relative;
  color: #fff;
}
.sub .subtop p {
  color: #fff;
}
.sub .subtop01 {
  background-image: url(../img/subtop01.jpg);
}
.sub .subtop02 {
  background-image: url(../img/subtop02.jpg);
}
.sub .subtop03 {
  background-image: url(../img/subtop03.jpg);
}
.sub .subtop04 {
  background-image: url(../img/subtop04.jpg);
}
.sub .subtop05 {
  background-image: url(../img/subtop04.jpg);
}
.submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 80px;
  gap: 50px;
}
.submenu a {
  font-weight: 200;
  color: #666;
  font-size: 20px;
  position: relative;
  display: block;
  height: 100%;
  line-height: 80px;
}
.submenu a:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  background: transparent;
  bottom: 0;
  height: 1px;
}
.submenu a.active {
  color: #000;
  font-weight: 400;
}
.submenu a.active::before {
  background: #000;
}

.sub_cont {
  padding: 100px;
}
.sub .sub_title {
  margin-bottom: 50px;
  text-align: center;
}

.sub .sub_title h3 {
  color: #d19f54;
  font-size: 16px;
  letter-spacing: 10px;
}
.sub .sub_title h2 {
  font-size: 38px;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.sub .sub_title h2:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #ccc;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.sub .sub_title small {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  letter-spacing: 1px;
}
.sub .sub_wrap {
  padding: 0 70px;
  background: #f4f4f4;
  position: relative;
}
.sub .sub_wrap .sub_wrap_cont {
  border-radius: 5px;
  transform: translateY(-100px);
  background: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.04);
}
.sub_about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_about > img {
  flex: 1;
  height: 600px;
  border-radius: 10px;
}
.sub_about .sub_about_txt {
  flex: 1;
}
.sub_about .sub_about_txt h2 {
  font-size: 42px;
  color: #333;
}
.sub_about .sub_about_txt h3 {
  font-size: 20px;
  padding-left: 10px;
  font-weight: 500;
  color: #a78046;
}
.sub_about .sub_about_txt p {
  margin: 20px 0;
  padding-left: 10px;
}
.sub_wedding {
  position: relative;
  max-width: 1200px;
}
.sub_wedding:before {
  position: absolute;
  content: '';
  width: 120%;
  height: 95%;
  border: 1px solid #ddd;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  z-index: -1;
}
.wedding_slide {
  border-radius: 10px;
  margin-bottom: 10px;
}
.wedding_thumb .swiper-slide {
  opacity: 0.7;
  transition: all .3s;
  filter: grayscale(1);
  cursor: pointer;
}
.wedding_thumb .swiper-slide-thumb-active {
  opacity: 1;
  filter: grayscale(0);
  border-radius: 5px;
  overflow: hidden;
}
.wedding_slide .swiper-btns-small .swiper-button-prev,
.wedding_slide .swiper-btns-small .swiper-button-next {
  background: #ffffff30;
}
.sub_wedding .sub_wedding_txt {
  padding: 50px 0;
  text-align: center;
}
.sub_wedding .sub_wedding_txt h2 {
  font-size: 36px;
  font-weight: 300;
  position: relative;
}
.sub_wedding .sub_wedding_txt .line {
  width: 50px;
  background: #aaa;
  height: 1px;
  margin: 15px auto;
} 
.sub_wedding .sub_wedding_txt p {
  font-size: 18px;
  font-weight: 300;  
}
.sub_food .sub_food_txt p b {
  font-size: 32px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;  
}
.sub_food .sub_food_txt p b:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  background: #333;
  left: 0;
  bottom: 0;
}
.sub_food .sub_food_txt p {
  color: #333;
}
.food_cont .sub_cont {
  padding-bottom: 50px;
}
.food_cont .food_slide {
  padding-bottom: 100px;
}
.food_cont .food_slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
.food_cont .food_slide .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}
.food_cont .food_slide .swiper-slide img {
  cursor: pointer;
}