@charset "utf-8";
/* ===============================================================
      HOME
=============================================================== */
.topMv {
	width: 100%;
	margin: 15px auto 30px;
}
.leadArea {
	margin-bottom: 40px;
}
.leadArea .mainCopy {
	margin-bottom: 25px;
	text-align: center;
}
.mainCopy span {
	font-family: YuGothic, "游ゴシック", "メイリオ", "Meiryo UI", Verdana;
	font-size: 19px;
	font-weight: bold;
}
.leadArea .leadImg {
	margin: 0 auto 15px;
	height: auto;
	width: 70%;
}
.leadArea .phrase {
	color: #ff8379;
}
.menuArea {
	margin-bottom: 40px;
}
.menuArea .menuTtl {
	margin: 0 auto 20px;
	height: auto;
	width: 200px;
}
.menuArea .menuList {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}
.menuArea .menuList li {
	width: auto;
	padding: 10px;
	margin: 10px;
	display: block;
}
.menuArea .menuList li a {
	display: block;
}
.menuArea .menuList .thum {
	width: 80%;
	margin: 0 auto 15px;
}
.menuArea .menuName {
	background-color: #ffcfcb;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	font-size: 14px !important;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hairmakeMenu_Area {
	display: block;
}

.hairmakeMenu_Inner .menuTtl {
	margin: 0 auto 20px;
	height: auto;
	width: 200px;
}
.hairmakeMenu_Inner h3 {
	text-align: center;
}
.hairmakeMenu_Inner .menuName {
	background-color: #ffcfcb;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	font-size: 13px !important;
	font-weight: normal;
	padding: 6px 20px;
	display: inline-block;
	margin: 5px 5px 15px;
}
.hairmakeMenu_Inner .hairmake_Img {
	padding-top: 15px;
}
.infoArea {
	margin-bottom: 40px;
	min-height: 500px;
}
.infoArea .infoTtl {
	margin: 0 auto 20px;
	height: auto;
	width: 200px;
}
.salonPhoto {
	margin-bottom: 15px;
}
.salonInfo {
	width: 100%;
}
.salonInfo dt {
	float: left;
	width: 95px;
	padding: 12px 0 8px;
	font-family: "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.salonInfo dd {
	padding: 10px 100px 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcfcb;
	font-size: 16px;
}
.salonInfo .ttl_Contact {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 10px;
	font-size: 100%;
}
.salonInfo .btn_Tel {
	font-family: "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	background-color: #ffcfcb;
	text-align: center;
	display: block;
	padding: 15px 15px 10px 15px;
	font-size: 20px;
	margin-bottom: 10px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	font-weight: bold;
}
.salonInfo .btn_Con a {
	font-family: "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	background-color: #ffcfcb;
	text-align: center;
	display: block;
	padding: 15px 15px 10px 15px;
	font-size: 20px;
	margin-bottom: 10px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	font-weight: bold;
}
.salonInfo .btn_Con a:hover {
	background-color: #ffe1df;
	opacity: 0.8 !important;
}

