@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');*/


/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

a:link {
  color: #206fe4;
}

a:visited {
  color: #206fe4;
}

/*
a:visited { color: #380dd5; }
#breadcrumb a:visited { color: #206fe4; }
*/
a:hover {}

a:active {}


.img-yoko {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
}

.img-yoko figure {
  display: block;
  margin: 10px 0 !important;
}

.img-yoko figure img {
  display: block;
  margin: 0 auto;
  width: 300px;
}


figcaption {
  text-align: center;
}


.sp {
  display: none;
}

@media only screen and (max-width: 500px) {
  .sp {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}


/*バナーエリア*/

.block_bnr {
  display: flex;
  justify-content: center;
}

.block_bnr a {
  margin: 50px 20px;
}

@media only screen and (max-width: 768px) {
  .block_bnr {
    display: block;
    margin-top: 50px;
  }

  .block_bnr a {
    width: 100%;
    margin: 20px 0;
    display: block;
    text-align: center;
  }
}


/*パンくず*/

#breadcrumbWrap ol {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0 0;
  padding: 10px 0 10px;
  display: -ms-flexbox;
  display: flex;
}

#breadcrumbWrap ol li:first-child::before {
  display: none;
}

#breadcrumbWrap ol li::before {
  padding: 0 5px 0 0;
  content: "＞";
  font-size: 10px;
}

#breadcrumbWrap br {
  display: none;
}

#breadcrumbWrap ol li {
  border: none;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
  border: none;
}

@media screen and (min-width: 768px) {
  #breadcrumbWrap ol {
    width: 1320px;
    justify-content: start;
    margin: 0 auto;
    overflow-x: inherit;
    padding: 0 8px 2px;
  }

  #breadcrumbWrap ol>li {
    font-size: 14px;
    width: auto;
    flex-basis: auto;
    padding: 10px 5px;
    white-space: nowrap
  }

  #breadcrumbWrap ol>li {
    min-width: inherit;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 1098px) {
  #breadcrumbWrap ol {
    justify-content: start;
  }
}

#breadcrumbWrap ol>li:first-child {
  border-radius: 20px 0 0 20px;
  padding-left: 0;
}


/*---------------------------------------
breadcrumb    
---------------------------------------*/


/*
#breadcrumb {
  display: flex;
  margin: 8px auto 20px;
  width: 1300px;
  color: #666666;
}

#breadcrumb span {
  padding: 0 5px;
  font-size: 14px;
}

#breadcrumb li {
  color: #666;
  line-height: 1;
}

#breadcrumb a {
  color: #5a8fe5;
}

@media only screen and (max-width: 1300px) {
  #breadcrumb {
    width: 100%;
    margin: 5px auto 5px;

  }
}
*/




html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
header,
hgroup,
section,
article,
aside,
hgroup,
footer,
figure,
figcaption,
nav {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

body {
  /*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;

  /*font-family:  'Noto Sans JP', sans-serif;*/
}

body.page ol,
body.page ul {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  list-style: none;
}

body.single #breadcrumb {
  border-top: 1px solid #4ca679;
  padding-top: 15px;
}

body.single #main ul {
  margin: 35px 0;
  padding-left: 40px;
  list-style-type: disc;
}

body.single #main ul.singleNav {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 35px;
}

body.single #main ul.main_sns {
  list-style-type: none;
}

body.single #main ul.singleNav .all {
  margin: 0 100px;
}

.kome {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em;
}

.kome li {
  text-indent: -1.5em;
}

@media only screen and (max-width: 768px) {
  body.single #main ul.singleNav .all {
    margin: 0 10px;
  }
}

.singleNav a {
  color: #4ca679;
}

body.single #main ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

body.single #main ul.tabmenu {
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}




article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto !important;
}

ul,
ol {
  list-style: none;
}

table {
  /*border-spacing: 0;*/
  empty-cells: show;
  border-collapse: collapse;
}

th,
td {
  padding: 5px;
}

body.single table {
  border: 1px solid #ccc;
}

body.single th,
body.single td {
  border: 1px solid #ccc;
  padding: 5px;
}

a:link {
  text-decoration: none;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.8;
  word-wrap: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p {
  color: #000000;
}

.bold {}

.f14px{font-size: 14px;}
.f12px{font-size: 12px;}

.mt20 {
  margin-top: 20px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.col40 {
  width: 40%;
}

.col46 {
  width: 46%;
}

.col48 {
  width: 48%;
}

.col80 {
  width: 80%;
}

.col82 {
  width: 82%;
}

.sp-show {
  display: none;
}

.block_flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.block_flex_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.block_flex_list li {
  margin-right: 10px;
  margin-left: 10px;
}

.list_col li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.col48 {
  width: 48%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }

  .col82 {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .block_flex_list li {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 350px) {
  .block_flex {
    display: block;
  }

  .col48 {
    width: 100%;
  }
}

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2
}

#page-top img {
  max-height: 50px;
  width: auto
}

#page-top img:hover {}


/*---------------------------------------
header    
---------------------------------------*/

#headerLogo {
  width: 230px;

}
@media only screen and (max-width: 450px) {
#headerLogo {
width: 150px;
}
}


#headerLogo img {
  width: 100%;
}

.header_top {
  background-color: #4ca679;
}

.header_top ul {
  width: 890px;
  padding: 5px 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.header_top ul a {
  color: #fff;
  line-height: 1;
  padding: 0 10px;
}

.header_top ul li:first-child a:before {
  content: "";
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  border-left: solid 1px #fff;
  padding-right: 20px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.header_top ul a:after {
  content: "";
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  border-right: solid 1px #fff;
  padding-left: 20px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

#headerIn {
  display: flex;
  width: 890px;
  margin: 15px auto 30px;
  justify-content: space-between;
}

.header_inner {
  display: flex;
}

#headerTxt {
  margin-left: 10px;
}

#headerTel {
  color: #4ca679;
  font-size: 15px;
  line-height: 1.4;
  margin-left: 15px;
  margin-top: -2px;
}

#headerTel span {
  line-height: 1.0;
}

#headerTel a {
  color: #4ca679;
  font-size: 32px;
  line-height: 1.0;
}

#headerTel.sp {
  display: none;
}

#headerTelIcon {
  display: none;
}

.snav {
  display: flex;
  margin-left: auto;
}

.snav li {
  padding: 0 15px;
}

.gnav {
  display: flex;
  justify-content: space-around;
  color: #4ca679;
  width: 900px;
  margin: 0 auto 10px;
}

.gnav a {
  height: 100%;
  color: #4ca679;
  font-size: 18px;
  text-align: center;
  padding: 0;
  display: block;
  border-left: 1px solid #eee;
  line-height: 1.2;
}

.gnav li:last-child a {
  border-right: 1px solid #eee;
}

.gnav span.line01 {
  display: block;
  font-size: 14px;
  border-top: 1px solid #4ca679;
  padding: 5px 10px 0;
  width: 60%;
  text-align: center;
  margin: 0 auto 0;
  line-height: 1.2;
}

.gnav .menu_list {
  width: 33%;
}

.sub_header {
  background-color: #4ca679;
  background-image: url(../image/bg_pt01.png);
  padding: 30px;
  text-align: center;
  margin-top: 10px;
}


/*
.sub_header h1 {
  color: #fff;
  font-size: 30px;
}
*/

.sub_header h2 {
  color: #fff;
  font-size: 30px;
}

#accordion,
#accordion2,
#accordion3,
#accordion4 {
  margin-bottom: 10px;
}


/*20231226*/

#sub h3 {
  pointer-events: none;
}

@media only screen and (max-width: 1300px) {
  #sub h3 {
    pointer-events: auto;
  }
}

@media only screen and (max-width: 850px) {
  .sub_header {
    padding: 15px;
  }

  /*
  .sub_header h1{
    font-size: 20px;
  }
  */
  .sub_header h2 {
    font-size: 20px;
  }

  #contents h3 {
    font-size: 30px;
  }
}

#header .recruit{
width: 80px;
     height:50px;
  display:table;
  text-align:center;
}
#header .recruit p{
  display:table-cell;
  vertical-align:middle;
  border-radius: 6px;
    background: #50b54d;
    line-height: 1;
    text-align: left;
    
padding: 10px;
}
#header .recruit p a{
  color: #ffffff;
   font-size: 14px;
   width: 100%;
     height:50px;
}

@media only screen and (max-width: 960px) {

#header .recruit{
width: 65px;
}

#header .recruit p{
padding: 5px;
}
#header .recruit p a{
font-size: 12px;
}

}
@media only screen and (max-width: 600px) {
#header .recruit{
width: 70px;
     height:46px;
margin-right: 10px;
}

