@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho+B1&display=swap");

/*
Theme Name: Shirai EYE Hospital
Theme URI: http://www.shirai-hosp.or.jp/
Author: MONOGRAPH ARTS INC.
Author URI: http://www.mn-arts.com/
Description: ShiraiShirai EYE Hospital wordpress theme
Version: 1.0
*/

*,
*::before,
*::after {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #444;
  font-family: Inter, 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

br.smp,
span.smp {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

a {
  color: #444;
  text-decoration: none;
  transition: color .1s;
}

a:hover {
  color: #138CD6;
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

div,
img {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.news-article img {
  display: inline-block;
}


.flex img,
.step img {
  width: 100%;
}

ul,
ol {
  list-style: none;
}

.list-disc li {
  padding-left: 1.2em;
	position: relative;
}

.list-disc li::before {
  position: absolute;
	top: 0;
	left: 0;
	content: '●';
	display: block;
}

.list-disc li.red,
.list-disc li.red::before {
  color: #E03616;
}

.bold {
  font-weight: 700;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.blue {
  color: #138CD6;
}

.red {
	color: #E03616;
}

.s {
  font-size: 87.5%;
}





header {
	width: 1180px;
  height: 130px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}

header h1 {
  position: absolute;
	left: 0;
	bottom: 25px;
	width: 261px;
}

header ul {
	display: block;
  list-style: none;
}

header li {
	display: block;
}

header .subnavi {
  position: absolute;
	right: 0;
	top: 25px;
}

header .subnavi ul {
  display: flex;
	justify-content: right;
}

header .subnavi li {
	font-weight: 500;
}

header .subnavi li:nth-child(n+2) {
	margin-left: 20px;
}

header .subnavi a {
  display: block;
	position: relative;
	padding-left: 16px;
}

header .subnavi a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 2px solid #138CD6;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 1em;
  margin-top: -4px;
  transition: border-color .1s;
}

#seach_box {
	width: 200px;
	height: 30px;
	position: relative;
}
#seach_box input {
display: block;
font-size: 16px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
	outline: none;
}

#seach_box input[type=text] {
  background: #fff;
  border: 2px solid #138CD6;
	border-radius: 8px 0 0 8px;
  width: 140px;
  line-height: 26px;
	padding: 0 8px;
}

#seach_box input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
  line-height: 30px;
  background: #138CD6;
	color: #fff;
	font-weight: bold;
	border-radius: 0 8px 8px 0;
	width: 60px;
	text-align: center;
}

header .gnavi {
  position: absolute;
	right: 0;
	bottom: 20px;
	font-weight: 500;
}

header .gnavi > ul {
  display: flex;
	justify-content: right;
}

header .gnavi > ul > li h2 {
  font-size: 125%;
	font-weight: 500;
	line-height: 1.66;
  padding: 0 13px;
  transition: color .1s;
}

header .gnavi > ul > li:hover h2 {
  color: #138CD6;
}

header .gnavi > ul > li:nth-child(n+2) h2 {
	border-left: 1px solid #138CD6;
}

header .gnavi > ul > li:last-child h2 {
  padding-right: 0;
}

header .gnavi > ul ul {
  display: block;
}

header .gnavi > ul > li > ul {
  position: absolute;
	transition: opacity .5s, visibility .5s;
	min-width: 215px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	padding: 20px 8px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, .1);
  opacity: 0;
	visibility: hidden;
}

header .gnavi > ul > li:hover ul {
  opacity: 1;
	visibility: visible;
}

header .gnavi > ul > li > ul > li {
  padding: 4px 0;
	border-top: 2px dotted #92CBF0;
}

header .gnavi > ul > li > ul > li:last-child {
	border-bottom: 2px dotted #92CBF0;
}

header .gnavi > ul > li > ul > li > ul {
  padding: 0 4px;
  border-radius: 5px;
}

header .gnavi > ul > li > ul > li > ul:hover {
  background: #EAF8FF;
}

header .gnavi > ul > li > ul > li > ul > li {
  padding: 2px 0;
}

header .gnavi ul ul a {
  display: block;
	position: relative;
	padding-left: 16px;
}

header .gnavi ul ul a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 2px solid #92CBF0;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 1em;
  margin-top: -4px;
  transition: border-color .1s;
}

header .gnavi ul ul a:hover::after {
  border-color: #138CD6;
}

.gnavi_btn {
	display: none;
}




.page-header {
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
}

.page-header img {
  width: 100%;
  height: 300px;
	object-fit: cover;
}

.page-body {
	margin: 50px auto 150px;
	width: 1180px;
}

.heading-bg {
  background-color: #EAF8FF;
  color: #138CD6;
	font-size: 162.5%;
	font-weight: 700;
	padding: 10px 20px;
}

.heading-bdr {
  font-size: 137.5%;
	font-weight: 700;
	line-height: 1.4;
	border-left: 8px solid #138CD6;
	padding-left: 10px;
}

.heading-line {
  font-size: 187.5%;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	text-align: center;
}

.heading-ouline {
	border: 1px solid #138CD6;
	border-width: 1px 0 1px 0;
  color: #138CD6;
	font-size: 162.5%;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
}

.heading-line::before,
.heading-line::after {
  content: '';
	display: block;
  position: absolute;
	width: 100%;
	border-top: 1px solid #138CD6;
	left: 0;
	top: 50%;
	transform: translate(0, -3px);
	z-index: -1;
}

.heading-line::after {
	transform: translate(0, 3px);
}

.heading-line span {
  display: inline-block;
	background-color: #fff;
	padding: 0 15px;
}

.heading-uline {
	border-bottom: 1px solid #39B3C1;
  color: #39B3C1;
	font-size: 112.5%;
	font-weight: 700;
	margin-bottom: 10px;
}

.heading-dot {
	font-size: 112.5%;
	font-weight: 700;
	padding-left: 1.1em;
	position: relative;
}

.heading-dot::before {
  content: '●';
	display: block;
  position: absolute;
	left: 0;
	top: 1em;
	transform: translate(0, -50%);
	color: #138CD6;
}

.column {
  background-color: #F8F8F8;
	padding: 30px 50px;
	position: relative;
}

.column::before {
  display: block;
  content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-top: 35px solid #39B3C1;
	border-right: 35px solid transparent;
	border-bottom: 35px solid transparent;
	border-left: 35px solid #39B3C1;
}

.column .heading {
  color: #39B3C1;
	font-size: 150%;
	font-weight: 700;
	border-bottom: 1px solid #39B3C1;
	margin-bottom: 10px;
}

.column .flex {
  display: flex;
	justify-content: space-between;
}




footer {
  background-color: #F8F8F8;
	padding: 50px 0 25px;
}

footer ul {
	display: block;
  list-style: none;
}

footer li {
	display: block;
}

footer .sitemap {
  display: flex;
	width: 1180px;
	margin: 0 auto;
	line-height: 1.57;
}

footer .sitemap > li {
  width: 20%;
}

footer .sitemap h2 {
	font-size: 112.5%;
	font-weight: 500;
}

footer .sitemap a {
  display: block;
  color: #707070;
	transition: opacity .1s;
}

footer .sitemap ul a {
	font-size: 87.5%;
	padding-left: 10px;
}

footer .sitemap a:hover {
  opacity: .5;
}

footer .sitemap ul li {
  margin-top: 10px;
}

footer .sitemap ul + ul {
  margin-top: 50px;
}

footer .copyright {
  margin-top: 100px;
	text-align: center;
	font-size: 75%;
}

