@charset "UTF-8";

.top .sec {
	width: 100%;
	position: relative;
	z-index: 1;
	min-width:1100px;	
	margin: auto;
}

@media screen and (max-width: 768px) {
.top .sec {
	width: 100%;
	position: relative;
	z-index: 1;
	min-width:100%;	
	margin: auto;
}	
}

/*--------------------------------------------------
  mv
--------------------------------------------------*/
.top .mv {
	width: 100%;
	position: relative;
	min-width:1100px;
	margin-top: 110px;
}

.top .mv .f-box .image {
	float: right;
	width: 68%;
}
.top .mv .f-box .image img {
	border-radius: 0 0 0 8px;
  object-fit: cover;
  font-family: 'object-fit: cover';
	height: 678px;
}
.top .mv .f-box .text-box {
	float: left;
	width: 27%;
	margin-left: 5%;
	margin-top: 220px;
}

.top .mv .mv-txt01 {
	font-size: 18px;
}

.top .mv .mv-txt02 {
	font-size: 34px;
	line-height: 1.5;
	margin-top: 20px;
}


.top .mv .scroll {
	position: absolute;
	left:4%;
	width: 26px;
	bottom: 20px;
}


@media screen and (max-width: 768px) {
.top .mv {
	width: 100%;
	position: relative;
	min-width:100%;
	margin-top: 65px;
}

.top .mv .f-box .image {
	float: none;
	width: 86%;
	margin-left: 13%;
}
.top .mv .f-box .image img {
	border-radius: 0 0 0 8px;
  object-fit: cover;
  font-family: 'object-fit: cover';
	height: 300px;
}
.top .mv .f-box .text-box {
	float: none;
	width: 95%;
	margin-left: 5%;
	margin-top: -55px;
}

.top .mv .mv-txt01 {
	font-size: 13px;
	background: #fff;
	font-weight: 500;
	display: inline-block;
	border-radius: 0 8px 0 0;
	padding: 20px 20px 14px 0;
}

.top .mv .mv-txt02 {
	font-size: 25px;
	line-height: 1.5;
	margin-top: -8px;
}


.top .mv .scroll {
	position: absolute;
	left:4%;
	width: 18px;
	bottom: inherit;
	top: 10px;
}
	
}

/*--------------------------------------------------
  sec01
--------------------------------------------------*/

.top .sec01 {
	width: 100%;
	margin: 120px auto 0;
}

.top .sec01 .fix-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.top .sec01 .fix-box .title-box01 {
	width: 24%;
}
.top .sec01 .fix-box .news-box {
	width: 73%;
	position: relative;
}



.top .sec01 .title-box01 .title {
	font-size: 28px;
}

.top .sec01 .title-box01 .link01 a {
	margin: 0;
	margin-top: 30px;
}

/*タブボタンデザイン*/
.top .sec01 .tab_lab01 , .tab_lab02 , .tab_lab03 , .tab_lab04 , .tab_lab05 , .tab_lab06 {
	display: inline-block;
	text-align: center;;
	font-size: 15px;
  font-weight: 500;
	padding-left: 15px;
	margin-right: 20px;
}


/*タブにチェック入ったとき*/
.top .sec01 #tabmenu01:checked~.tab_lab01 , .top .sec01 #tabmenu02:checked~.tab_lab02 , .top .sec01 #tabmenu03:checked~.tab_lab03 , .top .sec01 #tabmenu04:checked~.tab_lab04 , .top .sec01 #tabmenu05:checked~.tab_lab05 , .top .sec01 #tabmenu06:checked~.tab_lab06{
	color: #000;
	position: relative;
}

.top .sec01 #tabmenu01:checked~.tab_lab01::after , .top .sec01 #tabmenu02:checked~.tab_lab02::after , .top .sec01 #tabmenu03:checked~.tab_lab03::after , .top .sec01 #tabmenu04:checked~.tab_lab04::after , .top .sec01 #tabmenu05:checked~.tab_lab05::after , .top .sec01 #tabmenu06:checked~.tab_lab06::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #612f18;
	display: block;
	left: 0;
	top: 11px;
}



