@charset "UTF-8";
/* CSS Document */



/* TITLE */
.top-img{
width: 100%;
height: 400px;
background-image: url("../img/bridal_main.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position: center top;
}


@media (max-width: 768px) {
.top-img{
background-size: cover;
height: 200px;
margin-top: -2rem;	
}
}


/*イントロ*/
.main-title{
padding: 2rem 0rem;
text-align: center;
}
.main-title h1{
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Shippori Mincho', serif;
font-size: 4.5rem;	
letter-spacing: 1.3rem;
color: #5c2920;
margin-top: 7rem;	
margin-bottom: 1rem;	
}
.main-title h2{
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Shippori Mincho', serif;
letter-spacing: 0.3rem;
font-size: 1.6rem;	
color: #5c2920;
position: relative;
display: inline-block;
margin-bottom: 1.5em;	
}
.main-title h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #CCB2A3;/*線の色*/
  border-radius: 0.1px;/*線の丸み*/
}
.main-title p{
letter-spacing: 0.1rem;
color: #5c2920;
margin-top: 2rem;	
}

@media (max-width: 768px) {
.main-title h1{
letter-spacing: 0.8rem;
font-size: 3rem;
margin-top: 3rem;	
}
.main-title p{
font-size: 1.2rem;
text-align: left;
padding: 0 3rem;	
}	
}




/*---ブライダル---*/
.llbox h2{
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Shippori Mincho', serif;
font-size: 1.8rem;
line-height: 3rem;
text-align: left;
margin: 0 auto;
}

.llbox{
padding: 7rem 0rem;
margin-bottom: 1.5rem;
}
.leftline{
position:relative;
}
.leftline span{
position: absolute;
top: 0;
left: 0;
display: block;
color: #5c2920;
letter-spacing: 0.6rem;	
white-space: nowrap;
font-size: 3.2rem;
}
.leftline span::before{
content: "";
display: inline-block;
width: 5em;
border-top: 1px solid #5c2920;
vertical-align: middle;
margin-right: 1em;
padding-bottom:4px;
}
.subtitle{
font-size: 1.2rem;
margin-top: 1rem;
text-indent: 16em;	
}



@media (max-width: 768px) {
.llbox h2{font-size: 1rem; line-height: 2rem; text-align:left;}
.leftline span::before{
width: 2em;
margin-right: 1em;
}
.llbox{
padding: 4rem 0rem;
margin-bottom: 1rem;
}
.leftline span{
font-size: 2em;
letter-spacing: 0.2rem;		
}
}


/*---コース---*/
.bridalbox{
margin-top: 2rem;
width: 100%;	
text-align: center;
margin-bottom: 10rem;	
}
.bridalbox img{
width: 90%;
}
.bridalbox p{
text-align: left;
margin-bottom: 1rem;
font-size: 1.3rem;
line-height: 3rem;	
}

.minute{
font-size: 1.6rem;
font-weight: bold;
}
.price{
font-size: 2.4rem;
font-weight: bold;
font-family: 'Shippori Mincho', serif;
}

@media (max-width: 768px) {
.minute{
font-size: 1.3rem;
}
.bridalbox{
padding: 0 2rem;
}
.bridalbox div:nth-of-type(2){
margin-top: 2rem;
}
.price{
font-size: 2rem;
display: block;
}	
}














