@charset "UTF-8";
/* CSS Document */

/*general*/

a:link {
	color: #69F;
}
a:visited {
	color: #6699CC;
}
a:active {
	color: #69F;
}

.fl-left {
	float: left;
}
.fl-right {
	float: right;
}

.center-block{
	display: block;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
	.fl-left,
	.fl-right {
		float: none;
	}

	.center-block-xs {
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
}
	.img-w-50-xs {width:50%;}
	.txt-16 {font-size: 14px!important;}
	.txt-24 {font-size: 20px!important;}
	
}

.img-over:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.noborder {
	border: none;
	outline: none;
}


.bold {
	font-weight: bold;
}
.txt_small {
	font-size: 12px;
}
.txt_left {
	text-align: left;
}
.txt_center {
	text-align: center;
}
.txt_top {
	font-size: 10px;
	font-weight:bold;
	padding-left:30px;
	
}
.txt-min {
	font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 0.1em;
}

.txt-script {
	font-family: 'Dancing Script', cursive;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.txt-script.bold {
	font-weight: 700;
}

.txt-red {
	color: #c80527;
}
.txt-blue {
	color: #1e2482;
}
.txt-green {
	color: #669999;
}
.txt-14 {
	font-size: 14px;
}
.txt-16 {
	font-size: 16px;
}

.txt-18 {
	font-size: 18px;
}
.txt-24 {
	font-size: 24px;
}

.strong{font-weight: 700;}

.mt00 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mr50-sm {margin-right: 50px;}
.mr10 {margin-right: 10px;}
.plr10{padding:0 10px;}
.plr20{padding:0 20px;}

@media only screen and (max-width:767px){
.plr10{padding:0;}
.plr20{padding:0;}
.mt20-xs{ margin-top: 0 !important; }
	
}
:root {
  --header: 60px;
  scroll-padding: calc(var(--header) + 30px);
　scroll-behavior: smooth;
}
header {
	height: 60px;
	z-index: 1000;
	position: fixed;
	background-color: #FFFFF1;
	color: #699;
	width: 100%;
	height: var(--header);
	border-bottom: solid 1px #699;
}


header h1 a div {
	display: none;
}



header h1 img{
	width:50%!important;}
	header h1 {
	float:left;
	margin-top: 10px;
	padding: 0 0 0 30px;
}
header nav {
	position: absolute;
	top: 59px;
	background-color: #FFFFF1;
	color: white;
	width: 100%;
	left: 0;
}

header .menu_button {
	display:block;
    margin-top: 10px;
	float: right;
    width: 70px;
    height: 100%;
    text-align: center;
	
}
header .menu_button span {
    line-height: 50px;
}

header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header nav ul li:first-child {
    border-top: solid 1px #699;
}
header nav ul li {
	display:block;
    border-bottom: dotted 1px #699;
    text-align: center;
    padding: 1em;

	
}
header .nav ul li a {
	color: #699;
	text-decoration: none;

	
}
header h1 a div {
	display: none;
}
	

/*footer nav*/
footer {
	background-color: #699;
	font-size: 12px;
	color:  #FFFFF1;
	padding: 20px;
}
footer address{
	font-size:14px;
}
footer h4 {
		font-weight:700;
	}
footer h4 span{
		font-size:13px;
	font-weight:normal;
	}
#f_menu {
	background:#FFFFF1;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
	display:flex;
	justify-content: center;
	border-top:thin solid #699;
}

#f_menu li {
    border-right: dotted 1px #699;
    text-align: center;
    padding: 0 1em;
	margin:10px 0;
	
}
#f_menu li a {
	color:#699;
	text-decoration: none;
}
#f_menu li a:hover {
	
	text-decoration: underline;
}
#fmenu {
	margin: 0;
	padding: 0;
	border-bottom:none;
}

@media screen and (max-width: 767px) {
	footer h4{
		font-size:16px;
	}
	footer h5{
		font-size:13px;
		line-height: 1.6;
	}
	footer address{
	font-size:13px;
}
#f_menu {
	border-top:none;
	display:block !important;
	background:#FFFFF1;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}
#f_menu li:first-child {
    border-top: solid 1px #699;
}
#f_menu li {
	border-right: none;
    border-bottom: dotted 1px #699;
    text-align: center;
    padding: 1em 0;
	margin:0;	
}
#f_menu li a {
	color:#699;
	text-decoration: none;
}
#fmenu {
	margin: 0;
	padding: 0;
	border-bottom:none;
}
}