#header .recruit p{
padding:0 0 0 4px;
}

#header .recruit p a{

}
}
/*---------------------------------------
contents    
---------------------------------------*/

#contents {
  width: 1350px;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  flex-direction: row-reverse;
}


/*
#contents h3 {
  font-size: 36px;
  color: #4ca679;
  line-height: 1;
}
*/

#contents h1 {
  font-size: 36px;
  color: #4ca679;
  line-height: 1;
}

#contents .en {
  font-family: "Arial", "メイリオ";
  font-size: 14px;
  color: #4ca679;
  margin-bottom: 0;
}

.block_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4ca679;
}

.main_sns {
  display: flex;
  justify-content: flex-end;
}

.main_sns li {
  margin: 0 5px;
}

@media only screen and (max-width: 1300px) {
  #contents {
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .header_top ul {
    width: 100%;
    justify-content: flex-start;
  }

  .header_top ul a {
    padding: 0 5px;
    font-size: 0.6em;
  }

  .header_top ul a::after {
    padding-left: 15px;
  }

  .block_title {
    display: block;
  }

  .main_sns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 10px;
  }

  .main_sns li {
    max-width: 100px;
  }
}

@media only screen and (max-width: 850px) {
  .header_top ul li:first-child a::before {
    padding-left: 5px;
    padding-right: 0;
    height: 0;
  }

  .header_top ul li:last-child a:after {
    border-right: none;
  }

  .header_top ul a {
    padding: 0 3px;
    font-size: 0.75em;
  }

  .header_top ul a::after {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 850px) {

  /*
#contents h3{
  font-size: 30px;
}
*/
  #contents h1 {
    font-size: 30px;
  }
}


/*---------------------------------------
sub    
---------------------------------------*/
#sub {
  width: 270px;
}

#sub h3 {
  font-size: 20px;
  padding: 18px;
  color: #fff;
  background-color: #4ca679;
  line-height: 1.3;
}

#sub ul li {
  font-size: 18px;
  padding: 10px 15px;
  color: #4ca679;
  padding-bottom: dotted 0.3px #666;
  border-bottom: 1px dashed #666;
  line-height: 1.3;
  /*text-indent: -12px;
  padding-left: 26px;
  */
}

#sub ul li a {
  color: #4ca679;
}

.title {
  pointer-events: none;
}

.toggle {
  display: block;
  margin-bottom: 30px;
}


@media screen and (min-width: 1300px) {
  /*
    .title{pointer-events: all;}    
    .toggle{display: block;}
  */
}

@media screen and (max-width: 1300px) {
  .toggle {
    display: none;
    margin-bottom: 0;
  }

  .title {
    pointer-events: all;
  }

  .title {
    position: relative;
    font-size: 18px;
    border: 1px solid #b9b9b9;
    padding: 20px 10px;
    margin-bottom: 1px;
    line-height: 1.75em;
  }

  h3.title:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    vertical-align: bottom;
  }

  h3.title.active::after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: 900;
  }

  /*
#sub ul.toggle li:last-child{
border-bottom: none !important;
}
*/
}



/*---------------------------------------
main    
---------------------------------------*/

#main {
  width: 1000px;
}

#main.col1 {
  width: 100%;
}


/*---------------------------------------
タブ  
---------------------------------------*/

.tab-group {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-top: 1px;
  margin-bottom: 30px;
}

.tab {
  position: relative;
  flex-grow: 1;
  width: 100%;
  padding: 5px;
  list-style: none;
  color: #fff;
  border: solid 1px #CCC;
  text-align: center;
  cursor: pointer;
  align-items: center;
  margin: 0 auto;
  background-color: #50b54d;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 56px;
}

.tab.is-active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: calc(50% - 7px);
  border-style: solid;
  border-width: 10px 7px 0;
  border-color: #4ca679 transparent transparent;
}

.panel-group {
  border-top: none;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #4ca679;
  color: #FFF;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

.tab a {
  display: inline-grid;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1.4;
}

.br_sp_tab {
  display: none;
}


/*コンテンツ内見出し*/

body.single #main h1 {
  font-size: 24px;
  color: #4ca679;
  border-bottom: 2px solid #4ca679;
  line-height: 1.4;
  margin: 15px 0 20px;
  padding: 0 0 5px 0;
  /*
  font-size: 24px;
  color: #4ca679;
  line-height: 1.4;
  padding-left: 40px;
  margin: 15px 0 30px;
  background-image: url(../image/img_tith4.png);
  background-repeat: no-repeat;
  background-position: left top 2px;
 
  background-size: 30px;
*/
}




#main h2 {
  font-size: 24px;
  color: #4ca679;
  padding-left: 40px;
  margin: 30px 0;
  background-image: url(../image/img_tith4.png);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.5;
}

#main h3 {
  font-size: 18px;
  border-radius: 10px;
  background-color: #00a051;
  padding: 10px;
  color: #ffffff;
  margin: 30px 0;
  line-height: 1.3;
}

#main h3.main_h3_02 {
  color: #00a051;
}

#main h4 {
  font-size: 18px;
  color: #00a051;
  border-bottom: 1px solid #00a051;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  line-height: 1.3;
}

#main h4.main_h4_02 {
  font-size: 18px;
  font-weight: bold;
  color: #00a051;
  border-bottom: 1px solid #00a051;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  line-height: 1.3;
}

#main h5 {}

@media only screen and (max-width: 768px) {
  body.single #main h1 {
    font-size: 21px;
  }

  #main h2 {
    font-size: 21px;
  }


}




#main p.main_tit {
  font-size: 24px;
  line-height: 1.3;
  color: #00a051;
  margin-bottom: 30px
}

#main p {
  margin-bottom: 20px;
}

#main ul.list_news p {
  margin-bottom: 0px;
}

.txt_link {
  display: block;
}

.txt_link a {
  color: #5a8fe5;
}

/*----------------------------------------------
  トップページ
----------------------------------------------*/
#home iframe {
  margin: 0;
}

/*----------------------------------------------
  医師紹介
----------------------------------------------*/

#main .box_movie01 {
  text-align: center;
  margin: 45px auto 50px;
}

.member {
  width: 800px;
  max-width: 100%;
  margin: 30px auto 80px;
  background-color: #f0faf5;
  padding: 35px;
}

.member p {
  margin: 0;
}

.member p.department {
  font-size: 18px;
  text-align: center;
  margin: 0 !important;
}

.member p.name {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px !important;
  line-height: 1.3;
}

.box_msg {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 5px;
}

.member .icon_txt {
  display: inline-block;
  background-color: #4ca679;
  color: #fff;
  padding: 5px 10px;
}

.member .img_zayuu {
  display: inline-block;
}

.member .m_img {
  display: block;
  margin: 0 auto 10px;
}

footer#footer ul {
  display: flex;
  justify-content: center;
  margin: 10px 0 15px;
  border-bottom: 2px solid #4ca679;
  padding-bottom: 10px;
}

footer#footer ul a {
  color: #4ca679;
  padding: 5px 0;
  margin-bottom: 10px;
  margin-right: 0;
}

footer#footer ul a:after {
  content: "│";
  color: #4ca679;
}

footer#footer ul li:last-child a:after {
  display: none;
}

.block_hosinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.box_reception01 {
  width: 300px;
}

.box_reception01 p {
  font-size: 17px;
  color: #4ca679;
  margin: 5px 0;
}

.f_logo img {
  margin: 0 5px;
}

.box_reception02 {
  width: 400px;
  font-size: 18px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #4ca679;
}

.box_reception_tel {
  font-size: 18px;
  color: #4ca679;
}

.box_reception_tel a {
  font-size: 24px;
  color: #4ca679;
}

.box_reception_time {
  font-size: 18px;
  color: #4ca679;
  border-top: 1px solid #4ca679;
  padding: 5px 0 0;
  margin-top: 5px;
}

footer {
  margin-top: 100px;
}

footer#footer #copy {
  text-align: center;
  background-color: #4ca679;
  margin-top: 10px;
  color: #fff;
}