.pagetop {
  position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 100;
	width: 50px;
	height: 50px;
	border: 1px solid #138CD6;
	border-radius: 25px;
	color: #138CD6;
	background: #fff;
	font-size: 65%;
	text-align: center;
	padding-top: 24px;
  visibility: hidden;
	opacity: 0;
	transition: .1s;
}

.pagetop::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 3px solid #138CD6;
  border-width: 3px 3px 0 0;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 14px;
	margin-left: -7px;
  transition: border-color .1s;
}

.pagetop.show {
  visibility: visible;
	opacity: 1;
}

.pagetop:hover {
  background: #138CD6;
	color: #fff;
}

.pagetop:hover::after {
  border: 3px solid #fff;
  border-width: 3px 3px 0 0;
}







.home main {
	max-width: 1500px;
	margin: 0 auto;
	overflow: hidden;
}

/*.home main .slides {
  background: url(img/top/slidebg.png) 0 0 no-repeat;
	background-size: cover;
}*/

.home main .slides.sp {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
  transition-delay: 1s !important;
}

.slick-initialized .slick-current {
  display: block;
  transition-delay: 0s !important;
}

.home main .shortcut {
  display: flex;
	justify-content: space-between;
	width: 1180px;
	margin: 50px auto 0;
}

.home main .shortcut a {
  display: block;
	width: 15.5%;
	text-align: center;
	color: #138CD6;
	font-size: 120%;
	font-weight: 700;
	position: relative;
}

.home main .shortcut a img:last-of-type {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  opacity: 0;
	transition: .2s;
}

.home main .shortcut a:hover img:last-of-type {
  opacity: 1;
}

.home main .important {
	width: 1180px;
	margin: 50px auto 0;
	border: 5px solid #72C7D1;
	text-align: center;
}

.home main .important > h2 {
  background: #72C7D1;
  color: #FFF;
	font-size: 175%;
	font-weight: 700;
	padding: 10px 0 15px;
}

.home main .important h2 img {
  display: inline-block;
  width: 48px;
	margin: 0 16px;
	transform: translate(0, -2px);
}

.home main .important .content {
	font-size: 125%;
	text-align: left;
	padding: 20px 40px;
}

.home main .important .content h2 {
	font-size: 150%;
	font-weight: 700;
}

.home main .important .content p {
  overflow: hidden;
}

.home main .important .content img {
  display: inline-block;
}

.home main .important .content img.alignleft {
  float: left;
  margin-right: 15px;
}

.home main .important .content img.aligncenter {
  display: block;
  margin-bottom: 10px;
}

.home main .important .content img.alignright {
  float: right;
  margin-left: 15px;
}

.home .news-list {
	width: 1180px;
	margin: 60px auto 0;
}

.news-list article {
  padding: 20px;
	border-bottom: 3px dotted #D9ECF9;
}

.news-list article a {
  display: flex;
	align-items: center;
}

.news-list article .date {
  width: 125px;
	font-weight: 500;
}

.news-list article .tag {
  background-color: #F6AA00;
	color: #fff;
  width: 40px;
	font-size: 75%;
	font-weight: 700;
	text-align: center;
	border-radius: 3px;
	height: 18px;
	line-height: 18px;
	margin: 0 20px;
}

.news-list article .notag {
  width: 40px;
	margin: 0 20px;
}

.news-list article .title {
  flex: 1;
}

.home main .news-list .more {
  margin-top: 15px;
	text-align: right;
}

.home main a.arrow {
  display: inline-block;
	position: relative;
	padding-left: 16px;
	font-weight: 700;
}

.home main a.arrow::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 2px solid #138CD6;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 1em;
  margin-top: -4px;
  transition: border-color .1s;
}

.home main .info {
  background-color: #EAF8FF;
	padding: 60px 0;
	margin-top: 60px;
}

.home main .info .content {
  display: flex;
	justify-content: space-between;
	width: 1180px;
	margin: 0 auto;
}

.home main .info .hours {
  width: 45%;
}

.home main .info .hours img {
  width: 316px;
	margin: 0 auto;
}

.home main .info .hours .address {
  text-align: center;
	font-weight: 500;
	margin-top: 20px;
}

.home main .info .hours table {
	width: 100%;
  border-collapse: collapse;
	text-align: center;
	font-size: 90%;
	font-weight: 700;
	margin-top: 20px;
}

.home main .info .hours table th {
  background-color: #138CD6;
  border: 1px solid #D2ECFC;
	color: #fff;
	width: 9%;
	padding: 5px 0;
}

.home main .info .hours table th:first-of-type {
  width: 190px;
}

.home main .info .hours table td {
  background-color: #fff;
  border: 1px solid #D2ECFC;
	color: #138CD6;
	padding: 5px 0;
}

.home main .info .hours table td.s {
  font-size: 88%;
}

.home main .info .hours .close {
	color: #138CD6;
	text-align: right;
  font-size: 87.5%;
	font-weight: 700;
	margin-top: 5px;
}

.home main .info .hours .today {
	margin-top: 20px;
}

.home main .info .hours .today .tel {
  font-size: 175%;
	font-weight: 500;
	line-height: 1.2;
	margin: 10px 0;
}

.home main .info .hours .today .tel a {
  font-size: 135%;
	font-weight: 700;
	color: #138CD6;
}

.home main .info .hours .today .open {
  overflow: hidden;
}

.home main .info .hours .today .open dt {
  float: left;
	width: 135px;
}

.home main .info .hours .today .open dd {
  padding-left: 135px;
}

.home main .info .hours .today .open .weekday {
	color: #138CD6;
}

.home main .info .hours .today .open .holiday {
	color: #E03616;
}

.home main .info .map {
  width: 50%;
}

.gmap {
  position: relative;
	height: 0;
	padding-top: 100%;
}

.gmap iframe {
  display: block;
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home main .info .map .more {
  margin-top: 15px;
	text-align: right;
}




 .col1 {
	margin: 50px auto 150px;
	width: 1180px;
}

.news-article .date {
	font-weight: 500;
	margin-top: 30px;
}

.news-article .title {
  font-size: 137.5%;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: .25em;
	border-bottom: 1px solid #138CD6;
}

.news-article .body {
  margin-top: 30px;
}

.news-article .back {
  display: block;
	color: #138CD6;
	border: 2px solid #138CD6;
	position: relative;
	padding: 7px 0;
	width: 200px;
	text-align: center;
	font-weight: 500;
	margin: 100px auto 0;
	transition: .1s;
}

.news-article .back::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 3px solid #138CD6;
  border-width: 3px 3px 0 0;
  transform: rotate(-135deg);
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
  transition: .1s;
}

.news-article .back:hover {
  background: #138CD6;
	color: #fff;
}

.news-article .back:hover::after {
  border: 3px solid #fff;
  border-width: 3px 3px 0 0;
}




.col2 {
  display: flex;
	justify-content: space-between;
}

.col-left {
  width: 20%;
}

.col-left .sticky {
  position: sticky;
  top: 50px;
}

.col-left .heading {
  font-size: 125%;
	font-weight: 700;
	color: #138CD6;
}

.lnavi {
  margin-top: 10px;
  font-weight: 500;
}

.lnavi > ul > li {
	border-top: 2px dotted #92CBF0;
}

.lnavi > ul > li:last-child {
	border-bottom: 2px dotted #92CBF0;
}

.lnavi li a {
  display: block;
	position: relative;
	padding-left: 16px;
}

.lnavi li a.active {
  color: #138CD6;
}

.lnavi li a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 2px solid #92CBF0;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 1em;
  margin-top: -4px;
  transition: border-color .1s;
}

