@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; }
body{ font-size:19px; line-height:180%; color: #786156; font-family: "UD新ゴ R", "UD Shin Go Regular", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type: none; }
a{ text-decoration: none; color: #786156; }
a:hover{ text-decoration:none; }
/*a:hover img{ opacity: 0.5; transition:all 0.3s ease; }*/
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }

/* margin
****************************************************/
.mt10, .mt10ul li{ margin-top:10px; }
.mt20, .mt20ul li{ margin-top:20px; }
.mt30, .mt30ul li{ margin-top:30px; }
.mt40, .mt40ul li{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt80{ margin-top:80px; }
.mt100{ margin-top:100px; }
.mb20{ margin-bottom: 20px; }
.mt1adj{ margin-top: 80px; }
.mt2adj{ margin-top: 120px; }
.mt3adj{ margin-top: 240px; }

/* text-align
****************************************************/
.tar{ text-align:right; }
.tac{ text-align:center; }
.tal{ text-align:left; }
.ti1{ text-indent:1em; }
.ti2, .ti2ul li{ text-indent: -1em; padding-left: 1em; }
.ti3, .ti3ul li{ text-indent: -1.5em; padding-left: 1.5em; }
.lh200, .lh200ul li, .lh200dl dd{ line-height: 200%; }

/* color
****************************************************/
.colWT{ color: white; }
.col1, .col1ul li:before, .col1icon:before{ color: #B59D79; }
.col2, .col2ul li:before, .col2icon:before{ color: #BF3A3A; }
.col3, .col3ul li:before, .col3icon:before{ color: #93A98F; }

/* background */
.bgColWT{ background-color: white; }
.bg1col{ background-color: #FCFAF7; }
.bg2col{ background-color: #F2F0EA; }
.bg3col{ background-color: #786156; }
.bg4col{ background-color: #B59D79; }
.bg5col{ background-color: #93A98F; }
.bg6col{ background-color: #BF3A3A; }

/* icon
****************************************************/
[class*="icon"] li{ text-indent: -1.5em; padding-left: 1.5em; }
.icon1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▲"; margin-right: .5em; }
.icon2:before, .icon2ul li:before, .icon2dl dt:before{ content:"●"; margin-right: .5em; }

/* font-size
****************************************************/
.fwB{ font-weight: bold; }
.fsS{ font-size: 23px; }
.fsM{ font-size: 33px; }
.fsL{ font-size: 40px; }

/* border-radius
****************************************************/
.br05, .br05ul li{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.br10, .br10ul li, .br10a a{ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
.br15, .br15ul li{ border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; }
.br25, .br25ul li{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; }
.br50{ border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; }

/* list-style
****************************************************/
.ls_adj{ margin-left:1em; }
.ls_disc{ list-style:disc; margin-left:1em; }

/* column
****************************************************/
.ofh1, .ofh2{ overflow: hidden; }
.ofh1 .fl, .ofh2 li{ float: left; }
.ofh1 .fr{ float: right; }
/* flexBox */
[class*="fbCom"]{ display: flex; flex-wrap: wrap; }
.fbCom1{ justify-content: space-between; }
.fbComCen{ align-items: center; justify-content: center; align-content: center; }
.vCen, .vCenA a{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
.vCen2, .vCenA2 a{ display: flex; flex-wrap: wrap; align-items: center; align-content: center; }

/* headline
****************************************************/
h1, h2, h3, h4, .pp1ttl, .fFami{ font-family: "リュウミン M-KL", "Ryumin Medium KL	", sans-serif; }
.hl1{
	background: url("images/title_l_yokobou@2x.png") no-repeat left bottom / 80px 4px;
	padding-bottom: 24px;
}
.hl1s{
	background: url("images/title_s_yokobou@2x.png") no-repeat left bottom / 36px 2px;
	padding-bottom: 12px;
}
.hl2{ border-bottom: 2px solid #D1D1D1; padding-bottom: .8em; }

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="h_o"]:hover{ opacity: .8; }
.lnk1btn{
	background: url("images/button_green@2x.png") no-repeat center bottom / 230px 60px #93A98F;
	height: 60px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
}

/* content
****************************************************/
/* common */
.posRelCom{ position: relative; }
[class*="adsCom"]{ position: absolute; }
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad30{ padding: 30px; }
.pad40{ padding: 40px; }
.box1c{ border: 1px solid #786156; color: #786156; background-color: #FFFFFF; }
.box2c{ border: 1px solid #BF3A3A; background: url("images/15_icon01@2x.png") no-repeat left center / 75px 75px; color: #BF3A3A; padding: 20px 20px 20px 80px; }
.box3c{ border: 1px solid #93A98F; background: url("images/15_icon02@2x.png") no-repeat left center / 75px 75px; color: #93A98F; padding: 20px 20px 20px 80px; }
/* notice */
.notice li{ padding: .75em 0; border-bottom: 2px dotted #B2B2B2; }
#notice li{ border-bottom: 1px dotted #ddd; padding-bottom: 15px; margin-bottom: 20px; }
#notice li a{ display: block; }

/* symptom
****************************************************/
/* symptom */
#symptom li a{ display: block; color: #786156; }
#symptom li a:before{ content: '■'; margin-right: .5em; color: #93A98F; }
#symptom li a:hover{ color: #93A98F; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 ul{ background-color: #F2F0EA; }
#symptom2 li a:before{ content:"■"; margin-right: .5em; color: #93A98F; }
#symptom2 li a:hover{ color: #93A98F; }
#symptom2 li a{ color:#786156 }
/* symptom3 */
#symptom3 .outline{ background-color: #F2F0EA; padding: 40px; }
#symptom3 h3{ margin-top: 40px; }
#symptom3 h3:first-child{ margin-top: 0; }
#symptom3 h3:before{ content: '■'; margin-right: .5em; color: #93A98F; }
#symptom3 dt{ font-weight:bold; margin-top:1em; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

/* site
****************************************************/
#site dt:before{ content:"■"; color: #93A98F; margin-right:.5em; }
#site dd{ margin:15px 15px 50px; }

/* sitemap
****************************************************/
#sitemap .parent{ margin-top: -30px; }
#sitemap .parent li{ margin-top: 30px; }
#sitemap .child li{ margin-top: 15px; }
#sitemap .parent li:before{ content:"■"; color: #93A98F; }
#sitemap .child li:before{ content: ""; }
#sitemap .child li a{ text-decoration: underline; }
#sitemap li a:hover{ text-decoration: none; }

/* footer
****************************************************/
footer .sec2{ padding: 1em 0; }
footer .sec2 *{ color: #333; }
address{ background-color: #786156; padding: 10px 0; text-align: center; color: #FFFFFF; font-size: 16px; line-height: 20px; }

/* 404
****************************************************/
.error404{ text-align:center; color:red; padding:100px 0; }

/* breadcrumbs
****************************************************/
.breadcrumbs ol{ list-style: none; overflow: hidden; font-size: 12px; }
.breadcrumbs li{ float: left; }
.breadcrumbs li::after{ content: '>'; display: inline-block; padding: 0 10px; }
.breadcrumbs li:last-child::after{ display: none; }

/* pagetop
****************************************************/
.pagetop{
	display:none;
	position:fixed;
	bottom:0px;
	right:10px;
	line-height:0;
	z-index: 9999;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #786156;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	opacity:.5;
}
.pagetop a:hover, .pagetop a:hover img{ opacity:1.0; }



/**************************************************

	600px over

**************************************************/
@media only screen and (min-width:600px), print{

	/* common
	****************************************************/
	.wrap{ margin-left: auto; margin-right: auto; width: 1100px; }
	.sp{ display: none!important; }
	[class*="adsPc"]{ position: absolute; }

	/* overflow:hidden;
	****************************************************/
	.ofh1pc, .ofh2pc{ overflow:hidden; }
	.ofh1pc .fl, .ofh2pc li{ float:left; }
	.ofh1pc .fr{ float:right; }
	/* flexBox */
	[class*="fbPc"]{ display: flex; flex-wrap: wrap; }
	.fbPc1{ justify-content: space-between; }
	.fbPc2{ justify-content: center; }

	/* width
	****************************************************/
	.w230{ width: 230px; }
	.w328{ width: 328px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }
	
	/* list
	****************************************************/
	.lst1 li, .lst1li{ padding-left: 80px; overflow: hidden; }
	.lst1 li span, .lst1li span{ display: block; float:left; width: 80px; margin-left: -80px; }

	/* main
	****************************************************/
	.mv{ background: url("images/01_main@2x.png") no-repeat top center; background-size: cover; padding-top: 48.75%; }
	.pp1ttl{ background: url("images/02_titleback@2x.png") no-repeat top center / 1920px 260px #F2F0EA;	}
	.pp1ttl .wrap{ height: 260px; color: #786156; }
	
	/* header
	****************************************************/
	header{ background-color: #fff; min-width: 100%; min-height: 140px; z-index: 9; display: flex; justify-content: space-between; }
	@media only screen and (max-width: 1350px){ header{ width: 1250px; }}
	header .rig{ margin-left: 15px; }
	header .rig img{ margin-top: 10px; }
	header .lef{ position: relative; width: 880px; }
	header [class^="ads"]{ position: absolute; }
	header .ads1{ top: 30px; right: 320px; background-color: #93A98F; color: #fff; padding: 0 1em; font-size: 16px; }
	header .ads2{ top: 30px; right: 15px; }
	header .ads4{ top: 65px; right: 0px; line-height: 30px; z-index: 99999; }
	.fixed{ position: fixed; top: 0px; left: 0px; z-index: 9999; }
	.space{ padding-top: 140px; }
	
	/* nav
	****************************************************/
	.gNav{ line-height: 20px; font-size: 20px; }
	.gNav ul{ padding: 10px 0; letter-spacing: -0.4em; }
	.gNav li{ display: inline-block; letter-spacing: normal; vertical-align: top; text-align: right; padding-right: 12px; padding-left: 12px; }
	.gNav li ul li{ display: block; text-align: left; font-size: 16px; }
	.gNav ul a{ display: block; color: #333; padding: 10px 0; }
	.gNav ul a:hover, .gNav ul .stay{ color: #93A98F; }
	/* parent　*/
	.gNav .parent{ position: relative; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		visibility: hidden;
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index: 9999;
		padding: 15px 10px 15px 0;
		background-color: #786156;
		text-align: left;
	}
	.gNav .parent ul a{ color: #fff; min-width: 200px; line-height: 18px; }
	.gNav .parent ul a:before{ content:"・ "; }
	.gNav .parent ul a:hover{ text-decoration: underline; }
	.gNav .parent .row2{ width: 500px; }

	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 160px 0 200px; }
	.spa2{ padding: 120px 0; }
	/* index */
	#index .sec1{ padding: 100px 0; }
	#index .sec1 .wrap{ min-height: 250px; }
	#index .sec1 .adsPc1{ left: 0; top: 50px; }
	#index .sec1 .adsPc2{ left: 0; bottom: 50px; }
	#index .sec2{ background: url("images/01_tokucho_back@2x.png") no-repeat top center / cover; padding: 120px 0; }
	#index .sec2 h2{ margin-bottom: 80px; }
	.index2sec1,
	.index2sec2,
	.index2sec3{
		background-repeat: no-repeat;
		background-size: 300px 240px;
		background-color: #FFFFFF;
		background-position: left top;
		padding: 40px 40px 0 400px;
		height: 240px;
	}
	.index2sec1{ background-image: url("images/01_tokucho01@2x.png"); }	
	.index2sec2{ background-image: url("images/01_tokucho02@2x.png"); }	
	.index2sec3{ background-image: url("images/01_tokucho03@2x.png"); }	
	#index .sec3{ padding-top: 120px; }
	#index .sec3 h2{ padding-top: 40px; }
	.index3sec1,
	.index3sec2,
	.index3sec3,
	.index3sec4{
		background-repeat: no-repeat;
		background-size: 1920px 510px;
		background-position: center center;
		height: 510px;
		margin-bottom: 120px;
	}
	.index3sec1{ background-image: url("images/01_shujutsu_back01@2x.png"); }	
	.index3sec2{ background-image: url("images/01_shujutsu_back02@2x.png"); }	
	.index3sec3{ background-image: url("images/01_shujutsu_back03@2x.png"); }	
	.index3sec4{ background-image: url("images/01_shujutsu_back04@2x.png"); }	
	#index .sec4{ background: url("images/01_shinryo_back@2x.png") no-repeat top center / cover #F2F0EA; padding: 120px 0; }
	.index4sec1{ padding-top: 40px; }
	.index4sec1 li{ margin: 40px 60px 0 0; }
	.index4sec1 li:nth-child(4n){ margin-right: 0; }
	#index .sec5{ padding: 120px 0; }
	#index .sec6{ padding: 120px 0; background: url("images/01_goaisatsu_back@2x.png") no-repeat top center / 1920px 1090px; }
	#index .sec6 h2{ margin-bottom: 100px; }
	#medical .index4sec1{ padding-top: 0; }
	#medical .index4sec1 li:nth-child(-n+4){ margin-top: 0; }
	#access .wrap{ padding-left: 150px; padding-right: 150px; }
	.box1p{ margin-right: 60px; }
	.box1p:nth-child(4n){ margin-right: 0; }
	.box1p p{ height: 90px; }
	.box2p{ height: 70px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ padding: 20px 50px 50px; margin-top: 40px; }
	#symptom li{ width: 25%; margin-top: 30px; }
	/* symptom2 */
	#symptom2 ul{ margin-top: 50px; padding: 30px 0 50px 100px; letter-spacing:-0.4em; }
	#symptom2 li{ display:inline-block; letter-spacing:normal; vertical-align:top; min-width:31%; margin-left:1%; margin-top:20px; }
	/* symptom3 */
	#symptom3 h4{ font-size:20px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .dis{ margin-top: 40px; }
	#symptom3 .des{ padding: 1em 0; }

	/* sitemap
	****************************************************/
	#sitemap .child{ margin-left: 1.5em; overflow: hidden; }
	#sitemap .child li{ float: left; width: 25%; }

	/* footer
	****************************************************/
	footer .sec1{ padding: 80px 0; }
	footer .sec1 .w520{ margin-top: 80px; }
	footer .sec2{ font-size: 16px; text-align: center; }
	footer .sec2 .fbCom1{ justify-content: center; }
	footer .sec2 a{ display: block; padding: 0 1em; }
	footer .sec3{ padding: 40px 0; }

	/* tracking
	****************************************************/
	[class*="trk"]{ position: fixed; transition: all 1s; z-index: 999; }
	[class*="trk"] a:hover{ opacity: 1; }
	[class*="trk"]:hover{ right: 0; }
	.trk1{ top: 200px; right: -60px; }
	.trk2{ top: 335px; right: -60px; }
	
	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ margin: 5px 0 0 0; }

	/* gmap
	****************************************************/
	.gmap{
		width:100%;
		position: relative;
		padding-bottom: 380px;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height: 380px;
	}
}



/**************************************************

	600px under

**************************************************/
@media only screen and (max-width:599px){

	/* common
	****************************************************/
	*{ line-height: 175%!important; }
	body{ font-size:16px; }
	.wrap, .wrap1{ padding: 15px; }
	.wrap .wrap1{ padding: 0; }
	img{ max-width:100%; height:auto; }
	.pc{ display:none!important; }
	.sp_tac{ text-align:center; }
	.mt40sp, .mt1adj{ margin-top: 40px; }
	.mt2adj{ margin-top: 60px; }
	.mt3adj{ margin-top: 80px; }
	
	/* font
	****************************************************/
	.fsS{ font-size: 19px; }
	.fsM{ font-size: 23px; }
	.fsL{ font-size: 33px; }
	
	/* overflow:hidden;
	****************************************************/
	.oh_clm2sp, .oh_clm3sp, .oh_sp{ overflow:hidden; }
	.oh_clm2sp li{ width: 48%; }
	.oh_clm3sp li{ width: 32%; margin-right: 2% !important; margin-top: 2% !important; }
	.oh_clm3sp li:nth-child(3n){ margin-right: 0 !important; }
	.oh_sp .fl, .oh_clm2sp li:nth-child(odd), .oh_clm3sp li{ float: left; }
	.oh_sp .fr, .oh_clm2sp li:nth-child(even), .oh_clm3sp li:nth-child(3n){ float: right; }

	/* link
	****************************************************/
	.lnk1btn{ width: 230px; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width: 100%; background-color: #fff; position: fixed; top: 0px; left: 0px; z-index: 999; }
	#headerSp table{ margin: 10px 70px 10px 10px; }
	#headerSp tr th{ padding-right: 10px; }
	#headerSp table img{ width: auto; height: 50px; }
	#headerSp .fbCom1{  padding: 0 15px 10px; }
	#headerSp .fbCom1 figure{ width: 48%; }
	/* nav */
	.gNav{
		background:rgba(255, 255, 255, 1.0);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		padding: 10px 15px 50px;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{ margin-top: 20px; }
	.gNav li{ margin-top: 10px; }
	.gNav li a{ display: block; padding: .75em 1em .75em 1em; color: #786156; border-bottom: 1px solid #C4C4C4; }
	.gNav li ul li{ padding-left: 1em; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* header */
	.gNav .header figure{ padding-right: 100px; margin-bottom: 20px; }
	/* accordion */
	.gNav .parent ul{ display:none; margin: 0 -15px; padding: 5px 15px 15px; background-color: #786156; }  
	.gNav .parent ul li{ min-width: 50%; border: none; }  
	.gNav .parent ul a{ border-bottom: none; margin: 0!important; padding: 0!important; color: #fff; } 
	.gNav .parent ul li a:before{ content: "・ "; color: #fff; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "＋"; color: #A89274; font-weight: bold; font-size: 30px; position: absolute; right: 10px; top: 10px; }
	.gNav .switch.active:after{ content: "－"; }	
	.gNav .fbCom1{ margin: 0!important; padding: 0 20%!important; text-align: center; }
	.gNav .fbCom1 li{ border: none; width: 33%; margin: 0!important; padding: 0!important;  }
	.gNav .fbCom1 a{ margin: 0!important; padding: 0!important;  }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 11px;
		right: 10px;
		z-index: 9999;
		background: #B59D79;
		cursor: pointer;
		width: 50px;
		height: 50px;
		border: 1px solid #B59D79;
	}
	.btn-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		width: 60%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.btn-trigger span:nth-of-type(1){ top:11px; }
	.btn-trigger span:nth-of-type(2){ top:22px; }
	.btn-trigger span:nth-of-type(3){ top:33px; }

	/*=============================
	#btn01
	=============================*/
	#btn01.active span:nth-of-type(1) {
	top: 15px;
	left: 20%;
	transform: translateY(6px) rotate(-45deg);
	width: 60%;
	}
	#btn01.active span:nth-of-type(2) { opacity: 0; }
	#btn01.active span:nth-of-type(3) {
	top: 27px;
	left: 20%;
	transform: translateY(-6px) rotate(45deg);
	width: 60%;
	}

	/* title
	****************************************************/
	.pp1ttl{ background-image: url("images/sp_02_titleback@2x.png"); }
	.pp1ttl .wrap{ height: 150px; }
	
	/* content
	****************************************************/
	/* common */
	.spa1, .spa2{ padding-top: 60px; padding-bottom: 60px; }
	/* notice */
	#notice{ padding: 30px 15px 15px; }
	#notice li{ margin-top: .5em; }
	/* index */
	.mv{ background:url("images/sp_01_main@2x.png") no-repeat top center; padding-top: 88%; background-size: 100% auto; }
	#index{ margin-bottom: 80px; }
	#index .sec1{ padding: 50px 0; }
	#index .sec1 .adsPc1{ margin-bottom: 20px; }
	#index .sec1 .adsPc2{ margin-top: 40px; }
	#index .sec2{ background: url("images/sp_01_tokucho_back@2x.png") no-repeat top center / cover; padding: 60px 0; }
	#index .sec2 h2{ margin-bottom: 60px; }
	.index2sec1,
	.index2sec2,
	.index2sec3{
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-color: #FFFFFF;
		background-position: left top;
		padding: 70% 20px 30px;
	}
	.index2sec1{ background-image: url("images/sp_01_tokucho01@2x.png"); }	
	.index2sec2{ background-image: url("images/sp_01_tokucho02@2x.png"); }	
	.index2sec3{ background-image: url("images/sp_01_tokucho03@2x.png"); }	
	#index .sec3{ padding: 80px 0; }
	.index3sec1,
	.index3sec2,
	.index3sec3,
	.index3sec4{
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center bottom;
		padding-bottom: 75%;
	}
	.index3sec1{ background-image: url("images/sp_01_shujutsu_back01@2x.png"); }	
	.index3sec2{ background-image: url("images/sp_01_shujutsu_back02@2x.png"); }	
	.index3sec3{ background-image: url("images/sp_01_shujutsu_back03@2x.png"); }	
	.index3sec4{ background-image: url("images/sp_01_shujutsu_back04@2x.png"); }	
	.index3sec2 h2{margin-top: 80px;}	
	.index3sec3 h2{margin-top: 80px;}	
	.index3sec4 h2{margin-top: 80px;}	
	
	#index .sec4{ background: url("images/sp_01_shinryo_back@2x.png") no-repeat top center / cover #F2F0EA; padding: 80px 0; }
	.index4sec1{ padding-top: 40px; justify-content: space-between; }
	.index4sec1 li{ width: 48%; margin-top: 20px; }
	#index .sec5{ padding: 80px 0; }
	#index .sec5 .w328{ margin-top: 40px; }
	#index .sec6{ background: url("images/sp_01_goaisatsu_back@2x.png") no-repeat bottom center / 100% auto; padding: 80px 0 120%; }
	#index .sec6 h2{ margin-bottom: 40px; }
	#facility .sec1 .w328{ margin-top: 40px; }
	#surgery .sec2 h3{margin-top: 80px;}	
	

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ padding: 15px 20px; margin-top: 30px; }
	#symptom li{ margin: 5px 0; }
	/* symptom2 */
	#symptom2 h3{ margin-bottom: 2em; }
	#symptom2 ul{ margin-top:30px; padding: 10px 15px 15px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#symptom3 .outline{ padding: 20px; }
	#symptom3 .dis{ margin-top: 20px; }
	#symptom3 h4{ font-size:18px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top:10px; }
	
	/* footer
	****************************************************/
	footer h3{ margin-bottom: 40px; }
	footer .sec1{ padding: 40px 0; }
	footer .sec2{ padding: 15px; }
	footer .sec2 li{ width: 50%; }
	footer .sec3 li{ padding: 10px 0; text-align: center; }
	address{ font-size: 16px; padding-bottom: 1em; }
	
	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ font-size: 10px; }
	
	/* gmap
	****************************************************/
	.gmap, .ytsp{
		position: relative;
		padding-bottom: 80%;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed,
	.ytsp iframe, .ytsp object, .ytsp embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	/* table
	****************************************************/
    .tbl1{ border-bottom: 1px solid #707070; }
    .tbl1 th, .tbl1 td{ display: block; border-bottom: none; width: 100%; }
    .tbl1 .blank{ display: none; }
	
	/* footerSp
	****************************************************/
	#footerSp{ width:100%; border-collapse:collapse; position:fixed; z-index:990; bottom:0px; left:0px; background-color: #786156; }
	#footerSp tr td:nth-of-type(1){ padding-left: 5px; background-color: #B59D79; }
	#footerSp tr td:nth-of-type(2){ width: 42.5%; border-right: 1px solid #FFF; }
	#footerSp tr td:nth-of-type(3){ width: 42.5%; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp a img{ vertical-align: -12px; margin-right: 10px; }
}