@charset "utf-8";

@media screen and (max-width : 767px ) {
/*============================================

	BASE

============================================*/
body {
	min-width: 100%;
	font-size: 14px;
}
a {
	transition: none;
}
/*--------------------------------------------

	共通部分

--------------------------------------------*/


/*-------------------------------------

	HEADER

-------------------------------------*/
.header_sp {
	background-color: #fff;
	width: 100%;
}
.header_sp.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.header_sp.fixed #contents {
	padding-top: 52px;
}
header .h_contact {
	display: none;
	width: 50%;
	display: flex;
	background: rgba(66,48,28,1);
	padding: 10px;
}
header .h_contact .tel {
	font-size: 15px;
}
header .h_contact .tel i {
	font-size: 22px;
}
header .header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .h_logo{
  /* top: 30px;
  padding-left: 0;
  width: 100%;
  text-align: center;
	left: initial; */
}
header .h_logo img {
	/* width: 20%; */
}
/*drawer*/
.drawer-hamburger {
	width: auto;
	top: 15px;
	right: 15px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
}
.drawer-hamburger .bar01,
.drawer-hamburger .bar02,
.drawer-hamburger .bar03 {
	background: #42301c;
	width: 22px;
	height: 2px;
	transition: 0.3s ease-in-out;
}
.drawer-hamburger .bar02 {
	margin-top: 5px;
}
.drawer-hamburger .bar03 {
	margin-top: 5px;
}
.drawer-hamburger:hover {
			background: rgba(255,255,255,0.8);
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #fff;
}
.drawer-hamburger .menu {
			position: absolute;
	right: 10px;
	top: 36px;
	font-size: 10px;
	text-align: right;
	color: #fff;
}
.drawer--right .drawer-nav {
	right: 0;
	//opacity: 0;
	//visibility: hidden;
	right: -100%;
}
.drawer--right.drawer-open .drawer-nav {
	right: 0;
	//opacity: 1;
	//visibility: visible;
	background: #f5ead5;
}
.drawer-nav {
	background: #f5ead5;
}
.drawer--right .drawer-nav {
	width: 100%;
}

