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



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

.bust-box{
background-color: #CCB2A3;
margin-top: 4rem;
text-align: center;
padding-bottom: 6rem;	
}
.bust-box img{
width: 80%;
margin-top: -5rem;	
}
.bust-box p{
margin-top: 3rem;
color: #fff;
}

@media (max-width: 768px) {
.llbox h2{font-size: 1.2rem; line-height: 2rem; text-align:left;}
.leftline span{
letter-spacing: 0.3rem;
}
.leftline span::before{
width: 2em;
margin-right: 1em;
}
.llbox{
padding: 4rem 0rem;
margin-bottom: 1rem;
}
.leftline span{
font-size: 2em;
}
.subtitle{
text-indent: 6em;	
}
.bust-box{
padding-bottom: 3rem;	
}	
.bust-box p{
font-size: 1.2rem; text-align: left;}	
}


/*---ビフォーアフター---*/
.beafbox{
margin-top: 4rem;
width: 70%;	
text-align: center;
}
.beafbox img{
width: 100%;
margin-top: 2rem;	
}



/*---ポイント---*/
.po_outer{
margin-top: 5rem;
padding: 0 10rem;
padding-top: 2.5rem;	
background-image: url("../img/point.png");
background-position: top 0 right 10rem;
background-size: 100px;
background-repeat: no-repeat;
}
.po_outer h2{
margin-top: 5rem;
color:#5C2920;
position: relative;
border-bottom: 3px solid #CCB2A3;
margin-bottom: 1rem;	
letter-spacing: 0.3rem;
padding-bottom: 1.5rem;
}

.po_outer h2:before {
content: "";
position: absolute;
left: 0;
bottom: -3px;
width: 40%;
height: inherit;
border-bottom: 3px solid #DE6D9C;	
}

.po_outer span{
color: #DE6D9C;
}

@media (max-width: 768px) {
.po_outer{
padding: 0 3rem;
padding-top: 1rem;
background-position: top 1rem right 3rem;
}
.po_outer h2{
font-size: 1.6rem;
letter-spacing: 0.3rem;
}
.po_outer p{
font-size: 1.2rem;
}	
}




/*---メニュー---*/
.menu-outer{
padding: 6rem 0;
background-color: #fff;
width: 90%;
text-align: center;
margin: 0 auto;
}

.menu-outer h1{
font-size: 4rem;	
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Shippori Mincho', serif;
letter-spacing: 0.5rem;
color: #CCB2A3;
position: relative;
display: inline-block;
margin-bottom: 1em;	
}

.menu-outer h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #CCB2A3;/*線の色*/
  border-radius: 0.1px;/*線の丸み*/
}



table {
width: 70%;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
margin: 0 auto;
margin-top: 4rem;
margin-bottom: 3rem;	
text-align: center;	
}
table th {
width: 40%;
background: #CEBEBC;
border: 1px solid #fff;
box-sizing: border-box;
padding: 15px;
vertical-align: middle;
font-weight: bold;
text-align: left;
color: #5C2920;
}
table td {
background: #fff;
border: 1px solid #CEBEBC;
box-sizing: border-box;
padding: 15px;
vertical-align: top;
text-align: right;
color: #5C2920;	
}
@media all and (max-width: 767px) {
table{width: 100%;}	
table th, table td {
display: block;
width: 100%;
border-bottom: none;
text-align: center;
}
table tr:last-child td:last-child {
border-bottom: 1px solid #ccc;
}
}


@media (max-width: 768px) {
.menu-outer h1{
font-size: 3rem;	
letter-spacing: 0.5rem;
color: #CCB2A3;
position: relative;
display: inline-block;
margin-bottom: 1em;		
}	
.menu-outer p{
font-size: 1.2rem;
}
}
















