@charset 'UTF-8';

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style: none;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
	color: #000;
	font-size-adjust: 100%;
	box-sizing: border-box;
}
img {
	display: block;
	max-width: 100%;
}
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fce3d6;
	position: fixed;
	width: 100%;
	border-bottom: 5px solid #ed6d46;
}
header > .logo_area > h1 {
	padding: 5px 10px;
}
header > .logo_area > h1 > a > img {
	height: 48px;
}
header > .menu_area > .menu {
	position: absolute;
/* 	left: 0; */
	right: -100%;
	top: 63px;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,1);
	overflow-y: scroll;
}
header > .menu_area > .menu > .menu_list > a {
	width: 80%;
	display: block;
	text-align: center;
	margin: 15px auto;
	font-weight: bold;
  padding-bottom: 15px;
	border-bottom: 1px solid #333;
}
header > .menu_area > .bar_wrap > #menu_bar {
	color: #fff;
	background-color: #ed6d46;
	display: block;
	height: 58px;
	width: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header > .menu_area > .bar_wrap > #menu_bar:hover {
	cursor: pointer;
}
header > .menu_area > .bar_wrap > #menu_bar:after {
	font-family: 'Font Awesome 5 Pro';
  content: '\f0c9';
	font-size: 30px
}
header > .menu_area > .menu > .contact > p {
	color: #ed6d46;
	text-align: center;
}
header > .menu_area > .menu > .contact > img {
	width: calc(100% - 20px);
	margin: auto;
}
header > .menu_area > .menu > .contact > .tel_mail {
	display: flex;
}
header > .menu_area > .menu > .contact > .tel_mail{
	padding: 0 5px;
}
header > .menu_area > .menu > .contact > .tel_mail > a {
	padding: 5px;
}
footer > figure > img {
	width: 100%;
}
footer > .footer_banner {
	margin: 10px;
}
footer > .footer_banner > a > img {
	margin: auto;
}
footer > small {
	display: block;
	background-color: #f7f7f7;
	text-align: center;
	font-size: 80%;
}
main {
	padding-top: 63px;
}
.breadcrumb {
	margin-bottom: 10px;
}
.breadcrumb > ul {
	display: flex;
	align-items: center;
}
.breadcrumb > ul > li:not(:last-child) {
	margin-right: 10px;
}
.breadcrumb > ul > li:not(:last-child):after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f105';
	margin-left: 10px;
	font-size: 90%;
}
.breadcrumb > ul > li {
	font-size: 90%;
}
.breadcrumb > ul > li > .home:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f015';
	font-weight: bold;
	color: #ed6d46;
}
/*home*/
.home main > .top {
	padding: 10px;
}
.home main > .top > figure > img {
	width: 100%;
}
.home main > .reason {
	margin-bottom: 40px;
}
.home main > .reason > h2 {
	font-size: 130%;
	text-align: center;
	background-color: #fce3d6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home main > .reason > h2 > span {
	color: #ed6d46;
	font-size: 150%;
	font-weight: bold;
	margin: 0 3px;
}
.home main > .reason > ul {
	padding: 5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.home main > .reason > ul > li {
	width: calc(50% - 10px);
	margin-bottom: 5px;
}
.home main > .reason > ul > li > img {
	width: 100%;
}
.home main > .treatment > h2 {
	font-size: 130%;
	text-align: center;
	background-color: #fce3d6;
	align-items: center;
	justify-content: center;
	line-height: 46px;
}
.home main > .treatment > ul {
	display: flex;
	flex-wrap: wrap;
}
.home main > .treatment > ul > li {
	width: 50%;
	padding: 5px;
}
.home main > .treatment > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	color: #ed6d46;
	font-weight: bold;
}
.home main > .treatment > ul > li > a:after {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
}
.home main > .message  {
	padding: 5px;
	margin-bottom: 30px;
}
.home main > .feature {
	margin-bottom: 30px;
}
.home main > .feature > h2 {
	font-size: 130%;
	text-align: center;
	background-color: #fce3d6;
	align-items: center;
	justify-content: center;
	line-height: 46px;
}
.home main > .feature > ul {
	padding: 10px;
}
.home main > .feature > ul > li {
	padding: 10px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	background-color: #f7f7f7;
}
.home main > .feature > ul > li > .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.home main > .feature > ul > li > .title > h3 {
	color: #d25d2e;
	font-size: 20px;
	font-weight: bold;
}
.home main > .feature > ul > li > .title > figure > img {
	width: 180px;
}
.home main > .feature > ul > li > p {
	font-size: 13px;
}
.home main > .target {
	margin-bottom: 10px;
}
.home main > .target > h2 {
	font-size: 130%;
	text-align: center;
	background-color: #fce3d6;
	align-items: center;
	justify-content: center;
	line-height: 46px;
}
.home main > .target > ul {
	padding: 5px;
}
/*page*/
.page main {
	padding: 73px 10px 10px 10px;
}
.page main > .content > h2 {
	font-size: 150%;
	font-weight: bold;
	color: #ed6d46;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.page main > .content > h2 > span {
	display: block;
	font-size: 13px;
}
.page main > .content > section {
	margin-bottom: 30px;
}
.page main > .content > section > h3 {
	background-color: #f7f7f7;
	padding: 5px;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}
