@charset "utf-8";
/*基本設定-----------------*/

#main_outline {
}

#news {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	width: 100%;
    margin: 0 0 2rem;
    padding: 0 2rem;
    box-sizing: border-box;
}
#news .col_left {
    position: relative;
    width: 105px;
    margin: 0;
    padding: 0;
}
#news .col_left img {
    width: 100%;
}
#news .col_right {
    position: relative;
    width: calc( 100% - 105px - 4rem );
    margin: 0;
    padding: 0;
}
#news .col_right ul {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
    margin: 0;
    padding: 0;
}
#news .col_right ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
#news .col_right ul li .date {
    position: relative;
    width: 7rem;
    margin: 0;
    padding: 0;
	color: #339900;
}
#news .col_right ul li .subject {
    position: relative;
    width: calc( 100% - 8rem );
    margin: 0;
    padding: 0;
}





#menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem 0;
	width: 100%;
    margin: 0 0 4rem;
    padding: 0 2rem;
    box-sizing: border-box;
}
#menu .menu_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: calc( 50% - 0.5rem );
    height: calc( 115px + 2rem );
    margin: 0;
    padding: 0 1rem;
    color: #333;
    text-decoration: none;
    border-radius: 0.5rem;
    background-color: #ccc;
    box-sizing: border-box;
    transition: 0.5s;
    box-shadow: 5px 5px 5px rgba(112, 112, 112, 0.3);
}
#menu .menu_box:hover {
    opacity: 0.7;
}
#menu .menu_box.about {
    background-color: #ffeae7;
}
#menu .menu_box.examination {
    background-color: #ecf1dd;
}
#menu .menu_box.hospitalization {
    background-color: #fcf9ea;
}
#menu .menu_box.support {
    background-color: #f1f9fc;
}
#menu .menu_box .menu_img {
    position: relative;
	width: 115px;
    margin: 0;
    padding: 0;
}
#menu .menu_box .menu_content {
    position: relative;
	width: calc( 100% - 115px - 1rem );
	height: 115px;
    margin: 0;
    padding: 0;
}
#menu .menu_box .menu_content .subject {
    position: relative;
	width: 100%;
    margin: 0 0 0.5rem;
    padding: 0 0 0.5rem;
    color: #333;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
    border-bottom: 1px dotted #333;
    text-align: center;
}
#menu .menu_box .menu_content .description {
    position: relative;
	width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-decoration: none;
}





#booking {
    position: relative;
	width: 100%;
    margin: 0 0 4rem;
    padding: 0 2rem;
    box-sizing: border-box;
}
#booking .title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	width: 100%;
    height: 3rem;
    margin: 0 0 2rem;
    padding: 0 1.5rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.03em;
    background-color: #7eb9bd;
    border-radius: 0.3rem;
    box-sizing: border-box;
}
#booking .content {
    position: relative;
	width: 100%;
    margin: 0;
    padding: 0;
}
#booking .content ul {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
	width: 100%;
    margin: 0;
    padding: 0 1rem;
}
#booking .content ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
#booking .content ul li span {
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
#booking .content ul li span.icon {
    width: 1rem;
}
#booking .content ul li span.text {
    width: calc( 100% - 1.5rem );
}

#booking .content ul li .link_email {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 0.9rem;
    margin: 0.225rem 0;
}
#booking .content ul li .link_email img {
    height: 100%;
}