/*Layout*/

#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


section {
	margin: 0;
	padding: 0 0 30px;
	
}



@media screen and (max-width: 767px) {
	section {
		padding: 0 0 20px;
	}
}




/*content*/

#main {
	width: 90%;
	
}
	
#main h2 {
	font-size: 20px;
	margin:40px 0;
	font-weight:600;
	line-height:160%;
	background-color:#e7efef;
	padding:10px 0 10px 20px;
	border-top:thin solid #c4d8d8;
	border-bottom:4px double #699;
	color:#699;

}
#main h3 {
	font-size: 18px;
	font-weight:600;
	color: #699;
	line-height:160%;
}

#main h4 {
	font-size: 16px;
	font-weight:600;
	color: #699;
	line-height:160%;
}

@media only screen and (max-width:767px) { 
	#main {
	width: 100%;
}
	#main h2{
	margin:20px 0;
	font-size: 18px;
	padding-left:0;
	text-align: center;
	
}
	#main h3 {
	font-size: 16px;
}
	#main h4 {
	font-size: 14px;
	
}
	.intro {
	font-size: 14px !important;
	padding: 10px !important;
	margin-top: 20px !important;
	margin-bottom: 0 !important;
}
}

#top{
	margin:100px 0 0 0;
	}

.intro {
	margin-bottom: -10px;
	font-size:16px;
	padding:20px;
	margin-top:40px;
	border-top:6px double #c4d8d8;
	border-bottom:6px double #c4d8d8;
}



#info .news{
	margin-bottom:10px;
	border-bottom:thin dotted #ccc;
}

#info .infobox{
	height:300px;
	overflow: auto;	
}
.date {
	font-size: 12px;
	color: #69F;
}

.underline {
	text-decoration: underline;
}

#wrapper .tel{
	color: #699;
	font-size: 40px;
	font-weight: 700;
}

#wrapper .tel2{
	color: #fff;
	text-decoration: underline;
	font-size: 20px;
	font-weight: 700;
	margin-right:10px;
}
#wrapper .fax{
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	margin-right:10px;
}
#wrapper .pp{
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}		

