@charset "utf-8";
/*--SP表示---------------------------------*/
@media only screen and (max-width :768px ){
.pc { display: none !important;}
.sp { display: block !important;}  
.tab { display: none !important;}
.is-fixed {
    height: 100%;
    overflow: hidden;
}
	li{
		list-style: none;
	}	
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
}
.robot {
    font-family: 'Roboto', sans-serif;
}
p {
    font-size: 1rem;
    line-height: 1.3rem;
	text-align: justify;
}
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: 74vw;
    font-size: 4vw;
    padding: 20px 0;
}
sup {
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: 0em;
}
.pc_only {
    display: none !important;
}


/* ================================== */
/* == header ======================== */
/* ================================== */
header {
width: 100%;
max-width: 100%;
height: auto;
margin: 0px auto ;
justify-content: space-between;
position:fixed;
top: 0; 
left: 0; 		
z-index:1000;	
padding: 0 0 0.25rem 0;
background-color:#fefef6;/*#fdfdfd*/
filter: drop-shadow(0px 1px 3px #999);
overflow:hidden;	
}
.header-container{
width: 96%;
justify-content: space-between;
position: relative;
padding: 0.5rem 0 0rem 0;
margin: 0 auto 0em auto;	
}
.header-cont{
width: 94%;
}
.header-cont .site-title h1{
text-align: center;
margin: 0.25rem auto 0.5rem auto;	
font-size: 0.45rem;
line-height: 0.6rem	;
}
.header-box{
display: flex;
}
header .header-logo {
text-align: left;
margin: 0 0rem 0 1.25rem;
}	
header .header-logo img {
text-align: left;
margin: 0rem 0rem 0.25rem 0;
padding:0rem 0rem 0rem 0rem ;	
width: 68%;
}
header .sub_menu {
display: flex;
justify-content: space-between;
width: 15vw;
}
	
/*hamburger*/
.menu-trigger {
	margin: 0rem 0rem 0.25rem -1rem;
    display: inline-block;
    position: relative;
    width: 10vw;
    height: 100%;
    vertical-align: baseline;
    cursor: pointer;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}
.menu-trigger span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 10;
    margin:  auto 0 auto 0;
    width: 70%;
    height: 1px;
    background-color: #555;
    transition: all .5s .0s;
}
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #555;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  content: ' ';
}
.drawer-hamburger-icon:before {
    top: -10px;
}
.drawer-hamburger-icon:after {
    top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* ================================== */
/* == drawer navi =================== */
/* ================================== */
nav {
	height: auto;
/**/display: none;
    position:fixed;
    top: 100px;
    right: 0;
    margin:-2.5rem auto;
    color: #fff;
    z-index: 100;
    /*height: calc(100vh);*/
    overflow: scroll;
	padding: 0rem 0rem 0rem 0rem;
}
.drawer_box {
    width: auto;
    max-width: auto;
    margin:0rem auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.drawer_menu_cont {
    width: 100%;
    max-width: 100%;
}
.drawer_menu_cont:not(:first-child) {
    max-width: 100%;
}
.drawer_box .menu_list {
    display: flex;
    flex-direction: column;
    background: rgba(254, 254, 246,0.95);
	    margin:0rem auto;

}
.drawer_box .menu_list ul {
    width: 100%;
    max-width: 100%;
	margin: 1.75rem 0rem 0rem 0rem;
	padding: 0 0 1rem 0;
}
.drawer_box .menu_list ul li {
list-style: none;
}
.drawer_box .menu_list a {
    display: block;
	font-size: 1rem;
    color: #555;
    padding: 5px 20px 5px 80px;
	text-align: right;
	text-decoration: none;
}
.drawer_box .menu_list hr {

    display: block;
    color: #ccc;
	text-decoration: none;
	width: 90%;
	margin: 0.5rem auto 0.5rem auto;
}

/* ================================== */
/* == breadcrumb_list =============== */
/* ================================== */
.breadcrumb_list {
    width: 100%;
    max-width: 94vw;
    margin: 6px auto 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
}
.breadcrumb_list * {
    font-size: 2vw;
    padding: 0 6px;
}

/* ================================== */
/* == footer content ================ */
/* ================================== */
/*contents*/
section#contents {
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section#contents > div {
    width: 100%;
}
section#contents img {
    width: 100%;
    max-width: 100%;
}
.youtube {
    margin-top: 20px;
}
section#contents .youtube iframe {
    width: 100%;
    height: 100%;
    min-height: 50vw;
}
/*column*/
section#column {
    background: #f2f4fa;
    padding: 20px 0;
    margin: 40px 0 20px;
}
section#column h2 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 7vw;
}
.column_box {
    width: 94vw;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
}
.new_article, .popular_article {
    max-width: 100%;
}
section#column h4 {
    position: relative;
    text-align: center;
    font-size: 1.3rem;
    margin: 40px 0 20px;
    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: 36%;
    height: 1px;
}
section#column h4:before {
    left: 0;
}
section#column h4:after {
    right: 0;
}
section#column .popular_article h4 {
    margin: 20px 0;
}

