@CHARSET "UTF-8";
/*
Theme Name: 南和友クリニック様
date: 204.07.18
*** basic setting on css/destyle.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

:root {
	--bg: #F2F2F2;
	--dark_brawn: #53514B;
	--gray: #BEBEBE;
	--brawn02: #888888;
	--gray02: #6A6A6A;
  --brawn: #A5A5A5;
	
	
	--deep_brawn: #838383;
	--yellow: #B2A20C;
	
	--brawn_50: rgba(87,60,5,.5);
  --bk: #000;
	--header_height: 5rem;
}
@media screen and (min-width: 1024px){
  :root {
		--header_height: 100px;
	}
}




*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	font-family: "Jost","Noto Sans JP", sans-serif;
	color: #838383;
	line-height: 1.7;
	letter-spacing: 1px;
}

.font_mincho{
	font-family: "Noto Serif JP", serif;
}
.font_en{
	font-family: "EB Garamond", serif;
}





/* =layouts
-------------------------------------------------------------- */

body,
#page{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#site_footer{
  margin-top: auto;
}

#page{
	padding-top: var(--header_height);
}
#front_body #page{
	padding: 0;
}

table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
table th{
	padding: 1rem;
	text-align: left;
  width: 30%;
	font-weight: 400;
}
table td{
	padding: 1rem;
}

.txt_right{
	text-align: right;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 400;
}
ul,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-weight: 400;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
.pc_only{
	display: none;
}

.wrapper{
	width: 90%;
	max-width: 1180px;
	margin: 0 auto;
}

.section{
	padding: 3rem 0;
}
.section_title{
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 3rem;
}
.section_title .font_en{
	font-size: 250%;
	line-height: 1;
	margin-bottom: 1rem;
	display: block;
}

.block_title{
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 3rem;
	color: var(--deep_brawn);
}

.page_container{
	padding-bottom: 5rem;
}
.page_header{
	margin-bottom: 5rem;
}
.page_title{
	padding: 3rem 0;
	text-align: center;
	font-size: 2.4rem;
	border-bottom: var(--brawn) solid 1px;
}
.page_title .font_en{
	font-size: 50%;
	display: block;
	line-height: 1;
	text-transform: uppercase;
	margin-top: .5rem;
}
#breadcrumbs{
	font-size: 1rem;
	margin-top: 1rem;
	white-space: nowrap;
	overflow: hidden;
}
.breadcrumb_last{
	color: var(--brawn02);
}
.bg{
	background: var(--bg);
}
.bg_brawn{
	background: var(--gray);
	color: #fff;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.txt_right{
	text-align: right;
}
.txt_vertical{
	writing-mode: vertical-rl;
}
.txt_small{
	font-size: 70%;
}
.txt_large{
	font-size: 150%;
}

#message_404 p{
	text-align: center;
	margin-bottom: 5rem;
}

.underline{
	background: linear-gradient(to bottom , rgba(255,255,255,0) 50%, #ffff00 51%);
	font-weight: 700;
}



/* =link
-------------------------------------------------------------- */

a{
	outline: none;
	color: var(--bk);
	text-decoration: none;
	transition: .3s;
}
*:focus {
  outline: none;
}

.btn_link{
	background: var(--dark_brawn);
	border:  var(--dark_brawn);
	color: #fff;
	display: block;
	padding: 1rem;
	width: 100%;
	max-width: 20rem;
	margin: 0 auto;
	text-align: center;
  position: relative;
	border-radius: .5rem;
	line-height: 1.5;
	font-weight: 500;
}
.btn_link__long{
	max-width: 25rem;
}
.arrow{
	display: block;
	width: 1.5rem;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 1rem;
}
.arrow::after{
	content: '';
	width: .5rem;
	height: .3rem;
	background: #fff;
	clip-path: polygon(0 0,100% 100%,0 100%);
	position: absolute;
	right: -.1rem;
	top: -.2rem;
}

.icon_blank{
	position: absolute;
	right: 1rem;
	top: 50%;
	translate: 0 -50%;
	width: 1.5rem;
	height: 1.5rem;
	background: url('images/common/icon_blank.svg') no-repeat center center / contain;
}

.link_none{
  pointer-events: none !important;
  cursor: default !important;
  opacity: .3;
}


input[type="submit"]{
	outline: 0;
	box-shadow: none;
	border: none;
	cursor: pointer;
}
label{
	cursor: pointer;
}



/* =media
-------------------------------------------------------------- */

img,
svg{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: .3s;
}
iframe{
	max-width: 100%;
}
.img_clip{
	position: relative;
}
.img_clip::before{
	content: '';
	padding-top: 100%;
	display: block;
	background: #ccc;
}
.img_clip img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wp-block-embed-youtube .wp-block-embed__wrapper,
.youtube_wrap{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* =tub
-------------------------------------------------------------- */

summary{
	cursor: pointer;
}
summary::marker{
  content: none;
}
summary::-webkit-details-marker{
  display: none;
}

.accordion dd{
	display: none;
}

.tub{
	display: flex;
}
.tub_cont{
	display: none;
}
.cont_current{
	display: block;
}



/* =slick base
-------------------------------------------------------------- */

.slick-arrow{
	width: 1rem;
  height: 1rem;
  z-index: 10;
}
.slick-prev{
  left: -5px;
}
.slick-next{
  right: -5px;
}
.slick-arrow::before{
	content: '' !important;
  width: 100%;
  height: 100%;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
}
.slick-prev:before{
  transform: translate(-35%,-50%) rotate(-45deg);
}
.slick-next:before{
  transform: translate(-65%,-50%) rotate(135deg);
}
.slick-slide:focus{
  outline: 0;
}
.slick-dots > li:first-child:last-child {
   display: none;
}
.slick-dots{
	bottom: 1rem;
	z-index: 10;
}
.slick-dots li{
	width: 3rem;
	height: 1rem;
}
.slick-dots li button{
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50px;
}
.slick-dots li.slick-active button{
	background: #ccc;
}
.slick-dots li button:before{
	content: none;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}






/* =header
-------------------------------------------------------------- */

#site_header{
  padding: 0 1rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #454545;
	height: var(--header_height);
	display: flex;
	align-items: center;
	z-index: 999;
	transition: .3s;
}
#front_body #site_header{
	background: none;
}
#front_body.scroll #site_header{
	background: #454545;
}
#header_logo{
  display: block;
  width: 18rem;
  margin: 0 auto 0 0;
}
#header_logo img{
	width: 100%;
}
#footer_logo,
#header_logo a{
	color: #fff;
	white-space: nowrap;
}