@media only screen and (max-width: 1300px) {
  .gnav {
    width: 100%;
  }

  .gnav a {
    font-size: 16px;
    height: 100%;
  }

  #contents {
    width: 100%;
    display: block;
    padding: 10px;
  }

  #main {
    width: 100%;
  }

  #sub {
    width: 100%;
    margin-top: 50px;
  }

  #sub ul:last-child {
    margin-bottom: 0;
  }

  .member {
    width: 100%;
  }

  .tab {
    /* font-size: 0.6em;*/
  }

  footer {
    margin-top: 10px;
  }

  footer#footer ul {
    margin: 10px 0 0;
    padding-bottom: 0;
    border: 0.5px solid #ccc;
  }

  footer#footer ul li {
    width: 50%;
    border: 0.5px solid #ccc;
  }

  footer#footer ul {
    flex-wrap: wrap;
    justify-content: left;
    border: none;
  }

  footer#footer ul a:after {
    display: none;
  }

  footer#footer ul a {
    color: #4ca679;
    padding: 5px 5px 5px 5px;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    text-align: center;
  }

  .box_reception_tel a {
    font-size: 24px;
    color: #4ca679;
    display: block;
    line-height: 1;
  }

  .block_hosinfo {
    display: block;
    margin-top: 20px;
  }

  .box_reception01 {
    width: 100%;
    text-align: center;
  }

  .box_reception02 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  body.single #main ul.singleNav {
    padding-left: 0;
  }
}

@media only screen and (max-width: 960px) {
  #headerTel.pc {
    /* display: none;*/
  }

  #headerTel.sp {
    display: block;
  }

  #headerIn {
    width: 100%;
  }

  #headerIn {
    margin: 15px 0 15px;
    padding: 0 5px;
  }

  .header_inner {
    /*width: 200px;*/
    width: 75%;
  }

  .snav {
    width: 25%;
  }

  #headerTel.sp {
    width: 35%;
    margin: 0;
  }

  .snav li {
    padding: 0 5px;
  }

  #headerTel a {
    font-size: 4.5vw;
  }

  /*#headerIn img {
    width: 70%;
    max-width: 300px;
    text-align: center;
    margin: 0;
    display: block;
  }
  .header_inner {
    display: flex;
    justify-content: space-between;
  }
  #headerLogo {
    width: 300px;
    margin-bottom: 0;
  }
  #headerTel {
    text-align: right;
    width: 300px;
    padding: 0 10px 0 0;
    margin: 0 0 10px;
    line-height: 1;
  }
*/
  #headerTel span {
    text-align: left;
  }

  .snav {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    text-align: center;
  }

  .snav li {
    width: 50px;
    padding: 0;
  }

  .gnav span.line01 {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  #headerIn .snav {
    display: none;
  }

  #headerTel {
    display: none;
  }

  #headerTelIcon {
    display: block;
    width: 50px;
  }

  #headerIn {
    margin: 15px 0 15px;
    padding: 0 70px 0 5px;
  }
}

@media only screen and (max-width: 540px) {
  .sp-no {
    display: none !important
  }
}

@media only screen and (max-width: 450px) {
  #headerIn {
    margin: 15px 0 15px;
  }

  #headerLogo img {
    width: 100%;
  }

  #headerTel {
    width: 60%;
  }

  #headerTel {
    font-size: 4vw;
  }

  #headerTel a {
    color: #4ca679;
    font-size: 4.5vw;
    display: block;
  }

  #sub {
    margin-top: 20px;
  }

  .gnav a {
    font-size: 14px;
    height: 100%;

  }

  .gnav span.line01 {
    display: block;
    font-size: 11px;
    width: 90%;
    text-align: center;
    margin: 5px auto 0;
    line-height: 1.2;
  }

  .snav {
    justify-content: center;
  }

  .tab {
    padding: 5px 0;
    font-size: 0.7em;
  }

  .block_hosinfo {
    display: block;
    padding: 10px;
  }

  .snav li {
    width: 50px;
  }

  .tab a {
    line-height: 1.2;
  }

  .br_sp_tab {
    display: block;
  }

  .box_reception_time {
    font-size: 14px;
  }

  .singleNav a {
    color: #4ca679;
    font-size: 14px;
  }

  body.single #main ul.singleNav {
    padding-left: 0;
  }

  footer#footer #copy {
    font-size: 12px;
  }
}

@media only screen and (max-width: 450px) {
  .openbtn {
    width: 20vw;
  }

  .openbtn::after {
    font-size: 3vw;
    /*margin-left: 8vw;*/
  }

  .openbtn span {
    height: 2px;
  }
}

@media only screen and (max-width: 350px) {
  .header_top ul a {
    font-size: 0.7em;
  }

  .openbtn {
    width: 20vw;
  }

  .openbtn span:nth-of-type(1) {
    top: 10px;
  }

  .openbtn span:nth-of-type(2) {
    top: 15px;
  }

  .openbtn span:nth-of-type(3) {
    top: 20px;
  }

  .openbtn::after {
    content: "Menu";
    position: absolute;
    top: 7px;
    left: 0;
    color: #4ca679;
    font-size: 10px;
    /*margin-left: 8vw;*/
    text-transform: uppercase;
  }
}

table {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
}

.img_center {
  text-align: center;
  margin: 0 auto;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: right;
}

.align_cener {
  text-align: center;
}


/*外来医師担当表 テーブル*/

table#tb01 {
  min-width: 900px;
  table-layout: fixed;
  white-space: normal;
}

table#tb01 td p {
  font-size: 14px;
}

table#tb01 .col01 {
  width: 50px;
}

table#tb01 th,
table#tb01 td {
  text-align: left;
  padding: 5px;
}

table#tb01 th {
  background-color: #dd9357;
  background-color: #5fba4d;
  background-color: #72ce5f;
  color: #fff;
  text-align: center;
}

table#tb01 td {
  background-color: #fce8d6;
  background-color: #e7fee2;
  /*width: calc(100% / 6);*/
  vertical-align: top;
}

table#tb01 td p {
  margin-bottom: 0;
}

table#tb01 .row02 th {
  background-color: #ffb24d;
  background-color: #44b97b;
  color: #fff;
}

table#tb01 .row03 th {
  background-color: #bbf2d1;
  background-color: #fca93b;
  color: #fff;
}

table#tb01 tr.row03 td {
  background-color: #d7ffe5;
  background-color: #e7fee2;
  background-color: #fce8d6;
}

.txt_scroll {
  display: none;
}

.scroll_02 {
  overflow-x: scroll;
}

.txt_scroll_02 {
  display: block;
  margin: 0 auto 0;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.taisei_bikou {
  font-size: 14px;
}


/*休診・代診*/

.index_schedule {}

.index_schedule_sort {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 15px;
}

.index_schedule_sort li {
  margin: 0 20px 10px;
}

.index_schedule_sort a {
  display: block;
  text-align: center;
  position: relative;
  width: 250px;
  background-color: #50b54d;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
}

.index_schedule_sort a:before {
  position: absolute;
  content: "▶";
  font-size: 0.6em;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

ul.at_txt {
  font-size: 0.9em;
}

ul.at_txt li {
  padding-left: 1em;
  text-indent: -1em;
}

.at_txt a {
  /* color: #77a1e9; */
}


/*
-----------------------------------------
外来医師診療表　休診・代診タイトル
-----------------------------------------
*/

body.system #main h3,
body.closed #main h3 {
  font-size: 18px;
  border-radius: 10px;
  background-color: #00a051;
  padding: 10px;
  color: #ffffff;
  margin: 30px 0 0px;
}

body.system #main h4,
body.closed #main h4 {
  font-size: 18px;
  color: #00a051;
  border-top: 1px solid #00a051;
  border-bottom: 1px solid #00a051;
  margin: 15px 0 10px;
  padding: 5px 0;
}

body.system #main h4+p,
body.closed #main h4+p {
  margin-top: 15px;
}


/*休診・代診*/

.page_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px auto 55px;
}

.page_menu li {
  width: 23.5%;
  margin: 0 2.5px 5px;
  font-size: 14px;
}

.page_menu li a {
  background-color: #50b54d;
  color: #fff;
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 6px;
  position: relative;
}

