@charset "utf-8";
/* CSS Document */

/*　ページ全体の設定　*/

* {
 box-sizing: border-box;
}

body {
    text-size-adjust:none;
    margin: 0;
    font-family: sans-serif;
}

/*　ヘッダーブロック　*/
header {
    padding: 15px 35px;
    background-color: #ffb200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .005em;
    text-align: left;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
	z-index: 1;
    display: none;
	position:fixed;
}


.header-container ul {
    margin: 0;
    padding: 0;
}

.header-container li {
    display: inline-block;
    text-decoration: none;
    margin: 0;
}

.header-add {
    font-size: 0.7em;
    text-align:left;
}

 a {
    text-decoration: none;
    outline: none;
    color: #fff;
}
a:hover {
    opacity: 0.8;
}


.header-container i {
    padding-left: 0.em;
}



/*　「コンテンツ」ブロック　*/
.contents {
    background-color: #ffffdb;   
    padding: 40px 15px; 
}

/*　記　事　*/
article {
    background-color: #ffffff;
    padding: 20px;
    text-align: left;
}

h1 {
    font-size: 30px;
}

/*　画像　*/
img {
    width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

/*　投稿日　*/
time {
    color: #666666;
    display: block;
    margin-bottom: 15px;
}

/*　フォントウォンサム　*/
h2 i {
    font-size: 28px;
    margin-right: 5px;
}

h2 {
    color: #7F7F7F;
    text-align: center;
    font-weight: normal;
}

.color-mid-gray {
    font-size: 1.4em;
    color: #ffb200;
    width: 100%;
    height: 40px;
    background: #fffbed;
    text-align: center;
    line-height: 20px;
    background-repeat: no-repeat;
    margin: 0 auto 0 auto;
    border-bottom: solid 2.6px orange;
    
}



/*　「フッター」ブロック　*/
footer {
    background-color: #ffb200;
    padding: 25px 15px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: auto;
}

.footer-nav {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
} 

.footer-nav li {
    display:block;
    text-decoration: none;
    list-style: none;
    width: 90%;
    height: 40px;
    border-bottom: dotted 2px #FCFCFC;
    text-align: left;
    vertical-align: middle;
    padding: 10px 0 0 30px;
    font-weight: bolder;

}

.footer-nav ul {
    margin: 0;
    padding: 0;
}

.footer-nav li a:hover {
    color: #FFEF5D;
}

.footer-nav li:nth-child(1){
    border-bottom: solid 2px #FCFCFC;
    font-size: 1.6em;
    font-weight: lighter;
}

.footer-nav li:last-child{
    margin-bottom: 50px!important;
    border-bottom: dotted 2px #FCFCFC;
}

.credit {
    font-size: 0.8em;
    text-align: center;
    background: #414141;
    color: #FFFFFF;
}
/*　トップページ：ヒーローイメージ　*/
.cover {
    padding-top: 0;
}


.header-img {
    background-image:url("../images/common/header-01.png");
    background-size: cover;
    height: 150px;
    background-position: center;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;   /* //　ここ大事　// */　
    align-items: center;
    flex-direction:column;  
    text-align: center;
    position: relative;
    z-index: -2;
}

.header-img h1 img {
    width: 43%;
    height: auto;
    position: absolute;
    top: 10px;
    left:20px;
    z-index: -1;
    
}
.header-img p {
    font-size: 1.4em;
    font-weight:normal;
/*    text-shadow: black 1px 1px 5px,black -1px 1px 5px,black 1px -1px 5px,black -1px -1px 5px;*/
    margin-top: 0;
    position: absolute;
    top: 97px;
    left:30px;
    color: #01349f;
}


/*　「PC・スマホ」改行設定　*/
.br-pc { display:none; }
.br-sp { display:block; }


.toppost {
    padding: 15px;
}

.toppost div {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.toppost article {
    padding: 0;
    width: 48%;
    flex: none;
}

.toppost article:not(:nth-last-child(-n+2)){
    margin-bottom: 12px;    
}

.toppost h3 {
    margin: 0;
    font-size: 14px;
    color: #7E7E7E;
    text-align: center;
}

.toppost a:hover {
    opacity: 0.8;
}

h2 {
  position: relative;
  padding: 0.2em;
  background: #FFCD1E;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px  #d6ab00;
  letter-spacing: .1em;
}

h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 25px rgb(196, 172, 75);
}

.container {
  width: 90%;
  margin: 0 auto;
}

.header-container {
  width: 100%;
  margin: 0 auto;
}

.container.cover{
    width: 100%;
}

.wrapper > section {
    margin: 30px 0 50px 0;
}

.infomation {
    background: #F7F7F7;
    height: 350px;
    overflow: hidden;
}

.clinic-add h5 {
    color: #777777;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    margin: 0;
}


.header-gazou {
    background-image: url("../images/page/shinryou/ryokunai-top.jpg");
    background-size:cover;
    background-position: left bottom;
    height: 200px;
    margin-top: 10px;
}



.pc-img { display: none !important; }
.sp-img { display: block !important; }

/*　======= 診療ページ =======　*/

.shinryo-jikan {
    width: 95%;
    margin: 0 auto;
}

.shinryo-off{
    padding-top: 2%;
}

h6.small-mid {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ffb200;/*文字色*/
  border-top: dotted 1px orange;
  border-bottom: dotted 1px orange;
  background: #FFFBED;
  font-size: 1.2em;
  margin: 0 auto;
}

h6.small-mid:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #ffb200; /*アイコン色*/
}

