@charset "UTF-8";

/****/
#mainimg {
	overflow:hidden;
	position:relative;
	height: calc(100vh - 440px);
	min-height:550px;
}
#mainimg .swiper-slide {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#mainimg .slide1 {
	background-image:url(https://sonoda-eye.com/wp-content/uploads/2024/10/mainimg1.jpg);
}
#mainimg .slide2 {
	background-image:url(https://sonoda-eye.com/wp-content/uploads/2024/10/mainimg2.jpg);
}
#mainimg .slide3 {
	background-image:url(../img/top/mainimg3.jpg);
}
#mainimg .slide4 {
	background-image:url(https://www.gcom-net.co.jp/gcom_wp/wp-content/uploads/2024/10/mainimg4.jpg);
}
#mainimg .slide5 {
	background-image:url(https://sonoda-eye.com/wp-content/uploads/2024/10/mainimg5.jpg);
}
/*
#mainimg .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #cccccc;
    opacity: 1;
}
#mainimg .swiper-pagination-bullet-active {
	background:#de1557;
}
#mainimg .swiper-button-next::after,
#mainimg .swiper-button-prev::after {
	content:none;
}
#mainimg .swiper-button-next,
#mainimg .swiper-button-prev {
	color:#de1557;
	font-size:5.0rem;
}
*/
#fv {
	position:relative;
	overflow:hidden;
	text-align: center;
}
#fv h1 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align:center;
	font-size: 2.8rem;
	line-height:1.8em;
	box-sizing:border-box;
	letter-spacing:.2em;
	position:absolute;
	left:50%;
	top:0;
	height:100%;
	z-index:2;
	color:#ffffff;
	transform:translatX(-50%);
	text-shadow:0 0 6px rgba(0,0,0,.8);
}
#fv h1 br.sp {
	display:none;
}
#fv .concept {
	background:rgba(255,186,0,.9);
	display:inline-block;
	box-sizing:border-box;
	padding:45px;
	width:500px;
	border-radius:10px;
	text-align:center;
	position:absolute;
	left:calc(50% + 200px);
	bottom:2%;
	z-index:2;
}
#fv .concept.sp {
    display: none;
}
#fv .concept > img {
	display:block;
	margin-bottom:45px;
}
#fv .concept a {
	display:block;
	font-size:2.1rem;
	color:#ffffff;
	font-weight:500;
	display:inline-block;
	line-height:2;
	border:3px solid #ffffff;
	padding:0 1em;
	border-radius:8px;
	transition:.3s;
	box-sizing:border-box;
}
#fv .concept a br {
	display:none;
}
#fv .concept a:hover {
	background:#ffffff;
	color:#FFBA00;
}
#fv .concept a .svg-inline--fa {
    margin-left:.5em;
}

#fv .sub-container {
	padding:15px 0 30px;
	position:relative;
	max-width:640px;
	overflow:hidden;
	margin:0 auto;
}
#fv .sub-container .swiper-slide {
	width:320px;
	box-shadow:0 0 4px rgba(0,0,0,.15);
}
#fv .sub-container .swiper-button-next,
#fv .sub-container .swiper-button-prev {
	color:#000000;
	background-color:rgba(255,255,255,.75);
	border-radius:6px;
	background-color:#ff9900;
	color:#FFFFFF;
}
#fv .sub-container .swiper-button-next::after,
#fv .sub-container .swiper-button-prev::after {
	font-size:2.6rem;
}
#fv .sub-container .swiper-pagination {
	bottom:5px;
}
#fv .sub-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color:#ff9900;
}

#fv .topics {
	width:100%;
	max-width:900px;
	background:#ffffff;
	box-sizing:border-box;
	margin:0 auto;
	padding:15px 30px;
	border-radius:8px;
}
#fv .topics h2 {
	color:#FFBA00;
	font-size:2.1rem;
	font-family: 'Lato', sans-serif;
	width: 120px;
}
#fv .topics > div {
	width: calc(100% - 130px);
}
#fv .topics > div dl {
	width:100%;
	font-size: 1.8rem;
	line-height:1.3;
	box-sizing:border-box;
	padding:.2em 0;
	text-align: left;
}
#fv .topics > div dt {
    width:calc(100% - 6em);
}
#fv .topics > div dd {
    width:6em;
}
#fv .most {
	background:rgba(255,0,0,.8);
}
#fv .most p {
	max-width:1100px;
	margin:0 auto;
	text-align:center;
	color:#ffffff;
}
#fv .most p a {
	font-size:2.1rem;
	font-weight:600;
	color:#ffffff;
}

