@charset "UTF-8";
/* CSS Document */

html{font-size: 81.25%;
	padding: 0;
	margin: 0;}

body{font-family: "游ゴシック体", YuGothic, "YuGothic M", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size:1em;
	letter-spacing: 0.1em;
	color:#000;}

main{display: block;}

a{color: inherit;transition-duration: .3s;}

.eng{font-family: 'Noto Sans SC', sans-serif;}

/*--------------
ベージュ #956767
薄ベージュ #f7f4f1
--------------*/


.sp{display: none;}

/* Footer------------------------------------------------------------*/
footer{
	background: #f2efe8;
	padding: 78px 0 20px;
	position: relative;}
footer section{
	background: #fff;
	width:900px;
	min-height: 569px;
	margin:0 auto 50px;
	padding: 60px 60px 50px;
	transform: translateX(40px);
	position: relative;
	display: flex;
	align-items: center;}

footer section .map{
	position: absolute;
	top: calc(50% - 215px);}

footer section .map a{
	display: inline-block;
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: bold;
	background: #956767;
	padding: 10px 35px;
	font-size: 0.92em;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(17px,50%);}
footer section .map a:before{
	content: "";
	width: 36px;
	height: 5px;
	background: url(../img/common/arrow.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	position: absolute;
	left: -17px;
	top: 14px;}

footer section .map a:hover{
	background: #796a56;
	color: #fff;}

footer section .footer_info{
	width: 430px;
	margin-left: auto;
	text-align: center;}

footer section .footer_info .f_logo{margin:20px 0 40px;}

footer section .footer_info p:not([class]){
	line-height: 2;}
footer section .footer_info p img{margin-right: 3px;}

footer section .footer_info .tel{margin: 20px 0 40px;}
footer section .footer_info .tel a{
	display: inline-block;
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: bold;
	font-size: 1.15em;
	letter-spacing: 0.15em;
	background: #956767;
	padding: 10px;}
footer section .footer_info .tel a:hover{
	background: #796a56;
	color: #fff;}

footer section .footer_info table{
	width: 100%;
	color: #956767;
	margin-bottom: 8px;}

footer section .footer_info table tr:first-child{border-top:1px solid #956767;}
footer section .footer_info table tr{border-bottom:1px solid #956767;}

footer section .footer_info table th,
footer section .footer_info table td{
	text-align: center;
	vertical-align: middle;
	padding: 8px 10px;}

footer section .footer_info table td{font-weight: bold;}

footer section .footer_info table + p{
	text-align: right;
	font-size: 0.923em;
	color: #956767;}

footer .foot_nav{
	text-align: center;
	margin-bottom: 40px;}
footer .foot_nav li{display: inline-block;}

footer .foot_nav li{padding: 0 20px;}
footer .foot_nav li:not(:last-child){border-right:1px solid #956767;}

footer .foot_nav li a:hover{color: #956767;}

footer .copy{
	text-align: center;
	font-size: 0.769em;
	color: #956767;}

footer .pagetop{
	position: absolute;
	right: calc((100vw - 960px)/2/2 - 10px);
	bottom: 60px;}

footer .pagetop a{
	display: flex;
	align-items: center;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
     	writing-mode: vertical-rl;
	position: relative;}


footer .pagetop a:before{
	content: "";
	display:inline-block;
	width: 1px;
	background: #000;
	margin-bottom: 8px;
	animation: up 3s ease-out infinite;
	transition-duration: .3s;}

@keyframes up{
	0%{height: 108px;}
	50%{height: 50px;}
	100%{height: 108px;}
}

footer .pagetop a:after{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid;
	border-color: #000 transparent transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 1px;
	right: calc(50% - 4.5px);
	transition-duration: .3s;}

footer .pagetop a:hover{color: #956767;}
footer .pagetop a:hover:before{background: #956767;}
footer .pagetop a:hover:after{border-color: #956767 transparent transparent transparent;}


.sp_nav{display: none;}


/* SUB------------------------------------------------------------*/
/* SUB header-------------------------------------------*/
#sub:before{
	content: "";
	width: 100%;
	height: 900px;
	position: absolute;
	z-index: -1;}

#sub header{
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;}

#sub header .logo{margin-left: 30px;
    position: fixed;
    z-index: 9999;}

#sub header nav{
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	background: rgba(255,255,255,0.5);
}
#sub header nav input{display: none;}
#sub header nav label{display: none;}

#sub header nav ul,
#sub header nav li{display: inline-block;}

#sub header nav li:not(:last-child){border-right:1px solid #956767;}
#sub header nav li a{
	display: block;
	padding: 0 20px;}
#sub header nav li a:hover{color: #956767;}

#sub header nav .yoyaku{
	display: inline-block;}
#sub header nav .yoyaku a{
	display: block;
	background: #956767;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	width: 90px;
	padding: 12px;}

#sub header nav .yoyaku a img{
	display: block;
	margin:0 auto 5px;}
#sub header nav .yoyaku a:hover{background: #796a56;}

/* SUB h1-------------------------------------------*/
#sub .h1_area{
	overflow: hidden;
	position: relative;
	height: 305px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;}

#sub h1{
	text-align: center;
	font-size: 1.15em;
	text-shadow: 3px 2px  #FFF;
}

#sub h1 span{
	display: block;
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 2.6em;
	line-height: 1;
	margin-bottom: 20px;}

#sub .h1_area img{
	width: calc(100% - 90px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: translate(0%,-40%);
}

#sub .h1_area .eng{
	position: absolute;
	display: flex;
	align-items: center;
	font-size: 0.77em;
	line-height: 0;
	right: 45px;
	bottom: 0;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
     	writing-mode: vertical-rl;
	}

#sub .h1_area .eng:before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid;
	border-color:transparent #000 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	bottom: 0;
	right: calc(50% - 3.5px);}