.drawer--right.drawer-open .drawer-hamburger {
	background: #42301c;
}
.drawer--right.drawer-open .drawer-hamburger .bar01,
.drawer--right.drawer-open .drawer-hamburger .bar02,
.drawer--right.drawer-open .drawer-hamburger .bar03 {
	background: #fff;
}
.drawer--right.drawer-open .drawer-hamburger .bar01 {
	-webkit-transform: rotate(225deg) translate3d(-5px, -5px, 0);
  -moz-transform: rotate(225deg) translate3d(-5px, -5px, 0);
  -ms-transform: rotate(225deg) translate3d(-5px, -5px, 0);
  transform: rotate(225deg) translate3d(-5px, -5px, 0);
}
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 15px;
}
.drawer--right.drawer-open .drawer-hamburger .bar02 {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.drawer--right.drawer-open .drawer-hamburger .bar03 {
  -webkit-transform: rotate(-225deg) translate3d(-5px, 5px, 0);
  -moz-transform: rotate(-225deg) translate3d(-5px, 5px, 0);
  -ms-transform: rotate(-225deg) translate3d(-5px, 5px, 0);
  transform: rotate(-225deg) translate3d(-5px, 5px, 0)
}
.drawer--right.drawer-open .drawer-hamburger:hover {
		background: #42301c;
}
.drawer--right .drawer-menu {
	padding: 20px 20px;
}

header .drawer-menu .h_logo {
	width: 50%;
	position: static;
	margin: 0;
	padding: 0;
	transform: none;
}
header .drawer-menu .h_logo img {
	width: 100%;
}
.drawer-menu nav {
	margin-top: 30px;
}
.drawer-menu nav .nav_item  {
	background: #42301c;
	text-align: center;
	width: 100%;
}
.drawer-menu nav .nav_item.red {
	background: #cd0505;
}
.drawer-menu nav .nav_item a {
	color: #fff;
	padding: 10px;
	display: block;
}
.drawer-menu nav ul.nav_list01 li {
	margin-top: 10px;
}
.drawer-menu nav ul.nav_list01 .inner {
	display: flex;
	color: #42301c;
	background: #fff;
	    align-items: center;
}
.drawer-menu nav ul.nav_list01 .img_box {
	width: 40%;
}
.drawer-menu nav ul.nav_list01 .txt_box {
	width: 60%;
	font-size: 18px;
	padding-left: 10%;
}
.drawer-menu nav ul.nav_list01 .txt_box span {
	display: block;
	font-size: 13px;
}
.drawer-menu nav ul.nav_list02 {
}
.drawer-menu nav ul.nav_list02 li {
	margin-top: 10px;
}
.drawer-menu nav ul.nav_list02 li a {

}

.drawer-menu li {
	margin-bottom: 0;
	border: none;
}
.drawer-menu li a {
	padding: 0;
	font-weight: 500;
	font-size: 15px;
	display: block;

}



/*-------------------------------------

	FOOTER

-------------------------------------*/
footer {
	padding-bottom: 114px;
}
footer .access_wrap {
	padding-top: 20px;
}
footer .f_logo {
	width: 164px;
}
footer .info_box .address {
	font-size: 14px;
}
footer .info_box .tel {
	font-size: 25px;
	margin-top: 10px;
}
footer .info_box .tel i {
	font-size: 20px;
}
footer .info_box .calender {
	margin-right: 0;
	font-size: 12px;
}
footer .info_box .calender th {
	width: 29%;
}
footer .info_box .calender td {
	text-align: center;
}
footer .footer_left {
	padding: 0 5% 0;
	width: 100%;
	margin-left: 0;
}
footer .footer_right {
	width: 100%;
	margin-top: 20px;
}
footer .footer_right .map_wrap {
	position: relative;
	padding-top: 70%;
}
footer .footer_right .map_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
footer .footer_nav {
	padding: 0;
}
footer .footer_nav nav {
	display: none;
}
footer .copy {
	text-align: center;
	font-size: 11px;
	margin-top: 0;
	padding: 6px;
}
.totop {
	width: 38px;
	height: 38px;
}
.totop i {
	line-height: 38px;
}
.fix_nav {
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	width: 100%;
	z-index: 20;
}
.fix_nav .fix_contact {
	width: 50%;
	background: rgba(66,48,28,1);
	color: #fff;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	padding: 7px;
}




.fix_nav .fix_contact .tel-link {
	color: #fff;
}
.fix_nav .fix_line {
	width: 50%;
	background: rgba(0,194,0,1);
	text-align: center;
}
.fix_nav .fix_line a {
	color: #fff;
	display: block;
	position: relative;
	padding: 12px 10px 12px 30px;

}
.fix_nav .fix_line a:before {
	content: '';
	background: url(../Image/top/icon_line.png) no-repeat center / contain;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;

}
@media screen and (max-width: 374px) {
.fix_nav .fix_contact {
	font-size: 17px;
	padding: 9px 0;
}
.fix_nav .fix_line a:before {
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
}
/*============================================

	PAGE CSS

============================================*/
.ttl_01 {
	font-size: 26px;
}
.ttl_02 {
	font-size: 18px;
	padding-left: 0;
	margin-bottom: 15px;
}
.sec_ttl {
	margin-bottom: 20px;
	padding: 0 5%;
}

.container {
	padding: 50px 0;
	overflow: hidden;
}
.sec_second {
	padding: 50px 0;
}
.inner-main {
	padding: 0 5%;
}

.btn {
	margin-top: 30px;
}
.btn_primary {
	font-size: 13px;
	width: 80%;
	margin: 0 auto;
	padding: 15px;
}
.btn_primary:after {
	background-size: 70%;
	width: 8px;
	height: 9px;
	right: 10px;
}
.arrow_wh:after {
	-webkit-background-size: 7px;
	background-size: 7px;
	right: 5px;
	width: 8px;
	height: 12px;
}
.img_bg:after {
	top: 12px;
	right: -12px;
}
/*-----------------------------------------------------

	トップページ 	top

------------------------------------------------------*/
/*    COMMON  &   MAINIMAGE
-------------------------------*/
#top #mainimage {
	height: 50vh;
	min-height: 30vh;
}
#top .mv_wrapper {
	height: 100%;
	/* background-size: cover; */
}
#top .mv_item {
	height: 100%;
}
#top .mv_wrapper .slick-list,
#top .mv_wrapper .slick-track {
	height: 100%;
}
#top .mv_item .mv_item_cnt {
	top: 50%;
	transform: translate(-50%,-50%);
}
#top .mv_item .h_logo {
	position: static;
	margin-bottom: 10px;
	text-align: center;
}
#top .mv_item .h_logo img {
	display: inline-block;
	width: 20%;
}
#top .mv_item .mv_txt {
	font-size: 5vw;
	line-height: 1.1;

}
/* #top header .mv_ttl .sub_ttl {
	font-size: 11px;
	margin-top: 10px;
}

#top header .mv_ttl {
	top: initial;
	bottom: 10px;
	transform: none;
} */
#top header .h_right {
	position: fixed;
	bottom: 0;
	left: 0;
	top: inherit;
	display: flex;
	width: 100%;
	z-index: 100;
}
#top header .h_line {
	margin: 0;
	bottom: 10px;
	width: 50%;
}
#top header .h_line a {
	padding: 10px 10px 10px 53px;
	background-position: center left 10px;
	font-size: 12px;
	background-size: 35px;
	background-color: rgba(0,194,0,1);
}