.page_menu li a::before {
  position: absolute;
  content: "▶";
  font-size: 0.6em;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media only screen and (max-width: 480px) {
  .page_menu li {
    width: 32%;
    margin: 0 0.5% 5px;
    font-size: 11px;
  }

  .page_menu li a {
    padding: 5px;
    border-radius: 6px;
  }

  .page_menu li a::before {
    position: absolute;
    content: "";
    font-size: 0.6em;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

}

@media only screen and (max-width: 364px) {
  .page_menu li {
    font-size: 10px;
  }
}

.block_off {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}

.box_off {
  width: 32%;
  margin: 0.5%;
  padding: 20px;
  text-align: center;
  background-color: #d7eef4;
  justify-content: space-between;
}

.box_off p {
  margin-bottom: 5px !important;
}

.box_off p.tit {
  background-color: #5fbcd3;
  color: #fff;
  text-align: center;
  margin-bottom: 10px !important;
}

.box_off p.day {
  font-size: 1.2em;
}

.box_off p.icon.pm {
  background-color: #37c871;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
}

.box_off p.icon.am {
  background-color: #ffb24d;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
}

.box_off p.icon.ampm {
  background-color: #aaa;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
}

.box_off div.doctor {
  display: flex;
  justify-content: center;
}

.box_off div.doctor .doctor02:before {
  content: "▶";
  margin-left: 5px;
  margin-right: 6px;
}

.box_off div.doctor p {
  margin-bottom: 0;
}


/*休診*/

.box_off.pt02 {
  background-color: #f4d7d7;
}

.box_off.pt02 p.tit {
  background-color: #d35f5f;
}

.bikou {
  text-align: left;
}

@media only screen and (max-width: 900px) {
  .scroll {
    overflow-x: scroll;
  }

  .txt_scroll {
    display: block;
    margin: 0 auto 0;
    text-align: center;
    font-size: 12px;
    color: #666;
  }

  .box_off {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media only screen and (max-width: 450px) {
  .box_off {
    width: 100%;
    margin-bottom: 2%;
  }
}


/*YouTube*/

.box_gr01 {
  background-color: #e5f5ed;
  padding: 30px;
  margin-top: 50px;
}

.box_gr01 .inner {
  width: 500px;
  background-color: #fff;
  padding: 10px;
  margin: auto;
}

.box_gr01 .inner .box_qr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box_gr01 .inner .box_qr .img {
  width: 80px;
}

.box_gr01 .inner .box_qr .txt {
  width: calc(100% - 160px);
}

#main .box_gr01 .inner .box_qr .txt p {
  margin-bottom: 0;
}

#main .box_gr01 .inner .box_qr .txt a:after {
  content: "";
  background-image: url(../image/icon_window.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  margin-left: 10px;
}

.box_gr01 .inner .box_qr.qr02 .img {
  width: 150px;
}

@media only screen and (max-width: 600px) {
  .box_gr01 .inner {
    width: 100%;
  }

  .inc_block_tel .box_gr01 {
    padding: 0;
  }
}


/*診療実績*/

.bg_gr {
  background-color: #f6f6f6;
  padding: 50px;
  margin-bottom: 50px;
}

table#tb02 {
  width: 280px;
  margin: 0 auto;
}

table#tb02 th {
  background-color: #40a16f;
}

table#tb02 tr th {
  background-color: #ccecde
}

table#tb02 tr.row01 th {
  background-color: #40a16f;
  color: #fff;
}

table#tb02 td {
  width: 50%;
  text-align: center;
  background-color: #e5f9f0;
}


/*2022年度　外来新患患者 紹介元　上位*/

table#tb03 {
  width: 600px;
  margin: 0 auto;
}

table#tb03 th {
  background-color: #40a16f;
}

table#tb03 td {
  text-align: center;
  background-color: #e5f9f0;
}

table#tb03 tr th {
  background-color: #ccecde;
  width: 300px;
}

table#tb03 tr.row01 th {
  background-color: #40a16f;
  color: #fff;
}


/*2023年度　緩和ケア病棟入院患者居住地*/

table#tb04 {
  width: 280px;
  margin: 0 auto;
}

table#tb04 th {
  background-color: #40a16f;
}

table#tb04 tr th {
  background-color: #ccecde
}

table#tb04 tr.row01 th {
  background-color: #40a16f;
  color: #fff;
}

table#tb04 td {
  width: 50%;
  background-color: #e5f9f0;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .bg_gr {
    padding: 15px;
  }

  table#tb02 {
    width: 100%;
    font-size: 14px;
  }

  table#tb03 {
    width: 100%;
    font-size: 14px;
  }

  table#tb04 {
    width: 100%;
    font-size: 14px;
  }
}


/*医師紹介*/

.box_doctor {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#main .box_doctor p {
  margin-bottom: 0;
}

.box_doctor .img {
  width: 210px;
}

.box_doctor .img img {
  width: 100%;
}

.box_doctor .txt {
  width: calc(100% - 250px);
}

.box_doctor .name {
  font-size: 24px;
  padding: 0;
}

#main .box_doctor p.department {
  font-size: 0.9em;
  margin-bottom: 15px;
}

.box_doctor .name span {
  font-size: 18px;
  margin-left: 20px;
  color: #55aa80;
}

.box_doctor dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px
}

.box_doctor dl dt {
  width: 6rem;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

.box_doctor dl dt span {
  display: inline-block;
  width: 100%;
  background-color: #4ca679;
  color: #fff;
  margin: 1% 0;
  text-align: center;
  padding: 5px 10px;
}

.box_doctor dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 6rem);
  border-top: 1px solid #ccc;
  padding: 5px 10px;
}

.box_doctor dl dt.newline {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
}

.box_doctor dl dd.newline {
  width: 100%;
  border: none;
  padding: 0 0 10px;
}

.box_doctor dl dt.newline span {
  display: inline;
}

.box_doctor dl dt.noline {
  border: none;
}

.box_doctor a.youtube {
  position: relative;
  display: inline;
  margin-left: 20px;
  padding: 10px 0;
  color: #000;
}

.box_doctor a.youtube:after {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  content: "";
  background-image: url(../image/icon_movie.png);
  width: 23px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

@media only screen and (max-width: 968px) {
  .box_doctor {
    display: block;
  }

  .box_doctor .txt {
    width: 90%;
    margin: 0 auto 50px;
  }

  .box_doctor .img {
    margin: 0 auto;
  }

  .box_doctor .name {
    text-align: center;
  }

  #main .box_doctor p {
    margin-bottom: 0;
    margin-top: 10px;
  }

  #main .box_doctor p.department {
    font-size: 0.9em;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 0;
  }

  .box_doctor a.youtube {
    display: inline-block;
  }
}

@media only screen and (max-width: 450px) {
  .box_doctor .name {
    font-size: 22px;
  }

  .box_doctor .name span {
    font-size: 16px;
  }

  .box_doctor dl dt {
    width: 100%;
    padding: 10px 0 0;
  }

  .box_doctor dl dd {
    width: 100%;
    border-top: none;
    padding: 5px 10px 10px;
  }

  .box_doctor dl dt span {
    padding: 5px 10px 5px;
  }

  .box_doctor dl dt.newline span {
    display: block;
  }

  .box_doctor a.youtube {
    margin-left: 0;
  }
}


/*----------------------------------------------------
	drawer
----------------------------------------------------*/

.all {
  position: relative;
}

#page {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #FFFFFF;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  /*transition: opacity .5s;*/
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#page {
  transition: ease 0.3s;
  /*opacity:1;*/
}

#page.cover {
  transform: translateX(-280px);
  /*opacity: 0.1;*/
}

.drawer .snav {
  width: 100% !important;
  margin-top: 20px;
}

.drawer .snav li {
  width: 100px !important;
}


/*
.drawer {

  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  transform: translateX(280px);
  position:absolute;
}
*/

.drawer {
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  transform: translateX(300px);
  transition: ease 0.3s;
  z-index: 9999;
  background: #f3f3f3;
}

.drawer.active {
  transform: translateX(0);
  min-width: 140px;
  max-width: 280px;
  width: 80%;
  z-index: 3;
  transition: ease 0.3s;
}

.box_menu {
  /*position: fixed;*/
  width: 100%;
  height: 100%;
  padding-top: 75px;
  overflow-x: scroll;
}

.drawer>ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.drawer ul li {
  padding: 0;
  /*border-bottom: 1px solid rgba(0,0,0,.3); */
}

.drawer ul>li a {
  position: relative;
  display: block;
  color: #666;
  padding: 10px 10px 10px 0;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  padding-left: 15px;
}

.drawer ul>li>a {
  padding-left: 15px;
}

.drawer ul>li>ul>li>a {
  padding-left: 30px;
}

.drawer ul>li>ul>li>ul>li>a {
  padding-left: 45px;
}

.drawer ul.snav>li a {
  border: none !important;
}

.drawer ul li a:hover {
  color: #444;
}

#menu ul ul {
  display: none;
}

#menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
}

.menu-trigger {
  display: none;
  position: fixed;
  top: 17px;
  right: 10px;
  z-index: 999;
  /*display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	cursor: pointer;
	position:absolute;
	top: 20px;
	right: 20px;
	z-index:99999;
  */
}

@media screen and (max-width:768px) {
  .menu-trigger {
    display: block;
  }
}


/*
	 
	 .menu-trigger span {
	  display: inline-block;
	  box-sizing: border-box;
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #3a8bd7;
	  transition: all .5s;
	}
	
	.menu-trigger.active{
	
	
	}
	
	.menu-trigger.active span {
	  background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  transform: translateY(12px) rotate(-45deg);
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 12px;
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  transform: translateY(-12px) rotate(45deg);
	}

	
*/


