


/* 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;
}













/*診療時間*/

.hours-area-wrap {
    position: absolute;
    width: 500px;
    margin: -190px -5px 0 auto;
    bottom: 200px;
    right: -5px;
}

@media (max-width: 991px) {
	.hours-area-wrap {
		position: relative;
		margin-top: 0;
		background: #f4f4f4;
		width:100%;
	}
}



.hours-area {
	position: relative;
	right: 0;
	background: #fff;
	 color: #3D302A;
	  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  box-shadow: 5px 10px 20px rgba(0,0,0,0.10);
}

.hours-memo {
font-size: 13px;
line-height: 1.5;
}

.hours-table {

   
    font-size: 15px;

    border: none;
  border-bottom: 1px solid #3D302A;
  width: 100%;
  margin-bottom: 8px;
}

.hours-table th {
  text-align: center;
  font-weight: normal;
}

.hours-table table thead th {

  padding: 5px;
  text-align: center;
}

.

.hours-table table tbody tr {
  /*background:#eee9d8;*/
  text-align: center;

}

.hours-table .table-line {
  border-top: 1px solid #3D302A;
}

.hours-table td {
  padding: 8px;
  text-align: center;
  /*border-left: 1px solid #fff;*/
}

.hours-table .info-color {
  color: #fcae68;
}

.hours-table p {
  margin: 15px 0;
}


@media screen and (max-width: 600px){
	.hours-table {
font-size: 14px;
}
.hours-table td {
  padding: 2px;
  text-align: center;
  /*border-left: 1px solid #fff;*/
}
.hours-memo {
font-size: 13px;
}
 }
/**/


.tel-text {
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	display: -webkit-flex;
 	display: flex;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */
 	text-decoration: none;
}

@media screen and (max-width: 600px){
.tel-text {

 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}
 }

.tel-text i {
	font-size: 20px;
	margin-right: 8px;
}














#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;
}
}