#top .header_sp .sp_logo {
	opacity: 0;
	height: 0;
	transition: 0.4s;
	width: 50%;
	min-width: 150px;
}
#top .header_sp.fixed {
	padding: 10px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
}
#top .header_sp.fixed .sp_logo {
	opacity: 1;
	height: auto;
}
#top .header_sp.fixed .drawer-hamburger {
	top: 11px;
}
#top #contents {
	/* padding-top: 20px; */
}

#top .sec_ttl {
	margin-bottom: 20px;
	font-size: 15px;
}
#top .sec_txt {
	margin-bottom: 25px;
}
/*    SECTION 01
-------------------------------*/
#top .about {
	padding-bottom: 50px;
}
#top .about .about_wrap .l_box {
	width: 100%;
}
#top .about .about_wrap .txt_box .ttl {
	font-size: 20px;
	padding: 10px 15px;
	line-height: 1.4;
	display: block;
}
#top .about .about_wrap .txt_box .txt {
	font-size: 18px;
}
#top .about .about_wrap .arrow:before {
	border-width: 20px 50px 0 50px;
}
#top .about .catch_txt {
	font-size: 22px;
	font-weight: 500;
	margin-top: 40px;
}
#top .about .case_ttl {
	font-size: 18px;
}
#top .about .case_box {
	margin-top: 30px;
}
#top .about .case_txt {
	padding: 0.5em;
	font-size: 16px;
}
/* #top .about .about_wrap:before {
	line-height: 1;
  left: -5%;
	font-size: 40px;
	z-index: -1;
}

#top .about .about_wrap .l_box {
	width: 100%;
	margin-left: 0;
}
#top .about .about_ttl {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.6;
	font-weight: 500;
}

#top .about .about_wrap .l_box .txt_box p .strong {
	font-size: 20px;
}
#top .about .about_wrap .l_box .list_bg li span {
	font-size: 14px;
}
#top .about .about_wrap .l_box .list_bg {

}
#top .about .about_wrap .l_box .list_bg li {
	font-size: 20px;
	margin-top: 10px;
	line-height: 1.6;
	padding-left: 16px;
}
#top .about .about_wrap .l_box .list_bg li:before {
	transform: none;
	top: 7px;
}
#top .about .about_wrap .l_box .catch {
	margin: 15px 0;
	padding: 6px 15px 8px;
	font-size: 18px;
}
#top .about .about_wrap .l_box .catch span {
	font-size: 20px;
}
#top .about .about_wrap .l_box .list_sm li {
	text-indent: -1em;
	padding-left: 1em;
}
#top .about .about_wrap .l_box .list_sm span {
	font-size: 16px;
	color: #cd0505;
	font-weight: 500;
} */
#top .about .about_img {
	position: static;
	width: 100%;
	padding: 0 5%;
	text-align: center;
	margin-top: 20px;
}
#top .about .about_wrap .r_box {
	position: static;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
#top .about .about_wrap .r_box img {
	max-width: 400px;
	width: 400px;
}
#top .google_bnr a {
	font-size: 16px;
	width: 100%;
	padding: 10px;
}
#top .google_bnr .en {
	font-size: 25px;
}
.fixed_bnr{
	width: 100%;
}
.fixed_bnr a {
	font-size: 13px;
	padding: 14px 10px;
}
.fixed_bnr a.diet {
	font-size: 14px;
	padding: 5px;
}
.fixed_bnr a:before {
	width: calc(100% - 10px);
  height: calc(100% - 10px);
	top: 5px;
	left: 5px;
}
.sns .ttl_01 {
	margin-bottom: 20px;
}
.sns_wrap .fb,
.sns_wrap .insta {
	width: 100%;
}
.sns_wrap .insta {
	margin-top: 40px;
}
.sns_wrap .fb_wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	height: 330px;
}
.sns_wrap .fb_wrap iframe {
	width: 100%!important;
	height: 330px!important;
}
/*    SECTION 02
-------------------------------*/
#top .concept .ttl {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0 5%;
	margin-bottom: 30px;
}

