@charset "utf-8";


/*
########################################################
	Basic Style
########################################################
*/
html {
	overflow-y: scroll;
}
@media all and (-ms-high-contrast: none){
	html{
		overflow-x: hidden;
	}
}
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
article, aside, header, nav, section, main, footer {
	display: block;
}
* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
	font-weight: 700;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}



/*
########################################################
	Font Style
########################################################
*/
html {
    font-size: 62.5%;
}
* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

body {
	font: 1.6em/1.6 "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #FFF;
	color: #313131;
	z-index: 0;
	letter-spacing: 0.05em;
	width: 100%;
	min-width: 1200px;
	line-height: 1.7;
}



/*
########################################################
	A Style
########################################################
*/
a, a:visited {
	color: inherit;
}
a:link {
	text-decoration: none;
	color: #313131;
}
a:visited {
	text-decoration: none;
	color: #313131;
}
a:hover {
	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}
@-webkit-keyframes flash {
	0% { opacity: .4; }
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: .4; }
	100% { opacity: 1; }
}
a:active {
	text-decoration: none;
	color: #348fca;
}

/*
#################################
	common
#################################
*/
.pc { display: block !important; }
.sp { display: none !important; }
.window {
	margin: 0;
	padding: 0;
	width: 100%;
}
.page {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}
.pageIn {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
.flexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



/*
#################################
	header
#################################
*/
.header_content {
	width: 100%;
	padding: 3rem 3%;
	border-bottom: 10px solid #f4d67f;
}
.header_content img {
	width: 100%;
	height: auto;
}
.header_content h1, .footer_content h1 {
	width: 320px;
}
.header_leftBlock {
	gap: 2rem;
}
:is(.header_rightBlock__leftBox, .header_rightBlock__rightBox) img {
	width: auto;
	height: 70px;
}
.main_block img {
	width: 100%;
	height: auto;
}
#nav-content {
	display: none;
}



/*
#################################
	contents
#################################
*/
.btmline_ttl span {
	color: #ea962f;
	font-weight: 700;
	background: linear-gradient(transparent 50%, #f2deab 60%);
	display: inline;
}
.brown_bg {
	background-color: #7d7060;
	padding: 1rem 0;
	color: #FFF;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
}

/*　北村鍼灸整骨院で改善できます
-------------------------------------*/
.improvement_block h2, .cause_block h2 {
	background: #ea962f url('img/improvement_ttl_bg.png') bottom left 10%/174px 158px no-repeat;
	padding: 8rem 0 3rem 12rem;
	position: relative;
	margin-bottom: 70px;
	color: white;
	font-size: 2.625em;
	text-align: center;
	text-shadow: 1px 2px 4px #313131;
}
.improvement_block h2 span {
	font-size: 120%;
}
.improvement_block h2:before {
	content: "";
	position: absolute;
	background: #ea962f url('img/improvement_ttl_img.png') center center/contain no-repeat;
	width: 145px;
	height: 66px;
	top: 30%;
	left: 40%;
	transform: translateX(-50%) translateY(-50%);
}
.improvement_block h2:after, .cause_block h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -35px;
	border: 55px solid transparent;
	border-top: 35px solid #f29600;
	transform: translateX(-50%);
}
.improvement_box {
	margin-top: -5em;
	background: url('img/improvement_box_bg.png') repeat;
	padding: 8rem 0;
}
.improvement_inner-box {
	background: #FFF url('img/improvement_inner-box_bg.png') bottom right/236px 306px no-repeat;
	border-radius: 20px;
	padding: 5rem;
}
.improvement_inner-box h3 {
	font-size: 1.75em;
	margin-bottom: 2rem;
}
.improvement_inner-box p {
	width: 80%;
	margin-bottom: 0;
}
.improvement_inner-box p span {
	font-size: 120%;
	font-weight: 700;
	color: #ba1c24;
}

