.pageMv {
	border-top: 5px solid #b38728;
	background: url(../img/common/bg_page_mv.webp) center center/1500px auto;
	height: 175px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}
.pageMv h2.pageMvTextTtl {
	max-width: none !important;
	white-space: nowrap;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1;
}


/*

当店が初めての方

*/

.newvisiter .pageMv h2 {
	max-width: 297px;
}

.newvisiterCont {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto 100px auto;
	box-sizing: border-box;
}

.newvisiterTop {
	position: relative;
	z-index: 3;
}
.newvisiterTop dl {
	margin: -70px 0 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}
.newvisiterTop dl dt {
	width: 100px;
	margin-left: 30px;
}
.newvisiterTop dl dd {
	width: calc(65% - 100px);
	text-align: center;
}
.newvisiterTop dl dd span {
	display: inline-block;
    background: #fff;
    border: 2px solid #73581d;
    padding: 10px 20px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
	width: 100%;
	box-sizing: border-box;
}
.newvisiterTop dl dd span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #73581d;
    position: absolute;
    right: -16px;
    top: calc(50% - 11px);
}
.newvisiterTop dl dd span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 17px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -13px;
    top: calc(50% - 12px);
}
.newvisiterTop ul {
	display: flex;
	justify-content: space-between;
}
.newvisiterTop ul li {
	width: 23.5%;
}

.newvisiterCont01 {
	padding: 150px 0 0 0;
	margin-top: -50px;
}
.newvisiterCont01 h3 {
	max-width: 304px;
}
.newvisiterCont01 h3 + p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 70px;
}
.newvisiterCont01 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newvisiterCont01 ul li {
	width: 48%;
	padding: 0 30px;
	margin-bottom: 110px;
	box-sizing: border-box;
	border: 1px solid #73581d;
}
.newvisiterCont01 ul li h4 {
	text-align: center;
	position: relative;
	left: auto;
	top: -25px;
}
.newvisiterCont01 ul li h4 span {
	display: inline-block;
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 0 20px;
	background: url(../img/common/bg_main.gif) left top/150px;
}
.newvisiterCont01 ul li:nth-child(2) h4 {
	top: -22px;
}
.newvisiterCont01 ul li:nth-child(2) h4 span {
	font-size: 20px;
}
.newvisiterCont01 ul li dl {
	margin: -20px 0 0 0;
}
.newvisiterCont01 ul li:nth-child(2) dl {
	margin: -10px 0 0 0;
}
.newvisiterCont01 ul li dl dt {
	font-size: 16px;
}
.newvisiterCont01 ul li:nth-child(-n+2) dl dt {
	min-height: 80px;
}
.newvisiterCont01 ul li:nth-child(n+3) dl dt {
	min-height: 110px;
}
.newvisiterCont01 ul li p {
	position: relative;
	bottom: -37px;
	left: auto;
	text-align: center;
	background: #fff;
}

.newvisiterCont02 {
	padding: 150px 0 0 0;
	margin-top: -50px;
}
.newvisiterCont02 h3 {
	max-width: 460px;
}
.newvisiterCont02 > div {
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 80px 80px 50px 80px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.newvisiterCont02 > div > div {
	border: 1px solid #73581d;
	padding: 70px 0 50px 0;
	position: relative;
}
.newvisiterCont02 > div > div dl {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: absolute;
	top: -51px;
	left: -50px;
}
.newvisiterCont02 > div > div dl dt {
	width: 100px;
}
.newvisiterCont02 > div > div dl dd {
	margin-left: 20px;
}
.newvisiterCont02 > div > div dl dd span {
    display: inline-block;
    background: #fbf3e3;
    border: 1px solid #73581d;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
}
.newvisiterCont02 > div > div dl dd span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 13px 8px 0;
    border-color: transparent #73581d transparent transparent;
    position: absolute;
    left: -13px;
    top: calc(50% - 7px);
}
.newvisiterCont02 > div > div dl dd span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 12px 7px 0;
    border-color: transparent #fbf3e3 transparent transparent;
    position: absolute;
    left: -11px;
    top: calc(50% - 6px);
}
.newvisiterCont02 > div > div ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.newvisiterCont02 > div > div ul li {
	width: 35%;
	padding: 0 0 15px 20px;
	margin: 0 25px 15px 25px;
	border-bottom: 1px solid #73581d;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}
.newvisiterCont02 > div > div ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #73581d;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
}
.newvisiterCont02 > div > div ul li:last-child::before {
	display: none;
}
.newvisiterCont02 > div > div ul li:nth-child(n+5) {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.newvisiterCont03 {
	margin-bottom: 100px;
}
.newvisiterCont03 h4 {
	text-align: center;
}
.newvisiterCont03 h4 span {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #bf7e92;
	position: relative;
	margin-bottom: 30px;
}
.newvisiterCont03 h4 span::before,
.newvisiterCont03 h4 span::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #bf7e92;
	position: absolute;
	left: 0;
}
.newvisiterCont03 h4 span::before {
	bottom: -4px;
}
.newvisiterCont03 h4 span::after {
	bottom: -7px;
}
.newvisiterCont03 h4 + p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
}
.newvisiterCont03 dl {
	padding-top: 40px;
	border-top: 1px solid #d4c9b3;
}
.newvisiterCont03 dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.newvisiterCont03 dl dd ul {
	display: flex;
	justify-content: space-between;
}
.newvisiterCont03 dl dd ul li {
	width: 24%;
}
.newvisiterCont03 dl dd ul li p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.5;
}



/*

来店したことがある方

*/

.repeater .pageMv h2 {
	max-width: 375px;
}

.repeaterCont {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

.repeaterTop {
	position: relative;
	z-index: 3;
}
.repeaterTop dl {
	margin: -70px 0 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}
.repeaterTop dl dt {
	width: 100px;
	margin-left: 30px;
}
.repeaterTop dl dd {
	width: calc(65% - 100px);
	text-align: center;
}
.repeaterTop dl dd span {
	display: inline-block;
    background: #fff;
    border: 2px solid #73581d;
    padding: 10px 20px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
	width: 100%;
	box-sizing: border-box;
}
.repeaterTop dl dd span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #73581d;
    position: absolute;
    right: -16px;
    top: calc(50% - 11px);
}
.repeaterTop dl dd span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 17px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -13px;
    top: calc(50% - 12px);
}
.repeaterTop ul {
	display: flex;
	justify-content: space-between;
}
.repeaterTop ul li {
	width: 32%;
}

