@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; }
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; }
.mt60{ margin-top:60px; }
.mt80{ margin-top: 80px; }
.mt100{ margin-top:100px; }
.mt1adj{ margin-top: 150px; }
.mt2adj{ margin-top: 200px; }

/* 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
****************************************************/
.colWT{ color: white; }
.col1, .col1ul li:before, .col1icon:before{ color: #1C63B5; }
.col2, .col2ul li:before, .col2icon:before{ color: #FA9090; }


/* background
****************************************************/
/* color */
.bgColWT{ background-color: white; }
.bg1col{ background-color: #FA9090; }
.bg2col{ background-color: #F0EFE4; }
.bg3col{ background-color: #5596D6; }

/* icon
****************************************************/
[class*="icon"] li{ text-indent: -1.5em; padding-left: 1.5em; }
.icon1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▶"; margin-right: .5em; }

/* font-size
****************************************************/
.fwB{ font-weight: bold; }
.fsS{ font-size: 22px; }
.fsM{ font-size: 26px; }
.fsL{ font-size: 32px; }
.fs16{ font-size: 16px; }
.fs19{ font-size: 19px; }
.lh200{ line-height: 200%; }

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

/* list-style
****************************************************/
.ls_adj{ margin-left: 1em; }
.ls_disc{ list-style: disc; margin-left: 1em; }

/* column
****************************************************/
.ofh1, .ofh2{ overflow: hidden; }
.ofh1 .fl, .ofh2 li{ float: left; }
.ofh1 .fr{ float: right; }
/* flexBox */
[class*="fbCom"]{ display: flex; flex-wrap: wrap; }
.fbCom1{ justify-content: space-between; }
.fbComCen{ align-items: center; justify-content: center; align-content: center; }
.vCen, .vCenA a{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }

/* headline
****************************************************/
h1, h2, h3, h4, .fFam{ font-family: "じゅん 501", "Jun 501"; }
.hl1{ background: url("images/01_pic02@2x.png") no-repeat top center / 80px 80px; padding-top: 100px; text-align: center; }
.hl2{ border: 2px solid #5596D6; color: #5596D6; text-align: center; border-radius: 10px; padding: 5px; }
.hl3{ border-bottom: 2px solid #FA9090; color: #FA9090; padding-bottom: 10px; }
.hl4{ background-color: #5596D6; color: #FFF; text-align: center; border-radius: 10px; padding: 5px; }

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="lnk"]:hover, .listLnk a:hover,
.lstLnk2btn a:hover{ opacity: .8; transition : all 0.75s; }
.lnk1btn{ background-color: #B49A5F; padding: 10px 20px; text-align: center; color: #FFF; }
.lstLnk2btn a{
	background: url("images/01_button@2x.png") no-repeat center center / contain;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	color: #FFF;
	text-align: center;
}

/* title
****************************************************/
.pp1ttl{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

/* 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
****************************************************/
/* common */
.posRelCom{ position: relative; }
[class*="adsCom"]{ position: absolute; }
.pad110no20{ padding: 10px 20px; }
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad30{ padding: 30px; }
.pad40{ padding: 40px; }
.box1c{ border-bottom: 1px solid #333333; padding-bottom: 15px; }
.box2c{ border: 2px solid #5596D6; }
.box3c{ border: 1px solid #FA9090; }
/* index */
#index .sec3 .posRelCom{ padding-top: 80px; }
#index .sec3 .adsCom1{
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#notice li a{ display: block; border-bottom: 1px solid #DDD; padding: 30px 0; }

/* symptom
****************************************************/
/* symptom */
#symptom li a{ display: block; }
#symptom li a:before{ content: '▶'; margin-right: .5em; color: #FA9090; }
#symptom li a:hover{ color: #FA9090; }
#symptom li a, #symptom2 li a{ color: #333; }
/* symptom2 */
#symptom2 ul{ background-color: #F9F7F1; }
#symptom2 li a:before{ content: '▶'; margin-right: .5em; color: #FA9090; }
#symptom2 li a:hover{ color: #FA9090; }
/* symptom3 */
#symptom3 .outline{ background-color: #F9F7F1; padding: 40px; border-radius: 10px; }
#symptom3 h3{ color: #FA9090; }
#symptom3 h3:before{ content: '▶'; margin-right: .5em; color: #FA9090; }
#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: #FA9090; }
#site dd{ margin:15px 15px 50px; }

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

/* footer
****************************************************/
footer .sec2 *{ color: #333; }
address{ background-color: #5596D6; color: #FFF; padding: 10px; text-align: center; 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:5px;
	right:10px;
	z-index: 2;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #5596D6;
	border-radius:5px;
	opacity:.5;
}
.pagetop a:hover, .pagetop a:hover img{ opacity:1.0; }



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

	600px over

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

	/* common
	****************************************************/
	.wrap{ margin-left: auto; margin-right: auto; width: 1100px; }
	.sp{ display:none!important; }
	[class*="adsPc"]{ position: absolute; }

	/* 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: 100px; overflow: hidden; }
	.lst1 li span, .lst1li span{ display: block; float:left; width: 100px; margin-left: -100px; }
	.lst2{ padding-left: 40px; }
	.lst2 li{ width: 33%; margin: 10px 0; }

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

	/* main
	****************************************************/
	.mv{ background: url("images/01_main@2x_20241125.png") no-repeat top center / contain; padding-top: 43.75%; }

	/* header
	****************************************************/
	header{ height: 120px; }
	header h1{ padding-top: 10px; }
	header .adsPc1{ top: 50px; left: 0; }
	header .adsPc2{ top: 50px; right: 0; }
	header .adsPc3{ top: 50px; right: 340px; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; font-size: 19px; padding-top: 10px; }
	.gNav ul{ display: flex; flex-wrap: wrap; text-align: center; justify-content:center; }
	.gNav li{ width: 170px; }
	.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: #1C63B5; border-radius: 10px; }
	.gNav ul a:hover img, .gNav ul .stay img{ filter: invert(29%) sepia(83%) saturate(1297%) hue-rotate(191deg) brightness(90%) contrast(90%); }
	.gNav ul a img{ margin-top: -4px; }
	.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 .wrap{ position: relative; }
	.gNav .parent:hover a{ color: #1C63B5; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		background: rgba(85, 150, 214, .95);
		visibility: hidden;
		position: absolute;
		top: 62px;
		left: 0;
		z-index: 999;
		padding: 20px 15px 20px 30px;
		width: 1100px;
		justify-content: flex-start;
		text-align: left;
	}
	.gNav .parent ul li{ min-width: 25%; }
	.gNav .parent ul li a{ color: #FFF!important; padding: 10px 0; font-size: 16px; }
	.gNav .parent ul li a:hover{ background-color: transparent; text-decoration: none; }
	.gNav .parent ul li a:before{ content:"－"; margin-right: .5em; }

	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/02_titleback@2x.png") no-repeat top center / 1920px 180px;
		height: 180px;
		color: #fff;
	}

	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 60px 0; }
	/* index */
	#index .sec1{ padding: 80px 0 100px; }
	#index .sec1 .adsPc1{ top: 30px; right: 30px; }
	#index .sec1 .adsPc1 .lnk1btn{ width: 120px; padding: 5px; }
	#index .sec2{ padding: 80px 0 100px; background: url("images/01_back01@2x.png") no-repeat top center / 1920px 1920px; }
	#index .sec2 .lstLnk2btn a, #medical .sec2 .lstLnk2btn a{ width: 230px; height: 230px; }
	#index .sec2 .lstLnk2btn li, #medical .sec2 .lstLnk2btn li{ margin-right: 60px; margin-top: 40px; }
	#index .sec2 .lstLnk2btn li:nth-child(4n), #medical .sec2 .lstLnk2btn li:nth-child(4n){ margin-right: 0; }
	#index .sec3{ padding: 60px 0 150px; background: url("images/01_back02@2x.png") no-repeat top center / 1920px 964px; }
	#index .sec4{ padding: 60px 0 100px; background: url("images/01_back03@2x.png") no-repeat top center / 1920px 992px; }
	/* sub */
	.subp1{ background: url("images/02_back01@2x.png") no-repeat top center / 1920px 680px; padding: 60px 0 100px; }
	#facility .sec2 .w328{ margin-right: 58px; }
	#facility .sec2 .w328:nth-child(3n){ margin-right: 0; }
	#access .wrap{ padding-left: 193px; padding-right: 193px; }
	#details{ padding-left: 100px; padding-right: 100px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ margin-left: 75px; }
	#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 .des{ padding: 1em 0; }

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

	/* footer
	****************************************************/
	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"] a:hover{ opacity: .75; }
	.trk1{ top: 230px; right: 0; }
	.trk2{ top: 370px; right: 0; }

	/* 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{ width: 80%; }
	.lst1 li span, .lst1li span{ display: block; }

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

	/* 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%; background-color: #fff; position:fixed; top: 0px; left: 0px; z-index: 999; }
	#headerSp .inner{ padding: 20px 20px 15px; }
	#headerSp .logo{ margin: 0 100px 5px 0; }
	#headerSp img{ width: 100%; margin-bottom: 10px; }
	/* nav */
	.gNav{
		background-color: #F0EFE4;
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav li{ margin-top: 10px; }
	.gNav li a{ display: block; padding: .75em 1em .75em 2em; color: #fff; font-size: 16px; background-color: #5596D6; 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 .row2 li{ float: left; width: 50%; }
	.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; 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: "▼"; }

    /*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		background: #5596D6;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #5596D6;
		border-radius: 6px;
	}
	.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_01_main@2x_20241125.png") no-repeat top center / 100% auto;
		padding-top: 80%;
		position:relative;
	}

	/* title
	****************************************************/
	.pp1ttl{ background: url("images/sp_02_titleback@2x.png") no-repeat top center / 100% 100%; height: 120px; color: #fff; }

	/* content
	****************************************************/
	/* common */
	.spa1{ padding-top: 50px; padding-bottom: 50px; }
	/* index */
    #index .sec1{ padding: 30px 0 60px; }
    #index .sec1 h2{ text-align: center; }
    #index .sec1 .fr{ margin-top: 30px; }
    #index .sec1 .adsPc1{ margin-top: 30px; text-align: center; }
    #index .sec1 .adsPc1 a{ width: 120px; }
    #index .sec2{ padding: 50px 0; }
	#index .sec2 .lstLnk2btn a, #medical .sec2 .lstLnk2btn a{ width: 100%; height: 165px; }
	#index .sec2 .lstLnk2btn li, #medical .sec2 .lstLnk2btn li{ width: 50%; margin-top: 20px; }
    #index .sec3{ padding: 50px 0; }
    #index .sec4{ padding: 50px 0; }
	.subp1{ padding-top: 50px; padding-bottom: 50px; }
	#greeting .sec1 h2{ margin-bottom: 60px; }
	#greeting .sec1 .fl{ margin-top: 60px; }
	#facility .sec2 figure{ text-align: center; }

	/* 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: #F0EFE4; padding: 40px 0 30px; }
	footer .sec1 .rig{ margin-top: 30px; }
    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: 15%; text-align: center; background-color: #5596D6; }
	#footerSp tr td:nth-of-type(2){ width: 42.5%; background-color: #69BEE3; border-right: 1px solid #FFF; }
	#footerSp tr td:nth-of-type(3){ background-color: #5596D6; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp a img{ vertical-align: -12px; margin-right: 10px; }
}