@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; line-height:150%; }
body{
	font-size:19px;
	color:#333;
	font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    "Hiragino Sans",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
  	font-weight: 300;
}
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; }
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }
section p{ line-height: 200%; }

/* 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; }
.mt1adj{ margin-top: 80px; }
.mt2adj{ margin-top: 160px; }

/* 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; }
.fw_b{ font-weight: bold; }
.td_u{ text-decoration: underline; }

/* color
****************************************************/
.col1, .col1ul li:before, .col1icon:before{ color: #EE996A; }
.col2, .col2ul li:before, .col2icon:before{ color: #00B4AA; }
.col3, .col3ul li:before, .col3icon:before{ color: #FFFFFF; }
/*.col1, .col1ul li:before, .col1icon:before{ color: #EE996A; }
.col2, .col2ul li:before, .col2icon:before{ color: #00B4AA; }
.col3, .col3ul li:before, .col3icon:before{ color: #FFFFFF; } */
/* background */
.bg1col{ background-color: #F7F7F7; }
.bg2col{ background-color: #EE996A; }

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

/* font-size
****************************************************/
.fwB{ font-weight: bold; }
.fsS{ font-size: 23px; }
.fsM{ font-size: 30px; }
.fsL{ font-size: 40px; }
.fs16{ font-size: 16px; }
.fs19{ font-size: 19px; }
.lh200, .lh200ul li, .lh200dl dd{ line-height: 200%; }

/* 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, nav, .pp1ttl, .jun501{ font-family: "じゅん 501", "Jun 501"; }
.hl1{ background: url("images/icon_title_l@2x.png") no-repeat left center / 50px 60px; padding: 10px 0 10px 70px; }
.hl2{ border-bottom: 1px solid #D0D0D0; padding-bottom: 10px; }
.hl3{ border-bottom: 1px solid #00B4AA; padding-bottom: 20px; }

/* content
****************************************************/
/* common */
.posRelCom{ position: relative; }
[class*="adsCom"]{ position: absolute; }
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad30{ padding: 30px; }
.pad40{ padding: 40px; }
/* notice */
#notice li{ padding: .75em 0; border-bottom: 2px dotted #B2B2B2; }
.notice_list li{ border-bottom: 1px dotted #ddd; padding-bottom: 10px; margin-bottom: 20px; }
.notice_list li a{ display: block; }
/* index */
#index .sec1 h3{ background-color: #ffa984; color: #FFF; text-align: center; border-radius: 10px 10px 0 0; padding: 5px 0; }
#index .sec1 .box1{ border-bottom: 1px solid #333333; padding-bottom: 10px; }
#index .sec1 .box2{ background-color: #ebeced; text-align: center; padding: 20px 0;  border-radius: 0 0 10px 10px; }
#index .sec3 .box1,
.cBox1{ background-color: #FFF; box-shadow: 0 0 3px 2px rgba(0,0,0,0.2); padding: 30px 30px; }
.cBox2{}
.cBox3{ border: 1px solid #C4C4C4; background-color: #FFF; }
#index .sec7 .w328{ background-color: #FFF; box-shadow: 0 0 3px 2px rgba(0,0,0,0.2); }

/* symptom
****************************************************/
/* symptom */
#symptom ul{ border: 1px solid #D0D0D0; border-radius: 10px; margin-top: 30px; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '●'; margin-right: .5em; color: #00B4AA; }
#symptom li a:hover{ color: #D0D0D0; }
#symptom li a, #symptom2 li a{ color: #3C3228; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 ul{ background-color: #F5F7F8; border-radius: 10px; }
#symptom2 li a:before{ content:"●"; margin-right: .5em; color: #00B4AA; }
#symptom2 li a:hover{ color: #D0D0D0; }
#symptom2 li a{ color: #3C3228; }
/* symptom3 */
#symptom3 .outline{ border: 1px solid #D0D0D0; border-radius: 10px; padding: 40px; }
#symptom3 h3{ color: #EE996A; }
#symptom3 h3:before{ content: '▶'; margin-right: .5em; color: #EE996A; }
#symptom3 dt{ font-weight: bold; margin: 1em 0 5px; color: #3C3228; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

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

/* footer
****************************************************/
footer .sec1 h3{ background-color: #FFF; }
footer .box1{ background-color: #FFF; border: 1px solid #EE996A; color: #EE996A; text-align: center; height: 50px; }
footer .sec2{ padding: 1em 0; }
footer .sec2 *{ color: #333; }
address{ background-color: #00B4AA; padding: 10px 0; text-align: center; color: #FFF; 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: #00B4AA;
	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
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="lnk"]:hover{ opacity: .8; }
.lnk1btn, .lnk2btn, .lnk3btn, .lnk4btn{ display: inline-block; }
.lnk1btn{
	background-color: #FFFFFF;
	border: 2px solid #00B4AA;
	font-size: 16px;
	line-height: 20px;
	border-radius: 50px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center; 	
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
.lnk1btn:hover{ background-color: #00B4AA; color: #FFF; opacity: 1; }
.lnk2btn{ background-color: #EE996A; color: #FFFFFF; line-height: 30px; border-radius: 20px; }
.lnk3btn{ background-color: #E5FAFC; border: 4px solid #00B4AA; text-align: center; border-radius: 40px; }
.lnk3btn:hover{ background-color: #00B4AA; color: #FFF; }
.lnk4btn{ background-color: #FFFFFF; border: 2px solid #00B4AA; text-align: center; border-radius: 40px; }
.lnk4btn:hover{ background-color: #00B4AA; color: #FFF; }
.lnk5btn{
	background: url("images/05_button@2x.png") no-repeat top center / cover;
	text-align: center;
	font-weight: bold;
	padding-left: 10%;
}

/* table
****************************************************/
.tbl1{ width: 100%; border-collapse: collapse; }
.tbl1 th, .tbl1 td{ border:1px solid #C4C4C4; padding: 2.5%; }
.tbl1 th{ background-color: #00B4AA; color: #FFFFFF; }
.tbl1 td{ background-color: #FFFFFF; text-align: center; }
.tbl1 .cls{ background-color: #E0E0E0; }
.tbl1 .pt1{ background-color: #FFF5D6; text-align: left; }
.tbl1 .pt2{ text-align-last: right; }



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

	600px over

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

	/* common
	****************************************************/
	.wrap{ margin-left: auto; margin-right: auto; width: 1100px; }
	.sp{ display: none!important; }
	/* list */
	.lst1pc li{ padding-left: 130px; overflow:hidden; }
	.lst1pc li span{ display: block; float: left; width: 130px; margin-left: -130px; }
	/* adj */
	.ml30pc{ margin-left: 30px; }
	.ml200pc{ margin-left: 200px; }
	.mr30pc{ margin-right: 30px; }
	
	/* 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
	****************************************************/
	.w100{ width: 100px; }
	.w250{ width: 250px; }
	.w328{ width: 328px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }
	.w50pUl li{ width: 50%; }
	
	/* main
	****************************************************/
	.mv{ background: url("images/01_1_main@2x.png") no-repeat top center; background-size: cover; padding-top: 40.6%; }

	/* 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 h1{ margin: 5px 0 15px;}
	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: 34px; right: 320px; width: 300px; background-color: #EE996A; color: #FFF; height: 30px; 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: 19px; }
	.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: 15px; padding-left: 15px; }
	.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: #D0D0D0; }
	/* 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: #EE996A;
		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; }

	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/02_titleback@2x.png") repeat-x top center / 1920px 250px #F7F7F7;
		height: 250px;
        color: #3C3228;
		font-size: 30px;
	}

	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 130px 0 160px; }
	.spa2{ padding: 100px 0; }
	[class*="adsPc"]{ position: absolute; }
	/* index */
	#index .sec1{ padding: 80px 0; }
	#index .sec2{ padding: 80px 0; }
	#index .sec3{ background: url("images/01_2_back@2x.png") no-repeat top center / 1920px 1100px; min-height: 1100px; padding: 100px 0; }
	#index .sec4{ background: url("images/01_3_back01@2x.png") no-repeat top center / 1920px 910px; min-height: 910px; padding: 80px 0 0; margin-top: 80px; }
	#index .sec5{ background: url("images/01_3_back02@2x.png") no-repeat top center / 1920px 910px; min-height: 910px; padding: 80px 0 0; margin-top: 80px; }	
	#index .sec9{ background: url("images/01_3_back03@2x.png") no-repeat top center / 1920px 910px; min-height: 910px; padding: 80px 0 160px; margin-top: 80px; }	
	#index .sec6{ background: url("images/01_4_back@2x.png") no-repeat top center / 1920px 120px; padding: 80px 0 160px; }
	#index .sec6 .posRelCom{ min-height: 650px; }
	#index .sec6 .posRelCom .adsPc{ bottom: 0; left: 50%; transform: translateX(-50%); }
	#index .sec6 .box1{ margin-top: 50px; }
	#index .sec6 .box1 li, .cBox2 li{ width: 230px; margin-top: 30px; margin-right: 60px; }
	#index .sec6 .box1 li:nth-child(4n), .cBox2 li:nth-child(4n){ margin-right: 0; }
	#index .sec6 .box1 .lnk3btn, #index .sec6 .box1 .lnk4btn, .cBox2 .lnk3btn, .cBox2 .lnk4btn{ height: 80px; }
	#index .sec8{ background: url("images/01_5_back@2x.png") no-repeat top center / 1920px 1250px #F7F7F7; min-height: 1250px; padding: 80px 0 160px; }
	#about .sec1 .box1 li{ margin-right: 50px; }
	#medical .sec2 .lnk5btn{ width: 520px; height: 220px; }
	#medical #anc8 h3{ margin-right: -50px; }
	#medical .sec3 .w520:nth-child(n+3),
	#guide .sec1 .w520{ margin-top: 80px; }
	#guide .sec2 .w328{ margin: 60px 58px 0 0; }
	#guide .sec2 .w328:nth-child(3n){ margin-right: 0; }
	#access .sec1{ padding-left: 150px; padding-right: 150px; }
	
	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ padding: 20px 0 40px 50px; }
	#symptom li{ width: 25%; margin-top: 20px; }
	/* symptom2 */
	#symptom2 ul{ margin-top: 40px; 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: 60px 0; }	
	footer .sec1 h3{ width: 600px; margin: 0 auto; padding: 25px 0; }
	footer .box1{ width: 380px; }
	footer .box2{ justify-content: center; }
	footer .box2 p{ margin: 30px 25px; }
	footer .sec2{ font-size: 16px; text-align: center; }
	footer .sec2 .fbCom1{ justify-content: center; }
	footer .sec2 a{ display: block; padding: 0 1em; }

	/* tracking
	****************************************************/
	[class*="trk"]{ position: fixed; transition: all 1s; z-index: 999; }
	[class*="trk"] a:hover{ opacity: .8; }
	.trk1{ top: 200px; right: 20px; }
	.trk2{ top: 360px; right: 20px; }

	/* 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
	****************************************************/
	body{ font-size:16px; }
	.wrap, .wrap2{ padding: 15px; line-height:1.5em; }
	img{ max-width:100%; height:auto; }
	.pc{ display:none!important; }
	.tacSp{ text-align: center; }
    .lnk1btn, .lnk1btn2, .lnk3btn{ width: 100%; }
	.lst1 li span, .lst1li span{ display: block; }
	.mt1adj{ margin-top: 30px; }
	.mt2adj{ margin-top: 80px; }
	.pad40{ padding: 20px; }
    .mt30sp{ margin-top: 30px; }
    .mt60sp{ margin-top: 60px; }
	.img1wrap{ margin-left: -15px; margin-right: -15px; }
	
	/* font-size
	****************************************************/
	.fsS{ font-size: 19px; }
	.fsM{ font-size: 23px; }
	.fsL{ font-size: 28px; }

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

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; position: fixed; top: 0px; left: 0px; z-index: 1000; }
	/* 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;
		font-size: 16px;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{}
	.gNav li{ margin-top: 10px; }
	.gNav li a{ display: block; padding: .75em 1em .75em 1em; color: #333; 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; font-size: 14px; background-color: #EE996A; }  
	.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: #D0D0D0; font-weight: bold; font-size: 30px; position: absolute; right: 10px; top: 10px; }
	.gNav .switch.active:after{ content: "－"; }	
	.gNav .row2{ overflow: hidden; }
	.gNav .row2 li{ width: 50%; float: left; }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 11px;
		right: 10px;
		z-index: 9999;
		background: #00B4AA;
		cursor: pointer;
		width: 50px;
		height: 50px;
		border: 1px solid #00B4AA;
	}
	.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: url("images/sp_02_titleback@2x.png") no-repeat top center / cover #F7F7F7;
		height: 150px;
		color: #3C3228;
		font-size: 19px;
	}

	/* content
	****************************************************/
	/* common */
	.spa1{ padding-top: 40px; padding-bottom: 50px; }
	.spa2{ padding-top: 40px; padding-bottom: 40px; }
	.lnk1btn{ width: 60%; }
	/* notice */
	#notice{ padding: 30px 15px 15px; }
	#notice li{ margin-top: .5em; }
	/* index */
	.mv{ background:url("images/sp_01_1_main@2x.png") no-repeat top center; padding-top: 80%; background-size: contain; }
	#index .sec1{ padding-bottom: 30px; }
	#index .sec1 .w100{ width: 100px; }
	#index .sec1 .w328{ width: 260px; margin: 30px auto 0; }
	#index .sec1 .w714{ margin-top: 40px; }
	#index .sec1 h2 span{ font-size: 16px; color: #333; margin-left: 10px; }
	#index .sec2{ padding: 40px 0; }
	#index .sec3{ background: url("images/sp_01_2_back_a@2x.png") no-repeat top center / 100% auto; padding: 20px 0 50px; }
	#index .sec3 .w328 .mt40{ margin-top: 20px; }
	#index .sec3 .w714{ margin-top: 40px; }
	#index .sec3 .w714 .br25{ border-radius: 10px; }
	#index .sec4{ background: url("images/sp_01_3_back01_a@2x.png") no-repeat top center / 100% auto; margin-top: 30px; }
	#index .sec5{ background: url("images/sp_01_3_back02_a@2x.png") no-repeat top center / 100% auto; margin-top: 80px; }	
	#index .sec9{ background: url("images/sp_01_3_back03_a@2x.png") no-repeat top center / 100% auto; margin-top: 80px; padding-bottom: 50px; }	
	#index .sec6{ background: url("images/sp_01_4_back@2x.png") no-repeat top center / 100% auto; padding-top: 20px; padding-bottom: 50px; }
	#index .sec6 .box1, .cBox2{ justify-content: space-between; }
	#index .sec6 .box1 li, .cBox2 li{ width: 48%; margin-top: 20px; }
	#index .sec6 .box1 a, .cBox2 a{ height: 90px; }
	#index .sec6 .fbPc1 .adsPc{ margin-top: 30px; text-align: center; }
	#index .sec6 .box1{ margin-top: 40px; }
	#index .sec8{ background: url("images/sp_01_5_back@2x.png") no-repeat top center / 100% auto #F7F7F7; padding-top: 20px; padding-bottom: 50px; }
	#index .sec8 h2{ margin-bottom: 165%; }
	#medical .sec2 .lnk5btn{ background-size: 100% auto; width: 100%; padding: 17.5% 0 17.5% 15%; }
	#medical .sec3 .w520:nth-child(n+2),
	#guide .sec2 .w328{ margin-top: 50px; }
	#guide .sec1 .w520{ margin-top: 60px; }
	#guide .sec2 .w328 figure{ text-align: center; }
	#about .sec1 .box1 li{ width: 50%; }
	
	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ padding: 5px 15px 20px; }
	#symptom li{ margin-top: 15px; }
	/* 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{ padding: 50px 0; }
	footer .sec1 h3{ padding: 15px 10px; }
	footer .sec1 .box1{ margin: 25px 0; font-size: 23px; }
	footer .sec2{ padding: 15px; }
	footer .sec2 li{ width: 50%; padding: 5px 0; }
	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%;
	}
	
	/* table
	****************************************************/
    .tbl1sp td span{
		white-space: pre;
		writing-mode: vertical-rl;
		display: inline-block;
	}
	.tbl2sp{ border-bottom:1px solid #C4C4C4; }
    .tbl2sp th, .tbl2sp td{ display:block; border-bottom:none; width: 100%; }

	/* footerSp
	****************************************************/
	#footerSp{ width:100%; border-collapse:collapse; position:fixed; z-index:990; bottom:0px; left:0px; }
	#footerSp tr td:nth-of-type(1){ padding-left: 5px; background-color: #00B4AA; }
	#footerSp tr td:nth-of-type(2){ width: 42.5%; background-color: #EE996A; border-right: 1px solid #FFF; }
	#footerSp tr td:nth-of-type(3){ width: 42.5%; background-color: #EE996A; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp a img{ vertical-align: -12px; margin-right: 10px; }
}