#sub .mv .inner{ height: 410px; }
#sub .mv .inner .maincopy{
	color: #fff;
	font-size: 32px;
	padding-top: 10px;
	display: table;
}
#sub .mv .inner .maincopy > span{
	border-bottom: dotted 2px;
	padding-bottom: 8px;
	padding-top: 5px;
	line-height: 1.8;
	display: block;
}
#sub .mv .inner .maincopy > span strong{
	font-size:  56px;
    line-height: 1;
    position: relative;
    top: 5px;
    left: 2px;
}
#sub .mv .inner .maincopy > span:last-of-type{ border-bottom: none; }
#sub .mv .inner .maincopy > span > span{
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #af8c0f;
	font-size: 26px;
	font-weight: 500;
}
#sub .mv .inner .maincopy > span > span small{ font-size: 18px; }
.mv .inner .cat{
	font-size: 58px;
	color: #fff;
	letter-spacing: .3em;
	padding-top: 39px;
}
#sub .mv .inner .mv-img img{ width: 340px; right: 20px; }

.pankuzu{ width: 950px; margin: 20px auto 90px; }
.pankuzu ul li{ display: inline-block; font-weight: 500; color: #231815; }
.pankuzu ul li:not(:last-of-type):after{ content: '-'; padding-left: .5em; }

h1{
	font-size: 50px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	color: #462e1b;
	padding-bottom: 45px;
	position: relative;
}
h1:after{
	content: '';
	width: 1px;
	height: 60px;
	background: #462e1b;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.emergency {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background: #462e1b;
    padding: 8px 20px;
    margin: 80px 0 30px;
}
.container h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 26px;
	text-align: center;
	color: #fff;
	background: #462e1b;
	padding: 8px 20px;
	margin: 80px 0 30px;
}
.container h3{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 26px;
	color: #462e1b;
	margin: 50px 0 30px;
}
.container h2 + h3{ margin-top: 30px; }
.container h3.no1,.container h3.no2,.container h3.no3,.container h3.no4,.container h3.no5,.container h3.no6,
.container h3.no7,.container h3.no8,.container h3.no9{ position: relative; padding-left: 42px; }
.container h3.no1:before{ content: '1'; }
.container h3.no2:before{ content: '2'; }
.container h3.no3:before{ content: '3'; }
.container h3.no4:before{ content: '4'; }
.container h3.no5:before{ content: '5'; }
.container h3.no6:before{ content: '6'; }
.container h3.no7:before{ content: '7'; }
.container h3.no8:before{ content: '8'; }
.container h3.no9:before{ content: '9'; }
.container h3.no1:before,.container h3.no2:before,.container h3.no3:before,.container h3.no4:before,.container h3.no5:before,
.container h3.no6:before,.container h3.no7:before,.container h3.no8:before,.container h3.no9:before{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 22px;
	color: #fff;
	background: #462e1b;
	width: 35px;
	height: 35px;
	border-radius: calc(35px / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 2px;
}
.container h4{
	font-size: 18px;
	font-weight: 500;
	color: #462e1b;
	padding-left: 14px;
	position: relative;
	border-bottom: solid 1px;
	padding-bottom: 8px;
	margin: 30px 0 20px;
}
.container h4:before{
	content: '';
	width: 5px;
	height:	20px;
	background: #af8c0f; /* Old browsers */
	background: -moz-linear-gradient(top, #af8c0f 0%, #af8c0f 50%, #462e1b 50%, #462e1b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #af8c0f 0%,#af8c0f 50%,#462e1b 50%,#462e1b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #af8c0f 0%,#af8c0f 50%,#462e1b 50%,#462e1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af8c0f', endColorstr='#462e1b',GradientType=0 ); /* IE6-9 */
	position: absolute;
	left: 0;
	top: 5px;
}
.container h5{ font-size: 16px; font-weight: 500; color: #462e1b; margin: 30px 0 20px; }

.container p{ font-weight: 300; margin-bottom: 1em; }

.container{ padding: 80px 50px; background: #f9f9f9; border-radius: 5px; margin-bottom: 60px; }

.container .img-right{ display: flex; justify-content: space-between; margin: 30px 0 80px; }
.container .img-right .left{ width: 420px; }
.container .img-right .right{ width: 250px; }
.container .img-right .right img{ display: block; width: 100%; margin-bottom: 20px; }

.container table{ width: 100%; margin: 30px 0; }
.container table th{ padding: 30px; vertical-align: middle; min-width: 186px; border-right: solid 1px #f2f2f2; }
.container table td{ font-weight: 300; padding: 30px; vertical-align: middle; }
.container table tr:nth-of-type(odd){ background: #fff; }
.container table tr:nth-of-type(even){ background: #eceae8; }

.container > *:first-child,
.container .img-right .left > *:first-child,
.container .img-right .right > *:first-child{ margin-top: 0; }

.container > *:last-child,
.container .img-right .left > *:last-child,
.container .img-right .right > *:last-child{ margin-bottom: 0 !important; }

.treat-cat{ background: #f7c6bd; padding: 60px 0; }
.treat-cat ul{ display: flex; justify-content: space-between; }
.treat-cat ul li.current{ opacity: .6; }

.bg-treat{ background: #f9f9f9; padding: 60px 0; }

.btn-area ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 800px;
	margin: 60px auto 90px;
}
.btn-area ul li a.btn{
    width: 250px;
    height: 70px;
    background: #af8c0f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,.2);
    position: relative;
}
.btn-area ul li a.btn:after{
    content: '';
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 6px;
    right: 6px;
}
.btn-area ul li:nth-of-type(1) a.btn,
.btn-area ul li:nth-of-type(2) a.btn{ background: #462e1b; margin-bottom: 60px; }

.btn-area ul li:nth-of-type(3) a.btn{ background: #462e1b; margin-bottom: 60px; }
.btn-area ul li:nth-of-type(4) a.btn{ margin-bottom: 60px; }
.btn-area ul li:nth-of-type(5) a.btn{ margin-bottom: 60px; }
.btn-area ul li:nth-of-type(6) a.btn{ margin-bottom: 60px; }
.btn-area ul li:nth-of-type(7) a.btn{ background: #462e1b;}
.btn-area ul li:nth-of-type(8) a.btn{ background: #462e1b;}
.btn-area ul li:nth-of-type(9) a.btn{ background: #462e1b;}


a.btn_sub{
	width: 320px;
    height: 52px;
	background: #462e1b;
    margin: 22px auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,.2);
    position: relative;
}
    
a.btn_sub:after{
	content: '';
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 6px;
    right: 6px;
}

ul.flex3{
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;    
    margin: 0 auto;
}

ul.flex3 li{
	width: 31%;
	box-sizing: border-box;
}

ul.flex3 li a.btn_sub{
	width: 100%;
	margin-bottom: 5px;
}


.container h2 .txt_sml{
	font-size: .7em;
}

.container table.access_table td,.container table.access_table th{
	text-align: center;
}

ul.keireki li{
    line-height: 2em;
    font-weight: 300;
}

.bule-moji{
    color: blue;
    border-bottom: solid 1px blue;
}


.sinroyu-mj{
    width: 800px;
    margin: 20px auto;
}


/*アクセス流れ*/



.container999 ul.dot{
	width: 600px;
	margin: 40px auto;
}
	.container999 ul.dot li{
		font-size: 14px;
		position: relative;
		padding-left: 1.5em;
		border-bottom: dashed 1px #ce009f;
		padding-bottom: 4px;
		margin-bottom: 1.4em;
	}
	.container999 ul.dot li:before{
		content: '●';
		color: #ce009f;
		position: absolute;
		left: 0;
	}
	.container999 ul.dot li:last-of-type{
		margin-bottom: 0;
	}

.container999 ul.flow li{
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
	position: relative;
}
	.container999 ul.flow li .num{
		width: 80px;
		position: relative;
		z-index: 3;
	}
	.container999 ul.flow li .num:before{
		content: '';
		width: 3px;
		height: calc(100% + 110px);
		background: #462e1b;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}
	.container999 ul.flow li .num:after{
		content: '';
		width: 38px;
		height: 44px;
		background-size: contain;
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}
	.container999 ul.flow li:last-of-type .num:after, .container ul.flow li:last-of-type .num:before{
		content: none;
	}
		.container999 ul.flow li .num p{
			width: 80px;
			height: 80px;
			border-radius: 40px;
			background: #462e1b;
			color: #fff;
			font-size: 32px;
			font-family: 'audrey', sans-serif;
			text-align: center;
			line-height: 1.4;
			padding-top: 17px;
		}
			.container999 ul.flow li .num p span{
				font-size: 14px;
				display: block;
				text-align: center;
				line-height: 1;
			}
	.container999 ul.flow li .content{
		width: calc(100% - 100px);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
		.container999 ul.flow li .content dl{
			width: calc(100% - 310px);
		}
		.container999 ul.flow li .content dl dt{
			font-size: 14px;
			color: #b04974;
			margin-bottom: 20px;
		}

		.container999 ul.flow li .content dl dd{
			font-size: 12px;
		}
	.container999 ul.flow li .img{
		width: 280px;
	}

.container999 .flow{
    margin-top: 40px;
}


div.singleimage {
	margin-bottom: 30px;
	text-align: center;
}






.treat-cat .clinic_syokai{
    width: 800px;
    margin:0 auto 3vw auto;
    padding: 3vw;
    background: #f9f9f9;
    border-radius: 5px;
}
.treat-cat .clinic_syokai h2{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 26px;
    text-align: center;
    color:  #462e1b;
    margin-bottom:2vw;
}

.treat-cat .clinic_syokai h2 strong{
    font-size: 30px;
    font-weight: bold;
}
.treat-cat .clinic_syokai .box2 a.btn {
    width: 100%;
    height: 45px;
    background: #462e1b;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
    position: relative;
    margin: 1vw 0;
}

.box2{
    width: calc(100% / 2 - 15px);
    float:left;
}
.box2:first-of-type{
    margin-right: 30px;
}
.box2 img{
    width: 100%;
}

.red{
    color: red;
    font-size: 13px;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}