@charset "utf-8";
/* CSS Document */


/*reset
----------------------------------------*/

html {
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
main {display:block;}
img {
	vertical-align: bottom
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
*font-size:100%
}
legend {
	color: #000
}

/*----------------------------------------*/

body {
	font-family: Lato, -apple-system, HelveticaNeue, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	line-height: 1.5;
	color: #464646;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
}
a {
	color: #260909;
	text-decoration: none;
}
a:hover {
	filter: alpha(opacity=80); /* IE 6,7*/
	-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
	-moz-opacity: 0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity: 0.8;
	zoom: 1;
}
h1, h2 {
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
}
.mb0 {
	margin-bottom: 0 !important;
}
.bold {
	font-weight: bold;
}
/*コンテンツ幅---------*/
body {
	min-width: 1100px;
}
.section_contents {
	width: 1015px;
	margin: 0 auto;
}
/*top---------*/
.main_Wrap{
/*	height: calc(100vh - 710px);*/
	min-height:680px;
	background: url("../img/top_pc.jpg");
	background-size:cover;
	background-position: center;
	position: relative;
}


.main_Wrap img{
	position:absolute;
	width: 550px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
/*	height: 11rem;*/
/*	width: 70%;*/
/*	display: block;*/
/*	width: 100%;*/
/*	max-width:700px;*/
/*	margin: 0 auto;*/
}

.contents_Wrap{
	text-align: center;
	
}

.contents_Wrap h2{
	text-align: center;
	margin: 70px 0 100px;
	font-size: 1.8rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #313131;
	position: relative;
	
}

.contents_Wrap .h2_strong{
	font-size: 2rem;
}

.contents_Wrap .h2_red{
	color: #f02b3c;
}

.contents_check{
	display: flex;
	justify-content: space-around;
	width: 1100px;
	margin: 0 auto 60px;
	
}

.contents_check ul{
	text-align: left;
	margin-right: 20px;
}

.contents_check li{
	padding-left: 30px;
	margin-bottom: 15px;
	background: url("../../assets/img/check.png")no-repeat;
	font-size: 1.1em;
	
}

.contents_Wrap h3{
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	margin-bottom: 10px;
}

.hernia_group{
	font-size: 1.8rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 50px;

}

.hernia_group img{
	margin-bottom: 100px;
}

.contents_Wrap h2:before{
  position: absolute;
  content: '';
  left: 50%;
  bottom: -30px; 
  display: inline-block;
  width: 100px; 
  height: 4px; 
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); 
  background-color: #f02b3c; 
}

.grade_group{
	padding: 50px 0;
	background: rgb(247,243,240);
	background: linear-gradient(180deg, rgba(247,243,240,1) 0%, rgba(255,255,255,1) 100%);
}

.text_red{
	color: #f02b3c;
}

.grade_flex{
	width: 1100px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}

.grade_flex p{
	width: 440px;
	text-align: left;
	line-height: 26px;
}

.grade_text{
	display: block;
	width: 940px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size:24px;
	margin: 100px auto 0;
	padding: 20px;
	border: 2px dotted #f02b3c;
}

.grade_text02{
	display: block;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size:24px;
	margin: 50px auto;
	color: #f02b3c;
}

.contents_Wrap video{
	width: 800px;
	margin-bottom: 70px;
}

.bg_img_Wrap{
	min-height:990px;
	background: url("../img/bg.png");
	background-size:cover;
	background-position:top;
/*	padding-top: 20px;*/
	
}

.bg_img_Wrap h2{
	text-align: center;
	margin: 100px 0;
	padding-top: 70px;
	font-size: 1.8rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #fff;	
}

.bg_img_Wrap .bg_text{
	text-align: center;
	margin: 50px 0;
	padding-top: 70px;
	font-size: 1.8rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #fff;	
}

.bd_b_text{
	display: block;
	width: 940px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size:24px;
	margin: 100px auto 0;
	padding: 20px;
	border: 2px dotted #f02b3c;
 	background-color:rgba(255,255,255,0.8);
}

.features_Wrap{
	width: 950px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
}

.features_Wrap img{
	display: inline-block;
}

.hospital_Wrap{
	min-height:700px;
	background: url("../img/bg_hospital.png");
	background-size:cover;
	background-position:top;
	padding-top: 10px;	
	border-bottom: 1px dotted #ccc;
}

.hospital_flex{
	width:850px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}


.hospital_flex p{
	text-align: left;
	line-height: 26px;
}
.doctor_img img{
	width: 250px;
}

.doctor_img p{
	margin-top: 10px;
	text-align: center;
}

.doctor_text p{
	width: 550px;
}
.hospital_info_Wrap{
	display: flex;
	justify-content: space-around;
	width: 1000px;
	margin: 50px auto 100px;
}

.hospital_info_Wrap .map{
	width: 440px;
	padding-top: 80px;
}

.hospital_info_Wrap .map iframe{
	width: 100%;
}


