@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; }
body{ font-size:19px; line-height:180%; color:#333; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 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; }
.mb20{ margin-bottom: 20px; }
.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }

/* 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
****************************************************/
.col1, .col1ul li:before, .col1dl dt:before, .col1icon:before{ color: #553629; }
.col2, .col2ul li:before, .col2dl dt:before, .col2icon:before{ color: #A4C700; }
.col3{ color: #F09C05; }
/* background */
.bg1col{ background-color: #F5F0E7; }
.bg2col{ background-color: #F8FAEC; }
.bg3col{ background-color: #FFFFFF; }
.bg4col{ background-color: #FFF8EB; }

/* 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
****************************************************/
.fw_b{ font-weight: bold; }
.fs_s{ font-size:small; }
.fs12{ font-size:12px; }
.fs14{ font-size:14px; }
.fs15{ font-size:15px; }
.fs16{ font-size:16px; }
.fs19{ font-size:19px; }
.fs20{ font-size:20px; }
.fs23{ font-size:23px; }
.fs24{ font-size:24px; }

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

/* headline
****************************************************/
h1, h2, h3, h4{
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.hl1{
	background: url("images/icon_title.png") no-repeat top center / 30px 30px;
	text-align: center;
	padding-top: 45px;
	font-size: 30px;
}
.hl2{
	border-bottom: 2px solid #553629;
	font-size: 26px;
	padding-bottom: 10px;
}
.hl2:before{
	content: "－";
	color: #A4C700;
	font-weight: bold;
	font-size: 30px;
	margin-right: 10px;
}
.hl3{
	font-size: 40px;
	text-align: center;
	display: inline-block;
}
.hl3 span{
	font-size: 16px;
	color: #A4C700;
	display: block;
}
.hl4{
	border: 1px solid #A4C700;
	background-color: #FFFFFF;
	color: #A4C700;
	font-size: 26px;
	text-align: center;
	padding: .25em;
}
.hl5{
	background: url("images/icon_title.png") no-repeat left center / 30px 30px;
	padding-left: 40px;
	font-size: 26px;
}
.hl6{
	font-size: 23px;
	font-weight: bold;
}
.hl6:before{
	content:"●";
	margin-right: .5em;
	color: #A4C700;
}
.hl7{
	font-size: 23px;
}
.hl7 img{
	vertical-align: -25px;
	margin-right: 15px;
}
.hl8{
	font-size: 23px;
}
.hl8 img{
	vertical-align: -10px;
	margin-right: 15px;
}

/* page title
****************************************************/
.pp1ttl{
	background: url("images/2kaiso_title_back.png") no-repeat top center;
	background-size: cover;
	height: 250px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pp1ttl h2{ color: #fff; }

/* content
****************************************************/
/* 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 .w300{ border: 1px solid #A4C700; }
#index .sec1 .w300 p{ width: 100%; }
#index .sec2 h2{ font-size: 30px; color: #553629; padding: 1em 0; }
#index .sec3 p{ color: #fff; font-weight: bold; text-align: center; margin-top: 30px; line-height: 200%; }
#index .sec4 .num1{ background-image: url("images/top_medical_banner_hakunaisho.png"); }
#index .sec4 .num2{ background-image: url("images/top_medical_banner_icl.png"); }
#index .sec4 .num3{ background-image: url("images/top_medical_banner_oruso.png"); }
#index .sec4 .num4{ background-image: url("images/top_medical_banner_kinshiyokusei.png"); }
#index .sec4 .num5{ background-image: url("images/top_medical_banner_ryokunaisho.png"); }
#index .sec4 .num6{ background-image: url("images/top_medical_banner_shoniganka.png"); }
#index .sec4 ul a{ display: block; font-weight: bold; font-size: 18px; text-align: center; background-color: #A4C700; color: #553629; border: 2px solid #553629; margin-top: 30px; line-height: 20px; }
#index .sec4 ul a:hover{ background-color: #553629; color: #fff; }
#index .sec4 ul li:nth-child(n+9) a{ background-color: #fff; }
#index .sec4 ul li:nth-child(n+9) a:hover{ background-color: #553629; color: #fff; }
#index .sec5{ background: url("images/top_goaisatu_back.png"); }
/* medical */
#medical .sec2 .box1 a{ background: url("images/shinryo_naiyo_button_back.png") no-repeat center center / 380px 200px; text-align: center; color: #fff; font-size: 23px; width: 380px; height: 200px; }
#medical .sec2 .box2 a{ background-color: #A89274; text-align: center; color: #fff; font-size: 23px; width: 270px; height: 160px; }
/* guide */
#guide .sec2 .w380{ margin-top: 50px; }
#guide .sec2 .bg1col{ padding: 40px; margin-top: 20px; }
#guide .sec2 h3{ border-bottom: 2px solid #553629; color: #553629; text-align: center; margin-bottom: 20px; font-size: 26px; }
/* access */
#access .band1{ font-size: 26px; font-weight: bold; border-radius: 30px; padding: 10px 0; }
/* about */
#about .sec1 strong{ font-size: 23px; }
/* details */
#details h2{ border-bottom: 2px solid #A4C700; color: #553629; font-size: 30px; padding-bottom: 1em; margin-bottom: 30px;  }
/* band */
.band1{ background-color: #A89274; color: #fff; padding: 0 1em; font-size: 16px; border-radius: 15px; text-align: center; }
.band2{ background-color: #553629; color: #fff; padding: .5em 1em; font-size: 19px; text-align: center; }
.band3{ background-color: #fff; color: #553629; border: 2px solid #553629; padding: .5em 1em; font-size: 19px; text-align: center; }
/* padding */
.pad40{ padding: 40px; }
/* border */
.bor1{ border: 1px solid #553629; }
/* check list */
.cLst li{
	background: url("images/dryeye_vdt_icon02@2x.png") no-repeat left center / 22px 22px;
	padding-left: 35px;
}


/* symptom
****************************************************/
/* symptom */
#symptom h2{ font-size: 26px; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '▶'; margin-right: .5em; color: #A4C700; 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{ background-color: #F5F0E7; }
#symptom2 li a:before{ content:"▶"; margin-right: .5em; color: #A4C700; font-weight: bold; }
#symptom2 li a:hover{ color: #A4C700; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{ background-color: #F5F0E7; padding: 25px; }
#symptom3 h3:before{ content: '▶'; margin-right: .5em; color: #A4C700; font-weight: bold; }
#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: #A4C700; }
#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: #F09C05; 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 .txt1{ background-color: #A89274; color: #fff; font-size: 16px; padding: 0 .5em; text-align: center; }
footer .sec2{ padding: 1em 0; }
footer .sec2 *{ color: #333; }
address{ background-color: #553629; 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: #A89274;
	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
****************************************************/
.lnk1:hover{ opacity: .8; }
.lnk1btn, .lnk2btn, .lnk3btn, .lnk4btn{ display: inline-block; }
.lnk1btn{ background-color: #553629; border: 1px solid #553629; color: #fff; padding: 25px 0; line-height: 30px; text-align: center; }
.lnk1btn:hover{ background-color: #fff; color: #553629; }
.lnk2btn{ background-color: #A4C700; border: 2px solid #A4C700; color: #fff; text-align: center; }
.lnk2btn:hover{ background-color: #fff; border: 2px solid #553629; color: #553629; }

/* table
****************************************************/
.tbl1{ width: 100%; border-collapse: collapse; }
.tbl1 th, .tbl1 td{ border:1px solid #707070; padding: 20px; }
.tbl1 th{ background-color: #A89274; color: #FFFFFF; }


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

	600px over

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

	/* common
	****************************************************/
	.wrap{ margin-left: auto; margin-right: auto; width: 1200px; }
	.wrap1{ margin-left: auto; margin-right: auto; width: 1000px; }
	.sp{ display: none!important; }
	/* list */
	.lst1pc li{ padding-left: 200px; overflow:hidden; }
	.lst1pc li span{ display: block; float: left; width: 200px; margin-left: -200px; }
	/* adj */
	.mt1adj{ margin-top: 150px; }
	.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; }
	.w300{ width: 300px; }
	.w360{ width: 360px; }
	.w380{ width: 380px; }
	.w580{ width: 580px; }
	.w800{ width: 790px; }
	.w50pUl li{ width: 50%; }

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

	/* 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 .rig{ margin-left: 15px; }
	header .rig img{ margin-top: 10px; }
	header .lef{ position: relative; width: 880px; }
	header [class^="ads"]{ position: absolute; }
	header .ads1{ top: 30px; right: 320px; background-color: #A89274; color: #fff; padding: 0 1em; font-size: 16px; border-radius: 15px; }
	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: 20px; }
	.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: #A89274; }
	/* 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: #A89274;
		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; }

	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 75px 0 150px; }
	.spa60{ padding: 60px 0; }
	.spa80{ padding: 80px 0; }
	/* index */
	#index .sec1 .w300{ padding: 50px 0; }
	#index .sec1 .w300 p{ margin-top: 50px; }
	#index .sec2{ background: url("images/top_surgery_back.png") no-repeat top center / 1800px 1454px; }
	#index .sec2{ background: url("images/top_surgery_back.png") no-repeat top center / 1800px 1454px; min-height: 1460px; }
	#index .sec2 .w580{ margin-top: 85px; }
	#index .sec2 .w580:first-child{ margin-top: 300px; }
	#index .sec3{ background: url("images/top_tokucho_back.png") no-repeat top center / 1360px 624px; padding-top: 80px; height: 624px; margin-top: 80px; margin-bottom: 100px; }
	#index .sec4 .list{ margin-top: 20px; }
	#index .sec4 .list li{ margin-top: 30px; }
	#index .sec4 .list a{ width: 270px; }
	#index .sec4 .head{ background: url("images/top_medical_title_back.png") no-repeat bottom center / 1920px 160px; height: 160px; padding-top: 70px; }
	#index .sec4 .bg1col{ padding: 80px 0 100px; }
	#index .sec4 h3 a{ height: 150px; background-repeat: no-repeat; background-position: center center; background-size: 580px 150px; color: #fff; }
	#index .sec4 h3{ margin-bottom: 20px; }
	#index .sec4 .w580{ margin-top: 40px; }
	#index .sec4 ul a{ width: 270px; padding: 30px 0; }
	#index .sec5{ padding: 200px 0; }
	#index .sec5 .lef{ width: 50%; background: url("images/top_goaisatu_rijicho.png") no-repeat top right 60px / 860px 880px; min-height: 880px; }
	#index .sec5 .rig{ width: 50%; padding-left: 20px; }
	#index .sec5 h2{ margin-bottom: 80px; }
	/* about */
	#about .sec1 .fbPc li{ margin-right: 60px; }
	/* medical */
	#medical .sec2{ padding: 50px 0 80px; }
	#medical .sec2 .box2 li{ margin-right: 40px; }
	#medical .sec2 .box2 li:nth-child(4n){ margin-right: 0; }
	/* guide */
	#guide .sec2 .bg1col{ padding: 0 40px 40px; }
	#guide .sec2{ margin-top: 150px; }
	#guide .sec2 h3{ height: 100px; }
	/* access */
	#access .sec1{ padding-left: 100px; padding-right: 100px; }

	/* 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{ padding: 70px 0 80px; }
	footer .sec1 .lef, footer .sec1 .rig{ width: 580px; }
	footer .sec1 .txt1{ background-color: #A89274; color: #fff; font-size: 16px; padding: 0 .5em; }
	footer .sec1 .lef .fbPc1{ margin-top: 50px; }
	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: 1; }
	[class*="trk"]:hover{ right: 0; }
	.trk1{ top: 200px; right: -60px; }
	.trk2{ top: 335px; right: -60px; }

	/* 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
	****************************************************/
	*{ line-height: 175%!important; }
	body{ font-size:16px; }
	.wrap, .wrap1{ padding: 15px; }
	.wrap .wrap1{ padding: 0; }
	img{ max-width:100%; height:auto; }
	.pc{ display:none!important; }
	.sp_tac{ text-align:center; }
	/* list */
	.lst1pc li span{ display: block; }
	/* adj */
	.sp1mt{ margin-top: 30px; }
	/* adj */
	.mt1adj{ margin-top: 100px; }
	#greeting #ope #icl h3{ font-size: 22px; }

	/* 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, .lnk2btn, .lnk3btn, .lnk4btn{ display: block; }
	.lnk1btn{ margin-left: 20%; margin-right: 20%; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width: 100%; background-color: #fff; position: fixed; top: 0px; left: 0px; z-index: 997; }
	#headerSp table{ margin: 10px 70px 10px 10px; }
	#headerSp tr th{ padding-right: 10px; }
	#headerSp table img{ width: auto; height: 50px; }
	#headerSp .fbCom1{  padding: 0 15px 10px; }
	#headerSp .fbCom1 figure{ width: 48%; }
	/* 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;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{ margin-top: 20px; }
	.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: #A89274; }
	.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: #A89274; font-weight: bold; font-size: 30px; position: absolute; right: 10px; top: 10px; }
	.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: 11px;
		right: 10px;
		z-index: 9999;
		background: #553629;
		cursor: pointer;
		width: 50px;
		height: 50px;
		border: 1px solid #553629;
	}
	.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-image: url("images/sp_2kaiso_title_back.png"); height: 150px; }
	.pp1ttl h2{ padding: .25em 1em; }

	/* content
	****************************************************/
	/* common */
	.spa1{ padding-top: 60px; padding-bottom: 60px; }
	.spa60{ padding-top: 30px; padding-bottom: 30px; }
	.spa80{ padding-top: 40px; padding-bottom: 40px; }
	/* notice */
	#notice{ padding: 30px 15px 15px; }
	#notice li{ margin-top: .5em; }
	/* index */
	.mv{ background:url("images/sp_top_main.png") no-repeat top center; padding-top: 80%; background-size: contain; }
	#index .sec1 .w300{ padding: 30px 0 20px; }
	#index .sec1 .w100{ width: 100px; display: inline-block; margin-top: 20px; }
	#index .sec2 .wrap{ padding: 0; }
	#index .sec2 .lef{ background: url("images/sp_top_surgery_back_icl.png") no-repeat top center / 100% auto; padding: 100px 15px 0; }
	#index .sec2 .rig{ background: url("images/sp_top_surgery_back_hakunaisho.png") no-repeat top center / 100% auto; margin-top: 60px; padding: 100px 15px 0; }
	#index .sec2 .lnk1btn{ margin-left: 20%; margin-right: 20%; }
	#index .sec3{ padding: 15px; margin-top: 60px; }
	#index .sec3 .wrap{ background-color: #A89274; text-align: center; padding: 0 20px 40px; }
	#index .sec3 .w380{ padding-top: 40px; }
	#index .sec4{ margin-top: 50px; }
	#index .sec4 .head{ background: url("images/sp_top_medical_title_back.png") no-repeat left bottom / 375px 130px; height: 130px; padding-top: 70px; }
	#index .sec4 .bg1col{ padding: 50px 0; }
	#index .sec4 .w380{ margin-top: 20px; }
	#index .sec4 h3{ margin-top: 40px; margin-bottom: 10px; }
	#index .sec4 h3 a{ height: 90px; background-repeat: no-repeat; background-position: center center; background-size: cover; color: #fff; }
	#index .sec4 ul li{ width: 48%; }
	#index .sec4 ul li a{ height: 90px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; line-height: 200%; }
	#index .sec5{ padding-bottom: 100px; }
	#index .sec5 .rig .head{ background: url("images/sp_top_greeting_rijicho.png") no-repeat top center / cover; padding: 25% 0 100%; margin: 50px 0 30px; }
	#index .sec5 .rig .w580 p{ padding: 0 15px; }
	#index .sec5 .lnk1btn{ margin-left: 20%; margin-right: 20%; }
	/* greeting */
	#greeting .sec1 .w580{ margin-top: 30px; }
	#greeting .sec2 .w380{ margin-top: 60px; }
	/* ope */
	#ope .sec2 .w580{ margin-top: 20px; }
	/* medical */
	#medical .sec2{ padding-bottom: 40px; }
	#medical .sec2 .box1 a{ width: 100%; height: 150px; background-size: cover; }
	#medical .sec2 .box2 a{ width: 100%; height: 150px; }
	#medical .sec2 .box2 li{ width: 48%; }
	#medical .sec2 .box2 li{ margin-right: 4%; }
	#medical .sec2 .box2 li:nth-child(2n){ margin-right: 0; }
	/* guide */
	#guide .sec1 .w380{ margin-top: 30px; }
	#guide .sec2{ margin-top: 100px; }
	#guide .sec2 .w380{ margin-top: 50px; }
	#guide .sec2 figure{ text-align: center; }
	#guide .sec2 h3{ padding-bottom: .5em; line-height: 150%!important; }

	/* 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{ margin-top: 40px; }
	footer .sec1{ padding: 40px 0; }
	footer .sec1 .rig{ margin-top: 40px; }
	footer .sec1 .lef .fbPc1{ padding: 40px 10% 10px; text-align: center; }
	footer .sec1 .lef .fbPc1 p{ margin-bottom: 15px; }
	footer .sec2{ padding: 15px; }
	footer .sec2 li{ width: 50%; }
	address{ font-size: 10px; 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
	****************************************************/
    .tbl1{ border-bottom: 1px solid #707070; }
    .tbl1 th, .tbl1 td{ display: block; border-bottom: none; width: 100%; }
    .tbl1 .blank{ display: none; }

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