@charset "UTF-8";
/* CSS Document */
/* CSS Document */
.tb:not(.sp), .pc:not(.sp) {
  display: none !important;
}

body {
  padding-top: 5.75rem;
}

#header {
  position: fixed;
  height: 60px;
  width: 100%;
  top: 0;
  z-index: 1;
  transform: translateZ(1px);
}

.header_box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
  height: 60px;
  color: #2fc5cf;
  background: #fff;
  position: fixed;
  border-bottom: 1px solid #ddd;
}
.header_box h1 {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  margin: 0 0 0;
  padding: 0 0 0 0;
  height: 60px;
  width: 300px;
  max-width: 60%;
  float: left;
}
.header_box h1 a {
  color: #fff;
  display: block;
  position: relative;
  height: 60px;
  margin: 0 0 0 5px;
}
.header_box h1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  margin: auto;
  padding: 0 0 0 0;
}

.header_box .phone {
  position: absolute;
  right: 2em;
  top: .1em;
  font-size: 2.5em;
  margin-top: 5px;
  color: #ccc;
  background: #267a5e;
  width: 44px;
  border-radius: 4px;
}

.header_box .phone img {
  display: block;
}

.header_box .tel p {
  font-size: 11px;
  line-height: 1.8;
}

#sp_header {
  position: relative;
}

.menu-btn {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  display: flex;
  color: #2fc5cf;
  position: absolute;
}

.menu-btn span {
  font-family: "Font Awesome 5 Free";
  color: #2fc5cf;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 60px;
  width: 100%;
  height: 100%;
}

body.open {
  overflow: hidden;
}

.open .menu-btn span {
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 60px;
  width: 100%;
  height: 100%;
}

.menu-btn span:after {
  content: "\f0c9";
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn {
  background: #2fc5cf;
}
.open .menu-btn span:after {
  content: "\f00d";
}

.menu {
  position: fixed;
  display: flex;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: #2fc5cf;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
}
.menu .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 60px;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 60px);
  background: #2fc5cf;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  overflow-y: auto;
}

.menu ul.menu_main {
  display: block;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
  vertical-align: middle;
  justify-content: space-around;
  padding: 0;
  margin: 0 0;
  flex: 1 0 auto;
  font-size: 1.8rem;
}
.menu ul.menu_main > li span {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.menu ul.menu_main > li span.sp-layer-btn {
  width: 3.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  height: 2.5em;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.menu ul.menu_main > li span.sp-layer-btn::after {
  position: absolute;
  margin: auto;
  content: "\f067";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 1em;
  height: 1em;
  padding: 0;
  line-height: 1;
}
.menu ul.menu_main > li span.sp-layer-btn.current::after {
  content: "\f068";
}
.menu ul.menu_main > li a {
  margin: 0px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 2.5em;
  line-height: 2.5em;
  width: 100%;
  padding-left: 1em;
}
.menu ul.menu_main > li.line a {
  margin: 10px auto;
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  height: auto;
  width: auto;
  max-width: 180px;
  text-align: center;
  padding-left: 0;
}
.menu ul.menu_main > li.line a img {
  margin: 0 auto;
  display: block;
  max-width: 180px;
  width: 100%;
}
.menu ul.menu_main .menu_sub {
  background: rgba(255, 255, 255, 0.1);
  display: none;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
  z-index: 100;
  transform: translateZ(5px);
}

.menu li ul {
  margin: 0px auto;
  font-size: 1.6rem;
  padding: 0;
}

.menu li a {
  display: block;
  color: #fff;
}

.menu li a:hover {
  color: #fff;
}

.menu .bana {
  margin: auto;
  flex: 0 1 auto;
}

.menu p {
  width: 80%;
  margin: auto;
}

.menu p.tel {
  background: #fff;
}

.menu p a {
  width: 100%;
  display: block;
}

.menu p a img {
  width: 100%;
  display: block;
}

.menu p.tel a {
  border: 3px solid #d82d23;
  width: auto;
  margin: auto;
}

.menu p.tel a img {
  padding: 5px;
  width: auto;
  margin: auto;
}

/*


#header {
	 h1 {
		float: left;
		width: 448px;
		margin: 0;
		a{
			display: block;
			width: 448px;
			margin: 0;
			padding: 0;
		}
	}
}

#header_inner {
	width: 100%;
	height: 133px;	margin: 0 auto;
	position: relative;
}

#header_menu {
	width: 100%;
	height: 133px;
	position: relative;
}
.logo_s{
    width: 100%;
    display: block;
    height: auto;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
}

.drawer-navbar .drawer-brand {
	float: left;
}


*/
.grid_container {
  font-size: 1.6rem;
}

.grid_logo {
  margin: auto;
}
.grid_logo p {
  width: 80%;
  margin: 0 auto 60px;
}

.grid_contact {
  width: 80%;
  margin: 10px auto 60px;
}

.grid_facility dl {
  max-width: 100%;
  margin: 0 0 10px;
  padding: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted;
}
.grid_facility dl dt {
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
}
.grid_facility dl dt span {
  display: inline-block;
}
.grid_facility dl dt span.sub {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-right: 5px;
}
.grid_facility dl dd {
  width: 100%;
}

#pan {
  margin: 0 0 20px;
  font-size: 1.4rem;
  padding: 0;
  background: #fff;
}
#pan ul {
  font-size: 1.4rem;
  width: 100%;
  max-width: 1020px;
  padding: 0;
  margin: 0 auto;
  line-height: 2;
  overflow-x: auto;
  white-space: nowrap;
  list-style: none;
  overflow-y: hidden;
}
#pan ul li {
  display: inline-block;
  position: relative;
  padding: 0;
}
#pan ul li + li::before {
  content: ">";
}

