@charset "utf-8";
iframe {
  vertical-align: bottom;
}
/* navGlobal */
li#navGlobal-home a:before {
  font-family: "icomoon";
  content: "\e904";
  position: absolute;
}
li#navGlobal-menu a:before {
  font-family: "icomoon";
  content: "\e900";
  position: absolute;
}
li#navGlobal-first a:before {
  font-family: "icomoon";
  content: "\e901";
  position: absolute;
}
li#navGlobal-about a:before {
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
}
li#navGlobal-staff a:before {
  font-family: "icomoon";
  content: "\e906";
  position: absolute;
}
li#navGlobal-access a:before {
  font-family: "icomoon";
  content: "\e907";
  position: absolute;
}
/* footer */
.ft-info-wrapper {
  background: #f5e4b1;
  width: 100%;
}
.copy {
  padding: 20px;
  color: #fff;
  background: #3f2100;
  text-align: center;
  font-size: 0.75rem;
}
.copy a {
  color: #fff;
}
.tblTimeTable {
  width: 100%;
  margin-bottom: 5px;
  font-size: 0.875rem;
}
.tblTimeTable th {
  border: 1px solid #fff;
  background: #f0ac54;
  text-align: center;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}
.tblTimeTable td {
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
}
.tblTimeTable_note {
  font-size: 0.875rem;
}
.homClinic_address .tblTimeTable th, .homClinic_address .tblTimeTable td {
  border-color: #cccccc !important;
}
.homClinic_address .tblTimeTable td {
  background: #fff !important;
}
/* topicPath
---------------------------------------------------- */
ol.topicPath {
  list-style: none;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
}
ol.topicPath li {
  display: inline;
  position: relative;
  margin-left: 10px;
}
ol.topicPath li:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  left: -7px;
}
ol.topicPath li:first-child:before {
  content: none;
  margin-right: 0;
}
/* module
---------------------------------------------------- */
/* hx */
.hA {
  border-top: 2px solid #3f2100;
  border-bottom: 1px dotted #3f2100;
  padding: 20px;
  font-size: 1.75rem;
  font-weight: 600;
}
.hB {
  font-size: 1.25rem;
  font-weight: normal;
  background: #f5e4b1;
  border-radius: 5px;
  padding: 15px 20px;
  font-weight: 600;
}
.hC {
  font-size: 1.125rem;
  font-weight: 600;
  color: #006ea8;
  margin-left: 3px;
  padding: 2px 0 0 14px;
  border-left: 4px solid #006ea8;
}
.hD {
  font-weight: bold;
}
.hY {
  margin-bottom: 24px;
  font-size: 1.1rem;
  /*background: #f5e4b1;*/
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 600;
  background: #f5e4b1;
  color: #3f2100;
}
/* link */
.fa-external-link {
  margin-left: 0.5rem;
}
ul.listDot li {
  list-style: disc;
  margin-left: 1.5rem;
}
ul.listCheck li {
  padding-left: 3px;
}
ul.listCheck li::before {
  font-family: FontAwesome;
  content: '\f058';
  margin-right: 0.5em;
  color: #006ea8;
}
/*ul.listCheck li {
    padding-left:3px;
}
ul.listCheck li::before {
    font-family: FontAwesome;
    content: '\f058';
    margin-right: 0.5em;
    color: #006ea8;
}*/
ol li {
  list-style: decimal;
  margin-left: 1.5rem;
}
.decBox01 {
  border: 3px solid #4dbeed;
  background: #fff;
}
.decBox02 {
  background: #f9f0cd;
}
.decBox03 {
  background: #fff;
  border: 1px solid #e0ddcb;
}
.decBox04 {
  border: 1px solid #e0ddcb;
}
.decBox01 p:last-child, .decBox01 div:last-child, .decBox01 ul:last-child, .decBox01 ol:last-child, .decBox01 dl:last-child, .decBox01 table:last-child, .decBox02 p:last-child, .decBox02 div:last-child, .decBox02 ul:last-child, .decBox02 ol:last-child, .decBox02 dl:last-child, .decBox02 table:last-child, .decBox03 p:last-child, .decBox03 div:last-child, .decBox03 ul:last-child, .decBox03 ol:last-child, .decBox03 dl:last-child, .decBox03 table:last-child {
  margin-bottom: 0 !important;
}
.strongA {
  background: #fffabf;
}
.strongB {
  font-size: 120%;
}
.tblA {
  width: 100%;
}
.tblA th {
  border: 1px solid #b9a186;
  background: #f9f0cd;
  padding: 10px;
  font-weight: normal;
}
.tblA td {
  border: 1px solid #b9a186;
  padding: 10px;
}
.tblZ td {
  text-align: right;
}
.stepTitle span {
  color: #fff;
  background: #f0ac54;
}
#pageVisual {
  background: url(../../img/page/common/bg-first-01.jpg) center bottom no-repeat;
  background-size: cover;
}
/* home */
.point {
  background: #efdcac;
  width: 100%;
  position: relative;
}
/* vac */
.pointWrap .point:nth-of-type(2) {
  background-color: #f9f0cd;
}
#vac ul {
  margin-top: 1rem;
}
#vac ul li {
  padding-left: 3rem;
  text-indent: -3rem;
}
#vac dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
}
#vac dt {
  width: 3rem;
  font-weight: normal;
}
#vac dd {
  width: calc(100% - 3em);
}
table.schedule {
  margin: 0;
}
table.schedule th {
  background: #e1c887;
  border: 1px solid #3f2100;
  text-align: center;
  font-weight: normal;
  padding: 5px;
}
table.schedule th.sat {
  color: #1831F3;
}
table.schedule td {
  border: 1px solid #3f2100;
  text-align: center;
  padding: 5px;
  background: #fff;
}
table.schedule td.red {
  color: #8b0000;
  background: #ffe4d4;
  font-weight: bold;
}
/*日付統合の調整*/
table.schedule thead th.merge span {
  display: inline-block;
}
table.schedule thead th.merge span.btw {
  padding: 0 0.5em;
  vertical-align: 50%;
}
/*セルをまとめた時の高さ合わせのための改行をPCで無視させる：長期休診用*/
table.schedule td br {
  display: none
}
table.schedule th br.sp_br {
  display: none !important;
}
.ic-homGreeting li {
  display: inline-block;
  font-size: 0.75rem;
  padding: 5px 15px;
  border-radius: 3px;
  font-weight: 600;
}
.ic-homGreeting li.ic-homGreeting-jibika {
  background: #c4e59f;
  color: #49980e;
}
.ic-homGreeting li.ic-homGreeting-syouni {
  background: #f5d3c8;
  color: #e26a6a;
}
.ic-homGreeting li.ic-homGreeting-allergy {
  background: #c6e5e5;
  color: #2e8ec5;
}
.inr-homGreeting_img {
  background: url(../../img/home/bg-homGreeting-01.jpg) 0 0 no-repeat;
  background-size: cover;
}
#btn-homFirst a {
  display: block;
  background: #f0ac54;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  position: relative;
}
#btn-homFirst a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -18px;
}
#homFeature {
  background: #f9f0cd;
  position: relative;
}
.num-homFeature {
  position: absolute;
  background: #ff808c;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#homClinic {
  width: 100%;
  background: url(../../img/home/bg-homClinic-01.jpg) center bottom no-repeat;
  background-size: cover;
}
.homClinicTop {
  position: relative;
}
.homClinicTop-left, .homClinicTop-right {
  background: #f9f0cd;
  position: absolute;
  width: 50%;
}
.inr-homClinic_content {
  background: rgba(255, 255, 255, 0.9);
}
.homClinic {
  font-weight: bold;
  text-align: center;
}
.homClinic_address h3 {
  font-weight: 600;
  font-size: 1.375rem;
  margin-bottom: 20px;
}
.homClinic_address h3 span {
  font-size: 0.875rem;
  display: block;
}
.homClinic_address h3 span em {
  font-style: normal;
  font-size: 0.75rem;
}
.homClinic_tel-first {
  margin-bottom: 0;
}
.homClinic_tel-again {
  margin-bottom: 0;
}
.homClinic_tel {
  margin-bottom: 15px;
}
.homClinic_tel dl dt {
  font-size: 0.875rem;
  margin: 0;
}
.homClinic_tel dl dd {
  font-size: 1.875rem;
  font-weight: 500;
}
.homClinic_tel .homClinic_tel-first dt span {
  color: #41a826;
}
.homClinic_tel .homClinic_tel-again dt span {
  color: #f74f4f;
}
.homClinic_tel .homClinic_tel-first dd {
  color: #41a826;
  position: relative;
  /* padding-left: 40px;*/
  margin-top: -8px;
}
.homClinic_tel .homClinic_tel-again dd {
  color: #f74f4f;
  position: relative;
  /* padding-left: 40px;*/
  margin-top: -8px;
}
.homClinic_tel .homClinic_tel-first dd span, .homClinic_tel .homClinic_tel-again dd span {
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 35px;
  height: 35px;
  border: 3px solid #41a826;
  border-radius: 50%;
  font-size: 18px;
  line-height: 31px;
  font-weight: 600;
  margin-right: 5px;
  text-align: center;
}
.homClinic_tel .homClinic_tel-again dd span {
  border: 3px solid #f74f4f;
}
.homClinic_tel-second_note {
  font-size: 0.875rem !important;
  color: #f74f4f;
  text-align: right;
}
.homClinic_tel em {
  font-style: normal;
}
.li-homMainMenu li dt {
  font-size: 2.5rem;
  font-weight: 500;
}
.li-homMainMenu li dt .li-homMainMenu-s {
  font-size: 1.875rem;
}
.li-homMainMenu li.li-homMainMenu-ear .li-homMainMenu-l {
  color: #ff4f4f;
}
.li-homMainMenu li.li-homMainMenu-nose .li-homMainMenu-l {
  color: #2cb7ff;
}
.li-homMainMenu li.li-homMainMenu-throat .li-homMainMenu-l {
  color: #e27500;
}
.li-homSubMenu li dt {
  font-size: 1.375rem;
  font-weight: 500;
}
.li-homMainMenu li .btn-homMainMenu a, .li-homSubMenu li .btn-homSubMenu a {
  display: block;
  padding: 15px;
  font-weight: 600;
  border-radius: 5px;
}
.li-homMainMenu li.li-homMainMenu-ear .btn-homMainMenu a {
  background: #ffdfd3;
  color: #ff4f4f;
}
.li-homMainMenu li.li-homMainMenu-nose .btn-homMainMenu a {
  background: #c9e8f8;
  color: #2a86ba;
}
.li-homMainMenu li.li-homMainMenu-throat .btn-homMainMenu a {
  background: #ffe178;
  color: #e27500;
}
.li-homSubMenu li .btn-homSubMenu a {
  background: #f1e3be;
  color: #3f2100;
}
#homNews dl {
  font-size: 0.875rem;
  margin: 30px 0 15px;
}
#homNews dt {
  margin-bottom: 0;
}
#homNews dd {
  border-bottom: 1px dotted #3f2100;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#btnMore a {
  display: block;
  padding: 5px 0;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background: #3f2100;
}
#homNews {
  background: #f9f0cd;
  position: relative;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

pcSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width:768px) {
  .pcNoDisplay {
    display: none !important;
  }
  a:hover[href^="tel:"] {
    text-decoration: none;
  }
  /* hover */
  a:hover {
    opacity: .8 !important;
    filter: alpha(opacity=80);
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  a img:hover {
    opacity: .8 !important;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .clickable:hover {
    filter: alpha(opacity=80) !important;
    opacity: .8 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .clickable:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .inrContent {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
  }
  /* fade in up 
--------------------------------------------------- */
  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
  }
  .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  /* header 
------------------------------------------------------- */
  #header {
    position: relative;
  }
  .hdIllustLogo {
    position: absolute;
    z-index: 999999;
    top: 142px;
    left: 50%;
    margin-left: -104px;
  }
  #hdWrapper {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    padding: 40px 0 22px;
    position: relative;
  }
  #headLine {
    font-size: 0.8125rem;
    line-height: 1.4;
    position: absolute;
    left: 0;
    top: 40px;
  }
  #headLogo {
    text-align: center;
  }
  #hdTel {
    position: absolute;
    z-index: 99999;
    top: 30px;
    right: 0;
  }
  #hdTel dt {
    font-size: 0.75rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
  }
  #hdTel dt.hdTel-first span {
    color: #41a826;
    font-weight: 600;
  }
  #hdTel dt.hdTel-again span {
    color: #f74f4f;
    font-weight: 600;
  }
  #hdTel dd {
    font-weight: 500;
    font-size: 1.625rem;
    position: relative;
    padding-left: 35px;
    line-height: 1.3;
  }
  #hdTel dd.hdTel-first {
    color: #41a826;
  }
  #hdTel dd.hdTel-again {
    color: #f74f4f;
  }
  #hdTel dd span {
    position: absolute;
    display: block;
    font-weight: 600;
    font-size: 0.9375rem;
    margin-right: 5px;
    top: 2px;
    left: 0;
    height: 30px;
    line-height: 28px;
    width: 30px;
    text-align: center;
  }
  #hdTel dd.hdTel-first {
    margin-bottom: 5px;
  }
  #hdTel dd.hdTel-first span {
    border: 2px solid #41a826;
    border-radius: 50%;
  }
  #hdTel dd.hdTel-again span {
    border: 2px solid #f74f4f;
    border-radius: 50%;
  }
  .hdTel-again_note {
    color: #f74f4f;
    text-align: right;
    font-weight: 500;
    font-size: 0.75rem;
    margin-top: -5px;
  }
  #navGlobal {
    width: 100%;
    min-width: 1080px;
    position: absolute;
    z-index: 99999;
    top: 150px;
    left: 0;
    background: url(../../img/common/bg-navGlobal-01_pc.png) center bottom no-repeat;
  }
  .inrNavGlobal {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    padding-top: 15px;
    font-family: "Roboto", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  }
  #navGlobal ul li {
    float: left;
    text-align: center;
    font-weight: 600;
  }
  #navGlobal ul li:nth-child(2) {
    margin-top: 10px;
  }
  #navGlobal .navGlobal-left li:nth-child(3) {
    margin-top: 25px;
  }
  #navGlobal .navGlobal-right li:first-child {
    margin-top: 25px;
  }
  #navGlobal ul li a {
    display: block;
    padding: 30px 20px 10px;
    position: relative;
    color: #3f2100;
  }
  #navGlobal ul.navGlobal-left li a {
    padding: 30px 30px 10px;
  }
  #navGlobal ul li a:hover, #navGlobal ul li a.current {
    color: #e57c00
  }
  #navGlobal ul li span {
    display: block;
    font-size: 0.625rem;
    margin-top: -2px;
    font-weight: normal;
  }
  .navGlobal-left {
    float: left;
  }
  .navGlobal-right {
    float: right;
  }
  #navGlobal ul li a:before {
    top: 0;
    font-size: 1.25rem;
    left: 50%;
    margin-left: -10px;
    font-weight: normal;
    color: #e57c00;
  }
  /* footer
----------------------------------------------------- */
  .ft-info-wrapper {
    min-width: 1080px;
  }
  .ft-info-wrapper_inner {
    width: 780px;
    min-width: 780px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .ft-info-wrapper_inner h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .ft-info-wrapper_inner h2 span {
    display: block;
    font-size: 0.875rem;
  }
  .ft-info_inner_wrapper {
    margin-bottom: 30px;
  }
  .ft-info_address {
    width: 480px;
    float: left;
  }
  .ft-info_calender {
    width: 240px;
    float: right;
  }
  .ft-info_address_tel, .ft-info_address_txt {
    margin-bottom: 10px;
  }
  .ft-info_address_tel li {
    float: left;
  }
  .ft-info_address_tel li:first-child {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px dotted #333;
  }
  /* home 
---------------------------------------------------- */
  #homVisual {
    background: url(../../img/home/bg-homVisual-01.jpg) center bottom no-repeat;
    background-size: cover;
    height: 670px;
    width: 100%;
    min-width: 1080px;
  }
  /* point */
  .point .inrContent {
    padding: 55px 0 90px;
    display: table;
  }
  .ptHx {
    display: table-cell;
    width: 270px;
    padding-right: 15px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 1.5rem;
  }
  .ptContent {
    width: 810px;
    padding-left: 15px;
    display: table-cell;
  }
  .point h3 {
    margin: 30px 0 5px;
    font-weight: 600;
  }
  .point h3:first-of-type {
    margin-top: 0;
  }
  table.schedule {
    width: 100%;
    margin-bottom: 0;
  }
  .point p:last-child {
    margin-bottom: 0;
  }
  /* vac */
  .pointWrap .point:nth-of-type(2) .tb-homContent {
    display: none;
  }
  .pointWrap .point:nth-of-type(2) h2 {
    display: none;
  }
  .tb-homContent {
    position: absolute;
    width: 142px;
    height: auto;
    left: 50%;
    top: -60px;
    margin-left: -71px;
  }
  #homGreeting {
    position: relative;
    padding: 80px 0 0;
  }
  .ttl-homGreetingBlock {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    text-align: center;
  }
  .ttl-homGreeting {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .ic-homGreeting li {
    width: 150px;
  }
  .inr-homGreeting {
    width: 100%;
    margin-top: 60px;
    display: table;
  }
  .inr-homGreeting_txt {
    width: 50%;
    display: table-cell;
  }
  .inr-homGreeting_img {
    width: 50%;
    display: table-cell;
  }
  .inr-homGreeting_txtarea {
    width: 540px;
    padding: 20px 40px 90px 0;
    float: right;
  }
  .inr-homGreeting_txtarea p {
    line-height: 2;
  }
  #btn-homFirst a {
    width: 330px;
  }
  #homFeature {
    padding: 80px 0 50px;
  }
  .hx-homFeature {
    text-align: center;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.4;
    margin-bottom: 70px;
  }
  .li-homFeature {
    margin: 0;
  }
  .li-homFeature li {
    width: 25%;
    padding: 0 15px;
    float: left;
    text-align: center;
    position: relative;
  }
  .li-homFeat01 .num-homFeature {
    top: -30px;
    left: 0;
  }
  .li-homFeat02 .num-homFeature {
    top: 0;
    left: 0;
  }
  .li-homFeat03 .num-homFeature {
    top: -10px;
    right: 30px;
  }
  .li-homFeat04 .num-homFeature {
    top: -45px;
    right: 0;
  }
  .li-homFeat01, .li-homFeat04 {
    margin-top: -80px;
  }
  .img-homFeature img {
    width: 100%;
  }
  .li-homFeature-content dt a {
    color: #f9616f;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .li-homFeature-content dd {
    font-size: 0.875rem;
  }
  #homClinic {
    padding: 140px 0 80px;
    overflow: hidden;
  }
  .homClinicTop-left {
    position: absolute;
    left: -71px;
    top: -140px;
    height: 60px;
  }
  .homClinicTop-right {
    position: absolute;
    left: 50%;
    margin-left: 71px;
    top: -140px;
    height: 60px;
  }
  .tb-homContent-clinic {
    top: -140px;
  }
  .inr-homClinic_content {
    width: 1080px;
    margin: 0 auto;
    min-width: 1080px;
    padding: 55px 105px 60px;
  }
  .homClinic {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
  .homClinic_address {
    width: 510px;
    float: left;
  }
  .homClinic_calender {
    width: 315px;
    float: right;
  }
  .homClinic_tel-first {
    float: left;
  }
  .homClinic_tel-again {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px dotted #3f2100;
  }
  #homClinicMap {
    position: relative;
  }
  .ic-homClinicMap {
    line-height: 1.6;
    padding-top: 50px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    background: #ee9624;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: 425px;
  }
  #homMenu, #homNews {
    position: relative;
  }
  .inr-homMenu {
    width: 1080px;
    margin: 0 auto;
    min-width: 1080px;
    padding: 60px 0 110px;
  }
  .hx-homMenu, .hx-homNews {
    text-align: center;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .li-homMainMenu, .li-homSubMenu {
    margin-bottom: 40px;
  }
  .li-homMainMenu li, .li-homSubMenu li {
    width: 33.3333333333%;
    float: left;
    text-align: center;
    padding: 0 15px;
  }
  .inr-homNews {
    width: 870px;
    margin: 0 auto;
    padding: 60px 0;
  }
  #btnMore {
    overflow: hidden;
    margin: 0;
  }
  #btnMore a {
    float: right;
    width: 110px;
  }
  /* navLocal
---------------------------------------------------- */
  #navLocalPC {
    margin-bottom: 50px;
  }
  #navLocalPC ul {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
  }
  #navLocalPC ul li {
    font-size: 1rem;
    display: inline-block;
    border: 2px solid #f0ac54;
    margin: 5px;
  }
  /*
  #navLocalPC ul li:first-child {
    border-radius: 5px 0 0 5px;
  }
*/
  /*
  #navLocalPC ul li:last-child {
    border-radius: 0 5px 5px 0;
  }
*/
  #navLocalPC ul li a {
    display: block;
    padding: 10px 50px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: #f0ac54;
  }
  #navLocalPC ul li a.current, #navLocalPC ul.first li a.parentsLink, #navLocalPC ul li a:hover {
    background: url(../../img/common/bg-body-01.png) 0 0 repeat;
    color: #f0ac54;
    text-decoration: none;
  }
  /* page setting 
--------------------------------------------------- */
  #pageVisual {
    padding-top: 185px;
    padding-bottom: 55px;
    position: relative;
  }
  #pageVisual h1 {
    width: 1080px;
    margin: 0 auto;
    font-size: 1.875rem;
    min-width: 1080px;
    color: #fff;
    text-shadow: 0px 0px 5px #000000;
  }
  #pageVisual h1 span {
    margin-right: 10px;
  }
  #ic-pageCat {
    margin: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 142px;
    height: 60px;
    margin-left: -71px;
    color: #fff !important;
    text-shadow: 0px 0px 5px #000000;
  }
  .topicPath {
    width: 1080px;
    height: 50px;
    margin: 0 auto;
    min-width: 1080px;
  }
  .topicPath li {
    line-height: 50px;
  }
  .pageTitle {
    width: 1080px;
    margin: 0 auto 30px;
    min-width: 1080px;
    text-align: center;
    font-size: 2.125rem;
    font-weight: 600;
  }
  /* pageparts
-------------------------------------------------- */
  #mainContent {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
  }
  .wrapContent {
    position: relative;
    margin-bottom: 80px !important;
  }
  /* p,ul,dl,div */
  #mainContent div, #mainContent section, #mainContent table {
    margin-bottom: 20px;
  }
  /* hx */
  .hA {
    margin: 40px 0 20px;
  }
  .hA:first-of-type {
    margin-top: 0;
  }
  .hB {
    margin: 0 0 25px;
  }
  .hC {
    margin-bottom: 25px;
  }
  .hD {
    margin-bottom: 20px;
  }
  /* list */
  dt {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .decBox01 {
    padding: 25px;
    margin-bottom: 30px;
  }
  .decBox02 {
    padding: 25px;
    margin-bottom: 30px;
  }
  .decBox03, .decBox04 {
    padding: 25px;
    margin-bottom: 30px;
  }
  /* table */
  .tblB, .tblTBL {
    display: table;
    width: 100%;
    margin-bottom: 0 !important;
    border: 1px solid #b9a186;
    border-bottom: 0;
  }
  .tblTR {
    display: table-row;
  }
  .tblTH {
    display: table-cell;
    vertical-align: middle;
    background: #f9f0cd;
    border-bottom: 1px solid #b9a186;
    padding: 10px;
  }
  .tblTD {
    vertical-align: middle;
    padding: 10px;
    display: table-cell;
    border-left: 1px solid #b9a186;
    border-bottom: 1px solid #b9a186;
  }
  .noPDG {
    padding: 0;
  }
  .noBB {
    border-bottom: 0;
  }
  .tblTD .tblTBL {
    border: none;
  }
  /* float */
  .contBoxA, .contBoxB, .contBoxC {
    overflow: hidden;
  }
  .contBoxA .contBox-L, .contBoxB .contBox-L, .contBoxC .contBox-L {
    float: left;
    width: 40%;
  }
  .contBoxA .contBox-R, .contBoxB .contBox-R, .contBoxC .contBox-R {
    float: right;
    width: 60%;
    padding-left: 30px;
  }
  .contBoxD .contBox-R, .contBoxE .contBox-R, .contBoxF .contBox-R {
    float: right;
    width: 40%;
  }
  .contBoxD .contBox-L {
    float: left;
    width: 60%;
    padding-right: 30px;
  }
  .contBoxE .contBox-R, .contBoxF .contBox-R {
    margin: 0 0 30px 30px;
  }
  .columBoxA .columBox {
    float: left;
    width: 48%;
  }
  .columBoxA .columBox:nth-child(even) {
    float: right;
  }
  .columBoxA .columBox2 {
    float: left;
    width: 65%;
  }
  .columBoxA .columBox1 {
    float: right;
    width: 32.5%;
  }
  .columBoxB .colum-L, .columBoxB .colum-C, .columBoxB .colum-R {
    float: left;
    width: 30%;
    margin-right: 5%;
  }
  .columBoxB .colum-R {
    margin-right: 0;
  }
  /* step */
  .stepBlock {
    border: 1px solid #ccc;
    padding: 30px;
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 60px !important;
  }
  .stepBlock.stepLast {
    margin-bottom: 0 !important;
  }
  .stepBlock:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0d7";
    bottom: -60px;
    left: 50%;
    font-size: 40px;
    margin-left: -20px;
  }
  .stepBlock.stepLast:after {
    content: none;
  }
  .stepTitle {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
  }
  .stepTitle span {
    display: inline-block;
    padding: 3px 5px;
    margin: 0 10px 5px 0;
    border-radius: 3px;
  }
  .contStep-L {
    display: table-cell;
    width: 40%;
    padding-left: 30px;
    vertical-align: top;
  }
  .contStep-R {
    vertical-align: top;
    display: table-cell;
  }
  .columBox img, .contBox-L img, .contBox-R img, .contStep-L img {
    width: 100%;
  }
  /* menu/influenza -----------------------------*/
  .contBoxLink {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .contBoxLink p:last-child {
    margin-bottom: 0px;
  }
  .contBoxLink .contBox-L {
    float: left;
    width: 20%;
  }
  .contBoxLink .contBox-R {
    float: right;
    width: 80%;
    padding-left: 30px;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

tabletSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 2001px) {
  #navGlobal {
    background: url(../../img/common/bg-navGlobal-01_pc.png) center bottom no-repeat;
    background-size: 100% auto;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

spSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  .spNoDisplay, .hdTel {
    display: none;
  }
  a:hover {
    text-decoration: none !important;
  }
  img {
    width: 100%;
  }
  .inrContent {
    width: 92%;
    margin: 0 auto;
  }
  /* header  ---------------------------------------------------- */
  #header {
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 9999;
  }
  .hdWrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../../img/common/bg-body-01.png) 0 0 repeat;
  }
  #logo {
    padding: 10px 4%;
  }
  #logo img {
    max-height: 50px;
    width: auto;
    max-width: 70%
  }
  .sp-btnMenu {
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    text-align: center;
    background: #fadd8f;
    color: #e57c00;
    position: absolute;
    right: 10px;
    border-radius: 5px;
    line-height: 50px;
    top: 10px;
  }
  #sp-hdTel {
    z-index: 99999;
    position: fixed;
    top: 70px;
    width: 100%;
    margin: 0;
    text-align: center;
    height: 50px;
    padding: 10px 0;
    color: #fff;
    background: #e57c00;
    font-size: 1.0625rem;
    font-weight: 600;
  }
  #sp-hdTel:after {
    font-family: "FontAwesome";
    content: "\f107";
    right: 0;
    margin-left: 1rem;
  }
  #sp-hdTel:before {
    font-family: "FontAwesome";
    content: "\f095 ";
    left: 0;
    margin-right: 1rem;
  }
  #sp-hdTelBlock {
    z-index: 99999;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    background: #e57c00;
    padding: 0 4% 4%;
    display: none;
  }
  .sp-hdTelNum {
    display: table;
    width: 100%;
    background: #fbe9b9;
    border-radius: 3px;
    padding: 4%;
  }
  .sp-hdTel_first {
    margin-bottom: 5px;
  }
  .sp-hdTelNum h2 {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .sp-hdTelNum h2 span {
    font-size: 0.9375rem;
    font-weight: 600;
  }
  .sp-hdTel_first h2 span {
    color: #41a826;
  }
  .sp-hdTel_again h2 span {
    color: #f74f4f;
  }
  .sp-hdTelNum h2 span.sp-hdTel_again_txt {
    font-weight: normal;
    font-size: 0.75rem;
  }
  .sp-hdTelNum .sp-hdTel_number {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding-left: 20px;
  }
  .sp-hdTel_number {
    font-weight: 500;
    font-size: 1.2875rem;
  }
  .sp-hdTel_first .sp-hdTel_number, .sp-hdTel_first .sp-hdTel_number a {
    color: #41a826;
  }
  .sp-hdTel_again .sp-hdTel_number, .sp-hdTel_again .sp-hdTel_number a {
    color: #f74f4f;
  }
  .sp-hdTel_number p {
    margin: 0 0 -5px;
    font-size: 0.75rem;
  }
  /* navGlobal ---------------------------------------------- */
  .sp-btnMenu {
    cursor: pointer;
  }
  #navGlobal {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #fadd8f;
  }
  #navGlobal ul {
    margin: 0;
  }
  #navGlobal li {
    border-bottom: 1px solid #fff;
    position: relative;
  }
  #navGlobal li a {
    color: #e57c00;
    display: block;
    padding: 2.133% 40px;
  }
  #navGlobal li a span {
    margin-left: 2.666%;
    font-size: 0.75rem;
  }
  #navGlobal li a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 2.66%;
    top: 50%;
    margin-top: -0.8rem;
  }
  #navGlobal li a:before {
    position: absolute;
    left: 15px;
  }
  #navGlobal li a.current {
    background: #e57c00;
    color: #fff;
  }
  /* footer ------------------------------------------------------- */
  .ft-info-wrapper_inner {
    padding: 6% 4%;
    font-size: 0.875rem;
  }
  .ft-info-wrapper_inner h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.175rem;
    margin-bottom: 20px;
  }
  .ft-info-wrapper_inner h2 span {
    font-size: 0.75rem;
    display: block;
  }
  .ft-info_address, .ft-info_calender {
    margin-bottom: 8%;
  }
  .ft-info_address_tel {
    margin-bottom: 10px;
  }
  .ft-info_address_tel li {
    width: 47.8%;
    float: left;
  }
  .ft-info_address_tel li:last-child {
    float: right;
  }
  .tblTimeTable th {
    padding: 5px;
  }
  .tblTimeTable td {
    padding: 5px;
  }
  .ft-info_address_txt {
    margin-bottom: 5px;
  }
  /* home --------------------------------------------------------- */
  #homVisual {
    background: url(../../img/home/bg-homVisual-01.jpg) center bottom no-repeat;
    background-size: cover;
    padding-top: 40%;
  }
  /* point */
  .point {
    padding: 6% 0 15% 0;
  }
  .ptHx {
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  /*
.tblScroll{
 overflow: auto;
 white-space: nowrap;
}
.tblScroll::-webkit-scrollbar{
 height: 5px;
}
.tblScroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.tblScroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
*/
  /*-----------------------
table.schedule {
	display: block; 
	width: auto !important;
	margin:10px 10% 15px 10%;
	border-collapse: collapse;
	}

table.schedule tbody{ 
	display: block;
	width: 100%;
	float: left;
	}

table.schedule th, 
table.schedule td {
	text-align: center;
	padding: 10px 5px;
	display: block;
	}
table.schedule th{ 
	}
table.schedule td br {
	display:block;
	}
table.schedule th br{ 
	display: none;
	}
table.schedule th br.sp_br {
	display:block !important;
	}

  
table.schedule thead tr{
	display: block; 
	}

table.schedule tbody tr{ 
	width: 33.33333%;
	display: block;	
	float: left;
	}
table.schedule th, 
table.schedule td {
	margin-top:-1px;
	margin-left:-1px;
	}
table.schedule{ zoom:100%;	}
table.schedule:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
 */
  /*横に長いテーブルを縦にレイアウト変更：長期休診用*/
  table.schedule {
    display: block;
    width: auto !important;
    margin: 10px 5% 15px 5%;
    border-collapse: collapse;
  }
  table.schedule thead {
    display: block;
    float: left;
    width: 35%;
  }
  table.schedule tbody {
    display: block;
    width: 65%;
    float: left;
  }
  table.schedule th, table.schedule td {
    text-align: center;
    padding: 5px 2px;
    display: block;
  }
  table.schedule th {}
  table.schedule td br {
    display: block;
  }
  table.schedule th br {
    display: none;
  }
  table.schedule th br.sp_br {
    display: block !important;
  }
  table.schedule thead tr {
    display: block;
  }
  table.schedule tbody tr {
    width: 50%;
    display: block;
    float: left;
  }
  table.schedule th, table.schedule td {
    margin-top: -1px;
    margin-left: -1px;
    white-space: nowrap;
    font-size: 0.8em;
  }
  table.schedule {
    zoom: 100%;
  }
  table.schedule:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /*-----------------------------*/
  /*スマホでも横にレイアウト変したい時：長期休診用*/
  table.schedule.schedule_y {
    display: table;
    width: 100% !important;
    margin: 5px 0;
    border-collapse: collapse;
  }
  table.schedule.schedule_y thead {
    display: table-header-group;
    float: none;
    width: 100%;
  }
  table.schedule.schedule_y tbody {
    display: table-row-group;
    width: 100%;
    float: none;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    text-align: center;
    padding: 3px 1px;
    display: table-cell;
    font-weight: normal;
  }
  table.schedule.schedule_y th {}
  table.schedule.schedule_y td br {
    display: block;
  }
  table.schedule.schedule_y th br {
    display: block !important;
  }
  table.schedule.schedule_y th br.sp_br {
    display: none !important;
  }
  table.schedule.schedule_y thead tr {
    display: table-row;
  }
  table.schedule.schedule_y tbody tr {
    width: 100%;
    display: table-row;
    float: none;
  }
  table.schedule.schedule_y tbody tr th {
    width: 2em;
    padding: 1px 2px;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    /*height:20px;*/
    margin-top: -1px;
    margin-left: -1px;
  }
  table.schedule.schedule_y {
    zoom: 100%;
  }
  table.schedule.schedule_y:after {
    content: ".";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  table.schedule.schedule_y {
    font-size: 12px;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    vertical-align: middle !important;
  }
  /*-----------------------------*/
  .point h3 {
    margin-top: 30px;
    font-weight: 600;
  }
  .point h3:first-of-type {
    margin-top: 0;
  }
  .point p:last-child {
    margin-bottom: 0;
  }
  .tb-homContent {
    position: absolute;
    width: 89px;
    height: auto;
    top: -39px;
    left: 50%;
    margin-left: -44.5px;
  }
  /* vac */
  .pointWrap .point:nth-of-type(2) .tb-homContent {
    display: none;
  }
  .pointWrap .point:nth-of-type(2) h2 {
    display: none;
  }
  /*-----------------------------*/
  #homGreeting {
    position: relative;
    padding: 10% 0 0;
  }
  .ttl-homGreetingBlock {
    padding: 0 4% 10px;
    text-align: center;
  }
  .ttl-homGreeting {
    margin-bottom: 15px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .inr-homGreeting_txt {
    padding: 0 4% 4%;
  }
  .inr-homGreeting_img {
    padding-top: 50%;
  }
  #homFeature {
    padding: 8% 0 2%;
  }
  .hx-homFeature {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .li-homFeature {
    margin: 0;
  }
  .li-homFeature li {
    width: 47%;
    float: left;
    margin-top: 30px;
    position: relative;
    text-align: center;
  }
  .li-homFeature li:nth-child(even) {
    float: right;
  }
  .num-homFeature {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.25rem;
    top: -15px;
  }
  .li-homFeature li dd {
    font-size: 0.875rem;
    text-align: left;
  }
  .li-homFeature-content dt a {
    color: #f9616f;
    font-weight: 500;
  }
  #homClinic {
    padding: 75px 4% 10%;
    overflow: hidden;
  }
  .homClinicTop-left {
    position: absolute;
    left: -44.5px;
    top: -75px;
    height: 39px;
  }
  .homClinicTop-right {
    position: absolute;
    left: 50%;
    margin-left: 44.5px;
    top: -75px;
    height: 39px;
  }
  .tb-homContent-clinic {
    top: -75px;
  }
  .inr-homClinic_content {
    padding: 8% 6%;
  }
  .homClinic {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .homClinic_tel-second_note {
    text-align: left;
  }
  .homClinic_tel {
    margin-bottom: 10px;
  }
  .homClinic_tel-first a {
    color: #41a826;
  }
  .homClinic_tel-again a {
    color: #f74f4f;
  }
  .homClinic_address h3 span {
    display: none !important;
  }
  #homClinicMap {
    position: relative;
  }
  .ic-homClinicMap {
    position: absolute;
    width: 90px;
    height: 90px;
    padding-top: 10px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #ee9624;
    line-height: 1.4;
    right: 4%;
    bottom: 6%;
  }
  #homMenu {
    position: relative;
  }
  .inr-homMenu {
    padding: 8% 4% 15%;
  }
  .hx-homMenu, .hx-homNews {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  .li-homMainMenu li {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .li-homMainMenu dt {
    font-size: 1.875rem !important;
  }
  .li-homMainMenu li p {
    text-align: center;
  }
  .li-homMainMenu-img {
    width: 40%;
    float: left;
    padding-right: 20px;
  }
  .li-homMainMenu dl {
    float: left;
    width: 60%;
  }
  .btn-homMainMenu {
    clear: both;
  }
  .li-homSubMenu {
    margin: 0;
  }
  .li-homSubMenu li {
    width: 48%;
    float: left;
    margin-bottom: 20px;
  }
  .li-homSubMenu li:nth-child(even) {
    float: right;
  }
  .li-homSubMenu li:last-child {
    width: 100%;
  }
  .li-homSubMenu li:last-child .li-homSubMenu-img {
    width: 48%;
    margin: 0 auto 15px;
  }
  .li-homSubMenu li:last-child dd {
    text-align: center;
  }
  .li-homSubMenu li dt {
    font-size: 1.25rem !important;
    text-align: center;
    margin-bottom: 10px;
  }
  .li-homSubMenu li dd {
    font-size: 0.875rem;
  }
  .btn-homSubMenu {
    text-align: center;
  }
  .inr-homNews {
    padding: 8% 4%;
  }
  #btnMore {
    margin: 0;
  }
  #btnMore a {
    width: 50%;
    margin: 0 auto;
  }
  /* localnavi ---------------------------------------------------- */
  #navLocalSP ul {
    margin: 0;
  }
  #navLocalSP ul li a {
    display: block;
    border-top: 1px solid #ccc;
    padding: 3% 4%;
    position: relative;
  }
  #navLocalSP ul li a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 4%;
    top: 50%;
    margin-top: -15px;
  }
  .navLocal-ttl {
    background: #3f2100;
    color: #fff;
    padding: 3% 4%;
  }
  /* container ----------------------------------------------------- */
  #container {
    padding-top: 120px;
  }
  /* page setting  ------------------------------------------------- */
  #pageVisual {
    padding: 30px 30px 50px;
    display: table;
    width: 100%;
    position: relative;
  }
  #pageVisual h1 {
    display: table-cell;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 1.378rem;
    text-shadow: 0px 0px 5px #000000;
  }
  #pageVisual h1 span {
    margin-right: 10px;
  }
  #ic-pageCat {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    text-align: center;
    width: 89px;
    height: auto;
    margin-left: -44.5px;
    color: #fff;
  }
  ol.topicPath {
    line-height: 1.2;
    padding: 2% 4%;
  }
  .pageTitle {
    padding: 4%;
    text-align: center;
    font-size: 1.275rem;
    font-weight: 600;
  }
  /* -----------------------------------------------------

 module
 
------------------------------------------------------- */
  #mainContent {
    padding: 0 4% 6%
  }
  .wrapContent {
    margin-bottom: 8.95% !important;
  }
  /* p,ul,dl,div */
  #mainContent div, #mainContent section, #mainContent table {
    margin-bottom: 2.98%;
  }
  /* hx */
  .hA {
    font-size: 1.25rem;
    margin: 11.94% 0 5%;
    padding: 10px 0;
  }
  .hA:first-of-type {
    margin-top: 0;
  }
  .hB {
    margin: 0 0 4.47%;
    padding: 1.49% 4.7%;
  }
  .hC {
    margin: 0 0 4.47%;
  }
  .hD {
    margin: 0 0 2.98%;
  }
  /* list */
  dt {
    font-weight: bold;
    margin-bottom: 1.49%;
  }
  .decBox01, .decBox02, .decBox03, .decBox04 {
    padding: 4.47%;
  }
  /* table */
  .tblB, .tblTBL {
    width: 100%;
  }
  .tblTBL {
    margin-bottom: 0 !important;
  }
  .tblTH {
    padding: 1.492% 2.98%;
    background: #f9f0cd;
    margin-bottom: 0 !important;
  }
  .tblTD {
    background: #fff;
    padding: 1.492% 2.98%;
    margin-bottom: 0 !important;
  }
  .sp-tblTD {
    padding-top: 2.98%;
  }
  /* float */
  .contBoxB {
    display: table;
    width: 100%;
  }
  .contBoxB .contBox-L {
    display: table-cell;
    padding-right: 5.97%;
    width: 50%;
    vertical-align: top;
  }
  .contBoxB .contBox-R {
    display: table-cell;
    vertical-align: top;
  }
  .contBoxC .contBox-L, .contBoxF .contBox-R {
    display: none;
  }
  .contBoxE .contBox-R {
    float: right;
    margin-left: 5.97%;
    width: 50%;
  }
  .contBoxLink .contBox-L {
    float: left;
    width: 45%;
  }
  .contBoxLink .contBox-R {
    float: right;
    width: 55%;
    padding-left: 30px;
  }
  /* step */
  .stepBlock {
    border: 1px solid #ccc;
    padding: 15px;
    position: relative;
    margin-bottom: 10% !important;
  }
  .stepBlock.stepLast {
    margin-bottom: 0 !important;
  }
  .stepBlock:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0d7";
    bottom: -45px;
    left: 50%;
    font-size: 40px;
    margin-left: -20px;
  }
  .stepBlock.stepLast:after {
    content: none;
  }
  .stepTitle {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .stepTitle span {
    display: inline-block;
    padding: 2px 5px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 1rem;
  }
  .contStep-L {
    vertical-align: top;
  }
  .contStep-R {
    vertical-align: top;
  }
}
/* 	col2, col3, col4
---------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  /* col2
	-------------------------------------------------- */
  /*.col2 { padding-top: 1px;}*/
  .col2 li {
    float: left;
    width: 48.979%;
    margin: 0 0 15px 2.0408%;
  }
  .col2 li:nth-child(2n+1) {
    margin-left: 0;
  }
  /* col3
	-------------------------------------------------- */
  .col3 {}
  .col3 li {
    float: left;
    width: 32%;
    margin: 0 0 15px 2%;
  }
  .col3 li:nth-child(3n+1) {
    margin-left: 0;
  }
  /* col4
	-------------------------------------------------- */
  .col4 {}
  .col4 li {
    float: left;
    width: 23.4693%;
    margin: 0 0 15px 2.0408%;
  }
  .col4 li:nth-child(4n+1) {
    margin-left: 0;
  }
}
/* 	float
---------------------------------------------------------- */
.fl {
  display: inline;
  float: left;
}
.fr {
  display: inline;
  float: right;
}
@media (min-width: 641px) {
  /* PC用 */
  img.fl {
    margin: 0 25px 25px 0;
  }
  img.fr {
    margin: 0 0 25px 25px;
  }
}
@media (max-width: 640px) {
  /* SP用 */
  img {
    width: 100%;
    height: auto;
  }
  img.fl {
    margin: 0 15px 15px 0;
  }
  img.fr {
    margin: 0 0 15px 15px;
  }
  .spfl {
    margin: 0 15px 15px 0;
  }
  .spfr {
    margin: 0 0 15px 15px;
  }
}
@media (min-width: 641px) {
  .w120 {
    width: 120px !important;
  }
  .w150 {
    width: 150px !important;
  }
  .w180 {
    width: 180px !important;
  }
  .w200 {
    width: 200px !important;
  }
  .w240 {
    width: 240px !important;
  }
  .w300 {
    width: 300px !important;
  }
  .w320 {
    width: 320px !important;
  }
  .w370 {
    width: 400px !important;
  }
  .w400 {
    width: 400px !important;
  }
  .w640 {
    width: 640px !important;
  }
  .w690 {
    width: 690px !important;
  }
  .w700 {
    width: 700px !important;
  }
  .w720 {
    width: 720px !important;
  }
  .w740 {
    width: 740px !important;
  }
  .w840 {
    width: 840px !important;
  }
  .w860 {
    width: 860px !important;
  }
}
@media (max-width: 640px) {
  /* SP用 */
  .w20p {
    width: 20% !important;
  }
  .w25p {
    width: 25% !important;
  }
  .w30p {
    width: 30% !important;
  }
  .w35p {
    width: 35% !important;
  }
  .w40p {
    width: 40% !important;
  }
  .w50p {
    width: 50% !important;
  }
  .w60p {
    width: 60% !important;
  }
  .w70p {
    width: 70% !important;
  }
  .w80p {
    width: 80% !important;
  }
  .w100p {
    width: 100% !important;
  }
}
.clear {
  clear: both;
}
img.w100p {
  width: 100% !important;
  height: auto;
}
/* menu
-------------------------------------------------- */
.decBox03 ol li {
  margin-bottom: .7em;
}
.mame {
  position: relative;
}
@media (min-width: 768px) {
  /* tablet+PC用 */
  .screenshot img, .screenshot img:hover {
    width: 293px;
    height: auto;
  }
  .mame--img01 {
    position: absolute;
    top: -30px;
    right: -15px;
    z-index: 1001;
  }
  .decBox02.w840 .col2 li:nth-child(odd) {
    width: 40%;
  }
  .decBox02.w840 .col2 li:nth-child(even) {
    width: 57%;
  }
}
@media (min-width: 1024px) {
  /* PC用 */
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* tablet用 */
}
@media (max-width: 480px) {
  /* SP用 */
  .mame--img01 {
    margin-right: -24px;
    z-index: 11;
  }
}
/* menu */
.linkBtn {}
.linkBtn p {
  width: 320px;
  margin: 0 auto;
  text-align: center;
}
.linkBtn p a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #f0ac54;
  border-radius: 5px;
}
.bx--syoujo01:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.bx--syoujoInner li {
  margin-bottom: 8px;
  line-height: 2;
}
.ul--syoujo01, .ul--syoujo01 li, .ul--syoujo02 {
  position: relative;
}
.bx--syoujo02 {
  padding-top: 15px;
  border-top: 1px dashed #b6a87f;
  border-bottom: 1px dashed #b6a87f;
}
@media (min-width: 641px) {
  /* tablet+PC用 */
  .linkBtn {
    padding-top: 20px;
  }
  .bx--syoujo01 {
    margin: 0 50px 25px;
    padding: 0 0 5px;
    border-bottom: 1px dashed #b6a87f;
  }
  .bx--syoujo02 {
    width: 70%;
  }
  .bx--syoujoInner {
    display: table-cell;
  }
  .ul--syoujo01 {
    padding: 0 30px 0 0;
  }
  .ul--syoujo01 li {
    min-width: 220px;
    padding: 0 0.6em;
    border: 1px solid #3f2100;
  }
  .ul--syoujo01::after {
    content: '';
    position: absolute;
    right: 0;
    top: 1em;
    width: 18px;
    height: 2px;
    background: #006ea8;
  }
  /*--- 左側 ---*/
  /* 左側2段 */
  .ul--syoujo01_02::after {
    content: '';
    position: absolute;
    right: 0;
    top: 1em;
    width: 2px;
    height: 43px;
    background: #006ea8;
  }
  /* 左側3段 */
  .ul--syoujo01_03::after {
    content: '';
    position: absolute;
    right: 0;
    top: 1em;
    width: 2px;
    height: 86px;
    background: #006ea8;
  }
  /* 左側4段 */
  .ul--syoujo01_04::after {
    content: '';
    position: absolute;
    right: 0;
    top: 1em;
    width: 2px;
    height: 128px;
    background: #006ea8;
  }
  .ul--syoujo01_02 li::after, .ul--syoujo01_03 li::after, .ul--syoujo01_04 li::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0.95em;
    width: 18px;
    height: 2px;
    background: #006ea8;
  }
  .ul--syoujo02 li {
    position: relative;
    padding: 0 0 0 40px;
    background: url(../../img/page/menu/arrow01.png) 20px 0.6em no-repeat;
  }
  .ul--syoujo02 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.95em;
    width: 28px;
    height: 2px;
    background: #006ea8;
  }
  .ul--syoujo02 .ul--syoujo02, .ul--syoujo02 .ul--syoujo02 li {
    display: inline-block;
    margin: 0;
  }
  .ul--syoujo02 .ul--syoujo02 li {
    margin-left: 0.55em;
  }
  .ul0211::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.95em;
    width: 2px;
    height: 160px;
    background: #006ea8;
  }
  .ul0212::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.95em;
    width: 2px;
    height: 80px;
    background: #006ea8;
  }
  .ul0213::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.95em;
    width: 2px;
    height: 40px;
    background: #006ea8;
  }
  .fluBoxBtn {
    display: -webkit-flex;
    display: flex;
  }
  .fluBoxBtn p {
    width: 340px !important;
  }
  .fluBoxBtn p a {
    padding: 10px !important;
  }
}
@media (min-width: 1024px) {
  /* PC用 */
}
@media (min-width: 641px) and (max-width: 1023px) {
  /* tablet用 */
}
@media (max-width: 640px) {
  /* SP用 */
  .linkBtn p {
    width: 100%;
  }
  .bx--syoujoInner {
    margin-bottom: 0 !important;
  }
  .ul--syoujo01 li {
    position: relative;
    min-width: 220px;
    padding: 0 0.6em;
    border: 1px solid #3f2100;
  }
  .ul--syoujo01 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .ul--syoujo02, .ul--syoujo02 li ul {
    margin: 0 0 0 0.5em;
  }
  .ul--syoujo02 li {
    position: relative;
    padding: 0 0 0 40px;
    background: url(../../img/page/menu/arrow01.png) 21px 0.7em no-repeat;
  }
  .ul--syoujo02 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.95em;
    width: 28px;
    height: 2px;
    background: #006ea8;
  }
  .ul--syoujo02 li::after {
    content: '';
    position: absolute;
    left: 0em;
    top: 0em;
    width: 2px;
    height: 1em;
    background: #006ea8;
  }
  .fluBoxBtn p {
    margin-bottom: 20px !important;
  }
}
/* about
-------------------------------------------------- */
.ul--inh01 li {
  margin-bottom: 30px;
}
.ul--inh01 div {
  display: table-cell;
  vertical-align: middle;
}
.ul--inh01 div:nth-child(1) {
  width: 80px;
  padding-right: 15px;
}
.ul--inh01 div img {
  width: 100%;
  height: auto;
}
.ul--inh01 .hD {
  margin-bottom: .5em;
}
.ul--inh01 p {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  /* tablet+PC用 */
  .div--inh01 .fl {
    float: left;
    width: 40%;
  }
  .div--inh01 .fr {
    float: right;
    width: 57.5%;
  }
}
@media (min-width: 1024px) {
  /* PC用 */
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* tablet用 */
}
@media (max-width: 767px) {
  /* SP用 */
}
/* staff
-------------------------------------------------- */
#staff #mainContent {
  width: 100% !important;
}
.wpr {
  width: auto;
  min-width: 0;
  margin: 0 4% 6%;
}
.stf--0101 .photo {}
.stf--0101 .photo img {
  width: 100%;
  height: auto;
}
.stf--0101 .txt01 {}
.stf--0101 .sign {
  letter-spacing: .2em;
  text-align: right;
}
.stf--0101 .name {}
.stf--02 {
  /*background: #e1eff6;*/
  background: #f9f0cd url(../../img/page/staff/bg01.png) center center repeat;
  border-top: 3px solid #f5e4b1;
}
.stf--01, .stf--02 {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  /* tablet+PC用 */
  .stf--01 {
    padding: 0 0 120px;
    background: url(../../img/page/staff/bg_stf01_pc.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .stf--0101 .photo {
    position: absolute;
    left: 0%;
    top: 110px;
    width: 22%;
  }
  .stf--0101 .txt01 {
    margin: 0 25%;
    padding: 55px 0 0;
  }
  .stf--0101 .sign {}
  .stf--0101 .name {
    margin-left: .7em;
    font-size: 24px;
  }
  .stf--02 {
    padding: 60px 0 30px;
  }
  .columBoxA .columBox2 ul {
    float: left;
    width: 48%;
    margin-right: 3.5%;
  }
  .columBoxA .columBox2 ul:nth-child(2) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  /* PC用 */
  .wpr {
    position: relative;
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* tablet用 */
}
@media (max-width: 767px) {
  /* SP用 */
  #staff #mainContent {
    padding: 0 0 0;
  }
  .stf--0101 .photo {
    float: left;
    margin: 0 15px 15px 0;
    width: 35%;
  }
  .stf--02 {
    padding: 30px 0 30px;
  }
}
@media (max-width: 480px) {
  /* SP用 */
  .stf--01 {
    padding: 0 0 14rem;
    background: url(../../img/page/staff/bg_stf01_sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }
}
/*ストリートビュー　の縦サイズ*/
@media (min-width:768px) {
  .street_view iframe {
    height: 600px;
  }
}
@media (max-width: 767px) {
  /* SP用 */
  .street_view iframe {
    height: 300px;
  }
}
/*アクセスの地図　の縦サイズ*/
@media (min-width:768px) {
  .Google_map iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  /* SP用 */
  .Google_map iframe {
    height: 150px;
  }
}
/* access ------------------- */
@media (min-width:768px) {
  .access {
    display: table;
    width: 100%;
  }
  .access > li {
    float: left;
    width: 33.3333%;
    padding: 0 2.5%;
  }
  .access .photo {
    margin-bottom: 8px;
    text-align: center;
  }
  .access .photo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .access {}
  .access > li {
    margin-bottom: 10px;
  }
  .access .photo {
    width: 50%;
    margin: 0 auto 8px;
  }
  .access li .photo {
    float: left;
    margin: 0 3.5% 0 0;
  }
}
/* facility ------------------- */
@media (min-width:768px) {
  .columBoxE .columBox {
    float: left;
    width: 31.333333%;
    margin: 0 0 10px 3%;
  }
  .columBoxE .columBox:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media (max-width: 767px) {
  .columBoxE .columBox {
    float: left;
    width: 48%;
    margin: 0 0 10px 4%;
  }
  .columBoxE .columBox:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
}
/*access tel ------------------- */
.access_Tel {}
.access_Tel dl {
  padding: 5px 10px;
  /*width:43%;
	  float:left;*/
  background-color: #f9f0cd;
}
.access_Tel dl.access_Tel_Reserv {
  border: 1px solid #c8c5a5;
  border-radius: 10px;
}
.access_Tel dl.access_Tel_contact {
  border: 1px solid #c8c5a5;
  border-radius: 10px;
}
.access_Tel dl dt {
  font-weight: 500;
  margin: 0 0 10px 0;
  padding-left: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #c8c5a5;
}
.access_Tel dl.access_Tel_Reserv dt span {
  color: #f74f4f;
  font-weight: 600;
  padding-right: 0.2rem;
  font-size: 1.2rem
}
.access_Tel dl.access_Tel_contact dt span {
  color: #41a826;
  font-weight: 600;
  padding-right: 0.2rem;
  font-size: 1.2rem
}
.access_Tel dl dd {
  font-weight: 500;
  font-size: 1.625rem;
  position: relative;
  padding-left: 4rem;
  line-height: 1.3;
  margin-bottom: 3px;
}
.access_Tel dl.access_Tel_Reserv dd {
  color: #f74f4f;
}
.access_Tel dl.access_Tel_contact dd {
  color: #41a826;
}
.access_Tel dl dd span.mark {
  position: absolute;
  display: block;
  font-weight: 600;
  font-size: 0.9375rem;
  margin-right: 5px;
  top: 2px;
  left: 5px;
  height: 30px;
  line-height: 28px;
  width: 3rem;
  text-align: center;
}
.access_Tel dl.access_Tel_Reserv dd span.mark {
  border: 2px solid #f74f4f;
  border-radius: 15px;
}
.access_Tel dl.access_Tel_contact dd span.mark {
  border: 2px solid #41a826;
  border-radius: 15px;
}
.access_Tel dl dd.access_note {
  color: #3f2100 !important;
  font-size: 0.75rem;
  margin-top: 0px;
}
@media (min-width:768px) {
  .access_info {
    width: 40% !important;
  }
  .access_photo {
    width: 55% !important;
  }
}
@media (max-width: 767px) {
  .access_Tel dl {
    padding: 10px;
    /*width:20em;*/
    background-color: #f9f0cd;
    /*float:left;*/
  }
  .access_Tel dl:nth-child(2n) {
    margin-left: 0px;
  }
  .access_Tel dl dd.access_note {
    margin-left: -3rem;
  }
}
/*first step1 ------------------- */
.infoStep_Tel {}
.infoStep_Tel dl {
  padding: 5px 10px;
  /*width:43%;
	  float:left;*/
  background-color: #f9f0cd;
}
.infoStep_Tel dl.infoStep_Tel_Reserv {
  border: 1px solid #c8c5a5;
  border-radius: 10px;
}
.infoStep_Tel dl.infoStep_Tel_contact {
  border: 1px solid #c8c5a5;
  border-radius: 10px;
}
.infoStep_Tel dl dt {
  font-weight: 500;
  margin: 0 0 10px 0;
  padding-left: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #c8c5a5;
}
.infoStep_Tel dl.infoStep_Tel_Reserv dt span {
  color: #f74f4f;
  font-weight: 600;
  padding-right: 0.2rem;
  font-size: 1.2rem
}
.infoStep_Tel dl.infoStep_Tel_contact dt span {
  color: #41a826;
  font-weight: 600;
  padding-right: 0.2rem;
  font-size: 1.2rem
}
.infoStep_Tel dl dd {
  font-weight: 500;
  font-size: 1.625rem;
  position: relative;
  padding-left: 4rem;
  line-height: 1.3;
  margin-bottom: 3px;
}
.infoStep_Tel dl.infoStep_Tel_Reserv dd {
  color: #f74f4f;
}
.infoStep_Tel dl.infoStep_Tel_contact dd {
  color: #41a826;
}
.infoStep_Tel dl dd span.mark {
  position: absolute;
  display: block;
  font-weight: 600;
  font-size: 0.9375rem;
  margin-right: 5px;
  top: 2px;
  left: 5px;
  height: 3rem;
  line-height: 1rem;
  width: 3rem;
  text-align: center;
  color: #633300;
  padding-top: 0.9rem;
}
.infoStep_Tel dl.infoStep_Tel_Reserv dd span.mark {
  border: 2px solid #f74f4f;
  border-radius: 50%;
}
.infoStep_Tel dl.infoStep_Tel_contact dd span.mark {
  border: 2px solid #41a826;
  border-radius: 50%;
}
.infoStep_Tel dl dd.infoTel_note {
  color: #3f2100 !important;
  font-size: 0.75rem;
  margin-top: 0px;
}
@media (min-width:768px) {
  .infoStep_Tel dl {
    width: 43%;
    float: left;
  }
  .infoStep_Tel dl:nth-child(2n) {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .infoStep_Tel dl {
    padding: 10px;
  }
}
/*mailで予約*/
.infoStep_Reserv {}
.infoStep_Reserv dl {
  padding: 5px 10px;
  /*width:43%;
	  float:left;*/
  background-color: #f9f0cd;
}
.infoStep_Reserv dl.infoReserv-first {
  border: 1px solid #c8c5a5;
  border-radius: 10px;
}
.infoStep_Reserv dl.infoReserv-again {
  border: 1px solid #c8c5a5;
  border-radius: 10px;
}
.infoStep_Reserv dl dt {
  font-weight: 500;
  margin: 0 0 10px 0;
  padding-left: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #c8c5a5;
}
.infoStep_Reserv dl.infoReserv-first dt span {
  color: #41a826;
  font-weight: 600;
  padding-right: 0.2rem;
  font-size: 1.2rem
}
.infoStep_Reserv dl.infoReserv-again dt span {
  color: #f74f4f;
  font-weight: 600;
  padding-right: 0.2rem;
  font-size: 1.2rem
}
.infoStep_Reserv dl dd {
  font-size: 1.625rem;
  /*position: relative;*/
  padding: 10px 10px 10px 0.5rem;
  line-height: 1.3;
  margin-bottom: 3px;
}
.infoStep_Reserv dl dd a {
  color: #633300;
}
@media (min-width:768px) {
  .infoStep_Reserv dl {
    width: 43%;
    float: left;
  }
  .infoStep_Reserv dl:nth-child(2n) {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .infoStep_Reserv dl {
    padding: 10px;
    /*width:20em;*/
    background-color: #f9f0cd;
    /*float:left;*/
  }
  .infoStep_Reserv dl:nth-child(2n) {
    margin-left: 0px;
  }
  .infoStep_Reserv dl dd {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
/**/
/**/
.first_info {
  margin-top: 50px;
}
.noteR, .noteR_step3 {
  position: relative;
}
.noteR img {
  width: 120px !important;
  height: auto;
  position: absolute;
  bottom: -100px;
  right: 0px;
  padding: 0;
}
@media (max-width: 767px) {
  .first_info {
    margin-top: 10px;
  }
  /*.noteR{ display: none !important;}*/
  .noteR {
    display: none !important;
  }
}
/*com*/
/* check */
.Check_list li {
  margin: 10px 0;
  padding-left: 30px;
  position: relative;
}
.Check_list li:before {
  position: absolute;
  content: url(../../img/page/common/ic-Check-01.png);
  left: 0px;
}
.fa-phone:before {
  content: "\f098";
  padding-right: 10px;
  font-size: 1.2rem;
  color: #efab5b;
}
.fa-desktop:before {
  content: "\f108";
  padding-right: 10px;
  font-size: 1.2rem;
  color: #efab5b;
}
.fa-envelope:before {
  content: "\f199";
  padding-right: 10px;
  font-size: 1.2rem;
  color: #efab5b;
}
.fa-time:before {
  content: "\f017";
  padding-right: 10px;
  font-size: 1.4rem;
  color: #efab5b;
}
.icon-beginner1:before {
  content: "\e901";
  padding-right: 10px;
  font-size: 1.2rem;
  color: #efab5b;
}
/*


.ul-homCheck {
	padding-left: 70px;
	border-left: 1px dotted #ccc;
}
#homCheck .btnCommon a {
	margin: 0 auto;
}
.ttl-homCheck {
	margin-top: 40px;
}

/* check */
/*
#homCheck {
	margin-bottom: 40px;
}
.ttl-homCheck {
	margin-top: 15px;
}
.ttl-homCheck dt {
	margin-bottom: 10px;
}
.ul-homCheck {
	border-top: 1px dotted #ccc;
}
.ul-homCheck li {
	margin: 1rem 0;
}

/* menu/influenza -----------------------------*/
table.fluPrice td {
  text-align: center;
}
.btnFlu a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 500px;
  height: 60px;
  margin-bottom: 15px;
  text-decoration: none;
  transition: 0.3s;
  background-color: #f0ac54;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}
.btnFlu a:hover {
  color: #fff;
}
.btnFlu a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
}
/*
.btnFlu a:hover {
  background-color: #ff0000;
}
.btnFlu a:hover::after {
  border-color: #fff #fff transparent transparent;
}
*/
@media (max-width: 767px) {
  .btnFlu a {
    width: 100%;
  }
}
/* menu/allergy kafun --------------------------*/
.kafun_info .point {
  background: url(../../img/common/bg-body-01.png) 0 0 repeat;
}
.kafun_info h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #006ea8;
  margin-left: 3px;
  margin-bottom: 15px;
  padding: 2px 0 0 14px;
  border-left: 4px solid #006ea8;
}
.kafun_info h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
/* news ----------------------------------------- */
.wrapNews dl dd {
  margin-bottom: 15px;
}
/* bannar 追加 20210209  */
#floating {
  position: absolute;
  right: 17px;
  top: 240px;
  z-index: 999999;
}
.sp-hdTel_again {
  margin-bottom: 5px;
}
.sp-reserve {
  padding: 5px 0 0 0;
  margin: 0;
}
@media (max-width: 767px) {
  /* アンカーリンク ----------------------------------------- */
  #kensa, #zekka {
    display: block;
    padding-top: 130px;
    margin-top: -130px;
  }
}
/*influenza 2025*/
#flu .hD {
  margin: 20px 0 5px !important;
}
#flu .flu_btn a {
  display: inline-block;
  padding: 1rem 5rem;
  text-decoration: none;
  color: #fff;
  background-color: #f76969;
  transition: .4s;
  margin: 10px 0;
  position: relative;
  font-weight: bold;
  border-radius: 5px;
}
#flu .flu_btn a::before {
  content: '';
  position: absolute;
  top: 45%;
  right: 2rem;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
}
#flu .flu_point {}
#flu ul.listCheck li {
  padding-left: 20px;
  position: relative;
}
#flu ul.listCheck li::before {
  content: "check_box";
  font-family: 'Material Icons';
  position: absolute;
  left: 0;
  color: #f76969;
}
#flu .flexBox {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#flu .flexCol3 > .flexColCont {
  width: 32%;
}
#flu .decBox02 .hD {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  #flu .hA {
    display: none;
  }
  #flu .flexBox {
    display: block;
  }
  #flu .flexCol3 > .flexColCont {
    width: 100%;
    margin: 10px 0;
  }
  #flu .flu_btn a {
    display: block;
    padding: 3vw;
    text-align: center;
    font-size: 4vw;
  }
  #flu .flu_btn a::before {
    right: 15px;
  }
}