@charset "UTF-8";
/* CSS Document */
		
html,
body {
    width: 100%;
    scroll-behavior: smooth;
}
#wrapper {
    box-sizing: border-box;
    width: 100%;
	margin: auto;
    padding: 50px 0;
}

.note {
    color: #666;
    font-size: 1.2rem;
}

/*  ------------------------------
#esthe_counseling_top
 ------------------------------ */

#esthe_counseling_top .page_title {
	margin: 0 0 30px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
	letter-spacing: 0.1em;
    text-align: center;
}
#esthe_counseling_top .esthe_counseling_menu {
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#esthe_counseling_top .esthe_counseling_menu > li {
	width: 200px;
	margin: 10px 10px;
}
#esthe_counseling_top .esthe_counseling_menu .menu_title {
	width: 200px;
	height: 200px;
    color: #000;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#esthe_counseling_top .esthe_counseling_menu .menu_title a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
    color: #000;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#esthe_counseling_top .esthe_counseling_menu #esthe_counseling_02 .menu_title {
}
#esthe_counseling_top .esthe_counseling_menu #esthe_counseling_03 .menu_title {
}
#esthe_counseling_top .esthe_counseling_menu #esthe_counseling_04 .menu_title {
}



/*  ------------------------------
footer
 ------------------------------ */

.btn_back a {
    display: block;
    width: 280px;
    margin: 70px auto 0;
    font-size: 1.5rem;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
	border: 1px solid #ccc;
}