#sub .h1_area .eng:after{
	content: "";
	display:inline-block;
	width: 1px;
	background: #000;
	margin-top: 8px;
	animation: scroll 3s ease-in-out infinite;}

@keyframes scroll{
	0%{height: 108px;}
	50%{height: 30px;}
	100%{height: 108px;}
}
/* SUB h2~h3 p-------------------------------------------*/
#sub h2{
	font-size: 2.15em;
	margin-bottom: 15px;}

#sub h3{
	font-size: 1.53em;
	color: #76633a;
	margin-bottom: 15px;
    margin-top: 5px;
    border: 2px solid;
    text-align: center;
}

#sub .catch .txt h3{margin-top: 30px!important;}

#sub h4{
	font-size: 1.307em;
	line-height: 2;
	margin-bottom: 10px;
    color: #333;}

#sub h5{
	font-size: 1.2em;
	margin-bottom: 15px;
	padding: 0 10px;
	font-weight: 100;
	border-bottom: 3px double #956767;
	display: inline-block;
}


#sub main.sub p{
	letter-spacing: 0.2em;
	line-height: 2;}
#sub main.sub p:not(:last-child){margin-bottom: 15px;}

/* SUB content-------------------------------------------*/
#sub main.sub{
	width: 900px;
	margin: auto;}

#sub main.sub section{
	margin: auto;}

#sub main.sub section:not(:first-child){margin-top: 80px;}

/* pankuzu----*/
#sub .pankuzu{
	width: 900px;
	margin:0 auto 30px;}
#sub .pankuzu li{display: inline-block;}
#sub .pankuzu li:not(:last-child):after{
	content: "＞";
	letter-spacing: 0;
	margin: 0 10px;}
#sub .pankuzu li a:hover{text-decoration: underline;}
/* catch----*/
#sub main.sub .catch{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;}

#sub main.sub .catch .photo{
	flex-basis: calc(50% - 50px);
	flex-shrink: 0;
	height: 500px;}

#sub main.sub .catch .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;}

#sub main.sub .catch .txt{
	flex-basis: 50%;
	text-align: justify;
	padding:0 0 0 40px;
}

/* table----*/
#sub main.sub table{
	width: 100%;
	border: 1px solid #f2efe8;
	margin-bottom: 50px;}
#sub main.sub table th,
#sub main.sub table td{
	text-align: left;
	vertical-align: middle;
	color: #3e3a39;
	font-size: 1em;
	padding: 15px 20px;}

#sub main.sub table th{
	background: #f2efe8;
	font-weight: normal;}

#sub main.sub table tr:not(:last-child) th{border-bottom: 1px solid #fff;}
#sub main.sub table tr:not(:last-child) td{border-bottom: 1px solid #f2efe8;}

/* list----*/
#sub main.sub ul.list{margin-bottom: 50px;}
#sub main.sub ul.list li{
	color: #3e3a39;
	font-size: 1em;
	padding-left: 40px;
	position: relative;}