.article_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}
.article_cont a,
.article_cont a img {
    width: 100%;
}
.article_info {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.article_cont > img {
    width: 34vw;
}
.article_info p.date {
    font-size: 4vw;
}
.article_info p.title {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
}
.article_info a.btn {
    margin: 6px auto;
    width: 100%;
    padding: 12px 0;
    font-size: 3.5vw;
}
.article_info a.btn:after {
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
}

/*clinics*/
section#clinics {
    width: 96%;
    max-width: 96%;
    margin: 40px auto;
}
section#clinics h2 {
    text-align: center;
    font-size: 6vw;
    line-height: 7vw;
}
.clinics_box {
    width: 94%;
    max-width: 94%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px auto;
}
.clinic_cont {
    margin-bottom: 10px;
    width: 42vw;
    border: 1px solid #10589e;
}
.clinic_cont:nth-child(2n) {
    margin-left: 4vw;
}
.clinic_cont img {
    width: 100%;
}
.clinic_cont p:first-of-type {
    font-size: 4.5vw;
    font-weight: bold;
    border-left: 3px solid #10589e;
    margin: 10px 0 10px 10px;
    padding: 0px 0 2px 6px;
}
.clinic_cont p:last-of-type {
    margin: 10px 0px 20px 0px;
	font-size: 0.9rem;
	text-align: center;
}

/* ================================== */
/* == footer ======================== */
/* ================================== */
footer {
    background: #10589e;
    color: #fff;
    padding: 0;
}
.footer_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_menu_cont {
    width: 100%;
    max-width: 100%;
}
.footer_menu_cont:not(:first-child) {
    max-width: 100%;
}
.footer_box h3 {
    position: relative;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 12px 0 12px 20px;
    border-bottom: 1px solid #fff;
}
.footer_box h3:before, .footer_box h3:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer_box h3:before {
    width: 11px;
    height: 1px;
    border-top: 1px solid #fff;
    right: 5vw;
}
.footer_box h3:after {
    width: 1px;
    height: 11px;
    border-left: 1px solid #fff;
    right: calc(5vw + 5px);
    -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    transition: all .5s .0s;
}
.footer_box h3.active:after {
    -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    transition: all .5s .0s;
}
.menu_list {
    display: flex;
    flex-direction: column;
    background: #10589e;
    display: none;
}
.menu_list ul {
    width: 100%;
    max-width: 100%;
}
.menu_list ul li {
    font-size: 4vw;
}
.menu_list a {
    display: block;
    color: #fff;
    padding: 12px 0 12px 20px;
    border-bottom: 1px solid #fff;
}
section#copylight {
    margin-bottom: 52px;
}
section#copylight p {
    text-align: center;
    font-size: 3.2vw;
    padding: 20px 0 40px;
}

	
/* ---------------- フッター固定ボタン ---------------- */
.footer-btn {
z-index: 1000;	
width: 100%;
max-width: 100%;	
height: auto;	
position: fixed;	
left: 0;
bottom: 0; 
margin: 0;
background-color: #fefef6;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
padding: 0.2rem 0rem 0.2rem 0rem;	
}

.footer-btn ul {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}

.footer-btn ul li {
width: 100%;
margin: 0;
padding: 0;
flex: 1 1 0;
display: flex;
justify-content: center;
align-items: center;
}

.footer-btn ul li a img {
width: 100%;      /* 余白を最小化して隙間をなくす */
max-width: none; /* 最大幅制限なしで均等に広げる */
height: auto;
flex-shrink: 0;
object-fit: contain;
margin: 0 0.01rem  0 -0.01rem;
padding: 2px 0 0 0;
border: solid 1.5px #fefef6;

}

/* ---------------- レスポンシブ ---------------- */
@media (max-width: 480px) {
.footer-btn ul li a img {
width: 100%;
margin: 0;
padding: 0;
}
.sns-wrap {
width: 100%;	
flex-direction: column;
align-items: center;
margin: 0;
padding: 0;
}
.sns-link {
flex: 1 1 100%;
margin: 0;
padding: 0;
}
.sns-link ul li img {
width: 80%;
margin: 0;
padding: 0;
}
}


