.gothic{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#opening{
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	display: flex;
	justify-content: center;
	align-items: center;
}

#opening span{
	
}

.inview {
  opacity: 0;
}

.inview.active {
  opacity: 1;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: backwards;
}
@keyframes fadeInup {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}


.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.inview.active.op {
  opacity: 1;
  animation: none;
  transition: opacity .3s;
}

.inview.active.op.delay1{
  transition-delay: .3s;
}

.inview.active.op.delay2{
  transition-delay: .4s;
}

.inview.active.op.delay3{
  transition-delay: .5s;
}

#bridal{
  color: #000;
}

#bridal article{
  min-width: 1200px;
}

#visual,
#faq{
	min-width: 1200px;
}

#visual #breadcrumbs{
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

#visual .bg{
  position: relative;
}

#visual .bg .image{
  text-align: center;
}

#visual .bg .image img{
  width: 100%;
}

#visual h1{
  margin: 0;
  padding: 0;
  line-height: 0;
}

#congratulations{
  position: relative;
	padding: 80px 0 80px;
	text-align: center;
	background: url('./image/visual-bg.jpg') no-repeat center center;
	background-size: cover;
	border-top: 5px solid #886C25;
	border-bottom: 5px solid #886C25;
}

#congratulations .guest{
  position: absolute;
  top: 10px;
  right: 10px;
  padding-right: 20px;
}

#congratulations .guest::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #886C25;
  border-right: 1px solid #886C25;
  transform: rotate(45deg);
}

#congratulations h2{
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: 600;
}

/* NAV
=========================*/

#bridal nav{
}

#bridal nav ul{
	display: flex;
	justify-content: center;
	padding: 30px 0;
}

#bridal nav ul li{
	border-right: 1px solid #fff;
}

#bridal nav ul li:last-child{
	border: none;
}

#bridal nav ul li a{
	display: block;
	padding: 0px 30px;
	text-decoration: none;
	color: #886C25;
	font-size: 14px;
	border-right: 1px solid #886C25;
	line-height: 1;
}

#bridal nav ul li a:hover{
  text-decoration: underline;
}

#bridal .sec-title{
	text-align: center;
}

#bridal .sec-title h2{
	padding: 10px 0 0;
	font-size: 37px;
	font-weight: 600;
	color: #856921;
}

#bridal .sec-title p.lead{
	font-size: 15px;
}


/* CORDINATE
=========================*/
#cordinate{
  padding: 100px 0 0;
}
#cordinate h2{
  text-align: center;
  margin-bottom: 50px;
}

#cordinate .row{
  display: flex;
  justify-content: space-between;
}

#cordinate .row .image{
}

#cordinate .wide{
  text-align: center;
}

#cordinate #row1{
  width: 900px;
  margin: 0 auto 60px;
}

#cordinate #row2{
  margin-bottom: 60px;
}

#cordinate #row3{
  width: 1000px;
  margin: 0 auto 0;
}

#cordinate #row4{
  width: 1100px;
  margin: 0 auto 100px;
}

#cordinate #c-image01 img{ width: 373px; }
#cordinate #c-image02 img{ width: 373px; }
#cordinate #c-image03 img{ width: 726px; }
#cordinate #c-image04 img{ width: 498px; }
#cordinate #c-image05 img{ width: 398px; }
#cordinate #c-image06 img{ width: 413px; }
#cordinate #c-image07 img{ width: 560px; }
#cordinate #c-image08 img{ width: 726px; }

#cordinate #c-image02{
  margin-top: 34px;
}

#cordinate #c-image04{
  margin-top: 64px;
}

#cordinate #c-image06{
  padding-left: 60px;
}

#cordinate #c-image07{
  margin-top: 136px;
}

#cordinate .text{
  position: relative;
  top: -134px;
  line-height: 0;
  left: 65px;
}

