@charset "utf-8";

/* menu.css */

#mainImg.menu {
    background: url(../img/menu/main.png) no-repeat center 50%;
    background-size: cover;
}

.tit_menu {
	width: 30%;
	margin: 0 auto;
}
.tit_menu img {
	width: 100%;
}
.tit_menu_s {
	color: #c1bebe;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
	margin: 0 0 20px;
}

.read {
	text-align: center;
	margin: 0 0 20px;
}

.menuBox ul {
	margin: 0 0 30px;
	overflow: hidden;
}
.menuBox li {
	width:450px;
	float: left;
	margin: 0 100px 0 0;
}
.menuBox li:nth-child(2n) {
	margin: 0;
}
.menuBox li .menuImg img {
	width: 100%;
}

.menuBox.facial {
	width: 450px;
	margin: 0 auto;
}
.menuBox.facial p {
	text-align: center;
}

.stepArea {
	overflow: hidden;
}
.stepArea li {
	float: left;
	border: 5px solid #f4f4f4;
	width: 290px;
	margin: 20px 65px 0 0;
	padding: 20px;
	min-height: 258px;
	position: relative;
}
.stepArea li:nth-child(3n) {
	margin-right: 0;
}
.stepArea li:after {
	content: "";
    position: absolute;
    right: -40px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-top: 1px solid #1aa6bf;
    border-right: 1px solid #1aa6bf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}
.stepArea li:last-child:after {
	display: none;
}

.stepArea li .step_icon {
	color: #1aa6bf;
	font-weight: bold;
	margin: 0 0 15px;
	
}
.stepArea li h5 {
	font-size: 18px;
	margin: 0 0 15px;

}

@media screen and (max-width:768px) {

.tit_menu {
    width: 60%;
}

.read {
	text-align: left;
}

.menuBox li {
    width: 100%;
    float: none;
    margin: 0 0 50px;
}
.menuBox li.last {
	margin-bottom: 0px;
}

.menuBox.facial {
	width: 100%;
}
.menuBox.facial ul {
	margin-bottom: 0px;
}
.stepArea {
	margin: 30px 0 0;
}
.stepArea li {
	float: none;
	border: 5px solid #f4f4f4;
	width: 100%;
	margin: 0 0 55px;
	padding: 15px;
	min-height: auto;
	position: relative;
}
.stepArea li:nth-child(3n) {
	margin-right: 0;
}
.stepArea li:last-child {
	margin-bottom: 0;
}
.stepArea li:after {
	content: "";
	position: absolute;
	right: 50%;
	top: inherit;
	bottom: -40px;
	width: 30px;
	height: 30px;
	border-bottom: 2px solid #1aa6bf;
	border-right: 2px solid #1aa6bf;
	border-top: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: inherit;
	margin-right: -15px;
}

.stepArea li .step_icon {
	text-align: center;
	
}
.stepArea li h5 {
	text-align: center;

}

}