table {
  border: 1px solid #BDBDBD;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 3px;
  margin:0;
}
table thead th,
table tbody th,
table tbody td {
  padding: .2em .3em;
  border-bottom: 1px solid #aaa;
}
table thead th {
  background-color: #FF9600;
  font-weight: bold;
  color: #fff;
}
table tbody th {
  background-color: #F1F1F1;
}
table thead th + th,
table tbody td {
  border-left: none;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}
table thead tr:first-child th:first-child {
  border-radius: 3px 0 0 0;
}
table thead tr:first-child th:last-child {
  border-radius: 0 3px 0 0;
}
table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 3px;
}
table tbody tr:last-child th:last-child {
  border-radius: 0 0 3px 0;
}

th.am-pm {
    font-size: .75em;
    font-weight: lighter;
}

.shinryo-shujutu section  {
    width: 100%;
}

section.treat {
    padding-bottom: 50px;
  }

/*　======= 診療ページ END =======　*/


/*　======= returnボタン =======　*/
#pageTop {
  position: fixed;
  bottom: 3px;
  right: 20px;
}

#pageTop i {
  padding-top: 0px;
  padding-bottom: 20px;
}

#pageTop a {
  display: block;
  z-index: 30;
  padding:5px 5px 0 5px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #5F5F5F;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#hakunai {
   margin-top:-130px;
  padding-top:130px;    
}
    
/*#shujutsu {
   margin-top:-130px;
  padding-top:130px;    
}*/
    
#ryokunai {
   margin-top:-130px;
  padding-top:130px;    
}

/*　======= returnボタン　END =======　*/
 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.main-nav {
	display:none;
}

/*　======= フッタークレジット =======　*/
.fn-2 dl {
    text-align: left;
    line-height: 1.5;
}

.fn-2 dd.header-tel {
    font-size: 1.8em;
}

.fn-2 img {
    max-width: 180px;
}

section p, section li {
    line-height: 1.6em;
}



/*　======= PC版（大）の設定ここまで =======　*/


/*====================
{{スマホを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/

/* 〜350px以下：旧SP 縦
------------------------------ */
@media (max-width: 360px){ 
.header-img p {
    font-size: 1.3em;
    top: 100px;
} 
} /*-- END --*/


/* 〜700px以下： メインナビ消す
------------------------------ */
@media (max-width: 700px){ 



} /*-- END --*/