/*about*/
.about main > .content > .greeting > p {
	margin-bottom: 1em;
}
.about main > .content > .greeting > p > em {
	color: #f55;
	font-weight: bold;
}
.about main > .content > .flow > ul > li {
	margin-bottom: 10px;
}
.about main > .content > .flow > ul > li > h4 {
	font-size: 120%;
	color: #ed6d46;
	font-weight: bold;
	border-bottom: 1px solid #ed6d46;
	margin-bottom: 5px;
}
.about main > .content > .flow > ul > li > p {
	padding-left: 1em;
}
/*price*/
.price main > .content > .price_table > h4 {
	color: #8f3b33;
	font-weight: bold;
	border-left: 5px solid #8f3b33;
	padding-left: 8px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.price main > .content > .price_table > aside {
	background-color: #f7f7f7;
	color: #777;
	font-size: 13px;
}
.price main > .content > .price_table > table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.price main > .content > .price_table > table th,
.price main > .content > .price_table > table td {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}
.price main > .content > .price_table > table th {
	background-color: #fce3d6;
	font-weight: bold;
}
.price main > .content > .price_table > table tr:first-child > td {
	background-color: #f7f7f7;
}
/*information*/
.information main > .content > .access > table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.information main > .content > .access > table th,
.information main > .content > .access > table td {
	font-size: 13px;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}
.information main > .content > .access > table td {
	text-align: left;
}
.information main > .content > .access > table th {
	background-color: #fce3d6;
	font-weight: bold;
    width: 120px;
}
/*contact*/
.contact main > .content > .form > form > table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.contact main > .content > .form > form > table tr {
	border-bottom: 1px solid #ccc;
}
.contact main > .content > .form > form > table th,
.contact main > .content > .form > form > table td {
	padding: 10px;
}
.contact main > .content > .form > form > table td {
	font-size: 80%;
	color: #f55;
}
.contact main > .content > .form > form > table td input,
.contact main > .content > .form > form > table td textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
	width: 100%;
	font-size: 14px;
	background-color: #f7f7f7;
}
.contact main > .content > .form > form > table td textarea {
	height: 200px;
}
.contact main > .content > .form > form input[type="button"] {
	background-color: #ed6d46;
	color: #fff;
	padding: 8px 40px;
	cursor: pointer;
}
.contact main > .content > .form > form > .btn {
	text-align: center;
	margin-top: 20px;
}
.contact main .error {
	color: #f55;
}
/*faq*/
.faq main > .content > .list > ul > li {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.faq main > .content > .list > ul > li > .q {
	margin-bottom: 5px;
}
.faq main > .content > .list > ul > li > .q > span {
	font-weight: bold;
}
.faq main > .content > .list > ul > li > .a {
	padding-left: 1em;
}
.faq main > .content > .list > ul > li > .a > span {
  color: #ed6d46;
	font-weight: bold;
}
/*medical accident*/
.medical.accident main > .content > section {
	margin-top: 30px;
}
/*medical sports*/
.medical.sports main > .content > h3 {
	background-color: #f7f7f7;
	padding: 5px;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}
.medical.sports main > .content > section {
	margin-top: 30px;
}
.medical.sports main > .content > section > h4 {
	color: #ff3f00;
	font-weight: bold;
	margin-bottom: 5px;
}
.medical.sports main > .content > aside {
	background-color: #f7f7f7;
	padding: 10px;
	margin: 10px 0;
	border: 2px solid #ccc;
	font-size: 90%;
	font-weight: bold;
}
.medical.sports footer {
	margin-top: 20px;
}
/*medical stiff_neck*/
.medical.stiff_neck main > .content > h3 {
	background-color: #f7f7f7;
	padding: 5px;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}
.medical.stiff_neck main > .content > section > h4 {
	color: #ff3f00;
	font-weight: bold;
	margin-bottom: 5px;
}
.medical.stiff_neck main > .content > section.pattern > ul {
	margin-top: 10px;
}
.medical.stiff_neck main > .content > section.pattern > ul > li {
	margin-bottom: 10px;
}
.medical.stiff_neck main > .content > section.pattern > ul > li > h5 {
	color: #f55;
}
.medical.stiff_neck main > .content > section.pattern > ul > li > p {
	padding-left: 1em;
}
.medical.stiff_neck main > .content > section.list_pattern > ul {
	margin-left: 24px;
}
.medical.stiff_neck main > .content > section.list_pattern > ul > li {
	list-style: disc;
}
/*knee*/
.medical.knee main > .content > figure {
	margin-bottom: 30px;
}
/*mukumi*/
.medical.mukumi main > .content > figure + ul {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-left: 24px;
}
.medical.mukumi main > .content > figure + ul > li {
	margin-bottom: 10px;
	list-style: disc;
	background-color: #f5f5f5;
	padding: 5px;
}
/*chiropractic*/
.medical.chiropractic main > .content > figure {
	margin-bottom: 30px;
}
.medical.chiropractic main > .content > section > ul {
	padding-left: 24px;
}
.medical.chiropractic main > .content > section > ul > li {
	list-style: disc;
	margin-bottom: 5px;
}
.medical.chiropractic main > .content > section > table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.medical.chiropractic main > .content > section > table th,
.medical.chiropractic main > .content > section > table td {
	border: 1px solid #ccc;
	font-size: 13px;
	padding: 5px;
}
.medical.chiropractic main > .content > section > table th {
	width: 20%;
	text-align: center;
	background-color: #fce3d6;
}
/*taping*/
.medical.taping main > .content > p {
	margin-bottom: 30px;
}
.medical.taping main > .content > section > aside {
	margin-top: 10px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	padding: 10px;
	font-size: 90%;
}