.lnavi li.down a::after {
  transform: rotate(135deg);
}

.lnavi li a.active::after,
.lnavi li a:hover::after {
  border-color: #138CD6;
}

.lnavi > ul > li {
	padding: 4px 0;
}

.lnavi > ul > li > ul {
	padding: 0 4px;
	border-radius: 5px;
}

.lnavi > ul > li > ul:hover {
  background: #EAF8FF;
}

.lnavi > ul > li > ul > li {
	padding: 4px 0
}

.col-right {
  width: 76.27%;
}

.col-right p a {
  color: #138CD6;
	text-decoration: underline;
}




.greeting header .gnavi > ul > li:first-child h2 a,
.philosophy header .gnavi > ul > li:first-child h2 a,
.feature header .gnavi > ul > li:first-child h2 a,
.doctor header .gnavi > ul > li:first-child h2 a,
.section header .gnavi > ul > li:first-child h2 a,
.profile header .gnavi > ul > li:first-child h2 a,
.history header .gnavi > ul > li:first-child h2 a,
.outpatient header .gnavi > ul > li:nth-child(2) h2 a,
.treatment header .gnavi > ul > li:nth-child(2) h2 a,
.hospitalization header .gnavi > ul > li:nth-child(2) h2 a,
.guide header .gnavi > ul > li:nth-child(2) h2 a,
.facilities header .gnavi > ul > li:nth-child(2) h2 a,
.consent header .gnavi > ul > li:nth-child(2) h2 a,
.special header .gnavi > ul > li:nth-child(3) h2 a,
.contactlens header .gnavi > ul > li:nth-child(4) h2 a,
.contactlens-child header .gnavi > ul > li:nth-child(4) h2 a,
.medical header .gnavi > ul > li:nth-child(5) h2 a,
.archive header .subnavi li:first-child a,
.in-category-news header .subnavi li:first-child a,
.access header .subnavi li:nth-child(2) a,
.faq header .subnavi li:nth-child(3) a,
.recruit header .subnavi li:nth-child(4) a {
  color: #138CD6;
}





.greeting .person,
.section .person {
  display: flex;
	justify-content: space-between;
}

.greeting .person .portrait,
.section .person .portrait {
  width: 27%;
	line-height: 1.5;
}

.feature .column .portrait {
	line-height: 1.5;
}

.greeting .person .position,
.section .person .position,
.feature .column .position {
  font-size: 87.5%;
}

.greeting .person .name,
.section .person .name,
.feature .column .name {
  font-weight: 700;
	padding-top: 2px;
}

.greeting .person .name .en,
.section .person .name .en,
.feature .column .name .en {
  display: inline-block;
  font-size: 87.5%;
  font-weight: 400;
}

.greeting .person .message,
.section .person .message {
  width: 67%;
}

.section .person .portrait {
  width: 22%;
}

.section .person .message {
  width: 73%;
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  color: #138CD6;
  opacity: .25;
}

.slick-dots li.slick-active button:before {
  color: #138CD6;
  opacity: 1;
}





.philosophy .principle {
  position: relative;
	padding-left: 20px;
  margin-top: 40px;
}

.philosophy .principle .n {
  position: absolute;
	top: 0;
	left: 0;
	color: #138CD6;
	font-size: 112.5%;
	font-weight: 700;
}

.philosophy .principle .lead {
	font-size: 112.5%;
	font-weight: 700;
}






.feature .column .flex .left {
  width: 63%;
}

.feature .column .flex .right {
  font-size: 87.5%;
  width: 32%;
}

.feature .column .flex .right .name {
  font-size: 115%;
	font-weight: 700;
}





.snavi {
  display: flex;
	justify-content: space-between;
	padding: 15px 30px;
	border: 3px solid #89C6EB;
}

.snavi a {
  display: block;
	font-size: 125%;
	font-weight: 700;
	position: relative;
	padding-left: 16px;
}

.snavi a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 2px solid #138CD6;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  top: 1em;
  margin-top: -6px;
  transition: border-color .1s;
}

.doctor .snavi {
  flex-wrap: wrap;
	justify-content: flex-start;
}

.doctor .snavi a {
  width: 33.33%;
}

.doctor .snavi a span {
	font-size: 70%;
  font-weight: 400;
}

.doctor .doctor {
  padding-top: 50px;
}

.doctor .doctor+.doctor {
  margin-top: 50px;
	position: relative;
}

.doctor .doctor+.doctor::before {
  content: '';
  background-image: linear-gradient(to right, #39B3C1, #39B3C1 3px, transparent 3px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
	height: 1px;
}

.doctor .doctor .portrait {
  display: flex;
	justify-content: space-between;
  align-items: center;
}

.doctor .doctor .portrait .photo {
  width: 22%;
}

.doctor .doctor .portrait .text {
  width: 73%;
}

.doctor .doctor .name {
  font-size: 200%;
	font-weight: 700;
	line-height: 1.7;
}

.doctor .doctor .profile {
  display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.doctor .doctor .profile > div {
  width: 50%;
}

.doctor .doctor .profile .subhead {
  color: #39B3C1;
	font-weight: 700;
}

.doctor .doctor dl {
  overflow: hidden;
}

.doctor .doctor dt {
	float: left;
  width: 70px;
}

.doctor .doctor dd {
  margin-left: 70px;
}

.doctor .doctor a.down {
  display: inline-block;
	font-size: 87.5%;
	color: #138CD6;
	position: relative;
	padding-left: 15px;
	margin-left: 10px;
}

.doctor .doctor a.down::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 2px solid #138CD6;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  top: 1em;
  margin-top: -6px;
  transition: border-color .1s;
}

.doctor .doctor .message {
  background-color: #F0F9FA;
	margin-top: 30px;
	padding: 20px 30px;
}

.doctor .doctor .message .subhead {
  color: #39B3C1;
	font-weight: 700;
	border-bottom: 1px solid #39B3C1;
	margin-bottom: 10px;
}

.doctor .column .flex img {
  width: 26%;
}





.profile .profile {
  border-collapse: collapse;
  width: 100%;
}

.profile .profile th,
.profile .profile td {
  border: 1px solid #C8C8C8;
	padding: 10px 15px;
}

.profile .profile th {
  background-color: #F8F8F8;
	font-weight: 700;
	width: 27%;
}





.history .origin {
  display: flex;
	justify-content: space-between;
}

.history .origin .text {
  width: 50%;
}

.history .origin .photo {
  width: 45%;
}

.history .history {
  border-collapse: collapse;
  width: 100%;
	overflow: hidden;
}

.history .history th,
.history .history td {
  border-bottom: 1px solid #C8C8C8;
	padding: 18px 0;
	vertical-align: top;
}

.history .history th {
	font-weight: 400;
  text-align: left;
	width: 280px;
}

.history .history th .y {
  display: inline-block;
	width: 4em;
	color: #39B3C1;
	font-weight: 700;
}

.history .history td:first-child {
	width: 30px;
  border-bottom: none;
	color: #39B3C1;
	position: relative;
}

.history .history td:first-child::after {
  content: '';
  display: block;
	position: absolute;
  left: 0.45em;
  top: 30px;
	width: 2px;
	height: 100%;
	background-color: #39B3C1;
}





.outpatient .col-right .notes {
	background: #F8F8F8;
	padding: 20px;
}

.outpatient #hours table {
	width: 100%;
  border-collapse: collapse;
	text-align: center;
	font-size: 125%;
	font-weight: 700;
}