.button {
	display: inline-block;
	width:260px;
	background-color: #c4d8d8;
	color: #fff !important;
	font-weight:600;
	text-align: center;
	text-decoration: none !important;
	padding:10px 0;
	outline: none;
	
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	margin:20px 0;
}
@media only screen and (max-width:767px){
	.button {
	width:auto;
	font-size:12px;
	}
}
div> a.button {
	color: #fff !important;
	text-decoration: none;
	
}
.button:hover {
	background-color: #fff;
	border:thin solid #699;
	color: #699 !important;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
i.fa.fa-caret-right{
	margin-left:5px!important;
}

.flex-box{display:flex;}
.flex-box1{display:flex; justify-content: space-between; flex-wrap: wrap;}
.flex-box2{display:flex; justify-content: space-between; }
.flex-box3{display:flex; justify-content: center; }
.flex-box4{display:flex; flex-wrap: wrap;}
.flex-tt{display: flex;
  gap: 10px;flex-wrap: wrap;} 

.flex-item{width:350px; margin-right:20px;}
.flex-item1{width:auto; margin-left:20px;}
.flex-item2{width:22%;}
.flex-item20{width:20%;}
.flex-item20 img{display:block !important; margin: 0 auto !important;}
.flex-item2 img{display:block !important; margin: 0 auto !important;}
.flex-item3{width:24%;}
.flex-item3 img{display:block;margin:0 auto;}
.flex-item4{width:49.5%; margin-bottom:1%;}
.flex-item4 img{display:block;margin:0 auto;}
.flex-item5{margin-right:20px;}
.flex-item5 img{display:block;margin:0 auto;}
.flex-item6{width:33%;}
.flex-item6 .button{display:block;margin:20px auto;} 


@media screen and (max-width: 991px) {
.flex-box{display:flex; flex-direction: column;}
.flex-box2{display:block;}
.flex-box3{display:block;}

.flex-item{width:100%; margin:20px 0 0;}
.flex-item1{width:100%; margin-left:0;}
.flex-item2{width:100%; text-align:center; margin:20px 0 40px;}
.flex-item2 img{width:100px; height:100px;display:block !important; margin: 0 auto !important;}
.flex-item20{width:49%;}
.flex-item3,.flex-item5{width:100%;}
.flex-item4{width:100%;}

.flex-item5 img{width:300px; height:auto;display:block !important; margin: 0 auto 10px !important;}
.flex-item6{width:49%;}

}


/*slider*/
#slider,#slider-sp {margin-top:100px;}



/*アクセスマップGoogleMap*/
.ggmap {
margin-top:20px;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
border:2px solid #699;
border-radius:4px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


	
/*診察時間table*/

.table-wrap {width:92%; margin:40px auto;}
#sp-table{display:none;}
#pc-table{display:block;}

table.jikan strong{color: #333;}
table.jikan strong.pink{color: #ff699b;}

table.jikan {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom:20px;
}

table.jikan th {
	width: 5%;
	padding: 8px;
	font-weight: 700;
	text-align: center;
	vertical-align: center;
	border: 1px solid #ccc;
	background-color: #699;
	color:white;
}
table.jikan th.pm {
	width: 5%;
	padding: 8px;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	border: 1px solid #ccc;
	background-color: #6699cc;
	color:white;
}
table.jikan th.nocolor{
	background-color: white;
	border-top: 1px solid white;
	border-left: 1px solid white;
}
table.jikan th.day {
	background-color: #c4d8d8;
	text-align: center;
	color:#699;
	border-bottom: 1px solid #ffffff;
}
table.jikan th.day-s {
	background-color: #c4d8d8;
	text-align: center;
	color:#699;
}
table.jikan td {
	padding: 8px;
	vertical-align: center;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:15%;
	
}
table.jikan td.time {
	background-color: #c4d8d8;
	text-align: center;
	color:#699;
}

.jikan tr .maru {
	text-align: center!important;
	font-size:32px;
}


@media only screen and (max-width:768px){
.table-wrap {
	width:100%;
	}
	#sp-table{display:block;
	}
	#pc-table{display:none;
	}
	
table.jikan th {
	width: 4%;
	padding: 0;
	
}
table.jikan td {
	font-size:12px;
	padding: 6px;
	text-align: left !important;
	width: 15%;
	}
	
table.jikan td.time {
	width:48%;
}
}

@media only screen and (max-width:320px){
	
	table.jikan th {
	width: auto !important;
	padding: 0 !important;
	font-size:11px;
	
}
table.jikan td {
	font-size:10px;
	padding: 0;
}
}


/*土曜日担当医*/
table.sat {
	width:30%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
	margin:20px 0;
}
table.sat tr td {
	border: solid thin #ccc;
	padding:6px;
	font-weight: 700;
}
table.sat th {
	width: 20%;
	text-align: center;
	background-color: #e7efef;
	border: solid thin #ccc;
	padding:6px;
	color:#699;
}
@media screen and (max-width: 767px) {
	table.sat {
	width:48%;
	
}	
}




/*医師紹介Accordion*/

.img-circle{
	border:2px solid #c4d8d8;
}
h3.dr-name{
	border:thin solid #699;
	border-radius:4px;
	text-align: center;
	font-weight:600;
}
h3.dr-name span{
	font-size:12px;
	} 

.acMenu dt{
	display: block;
	width: 99%;
	padding: 10px 0;
	margin: 20px auto 0 auto;
	line-height: 1.6;
	text-align: center;
	border: #666 1px solid;
	cursor: pointer;
	font-size:16px;
	font-weight:400;
	color:#699;
	}
.acMenu dt img{
	display: block;
	width: 100px;
	}
.acMenu dt span{
	font-size:13px;
	font-weight:600;
	}

	
.acMenu dt:after {
	content: " \f078";
	font-family: FontAwesome;
	margin-left:10px;
}
.acMenu dt.active:after{
    content: " \f077";
	font-family: FontAwesome;
	margin-left:10px;
    }
	
.acMenu dd{
    width:99%;
    height:auto;
	margin:0 auto;
	line-height:160%;
    text-align:left;
	padding:20px 10px;
    border:#666 1px solid;
	border-top:none;
    display:none;
    }

@media screen and (max-width: 767px) {
.acMenu dt{
	display: block;
	width: 99%;
	padding: 10px 0;
	margin: 20px auto 0 auto;
	line-height: 50px;
	text-align: center;
	border: #666 1px solid;
	cursor: pointer;
	font-size:16px;
	font-weight:400;
	color:#699;
	}
	
.acMenu dt:after {
	content: " \f078";
	font-family: FontAwesome;
}
.acMenu dt.active:after{
    content: " \f077";
	font-family: FontAwesome;
    }
	
.acMenu dd{
    width:99%;
    height:auto;
	margin:0 auto;
	line-height:160%;
    text-align:left;
	padding:20px 10px;
    border:#666 1px solid;
	border-top:none;
    display:none;
    }
}
	
.doctor {
	margin-top: 15px;
	width:100%;
}
.doctor tr th{
	padding: 5px 3px;
}
.doctor tr td{
	padding: 5px 3px;
	border-bottom: thin dotted #CCC;
	
}
.doctor tr td.last{
	border-bottom: none;	
}
.doctor tr td p{
	padding-bottom: 0;
}
@media only screen and (max-width:320px){
	.acMenu dt {
		width: 100%;
		font-size:14px;
	}
.acMenu dd{
    width: 100%;
}
}	


/*children,kids*/

.text14_Blue {
	font-size: 14px;
	font-weight: bold;
	color: #69F;
}


/*ページトップ*/
a#ptop {
	margin: 0;
	padding: 0 10px 5px;
	display: block;
	position: fixed;
	bottom: 65px;
	right: 25px;
	background-color: rgba(159,214,210,0.5);
	font-size: 25px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}
a#ptop:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
@media screen and (max-width: 767px) {
	a#ptop {
		right: 15px;
	}
}