#sub main.sub ul.list li:not(:last-child){margin-bottom: 10px;}

#sub main.sub ul.list li:before{
	content: "";
	width: 35px;
	height: 5px;
	background: url(../img/common/arrow.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 10px;
	left: 0;}

/* block----*/
#sub main.sub .block{
	display:flex;
	justify-content: space-between;
	margin-bottom: 40px;}

#sub main.sub .block > *:first-of-type{margin-right: 40px;}

#sub main.sub .block .txt{flex-grow: 1;}
#sub main.sub .block .txt p{
	text-align: justify;
	line-height: 1.8;}

#sub main.sub .block .txt p + h3,
#sub main.sub .block .txt p + h4{margin-top: 40px;}
#sub main.sub .block .txt p + p{margin-top: 1em;}

#sub main.sub .block .photo{flex-grow: 0;}
#sub main.sub .block .photo p{
	line-height: 0;
	overflow: hidden;}

@media screen and (max-width:699px){

#sub main.sub .block{flex-wrap: wrap;}
	
#sub main.sub .block > *{flex-basis: 100%;}
#sub main.sub .block > *:first-of-type{margin-right: 0;}
	
#sub main.sub .block .photo{order: 0;margin-bottom: 30px;}
#sub main.sub .block .txt{order: 1;}
	
#sub main.sub .block .photo img{width: 100%;}
}

/* SUB price-------------------------------------------*/

#sub main.sub .price h2{
	font-size: 0.923em;
	letter-spacing: 0.2em;
	color: #956767;
	margin-bottom: 80px;}

#sub main.sub .price h2 span{
	display: block;
	color: #000;
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 3.84rem;
	font-weight: 900;
	letter-spacing: 0.075;}

#sub main.sub .price h3{
	color: #000;
	font-size: 1.38em;
	letter-spacing: 0.15em;
	margin-bottom: 20px;}

#sub main.sub .price h3:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	background: #956767;
	margin-right: 10px;}

#sub main.sub .price table{margin-bottom: 10px;}
#sub main.sub .price table th,
#sub main.sub .price table td{width: 50%;}

#sub main.sub .price table td{text-align: right;}

#sub main.sub .price table + p.notice{
	text-align: right;
	letter-spacing: 0.1em;}

/* SUB flow-------------------------------------------*/

#sub main.sub section.flow{width: 100%;}

#sub main.sub .flow h2{
	text-align: right;
	font-size: 0.923em;
	letter-spacing: 0.2em;
	color: #956767;
	margin-bottom: 80px;}

#sub main.sub .flow h2 > span{
	display: inline-block;
	text-align: left;}

#sub main.sub .flow h2 span.eng{
	display: block;
	color: #000;
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 3.84rem;
	font-weight: 900;
	letter-spacing: 0.075;}

#sub main.sub .flow .flow_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}

#sub main.sub .flow .flow_box .box{
	flex-basis: calc(50% - 28px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
	counter-increment: flow;
align-content: flex-start;}

#sub main.sub .flow .flow_box .box h3{
	flex-basis: 100%;
	background: #956767;
	color: #fff;
	font-size: 1.384em;
	padding: 12px;
	margin-bottom: 15px;
    height: 50px;
}

#sub main.sub .flow .flow_box .box h3:before{
	content:"0" counter(flow);
	color: #000;
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 1.94em;
	vertical-align:-5px;
	line-height: 0;
	margin-right: 15px;
}

#sub main.sub .flow .flow_box .box .txt,
#sub main.sub .flow .flow_box .box .photo{flex-basis: 205px;}
#sub main.sub .flow .flow_box .box .photo{height: 150px;}

#sub main.sub .flow .flow_box .box .txt{letter-spacing: 0.1em;text-align: justify;}
#sub main.sub .flow .flow_box .box .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;}

.jidv_pc {
	text-align:center;
	margin: 0 auto;
}

.jidv_pc p {
	text-align: left;
}

.jidv_sp {
	display:none;
}


/*------------------------------------------------------------
	TREATMENT
------------------------------------------------------------*/
main.sub .treatment h2 {
    font-size: 1em!important;
    letter-spacing: 0.2em;
    color: #956767;
    margin-bottom: 60px;
}
main.sub .treatment h2 span {
    display: block;
    color: #000;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 3.84rem;
    font-weight: 900;
    letter-spacing: 0.075;
}
main.sub .treatment{ 
	background: #ffffff;
	padding: 0 0 110px;
}

