@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:#333; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック体 M", "游ゴシック体 B", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type:none; }
a{ text-decoration:none; color:#333; }
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; }
.mt75{ margin-top:75px; }
.mt100{ margin-top:100px; }
.mb100{ margin-bottom: 100px; }
.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }

/* 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
****************************************************/
.col1, .col1ul li:before, .col1icon:before{ color: #553629; }
.col2, .col2ul li:before, .col2icon:before{ color: #FF491D; }

/* background
****************************************************/
/* color */
.bg1col{ background-color: #553629; }
.bg2col{ background-color: #FFEDBA; }

/* icon
****************************************************/
.icon1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▶"; margin-right: .5em; }
.icon2:before, .icon2ul li:before, .icon2dl dt:before{ content:"●"; margin-right: .5em; }
.icon3:before, .icon3ul li:before, .icon3dl dt:before{ content:"■"; margin-right: .5em; }
.icon4:before, .icon4ul li:before, .icon4dl dt:before{ content:"◆"; margin-right: .5em; }
.icon5:before, .icon5ul li:before, .icon5dl dt:before{ content:"▲"; margin-right: .5em; }
.icon6:before, .icon6ul li:before, .icon6dl dt:before{ content:"※"; margin-right: .5em; }

/* font-size
****************************************************/
.fs_s{ font-size:small; }
.fs12{ font-size:12px; }
.fs14{ font-size:14px; }
.fs15{ font-size:15px; }
.fs16{ font-size:16px; }
.fs20{ font-size:20px; }
.fs24{ font-size:24px; }
.fw_b{ font-weight: bold; }

/* padding
****************************************************/
.pad1{ padding: 40px; }

/* border-radius
****************************************************/
.br05, .br05ul li{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.br10, .br10ul li{ 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; }
.br30, .br30ul li{ border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; }
.br50, .br50lst a{ 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; }

/* border
****************************************************/
.bor1{ border: 1px solid #122A6C; padding: 10px 15px; }

/* headline
****************************************************/
h1, h2, h3, h4{ font-family: "游ゴシック体"; }
.hl1{ text-align: center; font-size: 30px; color: #553629; }
.hl1 span{ display: block; color: #FF491D; font-size: small; }
.hl2{
	background: url("images/title_mark.png") repeat-y left center #553629;
	border-radius: 10px;
	color: #fff;
	padding: 10px 10px 10px 50px;
}

/* title
****************************************************/
.pp1ttl{ flex-direction: column; }
.pp1ttl span{ font-size: 12px; }

/* gNav
****************************************************/
.gNav .parent ul li{ min-width: 50%; }
.gNav .parent ul li a{ text-align: left; padding: 20px 0 0; }
.gNav .parent ul li a:before{ content:"＞"; margin-right: .5em; }
.gNav .parent ul li a:hover{ text-decoration: underline; }

/* content
****************************************************/
/* notice */
#notice{ margin-top: 20px; }
#notice li{ padding: 15px 1em; border-bottom: 1px dotted #B2B2B2; }
.notice_list li{ padding-bottom: 1em; margin-bottom: 1.5em; border-bottom: 1px dotted #DDDDDD; }
/* index */
#index .sec1 .ads a{ display: block; background-color: #553629; border: 2px solid #553629; color: #fff; padding: 0 2em; }
#index .sec1 .ads a:hover{ display: block; background-color: #fff; color: #553629; }
/* details */
#details h2{ border-bottom: 2px solid #553629; color: #553629; font-size: 30px; padding-bottom: 1em; }

/* symptom
****************************************************/
/* symptom */
#symptom h2{ font-size: 26px; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '▶'; margin-right: .5em; color: #FF491D; font-weight: bold; }
#symptom li a:hover{ color: #FF491D; }
#symptom li a, #symptom2 li a{ color: #000; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 ul{ background-color: #FFEDBA; }
#symptom2 li a:before{ content:"▶"; margin-right: .5em; color: #FF491D; font-weight: bold; }
#symptom2 li a:hover{ color: #FF491D; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{ background-color: #FFEDBA; padding: 25px; }
#symptom3 h3{ color: #FF491D; }
#symptom3 h3:before{ content: '▶'; margin-right: .5em; color: #FF491D; font-weight: bold; }
#symptom3 dt{ font-weight:bold; margin-top:1em; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

/* about
****************************************************/
#about dt:before{ content:"▶ "; color: #FF491D; }
#about 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: #FF491D; margin-right:.5em; }
#sitemap .child li:before{ content:"";  margin-right:0; }
#sitemap .child a{ text-decoration:underline; }
#sitemap .child a:hover{ text-decoration:none; }

/* footer
****************************************************/
footer .sec1{ color: #fff; }
footer .sec2 *{ color: #333; }
address{ padding: 1em 0; text-align: center; }

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

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="lnk"]:hover, .listLnk a:hover{ opacity: .8; transition : all 0.75s; }
.lnk1btn{ background-color: #fff; border: 2px solid #553629; padding: 10px 20px; text-align: center; color: #553629; }
.lnk1btn:hover{ background-color: #8F6D51; color: #fff; }
.lnk2btn{ background-color: #553629; border: 2px solid #553629; padding: 10px 20px; text-align: center; color: #fff; }
.lnk2btn:hover{ background-color: #E0D2C6; color: #553629; }
.lnk3btn{ background-color: #fff; border: 2px solid #553629; padding: 10px 20px; text-align: center; color: #553629; }
.lnk3btn:hover{ background-color: #553629; color: #fff; }

/* table
****************************************************/
.tbl1{ width:100%; border-collapse: collapse; border: solid #fff; border-width: 2px 2px 0 2px; }
.tbl1 th, .tbl1 td{ border: 1px solid #BCBCBC; padding:10px; text-align: center; }
.tbl1 th{ background-color: #EAFAFF; }
.tbl1 tr :nth-child(1){ text-align: left; }

/* band
****************************************************/
.band1{ background-color: #553629; color: #fff; text-align: center; padding: 10px 15px; }
.band2{ background-color: #ffffff; color: #333; text-align: center; padding: 10px 15px; }

/* button
****************************************************/
.button {
	width: 100%;
	height: 80px;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: 2px solid #553629;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	border-radius: 20px;

}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #553629;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  color: #fff;
}
.button::before,
.button::after {
	top: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
}
.button::before {
	right: -2px;
	border-radius: 0 17px 17px 0;
}
.button::after {
	left: -2px;
	border-radius: 17px 0 0 17px;
}
.button:hover::before,
.button:hover::after {
  width: 51%;
  background-color: #553629;
}




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

	600px over

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

	/* common
	****************************************************/
	.wrap{ margin-left: auto; margin-right: auto; width: 1200px; }
	.sp{ display:none!important; }

	/* margin
	****************************************************/
	.ml2em{ margin-left: 2em; }

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

	/* list
	****************************************************/
	.lst1 li, .lst1li{ padding-left: 150px; overflow: hidden; }
	.lst1 li span, .lst1li span{ display: block; float:left; width: 150px; margin-left: -150px; }

	/* width
	****************************************************/
	.wid1{ width: 380px; }
	.wid2{ width: 580px; }
	.wid3{ width: 790px; }
	.wid4{ width: 220px; }
	.wid5{ width: 300px; }

	/* main
	****************************************************/
	.mv{ background: url("images/mvBgPc.png") repeat-x bottom; }
	.mv .wrap{ position:relative; height: 630px; }
	.mv .wrap [class*="ads"]{ position:absolute; }
	.mv .ads1{ top: 80px; left: 80px; }
	.mv .ads2{ top: 0; right: 0; }
	.mv .ads3{ bottom: 30px; left: 0; }
	.mv .ads4{ bottom: 30px; left: 210px; }
	.mv .ads5{ bottom: 30px; left: 420px; }
	.mv .wrap p{
		width: 180px;
		height: 180px;
		border-radius: 50%;
		background-color: #553629;
		color: #fff;
		text-align: center
	}

	/* header
	****************************************************/
	header{ padding: 5px 0 20px; }
	header p{ margin-right: 30px; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; background-color: #fff; font-size: 16px; }
	.gNav ul{ display: flex; flex-wrap: wrap; text-align: center; padding-top: 10px; }
	.gNav li{ width: 200px; padding-bottom: 15px; }
	.gNav ul a{ display:block; color: #333; padding: 15px 0; }
	.gNav ul a:hover, .gNav ul .stay{ background-color: #553629; color: #fff; border-radius: 10px; }
	.fixed{ position: fixed; top: 0; left: 0; z-index: 9999; }
	.space{ margin-top: 60px; }
	.none{ display:none; }
	.gNav .cb{ clear: both; }
	/* parent　*/
	.gNav .parent{ position: relative; }
	.gNav .parent:hover{ background-color: #553629; border-radius: 10px; }
	.gNav .parent:hover a{ color: #fff; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		background-color: #553629;
		border-radius: 0 10px 10px 10px;
		visibility: hidden;
		position: absolute;
		top: 50px;
		z-index: 999;
		padding: 20px 20px 5px;
	}
	.gNav .parent .pt1{ width: 300px; }
	.gNav .parent .pt2{ width: 500px; }
	.gNav .parent ul li a{ color: #fff!important; background-color: #553629; padding: 0px 0 5px 1.5em; text-indent: -1.5em; }

	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/title_back@2x.png") no-repeat bottom center / auto 300px;
		height: 300px;
		color: #fff;
		font-size: 30px;
	}

	/* content
	****************************************************/
	/* common */
	.ppSpa{ padding: 80px 0 160px; }
	.spaCont{ padding: 80px 0; }
	.spaCont2{ padding: 60px 0; }
	/* index */
	#index .sec1{ padding: 80px 0 100px; }
	#index .sec1 .fl{ position: relative; }
	#index .sec1 .ads{ position: absolute; top: 0; right: 0; font-size: 16px; width: 100px; }
	#index .sec1 .ads li{ margin-right: 1em; }
	#index .sec2 .wrap{ position: relative; height: 615px; }
	#index .sec2{ padding-bottom: 110px; }
	#index .sec2 .line1{ background: url("images/top_tokucho01@2x.png") no-repeat center center / 1920px 615px; }
	#index .sec2 .line1 .wrap .inner{ position: absolute; top: 120px; left: 620px; }
	#index .sec2 .line2{ background: url("images/top_tokucho02@2x.png") no-repeat center center / 1920px 615px; margin-top: 80px; }
	#index .sec2 .line2 .wrap .inner{ position: absolute; top: 120px; right: 620px; }
	#index .sec2 .line3{ background: url("images/top_tokucho03@2x.png") no-repeat center center / 1920px 615px; margin-top: 80px; }
	#index .sec2 .line3 .wrap .inner{ position: absolute; top: 120px; left: 620px; }
	#index .sec3{ background: url("images/index3no1.png") repeat-x; padding-bottom: 160px; }
	#index .sec3 .inner{ background: url("images/index3no2.png") no-repeat center top; }
	#index .sec3 .inner .fr h2{ padding: 60px 0 120px }
	#index .sec3 .inner .fl{ margin-top: 80px; }
	#index .sec3 .inner .fl .band2{ border: 2px solid #FF491D; width: 270px; }
	#index .sec3 .list{ margin-top: 20px; }
	#index .sec3 .list li{ margin-top: 30px; }
	#index .sec3 .list a{ width: 270px; }
	#index .sec4{ background: url("images/index3no1.png") repeat-x top 100px center; padding-bottom: 160px; }
	#index .sec4 .inner{ background: url("images/index4no1.png") no-repeat center top; }
	#index .sec4 h2{ padding: 60px 0 120px }
	#index .sec4 .wrap{ position:relative; height: 750px; }
	#index .sec4 .ads1{ position:absolute; top: 0; right: 0; }
	#index .sec4 .ads2{
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	/* access */
	#access .sec1{ padding-left: 200px; padding-right: 200px; }
	#access .sec2{ padding: 80px 205px; }
	#access .sec2 .band2{ border: 2px solid #FF491D; width: 380px; }
	/* guide */
	#guide .sec1 .wid1{ height: 500px; }
	#guide .sec2{ margin-top: 50px; }
	#guide .sec2 h3{ height: 100px; }
	#guide .sec2 .wid1{ margin-top: 40px; margin-right: 30px; }
	#guide .sec2 .fbPc div:nth-of-type(3n){ margin-right: 0; }
	/* details */
	#details{ padding-left: 100px; padding-right: 100px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom{ padding-left: 100px; padding-right: 100px; }
	#symptom ul{ margin-left: 50px; }
	#symptom li{ width: 25%; margin-top: 1.5em; }
	/* 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; }
	#symptom2 p, #symptom2 ul{ margin-left: 100px; margin-right: 100px; }
	/* 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; }
	#symptom3 .dis, #symptom3 .outline{ margin-left: 100px; margin-right: 100px; }

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

	/* footer
	****************************************************/
	footer .sec1{ background-color: #553629; padding: 80px 0; }
	footer .sec1 .txt{ margin-left: 65px; margin-right: 65px; }
	footer .sec1 .fbPc1 .band2{ width: 270px; }
	footer .sec2{ padding-top: 20px; font-size: 16px; }
	footer .sec2 .fbCom{ justify-content: center; padding: 0 100px; }
	footer .sec2 li{ margin-left: 1em; margin-right: 1em; }

	/* tracking
	****************************************************/
	[class*="trk"]{ position: fixed; transition: all 1s; z-index: 9999; }
	[class*="trk"] img{ margin: 0 25px 0 10px; }
	[class*="trk"] a{
		background-color: #FF491D;
		color: #fff;
		width: 210px;
		height: 60px;
		padding: 0 15px 0 5px;
		display: flex;
		align-items: center;
		font-size: 16px;
		border-radius: 30px 0  0 30px;

	}
	[class*="trk"] a:hover{ opacity: 1; }
	[class*="trk"]:hover{ right: 0; }
	.trk1{ top: 230px; right: -150px; }
	.trk2{ top: 300px; right: -150px; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ margin: 5px 0 0 0; }

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




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

	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; }
	.tacSp{ text-align:center; }

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

	/* width
	****************************************************/
	.wid4{ width: 220px; }
	.wid5{ width: 60%; }

	/* padding
	****************************************************/
	.pad1{ padding: 20px; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; background-color: #fff; position:fixed; top: 0px; left: 0px; z-index: 999; }
	#headerSp .inner{ padding: 15px 20px 10px; }
	#headerSp .logo{ margin: 0 100px 5px 0; }
	#headerSp img{ width: 100%; margin-bottom: 10px; }
	#headerSp .fbCom1 p{ width: 48%; background-color: #8F6D51; color: #fff; border-radius: 13px; text-align: center; }
	/* nav */
	.gNav{
		background: rgba(85, 54, 41, 1);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		padding: 20% 0 0;
		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 2em; color: #333; font-size: 16px; background-color: #fff; border-radius: 10px; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* 追記 */
	/* accordion */
	.gNav .parent ul{ display: none; margin: 0 -15px; padding: 5px 15px 15px; font-size: 14px; background-color: #553629; overflow: hidden; }
	.gNav .parent ul li{ float: left; min-width: 50%; border: none; }
	.gNav .parent ul a{ border-bottom: none; margin: 0!important; padding: 0 0 0 1.5em!important; color: #fff; text-indent: -1.5em; background-color: #553629; }
	.gNav .parent ul li a:before{ color: #fff; font-weight: bold; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "▶"; font-size: 20px; color: #333; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
	.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: 10px;
		right: 10px;
		z-index: 9999;
		background: #FF491D;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #FF491D;
	}
	.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%;
	}

	/* main
	****************************************************/
	.mv{ background: url("images/sp_main@2x.png") no-repeat top center / 100% auto;
		padding-top: 106.5%;
		position:relative;
	}
	.mv .wrap{ position:absolute; display: flex; flex-wrap: wrap; justify-content: space-between; bottom: 30px; left: 0; width: 100%; height: 150px; }
	.mv p{
		width: 33%;
		height: 150px;
		background: url("images/sp_header_circle.png") no-repeat center center / contain;
		color: #fff;
		text-align: center
	}

	/* title
	****************************************************/
	.pp1ttl{ background: url("images/sp_title_back@2x.png") no-repeat top center / 100% 100%;
		height: 150px;
		color: #fff;
		font-size: 23px;
		margin-left: 15px;
		margin-right: 15px;
	}

	/* content
	****************************************************/
	/* common */
	.spaCont, .spaCont2{ padding-top: 50px; padding-bottom: 50px; }
	/* index */
	#index .sec1{ background: url("images/back_top_oshirase@1.5x.png") no-repeat top center / cover; padding: 60px 10px; }
	#index .sec1 .ads{ margin-top: 30px; text-align: center; }
	#index .sec1 .ads a{ width: 100px; padding: 5px; text-align: center; display: inline-block; }
	#index .sec1 .fr{ margin-top: 30px; text-align: center; }
	#index .sec2 h3{ font-size: 23px; }
	#index .sec2 [class*="line"]{ padding-top: 66%; padding-bottom: 20px; margin-bottom: 40px; }
	#index .sec2 .line1{ background: url("images/sp_top_tokucho01@2x.png") no-repeat top center / 100% auto #FFEDBA; }
	#index .sec2 .line2{ background: url("images/sp_top_tokucho02@2x.png") no-repeat top center / 100% auto #FFEDBA; }
	#index .sec2 .line3{ background: url("images/sp_top_tokucho03@2x.png") no-repeat top center / 100% auto #FFEDBA; }
	#index .sec3{ background: url("images/index3no1sp.png") repeat-x top center; }
	#index .sec3 h2{ margin-bottom: 75px; }
	#index .sec3 .fl{ margin-top: 30px; }
	#index .sec3 .inner .fl .band2{ border: 2px solid #FF491D; }
	#index .sec3 .list li{ width: 48%; margin-top: 15px; }
	#index .sec3 .list a{ height: 90px; }
	#index .sec4{ background: url("images/index4no1sp.png") repeat-x top center #FFEDBA; margin-top: 60px; }
	#index .sec4 h2{ margin-bottom: 30px; }
	#index .sec4 h3{ margin-top: 40px; font-size: 23px; }
	#index .sec4 .wrap{ position:relative; padding-bottom: 80px; }
	#index .sec4 .ads2{
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 80%;
	}
	#index .sec4 .lnk2btn{ width: 100%; }
	/* greeting */
	#greeting .sec1 h2{ margin-top: 40px; }
	#greeting .sec2{ margin-top: 50px; }
	#greeting .sec2 .wid1{ margin-top: 50px; }
	/* medical */
	#medical .sec1{ margin-top: -80px; }
	/* access */
	#access .sec1{ margin-top: -30px; }
	#access .sec1 .lnk3btn{ width: 80%; }
	#access .sec2{ padding: 20px; }
	#access .sec2 .band2{ border: 2px solid #FF491D; }
	/* guide */
	#guide .sec2{ margin-top: 40px; }
	#guide .sec2 .wid1{ margin-top: 40px; }
	#guide .sec2 h3{ padding: 1em 0; }
	/* sitemap */
	#sitemap{ margin-top: -50px; }
	#sitemap .child{ margin-left: 1.5em; }

	/* table
	****************************************************/
    .tbl1{ border-bottom:1px solid #e0e0e0; }
    .tbl1 th, .tbl1 td{ display:block; border-bottom:none; }
    .tbl1 .blank{ display:none; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ margin-top:1em; }
	/* 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 .sec1{ background-color: #553629; padding: 60px 0; margin-top: 100px; }
	footer .sec1 .fl p{ margin: 30px 0; }
	footer .sec2 ul{ padding: 15px 50px; }
	footer .sec2 li{ width: 50%;  margin-top: 1em; }
	address{ font-size: 16px; padding-bottom: 1em; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ font-size: 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: 15%; text-align: center; background-color: #E85400; }
	#footerSp tr td:nth-of-type(2){ width: 42.5%; background-color: #8F6D51; }
	#footerSp tr td:nth-of-type(3){ background-color: #553629; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp a img{ vertical-align: -12px; margin-right: 10px; }
}