.outpatient #hours table th {
  background-color: #138CD6;
  border: 1px solid #D2ECFC;
	color: #fff;
	width: 9%;
	padding: 5px 0;
}

.outpatient #hours table th:first-of-type {
  width: 190px;
}

.outpatient #hours table td {
  background-color: #fff;
  border: 1px solid #D2ECFC;
	color: #138CD6;
	padding: 15px 0;
}

.outpatient #hours table td.s {
  font-size: 88%;
}

.outpatient #hours .close {
	color: #138CD6;
	text-align: right;
  font-size: 87.5%;
	font-weight: 700;
	margin-top: 5px;
}

.outpatient #hours .today {
	margin-top: 20px;
}

.outpatient #hours .today .tel {
  font-size: 175%;
	font-weight: 500;
	line-height: 1.2;
}

.outpatient #hours .today .tel a {
  font-size: 135%;
	font-weight: 700;
	color: #138CD6;
	text-decoration: none;
}

.outpatient #hours .today .open {
  overflow: hidden;
}

.outpatient #hours .today .open dt {
  float: left;
	width: 135px;
}

.outpatient #hours .today .open dd {
  padding-left: 135px;
}

.outpatient #hours .today .open .weekday {
	color: #138CD6;
}

.outpatient #hours .today .open .holiday {
	color: #E03616;
}

.outpatient #closed {
  border: 3px solid #39B3C1;
	background: #F0F9FA;
	border-radius: 10px;
	margin-top: 50px;
	padding: 15px 30px 20px;
  text-align: center;
}

.outpatient #closed .heading {
  font-size: 137.5%;
	font-weight: 700;
	color: #39B3C1;
	border-bottom: 2px dotted #39B3C1;
	padding-bottom: 10px;
}

.outpatient #closed .info {
  display: inline-block;
  text-align: left;
	margin-top: 20px;
}





.treatment .flex,
.treatment-child .flex {
  display: flex;
	justify-content: space-between;
}

.treatment .flex .left,
.treatment .flex .right,
.treatment-child .flex .left,
.treatment-child .flex .right {
  width: 48.5%;
}

.treatment .head,
.treatment-child .head {
  font-weight: 700;
}

.cataract .flow {
  display: flex;
	flex-wrap: wrap;
}

.cataract .flow .step {
  width: 43%;
	margin: 0 7% 30px 0;
	background: #EAF8FF;
	position: relative;
}

.cataract .flow .step::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 3px solid #39B3C1;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  position: absolute;
  left: 103.5%;
  top: 56%;
}
	
.cataract .flow .step:last-of-type::after {
  display: none;
}

.cataract .flow .step .n {
  display: block;
	margin: 15px auto;
	width: 120px;
	line-height: 30px;
	border-radius: 15px;
	font-size: 112.5%;
  color: #fff;
	background: #39B3C1;
	text-align: center;
}

.cataract .flow .step .body {
	font-size: 87.5%;
	padding: 0 15px 12px;
}

.treatment .zu {
  display: inline-block;
  background-color: #EAF8FF;
	padding: 0 2px;
}

.treatment .head {
  line-height: 1.7;
}

.treatment .cap {
	position: relative;
	overflow: hidden;
}

.treatment .cap .n {
	float: left;
	margin-right: 5px;
	padding-bottom: 1px;
}

.toggle-img {
  cursor: pointer;
}

.toggle-img.sp {
  display: none;
}





.hospitalization .room .flex,
.hospitalization .food .flex,
.hospitalization .notice .flex {
  display: flex;
	justify-content: space-between;
}

.hospitalization .room .name {
  background-color: #F8F8F8;
  font-size: 112.5%;
  font-weight: 500;
  padding: 10px 20px;
}

.hospitalization .room .flex .left {
  width: 48%;
}

.hospitalization .room .flex .right {
  width: 45%;
}

.hospitalization .notice .flex {
  flex-wrap: wrap;
}

.hospitalization .food .flex .photos {
  width: 31.2%;
}

.hospitalization .food .flex .photos .time {
  margin: 0 auto 20px;
	width: 120px;
	line-height: 30px;
	background: #FFF5AA;
	border-radius: 15px;
	text-align: center;
	font-weight: 500;
}

.hospitalization .food .flex .photos .time.lunch {
	background: #F8D78C;
}

.hospitalization .food .flex .photos .time.dinner {
	background: #D3EDFB;
}

.hospitalization .food .flex .photos li:last-child {
  margin-top: 30px;
}

.hospitalization .food .flex .photos li p {
  display: none;
}

.hospitalization .food .flex .photo:nth-of-type(n+4) {
  margin-top: 20px;
}

.hospitalization .food .flex .photos li img {
	cursor: pointer;
	transition: .2s;
}

.hospitalization .food .flex .photos li:hover img {
  opacity: .5;
}

.hospitalization .modal .time {
  position: absolute;
	top: 15px;
	left: 50%;
	width: 120px;
	line-height: 30px;
	margin-left: -60px;
	background: #FFF5AA;
	border-radius: 15px;
	text-align: center;
	font-weight: 500;
}

.hospitalization .modal .time.lunch {
	background: #F8D78C;
}

.hospitalization .modal .time.dinner {
	background: #D3EDFB;
}

.hospitalization .notice a {
  display: block;
	color: #138CD6;
	border: 2px solid #138CD6;
	position: relative;
	padding: 7px 0;
	width: 48%;
	height: 60px;
	text-align: center;
	font-weight: 500;
	margin-top: 30px;
}

.hospitalization .notice a > span {
  position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
	line-height: 1.5;
}

.hospitalization .notice a .s {
  display: block;
	font-size: 85%;
}

.hospitalization .notice a::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 3px solid #138CD6;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
  transition: .1s;
}

.hospitalization .notice a:hover {
  background: #138CD6;
	color: #fff;
}

.hospitalization .notice a:hover::after {
  border: 3px solid #fff;
  border-width: 3px 3px 0 0;
}

.hospitalization-child .col-right .caption {
  font-size: 112.5%;
  font-weight: 700;
}

.table {
  width: 100%;
	overflow: auto;
}

.hospitalization-child .after {
  width: 100%;
	min-width: 600px;
	border-collapse: collapse;
	margin-top: 10px;
}

.hospitalization-child .after th,
.hospitalization-child .after td {
  width: 60px;
  border: 1px solid #C8C8C8;
	line-height: 1.2;
	padding: 10px;
}

.hospitalization-child .after tr:nth-child(2) td:first-child {
  width: 80px;
}

.hospitalization-child .after tr:nth-child(2) td:nth-child(2) {
  width: 120px;
}

.hospitalization-child .after th {
  background: #f8f8f8;
	padding: 10px 0;
}

.hospitalization-child .after .y,
.hospitalization-child .after .b {
  font-size: 112.5%;
	font-weight: 700;
	text-align: center;
  background: #FFFADA;
	padding: 10px 0;
}

.hospitalization-child .after .b {
  background: #EAF6FF;
}

.hospitalization-child .after td span {
  font-size: 65%;
	font-weight: 400;
	display: inline-block;
	line-height: 1.3;
	padding-top: 5px;
}

.hospitalization-child .col-right .note {
  font-size: 87.5%;
}

.pdf {
  font-weight: 500;
	color: #138CD6;
}

.pdf::after {
  content: '';
  display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-top: -3px;
	background: url(img/pdf.png) center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}