main.sub .treatment .title-right{
    text-align: right;
}

main.sub .treatment h2{
	font-size: 1em;
	letter-spacing: 0.2em;
	color: #956767;
	margin-bottom: 60px;
}

main.sub .treatment h2 span{
	display: block;
	color: #000;
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 3.84rem;
	font-weight: 900;
	letter-spacing: 0.075;}

main.sub .treatment ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

main.sub .treatment ul li {
    display: inline-block;
    margin-bottom: 20px;
}

main.sub .treatment ul li a {
    display: block;
    text-align: center;
    width: 130px;
    height: 165px;
    background: #956767;
    color: #ffffff;
    letter-spacing: 0.1em;
    padding-top: 40px;
    box-sizing: border-box;
}
main.sub .treatment ul li a:hover {
	opacity: 0.4;
}

main.sub .treatment ul li a img{
	display: block;
	margin: auto;
    height: 55px;
	margin-bottom: 15px;
}

#sub ul.check,
#sub ul.check01{
	background: #f2efe8;
	padding: 30px;
	margin-bottom: 15px;
}
#sub ul.check li,
#sub ul.check01 li{
	margin-bottom: 10px;
}
#sub ul.check li:last-child,
#sub ul.check01 li:last-child{
	margin-bottom: 0;
}
#sub ul.check li:before{
    content:"\f0c8";
    font-family: "Font Awesome 5 free";
    font-weight:normal;
    margin-right: 10px;
}
#sub ul.check01 li:before{
    content:"\f152";
    font-family: "Font Awesome 5 free";
    font-weight:normal;
    margin-right: 10px;
}


/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
.btn{
	width: 100%;
    text-align: center;
	box-sizing: border-box;
}

.btn.btn01{
	width: 100%;
    text-align: center;
	box-sizing: border-box;
    margin-bottom: 50px;
}

.btn a {
    padding: 7px 20px 8px;
    font-size: 13px;
    font-weight: bold;
	font-family: 'Noto Sans SC', sans-serif;
    background-color: #956767;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.btn a:hover{
	background: #796a56;
	color: #fff;
}

.btn img {
     width:35px;
	 margin:0 7px 0 -35px 
}


/*------------------------------------------------------------
	クリニックツアー
------------------------------------------------------------*/
#facility img{
	width: 48%;
}


#facility{
	margin-top: -90px;
	padding-top: 90px;
}