/*タブボタンとボックス連動*/
.top .sec01 #tabmenu01:checked~#area1{
	display: block;
}
.top .sec01 #tabmenu02:checked~#area2 {
	display: block;
}
.top .sec01 #tabmenu03:checked~#area3 {
	display: block;
}
.top .sec01 #tabmenu04:checked~#area4 {
	display: block;
}
.top .sec01 #tabmenu05:checked~#area5 {
	display: block;
}
.top .sec01 #tabmenu06:checked~#area6 {
	display: block;
}


/*チェックボックスとボックス非表示*/
.top .sec01 input[name="check"] {
	display: none;
}
.top .sec01 .panel {
	display: none;
}


.top .sec01 li {
	border-bottom: solid 1px #ebe3d9;
	padding: 30px 0;
}


.top .sec01 dl {
	display: flex;
	width: 100%;
}

.top .sec01 dt {
	display: flex;
	width: 210px;
}

.top .sec01 dd {
	display: flex;
	width:520px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 50px 0 30px;
}
.top .sec01 .deta {
	display: inline-block;
  font-weight: 500;
	width: 90px;
	color: #C3C3C3;
}
.top .sec01 .cate {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	border: solid 1px #612f18;
	padding: 7px 0;
	width: 110px;
	text-align: center;
  font-weight: 500;
	margin-left: 10px;
}


@media screen and (max-width: 768px) {
.top .sec01 {
	width: 100%;
	margin: 4rem auto 0;
	padding-bottom: 45px;
}

.top .sec01 .fix-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.top .sec01 .fix-box .title-box01 {
	width: 100%;
	text-align: center;
	padding-top: 40px;
}
.top .sec01 .fix-box .news-box {
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.top .sec01 .title-box01 .title {
	font-size: 24px;
}



/*タブボタンデザイン*/
.top .sec01 .tab_lab01 , .tab_lab02 , .tab_lab03 , .tab_lab04 , .tab_lab05 , .tab_lab06 {
	display: inline-block;
	text-align: center;;
	font-size: 13px;
  font-weight: 500;
	padding-left: 12px;
	margin-right: 12px;
}


.top .sec01 #tabmenu01:checked~.tab_lab01::after , .top .sec01 #tabmenu02:checked~.tab_lab02::after , .top .sec01 #tabmenu03:checked~.tab_lab03::after , .top .sec01 #tabmenu04:checked~.tab_lab04::after , .top .sec01 #tabmenu05:checked~.tab_lab05::after , .top .sec01 #tabmenu06:checked~.tab_lab06::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	display: block;
	left: 0;
	top: 9px;
}

.top .sec01 li {
	border-bottom: solid 1px #ebe3d9;
	padding: 15px 0;
}


.top .sec01 dl {
	display: block;
	width: 100%;
}

.top .sec01 dt {
	display: block;
	width: 100%;
}

.top .sec01 dd {
	display: block;
	width:90%;
	font-size: 13px;
	margin-top: 5px;
	padding: 0 ;
	
	font-weight: 500;
}
.top .sec01 .deta {
	display: inline-block;
  font-weight: 500;
	width: 70px;
	color: #C3C3C3;
	font-size: 13px;
}
.top .sec01 .cate {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 5px 15px;
	width: auto;
	background: #fff;
	text-align: center;
  font-weight: 500;
	margin-left: 5px;
}
	
	
.top .sec01 .link01 {
	margin-top: 30px;
}

.top .sec01 .link01 a{
	width: 100%;
	padding: 17px 0 17px 20px;
	box-sizing: border-box;
}
	
	
}


/*--------------------------------------------------
  sec02
--------------------------------------------------*/

.top .sec02 {
	margin-top: 100px;
	padding-bottom: 120px;
}
.top .sec02 .eng-ttl {
	text-align: center;
	color: #fff;
}
.top .sec02 .title {
	text-align: center;
	color: #fff;
	font-size: 34px;
	margin-top: 15px;
}

.top .sec02 .box {
	padding-top: 130px;
}

.top .sec02 .image01 {
	width: 756px;
	margin: auto;
	margin-top: 20px;
}
.top .sec02 .image01 img {
	border-radius: 8px;
}


.top .sec02 .txt {
	text-align: center;
	color: #fff;
	font-weight: 500;
	margin-top: 30px;
}



.top .sec02 .link02 {
	margin-top: 30px;
}


.top .sec02 .fix-box {
	width: 765px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin: auto;
	margin-top: 30px;
}