.repeaterCont01 {
	padding: 150px 0 0 0;
	margin-top: -50px;
}
.repeaterCont01 h3 {
	max-width: 384px;
}
.repeaterCont01 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.repeaterCont01 ul li:first-child {
	width: 50%;
}
.repeaterCont01 ul li:first-child p {
	font-size: 16px;
	margin-bottom: 10px;
}
.repeaterCont01 ul li:last-child {
	width: 45%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.repeaterCont02 {
	padding: 150px 0 0 0;
	margin-top: -50px;
}
.repeaterCont02 h3 {
	max-width: 495px;
}
.repeaterCont02 > div {
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 40px 35px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.repeaterCont02 > div dl.top {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.repeaterCont02 > div dl.top dt {
	width: 60px;
	margin-right: 10px;
}
.repeaterCont02 > div dl.top dd {
	font-size: 24px;
	font-weight: bold;
}
.repeaterCont02 > div dl.top + p {
	font-size: 16px;
	margin-bottom: 30px;
}
.repeaterCont02 > div dl.repeaterContTtl {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.repeaterCont02 > div dl.repeaterContTtl dt {
	width: 100px;
}
.repeaterCont02 > div dl.repeaterContTtl dd {
	margin-left: 30px;
}
.repeaterCont02 > div dl.repeaterContTtl dd span {
    display: inline-block;
    background: #fbf3e3;
    border: 1px solid #73581d;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
}
.repeaterCont02 > div dl.repeaterContTtl dd span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 13px 8px 0;
    border-color: transparent #73581d transparent transparent;
    position: absolute;
    left: -13px;
    top: calc(50% - 7px);
}
.repeaterCont02 > div dl.repeaterContTtl dd span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 12px 7px 0;
    border-color: transparent #fbf3e3 transparent transparent;
    position: absolute;
    left: -11px;
    top: calc(50% - 6px);
}

.repeaterCont02_01 > div ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.repeaterCont02_01 > div ul li {
	width: 48%;
}

.repeaterCont02_02 dl + p + p {
	width: 85%;
	margin: 20px auto 30px auto;
}

.repeaterCont03 {
	padding: 150px 0 0 0;
	margin: -50px 0 100px 0;
}
.repeaterCont03 h3 {
	max-width: 455px;
}
.repeaterCont03 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.repeaterCont03 ul li:first-child {
	width: 55%;
}
.repeaterCont03 ul li:first-child p {
	font-size: 16px;
	margin-bottom: 10px;
}
.repeaterCont03 ul li:last-child {
	width: 40%;
}




/*

店舗紹介

*/

.shop .pageMv h2 {
	max-width: 150px;
}

.shopCont {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto 100px auto;
	box-sizing: border-box;
}
.shopAbout {
	margin-bottom: 100px;
}
.shopAbout h3 {
	max-width: 400px;
}
.shopAbout ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 40px;
}
.shopAbout ul li {
	width: 48%;
	background: #fffbf4;
	border: 1px solid #ca8b9e;
	position: relative;
	padding: 45px 35px 35px 35px;
	margin-bottom: 70px;
	box-sizing: border-box;
}
.shopAbout ul li p {
	width: 210px;
	position: absolute;
	top: -33px;
	left: calc(50% - 105px);
}
.shopAbout ul li dd {
	margin-top: 20px;
	font-size: 16px;
}
.shopAbout ul li dd span {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 14px;
}

.shopPractitioner {
	margin-bottom: 100px;
}
.shopPractitioner h3 {
	max-width: 270px;
}
.shopPractitioner ul {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.shopPractitioner ul li:first-child {
	width: 35%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.shopPractitioner ul li:first-child img {
	margin-bottom: 10px;
}
.shopPractitioner ul li:last-child {
	width: 60%;
}
.shopPractitioner ul li:last-child p {
	margin-bottom: 15px;
	font-size: 16px;
}
.shopPractitioner > p {
	margin-top: 40px;
}

.shopDetail {
	margin-bottom: 100px;
}
.shopDetail h3 {
	max-width: 178px;
}
.shopDetail ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.shopDetail ul li {
	width: 48%;
}
.shopDetail ul li dl dt {
	max-width: 272px;
	margin-bottom: 15px;
}
.shopDetail ul li dl dd:nth-child(2) {
	font-size: 16px;
	margin-bottom: 10px;
}
.shopDetail ul li dl dd:nth-child(3) span {
	font-size: 16px;
	border-bottom: 1px solid #73581d;
	position: relative;
	padding-left: 30px;
	display: inline-block;
	padding-bottom: 3px;
}
.shopDetail ul li dl dd:nth-child(3) span::before {
	content: "";
    width: 17px;
    height: 20px;
    background: url(../img/common/ico_train.webp) center top/cover;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
}


/*

スクール

*/

.school .pageMv h2 .pcOnly {
	max-width: 600px;
}

.schoolCont {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto 100px auto;
	box-sizing: border-box;
}
.schoolCont > p {
	font-size: 16px;
	margin-bottom: 80px;
}
.schoolAbout {
	margin-bottom: 100px;
	text-align:center;
}
.schoolAbout h3 {
	max-width: 187px;
}
.schoolAbout dl {
	margin-bottom: 40px;
}
.schoolAbout dl dt {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #7e6738;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}
.schoolAbout dl dt span {
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	color: #ca8b9e;
	margin-right: 5px;
}
.schoolAbout dl dd {
	font-size: 16px;
}

.schoolPrice {
	margin-bottom: 70px;
}
.schoolPrice + .schoolPrice {
	margin-bottom: 50px;
}
.schoolPrice h3 {
	max-width: 190px;
}
.schoolPrice h3 + p {
	max-width: 506px;
	margin: 0 auto 40px auto;
}
.schoolPrice h4 {
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	color: #ca8b9e;
	position: relative;
}
.schoolPrice h4::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #ca8b9e;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: calc(50% - 6px);
}
.scoolPriceCont {
	margin-bottom: 40px;
}
.scoolPriceCont h5 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.scoolPriceCont h5 + p {
	font-size: 14px;
	margin-bottom: 10px;
}
.scoolPriceCont dl {
	display: flex;
	align-items: center;
	border-top: 1px solid #7e6738;
	border-bottom: 1px solid #7e6738;
	border-left: 1px solid #7e6738;
	border-right: 1px solid #7e6738;
	background: #e4d6b7;
}
.scoolPriceCont h5 + p + dl {
	border-top: 1px solid #7e6738;
}
.scoolPriceCont dl dt {
	width: 180px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.scoolPriceCont dl dd {
	width: calc(100% - 180px);
	border-left: 1px solid #7e6738;
	padding: 15px;
	background: url(../img/common/bg_main.gif) left top/150px;
	font-size: 16px;
	box-sizing: border-box;
}
.scoolPriceCont dl dd span {
	font-size: 14px;
}
.scoolPriceCont dl + ul {
	font-size: 16px;
	margin-top: 10px;
}
.scoolPriceCont dl + ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.scoolPriceCont dl + ul + p {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 16px;
	margin-top: 20px;
}

.schoolForm {
	margin-bottom: 100px;
}
.schoolForm dl {
	margin-bottom: 30px;
}
.schoolForm dl dt {
	text-align: center;
	margin-bottom: 10px;
}
.schoolForm dl dt span {
	font-size: 30px;
	font-weight: bold;
	background: url(../img/school/bg_border.webp) repeat-x left bottom/auto 12px;
	line-height: 1.5;
}
.schoolForm dl dd {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.schoolForm ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.schoolForm ul li {
	width: 48%;
	margin-bottom: 4%;
}
.schoolForm ul li:last-child {
	width: 60%;
	margin: 0 auto;
}



/*

オンライン相談

*/

.online .pageMv h2 {
	max-width: 375px;
}

.onlinePageCont {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto 100px auto;
	box-sizing: border-box;
}

.onlineAbout {
	margin-bottom: 65px;
}
.onlineAbout h3 {
	max-width: 460px;
}
.onlineAbout ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.onlineAbout ul li:first-child {
	width: 50%;
}
.onlineAbout ul li:first-child p {
	font-size: 16px;
	margin-bottom: 10px;
}
.onlineAbout ul li:last-child {
	width: 45%;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 45px 50px;
	box-sizing: border-box;
}
.onlineAbout ul li:last-child img {
	width: 80%;
	margin: 0 auto 10px auto;
	display: block;
}
.onlineAbout ul li:last-child p {
	font-size: 14px;
	line-height: 1.6;
}
.onlineAbout .lineFriendText {
	display: block;
	margin-top: 12px;
	color: #07b53b;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.onlineAbout .lineFriendText.spOnly {
	display: none;
}

.onlineReservation {
	margin-bottom: 100px;
}
.onlineReservation h4 {
	text-align: center;
	margin-bottom: 5px;
}
.onlineReservation h4 span {
	font-size: 30px;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	display: inline-block;
}
.onlineReservation h4 span::before,
.onlineReservation h4 span::after {
	content: "";
	width: 50px;
	height: 1px;
	background: #73581d;
	position: absolute;
	top: 50%;
}
.onlineReservation h4 span::before {
	left: -70px;
}
.onlineReservation h4 span::after {
	right: -70px;
}
.onlineReservation h4 + p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.onlineReservation ul {
	display: flex;
	justify-content: space-between;
}
.onlineReservation ul li {
	width: 48%;
}

.onlineFlow {
	margin-bottom: 100px;
}
.onlineFlow h3 {
	max-width: 380px;
}
.onlineFlow ul {
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	padding: 40px;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.onlineFlow ul::after {
	content: "";
	width: 60px;
	height: 60px;
	background: url(../img/online/ico_arrow.webp)no-repeat center top/cover;
	position: absolute;
	left: calc(50% - 30px);
	bottom: -80px;
}
.onlineFlow ul:last-child::after {
	display: none;
}
.onlineFlow ul li:first-child {
	width: 65%;
}
.onlineFlow ul li:first-child dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.onlineFlow ul li:first-child dl dt {
	width: 10%;
}
.onlineFlow ul li:first-child dl dd {
	width: 87%;
}
.onlineFlow ul li:first-child dl dd a {
	text-decoration: underline;
	color: #ca8b9e;
}
.onlineFlow ul li:first-child p:nth-child(2) {
	margin-top: 15px;
}
.onlineFlow ul li:last-child {
	width: 35%;
}

.onlineFlow {
	margin-bottom: 100px;
}
.onlineForm h3 {
	max-width: 580px;
}

.formCont {
	max-width: 650px;
	margin: 0 auto;
}
.formCont dl {
	margin-bottom: 40px;
}
.formCont dl dt {
	font-size: 16px;
	margin-bottom: 10px;
}
.formCont dl dt span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #ca8b9e;
	border: 1px solid #ca8b9e;
	padding: 2px 4px;
	margin-left: 10px;
	line-height: 1;
}
.formCont dl dd input {
	width: 100%;
	border: 1px solid #73581d;
	background: #fff;
	padding: 12px 15px;
	box-sizing: border-box;
	font-size: 16px;
}
.formCont dl dd textarea {
	width: 100%;
	height: 180px;
	border: 1px solid #73581d;
	background: #fff;
	padding: 12px 15px;
	box-sizing: border-box;
	font-size: 16px;
}
.formCont dl.date dd {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.formCont dl.date dd span {
	display: inline-block;
	width: 100px;
	font-weight: bold;
	font-size: 18px;
}
.formCont dl.date dd .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 16px !important;
    font-weight: normal !important;
    display: block !important;
	width: 300px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: red !important;
	color: red !important;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
}
.sent .wpcf7-response-output {
	display: none !important;
}
.formCont dl.date dd input {
	width: 180px;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.formCont .pp {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
.formCont .pp a {
	text-decoration: underline;
	font-size: 18px;
}
.formCont .pp a:hover {
	text-decoration: none;
}
.formCont .pp + p input {
	width: 410px;
	height: 69px;
	margin: 0 auto;
	background: url(../img/online/btn.webp) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	cursor: pointer;
	transition: 0.2s;
	display: block;
	border: none;
}
.formCont .pp + p input:hover {
	opacity: 0.8;
	transition: 0.2s;
}

.thanks h3 {
	max-width: 417px;
}
.thanks p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}


/*

料金表

*/

.price .pageMv h2 {
	max-width: 150px;
}

.priceCont {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto 100px auto;
	box-sizing: border-box;
}

.priceAbout {
	margin-bottom: 100px;
}
.priceAbout > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.priceAbout > ul > li {
	width: 48%;
}
.priceAbout > ul > li img {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.priceAbout > ul > li > p {
	font-size: 16px;
}

.priceAboutTop h3 {
	max-width: 343px;
}
.priceAboutTop > ul > li > ul {
	margin-bottom: 20px;
}
.priceAboutTop > ul > li > ul > li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 16px;
}

.priceAboutBottom h3 {
	max-width: 369px;
}

.priceList {
	margin-bottom: 100px;
}
.priceList h4 {
	border-bottom: 1px solid #7e6738;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}
.priceList h4 span {
	font-size: 24px;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	color: #ca8b9e;
}
.priceList h4 + p,
.priceList h4 + dl + p {
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	text-align: right;
	margin-bottom: 10px;
}
.priceList h4 + dl {
	margin-bottom: 10px;
}
.priceList h4 + dl dt {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 3px;
}
.priceList h4 + dl dd {
	font-size: 16px;
	line-height: 1;
}
.priceList div > div > dl {
	display: flex;
	box-sizing: border-box;
}
.priceList div > div > dl.dlTop {
	border-top: 1px solid #73581d;
}
.priceList div > div > dl dt {
	width: 30%;
	border-left: 1px solid #73581d;
	border-right: 1px solid #73581d;
	border-bottom: 1px solid #73581d;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	background: #e4d6b7;
	text-align: center;
	line-height: 1.6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.priceList div > div > dl dd {
	width: 70%;
	border-right: 1px solid #73581d;
	border-bottom: 1px solid #73581d;
	padding: 15px 20px;
	box-sizing: border-box;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.priceList div > div > dl.center dd {
	text-align: center;
}
.priceList div > div > dl.title dd {
	font-weight: bold;
	background: #e4d6b7;
	text-align: center;
}

.priceTop {
	margin-bottom: 40px;
}

.priceList .time {
	border: 1px solid #73581d;
	background: #fff;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
}
.priceList .txt {
	font-size: 16px;
	margin-top: 20px;
}


/*

施術実績　共通

*/

.resultsCont {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto 100px auto;
	box-sizing: border-box;
}

.resultsList {
	margin-bottom: 100px;
}
.resultsList h3 {
	max-width: 165px;
}
.resultsList .photoList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.resultsList .photoList > li {
	width: 43%;
	margin-bottom: 80px;
}
.resultsList .photoList > li > ul {
	display: flex;
	justify-content: space-between;
}
.resultsList .photoList > li > ul li {
	width: 42%;
	position: relative;
}
.resultsList .photoList > li > ul li:first-child::after {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../img/results/common/ico_arrow.webp) no-repeat center top/cover;
	position: absolute;
	top: calc(50% - 20px);
	right: -55px;
}
.resultsList .photoList > li > ul li dl dt img {
	border: 1px solid #fff;
}
.resultsList .photoList > li > ul li dl dd {
	width: 80%;
	position: absolute;
	left: calc(50% - 40%);
	bottom: -12px;
}

.pager ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pager ul li a,
.pager ul li span {
	display: block;
	border: 1px solid #7e6738;
	padding: 10px 12px;
	line-height: 1;
	margin: 0 5px;
	transition: 0.2s;
}
.pager ul li span,
.pager ul li a:hover {
	background: #7e6738;
	color: #fff;
	transition: 0.2s;
}


/*

施術実績　角質ケア

*/

.resultsHornycare .pageMv h2 {
	max-width: 157px;
}

.resultsHornycareContTop {
	margin-bottom: 100px;
}
.resultsHornycareContTop h3 {
	max-width: 146px;
}
.resultsHornycareContTop p {
	font-size: 16px;
	margin-bottom: 10px;
}

/*

施術実績　変形爪

*/

.resultsDeformednails .pageMv h2 {
	max-width: 157px;
}

.resultsDeformednailsContTop {
	margin-bottom: 100px;
}
.resultsDeformednailsContTop h3 {
	max-width: 688px;
}
.resultsDeformednailsContTop p {
	font-size: 16px;
	margin-bottom: 10px;
}

/*

施術実績　巻き爪補正

*/

.resultsIngrownnails .pageMv h2 {
	max-width: 179px;
}

.resultsIngrownnailsContTop {
	margin-bottom: 100px;
}
.resultsIngrownnailsContTop h3 {
	max-width: 236px;
}
.resultsIngrownnailsContTop ul {
	display: flex;
	justify-content: space-between;
}
.resultsIngrownnailsContTop ul li:first-child {
	width: 60%;
}
.resultsIngrownnailsContTop ul li:first-child p {
	font-size: 16px;
	margin-bottom: 10px;
}
.resultsIngrownnailsContTop ul li:last-child {
	width: 37%;
}
.resultsIngrownnailsContTop ul li:last-child p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}


/*

施術実績　爪切り

*/

.resultsNailcippers .pageMv h2 {
	max-width: 158px;
}

.resultsNailcippersContTop {
	margin-bottom: 50px;
}
.resultsNailcippersContTop h3 {
	max-width: 123px;
}
.resultsNailcippersContTop ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.resultsNailcippersContTop ul.cont02 {
	flex-direction: row-reverse;
}
.resultsNailcippersContTop ul li:first-child {
	width: 60%;
}
.resultsNailcippersContTop ul li:first-child p {
	font-size: 16px;
	margin-bottom: 10px;
}
.resultsNailcippersContTop ul li:last-child {
	width: 37%;
}
.resultsNailcippersContTop .txt p {
	font-size: 16px;
	margin-bottom: 10px;
}

.resultsNailcippersContMiddle {
	margin-bottom: 120px;
}
.resultsNailcippersContMiddle h3 {
	text-align: center;
	margin-bottom: 50px;
}
.resultsNailcippersContMiddle h3 span {
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	display: inline-block;
	border-bottom: 1px solid #7e6738;
	padding-bottom: 3px;
}
.resultsNailcippersContMiddle ul {
	display: flex;
	justify-content: space-between;
}
.resultsNailcippersContMiddle ul li {
	width: 24%;
}

.resultsNailcippers .impressionsCont {
	margin-top: 100px;
}




/*

Q&A

*/

.faq .pageMv h2 {
	max-width: 62px;
}

.faqCont {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto 100px auto;
	box-sizing: border-box;
}
.faqList dl {
	margin-bottom: 60px;
}
.faqList dl dt {
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	padding: 15px 0 15px 60px;
	margin-bottom: 20px;
	border-bottom: 1px solid #7e6738;
	position: relative;
	letter-spacing: 0.05em;
}
.faqList dl dt::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../img/faq/ico_q.webp) no-repeat center center/cover;
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
}
.faqList dl dd {
	font-size: 16px;
	position: relative;
	padding-left: 60px;
	margin-bottom: 15px;
}
.faqList dl dd:last-child {
	margin-bottom: 0;
}
.faqList dl dd:nth-child(2)::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../img/faq/ico_a.webp) no-repeat center center/cover;
	position: absolute;
	left: 0;
	top: -5px;
}
.faqList dl dd a {
	text-decoration: underline;
}
.faqList dl dd a:hover {
	text-decoration: none;
}
.reservation {
	margin: -30px 0 60px 0;
}
.reservation p {
	font-size: 16px;
	margin-bottom: 15px;
}
.reservation ul {
	display: flex;
	justify-content: space-between;
}
.reservation ul li {
	width: 48%;
}

.impressionsCont {
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 75px 40px 65px 40px;
	margin-bottom: 80px;
}
.impressionsCont > div {
	border: 1px solid #73581d;
	padding: 65px 10px 50px 10px;
	position: relative;
}
.impressionsCont > div > div {
	max-width: 680px;
	margin: 0 auto;
}
.impressionsCont div h4 {
	max-width: 550px;
	background: #fff;
	padding: 0 30px;
	position: absolute;
	top: -16px;
	left: calc(50% - 275px);
}
.impressionsCont div .owner {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.impressionsCont div .owner dt {
	width: 100px;
}
.impressionsCont div .owner dd {
	padding-left: 30px;
}
.impressionsCont div .owner dd span {
	display: inline-block;
	background: #fbf3e3;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px 15px;
	position: relative;
}
.impressionsCont div .owner dd span::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #fbf3e3; transparent transparent;
	position: absolute;
	left: -10px;
	top: calc(50% - 5px);
}
.impressionsCont div a {
	display: inline-block;
	margin-left: 130px;
	background: #fbe4eb;
	padding: 10px 15px;
	color: #915a6b;
	border-radius: 5px;
	width: calc(100% - 220px);
	text-align: center;
	font-size: 18px;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}
.impressionsCont div a::after {
	content: "";
	width: 26px;
	height: 26px;
	background: url(../img/common/ico_arrow_circle01.webp) no-repeat center center/cover;
	position: absolute;
	top: calc(50% - 13px);
	right: 15px;
}
.impressionsCont div a.open {
	background: #b48895;
	color: #fff;
}
.impressionsCont div a.open::after {
	background: url(../img/common/ico_arrow_circle02.webp) no-repeat center center/cover;
}
.impressionsCont div .accordionHead + div {
	display: none;
}
.impressionsCont div .accordionHead.open a {
	pointer-events: none;
}



.faqBottom dl.firstCont {
	margin-bottom: 40px;
}
.faqBottom dl.firstCont dt {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 30px 15px;
	background: #fff;
	border: 1px solid #73581d;
	line-height: 1.6;
	margin-bottom: 60px;
	position: relative;
}
.faqBottom dl.firstCont dt::after {
	content: "";
	width: 21px;
	height: 21px;
	background: url(../img/common/bg_arrow01.webp) no-repeat center center/cover;
	position: absolute;
	bottom: -50px;
	left: calc(50% - 10px);
}
.faqBottom dl.firstCont dd {
	text-align: center;
}
.faqBottom dl.firstCont dd span {
	font-size: 30px;
	font-weight: bold;
	color: #bf7e92;
	position: relative;
}
.faqBottom dl.firstCont dd span::before,
.faqBottom dl.firstCont dd span::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #bf7e92;
	position: absolute;
	left: 0;
}
.faqBottom dl.firstCont dd span::before {
	bottom: -10px;
}
.faqBottom dl.firstCont dd span::after {
	bottom: -13px;
}
.faqBottom ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.faqBottom ul li {
	width: 48%;
}
.faqBottom .lastCont {
	display: flex;
	justify-content: center;
	align-items: center;
}
.faqBottom .lastCont dt {
	max-width: 100px;
}
.faqBottom .lastCont dd {
	padding-left: 30px;
}
.faqBottom .lastCont dd span {
	display: inline-block;
	background: #fff;
	border: 1px solid #73581d;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	position: relative;
}
.faqBottom .lastCont dd span::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 13px 8px 0;
	border-color: transparent #73581d transparent transparent;
	position: absolute;
	left: -13px;
	top: calc(50% - 7px);
}
.faqBottom .lastCont dd span::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 12px 7px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	left: -11px;
	top: calc(50% - 6px);
}