/* レスポンシブ-----------------------------------------------------------------------*/
@media screen and (max-width:699px){
	
	.sp{display: initial;}
	.pc{display: none;}
	
	.jidv_sp {
		display:block;
		text-align: center;
	}
	
	
	#sub main.sub .catch .dr_txt{
		margin-top: 225px;
	}
	
	#sub main.sub .catch .dr_photo img {
    height: 400px;
}
	

	
	
	footer{padding: 40px 0 90px;}
	footer section{
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 10px;
		background: none;
		transform: none;}
	footer section .map{
		position: static;}
	footer section .map iframe{width: 100%;}
	footer section .map p{display: none;}
	
	footer section .footer_info{
		padding: 15px;
		width: 100%;
		margin-bottom: 30px;}
	footer section .footer_info .f_logo{margin: 20px 0;}
	footer section .footer_info div{
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		margin-bottom: 30px;}
	footer section .footer_info div p{flex-basis: 100%;}
	footer section .footer_info div p.tel{order: 0;margin: 20px 0;}
	footer section .footer_info div p:not([class="tel"]){order: 1;}
	
	footer section .footer_info table{
		background: #956767;
		color: #fff;}
	footer section .footer_info table tr:first-child{border-top: none;}
	footer section .footer_info table tr{border-bottom: 1px solid #fff;}
	footer section .footer_info table + p{color: #000;}
	
	footer .foot_nav{display: none;}
	footer .pagetop{right: 20px;bottom: 90px;}
	
	.sp_nav{
		display: flex;
		width: 100%;
		justify-content: center;
		background: #956767;
		position: fixed;
		left: 0;
		bottom: 0;}
	.sp_nav li{
		flex-basis: calc(100%/3);
		text-align: center;}
	.sp_nav li:not(:last-child){border-right: 1px solid #fff;}
	.sp_nav li a{
		display: block;
		background: #956767;
		color: #fff;
		font-size: 0.9em;
		font-weight: bold;
		padding: 10px;}
	.sp_nav li img{
		display: block;
		margin:0 auto 3px;}
	
	
	
	/* SUB-------------*/
	#sub:before{height: 1050px;}
	#sub header{
		display: block;
		margin-bottom: 35px;}
	#sub header .logo{
		margin-left: 0;
		padding: 15px;}
	
	#sub header nav,
	#sub header nav li{display: block;}
	#sub header nav .yoyaku{display: none;}
	
		#sub.dr_contents:before{
    height: 1200px;
}
	
	#sub header nav label{
		display: flex;
		flex-wrap: wrap;
		position: fixed;
		background: #956767;
		color: #fff;
		font-weight: bold;
		font-size: 0.7em;
		text-align: justify;
		letter-spacing: 0.2em;
		padding:15px;
		box-sizing: border-box;
		top: 0;
		right: 0;
		z-index: 100;
		transition-duration: .4s;}
	
	#sub header nav label:before{
		flex-basis: 100%;
		content: "";
		display: block;
		height: 7px;
		border: solid #fff;
		border-width: 1px 0;
		order: -2;
		transition-duration: .4s;}
	#sub header nav label:after{
		flex-basis: 100%;
		content: "";
		display: block;
		height: 7px;
		border-bottom: 1px solid #fff;
		order: -1;
		margin-bottom: 5px;
		transition-duration: .4s;}
	
	#sub header nav ul{
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		background: #956767;
		text-align: center;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		transition-duration: .3s;}
	
	#sub header nav li{
		flex-basis: 100%;
		margin: 15px 0;
		font-size: 1.3em;}
	#sub header nav li a{
		color: #fff;
		font-weight: bold;}
	
	#sub header nav input:checked ~ label{color:#956767;}
	
	#sub header nav input:checked ~ label:after{
		flex-basis: 25px;
		transform: rotate(45deg)translate(6px,-5px);}
	#sub header nav input:checked ~ label:before{
		flex-basis: 25px;
		border-top: none;
		transform: rotate(-45deg)translate(-4px,8px);}
	
	
	#sub header nav input:checked ~ ul{opacity: 1;visibility: visible;}
	
	
	#sub main.sub{width: 100%;}
	#sub main.sub section{width: 100%;}

	#sub .sub_common{
		display: flex;
		flex-direction: column;}
	#sub .h1_area{
		display: block;
		height: auto;
		order: 1;}
	
	#sub h1{
		text-align: left;
		padding: 0 15px;
		margin-bottom: 30px;}
	#sub h1 span{margin-bottom: 10px;}
	#sub .h1_area img{
		position: static;
		width: 100%;
		height: 375px;
		object-fit: cover;
		display: block;
		transform: translate(0%,0%);}
	#sub .h1_area .eng{display: none;}
	
	#sub h2,
	#sub h3,
	#sub h4{text-align: center;}
	
	#sub h3{margin-bottom: 20px;}
	
	#sub h4{margin-top: 20px;
		margin-bottom: 20px;
	    line-height: 130%;}
	
	#sub .pankuzu{
		width: 100%;
		order: 0;
		margin-bottom: 10px;
		padding: 0 15px;
	font-size: 0.8em;}
	
	#sub main.sub{
		padding: 0 15px;
		box-sizing: border-box;}
	
	#sub main.sub .catch{
		display: block;
		position: relative;
		padding-top: 120px;}
	#sub main.sub .catch .photo{
		width: calc(100% - 20px);
		height: 250px;
		transform: translateX(35px);
		margin-bottom: 70px;}
	
	#sub main.sub .catch h2{
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 100%;
		height: 100px;
		top: 0;
		left: 0;}
	#sub main.sub .catch .txt{padding: 0;}
	
	#sub main.sub ul.list li{padding-left: 20px;}
	#sub main.sub ul.list li:before{
		content: "";
		width: 10px;
		height: 10px;
		background: #956767;
		top: 5px;}
	
	#sub main.sub .price h2{
		text-align: left;
		margin-bottom: 50px;}
	#sub main.sub .price h3{text-align: left;}
	
	#sub main.sub .flow h2{
		text-align: left;
		margin-bottom: 50px;}
	#sub main.sub .flow .flow_box{display: block;}
	#sub main.sub .flow .flow_box .box h3{text-align: left;}
	#sub main.sub .flow .flow_box .box .photo{
		order: 2;
		flex-basis: calc(100vw - 30px);
		height: calc(50vw - 30px);}
	#sub main.sub .flow .flow_box .box .txt{
		order: 3;
		flex-basis: calc(100vw - 20px);
		flex-shrink: 2;
		font-size: 1em;
		margin-top: 8px;
		margin-bottom: 0;
	}
	
	main.sub .treatment ul li a{
    width: 107.5px;
	height: 107.5px;
	padding-top: 20px;
	}
	
	main.sub .treatment ul li a img{
		height: 45px;
		margin-bottom: 7px;
	}

	main.sub .treatment{
		padding: 50px 0;
	}
	#sub main.sub .catch{
		margin-bottom: 50px;
	}	
	#sub main.sub section:not(:first-child) {
		margin-top: 0;
	}
	