#top .concept .ttl .inner {
	line-height: 1.3;
}
#top .concept .ttl .item01 {
	font-size: 35px;
}
#top .concept .ttl .item02 {
	font-size: 30px;
}
#top .concept .concept_box {
	height: auto;
	margin-top: 20px;
	padding: 0;
}
#top .concept .concept_box .concept_ttl {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 500;
}
#top .concept .concept_box:nth-child(1) .txt_box::after,
#top .concept .concept_box:nth-child(2) .txt_box::after {
	font-size: 100px;
}
#top .concept .concept_box .txt_box {
	width: 100%;
	margin-right: 0;
	padding: 30px 20px;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
}
#top .concept .concept_box .txt_box.r_box {
	margin-left: 0;
}
#top .concept .concept_box .txt_box .strong {
	font-size: 18px;
	margin: 10px 0;
}
#top .concept .concept_box .img_box {
	width: 100%;
	position: relative;
	right: -20px;
	top: -20px;
	height: 200px;
	transform: none;
}
#top .concept .concept_box .img_box.r_box {
	right: -20px;
}
#top .concept .concept_box .img_box.l_box {
	left: -20px;
}
#top .concept .ttl .inner:before {
	left: 0;
}
#top .concept .ttl .inner:after {
	right: 0;
}
/*    SECTION 03
-------------------------------*/
#top .menu .menu_list .ttl {
	font-size: 18px;
	margin-bottom: 8px;
}
#top .menu .menu_list li {
	width: 100%;
	margin-right: 0;
	margin-top: 25px;
}
#top .menu .menu_list li:first-child {
	margin-top: 0;
}
/*    SECTION 04
-------------------------------*/
#top .news_list .inner {
	display: block;
}
#top .news_list .badge {
	font-size: 12px;
	min-width: auto;
	padding: 6px 10px;
}
#top .news_list .date {
	font-size: 13px;
}

