


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




img.fleft {
    float: left;
    margin-right:24px;
    margin-top:8px;
    width: 240px;
  }
img.fright {
    float: right;
    margin-left:24px;
    margin-top:8px;
    width: 240px;
  }


@media screen and (max-width: 480px) {
img.fleft {
    margin-right:12px;
    width: 34%;
  }
img.fright {
    margin-left:12px;
    width: 34%;
  }
}


.iframe_video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.iframe_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.reserve_check {
  text-align: center;
}
.reserve_check a {
  margin: 15px auto;
}
.anchorText01,
.anchorText02 {
  pointer-events: none;
  color: #cccccc !important;
  border: #cccccc 1px solid;
}

#check-enable01:checked ~ .anchorText01,
#check-enable02:checked ~ .anchorText02 {
  pointer-events: auto;
  color: #fff !important;
  background: #f6ad48 !important;
  border: #f6ad48 1px solid;
}
#check-enable01:checked ~ .anchorText01:hover,
#check-enable02:checked ~ .anchorText02:hover {
  color: #fff !important;
  background: #f56500 !important;
}




@media(max-width:500px){
.table-p01 th,.table-p01 td {
 display:block !important;
 width:100% !important;
 border-top:none !important;
 -webkit-box-sizing:border-box !important;
 -moz-box-sizing:border-box !important;
 box-sizing:border-box !important;
  padding:6px 12px !important;
   font-size:15px !important;
}
.table-p01 tr:first-child th{
 border-top:1px solid #d7d7d7 !important;
}

.table-p01 .haveto,.table-p01 .any {  
font-size:10px;
}}

.table-p01 {
  width: 100%;
}

.table-p01 th{
 text-align:left;
 font-size:16px;
 color:#444;
 padding:18px 20px;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}

.table-p01 td{
 padding:18px 20px;
 font-size:16px;
 border:solid 1px #d7d7d7;  
}


@media(max-width:500px){
.table-p02 th,.table-p02 td {
 display:block !important;
 width:100% !important;
 border-top:none !important;
 -webkit-box-sizing:border-box !important;
 -moz-box-sizing:border-box !important;
 box-sizing:border-box !important;
  padding:6px 12px !important;
   font-size:15px !important;
}
.table-p02 tr:first-child th{
 border-top:1px solid #d7d7d7 !important;
}
}

.table-p02 {
  width: 100%;
}

.table-p02 th{
 text-align:left;
 font-size:16px;
 color:#49412E;
 padding:16px 20px;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}

.table-p02 td{
 text-align:right;
 padding:16px 20px;
 font-size:16px;
 background:#ffffff;
 border:solid 1px #d7d7d7;
}

.txt-right {
 text-align: right;
}

.google-cal iframe {
  width: 100%;
  max-width: 800px;
  height: 400px;
}

@media (min-width: 750px) {

  .google-cal iframe {
    height: 400px;
  }

}


#toc_container {
	margin-bottom: 5em;
	padding: 10px 30px;
}
#toc_container ul {
	border: none;
}
@media screen and (max-width: 480px) {
#toc_container {
	margin-bottom: 3em;
	padding: 10px 10px;
}
}


.wrap_index_instagram {
    position: relative;
}
.btn_index_instagram {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: auto;
}
@media screen and (max-width: 480px) {
.btn_index_instagram {
    width: 60px;
    height: 60px;
}
.btn_index_instagram img {
    max-width: 100%;
    height: auto;
    width: auto;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    vertical-align: top;
}
}