.nav_links li{
	margin-bottom: 1rem;
}
.nav_links .btn_link{
	line-height: 1.4;
	max-width: 100%;
	border: #fff solid 1px;
	background: none;
}
#header_top{
	margin-top: 3rem;
}
#header_nav__btn{
	position: fixed;
	top: 0;
	right: 0;
	width: var(--header_height);
	height: var(--header_height);
	text-align: center;
	z-index: 9999;
  cursor: pointer;
}
#header_nav__btn .border_wrap{
  position: absolute;
	left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#header_nav__btn .border{
	width: 30px;
	height: 2px;
	background: #fff;
  display: block;
  margin-bottom: 7px;
  transition: all .4s;
	box-sizing: border-box;
}
#header_nav__btn .border:last-child{
  margin: 0;
}
.nav_active #header_nav__btn .border{
  background: #fff;
}
.nav_active #header_nav__btn .border:nth-of-type(1) {
	transform: translateY(9px) rotate(-45deg);
}
.nav_active #header_nav__btn .border:nth-of-type(2) {
	opacity: 0;
}
.nav_active #header_nav__btn .border:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);
}


#header_nav__inner{
	width: 100%;
	background: #838383;
	z-index: 999;
	position: fixed;
	top: var(--header_height);
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	padding: 3rem 5%;
	height: 100%;
}
.nav_active #header_nav__inner{
	opacity: 1;
	visibility: visible;
}
.navigation{
	position: relative;
}
.navigation li a{
	display: block;
	padding: 1.5rem 0;
	position: relative;
	color: #fff;
	border-bottom: rgba(255,255,255,.5) solid 1px;
}




/* =footer
-------------------------------------------------------------- */

#site_footer{
	background: #454545;
	color: #fff;
	padding: 3rem 0;
}
#site_footer__inner{
	position: relative;
}
#page_top{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 1.2rem;
	border-bottom: #fff solid 1px;
	padding-bottom: .2rem;
}
#page_top .arrow{
	top: auto;
	bottom: 0;
	right: auto;
	left: calc(100% + 1rem);
	rotate: -90deg;
	transform-origin: left bottom;
	width: 2rem;
	transition: .3s;
}
#footer_logo{
	display: block;
	width: 15rem;
	margin-bottom: 3rem;
}
#footer_copy{
	font-size: 1rem;
	text-align: right;
	margin-top: 3rem;
}

#footer_links{
	display: none;
}





/* =TOP
-------------------------------------------------------------- */

#main_visual{
	background: #838383;
	position: relative;
}
#main_slide{
	margin: 0;
	opacity: .5;
}
#main_slide .img_clip::before{
	padding-top: 120%;
	background: none;
}
/*
#main_visual::before{
	content: '';
	background: url('images/top/main.jpg') no-repeat center center / cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
}*/
#main_visual__txt{
	position: relative;
	z-index: 5;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 3rem;
}
#main_visual__txt .font_mincho{
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 2rem;
}
#main_visual__txt .font_en{
	font-size: 2.4rem;
	line-height: 1.5;
}
#main_visual__txt .font_en span{
	font-size: 70%;
	display: block;
	line-height: 1;
}

.access_section{
	margin: .5rem 0;
}

.schedule_block{
	background: #808080;
	border: #5D5D5D solid 1rem;
	margin: 0 -5% 3rem;
	padding: 2rem 5%;
}
.schedule_block h2{
	padding-bottom: 3rem;
	position: relative;
}
.schedule_block h2::after{
	content: '';
	width: 12rem;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 1rem;
	left: 0;
	rotate: -30deg;
}
.schedule_table{
	font-size: 1.2rem;
	margin-bottom: 1rem;
	table-layout: fixed;
}
.schedule_table tr{
	border-bottom: #fff solid 1px;
}
.schedule_table th,
.schedule_table td{
	padding: 1rem 0;
	text-align: center;
	vertical-align: middle;
}
.schedule_table th span{
	display: block;
	font-size: 70%;
	line-height: 1.4;
}
.schedule_block p{
	font-size: 1.1rem;
}
.map_img{
	text-align: center;
}
#front_access .access_map p{
	text-align: center;
	font-size: 1.2rem;
	border-top: rgba(255,255,255,.5) solid 1px;
	padding-top: 1rem;
	margin-top: 1rem;
}

#service_list{
	margin-top: 3rem;
}
.service_box{
	padding: 2rem 0;
	border-top: var(--brawn) solid 1px;
	font-size: 1.2rem;
}
#service_list04{
	border: var(--brawn) solid 1px;
	padding: 2rem 5%;
	margin-top: 2rem;
}

.service_box h3{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 2rem;
	background: var(--gray);
	color: #fff;
	padding: .5rem;
	border-radius: .5rem;
}
#service_list04 h3{
	background: none;
	color: var(--dark_brawn);
}
.service_box__menu{
	background: var(--bg);
	padding: 2rem 5%;
	position: relative;
	margin-top: 2rem;
}
.service_box__menu h4{
	font-size: 1.6rem;
	position: absolute;
	top: -1.5rem;
	left: 5%;
	z-index: 5;
}
.service_box .btn_link{
	margin-top: 2rem;
}
.service_box__flex{
	display: flex;
}
.service_box__flex ul{
	width: 50%;
}

#front_service .section_title{
	font-size: 2.4rem;
}
#front_service__links{
	margin-top: 3rem;
}
#front_service__links li{
	margin-bottom: 1rem;
	background: var(--brawn02);
	text-align: center;
	padding: 1rem;
	color: #fff;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#front_service__links li h3{
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
#front_member{
	background: var(--deep_brawn);
	color: #fff;
	padding-bottom: 0;
}
#front_member__txt p{
	margin-bottom: 1rem;
}
#front_member__txt .btn_link{
	margin-top: 2rem;
	max-width: 35rem;
}
#front_member__img{
	width: 100%;
	height: 20rem;
	background: url('images/top/photo01.jpg') no-repeat center center / cover;
	margin-top: 3rem;
}

