@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
h2.h2 {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

h2.h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
h2.h2 span.br {
  display: inline-block;
}

h2.h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(45% - 30px);
  width: 150px;
  height: 5px;
  content: '';
  border-radius: 4px;
  background: #21386E;
}
.h5 {
    line-height: 1.8rem;
}

#h1-box {
	line-height: 1.6;
	text-align: center;
  position: absolute;
	top: 10%;
	right: 2%;
	font-weight: bold;
 	background-color:rgba(0,153,255,0.1);
  width: 35%;
}
#h1-box h1 {
  border: 2px solid #21386e;
  font-size: 2em !important;
font-weight: bold;
	margin: 0;
	padding: 1.2em;
  color: #21386e;
  text-shadow:
      0 1px 0 #FFF,
      0 1px 0 #FFF,
      0 4px 5px #FFF;
}

#h1-box2 {
	line-height: 1.5;
	text-align: center;

	padding: .5em;
	top: 30%;
	right: 2%;
	width: 35%;
  position: absolute;
	bottom: 22%;
	font-weight: bold;
}
#h1-box2 h1 {
  font-size: 1.8em;
	margin-bottom: 0;
  color: #21386e;
  text-shadow:
      0 2px 0 #fff,
      0 2px 0 #fff,
      0 4px 5px #fff;
}
#h1-box2 p {
	margin-bottom: 0;
  font-size: 1.4em;
  display: inline-block;
  color: #604c3f;
  text-shadow:
      0 2px 0 #fff,
      0 2px 0 #fff,
      0 4px 5px #fff;
}

.border-w3 { 
    border-left-width: 3px !important;
    border-left-color: #262626 !important;
}
.marker-yellow {
  background: linear-gradient(transparent 75%, #ffff7f 75%);
}

.imgkado { border-radius: 10px; }
.imgmsg { border-radius: 30px; }
.map iframe {
	width: 100%;
	height: 450px;
}
.footer-copyright {
	width: 100%;
	background-color: #f5f5f5;
}
.footer p {
	font-size: 1.4em;
}

/* 診療時間 */
.time_tbl {
  width: 100%;
  text-align: center;
	margin-bottom: 1em;
}
.time_head {background-color: rgba(0,153,255,0.1);}
.time_tbl th{width: calc(100%/7);}


/* ====== カラー指定 ====== */
.brand-color {
	color: #21386E !important;
}
.bg-brand-color {
	background-color: #21386E !important;
}
/* ====== GLOVAL NAV ====== */
.gloval-nav {
	height: 10%;
}
.navbar-white a {
	color: #fff;
}
.bg-blue {background-color: #F1F8FF;}
.bg-gray {background-color: #F7F7F7;}
.text-red {color: #E30000}
.text-green {color: #2EC35C}
.text-sky {color: #00CFDF}
.text-gray {color: #333333}
.text-mainblue {color: #0033FF}
.text-pink {color: #FF69B4}
/* ====== FOOTER ====== */
.footer-logo {
	width: 20%;
}
.social img {
	width: 36px;
	height: 36px;
}
footer {
	padding-bottom: 5%;
}
.time-border {
   border-top: 3px solid #262626;
    border-right: 3px solid #262626;
    margin-left: 24px;
    padding-bottom: 3rem;
    padding-right: 5rem;
    width: 43%;
}

.table-color2 {
  width: 100%;
  table-layout: fixed;
}

.table-color2 th {
  background: #E2F6F8; /* D220210 upd 00CFDF */
  border: solid 1px #00cfdf;/* D220210 upd fff */
  /* color: #fff; D220210 del */
  padding: 1em 10px;
  font-weight: normal; /* D220210 upd bold */
  text-align:center;	
  }
　th.s1 { width: 35%;}
   th.s2 { width: 25%; }
.table-color2 td {
  border: solid 1px #00C1C9;
  padding: 1em 10px;
  text-align: right;  /* D220210 add */
}
/* --------------------------------
 * tooltips
 * -------------------------------- */
.swich_setting {
  display: none;
}

.tt-text {
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  font-size: 0.9em;
  color: #007bff;
	text-decoration: underline;
}
 
.tt-text:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a4";
  color: #007bff;
}

.tt-description {
  width: 250px;
  position: absolute;
  top: 80%;
  left: 80%;
  transform: translateX(-50%);
  margin-top: 15px;
  padding: 8px;
  border-radius: 10px;
  background-color: #007BFF;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: 0.5s all;
}
 
.tt-description::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 12px solid #007BFF;
  position: absolute;
  bottom: 99%;
  left: 40%;
  transform: translateX(-50%);
}
 
.swich_setting:checked + .tt-text .tt-description{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/*20220817add============================================== */

.tt-description1 {
  width: 300px;
  position: absolute;
  top: 80%;
  left: 5%;
  transform: translateX(-68%);
  margin-top: 15px;
  padding: 8px;
  border-radius: 10px;
  background-color: #007BFF;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: 0.5s all;
  text-align: left;
}
 
.tt-description1::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 12px solid #007BFF;
  position: absolute;
  bottom: 99%;
  left: 80%;
  transform: translateX(-68%);
}
 
.swich_setting:checked + .tt-text .tt-description1{
  top: 100%;
  visibility: visible;
  opacity: 1;
}


#top-bnner {

	margin-bottom: 0 !important;
}

#top-bnner img {
  max-width: 310px;
}
#top-bnner a:hover{opacity: 0.6;}

.logo img {
  pointer-events: auto;
}

.logo img:hover {
  opacity: 0.7;
}

.br-sp {
    display: none;
}

/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list, .breadcrumb-list li {
	background-color: #21386E;
}
/*----------------------------
  SP TOGGLE NAV
-----------------------------*/
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d;
}
.nav-underline .nav-link:hover {
	color: #007bff;
}
.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

/*----------------------------
  TOP ページ
-----------------------------*/
/* ====== TOP IMAGE ====== */
header .jumbotron-fluid {
	background-image: url(../img/bg-top.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}
header .catch {
	width: 90%;
	bottom: 20%;
	left: 50%;
	margin-left: -45%;
}
header .g-navi {
	min-height: 100%;
}

/* ====== PROCESS ====== */
#sec5 .square {
	width: 60px;
	height: 60px;
	background: #21386E;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
}
#sec5 .arrow {
	width: 60px;
	height: 40px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #333;
}
/* --------------------------------------------- */
#sec6 .circle-q, #sec6 .circle-a {
	width: 50px;
	height: 50px;
	font-size: 2.2rem;
	border-radius: 50%;
	text-align: center;
}
#sec6 .circle-q {
	background: #21386E;
	color: #ffffff;
	padding-top: 2px;
}
#sec6 .circle-a {
	background: #ffffff;
	color: #21386E;
	border: 3px solid #21386E;
}
.schedule-img {
    width: 75%;
}
/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
#glovalNavbar ul li {
	border-left: none;
}
#glovalNavbar ul li:last-child {
	border-right: none;
}
.footer-nav ul li {
	border-left: none;
}
.footer-nav ul li:last-child {
	border-right: none;
}
/* ====== SP TOGGLE NAV ====== */
.offcanvas-collapse {
	position: fixed;
	z-index: 9999;
	top: 0;
	/* ナビバーの高さ */
	bottom: 10%;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	background-color: #fff;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: left, visibility;
}
.offcanvas-collapse.open {
	left: 0;
	visibility: visible;
}
}

