@charset "UTF-8";

/*toppage
----------------------------------------------------*/
#greet p.catch {
	font-family: "Spectral", serif;
	font-weight: 600;
    font-size: 2em;
    color: #456944;
    margin-bottom: 1em;
}

#greet p.catch span {
	background: linear-gradient(transparent 60%, rgb(233, 243, 221) 60%);
}

#greet .img {
    text-align: center;
    margin-top: 1em;
}

#news .cover {
    padding: 1em 3%;
    background: #fff;
    border-radius: 5px;
}

#news .cover p {
    text-align: center;
}

#news ul li:not(:last-child) {
    margin-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted #456944;
}

#monthly .cover {
    border: 1px solid rgba(69, 105, 68, 0.5);
    padding: 3%;
    border-radius: 5px;
}

#monthly .cover .img.right {
    float: right;
    padding: 0 0 1em 1em;
    width: 30%;
}

#monthly h4 {
    clear: both;
    color: #456944;
    margin: 1em 0 0.5em;
    font-size: 1.2em;
}

#monthly .clear {
    clear: both;
}

#eye_disease ul {
    display: flex;
    gap: 3%;
    flex-wrap: wrap;
    justify-content: center;
}

#eye_disease a {
    display: block;
    text-align: center;
    background: rgba(115, 189, 113, 0.1);
    border-radius: 5px;
    padding: 0.2em 1em;
    text-decoration: none;
	font-family: "Spectral", serif;
    font-size: 18px;
    font-size: 1.8rem;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    font-weight: 600;
    margin-bottom: 1em;
    width: fit-content;
}

#eye_disease a:hover {
    background: rgba(133, 206, 131, 0.3);
    transform: translateY(-5px);
}

#contact_lens ul {
    display: flex;
    gap: 3%;
    flex-wrap: wrap;
    justify-content: center;
}

#contact_lens a {
    display: block;
    border-radius: 5px;
    margin-bottom: 1.5em;
    width: fit-content;
    background: #fff;
    padding: 10px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    border-radius: 5px;
}

#contact_lens a:hover {
  transform: translateY(-5px);
}

#top_banner ul li {
    margin-bottom: 1em;
    text-align: center;
    border-radius: 5px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

#clinic_info .cover {
    background: #fff;
    border-radius: 5px;  
    padding: 3%;
}

#clinic_info ol {
    padding: 0;
}

#clinic_info ol li {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

#clinic_info ol li span.num {
    color: #456944;
    padding-right: 0.2em;
}

#director .img {
    text-align: center;
}

#director .img p.director_name {
    margin-top: 0.5em;
}

#director .img p.director_name b {
    padding-left: 0.5em;
    font-size: 2em;
	font-family: "Spectral", serif;
}

#director .career {
    margin: 3em auto;
    width: fit-content;
}

#director .career dt {
    float: left;
    clear: both;
}

#director .career dd {
    padding-left: 10em;
    margin-bottom: 0.5em;
}

#dx .cover {
    background: #fff;
    border-radius: 5px;  
    padding: 3%;
}

#dx .cover ol {
    padding-left: 1.5em;
}

#dx .cover ol li {
    list-style: decimal;
    margin-bottom: 0.5em;
}

/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 800px) {

    #greet .cover {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #greet .cover .text {
        width: 65%;
    }

    #greet .cover .img {
        width: 30%;
    }

    #eye_disease a {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0.5em 2em;
    }

    #contact_lens a {
        padding: 0.5em 2em;
    }

    #top_banner ul {
        display: flex;
        justify-content: space-around;
    }

    #top_banner ul li {
        width: 45%;
    }

    #director .cover {
        display: flex;
        gap: 5%;
        justify-content: center;
        align-items: center;
    }

    #director .img {
        width: 35%;
    }

    #director .career {
        margin: 0;
    }

}

/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 1400px) {	


}