/*    SECTION 05
-------------------------------*/
.line {
	padding-top: 50px;
}
.line .line_box {
	padding: 15px;
	display: block;
}
.line .line_box .img {
	width: 25%;
	margin: 0 auto;
}
.line .line_box .txt_box {
	margin-top: 15px;
}
.line .line_box .ttl {
	font-size: 18px;
	line-height: 1.3;
}
.line .line_box .ttl span {
	font-size: 20px;
}
.line .line_box .txt_box p {
	line-height: 1.5;
}
.line .tokuten {
	color: #cd0505;
	font-size: 16px;
	padding: 0;
	background: none;
}
.line .line_btn {
	text-align: center;
}
.line .line_btn .btn {
	margin-top: 20px;
}
.line .line_btn .txt {
	color: #42301c;
	font-weight: 500;
	margin-top: 5px;
	font-size: 16px;
}
/*    SECTION 06
-------------------------------*/
.sns_wrap .insta_wrap {
	width: 100%;
	padding-top: 66%;
	position: relative;
}
.sns_wrap .insta_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%!important;
	width: 100%!important;
}
/*-----------------------------------------------------

	下層共通CSS

------------------------------------------------------*/
.under {
	padding-top: 59px;
}
.under header {
	min-width: 100%;
}
.under header .header_inner {
	min-width: 100%;
	width: 100%;
	padding: 10px;
	align-items: center;
}
.under header .h_logo {
	padding-top: 0;
	transform: none;
	width: auto;
	position: static;
	width: 50%;
	max-width: 250px;
	min-width: 150px;
}
.under header .h_logo img {
	width: 100%;
}
.under header .h_right {
	display: none;
}
.under .header_sp {
	width: auto;
}
.under .drawer-hamburger {
	margin-left: auto;
	top: 11px;
}
.under .drawer--right.drawer-open .drawer-hamburger {
	z-index: 999;
	position: absolute;
	top: 15px;
	right: 15px;
}
.drawer.drawer-open .drawer-hamburger .bar01 {
  transform: rotate(-135deg) translate(-5px, -5px);
}
.drawer.drawer-open .drawer-hamburger .bar02 {
  opacity: 0;
}
.drawer.drawer-open .drawer-hamburger .bar03 {
  transform: rotate(135deg) translate(-5px, 5px);
}
.under #mainimage {
	background-position: center;
	height: 20vh;
	position: relative;
}
.under .mv_ttl .main {
	font-size: 25px;
}
.under .mv_ttl .sub {
	font-size: 13px;
	margin-top: 7px;
}
.under .container {
	padding: 50px 0;
}
.under .lead {
	padding: 0 5%;
	text-align: left;
}
.under .lead p:not(:first-child) {
	margin-top: 8px;
}
/*-----------------------------------------------------

	当院について              about

------------------------------------------------------*/
#about .concept .sec_ttl {
	text-align: left;
}
#about .concept_box {
	flex-wrap: wrap;
	margin-top: 30px;
}
#about .concept_box:nth-child(2) {
	flex-direction: column-reverse;
}
#about .concept_box .txt_box {
	width: 100%;
	padding-right: 0;
	padding-top: 0;
}
#about .concept_box .txt_box.r_box {
	padding-left: 0;
}
#about .concept_box .img_box {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
#about .concept_box .img_box .img_s:nth-child(1) {
	width: 47%;
	margin-left: 0;
}
#about .concept_box .img_box .img_s:nth-child(2) {
	width: 47%;
	margin-top: 0;
}
#about .concept_box:nth-child(2) .img_box {
	margin-top: 30px;
}
#about .concept_box .txt_box .strong02 {
	font-size: 18px;
}
#about .strength_box .txt_box {
	width: 100%;
	padding-left: 0;
	padding-top: 0;
}
#about .strength_box .txt_box.l_box {
	padding-right: 0;
}
#about .strength_box .img_box {
	width: 100%;
}
#about .strength_box .txt_box {
	order: 1;
}
#about .strength_box .txt_box p {
	margin-top: 15px;
}
#about .strength_box .ttl {
	font-size: 19px;
	line-height: 1.5;
margin-bottom: 10px;
}
#about .greeting_box .img_box {
	width: 80%;
	margin: 0 auto;
}
#about .greeting_box .txt_box {
	width: 100%;
	padding-left: 0;
	padding-top: 0;
	margin-top: 30px;
}
#about .greeting_box:nth-child(2) .txt_box {
	padding: 0;
}
#about .greeting_box .name {
	font-size: 20px;
}
#about .greeting_box .name span {
	font-size: 16px;
}
#about .ttl_02 .strong {
	font-size: 20px;
	margin: 10px 0;
}
#about .greeting_box:nth-child(2) {
	margin-top: 0;
}
#about .greeting_box:nth-child(2) .img_box {
	margin-top: 25px;
}
#about .greeting_box .greeting_txt {
	font-size: 16px;
}
#about .greeting_box .greeting_txt .bold {
	font-size: 20px;
}
#about .greeting_box .name {
	font-size: 16px;
}
/*-----------------------------------------------------

	トレーニング              training

------------------------------------------------------*/
#training .point_box {
	margin-top: 40px;
	padding: 0 10px 15px;
	text-align: center;
	border-width: 2px;
}
#training .point_box .point_list {
	margin-top: -12px;
	display: inline-block;
}
#training .point_box .point_list li {
	font-size: 14px;
	width: 100%;
	padding-left: 12px;
	text-align: left;
}
#training .point_box .point_list li:before {
	top: 8.5px;
	transform: none;
	width: 7px;
	height: 7px;
}
#training .point_box .point_list li:nth-child(2) {
	margin-top: 10px;
}
#training .point_box .ttl {
	font-size: 16px;
}
#training .point_box .ttl span {
	padding: 0 5px;
}
#training .training_ttl {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 15px;
}
#training .training_box .txt_box {
	padding-left: 0;
}
#training .training_box .txt_box.l_box {
	padding-right: 0;
}
#training .training_box .txt_box .sub_ttl {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 8px;
	margin-bottom: 10px;
}
#training .training_box .txt_box .txt .strong {
	font-size: 16px;
}
#training .training_box .img_box {
	width: 100%;
	margin-top: 30px;
}
#training .training_box .img_box .thumb_box li {
	width: 31%;
}
#training .chart_box {
	width: 70%;
	margin: 20px auto 0;

}
#training .monster_box {
	padding: 10px;
	bottom: 64px;
}
#training .monster_box .ttl {
	font-size: 14px;
	margin: 0 0 5px 0;
	line-height: 1;
}
#training .monster_box .icon {
	font-size: 20px;
}
#training .monster_box p {
	font-size: 13px;
	line-height: 1.3;
}
#training .lead {
	font-size: 16px;
	text-align: left;
}
/*-----------------------------------------------------

	治療              treatment

------------------------------------------------------*/
#treatment .treatment_box .txt_box {
	width: 100%;
	padding-left: 0;
	padding-top: 0;
}
#treatment .treatment_ttl {
	font-size: 20px;
	margin-bottom: 8px;
}