.guide .photos ul {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.guide .photos li {
  width: 23.5%;
	margin-top: 20px;
}

.guide .photos li img {
  width: 100%;
	height: 140px;
	object-fit: cover;
	margin-bottom: 5px;
	cursor: pointer;
	transition: .2s;
}

.guide .photos li:hover img {
  opacity: .5;
}

.guide .photos li.blank {
  height: 0;
}

.modal #slider_layer {
  opacity: 0;
  background: rgba(255,255,255,.85);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	z-index: 1000;
}

.modal #slider {
  width: 760px;
  height: 590px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.modal .slick-track {
  min-width: 760px;
}

.modal .slick-slide {
  background: #fff;
  width: 760px !important;
  height: 590px;
	padding: 65px 20px 0;
}

.modal .slick-slide img {
  width: 720px;
  height: 480px;
	object-fit: contain;
	margin-bottom: 5px;
}

.modal .slick-prev,
.modal .slick-next {
  top: auto;
  right: 50px;
	bottom: 10px;
	left: auto;
	z-index: 100;
}

.modal .slick-next {
  right: 20px;
}

.modal .slick-prev:before,
.modal .slick-next:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 3px solid #138CD6;
  border-width: 3px 3px 0 0;
  transform: rotate(-135deg);
  position: absolute;
  left: 0;
  top: 10px;
  transition: .1s;
}

.modal .slick-next:before {
  transform: rotate(45deg);
}

.modal #slider_close {
  color: #138CD6;
  position: absolute;
  right: 50%;
  top: 50%;
	width: 50px;
	height: 60px;
	transform: translate(370px, -287px);
	padding-top: 30px;
	font-size: 60%;
	text-align: center;
	cursor: pointer;
}

.modal #slider_close:before,
.modal #slider_close:after {
  content: '';
  display: block;
  background: #138CD6;
  width: 3px;
  height: 30px;
  transform: rotate(45deg);
  position: absolute;
  left: 24px;
  top: 0;
}

.modal #slider_close:before {
  transform: rotate(-45deg);
}





.facilities .col-right .flex {
  display: flex;
	justify-content: space-between;
}

.facilities .col-right .name {
  background-color: #F8F8F8;
  font-size: 112.5%;
  font-weight: 500;
  padding: 10px 20px;
}

.facilities .col-right .flex .left {
  width: 39%;
}

.facilities .col-right .flex .right {
  width: 56%;
}





.consent .col-right .heading-no {
  font-size: 112.5%;
  font-weight: 700;
	border-bottom: 1px solid #138CD6;
}

.consent .col-right .heading-no span {
  display: inline-block;
	width: 1.5em;
  color: #138CD6;
}

.consent .col-right .right {
  text-align: right;
}

.consent .col-right .right a {
  font-weight: 500;
  color: #138CD6;
}





.special .col-right .flex {
  display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.special .col-right .flex .left {
  width: 54%;
}

.special .col-right .flex .left table {
  border-collapse: collapse;
	font-size: 112.5%;
}

.special .col-right .flex .left table th,
.special .col-right .flex .left table td {
  border: 0;
	text-align: left;
	vertical-align: top;
}

.special .col-right .flex .left table th {
  border-left: 2px solid #39B3C1;
	color: #39B3C1;
	font-weight: 700;
	padding: 5px 0 5px 20px;
	width: 100px;
}

.special .col-right .flex .left table td {
	padding: 5px 0;
}

.special .col-right .flex .left table td .s {
  font-size: 77.7%;
}

.special .col-right .flex .left .notes {
  font-size: 87.5%;
	margin-top: 30px;
}

.special .col-right .flex .right {
  width: 38%;
}

.special .col-right a {
  color: #138CD6;
	text-decoration: underline;
}

.col-right .more {
  display: inline-block;
	color: #138CD6;
	border: 2px solid #138CD6;
	position: relative;
	padding: 0 10px 0 35px;
	cursor: pointer;
}

.col-right .more::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 3px solid #138CD6;
  border-width: 3px 3px 0 0;
  transform: rotate(135deg);
  position: absolute;
  left: 14px;
  top: 1em;
  margin-top: -7px;
  transition: .1s;
}

.col-right .more.x::after {
  margin-top: -3px;
  transform: rotate(315deg);
}

.col-right .more-info {
  display: none;
}





.contactlens #make .hours {
	width: 100%;
  border-collapse: collapse;
	text-align: center;
	font-size: 137.5%;
	font-weight: 700;
}

.contactlens #make .hours th {
  background-color: #138CD6;
  border: 1px solid #D2ECFC;
	color: #fff;
	width: 8%;
	padding: 5px 0;
}

.contactlens #make .hours th:first-of-type {
  width: 44%;
}

.contactlens #make .hours td {
  background-color: #fff;
  border: 1px solid #D2ECFC;
	color: #138CD6;
	padding: 5px 0;
}

.contactlens #make .hours td.s {
  font-size: 88%;
}

.contactlens #make .close {
	color: #138CD6;
	text-align: right;
  font-size: 87.5%;
	font-weight: 700;
	margin-top: 5px;
}

.contactlens #make .notes {
	background: #F8F8F8;
	padding: 20px;
}

.contactlens #make .flow {
  display: flex;
	flex-wrap: wrap;
}

.contactlens #make .flow .step {
  width: 26.33%;
	margin: 0 7% 30px 0;
	background: #EAF8FF;
	position: relative;
}

.contactlens #make .flow .step::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 3px solid #39B3C1;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  position: absolute;
  left: 105%;
  top: 56%;
}
	
.contactlens #make .flow .step:last-of-type::after {
  display: none;
}

.contactlens #make .flow .step .n {
  display: block;
	margin: 15px auto;
	width: 120px;
	line-height: 30px;
	border-radius: 15px;
	font-size: 112.5%;
  color: #fff;
	background: #39B3C1;
	text-align: center;
}

.contactlens #make .flow .step .head {
	font-size: 125%;
	font-weight: 700;
	text-align: center;
}

.contactlens #make .flow .step .body {
	font-size: 87.5%;
	padding: 10px 15px 12px;
}

.contactlens #examination .flex,
.contactlens #trouble .flex {
  display: flex;
	justify-content: space-between;
}

.contactlens #examination .flex .left,
.contactlens #trouble .flex .left {
  width: 54%;
}

.contactlens #examination .flex .right,
.contactlens #trouble .flex .right {
  width: 38%;
}

.contactlens #examination .flex .right .head {
  font-weight: 700;
}

.contactlens #examination .flex .right a {
	color: #138CD6;
}

.contactlens #care a {
  font-weight: 700;
	color: #138CD6;
}

.contactlens .modal .slick-slide img {
  border: 1px solid #444;
}

.contactlens #trouble .head {
  font-weight: 700;
}

.product .snavi {
  flex-wrap: wrap;
}

.product .snavi a {
  width: 50%;
}