/* 600px以上　タブレット：PC
------------------------------ */
@media (min-width: 600px){    

/* PC版：トップページ：ヒーローイメージ  */
    
.header-img h1 {
    font-size: 32px;    
    } 
    
.header-img h1 img {
    width: 35%;
    height: auto;
    position: absolute;
    top: 15px;
    left:25px;
    
}  

.header-img p {
    font-size: 1.8em;
    font-weight:normal;
    margin-top: 0;
    position: absolute;
    top: 125px;
    text-align: center;
}
    
    
.header-img {
    height: 190px;
	top: 0;
    margin-bottom: 50px;
}
	
.clinic-add h5 {
    text-align: left;
    padding-left: 1.5em;
}

/* PC版：トップページ：4項目  */ 
.toppost article {
    width: 23%;        
    }   
    
.toppost article:not(:nth-child(-n+2)){
    margin-bottom: 0;    
}

header p {
    display: inline;
    text-align: left;
    }

header a {
    margin: 0px;
    }
 
span {display: inline-block;}

.zdo_drawer_menu {
    display: none;
    }
    

 
header {
	display: block;
    }
    
.main-nav {
	display:block;
}
    
.ns-flex {
    display: flex;
    flex-wrap: wrap;
}

.chiryou-img {
    width: 100%;
}

.chiryou-img article {
    width: 45%;
    float: left;
    padding-left: 10%;
}
    
.chiryou-text {
    width: 95%;
    padding-left: 0%
}  
	



.header-gazou {
    height: 130px;
}

.nav-wrap {
    background: #FFC687;
}
 
/*　診療時間 　*/   

.shinryo-jikan {
    height: 400px;
}

.shinryo-jikan section{
    float: left;
}
    
.shinryo-week {
width: 59%;
padding-left: 2%;
padding-right: 4%;
}
    
.shinryo-off {
width: 33%;   
padding: 2% 0 0 0;
}

.shinryo-off p {
padding-left:5%;
}
    
table {
  border: 1px solid #BDBDBD;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 3px;
  margin:0;
}
table thead th,
table tbody th,
table tbody td {
  padding: 1em 1.3em;
  border-bottom: 1px solid #aaa;
}
table thead th {
  background-color: #FF9600;
  font-weight: bold;
  color: #fff;
}
table tbody th {
  background-color: #F1F1F1;
}
table thead th + th,
table tbody td {
  border-left: none;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}
table thead tr:first-child th:first-child {
  border-radius: 3px 0 0 0;
}
table thead tr:first-child th:last-child {
  border-radius: 0 3px 0 0;
}
table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 3px;
}
table tbody tr:last-child th:last-child {
  border-radius: 0 0 3px 0;
}

th.am-pm {
    font-size: 1em;
    font-weight: lighter;
}    
 
.shinryo-shujutu section  {
    padding-bottom: 30px;
    width: 95%;
}

.chiryou-text ul {
    padding-left: 7%
}

.shinryo-shujutu section p {
    padding-left: 5%;
    font-size: 1.2em;
    line-height: 1.6em;
}
    
.shinryo-shujutu section ul {
        padding-left: 7%;
}

.shinryo-shujutu section li {
    font-size: 1.2em;
    line-height: 1.6em;
}

    
.shinryo-sejutsu p {
    width: 40%;
    float: left;
}
    
.shinryo-sejutsu img {
    width: 60%;
    float: right;
    padding-left: 2%;
    padding-top: 20px;
}

.shinryo-shiya img {
    width: 45%;
    float: right;
    padding-left: 2%;
    padding-top: 20px;
  }
    
section.treat {
    padding-bottom: 100px;
  }

    
#hakunai {
   margin-top:-130px;
  padding-top:130px;    
}
    
#shujutsu {
  margin-top:-135px;
  padding-top:135px;    
}
    
#ryokunai {
   margin-top:-120px;
  padding-top:120px;    
}    
    
}  /*-- END --*/   

/* 568px〜767px：SP横
------------------------------ */
@media screen and (min-width:568px) and (max-width:767px) { 

.header-img h1 img {
    width: 28%;
}    
    
} /*-- END --*/  
    
	
}  /*-- END --*/   

/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) { 

.header-img h1 img {
    width: 30%;
}    
    
} /*-- END --*/

