@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) {

body{
	width: 100%;
	box-shadow: none;
}
	
header {
	width: 100%;
}
	
.Wrap { 
	width: 100%;
}
	
.Wrap video{
	width: 90%;
}


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: 100%;
}
.section_contents {
	width: 100%;
	margin: 0 auto;
}
/*top---------*/
	
main{
	width: 100%;		
	}
.main_Wrap{
	width: 100%;
	height: 110vw;
	min-height:auto;
	background: url("../img/top_sp.png") no-repeat;
	background-size:cover;
	background-position: center center;
	position: relative;
}


.main_Wrap img{
	width: 100%;
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: auto;
}

.contents_Wrap{
	display: block;
	text-align: center;
	
}

.contents_Wrap h2{
	text-align: center;
	margin: 70px 0 100px;
	font-size: 1.35rem;
	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: block;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto 60px;
	
}

.contents_check ul{
	text-align: left;
	margin-right: 0px;
	margin-bottom: 30px;
}

.contents_check li{
	padding-left: 30px;
	margin-bottom: 15px;
	background: url("../img/check.png")no-repeat;
	font-size: 15.5px;
	
}

.contents_check img{
	width: 90%;	
	margin: 0 auto 50px;
	}

.contents_Wrap h3{
	font-size: 18px;
	font-weight: bold;
	color: #404040;
	margin-bottom: 10px;
	text-align: center;
}

.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{
	width: 90%;
	margin-bottom: 20px;
}
.hernia_group h3{
	font-size: 18px;
}

.hernia01{
	display: block;
	
	}
.hernia02{
	display: block;
	
	}
.hernia03{
	display: block;
	
	}
	
.hernia01 img{
	width: 20%;
		
	}
	
.hernia01 .hernia_grade{
	width: 90%;
	margin: 0 auto 50px;
	}
	
.hernia02 .hernia_grade{
	width: 90%;
	margin: 0 auto 50px;
	}
	
.hernia02 h4{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	
	}

.hernia03 .hernia_grade{
	width: 90%;
	margin: 0 auto 50px;
	}
	
.hernia03 h4{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	
	}
	

	
.grade1{
	display: block;
	width: 90%;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size:18px;
	margin:  0 auto;
	padding: 3%;
	border: 2px dotted #f02b3c;
	}
	
.grade2{
	display: block;
	width: 90%;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size:18px;
	margin:  0 auto;
	padding: 3%;
	background-color: #fff5f6;
	}
	
	.grade3{
	display: block;
	width: 90%;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size:18px;
	margin:  0 auto;
	padding: 3%;
	background-color: #fd919a;
	color: #fff;
	}
	
	.grade4{
	display: block;
	width: 90%;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size:18px;
	margin:  0 auto;
	padding: 3%;
	background-color: #f56975;
	color: #fff;
	}
	
	.grade5{
	display: block;
	width: 90%;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size:18px;
	margin:  0 auto;
	padding: 3%;
	background-color: #f02c3d;
	color: #fff;
	}

.hernia_grade ul {
	width: 90%;
	text-align: left;
	margin: 10px auto 20px;
	font-family: Lato, -apple-system, HelveticaNeue, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-weight: normal;
	}
	
.hernia_grade ul li{
	padding-left: 25px;
	margin-bottom: 10px;
	background: url("../img/check.png")no-repeat;
	font-size: 14px;

	}
.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: 100%;
	display: block;
	justify-content: space-around;
	margin: 0 auto;
}

.grade_flex img{
	width: 90%;	
	margin: 0 auto 20px;
	}
	
.grade_flex p{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size:0.98rem;
	line-height: 26px;
}

.grade_text{
	display: block;
	width: 80%;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size:24px;
	margin: 50px 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: 90%;
	margin-bottom: 0px;
}

.bg_img_Wrap{
	width: 100%;
	min-height:100%;
	background: url("../img/bg_sp.png");
	background-size:cover;
	background-position:top;
	padding-bottom: 30px;
/*	background-position: center center;*/
/*	padding-top: 20px;*/
	
}

.bg_img_Wrap h2{
	text-align: center;
	margin: 100px 0;
	padding-top: 70px;
	font-size: 1.35rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #fff;	
}

.bg_img_Wrap .bg_text{
	text-align: center;
	margin: 0px 0;
	padding-top: 70px;
	font-size: 1.35rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #fff;	
}

.bd_b_text{
	display: block;
	width: 80%;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size:24px;
	margin: 80px auto 0;
	padding: 20px;
	border: 2px dotted #f02b3c;
 	background-color:rgba(255,255,255,0.8);
}

.features_Wrap{
	width: 100%;
	display: block;
	margin: 0 auto;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
}

.features_Wrap img{
	display:block;
	width: 70%;
	margin: 0 auto 30px;
}