#treatment .treatment_box .sub_ttl {
	font-size: 16px;
	margin-bottom: 15px;
}
#treatment .treatment_box .txt_box .txt .strong {
	font-size: 16px;
}
#treatment .treatment_box .img_box {
	width: 100%;
	margin-top: 30px;
}
#treatment .treatment_box .img_box img {
	width: 100%;
}
#treatment .treatment_list {
	justify-content: space-between;
	margin-top: 30px;
}
#treatment .treatment_list li {
	width: 48%;
	margin-top: 20px;
	margin-right: 0;
}
#treatment .treatment_list li:nth-child(-n+3) {
	margin-top: 20px;
}
#treatment .treatment_list .txt_box {
	margin-top: 15px;
}
#treatment .treatment_list .treatment_ttl {
	font-size: 16px;
	line-height: 1.5;
}
#treatment .recommend_box {
	padding-bottom: 30px;
}
#treatment .recommend_box.flex_reverse  {
	flex-direction: row-reverse;
}
#treatment .recommend_box .img_box {
	width: 100%;
}
#treatment .recommend_box .img_box img {
	width: 100%;
}
#treatment .recommend_box .txt_box {
	padding: 0;
	padding-top: 0;
	margin-top: 30px;
}
#treatment .recommend_box:nth-child(even) .txt_box {
	padding-right: 0;
}
#treatment .recommend_box .name {
	font-size: 16px;
	margin-top: 0;
}
#treatment .recommend_box .txt {
	margin-top: 10px;
}
/*-----------------------------------------------------

	料金について			price

------------------------------------------------------*/
#price .price_box {
	width: 100%;
	margin-top: 40px;
}
#price .price_ttl {
	font-size: 22px;
}
#price .price_box .attention {
	padding: 10px;
	text-align: left;
}
#price .table_price th, #price .table_price td {
	padding: 15px 10px;
}
#price .price_txt {
	margin-top: 40px;
}
#price .price_txt .inner {
	width: 100%;
}
.contact_box {
	padding: 10px;
}
.contact_box .btn {
	margin-right: 0;
	width: 100%;
}
.contact_box .tel {
	margin-left: 0;
	margin-top: 10px;
}
.contact_box .tel .tel_upper {
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
}
/*-----------------------------------------------------

	Q & A			faq

------------------------------------------------------*/
.faq_cate ul {
	flex-wrap: wrap;
}
.faq_cate li {
	margin-right: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	margin-top: 15px;
}
.faq_cate li:first-child {
	margin-top: 0;
}
.faq_cate li:not(:last-child):after {
	display: none;
}
.faq_cate li i {
	font-size: 20px;
	margin-left: 8px;
}
#faq .faq_wrap {
	margin-top: 30px;
}
.faq_box {
	margin-top: 30px;
}
.faq_ttl {
	font-size: 18px;
	margin-bottom: 10px;
}
.faq_list .list_q {
	padding: 10px 45px;
}
.faq_list .list_q:before {
	left: 10px;
	width: 25px;
	height: 25px;
}
.faq_list .list_q:after {
	right: 10px;
	font-size: 16px;
}
.faq_list .list_a {
	padding: 10px 45px;
}
.faq_list .list_a:before {
	left: 10px;
	width: 25px;
	height: 25px;
	top: 15px;
	transform: none;
}
.faq_list .list_a:after {
	right: 10px;
	font-size: 16px;
}
#blog .news_wrap {
	flex-wrap: wrap;
}
#blog .news_main {
	width: 100%;
}
#blog .news_side {
	width: 100%;
	padding-left: 0;
	margin-top: 50px;
}
#blog .news_side .side_box.new {
	display: none;
}
#blog .news_side .side_list li a {
	padding: 10px;
}
#blog .news_list li a {
	padding: 0;
	padding-bottom: 15px;
}
#blog .news_list li {
	margin-top: 15px;
}
#blog .news_list li .img_box {
	width: 40%;
	height: auto;
	padding-top: 28%;
	position: relative;
}
#blog .news_list li .img_box img {
	position: absolute;
	top: 0;
	left: 0;
}
#blog .news_list li .txt_box {
	width: 60%;
	margin-left: 0;
	padding-left: 3%;
}
#blog .news_list .news_ttl {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 5px;
}
#blog .news_list .news_txt {
	display: none;
}
#blog .news_list .badge {
	font-size: 12px;
	padding: 5px;
}
#blog .news_list .date {
	margin-left: 0;
	display: block;
	font-size: 13px;
}
#blog .blog_info {
	padding: 0;
}
#blog .single_wrap .blog_ttl {
	padding: 0;
	padding-bottom: 5px;
	font-size: 18px;
	margin-bottom: 20px;
}
#blog .single_wrap .voice_wrap .content {
	margin-top: 20px;
}
/*-----------------------------------------------------

	お問い合わせ			　contact

------------------------------------------------------*/
#contact .lead {
	text-align: left;
}
#contact .list input {
	margin-left: 0;
}
#contact .form_wrap table th {
	display: block;
	width: 100%;
	padding: 15px;
	padding-bottom: 10px;
}
#contact .form_wrap table td {
	display: block;
	width: 100%;
	padding: 15px;
	padding-top: 0;
}
#contact .form_wrap input.middle {
	width: 100%;
}
#contact .form_wrap input.long {
	width: 100%;
}
#contact .form_wrap textarea {
	width: 100%;
}
#contact .form_wrap input.btn_submit {
	font-size: 13px;
	width: 80%;
	padding: 15px;
}
#contact .privacy .ttl_purpose {
	font-size: 16px;
}
#contact .lead {
	margin-bottom: 20px;
}
.must-fill {
	position: static;
	margin-left: 10px;
}
/*-----------------------------------------------------

	送信完了画面			　thanks

------------------------------------------------------*/
#thanks #sec_01 .message {
	font-size: 14px;
	text-align: left;
	margin-bottom: 40px;
	line-height: 2;
}
/*-----------------------------------------------------

	各フォーム共通CSS

------------------------------------------------------*/
.formWrap #mailformpro th, .formWrap #mailformpro td {
	font-size: 14px;
	vertical-align: middle;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.formWrap #mailformpro th {
	width: 100%;
	border-bottom: none;
	padding: 15px 10px 0;
}
.formWrap #mailformpro td {
	width: 100%;
	padding: 10px 0 15px;
}
.formWrap #mailformpro .short {
	width: 50%;
}
.formWrap #mailformpro .middle {
	width: 100%;
}
.formWrap #mailformpro .long {
	width: 100%;
}
form#mailformpro label {
	margin: 15px;
}
.formWrap #mailformpro #other_label {
	margin-top: 20px;
}
.formWrap #mailformpro .otherTxt {
	margin-top: 10px;
	width: 100%;
}
div.mfp_buttons {
	margin-top: 30px;
}
/*  Mailform pro Reset CSS
-------------------------------*/
.formWrap #mailformpro .mfp_element_textarea {
	width: 100%;
	height: 200px;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
	font-size: 14px;
	padding: 16px 0;
	width: 80%;
}
#mfp_confirm_table tr {
	border-bottom: none;
}
table#mfp_confirm_table tr th,  table#mfp_confirm_table tr td {
	display: block;
}
table#mfp_confirm_table tr th {
	width: 100%;
	font-size: 12px;
	padding: 15px 10px;
}
table#mfp_confirm_table tr td {
	font-size: 12px;
	padding: 15px 10px;
	width: 100%;
}
div#mfp_phase_confirm .mfp_buttons button {
	display: block;
	float: none;
	margin: 0 auto;
}
div#mfp_phase_confirm .mfp_buttons button:nth-child(1) {
	margin-right: auto;
	margin-bottom: 15px;
}
div#mfp_phase_confirm .mfp_buttons {
	font-size: 0;
}
div#mfp_phase_confirm h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
/*-----------------------------------------------------

	お知らせ			news

------------------------------------------------------*/
#news .news_list .list_inner {
	display: block;
	padding: 30px 15px 20px;
}
#news .badge_wrap {
	position: absolute;
	top: 0;
	left: 0;
}
#news .badge {
	font-size: 11px;
}
#news .news_ttl {
	width: 100%;
	margin-left: 0;
}
#news .date {
	font-size: 15px;
}
.wp-pagenavi {
	margin-top: 35px;
}
.wp-pagenavi * {
	line-height: 30px;
	width: 30px;
	font-size: 12px;
	transform: scale(1);
}
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .previouspostslink {
	display: none;
}
.wp-pagenavi .nextpostslink {
	display: none;
}
/*詳細*/
#news .news_article .ttl {
	font-size: 20px;
}
#news .news_article .article_info {
	width: 100%;
}
#news .news_article .news_cnt {
	width: 100%;
	letter-spacing: 0;
}
/*-----------------------------------------------------

	サイトマップ			sitemap

------------------------------------------------------*/
#sitemap .sitemap_list li {
	width: 100%;
	padding-right: 0;
	margin-top: 0;
}
#sitemap .sitemap_list li a {
	padding: 15px 10px 15px 30px
}
/*-----------------------------------------------------

	プライバシーポリシー			privacypolicy

------------------------------------------------------*/
#privacypolicy .lead {
	text-align: left;
}
#privacypolicy .box p {
	padding: 0;
}
#privacypolicy .box {
	margin-bottom: 30px;
}
#privacypolicy .list {
	padding: 0 1em 0 2em;
}
/*-----------------------------------------------------

　　酵素ドリンク          enzyme-drink

------------------------------------------------------*/
#enzyme-drink .lead {
    font-size: 16px;
    text-align: left;
}
#enzyme-drink .treatment_list {
	justify-content: space-between;
	margin-top: 30px;
}
#enzyme-drink .treatment_list li {
	width: 48%;
	margin-top: 20px;
	margin-right: 0;
}
#enzyme-drink .treatment_list li .txt_link {
	text-decoration: underline;
	color: #765922;
}
#enzyme-drink .treatment_list li:nth-child(-n+3) {
	margin-top: 20px;
}
#enzyme-drink .treatment_list .txt_box {
	margin-top: 15px;
}
#enzyme-drink .treatment_list .treatment_ttl {
	font-size: 16px;
	line-height: 1.5;
}
/*-----------------------------------------------------

　　ラジオ波治療  radiofrequency  202211追加

------------------------------------------------------*/
#radiofrequency .radio_box .txt_box {
	width: 100%;
	padding-left: 0;
	padding-top: 0;
}
#radiofrequency .radio_box:nth-child(even) .txt_box {
	padding-right: 0;
}
#radiofrequency .radio_box .radio_ttl {
	margin-bottom: 8px;
	font-size: 20px;
}
#radiofrequency .radio_box .img_box {
	width: 100%;
	margin-top: 30px;
}
#radiofrequency .radio_box .img_box img {
	width: 100%;
}