.top .sec02 .item {
	width: 224px;
	height: 224px;
	border: solid 1px #fff;
	box-sizing: border-box; 
	background: rgba(255,255,255,0.2);  
	border-radius: 1000px;
}

.top .sec02 .item h4 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	margin-top: 18px;
}


.top .sec02 .item .icon {
	margin: auto;
	
  display: flex;
  align-items: center;	
	height: 66px;
}

.top .sec02 .item .icon01 {
	width: 66px;
}

.top .sec02 .item .icon02 {
	width: 60px;
}
.top .sec02 .item .icon03 {
	width: 43px;
}

.top .sec02 .item .tx01 {
	color: #fff;
	text-align: center;
	font-size: 21px;
	line-height: 1.4;
	font-weight: 500;
	margin-top: 6px;
}

@media screen and (max-width: 768px) {
.top .sec02 {
	margin-top: 0;
	padding-bottom: 35px;
}
.top .sec02 .eng-ttl {
	text-align: center;
	color: #fff;
}
.top .sec02 .title {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-top: 12px;
}

.top .sec02 .box {
	padding-top: 50px;
	margin-bottom: 30px;
}

.top .sec02 .image01 {
	width: 100%;
	margin: auto;
	margin-top: 20px;
}
.top .sec02 .image01 img {
	border-radius: 8px;
}


.top .sec02 .txt {
	text-align: left;
	color: #fff;
	font-weight: 500;
	margin-top: 20px;
}

.top .sec02 .link02 {
	margin-top: 25px;
}

	.top .sec02 .eng-lin {
		line-height: 1.3;
	}
.top .sec02 .fix-box {
	width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; 
	margin: auto;
	margin-top: 20px;
}

.top .sec02 .item {
	width: 130px;
	height: 130px;
	border: solid 1px #fff;
	box-sizing: border-box; 
	background: rgba(255,255,255,0.2);  
	border-radius: 1000px;
	margin: 0 8px;
	margin-bottom: 8px;	
}

	
.top .sec02 .item h4 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin-top: 6px;
}


.top .sec02 .item .icon {
	margin: auto;
  display: flex;
  align-items: center;	
	height: 42px;
}

.top .sec02 .item .icon01 {
	width: 38px;
}

.top .sec02 .item .icon02 {
	width: 38px;
}
.top .sec02 .item .icon03 {
	width: 28px;
}

.top .sec02 .item .tx01 {
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
	margin-top: 6px;
}	
}




/*--------------------------------------------------
  sec03
--------------------------------------------------*/
.top .sec03 {
	margin-top: 80px;
}

.top .sec03 .title-box01 {
	text-align: center;
}

.top .sec03 .med-nav {
	border-radius: 8px;
	margin: 50px 0 0;
	padding: 35px 0;
	position: relative;
}

.top .sec03 .med-nav::after{
	content: "";
	position: absolute;
	border-radius: 8px 0 0 8px;
	background: #F5FCFA;
	height: 100%;
	width: 94%;
	margin: 0 3%;
  top: 0;
	z-index: -1;
}

.top .sec03 .med-nav .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.top .sec03 .med-nav .fix-box .item a{
	width: 346px;
	background: #fff;
	border-radius: 8px;
	display: block;
	box-shadow: 0px 0px 15px -5px #90D8D6;
	text-align: center;
	padding: 20px 0 25px 0;
}
.top .sec03 .med-nav .fix-box .item .icon {
	width: 100px;
	margin: auto;
}

.top .sec03 .med-nav .fix-box .item .tx01 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
}


.top .sec03 .box01 {
	margin-top: 70px;
}

.top .sec03 .info01 {
	margin-top: 30px;
}


.top .sec03 .info02 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.top .sec03 .info02 .fix-box .l-box {
  width: 50%;
}

.top .sec03 .info02 .fix-box .r-box {
  width: 45%;
}

.top .sec03 .info02 ul {
	border-top: solid 1px #EFEFEF;
	
	box-sizing: border-box;
}
.top .sec03 .info02 li {
	border-bottom: solid 1px #EFEFEF;

	box-sizing: border-box;
}

.top .sec03 .info02 dt {
	background: #F5FCFA;
	font-weight: 500;
	padding: 15px 0 15px 20px;
	width: 134px;
}
.top .sec03 .info02 dd {
	font-weight: 500;
	padding: 15px 0 15px 20px;
}