/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/


/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/

.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #fff;
}


/*ボタン内側*/

.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  /*left: 14px;*/
  height: 3px;
  border-radius: 5px;
  background: #4ca679;
  width: 35px;
  left: 7px;
}

.openbtn span:nth-of-type(1) {
  top: 7px;
}

.openbtn span:nth-of-type(2) {
  top: 17px;
}

.openbtn span:nth-of-type(3) {
  top: 27px;
}

.openbtn:after {
  content: "Menu";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 30px;
  left: 6px;
  color: #4ca679;
  font-size: 12px;
  /*margin-left: calc(10% + 20px);*/
  text-transform: uppercase;
}


/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.active .openbtn span:nth-of-type(1) {
  top: 11px;
  left: auto;
  right: auto;
  transform: translateY(6px) rotate(-45deg);
  width: 36px;
  background: #4ca679;
  z-index: 999;
  left: 7px;
}

.active .openbtn span:nth-of-type(2) {
  opacity: 0;
  display: none;
}

.active .openbtn span:nth-of-type(3) {
  top: 24px;
  left: 7px;
  right: auto;
  transform: translateY(-6px) rotate(45deg);
  width: 36px;
  background: #4ca679;
  z-index: 999;
}

.active .openbtn:after {
  content: "close";
  bottom: auto;
  left: auto;
  color: #4ca679;
  top: 30px;
  font-size: 12px;
  z-index: 999;
  margin-left: 0;
  right: 5px;
}

.active .btn_menu a {
  position: relative;
  padding-left: 0;
}

.drawer #menu ul>li.m_nav>a:after {

  /* font-family: "Font Awesome 5 Free";
  content: "\f0fe";
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  color: #666;
  vertical-align: bottom;
  */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

  font-family: "Font Awesome 5 Free";
  content: "\f067";
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 900;
  color: #666;
  vertical-align: bottom;


}

.drawer #menu ul>li.m_nav>a.active:after {
  font-family: "Font Awesome 5 Free";
  /*content: "\f146";*/
  content: "\f068";
  font-weight: 900;
}

.menu-trigger.active {
  z-index: 99999 !important;
  background: transparent !important;
}

.right {
  text-align: right;
}

.box_g {
  width: 80%;
  background-color: #eeeeee;
  padding: 15px;
  margin: 30px auto;
}


/*お産までの流れ*/

.pl10 {
  padding-left: 10px;
}

.tit_obstetrics {
  display: flex;
  align-items: center;
  background: #4ca679;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.tit_obstetrics p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0 !important;
  line-height: 1.3;
}

.tit_obstetrics span {
  font-size: 30px;
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
}

#main ul.list01 {
  display: block;
}

#main ul.list01 li {
  width: 100% !important;
}

#main ul.list01 li span {
  color: #4ca679;
  ;
}

#main ol.list_num {
  display: block;
  list-style: decimal;
  padding-left: 2em;
}


/*予約センター*/

p.tit01 {
  color: #4ca679;
  font-size: 18px;
  border-bottom: 1px solid #4ca679;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#main p.tit02 {
  display: flex;
  color: #4ca679;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

p.tit02:before {
  content: "";
  background-color: #4ca679;
  width: 6px;
  height: 1.5rem;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-flex;
  align-content: center;
}

.block_contact {
  background-color: #edf6f1;
  padding: 20px;
  width: 80%;
  margin: 50px auto;
}

.block_contact .tit {
  color: #4ca679;
  font-size: 18px;
  border-bottom: 1px solid #4ca679;
  margin-bottom: 10px;
  font-size: 24px;
  color: #4ca679;
  padding-left: 40px;
  background-image: url(../image/img_tith4.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#main .block_contact p.tel {
  color: #4ca679;
  font-size: 30px;
  background-image: url(/visitors/department/maternity/image/icon_contact_tel.png);
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-bottom: 0;
  background-position: left center;
}

#main .block_contact p.tel span {
  color: #000;
  font-size: 18px;
}

.block_sns {
  background-color: #edf6f1;
  padding: 20px;
  width: 80%;
  margin: 50px auto;
}

.block_sns .tit {
  color: #4ca679;
  font-size: 18px;
  border-bottom: 1px solid #4ca679;
  margin-bottom: 10px;
  font-size: 24px;
  color: #4ca679;
  padding-left: 40px;
  background-image: url(../image/img_tith4.png);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.4;
  padding-bottom: 10px;
}

.block_sns .txt {
  display: flex;
  align-items: center;
}

.block_sns .img_qr {
  display: block;
  width: 80px;
  margin-right: 15px;
}

@media only screen and (max-width: 800px) {
  .block_contact {
    width: 100%;
  }

  .block_contact p {
    text-align: center;
  }

  .block_contact .tel span {
    display: block;
    font-size: 14px;
    text-align: center;
  }

  .block_sns {
    width: 100%;
  }

  .block_sns .tit {
    color: #4ca679;
    font-size: 18px;
    border-bottom: 1px solid #4ca679;
    padding-left: 35px;
    background-size: 20px;
    line-height: 1.3;
    padding-bottom: 10px;
  }
}

.btn01 a {
  display: block;
  text-align: center;
  position: relative;
  width: 280px;
  background-color: #50b54d;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  margin: 30px auto;
}

.btn01 a:before {
  position: absolute;
  content: "▶";
  font-size: 0.6em;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


/*サイズ指定なし*/

.btn02 {
  text-align: center;
}

.btn02 a {
  display: inline-block;
  text-align: center;
  position: relative;
  width: auto;
  background-color: #50b54d;
  padding: 10px 50px;
  color: #fff;
  border-radius: 10px;
  margin: 30px auto;
}

.btn02 a:before {
  position: absolute;
  content: "▶";
  font-size: 0.6em;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.u_line {
  border-bottom: 1px solid #000;
}


/*第一弾リリース用*/

.btn_top a {
  display: block;
  text-align: center;
  position: relative;
  width: 250px;
  background-color: #50b54d;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  margin: 30px auto;
}

.btn_top a:before {
  position: absolute;
  content: "▶";
  font-size: 0.6em;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.con_list01 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.con_list01 li {
  width: 46%;
  margin: 1%;
  background: #f7f7f7;
  padding: 30px 20px;
}

.con_list02 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
}

.con_list02 li {
  width: 47%;
  margin: 1%;
}

.con_list01 .tit {
  color: #00a051;
}

.list40 li {
  width: 40%;
}

@media only screen and (max-width: 800px) {
  .con_list01 {
    display: block;
  }

  .con_list01 li {
    width: 100%;
  }

  .con_list02 {
    width: 100%;
  }

  .con_list02 li {
    width: 48%;
    margin: 1%
  }
}


/*リハビリテーション*/

p.tit03 {
  display: flex;
  color: #4ca679;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

p.tit03:before {
  content: "";
  background-color: #4ca679;
  width: 6px;
  height: 1.5rem;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-flex;
  align-content: center;
}

.list02 {
  color: #00a051;
}

.block_area {
  justify-content: center;
}

.box_area {
  background-color: #4ca679;
  width: 40%;
  margin: 1%;
  padding: 50px;
}

.box_area .tit {
  color: #fff;
}

.box_area>ul>li {
  background-color: #fff;
  color: #00a051;
  padding: 20px;
  margin: 15px 0;
}

.box_area>ul>li>ul>li {
  color: #00a051;
  margin-left: 20px;
}

table.table01 {
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
}

.table01 th {
  color: #4ca679;
  background-color: #cceddd;
}

.table01 td.column-1 {
  color: #4ca679;
  background-color: #cceddd;
  padding: 50px;
}

.table01 td.column-2 {
  background-color: #fff;
  white-space: break-spaces;
}

.table01 td {
  border: 1px solid #dddddd;
  padding: 10px;
}

.table01 td.column-3 {
  background-color: #fff;
  white-space: break-spaces;
}

.table02 td.column-1 {
  color: #4ca679;
  font-size: 18px;
  background-color: #cceddd;
  padding: 50px;
}

.table02 td.column-2 {
  background-color: #e5f9ef;
  white-space: break-spaces;
}

.table02 td.column-2 .tit {
  color: #4ca679;
  font-size: 18px;
}

.con_list03 li {
  color: #4ca679;
  font-size: 20px;
  margin-bottom: 30px
}

.box_list01 {
  background-color: #f7f7f7;
  padding: 10px 20px;
}

.box_list01 p {
  padding: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.txt_link01 {
  color: #00a051;
}

@media only screen and (max-width: 800px) {
  .box_area {
    width: 46%;
    padding: 20px;
  }

  .box_area>ul>li {
    background-color: #fff;
    color: #00a051;
    padding: 10px;
    margin: 10px 0;
  }

  .table01 td.column-1 {
    padding: 20px;
  }

  table.table02 td {
    display: block;
    width: 100%;
  }

  .table02 td.column-1 {
    padding: 20px;
  }

  .txt_link {
    display: block;
  }
}

@media only screen and (max-width: 450px) {
  .con_list03 li {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .block_area {
    display: block;
  }

  .box_area {
    width: 100%;
  }
}

#main .box_doctor01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#main .box_doctor01 p {
  margin-bottom: 0;
}

#main .box_doctor01 p.name {
  margin-bottom: 15px;
}

#main .box_doctor01 p.img {
  margin-right: 20px;
  width: 140px;
}

.main_txt01 {
  font-size: 24px;
  color: #4ca679;
}

@media only screen and (max-width: 450px) {
  .main_txt01 {
    font-size: 18px;
  }

  #main .box_doctor01 {
    display: block;
    text-align: center;
  }

  #main .box_doctor01 p.img {
    margin: 0 auto;
  }
}


/*------------------------------
お知らせ一覧系
-------------------------------*/

#main .list_news {
  display: block;
}