#front_news__head{
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
#front_news__head .section_title{
	margin: 0 auto 0 0;
}
#front_news__head .btn_link{
	margin: 0;
	width: 50%;
}

#front_concept{
	color: #fff;
	position: relative;
	background: #000;
}
#front_concept::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/company/bg.jpg') no-repeat center center / cover;
	opacity: .5;
}
#front_concept .wrapper{
	position: relative;
	z-index: 5;
}
#front_concept__logo{
	display: block;
	width: 5rem;
	margin: 0 auto 1rem;
}
#front_concept .section_title{
	text-align: center;
	font-size: 3rem;
}
#front_concept__txt h3{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 2rem;
}
#front_concept__txt p{
	text-align: center;
}
#front_concept__txt .btn_link{
	background: var(--yellow);
	max-width: 25rem;
	margin-top: 3rem;
}

#front_instagram__head{
	display: flex;
	align-items: flex-end;
	margin-bottom: 3rem;
}
#front_instagram__head .section_title{
	margin: 0 auto 0 0;
}
#front_instagram__head p{
	font-size: 1.2rem;
}

#front_partners .section_title{
	font-size: 2rem;
	text-align: center;
}
.partners_links{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.5rem;
}
.partners_links li{
	width: 50%;
	padding: 0 .5rem;
	margin-bottom: 1rem;
}
.partners_links .btn_link{
	background: none;
	color: var(--dark_brawn);
	border: var(--dark_brawn) solid 1px;
	max-width: 100%;
}



/* =company
-------------------------------------------------------------- */

#company01{
	color: #fff;
	position: relative;
	background: #000;
	z-index: 5;
	padding-bottom: 13rem;
}
#company01::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/company/bg.jpg') no-repeat center center / cover;
	opacity: .5;
	z-index: -1;
}
#company01 h2{
	font-size: 2rem;
}
#company01 p{
	margin-bottom: 2rem;
}

#company_message{
	margin-top: -8rem;
	position: relative;
	z-index: 10;
}
#company_message__inner{
	padding: 3rem 5%;
	background: #F2F2F2;
}
#company_message .btn_link{
	margin-top: 5rem;
	max-width: 60rem;
	padding: 2rem 1rem;
}
#company_message__photo{
	width: 80%;
	margin: 0 auto 2rem;
}
#company_message__txt h3{
	font-size: 2rem;
	margin-bottom: 3rem;
}
#company_message__txt p{
	margin-bottom: 2rem;
}
#company_message__txt p#message_name{
	text-align: right;
	margin: 3rem 0 0;
}
#company_message__txt p#message_name span{
	font-size: 120%;
}
.company_prof__box{
	margin-bottom: 3rem;
}
.company_prof__box h3{
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
.company_prof__txt{
	line-height: 1.5;
}
.company_prof__table th{
	padding: .5rem 0;
	width: 25%;
}
.company_prof__table td{
	padding: .5rem 0 .5rem 1rem;
	vertical-align: middle;
}
.company_prof__txt li{
	padding: .5rem 0;
}
#company_prof__capacity{
	padding: 3rem 0 1rem;
	border-top: var(--brawn) solid 1px;
	border-bottom: var(--brawn) solid 1px;
}

.media_links li{
	margin-bottom: 2rem;
}
.staff_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.staff_list li{
	width: 50%;
	padding: 0 1rem;
	margin-bottom: 3rem;
}
.staff_list li p{
	margin-top: 1rem;
}
.staff_list li p span{
	font-size: 80%;
	margin-left: 1rem;
}
#company_access{
	background: #5D5D5D;
}
#company_access .section_title{
	text-align: center;
}
.access_info{
	margin-bottom: 3rem;
}
.access_info h3{
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.access_info li{
	display: flex;
	align-items: center;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.access_icon{
	width: 2rem;
	margin-right: 1rem;
}
.access_info__tel{
	font-size: 2rem;
}
.access_map{
	position: relative;
	background: #5D5D5D;
	border: #5D5D5D solid 1rem;
	margin: 0 -5%;
}
#company_access .access_map{
	padding-top: 3rem;
	border-top: #fff solid 1px;
	margin-top: 4rem;
}
.access_map h3{
	border-bottom: #fff solid 1px;
	padding-bottom: .5rem;
	margin-bottom: 2rem;
}
.access_route__link{
	width: 8rem;
	position: absolute;
	top: -3rem;
	right: -1rem;
	z-index: 5;
}
.access_route{
	margin-top: 2rem;
}
.access_route h4{
	margin-bottom: 1rem;
}
.access_route h4 span{
	display: inline-block;
	background: #fff;
	color: var(--brawn);
	padding: 0 1rem;
}
.access_route p{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.gmap iframe{
	width: 100%;
	height: 40rem;
}

#page_company{
	padding: 0;
}

.staff_block{
	border-bottom: var(--dark_brawn) solid 1px;
	margin-bottom: 3rem;
}
.staff_block__inner{
	margin-bottom: 3rem;
	font-size: 1.2rem;
}
.staff_block__photo{
	width: 60%;
	margin: 0 0 2rem;
}
.staff_block__txt h3{
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.staff_block__txt h3 span{
	font-size: 80%;
	margin-left: 1rem;
}
.staff_block__info{
	margin-bottom: 3rem;
}
.staff_block__info h4{
	font-size: 1.6rem;
	padding-bottom: .5rem;
	border-bottom: var(--dark_brawn) solid 1px;
	margin-bottom: 1rem;
}





/* =service
-------------------------------------------------------------- */

.page_intro{
	font-size: 1.6rem;
	margin-bottom: 3rem;
}
.page_intro .btn_link{
	margin-top: 2rem;
}
#page_self .page_intro .btn_link{
	background: #1C9A95;
}
.page_nav{
	margin-bottom: 3rem;
}
.page_nav ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.3rem;
}
.page_nav ul li{
	width: 50%;
	padding: 0 .3rem;
	margin-bottom: 1rem;
}
.page_nav .btn_link{
	max-width: 100%;
	padding-bottom: 2rem;
	height: 100%;
}
.page_nav .btn_link::after{
	content: '';
	width: .5rem;
	height: .5rem;
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	translate: -50% 0;
	rotate: 135deg;
}