/* 768px以上　iPad 縦
------------------------------ */
@media(min-width:768px){
    
.header-img {
    height: 240px;
}
    
.header-img p{
    margin-top: 36px;
}
    
.header-gazou {
    height: 130px;
}
    
}  /*-- END --*/   

/* 960px以上　タブレット横：PC
------------------------------ */

@media(min-width:960px){
 
.illust-map{
    width: 45%;
    margin-left: 5%;
}
    
.access-text {
    width: 45%;
    margin-left: 5%;
    
} 
    
.header-img h1 img {
    width: 28%;
}
   
} /*-- END --*/ 

/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) { 

.header-img h1 img{
    width: 30%;
}    
} /*-- END --*/

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
/*　PC版「コンテンツ」ブロック　*/
#top .hero p {
    font-size: 2em;
    top: 400px;
    left:150px;
} 

h1 {
    font-size: 40px;
}

p {
    font-size: 18px;
}
    
 header {
    padding: 0 5px 0 2px;
    }   

 header {
    padding:15px 5px 15px 2px;
    }     
    
.pc-img { display: block !important; }
.sp-img { display: none !important; }    

/*-- 診療時間 --*/
table thead th,
table tbody th,
table tbody td {
  padding: .8em 1.3em;
  border-bottom: 1px solid #aaa;
}  
    
.shinryo-jikan {
height: 500px;
}
.shinryo-week {
width: 100%;

}
    
.shinryo-off {
width: 100%;
}

.shinryo-sejutsu p {
    width: 100%;
    float: left;
}
    
.shinryo-sejutsu img {
    width: 95%;
    float: right;
    padding-left: 2%;
    padding-top: 20px;
}

} /*-- END --*/

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {

#top .hero p {
    font-size: 1.8em;
    top: 380px;
    left:120px;
} 
    
/*　「スマホ・PC」改行設定　*/
.br-pc { display:block; }
.br-sp { display:none; }
  

    
    
.header-container .header-add {
    padding: 0;
  } 

.fn-1 {
    width: 45%;
    float: left;
}
    
.fn-2 {
    width: 45%;
    float: right;
}  

.footer-nav {
    overflow: auto;
    }    
    
.shinryo-week {
width: 100%;
}
    
.shinryo-off {
width: 100%;
} 
    
.shinryo-jikan {
    height: 500px;
}
   
.color-mid-gray {
    font-size: 1.4em;
    padding-left: 2em;
    color: #ffb200;
    width: 95%;
    height: 60px;
    background:#fffbed;
    text-align: left;
    line-height: 40px;
    background-image:url("../images/page/shinryou/takahashi-mark.png");
    background-position: left 100% top 30%;
    background-repeat: no-repeat;
    border-bottom: solid 2.6px orange;
    
}
 
 
    
h6.small-mid {
  margin: 0 0 0 1em;
}
    
} /*-- END --*/

/* 1280px〜：大型PC
------------------------------ */
@media screen and (min-width:1280px) {
      
    

/*　「スマホ・PC」改行設定　*/
.br-pc { display:block; }
.br-sp { display:none; }


#top .hero p {
    font-size: 1.8em;
    top: 380px;
    left:150px;
} 



.container {
    max-width: 1200px;
    }

.header-container {
    max-width: 1200px;
    }
    
.header-container .header-add {
    padding: 0 2em 0 27em;
  } 
    


.fn-1 {
    width: 45%;
    float: left;
}
    
.fn-2 {
    width: 45%;
    float: right;
}  

.footer-nav {
    clear: both;
    overflow: auto;
    }  
    
.color-mid-gray {
    font-size: 1.4em;
    padding-left: 2em;
    color:#ffb200;
    width: 95%;
    height: 60px;
    background:#fffbed;
    text-align: left;
    line-height: 40px;
    background-image:url("../images/page/shinryou/takahashi-mark.png");
    background-position: left 100% top 30%;
    background-repeat: no-repeat;
    border-bottom: solid 2.6px orange;
}


    
    
h6.small-mid {
  margin: 0 0 0 2em;
}
  
.header-img {
  height: 320px;
}  
.header-img h1 img {
    top: 30px;
}
.header-img p {
    margin-top: 100px;
}    
} /*-- END --*/