/*　これまでに調整（施術）し改善した実例
-------------------------------------*/
.example_box {
	padding: 3em 0;
}
.example_box h3, .features_block h3 {
	border-top: 2px solid #ea962f;
	border-bottom: 2px solid #ea962f;
	padding: 3rem 0;
	margin-bottom: 4rem;
	text-align: center;
	color: #ea962f;
	font-size: 1.75em;
	line-height: 1.2;
}
.example_box h3 span {
	font-size: 0.643em;
	color: #959595;
}
.example-resolution_item {
	background: #f9f1d9 url('img/example-resolution_item_bg.png') center right/154px 150px no-repeat;
	border-radius: 20px;
	font-weight: 700;
	align-items: center;
	position: relative;
	margin-bottom: 2rem;
}
.example-resolution_item:before {
	content: "";
	position: absolute;
	top: -157px;
	left: 5%;
	background: url('img/example-resolution_illust01.png') center center/cover no-repeat;
	width: 136px;
	height: 157px;
}
.example-resolution_inner-item {
	width: 47%;
	border-radius: 20px 0 0 20px;
	position: relative;
	display: inline-block;
	margin: 0 2rem 0 0;
	padding: 4.5rem 2.5rem;
	background: #f2deab;
}
.example-resolution_inner-item:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -1.5rem;
	border: 1.5rem solid transparent;
	border-left: 1.5rem solid #f2deab;
	transform: translateX(-50%);
}
.example-resolution_p {
	width: 50%;
	font-size: 1.75em;
	font-weight: 700;
	color: #ba1c24;
	line-height: 1.2;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.example-resolution_p span {
	width: 45%;
	font-size: 120%;
}
img.example-after_left-item, .example-after_right-item {
	width: 47%;
	height: auto;
}
.example-after_right-item h4 {
	color: #eeaa57;
	font-size: 1.25em;
	text-align: center;
	position: relative;
	margin-bottom: 2rem;
}
.example-after_right-item h4:before, .example-after_right-item h4:after,
.voice_block h2:before, .voice_block h2:after {
	content: "";
	position: absolute;
	top: 0;
	background: url('img/title_slash_orange.png') center center/cover no-repeat;
	width: 27px;
	height: 36px;
}
.example-after_right-item h4:before {
	left: 30%;
}
.example-after_right-item h4:after {
	right: 30%;
	transform: scale(-1, 1);
}
.example-voice {
	display: inline-block;
	position: relative;
	padding: 3rem 3rem 6rem 3rem;
	background: #fff;
	border: 1px solid #7d7060;
	border-radius: 20px;
}
.example-voice::before, .example-voice::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	transform-origin: left top;
	transform: skewX(40deg);
}
.example-voice::before{
	bottom: -30px;
	left: 80px;
	border-top: 30px solid #7d7060;
	border-left: 30px solid transparent;
	border-right: 15px solid transparent;
}
.example-voice::after{
	bottom: -28px;
	left: 78px;
	border-top: 30px solid #fff;
	border-left: 30px solid transparent;
	border-right: 15px solid transparent;
}
.example-voice h5 {
	font-size: 1.25em;
	margin-bottom: 2rem;
}
.example-voice_img {
	position: relative;
}
.example-voice_img img {
	width: 190px;
	height: auto;
	position: absolute;
	top: -5rem;
	right: 5%;
}

/*　なんだか、身体も心もしんどい・・・
-------------------------------------*/
.sick_block {
	background-image: url('img/sick_bg.png'), url('img/sick_bg2.jpg');
	background-position: left bottom, right top;
	background-size: 466px 571px, cover;
	background-repeat: no-repeat;
	margin: 5rem 0 7rem;
	padding: 5rem 0;
}
.sick_box {
	width: 50%;
	margin: 0 auto;
}
.sick_box img {
	width: 100%;
	height: auto;
}
.sick_box h2 img {
	margin-bottom: 4rem;
}
ul.sick_list li {
	font-size: 1.375em;
	margin-bottom: 3rem;
	position: relative;
	padding-left: 4rem;
}
ul.sick_list li:before {
	content: "";
	position: absolute;
	background: url('img/list-icon1.svg') center center/contain no-repeat;
	top: 45%;
	left: 2%;
	width: 29px;
	height: 28px;
	transform: translateX(-50%) translateY(-50%);
}
ul.sick_list li:nth-child(2) {
	margin-left: 4rem;
}
ul.sick_list li:nth-child(3) {
	margin-left: 8rem;
}
.sick_box p {
	text-align: center;
	font-weight: 700;
	margin-top: 1rem;
}