.service_title{
	background: #BEBEBE;
	color: #fff;
	font-size: 2rem;
	position: relative;
	padding: .5rem 2rem;
	margin-bottom: 2rem;
}
.service_title::before{
	content: '';
	background: #838383;
	width: .5rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.service_example{
	margin: 3rem 0;
	border: var(--dark_brawn) solid 1px;
	border-radius: 1rem;
	padding: 2rem 5%;
}
.service_example h3{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.service_schedule .schedule_block{
	margin-bottom: 0;
	background: #5D5D5D;
}
.service_staff__title{
	border-bottom: var(--brawn) solid 1px;
	padding-bottom: .5rem;
	margin-bottom: 2rem;
	font-size: 1.6rem;
}
.service_staff__block{
	display: flex;
}
.service_staff__photo{
	flex: 0 0 30%;
	margin-right: 2rem;
}
.service_staff__inner{
	font-size: 1.2rem;
	flex: 1;
}
.service_staff__inner .company_prof__box h3{
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.service_staff__inner .company_prof__txt table th,
.service_staff__inner .company_prof__txt table td,
.service_staff__inner .company_prof__txt li{
	padding: .3rem 0;
}
.service_staff__inner .company_prof__txt table td{
	padding-left: 1rem;
}
.doctor_name{
	background: #fff;
	font-size: 1.6rem;
	padding: .5rem 1rem;
	margin-bottom: 1rem;
}
.service_staff__block{
	margin-bottom: 3rem;
}

.for_reservation{
	background: #838383;
	padding: 3rem 5%;
	border-radius: .5rem;
}
.for_reservation h2{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 2rem;
}
.resv_links{
	display: block;
	flex-wrap: wrap;
}
.resv_links li{
	width: 100%;
	padding: 0;
	margin-bottom: 1rem;
}
.resv_links .btn_link{
	font-size: 1.4rem;
	background: var(--deep_brawn);
	border-radius: .5rem;
	padding: 1rem 0;
}
.for_reservation .resv_links{
	max-width: 100%;
}
.for_reservation__minami{
	margin-top: 2rem;
	text-align: center;
}
.for_reservation__minami p{
	font-size: 1.2rem;
}
.for_reservation__inner{
	color: var(--dark_brawn);
	background: #fff;
	padding: 1rem 5%;
	border-radius: .5rem;
	margin-bottom: 1rem;
}
.for_reservation__inner p{
	border-bottom: var(--dark_brawn) solid 1px;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
}
.for_reservation__inner h3{
	font-size: 1.8rem;
}
.for_reservation__inner h3 span{
	font-size: 80%;
	display: block;
}

.service_example__head{
	margin-bottom: 2rem;
	text-align: center;
}
.service_example__head h3{
	margin-bottom: 1rem;
}
#insurance04_example li{
	position: relative;
	padding: 1rem 0 1rem 3rem;
	border-bottom: var(--brawn) solid 1px;
}
#insurance04_example li::before{
	content: '';
	width: 2rem;
	height: 2rem;
	background: url('images/service/check.svg') no-repeat center center / contain;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	translate: 0 -50%;
}
#insurance04_example li h4{
	font-weight: 700;
}
#insurance04_example li p{
	font-size: 1.2rem;
	line-height: 1.5;
}

#service_other .service_box{
	border: var(--dark_brawn) solid 1px;
	border-radius: 1rem;
	margin-bottom: 2rem;
	padding: 2rem 5%;
}

.btn_reservation{
	font-size: 2rem;
	margin-top: 3rem;
	max-width: 30rem;
}

.service_example dl{
	padding: 1rem 0;
	border-bottom: var(--brawn) solid 1px;
}
.service_example dt{
	background: var(--bg);
	text-align: center;
	padding: 1rem;
	margin-bottom: .5rem;
}
.service_example dd{
	text-align: left;
}
#self02_box__wrap{
	margin-top: 3rem;
}
.self02_box{
	border: var(--dark_brawn) solid 1px;
	border-radius: 1rem;
	overflow: hidden;
	margin-bottom: 2rem;
}
.self02_box__inner{
	padding: 1rem 5%;
}
.self02_box__inner h3{
	font-size: 1.8rem;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
	border-bottom: var(--brawn) solid 1px;
}
.self02_box__price{
	padding: 1rem 5%;
	background: var(--bg);
}
.self02_box__price span{
	display: block;
}
#self01_attentions h3{
	font-size: 1.6rem;
	margin-bottom: 2rem;
}
#self03_example li{
	margin-bottom: .5rem;
	padding-bottom: .5rem;
	border-bottom: var(--brawn) solid 1px;
}
#self03_example li span{
	display: block;
	padding: 1rem 5%;
	background: var(--bg);
}
.service_price dl{
	border-bottom: var(--brawn) solid 1px;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	display: flex;
	align-items: center;
}
.service_price dt{
	padding: 1rem;
	background: var(--bg);
	flex: 0 0 25%;
	text-align: center;
	margin-right: 1rem;
	border-radius: .5rem;
	line-height: 1.5;
}
.service_price dd{
	flex: 1;
}
.service_price dd span{
	display: block;
}
#self04_example .bg{
	margin-top: 2rem;
	padding: 2rem 5%;
	border-radius: .5rem;
}

.service_block{
	margin-bottom: 3rem;
}
.service_block__border{
	border-bottom: var(--brawn) solid 1px;
	padding-bottom: 3rem;
}

.check_example li{
	margin-top: 3rem;
	position: relative;
	background: var(--bg);
	border-radius: 1rem;
	padding: 2rem 5% 1rem;
	text-align: center;
}
.check_example li::before{
	content: '';
	background: url('images/service/check.svg') no-repeat center center / contain;
	position: absolute;
	top: -1.5rem;
	left: 50%;
	translate: -50% 0;
	z-index: 5;
	width: 3rem;
	height: 3rem;
}