#sub main.sub table th,
#sub main.sub table td{
	width: 100%;
	display: block;
	}
	
	
/*------------------------------------------------------------
	クリニックツアー
------------------------------------------------------------*/
#facility img{
	width: 100%;
}	

	.sp_nav{
		display: flex;
		width: 100%;
		justify-content: center;
		background: #956767;
		position: fixed;
		left: 0;
		bottom: 0;
	    z-index: 1000;
	}
	.sp_nav li{
		flex-basis: calc(100%/2);
		text-align: center;}
	.sp_nav li:not(:last-child){border-right: 1px solid #fff;}
	.sp_nav li a{
		display: block;
		background: #956767;
		color: #fff;
		font-size: 0.9em;
		font-weight: bold;
		padding: 10px;}	    
	.sp_nav li img{
		display: block;
		margin:0 auto 3px;}
	
	
	
}
/* iphone5----*/
@media screen and (max-width:340px){
	#sub header .logo img{width:calc(100% - 60px);}
	#sub header nav label{padding: 10px;}
	footer section .footer_info table th,
	footer section .footer_info table td{
		padding: 8px 6px;
		font-size: 0.9em;}
}
/*------------------------------------------------------------
	ブログ
------------------------------------------------------------*/
.single-content {
    margin-bottom: 50px;
}


#sub main.sub .block .txt.txt2 {
    width: 50%;
}


@media screen and (max-width:699px) {
    #sub h5.mt30 {
        margin-top: 30px;
    }
    #sub main.sub .block .txt.txt2 {
        width: 100%;
    }

}

#sub .equipment{ 
	padding: 60px 0;
}

#sub .equipment h2{
	font-size: 1em;
	letter-spacing: 0.2em;
	color: #956767;
	margin-bottom: 25px;}

#sub .equipment h2 span{
	display: block;
	color: #000;
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 3.84rem;
	font-weight: 900;
	letter-spacing: 0.075;}

#sub .equipment .equipment_card{
	width: 33%;
	margin-top: 35px;
}

#sub .equipment .equipment_card .equipment_in1,
#sub .equipment .equipment_card .equipment_in4{

	margin: 0 20px 0 0;
}

#sub .equipment .equipment_card .equipment_in2,
#sub .equipment .equipment_card .equipment_in5{

	margin: 0 10px;
}

#sub .equipment .equipment_card .equipment_in3,
#sub .equipment .equipment_card .equipment_in6{

	margin: 0 0 0 20px;
}

#sub .equipment .equipment_card img{
	width: 100%;
	margin-bottom: 20px;
	
}

#sub .equipment .equipment_card h3{
	margin-bottom: 8px;
	color: #956767;
	text-align: center;
}


#sub .equipment .equipment_card .txt{
	line-height: 2;
}

#sub .equipment .flex{
	display: flex;
	flex-wrap: wrap;
}

#sub .equipment .read_btn img {
     margin: 0 7px 0 -30px;
}

.equipment .btn { 
    padding: 40px 0 0 0
}

.equipment .btn p{ 
	text-align: center;
}



@media screen and (max-width:699px) {	
#sub .equipment .equipment_card {
    width: 45%;
    margin: 9px;
}
	
	#sub .equipment .equipment_card img {
    width: 100%;
    margin-bottom: 10px;
}
	
	#sub .equipment .equipment_card div[class*="equipment_in"]{
	     margin: 0;
	}
	
	#sub .equipment .equipment_card h3 {
    margin-bottom: 15px;
	font-size: 1rem;
	margin-top: 0;	
	padding: 7px;	
}
	
	#sub .equipment {
    padding: 50px 0 50px;
}

	}