/* ================================== */
/* == float ========================= */
/* ================================== */
/*ページトップへ戻るボタン/**/
section#pagetop a {
    position: fixed;
    bottom: 18vw;
    right: 5vw;
    background: #555;
    border-radius: 50%;
    width: 22vw;
    height: 22vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.7rem;
	line-height: 1rem;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 20%);
    cursor: pointer;
    z-index: 1000;
}
		
	
/*--パンくず----------------*/
.contents-bread{
max-width: 94%;
margin: 5.5rem  auto 0rem 0;
text-align: left;	
}	
.bread{
display: flex;	
text-align: left;	
margin: 0rem auto 0rem 0;
padding: 0rem 0rem 0rem 0rem;
}

.bread__inner {
padding-top: 0px;
display: flex;
flex-wrap: wrap;
margin: 0rem auto 0rem 0;
}
	
.bread .bread__inner {
padding-top: 0px;
padding-bottom: 0px;
}
.contents-bread .bread .bread__inner li {
position: relative;
padding:0px 6px 0 6px; 
font-size: 0.8rem;
line-height: 1.2rem;	
color:  #777;}

.bread .bread__inner li a {
transition: all 0.3s;
color:  #11a0ca;
padding: 0rem 0.35rem 0rem 0.35rem;	
}
.bread .bread__inner li a:hover {
opacity: 0.6;
text-decoration: none;
}
.bread .bread__inner li:after {/*>線設定*/
content: "";	
position: absolute;
right: 0px;
top: 2px;
width: 6px;
height: 6px;
transform: rotate(135deg);
border-left: 1px solid;/*>線太さ*/
border-top: 1px solid;/*>線太さ*/
border-color: #11a0ca;/*>線色*/
margin-top: 0.25rem;	
}
.bread .bread__inner li:last-child::after {
border: none;
}		

/*---新footer----------*/	
	
footer {
width: 100%;
margin: 0rem auto 0rem auto;	
overflow:hidden;	
} 
a:hover{
opacity:0.6;	
}	
.footer-contents{
max-width: 96%;
margin: 0rem auto 0rem auto;
padding: 0rem;	
}
.footer-contents h3 {
color: #333;	
font-size: 1.3rem;
line-height: 2rem;
margin: 0rem auto 0rem auto;
text-align: center;	
}	
.bg-g .footer-contents .selfcheck {
margin: 0rem auto 0rem auto;
text-align: center;
}	
.selfcheck img{
width: 90%;
margin: 0rem auto 1rem auto;
text-align: center;
}		
		
/*menu--------------------------------*/	
.footer-menu{
width: 100%;
margin: 0rem auto 2rem auto;
}		
.footer-menu h3 {
color: #333;	
font-size: 1.3rem;
line-height: 2rem;
margin: 0rem auto 0rem auto;
text-align: center;	
}	
hr.ft{
width: 80%;
margin:0.25rem auto 0.5rem auto;
}		
 .footer-menu ul {/*フッター　メニュー　文字*/
color:#333;	
margin: 0 auto 0.75rem auto;
padding: 0;	 
text-align: center;	 
}		
.footer-menu ul li a {/*フッター　メニュー　文字*/
color:#333;	
font-size: 1rem;
line-height: 2rem;
margin: 0 auto 0.75rem auto;
text-decoration: none;	
}	

	
/*AA-logo*/
.aa-logo ul li{
margin: 0rem auto 0rem auto;
width: 100%;	
}	
.aa-logo  img{
margin: 1rem auto 0rem auto;
width: 70%;	
}		

/*SNSリンク---------------------*/
.sns-link ul{
display: flex;
margin: 2rem auto 0rem auto;
}

.sns-link ul li img {
display:inline-flex;	
height: auto;
width:100%; /* 2列に設定 */
margin: 1rem auto 0rem auto;
	
}

/* 小画面(iPhone)対応 */
.sns-wrap {
flex-direction: column; /* ブロックを縦積みに */
align-items: center;
margin: 1rem auto 0rem auto;
}
.sns-link ul li {
margin: 0rem auto 0rem auto;
text-align: center;	
}
.sns-link ul li img {
margin: 0rem auto 0rem auto;
text-align: center;	
width: 70%;
max-width: 60px;
}



/*診療時間---------------------*/	
.time h3{
margin: 0rem auto 0rem auto;
padding: 0.1rem 0 0.1rem 0 ;	
text-align: center;	
background-color: #10589e; 	
border: solid 1px #10589e;
color: #fefef6;
font-size: 1.1rem;	
}		
.footer-contents .medical-hours{
width: 96%;	
margin: 0 auto 0rem auto;
}	
.time {
width: 96%;
margin: 0 auto 1rem auto;

border-collapse: collapse;
/* overflow-x: scroll;で、
スマホ画面幅に表が入りきらない場合は
横スクロールしてくれます */
}
.time tbody{
width: 100%;
	margin: 0 auto;  
	
}
/* １番上の線
.time th{
border-top: 1px solid  #225D88;
} */
  .footer-tbody,th,td{
	margin: 0 auto;  
  }

/* ２番目以降の線 */
.time th, .time td {
padding: 8px 6px 8px 6px;
text-align: center;
border-bottom: 1px solid #225D88;
font-size: 0.9rem;
white-space: nowrap;	
}
.time th .sun{
color:#e66a6a;
border: none;
}	
.sat{
color:#3db2da ;
border: none;
}
.sun{
color:#e66a6a;
border: none;
}	
.green{
color: #225D88;
border: none;
}
.none{
border: none;
}
li.ex {
font-weight: 500;
font-size: 0.75rem;
margin: -0.5rem auto 0 auto;
padding: 0rem 0rem 0rem 1.25rem;	
text-indent: -0.85rem	
}	
/*pay---------------------*/
.pay {
width: 96%;
margin: 2rem auto 0rem auto;	 
text-align: center;	
}	
.footer-contents .pay h3{
margin: 0rem auto 0.5rem auto;
padding: 0.1rem 0 0.1rem 0 ;	
text-align: center;	
background-color: #10589e; 	
border: solid 1px #10589e;
color: #fefef6;
font-size: 1.1rem;	
}	
.pay img{
width: 90%;
height: auto;
margin: 1rem auto 0rem auto;	 
text-align: center;	
}		
.pay p{
font-size: 0.9rem;	
margin: 0rem auto 1rem auto;	 
text-align: center;	
line-height: 1.25rem;	
}	

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

.area {
max-width: 100%;
margin: 0rem auto 3rem auto;
flex-wrap: wrap;
display: flex;
}	

.tab_class {
width: calc(100%/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: 0.9rem;	
padding: 0.5rem 0.15rem 0.5rem 0.15rem;
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;
}



	


	
	
/* ---------------- フッター固定ボタン ---------------- */
.footer-btn {
z-index: 1000;	
width: 100%;
max-width: 100%;	
height: auto;	
position: fixed;	
left: 0;
bottom: 0; 
margin: 0;
background-color: #fefef6;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
padding: 0.2rem 0rem 0.2rem 0rem;	
}

.footer-btn ul {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}

.footer-btn ul li {
width: 100%;
margin: 0;
padding: 0;
flex: 1 1 0;
display: flex;
justify-content: center;
align-items: center;
}

.footer-btn ul li a img {
width: 100%;      /* 余白を最小化して隙間をなくす */
max-width: none; /* 最大幅制限なしで均等に広げる */
height: auto;
flex-shrink: 0;
object-fit: contain;
margin: 0 0.01rem  0 -0.01rem;
padding: 2px 0 0 0;
border: solid 1.5px #fefef6;

}

/* ---------------- レスポンシブ ---------------- */
@media (max-width: 480px) {
.footer-btn ul li a img {
width: 100%;
margin: 0;
padding: 0;
}
.sns-wrap {
width: 100%;	
flex-direction: column;
align-items: center;
margin: 0;
padding: 0;
}
.sns-link {
flex: 1 1 100%;
margin: 0;
padding: 0;
}
.sns-link ul li img {
width: 80%;
margin: 0;
padding: 0;
}
}	
	
/*コピーライト
-------------------------------------*/
footer .copyright {
text-align: center;
margin: 0 auto 0rem auto;	
padding: 0.5rem 0 4.75rem 0;
background-color: #00589e;
}
footer .copyright a {
color: #fefef6;
font-size: 90%;	
text-decoration: none;
display: inline;
}
/*-----
.guidelines{
width: 96%;
margin: 0 auto 3rem auto;	
}	
.guidelines h4{
font-size: 1.2rem;
margin: 0 auto 0.5rem auto;	
text-align: center;	
}	
.guidelines p{
margin: 0 auto 0rem auto;	
font-size: 0.9rem;	
text-align: left;
text-align: justify;	
}		
.guidelines li{
margin: 0 auto 0rem auto;	
font-size: 0.9rem;	
line-height: 1.5rem;
text-align: left;
font-weight: 600;
color: #ff6464;	
}		
-----*/
	
/*---------------------------------*/	
footer-b{
bottom: 0;
left: 0;	
width: 100%;
margin: 5rem 0 6% 0;	
}

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

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