@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; }
body{ font-size: 19px; color: #483C30; font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type:none; }
h1{ font-size:12px; font-weight:normal; }
address{ font-style: normal; }
section p{ line-height: 200%; }
a{ text-decoration:none; color:#333; line-height: 100%; }
a:hover{ text-decoration:none; }

/* margin
****************************************************/
.mt0li li:first-child{ margin-top: 0; }
.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; }
.mt1adj{ margin-top: 80px; }
.mt2adj{ margin-top: 120px; }

/* 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; }

/* color
****************************************************/
.colWT{ color: white; }
.col1, .col1ul li:before, .col1icon:before{ color: #D87C00; }
/* background */
.bgColWT{ background-color: white; }
.bg1col{ background-color: #483C30; }
.bg2col{ background-color: #F2EFE6; }

/* 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
****************************************************/
.fsS, .fsM, .fsL{ font-family: "UD新ゴ コンデンス90 M", "UD Shin Go Conde90 M"; }
.fwB{ font-weight: bold; }
.fsS{ font-size: 22px; }
.fsM{ font-size: 26px; }
.fsL{ font-size: 30px; }
.fs16{ font-size: 16px; }
.fs19{ font-size: 19px; }
.lh200{ line-height: 200%; }

/* border-radius
****************************************************/
.br05, .br05ul li{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.br10{ border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.br20{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }
.br30{ border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; }

/* 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; }
.fbComCen2{ align-items: center; align-content: center; }

/* headline
****************************************************/
.fsFam1, .pp1ttl, h1, h2, h3, h4{ line-height: 150%; }
.hl1 {
	display: block;
	position: relative;
	padding-bottom: 15px;
	text-align: center;
}
.hl1::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background-color: #D87C00;
}
.hl2{ border-bottom: 1px solid #896943; padding-bottom: 10px; }
.hl2::before {
	content: "■";
	color: #D87C00;
	margin-right: 10px;
}

/* page title
****************************************************/
.pp1ttl{
	display: flex;
	align-items: center;
}

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="lnk"]:hover, .listLnk a:hover{ opacity: .7; transition : all 0.75s; }
.lnk1btn{
	position: relative;
	background: linear-gradient(to right, #C38A40, #E7B97B);
	color: #FFF;
	line-height: 20px; 
	padding: 15px 40px;
	text-align: left;
}
.lnk1btn:after{
	content: "▶";
	position: absolute;
	top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size: 12px;
}

/* content
****************************************************/
.notice a{ display: block; border-bottom: 2px dotted #DDD; padding: 30px 0; }
#index .notice a{ padding: 20px 0; }
#index .sec2 .hl1{ color: #FFFFFF; }
#index .sec2 .hl1::before{ background-color: #FFFFFF; }
.index3sec a{ border-left: 5px solid #D87C00; background-color: #FFFFFF; text-align: center; line-height: 150%; font-weight: bold; }
.index3sec a:hover{ color: #D87C00; }
/* common */
.posRelCom{ position: relative; }
.pad05{ padding: 5px; }
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad40{ padding: 40px; }
.box1c{ background: linear-gradient(to right, #C38A40, #E7B97B); color: #FFFFFF; }

/* symptom
****************************************************/
/* symptom */
#symptom ul{ background-color: #F2EFE6; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '■ '; color: #D87C00; }
#symptom li a:hover{ text-decoration: underline; text-decoration-color: #D87C00; text-underline-offset: 5px; }
#symptom li a, #symptom2 li a{ color: #333; }
/* symptom2 */
#symptom2 ul{ border-top: 1px solid #8B8B8B;}
#symptom2 li a:before{ content:"■ "; color: #D87C00; }
#symptom2 li a:hover{ color: #D87C00; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{ margin-top: 60px; }
#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:"▶"; margin-right: .5em; color: #D87C00; }
#site dd{ margin:15px 15px 50px 1.5em; }

/* sitemap
****************************************************/
#sitemap .parent{ margin-top: -30px; }
#sitemap .parent li{ margin-top: 30px; }
#sitemap .child{ margin-left: 1em; }
#sitemap .child li{ margin-top: 15px; }
#sitemap .parent li:before{ content:"▶"; color: #D87C00; margin-right:.5em; }
#sitemap .child li:before{ content: ""; }
#sitemap .child li a{ text-decoration: underline; }
#sitemap .child li a:hover{ text-decoration: none; }
#sitemap li a:hover{ text-decoration: underline; }

/* footer
****************************************************/
footer .sec2{ padding: 20px 0; }
footer .sec2 a{ color: #FFFFFF; }

/* 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:5px;
	right:10px;
	z-index: 2;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #D87C00;
	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; }
	/* list */
	.lst1pc li{ padding-left: 130px; overflow:hidden; }
	.lst1pc li span{ display: block; float: left; width: 130px; margin-left: -130px; }
	
	/* 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; }
	.fbPcCen{ align-items: center; justify-content: center; align-content: center; }
	.odr1pc{ order: 1; }
	.odr2pc{ order: 2; }

	/* width
	****************************************************/
	.w250{ width: 250px; }
	.w328{ width: 328px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }

	/* main
	****************************************************/
	.mv{ background: url("images/01_main@2x.png") no-repeat center center / 1920px 600px #F2EFE6; height: 600px; }
	.pp1ttl{ background: url("images/02_titleback@2x.png") no-repeat center center / cover; height: 200px; text-align: center; }

	/* header
	****************************************************/
	header{ background-color: #FFF; min-width: 100%; min-height: 155px; position: fixed; top: 0px; left: 0px; z-index: 9; display: flex; justify-content: space-between; }
	@media only screen and (max-width: 1300px){ header{ width: 1300px; }}
	header .lef{ margin-left: 15px; margin-top: 5px; }
	header .lef img{ margin-top: 25px; }
	header .rig{ position: relative; width: 800px; }
	header .adsPc1{ top: 100px; right: 0; z-index: 99999; }
	header .adsPc2{ top: 40px; right: 430px; height: 50px; width: 250px; font-size: 19px; }
	header .adsPc3{ top: 40px; right: 20px; }
	
	/* nav
	****************************************************/
	.gNav{ line-height: 20px; font-size: 19px; font-weight: bold; }
	.gNav ul{ padding: 10px 20px 10px 0; }
	.gNav li{ display: inline-block; letter-spacing: normal; vertical-align: top; margin-left: 25px; }
	.gNav ul a{ padding-bottom: 5px; }
	.gNav ul a:hover, .gNav ul .stay{ color: #D87C00; }
	
	/* contents
	****************************************************/
	.subp1{ padding: 60px 0 100px; }
	/* index */
	#index .sec1{ padding: 120px 0; }
	#index .sec2 {
	  position: relative;
	  padding: 100px 0 120px;
	  z-index: 1;
	}
	#index .sec2::before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 330px;
	  background: url("images/01_touin_back@2x.png") no-repeat center top;
	  background-size: cover;
	  z-index: -1;
	}
	#index .sec3{ background: url("images/01_shinryo_back@2x.png") no-repeat center center / cover; padding: 100px 0; }
	.index3sec li{ width: 328px; }
	.index3sec li:nth-child(n+3){ margin-top: 30px; }
	.index3sec a{ height: 80px; }
	#index .sec4{ background: url("images/01_goaisatsu_back@2x.png") no-repeat top 200px center / 1920px 400px; padding: 100px 0; min-height: 1050px; }
	#index .sec4 .w520{ margin-top: 130px; }
	#facility .sec2 .w328{ margin-right: 58px; }
    #facility .sec2 .w328:nth-child(3n){ margin-right: 0; }
	#access .sec1{ padding: 0 150px; }
	#access .gmap,
	#access iframe,
	#access .gmap object,
	#access .gmap embed{ height: 500px; }
	
	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ padding: 10px 0 40px 60px; margin-top: 30px; }
	#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: 1em; }
	#symptom3 .des{ padding: 1em 0; }
	
	/* sitemap
	****************************************************/
	#sitemap .child{ overflow:hidden; }
	#sitemap .child li{ float:left; width: 25%; }

	/* footer
	****************************************************/
	footer .sec1{ padding: 80px 0; background: url("images/f_back@2x.png") center center / cover; }
	footer .sec2{ font-size: 16px; text-align: center; }
	footer .sec2 .fbCom1{ justify-content: center; }
	footer .sec2 a{ display: block; padding: 0 10px; }

	/* tracking
	****************************************************/
	.trk1{ position: fixed; top: 230px; right: 0px; z-index: 99; }	
	
	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ margin: 5px 0 0 0; }

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



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

	600px under

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

	/* common
	****************************************************/
	body{ font-size:16px; }
	.wrap{ padding: 15px; line-height:1.5em; }
	img{ max-width:100%; height:auto; }
	.pc{ display:none!important; }
	.sp_tac{ text-align:center; }
	.mt30sp{ margin-top: 30px; }
	.mt60sp{ margin-top: 60px; }
	.lst1pc li span{ display: block; }
	.mt1adj{ margin-top: 40px; }
	.mt2adj{ margin-top: 60px; }

	/* font-size
	****************************************************/
	.fsS{ font-size: 19px; }
	.fsM{ font-size: 21px; }
	.fsL{ font-size: 24px; }

	/* 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: 80%; }
	
	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; position:fixed; top: 0px; left: 0px; z-index: 999; }
	.gNav{
		background-color: #F2EFE6;
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{ padding: 15px 20%; }
	.gNav li{ border-bottom: 1px solid #896943; }
	.gNav li a{ display: block; padding: 20px 5px; color: #333; text-align: center; font-size: 19px; font-weight: bold; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		background: #896943;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #896943;
		border-radius: 5px;
	}
	.btn-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #fff;
  	width: 45%;
	}
	.btn-trigger span:nth-of-type(1){ top:15px; }
	.btn-trigger span:nth-of-type(2){ top:23px; }
	.btn-trigger span:nth-of-type(3){ top:31px; }

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

	/* title
	****************************************************/
	.pp1ttl{ background: url("images/sp_02_titleback@2x.png") no-repeat center center / cover; height: 125px; text-align: center; }
    .pp1ttl .wrap{ width: 100%; }
	/* content
	****************************************************/
	.subp1{ padding-top: 30px; padding-bottom: 60px; }
	.pad40{ padding: 20px; }

	/* index */
	.mv{ background:url("images/sp_01_main@2x.png") no-repeat top center / 100% auto; padding-top: 96%; }
	#index .sec1{ padding: 50px 0; }
	#index .sec2{ padding-bottom: 50px; }
	#index .sec2 figure{ padding: 0 15%; }
	#index .sec2sp{ background: url("images/sp_01_touin_back@2x.png") no-repeat center center / cover; padding: 40px 0; }
	#index .sec3{ background: url("images/sp_01_shinryo_back@2x.png") no-repeat center center / cover; padding: 50px 0; }
	.index3sec{ margin-top: 50px; }
	.index3sec li{ margin-top: 20px; }
	.index3sec a{ padding: 15px 0; }
	#index .sec4{ padding: 50px 0; }
	#index .sec4 .w520{ margin-top: 50px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ padding: 5px 25px 25px; margin-top: 25px; }
	#symptom li{ margin-top: 20px; }
	/* symptom2 */
	#symptom2 h3{ margin-bottom: 2em; }
	#symptom2 ul{ margin-top:30px; padding: 10px 15px 15px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#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 .logo{ padding: 0 25%; }
	footer .tel{ padding: 0 5%; }
	footer .sec1{ background: url("images/sp_f_back@2x.png") no-repeat top center / cover; padding: 50px 0; }
	footer .sec2{ padding: 15px; }
	footer .sec2 li{ width: 50%; padding: 5px 0; }
	address{ font-size: 10px!important; padding: 10px; }
	
	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ font-size: 10px; }
	
	/* table
	****************************************************/
	.tbl1 th, .tbl1 td{ padding: 10px; }

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

	/* footerSp
	****************************************************/
	#footerSp{ width:100%; border-collapse:collapse; position:fixed; z-index:990; bottom:0px; left:0px; }
	#footerSp tr td:nth-of-type(1){ width: 50%; background-color: #D87C00; }
	#footerSp tr td:nth-of-type(2){ background-color: #483C30; }
	#footerSp a{ display: block; padding: 20px 0 20px 30px; color: #FFF; background: url("images/sp_mark_tel_access.png") no-repeat center right; }
	#footerSp img{ vertical-align: -10px; }
}