/* END */


/* 大デバイス（デスクトップ, 1399.98px 未満）
============================================== */
@media screen and (max-width: 1399.98px) {

	  #h1-box {
    width: 40%;
  }

	
  #h1-box2 {
    width: 50%;
	top: 37%;  
	right:1%  
  }
	
  #h1-box2 h1 {
    font-size: 1.2em !important;
     text-align: center; 
  }	
}

/* 大デバイス（デスクトップ, 1199.98px 未満）
============================================== */
@media screen and (max-width: 1199.98px) {
  #h1-box {
    width: 68%;
  }
	
  #h1-box2 {
    width: 68%;
  }
}

/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
  #h1-box {
    width: 72%;
  }
	
	
  #h1-box2 {
    width: 72%;
  }

} /* END */


/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
.logo {
	width: 80%;
}
.display-3 {
	font-size: 3rem;
}
.footer-logo {
	width: 80%;
}
.navbar-nav .border-left {
	border-left: none !important;
}
.navbar-nav .border-right {
	border-right: none !important;
}

	
	
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
header .catch {
	bottom: 10%;
}
header .catch .h1 {
	font-size: 2rem;
}
header .catch h2 {
	font-size: 1rem;
}
.schedule-img {
    width: 100%;
}
form .border-top,
    form .border-bottom {
        border: none !important;
    }  
	
	  #h1-box {
  	line-height: 1.3;
  	text-align: center;
    position: absolute;
  	top: 1%;
  	right: 0;
  	font-weight: bold;
   	background-color:rgba(0,153,255,0.1);
    width: 72%;
  	padding: .1em;
  }
  #h1-box h1 {
    font-size: 1.05em !important;
  }	
	
	
	
  #h1-box2 {
  	line-height: 1;
  	text-align: center;
    position: absolute;
  	top: 20%;
  	right: 2%;
  	font-weight: bold;
   	width: 67%;
  	padding: .1em;
  }
  #h1-box2 h1 {
    font-size: 1.07em !important;
  }	
.br-sp {
    display: block;
}
	


}
/* END */