.top .sec03 .info02 .fix-box .r-box .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top:70%; /* 比率を4:3に固定 */
}

.top .sec03 .info02 .fix-box .r-box iframe {
	width: 100%;
	margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%	
}

.top .sec03 .info02 .m-link {
	text-align: right;
	margin-top: 10px;
}

.top .sec03 .info02 .m-link a {
	text-decoration: underline;
	font-size: 15px;
	font-weight: 500;
	padding-right: 16px;
	position: relative;
	display: block;
}
.top .sec03 .info02 .m-link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 11px;
	height: 15px;
	margin-top: -5px;
	background: url("../images/m-icon.png") right center no-repeat;
	background-size: 100% auto;			
}

@media screen and (max-width: 768px) {
.top .sec03 {
	margin-top: 50px;
}

.top .sec03 .title-box01 {
	text-align: center;
}

.top .sec03 .med-nav {
	border-radius: 8px;
	margin: 32px 0 0;
	padding: 35px 0 25px;
	position: relative;
}

.top .sec03 .med-nav::after{
	content: "";
	position: absolute;
	border-radius: 8px 0 0 8px;
	background: #F5FCFA;
	height: 100%;
	width: 100%;
	margin: 0;
  top: 0;
	z-index: -1;
}

.top .sec03 .med-nav .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.top .sec03 .med-nav .fix-box .item a{
	width: 100%;
	background: #fff;
	border-radius: 8px;
	display: block;
	box-shadow: 0px 0px 15px -5px #90D8D6;
	text-align: center;
	padding: 15px 0 15px 0;
	margin-bottom: 20px;
}
	
	.top .sec03 .med-nav .fix-box .item .sp-fix {
		  display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	  align-items: center;	
	}
	
	
.top .sec03 .med-nav .fix-box .item .icon {
	width: 60px;
	margin: 0;
	margin-left: 20px;
}

.top .sec03 .med-nav .fix-box .item .tx01 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
	margin-left: 15px;
}


.top .sec03 .box01 {
	margin-top: 40px;
}

.top .sec03 .info01 {
	margin-top: 20px;
}
.top .sec03 .info02 {
	margin-top: -15px;
}

.top .sec03 .info02 .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.top .sec03 .info02 .fix-box .l-box {
  width: 100%;
}

.top .sec03 .info02 .fix-box .r-box {
  width: 100%;
}

.top .sec03 .info02 ul {
	border-top:none;
	box-sizing: border-box;
}
.top .sec03 .info02 li {
	border-bottom: none;
	box-sizing: border-box;
}

.top .sec03 .info02 dt {
	background: #F5FCFA;
	font-weight: 500;
	padding: 10px 0 10px 0;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
.top .sec03 .info02 dd {
	font-weight: 400;
	font-size: 15px;
	padding: 12px 0 18px 0;
}


.top .sec03 .info02 .fix-box .r-box .map {
  position: relative;
	margin-top: 25px;
  width: 100%;
  height: 0;
  padding-top:70%; /* 比率を4:3に固定 */
}

.top .sec03 .info02 .fix-box .r-box iframe {
	width: 100%;
	margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%	
}

.top .sec03 .info02 .m-link {
	text-align: right;
	margin-top: 10px;
}

.top .sec03 .info02 .m-link a {
	text-decoration: underline;
	font-size: 15px;
	font-weight: 500;
	padding-right: 16px;
	position: relative;
	display: block;
}
.top .sec03 .info02 .m-link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 11px;
	height: 15px;
	margin-top: -5px;
	background: url("../images/m-icon.png") right center no-repeat;
	background-size: 100% auto;			
}
	
}




/*--------------------------------------------------
  sec04
--------------------------------------------------*/

.top .sec04 {
	margin-top: 100px;
}
.top .sec04 .box {
	background: url("../images/sce04-bg.jpg") center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 345px;
	position: relative;
	margin-bottom: 60px;
}

.top .sec04 .box::after {
	content: "";
	position: absolute;
	background: #fff;
	left: 0;
	width: 40%;
	height: 125px;
	bottom: 0;
	border-radius: 0 8px 0 0;
}