/* small pc  */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	.topMv {
		height: auto;
		width: 94%;
		margin: 40px auto 30px;
	}
	.leadArea {
		margin-bottom: 80px;
	}
	.leadArea .mainCopy {
		background-image: url(../img/top/copy1.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		font-size: 36px;
		height: 27px;
		margin-bottom: 25px;
	}
	.mainCopy span {
		display: none;
	}
	.leadArea .leadImg {
		float: right;
		margin-bottom: 15px;
		margin-left: 20px;
		height: 394px;
		width: 400px;
	}
	.menuArea {
		margin-bottom: 100px;
	}
	.menuArea .menuTtl {
		margin: 0 auto 20px;
		height: 78px;
		width: 305px;
	}
	.menuArea .menuList {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menuArea .menuList li {
		width: 30%;
		margin: 0 5% 0 0;
		padding: 0;
		display: inline-block;
	}
	.menuArea .menuList li:nth-child(3n) {
		margin-right: 0;
	}
	.menuArea .menuList li:after {
		content: "";
		display: block;
		clear: both;
	}
	.menuArea .menuList .thum {
		width: 100%;
		margin-bottom: 15px;
	}
	.menuArea .menuName {
		background-color: #ffcfcb;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		font-size: 15px !important;
		font-weight: normal;
		padding-top: 6px;
		padding-right: 15px;
		padding-bottom: 6px;
		padding-left: 15px;
	}
	.hairmakeMenu_Inner .menuTtl {
		margin: 0 auto 20px;
		height: 78px;
		width: 305px;
	}
	.hairmakeMenu_Inner h3 {
		text-align: center;
	}
	.tab_flexbox .hairmake_Img {
		width: 35%;
		margin: 0 5% 0 0;
		display: block;
		padding: 0;
	}
	.tab_flexbox .hairmakeTxt {
		width: 60%;
		display: block;
	}
	.tab_flexbox .hairmake_Img:after,
	.tab_flexbox .hairmakeTxt:after {
		content: "";
		display: block;
		clear: both;
	}
	.hairmakeMenu_Inner .menuName {
		background-color: #ffcfcb;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		font-size: 15px !important;
		font-weight: normal;
		padding: 6px 20px;
		display: inline-block;
		margin: 5px 5px 15px;
	}
	.infoArea .infoTtl {
		margin: 0 auto 30px;
		height: 78px;
		width: 305px;
	}
	.salonPhoto {
		width: 47.5%;
		margin: 0 5% 0px 0;
		display: block;
	}
	.salonInfo {
		width: 47.5%;
		display: block;
		position: inherit;
		top: auto;
		left: auto;
	}
	.salonInfo dt {
		float: left;
		width: 100px;
		padding: 12px 0 8px;
		font-family: "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	}
	.salonInfo dd {
		padding: 10px 120px 10px 0;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ffcfcb;
		font-size: 16px;
	}
	.salonInfo .ttl_Contact {
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		margin: 30px 0 10px;
	}
	.salonInfo .btn_Tel {
		font-family: "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
		background-color: #ffcfcb;
		text-align: center;
		display: block;
		padding: 15px 15px 10px 15px;
		font-size: 22px;
		margin-bottom: 10px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		font-weight: bold;
	}
	.salonInfo .btn_Con a {
		font-family: "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
		background-color: #ffcfcb;
		text-align: center;
		display: block;
		padding: 15px 15px 10px 15px;
		font-size: 22px;
		margin-bottom: 10px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		font-weight: bold;
	}
	.salonInfo .btn_Con a:hover {
		background-color: #ffe1df;
		opacity: 0.8 !important;
	}
}

/* ===============================================================
      サロン案内
=============================================================== */
.access #gMaps {
	margin-bottom: 20px;
}
.access .list1 {
	margin-bottom: 20px;
}
.access h4 {
	font-weight: bold;
}
.access .accessFlow {
	counter-reset: number 0;
	margin-bottom: 15px;
}
.access .accessFlow li {
	margin-left: 2em;
	text-indent: -1.3em;
	margin-bottom: 0.5em;
}
.access .accessFlow li:before {
	counter-increment: number 1;
	content: counter(number) ". ";
	color: #ff8379;
	font-weight: bold;
}
.profPhoto {
	width: 70%;
	margin: 0 auto 30px auto;
}

/* ===============================================================
      まつげエクステ / まつげパーマ
=============================================================== */
.eyelash .ttl2 {
	text-align: left;
}

/* ===============================================================
      眉スタイリング
=============================================================== */
.eyebrow__wrap {
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 3px dashed #fddbd9;
}
#eyebro_laminate {
	padding-top: 80px;
	margin-top: -80px;
}

