@charset "utf-8";
@media only screen and (min-width : 769px ){
/* PC時に表示 */
.pc { display: block !important; }
.sp { display: none !important; }
.tab { display: none !important; }

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
}
.robot {
    font-family: 'Roboto', sans-serif;
}
p {
    font-size: 16px;
    line-height: 24px;
}
a {
    color: inherit;
		text-decoration: none;

}
a:hover {
    opacity: 0.7;
}
a.btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #019797;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
a.btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}
a.for_cont {
    width: 400px;
    font-size: 20px;
    padding: 26px 0;
}
sup {
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: 0em;
}
.sp_only {
display: none !important;
}
li{
list-style: none;	
}

/* ================================== */
/* == header ======================== */
/* ================================== */
header {
    width: 100%;
    max-width: 100%;
	height: auto;
    margin: 0px 0px 0px 0px;
    justify-content: space-between;
	padding: 0.5rem 0 0rem 0;
	background-color: #fff;
z-index:1000;	
position:fixed;
top: 0; 
left: 0; 
filter: drop-shadow(0px 1px 3px #999);	
}


.header-cont{
    width: 100%;
    max-width: 1200px;
    justify-content: space-between;
    position: relative;
	padding: 0rem 0 0rem 0;
	margin: 0.5rem auto 0em auto;	
}
.header-cont .site-title h1{
align-items: center;
width: 96%;
margin: -0.5rem auto 0.5em auto;	
font-size: 0.8rem;
font-weight: 400;	
color: #777;	
}
.header-box{
    display: flex;
}
.header-logo img {
    width: 30vw;
}

.header-box{
max-width: 1200px;
display: flex;
}
.header-cont  .header-logo img {
width: auto;
height: 40px;
margin: 0 0rem 0 1.35rem;
}

.header-tel img {
width: auto;
height: 40px;
margin: -0.4rem 1.25rem 0 0rem;	
}

/* PC トップ予約ボタン -------*/
.header-btn{
margin:  0.5em 1.25rem -0.5rem auto;
padding: 0rem 0rem 0rem 0rem;
display: flex;
}	
.header-btn p{
color: #fefef6;	
}		
.btn-header{
margin:  0rem 0rem 0rem auto;
display: flex;
	
}	
/*LINE*/	
.btn-line {
padding: 0rem 0rem 0rem 0rem;	
margin:  0rem 0rem 0rem 0rem;
text-align: center;
}	
.btn-line p a{
background-color: #00a65a; 
color: #fefef6;	
border-radius: 4px;
text-align: center;
padding: 0.15rem 1rem 0.25rem 1rem;
letter-spacing: 0.1rem;		
white-space: nowrap;
font-size: 1rem;	
}

/*mail相談*/
.btn-mail-contact {
padding: 0rem 0rem 0rem 0rem;	
margin:  0rem 0.5rem 0rem 0.5rem;
text-align: center;
}		
.btn-mail-contact p a{
background-color:#10589e; 
color: #fefef6;	
border-radius: 4px;
text-align: center;
padding: 0.15rem 1rem 0.25rem 1rem;
letter-spacing: 0.1rem;		
white-space: nowrap;
font-size: 1rem;			
}

/*予約*/
.btn-mail-reservation {
padding: 0rem 0rem 0rem 0rem;	
margin:  0rem 0rem 0rem 0rem;
text-align: center;
}		
.btn-mail-reservation p a{
background-color: #ff6464; 
color: #fefef6;	
border-radius: 4px;
text-align: center;
padding: 0.15rem 1rem 0.25rem 1rem;
letter-spacing: 0.1rem;		
white-space: nowrap;
font-size: 1rem;		
}


/*取扱いメニュー------------------*/
.header-menu { 
display: flex;
margin: 0.25rem auto 0.15rem auto;
padding:0rem 0rem 0.25rem 0rem;
	
text-align: center;	
}		
.menu {
padding:0rem 0rem 0rem 0rem;
margin:0rem auto 0rem auto;	
}
.douw{
padding:0rem 0rem 0rem 0rem;
margin:0rem 0rem 0rem 0rem;	
}
/* メニュー文字 */	
.menu li  {
display:inline-block;
position:relative;
padding:0rem 0.1rem 0rem 0.1rem;
margin:0rem auto 0rem auto;	
}
.menu  li a{
font-size:0.95rem;	
line-height: 1.5rem;	
color: #555;	
padding:0rem 0.15rem 0rem 0.15rem;
	
}
	

/* ================================== */
/* == drawer navi =================== */
/* ================================== */
nav {
    display: none;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    color: #fff;
    padding: 40px 0 20px;
    z-index: 100;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 5%);
}
.drawer_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.drawer_menu_cont {
    width: 100%;
    max-width: 1200px;
}
.drawer_menu_cont .menu_list ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.drawer_menu_cont .menu_list ul li {
    margin: 0 0 20px 0;
}
.drawer_menu_cont .menu_list ul li:not(:nth-child(5n + 1)) {
    margin: 0 0 20px 20px;
}
.drawer_menu_cont .menu_list ul li:last-child {
    margin: 0 0 20px 20px;
}
.drawer_menu_cont .menu_list ul li a {
    position: relative;
    display: block;
    width: 220px;
    padding: 14px 0;
    color: #10589e;
    background: #f2f4fa;
    border: 1px solid #10589e;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}
.drawer_menu_cont .menu_list ul li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 5px;
    height:5px;
    border: 5px solid transparent;
    border-left: 5px solid #10589e;
}