.service_case{
	margin: 3rem 0;
	padding-bottom: 2rem;
	border-bottom: var(--brawn) solid 1px;
}
.service_case h3{
	font-size: 1.8rem;
	margin-bottom: 1rem;
	display: flex;
	white-space: nowrap;
	align-items: center;
}
.service_case h3 span{
	margin-right: 2rem;
}
.service_case h3::after{
	content: '';
	background: var(--brawn);
	width: 80%;
	height: 1px;
	display: block;
}
.service_flow{
	margin: 5rem 0;
}
.service_flow h3{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.service_flow p{
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.service_flow li{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	background: var(--bg);
	border-radius: 1rem;
	overflow: hidden;
	line-height: 1.5;
}
.service_flow li span{
	padding: 1rem;
}
.service_flow__num{
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	background: #838383;
	color: #fff;
}
.service_flow__txt{
	flex: 1;
}
#check03_links .btn_link{
	max-width: 100%;
	min-height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}


#regenerative_head__bg{
	width: 100%;
	height: 20rem;
	background: url('images/regenerative/bg.jpg') no-repeat center center / cover;
}
#regenerative_head .page_intro{
	background: #fff;
	padding: 3rem 5%;
	margin-top: -5rem;
	position: relative;
	z-index: 5;
}

#regenerative01{
	background: var(--dark_brawn);
	color: #fff;
}
.regenerative_title{
	font-size: 2.2rem;
	line-height: 1.5;
	margin-bottom: 3rem;
	text-align: center;
}
#regenerative01_head{
	text-align: center;
	margin-bottom: 3rem;
}
#regenerative01_head h2{
	font-size: 2.2rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}
#regenerative_points li{
	margin-bottom: 1rem;
}
.regenerative_point__box{
	background: #fff;
	color: #000;
	padding: 2rem 5%;
	border-radius: 1rem;
}
.regenerative_point__img{
	width: 8rem;
	margin: 0 auto 2rem;
}
.regenerative_point__img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.regenerative_point__box h3{
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 1rem;
}
.regenerative_list__box{
	margin-bottom: 1rem;
	border: var(--dark_brawn) solid 1px;
	padding: 2rem 5%;
	border-radius: 1rem;
}
.regenerative_list__box h3{
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

#regenerative03 .wrapper{
	padding: 3rem 5%;
	width: 100%;
}
#regenerative03_txt p{
	margin-bottom: 2rem;
}
#regenerative03_txt p span{
	font-weight: 700;
}
#regenerative03_img{
	text-align: center;
	margin: 3rem auto 0;
	max-width: 900px;
}

#regenerative04 h2,
#regenerative05 h2{
	padding-bottom: .5rem;
	border-bottom: var(--dark_brawn) solid 1px;
}

#regenerative05_files{
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
}
#regenerative05_files li{
	width: 50%;
	margin-bottom: 2rem;
	padding: 0 1rem;
	text-align: center;
}
#regenerative05_files li img{
	display: block;
	border: #999 solid 1px;
}
#regenerative05_files li h3{
	background: var(--dark_brawn);
	color: #fff;
	padding: .5rem;
	margin: 1rem 0 .5rem;
}
#regenerative05_files li p{
	font-size: 1rem;
}

#regenerative06 .wrapper{
	width: 100%;
	padding: 3rem 5%;
	background: #838383;
	color: #fff;
}
#regenerative06 .nav_links{
	margin-top: 3rem;
}

#homedoc06 .wrapper{
	width: 100%;
	background: var(--dark_brawn);
	padding: 3rem 5%;
	border-radius: 1rem;
}
#homedoc06 h2{
	color: #fff;
}
#homedoc06 .nav_links li{
	margin-bottom: 2rem;
}


/* =entry base
-------------------------------------------------------------- */

.news_box{
	display: block;
	padding: 1rem 0;
	border-bottom: var(--brawn) solid 1px;
}
.news_cat{
	background: #fff;
	border: var(--dark_brawn) solid 1px;
	display: inline-block;
	padding: 0 1rem;
	border-radius: 2px;
	margin-left: .5rem;
	font-size: 1.2rem;
}
.posted_title{
	line-height: 1.5;
	margin-top: .5rem;
}

#news_single{
	max-width: 850px;
}
.entry_header{
	margin-bottom: 5rem;
	border-bottom: var(--brawn) solid 1px;
}
.entry_header h1{
	margin: 1rem 0;
	font-size: 2rem;
	line-height: 1.5;
}
.entry_content{
	padding-bottom: 3rem;
}
.entry_content h2{
	margin: 4rem 0 2rem;
	font-size: 1.8rem;
	line-height: 1.5;
	padding-left: 1.5rem;
	border-left: var(--bk) solid .4rem;
}
.entry_content h3{
	background: var(--bk);
	padding: 1rem;
	border-radius: .5rem;
	color: #fff;
	font-size: 1.6rem;
	margin: 3rem 0 1rem;
}
.entry_content h4{
	color: var(--bk);
	font-size: 1.6rem;
	margin: 2rem 0;
}
.entry_content p{
	margin: 2rem 0;
}
.entry_content a{
	text-decoration: underline;
	color: var(--orange);
}
.entry_content a:hover{
	text-decoration: none;
}
.entry_content table tr{
	border: 0;
}
.entry_content table th,
.entry_content table td{
	border: #999 solid 1px;
}

.entry_content ul,
.entry_content ol{
  padding: 2rem 5%;
  margin: 3rem 0;
  background: var(--bg);
}
.entry_content li{
  margin: .5rem 0;
  line-height: 1.5;
  position: relative;
  padding-left: 2rem;
}
.entry_content ul li::before{
  content: '・';
  position: absolute;
  top: 2px;
  left: 0;
}
.entry_content ol{
  counter-reset: number;
}
.entry_content ol li::before{
  counter-increment: number;
  content: counter(number)'.';
  top: 0;
  left: 0;
  position: absolute;
}