.hospital_info_Wrap img{
	width: 300px;
}

.info_group{
	width: 500px;
	text-align: left;
}

.info_group dl{
	display: flex;
	flex-wrap: wrap;
}

.info_group dt{
	display: inline-block;
	width: 15%;
	margin-bottom: 5px;
}

.info_group dd{
	display: inline-block;
	width: 85%;
}

.info_group dd::before{
	content: "：";
	margin-right: 10px;
}

.info_group a{
	display: inline-block;
	padding: 10px 40px 10px 25px;
	margin: 10px 135px;
	font-size:.9em;
	border: 1px solid #000;
	border-radius: 25px;
	background: url("../img/arrow_h_btn.png")no-repeat;
	background-position:97%, 51%;
}

.hospital_info_Wrap table{
	border:3px solid #fde4e1;
	border-collapse:collapse;
	table-layout:fixed;
	width: 90%;
	text-align: center;
	margin-top:15px;	
}

.hospital_info_Wrap table tbody tr td{	
	border-right:	1px solid #FDE4E1;
	border-bottom:1px solid #FDE4E1;
}

.hospital_info_Wrap table thead th:first-of-type{
	width:2em;
}

.hospital_info_Wrap .info_timetable th{
	padding: 5px 0;
	border-right:1px solid #fde4e1;
	border-bottom:1px solid #fde4e1;
	
}

.hospital_info_Wrap table thead th{
	text-align:center;
	font-size:14px!important;
}

.hospital_info_Wrap table thead th:not(:first-of-type){
	background-color:#ffefed;
	border-left:2px solid #fff;
	border-bottom:1px solid #fff;
}

.hospital_info_Wrap table tbody tr:nth-of-type(2) td{
	background-color:#f8f8ed;
	color:#b99764;
	padding:14px 0;
	font-weight:700;
}

.hospital_info_Wrap table tbody tr:nth-of-type(1) th:first-of-type, .hospital_info_Wrap table tbody tr:nth-of-type(4) th:first-of-type{
	background-color:#e7543b;
	color:#fff!important;
	padding:0;
}
.hospital_info_Wrap table tbody tr th:first-of-type{
	background-color:#fde4e1;
	color:#e7543b;
	text-align: center;
	padding: 0;
}

.hospital_info_Wrap table tbody tr td{
	line-height:1.2;
	padding:18px 3px;
}

.hospital_info_Wrap table th{
	font-size:13px;
	font-weight:700;
	vertical-align:middle;
	line-height:1.4;
	text-align: center;
}

.hospital_info_Wrap .c_red{
	color: #e60012;
}

.hospital_info_Wrap .mt07{
	text-align: right;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 50px;
}

footer div.footer_bg{
/*	min-height:400px;*/
	background: url("../../../assets//img/bg_footer.png") center top no-repeat #fbfaf7;
	padding-top:50px;
	padding-bottom: 20px;
	position: relative;

}

footer div.footer_bg h2{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 35px;
	text-align: center;
	
}
footer div.footer_bg .tel_link {
	margin: 20px 0 30px;
	text-align: center;
}
footer div.footer_bg .tel_link img{
	width: 300px;
}

footer div.footer_bg p{
	text-align: center;
	font-size: 16px;
}

footer div.footer_bg p span.fs18{
	font-size: 18px;
}

footer div.footer_bg .contact_img{
	position: absolute;
	bottom: 0;
	right: 250px;
	width: 250px;
}

footer.footer_bg .contact_img img{
	width: 100%;
}

footer div.site_bnr{
	display: block;
	width: 700px;
	margin: 0 auto;
	padding:100px 0 34px;
}

footer div.site_bnr img{
	width: 100%;
}

footer div.privacy {
	text-align: center;
	text-decoration: underline;
	margin-bottom: 30px;
}

footer div.copy {
	background-color: #5e5e5e;
	color: #fff;
	text-align:center;
	padding:23px;
}

/*
.hospital_info_Wrap dl{
	width: 300px;
	text-align: left;

}

.hospital_info_Wrap dt{
	display: inline-block;
	width: 30%;
}

.hospital_info_Wrap dd{
	display: inline-block;
	width: 70%;
}
*/

br.sp_none{
	display: block;
}
br.pc_none{
	display: none;
}
.pc_none{
	display: none;
}

.hernia01{
	display: none;
}
.hernia02{
	display: none;
}
.hernia03{
	display: none;
}

.c_red{
	color: #e60012;
}

.howto_Wrap{
	display: flex;
	width: 900px;
	margin: 0 auto 100px;
	align-items: flex-start;
}

.howto_Wrap img{
	width: 30%;
}

.howto_Wrap p{
	width: 65%;
	margin-left: 5%;
	text-align: left;
	line-height: 28px;
}

.howto_Wrap02{
	display: flex;
	width: 900px;
	margin: 0 auto 100px;
	align-items: flex-start;
}

.howto_Wrap02 img{
	width: 45%;
}