#main ul.list_news li {
  width: 100%;
}

#main ul.list_news li a {
  display: block;
  color: #000;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #00a051;
  padding: 4px 10px 6px 10px;
}

#main p.info {
  margin-bottom: 0;
  padding-left: 10px;
  margin: 5px 0 0;
}

#main p.info span {
  background-color: #00a051;
  color: #fff;
  padding: 2px 15px;
  margin-left: 10px;
  font-size: .8em;
  border-radius: 5px;
  line-height: 1;
}

.box_info p {
  color: #00a051;
}

.box_info h4 {
  display: inline-block;
  background-color: #00a051;
  font-size: 1.2em;
  color: #fff !important;
  padding: 0 20px;
  margin-bottom: 30px;
  border-radius: 10px 0 10px 0;
}

.box_info h5 {
  display: inline-block;
  background-color: #00a051;
  font-size: 1em;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 5px;
}

.box_info .box_info_inner {
  margin-left: 10px;
}

#main .box_info .box_info_inner p {
  font-size: 1.2em;
  font-weight: bold;
}


#main ul.list_news.l_list li {
  padding: 10px 0 0;
}

#main ul.list_news.l_list li p {
  line-height: 1.3;
}

#main ul.list_news.l_list p.info {
  padding-top: 0;
}

#main ul.list_news.l_list li a {
  padding: 5px 10px 10px 10px;
}

/*------------------------------
病院指数
-------------------------------*/

.dpc_dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 30px auto;
}

.dpc_dl li {
  width: 23.5%;
  margin: 0 2.5px 5px;
  font-size: 14px;
}

.dpc_dl li a {
  width: auto;
  background-color: #50b54d;
  color: #fff;
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 6px;
  position: relative;
}

.dpc_dl li a::before {
  position: absolute;
  content: "▶";
  font-size: 0.6em;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media only screen and (max-width: 480px) {
  .dpc_dl li {
    width: auto;
    margin: 0 0.5% 5px;
    font-size: 12px;
  }

  .dpc_dl li a {
    padding: 5px;
    border-radius: 6px;
  }
}


/*病院指数 テーブル*/

table.dpc_tb01 {
  min-width: 900px;
}

table.dpc_tb01 th,
table.dpc_tb01 td {
  padding: 5px;
}

table.dpc_tb01 th {
  background-color: #dd9357;
  background-color: #5fba4d;
  background-color: #72ce5f;
  color: #fff;
  text-align: center;
}

table.dpc_tb01 td {
  background-color: #fce8d6;
  background-color: #e7fee2;
  width: calc(100% / 10);
  vertical-align: top;
}

table.dpc_tb01.h001 td {
  text-align: center;
  width: calc(100% / 10);
}

table.dpc_tb01.h002 td {
  text-align: center;
  width: calc(100% / 8);
}

table.dpc_tb01.h003 td {
  text-align: center;
  width: calc(100% / 3);
}

table.dpc_tb01.h004 td {
  text-align: center;
  width: calc(100% / 4);
}

table.dpc_tb01.h005 td {
  text-align: center;
  width: calc(100% / 8);
}

table.dpc_tb01.h002 td:nth-child(1),
table.dpc_tb01.h002 td:nth-child(2) {
  text-align: left;
}

table.dpc_tb01.h004 th:nth-child(2) {
  text-align: left;
}

table.dpc_tb01.h004 tr.row01 th:nth-child(2) {
  text-align: center;
}

table.dpc_tb01 td p {
  margin-bottom: 0;
}

table.dpc_tb01 .row02 th {
  background-color: #ffb24d;
  background-color: #44b97b;
  color: #fff;
}

table.dpc_tb01 .row03 th {
  background-color: #bbf2d1;
  background-color: #fca93b;
  color: #fff;
}

table.dpc_tb01 tr.row03 td {
  background-color: #d7ffe5;
  background-color: #e7fee2;
  background-color: #fce8d6;
}

/*追加：0926*/
table.dpc_tb01.line3 {
  table-layout: fixed;
  width: 100%;
  white-space: wrap;
}

table.dpc_tb01.line3 .row02 th {
  width: 30% !important;
}

/*
.txt_scroll {
  display: none;
}
*/

.taisei_bikou {
  font-size: 14px;
}

#pediatrics_tb td {
  width: calc(100% / 5);
}

/*------------------------------
友の会
-------------------------------*/

ul.circle li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
}

ul.circle li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  background: #4ca679;
}

.frame02 {
  display: block;
  padding: 1em;
  border-radius: 10px;
  border: 2px solid #4ca679;
}


/*------------------------------
東葛歯科
-------------------------------*/

#dental03 table#tb01 td {
  text-align: center;
}


/*------------------------------
流山セントラルパーク駅前診療所
-------------------------------*/

#station-front-clinic table#tb01 td {
  width: initial;
}


/*20240116追加*/

#station-front-clinic table#tb02 {
  width: 100%;
}

#station-front-clinic table#tb01 td {
  width: initial;
  text-align: left;
}

#station-front-clinic table#tb02 td {
  width: initial;
}

#station-front-clinic table#tb01 th {
  width: 100px;
}


/*------------------------------
東葛病院付属診療所
-------------------------------*/

#attachede-clinic table#tb02 {
  width: 100%;
}

#attachede-clinic table#tb01 td {
  width: initial;
  text-align: left;
}

#attachede-clinic table#tb02 td {
  width: initial;
}

#attachede-clinic table#tb01 th {
  width: 100px;
}


/*------------------------------
患者サポートセンター
-------------------------------*/

#consultation ul.list_disc {
  display: block;
  list-style: disc;
  padding-left: 2em;
}

#consultation span.ttl-circle {
  color: #4ca679;
  padding: 0.5em 0;
  display: block;
}


/*------------------------------
サイトマップ
-------------------------------*/

.sitemap #main ul a {
  color: #4ca679;
}

.sitemap .box50 {
  width: 48%;
}

.sitemap #main ul.box50 li {
  border-bottom: 1px dotted #000;
  padding: 5px 5px 5px 10px;
}

.sitemap #main ul.box50 ul li {
  padding: 5px 5px 5px 20px;
}

.sitemap #main ul.box50 ul ul li {
  padding: 5px 5px 5px 30px;
}

.sitemap li.tit1 {
  position: relative;
  font-size: 1.2em;
}

.sitemap .block_flex ul {
  margin-bottom: 30px;
}

.sitemap li.tit1:before {
  content: "●";
  font-size: 0.8em;
  color: #4ca679;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .sitemap .block_flex {
    display: block;
  }

  .sitemap .box50 {
    width: 100%;
  }
}


/*------------------------------
交通アクセス
-------------------------------*/

.list03 li:before {
  content: "・";
}

.list03 li {
  padding-left: 1em;
  text-indent: -0.5em;
}

iframe {
  margin: 30px auto 50px;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 650px) {
  iframe {
    width: 100%;
  }
}


/*------------------------------
当院の医療の特徴
-------------------------------*/

@media only screen and (max-width: 600px) {
  #features .page_menu li {
    width: auto;
  }
}


/*------------------------------
診療予約依頼
-------------------------------*/

.list_flow>li {
  position: relative;
  border: 1px solid #50b54d;
  padding: 40px;
  margin-bottom: 50px;
}

.list_flow li:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../image/icon_arrow01.png);
  background-size: contain;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.list_flow li:last-child:after {
  display: none;
}