.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: 100%;
	display: block;
	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;
	margin-bottom: 20px;
}

.doctor_text p{
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	padding-bottom: 20px;
	
}
.hospital_info_Wrap{
	display: block;
	justify-content: space-around;
	width: 90%;
	margin: 50px auto 100px;
}

.hospital_info_Wrap .map{
	width: 100%;
	margin: 0 auto;
	padding-top: 80px;
}

.hospital_info_Wrap .map iframe{
	width: 100%;
}


.hospital_info_Wrap img{
	width: 300px;
}

.info_group{
	width: 100%;
	text-align: left;
}

.info_group dl{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}

.info_group dt{
	display: inline-block;
	width: 20%;
	margin-bottom: 5px;
}

.info_group dd{
	display: inline-block;
	width: 80%;
}

.info_group dd::before{
	content: "：";
	margin-right: 10px;
}

.info_group a{
	display: inline-block;
	padding: 10px 40px 10px 25px;
	margin: 10px auto 30px ;
	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: 100%
	;
	text-align: center;
	margin-top:15px;	
}

.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: 0px;
}

footer div.footer_bg{
/*	min-height:400px;*/
	background: url("../../../assets/img/bg_footer.png") center top no-repeat #fbfaf7;
	padding-top:20px;
	padding-bottom: 20px;
	position: relative;

}

footer div.footer_bg h2{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 24px;
	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: 14px;
}

footer div.footer_bg .contact_img{
	display: none;
	position: absolute;
	bottom: 0;
	right: 250px;
	width: 250px;
}

footer.footer_bg .contact_img img{
	width: 100%;
}

footer div.site_bnr{
	display: block;
	width: 90%;
	margin: 0 auto;
	padding:30px 0;
}

footer div.site_bnr img{
	width: 100%;
}

footer div.privacy {
	text-align: center;
	text-decoration: underline;
	margin-bottom: 30px;
	font-size: 12px;
}

footer div.copy {
	background-color: #5e5e5e;
	color: #fff;
	text-align:center;
	font-size: 12px;
	padding:10px;
}

/*
.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.pc_none{
	display: block;
}
br.sp_none{
	display: none;
}
	
.pc_none{
	display: block;
}
.sp_none{
	display: none;
}
img.sp_none{
	display: none;
}

.hernia01{
	display: none;
}
.hernia02{
	display: none;
}
.hernia03{
	display: none;
}

.c_red{
	color: #e60012;
}

.howto_Wrap{
	display: block;
	width: 90%;
	margin: 0 auto 30px;
	align-items: flex-start;
}

.howto_Wrap img{
	width: 100%;
	margin: 0 auto 30px;
}

.howto_Wrap p{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	line-height: 28px;
}

.howto_Wrap02{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto 100px;
	align-items: flex-start;
}

.howto_Wrap02 img{
	width: 100%;
	order:1;
	margin: 0 auto;
}

.howto_Wrap02 p{
	width: 100%;
	margin: 10px auto;
	text-align: left;
	line-height: 28px;
	order:2;
}

.under_line{
	background: linear-gradient(transparent 65%, #ffd1d6 35%);
}


.dog_wrap{
	width: 80%;
	margin: 0 auto 100px;
	border: solid 3px #e60012;
	padding: 7% 5%;
	position: relative;
	border-radius: 30px;
}

.dog_wrap::after{
	content: url("../img/dog_icon.png");
	position: absolute;
	top: -40px;
	right: 42%;
}


.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 {
	display: block;
	width: 90%;
	margin: 50px auto;
	border: 0px solid #f02c3d;
	text-align: center;
}

.symptoms_wrap table th{
	border: 0px solid #f02c3d;
/*	border-bottom: 2px solid #f02c3d;*/
	background-color: #fff;
	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: 0px solid #f02c3d;
	text-align: center;
	padding: 10px 0 0;
	display: block;
}

.symptoms_wrap table td p{
	padding: 20px;
}

.symptoms_wrap table td img{
	display: block;
	width: 80%;
	margin: 0 auto;
}
	
.symptoms_wrap table td:first-child{
	width: 100%;
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px solid #f02c3d;
	border-left: 2px solid #f02c3d;
	border-right: 2px solid #f02c3d;

}
.symptoms_wrap table td:last-child{
	width: 100%;
	text-align: left;
	font-size: 14px;
	
	border: 2px solid #f02c3d;
	border-top: 0px solid #f02c3d;
/*	border-bottom: 2px solid #f02c3d;*/
/*	border-left: 2px solid #f02c3d;*/
/*	border-right: 2px solid #f02c3d;*/

}
.symptoms_wrap table tr.grade01 td:first-child{
	border-top: 2px solid #f02c3d;
}
	
.symptoms_wrap table tr:nth-child(6) td{
/*	border-bottom: 0px solid #f02c3d;*/
}