.top .sec04 .box::before {
	content: "";
	position: absolute;
	background: url("../images/box-icon01.png") 0 0 no-repeat;
	background-size: 100% auto;
	bottom: 0;
	width: 11px;
	height: 13px;
	left: 40%;
}

.top .sec04 .box .title-box01 {
	position: absolute;
	bottom: 28px;
	z-index: 1;
}


.top .sec04 .tri-box {
	margin-top: 90px;
}


.top .sec04 .tri-box .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-top: 40px;
}

.top .sec04 .tri-box .item {
	width: 347px;
}

.top .sec04 .tri-box .item a {
	position: relative;
	display: block;
}


.top .sec04 .tri-box .item a::after{
	content: "";
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background: url("../images/arrow03.png") right center no-repeat;
	background-size: 100% auto;		
}


.top .sec04 .tri-box .image img {
	border-radius: 8px;
}
.top .sec04 .tri-box .item h4 {
	font-weight: 700;
	font-size: 18px;
	margin-top: 5px;
}
.top .sec04 .tri-box .txt {
	font-size: 15px;
	line-height: 1.6;
	margin-top: 3px;
}




@media screen and (max-width: 768px) {
.top .sec04 {
	margin-top: 40px;
}
.top .sec04 .box {
	background: url("../images/sp-sce04-bg.jpg") center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 240px;
	position: relative;
	margin-bottom: 60px;
}

.top .sec04 .box::after {
	content: "";
	position: absolute;
	background: #fff;
	left: 0;
	width: 74%;
	height: 50px;
	bottom: 0;
	border-radius: 0 8px 0 0;
}

.top .sec04 .box::before {
	content: "";
	position: absolute;
	background: url("../images/box-icon01.png") 0 0 no-repeat;
	background-size: 100% auto;
	bottom: 0;
	width: 11px;
	height: 13px;
	left: 74%;
}

.top .sec04 .box .title-box01 {
	position: absolute;
	bottom: -20px;
	z-index: 1;
}


.top .sec04 .tri-box {
	margin-top: 50px;
}

	
.top .sec04 .tri-box .title-box03 .title {
	font-size: 22px;
	text-align: center;
}
	
	
	
.top .sec04 .tri-box .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-top: 30px;
}

.top .sec04 .tri-box .item {
	width: 100%;
	margin-bottom: 40px;
}

.top .sec04 .tri-box .item a {
	position: relative;
	display: block;
}


.top .sec04 .tri-box .item a::after{
	content: "";
	position: absolute;
	bottom: -14px;
	right: 0;
	width: 25px;
	height: 25px;
	margin-top:0;
	background: url("../images/arrow03.png") right center no-repeat;
	background-size: 100% auto;		
}


.top .sec04 .tri-box .image img {
	border-radius: 8px;
}
.top .sec04 .tri-box .item h4 {
	font-weight: 700;
	font-size: 18px;
	margin-top: 5px;
}
.top .sec04 .tri-box .txt {
	font-size: 15px;
	line-height: 1.6;
	margin-top: 3px;
}	
}

/*--------------------------------------------------
  sec05
--------------------------------------------------*/

.top .sec05 {
	margin-top: 100px;
}

.top .sec05 .fix-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.top .sec05 .title-box01 {
	width: 215px;
}
.top .sec05 .text-box {
	width: 885px;
	border-left: solid 1px #C3C3C3;
	box-sizing: border-box;

}
.top .sec05 .text-box .t-inner {
	padding-left: 70px;
}

.top .sec05 .text-box h4 {
	font-weight: 700;
	font-size: 34px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.top .sec05 .text-box .link01 {
	margin-top: 20px;
}
.top .sec05 .text-box .link01 a{
	margin: 0;
}
@media screen and (max-width: 768px) {
.top .sec05 {
	margin-top: 60px;
}

.top .sec05 .fix-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	border-top: solid 1px #C3C3C3;
	box-sizing: border-box;	
}

.top .sec05 .title-box01 {
	width: 100%;
	padding-top: 45px;
}
.top .sec05 .text-box {
	width: 100%;
	border-left: none;
	box-sizing: border-box;

}
.top .sec05 .text-box .t-inner {
	padding-left: 0;
}

.top .sec05 .text-box h4 {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-top: 15px;
}
.top .sec05 .text-box .link01 {
	margin-top: 25px;
}
.top .sec05 .text-box .link01 a{
	margin: auto;
}	
}