/* コーディネートボタン */
#cordinate .btn-area {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
#cordinate .cord-more-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #7D6A11;
  color: #7D6A11;
  padding: 18px 45px;
  line-height: 1;
  font-size: 1.8rem;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  background-color: #fff;
}
#cordinate .cord-more-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #7D6A11;
  border-right: 1px solid #7D6A11;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}
#cordinate .cord-more-btn:hover {
  background-color: #7D6A11;
  color: #fff;
}
#cordinate .cord-more-btn:hover::after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  #cordinate .btn-area {
    margin-top: 30px;
  }
  #cordinate .cord-more-btn {
    width: 90%;
    max-width: 400px;
    padding: 15px;
    font-size: 4vw;
  }
  #cordinate .cord-more-btn::after {
    right: 20px;
    width: 7px;
    height: 7px;
  }
}

/* VOICE
=========================*/
#voice {
  position: relative;
  background: url('./image/voice-bg.jpg') center top;
  padding: 100px 0;
  border-top: 3px solid #886C25;
  border-bottom: 3px solid #886C25;
}

#voice::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #856921;
  top: 5px;;
  left: 0;
}
#voice::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #856921;
  bottom: 5px;;
  left: 0;
}

#voice .sec-title{
  margin-bottom: 25px;
}

#voice .lead{
  margin-bottom: 0;
}

#voice .block{
    position: relative;
   padding: 100px 0;
}

#voice .block::after{
  content: "";
  display: block;
  position: absolute;
  width: 500px;
  height: 2px;
  background-color: #856921;
  bottom: 0;
  left:50%;
  margin-left: -250px;
}

#voice .block.last::after{
  content: none;
  padding-bottom: 0;
}

#voice .block .layout{
  width: 900px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;

}

#voice .block .text{
  width: 560px;
}

#voice .block .image{
  width: 287px;
}

#voice .block .name{
  font-size: 27px;
  font-weight: 600;
  color: #886C25;
}

#voice .block .copy{
  font-size: 20px;
  color: #886C25;
  margin: 10px 0 2rem;
}

#voice .block .text p{
  font-size: 16px;
}

#voice .block .message{
  width: 900px;
  margin: 0 auto 50px;
  background-color: #fff;
  border-radius: 21px;
  position: relative;
  padding: 30px;
  text-align: center;
}

#voice .block .message::before{
  content: url(image/message-arrow.svg);
  position: absolute;
  display: block;
  top: -23px;
  right: 100px;
}

#voice .block .message p{
  margin-top: 25px;
}

#voice .block .comment{
  background: url('image/comment-pc.png') no-repeat center center;
  width: 900px;
  height: 171px;
  margin: 0 auto ;
  padding: 40px 0 0;
  text-align: center;
}

#voice .bridal-slider{
  margin-top: 60px;
}

#voice .bridal-slider .box{
  padding: 0 20px;
  width: 360px;
}

#voice .bridal-slider .slick-list{
}

.mfp-counter{
  display: none;
}




/* FAIR
=========================*/
#fair{
	padding: 90px 0;
}

#fair h2{
  color: #fff;
}

#fair h2 span{
/*	background:linear-gradient(transparent 70%, #FFD800 30%); */
}

#fair .cap{
  text-align: center;
  padding-top: 15px;
}

#fair .fair-wrap{
  text-align: center;
}

#fair #fair01 div,
#fair #fair02 div{
  line-height: 0;
}

#fair #fair02{
  position: relative;
  padding-top: 200px;
}

#fair #fair02::before{
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 514px;
  height: 2px;
  background-color: #816921;
}

@media screen and (max-width: 767px) {

#fair #fair02{
  padding-top:40px;
}
#fair #fair02::before{
  width: 70%;
  top: 20px;
}

}

/* INSTA
=========================*/
#insta{
	padding: 90px 15px;
}

#insta .sec-title{
  margin-bottom: 50px;
}

#insta .layout{
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  max-width: 860px;
  margin: auto;
}

#insta .layout li{
  width: 32.333%;
  margin-bottom: 1.5%;
  line-height: 0;
}