@media screen and (max-width: 767px) {

	a#pageTop {
		right: 15px;
	}
}



/*予約ボタン*/

.yoyaku {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.button-yoyaku-toiawase {
display:block; 
padding:10px 0; 
border-radius: 4px; 
background-color: #699; 
font-size:16px; 
text-align:center;
color:#ffffff !important; 
text-decoration:none !important; 
 }

.button-yoyaku-toiawase:hover {
border:thin solid #699;
background-color:#ffffff;
color:#699 !important; 
}


.button-yoyaku-tel {
display:block; 
padding:10px 0; 
border-radius: 4px; 
background-color: #f5c013; 
font-size:16px; 
text-align:center;
color:#ffffff !important; 
text-decoration:none !important; 
 }

.button-yoyaku-tel:hover {
border:thin solid #f5c013;
background-color:#ffffff;
color:#f5c013 !important; 
}



 .button-yoyaku-web {
display:block; 
padding:10px 0; 
border-radius: 4px; 
background-color: #42C0FF; 
font-size:16px; 
text-align:center;
color:#ffffff !important; 
text-decoration:none !important; 
  }

.button-yoyaku-web:hover {
border:thin solid #42C0FF;
background-color:#ffffff;
color:#42C0FF !important; 
}


.button-yoyaku-tel,.button-yoyaku-web,.button-yoyaku-toiawase,
.button-yoyaku-tel::before,.button-yoyaku-web::before,.button-yoyaku-toiawase::before,
.button-yoyaku-tel::after,.button-yoyaku-web::after,.button-yoyaku-toiawase::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
  


/*白内障手術*/

.lens_wrapper{width:86%; margin:40px auto;}

@media screen and (max-width: 767px) {
	.lens_wrapper{
	width: 100%;
	overflow-x:scroll;}
	table.lens th{
	padding:3px 0 0 3px!important;}
	table.lens1 th{
	padding:3px 0 0 3px!important;}
	table.lens1 tr td {padding:3px 0!important;}
	table.lens tr td {padding:3px 0!important;}
	table.lens1 tr td img{width: 80%;}
	table.lens tr td img{width: 100%;}
.caption{font-size:12px!important;text-align:left!important;}
	tr.small {font-size:14px;}
	#price-txt{margin-top:0 !important;padding:0 !important;}
	
}

table.lens1 {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	border: 1px solid #ccc;
	
	
}
table.lens1 tr td {
	width: 20%;
	border: solid thin #ccc;
	text-align: center;
	padding:10px;
	
}
table.lens1 tr td img{
	width: 50%;
	text-align: center;	
}

table.lens1 th {
	width: 20%;
	background-color: #e7efef;
	border: solid thin #ccc;
	vertical-align: middle;
	font-weight:normal;
	padding-left:10px;
	color:#699;
	
}
table.lens {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	border: 1px solid #ccc;
	
}
table.lens tr td {
	border: solid thin #ccc;
	text-align: center;
	padding:10px;
	
}
table.lens tr td img{
	width: 90%;
	text-align: center;	
}
table.lens th {
	width: 20%;
	background-color: #e7efef;
	border: solid thin #ccc;
	text-align: left;
	vertical-align: middle;
	font-weight:normal;
	padding-left:10px;
	color:#699;
	
}

tr .small {
    font-size: 13px;
   
}
tr .smallleft {
    font-size: small !important;
    text-align: left !important;
	vertical-align: top !important;
}
.caption{
	text-align:center;
	margin-top:10px;
}
table.price {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	border: 1px solid #ccc;
	
}
table.price tr td {
	border: solid thin #ccc;
	text-align: center;
	padding:10px;
	
}

table.price th {
	width: 50%;
	background-color: #e7efef;
	border: solid thin #ccc;
	text-align: center;
	vertical-align: middle;
	font-weight:700;
	padding:10px 0;
	color:#699;
	
}
#price-txt {
	margin-top:40px;
	padding:0 10px;
	
}