/* ================================== */
/* == breadcrumb_list =============== */
/* ================================== */
.breadcrumb_list {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.breadcrumb_list * {
    font-size: 12px;
    padding: 0 5px;
}
/*--パンくず--*/
.contents-bread{
max-width: 1200px;
margin: 7rem  auto 1.5rem auto;
text-align: left;	
}	
	
.bread{
display: flex;	
text-align: left;	
margin: 0rem auto  1rem 0;
padding: 0rem 0rem 0rem 0rem;
}

.bread__inner {
padding-top: 15px;
display: flex;
flex-wrap: wrap;
}
.bread .bread__inner {
padding-top: 0px;
padding-bottom: 15px;
}
.bread .bread__inner li {
position: relative;
padding-right: 20px;
font-size: 0.9rem;
color: #777;	
margin: 0rem 0.25rem  0rem 0.25rem;
}

.bread .bread__inner li a {
transition: all 0.3s;
text-decoration: none;	
color: #11a0ca;	

}
.bread .bread__inner li a:hover {
opacity: 0.6;
text-decoration: none;
}
.bread .bread__inner li:after {
content: "";	
position: absolute;
right: 15px;
top: 4px;
width: 8px;
height: 8px;
transform: rotate(135deg);
border-left: 1.5px solid;
border-top: 1.5px solid;
border-color: #11a0ca;
margin: -0.25rem -0.5rem 0 -0.5rem ;		
}
.bread .bread__inner li:after {
top: 6px;
}
.bread .bread__inner li:last-child::after {
border: none;


}
/* ================================== */
/* == footer content ================ */
/* ================================== */
/*contents*/
section#contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
section#contents > div {
    width: 100%;
}
section#contents img {
    max-width: 560px;
}
	
section#contents .self_check img {
    width: 100%;
    height: 100%;
}	
section#contents .youtube iframe {
    width: 100%;
    height: 100%;
}
/*column*/
section#column {
    background: #f2f4fa;
    padding: 60px 0;
    margin: 60px 0;
}
section#column h2 {
    text-align: center;
    font-size: 30px;
    line-height: 46px;
}
.column_box {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
}
.new_article, .popular_article {
    /*************************************************************************************************20221115追加*/
    width: 100%;
    margin-bottom: 40px;
}
section#column h4 {
    position: relative;
    text-align: center;
    font-size: 24px;
    margin: 20px 0 60px;
    color: #10589e;
}
section#column h4:before, section#column h4:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-top: 2px solid #10589e;
    margin: auto;
    width: 38%;
    height: 1px;
}
section#column h4:before {
    left: 0;
}
section#column h4:after {
    right: 0;
}
.article_cont {
    display: flex;
    align-items: flex-start;
    margin: 40px 0;
    padding-bottom: 40px;
    border-bottom: 1px dotted #ccc;
}
.article_cont img {
    flex-shrink: 0;
}
.article_info {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
}
.article_info p.date {
    font-size: 12px;
}
.article_info p.title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.article_info a.btn {
    margin: 10px auto 0 0;
    width: 200px;
    padding: 12px;
    font-size: 14px;
}
.article_info a.btn:after {
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}