.product .item-list {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product .item {
  width: 47%;
}

.product .item:nth-of-type(n+3) {
	margin-top: 60px;
}

.product .item .head {
  background: #F8F8F8;
	padding: 10px;
}

.product .item img {
	height: 200px;
	object-fit: contain;
	margin: 30px auto;
}

.product .item dl {
  overflow: hidden;
	border-bottom: 1px solid #C8C8C8;
	line-height: 1.5;
}

.product .item dt {
  float: left;
  width: 150px;
	color: #39B3C1;
	font-weight: 500;
	padding: 10px;
}

.product .item dd {
	width: 100%;
  padding-left: 150px;
	border-top: 1px solid #C8C8C8;
	text-align: right;
	padding: 10px;
}

.product .item.s {
	width: 100%;
  display: flex;
	justify-content: space-between;
	font-size: 100%;
}

.product .item.s img {
  width: 150px;
	height: auto;
	margin: 0;
}

.product .item.s p {
  flex: 1;
	padding-left: 30px;
}

.product .section a {
  color: #138CD6;
}

.marker {
  display: inline-block;
	background:linear-gradient(transparent 60%, #D2ECFC 60%);
}

.product .marker {
  font-size: 112.5%;
	font-weight: 500;
}

.subsc {
  border-collapse: collapse;
  width: 100%;
	min-width: 700px;
}

.subsc th,
.subsc td {
  border: 1px solid #C8C8C8;
	padding: 10px;
	text-align: center;
	line-height: 1.5;
}

.subsc th {
  background: #F8F8F8;
	font-weight: 700;
}






.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}

.tab-label {
	background: #D3D3D3;
  line-height: 1.5;
  text-align: center;
  padding: 12px 0;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 50%;
  font-size: 112.5%;
  font-weight: 700;
  transition: 0.2s;
  border-top: 2px solid transparent;
}

.tab-content {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.tab-label:hover,
.tab-switch:checked + .tab-label {
	background: #F8F8F8;
  border-top: 2px solid #138CD6;
}

.tab-switch:checked + .tab-label + .tab-content {
  margin-top: 40px;
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: 0.2s opacity;
}

.tab-switch {
  display: none;
}

.medical .tab-label {
  width: 33.33%;
}

.medical .tab-label #head {
  font-size: inherit;
	font-weight: inherit;
}

.medical .tab-content #head {
  font-size: 111.11%;
	font-weight: 700;
	text-align: left;
	margin-bottom: 5px;
}

.medical #latest #head {
  display: none;
}

.medical table {
  border-collapse: collapse;
  width: 100%;
  font-size: 112.5%;
}

.medical table:nth-of-type(n+2) {
  margin-top: 30px;
}

.medical table caption {
  font-size: 111.11%;
	font-weight: 700;
	text-align: left;
	margin-bottom: 5px;
}

.medical table th,
.medical table td {
  border: 1px solid #C8C8C8;
	padding: 15px 0;
	text-align: center;
	line-height: 1.5;
}

.medical table th {
  background: #F8F8F8;
	font-weight: 700;
}

.medical table .s {
  display: block;
  font-size: 66.66%;
}

.medical #past table th,
.medical #past table td {
  width: 50%;
}

p.loading {
  text-align: center;
	padding: 100px 0;
	color: #138CD6;
}





.access .outline .head {
  font-size: 175%;
	font-weight: 700;
	line-height: 1.5;
}

.access .outline,
.access .maps {
  display: flex;
	justify-content: space-between;
}

.access .maps p,
.access .googlemaps p {
	font-weight: 700;
	margin-bottom: 10px;
}

.access .outline .left {
  width: 35%;
}

.access .outline .right {
  width: 60%;
}

.access .maps .left,
.access .maps .right {
  width: 47%;
}

.access .gmap {
	padding-top: 52.65%;
}





.faq .snavi {
  flex-wrap: wrap;
}

.faq .snavi a {
  width: 25%;
}

.faq-list dt {
  color: #39B3C1;
	font-size: 112.5%;
	font-weight: 700;
	position: relative;
	padding-left: 35px;
	margin-top: 30px;
}

.faq-list dt::before {
  display: block;
  content: 'Q';
	color: #fff;
	background: #39B3C1;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 1em;
	margin-top: -15px;
}

.faq-list dd {
	padding-left: 35px;
	margin-top: 5px;
}

.faq-list dd a {
  color: #138CD6;
	text-decoration: underline;
}





.recruit .requirements {
  border-collapse: collapse;
  width: 100%;
}

.recruit .requirements th,
.recruit .requirements td {
  border: 1px solid #C8C8C8;
	padding: 10px 15px;
}

.recruit .requirements th {
  background-color: #F8F8F8;
	font-weight: 700;
	width: 27%;
}