.wp-block-image{
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.wp-block-image img{
	overflow: hidden;
}
.wp-block-image .aligncenter{
	text-align: center;
}
.wp-block-image figcaption{
	font-size: 1.2rem;
	margin: .5rem 0 0;
	text-align: center;
}
.wp-block-gallery{
	display: flex;
	flex-wrap: wrap;
	gap: 0 !important;
}
.wp-block-gallery .wp-block-image{
	width: 50%;
	padding-right: 1rem;
	margin: .5rem 0;
}
.wp-block-embed{
	margin: 2rem 0;
}

div#toc_container{
  width: 100%;
  border: 0;
  border-top: #999 solid 1px;
  border-bottom: #999 solid 1px;
  margin: 3rem 0;
  padding: 3rem 0;
}
div#toc_container a{
  color: #000;
}
div#toc_container a:hover{
  color: var(--yellow_txt);
}
#toc_container p.toc_title{
  text-align: left;
  font-size: 1.8rem;
}
.toc_list > li{
  margin-bottom: 1rem !important;
}

.page_links{
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.page_links a, 
.page_links span{
  text-decoration: none;
	font-size: 1.4rem;
	display: inline-block;
	padding: .5rem 1rem;
	border: transparent solid 1px;
	margin: 0 .3rem;
}
.page_links span.current{
	border-color: var(--brawn);
}
.page_links a:hover{
	text-decoration: underline;
}
.page_links a.next{
  margin-left: 1rem;
}
.page_links a.prev{
  margin-right: 1rem;
}


.nav_single{
	clear: both;
	display: flex;
	align-items: center;
  justify-content: center;
  margin: 5rem auto;
	font-size: 1.2rem;
	max-width: 600px;
}
.nav_single li{
	width: 33.33%;
	text-align: center;
}
.nav_single li a{
	display: block;
	padding: 1.5rem 0;
}
.nav_single li .btn_link{
	padding: 1rem;
}
.side_box h2{
	font-size: 2rem;
	margin-bottom: 2rem;
}

.cat_list{
	display: flex;
	flex-wrap: wrap;
}
.cat_list li{
	margin-right: 3rem;
}
.cat_list li a{
	display: inline-flex;
	align-items: center;
	font-size: 1.6rem;
}
.cat_list li a::before{
	content: '';
	width: 1rem;
	height: 1rem;
	background: transparent;
	margin-right: 1rem;
	display: block;
	border-radius: 50%;
}
.cat_list li a.active::before{
	background: var(--brawn);
}
.side_container{
	margin-bottom: 5rem;
}





/* =homedoctor
-------------------------------------------------------------- */

#homedoc01{
	position: relative;
	padding-top: 10rem;
	background: #838383;
}
#homedoc01::before{
	content: '';
	width: 100%;
	height: 30rem;
	background: url('images/homedoctor/bg.jpg') no-repeat center center / cover;
	position: absolute;
	top: 0;
	left: 0;
}
#homedoc01_txt{
	background: var(--deep_brawn);
	padding: 3rem 5%;
	position: relative;
	z-index: 5;
}
#homedoc01_txt h2{
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 3rem;
}
#homedoc01_txt__en{
	color: #959595;
	bottom: -2rem;
	right: 0;
	font-size: 4rem;
	line-height: 1;
	position: absolute;
}
#homedoc02{
	background: #838383;
}
#homedoc02 h2 span{
	color: #fff;
	border-bottom: #fff solid 1px;
	display: inline-block;
	padding-bottom: .5rem;
}
#homedoc02 h3{
	margin-top: 5rem;
	text-align: center;
	font-size: 1.6rem;
}

#homedoc02_closing{
	margin-top: 3rem;
	border: #fff solid 1px;
	border-radius: 1rem;
	padding: 2rem 5%;
	text-align: center;
}
#homedoc02_closing span{
	font-size: 150%;
	line-height: 1.5;
}

#homedoc_merits li{
	margin-bottom: 1rem;
}
.homedoc_merit__box{
	border: var(--deep_brawn) solid 1px;
	border-radius: 1rem;
	overflow: hidden;
	height: 100%;
}
.homedoc_merit__box .img_clip::before{
	padding-top: 50%;
}
.homedoc_merit__box h3{
	text-align: center;
	margin: 1rem 0;
	font-size: 1.8rem;
	line-height: 1.5;
}
.homedoc_merit__txt{
	padding: 0 5% 1rem;
}

#homedoc04 .service_price dl{
	border-color: #fff;
}
#homedoc04 .service_price dt{
	background: #fff;
	color: var(--brawn);
}

#homedoc05 h2{
	text-align: left;
}
#homedoc05_txt h3{
	border-bottom: var(--brawn) solid 1px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 2rem;
	padding-bottom: .5rem;
}
#homedoc05_txt p{
	margin-bottom: 2rem;
}
#homedoc05_inner{
	margin-top: 3rem;
	border: var(--deep_brawn) solid 1px;
	border-radius: 1rem;
	overflow: hidden;
}
#homedoc05_inner__txt{
	padding: 2rem 5%;
}
#homedoc05_inner__txt h3{
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: .5rem;
}
#homedoc05_inner__txt p{
	font-size: 1rem;
}
#homedoc05_inner__txt ul{
	margin-top: 2rem;
}
#homedoc05_inner__txt li{
	margin-bottom: .3rem;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}
#homedoc05_inner__img{
	background: url('images/homedoctor/photo04.jpg') no-repeat center center / cover;
	width: 100%;
	height: 20rem;
}