/*202402　手術実績*/
table.jisseki strong{color: #699;}
table.jisseki strong.pink{color: #ff699b;}


table.jisseki {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom:20px;
}
table.jisseki th {
	width: 5%;
	padding: 8px;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	border: 1px solid #ccc;
	background-color: #699;
	color:white;
}
table.jisseki th.nocolor{
	background-color: white;
	border-top: 1px solid white;
	border-left: 1px solid white;
}
table.jisseki td {
	padding: 8px;
	vertical-align: center;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:15%;
	
}
table.jisseki th.time {
	width: 10%;
	background-color: #c4d8d8;
	text-align: center;
	color:#699;
}
table.jisseki td.time {
	width: 10%;
	background-color: #c4d8d8;
	text-align: center;
	color:#699;
}
table.jisseki td {
	text-align: center;
	}
	
@media only screen and (max-width:768px){
	
table.jisseki th {
	width: 4%;
	padding: 6px;
	
}
table.jisseki td {
	font-size:12px;
	padding: 6px;
	width: 15%;
	}
table.jisseki td.time {
	width:8%;
}
table.jisseki th.time {
	width: 8%;
}
}

.table-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}
@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.scroll-hint--show {
  display: block;
}

/*20200410お知らせ*/

ul.notice {
	padding:10px;
}
ul.notice li{
	list-style: disc;
	font-weight:700;
	line-height: 1.6;
}


/*採用情報*/
table.recruit {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
	margin:20px 0;
}
table.recruit tr td {
	border: solid thin #ccc;
	padding:6px;
}
table.recruit th {
	width: 20%;
	text-align: center;
	background-color: #e7efef;
	border: solid thin #ccc;
	padding:6px;
	color:#699;
}
ul.list-disc {
	list-style-type: disc !important;
	margin:0 0 0 20px;
	
}


/*-------------------------------
 * 200410 HEADER ナビ等修正
 * ----------------------------*/
header#header {
    width: 100%;
    height: 105px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #FFFFF1;
}
@media only screen and (max-width: 991px) {
    header#header {
    	height: 100px;
    }
    .slider {
    	margin-top: 90px;
    }
    #top img {
    	margin-top: 0px;
    }
}