/*clinics*/
section#clinics {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
}
section#clinics h2 {
    text-align: center;
    font-size: 30px;
    line-height: 46px;
}
.clinics_box {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
}
.clinic_cont {
    margin-bottom: 30px;
    width: 380px;
    border: 1px solid #10589e;
}
.clinic_cont + .clinic_cont {
    margin-left: 30px;
}
.clinic_cont:nth-child(3n + 1) {
    margin-left: 0;
}
.clinic_cont p:first-of-type {
    font-size: 24px;
    font-weight: bold;
    border-left: 3px solid #10589e;
    margin: 30px 0 10px 30px;
    padding: 2px 0 4px 10px;
}
.clinic_cont p:last-of-type {
    margin: 10px 0 30px 26px;
}

/* ================================== */
/* == footer ======================== */
/* ================================== */
footer {
    background: #10589e;
    color: #fff;
    padding: 60px 0;
}
.footer_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer_menu_cont {
    width: 100%;
    max-width: 600px;
	text-align: center;
	margin: 0 auto;
}
.footer_menu_cont:not(:first-child) {
    max-width: 300px;
    padding-left: 0px;
}
.footer_menu_cont + .footer_menu_cont {/*縦線*/
    border-left: 1px solid #fff;
}
.footer_box h3 {
    font-size: 	1.75rem;
    font-weight: normal;
    margin-bottom: 10px;
    pointer-events:none;
	color: #fff;
}
	
.menu_list {
display: flex !important;
}
.menu_list ul {
width: 100%;
margin: 0 auto 0 auto;
padding: 0;	
}
.menu_list ul li {
margin: 25px auto;
font-size: 1rem;
text-align: center;
}
.menu_list ul li:last-child {
margin: 25px auto  0 auto;
}
.menu_list a {
color: #fff;
}
.footer_menu_cont_sub + .footer_menu_cont_sub {
    margin-top: 30px;
    border-top: 1px solid #fff;
    padding-top: 30px;
}
section#copylight p {
    text-align: center;
    font-size: 1rem;
    padding: 30px 0;
}


/* ================================== */
/* == float ========================= */
/* ================================== */
section#right_box {
    position: fixed;
    bottom: 160px;
    right: 0;
    width: 200px;
    background: #fff;
    border: 3px solid #10589e;
    box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 20%);
    z-index: 10;
}
section#right_box p {
    text-align: center;
    background: #10589e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 0 8px 0;
}
section#right_box div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0 20px;
}
section#right_box a + a {
    margin: 10px 0 0;
}
section#right_box div > img {
    margin: 10px 0 0;
}

section#pagetop a {
    position: fixed;
    bottom: 30px;
    right: 5%;
    background: #555;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.9rem;
	line-height: 1.3rem;
    font-weight: bold;
    color: #fff;
    box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 20%);
    cursor: pointer;
    z-index: 1000;
	border: solid 2px;
}
	
/*----追加　20251217----------*/	

/*コンテンツ----------------------*/
.footer-contents .footer-flex{
display: flex;
width: 1200px;	
margin: 0em auto 3rem auto;
}
.f-50{
width: 50%;
margin: 0rem auto 1rem auto;
padding: 0 1rem 0 1rem;	
}	

.footer-flex .f-50 h3{
font-size: 1.5rem;
line-height: 1.8rem;	
margin: 0rem auto 0rem auto;
}
.footer-flex .f-50 h4{
font-size: 1.2rem;
line-height: 1.6rem;	
margin: 0rem auto 0.25rem auto;
color: #555;		
}	
.f-33{
width: 33%;
margin: 0rem auto 1rem auto;
padding: 0 2.5rem 0 0rem;	
}		
.footer-flex .f-33 h3{
font-size: 1.5rem;
line-height: 1.8rem;	
margin: 0rem auto 0.5rem auto;
text-align: center;	

}
.footer-flex .f-33 h4{
font-size: 1.2rem;
line-height: 1.6rem;	
margin: 0rem auto 0.25rem auto;
text-align: center;	

}

/*map---------------------*/
/*googlemap タブメニュー--------------------*/	
.footer-map{
width: 100%;
margin:  0 auto;
}	
	
.footer-map h3{
margin: 0rem auto 0rem auto;
padding: 0.25rem 0 0.25rem 0 ;	
text-align: center;	
background-color: #10589e; 	
border: solid 1px #10589e;
color: #fefef6;
font-size: 1.3rem;	
}	
	
