@charset "utf-8";
@import url(../../../css/common.css);
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

#main-contents-container {
	padding: 0 15px;
}

#main-visual {
	margin-top: 15px;
}

#cupping-therapy {
	margin-top: 15px;
	background: url(../../../../common/img/heading-needle.png) no-repeat;
}

#cupping-therapy .header {
	padding: 15px 0 20px;
	background: url(../../../../common/img/dotted-333.png) repeat-x bottom;
}

#cupping-therapy h2 {
	height: 45px;
	background: url(../img/h2-cupping-therapy.png) no-repeat;
	text-indent: -9999em;
}

#description {
	margin-top: 30px;
}

#description .container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

/* 吸玉刺絡療法とは */
.what-is {
	padding: 3px 40px 0;
	background: url(../img/border-line.png) no-repeat left top;
}

.what-is h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	color: #666;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 28px;
	line-height: 2;
}

.what-is h3::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #999285;
	border-radius: 8px;
}

.what-is .what-is-rows {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 20px;
}

.what-is .what-is-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.what-is .what-is-row:nth-child(even) {
	flex-direction: row-reverse;
}

.what-is .what-is-row p {
	width: 300px;
	font-weight: 500;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}

.what-is .what-is-row figure {
	width: 300px;
	margin: 0;
}

.what-is .what-is-row figure img {
	width: 100%;
	height: auto;
}

.what-is .what-is-footer-text {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 1.5;
	text-align: center;
	color: #666666;
	margin-block: calc(25px - (1lh - 1em) / 2) calc((1lh - 1em) / 2 * -1);
}

/* このような症状に効果が期待できます */
.symptoms {
	box-sizing: border-box;
	height: 500px;
	padding: 10px;
	background: url(../img/symptoms-bg.jpg) no-repeat center center / cover;
}

.symptoms .symptoms-container {
	display: flex;
	flex-direction: column;
	gap: 25px;
	box-sizing: border-box;
	height: 100%;
	border: 1px solid #754C24;
	padding: 45px 40px 0;
}

.symptoms h3 {
	color: #754C24;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 36px;
	line-height: 1.4;
	margin-block: calc((1lh - 1em) / 2 * -1);
}

.symptoms ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 300px;
	margin-top: 5px;
	padding-left: 10px;
}

.symptoms li {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	margin-block: -.25em;
	color: #666;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 20px;
	text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 16px #fff;
}

.symptoms li::before {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background: url(../img/checkbox.svg) no-repeat center center / contain;
	translate: 0 3px;
}

/* 鍼が苦手な方にもおすすめ */
.recommended-for {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 190px 0 0 270px;
	gap: 20px;
	height: 555px;
	background: url(../img/recommended-for-bg.jpg) no-repeat 0 0 / cover;
}

.recommended-for h3 {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #754C24;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 1;
}

.recommended-for h3 b {
	position: absolute;
	left: -30px;
	top: -60px;
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 0.05em;
	rotate: -4deg;
}

.recommended-for h3 b small {
	font-size: 32px;
}

.recommended-for h3 b::after {
	content: '';
	position: absolute;
	left: -21px;
	top: 30px;
	rotate: -3deg;
	display: block;
	width: 113px;
	height: 26.7px;
	background: url(../img/recommended-for-h-line.svg) no-repeat center center / contain;
}

.recommended-for h3 i {
	display: inline-block;
	width: 161px;
	height: 47px;
	margin-bottom: 5px;
	background: url(../img/recommended-for-h.svg) no-repeat center center / contain;
	text-indent: -9999em;
	overflow: hidden;
}

.recommended-for p {
	width: 390px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 2;
	font-feature-settings: 'palt';
	color: #666666;
	margin-block: calc((1lh - 1em) / 2 * -1);
}

/* 施術の流れ */
.flow {
	padding: 3px 40px 0;
	background: url(../img/border-line.png) no-repeat left top;
}

.flow h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	color: #666;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 28px;
	line-height: 2;
}

.flow h3::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #999285;
	border-radius: 8px;
}

.flow ol {
	counter-reset: flow;
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 20px;
}

.flow li {
	counter-increment: flow;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.flow li::before {
	content: 'STEP ' counter(flow);
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #666666;
}

.flow li:nth-child(-n+3)::after {
	content: '';
	position: absolute;
	left: calc(100% + 7px);
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 17px;
	clip-path: path("M14.25 6.76612C15.5833 7.53592 15.5833 9.46043 14.25 10.2302L3 16.7254C1.66667 17.4952 -6.72981e-08 16.533 0 14.9934L5.67828e-07 2.00299C6.35126e-07 0.463384 1.66667 -0.498868 3 0.270933L14.25 6.76612Z");
	background-color: #C09089;
}

.flow figure {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 140px;
	margin: 0;
	border: 5px solid #EEABB6;
	border-radius: 50%;
}

.flow li:nth-child(1) figure img {
	width: 82px;
	height: 90px;
}

.flow li:nth-child(2) figure img {
	width: 64px;
	height: 78px;
	translate: 8px 4px;
}

.flow li:nth-child(3) figure img {
	width: 120px;
	height: 100px;
}

.flow li:nth-child(4) figure img {
	width: 86px;
	height: 74px;
}

.flow p {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #666666;
}

/* よくあるご質問 */
.faq {
	padding: 3px 40px 0;
	background: url(../img/border-line.png) no-repeat left top;
}

.faq h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	color: #666;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 28px;
	line-height: 2;
}

.faq h3::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #999285;
	border-radius: 8px;
}

.faq dl {
	counter-reset: faq;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 35px;
}

.faq dl div {
	counter-increment: faq;
	border: solid #754C24;
	border-width: 1px 0;
}

.faq dt {
	display: flex;
	align-items: center;
	height: 60px;
	padding-inline: 15px;
	background-color: #f4f1eb;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #666666;
}

.faq dt::before {
	content: 'Q' counter(faq);
	flex-shrink: 0;
	width: 40px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	color: #754C24;
}

.faq dd {
	display: flex;
	align-items: flex-start;
	padding: 20px;
	font-weight: 500;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}

.faq dd::before {
	content: 'A';
	flex-shrink: 0;
	width: 30px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	color: #754C24;
}

/* Contact */
#contact {
	padding: 25px 0;
	background-image: linear-gradient(to right, #DEDAD2 0, #DEDAD2 1px, #EBE9E4 1px, #EBE9E4 2px);
	background-size: 2px 1px;
	background-repeat: repeat;
	text-align: center;
}

#contact h3 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 138.4615%;
	letter-spacing: .1em;
}

#contact .phone {
	margin-top: 12px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 138.4615%;
	letter-spacing: .1em;
}

#contact p {
	margin: calc(17px - .333em) 0 -.333em;
	text-align: center;
	line-height: 1.6667;
}

#contact a {
	display: inline-block;
	margin-top: 18px;	
}

#side-nav span.level-1,
#side-nav a.level-1,
#side-nav a.level-2,
#side-nav a.level-3 {
	background-image: url(../img/side-nav.png);
}