@media screen and (max-width: 1000px) {
  body {
    font-size: 15px;
    min-width: inherit;
  }

  br.pc,
	span.pc{
    display: none;
  }

  br.smp,
  span.smp {
    display: inline;
  }
	
	header {
	  width: 100%;
    height: auto;
	}
	
	header h1,
	header .gnavi,
	header .subnavi {
	  position: static;
  }
	
	header h1 {
	  width: 150px;
	  margin: 10px 5vw;
	}
	
	header .gnavi ul,
	header .subnavi ul {
    display: block;
		width: 90%;
		margin: 0 auto;
  }
	
	header .gnavi > ul {
    border-top: 1px solid #138CD6;
  }
	
	header .gnavi > ul > li {
    border-bottom: 1px solid #138CD6;
  }
	
	header .gnavi > ul > li h2 {
    border-left: 0 !important;
		padding: 10px 0;
		position: relative;
  }
	
	header .gnavi > ul > li h2 a {
    pointer-events: none;
  }
	
	header .gnavi > ul > li h2::before,
	header .gnavi > ul > li h2::after {
	  content: '';
		display: block;
		width: 14px;
		height: 2px;
		background: #138CD6;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translate(0,-1px);
		transition: .2s;
  }
	
	header .gnavi > ul > li h2::after {
		transform: translate(0,-1px) rotate(90deg);
	}
	
	header .gnavi > ul > li h2.x::after {
	  opacity: 0;
	}
	
	header .gnavi > ul > li > ul {
	  display: none;
		position: static;
		width: 100%;
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #138CD6;
    border-radius: 0;
    padding: 15px 0;
    box-shadow: none;
		font-size: 112.5%;
	}
	
	header .gnavi > ul > li > ul > li {
    width: 100%;
  }
	
	header .gnavi > ul > li > ul > li > ul {
    width: 100%;
	}
	
	header .subnavi {
	  background: #EAF8FF;
		width: 100%;
		padding: 15px 5% 20px;
		margin-top: 20px;
	}
	
	header .subnavi ul {
		width: 100%;
	}
	
	header .subnavi li:nth-child(n+2) {
    margin: 5px 0 0;
  }
	
	header .subnavi li:last-child {
    margin: 10px 0 0;
  }
	
	header .naviset {
    opacity: 0;
    visibility: hidden;
		transition: .5s;
		position: absolute;
		width: 100%;
		background: #fff;
	}
	
	header .naviset.show {
    opacity: 1;
    visibility: visible;
	}

  .gnavi_btn {
	  display: block;
    position: absolute;
    top: 0;
    right: 5vw;
    width: 50px;
    height: 50px;
		padding-top: 35px;
		text-align: center;
		font-size: 65%;
		color: #138CD6;
    z-index: 1002;
    cursor: pointer;
		margin-right: -10px;
  }
  
  .gnavi_btn::before,
  .gnavi_btn::after {
    content: "";
  }
  
  .gnavi_btn .bar,
  .gnavi_btn::before,
  .gnavi_btn::after {
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 30px;
    height: 2px;
    background-color: #138CD6;
    transition: transform 0.3s, background-color 0.3s;
  }
  
  .gnavi_btn::before {
    transform: translateY(-10px);
  }
  
  .gnavi_btn::after {
    transform: translateY(10px);
  }
  
  .gnavi_btn.x .bar {
    opacity: 0;
  }
  
  .gnavi_btn.x::before {
    transform: translateY(0) rotate(-45deg);
  }
  
  .gnavi_btn.x::after {
    transform: translateY(0) rotate(45deg);
  }

  .home main .slides.pc {
    display: none;
  }

  .home main .slides.sp {
    display: block;
  }
	
	.home main .shortcut {
	  width: 90%;
		flex-wrap: wrap;
    margin: 40px auto 0;
	}
	
	.home main .shortcut a {
    width: 31%;
		font-size: 100%;
		margin-bottom: 20px
	}
	
	.home main .important {
	  width: 90%;
    margin: 0 auto;
	}
	
	.home main .important .content {
	  font-size: 100%;
		padding: 10px 5%;
	}
	
	.home main .important .content p {
	  padding: 0 !important;
	}
	
	.home .news-list {
    width: 90%;
    margin: 30px auto 0;
  }
	
	.news-list article {
	  padding: 20px 0;
	}
	
	.news-list article a {
	  display: block;
  }
	
	.news-list article .date,
	.news-list article .tag {
	  display: inline-block;
  }
	
	.news-list article .tag {
	  margin: 0;
	}
	
	.news-list article .title {
	  display: block;
	}
	
	.home main .info {
		padding: 20px 0 0;
		margin-top: 30px;
	}
	
	.home main .info .content {
	  display: block;
    width: 100%;
	}
	
	.home main .info .hours,
	.home main .info .map {
    width: 100%;
  }
	
	.home main .info .hours {
    width: 90%;
		margin: 0 auto;
	}
	
  .home main .info .hours table td,
  .outpatient #hours table td {
    line-height: 1.5;
		padding: 10px 0;
  }
	
  .home main .info .hours table th:first-of-type,
	.outpatient #hours table th:first-of-type {
    width: 75px;
  }
	
  .home main .info .hours table th:nth-of-type(7),
  .home main .info .hours table th:last-of-type,
  .outpatient #hours table th:nth-of-type(7),
  .outpatient #hours table th:last-of-type {
    width: 50px;
  }
	
	.home main .info .hours .close {
	  text-align: left;
	}
	
	.home main .info .hours .today .open dt {
	  float: none;
	}
	
	.home main .info .hours .today .open dd {
    padding-left: 0;
  }
	
	.home main .info .map {
	  margin-top: 20px;
  }
	
	footer {
    padding: 30px 0 20px;
	}
	
	footer .sitemap {
    display: none;
	}
	
	footer .logo_address {
	  font-size: 85%;
	  text-align: center;
	}
	
	footer .logo_address img {
	  width: 250px;
		margin-bottom: 20px;
	}
	
	footer .logo_address a {
    font-size: 150%;
    font-weight: 700;
    color: #138CD6;
	}
	
	footer .copyright {
	  margin-top: 30px;
	}
	
	.pagetop {
	  right: 5vw;
		bottom: 5vw;
	}
	
	
	
	
	
	.page-header img {
	  height: 150px;
	}
	
	.page-body {
    margin: 30px auto 50px;
    width: 90%;
  }
	
	.heading-bg {
    font-size: 150%;
		line-height: 1.5;
    padding: 10px 5%;
  }
	
	.heading-bdr {
    font-size: 125%;
	}
	
	.heading-line {
    font-size: 150%;
  }
	
	.col1 {
    margin: 30px auto 50px;
    width: 90%;
  }
	
	.news-article .title {
	  font-size: 125%;
	}
	
	.col-left {
	  display: none;
  }
	
	.col-right {
    width: 100%;
  }
	
	.greeting .person,
	.section .person {
    display: block;
  }
	
	.greeting .person .portrait,
	.section .person .portrait {
    width: 100%;
		text-align: center;
  }
	
	.greeting .person .portrait img,
	.section .person .portrait img {
    width: 50%;
		margin: 0 auto;
  }
	
	.greeting .person .message,
	.section .person .message {
    width: 100%;
		margin-top: 20px;
  }
	
	.greeting .person .name,
	.section .person .name,
	.feature .column .name {
	  margin-top: 4px;
	}
	
	.snavi {
	  padding: 10px 15px;
		flex-wrap: wrap;
	}

  .snavi a {
	  font-size: 100%;
    width: 50%;
  }

  .doctor .snavi a {
    width: 54%;
		font-size: 95%;
  }

  .doctor .snavi a:nth-child(2n) {
    width: 46%;
  }
	
	.doctor .doctor .portrait {
    display: block;
    text-align: center;
  }
	
	.doctor .doctor .portrait .photo {
    width: 50%;
		margin: 0 auto 5px;
  }
	
	.doctor .doctor .portrait .text {
    width: 100%;
  }
	
	.doctor .doctor .name {
	  font-size: 150%;
		line-height: 1.5;
  }
	
	.doctor .doctor .profile {
    display: block;
		margin-top: 0
  }
	
	.doctor .doctor .profile > div {
    width: 100%;
		margin-top: 20px
  }
	
	.doctor .doctor .message {
	  padding: 20px 5%;
	}
	
	.column {
    padding: 30px 5% 20px;
  }
	
	.column::before {
    border-top: 22px solid #39B3C1;
    border-right: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #39B3C1;
  }
	
	.column .heading {
    font-size: 125%;
	}
	
	.column .flex {
    display: block;
  }
	
	.doctor .column .flex {
    display: flex;
  }
	
	.doctor .column .flex img {
    width: 31%;
  }
	
	.feature .column .flex .left {
    width: 100%;
  }
	
	.feature .column .flex .right {
    width: 100%;
		margin: 20px auto 0;
  }
	
	.section .snavi {
	  flex-wrap: wrap;
	}
	
	.section .snavi a {
	  width: 50%;
	}
	
	.history .origin {
    display: block;
  }
	
	.history .origin .text {
    width: 100%;
  }
	
	.history .origin .photo {
    width: 100%;
		margin-top: 20px;
  }
	
	.history .history th,
	.history .history td {
    display: block;
    width: 100%;
  }
	
	.history .history th {
		border: 0;
    padding-left: 7%;
		padding-bottom: 0;
    margin-top: -66px;
  }
	
	.history .history td:first-child {
		border: 0;
		width: 7%;
  }
	
	.history .history td:first-child::after {
    height: 300px;
  }
	
	.history .history td:last-child {
	  padding-top: 0;
		margin-left: 7%;
		width: 93%;
  }
	
	.outpatient #hours table {
	  font-size: 90%;
	}
	
	.home main .info .hours {
    width: 90%;
		margin: 0 auto;
	}
	
	.outpatient #hours .close {
	  text-align: left;
	}
	
	.outpatient #hours .today .open dt {
	  float: none;
	}
	
	.outpatient #hours .today .open dd {
    padding-left: 0;
  }
	
	.ope {
	  display: block;
	}
	
	.ope .left {
	  width: 100%;
	}
	
	.ope .right {
	  width: 100%;
		margin-top: 20px;
	}
	
	.ope .right img {
	  width: 100%;
	}
	
	.hospitalization .room .flex,
	.hospitalization .notice .flex {
    display: block;
  }
	
	.hospitalization .room .flex .left,
	.hospitalization .food .flex .left,
	.hospitalization .notice .flex a {
	  width: 100%;
  }
	
	.hospitalization .room .flex .right,
	.hospitalization .notice .flex .right {
	  width: 100%;
		margin-top: 20px;
  }
	
	.hospitalization .food .flex {
	  display: block;
  }
	
	.hospitalization .food .flex .photos {
	  width: 100%;
		margin-top: 20px;
  }
	
	.hospitalization .food .flex .photos ul {
	  display: flex;
		justify-content: space-between;
  }
	
	.hospitalization .food .flex .photos li {
    width: 48%;
  }
	
	.hospitalization .food .flex .photos li:last-child {
	  margin: 0;
	}
	
	.guide .photos li {
    width: 47%;
    margin-top: 20px;
  }
	
	.guide .photos li img {
    height: 110px;
	}
	
	.modal #slider {
    width: 400px;
    height: 370px;
  }
	
	.modal .slick-slide {
    width: 400px !important;
    height: 370px;
  }
	
	.modal .slick-prev, .modal .slick-next {
	  bottom: 16px;
	}
	
	.modal .slick-prev {
    right: 12%;
  }
	
	.modal .slick-next {
    right: 5%;
  }
	
	.modal .slick-slide img {
    width: 400px;
    height: 258px;
    margin-bottom: 5px;
  }
	
	.modal #slider_close {
    transform: translate(186px, -172px);
	}
	
	.treatment .col-right .flex,
	.treatment-child .col-right .flex {
	  width: 100% !important;
	  display: block;
	}
	
	.treatment .col-right .flex .left,
	.treatment .col-right .flex .right,
	.treatment-child .col-right .flex .left,
	.treatment-child .col-right .flex .right {
    width: 100% !important;
  }
	
	.treatment .col-right .flex > div+div,
	.treatment-child .col-right .flex > div+div {
	  margin-top: 30px;
	}
	
  .toggle-img.pc {
    display: none;
  }

  .toggle-img.sp {
    display: block;
  }
	
	.cataract .flow .step {
	  width: 100%;
    margin: 0 0 60px;
	}
	
	.cataract .flow .step::after {
    transform: rotate(135deg);
    left: 50%;
    top: 103%;
		margin-left: -11px;
	}
	
	.facilities .col-right .flex {
	  display: block;
	}
	
	.facilities .col-right .flex .left,
	.facilities .col-right .flex .right {
    width: 100%;
  }
	
	.facilities .col-right .flex .left img {
    width: 70%;
		margin: 0 auto 60px;
  }
	
	.special .col-right .flex {
	  display: block;
	}
	
	.special .col-right .flex .left,
	.special .col-right .flex .right {
    width: 100%;
  }
	
	.special .col-right .flex .right img {
    width: 80%;
		margin: 20px auto;
  }
	
	.special .col-right .flex .left .notes {
	  font-size: 100%;
	}
	
	.contactlens #examination .flex,
	.contactlens #trouble .flex {
    display: block;
  }
	
	.contactlens #examination .flex .left,
	.contactlens #trouble .flex .left {
    width: 100%;
  }
	
	.contactlens #examination .flex .right,
	.contactlens #trouble .flex .right {
    width: 100%;
		margin-top: 20px;
  }
	
	.contactlens #make .hours {
    font-size: 100%;
  }
	
	.contactlens #make .close {
	  text-align: left;
	}
	
	.contactlens #make .flow .step {
    width: 43%;
	}
	
	.contactlens #make .flow .step::after {
    width: 15px;
    height: 15px;
    left: 101%;
  }
	
	.contactlens #make .flow .step .n {
    width: 80px;
    line-height: 24px;
    border-radius: 12px;
    font-size: 100%;
	}
	
	.contactlens #make .flow .step .head {
    font-size: 105%;
	}

  .product .snavi a {
    width: 100%;
  }
	
	.product .item {
	  width: 100%;
	}
	
	.product .item:nth-of-type(n+2) {
    margin-top: 60px;
  }
	
	.product .item.blank {
    margin-top: 0;
  }
	
	.product .item img {
	  margin: 15px auto;
	}

  .tab-label {
	  padding: 10px;
		font-size: 90%;
	}
	
	.medical table {
    font-size: 100%;
  }
	
	.medical #past table th,
	.medical #past table td {
    width: 75%;
  }
	
	.medical #past table th:last-child,
	.medical #past table td:last-child {
    width: 25%;
  }
	
	.access .outline,
	.access .maps {
	  display: block;
  }
	
	.access .outline .left,
	.access .outline .right,
	.access .maps .left,
	.access .maps .right {
	  width: 100%;
  }
	
	.access .outline .right,
	.access .maps .right {
	  margin-top: 20px;
  }
	
	.faq .snavi a {
	  width: 50%;
	}
}