/* ===============================================================
      ヘアメイク / 着付け / 写真
=============================================================== */
.photoFlow li {
	width: 80%;
	display: block;
	margin: 0 auto 10px auto;
}
.photoFlow li:after {
	content: "▼";
	display: block;
	clear: both;
	color: #ffa8a8;
	margin-bottom: 10px;
	text-align: center;
	font-size: 30px;
}
.photoFlow li:nth-child(4n):after {
	content: none;
}
#kitsuke {
	margin-bottom: 40px;
}
.kitsukeFlows {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	counter-reset: number 0;
}
.kitsukeFlows .kitsukeFlow {
	width: 47%;
	margin: 0 6% 20px 0;
	display: block;
}
.kitsukeFlows .kitsukeFlow:nth-child(2n) {
	margin-right: 0;
}
.kitsukeFlows .kitsukeFlow:after {
	content: "";
	display: block;
	clear: both;
}
.kitsukeFlows .kitsukeFlow .flowTtl {
	font-weight: bold;
	margin-bottom: 5px;
	width: 100%;
	display: block;
}
.kitsukeFlows .kitsukeFlow .flowTtl:before {
	counter-increment: number 1;
	content: counter(number) ". ";
}
.kitsukeFlows .kitsukeFlow img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.kitsukeFlows .flow-Lsize {
	display: block;
	width: 100%;
}

/* ===============================================================
      お顔そり（毛穴ケア）
=============================================================== */
.shave_example {
	margin-bottom: 40px;
}
.shave_example .ttl1 {
	font-size: 1.8rem;
}

/* ===============================================================
      フェイシャルエステ
=============================================================== */
#suiso {
	margin-bottom: 40px;
}
.suiso .ttl2 br {
	display: none;
}
.suiso .mb80 {
	margin-bottom: 20px !important;
}
.suiso .column2 {
	margin-bottom: 20px;
}
.suisoPoint {
	counter-reset: number 0;
}
.suisoPoint .box2 {
	margin-bottom: 25px;
}
.suisoPoint .box2 .box-title {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-size: 17px;
	color: #ff8379;
}
.suisoPoint .box2 .box-title:after {
	counter-increment: number 1;
	content: counter(number) "";
	font-size: 24px;
	margin-left: 5px;
}
.suisoPoint .box2 .ttl4 {
	display: inline-block;
	border-bottom: 3px dotted #ff8379;
	margin-bottom: 10px;
}
.suisoFlow .ttl2 {
	color: #444;
	text-align: center;
}
.suisoPoint .txt2 {
	color: #f80e07;
	font-weight: bold;
}
.flows {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.flows .flow {
	width: 44%;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	font-size: 12px;
}
.flows .flow:first-child {
	width: 94%;
}
.flows .flow:nth-child(2n) {
	width: 6%;
	background: url(../img/facial/arrow.png) no-repeat top 40px center;
	background-size: 12px auto;
}
.flows .flow:after {
	content: "";
	display: block;
	clear: both;
}
.flows .flow p {
	margin-bottom: 0 !important;
}
.flows .flow img {
	margin-bottom: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.suisoFlow .box2 .box-title {
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#keana {
	border-top: 3px dotted #ffcfcb;
	padding-top: 30px;
}
.shave_flow .flow:first-child {
	width: 44%;
}

/* ===============================================================
      ご予約 / お問合わせ
=============================================================== */
#form {
	padding-top: 80px;
	margin-top: -80px;
}
.contactLink li {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	background-color: #ffe6e3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contactLink li:first-child i {
	font-size: 24px;
	margin-right: 10px;
}
.contactLink li:first-child a,
.contactLink li:last-child a {
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 55px;
	line-height: 55px;
	display: block;
}
.contactLink .telBtn1,
.contactLink .telBtn2 {
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 55px;
	line-height: 55px;
	display: flex;
	flex-wrap: wrap;
	align-items: center; /*縦*/
	width: 100% !important;
}
.contactLink .telBtn1 i {
	display: block;
	font-size: 24px;
	margin-right: 10px;
}
.contactLink .telBtn2 i {
	display: block;
	font-size: 40px;
	margin-right: 10px;
}
.contactLink .telBtn1 a,
.contactLink .telBtn2 a {
	display: block;
}
.contactLink .lineIcn {
	background-image: url(../img/common/line.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: 30px;
	padding-left: 42px;
}

#form .ttl2 {
	text-align: center;
	border-bottom: 1px solid #ff8379;
}