#searchblock {
	padding:20px 0;
	background:#EFEFEF;
	box-sizing:border-box;
}
#searchwrap {
	display:block;
	box-sizing:border-box;
	padding:0 15px;
	width:100%;
	max-width:400px;
	margin:0 auto;
	
}
#searchwrap form {
	background:#ffffff;
	overflow:hidden;
	border-radius:3px;
	position:relative;
	width: 100%;
}
#searchwrap form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:none;
	border:none;
	outline:none;
	font-size:16px;
	box-sizing:border-box;
	box-shadow: none;
}
#searchwrap form input[type="text"] {
	font-size:16px;
	line-height:1;
	width:calc(100% - 30px);
	box-sizing:border-box;
	padding:.5em .5em;
}
#searchwrap form input[type="submit"] {
	color:#ffffff;
	position:relative;
	z-index:2;
	text-indent:-9999px;
	width:30px;
	height:100%;
}
#searchwrap form .svg-inline--fa {
	position:absolute;
	z-index:1;
	right:.4em;
	top:.6em;
    color:#ff9900;
}



#concept .wrap .contents {
	text-align:center;
}
#main #concept .wrap .contents p {
	text-align:center;
	margin-bottom:1.5em;
}
#concept .wrap .contents img.concept1 {
	display:block;
	width:90%;
	max-width:480px;
	margin:0 auto 1em;
}
#concept .wrap .contents img.concept2 {
	display:block;
	width:50%;
	max-width:260px;
	margin:0 auto;
}


#doctor .wrap .contents {
	text-align:center;
}
#doctor .wrap .contents h2 {
	font-size:3.0rem;
	font-weight:500;
	line-height:1.5;
	color:#667489;
	margin-bottom:1.5em;
}
#main #doctor .wrap .contents p {
	text-align:center;
	margin-bottom:1.5em;
}
#doctor ul {
	width:100%;
	max-width:800px;
	margin:0 auto 3em;
}
#doctor li {
	width:calc(100%/6 - 20px);
	overflow:hidden;
	border-radius:50%;
	box-shadow:0 0 4px rgba(0,0,0,.15);
}
#doctor .contents > a {
	display:block;
	background:	#FFBA00;
	color:#ffffff;
	width:12em;
	font-size:1.8rem;
	line-height:2.4;
	margin:0 auto;
	padding:0;
	transition:.3s;
}
#doctor .contents > a .svg-inline--fa {
	margin-left:.3em;
}
#doctor .contents > a:hover {
	background:#FFD21A;
}

/**case**/
#case .contents > .fbox {
    width:100%;
}
#case .contents > .fbox > div {
	width:calc(50% - 15px);
}
#case .contents > .fbox > .link {
	box-sizing:border-box;
	padding-right:40px;
}
#main #case .contents > .fbox .detail p {
	margin:0;
}
#main #case .contents > .fbox .detail p span {
	font-size:1.2em;
	font-weight:600;
	color:#FF0000;
}
#case ul {
	width:100%;
}
#case li {
	width:calc(100%/3 - 4px);
	margin-right:6px;
	margin-bottom:6px;
}
#case li a {
	display:block;
	width:100%;
	font-size:1.6rem;
	text-align:center;
	font-weight:600;
	color:#FFFFFF;
	background:#ff9900;
	line-height:1;
	box-sizing:border-box;
	padding:1.5em 0;
	border-radius:6px;
	transition:.3s;
}
#case li a:hover {
	background:#ff6600;
}
#case li a .svg-inline--fa {
	margin-left:.2em;
}
#case li:nth-child(3n) {
    margin-right:0;
}

/**topics**/
#topics .wrap {
	text-align:center;
}
#topics .wrap .contents {
	max-width:920px;
}
#topics .wrap .contents > div {
	width:calc(50% - 30px);
}
#topics .wrap .contents > div h2 {
	font-size:2.4rem;
	font-weight:500;
	line-height:1;
	padding-bottom:.5em;
	margin-bottom:1em;
	border-bottom:2px solid #FFD21A;
}
#topics .wrap .contents > div.blog h2 {
	border-bottom:2px solid #7C879B;
}
#topics .wrap .contents > div dl {
	width:100%;
	font-size:1.6rem;
	line-height:1.3;
	box-sizing:border-box;
	padding:.5em .3em;
}
#topics .wrap .contents > div dl:nth-last-child(2) {
    margin-bottom:2em;
}
#topics .wrap .contents > div dt {
    width:calc(100% - 6em);
}
#topics .wrap .contents > div dd {
    width:6em;
}
#topics .wrap .contents > div > a {
	margin-left:calc(100% - 4em);
}