/* MERIT
=========================*/
#merit{
  position: relative;
	padding: 0 0 120px 0;
}

#merit .sec-title{
  margin-bottom: 100px;
}

#merit .layout{
	display: flex;
	justify-content: center;
	max-width: 1130px;
	flex-wrap: wrap;
	margin: auto;
	gap: 55px;
}

#merit .layout .box{
	width: 340px;
	text-align: center;
}

#merit .layout .box .num{
  position: relative;
  margin-bottom: 40px;
}

#merit .layout .box .num::after{
  content: "";
  display: block;
  position: absolute;
  width: 46px;
  height: 2px;
  background-color: #1863AD;
  left: 50%;
  margin-left: -23px;
  bottom: -10px;
}

#merit .layout .box h3{
	font-size: 24px;
	margin: 2rem 0; 
}

#merit .layout .box p{
	font-size: 16px;
	text-align: center;
}

.reserve.middle{
  margin-bottom: 120px;
}

/* RECOMMENDED POINTS
=========================*/
#point{
  position: relative;
	padding: 90px 0;
	background: #A28E4D
}

#point .sec-title  h2{
  color: #fff;
}

#point .box{
	display: flex;
	width: 910px;
	margin: 0 auto;
	padding: 40px 0;
}

#point .box.reverse{
	flex-direction: row-reverse;
}

#point .box .image{
	position: relative;
	width: 418px;
	line-height: 0;
}

#point .box .image img{
	position: relative;
	z-index: 1;
}

#point .box .text{
  position: relative;
	flex: 1;
	text-align: center;
	padding: 47px 40px 20px 40px;
	background-color: #fff;
}

#point .box .text .num{
  position: absolute;
  right: 20px;
  top: -10px;
}

#point .box.reverse .text{
	padding: 47px 40px 20px 40px;
}

#point .box.reverse .text .num{
  position: absolute;
  left: 20px;
  right: auto;
  top: -10px;
}


#point .box .text h3{
	font-size: 25px;
	margin: 0 0 20px 0;
	font-weight: 600;
	color: #856921;
	line-height: 130%;
}

#point .box .text p{
	font-size: 14px;
  text-align: left;
}

#point .box .caption{
  font-size: 14px;
  text-align: left;
}



/* ORDER FLOW
=========================*/
#flow{

}

#flow .reserve{
  padding-top: 30px;
}

#flow .btn{
	background-color: #A28E4D;
	border-color: #A28E4D;
	color: #fff;
	width: 350px;
	font-size: 15px;
	padding: 20px;
	font-weight: 600;
}

#flow .btn::after{
  content: none;
}

#flow .btn:hover{
  background-color: #fff;
	color: #A28E4D;
}

#flow .btn:hover::after{
	border-color: #3c1e00;
}



/* COORDINATE
=========================*/
#coordinate{
	background-color: #fff;
	padding: 90px 0;
	text-align: center;
}

#coordinate .caption{
  font-size: 15px;
	margin-bottom: 35px;
}

#coordinate h3{
	background: url('image/ribon.svg') no-repeat center center;
	color: #fff;
	height: 55px;
	line-height: 55px;
	margin-bottom: 15px;
}

#coordinate .first{
  position: relative;
  max-width: 1020px;
  margin: 0 auto 50px;
}

#coordinate .color{
  position: absolute;
}

#coordinate #coordinate01 .color{
  left: 60px;
  top: 50px;
}
#coordinate #coordinate02 .color{
  left: 30px;
  top: 50px;
}
#coordinate #coordinate03 .color{
  left: 60px;
  top: 60px;
}

#coordinate .comment{
	position: relative;
	display: inline-block;
	text-align: center;
	width: 537px;
	padding-left: 167px;
}

#coordinate .comment p{
	position: absolute;
	width: 290px;
    padding: 16px 30px;
    right: 0;
    top: 17px;
    font-size: 1.3rem;
    text-align: left;
}