.list_flow .center {
  text-align: center;
}
.center-marginauto{margin: auto!important;    display: block;
    text-align: center;}
.frame01 {
  background: #f5f5f5;
  padding: 20px;
}

dl.block_row {
  display: flex;
  flex-wrap: wrap;
}

dl.block_row dt {
  width: 40%;
  padding: 10px;
  background-color: #e5ffe5;
  border: 1px solid #333;
}

dl.block_row dd {
  width: 60%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #333;
}

.r_font {
  color: #ea5550;
}

.b_font {
  font-weight: bold;
  font-size: 1.1em;
  ;
}

@media only screen and (max-width: 600px) {
  .list_flow>li {
    padding: 20px;
  }

  dl.block_row {
    display: block;
  }

  dl.block_row dt {
    width: 100%;
  }

  dl.block_row dd {
    width: 100%;
  }
}


/*------------------------------
透析センター
-------------------------------*/

#dialysis table.dpc_tb01.h002 td {
  width: calc(100% / 2);
  text-align: left;
}

#dialysis table#tb01 .col01 {
  width: 25%;
}

#dialysis table#tb01 th,
#dialysis table#tb01 td {
  text-align: center;
}


/*------------------------------
糖尿病（DM）教室
-------------------------------*/

#dm table#tb01 .col01 {
  width: 150px;
}

#dm table#tb01 td {
  text-align: left;
}


/*------------------------------
小児科
-------------------------------*/

#pediatrics table {
  min-width: 900px;
  table-layout: fixed;
  white-space: normal;
}

#pediatrics table .col01 {
  width: 50px;
}

#pediatrics table th,
#pediatrics table td {
  text-align: left;
  padding: 5px;
}

#pediatrics table th {
  background-color: #dd9357;
  background-color: #5fba4d;
  background-color: #72ce5f;
  color: #fff;
  text-align: center;
}

#pediatrics #pediatrics ztable td {
  background-color: #fce8d6;
  background-color: #e7fee2;
  /*width: calc(100% / 6);*/
  vertical-align: top;
}

#pediatrics table td p {
  margin-bottom: 0;
}

#pediatrics table .row02 th {
  background-color: #ffb24d;
  background-color: #44b97b;
  color: #fff;
}

#pediatrics table .row03 th {
  background-color: #bbf2d1;
  background-color: #fca93b;
  color: #fff;
}

table tr td {
  background-color: #d7ffe5;
  background-color: #e7fee2;
}

#pediatrics table th {
  width: calc(100% / 2);
}

#pediatrics table th,
table td {
  text-align: left;
}

#pediatrics01 table.dpc_tb01 td {
  vertical-align: middle;
}

#pediatrics01 table.dpc_tb01.h002 td:nth-child(1),
#pediatrics01 table.dpc_tb01.h002 td:nth-child(2) {
  text-align: center;
}


/*------------------------------
外科
-------------------------------*/

#surgery_performance table td:nth-child(2) {
  background-color: lightyellow;
}

#surgery_performance table tr.row01 th.col02 {
  background-color: darkgoldenrod;
}

#surgery_performance table#tb04 {
  width: 280px;
  margin: 0 auto;
}

#surgery_performance table#tb01 {
  width: 300px;
  margin: 0 auto;
  min-width: auto;
}

#surgery_performance table#tb01 th {
  background-color: #40a16f;
  color: black;
}

#surgery_performance table#tb01 tr th {
  background-color: #ccecde
}

#surgery_performance table#tb01 tr.row01 th {
  background-color: #40a16f;
  color: #fff;
}

#surgery_performance table#tb01 td {
  width: 50%;
  text-align: center;
}

#surgery_performance table#tb01 .col01 {
  width: auto;
}

#surgery_performance table#tb01 td {
  vertical-align: middle;
}


/*------------------------------
整形外科
-------------------------------*/

#orthopaedic-surgery_performance table td:nth-child(2) {
  background-color: lightyellow;
}

#orthopaedic-surgery_performance table tr.row01 th.col02 {
  background-color: darkgoldenrod;
}


/*------------------------------
東葛の健康
-------------------------------*/

.toukatunokenkou h5 {
  font-size: 18px;
  border-radius: 10px;
  background-color: #00a051;
  padding: 10px;
  color: #ffffff;
  margin: 30px 0 15px 0;
  clear: both;
}

.toukatunokenkou h6 {
  display: flex;
  color: #4ca679;
  align-items: center;
  margin: 10px 0 5px 0;
}

.toukatunokenkou h6:before {
  content: "";
  background-color: #4ca679;
  width: 6px;
  height: 1.5rem;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-flex;
  align-content: center;
}

.toukatunokenkou h6.particular_title_2line:before,
.toukatunokenkou h6.particular_title:before {
  margin-right: 0;
  width: 0;
}

.txtRight {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.toukatunokenkou h6.particular_title_2line,
.toukatunokenkou h6.particular_title {
  display: inline-block;
  border-left: none !important;
  border-top: 2px dotted #333 !important;
  border-bottom: 2px dotted #333 !important;
  color: #333;
  padding: 3px 3px !important;
}

.toukatunokenkou .tayori_img_fl img,
.toukatunokenkou .tayori_img_fr img,
.toukatunokenkou .tayori_img img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 3px;
}

.toukatunokenkou .tayori_article h6.title_with_auther {
  display: flex;
  color: #4ca679;
  align-items: center;
  margin-top: 10px;
}

.toukatunokenkou .tayori_auther {
  float: left;
  margin: 0 2em 1em 0;
}

.toukatunokenkou .tayori_auther p,
.toukatunokenkou .tayori_auther_r p {
  font-size: 12px;
  text-align: center;
  margin: 2px 0 0;
  font-weight: bold;
}

.toukatunokenkou .img-border {
  padding: 3px;
  border: 1px solid #cccccc;
  background: #ffffff;
  display: block;
}

.toukatunokenkou .whitebox {
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 20px;
}

.toukatunokenkou .divi_box05 {
  background: #e7fee2;
  border: 1px solid #cccccc;
  padding: 20px;
}

.toukatunokenkou .tayori_img {
  text-align: center;
}

.toukatunokenkou .tayori_img_fr {
  /* width: 308px; */
  float: right;
  margin: 0 0 1em 2em;
}

.toukatunokenkou .fr {
  float: right;
  display: inline;
}

.toukatunokenkou .tayori_img_fl {
  /* width: 308px; */
  float: left;
  margin: 0 2em 1em 0;
}

.toukatunokenkou #article_06 {
  clear: both;
}

.toukatunokenkou .graybox {
  border: 1px solid #CCC;
  background: #f0f0f0;
  padding: 20px;
  overflow: hidden;
  zoom: 1;
}

.toukatunokenkou .tayori_auther_r {
  float: right;
  margin: 0 0 1em 2em;
}

.toukatunokenkou .orange {
  color: #4ca679;
}

.toukatunokenkou h6.particular_title {
  border-left: none !important;
  padding: 5px;
}


/*------------------------------
横スクロール無しのテーブル
-------------------------------*/
table.noscroll {
  position: relative;
  overflow-x: auto;
  white-space: normal;
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;

}

table.noscroll th,
table.noscroll td {
  padding: 5px;
}

table.noscroll th {
  background-color: #72ce5f;
  color: #fff;
  text-align: center;
}

table.noscroll td {
  background-color: #e7fee2;
  vertical-align: top;
  line-height: 1.4;
}

/*------------------------------
single.php
-------------------------------*/
.right {
  text-align: right;
}

/*------------------------------
パーツ
-------------------------------*/
.underline {
  text-decoration: underline;
}

.photo {
  margin: 15px auto;
  text-align: center;
}

figcaption {
  font-size: 14px;
}



/*------------------------------
inc:電話番号
-------------------------------*/
.inc_block_tel {
  background-color: #edf6f1;
  padding: 20px;
  width: 80%;
  margin: 50px auto;
}

.inc_block_tel .tit {
  color: #4ca679;
  border-bottom: 1px solid #4ca679;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #4ca679;
  padding-bottom: 10px;
  /*background-image: url(../image/img_tith4.png);
  background-repeat: no-repeat;
  background-position: left center;*/
}

.inc_block_tel .tit span {
  display: block;
  font-size: 18px;
}

.inc_block_tel .txt {
  display: flex;
  align-items: center;
}

.inc_block_tel .txt {
  text-align: center;
  display: block;
  line-height: 1.4;
}

/*
.inc_block_tel .txt p{
text-align: left;
display: inline-block;
}
*/

.inc_block_tel .txt_link {
  font-size: 24px;
  font-weight: 600;
}