/*--------------------------------------------------
  眼科センター個別css
--------------------------------------------------*/
body#eye-center{
	color: #000;眼科センター個別css
}
body#eye-center,
#eye-center header{
	background-color: #fff;
}

#eye-center .color01{
	color: #25150c;
}

#eye-center .color02{
	color: #612f18;	
}

#eye-center header .h-logo h1{
	width: inherit;
}

#eye-center header .h-logo h1 a{
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
}

#eye-center header .h-logo h1 a img{
	margin-right: 10px;
	width: 240px;
}

#eye-center header .g-nav .navi.l-navi:first-child{
	margin-right: 10px;
}

#eye-center header .g-nav ul{
	height: 93px;
}

#eye-center .com01 .ls-box .item {
	background: #fff;
	border-radius: 8px;
	display: block;
	position: relative;
}
#eye-center .com01 .ls-box .item .f-box{
	flex-wrap: nowrap;
}
#eye-center .com01 .ls-box .item .f-box .icon{
	min-width: 100px;
}
#eye-center .info01 .link03.link01-b a::after{
	background: url("../images/l-icon02.png") right center no-repeat;
	background-size: cover;
}

#eye-center .top .sec04 .box {
	background: url("../images/sce04-bg.jpg") 0 no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 345px;
	position: relative;
	margin-bottom: 60px;
}

/* white background */
#eye-center table,
#eye-center .top .sec03 .info02 dd{
	background-color: #fff;
}

/* brown */
#eye-center .calendar td{
	color: #4b3c30;
}

/* brown background */
#eye-center header .g-nav .navi01 a, 
#eye-center .link01 a, 
#eye-center .info01 .link03.link01-b a, 
#eye-center .sp-g-nav .g-nav-inner .navi01 a{
	background: #612f18;
}

#eye-center .top .sec02 .item .icon03{
	width: 60px;
}

#eye-center .top .sec02 .item .tx01{
	font-size: 18px;
}

#eye-center .tel02 a::before{
	width: 25px;
	margin-top: -11px;
}

#eye-center .top .sec04 .box::before{
	background: url(../images/box-icon01.png) 0 0 no-repeat;
    background-size: 100% auto;
}
#eye-center .top .sec02 .item{
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
	#eye-center #hb-menu{
		background: #25150c;
	}
	#eye-center header .h-logo h1{
		padding-top: 12px;
	}
	#eye-center header .h-logo h1 a{
	font-size: 18px;
	}
	#eye-center .sp-g-nav{
		height: 0;
	}
	#eye-center .sp-g-nav .g-nav-inner{
		position: relative;
		height: calc(100vh - 65px);
	}
	#eye-center .sp-g-nav .g-nav-inner .navi01 a{
		padding: 20px 0;
	}
	#eye-center .sp-g-nav .g-nav-inner .tel-box{
		background-color: #314f44;
	}
	#eye-center .sp-g-nav .g-nav-inner .tel-box .tel01 a,
	#eye-center .sp-g-nav .g-nav-inner .tel-box .tel02 a{
		color: #fff;
	}
	#eye-center .sp-g-nav .g-nav-inner .tel-box .tel01 a::before{
		background: url(../images/tel-white.png) left center no-repeat;
		background-size: 100% auto;
	}
	#eye-center .sp-g-nav .g-nav-inner .tel-box .tel02 a::before{
		background: url(../images/scissors-white.png) left center no-repeat;
		background-size: 100% auto;
	}
	#eye-center .sp-g-nav .g-nav-inner .link-box:nth-of-type(1) {
		display: block;
	}
	#eye-center .sp-g-nav .g-nav-inner .link-box:nth-of-type(1) .navi01{
		width: 100%;
	}
	#eye-center .sp-g-nav .g-nav-inner .navi01 a .tx01, 
	#eye-center .sp-g-nav .g-nav-inner .navi02 a .tx01{
		margin-left: 1.5em;
		margin-top: 0;

	}
	#eye-center .sp-g-nav .g-nav-inner .navi01 a span::before{
		left: -110px;
		top: 0;
		width: 30px;
		height: 30px;
	}
	#eye-center .sp-g-nav .g-nav-inner .link-box:nth-of-type(2) {
		width: 140px;
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
	}
	#eye-center .sp-g-nav .g-nav-inner .navi a{
		color: #3e3e3e;
	}
	#eye-center .sp-g-nav .g-nav-inner .line-navi{
		margin-top: 0;
	}
	#eye-center header .h-logo h1 a img{
		width: 150px;
	}
	#eye-center .info01 .link03.link01-b a::after{
		top: 50%;
		left: auto;
		right: 10px;
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: 100% auto;		
	}
	#eye-center .top .mv .f-box .text-box{
		margin-bottom: 6%;
	}
	#eye-center .top .mv .mv-txt01{
		background-color: #fff;		
	}
	#eye-center .top .sec03 .info02 dd{
		padding: 12px 1em 18px;
	}
	#eye-center .top .sec02 .item .tx01{
		font-size: 12px;
	}
	#eye-center .top .sec02 .item .icon03{
		width: 42px;
	}
	#eye-center .top .sec02 .item{
	border-radius: 3px;
	}
	#eye-center footer .info-box .tx01{
	text-align: center;
	}
}

