
#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('/fair/bridal-party/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;
}

/* VOICE
=========================*/
#voice {
  position: relative;
  background: url('/fair/bridal-party/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;
	background: url('/fair/bridal-party/image/fair-bg.jpg') no-repeat center top;
	background-size: cover;
}

#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{
	padding: 90px 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;
}


/* RECOMMENDED POINTS
=========================*/
#point{
	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('/fair/bridal-party/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 20px;
}
#congratulations .guest{
  font-size: 12px;
}

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

#congratulations p{
  font-size: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('/fair/bridal-party/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: 14px;
}
#voice .block .text p br{
  display: none;
}

#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;
}
#voice .block .message::before{
  content: none;
}

#voice .block .message p{
  font-size: 13px;
  text-align: left;
  margin-top: 20px;
}

#voice .block .message p br{
  display: none;
}

#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 40px 10px;
  height: auto;
}
#voice .block .comment::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  background: url(image/comment-sp-bottom.png) no-repeat center top;
  background-size: 100%;
  height: 40px;
}


#voice .block .comment p{
  font-size: 13px;
  text-align: left;
}

#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;
}

#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;
}

#point{
	padding: 35px 0;
}

#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.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 .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%;
  }
  
}