@media only screen and (max-width: 400px) {
  .inc_block_tel .txt_link {
    font-size: 19px;
  }

  .inc_block_tel .box_gr01 {
    padding: 0;
  }

  .inc_block_tel .box_gr01 .inner .box_qr .txt {
    font-size: 0.9em;
  }
}

.inc_block_tel .img_qr {
  display: block;
  width: 80px;
  margin-right: 15px;
}



.b-flex {
  display: flex;
  justify-content: space-around;

}

.b-flex .col30 {
  width: 29%;
  margin: 0 auto;
}

.b-flex .col40 {
  width: 39%;
  margin: 0 auto;
}

.b-flex .col50 {
  width: 49%;
  margin: 0 auto;
}

.b-flex .col60 {
  width: 59%;
  margin: 0 auto;
}

.b-flex .col70 {
  width: 69%;
  margin: 0 auto;
}

.photo01 {
  width: 50%;
  margin: 50px auto;
  text-align: center;
}

table.width-auto {
  width: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .b-flex {
    display: block;
  }

  .b-flex .col30 {
    width: 90%;
    margin: 0 auto 10px;
  }

  .b-flex .col40 {
    width: 90%;
    margin: 0 auto 10px;
  }

  .b-flex .col50 {
    width: 90%;
    margin: 0 auto 10px;
  }

  .b-flex .col60 {
    width: 90%;
    margin: 0 auto 10px;
  }

  .b-flex .col70 {
    width: 90%;
    margin: 0 auto 10px;
  }
}

html {
  scroll-behavior: smooth;
}

.box-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box-flex.col3 p {
  width: 30%;
  margin: 1%;
}

.box-flex.col3 p span {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.box-flex.w600 p {
  max-width: 600px;
  width: 100%;
  margin: 1% auto;
}

.w70p {
  max-width: 70%;
  width: 100%;
  margin: 1% auto;
}

.box-flex.col3 p.w50 {
  width: 50%;
}

.box-flex.col3 p.w30 {
  width: 30%;
}

.box-flex.col3 p.w50 img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.box-flex.col3 p.w30 img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

@media only screen and (max-width: 650px) {
  .box-flex.col3 p {
    width: 48%;
  }

  .w70p {
    max-width: 100%;
    width: 100%;
    margin: 1% auto;
  }

  .box-flex.col3 p.w50 {
    width: 55%;
  }

  .box-flex.col3 p.w30 {
    width: 35%;
  }
}


.box_p01 {
  background-color: #e5f5ed;
  padding: 30px;
  margin-top: 50px;
}

.box_p01 .inner {
  width: 500px;
  background-color: #fff;
  padding: 10px;
  margin: auto;
}

.box_p01 .inner .box_qr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box_p01 .inner .box_qr .img {
  width: 80px;
}

.box_p01 .inner .box_qr .txt {
  width: calc(100% - 160px);
}

#main .box_p01 .inner .box_qr .txt p {
  margin-bottom: 0;
}

#main .box_p01 .inner .box_qr .txt a:after {
  content: "";
  background-image: url(../image/icon_window.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  margin-left: 10px;
}

.box_p01 .inner .box_qr.qr02 .img {
  width: 150px;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 600px) {
  .box_p01 .inner .box_qr {
    display: block;
  }

  .box_p01 .inner {
    width: 100%;
  }

  .inc_block_tel .box_p01 {
    padding: 0;
  }

  .box_p01 .inner .box_qr.qr02 .img {
    width: 150px;
    text-align: center;
    margin: 10px auto 10px;
  }

  .box_p01 .inner .box_qr .txt {
    width: 100%;
    text-align: center;
  }
}

/*文章と写真が横並びレイアウト*/

.box-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box-flex.col40 p {
  width: 48%;
  ;
  margin: 1%;
}

.img300 {
  width: 300px;
  height: 225px;
}

.img300_2 {
  width: 300px;
  height: auto;
}

.img300_2 img,
.img300 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.box-flex .t_txt {
  width: calc(100% - 350px);
}

@media only screen and (max-width: 768px) {

  .box-flex.col40 p {
    width: 48%;
  }

  .box-flex img {
    width: 100%;
  }

  .img300 {
    width: 100%;
    height: 50vw !important;
    margin-top: 10px;
  }

  .box-flex .t_txt {
    width: 100%;
  }
}

/*小児科20250501*/

.index_reserve {
  width: 400px;
  margin: 30px 15px;
  background: #fff9d7;
  padding: 10px;
  border-radius: 10px;
}
.index_reserve ul{
  display: flex;

justify-content: center;
flex-wrap: wrap;

}
.index_reserve li{
flex: 1;
}
.index_reserve a {
  display: block;
text-align: center;
position: relative;
background-color: #ffd823;
  padding: 5px;
  color: #4c0503;
border-radius: 5px;
margin: 0 10px;
line-height: 1.2;
}

.index_reserve a span{
display: block;
}
#main .index_reserve p {
  margin: 0;
  color: #333;
  text-align: center;
  margin-top: 5px;
}
.block-pediatrics{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap:wrap;
}
.flex-start{
 justify-content: flex-start;
}

#main .flex-start.mb0 p{
  margin: 1% 1.5%;
}
.f-re{
  flex-direction: row-reverse;
}
.block-pediatrics .img{
width: 30%;
}
.block-pediatrics .txt{
width: 68%;
}


.block-schedule .btn02{
  text-align: left;
  }
.block-schedule .btn02 a{
margin: 0;
}
body.pediatrics #main{
position: relative;
}

body.pediatrics #main .block_title{
  transition: top 0.3s ease-in-out;
}
body.pediatrics #main .block_title.fixarea {
  position: fixed;
  width: inherit;
  max-width: inherit;
  top:0;
  background: #fff;
  z-index: 10;
}

.txt_line{
  border-bottom: 1px solid #333;
}

.pediatrics table#tb01 .col01{
width: 200px;
}
.pediatrics table th p{
color: #fff;
margin-top:5px;
font-size: 0.9em;
}
.lity-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.lity-container {
  align-items: flex-start; 
}

.lity-content img {
  display: block;
  height: auto;
  max-height: none; 
}
a[data-lity] {
  display: inline-block;
  /*ine-height: 0;*/
}
@media only screen and (max-width: 1000px) {
  .index_reserve {
    width: 300px;
    margin: 10px 0;
  }
  .index_reserve a {
    padding: 2px;
    margin: 0 5px;
    line-height: 1.3;
    font-size: 12px;
  }
  #main .index_reserve p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 850px) {
.block_title.fixarea{
  padding: 10px;
  left: 0;
  right: 0;

  }
.index_reserve {
  margin: 10px 0;
  width: 100%;
  margin: 10px auto;
}
.index_reserve a {
  margin: 0 5px;
  line-height: 1.3;
  font-size: 14px;
  padding: 10px;
}
}
@media only screen and (max-width: 768px) {
.block-pediatrics{
display: block;
}
.block-pediatrics .img{
  width: 60%;
  margin: 0 auto 30px;
  }
  .block-pediatrics .txt{
  width: 100%;
  }
  .col50{
  width: 100%!important;
}
}
@media only screen and (max-width: 450px) {
  .index_reserve a {

    font-size: 12px;

  }
}

.col50{
width:48%;
}

table#tb05 {
  width: 100%;
  margin: 0 auto;
}

table#tb05 th {
  background-color: #40a16f;
}

table#tb05 tr th {
  background-color: #ccecde
}

table#tb05 tr.row01 th {
  background-color: #40a16f;
  color: #fff;
}

table#tb05 td {
  width: 50%;
  text-align: left;
  background-color: #e5f9f0;
}
.mt50{
margin-top:50px;
}
.mb50{
margin-bottom:50px;
}
.mb0{
margin-bottom:0;}

#main .mb0 p{margin:0;}


/*リハビリ20250515*/

#main h5 {color: #00a051; }
  .b-flex .col70b {
  width: 69%;
  margin: 0 auto;
}

body#home #main h5 {color: #fff; }

@media only screen and (max-width: 768px) {
    .b-flex .col70b {
    width: 100%;
    margin: 0 auto 10px;}
}

/*20250620　追加：ヘッダーボタンを小児科web予約にリンク変更*/
#header .recruit p {
  display: table-cell;
  vertical-align: middle;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  text-align: left;
  border-radius: 6px;
  padding: 0;
}

#header .recruit p a {
  display: block;
  color: #333;
  padding: 10px;
  border-radius: 6px;
  background: #FFD823;
  line-height: 1.2;
}


@media only screen and (max-width: 960px) {
  #header .recruit p a {
    padding: 10px 5px;
    height: auto;
  }
}