@media screen and (max-width:1600px){
	
#mainimg {
	max-height:650px;
}
	
}

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

#mainimg {
	max-height:570px;
}
	
#fv .concept {
	padding:30px;
	width:360px;
	left:calc(50% + 120px);
}
	
#fv .concept a {
	font-size:1.6rem;
}
	
}

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

}

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

}

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


/****/
#mainimg {
	height: 32vw;
	min-height:100%;
}

#fv h1 {
	-webkit-writing-mode:initial;
	-ms-writing-mode:initial;
	writing-mode:initial;
	text-align:left;
	font-size: 4.5vw;
	line-height:1.5;
	box-sizing:border-box;
	padding-bottom:0;
	letter-spacing:normal;
	position:absolute;
	right:0;
	top: 3vw;
	height:100%;
	z-index:2;
	color:#ffffff;
	transform:translatX(-50%);
	text-shadow:0 0 6px rgba(0,0,0,.8);
}
#fv h1 br.sp {
	display:inline;
}
#fv .concept {
	position:relative;
	top:auto;
	left:auto;
	transform:translateY(0);
	width:100%;
	background:rgba(255,186,0,1);
	padding:10px 15px;
	border-radius:0;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	align-content: center;
}

#fv .concept.pc {
    display: none;
}
#fv .concept.sp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
#fv .concept > img {
	width:50%;
	margin:0;
}
#fv .concept a {
	width:calc(50% - 15px);
	font-size:4.5vw;
	padding:.2em .5em;
	text-align:left;
	line-height:1.5;
	border-radius:6px;
	position:relative;
}
#fv .concept a br {
	display:inline;
}
#fv .concept a .svg-inline--fa {
    margin-left:.5em;
    position:absolute;
    top:.5em;
    right:.5em;
}

#fv .topics {
	width:100%;
	position:relative;
	left:auto;
	bottom:auto;
	transform:translateX(0);
	padding: 10px 15px;
	border-radius:0;
}
#fv .topics h2 {
	width:100%;
	margin-bottom: 0;
}
#fv .topics > div {
	width:100%;
}
#fv .topics > div dl {
	font-size:4vw;
}
#fv .most p a {
	font-size:5vw;
}


#concept .wrap .contents {
	text-align:center;
}
#main #concept .wrap .contents p {
	font-size:3.8vw;
}

#doctor .wrap .contents h2 {
	font-size:2.1rem;
	margin-bottom:1em;
}
#main #doctor .wrap .contents p {
	text-align:left;
}

#doctor ul {
	width:100%;
	max-width:800px;
	margin:0 auto 3em;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
#doctor li {
	width:calc(100%/3 - 10px);
	margin:0 4px 10px;
}
#doctor .contents > a {
	font-size:1.6rem;
}

/**case**/
#case .contents > .fbox > div {
    width:100%;
}
#main #case .contents > .fbox .detail {
	margin-bottom:15px;
}
#case .contents > .fbox > .link {
	padding-right:0;
}
#case li {
	width:calc(100%/2 - 7px);
}
#case li a {
	font-size:1.5rem;
	padding:1em 0;
}
#case li:nth-child(3n) {
	margin-right:6px;
}
#case li:nth-child(2n) {
    margin-right:0;
}

/**topics**/
#topics .wrap .contents > div {
	width:100%;
}
#topics .wrap .contents > div h2 {
	font-size:2.1rem;
	margin-bottom:.5em;
}
#topics .wrap .contents > div.news {
	margin-bottom:15px;
}
#topics .wrap .contents > div dl {
	width:100%;
	font-size:1.6rem;
	line-height:1.3;
	box-sizing:border-box;
	padding:.3em .3em;
}
#topics .wrap .contents > div dl:nth-last-child(2) {
    margin-bottom:1em;
}
#topics .wrap .contents > div dt {
	width:100%;
	border-bottom:3px solid #efefef;
	padding-bottom:.3em;
}
#topics .wrap .contents > div dd {
	width:100%;
	margin-bottom:.5em;
}
#topics .wrap .contents > div > a {
	margin-left:calc(100% - 5em);
}

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

#fv .sub-container .swiper-slide {
	width:240px;
}

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

}