@charset "utf-8";

/* icon
****************************************************/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?2cvaz7');
  src:  url('fonts/icomoon.eot?2cvaz7#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2cvaz7') format('truetype'),
    url('fonts/icomoon.woff?2cvaz7') format('woff'),
    url('fonts/icomoon.svg?2cvaz7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sheet:before {
  content: "\e926";
}


/* 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:#543432; font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type:none; }
a{ text-decoration:none; color:#000; }
a:hover{ text-decoration:underline; }
a:hover img{ opacity: 0.5; transition:all 0.3s ease; }
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }
em{ font-style: normal; }

/* margin
****************************************************/
.mt10, .mt10ul li{ margin-top:10px; }
.mt20, .mt20ul li{ margin-top:20px; }
.mt30, .mt30ul li{ margin-top:30px; }
.mt40{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt75{ margin-top:75px; }
.mt100{ margin-top:100px; }
.mt150{ margin-top:150px; }
.mt-50{ margin-top:-50px; }
.mb50{ margin-bottom: 50px; }
.mb30{ margin-bottom: 30px; }
.mb20{ margin-bottom: 20px; }
.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }

/* padding
****************************************************/
.pad10{ padding: 10px;}
.pad20{ padding: 20px;}

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

/* color
****************************************************/
.col_red{ color:red; }
.col_white{ color:white; }
.col_1, .col1ul li:before, .col1icon:before,.col1dl dt:before{ color:#543432; }
.col_2, .col2ul li:before, .col2icon:before{ color:#ca9d18; }
.col_3, .col3ul li:before, .col3icon:before{ color:#e7c735; }
.col_4, .col4ul li:before, .col4icon:before{ color:#fbf7e1; }

/* background
****************************************************/
/* color */
.bg1col{ background-color: #543432; }
.bg2col{ background-color: #fbf7e1; }

/* icon
****************************************************/
.icon_1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▶ "; }
.icon_2:before, .icon2ul li:before, .icon2dl dt:before{ content:"● "; }
.icon_3:before, .icon3ul li:before, .icon3dl dt:before{ content:"■ "; }
.icon_4:before, .icon4ul li:before, .icon4dl dt:before{ content:"◆ "; }
.icon_5:before, .icon5ul li:before, .icon5dl dt:before{ content:"▲ "; }

/* 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; }
.fs24{ font-size:24px; }

/* 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; }
.br25, .br25ul li{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; }

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

/* border
****************************************************/
.bor1{ border-top:2px solid #543432; }
.bor2{ border-bottom:2px solid #543432; }

/* header
****************************************************/
header{ border-bottom:2px solid #543432; background-color: #fbf7e1; }
header .sec1{ border-bottom:2px solid #543432; font-size: 12px; padding: 5px 0; }

/* head line
****************************************************/
.hl1, .hl2{ text-align:center; background-repeat: no-repeat; background-position: center center; }
.hl1{ background-image: url("images/hl1bg.png"); }
.hl2{ background-image: url("images/hl2bg.png"); }

/* page title
****************************************************/
.pp1ttl{ background:url(images/pp1ttl.png) no-repeat center top; text-align:center; color:#fff; }
.pp1ttl h2{ background:url("images/pp1ttl2.png") no-repeat center center; }

/* content
****************************************************/
/* notice */
#notice{ height:200px; overflow:auto; }
#notice li{ padding-right:25px; }
#notice::-webkit-scrollbar {
	all:unset;
	width:6px;
	background:transparent;
}
#notice::-webkit-scrollbar-track {
	all:unset;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	background: transparent;
}
#notice::-webkit-scrollbar-thumb {
	all:unset;
	background:#543432;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 8px;
}

#notice::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background: transparent;
}
/* index */
#index .sec1 .banner-sheet { padding: 5px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; max-width: 250px; width: 100%; min-height: 80px; color: #fff; background-color: #543432; border: 1px solid #543432; transition: .3s; }
#index .sec1 .banner-sheet .icon-sheet { font-size: 25px; margin-left: 10px; }
#index .sec1 .banner-sheet:hover { color: #543432; background-color: #fff; text-decoration: none; }
#index .sec1 .banner-sheet span{ padding: 5px 6px 0; line-height: 1.3; font-size: 14px; text-align: left;}
#index .sec1 h2{ border-bottom: 2px solid #a99998; color: #543432; padding-bottom: 5px; }
#index .sec2 .rig2{ background-color: #fbf7e1; color: #ca9d18; font-weight: bold; }
#index .sec2 .rig,
#medical .sec1 .rig{ background-color: #fbf7e1; }
#index .sec3 div[class^="box"] p { font-size: 18px; }
#index .sec4{ background:url("images/index4bg.png") no-repeat top center / cover; }
#index .sec4 .wrap{ background-color: #fff; }
/* greeting */
#greeting .sec2 .line2{ text-indent: -5.7em; margin-left: 5.7em; }
#greeting .sec2 h3{ border-bottom: 1px solid #e7c735; }
/* medical */
#medical .sec1 .rig2{ background-color: #ca9d18; color: #fff; font-weight: bold; }
#medical .sec1 .box1{ background-color: #543432; color: #fff; padding: 10px 15px; }
#medical .sec3 .fl, #medical .sec3 .fr{ background-color: #fbf7e1; }
/* guide */
#guide .sec2 h3{  border-bottom: 1px solid #ca9d18; text-align: center; }
#guide .sec2 .bg2col{ margin-top: 20px; }

/* cataracts */
#cataracts .wrap{ padding: 20px; margin-top: 30px; }
#cataracts .wrap>p{ padding: 20px; margin-top: 10px; }
#cataracts .wrap:last-child{ margin-bottom: 50px; }

#cataracts .ul_img1 li{ margin: 10px;}

#cataracts .flow_ope1 { counter-reset: number; }
#cataracts .flow_ope1 div { margin-bottom: 10px; border-bottom: dotted 1px #543432; background-repeat: no-repeat; }
#cataracts .flow_ope1 div:nth-child(1){ background-image: url("images/cat1no3.png"); }
#cataracts .flow_ope1 div:nth-child(2){ background-image:url("images/cat1no4.png"); }
#cataracts .flow_ope1 div:nth-child(3){ background-image: url("images/cat1no5.png"); }
#cataracts .flow_ope1 dt::before { counter-increment: number; content: counter(number); display: inline-block; width: 30px; height: 30px; margin-right: 10px; font-weight: bold; color: #fff; background-color: #543432; border-radius: 50%; text-align: center; line-height: 30px; }
#cataracts .flow_ope1 dt{ font-weight: bold;}

#cataracts .flow_ope2 { counter-reset: number; padding: 10px;}#cataracts .flow_ope2 dt::before { counter-increment: number; content: counter(number); display: inline-block; width: 30px; height: 30px; margin-right: 10px; font-weight: bold; color: #fff; background-color: #543432; border-radius: 50%; text-align: center; line-height: 30px; }
#cataracts .flow_ope2 dt{ padding: 10px; font-weight: bold; border-bottom: 1px solid #ca9d18;}
#cataracts .flow_ope2 dd{ padding: 10px 10px 10px 40px; }

#cataracts .caution { margin: 10px; padding: 10px; border: double #ca9d18; }
#cataracts .caution dt{ padding: 10px; font-weight: bold; }
#cataracts .caution dd{ padding: 0 10px 10px 40px; }

/* recruit */
#recruit .sec1 .box { padding: 40px 20px; }
#recruit address { margin-top: 2em; font-size: 16px; color: #000; background-color: transparent; text-align: left; }

/* symptom
****************************************************/
#symptom2 li:before, #symptom3 .back:before{ content:"＞"; font-size:14px; margin-right:5px; color:#543432; }
#symptom2 li:hover:before, #symptom3 .back:hover:before{ color:#ca9d18; text-decoration:none; }
/* symptom2 */
#symptom2 li a{ color:#543432 }
#symptom2 li a:hover{ color:#ca9d18 }
#symptom2 dt{ font-weight: bold; }
#symptom2 dd{ margin-top:30px; }
#symptom2 ul{ border-top: 1px solid #543432; }
/* symptom3 */
#symptom3 h4{ background-color: #543432; color: #fff; padding: .5em 1em; }
#symptom3 dt{ font-weight:bold; margin-top:1em; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }
#symptom3 .outline{}

/* disease
****************************************************/
#disease li a{
	background-color: #fbf7e1;
	border:1px solid #543432;
	color:#543432;
	display:block;
	font-size:20px;
	letter-spacing:.5em;
	text-align: left;
}
#disease li a:hover{ background:#ca9d18; border:1px solid #ca9d18; text-decoration:none; color:#fff; }
#disease h3{ background:#ca9d18; color: #fff; padding: 10px 20px; margin-top: 50px; }
#disease dt{ border:1px solid #543432; margin-top:20px; padding:10px 20px; }
#disease dd{ border:solid #543432; border-width: 0 1px 1px; background-color: #fbf7e1; padding:20px; }
#disease dt .name, #disease dd .name{ font-weight: bold; }
#disease dt, #disease dd{ padding-left: 3em; text-indent: -2em; }

/* about
****************************************************/
#about dt:before{ content:"▶ "; color:#543432; }
#about dd{ margin:15px 15px 50px; }

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

/* footer
****************************************************/
footer .bnr{ font-size:0; }
footer .bnr li{ display: inline-block; }
footer .sec1{ background-color: #fbf7e1; }
footer .sec1 .tel{ margin-top: 25px; }
footer .sec1 .time{ margin-top: 15px; }
footer .sec1 .clm{ margin-top: 10px; }
footer .sec1 .band{ background-color: #ca9d18; color: #fff; padding: 5px 0; text-align: center; }
footer .sec1 h3, footer .sec1 tel, footer .sec1 .time{ text-align: center; }
footer .sec2{ font-size:14px; background-color: #fbf7e1; }
address{ font-size:12px; text-align:center; background-color:#543432; color: #fff; }

/* 404
****************************************************/
.error404{ text-align:center; color:red; padding:100px 0; }

/* pagetop
****************************************************/
.pagetop {
	display:none;
	position:fixed;
	bottom:0px;
	right:10px;
	line-height:0;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color:#543432;
	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; }

/* accordion
****************************************************/
.accordion .none{ display:none; }
.accordion .switch{  cursor:pointer; }
.accordion .switch td:before{ content:"▼ "; color: #ca9d18; }
.accordion .switch.active td:before{ content:"▲ "; }

/* table
****************************************************/
table{ width:100%; border-collapse:collapse; }
.tbl1 th, .tbl1 td, .tbl2 th, .tbl2 td{ border:1px solid #543432; padding:10px 15px; text-align: left; }
.tbl1 th{ background-color:#543432; color: #fff; }
.tbl2 th{ background-color:#fbf7e1; }

/* tab
****************************************************/
@keyframes tabAnim{ 0%{opacity:0;} 100%{opacity:1;} }
.tab_wrap{ margin:50px auto 0; }
input[type="radio"]{display:none;}
.tab_area{ font-size:0; }
.tab_area label{ margin:0; display:inline-block; padding:12px 0; background:#fff; text-align:center; font-size:19px; cursor:pointer; transition:ease 0.2s opacity; border:solid #543432; border-width: 1px 1px 0; width:50%; }
.tab_area label:hover{}
.tab_panel{ width:100%; opacity:0; padding: 20px; display:none; }
.tab_panel li{ margin: 5px 0; }
.tab_panel li:before{ content:'＞'; margin-right:5px; color:#ca9d18; }
.panel_area{ border:1px solid #543432; }
#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label
{ background:#543432; color:#fff; }
#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2
{ display:block; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards; }

/* ボタン
****************************************************/
.c-button_typeA { display: flex; justify-content: center; align-items: center; max-width: 250px; width: 100%; margin-inline: auto; padding: 0.5em; color: #543432; font-weight: 700; background-color: #fff; border: 1px solid #543432; border-radius: 10px; transition: 0.3s; }
@media (any-hover: hover) {
	.c-button_typeA:hover { color: #fff; background-color: #543432; text-decoration: none; }
}





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

	600px over

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

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

	/* overflow:hidden;
	****************************************************/
	.oh, .oh_ul{ overflow:hidden; }
	.oh .fl, .oh_ul li{ float:left; }
	.oh .fr{ float:right; }
	.oh .cb{ clear:both; }

	/* column
	****************************************************/
	.clm{ letter-spacing:-0.4em; }
	.clm li{ display:inline-block; letter-spacing:normal; vertical-align:top; }

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

	/* head line
	****************************************************/
	.hl1, .hl2{ font-size: 28.5px; }

	/* header
	****************************************************/
	header .sec2{ padding: 20px 0 15px; }
	header .sec2 .fr{ margin-top: 5px; }
	header .tel{ margin-left:15px; }

	/* nav
	****************************************************/
	nav{ font-size:16px; line-height: 20px; background-color: #fbf7e1; width: 100%; }
	nav ul{ overflow:hidden; }
	nav li{ float:left; width:170px; }
	nav li:first-child{ width:150px; }
	nav ul a{ display:block; color: #543432; text-align: center; padding: 20px 0; }
	nav ul a:hover, nav ul .on{ background-color: #543432; color: #fff; text-decoration:none; }
	.fixed{ position:fixed; top:0px; left:0px; z-index:9999; }
	.space{ margin-top:50px; }
	.none{ display:none; }

	/* page title
	****************************************************/
	.pp1ttl{ padding:60px 0 40px; }
	.pp1ttl h2{ line-height:50px; }

	/* content
	****************************************************/
	/* common */
	.sec1sp{ padding:60px 0; }
	.sec2sp{ padding:60px 0 120px; }
	/* index */
	#index .sec1 .fl{ width:710px; }
	#index .sec2 .time-note { position: relative; }
	#index .sec2 .time-note .banner { position: absolute; top: 0; right: 0; }
	#index .sec2 .lef
	#medical .sec1 .lef{ width: 540px; }
	#medical .sec1 .time-note { position: relative; }
	#medical .sec1 .time-note .banner { position: absolute; top: 0; right: 0; }
	#index .sec2 .rig,
	#medical .sec1 .rig{ width: 420px; height: 270px; padding: 25px 20px 0; font-size: 17px; }
	#index .sec2 .rig2,
	#medical .sec1 .rig2{ padding: 10px 20px; margin-top: 15px; }
	#index .sec3 .rel,
	#medical .sec2 .rel{ position:relative; height: 380px; }
	#index .sec3 .box1, #index .sec3 .box2,
	#medical .sec2 .box1, #medical .sec2 .box2{ width: 800px; height: 330px; background-color: #fbf7e1; position:absolute; z-index: 0; }
	#index .sec3 .box1,
	#medical .sec2 .box1{ top: 0; left: 0; padding: 40px 240px 0 40px; }
	#medical .sec2 .box2,
	#index .sec3 .box2,
	#medical .sec2 .box2{ top: 0; right: 0; padding: 40px 40px 0 270px; }
	#index .sec3 .rel .img1,
	#medical .sec2 .rel .img1{ position:absolute; right: 0; top: 60px; z-index: 1; }
	#index .sec3 .rel .btn1,
	#medical .sec2 .rel .btn1{ position:absolute; left: 160px; bottom: 70px; z-index: 2; }
	#index .sec3 .rel .img2,
	#medical .sec2 .rel .img2{ position:absolute; left: 0; top: 60px; z-index: 1; }
	#index .sec3 .rel .btn2,
	#medical .sec2 .rel .btn2{ position:absolute; right: 160px; bottom: 70px; z-index: 2; }
	#index .sec3 .rel .oh_ul li,
	#medical .sec2 .rel .oh_ul li{ min-width: 50%; font-size: 17px; margin-bottom: 1em; }
	#index .sec4 .wrap{ padding: 40px; margin-top: 50px; }
	#index .sec4 .oh{ margin-top: 40px; }
	#index .sec4 .fr{ width: 510px; }
	/* greeting */
	#greeting .sec1 .rel{ height: 400px;position:relative; background: url("images/greeting1no2.png") no-repeat center center; }
	#greeting .sec1 .ads1{ margin-left: 30px; }
	#greeting .sec1 .ads2{ position:absolute; right: 200px; top: 170px; }
	#greeting .sec1 .bg2col{ padding: 40px 20px; }
	#greeting .sec2 .bg2col{ width: 480px; height: 480px; padding: 30px 20px 0; }
	#greeting .sec2 ul{ padding: 20px 20px 0; }
	#greeting .sec2 .fl li{ margin-bottom: .5em; }
	#greeting .sec2 h3{ padding: 0 0 20px 20px; }
	/* medical */
	#medical .sec1 .box1{ margin-top: 75px; font-size: 24px; }
	#medical .sec1 .box1 span{ font-size: 16px; }
	#medical .sec3{ padding-bottom: 100px; }
	#medical .sec3 .fl, #medical .sec3 .fr{ width: 480px; height: 380px; padding: 30px; margin-bottom: 50px; }
	/* guide */
	#guide .sec1 .fl, #guide .sec1 .fr{ width: 480px; margin-bottom: 50px; }
	#guide .sec1 .bg2col{ padding: 30px; margin-top: 20px; height: 220px; }
	#guide .sec2 .bg2col{ padding: 20px; }
	#guide .sec2 .hs{ height: 250px; }
	#guide .sec2 .hl{ height: 400px; }
	#guide .sec2 .fl, #guide .sec2 .fr{ width:300px; margin-top:50px; }
	#guide .sec2 .fl{ margin-right:50px; }
	#guide .sec2 h3{ font-size:20px; line-height:125%; height:70px; display:table-cell; vertical-align:middle; width:300px; }

	/* cataracts PC */
	#cataracts .flow_ope1 { padding: 10px;}
	#cataracts .flow_ope1 div{ padding:0 0 0 340px; min-height: 260px; background-position: left top ;}

	#cataracts .flow_ope1 dt{ padding: 40px 10px 10px; }
	#cataracts .flow_ope1 dd{ padding: 10px; }

	/* symptom
	****************************************************/
	/* symptom2 */
	#symptom2 dt, #symptom3 h3{ font-size:26px; }
	#symptom2 dt{}
	#symptom2 dd{ padding:10px 100px; }
	#symptom2 ul{ margin-top:40px; padding:20px 0 40px 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:20px; }
	#symptom3 dl{ padding: 0 1em; }
	#symptom3 .dis{ margin-top:50px; }
	#symptom3 .des{ padding: 1em; }
	#symptom3 .outline{ margin-top: 50px; }

	/* disease
	****************************************************/
	#disease ul{ margin-bottom: 35px; }
	#disease li{ margin:15px 40px 15px 0; }
	#disease li:nth-child(2n){ margin-right:0; }
	#disease li a{ width:480px; padding:20px; line-height:20px; }

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

	/* footer
	****************************************************/
	footer .bnr{ text-align: center; padding: 30px 0 20px; }
	footer .bnr li{ margin: 0 25px; }
	footer .sec1{ line-height:150%; font-size: 16px; padding: 40px 0; }
	footer .sec1 .fl, footer .sec1 .fr{ width: 480px; }
	footer .sec1 .clm li{ margin-right: 1em; }
	footer .sec2{ padding:10px 0; text-align:center; }
	footer .sec2 li{ margin:0 10px; }
	footer .sec2 a{ color: #543432; }

	/* gmap
	****************************************************/
	.gmap{
		width:100%;
		position: relative;
		padding-bottom:299px;/*星・口コミが表示されない高さ*/
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:299px;
	}

	/* tab
	****************************************************/
	.panel_area ul{ overflow: hidden; }
	.tab_panel li{ float: left; width: 25%; margin: 10px 0; }
	#tab1:checked ~ .panel_area #panel1,
	#tab2:checked ~ .panel_area #panel2{ height: 200px; }
}





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

	600px under

**************************************************/
@media only screen and (max-width:599px){

	/* common
	****************************************************/
	body{ font-size:16px; }
	.wrap, .wrap800, .section{ padding:15px; line-height:1.5em; }
	img{ max-width:100%; height:auto; }
	.pc{ display:none!important; }
	.sp_tac{ text-align:center; }

	/* margin
	****************************************************/
	.mt5 { margin-top: 10px !important; }
	.mt10 { margin-top: 10px !important; }
	.mt15 { margin-top: 10px !important; }
	.mt20 { margin-top: 10px !important; }
	.mt25 { margin-top: 10px !important; }
	.mt30 { margin-top: 10px !important; }
	.mt35 { margin-top: 10px !important; }
	.mt40 { margin-top: 10px !important; }
	.mt45 { margin-top: 10px !important; }
	.mt50 { margin-top: 10px !important; }
	.mt55 { margin-top: 10px !important; }
	.mt60 { margin-top: 10px !important; }
	.mt65 { margin-top: 10px !important; }
	.mt70 { margin-top: 10px !important; }
	.mt75{ margin-top: 30px; }

	/* header
	****************************************************/
	header .wrap{ padding:0; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	.header-sp{ position:fixed; top:0px; left:0px; z-index:2; width:100%; background-color:#fbf7e1; }
	.header-sp .fl{ float:left; width:60%; padding:4% 0 0 15px; }
	.header-sp .fr{ float:right; margin: 2% 2% 2% 0; }
	#js-menuBk{
	  display: none;
	  position: fixed;
	  z-index: 1;
	  top: 0;
	  left: 0;
	  background: rgba(0,0,0,0.6);
	}
	#js-openBtn{ background-color:#543432; text-align:center; padding: 5px 6px; }
	.menuClose{ text-align:right; padding:15px 10px; }
	#js-spNav{
		position: absolute;
		position:fixed;
		z-index: 999;
		top: 0;
		right: 0;
		width: 80%;
		background: #fff;
		transform: translateX(100%);
		transition: all .3s;
	}
	#js-spNav.isOpen{ transform: translateX(0); }
	/* nav */
	nav .wrap{ padding: 0; }
	nav ul{ border-top:1px dotted #543432; }
	nav ul li a{ display:block; border-bottom:1px dotted #543432; padding:15px; color: #543432; }
	nav ul li a:hover{ background-color: #fbf7e1; text-decoration: none; }
	nav ul li a:before{ content: "＞"; margin-right: .5em; }

	/* headline
	****************************************************/
	.hl1, .hl2{ background-size:contain; }

	/* page title
	****************************************************/
	.pp1ttl{ padding:25px 0; background-size:cover; }
	.pp1ttl h2{ background-size:contain; }

	/* content
	****************************************************/
	/* common */
	.sec1sp, .sec2sp{ padding-top:30px; padding-bottom:30px; }
	/* index */
	#index .sec1 .fr.bnr li { width: 100%; font-size: 19px; }
	#index .sec1 .fr.bnr .banner-sheet { margin-left: auto; margin-right: auto; }
	#index .sec1 ul{ margin-top:20px; }
	#index .sec1 .fr{ padding:0 0 2%; line-height:1.5em; font-size:0; }
	#index .sec1 .fr li{ width: 49%; margin-top: 2%; display: inline-block; }
	#index .sec1 .fr li:nth-child(even){ margin-left: 2%; }
	#index .sec1 .fr.bnr li:nth-child(2) { margin-left: auto; margin-right: auto; }
	#index .sec2 .fr,
	#medical .sec1 .fr{ padding: 15px; margin-top: 15px; }
	#index .sec2 .rig2,
	#medical .sec1 .rig2{ text-align: center; font-size: 20px; }
	#index .sec3 .rel,
	#medical .sec2 .rel{ background-color: #fbf7e1; padding: 15px; }
	#index .sec3 .btn1, #index .sec3 .btn2, #index .sec3 .img1, #index .sec3 .img2,
	#medical .sec2 .btn1, #medical .sec2 .btn2, #medical .sec2 .img1, #medical .sec2 .img2{ text-align: center; margin-top: 15px; }
	#index .sec4{ padding: 15px; background-size:cover; }
	#index .sec4 .wrap{ margin-top: 15px; }
	#index .sec4 .wrap .fl img{ margin: 30px 0; }
	/* greeting */
	#greeting .sec1 .rel{}
	#greeting .sec1 .ads1{ text-align: center; }
	#greeting .sec1 .ads2{ background: url("images/greeting1no2.png") no-repeat left center; text-align: center; padding: 15px 0; }
	#greeting .sec1 .bg2col{ padding: 15px; }
	#greeting .sec2 .bg2col{ padding: 15px; }
	#greeting .sec2 h3{ padding: 0 10px 10px; }
	#greeting .sec2 ul{ margin-top: 20px; }
	#greeting .sec2 .fr{ margin-top: 20px; }
	#greeting .sec2 .fr ul{ text-align: center; }
	/* medical */
	#medical .sec1 .box1{ margin-top: 30px; }
	#medical .sec1 .box1 span{ display: block; font-size: 14px; }
	#medical .sec3 .fl, #medical .sec3 .fr{ padding: 15px; margin-bottom: 30px; }
	/* guide */
	#guide .sec1 .bg2col{ padding: 15px; margin: 20px 0 50px; }
	#guide .sec2 .bg2col{ padding: 15px; }
	#guide .sec2 h3{ padding-bottom:10px; }
	#guide .sec2 .fr, #guide .sec2 .fl{ margin-top:50px; }

	/* cataracts SP */
	#cataracts .flow_ope1 { padding: 10px 0 30px;}
	#cataracts .flow_ope1 div{ padding:0; min-height: auto; background-position: center top; }

	#cataracts .flow_ope1 dt{ padding: 0; }
	#cataracts .flow_ope1 dd{ padding: 0 10px 20px; margin-top: 200px; }



	/* symptom
	****************************************************/
	#symptom2 .wrap, #symptom3 .wrap{ padding:20px; }
	/* symptom2 */
	#symptom2 dd{ margin-top:1em; }
	#symptom2 ul{ margin-top:30px; padding-top:10px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#symptom3 .dis{ margin-top:20px; }
	#symptom3 h4{ font-size:20px; margin-top:15px; }
	#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top:10px; }

	/* disease
	****************************************************/
	#disease li{ margin-top:20px; }
	#disease li:first-child{ margin-top:0; }
	#disease li a{ padding:15px; }

	/* footer
	****************************************************/
	footer .bnr{ padding:0 15px 2%; line-height:1.5em; }
	footer .bnr li{ width: 49%; margin-top: 2%; }
	footer .bnr li:nth-child(even){ margin-left: 2%; }
	footer .sec1{ padding:20px 0; }
	footer .sec1 .fr{ margin-top: 20px; }
	footer .sec2{ padding:15px; }

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

	/* table
	****************************************************/
	.tbl1{ border-top:1px solid #543432; }
	.tbl1 th, .tbl1 td{ display:block; border-bottom:none; width:100%; border-top:0!important; }
	.tbl1 th, .tbl1 td{ border-bottom:1px solid #543432; }

	/* list
	****************************************************/
	.list li span{ display:block }

	/* so-tel
	****************************************************/
	.tel-sp{ position:fixed; z-index:999; bottom:0px; left:0px; width:100%; background-color:#543432; }
	.tel-sp a{ display:block; text-align:center; padding:8px 20%; }

	/* tab
	****************************************************/
	.tab_area label{ font-size:14px; }

}