/*

ニュース

*/

.news .pageMv h2 {
	max-width: 145px;
}

.newsCont {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto 100px auto;
	box-sizing: border-box;
}

.newsCont:not(.detail) > ul li {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #73581d;
}
.newsCont:not(.detail) > ul li span {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #73581d;
	padding: 4px 10px;
	line-height: 1;
}
.newsCont:not(.detail) > ul li a {
	font-size: 16px;
	margin-left: 20px;
	position: relative;
}
.newsCont:not(.detail) > ul li a::after {
	content: "";
	width: 6px;
	height: 11px;
	background: url(../img/common/ico_arrow.webp) no-repeat center top/cover;
	position: absolute;
	top: calc(50% - 5px);
	right: -15px;
}
.newsCont:not(.detail) > ul li a:hover {
	text-decoration: underline;
}

.newsCont.detail {
	margin-bottom: 150px;
}
.newsDetailBody {
	color: #333;
}
.newsDetailBody p {
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 22px;
}
.newsDetailBody h2 {
	font-size: 24px;
	line-height: 1.5;
	color: #3a2c11;
	border-left: 5px solid #b38728;
	padding-left: 16px;
	margin: 32px 0 24px;
}
.newsDetailBody h2:first-child {
	margin-top: 0;
}
.newsDetailBody h3 {
	font-size: 19px;
	line-height: 1.5;
	color: #3a2c11;
	border-bottom: 2px solid #e0d4ab;
	padding-bottom: 10px;
	margin: 40px 0 20px;
}
.newsDetailBody h4 {
	font-size: 16px;
	line-height: 1.5;
	color: #73581d;
	margin: 30px 0 14px;
}
.newsDetailBody a {
	color: #b38728;
	text-decoration: underline;
}
.newsDetailBody a:hover {
	text-decoration: none;
}
.newsDetailBody strong {
	color: #73581d;
}
.newsDetailBody ul,
.newsDetailBody ol {
	margin: 0 0 16px 1.4em;
}
.newsDetailBody ul {
	list-style: disc;
}
.newsDetailBody ol {
	list-style: decimal;
}
.newsDetailBody li {
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 8px;
}
.newsDetailBody img {
	max-width: 100%;
	height: auto;
}
.newsDetailBody blockquote {
	background: #f7f3e6;
	border-left: 4px solid #b38728;
	padding: 18px 24px;
	margin: 0 0 24px;
	color: #555;
}