/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
  .mobile_only{
		display: none;
	}
	.pc_only{
		display: block;
	}
  a[href*="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
  }
  table th{
		padding: 1rem;
	}
	table td{
		padding: 1rem;
	}
	.section{
		padding: 5rem 0;
	}
	.section_title{
		font-size: 1.6rem;
	}
	.section_title .font_en{
		font-size: 300%;
	}
	.block_title{
		font-size: 2.6rem;
	}
	.page_title{
		font-size: 3rem;
		padding: 4rem 0;
	}
	#main_slide .img_clip::before{
		padding-top: 70%;
	}
	#main_visual__txt{
		bottom: 5rem;
	}
	#main_visual__txt .font_mincho{
		font-size: 4rem;
	}
	.access_inner{
		display: flex;
	}
	.access_block{
		width: 50%;
	}
	.access_map{
		margin: 0;
		border: 0;
		padding: 2rem;
	}
	.schedule_block{
		margin-right: 2rem;
		margin-bottom: 0;
		height: 100%;
	}
	.access_block .schedule_block{
		height: auto;
	}
	.service_box h3{
		font-size: 2.6rem;
		line-height: 1.5;
	}
	#front_service .section_title{
		font-size: 3.2rem;
	}
	#service_list__inner{
		display: flex;
	}
	#service_list__inner .service_box{
		width: 33.33%;
		border-top: 0;
		border-left: var(--brawn) solid 1px;
		padding: 0 1rem;
		display: flex;
		flex-direction: column;
	}
	#service_list__inner .service_box .btn_link{
		margin-top: auto;
	}
	.service_box__menu{
		margin: 3rem 0 2rem;
		letter-spacing: 0;
	}
	#service_list03{
		border-right: var(--brawn) solid 1px;
	}
	#service_list04{
		padding: 3rem 5%;
		text-align: center;
		margin-top: 5rem;
	}
	#front_service__links{
		display: flex;
		justify-content: space-between;
	}
	#front_service__links li{
		margin: 0;
		width: 48%;
	}
	#front_member{
		position: relative;
		padding: 0;
	}
	#front_member__txt{
		width: 65%;
		padding: 5rem 3rem 5rem 0;
	}
	#front_member__txt .btn_link{
		margin: 3rem 0 0;
	}
	#front_member__img{
		position: absolute;
		top: 0;
		right: 0;
		width: 35%;
		height: 100%;
		margin: 0;
	}
	#front_news .wrapper{
		display: flex;
	}
	#front_news__head{
		flex: 0 0 25rem;
		flex-direction: column;
		margin: 0;
		align-items: flex-start;
	}
	#front_news__head .section_title{
		margin-bottom: 3rem;
	}
	#front_news__head .btn_link{
		margin-top: auto;
		width: 100%;
	}
	#front_news__inner{
		flex: 1;
		padding-left: 3rem;
	}
	#front_concept .section_title{
		margin-bottom: 5rem;
	}
	#front_concept__txt h3{
		writing-mode: vertical-rl;
		position: absolute;
		top: 0;
		right: 0;
		white-space: nowrap;
		text-align: left;
		font-size: 2.4rem;
		margin: 0;
	}
	#front_concept__txt .btn_link{
		margin-top: 5rem;
	}
	#front_concept__txt h3 span{
		margin-top: 3rem;
	}
	.partners_links li{
		width: 33.33%;
	}
	#company_message__photo{
		margin: 0 0 3rem 3rem;
		float: right;
		width: 30%;
	}
	.company_prof__box{
		display: flex;
	}
	.company_prof__box h3{
		flex: 0 0 25%;
		margin-right: 3rem;
	}
	.company_prof__txt{
		flex: 1;
	}
	#company_prof__capacity{
		display: flex;
		justify-content: space-between;
	}
	#company_prof__capacity .company_prof__box{
		display: block;
		width: 48%;
		margin: 0;
	}
	#company_books figure{
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}
	.media_links{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -1rem;
	}
	.media_links li{
		width: 33.33%;
		padding: 0 1rem;
		margin-bottom: 2rem;
	}
	.staff_list li{
		width: 33.33%;
	}
	#company01 h2{
		font-size: 3rem;
	}
	#company01 p{
		line-height: 2;
	}
	.page_nav ul li{
		width: 33.33%;
	}
	.page_nav .btn_link{
		font-size: 2rem;
	}
	.service_schedule .schedule_block{
		margin: 0;
	}
	.service_staff__photo{
		margin-right: 5rem;
	}
	.for_reservation__inner h3 span{
		display: inline;
		margin-right: 5rem;
	}
	.resv_links{
		display: flex;
		margin: 0 auto;
		max-width: 800px;
	}
	.resv_links li{
		width: 50%;
		padding: 0 1rem;
	}
	.for_reservation .nav_links li:first-child{
		width: 40%;
		margin-right: 1rem;
	}
	#service_other #service_list__inner{
		justify-content: space-between;
	}
	#service_other #service_list__inner .service_box{
		border: var(--dark_brawn) solid 1px;
		width: 48%;
		padding: 3rem;
	}
	#service_list__inner .service_box .btn_link{
		margin-bottom: 1rem;
	}
	.service_title{
		font-size: 2.8rem;
		padding-left: 3rem;
	}
	.service_example dl{
		display: flex;
		align-items: center;
	}
	.service_example dt{
		width: 25%;
		align-self: stretch;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 2rem 0 0;
	}
	.service_example dd{
		flex: 1;
	}
	.self02_box__price span{
		display: inline;
		margin-right: 5rem;
	}
	.service_price dt{
		flex: 0 0 20%;
		margin-right: 3rem;
	}
	.check_example ul{
		display: flex;
		justify-content: space-between;
	}
	.check_example li{
		width: 31%;
		margin-top: 1rem;
		padding: 3rem .5rem 2rem;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.check_example li::before{
		width: 4em;
		height: 4rem;
		top: -2rem;
	}
	.service_flow__num{
		line-height: 1;
		flex: 0 0 15rem;
		margin-right: 1rem;
	}
	#check03_links{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		max-width: 800px;
	}
	#check03_links li{
		width: 50%;
		padding: 0 1rem;
	}
	#check03_links .btn_link{
		margin: 0;
	}
	.service_example h3,
	.service_flow h3{
		font-size: 2.4rem;
	}
	#regenerative_points{
		display: flex;
		margin: 3rem -1rem 0;
		flex-wrap: wrap;
	}
	#regenerative_points li{
		width: 50%;
		padding: 0 1rem;
		margin-bottom: 2rem;
	}
	.regenerative_point__box{
		height: 100%;
	}
	#regenerative05_files li{
		width: 25%;
	}
	#regenerative06 .nav_links{
		margin: 3rem auto 0;
	}
	#regenerative06{
		text-align: center;
	}
	#homedoc01_txt h2{
		font-size: 4rem;
	}
	#homedoc01::before{
		height: 50rem;
	}
	#homedoc01_txt{
		width: 70%;
		padding: 3rem 5% 5rem;
	}
	#homedoc01_txt__en{
		font-size: 6rem;
		bottom: -3rem;
		right: -10rem;
	}
	#homedoc_merits{
		display: flex;
		margin: 0 -1rem;
	}
	#homedoc_merits li{
		width: 33.33%;
		padding: 0 1rem;
	}
	#homedoc05_inner{
		display: flex;
	}
	#homedoc05_inner__img{
		flex: 0 0 30%;
		height: auto;
		align-self: stretch;
	}
	#homedoc05_inner__txt{
		flex: 1;
	}
	.container_wrap{
		display: flex;
		justify-content: space-between;
	}
	.side_container{
		width: 25%;
	}
	.main_container{
		width: 68%;
	}
	.side_box h2{
		font-size: 2.4rem;
		margin-bottom: 3rem;
	}
	.cat_list{
		display: block;
	}
	.cat_list li{
		margin: 0 0 1rem;
	}
	.staff_block__inner{
		display: flex;
		justify-content: space-between;
	}
	.staff_block__photo{
		width: 30%;
		margin: 0;
	}
	.staff_block__txt{
		width: 65%;
		align-self: stretch;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.staff_block__info{
		width: 40%;
	}
	#company_staff__history{
		width: 60%;
		padding-right: 3rem;
	}
	.company_prof__table th{
		width: 35%;
	}
}



