@charset "UTF-8";

/*toppage
----------------------------------------------------*/
#news dl {
	background: #eff2f1;
	padding: 3%;
}

#news dl dt {
	color: #225e39;
	margin-bottom: 0.2em;
}

#news dl dd:not(:last-child)  {
	border-bottom: 1px solid rgba(34, 94, 57, 0.2);
	padding-bottom: 1em;
	margin-bottom: 1em;
}


#greet .text {
	padding: 50px 0 250px;
	position: relative;
}

#greet .text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 250px;
	width: 100%;
	background: url(/img/greet_img.jpg) 50% 20% no-repeat;
	background-size: cover;
}

#greet .text  p.bg_en {
	position: absolute;
	top: 0;
	right: 0;
	color: rgba(34, 94, 57, 0.2);
	font-size: 80px;
	font-size: 8.0rem;
	font-weight: 400;
	height: 0.9em;
	line-height: 0.9;
}

#hours table {
	width: 100%;
	border-collapse: separate;
    border-spacing: 3px;
	text-align: center;
}

#hours table thead th {
	background: #225e39;
	color: #fff;
}

#hours table tbody th {
	background: #fff;
}

#hours table tbody td {
	background: #fff;
	color: #225e39;
}

#hours dl.hours_note dt {
	font-weight: bold;
	margin-top: 1em;
	color: #225e39;
}

#hours .first {
	margin-top: 1em;
	padding: 1em 1em 0.5em;
	border: 1px solid rgba(34, 94, 57, 0.5);
	background: #fff;
	text-align: left;
}

#hours .first h3 {
	font-weight: bold;
	color: #225e39;
	text-align: center;
	margin-bottom: 0.5em;
}

#treat_link {
	background: url(/img/treat_link_bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

#treat_link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(76, 146, 103, 0.7);
}

#treat_link h2.title01 span.en,
#treat_link h2.title01 span.ja {
	color: #fff;
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px rgba(0,0,0,0.1), 2px 2px rgba(0,0,0,0.1), 3px 3px rgba(0,0,0,0.1);
}

.bg_img .box {
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 0.8);
	padding: 1.5em;
}

.bg_img .box p {
	margin-bottom: 1em;
}

#contactlens_link {
	background: url(/img/contactlens_link_bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

#contactlens_link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(34, 94, 57, 0.1);
}

#contactlens_link h2.title01 span.en,
#contactlens_link h2.title01 span.ja {
	text-shadow: 1px 1px rgba(255,255,255,0.8), 2px 2px rgba(255,255,255,0.8);
}

#disease_link .cover {
	margin-top: 3em;
	border: 1px solid #b33737;
	padding: 3%;
	background: #fff;
}

#disease_link .cover ul {
	margin-bottom: 1em;
	font-size: 1.1em;
}

#dx .cover {
	box-sizing: border-box;
	border: 1px solid #225e39;
}

#dx h3 {
	background: #225e39;
	padding: 0.2em 1em;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
}

#dx p {
	color: #225e39;
	padding: 1em;
}

#dx ul {
	padding: 0 1em 1em;
}

#dx ul li {
	position: relative;
	padding-left: 1em;
	margin-top: 1em;
}

#dx ul li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 6px;
	height: 6px;
	background: #225e39;
}

#treat_intro .treat_list {
	margin: 5% 0;
}

#treat_intro .treat_list ul {
	display: flex;
	flex-wrap: wrap;
	gap:1em;
	justify-content: center;
	font-size: 1.2em;
	color: #225e39;
	margin-bottom: 5%;
}

#treat_intro .treat_list ul li {
	width: fit-content;
	padding: 1em 3%;
	background: rgba(34, 94, 57, 0.1);
}

#treat_intro .cataract {
	border: 1px solid #225e39;
	padding: 1em;
}

#treat_intro .cataract h3 {
	background: #225e39;
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding: 0.5em;
	margin-bottom: 1em;
	font-size: 1.3em;
}

#treat .img_r {
	text-align: center;
	margin: 1em 0;
}

#contact_lenses .box {
	background: #fff;
	padding: 3%;
	margin-bottom: 3%;

}

#contact_lenses .box ol {
	padding: 0;
}

#contact_lenses .box ol li {
	background: rgba(34, 94, 57, 0.1);
	border-radius: 1em;
	padding: 0.5em 1em 0.7em 1.5em;
	max-width: 450px;
	margin: 0 auto 1em;
}

#contact_lenses .box ol li span.num {
	color: #225e39;
	font-size: 1.5em;
	padding-right: 0.5em;
}

#contact_lenses .box ol li p.sub {
	margin-left: 1.6em ;
	font-size: 0.9em;
}

#contact_lenses .note {
	margin-top: 3%;
	background: rgba(255, 220, 21, 0.4);
	padding: 1em 2em;
}

#mask .cover {
	box-sizing: border-box;
	border: 1px solid #225e39;
}

#mask h3 {
	background: #225e39;
	padding: 0.2em 1em;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
}

