.header_icons_sns {
    width: 50px;
    display: block;
    position: absolute;
    top: 33px;
    right: 555px;
}

@media screen and (max-width: 600px){
.header_icons_sns {
      width: 30px;
    display: block;
    position: absolute;
    top: 15px;
    right: 70px;
}
}

/* Add here all your CSS customizations */

.white-glow {
	text-shadow: rgba(255,255,255,0.7) 1px 1px 10px, rgba(255,255,255,0.7) -1px 1px 10px, rgba(255,255,255,0.7) 1px -1px 10px, rgba(255,255,255,0.7) -1px -1px 10px !important;
}

/*
@media (min-width: 991px) {

.home-feature-area .home-feature-area-box:nth-child(1) {
    transform: translateX(45px);
}

.home-feature-area .home-feature-area-box:nth-child(2) {
    transform: translateX(-45px);
}

.home-feature-area .home-feature-area-box:nth-child(3) {
    transform: translateX(45px);
}

.home-feature-area .home-feature-area-box:nth-child(4) {
    transform: translateX(-45px);
}

.home-feature-area .home-feature-area-box:nth-child(5) {
    transform: translateX(45px);
}

}

@media (max-width: 991px) {
.container > .row > .p-0:first-child section.section {
    margin-bottom: 0;
    margin-top: 0px;
}


.container > .row > .p-0:last-child section.section {
    margin-bottom: 0px;
    margin-top: 0;

}


}*/





.custom-shape-divider-top-1603663037 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1603663037 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 66px;
}

.custom-shape-divider-top-1603663037 .shape-fill {
    fill: #FFFFFF;
}




.custom-shape-divider-top-1603669930 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1603669930 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 46px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1603669930 .shape-fill {
    fill: #FFF;
}













/*診療時間*/












#footer-area {
	padding: 6% 0;
	position: relative;
}


@media (max-width: 600px) {

#footer-area {
  padding: 18% 0 6%;
  position: relative;
}

}


.fixContactBox {
  width: 260px;
  padding: 20px;
  background: white;
  border-top: solid 5px #ffa353;
  position: fixed;
  z-index: 999999;
  right: 0px;
  top: 40%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 768px) {
    .fixContactBox {
      display: none !important; } }
  .fixContactBox .closeBtn {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 22px;
    color: #888;
    cursor: pointer; }
  .fixContactBox .title {
    padding-bottom: 8px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    text-align: center;
    border-bottom: 1px solid #ccc; }
  .fixContactBox .telText {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 18px;
    font-size: 28px;
    text-align: center;
    position: relative;
    color: #444;
    font-family: 'Open Sans', sans-serif; }
    .fixContactBox .telText::before {
      position: absolute;
      font-size: 18px;
      top: 1px;
      left: 5px;
font-weight: 900;
color: #ffa353;
content: "\f095";
font-family: "Font Awesome 5 Free";

       }
    .fixContactBox .telText a {
      color: #454545;
      font-weight: bold; }
      .fixContactBox .telText a:hover {
        text-decoration: none; }

        .addrText {
          font-size: 14px;
          line-height: 1.5;
        }

        .hourText {
          font-size: 14px;
          line-height: 1.5;
          text-align: right;
        }
.hourText span {
          font-size: 14px;
          line-height: 1.5;
          color: #7dbdcb;
          font-weight: bold;
        }

  .fixContactBox .timeDl {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px; }
    .fixContactBox .timeDl dt {
      width: 30%;
      display: inline-block;
      color: #555;
      vertical-align: top; }
    .fixContactBox .timeDl dd {
      width: 65%;
      display: inline-block;
      vertical-align: top;
      text-align: right;
      margin-bottom: 0px; }
    .fixContactBox .timeDl .smallText {
      display: block;
      font-size: 12px; }
  .fixContactBox .uketukeTitle {
    margin-top: 16px;
    margin-bottom: 10px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #ccc;
    color: #555;
     }
  .fixContactBox__btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 14px; }
    .fixContactBox__btn a {
      padding: 7px 10px;
      color: white;
      background: #ffa353;
      border: solid 1px #ffa353;
      display: block;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      .fixContactBox__btn a:hover {
        color: #ffa353;
        text-decoration: none;
        border: solid 1px #ffa353;
        background: white; }


html .btn-link {
    color: #FFF !important;
}

#footer_sp_fixed {
	display: none;
}

@media screen and (max-width: 600px){
#footer_sp_fixed {
	display: block;
	width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 0;
	background-color: #FFFBE6;
}
#footer_sp_fixed ul {
	display: block;
	width: 100%;
	margin:0;
	padding: 0;
}
#footer_sp_fixed ul li {
	float: left;
	display: block;
	height: 70px;
	text-align: center;
}
#footer_sp_fixed ul li.sp_tel {
	width: 66%;
	padding: 0;
	background-color: ;
}
#footer_sp_fixed ul li.sp_access,
#footer_sp_fixed ul li.sp_reserve {
	width: 17%;
	padding: 0;
}
#footer_sp_fixed ul li.sp_access img ,
#footer_sp_fixed ul li.sp_reserve img {
	max-width: 100%;
	height: auto;
}
#footer_sp_fixed ul li.sp_access {
	
}
#footer_sp_fixed ul li.sp_reserve {
	
}
#footer_sp_fixed ul li {
	display: block;
}
}









.fee-method {
 width: 17%;
}

.fee-content {
 width: 42%;
}

.fee-price1 {
 width:30%;
}

.fee-price2 {
width: 15%;
}




.fee-table-wrap {
  position: relative;
  overflow: scroll;
}

table.fee-table2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  min-width: 620px;
}

table.fee-table3 {
  width: 100%;
  min-width: 100%;
}



table.fee-table2 th,
table.fee-table2 td {
  vertical-align: middle;
  padding: 3px 4px;
  border: 1px solid #ccc;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
}

table.fee-table2 th {
  color: #222;
  background: #f4f4f4;
}

table.fee-table2 ._sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
}

table.fee-table2 ._sticky:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

table.fee-table2 .z-02 {
  z-index: 2;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
}

table.fee-table2 .z-02:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

tbody ._sticky {
  line-height: 1.4;
}

thead th {
  width: 50px;
  text-align: center !Important;
}




/*===========
common
===========*/


.fee-table2-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
  background: #fff;
}

@media only screen and (min-width: 767px) {
  table.fee-table2 th,
  table.fee-table2 td {
    vertical-align: middle;
    padding: 8px 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  tbody ._sticky {

    line-height: 1.4;
  }
}