.footer-map p{
margin: 1rem auto 0rem auto;	 
text-align: center;	
line-height: 1.5rem	
}	

/*--google map tab*/
.area {
max-width: 100%;
margin: 0rem auto 0rem auto;
flex-wrap: wrap;
display: flex;
}	

.tab_class {
width: calc(98%/5);
height: auto;
background-color: #999;
border-right: #fefef6 1px;
border:solid 1px;	
text-align: center;
display: block;
float: left;
order: -1;
color: #fefef6;
font-size: 1rem;	
padding: 0.5rem 0rem 0.5rem 0rem;
margin: 0.5rem auto 0.15rem auto;	
}

.area input[type=radio]{
display: none;
margin: 1rem auto 3rem auto;

}
input[name="tab_name"] {
display: none;
}

input:checked + .tab_class {
background-color: #10589e;
color: #fefef6;
}

.content_class {
display: none;
width: 100%;
}

input:checked + .tab_class + .content_class {
display: block;
}


/*診療時間---------------------*/	
.time {
width: 100%;
display: block;
border-collapse: collapse;
margin: 3rem auto 3rem auto;	
/* overflow-x: scroll;で、
スマホ画面幅に表が入りきらない場合は
横スクロールしてくれます */
}
.time h3{
margin: 0rem auto 0rem auto;
padding: 0.25rem 0 0.25rem 0 ;	
text-align: center;	
background-color: #10589e; 	
border: solid 1px #10589e;
color: #fefef6;
font-size: 1.3rem;	
}	

.time table {
margin: 0rem auto 0rem auto;
}
	
.time tbody {
width: 100%;
}
/* １番上の線
.time th {
border-top: 1px solid  #10589e;
} */

/* ２番目以降の線 */
.time th, .time td {
width: 100%;
margin: 0 auto;
padding: 12px 18px;
text-align: center;
font-size: 1rem;
white-space: nowrap;	
border-bottom: 1px solid  #10589e;
}
.time th .sun{
color:#e66a6a;
border: none;
}	
.sat{
color:#3db2da ;
border: none;
}
.sun{
color:#e66a6a;
border: none;
}	
.green{
color: #10589e;
border: none;
}
.none{
border: none;
}
.time li.ex {
font-weight: 500;
font-size: 85%;
margin: 0.5rem auto 0rem auto;
padding: 0rem 0rem 0rem 1.25rem;	
text-indent: -0.85rem	
}	
/*pay---------------------*/
.pay {
width: 100%;
margin: 0rem auto 0rem auto;	 
text-align: center;	
}	
.footer-contents .pay h3{
margin: 0rem auto 1rem auto;
padding: 0.25rem 0 0.25rem 0 ;	
text-align: center;	
background-color: #10589e; 	
border: solid 1px #10589e;
color: #fefef6;
font-size: 1.3rem;	
}	
.pay img{
width: 80%;
height: auto;
margin: 0rem auto 1rem auto;	 
text-align: center;	
}		
.pay p{
margin: 0rem auto 1rem auto;
padding: 0rem 0 0rem 0 ;	
color: #333;
}	
		
	
/* === covid-19 ====================== */
#covid-19_text {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
    text-align: center;
}
#covid-19_text h3 {
    position: relative;
    color: #dd0000;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
}
#covid-19_text h3:after {
    position: absolute;
    top: 3px;
    bottom: 0px;
    right: -40px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 7px;
    height: 8px;
    border: 7px solid transparent;
    border-top: 8px solid #dd0000;
}
#covid-19_text p {
    display: none;
    width: 900px;
    margin: 0 auto;
    line-height: 1.6;
    padding: 30px;
    background: #f5f5f5;
}
    #covid-19_text a {
        width: 90vw;
        padding: 10px;
        font-size: 1vw;
        line-height: 1.7;
        text-align: justify;
        font-feature-settings: "palt";
		color: #007AAD;
    }	
/*---------------------------------*/	
footer-b{
bottom: 0;
left: 0;	
width: 100%;
margin: 5rem 0 -1rem 0;	
}

footer-b .privacypolicy{
background-color: #999;
margin: 0 0 -1rem 0;	
}	
footer-b .privacypolicy p {
text-align: center;
font-size: 1rem;
padding: 30px 0;
color: #fff;
}	

#copylight-b{
background-color: #10589e;
}		
section#copylight-b p {
text-align: center;
font-size: 1rem;
padding: 30px 0;
color: #fff;
}	
	
}