@charset "utf-8";
/*基本設定-----------------*/
.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.noto-serf-jp {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}



@media (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}



* {
    font-family: "Noto Sans JP", sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: justify;
}
body  {
	font-size: 12px;
	line-height: 180%;
	color: #333333;
	text-align: center;
	/* これ以降Mac IE 5には適用されない \*/
	letter-spacing: 1px;
	background-image: url(/img/common/back_ground.gif);
	background-repeat: repeat;
	/* これ以降Mac IE 5にも適用される */ 
}
body a {
	color: #3366CC;
	text-decoration: underline;
}
body a:hover {
	color: #ff6666;
}
img  {
	border:none;
	vertical-align: bottom;
}
#outline {
	width:900px;
	margin: 0px auto 0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(/img/common/back_ground_outline.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*
#outline .title {
	background-image: url(/img/common/back_ground_titile_h1.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 700px;
}
#outline .title h1,h2 {
	font-size: 16px;
	background-image: url(/img/common/back_ground_titile_h1_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	text-indent: 35px;
	padding: 8px 0px 0px 0px;
	letter-spacing: 0px;
}
*/





/*ヘッダー-----------------*/
#header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 1rem 2rem 0.5rem;
    box-sizing: border-box;
}
#logo {
    position: relative;
    width: 300px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#sub_menu {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    width: calc( 100% - 350px );
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#sub_menu ul {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    width: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#sub_menu li {
    color: #333;
    font-size: 0.8rem;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
#sub_menu li a {
    color: #333;
    font-size: 0.8rem;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.02em;
    text-underline-offset: 0.25em;
    text-decoration: none;
    transition: 0.5s;
    white-space: nowrap;
}
#sub_menu li a:hover {
    text-decoration: underline;
    opacity: 0.7;
}
#sub_menu .sns {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    width: auto;
    margin: 0;
    padding: 0;
}
#sub_menu .sns a {
    position: relative;
    width: 3rem;
    height: 3rem;
    margin: 0;
    padding: 0;
}
#sub_menu .sns a img {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
#global_menu {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0.5rem;
    box-sizing: border-box;
}
#global_menu ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0.5rem 0 0;
    padding: 0;
    box-sizing: border-box;
}
#global_menu li {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 0.9rem;
    font-size: 0.85rem;
    line-height: 1;
    letter-spacing: 0.02em;
    border-right: 1px dashed #ccc;
    white-space: nowrap;
}
#global_menu li:first-of-type {
    border-left: 1px dashed #ccc;
}
#global_menu li a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0.5rem;
    color: #333;
    font-size: 0.9rem;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-underline-offset: 0.25em;
    text-decoration: none;
    transition: 0.5s;
    white-space: nowrap;
}
#global_menu li a:hover {
    text-decoration: underline;
    opacity: 0.7;
}




/*下層ページタイトル-----------------*/
h1.each_page_title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    aspect-ratio: 900 / 130;
    margin: 0;
    padding: 0;
    background-image: url( '../../img/common/each_page_title-bg.png' );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1.each_page_title .text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.445%;
    aspect-ratio: 1 / 1;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
}





/*コンテンツ-----------------*/
#main_outline {
    position: relative;
	width: 700px;
    width: calc( 900px - 4rem );
	width: 100%;
	margin: 4rem auto;
    padding: 0 2rem;
    /*
	float: left;
	display: inline;
    */
    box-sizing: border-box;
}
#main {
	padding: 20px 0px 0px 0px;

}
#main_outline .each_page .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;
}





/*フッター-----------------*/
#footer {
	letter-spacing: 0px;
	padding: 0px 0px 0px 40px;
	line-height: 4em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}
/*page_top-----------------*/
.page_top {
	clear: both;
	width: 130px;
	margin: 0px 0px 0px 570px;
	padding: 15px 0px 0px 0px;


}

/*テキスト-----------------*/
.right {
	text-align: right;
	padding: 15px 10px 15px 10px;

}

/*リスト-----------------*/
.common_list01 { margin-left:1.5em;}
.common_list01 li { list-style-position:outside; list-style-type:disc;}

/*float解除-----------------*/
.clear_1px_a { clear:both; font-size:1px; line-height:1px; height:1px;}