.double_col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  width: 1020px;
  max-width: calc(100% - 20px);
}
.double_col .main_col {
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 50px;
}
.double_col .main_col h1 {
  font-size: 2.2rem;
}
.double_col .main_col p {
  margin-bottom: 20px;
}
.double_col .main_col p.tel {
  font-size: 2rem;
}
.double_col .main_col .map_img {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
.double_col .main_col .main_ph {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
.double_col .main_col .catch {
  font-size: 1.6rem;
}
.double_col .main_col .figure_img {
  display: block;
}
.double_col .main_col .figure_img img {
  width: 100%;
}
.double_col .main_col #googlemap {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}
.double_col .main_col dl.arrow {
  list-style-type: none;
  margin-left: 1em;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.double_col .main_col dl.arrow dt {
  width: 100%;
}
.double_col .main_col dl.arrow dt::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #2fc5cf;
  margin-right: 5px;
}
.double_col .main_col dl.arrow dt span {
  background: #fff;
  display: inline-block;
  padding-right: 5px;
}
.double_col .main_col dl.arrow dd {
  width: 100%;
  font-size: 1.4rem;
}
.double_col .main_col dl.time {
  list-style-type: none;
  margin-left: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.double_col .main_col dl.time dt {
  width: 8em;
  position: relative;
}
.double_col .main_col dl.time dt::after {
  content: '▶';
  position: absolute;
  right: 0;
  color: #574d4f;
  margin-right: 5px;
}
.double_col .main_col dl.time dd {
  width: 100%;
}
.double_col .main_col .doctor dl.doctor_name {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.5rem;
  margin: 0 10px;
}
.double_col .main_col .doctor dl.doctor_name dt {
  width: 100%;
  border: 0;
  text-align: left;
  padding: 0 0 0 0;
  font-size: 1.4rem;
}
.double_col .main_col .doctor dl.doctor_name dd {
  margin: 0;
  padding: 0 0px;
  width: auto;
}
.double_col .main_col .doctor dl.doctor_name dd.departments {
  font-size: 1.4rem;
  padding: 0 10px 0 0;
  width: auto;
  text-align: center;
}
.double_col .main_col .doctor dl.doctor_contents {
  margin: 0 10px;
  display: block;
  font-size: 1.5rem;
  line-height: 1.75;
}
.double_col .main_col .doctor dl.doctor_contents dt {
  padding: 0 10px;
}
.double_col .main_col .doctor dl.doctor_contents dd {
  margin: 0;
  padding: 0 10px 0 20px;
}
.double_col .main_col .doctor dl + dl {
  margin-top: 10px;
}
.double_col .main_col .closinginfo {
  background: #f6c5bd;
  padding: 10px;
  border-radius: 8px;
}
.double_col .main_col .closinginfo dl {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  margin: 5px auto 5px;
  width: auto;
}
.double_col .main_col .closinginfo dl dt {
  border: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}
.double_col .main_col .closinginfo dl dd {
  margin: 0;
  padding: 0;
}
.double_col .main_col .closinginfo dl + dl {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #666;
}
.double_col .main_col .download_flex {
  display: flex;
}
.double_col .main_col .download_flex.sp_column {
  display: flex;
	flex-direction: column;
}



.double_col .main_col .download_flex .img {
  width: 50%;
}
.double_col .main_col .download_flex.sp_column .img {
  width: 100%;
}
.double_col .main_col .download_flex.sp_column .img a {
  display: block;
	margin: auto;
  width: 100%;
}
.double_col .main_col .download_flex.sp_column .img a img {
  display: block;
	margin: auto;  width: auto;
  max-height: 50vh;
  border: 1px solid #ddd;
	float: none;
}
.double_col .main_col .download_flex .img a {
  display: block;
  width: 100%;
}
.double_col .main_col .download_flex .img a img {
  display: block;
  width: 100%;
  max-height: 50vh;
  border: 1px solid #ddd;
}
.double_col .main_col .download_flex .article {
  margin-left: 20px;
}
.double_col .main_col .download_single {
  display: block;
}
.double_col .main_col .download_single .img {
  width: 100%;
}
.double_col .main_col .download_single .img a {
  display: block;
  width: 100%;
}
.double_col .main_col .download_single .img a img {
  display: block;
  width: 100%;
  max-height: 50vh;
  border: 1px solid #ddd;
}
.double_col .main_col .download_single .article {
  margin-left: 20px;
}
.double_col .main_col .facility_list {
  display: block;
}
.double_col .main_col .facility_list .card {
  display: flex;
  flex-wrap: wrap;
}
.double_col .main_col .facility_list .card h3 {
  width: 100%;
}
.double_col .main_col .facility_list .card img {
  display: block;
  width: 100%;
  height: 100%;
}
.double_col .main_col .facility_list .card .box {
  font-size: 1.4rem;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  border: 1px solid #574d4f;
}
.double_col .sub_col {
  width: 100%;
}
.double_col .sub_col .side_navi dl {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.double_col .sub_col .side_navi dl dt {
  font-size: 2rem;
  color: #fff;
  background: #2fc5cf;
  cursor: pointer;
}
.double_col .sub_col .side_navi dl dt a {
  color: #fff;
}
.double_col .sub_col .side_navi dl dt i {
  margin: 0 5px;
}
.double_col .sub_col .side_navi dl dt.active {
  background: #4e73a3;
}
.double_col .sub_col .side_navi dl dt.active i {
  transform: rotate(90deg);
}
.double_col .sub_col .side_navi dl dt.active + dd {
  display: block;
}
.double_col .sub_col .side_navi dl dd {
  display: none;
  margin: 10px 0;
}
.double_col .sub_col .side_navi dl dd ul {
  list-style-type: none;
}
.double_col .sub_col .side_navi dl dd ul li {
  margin-left: 1em;
  margin-bottom: 5px;
}
.double_col .sub_col .side_navi dl dd ul li a {
  color: #000;
}
.double_col .sub_col .side_navi dl dd ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #2fc5cf;
  margin-right: 5px;
}
.double_col .sub_col .side_navi dl dd ul li ul {
  list-style-type: none;
}
.double_col .sub_col .side_navi dl dd ul li ul li {
  margin-left: 1em;
}
.double_col .sub_col .side_navi dl dd ul li ul li a {
  color: #000;
}
.double_col .sub_col .side_navi dl dd ul li ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #2fc5cf;
  margin-right: 5px;
}
.double_col .sub_col .side_bana {
  margin: 0 0 10px;
  list-style-type: none;
}
.double_col .sub_col .side_bana li {
  margin: 0;
  padding: 0;
}
.double_col .sub_col .side_bana li a img {
  width: 100%;
}

#footer {
  position: relative;
  background: #2fc5cf url("/img/line_30.png");
  background-size: auto;
  padding-top: 50px;
}
#footer:before {
  content: "";
  background: linear-gradient(180deg, #29c4cf 0%, #29c4cf 30%, #28aab3 30%, #2ec4ce 50%, #28aab3 50%, #2ec4ce 100%);
  height: 50px;
  width: 100%;
  position: absolute;
  top: 0;
}
#footer .menu ul.menu_main {
  display: block;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
  vertical-align: middle;
  justify-content: space-around;
  padding: 0;
  margin: 0 0;
  flex: 1 0 auto;
  font-size: 1.8rem;
}
#footer .menu ul.menu_main > li span {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#footer .menu ul.menu_main > li span.sp-layer-btn {
  width: 3.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  height: 2.5em;
  position: relative;
  color: #fff;
  cursor: pointer;
}
#footer .menu ul.menu_main > li span.sp-layer-btn::after {
  position: absolute;
  margin: auto;
  content: "\f067";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 1em;
  height: 1em;
  padding: 0;
  line-height: 1;
}
#footer .menu ul.menu_main > li span.sp-layer-btn.current::after {
  content: "\f068";
}
#footer .menu ul.menu_main > li a {
  margin: 0px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 2.5em;
  line-height: 2.5em;
  width: 100%;
  padding-left: 1em;
}
#footer .menu ul.menu_main > li.line a {
  margin: 10px auto;
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  height: auto;
  width: auto;
  max-width: 180px;
  text-align: center;
  padding-left: 0;
}
#footer .menu ul.menu_main > li.line a img {
  margin: 0 auto;
  display: block;
  max-width: 180px;
  width: 100%;
}
#footer .menu ul.menu_main .menu_sub {
  background: rgba(255, 255, 255, 0.1);
  display: none;
}
#footer .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
#footer .inner .navi_flex {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}
#footer .inner .navi_flex a {
  color: #fff;
}
#footer .inner .navi_flex > li span {
  font-size: 1.6rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#footer .inner .navi_flex > li span.sp-layer-btn {
  width: 3.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  background: #2fc5cf;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  height: 2.5em;
  position: relative;
  color: #fff;
  cursor: pointer;
}
#footer .inner .navi_flex > li span.sp-layer-btn::after {
  position: absolute;
  margin: auto;
  content: "\f067";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 1em;
  height: 1em;
  padding: 0;
  line-height: 1;
}
#footer .inner .navi_flex > li span.sp-layer-btn.current::after {
  content: "\f068";
}
#footer .inner .navi_flex > li span a {
  color: #fff;
}
#footer .inner .navi_flex > li span a::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  font-size: 1.4rem;
  margin-right: 5px;
}
#footer .inner .navi_flex > li a {
  margin: 0px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 2.5em;
  line-height: 2.5em;
  width: 100%;
  padding-left: 1em;
}
#footer .inner .navi_flex > li.line a {
  margin: 10px auto;
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  height: auto;
  width: auto;
  max-width: 180px;
  text-align: center;
  padding-left: 0;
}
#footer .inner .navi_flex > li.line a img {
  margin: 0 auto;
  display: block;
  max-width: 180px;
  width: 100%;
}
#footer .inner .navi_flex .menu_sub {
  font-size: 1.4rem;
  background: rgba(47, 197, 207, 0.7);
  display: none;
}
#footer .inner .navi_flex .menu_sub li {
  list-style-type: none;
}
#footer .inner .navi_flex .menu_sub li a {
  padding-left: 2rem;
}
#footer .inner .navi_flex .menu_sub li a::before {
  content: "";
  font-size: 1.4rem;
  margin-right: 0;
}
#footer .inner .navi_flex .menu_sub2 {
  display: none;
}

.topBtn {
  right: 10px;
}
.topBtn img {
  width: 44px;
}

#footer_lower {
  background: linear-gradient(180deg, #29c4cf 0%, #23949c 100%);
}
#footer_lower .bottom_link {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
  padding: 15px 3px;
}
#footer_lower .bottom_link li {
  margin: 0 0 10px;
  padding: 0 5px;
  border-right: 1px solid #fff;
  text-align: center;
  height: 1em;
  line-height: 1;
  font-size: 1.1rem;
}
#footer_lower .bottom_link li:first-child {
  border-left: 1px solid #fff;
}
#footer_lower .bottom_link li a {
  color: #fff;
  text-align: center;
}

.copyright {
  background: #fff;
  text-align: center;
  padding: 20px;
  font-size: 1rem;
}

footer {
  background: linear-gradient(180deg, #29c4cf 0%, #29c4cf 30%, #28aab3 30%, #2ec4ce 50%, #28aab3 50%, #2ec4ce 100%);
}
