@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------
TOPPAGE
-------------------------------------------------------------- */
.bgP {
	background: url("../images/top/bgP.jpg") no-repeat center center / cover;
}

.red {
	color: #e61c4b;
}

.orange {
	color: #ff714c;
}
.contBox {
	width: 1024px;
	padding: 50px 12px;
	margin: 0 auto;
}

.contBox > *:last-child {
	margin-bottom: 0;
}

#topMain p.lead {
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}

#topMain h1 {
	background: url("../images/top/bgTitH1Top.png"),url("../images/top/bgTitH1Bottom.png"),linear-gradient(rgba(230,28,75,0.6),rgba(241,123,151,0.6));
	background-repeat: no-repeat;
	background-position: center 20px, center bottom 20px, 100%;
	background-size: 760px 60px, 414px 40px, auto;
	border-radius: 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: 59px;
	color: #fff;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	text-align: center;
	padding: 90px 20px 70px;
	margin-bottom: 40px;
}

#topMain h1 span {
	font-size: 50px;
	font-weight: normal;
}

#topMain #detail01 {
	margin-bottom: 40px;
}

#topMain #detail01 p.ph {
	float: left;
	margin: 0 40px 40px 0;
}

#topMain #detail01 p.ph img {
	width: 480px;
}

#topMain #detail01 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 20px;
}

#topMain #detail01 h3 {
	font-size: 22px;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
}

#topMain #detail02 p.ph {
	float: right;
	margin: 0 0 40px 40px;
}

#topMain #detail02 p.ph img {
	width: 280px;
}

#topMain #detail02 h2 {
	font-size: 22px;
	color: #ff714c;
	margin-bottom: 20px;
}

#topMain #detail02 ul {
	margin: 0 0 30px -20px;
	font-size: 0;
}

#topMain #detail02 ul li {
	font-size: 20px;
	padding-left: 18px;
	margin-left: 20px;
	display: inline-block;
	position: relative;
}

#topMain #detail02 ul li::before {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #211915;
	position: absolute;
	left: 0;
	top: 10px;
}

#topMain #detail02 .orange {
	font-weight: bold;
}

#treatmentMenu {
	background-color: #fbebdc;
}

#treatmentMenu .tit {
	background-color: #211915;
}

#treatmentMenu .tit h2 {
	width: 1024px;
	padding: 30px 12px;
	margin: 0 auto;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	color: #fff;
	text-align: center;
}

#treatmentMenu .tmBox + .tmBox {
	margin-top: 30px;
}

#treatmentMenu .tmBox .mTitBg {
	border-top: 2px solid #7a2849;
	background: url("../images/top/bgMtit.png") #7a2849 no-repeat top left / 94px 82px;
	padding-left: 94px;
}

#treatmentMenu .tmBox .mTit {
	background-color: #e7d6c0;
	font-family: 'Noto Serif JP', serif;
	padding: 20px 20px 20px 26px;
	min-height: 94px;
}

#treatmentMenu .tmBox .mTit h3 {
	float: left;
	font-size: 30px;
}

#treatmentMenu .tmBox .mTit h3 span {
	font-size: 16px;
	vertical-align: middle;
}

#treatmentMenu .tmBox .mTit p.price {
	float: right;
	font-size: 30px;
	font-weight: bold;
	color: #7a2849;
	margin-bottom: 0;
}

#treatmentMenu .tmBox .sent {
	background-color: #fff;
	padding: 20px;
}

#treatmentMenu .tmBox .sent p.att {
	color: #7a2849;
}

#treatmentMenu .tmBox .sent > *:last-child {
	margin-bottom: 0;
}

#contact {
	text-align: center;
}

#contact .waku {
	border: 1px solid #c9a373;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 40px;
}

#contact .waku > *:last-child {
	margin-bottom: 0;
}

#contact .waku p {
	margin-bottom: 20px;
}

#contact .waku ul.btnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 20px -38px;
}

#contact .waku ul.btnList li {
	width: 450px;
	margin-left: 38px;
}

#contact .waku ul.btnList li a {
	background-color: #ff714c;
	border-radius: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 6px 20px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#contact .waku ul.btnList li a span {
	font-size: 14px;
	font-weight: normal;
}

#contact .waku ul.btnList li a:hover {
	background-color: #ff8d70;
}

#contact p.txt1 {
	font-size: 20px;
	margin-bottom: 40px;
}

#contact p.txt2 {
	font-size: 36px;
	font-weight: bold;
}

#experience img {
	width: 796px;
}

#experience h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 40px;
}

#experience #expList {
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
}

#experience #expList ul {
	width: 480px;
	margin: -30px 0 0 40px;
}

#experience #expList ul li {
	margin-top: 30px;
}

#experience #expList ul li img {
	width: 100%;
}

/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	.contBox {
		padding: 50px 10px;
	}

	#topMain #detail01 p.ph, 
	#topMain #detail02 p.ph {
		float: none;
		margin: 0 0 40px;
	}

	#treatmentMenu .tit h2 {
		padding: 30px 10px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	.contBox {
		width: 768px;
	}

	#topMain h1 {
		background-position: center 15px, center bottom 15px, 100%;
		background-size: 568px 45px, 310px 30px, auto;
		padding: 68px 20px 53px; 
	}

	#topMain #detail01 p.ph, 
	#topMain #detail02 p.ph {
		text-align: center; 
	}

	#treatmentMenu .tit h2 {
			width: 768px;
	}

	#contact .waku ul.btnList li {
		width: 324px;
	}

	#experience img {
		width: 596px;
	}

	#experience #expList ul {
		width: 354px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	.contBox {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

	#topMain p.lead {
		font-size: 18px;
	}

	#topMain h1 {
		background-position: center 20px, center bottom 20px, 100%;
		background-size: 280px 22px, 200px 19px, auto;
		font-size: 30px;
		padding: 50px 10px 40px;
	}

	#topMain h1 span {
		font-size: 28px;
	}

	#topMain #detail01 p.ph img, 
	#topMain #detail02 p.ph img {
		width: 100%;
	}

	#topMain #detail01 h2 {
		font-size: 30px;
	}

	#topMain #detail01 h2 .sTxt {
		font-size: 18px;
		font-weight: normal;
		display: block;
	}

	#treatmentMenu .tit h2 {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

	#treatmentMenu .tmBox .mTitBg {
		background-size: 47px 41px;
		padding-left: 47px;
	}

	#treatmentMenu .tmBox .mTit {
		padding: 10px 10px 10px 13px;
		min-height: 96px;
	}

	#treatmentMenu .tmBox .mTit h3 {
		float: none;
		font-size: 22px;
	}

	#treatmentMenu .tmBox .mTit h3 span {
		font-size: 14px;
		display: block;
	}

	#treatmentMenu .tmBox .mTit p.price {
		font-size: 22px;
	}

	#contact {
		text-align: left;
	}

	#contact .waku p.btn {
		width: 100%;
		text-align: center;
	}

	#contact .waku ul.btnList {
		margin: -20px 0 20px;
	}

	#contact .waku ul.btnList li {
		width: 100%;
		margin: 20px 0 0;
	}

	#contact .waku ul.btnList li a {
		padding: 20px 10px;
		text-align: center;
	}

	#contact .waku ul.btnList li a span {
		width: 100%;
	}

	#contact .waku p.lineBtn {
		text-align: center;
	}

	#contact p.txt2 {
		font-size: 32px;
		text-align: center;
	}

	#experience img {
		width: 300px;
	}

	#experience #expList {
		margin: -30px 0 0;
	}

	#experience #expList ul {
		width: auto;
		margin: 0;
	}

}
