@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: "UD新ゴ R", "UD Shin Go Regular", "UD新ゴ M", "UD Shin Go Medium", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type:none; }
p{ line-height: 180%; }
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: 14px; 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; }
.mb20{ margin-bottom: 20px; }
.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }

/* text-align
****************************************************/
.tar{ text-align:right; }
.tac{ text-align:center; }
.tac2{ margin-left: auto; margin-right: auto; }
.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: #FF8184; }
.col2, .col2ul li:before, .col2icon:before{ color: #FFFFFF;}
/* background */
.bg1col{ background-color: #E5F8F3; }
.bg2col{ background-color: #FFFFFF; }
.bg3col{ background-color: #3AD6B2; }

/* 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
****************************************************/
.fwB{ font-weight: bold; }
.fsS{ font-size: 23px; }
.fsM{ font-size: 28px; }
.fsL{ font-size: 32px; }
.fs16{ font-size: 16px; }

/* border-radius
****************************************************/
.br6, .br6ul li{ border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.br10, .br10ul li{ border-radius: 10px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }
.br20, .br20ul li{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }

/* list-style
****************************************************/
.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; }
.fbCom2{ align-items: center; }
.fbComCen{ align-items: center; justify-content: center; align-content: center; }

/* headline
****************************************************/
h1, h2, h3, h4{ font-family: "UD新ゴ M", "UD Shin Go Medium"; line-height: 125%; }
.hl1{
	background: url("images/icon_title01@2x.png") no-repeat left top / 32px 32px;
	padding-left: 40px;
	font-size: 32px;
	line-height: 32px;
}
.hl1 span{ display: block; font-size: 16px; margin-top: 10px; }
.hl2{
	background: url("images/icon_title01@2x.png") no-repeat left 10px center / 32px 32px #E5F8F3;
	padding: 10px 10px 10px 50px;
	border-radius: 6px;
}
.hl3{
	background: url("images/icon_title02@2x.png") no-repeat left 10px center / 30px 30px;
	padding-left: 50px;
	line-height: 30px;
}

/* 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{ border: 1px solid #29C4A0; background-color: #fff; color: #333; padding: 10px 10px; width: 100%; text-align: center; border-radius: 6px; }
.lnk1btn:hover{ background-color: #29C4A0; color: #fff; opacity: 1; }
.lnk2btn{ display: flex; background-color: #29C4A0; color: #FFF; text-align: center; height: 120px; }

/* common custom
****************************************************/
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad40{ padding: 40px; }
.shadow1{ box-shadow: 0 10px #B4F1E2; }
.band1{ background-color: #29C4A0; color: #fff; text-align: center; }
.posRelCom{ position: relative; }
.name{ font-size: 28px; }
.name span{ font-size: 19px; margin-right: 1em; }

/* content
****************************************************/
/* index */
#index .sec1 li{ margin-top: 15px; }
#index .sec1 li:first-child{ margin-top: 0; }
#index .sec2 h3{ line-height: 200%; }
/* notice */
#notice ul{ margin: 40px 0 60px; }
#notice li{ border-bottom: 1px solid #DDDDDD; padding: 20px 0; }

/* symptom
****************************************************/
/* symptom */
#symptom li a{ display: block; }
#symptom li a:before{ content: '▶'; margin-right: .5em; color: #FF8184; }
#symptom li a:hover{ color: #FF8184; }
#symptom li a, #symptom2 li a{ color: #333; }
/* symptom2 */
#symptom2 li a:before{ content: '▶'; margin-right: .5em; color: #FF8184; }
#symptom2 li a:hover{ color: #FF8184; }
#symptom2 li a{ color:#333 }
#symptom2 ul{ border-top: 1px solid #8B8B8B; }
/* symptom3 */
#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: #29C4A0; }
#site dd{ margin: 15px 1.5em 50px; }

/* sitemap
****************************************************/
#sitemap .parent li{ margin-top: 30px; }
#sitemap .child li{ margin-top: 15px; }
#sitemap .parent li:before{ content:"▶"; color: #29C4A0; 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 .sec2{ padding-top: 20px; }
address{ padding: 20px 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: #29C4A0;
	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; }

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

	/* width
	****************************************************/
	.w230{ width: 230px; }
	.w330{ width: 330px; }
	.w520{ width: 520px; }
	.w720{ width: 720px; }

	/* main
	****************************************************/
	.mv{ background: url("images/pc_mv-20240205.png") no-repeat center top / cover; padding-top: 38%; }

	/* header
	****************************************************/
	header{ padding: 10px 0 15px; }
	header h1{ margin-bottom: 5px; }
	header .fr{ margin-top: 20px; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; padding: 10px 0; background-color: #FFF; }
	.gNav ul{ overflow:hidden; text-align: center; }
	.gNav li{ float:left; width: 180px; margin-left: 4px; }
	.gNav li:first-child{ margin-left: 0; }
	.gNav ul a{ display:block; color: #333; padding: 12.5px 0; font-size: 16px; border-radius: 10px; }
	.gNav ul a:hover, .gNav ul .stay{ background-color: #E5F8F3; color: #333; }
	.fixed{ position:fixed; top:0px; left:0px; z-index:9999; }
	.space{ margin-top: 70px; }
	.none{ display:none; }

	/* title
	****************************************************/
	.pp1ttl{ background: url("images/title_back@2x.png") no-repeat center center / cover; height: 180px; }

	/* content
	****************************************************/
	/* common */
	.spa1{}
	[class*="ads"]{ position: absolute; }
	.lst1 li, .lst1li{ padding-left: 100px; overflow: hidden; }
	.lst1 li span, .lst1li span{ display: block; float:left; width: 100px; margin-left: -100px; }
	/* index */
	#index .sec1{ background: url("images/01_news_back@2x.png") no-repeat top center; }
	#index .sec1 .posRelCom{ height: 412px; padding-top: 90px; }
	#index .sec1 .ads1{ bottom: 100px; left: 0; }
	#index .sec2{ background: url("images/top-about_back@2x.png") no-repeat top center / 1920px 832px; height: 832px; margin-top: 100px; }
	#index .sec2 .ads1{ top: 150px; left: 0; }
	#index .sec2 .ads2{ top: 400px; left: 0; }
	#index .sec3{ background: url("images/top-medical_back@2x.png") no-repeat top center / 1920px 640px; margin-top: 100px; }
	#index .sec3 .posRelCom{ height: 1100px; }
	#index .sec3 .ads1{ top: 150px; left: 0; }
	#index .sec3 .ads2{ top: 300px; left: 0; }
	#index .sec3 .ads3{ top: 442px; right: 0; }
	#index .sec3 .ads4{ top: 560px; left: 0; }
	#index .sec3 .ads5{ top: 720px; left: 0; }
	#index .sec3 .ads6{
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	#index .sec4{ background: url("images/top-greeting_back@2x.png") no-repeat #E5F8F3 top center / 1920px 1037px; margin-top: 100px; }
	#index .sec4 .posRelCom{ height: 1037px; }
	#index .sec4 .ads1{ top: 150px; left: 0; }
	#index .sec4 .ads2{ top: 150px; right: 0; }
	/* medical */
	#medical .sec1{ height: 450px; background: url("images/bg1.png") repeat-x bottom center; }
	#medical .sec1 .ads1{ top: 0; left: 0; }
	#medical .sec1 .ads2{ top: 142px; right: 0; }
	#medical .sec1 .ads3{ top: 250px; left: 0; }
	/* facility */
	#facility .sec2{ padding: 100px 0 80px; }
	#facility .sec2 .w330{ margin-right: 55px; margin-top: 40px; margin-bottom: 20px; }
	#facility .sec2 .w330:nth-child(3n){ margin-right: 0; }
	#facility .sec2 h3{ height: 64px; }
	/* access */
	#access .sec1{ padding: 0 150px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ width: 25%; margin-top: 1.5em; padding-left: .5em; }
	/* symptom2 */
	#symptom2 ul{ margin-top: 75px; 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; }

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

	/* footer
	****************************************************/
	footer{ font-size: 16px; margin-top: 100px; }
	footer .sec1{ padding: 70px 0; }
	footer .sec2{ font-size: 16px; padding-left: 100px; padding-right: 100px; }
	address{ font-size: 16px; }

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

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





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

	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; }
	.sp1spa{ margin-top: 20px; }

	/* 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
	****************************************************/
	.wp1{ width: 220px; }
	.wp2{ width: 300px; }

	/* header
	****************************************************/
	header .wrap{ padding: 0; }
	.mv{ background: url("images/sp_mv-20240205.png") no-repeat center center; padding-top: 133%; background-size: cover; }

	/* headline
	****************************************************/
	.fsS{ font-size: 19px; }
	.fsM{ font-size: 23px; }
	.fsL{ font-size: 26px; }
	.hl1{ font-size: 26px; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; border-collapse:collapse; background-color: #fff; position:fixed; top: 0px; left: 0px; z-index: 999; }
	#headerSp .inner{ padding: 2% 4%; }
	#headerSp figure{ padding: 2% 25% 0 2%; margin-bottom: 5%; }
	#headerSp img{ width: 100%; }
	#headerSp p{ background-color: #FF8184; color: #fff; text-align: center; padding: 3px; }
	/* nav */
	.gNav{
		background-color: #E5F8F3;
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		padding: 0;
		transition: all 0.6s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{ margin-top: 30%; }
	.gNav li{ margin: 0 15%; }
	.gNav li a{ display: block; padding: 20px 0; color: #333; text-align: center; border-bottom: 1px solid #29C4A0; }
	.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: 3%;
		right: 4%;
		z-index: 9999;
		background: #29C4A0;
		cursor: pointer;
		width: 50px;
		height:50px;
		border-radius: 5px;
		border: 1px solid #29C4A0;
	}
	.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_title_back@2x.png") no-repeat top center / cover; height: 150px; }

	/* content
	****************************************************/
	/* common */
	.spa1, .spa2, .spa3{ padding-top: 50px; padding-bottom: 50px; }
	/* index */
	#index .wrap{ padding: 0; }
	#index .sec1 .lef{ background-color: #E5F8F3; padding: 50px 25px; }
	#index .sec1 .w720{ padding: 30px 15px; }
	#index .sec1 .ads1{ margin: 0 15px; }
	#index .sec2 .ads1{ padding: 80px 15px 30px; }
	#index .sec2 .ads2{ background: url("images/sp_top-about_back@2x.png") no-repeat top center / 100% auto #E5F8F3; padding: 51% 15px 60px; }
	#index .sec2 .ads2 .w330{ margin-top: 40px; }
	#index .sec3 .spWrap1{ padding: 80px 15px 30px; }
	#index .sec3 .spWrap2{ background: url("images/sp_top-medical_back@2x.png") no-repeat top center / 100% auto #E5F8F3; padding: 51% 15px 40px; }
	#index .sec3 .ads2{ margin-top: 40px; }
	#index .sec3 .ads3{ margin-top: 40px; font-weight: bold; font-size: 19px; }
	#index .sec3 .ads4{ margin-top: 40px; }
	#index .sec3 .ads5{ padding: 0 15px; }
	#index .sec3 .ads5 li{ width: 48%; }
	#index .sec3 .ads6{ margin: 40px 15px 0; }
	#index .sec4 .spWrap1{ background: url("images/sp_top-greeting_back@2x.png") no-repeat bottom center / 100% auto; padding: 80px 15px 110%; }
	#index .sec4 .ads2{ background: url("images/sp_01_greeting_back02@2x.png") no-repeat bottom center / 100% auto; padding: 30px 15px 50%; }
	/* medical */
	#medical .sec1 .ads2, #medical .sec1 .ads3{ margin-top: 40px; }
	/* facility */
	#facility .sec2{ padding: 50px 0; }
	#facility .sec2 .w330{ margin-top: 50px; }
	/* sitemap */
	#sitemap .parent{ margin-top: 30px; }
	#sitemap .child{ overflow: hidden; margin-left: 1.5em; }
	#sitemap .child li{ float: left; width: 50%; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ margin-top:1em; }
	/* symptom2 */
	#symptom2 ul{ margin-top:30px; padding-top:10px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#symptom3 .outline{ margin-top: 40px; }

	/* footer
	****************************************************/
	footer{ margin-top: 80px; }
	footer .sec1{ padding: 40px 0; }
	footer .sec1 .fl{ padding-left: 15px; padding-right: 15px; }
	footer .sec1 .fr{ margin-top: 20px; }
	footer .sec2 ul{ overflow: hidden; margin-top: -20px; }
	footer .sec2 li{ width: 50%; float: left; margin-top: 1em; }
	address{ font-size: 10px; padding-bottom: 1em; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ font-size: 10px; }

	/* gmap
	****************************************************/
	.gmap{
		position: relative;
		padding-bottom: 100%;
		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:#29C4A0; border-right: 1px solid #fff; }
	#footerSp tr td:nth-of-type(2){ width: 50%; background-color:#29C4A0; border-left: 1px solid #fff; }
	#footerSp a{ display: block; text-align:center; padding: 10px 30px; color: #fff; }
	#footerSp a img{ vertical-align: -5px; }
}