@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; }
body{ font-size: 19px; color: #333; font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type:none; }
h1{ font-size:12px; font-weight:normal; }
address{ font-style: normal; }
section p{ line-height: 200%; }
a{ text-decoration:none; color:#333; line-height: 100%; }
a:hover{ text-decoration:none; }

/* margin
****************************************************/
.mt0li li:first-child{ margin-top: 0; }
.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; }

/* text-align
****************************************************/
.tar{ text-align:right; }
.tac{ text-align:center; }
.tal{ text-align:left; }
.ti1{ text-indent: 1em; }
.ti2, .ti2ul li{ text-indent: -1em; padding-left: 1em; }
.ti3, .ti3ul li{ text-indent: -1.5em; padding-left: 1.5em; }

/* color
****************************************************/
.colWT{ color: white; }
.col1, .col1ul li:before, .col1icon:before{ color: #68A30D; }
.col2, .col2ul li:before, .col2icon:before{ color: #DAB4D4; }
/* background */
.bgColWT{ background-color: white; }
.bg1col{ background-color: #FAF9F4; }
.bg2col{ background-color: #C33F72; }

/* 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; }
.icon_kome:before, .icon-ul_kome li:before, .icon-dl_kome dt:before{ content:"※"; margin-right: .5em; }

/* font-size
****************************************************/
.fwB{ font-weight: bold; }
/* .fsS{} */
.fsM{ font-size: 26px; font-family: "Jun 501", "じゅん 501"; }
.fsL{ font-size: 32px; font-family: "Jun 501", "じゅん 501"; }
.fs16{ font-size: 16px; }
.fs19{ font-size: 19px; }
.lh200{ line-height: 200%; }

/* border-radius
****************************************************/
.br05, .br05ul li{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.br20{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }

/* list-style
****************************************************/
.ls_adj{ margin-left:1em; }
.ls_disc{ list-style:disc; margin-left:1em; }
.icon_ccl:before, .icon_cclul li:before, .icon_ccl dt:before{ content:"● "; }

/* 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; }
.fbComCen2{ align-items: center; align-content: center; }

/* headline
****************************************************/
.fsFam1, .pp1ttl, h1, h2, h3, h4{ font-family: "じゅん 501", "Jun 501"; line-height: 150%; }
.gNav{ font-family: "じゅん 201", "Jun 201"; }
.hl1{ background: url("images/icon_title@2x.png") no-repeat top center / 60px 60px; text-align: center; color: #68A30D; padding-top: 75px; }
.hl2{ background: linear-gradient(90deg, #A270BC, #EBB8B8); color: #FFF; padding: 10px 30px; }
.hl3{ color: #68A30D; border-bottom: 1px dotted #68A30D; text-align: center; padding-bottom: 10px; }

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

/* 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{
	position: relative;
	background-color: #C33F72;
	color: #FFF;
	line-height: 20px;
	padding: 20px 40px;
	text-align: left;
}
.lnk1btn:after{
	content: ">";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}
.lnk2btn{ display: flex; border: 1px solid #333333; background: url("images/01_shinryo_button.png") no-repeat center bottom #FFF; text-align: center; line-height: 200%; }
.lnk2btn:hover{ background-color: #F7EAF5; }

/* content
****************************************************/
.notice a{ display: block; border-bottom: 2px dotted #DDD; padding: 30px 0; }
#index .notice a{ padding: 20px 0; }
/* common */
.posRelCom{ position: relative; }
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad40{ padding: 40px; }
.box1c{ border: 1px solid #68A30D; color: #68A30D; background-color: #FFF; font-weight: bold; text-align: center; padding: 10px; }

/* symptom
****************************************************/
/* symptom */
#symptom h2{ margin-bottom: 20px; }
#symptom h2 span{ width: 100%; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '▶'; margin-right: .5em; color: #DAB4D4; font-weight: bold; }
#symptom li a:hover{ color: #C33F72; }
#symptom li a, #symptom2 li a{ color: #333; }
/* symptom2 */
#symptom2 ul{ border-top: 1px solid #8B8B8B;}
#symptom2 li a:before{ content:"▶"; margin-right: .5em; color: #DAB4D4; font-weight: bold; }
#symptom2 li a:hover{ color: #C33F72; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{ margin-top: 60px; }
#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: #DAB4D4; }
#site dd{ margin:15px 15px 50px 1.5em; }

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

/* footer
****************************************************/
footer .sec2{ padding: 20px 0; }
footer .sec2 *{ color: #333; }

/* 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: #C33F72;
	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; }
	/* list */
	.lst1pc li{ padding-left: 300px; overflow:hidden; }
	.lst1pc li span{ display: block; float: left; width: 300px; margin-left: -300px; }

	/* 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; }
	.fbPcCen{ align-items: center; justify-content: center; align-content: center; }
	.odr1pc{ order: 1; }
	.odr2pc{ order: 2; }

	/* width
	****************************************************/
	.w520{ width: 520px; }
	.w300{ width: 300px; }
	.w328{ width: 328px; }
	.w668{ width: 668px; }
	.w714{ width: 714px; }
	.w50pUl li{ width:50%; }

	/* main
	****************************************************/
	.mv{ background: url("images/01_pc_main@2x_20241125.png") no-repeat center top / 100% auto; padding-top: 29.1%; }
	.pp1ttl{ background: url("images/02_titleback_20240426@2x.png") no-repeat center center / cover; height: 230px; text-align: center; }
	.mv2{ background: url("images/01_pc_main@2x_20250731.png") no-repeat center top / 100% auto; padding-top: 29.1%; }
	.pp1ttl{ background: url("images/02_titleback_20240426@2x.png") no-repeat center center / cover; height: 230px; text-align: center; }

	/* header
	****************************************************/
	header{ background-color: #FFF; min-width: 100%; min-height: 160px; position: fixed; top: 0px; left: 0px; z-index: 9; display: flex; justify-content: space-between; }
	@media only screen and (max-width: 1300px){ header{ width: 1300px; }}
	header .lef{ margin-left: 15px; margin-top: 5px; }
	header .lef img{ margin-top: 10px; margin-right: 20px; }
	header .rig{ position: relative; width: 800px; }
	header .adsPc1{ top: 100px; right: 0; z-index: 99999; }
	header .adsPc2{ top: 30px; right: 350px; height: 40px; width: 350px; font-size: 19px; }
	header .adsPc3{ top: 30px; right: 20px; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; font-size: 16px; }
	.gNav ul{ padding: 10px 20px 10px 0; }
	.gNav li{ display: inline-block; letter-spacing: normal; vertical-align: top; margin-left: 25px; }
	.gNav ul a{ padding-bottom: 5px; }
	.gNav ul a:hover, .gNav ul .stay{ border-bottom: 1px solid #C33F72; }

	/* contents
	****************************************************/
	.subp1{ padding: 60px 0 100px; }
	/* index */
	#index .sec1{ padding: 30px 0 100px; }
	#index .sec2{ padding: 80px 0 100px; }
	#index .sec2 .gr1{ background: url("images/01_touin_pic01_20240426@2x.png") no-repeat top center / 1920px 480px; min-height: 480px; }
	#index .sec2 .gr2{ background: url("images/01_touin_pic02@2x.png") no-repeat top center / 1920px 480px; min-height: 480px; }
	#index .sec2 .gr3{ background: url("images/01_touin_pic03@2x.png") no-repeat top center / 1920px 480px; min-height: 480px; }
	#index .sec3{ background: url("images/01_shinryo_back@2x.png") no-repeat top center/ cover; padding: 80px 0 100px; }
	#index .sec3 .lnk2btn{ width: 230px; height: 230px; }
	#index .sec3 ul{ margin-top: 30px; }
	#index .sec3 li{ margin-right: 60px; margin-top: 30px; }
	#index .sec3 li:nth-child(4n){ margin-right: 0; }
	#index .sec4{ background: url("images/01_greeting_back@2x.png") no-repeat top center / 1920px 895px; min-height: 895px; padding-top: 80px; }
    #facility .sec2 .w328{ margin-right: 58px; }
    #facility .sec2 .w328:nth-child(3n){ margin-right: 0; }
    #facility .sec2 h3{ height: 60px; }
    #access .sec1 .gr1{ width: 500px; margin-left: auto; margin-right: auto; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ margin-left: 20px; }
	#symptom li{ width: 25%; margin-top: 30px; }
	/* 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: 1em; }
	#symptom3 .des{ padding: 1em 0; }

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

	/* footer
	****************************************************/
	footer .sec1{ padding: 50px 0; }
	footer .sec2{ font-size: 16px; text-align: center; }
	footer .sec2 .fbCom1{ justify-content: center; }
	footer .sec2 a{ display: block; padding: 0 10px; }

	/* tracking
	****************************************************/
	.trk1{ position: fixed; top: 200px; right: 0px; }

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

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



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

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

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

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

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; background-color: #FCFAEF; position:fixed; top: 0px; left: 0px; z-index: 999; }
	#headerSp .inner{ padding: 10px 10px 10px; }
	#headerSp .logo{ margin: 5px 100px 0 0; }
	#headerSp .box1c{ padding: 5px; margin-top: 15px; }
	.gNav{
		background: url("images/sp_menu_back@2x.png") no-repeat center center / 100% auto #FAF9F4;
		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 ul{ padding: 15px 20%; }
	.gNav li{ border-bottom: 1px solid #C33F72; }
	.gNav li a{ display: block; padding: 20px 5px; color: #333; text-align: center; font-size: 19px; }
	.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: 10px;
		right: 10px;
		z-index: 9999;
		background: #C33F72;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #C33F72;
	}
	.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_02_titleback@2x.png") no-repeat center center / cover; height: 150px; text-align: center; }
    .pp1ttl .wrap{ width: 100%; }
	/* content
	****************************************************/
	.subp1{ padding-top: 30px; padding-bottom: 50px; }
	.pad40{ padding: 20px; }

	/* index */
	.mv{ background:url("images/sp_01_main@2x_20241125.png") no-repeat top center / 100% auto #FAF9F4; padding-top: 102%; }
	.mv2{ background:url("images/sp_01_main@2x_20250731.png") no-repeat top center / 100% auto #FAF9F4; padding-top: 102%; }
	#index .sec1{ padding: 30px 15px; }
	#index .sec1 .lnk1btn{ margin-top: -20px; margin-bottom: 50px; }
	#index .sec2{ padding: 30px 0 50px; }
	#index .sec2 .gr1{ background: url("images/sp_01_touin_pic01_20240426@2x.png") no-repeat bottom center / 100% auto; padding-bottom: 70%; }
	#index .sec2 .gr2{ background: url("images/sp_01_touin_pic02@2x.png") no-repeat bottom center / 100% auto; padding-bottom: 70%; }
	#index .sec2 .gr3{ background: url("images/sp_01_touin_pic03@2x.png") no-repeat bottom center / 100% auto; padding-bottom: 70%; }
	#index .sec3{ background: url("images/sp_01_shinryo_back@2x.png") no-repeat bottom center / 100% auto #FAF9F4; padding: 30px 0 50px; }
	#index .sec3 ul{ margin-top: 30px; justify-content: space-between; }
	#index .sec3 .lnk2btn{ width: 100%; height: 160px; padding: 15px; }
	#index .sec3 li{ width: 48%; margin-top: 30px; }
	#index .sec4{ padding: 30px 0 50px; }

	/* 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{ padding-top: 15px; }
	footer .sec1{ padding: 30px 0; }
	footer .sec1 .adr{ text-align: left; }
	footer .sec2{ padding: 15px; }
	footer .sec2 li{ width: 50%; padding: 5px 0; }
	address{ font-size: 10px!important; padding: 10px; }

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

	/* table
	****************************************************/
	.tbl1 th, .tbl1 td{ padding: 10px; }

	/* gmap
	****************************************************/
	.gmap{
		position: relative;
		padding-bottom: 80%;
		height: 0;
		overflow: hidden;
		margin-top: 20px;
	}
	.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; background-color: #68A30D; }
	#footerSp tr td:nth-of-type(1) a{ border-right: 1px solid #FFF; }
	#footerSp tr td:nth-of-type(2){ width: 50%; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #FFF; }
	#footerSp img{ vertical-align: -10px; }
}