.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;
	flex-wrap: wrap;
	width: 90%;
	text-align: left;
	margin: 50px auto 50px;
	align-items: flex-start;
	color: #464646;
}
	
.flexorder img{	order: 1; }
.flexorder div{	order: 2; }

.about_flex_wrap img{
	width: 100%;
	margin: 0 auto 20px;
}

.about_flex_wrap  .sp_flex{
	align-items: flex-start;
		
	}
.about_flex_wrap h3{
	margin-bottom: 20px;
}

.about_flex_wrap .sp_flex02{
	order:2;
}
	
.about_flex_wrap .sp_flex01{
	order:1;
	}

.about_flex_wrap02{
	display: block;
	width: 90%;
	text-align: left;
	margin: 100px auto 00px;
	align-items: flex-start;
	color: #464646;
}


.about_flex_wrap02 img{
	display: block;
	width: 60%;
	margin-right: 0px;
	margin: 0 auto 20px;
}

.about_flex_wrap02 h3{
	margin-bottom: 20px;
}

.about_flex_wrap03{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 90%;
	text-align: left;
	margin: 50px auto 50px;
	align-items: flex-start;
	color: #464646;
}


.about_flex_wrap03 img{
	width: 60%;
	margin-left: 30px;
	margin: 0 auto 20px;
	order: 1;
}
	
.about_flex_wrap03 .about_flex_group03{
	order: 2;
}

.about_flex_wrap03 h3{
	margin-bottom: 20px;
}

.red_text{
	color: #f02b3c;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 50px;
}

.about_flex_wrap04{
	display: block;
	width: 90%;
	text-align: left;
	margin: 80px auto 50px;
	align-items: flex-start;
	color: #464646;
}

.about_flex_wrap04 img{
	display: block;
	width: 90%;
	margin: 0 auto 20px;
	
}
.about_flex_wrap04 ul{
	display: block;
	width: 90%;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 0px;
	margin: 0 auto;
}

.about_flex_wrap04 li{
	margin-bottom: 10px;
}

.about_flex_wrap04 li:last-child{
	margin-bottom: 0px;
}
	
.txt_l{
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: left; 
	}

.red_caution{
	width: 80%;
	margin: 50px 5% 100px;
	padding: 5%;
	border: 2px solid #f02b3c;
	text-align: left;
}

.red_caution p{
	width: 100%;
	margin: 0 auto;
}
.red_caution .img_flex{
	width: 100%;
	display: block;
	justify-content: space-between;
	margin: 20px auto 0;
}
	
.red_caution .img_flex img{
	width: 100%;
	}
.red_caution .img_flex img:first-child{
/*	margin-bottom: 30px;*/
	}
	
.red_caution .img_flex div:first-child p{
	margin-bottom: 30px;
	}

.about_flex_wrap05{
	display: block;
	width: 90%;
	text-align: left;
	margin: 100px auto 50px;
	align-items: flex-start;
	color: #464646;
}


	.about_flex_wrap05 .spnone{
		display: none;
	}
.about_flex_wrap05 img{
	display: block;
	width: 100%;
	margin-right: 30px;
	margin: 0 auto 50px;
}


.about_flex_wrap05 p{
	margin-bottom: 50px;
	line-height: 26px;
	margin-top: 0px;
}
.about_flex_wrap05 p{
	border-bottom: dotted 1px #464646;
	padding-bottom: 50px;
}
.about_flex_wrap05 p:last-child{
	border-bottom: dotted 0px #464646;
	padding-bottom: 20px;
}

.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;
}
	
	.main_txt{
		width: 90%;
		margin: 0 auto;
	}
	
.side_fixed{
		display: none;
}
	
.spnone{
		display: none;
	}
.pcnone{
	display: block;
}
	
.hospital_h2{
	border-top:0px solid #ccc;
	width:100%;
	display: block;
	margin: 0 auto;
}
	
	
/*アコーディオン*/
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-wrap_2 {
	display: block;
  position: relative;
}
.grad-wrap_2 + .grad-wrap_2 {
  margin-top: 40px;
}
.grad-trigger {
	z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    margin: auto;
    padding: 0.5em 0;
    border-radius: 2px;
    background: #f02c3d;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.grad-trigger::after {
  content: "続きを読む" /*クリック前のボタンのラベル*/
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
padding-bottom: 20px;
}
.grad-item.is-hide {
  height: 240px; /*隠した後の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger.is-show {
  bottom: -2em;
}
.grad-trigger.is-show::after {
  content: "閉じる" /*クリック後にボタンのラベルを変える*/
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}
	
.sp_hr_dodt{
	display: block;
	width: 220px;
	margin: 50px auto 0;
	border-bottom: 1px dotted #464646;

	}
	}