#coordinate #coordinate02 .comment p{
	width: 306px;
	top: 11px;
}

#coordinate #coordinate03 .comment p{
	width: 335px;
	top: 39px;
}


#coordinate .images{
	width: 1020px;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#coordinate .images .img{
	position: relative;
	margin: 7px;
	line-height: 0;
}

#coordinate .images .img:hover{
	background-color: #000;
}

#coordinate .images .img a::after{
	content: url('image/zoom.png');
	position: absolute;
	width: 39px;
	height: 42px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: all .3s;
}

#coordinate .images .img:hover a::after{
	opacity: 1;
}



/* BASIC KNOWLEDGE
=========================*/
#knowledge{
  background-color: #EDEBD5;
	padding: 90px 0;
	text-align: center;
}

#knowledge .sec-title{
	margin-bottom: 60px;
}

#knowledge .sec-title h2{
  color: #000;
}

#knowledge .boxs{
	width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#knowledge .boxs .box{
	width: 295px;
	background-color: #fff;
	display: block;
	text-decoration: none;
}

#knowledge .boxs .box h3{
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 136px;
	width: 100%;
	text-align: center;
}



/* FAQ
=========================*/
#faq{
	background-color: #fff;
	padding: 90px 0;
	text-align: center;
}

#faq .sec-title {
  margin-bottom: 40px;
}


#faq .box{
	width: 870px;
	border: 1px solid #A28E4D;
	margin: 0 auto 30px;
}

#faq .box h3{
	line-height: 100%;
	padding: 15px 75px;
	font-size: 1.8rem;
	background: #A28E4D url('image/faq-q.svg') no-repeat 25px 10px;
	text-align: left;
	color: #fff;
}

#faq .box p{
	padding: 20px 20px 20px 75px;
	font-size: 1.4rem;
	background: #fff url('image/faq-a.svg') no-repeat 25px 22px;
	text-align: left;
}

#faq .box p b{
	border-bottom: 2px solid #CCB36F;
	font-weight: normal;
}

#faq p .attention{
	display: block;
	color: #FF0000;
	margin-bottom: 1rem;
	font-size: 1.7rem;
}

#faq p .annotation{
	font-size: 1.4rem;
}

/* GIFT
=========================*/
#gift{
	background: url('./image/gift-bg.jpg') no-repeat center center;;
	background-size: cover;
	padding: 90px 0;
	text-align: center;
}

#gift .sec-title {
  margin-bottom: 70px;
}

#gift .sec-title h2{
  color: #fff;
}

#gift .link{
  position: relative;
}

#gift .btn{
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -175px;
	background-color: transparent;
	border-color: #836921;
	color: #836921;
	width: 350px;
	font-size: 15px;
	padding: 20px;
	font-weight: 600;
	z-index: 2;
}

#gift .btn::after{
  content: none;
}

#gift .btn:hover{
  background-color: #836921;
	color: #fff;
}

#bridal .shop{
  text-align: center;
  padding: 70px 0;
}


/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

#opening span{
	padding: 0 40px;
}

#bridal article{
  min-width: 0;
}

#visual,
#faq{
	min-width: 0;
}

#visual{
	background: none;
}

#visual.inner{
  padding: 0;
}

#visual .bg{
	position: relative;
	background: none;
	height: auto;
}

#visual #visual-sp{
	position: relative;
	display: block !important;
	line-height: 0;
}

#visual #visual-sp img{
	width: 100%;
}

#visual #visual-sp .bottom{
  line-height: 150%;
  background: linear-gradient(90deg, rgba(137,122,70,1) 0%, rgba(199,172,120,1) 100%);
  padding: 30px 20px;
  color: #fff;
  font-size: 13px;
}
#visual #visual-sp .bottom p{
  margin-top: 20px;
}

#congratulations{
  padding: 60px 0;
}

#congratulations .guest{
  font-size: 12px;
}
#congratulations .inner{
  padding: 0;
}

