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



/* TITLE */
.top-img{
width: 100%;
height: 400px;
background-image: url("../img/about_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;	
}
}

#about{
margin-bottom: 0;
color: #5c2920;
}

/*イントロ*/
.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;	
}
}

/*---subtitle---*/
h2.leftline{
position:relative;
font-family: 'Shippori Mincho', serif;
letter-spacing: 0.3rem;
line-height: 3rem;
text-align: left;
}
.leftline span{
position: absolute;
top: 0;
left: 0;
display: block;
color: #5c2920;
letter-spacing: 1rem;
white-space: nowrap;
}
.leftline span::before{
content: "";
display: inline-block;
width: 5em;
border-top: 1px solid #fff;
vertical-align: middle;
margin-right: 1em;
padding-bottom:4px;
}
.lead{
padding:0 2rem 0 20rem;
position: relative;
margin-top: 6rem;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 400;
font-size: 1.6rem;
}

/*---Fisttime---*/
.first-time{
padding: 7rem 0rem;
margin: 6rem 0 1.5rem;
background: #E6D4C8;
}
.first-time-box{
margin-top: 8rem;
}
.first-time-box .row div{
padding: 3rem;
}
.first-time-box h3{
font-family: 'Shippori Mincho', serif;
font-size: 2.4rem;
margin-bottom: 3rem;
}
.first-time-box p{
padding-bottom: 6rem;
background: url(/img/about_point.png) no-repeat bottom 1.5rem center;
}
.first-time-box p:last-child{
padding-bottom: 2rem;
background: none;
}
.first-time-box img{
display: block;
box-shadow: 10px 15px 0px 0 rgb(146, 116, 106);
}
.first-time-box .row:nth-of-type(2){
margin-top: 3rem;
}

/*---coupon---*/
#coupon{
margin: 8rem 0 1.5rem;
}
#coupon .leftline span::before{
border-top: 1px solid #E6D4C8;
}
#coupon .lead{
padding-top: 6rem;
}
.coupon-box{
margin-top: 3rem;
}
.coupon-box .row > div{
padding: 3rem;
}
#coupon .ticket{
box-shadow: 5px 10px 10px 0 rgba(125, 125, 125, .5);
}
#coupon .lead2{
padding-top: 0;
margin-top: 2rem;
color: #CCB2A3;
}

/*---owner---*/
.owner{
margin: 10rem 0 1.5rem;
font-size: 2.1rem;
line-height: 2.1em;
color: #5C2920;
}
.owner .leftline span::before{
border-top: 1px solid #E6D4C8;
}
.owner .lead{
padding-top: 5rem;
}
.owner-box{
margin-top: 3rem;
}
.owner-box .row > div{
padding: 3rem;
}
.owner-box h4{
margin-top: 3rem;
font-size: 2rem!important;
}
.owner-box h4 span{
margin-top: 2rem;
font-size: 1.7rem!important;
}
.owner-box h5{
margin-top: 1rem;
font-size: 3rem!important;
font-family: 'Shippori Mincho', serif;
}
.owner-box h5 span{
font-size: 2.4rem!important;
}

/*---staff---*/
.staff{
margin: 10rem 0 1.5rem;
font-size: 2.1rem;
line-height: 2.1em;
color: #5C2920;
position: relative;
}
.staff .staffline{
position: absolute;
top:0;
left:0;
width: 57%;
text-align: right;
}
.staff .staffline div{
font-size: 3.2rem;
line-height: 3rem;
background: url("/img/about_staffline.png") repeat-x center;
}
.staff .staff-box .col-lg-8{
position: relative;
padding-top: 6rem;
}
.staff .staff-box h2{
position: absolute;
top: 0;
right: 0;
font-family: 'Shippori Mincho', serif;
font-size: 3.2rem;
letter-spacing: 1rem;
line-height: 3rem;
text-align: right;
background: #fff;
width: auto;
padding-left: 2rem;
}
.staff .staffline span{
background: #fff;
display: block;
padding: 0 3rem;
}
.staff .lead{
padding:0 0 0;
position: relative;
margin-top: 6rem;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 400;
font-size: 1.6rem;
padding-top: 0;
letter-spacing: 0.3rem;
}
.staff-box{
margin-top: 4rem;
}
.staff-box .row > div{
padding: 0 3rem 3rem;
}
.staff-box h4{
margin-top: 2rem;
font-size: 1.7rem!important;
text-align: right;
}
.staff-box h4 span{
margin-top: 1rem;
margin-left: 2rem;
font-size: 2.4rem!important;
font-family: 'Shippori Mincho', serif;
}
.staff .staff-box .col-lg-4{
background: #fff;
}



@media (max-width: 768px) {
h2.leftline{font-size: 1.2rem; line-height: 2rem; text-align:left;}
.leftline span::before{
width: 2em;
margin-right: 1em;
}
.first-time{
padding: 6rem 0rem 0;
margin-bottom: 1rem;
}
.first-time-box{
margin-top: 6rem;
padding: 0 3rem 3rem;
}
.first-time-box h3{
margin-bottom: 4rem;
}
.leftline span{
font-size: 2em;
}
.lead{padding:0 2rem 0 7rem;}
.first-time-box .row div{padding: 1.5rem;}
.first-time-box img{display: block;width: 80%;margin: auto;}
.owner .col-lg-5{text-align: center}
.owner{font-size: 1.6rem;}
.owner .col-lg-5{text-align: center}
.owner img{width: 80%;}
.staff{margin: 5rem 0 1.5rem;}
.staff .staff-box h2{font-size: 3.2rem;padding-right: 2rem;}
.staff{font-size: 1.6rem;}
.staff .col-lg-4{text-align: center}
.staff img{width: 70%;}
}


