/*　初めての方限定
-------------------------------------*/
.customers_box {
	background: url('img/customers_bg.png') repeat;
	border-radius: 20px;
	padding: 2em;
}
.customers_box h2, .reserve_box h3 {
	color: #FFF;
	text-align: center;
	font-size: 1.75em;
	position: relative;
}
.customers_box h2:after {
	content: "";
	position: absolute;
	background: url('img/first_icon.png') center center/cover no-repeat;
	top: 45%;
	right: 33%;
	width: 32px;
	height: 41px;
	transform: translateX(-50%) translateY(-50%);
}
.customers_box h2 span {
	color: #ba1c24;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.coupon_item {
	background-color: #f9f1d9;
	border-radius: 20px;
	font-weight: 700;
	text-align: center;
	padding: 3rem;
}
.coupon_item img {
	width: 48%;
	height: auto;
	margin-top: 2.5rem;
}
.reserve_box {
	margin-top: 3rem;
}
.reserve_box h3:before, .reserve_box h3:after {
	content: "";
	position: absolute;
	top: 0;
	background: url('img/title_slash_white.png') center center/cover no-repeat;
	width: 27px;
	height: 36px;
}
.reserve_box h3:before {
	left: 18%;
}
.reserve_box h3:after {
	right: 18%;
	transform: scale(-1, 1);
}
.tel-reserve_box, .line-reserve_box {
	width: 48%;
}
.tel-reserve_item, .line-reserve_item {
	background-color: #FFF;
	padding: 2rem;
}
.reserve_box img {
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}
.line-reserve_item p {
	line-height: 1.5;
}
.line-reserve_item p span, p.treatment_copy span {
	font-size: 120%;
}

/*　当院の特徴
-------------------------------------*/
.features_block {
	margin: 7rem 0 10rem;
}
.features_block h3 {
	margin: 4rem 0;
	line-height: 1.5;
}
.features_block h3 span {
	font-size: 130%;
	color: #ba1c24;
	background: linear-gradient(transparent 50%, #f2deab 60%);
	display: inline;
}
p.features_copy, .features-case_item p {
	text-align: center;
	font-size: 1.375em;
	font-weight: 700;
}
.features_item {
	background-color: #f9f1d9;
	border-radius: 20px;
	margin-top: 3rem;
	align-items: center;
	padding: 3rem 4rem;
}
.features_item img {
	width: 30%;
	height: auto;
}
.features_item p {
	width: 65%;
}
.features_item p span {
	color: #ba1c24;
	font-weight: 700;
	font-size: 130%;
}
.features-case_item {
	border-radius: 20px;
	border: 1px solid #7d7060;
	text-align: center;
	padding: 5rem 4rem;
	margin-top: 7rem;
	position: relative;
}
.features-case_item h4 {
	color: #7d7060;
	font-size: 1.625em;
	background-color: #FFF;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 0 2rem;
}
.features-case_list li {
	width: 48%;
	background-color: #eeeeee;
	padding: 1.5rem 0 1.5rem 4.5rem;
	margin-bottom: 2rem;
	position: relative;
	text-align: left;
}
.features-case_list li:before {
	content: "";
	position: absolute;
	background: url(img/list-icon2.svg) center center/contain no-repeat;
	top: 47%;
	left: 5%;
	width: 18px;
	height: 18px;
	transform: translateX(-50%) translateY(-50%);
}
.features-case_item p {
	margin-top: 2.5rem;
}

/*　本当の原因とは
-------------------------------------*/
.cause_block h2 {
	background-image: none;
	padding: 3rem 0 3rem;
}
.cause_block h2 span {
	font-size: 130%;
}
p.cause_red {
	background-color: #ba1c24;
	padding: 0 2rem;
	margin: 0 2rem;
	display: inline-block;
	border-radius: 20px;
}
.cause_box {
	background-color: #e5e5e5;
	margin-top: -5em;
	padding: 8rem 0;
}
.cause_item {
	background-color: #FFF;
	margin-bottom: 3rem;
}
.cause_inner-item {
	margin: 3rem 0 3rem 3rem;
	width: 65%;
}
.cause_inner-item h3 {
	color: #ea962f;
	font-size: 1.375em;
	margin-bottom: 2rem;
}
.cause_inner-item li {
	width: 48%;
	margin-bottom: 1rem;
	position: relative;
	padding-left: 3rem;
}
.cause_inner-item li:before {
	content: "";
	position: absolute;
	background: url(img/list-icon1.svg) center center/contain no-repeat;
	top: 5%;
	left: 0;
	width: 18px;
	height: 18px;
}
.cause_item img {
	width: 30%;
	height: auto;
	object-fit: cover;
}

/*　当院の施術
-------------------------------------*/
.treatment_block {
	background: #f6f8f7 url('img/treatment_bg.jpg') bottom right/contain no-repeat;
	padding: 5rem 0 13rem;
	position: relative;
}
.treatment_block h2 {
	color: #685947;
	text-align: center;
	font-size: 2.25em;
	margin-bottom: 3rem;
}
.treatment_block:after {
	content: "";
	position: absolute;
	background: url('img/treatment_bg2.png') center center/cover no-repeat;
	top: 20%;
	left: 0;
	width: 198px;
	height: 338px;
	transform: translateY(-50%);
}
.treatment_inner {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #eeaa57;
	border-radius: 20px;
	padding: 3rem;
	margin-top: 3rem;
}
.treatment_inner h3 {
	font-size: 1.5em;
	margin-bottom: 2rem;
}
.treatment_box .treatment_inner {
	width: 48%;
}

/*　このような方が来院
-------------------------------------*/
.reason_block {
	background-color: #f9f1d9;
	position: relative;
}
.reason_block h2 img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 714px;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
}
.reason_box {
	padding: 10rem 0 5rem;
}
.reason_list ul {
	justify-content: space-between;
	align-items: center;
}
.reason_list li {
	width: 31%;
	background-color: #FFF;
	padding: 1.5rem 1.5rem 1.5rem 5rem;
	margin-bottom: 3rem;
	position: relative;
	font-size: 1.125em;
	font-weight: 700;
	display: flex;
	align-items: center;
	line-height: 1.3;
	min-height: 10rem;
}
.reason_list li:before {
	content: "";
	position: absolute;
	background: url(img/list-icon2.svg) center center/contain no-repeat;
	top: 47%;
	left: 7%;
	width: 18px;
	height: 18px;
	transform: translateX(-50%) translateY(-50%);
}