.important #main,
.closed #main,
.result-latest #main,
.result-past #main,
.result-graph #main,
.recruit-list #main {
  width: 900px;
	margin: 100px auto;
}

.important #main {
	width: 1180px;
}

.important #main .content {
	width: 1180px;
	margin: 50px auto 0;
	border: 5px solid #72C7D1;
	text-align: center;
}

.important #main .content > h2 {
  background: #72C7D1;
  color: #FFF;
	font-size: 175%;
	font-weight: 700;
	padding: 10px 0 15px;
}

.important #main .content h2 img {
  display: inline-block;
  width: 48px;
	margin: 0 16px;
	transform: translate(0, -2px);
}

.important #main .content .content {
  width: 100%;
	font-size: 125%;
	text-align: left;
	padding: 20px 40px;
	border: 0;
	margin: 0;
}

.important #main .content .content h2 {
	font-size: 150%;
}

.important #main .content .content p {
  overflow: hidden;
}

.important #main .content .content img {
  display: inline-block;
}

.important #main .content .content img.alignleft {
  float: left;
  margin-right: 15px;
}

.important #main .content .content img.aligncenter {
  display: block;
  margin-bottom: 10px;
}

.important #main .content .content img.alignright {
  float: right;
  margin-left: 15px;
}


.result-latest #head {
  display: block;
  font-size: 111.11%;
	font-weight: 700;
	margin-bottom: 15px;
}

.error404 .error {
  text-align: center;
	padding: 200px 0;
}

.error404 .error h2 {
  font-size: 120%;
	font-weight: 700;
}

.error404 .error a {
  display: inline-block;
	color: #138CD6;
	border: 2px solid #138CD6;
	width: 300px;
	line-height: 60px;
	text-align: center;
	font-weight: 500;
	margin-top: 30px;
  position: relative;
}

.error404 .error a::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 3px solid #138CD6;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
  transition: .1s;
}

.error404 .error a:hover {
  background: #138CD6;
	color: #fff;
}

.error404 .error a:hover::after {
  border: 3px solid #fff;
  border-width: 3px 3px 0 0;
}









.new-hospital #schedule .flex {
  display: flex;
	justify-content: space-between;
}

.new-hospital #schedule .flex .left {
  width: 47%;
}

.new-hospital #schedule .flex .right {
  width: 47%;
}

.new-hospital #progress .gallery {
  position: relative;
}

.new-hospital #progress .gallery span {
  display: block;
	background: #dcdcdc;
}

.new-hospital #progress .gallery span img {
	width: 100%;
	height: 600px;
	object-fit: contain;
}

.new-hospital #progress .gallery .slick-prev,
.new-hospital #progress .gallery .slick-next {
  top: auto;
  right: 30px;
	bottom: -40px;
	left: auto;
	z-index: 100;
}

.new-hospital #progress .gallery .slick-next {
  right: 0;
}

.new-hospital #progress .gallery .slick-prev:before,
.new-hospital #progress .gallery .slick-next:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 3px solid #138CD6;
  border-width: 3px 3px 0 0;
  transform: rotate(-135deg);
  position: absolute;
  left: 0;
  top: 10px;
  transition: .1s;
}

.new-hospital #progress .gallery .slick-next:before {
  transform: rotate(45deg);
}

@media screen and (max-width: 1000px) {
  .new-hospital #schedule .flex {
    display: block;
  }

  .new-hospital #schedule .flex .left,
  .new-hospital #schedule .flex .right {
    width: 100%;
		margin-top: 30px;
  }
	
  .new-hospital #progress .gallery span img {
	  height: 60vw;
  }
}