/* パンくず */
.newsBreadcrumbArea {
	max-width: 1280px;
	margin: 40px auto 20px auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.newsBreadcrumb {
	font-size: 13px;
	color: #999;
}
.newsBreadcrumb a {
	color: #73581d;
}
.newsBreadcrumb a:hover {
	text-decoration: underline;
}
.newsBreadcrumb span {
	margin: 0 8px;
}

/* 記事本体カード（白背景） */
.newsDetailCard {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	padding: 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

/* 記事見出し */
.newsDetailHeader {
	margin-bottom: 30px;
}
.newsDetailTtl {
	font-size: 34px;
	line-height: 1.5;
	margin-bottom: 12px;
}
.newsDetailMeta {
	display: flex;
	align-items: center;
	gap: 12px;
}
.newsDetailMeta .newsDetailDate {
	font-size: 14px;
	color: #73581d;
}
.newsDetailMeta .newsDetailCat {
	display: inline-block;
	font-size: 12px;
	color: #73581d;
	background: #f7f3e6;
	border: 1px solid #e0d4ab;
	border-radius: 999px;
	padding: 4px 14px;
	line-height: 1;
}

/* 目次 */
.newsToc {
	background: #f7f3e6;
	border-radius: 6px;
	padding: 25px 30px;
	margin-bottom: 24px;
}
.newsTocTtl {
	font-size: 18px;
	font-weight: bold;
	color: #3a2c11;
	margin-bottom: 15px;
}
.newsToc ul {
	counter-reset: newsToc;
	margin: 0;
}
.newsToc ul li {
	margin-bottom: 2px;
}
.newsToc ul li.newsTocH2 {
	counter-increment: newsToc;
}
.newsToc ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	padding: 7px 4px;
	text-decoration: none;
	transition: 0.2s;
}
.newsToc ul li a:hover {
	color: #b38728;
}
.newsToc ul li.newsTocH2 > a::before {
	content: counter(newsToc) ".";
	display: inline-block;
	min-width: 1.4em;
	color: #b38728;
	font-weight: bold;
	margin-right: 4px;
}
.newsToc ul li.newsTocH3 {
	margin-left: 26px;
}
.newsToc ul li.newsTocH3 > a {
	font-size: 15px;
	color: #666;
	padding-left: 16px;
	position: relative;
}
.newsToc ul li.newsTocH3 > a::before {
	content: "–";
	position: absolute;
	left: 0;
	color: #b38728;
}

.newsCont.detail .nav p {
	max-width: 416px;
	margin: 60px auto 0 auto;
}

/* サイドバー付き2カラムレイアウト */
.newsContWithSidebar {
	max-width: 1280px;
}
.newsPage {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 60px;
}
.newsMain {
	flex: 1;
	min-width: 0;
}
.newsMain .newsList > li {
	width: 47%;
}

.newsSidebar {
	width: 260px;
	flex-shrink: 0;
}
.newsSidebarBlock {
	margin-bottom: 40px;
}
.newsSidebarTtl {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #73581d;
}
.newsSidebarList li {
	border-bottom: 1px solid #e0d9c3;
}
.newsSidebarList a {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding: 10px 4px;
	transition: 0.2s;
}
.newsSidebarList a:hover,
.newsSidebarList a.isCurrent {
	color: #73581d;
	font-weight: bold;
}
.newsSidebarList a span {
	color: #999;
	margin-left: 6px;
}
.newsSidebarEmpty {
	font-size: 13px;
	color: #999;
	padding: 10px 4px;
}

/* 一覧カードグリッド */
.newsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newsList > li {
	width: 31%;
	margin-bottom: 40px;
}
.newsList > li > a {
	display: block;
}
.newsListThumb {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	margin-bottom: 12px;
}
.newsListThumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsListThumbNoImage {
	width: 100%;
	height: 100%;
	background: #ede7d8;
}
.newsListMeta {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.newsListDate {
	font-size: 13px;
	color: #73581d;
	margin-right: 10px;
}
.newsListCat {
	display: inline-block;
	font-size: 12px;
	border: 1px solid #73581d;
	padding: 2px 8px;
	line-height: 1;
}
.newsListTtl {
	font-size: 16px;
	margin-bottom: 6px;
}
.newsListExcerpt {
	font-size: 13px;
	color: #666;
	line-height: 1.6;
}
.newsListEmpty {
	width: 100%;
	text-align: center;
}

/* 記事詳細：アイキャッチ・タグ */
.newsDetailThumb {
	margin-bottom: 30px;
}
.newsDetailThumb img {
	width: 100%;
	height: auto;
}
.newsDetailTagList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e0d9c3;
}
.newsDetailTagList li {
	margin: 0 8px 8px 0;
}
.newsDetailTagList a {
	display: block;
	font-size: 13px;
	color: #73581d;
	background: #f7f3e6;
	border: 1px solid #e0d4ab;
	border-radius: 999px;
	padding: 6px 16px;
	line-height: 1;
	transition: 0.2s;
}
.newsDetailTagList a:hover {
	background: #73581d;
	border-color: #73581d;
	color: #fff;
}

/* 前後記事ナビ */
.newsPrevNext {
	display: flex;
	justify-content: space-between;
	max-width: 700px;
	margin: 40px auto 0 auto;
}
.newsPrevNext li {
	width: 48%;
}
.newsPrevNext a {
	display: block;
	font-size: 14px;
}
.newsPrevNext .nextArticle {
	text-align: right;
}
.newsPrevNext a span {
	display: block;
	font-size: 14px;
	margin-top: 4px;
	text-decoration: none;
}
.newsPrevNext a:hover span {
	text-decoration: underline;
}

/* 関連記事 */
.newsRelated {
	margin-top: 100px;
}
.newsRelatedTtl {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.newsMain .newsRelated .newsList {
	justify-content: flex-start;
	gap: 0 30px;
}
.newsMain .newsRelated .newsList > li {
	width: calc((100% - 60px) / 3);
}



@media screen and (min-width:560px) and ( max-width:1024px) {

.pageMv {
	margin-bottom: 80px;
}
.pageMv h2.pageMvTextTtl {
	font-size: 26px;
}

.onlineCont .spOnly {
	display: block;
}


/*

当店が初めての方

*/

.newvisiter .pageMv h2 {
	max-width: 297px;
}

.newvisiterCont {
	padding: 0 40px;
	margin: 0 auto 80px auto;
}

.newvisiterTop dl {
	margin: -40px 0 30px 0;
}
.newvisiterTop dl dt {
	width: 100px;
	margin-left: 30px;
}
.newvisiterTop dl dd {
	width: calc(100% - 100px);
}
.newvisiterTop dl dd span {
    font-size: 22px;
}
.newvisiterTop dl dd span::after {
    right: -12px;
}
.newvisiterTop ul li .pcOnly {
	display: block;
}

.newvisiterCont01 {
	padding: 150px 0 0 0;
	margin-top: -50px;
}
.newvisiterCont01 h3 + p {
	margin-bottom: 50px;
}
.newvisiterCont01 ul {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.newvisiterCont01 ul li {
	width: 100%;
	padding: 0 50px;
}
.newvisiterCont01 ul li:last-child {
	margin-bottom: 0;
}
.newvisiterCont01 ul li:nth-child(-n+2) dl dt {
	min-height: auto;
	margin-bottom: 20px;
}
.newvisiterCont01 ul li:nth-child(n+3) dl dt {
	min-height: auto;
	margin-bottom: 20px;
}
.newvisiterCont01 ul li p .pcOnly {
	display: block;
}

.newvisiterCont02 > div > div {
	padding: 70px 0 10px 0;
}
.newvisiterCont02 > div > div ul {
	display: block;
	justify-content: center;
	flex-wrap: wrap;
}
.newvisiterCont02 > div > div ul li {
	width: 80%;
	margin: 0 auto 15px auto;
}

.newvisiterCont03 {
	margin-bottom: 80px;
}
.newvisiterCont03 dl dd ul li {
	width: 23%;
}
.newvisiterCont03 dl dd ul li p {
	font-size: 14px;
}


/*

来店したことがある方

*/

.repeater .pageMv h2 {
	max-width: 375px;
}

.repeaterCont {
	padding: 0 40px;
}

.repeaterTop dl {
	margin: -40px 0 30px 0;
}
.repeaterTop dl dt {
	width: 100px;
	margin-left: 30px;
}
.repeaterTop dl dd {
	width: calc(100% - 100px);
}
.repeaterTop dl dd span {
    font-size: 26px;
}
.repeaterTop dl dd span::after {
    right: -12px;
}
.repeaterTop ul li .pcOnly {
	display: block;
}

.repeaterCont01 ul {
	align-items: flex-start;
}
.repeaterCont01 ul li:last-child .pcOnly {
	display: block;
}

.repeaterCont02 .pcOnly {
	display: block;
}

.repeaterCont02_01 > div ul {
	display: block;
}
.repeaterCont02_01 > div ul li {
	width: 100%;
}
.repeaterCont02_01 > div ul li:last-child {
	margin: 30px auto 0 auto;
	width: 75%;
}

.repeaterCont03 ul {
	align-items: flex-start;
}
.repeaterCont03 ul li:first-child {
	width: 50%;
}
.repeaterCont03 ul li:last-child {
	width: 45%;
}
.repeaterCont03 ul li:last-child .pcOnly {
	display: block;
}



/*

店舗紹介

*/

.shopCont {
	padding: 0 40px;
	margin: 0 auto 80px auto;
}
.shopAbout {
	margin-bottom: 80px;
}
.shopAbout ul {
	display: block;
	padding-top: 40px;
}
.shopAbout ul li {
	width: 100%;
}
.shopAbout ul li dt {
	width: 65%;
	margin: 0 auto;
}

.shopPractitioner {
	margin-bottom: 80px;
}
.shopPractitioner ul {
	display: block;
}
.shopPractitioner ul li:first-child {
	width: 35%;
	margin: 0 auto 30px auto;
}
.shopPractitioner ul li:last-child {
	width: 100%;
}
.shopPractitioner > p .pcOnly {
	display: block;
}

.shopDetail {
	margin-bottom: 80px;
}
.shopDetail ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.shopDetail ul li {
	width: 48%;
}
.shopDetail ul li .pcOnly {
	display: block;
}


/*

スクール

*/
.school .pageMv h2 .pcOnly {
	display: block;
	max-width: 550px;
}

.schoolCont {
	padding: 0 40px;
	margin: 0 auto 80px auto;
}

.schoolPrice {
	margin-bottom: 50px;
}

.schoolForm ul li .pcOnly {
	display: block;
}


/*

オンライン相談

*/

.onlinePageCont {
	padding: 0 40px;
	margin: 0 auto 80px auto;
}

.onlineAbout ul {
	align-items: flex-start;
}
.onlineAbout ul li:last-child {
	padding: 45px 30px;
}

.onlineReservation {
	margin-bottom: 80px;
}
.onlineReservation ul li img.pcOnly {
	display: block;
}

.onlineFlow {
	margin-bottom: 80px;
}
.onlineFlow ul li:first-child {
	width: 62%;
}
.onlineFlow ul li:last-child .pcOnly {
	display: block;
}

.onlineFlow {
	margin-bottom: 100px;
}
.onlineForm h3 {
	max-width: 580px;
}

.thanks h3 {
	max-width: 360px;
}



/*

料金表

*/

.priceCont {
	padding: 0 40px;
	margin: 0 auto 80px auto;
}

.priceAbout {
	margin-bottom:80px;
}
.priceAbout .pcOnly {
	display: block;
}
.priceAbout > ul {
	display: block;
}
.priceAbout > ul > li {
	width: 100%;
}
.priceAbout > ul > li img {
	width: 60%;
	margin: 30px auto 0 auto;
}


.priceList {
	margin-bottom: 80px;
}


/*

施術実績　共通

*/

.resultsCont {
	padding: 0 40px;
	margin: 0 auto 80px auto;
}

.resultsList {
	margin-bottom: 80px;
}
.resultsList .photoList {
	margin-bottom: 0;
}
.resultsList .photoList > li {
	margin-bottom: 60px;
}
.resultsList .photoList > li > ul li:first-child::after {
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
	right: -28%;
}
@media screen and (min-width:560px) and ( max-width:768px) {
	.resultsList .photoList > li > ul li:first-child::after {
		right: -32%;
	}
}


/*

施術実績　角質ケア

*/

.resultsHornycareContTop {
	margin-bottom: 80px;
}

/*

施術実績　変形爪

*/

.resultsDeformednailsContTop {
	margin-bottom: 80px;
}

/*

施術実績　巻き爪補正

*/

.resultsIngrownnailsContTop {
	margin-bottom: 80px;
}
.resultsIngrownnailsContTop ul li:first-child {
	width: 50%;
}
.resultsIngrownnailsContTop ul li:first-child p {
	font-size: 16px;
	margin-bottom: 10px;
}
.resultsIngrownnailsContTop ul li:last-child {
	width: 45%;
}

/*

施術実績　爪切り

*/

.resultsNailcippersContTop {
	margin-bottom: 50px;
}
.resultsNailcippersContTop ul {
	align-items: flex-start;
}
.resultsNailcippersContTop ul li:first-child {
	width: 50%;
}
.resultsNailcippersContTop ul li:last-child {
	width: 45%;
}
.resultsNailcippersContTop ul .pcOnly {
	display: block;
}

.resultsNailcippers .impressionsCont {
	margin-top: 80px;
}



/*

Q&A

*/

.faqCont {
	padding: 0 40px;
	margin: 0 auto 80px auto;
}
.faqList dl {
	margin-bottom: 40px;
}
.reservation ul li .pcOnly {
	display: block;
}

.impressionsCont {
	padding: 60px 30px 45px 30px;
	margin: 80px 0 40px 0;
}
.impressionsCont > div {
	padding: 65px 10px 50px 10px;
	box-sizing: border-box;
}
.impressionsCont > div > div {
	max-width: 550px;
}
.impressionsCont div h4 {
	max-width: 450px;
	left: calc(50% - 250px);
}
.impressionsCont div h4 .pcOnly {
	display: block;
}
.impressionsCont div .owner dt {
	width: 80px;
}
.impressionsCont div .owner dd span {
    font-size: 16px;
}
.impressionsCont div a {
	display: inline-block;
	margin-left: 110px;
	background: #fbe4eb;
	padding: 10px 50px;
	color: #915a6b;
	border-radius: 5px;
	width: calc(100% - 180px);
	text-align: center;
	font-size: 16px;
	position: relative;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.impressionsCont div a::after {
	content: "";
	width: 26px;
	height: 26px;
	background: url(../img/common/ico_arrow_circle01.webp) no-repeat center center/cover;
	position: absolute;
	top: calc(50% - 13px);
	right: 15px;
}

.faqBottom dl.firstCont dt {
    font-size: 22px;
}
.faqBottom dl.firstCont dt .spOnly {
	display: block;
}
.faqBottom dl.firstCont dd span {
    font-size: 24px;
}

.faqBottom ul {
	margin-bottom: 0;
}


/*

ニュース

*/

.newsCont {
	padding: 0 40px;
	margin: 0 auto 80px auto;
}

.newsCont:not(.detail) > ul li span {
	font-size: 16px;
}
.newsCont:not(.detail) > ul li a {
	font-size: 18px;
}

.newsCont.detail {
	margin-bottom: 50px;
}
.newsDetailTtl {
	font-size: 28px;
}
.newsCont.detail .nav p {
	max-width: 416px;
	margin: 50px auto 80px auto;
}
.newsCont.detail .nav p .pcOnly {
	display: block;
}

.newsList > li {
	width: 48%;
}

.newsPage {
	display: block;
}
.newsMain {
	margin-bottom: 40px;
}
.newsSidebar {
	width: 100%;
}


}



@media screen and (max-width: 559px) {

.pageMv {
	height: 95px;
	margin-bottom: 50px;
}
.pageMv h2 {
	line-height: 1;
}
.pageMv h2.pageMvTextTtl {
	font-size: 20px;
}


/*

当店が初めての方

*/

.newvisiter .pageMv h2 {
	max-width: 168px;
}

.newvisiterCont {
	padding: 0 20px;
	margin: 0 auto 50px auto;
}

.newvisiterTop dl {
	margin: -30px 0 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}
.newvisiterTop dl dt {
	width: 50px;
	margin-left: 20px;
}
.newvisiterTop dl dd {
	width: calc(100% - 50px);
}
.newvisiterTop dl dd span {
    border: 1px solid #73581d;
    padding: 10px;
    font-size: 13px;
}
.newvisiterTop dl dd span::before {
    border-width: 6px 0 6px 11px;
    top: calc(50% - 8px);
    right: -12px;
}
.newvisiterTop dl dd span::after {
    border-width: 7px 0 7px 12px;
    top: calc(50% - 9px);
	right: -10px;
}
.newvisiterTop ul {
	display: block;
}
.newvisiterTop ul li {
	width: 100%;
	margin-bottom: 10px;
}

.newvisiterCont01 {
	padding: 100px 0 0 0;
	margin-top: -50px;
	position: relative;
	z-index: 2;
}
.newvisiterCont01 h3 {
	max-width: 162px;
}
.newvisiterCont01 h3 + p {
	text-align: left;
	font-size: 12px;
	margin-bottom: 40px;
}
.newvisiterCont01 ul {
	display: block;
}
.newvisiterCont01 ul li {
	width: 100%;
	padding: 0;
	margin-bottom: 70px;
}
.newvisiterCont01 ul li:last-child {
	margin-bottom: 30px;
}
.newvisiterCont01 ul li h4 {
	top: -22px;
}
.newvisiterCont01 ul li h4 span {
	font-size: 20px;
}
.newvisiterCont01 ul li:nth-child(2) h4 span {
    padding: 0 15px;
}
.newvisiterCont01 ul li:nth-child(2) h4 {
	top: -18px;
}
.newvisiterCont01 ul li:nth-child(2) h4 span {
	font-size: 14px;
}
.newvisiterCont01 ul li dl {
	margin: -15px auto 0 auto;
	max-width: 280px;
}
.newvisiterCont01 ul li:nth-child(2) dl {
	margin: -10px auto 0 auto;
}
.newvisiterCont01 ul li dl dt {
	font-size: 12px;
}
.newvisiterCont01 ul li:nth-child(-n+2) dl dt {
	min-height: auto;
	margin-bottom: 20px;
}
.newvisiterCont01 ul li:nth-child(n+3) dl dt {
	min-height: auto;
	margin-bottom: 20px;
}
.newvisiterCont01 ul li p {
	max-width: 280px;
	position: relative;
	bottom: -24px;
	left: calc(50% - 140px);
	text-align: center;
	background: #fff;
}

.newvisiterCont02 {
	padding: 100px 0 0 0;
	margin-top: -50px;
}
.newvisiterCont02 h3 {
	max-width: 250px;
}
.newvisiterCont02 > div {
	padding: 40px 20px 25px 20px;
	margin-bottom: 30px;
}
.newvisiterCont02 > div > div {
	padding: 40px 0 10px 0;
	position: relative;
}
.newvisiterCont02 > div > div dl {
	top: -27px;
	left: -5px;
}
.newvisiterCont02 > div > div dl dt {
	width: 50px;
}
.newvisiterCont02 > div > div dl dd {
	margin-left: 20px;
}
.newvisiterCont02 > div > div dl dd span {
    padding: 10px;
    font-size: 12px;
}
.newvisiterCont02 > div > div ul li {
	width: 75%;
	padding: 0 0 15px 15px;
	margin: 0 auto 15px auto;
	font-size: 13px;
}
.newvisiterCont02 > div > div ul li::before {
	width: 6px;
	height: 6px;
	top: 6px;
}

.newvisiterCont03 {
	margin-bottom: 30px;
}
.newvisiterCont03 h4 span {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.newvisiterCont03 h4 + p {
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;
}
.newvisiterCont03 dl {
	padding-top: 30px;
}
.newvisiterCont03 dl dt {
	font-size: 14px;
	line-height: 1.5;
}
.newvisiterCont03 dl dd ul {
	flex-wrap: wrap;
}
.newvisiterCont03 dl dd ul li {
	width: 48%;
	margin-bottom: 20px;
}
.newvisiterCont03 dl dd ul li p {
	font-size: 12px;
}



/*

来店したことがある方

*/

.repeater .pageMv h2 {
	max-width: 207px;
}

.repeaterTop dl {
	margin: -30px 0 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}
.repeaterTop dl dt {
	width: 50px;
	margin-left: 20px;
}
.repeaterTop dl dd {
	width: calc(100% - 50px);
}
.repeaterTop dl dd span {
    border: 1px solid #73581d;
    padding: 10px;
    font-size: 13px;
}
.repeaterTop dl dd span::before {
    border-width: 6px 0 6px 11px;
    top: calc(50% - 8px);
    right: -12px;
}
.repeaterTop dl dd span::after {
    border-width: 7px 0 7px 12px;
    top: calc(50% - 9px);
	right: -10px;
}
.repeaterTop ul {
	display: block;
}
.repeaterTop ul li {
	width: 100%;
	margin-bottom: 10px;
}

.repeaterCont01 {
	padding: 100px 0 0 0;
	margin-top: -50px;
}
.repeaterCont01 h3 {
	max-width: 192px;
}
.repeaterCont01 ul {
	display: block;
}
.repeaterCont01 ul li:first-child {
	width: 100%;
	margin-bottom: 20px;
}
.repeaterCont01 ul li:first-child p {
	font-size: 12px;
}
.repeaterCont01 ul li:last-child {
	width: 100%;
}

.repeaterCont02 {
	padding: 100px 0 0 0;
	margin-top: -50px;
}
.repeaterCont02 h3 {
	max-width: 247px;
}
.repeaterCont02 > div {
	padding: 20px;
	margin-bottom: 20px;
}
.repeaterCont02 > div dl.top dt {
	width: 35px;
	line-height: 1;
}
.repeaterCont02 > div dl.top dd {
	font-size: 16px;
}
.repeaterCont02 > div dl.top + p {
	font-size: 12px;
	margin-bottom: 20px;
}
.repeaterCont02 > div dl.repeaterContTtl {
	margin-bottom: 10px;
}
.repeaterCont02 > div dl.repeaterContTtl dt {
	width: 50px;
}
.repeaterCont02 > div dl.repeaterContTtl dd {
	margin-left: 20px;
}
.repeaterCont02 > div dl.repeaterContTtl dd span {
    padding: 8px 10px;
    font-size: 12px;
}
.repeaterCont02 > div dl.repeaterContTtl + p {
	font-size: 12px;
}

.repeaterCont02_01 > div ul {
	display: block;
}
.repeaterCont02_01 > div ul li {
	width: 100%;
}

.repeaterCont02_02 dl + p + p {
	width: 100%;
}
.repeaterCont02_02 p:last-child {
	margin-top: 20px;
}

.repeaterCont03 {
	padding: 100px 0 0 0;
	margin: -50px 0 50px 0;
}
.repeaterCont03 h3 {
	max-width: 227px;
}
.repeaterCont03 ul {
	display: block;
}
.repeaterCont03 ul li:first-child {
	width: 100%;
}
.repeaterCont03 ul li:first-child p {
	font-size: 12px;
}
.repeaterCont03 ul li:last-child {
	width: 100%;
	margin-top: 20px;
}


/*

店舗紹介

*/

.shop .pageMv h2 {
	max-width: 100px;
}

.shopCont {
	padding: 0 20px;
	margin: 0 auto 50px auto;
}
.shopAbout {
	margin-bottom: 50px;
}
.shopAbout h3 {
	max-width: 220px;
}
.shopAbout ul {
	display: block;
	padding-top: 40px;
}
.shopAbout ul li {
	width: 100%;
	padding: 20px 15px 25px 15px;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.shopAbout ul li p {
	width: 142px;
	top: -23px;
	left: calc(50% - 71px);
}
.shopAbout ul li dt {
	width: 90%;
	margin: 0 auto;
}
.shopAbout ul li dd {
	margin-top: 10px;
	font-size: 12px;
}
.shopAbout ul li dd span {
	font-size: 11px;
}

.shopPractitioner {
	margin-bottom: 50px;
}
.shopPractitioner h3 {
	max-width: 148px;
}
.shopPractitioner ul {
	display: block;
}
.shopPractitioner ul li:first-child {
	width: 55%;
	margin: 0 auto;
	font-size: 14px;
}
.shopPractitioner ul li:last-child {
	width: 100%;
	margin-top: 10px;
}
.shopPractitioner ul li:last-child p {
	margin-bottom: 10px;
	font-size: 12px;
}
.shopPractitioner > p {
	margin-top: 20px;
}

.shopDetail {
	margin-bottom: 50px;
}
.shopDetail h3 {
	max-width: 90px;
}
.shopDetail ul {
	display: block;
}
.shopDetail ul li {
	width: 100%;
}
.shopDetail ul li:first-child {
	margin-bottom: 20px;
}
.shopDetail ul li dl dt {
	max-width: 130px;
	margin: 0 auto 10px auto;
}
.shopDetail ul li dl dd:nth-child(2) {
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
}
.shopDetail ul li dl dd:nth-child(3) {
	text-align: center;
}
.shopDetail ul li dl dd:nth-child(3) span {
	font-size: 12px;
	padding: 0 0 3px 17px;
	display: inline-block;
}
.shopDetail ul li dl dd:nth-child(3) span::before {
	width: 10px;
    height: 12px;
    top: calc(50% - 7px);
}


/*

スクール

*/

.school .pageMv h2 .spOnly{
	max-width: 208px;
}

.schoolCont {
	margin: 0 auto 50px auto;
}
.schoolCont > p {
	font-size: 12px;
	margin-bottom: 40px;
}
.schoolAbout {
	margin-bottom: 50px;
}
.schoolAbout h3 {
	max-width: 94px;
}
.schoolAbout dl {
	margin-bottom: 30px;
}
.schoolAbout dl dt {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 18px;
}
.schoolAbout dl dt span {
	font-size: 18px;
}
.schoolAbout dl dd {
	font-size: 12px;
}

.schoolPrice {
	margin-bottom: 40px;
}
.schoolPrice + .schoolPrice {
	margin-bottom: 30px;
}
.schoolPrice h3 {
	max-width: 95px;
}
.schoolPrice h3 + p {
	max-width: 253px;
	margin: 0 auto 20px auto;
}
.schoolPrice h4 {
	padding-left: 15px;
	margin-bottom: 5px;
	font-size: 16px;
}
.schoolPrice h4::before {
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
}
.scoolPriceCont {
	margin-bottom: 30px;
}
.scoolPriceCont h5 {
	font-size: 12px;
}
.scoolPriceCont h5 + p {
	font-size: 10px;
}
.scoolPriceCont dl {
	display: block;
	border-bottom: 1px solid #7e6738;
	border-left: 1px solid #7e6738;
	border-right: 1px solid #7e6738;
	background: #e4d6b7;
}
.scoolPriceCont h5 + dl {
	border-top: 1px solid #7e6738;
}
.scoolPriceCont dl dt {
	width: 100%;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #7e6738;
	padding: 10px 15px;
	box-sizing: border-box;
}
.scoolPriceCont dl dd {
	width: 100%;
	border-left: none;
	padding: 10px 15px;
	font-size: 12px;
	box-sizing: border-box;
}
.scoolPriceCont dl dd span {
	font-size: 11px;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
.scoolPriceCont dl + ul {
	font-size: 12px;
	margin-top: 10px;
}
.scoolPriceCont dl + ul + p {
	font-size: 12px;
}

.schoolForm {
	margin-bottom: 50px;
}
.schoolForm dl {
	margin-bottom: 20px;
}
.schoolForm dl dt {
	margin-bottom: 10px;
}
.schoolForm dl dt span {
	font-size: 20px;
	background: url(../img/school/bg_border.webp) repeat-x left bottom/auto 8px;
}
.schoolForm dl dd {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.schoolForm ul li:last-child {
	width: 100%;
}



/*

オンライン相談

*/

.online .pageMv h2 {
	max-width: 262px;
}

.onlinePageCont {
	margin: 0 auto 50px auto;
}

.onlineAbout {
	margin-bottom: 30px;
}
.onlineAbout h3 {
	max-width: 253px;
}
.onlineAbout ul {
	display: block;
}
.onlineAbout ul li:first-child {
	width: 100%;
	margin-bottom: 20px;
}
.onlineAbout ul li:first-child p {
	font-size: 12px;
}
.onlineAbout ul li:last-child {
	width: 100%;
	padding: 20px
}
.onlineAbout ul li:last-child img {
	width: 80%;
}
.onlineAbout ul li:last-child p {
	font-size: 11px;
}
.onlineAbout .lineFriendText.pcOnly {
	display: none;
}
.onlineAbout .lineFriendText.spOnly {
	display: block;
}

.onlineReservation {
	margin-bottom: 50px;
}
.onlineReservation h4 span {
	font-size: 20px;
}
.onlineReservation h4 span::before,
.onlineReservation h4 span::after {
	width: 25px;
}
.onlineReservation h4 span::before {
	left: -50px;
}
.onlineReservation h4 span::after {
	right: -50px;
}
.onlineReservation h4 + p {
	font-size: 12px;
}

.onlineFlow {
	margin-bottom: 50px;
}
.onlineFlow h3 {
	max-width: 210px;
}
.onlineFlow ul {
	padding: 20px;
	margin-bottom: 60px;
	display: block;
}
.onlineFlow ul:last-child {
	margin-bottom: 0;
}
.onlineFlow ul::after {
	width: 30px;
	height: 30px;
	left: calc(50% - 15px);
	bottom: -45px;
}
.onlineFlow ul li:first-child {
	width: 100%;
	margin-bottom: 25px;
}
.onlineFlow ul li:first-child dl {
	display: block;
}
.onlineFlow ul li:first-child dl dt {
	width: 45px;
	margin: 0 auto 10px auto;
}
.onlineFlow ul li:first-child dl dd {
	width: 100%;
	font-size: 12px;
}
.onlineFlow ul li:last-child {
	width: 100%;
}

.onlineForm {
	margin-bottom: 50px;
	overflow-x: hidden;
}
.onlineForm h3 {
	max-width: 315px;
}

.formCont {
	max-width: 100%;
}
.formCont dl {
	margin-bottom: 30px;
}
.formCont dl dt {
	font-size: 13px;
	margin-bottom: 10px;
}
.formCont dl dt span {
	font-size: 12px;
}
.formCont dl dd input {
	padding: 15px;
	font-size: 14px;
}
.formCont dl dd textarea {
	height: 150px;
	font-size: 14px;
}
.formCont dl.date dd span {
	width: 80px;
	font-size: 16px;
}
.formCont dl.date dd input {
	width: 180px;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	padding: 12px 15px;
}
.formCont .pp {
	text-align: center;
	font-size: 12px;
	margin: -20px 0 20px 0;
}
.formCont .pp a {
	font-size: 12px;
}
.formCont .pp + p input {
	width: 100%;
	height: 70px;
	background: url(../img/online/sp/btn.webp) no-repeat;
	background-size: 100% auto;
}

.thanks h3 {
	max-width: 198px;
}
.thanks p {
	font-size: 12px;
	text-align: left;
}



/*

料金表

*/

.price .pageMv h2 {
	max-width: 70px;
}

.priceCont {
	margin: 0 auto 50px auto;
}

.priceAbout {
	margin-bottom: 50px;
}
.priceAbout > ul {
	display: block;
}
.priceAbout > ul > li {
	width: 100%;
}
.priceAbout > ul > li > p {
	font-size: 12px;
}
.priceAbout > ul > li img {
	margin-top: 20px;
}

.priceAboutTop h3 {
	max-width: 200px;
}
.priceAboutTop > ul > li > ul {
	margin-bottom: 15px;
}
.priceAboutTop > ul > li > ul > li {
	font-size: 12px;
}

.priceAboutBottom h3 {
	max-width: 210px;
}

.priceList {
	margin-bottom: 50px;
}
.priceList h4 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 18px;
}
.priceList h4 span {
	font-size: 18px;
}
.priceList h4 + p,
.priceList h4 + dl + p {
	font-size: 12px;
	margin-bottom: 5px;
}
.priceList h4 + dl {
	margin-bottom: 5px;
}
.priceList h4 + dl dt {
	font-size: 12px;
	margin-bottom: 0;
}
.priceList h4 + dl dd {
	font-size: 12px;
	line-height: 1.5;
}
.priceList div > div > dl {
	display: block;
}
.priceList div > div > dl dt {
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	text-align: left;
	justify-content: flex-start;
}
.priceList div > div > dl dt br {
	display: none;
}
.priceList div > div > dl dd {
	width: 100%;
	border-left: 1px solid #73581d;
	padding: 15px;
	font-size: 12px;
}
.priceList div > div > dl.center dd {
	text-align: center;
}
.priceList div > div > dl.title dd {
	font-weight: bold;
	background: #e4d6b7;
	text-align: center;
}

.priceTop {
	margin-bottom: 20px;
}
.priceList div > div.priceTop > dl {
    display: flex;
}
.priceList div > div.priceTop > dl dt {
	width: 50%;
	text-align: center;
	justify-content: center;
}
.priceList div > div.priceTop > dl dd {
	width: 50%;
	border-left: none;
}

.priceList .time {
	padding: 15px;
	font-size: 16px;
	margin-top: 20px;
}
.priceList .txt {
	font-size: 12px;
	margin-top: 10px;
}


/*

施術実績　共通

*/

.resultsCont {
	margin: 0 auto 50px auto;
}

.resultsList {
	margin-bottom: 50px;
}
.resultsList h3 {
	max-width: 83px;
}
.resultsList .photoList {
	display: block;
	margin-bottom: 20px;
}
.resultsList .photoList > li {
	width: 100%;
	margin-bottom: 50px;
}
.resultsList .photoList > li > ul li:first-child::after {
	content: "";
	width: 28px;
	height: 28px;
	background: url(../img/results/common/ico_arrow.webp) no-repeat center top/cover;
	position: absolute;
	top: calc(50% - 14px);
	right: -30%;
}

.pager ul li {
	margin-bottom: 10px;
}
.pager ul li a,
.pager ul li span {
	font-size: 12px;
}


/*

施術実績　角質ケア

*/

.resultsHornycare .pageMv h2 {
	max-width: 94px;
}

.resultsHornycareContTop {
	margin-bottom: 50px;
}
.resultsHornycareContTop h3 {
	max-width: 80px;
}
.resultsHornycareContTop p {
	font-size: 12px;
}


/*

施術実績　変形爪

*/

.resultsDeformednails .pageMv h2 {
	max-width: 79px;
}

.resultsDeformednailsContTop {
	margin-bottom: 50px;
}
.resultsDeformednailsContTop h3 {
	max-width: 344px;
}
.resultsDeformednailsContTop p {
	font-size: 12px;
}


/*

施術実績　巻き爪補正

*/

.resultsIngrownnails .pageMv h2 {
	max-width: 90px;
}

.resultsIngrownnailsContTop {
	margin-bottom: 50px;
}
.resultsIngrownnailsContTop h3 {
	max-width: 118px;
}
.resultsIngrownnailsContTop ul {
	display: block;
}
.resultsIngrownnailsContTop ul li:first-child {
	width: 100%;
	margin-bottom: 20px;
}
.resultsIngrownnailsContTop ul li:first-child p {
	font-size: 12px;
}
.resultsIngrownnailsContTop ul li:last-child {
	width: 100%;
}
.resultsIngrownnailsContTop ul li:last-child p {
	font-size: 12px;
}


/*

施術実績　爪切り

*/

.resultsNailcippers .pageMv h2 {
	max-width: 79px;
}

.resultsNailcippersContTop {
	margin-bottom: 20px;
}
.resultsNailcippersContTop h3 {
	max-width: 62px;
}
.resultsNailcippersContTop ul {
	display: block;
	margin-bottom: 20px;
}
.resultsNailcippersContTop ul li:first-child {
	width: 100%;
	margin-bottom: 20px;
}
.resultsNailcippersContTop ul li:first-child p {
	font-size: 12px;
}
.resultsNailcippersContTop ul li:last-child {
	width: 100%;
}
.resultsNailcippersContTop .txt p {
	font-size: 12px;
}

.resultsNailcippersContMiddle {
	margin-bottom: 30px;
}
.resultsNailcippersContMiddle h3 {
	text-align: center;
	margin-bottom: 30px;
}
.resultsNailcippersContMiddle h3 span {
	font-size: 16px;
}
.resultsNailcippersContMiddle ul {
	flex-wrap: wrap;
}
.resultsNailcippersContMiddle ul li {
	width: 50%;
	margin-bottom: 30px;
}

.resultsNailcippers .impressionsCont {
	margin-top: 50px;
}



/*

Q&A

*/

.faq .pageMv h2 {
	max-width: 36px;
}

.faqCont {
	margin: 0 auto 50px auto;
}
.faqList dl {
	margin-bottom: 20px;
}
.faqList dl dt {
	font-size: 16px;
	padding: 15px 0 15px 40px;
	line-height: 1.5;
}
.faqList dl dt::before {
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
}
.faqList dl dd {
	font-size: 12px;
	padding-left: 40px;
}
.faqList dl dd:nth-child(2)::before {
	width: 30px;
	height: 30px;
}
.reservation {
	margin: -10px 0 30px 0;
}
.reservation p {
	font-size: 12px;
	margin-bottom: 10px;
}

.impressionsCont {
	padding: 45px 20px 35px 20px;
	margin: 50px 0;
}
.impressionsCont > div {
	padding: 45px 10px 10px 10px;
}
.impressionsCont > div > div {
	max-width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.impressionsCont div h4 {
	max-width: 150px;
	padding: 0 20px;
	top: -18px;
	left: calc(50% - 95px);
}
.impressionsCont div .owner {
	margin-bottom: 15px;
}
.impressionsCont div .owner dt {
	width: 40px;
}
.impressionsCont div .owner dd {
	padding-left: 20px;
	width: calc(100% - 40px);
}
.impressionsCont div .owner dd span {
	font-size: 12px;
	padding: 5px 10px 5px 15px;
}
.impressionsCont div a {
	margin-left: 0;
	padding: 5px 40px 5px 15px;
	width: 100%;
	font-size: 12px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.impressionsCont div a::after {
	width: 18px;
	height: 18px;
	top: calc(50% - 9px);
	right: 10px;
}

.faqBottom dl.firstCont {
	margin-bottom: 30px;
}
.faqBottom dl.firstCont dt {
	font-size: 14px;
	padding: 20px 15px;
	margin-bottom: 50px;
}
.faqBottom dl.firstCont dt::after {
	bottom: -40px;
}
.faqBottom dl.firstCont dd span {
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
}
.faqBottom ul {
	margin-bottom: 30px;
}
.faqBottom .lastCont dt {
	max-width: 50px;
}
.faqBottom .lastCont dd {
	padding-left: 20px;
	width: calc(100% - 50px);
}
.faqBottom .lastCont dd span {
	padding: 5px 20px;
	font-size: 12px;
}


/*

ニュース

*/

.news .pageMv h2 {
	max-width: 73px;
}

.newsCont {
	padding: 0 20px;
	margin: 0 auto 50px auto;
}

.newsCont:not(.detail) > ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.newsCont:not(.detail) > ul li span {
	font-size: 10px;
	padding: 3px 6px;
}
.newsCont:not(.detail) > ul li a {
	font-size: 12px;
	margin-left: 10px;
}
.newsCont:not(.detail) > ul li a::after {
	width: 4px;
	height: 7px;
	top: calc(50% - 3px);
	right: -10px;
}

.newsCont.detail {
	margin-bottom: 50px;
}
.newsBreadcrumbArea {
	margin: 40px auto 20px auto;
}
.newsDetailTtl {
	font-size: 22px;
}
.newsDetailMeta .newsDetailDate {
	font-size: 12px;
}
.newsDetailBody p {
	font-size: 14px;
}
.newsDetailBody li {
	font-size: 14px;
}
.newsDetailBody h2 {
	font-size: 19px;
	padding-left: 12px;
	margin: 24px 0 18px;
}
.newsDetailBody h3 {
	font-size: 16px;
	margin: 30px 0 16px;
}
.newsDetailBody h4 {
	font-size: 15px;
	margin: 24px 0 12px;
}
.newsToc {
	padding: 20px;
	margin-bottom: 20px;
}
.newsDetailCard {
	padding: 24px 20px;
}

.newsCont.detail .nav p {
	max-width: 100%;
	margin: 40px auto 60px auto;
}

.newsPage {
	display: block;
}
.newsMain {
	margin-bottom: 40px;
}
.newsSidebar {
	width: 100%;
}

.newsList > li {
	width: 100%;
}
.newsMain .newsList > li {
	width: 47%;
}
.newsMain .newsRelated .newsList {
	justify-content: flex-start;
	gap: 0 20px;
}
.newsMain .newsRelated .newsList > li {
	width: calc((100% - 20px) / 2);
}
.newsListTtl {
	font-size: 14px;
}
.newsListExcerpt {
	font-size: 12px;
}

.newsPrevNext {
	flex-direction: column;
}
.newsPrevNext li {
	width: 100%;
	margin-bottom: 15px;
}
.newsPrevNext .nextArticle {
	text-align: left;
}



}




@media screen and (max-width: 320px) {

/*

当店が初めての方

*/

.newvisiterCont01 ul li dl {
    max-width: 250px;
}
.newvisiterCont01 ul li p {
    max-width: 250px;
    bottom: -22px;
    left: calc(50% - 125px);
}
.newvisiterCont01 ul li:nth-child(2) h4 {
    top: -11px;
	left: calc(50% - 45%);
	max-width: 90%;
}
.newvisiterCont01 ul li:nth-child(2) h4 span {
    padding: 0 15px;
	line-height: 1.5;
}

.formCont .pp + p input {
	/*width: 280px;
	height: 41px;
	background: url(../img/online/sp/btn.webp) no-repeat;
	background-size: cover;*/
}

}









/* ==========================================================
   404ページ
   ========================================================== */
.notFoundCont {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 20px 100px;
	text-align: center;
}

.notFoundCode {
	font-family: "Jost", sans-serif;
	font-size: 72px;
	font-weight: 800;
	line-height: 1;
	color: #d8cfc2;
	margin-bottom: 24px;
}

.notFoundLead {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 16px;
}

.notFoundText {
	font-size: 15px;
	line-height: 1.9;
	margin-bottom: 40px;
}

.notFoundLinks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 32px;
	margin-bottom: 48px;
}

.notFoundLinks a {
	font-size: 15px;
	text-decoration: underline;
}

.notFoundLinks a:hover {
	text-decoration: none;
}

.notFoundBtnWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.notFoundBtn {
	display: inline-block;
	min-width: 260px;
	padding: 16px 24px;
	border-radius: 999px;
	background: #06c755;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	transition: opacity .3s;
}

.notFoundBtn:hover {
	opacity: .8;
}

@media screen and (max-width: 767px) {
	.notFoundCont {
		padding: 40px 20px 70px;
	}

	.notFoundCode {
		font-size: 56px;
	}

	.notFoundLead {
		font-size: 17px;
	}

	.notFoundText {
		font-size: 14px;
	}

	.notFoundBtn {
		min-width: 100%;
		font-size: 15px;
	}
}
