@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: "じゅん 201", "Jun 201", 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; }
.mb20ul li{ margin-bottom: 20px; }

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

/* color
****************************************************/
.col1, .col1ul li:before, .col1icon:before{ color: #42BED1; }
.col2, .col2ul li:before, .col2icon:before{ color: #16A3B9; }
.col3, .col3ul li:before, .col3icon:before{ color: #FCAF00; }
.col4, .col4ul li:before, .col4icon:before{ color: #B2C676; }

/* background
****************************************************/
/* color */
.bg1col{ background-color: #EEF5B3; }
.bg2col{ background-color: #FFFFFF; }
.bg3col{ background-color: #F9FCE8; }
.bg4col{ background-color: #cceef3; }

/* 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; }
.fs21{ font-size:21px; }
.fs23{ font-size:23px; }
.fs24{ font-size:24px; }
.fs28{ font-size:28px; }
.fs34{ font-size:34px; }

/* 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; }
.vCen, .vCenA a{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }

/* items
****************************************************/
/* border */
.bor1{ border: 1px solid #122A6C; padding: 10px 15px; }
/* band */
.band1{ background-color: #C49834; color: #fff; text-align: center; padding: 10px 15px; }
/* padding */
.pad1{ padding: 20px 30px; }
.pa30{ padding: 30px; }
.pa40{ padding: 40px; }

/* headline
****************************************************/
h1, h2, h3, h4{ font-family: "じゅん 501", "Jun 501"; }
.hl1{ text-align: center; font-size: 38px; color: #553629; }
.hl1 span{ display: block; color: #C49834; font-size: small; font-size: 16px; }
.hl1 img{ margin-bottom: 20px; }
.hl2{
    position: relative;
    text-align: center;
    color: #16A3B9;
    font-size: 32px;
    margin-bottom: 20px;
}
.hl2::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -20px;
	width: 70px;
	height: 4px;
	background-color: #16A3B9;
}
.hl3{ border-bottom: 1px solid #333333; color: #FCAF00; font-size: 34px; text-align: center; font-weight: bold; padding-bottom: 20px; margin-bottom: 20px; }
.hl4, .hl4line{
    background: url("images/midashi_01@2x.png") no-repeat top center / 1200px 47px;
    font-size: 23px;
    line-height: 27px;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.hl4dog{
    background: url("images/midashi_02@2x.png") no-repeat top center / 1200px 120px;
    font-size: 23px;
    line-height: 27px;
    padding: 80px 10px 18px;
    color: #fff;
    text-align: center;
}
.hl4no2{
	background-color: #42BED1;
	border-radius: 28px;
    font-size: 23px;
    line-height: 27px;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.hl5{
	background: url("images/midasi_komidashi@2x.png") no-repeat left center / 40px 30px;
	color: #16A3B9;
	border-bottom: 2px solid #42BED1;
	padding: 10px 0 10px 60px;
	line-height: 30px;
	font-size: 28px;
}
.hl6{
	background: url("images/midasi_komidashi@2x.png") no-repeat left center / 40px 30px;
	padding: 10px 0 5px 60px;
	color: #42BED1;
	font-size: 34px;
}
.hl7{
	border-bottom: 1px solid #16A3B9;
	color: #16A3B9;
	padding-bottom: 10px;
	font-size: 23px;
}
.hl8{
	font-size: 23px;
	font-weight: bold;
}
.hl8 img{
	vertical-align: -13px;
	margin-right: 10px;
}
.hl9{
	background-color: #42BED1;
	color: #FFF;
	border-radius: 25px;
	font-size: 26px;
	line-height: 30px;
	padding: 10px;
	text-align: center;
}

/* title
****************************************************/
.pp1ttl{ flex-direction: column; }

/* 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{ margin-top: 1em; }
.notice_list li{ padding-bottom: 1em; margin-bottom: 1.5em; border-bottom: 1px dotted #DDDDDD; }
/* index */
#index .sec1 .fl{ padding: 30px; }
#index .sec1 .fl .ads a{ border: 1px solid #C49834; background-color: #C49834; color: #fff; text-align: center; width: 120px; }
#index .sec1 .fl .ads a:hover{ background-color: #fff; color: #C49834; }
#index .sec3 .bnrList a, .bnrListCom a{ border: 2px solid #42BED1; border-radius: 20px; width: 270px; height: 140px; background-color: #fff; font-size: 23px; }
#index .sec3 .bnrList a:hover, .bnrListCom a:hover{ background: #42BED1; color: #fff; }
.bnrListCom a{ height: 100px; justify-content: flex-start; padding: 0 25px; }
/* greeting */
#greeting .box1 h3{ background-color: #42BED1; color: #fff; text-align: center; font-size: 23px; padding: 15px 0; line-height: 30px;  }
/* facility */
#facility .sec1{ background: url("images/innai_back@2x.png") no-repeat top center / cover #F9FCE8; }
/* access */
#access .sec1{ position: relative; }
#access .sec1 .ads{ position: absolute; top: -75px; right: 40px; }
#access .bg3col h2{ margin: 30px 0 20px; }
/* etc */
.name span{ font-size: 32px; margin-left: 1em; }
input[type="checkbox"]{ border: 2px solid #42BED1; margin-right: 10px; }
.com1{ border: 2px solid #FCAF00; }
.com2 li{ width: 270px; }
.com2 li a{ width: 100%; }

/* symptom
****************************************************/
/* symptom */
#symptom li a{ display: block; }
#symptom li a:before{ content: '＞'; margin-right: .5em; color: #42BED1; 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{ border-top: 1px solid #333; }
#symptom2 li a:before{ content:"＞"; margin-right: .5em; color: #42BED1; 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: #FFF; background-color: #37C8DB; font-size: 21px; padding: 10px 20px; }
#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: #42BED1; }
#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: #42BED1; margin-right: .5em; }
#sitemap .child li:before{ content: "▶"; color:#42BED1; margin-right: .5em; }
#sitemap .child a{ text-decoration:underline; }
#sitemap .child a:hover{ text-decoration:none; }

/* footer
****************************************************/
footer .sec1 .band1{ padding: 5px; }
footer .sec2 *{ color: #333; }
address{ padding: 10px 0; text-align: center; background-color: #C49834; color: #FFF; font-size: 16px; }

/* 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: -145px;
	line-height:0;
	z-index: 9999;
	transition: all 1s;
}
.pagetop a{
		background-color: #FCAF00;
		color: #fff;
		width: 210px;
		height: 60px;
		padding: 0 15px 0 5px;
		display: flex;
		align-items: center;
		font-size: 16px;
}
.pagetop a:hover, .pagetop a:hover img{ opacity:1.0; }
.pagetop:hover{ right: 0; }
.pagetop img{ margin: 0 25px 0 5px; }

/* 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: #C49834; padding: 10px 20px; text-align: center; color: #FFF; }
.lnk1btn:hover{ opacity: .8; }
.lnk2btn{ background-color: #42BED1; height: 140px; text-align: center; color: #fff; font-weight: bold; font-size: 23px; }
.lnk2btn{ background-color: #42BED1; height: 140px; text-align: center; color: #fff; font-weight: bold; font-size: 23px; }
.lnk3btn{
	background: url("images/arrow.png") no-repeat center right / 43px 43px;
	border: 2px solid #16A3B9;
	color: #16A3B9;
	border-radius: 30px;
	padding: 10px 30px;
}




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

	600px over

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

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

	/* margin
	****************************************************/
	.mt1{ margin-top: 200px; }
	.ml2em{ margin-left: 2em; }
	.ml30{ margin-left: 30px; }
	.ml40{ margin-left: 40px; }

	/* 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; }
	.vCenPc, .vCenApc a{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }

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

	/* width
	****************************************************/
	.w270{ width: 270px; }
	.w380{ width: 380px; }
	.w580{ width: 580px; }
	.w700{ width: 700px; }
	.w790{ width: 790px; }
	.w50ul li{ width: 50%; }

	/* main
	****************************************************/
	.mv{ background: url("images/pc_mv-20240205.png") no-repeat top center / 1920px 650px; height: 650px; margin-top: 10px; }

	/* header
	****************************************************/
	.head_wrap{ background: url("images/h_back@2x.png?20230427") no-repeat top center / 1920px 370px; }
	header{ position:relative; height: 236px; margin-bottom: 10px; }
	header .logo{
		position: absolute;
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	header .band1{
		position: absolute;
		width: 416px;
		top: 107px;
		right: 0;
	}
	header .tel{
		position: absolute;
		bottom: 20px;
		right: 0;
	}

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; font-size: 19px; padding-top: 10px; }
	.gNav ul{ display: flex; flex-wrap: wrap; text-align: center; }
	.gNav li{ width: 170px; }
	.gNav li:first-child{ width: 180px; }
	.gNav ul a{ display:block; line-height: 26px; padding-bottom: 10px; }
	.gNav ul a .col1{ font-size: 16px; line-height: 16px; }
	.gNav ul a:hover, .gNav ul .stay{ color: #42BED1; border-radius: 10px; }
	.fixed{ position: fixed; top: 0; left: 0; z-index: 9999; background-color: #fff; }
	.space{ margin-top: 60px; }
	.none{ display:none; }
	.gNav .cb{ clear: both; }
	/* parent　*/
	.gNav .parent{ position: relative; }
	.gNav .parent:hover a{ color: #42BED1; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		background-color: #42BED1;
		border-radius: 10px;
		visibility: hidden;
		position: absolute;
		top: 60px;
		z-index: 999;
		padding: 15px 20px 10px;
	}
	.gNav .parent .pt1{ width: 500px; left: -165px; }
	.gNav .parent .pt2{ width: 250px; left: -40px; }
	.gNav .parent ul li{ min-width: 45%; }
	.gNav .parent ul li:nth-child(even){ width: 55%; }
	.gNav .parent ul li a{ color: #fff!important; font-size: 16px; padding: 0px 0 5px 1.5em; text-indent: -1.5em; }

	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/midashi@2x.png") no-repeat top center / 1920px 330px;
		height: 300px;
		color: #fff;
		font-size: 40px;
        font-weight: bold;
	}

	/* content
	****************************************************/
	/* common */
	.ppSpa{ padding: 80px 0 160px; }
	.spa1{ padding: 60px 0; }
	.spa2{ padding-bottom: 60px; }
	/* index */
	#index .sec1{ padding: 80px 0; }
    #index .sec1 .fl{ position:relative; min-height: 324px; }
    #index .sec1 .fl .ads{ position:absolute; top: 20px; right: 20px; }
    #index .sec2{ background: url("images/top_about_back@2x.png") no-repeat top center / 1920px 1830px; padding: 60px 0 100px; }
    #index .sec3{ background: url("images/top_dot_back@2x.png") no-repeat top center / 1920px 1174px; padding: 60px 0 120px; }
    #index .sec3 .bnr1, #index .sec3 .bnr2{ display: block; width: 580px; height: 280px; color: #fff; font-size: 32px; text-align: center; line-height: 40px; padding-top: 120px; font-weight: bold; }
    #index .sec3 .bnr1{ background: url("images/top_medical_hakunai@2x.png") no-repeat left center / 580px 280px; }
    #index .sec3 .bnr2{ background: url("images/top_medical_kinshi@2x.png") no-repeat left center / 580px 280px; }
    #index .sec3 .bnrList li, .bnrListCom li{ margin: 20px 40px 0 0; }
    #index .sec3 .bnrList li:nth-child(4n), .bnrListCom li:nth-child(4n){ margin-right: 0; }
	.bnrListCom li{ margin-top: 30px; }
    #index .sec4{ padding: 100px 0; background: url("images/top_medical_back@2x.png") no-repeat top center / 1920px 640px #EEF5B3; }
    .sec5com{ background: url("images/top_dot_back@2x.png") no-repeat top center / 1920px 1174px; padding: 60px 0 120px; }
    #greeting .sec5com{ padding: 0; }
    .sec5com .fbPc1{ position: relative; }
    .sec5com .ads1{ position: absolute; top: 0; left: 620px; }
    .sec5com .ads2{ position: absolute; top: 600px; left: 890px; }
    .sec5com .ads3{ position: absolute; top: 700px; left: 850px; }
    .sec5com .rig{ padding-top: 545px; }
    #index .sec6{ padding: 60px 0 100px; }
    /* access */
	#access .bg3col{ padding: 10px 100px 40px; }
    /* details */
	#details{ padding-left: 100px; padding-right: 100px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom{}
	#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; }
	/* 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:33%; }

	/* footer
	****************************************************/
    footer .sec1{ margin-top: 155px; }
	footer .sec1{ padding: 80px 0; }
    footer .wrap{ position: relative; }
    footer .wrap .dog{ position: absolute; top: -200px; right: 0; }
    footer .wrap .dog2{ position: absolute; top: -250px; right: 0; }
	footer .sec1 .txt{ margin-left: 65px; margin-right: 65px; }
	footer .sec1 .fbPc1 .band2{ width: 270px; }
	footer .sec2{ padding: 20px 0; font-size: 16px; }
    footer .sec2 .fbCom{ justify-content: center; }
	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 5px; }
	[class*="trk"] a{
		background-color: #FCAF00;
		color: #fff;
		width: 210px;
		height: 60px;
		padding: 0 15px 0 5px;
		display: flex;
		align-items: center;
		font-size: 16px;
	}
	[class*="trk"] a:hover{ opacity: 1; }
	[class*="trk"]:hover{ right: 0; }
	.trk1{ top: 230px; right: -145px; }
	.trk2{ top: 290px; right: -145px; }

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

	/* margin
	****************************************************/
	.mt1{ margin-top: 100px; }

	/* width
	****************************************************/
    .lnk1btn{ width: 80%; }

	/* headline
	****************************************************/
	.hl4{ background: url("images/sp/sp_midashi_01@2x.png") no-repeat top center / 100% auto; padding: 15px; }
	.hl4line{ background: url("images/sp/sp_midashi_01_2gyo@2x.png") no-repeat top center / 100% auto; padding: 3.5% 0; }
	.hl4dog{ background: url("images/sp/sp_midashi_02@2x.png") no-repeat top center / 100% auto; padding: 16% 0 5%; }
	/* padding */
	.pad1{ padding: 20px; }
	/* list */
	.lst1 li span, .lst1li span{ display: block; }

	/* 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 .band1{ font-size: 16px; padding: 0; border-radius: 4px; margin-bottom: 6px; }
	#headerSp .fbCom1 p{ width: 48%; border: 1px solid #FCAF00; border-radius: 4px; text-align: center; }
	/* nav */
	.gNav{
		background: url("images/sp/sp_menu@2x.png") no-repeat #fff bottom center / cover;
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		padding: 35% 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: #fff; font-size: 16px; background-color: #42BED1; border-radius: 10px; }
    .gNav .col1{ color: #fff; }
	.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-top: -10px; padding: 15px 15px 15px 35px; font-size: 14px; background-color: #fff; overflow: hidden; }
	.gNav .parent ul li{ float: left; width: 50%; border: none; }
	.gNav .parent ul a{ border-bottom: none; margin: 0!important; padding: 0 2em 0 0!important; color: #333; text-indent: -1.5em; border-radius: 0!important; background-color: #fff; }
	.gNav .parent ul li a:before{ content: "‐"; color: #333; font-weight: bold; margin-right: .5em; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "▶"; font-size: 20px; color: #fff; 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: #42BED1;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #42BED1;
	}
	.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/sp_mv-20240205.png") no-repeat top center / 100% auto;
		padding-top: 80%;
		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/sp_midashi@2x.png") no-repeat top center / 100% 100%;
		height: 150px;
		color: #fff;
		font-size: 23px;
		font-weight: bold;
	}

	/* content
	****************************************************/
	/* common */
	.spa1{ padding-top: 50px; padding-bottom: 50px; }
	/* index */
    #index .sec1{ padding: 25px 0; }
    #index .sec1 .fl{ margin-top: 30px; }
    #index .sec1 .ads{ margin-top: 30px; text-align: center; }
    #index .sec1 .ads a{ padding: 5px; font-size: 19px; }
    #index .sec2{ background: url("images/sp/sp_back@2x.png") no-repeat top center / 100% auto; padding: 50px 0 90px; }
    #index .sec2 .w580{ margin-top: 30px; }
    #index .sec2 .w580 .tar{ text-align: center; }
    #index .sec3{ padding: 50px 0 80px; }
    #index .sec3 .bnr1, #index .sec3 .bnr2{ display: block; width: 100%; color: #fff; font-size: 32px; text-align: center; line-height: 40px; padding: 20% 0; font-weight: bold; }
    #index .sec3 .bnr1{ background: url("images/top_medical_hakunai@2x.png") no-repeat left center / 100% auto; }
    #index .sec3 .bnr2{ background: url("images/top_medical_kinshi@2x.png") no-repeat left center / 100% auto; margin-top: -30px; }
    #index .sec3 .fbCom, .bnrListCom{ justify-content: space-between; margin-bottom: -30px; }
    #index .sec3 .bnrList li, .bnrListCom li{ width: 48%; margin-top: 20px; }
    #index .sec3 .bnrList a, .bnrListCom a{ width: 100%; height: 92px; font-size: 16px; }
    #index .sec4{ background: url("images/sp/sp_medical_back@2x.png") no-repeat top center / 100% auto #EEF5B3; padding: 60px 0; }
    #index .sec4 .w580{ margin: 30px 0 -45px; }
    .sec5com{ background: url("images/sp/sp_greeting@2x.png") no-repeat top center / 100% auto; padding: 60px 0; }
    .sec5com .ads1{}
   	.sec5com .ads2{ text-align: center; margin-top: 20px; margin-bottom: 50px; }
    .sec5com .ads3{ text-align: center; margin-top: 50px; }
    #index .sec6 li{ margin-top: 20px; }
    /* sitemap */
	#sitemap{ margin-top: -50px; }
	#sitemap .child{ margin-left: 1.5em; }
    /* access */
	#access .sec1{ margin-top: 100px; }
	#access .bg3col{ padding: 5px 20px 40px; }
	/* etc */
	.com2 li{ width: 100%; }

	/* 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: #EEF5B3; padding: 60px 0; margin-top: 100px; }
    footer .sec2 ul{ padding: 15px 25px 25px; }
	footer .sec2 li{ width: 50%;  margin-top: 10px; }
	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: 16%; text-align: center; background-color: #A1E2DD; }
	#footerSp tr td:nth-of-type(2){ width: 42.5%; background-color: #42BED1;border-right: 1px solid #7FD5E2; }
	#footerSp tr td:nth-of-type(3){ width: 42.5%; background-color: #42BED1;border-right: 1px solid #7FD5E2; }
	#footerSp tr td:nth-of-type(4){ background-color: #42BED1; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp a img{ vertical-align: -12px; margin-right: 10px; }
}