/*--------------------------------------------------
  greeting（ごあいさつ）
--------------------------------------------------*/
#eye-center .top .greeting {
  position: relative;
  margin-top: 80px;
  padding: 80px 0 100px;
  overflow: visible;
}

#eye-center .top .greeting::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 240px;
	bottom: 0;
	background: url("../images/greeting-bg.jpg") no-repeat center top;
	background-size: cover;
	z-index: -1;
}

#eye-center .top .greeting .greeting-box {
	background-color: #f8f7f4;
	padding: 60px 80px 50px;
	border-radius: 8px;
}

#eye-center .top .greeting-title {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

#eye-center .top .greeting-main {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

#eye-center .top .greeting-photo {
	flex: 0 0 320px; 
	margin-right: 60px;
}

#eye-center .top .greeting-photo img {
	display: block;
	width: 100%;
	height: auto;
}

#eye-center .top .greeting-text {
	flex: 1 1 auto;
	font-size: 15px;
	line-height: 2;
	color: #333333;
	margin-top: -120px;
}

#eye-center .top .greeting-text .title-box01{
	margin-bottom: 40px;
}

#eye-center .top .greeting-text p {
	margin-bottom: 1.4em;
}

#eye-center .top .greeting-sign {
	margin-top: 2.5em;

}
#eye-center .top .greeting-sign span{
	font-weight: bold;
	font-size: 1.2em;
}

/* SPレイアウト */
@media screen and (max-width: 768px) {
  #eye-center .top .greeting {
    margin-top: 0;
    padding: 50px 0;
  }

  #eye-center .top .greeting .greeting-box {
    padding: 0 20px 40px;
  }

  #eye-center .top .greeting-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  #eye-center .top .greeting-main {
    flex-direction: column;
  }

  #eye-center .top .greeting-photo {
    flex: 0 0 auto;
    width: 70%;
    max-width: 340px;
    margin: 40px auto 25px;
  }

  #eye-center .top .greeting-text {
    font-size: 14px;
    line-height: 1.9;
	  margin-top: 0;
  }

  #eye-center .top .greeting-sign {
    margin-top: 2em;
  }
}


/*--------------------------------------------------
  眼科センター個別css 追加分
--------------------------------------------------*/

#eye-center .top .sec02,
#eye-center .com01::after{
	background-color: #f8f7f4;	
}
#eye-center .title-box02 .title::after,
#eye-center .sp-g-nav .g-nav-inner .navi02 a,
#eye-center .link03 a,
#eye-center .sec05 .link01 a,
#eye-center header .g-nav .navi02 a,
#eye-center .sp-g-nav .g-nav-inner .tel-box
{
	background: #25150c;
}

#eye-center .title-box02 .title,
#eye-center .com01 .ls-box .item .f-box .text-box h4,
#eye-center .m-link a,
#eye-center .top .sec02 .item h4,
#eye-center .top .sec02 .item .tx01{
	color: #25150c;
}

#eye-center .title-box01 .title,
#eye-center .com01 .ls-box .item .f-box .text-box h4, 
#eye-center .m-link a,
#eye-center .top .sec02 .item h4, 
#eye-center .top .sec02 .item .tx01
#eye-center .top .sec02 .eng-ttl,
#eye-center .color01{
	color: #000;	
}