header#header .logo {
	margin: 0;
	padding: 7px 0 0 12px;
}
header#header .logo img {
	width: 260px;
	height: auto;
}
@media only screen and (max-width: 991px) {
	header#header .logo {
		padding-top: 37px;
		
	}
	header#header .logo img {
		width: 200px;
	}
}

header#header ul.contact-list {
	width: 50%;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
header#header ul.contact-list li {
	width: 33.3333%;
}
header#header ul.contact-list li a {
    display: block;
    height: 33px;
    background: #699;
    padding: 4px 10px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-left: 10px;
    font-size: 13px !important;
    text-decoration: none;
    box-sizing: border-box;
    border-left: 1px solid #699;
    border-right: 1px solid #699;
    border-bottom: 1px solid #699;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
header#header ul.contact-list li a.bg-yellow {
	background: #f5c013;
	border-color: #f5c013;
}
header#header ul.contact-list li a.bg-blue {
	background: #42C0FF;
	border-color: #42C0FF;
}
header#header ul.contact-list li a:hover {
    text-decoration: none;
    background: #fff;
    color: #699;
    transition: 0.7s;
}
header#header ul.contact-list li a.bg-yellow:hover {
	color: #f5c013;
}
header#header ul.contact-list li a.bg-blue:hover {
	color: #42C0FF;
}
@media only screen and (max-width: 991px) {
    header#header ul.contact-list {
        width: 100%;
    }
    header#header ul.contact-list li a {
        margin-left: 0;
        border-radius: 0;
        padding: 4px 5px 3px;
        font-weight: 500;
    }
    header#header ul.contact-list li span {
    	display: none;
    }
}

i.fa-phone {
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    vertical-align: -15%;
}
i.fa-envelope {
    display: inline-block;
    margin-right: 8px;
    vertical-align: -6%;
    font-size: 18px;
}
i.fa-calendar {
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    vertical-align: -15%;
}
@media only screen and (max-width: 767px) {
    i.fa-phone {
        font-size: 16px;
        vertical-align: -8%;
    }
    i.fa-envelope {
        font-size: 15px;
        vertical-align: -4%;
    }
	i.fa-calendar {
        font-size: 16px;
        vertical-align: -8%;
    }
}

/* Main Nav
 * ------------------------------*/
/* main-nav (pc-only) ------------*/
#main-nav {
    width: 70%;
    position: absolute;
    top: 63px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10010 !important;
}
#main-nav a {
    text-decoration: none;
    color: #699;
}
#main-nav a:hover {
    color: #487b7b;
    background-color: transparent;
}
#main-nav a:focus {
    background-color: transparent;
    overflow: inherit;
}

#main-nav ul.nav {
    width: 100%;
    height: 34px;
    display: flex !important;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0;
    position: relative;
}
#main-nav ul li {
	width: 20%;
	border-bottom: none;
	padding: 0;
    border-right: 1px solid #699;
    background: none !important;
}
#main-nav ul li:first-of-type {
	border-top: none;
    /*border-left: 1px solid #699;*/
}
#main-nav ul li a {
    display: block;
    height: 34px;
    padding: 3px 28px;
    color: #699;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.08em;
    box-sizing: border-box;
}
#main-nav ul li a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 1199px) {
    #main-nav ul li a {
        padding: 4px 18px;
    }
}
@media only screen and (max-width: 991px) {
    #main-nav {
        display: none;
    }
}

/* dropmenu ------------*/
.dropmenu {
}
.dropmenu li {
    position: relative;
}
.dropmenu li a {
    display: block;
}
.dropmenu li ul {
	display: block;
	width: 0;
    margin: 0;
    position: absolute;
    z-index: 10020 !important;
    top: 18px;
    left: 20%;
    padding-top: 24px;
    font-size: 14px;
    overflow: hidden;
}
 .dropmenu li ul li {
 	width: auto;
    position: relative;
    transition: 0.25s linear;
    margin-bottom: 1px;
    border: none !important;
}
.dropmenu li ul li a {
    display: block;
    width: 210px;
    height: 36px !important;
    box-sizing: border-box;
    padding: 9px 10px !important;
    line-height: 1.3;
    color: #fff !important;
    font-size: 12px !important;
    background: rgba(102,153,153,0.9) !important;
}