#congratulations h2{
  font-size:23px;
}

#congratulations p{
  font-size: min(3.2vw, 13px);
}

#bridal .sec-title h2{
	font-size: 24px;
}
#bridal .sec-title img{
  height: 9px;
}

#bridal .sec-title p.lead{
	padding: 0 20px;
	text-align: center;
	font-size: 13px;
}

#bridal .shop{
	padding: 40px 20px 0;
}



#bridal nav ul{
  flex-wrap: wrap;
  justify-content: left;
  border-top: 1px solid #886C25;
  padding: 0;
}

#bridal nav ul li{
  position: relative;
  width: 50%;
  border: none !important;
  border-bottom: 1px solid #886C25 !important;
  display: flex;
  align-items: center;
}

#bridal nav ul li::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #886C25;
  border-right: 1px solid #886C25;
  transform: rotate(45deg);
}

#bridal nav ul li a{
  font-size: 12px;
  padding: 20px 20px 20px 10px;
  border: none !important;
}

#bridal nav ul li:nth-child(odd){
  border-right: 1px solid #886C25 !important;
}

#cordinate{
  padding: 40px 0 0;
}

#cordinate h2{
  margin-bottom: 20px;
}

#cordinate h2 img{
  width: 230px
}

#cordinate .row{
 display: block;
 width: 100% !important; 
 text-align: center;
 margin: 0 0 20px !important;
}

#cordinate #row2{
  margin-bottom: 20px;
}

#cordinate .row img{
  width: 256px;
}

#cordinate #c-image01,
#cordinate #c-image04,
#cordinate #c-image07{
  margin-top: 0;
}

#cordinate #c-image06{
  padding: 0;
}


#cordinate #c-image01 img{ width: 256px; }
#cordinate #c-image02 img{ width: 256px; }
#cordinate #c-image03 img{ width: 100%; }
#cordinate #c-image04 img{ width: 90%; }
#cordinate #c-image05 img{ width: 256px; }
#cordinate #c-image06 img{ width: 256px; }
#cordinate #c-image08 img{ width: 100%; }

#cordinate #c-image04{
  text-align: left;
  margin-bottom: 20px;
}

#cordinate #c-image05{
  text-align: right;
}
#cordinate #c-image09{
  display: block !important;
  margin-bottom: 20px;
}
#cordinate #c-image09 img{
  width: 100%;
}

#cordinate .text{
  width: 240px;
  top: -80px;
  left: 0;
}

#voice{
  padding: 40px 0px;
  background:  #F3F0E3 url('./image/voice-bg-sp.jpg') center top;
}

#voice p.lead{
  padding: 0 20px;
}

#voice .block{
  padding: 30px 0;
}

#voice .block::after{
  width: 50%;
  margin-left: 0;
  transform: translateX(-50%);
}

#voice .block .layout{
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}

#voice .block .text{
  width: 100%;
}

#voice .block .text .image{
  margin-bottom:25px;
}


#voice .block .name{
  font-size: 21px;
  text-align: center;
}

#voice .block .copy{
  font-size: 18px;
  text-align: center;
}

#voice .block .text p{
  font-size: min(4vw, 14px);
  line-height: 1.8;
}


#voice .block .image{
  display: block !important;
  width: 220px;
  margin: 0 auto;
}
#voice .block .image.pc{
  display: none !important;
}

#voice .block .message{
  width: 90%;
  margin: 0 auto 30px;
  padding: 30px 15px;
}
#voice .block .message::before{
  content: none;
}

#voice .block .message p{
  font-size: min(3.8vw, 14px);
  text-align: left;
  margin-top: 20px;
  line-height: 1.8;
}


#voice .block .comment{
  width: 90%;
  margin: 0 auto 30px;
  position: relative;
  background: url(image/comment-sp.png) no-repeat top center;
  background-size: 100%;
  padding: 40px 27px 10px;
  height: auto;
}
#voice .block .comment::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  height: 46px;
  background: url(image/comment-bottom-sp.png) no-repeat top center;
  background-size: 100% auto;
}