/*-----------------------------------------------------

交通事故治療          202212追加

------------------------------------------------------*/
#accident .point_box,
#accident .treatment_box{
	width: 100%;
}
#accident .point_wrap,
#accident .treatment_wrap,
#accident .relief_wrap{
	margin-top: 50px;
}
#accident .point_box:not(:first-child),
#accident .treatment_box:not(:first-child){
	margin-top: 40px;
}
#accident .sec02 .list li{
	align-items: baseline;
	font-size: 15px;
}
#accident .sec02 .catch_txt{
	text-align: left;
}
#accident .sec02 .catch_txt .txt{
	font-size: 20px;
}
#accident .relief_box{
	width: 100%;
}
#accident .relief_box:not(:first-child){
	margin-top: 40px;
}
#accident .ttl_04{
	font-size: 18px;
}
#accident .deco_num{
	width: 40px;
	height: 40px;
	font-size: 20px;
	top: -20px;
	line-height: 40px;
}
#accident .sec02 .catch_txt .arrow:before{
	border-width:20px 50px 0 50px;
}
#accident .sec_ttl .strong01{
	font-size: 35px;
}
#accident .sec_ttl .strong02{
	font-size: 30px;
}
}
@media screen and (max-width : 520px ) {
	#top .mv_item .h_logo img {
		width: 30%;
	}
	#top .mv_item .mv_txt {
		font-size: 6.5vw;
    line-height: 1.3;
	}
}