.howto_Wrap02 p{
	width: 50%;
	margin-right: 5%;
	text-align: left;
	line-height: 28px;
}

.under_line{
	background: linear-gradient(transparent 65%, #ffd1d6 35%);
}


.dog_wrap{
	width: 850px;
	margin: 0 auto 100px;
	border: solid 3px #e60012;
	padding: 40px 30px 30px;
	position: relative;
	border-radius: 30px;
}

.dog_wrap::after{
	content: url("../img/dog_icon.png");
	position: absolute;
	top: -40px;
	right: 48%;
}


.dog_wrap h3{
		font-family: fot-tsukuardgothic-std, sans-serif;
		color: #e60012;
		margin-bottom: 20px;
	
}

.dog_wrap h3 small{
		color: #343434;
		font-size: 14px;
	
}

.symptoms_wrap table {
	width: 750px;
	margin: 50px auto;
	border: 2px solid #f02c3d;
	text-align: center;
}

.symptoms_wrap table th{
	border: 2px solid #f02c3d;
	background-color: #fff5f6;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #464646;
	letter-spacing: 5px;
	padding: 10px;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

.symptoms_wrap table td{
	border: 2px solid #f02c3d;
	text-align: center;
	padding: 10px;
}

.symptoms_wrap table td p{
	padding: 20px;
}


.symptoms_wrap table td img{
	display: none;
}

.symptoms_wrap table td:first-child{
	width: 12%;
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size: 20px;
}
.symptoms_wrap table td:last-child{
	width: 87%;
	text-align: left;
	font-size: 14px;
}

.grade2_group{
	color: #464646;
	background-color: #fff5f6;
}

.grade3_group{
	color: #fff;
	background-color: #fd919a;
}

.grade4_group{
	color: #fff;
	background-color: #f56975;
}

.grade5_group{
	color: #fff;
	background-color: #f02c3d;
}

.about_flex_wrap{
	display: flex;
	width: 900px;
	text-align: left;
	margin: 100px auto 50px;
	align-items: flex-start;
	color: #464646;
}

.about_flex_wrap img{
	width: 350px;
}

.flexorder img{
	order: 1;
}

.right_img img{
	margin-left: 20px;
}
.left_img img{
	margin-right: 20px;
}

.about_flex_wrap h3{
	margin-bottom: 20px;
}

.about_flex_wrap .about_flex_group{
}

.about_flex_wrap02{
	display: flex;
	width: 900px;
	text-align: left;
	margin: 100px auto 50px;
	align-items: flex-start;
	color: #464646;
}


.about_flex_wrap02 img{
	width: 400px;
	margin-right: 30px;
}

.about_flex_wrap02 h3{
	margin-bottom: 20px;
}

.about_flex_wrap03{
	display: flex;
	width: 900px;
	text-align: left;
	margin: 100px auto 50px;
	align-items: flex-start;
	color: #464646;
}


.about_flex_wrap03 img{
	width: 400px;
	margin-left: 30px;
}

.about_flex_wrap03 h3{
	margin-bottom: 20px;
}

.red_text{
	color: #f02b3c;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 50px;
}

.about_flex_wrap04{
	display: flex;
	width: 900px;
	text-align: left;
	margin: 100px auto 50px;
	align-items: flex-start;
	color: #464646;
}

.about_flex_wrap04 ul{
	text-align: left;
	margin-left: 30px;
	margin-bottom: 50px;
}

.about_flex_wrap04 li{
	margin-bottom: 15px;
}

.about_flex_wrap04 li:last-child{
	margin-bottom: 0px;
}

.red_caution{
	width: 840px;
	margin: 50px auto 100px;
	padding: 50px 30px;
	border: 2px solid #f02b3c;
	text-align: left;
}

.red_caution .red_h{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
	color: #f02b3c;
}
.red_caution p{
	width: 90%;
	margin: 0 auto;
}
.red_caution .img_flex{
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
}
.red_caution .img_flex p{
	display: block;
	text-align: center;
	margin: 5px auto;
}

.about_flex_wrap05{
	display: flex;
	width: 900px;
	text-align: left;
	margin: 100px auto 50px;
	align-items: flex-start;
	color: #464646;
}



.about_flex_wrap05 img{
	width: 340px;
	margin-right: 30px;
}


.about_flex_wrap05 p{
	margin-bottom: 50px;
	line-height: 26px;
}

.beige_bg{
	padding: 50px 0 0;
	background: rgb(247,243,240);
	background: linear-gradient(180deg, rgba(247,243,240,1) 0%, rgba(255,255,255,1) 100%);
}

.beige_bg h2{
	margin-top: 20px;
}


.spnone{
	display: block;
}

.pcnone{
	display: none;
}

.hospital_h2{
	border-top:1px solid #ccc;
	width:800px;
	display: block;
	margin: 0 auto;
}

.strong_p{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

.grad-wrap_2{
	display: none;
}