/*　このようなお声
-------------------------------------*/
.voice_block {
	padding: 10rem 0;
}
.voice_block h2 {
	margin-bottom: 4rem;
	text-align: center;
	color: #ea962f;
	font-size: 1.875em;
	position: relative;
}
.voice_block h2 span {
	font-size: 130%;
	color: #ba1c24;
}
.voice_block h2:before, .voice_block h2:after {
	top: 20%;
}
.voice_block h2:before {
	left: 15%;
}
.voice_block h2:after {
	right: 15%;
	transform: scale(-1, 1);
}
.voice_box {
	position: relative;
}
.voice_box:before {
	content: "";
	position: absolute;
	background: url(img/voice_illust.png) center center/cover no-repeat;
	top: -20%;
	left: -1%;
	width: 143px;
	height: 169px;
}
.voice_box img {
	width: 100%;
	height: auto;
}

/*　医療用語解説
-------------------------------------*/
.terminology_block h2 {
	font-size: 1.625em;
	margin-bottom: 3rem;
}
.terminology_box dl {
	margin-bottom: 4rem;
}
.terminology_box dt {
	font-size: 1.25em;
	font-weight: 700;
	border-left: 5px solid #ea962f;
	border-bottom: 1px solid #ea962f;
	padding: 0.5rem 2rem;
	margin-bottom: 2rem;
}
.terminology_box dd {
	font-size: 0.938em;
}
.terminology_box blockquote {
	background-color: #eee;
	padding: 1rem 3rem;
	margin: 2rem 0;
}
.terminology_box blockquote ul li {
	list-style-type: disc;
	margin-left: 3rem;
}
.terminology_box blockquote a {
	text-decoration-line: underline;
}
.terminology_box blockquote ol.osteo_list li {
	margin-bottom: 2rem;
}

/*　当院について
-------------------------------------*/
.about_block {
	margin: 10rem 0 7rem;
}
.about_block h2 {
	font-size: 1.625em;
}
.about_box {
	background-color: #f9f1d9;
	padding: 5rem 0;
}
.about_box table {
	border-bottom: 1px solid #7d7060;
	margin-bottom: 5rem;
}
.about_box table tr {
	border-top: 1px solid #7d7060;
}
.about_box table :is(th, td) {
	text-align: left;
	padding: 2rem;
	font-size: 0.938em;
}
.about_box img {
	width: 25%;
	height: auto;
}
.access_box {
	margin-top: 5rem;
}
.access_box h3 {
	text-align: center;
	font-size: 1.625em;
	color: #ea962f;
	margin-bottom: 2rem;
}
.access_item {
	background-color: #FFF;
	border-radius: 15px;
	padding: 2rem 1.5rem;
	text-align: center;
	width: 32%;
}
.access_item address {
	font-size: 1.125em;
}
.access_item p {
	font-size: 1.25em;
	font-weight: 700;
	color: #ba1c24;
	margin-bottom: 1rem;
}
.access_item iframe {
	width: 100%;
	height: 260px;
}



/*
#################################
	footer
#################################
*/
.goTopPage a {
	position: fixed;
	display: block;
	padding: 1.5rem;
	bottom: 5%;
	right: 2%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	text-decoration: none;
	color: #FFF;
	background-color: #EEAA57;
}
.footer {
	border-top: 10px solid #7d7060;
	margin-top: 7rem;
	padding: 3rem 0 7rem;
}
.footer_info {
	width: 65%;
	font-size: 0.875em;
}
.footer_copy {
	text-align: center;
	margin-top: 3rem;
	color: #959595;
	font-size: 0.813em;
}