#mask p {
	padding: 3%;
}

#director p.director_name {
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 1em;
}

#director p.director_name span.en {
	color: #225e39;
	font-size: 0.5em;
	padding-left: 1em;
}

#director ul#career {
	margin-bottom: 2em;
}

#director .specialty {
	background: rgba(34, 94, 57, 0.1);
	padding: 3%;
}

#director .specialty ul.list01 li::before {
  background: rgba(34, 94, 57, 0.6);
}

#director .specialty h3 {
	margin-bottom: 1em;
	color: #225e39;
}

#policy p.catch {
	font-size: 1.6em;
	color: #225e39;
}

#photo ul {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
}

#photo ul li {
	width: 49%;
	margin-bottom: 2%;
}

#access .gmap {
	position: relative;
	padding: 0 0 56.25%;
	height: 0;
	overflow: hidden;
}

#access .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#access dt {
	color: #225e39;
	margin: 1em 0 0.5em -0.5em;
}

#disease .intro_text {
	margin-bottom: 2em;
}

#disease .box {
	background: #fff;
	margin-bottom: 3%;
	padding: 3%;;
}

#disease .box ul.check {
	margin: 1em 0;
	color: #225e39;
}

#disease .box ul.check li {
	position: relative;
	padding-left: 1.7em;
	background: url(/disease/img/check.svg) 0 55% no-repeat;
	background-size: 1.1em;
	margin-bottom: 0.5em;
}

#disease .img_r {
	text-align: center;
	margin: 1em 0;
}

#disease #child h5 {
	position: relative;
	padding-left: 1.5em;
	margin: 1.5em 0 0.3em;
	font-size: 15px;
	font-size: 1.5rem;
	color: #225e39;
}

#disease #child h5::before {
	content: "";
	display: block;
	width: 0.8em;
	height: 0.8em;
	background: #225e39;
	position: absolute;
	left: 0;
	top: 0.6em;
}

#disease #child .img,
#disease #child ul.img li {
	text-align: center;
	margin: 1em 0;
	color: #3469b4;
	font-weight: 600;
}

#disease #child dt {
	margin: 1.5em 0 0.3em;
	font-weight: 600;
}

#disease #child table {
	width: 100%;
	text-align: center;
}

#disease #child table th,
#disease #child table td {
	border: 1px solid #225e39;
	padding: 0.3em;
}

#disease #child table th {
	background: rgba(34, 94, 57, 0.1);
	color: #225e39;
}

#disease #child table span.sub,
#disease #child table td.sub {
	font-size: 0.9em;
	font-weight: normal;
}



@media only screen and (min-width: 800px) {

	#news dl dt {
		float: left;
	}

	#news dl dt:not(:last-child) {
		padding-bottom: 1em;
		margin-bottom: 1em;
	}

	#news dl dd {
		padding-left: 10em;
	}

	#hours table {
		border-spacing: 5px;
	}

	#hours table td,
	#hours table th {
		padding: 0.5em;
		font-size: 1.2em;
	}

	#greet .text {
		padding: 100px 0 0 40%;
	}

	#greet .text::after {
		bottom: auto;
		top: 0;
		width: 35%;
		height: 100%;
	}

	#greet .text  p.bg_en {
		font-size: 100px;
		font-size: 10.0rem;
	}

	#hours .cover {
		margin-top: 2em;
		display: flex;
		justify-content: space-between;
	}

	#hours .cover .first {
		width: 50%;
		box-sizing: border-box;
	}

	.bg_img .box {
		text-align: center;
		padding: 2.5em;
	}

	#treat .img_cover {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#treat .img_text {
		width: 55%;
	}

	#treat .img_r {
		width: 35%;
	}

	#disease_link ul.disease_list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 2%;
	}

	#treat_intro p.intro {
		text-align: center;
	}

	#director .cover {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5%
	}

	#director .cover .name_career {
		width: 23em;
	}

	#director .cover .specialty {
		max-width: 23em;
	}

	#disease .intro_text {
		text-align: center;
	}

	#disease .img_cover {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#disease .text {
		width: 50%;
	}

	#disease .img_r {
		width: 40%;
	}

	#disease #child h5 {
		font-size: 17px;
		font-size: 1.7rem;
	}

	#disease #child ul.img_list {
		display: flex;
		justify-content: space-around;
	}

	#disease #child .img_text {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	#disease #child .img_text .img {
		width: 40%;
	}
		
	#disease #child .img_text p {
		width: 50%;
	}


}

@media only screen and (min-width: 1200px) {

	#disease_link ul.disease_list li a {
		padding: 1.5em 4em;
		font-size: 22px;
		font-size: 2.2rem;
	}

	#greet .text  p.bg_en {
		font-size: 150px;
		font-size: 15.0rem;
	}

	.bg_img .box p {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 1.5em;
		line-height: 2.5;
	}

	#contact_lenses .box p.text {
		text-align: center;
	}



}