#eye-center .top .sec02 .eng-ttl{
	color: #C3C3C3;
}
#eye-center .top .sec02 .txt{
	color: inherit;
}
#eye-center .top .sec02 .item{
	background: #edecec;
}
#eye-center .calendar thead tr, 
#eye-center .top .sec03 .info02 dt{
	background: #f8f7f4;
}
#eye-center .sp-g-nav .g-nav-inner{
	background: #f7f7f7;
}

#eye-center .m-link a::after{
  background: url(../images/m-icon-brown.png) right center no-repeat;
  background-size: 100% auto;	
}
#eye-center .tel01 a::before {
  background: url(../images/tel-brown.png) left center no-repeat;
  background-size: 100% auto;
}
#eye-center .tel02 a::before {
  background: url(../images/scissors-brown.png) left center no-repeat;
  background-size: 100% auto;
}

#eye-center  .top .greeting .greeting-box{
	background: #fff;
}

/*--------------------------------------------------
  For VET（獣医師の先生方へ）
--------------------------------------------------*/
#eye-center .sec-forvet {
	position: relative;
	margin: 120px 0;
	overflow: hidden;
}

/* 右側いっぱいまで背景画像として表示 */
#eye-center .sec-forvet::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	background: url("../images/forvet-img.jpg") center center no-repeat;
	background-size: cover;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

#eye-center .sec-forvet .forvet-box {
  position: relative;
  z-index: 1; 
  display: flex;
  align-items: center;
}

#eye-center .sec-forvet .forvet-text {
  width: 44%;
}

#eye-center .sec-forvet .forvet-text .txt{
	margin: 2em 0 0;
}

/* 見出し左揃え */
#eye-center .sec-forvet .title-box01 .title,
#eye-center .sec-forvet .title-box01 .eng-ttl {
  text-align: left;
}

#eye-center .sec-forvet .forvet-text .lead {
  font-weight: 700;
  margin-bottom: 10px;
}

#eye-center .sec-forvet .forvet-text p {
  font-size: 15px;
  line-height: 2;
}

#eye-center .sec-forvet .forvet-btn {
  margin-top: 30px;
  text-align: left;
  width: auto;
  display: block; 
}

#eye-center .sec-forvet .forvet-btn a {
  margin: 0;
  display: inline-flex; 
  justify-content: flex-start;
	background: #25150c;
}

/* PC では img は使わないので非表示 */
#eye-center .sec-forvet .forvet-image {
  display: none;
}

#eye-center .top .sec04 .com01 .title-box02{
	color: #000;
}
#eye-center .top .sec04 .com01 .title-box02{
	border-bottom: solid 1px #000;
}
#eye-center .top .sec01 .title-box01 .link01 a{
	background: #25150c;
}
/* ========== SP ========== */
@media screen and (max-width: 768px) {
  #eye-center .sec-forvet {
	margin: 5rem 0 0;
  }

  #eye-center .sec-forvet::before {
    content: none;
  }

  #eye-center .sec-forvet .forvet-box {
    display: block;
  }

	#eye-center .sec-forvet .title-box01 .title, 
	#eye-center .sec-forvet .title-box01 .eng-ttl{
		text-align: center;
	}
	
  #eye-center .sec-forvet .forvet-text {
    width: 100%;
  }

  #eye-center .sec-forvet .forvet-text p {
    font-size: 14px;
    line-height: 1.9;
  }

  #eye-center .sec-forvet .forvet-btn {
    margin-top: 25px;
	  text-align: center;
  }

  #eye-center .sec-forvet .forvet-btn a {
    width: 55%;
    padding: 10px 0 10px 20px;
    border-radius: 4px;
  }

  #eye-center .sec-forvet .forvet-image {
    display: block;
    margin-top: 30px;
  }

  #eye-center .sec-forvet .forvet-image img {
    width: 100%;
    height: auto;
    display: block;
	  	  border-radius: 8px;
  }
  #eye-center .top .sec05 .fix-box{
		border: none;
	}
	#eye-center .top .sec05 .title-box01{
		padding-top: 0;
	}
  #eye-center .top .sec01 .link01 a{
	background: #25150c;
	width: 55%;
	padding: 10px 0 10px 20px;
	border-radius: 4px;
}
}