#voice .block .comment p{
  font-size: min(3.8vw, 14px);
  text-align: left;
  line-height: 1.8;
}

#fair{
  padding: 60px 0 0;
}

main.sub #fair p.lead{
	text-align: center;
}

#fair .fair-wrap{
	width: 100%;
	padding: 0px 20px;
}

#insta{
	padding: 35px 15px;
}


#merit{
	padding: 35px 0 90px;
}

#merit .sec-title{
  margin-bottom: 20px;
}

#merit .layout{
	width: 100%;
	display: block;
}


#merit .layout .box{
	width: 100%;
	padding: 20px;
}

#merit .layout .box .image{
  width: 220px;
  margin: 0 auto 15px;
}

#merit .layout .box h3{
  font-size: 20px;
  margin-bottom: 1rem;
}

#merit .layout .box p{
  font-size: 14px;
}

.reserve.middle{
  margin-bottom: 60px;
}

#point{
	padding: 35px 0 120px;
}

#point .box{
	width: 100%;
	display: block;
	padding: 30px 20px ;
}

#point .box:last-child{
	border: none;
	padding-bottom: 0;
}


#point .box .image{
  width: 100%;
}

#point .box .image span.bg{
  display: block;
  width: 100%;
}

#point .box .image img{
  width: 100%;
}

#point .box.reverse .text,
#point .box .text{
  padding: 25px;
}

#point .box.reverse .text .num,
#point .box .text .num{
  position: static;
}

#point .box .text .num img{
  height: 12px;
}


#point .box .text h3{
	font-size: 18px;
}

#point .box .text p{
	padding: 0 0;
	text-align: left;
}

#point .box .image span.bg::after{
	top: 9px;
	left: 9px;
}

#point .caption{
	font-size: 12px;
	text-align: left;
}


#flow{
	padding: 35px 20px 10px;
}

#flow .lead{
  margin: 20px 0 50px !important;
}

#flow .steps{
	width: 100%;
}

#flow .steps .box{
	width: 30%;
	margin-right: 4.9%;
	margin-bottom: 40px;
}

#flow .steps .box::after{
	right: -20px;
	border: transparent 6px solid;
	border-left: #fff 6px solid;
}

#flow .steps .box h3{
	font-size: 12px;
}

#flow .steps .box p{
	font-size: 10px;
	text-align: left;
	padding: 0 5px 10px;
}

#flow .btn{
  width: 90%;
}
	


#knowledge{
	padding: 35px 0 20px;
}

#knowledge .sec-title{
  margin-bottom: 40px;
}

#knowledge .boxs{
	width: 100%;
	display: block;
	padding: 0 20px;
}

#knowledge .boxs .box{
	width: 300px;
	margin: 0 auto 30px;
}

#knowledge .boxs .box h3{
	margin-bottom: 10px;
	height: auto;
	padding: 20px 0;
	font-size: 15px;
}

#knowledge .boxs .box img{
	width: 100%;
}

#knowledge .boxs .box p{
	font-size: 12px;
}


#faq{
	padding: 35px 20px;
}
#faq .sec-title h2{
  margin-bottom: 10px;
}
#faq .sec-title img{
  height: 15px;
}

#faq .box{
	width: 100%;
}

#faq .box h3{
	padding: 10px 20px 10px 40px;
	font-size: 1.4rem;
    background-position: 10px 13px;
    background-size: 18px;
}

#faq .box p{
	padding: 10px 20px 15px 40px;
	font-size: 1.4rem;
    background-position: 10px 15px;
    background-size: 18px;
}

#gift{
  padding: 40px 20px;
}

#gift .sec-title{
  margin-bottom: 30px;
}

#gift .btn{
  width: 80%;
  margin-left: auto;
  transform: translateX(-50%);
}

}