.dropmenu li:hover ul {
    width: 210px;
}
.dropmenu li ul li a:hover {
    text-decoration: none;
    background: rgba(102,153,153,1) !important;
}
.dropmenu li:hover ul li a {
    white-space: nowrap;
}
.dropmenu li:hover ul li:nth-child(1) {
     -webkit-animation: dropmenu-fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 0.2s lcubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(2) {
     -webkit-animation: dropmenu-fadeIn 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(3) {
     -webkit-animation: dropmenu-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(4) {
     -webkit-animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(5) {
     -webkit-animation: dropmenu-fadeIn 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(6) {
     -webkit-animation: dropmenu-fadeIn 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(7) {
     -webkit-animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(8) {
     -webkit-animation: dropmenu-fadeIn 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(9) {
     -webkit-animation: dropmenu-fadeIn 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(10) {
     -webkit-animation: dropmenu-fadeIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* motion (dropmenu) */
@-webkit-keyframes dropmenu-fadeIn {
    0% {
        opacity: 0;
        left: -100px;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
@keyframes dropmenu-fadeIn {
    0% {
        opacity: 0;
        left: -100px;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}

/* main-nav-xs (sp-only) ------------*/
#main-nav-xs {
    display: none;
}
@media only screen and (max-width: 991px) {
    #main-nav-xs {
        display: block;
    }
    #main-nav-overlay {
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.75);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        opacity: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }
    #main-nav-overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    #main-nav-xs .inner {
        position: relative;
        z-index: 100;
    }
    #main-nav-xs .menu-open {
        position: fixed;
        z-index: 100;
        top: 45px;
        right: -5px;
        cursor: pointer;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    #main-nav-xs .menu-open img {
        width: 58px;
        height: auto;
    }
    #main-nav-xs .menu-open:hover {
        -webkit-transform: translate(10px) rotate(3deg);
        transform: translate(10px) rotate(3deg);
    }
    #main-nav-xs .menu-open.active {
        -webkit-transform: translate(200px) rotate(90deg);
        transform: translate(200px) rotate(90deg);
    }
    #main-nav-xs .menu-close {
        cursor: pointer;
        padding: 8px 10px 10px;
    }
    #main-nav-xs .menu-close img {
        width: 65px;
        height: auto;
    }
    #main-nav-xs .menu-close:hover {
        opacity: 0.8;
    }
    #main-nav-xs .slide-nav {
        text-align: left;
        width: 250px;
        background: #494949;
        position: fixed;
        top: 50px;
        right: 0;
        z-index: 100;
        -webkit-transform: translate(400px);
        transform: translate(400px);
        -webkit-transition: all .5s;
        transition: all .5s;
        padding: 0;
    }
    #main-nav-xs .slide-nav.open {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    #main-nav-xs ul {
        margin: 0;
        padding: 0;
    }
    #main-nav-xs ul li {
        margin-bottom: 1px;
    }
    #main-nav-xs ul li:last-of-type {
        margin-bottom: 0;
    }
    #main-nav-xs ul li a {
        display: block;
        padding: 8px 10px 9px 20px;
        color: #fff;
        font-size: 15px;
        background: #699;
        font-weight: 600;
        text-decoration: none;
    }
    #main-nav-xs ul li a:hover {
        text-decoration: none;
        color: #fff;
        transition: 0.7s;
        background: #487b7b;
    }
    #main-nav-xs ul.ac-menu li.ac-child span {
    	display: block;
    	padding: 8px 10px 9px 20px;
        color: #fff;
        font-size: 15px;
        background: #699;
        font-weight: 600;
        text-decoration: none;
    	cursor: pointer;
    	position: relative;
    }
    #main-nav-xs ul.ac-menu li.ac-child span:after {
    	content: "";
    	position: absolute;
    	left: 100px;
    	top: 38%;
    	transition: all 0.2s ease-in-out;
    	display: block;
    	width: 8px;
    	height: 8px;
    	border-top: solid 2px #fff;
    	border-right: solid 2px #fff;
    	-webkit-transform: rotate(135deg);
    	transform: rotate(135deg);
    }
    #main-nav-xs ul.ac-menu li.ac-child span.open:after {
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    	top: 45%;
    }
    #main-nav-xs ul.ac-menu li.ac-child ul {
    	display: none;
    }
    #main-nav-xs ul.ac-menu li.ac-child ul li a {
    	font-size: 14px;
    	background: #487b7b;
    }
}