/*色-----------------*/
.red {
	color: #A80D0D;
}
/*区切り線-----------------*/
hr {
	display:none;
}
.line10_dot {
	height:10px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line20_dot {
	height:20px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line30_dot {
	height:30px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line40_dot {
	height:40px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line50_dot {
	height:50px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line60_dot {
	height:60px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line80_dot {
	height:80px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line100_dot {
	height:100px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line10 {
	height:10px;
	background-image: none;
	clear: both;
}
.line20 {
	height:20px;
	background-image: none;
	clear: both;
}
.line30 {
	height:30px;
	background-image: none;
	clear: both;
}
.line40 {
	height:40px;
	background-image: none;
	clear: both;
}
.line50 {
	height:50px;
	background-image: none;
	clear: both;
}
.line60 {
	height:60px;
	background-image: none;
	clear: both;
}
.line80 {
	height:80px;
	background-image: none;
	clear: both;
}
.line100 {
	height:100px;
	background-image: none;
	clear: both;
}





#footer_upper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc( 900px - 4rem );
    margin: 0 ;
    padding: 2rem;
    border-top: 1px solid #ccc;
}



#footer_upper .footer_upper-contact {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 33%;
    margin: 0;
    padding: 0;
}
#footer_upper .footer_upper-contact .logo {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
#footer_upper .footer_upper-contact .logo a {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
#footer_upper .footer_upper-contact .logo a img {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
#footer_upper .footer_upper-contact .tel {
    position: relative;
    width: 100%;
    margin: 1.5rem 0 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.02em;
}
#footer_upper .footer_upper-contact .tel .link_tel {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    text-decoration: none;
}
@media (max-width: 768px) {
    #footer_upper .footer_upper-contact .tel .link_tel {
        color: #3366CC;
        text-decoration: underline;
    }
}
#footer_upper .footer_upper-contact .address {
    position: relative;
    width: 100%;
    margin: 2rem 0 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
#footer_upper .footer_upper-contact .sns {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    margin: 2rem 0 0;
    padding: 0;
}
#footer_upper .footer_upper-contact .sns a {
    position: relative;
    width: 3rem;
    height: 3rem;
    margin: 0;
    padding: 0;
}
#footer_upper .footer_upper-contact .sns a img {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}



#footer_upper .footer_upper-business_hours {
    position: relative;
    width: 63%;
    margin: 0;
    padding: 0;
}
#footer_upper .footer_upper-business_hours .title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 1rem;
}
#footer_upper .footer_upper-business_hours .title img {
    display: inline-block;
    margin: 0 8px;
}
#footer_upper .footer_upper-business_hours .title span {
    display: inline-block;
}
#footer_upper .footer_upper-business_hours .department {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
}
#footer_upper .footer_upper-business_hours .department.obgyn {
    margin-bottom: 1rem;
}
#footer_upper .footer_upper-business_hours .department .subject {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.5rem;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.02em;
    background-color: #ccc;
}
#footer_upper .footer_upper-business_hours .department.obgyn .subject {
    background-color: #7eb9bd;
}
#footer_upper .footer_upper-business_hours .department.pediatrics .subject {
    background-color: #da9087;
}
#footer_upper .footer_upper-business_hours .department table {
    position: relative;
    width: calc( 100% - 8.5rem );
    margin: 0;
    padding: 0;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
}
#footer_upper .footer_upper-business_hours .department th, 
#footer_upper .footer_upper-business_hours .department td {
    font-size: 1rem;
}
#footer_upper .footer_upper-business_hours .department .box_1 {
    width: 33%;
}
#footer_upper .footer_upper-business_hours .department .box_2 {
    width: 8.5%;
}
#footer_upper .footer_upper-business_hours .department .box_3 {
    width: 16%;
}
#footer_upper .footer_upper-business_hours .department th {
    font-weight: normal;
    text-align: center;
    background-color: #E3E3E3;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-color: #999999;
    border-bottom-color: #999999;
    padding: 0.25rem 0px;
}
#footer_upper .footer_upper-business_hours .department td {
    padding: 5px 0px 5px 0px;
    padding: 0.5rem 0px;
    line-height: 160%;
    text-align: center;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-color: #999999;
    border-bottom-color: #999999;
}
#footer_upper .footer_upper-access {
    position: relative;
    width: 100%;
    margin: 2rem 0 0;
    padding: 0;
}
#footer_upper .footer_upper-access .title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 1rem;
}
#footer_upper .footer_upper-access .title img {
    display: inline-block;
    margin: 0 8px;
}
#footer_upper .footer_upper-access .title span {
    display: inline-block;
}




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





#footer_bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 2rem;
    color: #fff;
    background-color: #3b7960;
    box-sizing: border-box;
}
#footer_bottom .each_category {
    position: relative;
    width: 24%;
    margin: 0;
    padding: 0;
    color: #fff;
    box-sizing: border-box;
}
#footer_bottom .each_category .category {
    position: relative;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0;
    box-sizing: border-box;
}
#footer_bottom .each_category .category > li {
    position: relative;
    width: 100%;
    margin: 0 0 0.5rem;
    padding: 0;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    box-sizing: border-box;
}
#footer_bottom .each_category .category > li a {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-underline-offset: 0.2em;
    text-decoration: none;
    transition: 0.5s;
}
#footer_bottom .each_category .subcategory {
    position: relative;
    width: 100%;
    margin: 0.5rem 0 0;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
#footer_bottom .each_category .subcategory > li {
    position: relative;
    width: 100%;
    margin: 0 0 0.5rem;
    padding: 0;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    box-sizing: border-box;
}
#footer_bottom .each_category .subcategory > li a {
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-underline-offset: 0.2em;
    text-decoration: none;
    transition: 0.5s;
}
#footer_bottom .each_category li a:hover, 
#footer_bottom .each_category a:hover {
    text-decoration: underline;
    opacity: 0.7;
}