.reserve{
  text-align: center;
  padding-top: 80px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.reserve .title{
  font-size: 2.4rem;
}
.reserve .title span{
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.reserve .title span::before,
.reserve .title span::after {
  content: '';
  position: absolute;
  top: 7px;
  width: 1px; /* 線の幅を調整 */
  height: 22px;
  background: black; /* 線の色 */
}

.reserve .title span::before {
  left: 0;
  transform: rotate(-20deg); /* 傾きを調整 */
  transform-origin: right bottom;
}

.reserve .title span::after {
  right: 0;
  transform: rotate(20deg); /* 傾きを調整 */
  transform-origin: left bottom;
}
.reserve .btn{
  padding: 25px;
  width: 400px;
  font-size: 2.0rem;
}


@media screen and (max-width: 767px) {
  .reserve .title{
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .reserve .btn{
    padding: 25px;
    width: 90%;
  }
  
}


/* スライダーの余白を防止 */
.bridal-slider .slick-track {
    display: flex;
    align-items: flex-start; 
}
.bridal-slider .slick-slide {
    height: auto !important; 
}

#cordinate .bridal-slider .box {
  width: 320px;
  padding: 0 10px;
}
#cordinate .bridal-slider .box img {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 767px) {
  #cordinate .bridal-slider .box {
    width: 240px;
  }
}

/* BANNER SECTION
=========================*/
#banner {
  padding: 0 0 90px 0;
  text-align: center;
}
#banner .banner-inner {
  max-width: 588px;
  width: 100%;
  margin: 0 auto;
}
#banner .banner-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#banner .banner-list a {
  display: block;
  transition: opacity 0.3s;
}
#banner .banner-list a:hover {
  opacity: 0.7;
}
#banner .banner-list img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  #banner {
  padding: 0 0 60px 0;
  }
  #banner .banner-list {
    gap: 15px;
    padding: 0 20px;
  }
}

/* ご注文の流れ */
#flowbody {
  background-color: #EDEDED;
  padding: 50px 0;
}
#flowbody h2 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 400;
  margin-bottom: 50px;
}
#flowbody .flow-wrap {
  position: relative;
  overflow: hidden;
  height: 480px;
  transition: 0.3s height linear;
}
#flowbody .flow-wrap.open {
  height: auto;
}
#flowbody .flow-wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 430px;
  top: 80px;
  left: 0;
  background: linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 0) 100%);
  transition: 0.2s opacity linear;
}
#flowbody .flow-wrap.open::before {
  opacity: 0;
  visibility: hidden;
}
#flowbody .howto {
  position: relative;
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
#flowbody .howto::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 95px);
  bottom: -16px;
  left: 25px;
  background-color: #4B3F2C;
}
#flowbody .howto.last {
  margin-bottom: 50px;
}
#flowbody .howto.last::after {
  content: none;
}
#flowbody .howto .step {
  text-align: center;
  margin-right: 30px;
  padding-top: 30px;
}
#flowbody .howto .step .num {
  display: block;
  font-size: 4.8rem;
  line-height: 1;
}
#flowbody .howto .body {
  padding: 30px 0;
  flex: 1;
}
#flowbody .howto .layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#flowbody .howto .layout .text {
  flex: 1;
  padding-right: 40px;
  padding-top: 20px;
}
#flowbody .howto .layout .text h3 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
#flowbody .howto .layout .text p {
  font-size: 1.4rem;
}
#flowbody .howto .layout .image {
  width: 176px;
  line-height: 0;
}
#flowbody .howto .layout.white {
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #4B3F2C;
  align-items: center;
}
#flowbody .howto .layout.white h3 {
  font-size: 1.8rem;
}
#flowbody .howto .layout.white .text {
  padding-top: 0;
}
#flowbody .howto .layout.white .image {
  width: 147px;
}
.stepbtn {
  position: relative;
  display: inline-block;
  background-color: #3c1e00;
  color: #fff;
  padding: 8px 25px 8px 10px;
  line-height: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  margin-top: 1rem;
}
.stepbtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.stepbtn:hover {
  color: #fff;
}
#flowbody .flow-btn {
  text-align: center;
}
#flowbody .flow-btn span {
  display: inline-block;
  border: 1px solid #000;
  padding: 18px 45px;
  line-height: 1;
  font-size: 1.8rem;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