@media screen and (min-width: 1024px){
  html{
    font-size: 80%;
		scroll-padding-top: var(--header_height);
  }
	#site_header{
		padding: 1rem 3rem;
	}
	#header_logo{
		width: 24rem;
	}
	#footer_logo,
	#header_logo a{
		font-size: 1.8rem;
	}
	#footer_logo{
		margin: 0;
	}
	.nav_links{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	#header_top{
		margin: 0;
	}
	#header_top .nav_links{
		position: static;
		width: auto;
	}
	#footer_links .nav_links li,
	#header_top .nav_links li{
		width: auto;
		padding: 0;
		margin-left: 1rem;
	}
	#footer_links .nav_links .btn_link,
	#header_top .nav_links .btn_link{
		border-radius: 0;
		padding: .5rem 1rem;
		font-size: 1.2rem;
	}
	#header_nav__btn{
		display: none;
	}
	#header_nav__inner{
		position: static;
		width: auto;
		max-width: 100%;
		padding: 0;
		background: none;
		opacity: 1;
		visibility: visible;
		border: 0;
		display: flex;
		flex-direction: column-reverse;
	}
	.navigation{
		display: flex;
		justify-content: flex-end;
	}
	.navigation li{
		margin-left: 3rem;
	}
	.navigation li a{
		padding: .3rem 0;
		border: 0;
		font-size: 1.2rem;
	}
	.navigation li a .arrow{
		display: none;
	}
	.navigation li a::after{
		content: '';
		background: #fff;
		position: absolute;
		width: 0;
		height: 1px;
		bottom: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.navigation li.current a::after,
	.navigation li a:hover::after{
		opacity: 1;
		width: 100%;
	}
	#site_footer{
		padding: 5rem 0 3rem;
	}
	#footer_logo{
		width: 20rem;
	}
	#footer_logo img{
		width: 100%;
	}
	#footer_links{
		display: block;
	}
	#footer_links .nav_links{
		margin-top: 2rem;
	}
	.access_section{
		margin: .5rem;
	}
	.schedule_block{
		padding: 3rem 5%;
	}
	.schedule_table th,
	.schedule_table td{
		padding: 1.5rem 0;
	}

	#main_slide .img_clip::before{
		padding-top: 0;
		height: 55rem;
	}
	#service_list{
		margin-top: 5rem;
	}
	#front_member__img{
		width: 30%;
	}
	#front_member__txt{
		width: 70%;
	}
	#front_concept::before{
		background-attachment: fixed;
	}
	#front_concept__txt h3{
		font-size: 3rem;
	}
	#company_message__inner{
		padding: 8rem;
	}
	#company_message__txt h3{
		font-size: 2.6rem;
		margin: 5rem 0;
	}
	#company_prof__flex{
		display: flex;
	}
	#company_prof__flex h2{
		width: 40%;
	}
	.company_prof__box{
		font-size: 1.2rem;
	}
	.company_prof__box h3{
		font-size: 1.4rem;
	}
	#company_prof__inner{
		flex: 1;
		padding-top: 3rem;
	}
	#company_prof__capacity{
		padding: 5rem 10%;
	}
	.page_intro{
		text-align: center;
	}
	.page_nav ul{
		justify-content: center;
	}
	.service_example{
		text-align: center;
	}
	.service_schedule .schedule_block{
		padding: 3rem 8rem;
	}
	.resv_links{
		justify-content: center;
	}
	.resv_links .btn_link{
		padding: 1.5rem 0;
		font-size: 1.8rem;
	}
	.for_reservation__inner p{
		font-size: 1.4rem;
	}
	.service_staff__inner .company_prof__box h3{
		flex: 0 0 20%;
	}
	#insurance04_example li{
		padding: 2rem 10rem;
		text-align: left;
	}
	#insurance04_example li::before{
		left: 6rem;
	}
	#service_other #service_list__inner .service_box{
		padding: 3rem 8rem;
	}
	.service_price dd span{
		display: inline;
		margin-right: 5rem;
	}
	.service_price dd span.txt_small{
		margin: 0 0 0 2rem;
	}
	#regenerative_points li{
		width: 33.33%;
	}
	#homedoc01_txt{
		padding-bottom: 10rem;
	}
	#homedoc01_txt__en{
		font-size: 8rem;
		right: -20rem;
	}
	#homedoc02{
		padding-top: 10rem;
	}
	#homedoc05_txt h3{
		font-size: 1.8rem;
	}
	#homedoc05_inner__txt h3{
		font-size: 2rem;
	}
	#homedoc05_inner__txt p{
		font-size: 1.2rem;
	}
	.staff_list li{
		padding: 0 2rem;
	}
}


@media (hover: hover) {
  .img_opacity:hover img{
  	opacity: .8;
  }
  .hover_up:hover{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
  .hover_up__img:hover img{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
	.btn_link:hover{
		filter: brightness(1.2);
	}
	#page_top:hover .arrow{
		width: 5rem;
	}
}