@charset "utf-8";
.menu-intro2-eye{
	text-align: left;
	color: #4D4D4D;
	margin-top: 2em;
	font-size: 1.1em;
	line-height: 2.2em;
	letter-spacing: 0.1em;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 200;
	font-style: normal;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.eye-price{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2.5em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 2.5em;
	background-color: #f2f2f2;
	margin-top: 1.5em;
}
.eye-price table{
	width: 85%;
	margin: 0 auto;
}
.eye-price table:not(:last-child) {
	margin-bottom: 10px
}
.eye-price table th{
	text-align: left;
	font-size: 1.1em;
    line-height: 1.6em;
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	display: block
}
.eye-price table span{
	margin-right: 5px;
}

.eye-price table td{
	display: block;
	color: #ed1e79;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	font-weight: 400;
	text-align: right;
}
.eye-col{
	width: 88%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.5em;
}
.eye-col a{
	text-decoration: none;
	color: black;
}
.eye-col-items{
	width: 30%;
	margin-bottom: 2em;
}
.eye-col-items img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.eye-col-items p{
	text-align: center;
	margin-top: 0.7em;
	letter-spacing: 0.1em;
	font-size: 0.9em;
}

.shampoo{
    width: 100%;
    margin-top: 2rem;
    padding:2rem 0; 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top:3px solid  #BD9B5D;
    border-bottom:3px solid  #BD9B5D;
    background: url("../img/menu/eye/shampoo_bg.png") right bottom / auto 100% no-repeat #EFF7FF
}
.shampoo figure{
    width: 38%;
}
.shampoo figure img{
    width: 100%;
    height: auto
}
.shampoo_cont{
    width: 53%;
    margin:0 auto;
}
.shampoo h2{
    margin-bottom: 1rem;
    padding: 0.5rem 1rem 0.7rem;
    display: inline-block;
    font-family: source-han-serif-japanese, serif;
    font-size: 1.3rem;
	font-weight: 500;
    color: #fff;
    background-color: #5D8DD6;
    border-radius: 30px
}
.shampoo h3{
    margin-bottom: 1rem;
    color: #275E7D;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 500;
}
.shampoo_cont p{
    margin: 0;
    padding: 0;
    color: #5B5757;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6rem;
    text-align: left
}
@media screen and (max-width:1100px) {
	.menu-intro2-eye{
	width: 90%;
}
.eye-price{
	width: 90%;
}
.eye-price table{
	width: 85%;
}
}

@media screen and (max-width:768px) {
	.menu-intro2-eye{
	width: 90%;
	line-height: 2em;
	margin-top: 1.5em;
}
.eye-price{
	width: 95%;
}
.eye-price table{
	width: 85%;
}
	.eye-col-items p{
	text-align: left;
	line-height: 1.3em;
}
	.eye-price table {
		margin-bottom: 20px
	}
   .eye-price table th{
	font-size: 1em;
}
	.eye-price table td{
        width: auto;
	display: block;
	font-size: 1em;
	font-weight: 400;
	text-align: right;
}
    .shampoo{
    margin-top: 2rem;
    padding:1rem 0; 
    display: block;
    background: url("../img/menu/eye/shampoo_bg.png") right bottom / auto 40% no-repeat #E7ECF6
}
.shampoo figure{
    width: 90%;
    margin-bottom: 1rem;
}

.shampoo_cont{
    width: 90%;
}
.shampoo h2{
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}
.shampoo h3{
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

}

@media screen and (max-width:480px) {
	
	.eye-price{
	padding-top: 1.5em;
	padding-bottom: 0.3em;
}
	.eye-col-items{
	width: 47%;
	margin-bottom: 2em;
}
	.menu-intro2-eye{
	width: 95%;
	line-height: 1.8em;
	letter-spacing: 0em;
}
}
@media screen and (max-width:380px) {
	.eye-price table th{
	letter-spacing: 0em;
}
	.eye-price table{
	width: 90%;
}
	.eye-col-items{
	width: 95%;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
}
	.eye-col-items img{
	height: 160px;
}
}