#flowbody .flow-btn span:hover {
  background-color: #4B3F2C;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #flowbody {
    padding: 20px 5%;
  }
  #flowbody h2 {
    font-size: 4.5vw;
    margin-bottom: 0;
  }
  #flowbody .howto {
    width: 100%;
  }
  #flowbody .howto .step {
    margin-right: 15px;
    font-size: 1.2rem;
  }
  #flowbody .howto .step .num {
    font-size: 3rem;
  }
  #flowbody .howto .layout {
    display: block;
  }
  #flowbody .howto .layout .text {
    padding: 0;
  }
  #flowbody .howto .layout .text h3 {
    font-size: 2rem;
  }
  #flowbody .howto .layout .image {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  #flowbody .howto .layout .image img {
    max-width: 100%;
    max-width: 218px;
  }
  #flowbody .howto .layout.white h3 {
    font-size: 1.6rem;
  }
  #flowbody .howto .layout.white p {
    font-size: 1.2rem;
  }
  #flowbody .howto .layout.white .image {
    width: 100%;
    text-align: center;
  }
}


.acordion-block {
  position: relative;
  overflow: hidden;
  height: 500px;
  transition: 0.3s height linear;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) calc(100% - 200px), rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) calc(100% - 200px), rgba(0, 0, 0, 0) 100%);
}

.acordion-block.open {
  height: auto;
  -webkit-mask-image: none;
          mask-image: none;
}


.acordion-block.open::before {
  opacity: 0;
  visibility: hidden;
}

.show-more-btn {
  width: 100%;
  position: absolute;
  bottom: 40px;
  z-index: 1;
  text-align: center;
}

.show-more-btn.open {
  position: static;
  padding: 30px 0;
}

.show-more-btn span {
  display: inline-block;
  border: 1px solid #000;
  line-height: 1;
  padding: 15px 30px;
  font-size: 1.6rem;
  cursor: pointer;
  width: 255px;
  transition: background-color 0.3s, color 0.3s;
}

.show-more-btn span:hover {
  background-color: #4B3F2C;
  color: #fff;
}

#point .show-more-btn span{
  border-color: #fff;
  color: #fff;
}

/* ENJOY ORDER
=========================*/
.enjoy-list{
  padding-block: 80px;
}

.enjoy-list h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.enjoy-list h2 .icon {
  position: absolute;
  right: -60px;
  top: 10px;
}

.enjoy-list h2 span {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}

.enjoy-list h3 {
  margin-bottom: 1rem;
}

.enjoy-slider .img {
  height: 170px;
  background-size: cover !important;
}

.enjoy-slider img {
  max-height: 170px;
  margin: 0 auto;
}

.slider {
  position: relative;
  width: 989px;
  margin: 0 auto;
}

.slider .slick-prev {
  left: -50px;
  background-color: #fff;
}

.slider .slick-next {
  right: -50px;
  background-color: #fff;
}

.slider .box a {
  width: 100%;
}

.slider+.tc {
  padding-top: 20px;
}

.enjoy-list .btn {
  border-color: #7D6A11;
  color: #7D6A11;
  padding: 16px 50px;
  text-align: center;
}
.enjoy-list .btn:hover {
  background-color: #7D6A11;
  color: #fff;
}
.enjoy-list .btn::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .enjoy-list{
    padding-block: 40px;
  }

  .enjoy-list h2 .icon {
    position: static;
  }

  .slider {
    width: 100%;
  }

  .slider .slick-prev{
    left: 0px;
  }
  .slider .slick-next{
    right: 0px;
  }
}