/* ICL Q&A ------------*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
    font-family: 'FontAwesome',"游ゴシック",YuGothic, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
    position: relative;
    padding: 5px;
    box-shadow: 0px 1px 1px rgba(229, 228, 221, 0.2);
    border-radius: 0.3em;
}
.cp_qa dt {
    margin: 0 1em 1em 3em;
    padding: 6px 10px 6px 10px;
    background: #e5e4dd;
	
}
.cp_qa dd {
    margin: 0 1em 3em 3em;
    background: #f3f4f4;
    padding: 10px 10px 10px 10px;
}
.cp_qa dd p {
    margin: 5px 0 10px 10px;
    line-height: 1.7;
}
.cp_qa dt::before,.cp_qa dd::before{
    position: absolute;
    z-index: 99;
    top: 0.5em;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
}
.cp_qa dt::before {
    left: -0.5em;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #e5e4dd transparent transparent;
}
.cp_qa dd::before {
    left: -0.5em;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #f3f4f4 transparent transparent;
}
.cp_qa dt::after,.cp_qa dd::after {
    font-size: 1.1em;
    position: absolute;
    top: 0;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.2em;
}
.cp_qa dt::after {
    left: -2.4em;
    margin: 0 0.5em 0 0;
    padding: 0.1em 0.3em;
    content: 'Q';
    background: #f5c013;
}
.cp_qa dd::after {
    left: -2.4em;
    margin: 0 0.5em 0 0;
    padding: 0.1em 0.4em;
    content: 'A';
    background: #487b7b;
}
.bg-box{
	background-color: #f3f4f4;
	padding:20px;
	border-radius: 4px;
	margin-bottom:10px;
}
.icl-merit{
	display:block;
	margin:0 auto;
	width:60%;
	text-align: center;
	font-size: 18px;
}
.icl-merit li{
	margin-bottom:10px;
}
	
.icl-merit h3{
	font-size: 24px!important;
	padding-bottom:10px;
	border-bottom:thin solid #699;
}
@media only screen and (max-width: 767px) {
	.bg-box{
	padding:15px;
	}
	.bg-box p{
	line-height:1.6;
	} 
	.icl-merit{
		width:100%;
		text-align: left;
		font-size: 14px;
}
	.icl-merit h3{
	font-size: 18px!important;
}	
}

/*----- 240612 headerにSNS追加 -----*/
ul.sns-list {
	width: 140px;
	margin: 0;
	padding: 0;
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 8px;
    position: absolute;
    top: 63px;
    right: 4vw;
}
ul.sns-list li {
	width: calc(100% / 4 - 6px );
}
@media (max-width: 1199px) {
	ul.sns-list {
		width: 120px;
		top: 66px;
		right: 2vw;
	}
}
@media (max-width: 991px) {
	ul.sns-list {
		width: 150px;
		top: 51px;
		right: 10vw;
	}
	header#header .logo {
		padding-top: 44px;	
	}
}
@media (max-width: 767px) {
	ul.sns-list {
		width: 130px;
		top: 54px;
		right: 15.7vw;
		gap: 0 6px;
	}
	ul.sns-list li {
		width: calc(100% / 4 - 5px );
	}
}
@media (max-width: 480px) {
	ul.sns-list {
		width: 120px;
		top: 55px;
	}
}
@media (max-width: 390px) {
	header#header .logo {
		padding-top: 46px;	
	}
	header#header .logo img {
		width: 185px;
	}
}
@media (max-width: 380px) {
	header#header .logo {
		padding-top: 48px;	
	}
	header#header .logo img {
		width: 170px;
	}
}
@media (max-width: 360px) {
    ul.sns-list {
        width: 110px;
        top: 56px;
	}
}
@media (max-width: 320px) {
	ul.sns-list {
		width: 93px;
		top: 55px;
		right: 57px;
	}
	header#header .logo {
		padding-top: 49px;	
	}
	header#header .logo img {
		width: 150px;
	}
}
