@charset "utf-8";

:root {
  --base-font-gothic: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-gothic02: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-min: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-min02: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-weight: 500;
  --base-color-txt: #727171;
}
.font-alpha {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
  font-weight: normal;
}
body {
  min-width: 1120px;
  min-height: 100%;
  background-color: #fff;
  font-family: var(--base-font-gothic);
  font-weight: var(--base-font-weight);
  color: var(--base-color-txt);
	font-feature-settings: "palt";

}
@media all and (max-width: 750px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
}

/*
body.home {
  background-image: url('./../../images/design/design-index.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
*/

#container {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 750px){
  #container {
    /*overflow: hidden;*/
    padding-top: 16.7vw;
  }
	body.home #container {
		padding-top: 0;
	}
}

#main {
  min-height: 78vh;
}
@media all and (max-width: 750px){
  #main {
    min-height: auto;/*73vh;*/
  }
}

.boxContent {
}
@media all and (max-width: 750px){
  .boxContent {
  }
}

.boxLayoutBaseIn {
  /*padding-bottom: 7em;*/
}
@media all and (max-width: 750px){
  .boxLayoutBaseIn {
    /*padding-bottom: 2.5em;*/
	  padding-top: 0;
  }
	body:not(.home) .boxLayoutBaseIn{
		padding-top: 2.5rem;
	}
	.pageMedical-care .boxLayoutBaseIn,
	.single-diseases .boxLayoutBaseIn {
		padding-top: 0!important;
	}
	
}


/***** Header *****/
.boxHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
@media all and (max-width: 750px){
  .boxHeader {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
		background-color: transparent;
  }
	body.home .boxHeader {
		background-color: transparent;
	}
}
.boxHeaderLogo01 .sub {
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 12px;
}
.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.boxHeader01.baseW {
	max-width: inherit;
	width: 100%;
}
.logo01Header {
  width: 536px;
}
@media all and (max-width: 750px){
  .boxHeader01 {
    height: 16.7vw;
  }
}

@media all and (max-width: 750px){
  .boxHeader01 .logo01Header {
    position: absolute;
    top: 5.5vw;
    left: 4vw;
    width: 68vw;
  }
}
.boxHeader01R {
	background-color: rgba(255,255,255,0.9);
	border-bottom-left-radius: 1rem;
	width: 69%;
  max-width: 1180px;
}
body:not(.home) .boxHeader01R {
	background-color: #fff;
}
.boxHeader01L {
	display: flex;
	align-items: center;
	justify-content: center;
  padding-left: 30px;
  width: 31%;
  padding-right: 20px;
}
@media all and (max-width: 750px){
  .boxHeader01R {
    display: none;
  }
}

.boxHeader01R .ulHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
	font-weight: bold;
	letter-spacing: 0.08em;
	padding: 9px 0 0 24px;
}

.boxHeader01R .ulHeaderMenu01 > li:not(:first-child) {
  margin-left: 3em;
}
.boxHeader01R .ulHeaderMenu01 > li.last {
  margin-left: 30px;
}
.boxHeader01R .ulHeaderMenu01 > li small {
	display: block;
	text-align: center;
	padding-top: 0.3em;
}
.boxHeader01R .ulHeaderMenu01 > li {
	cursor: pointer;
	position: relative;
  font-size: 1rem;
}
.boxHeader01R .ulHeaderMenu01 > li:not(:first-child):before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../../images/common/point.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: -2em;
  top: 4px;
}
.boxHeader01R .ulHeaderMenu01 > li.last:before {
  content: none;
}
.boxHeader01R .ulHeaderMenu01 > li a {
	position: relative;
	z-index: 1;
}
body:not(.home) .boxHeader01R .ulHeaderMenu01 > li.current > a,
body.single-diseases .boxHeader01R .ulHeaderMenu01 > li:nth-of-type(8) {
	color: #206e95;
	position: relative;
}

body:not(.home) .boxHeader01R .ulHeaderMenu01 > li.current >a:after,
body.single-diseases .boxHeader01R .ulHeaderMenu01 > li:nth-of-type(8) >a:after {
	width: 3em;
}
.boxHeader01R .ulHeaderMenu01 > li:nth-of-type(3) >a:after,
.boxHeader01R .ulHeaderMenu01 > li:nth-of-type(4) >a:after {
	bottom: -0.4em;
}
.boxHeader01R .ulHeaderMenu01 > li > a:hover:after {
	width: 3em;
}
.boxHeader01R .ulHeaderMenu01 > li > a:hover {
	color: #206e95;
}
.boxHeader01R .ulHeaderMenu01S {
	display: flex;
	justify-content: flex-end;
	letter-spacing: 0.08em;
	background-color: #d2dfe7;
}
.boxHeader01R .ulHeaderMenu01S li {
	font-size: 0.9375rem;
}
.boxHeader01R .ulHeaderMenu01S > li > a {
	padding: 10px 1em 8px 1em;
	display: block;
	position: relative;
}
.boxHeader01R .ulHeaderMenu01S > .m {
	color: #fff;
	font-weight: bold;
	background-color: #216d92;
  font-size: 1.0625rem;
}
.boxHeader01R .ulHeaderMenu01S > .m02 {
	background-color: #007bb4;
	border-right: none;
}
.boxHeader01R .ulHeaderMenu01S > .m a {
	padding: 9px 2.6em 9px 2.6em;
}
.boxHeader01R .ulHeaderMenu01S > li:not(.m) a:before {
	content: "";
	width: 1px;
	height: 0.5em;
	background-color: #206e95;
	position: absolute;
	left: 0;
	top: 17px;
}
.boxHeader01R .ulHeaderMenu01S > li:not(.m):first-child a:before {
	content: none;
}
.boxHeader01R .ulHeaderMenu01 > li:not(.last) {
	margin-top: 20px;
	padding-bottom: 21px;
}
.boxHeader01R .ulHeaderMenu01 > li.last .h_tel {
	display: flex;
	padding: 13px 20px 6px 12px;
	align-items: center;
}
.boxHeader01R .ulHeaderMenu01 > li.last .h_tel .cont {
  text-align: center;
}
.boxHeader01R .ulHeaderMenu01 > li.last .h_tel .img {
	width: 53px;
}
.boxHeader01R .ulHeaderMenu01 > li.last .h_tel .cont a {
	color: #206e95;
	font-size: 2.1675rem;
	line-height: 1;
}
.boxHeader01R .ulHeaderMenu01 > li.last .h_tel .cont span {
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.boxHeader01R .ulHeaderMenu01 .has_child {
	position: relative;
}
.boxHeader01R .ulHeaderMenu01 .has_child .child_wrap {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	position: absolute;
	left: -50%;
	top: 77px;
}
.boxHeader01R .ulHeaderMenu01 .has_child .child {
	background-color: #fff;
	border-radius: 1rem;
	text-align: center;
	font-weight: normal;
	width: 230px;
	padding: 24px 0;
}
.boxHeader01R .ulHeaderMenu01 .has_child:hover > .child_wrap {
	visibility: visible;
	opacity: 1;
}

.boxHeader01R .ulHeaderMenu01 .has_child .child:before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #206e95;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -8px;
	border-radius: 10em;
}
.boxHeader01R .ulHeaderMenu01 .has_child .child > li:not(:last-child) {
	margin-bottom: 24px;
}
.boxHeader01R .ulHeaderMenu01 .has_child .child > li > a:hover {
	color: #206e95;
}
.boxHeader01R .ulHeaderMenu01 .has_child .child > li > a {
	padding: 0 1em;
	position: relative;
}
.boxHeader01R .ulHeaderMenu01 .has_child .child > li > a:after {
	content: "";
    width: 0;
    height: 1px;
    background-color: #206e95;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transition: all 0.3s;
}
.boxHeader01R .ulHeaderMenu01 .has_child .child > li > a:hover:after {
	width: 100%;
}







/***** Hmb Menu *****/
.btnHmbMenu {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 260px;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu {
    top: 4vw;
    right: 4vw;
    width: 10vw;
    display: block;
  }
}

.btnHmbMenu.typeCss01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #ddd;
}
@media all and (max-width: 1350px){
  .btnHmbMenu.typeCss01 {
    /*
    display: -webkit-flex;
    display: flex;*/
  }
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 {
    position: fixed;
    top: 5vw;
    right: 4vw;
    display: -webkit-flex;
    display: flex;
    width: 8.5vw;
    height: 6vw;
    background-color: transparent;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn {
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn {
    width: 100%;
    height: 100%;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  transition: all .4s;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    height: 0.8vw;
    border-radius: 0.8vw;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(1) {
  top: 0;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(3) {
  bottom: 0;
}

.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
  transform: translateY(11.1px) rotate(-45deg);
}
.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(2) {
  opacity: 0;
}
.btnHmbMenu.typeCss01.statusOpen  .btnHmbMenuIn > span:nth-of-type(3) {
  transform: translateY(-11.1px) rotate(45deg);
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
    transform: translateY(2.6vw) rotate(-45deg);
    transform: translateY(calc(3.0vw - 0.8vw / 2)) rotate(-45deg);
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    transform: translateY(-2.6vw) rotate(45deg);
    transform: translateY(calc(-3.0vw + 0.8vw / 2)) rotate(45deg);
  }
}

.boxHmbMenu {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5% 0 5%;
  background-color: #fff;
  text-align: center;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    padding: 16.7vw 0 5vw 0;
    text-align: left;
  }
	.ulHmbMenu01 {
		background-color: #ccecfa;
		padding: 1em 5%;
		display: flex;
		flex-wrap: wrap;
	}
}

.ulHmbMenu01 > li {
  padding: 1.0em 0;
  font-size: 1.5rem;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li {
    width: 100%;
    padding: 1em;
    font-size: 1.1rem;
	  border-bottom: 1px solid #fff;
	  position: relative;
  }
	.ulHmbMenu01 > li:nth-child(n+8) {
		width: 50%;
	}
	.ulHmbMenu01 > li:nth-of-type(8):before,
	.ulHmbMenu01 > li:nth-of-type(10):before,
	.ulHmbMenu01 > li:nth-of-type(12):before {
		content: "";
		width: 1px;
		height: 100%;
		background-color: #fff;
		position: absolute;
		right: 0;
		top: 0;
		display: block;
	}

	.ulHmbMenu01 > li:nth-of-type(7):before {
		/* height: calc(100% - 0.7em);
		bottom: 0;
		top: auto; */
	}
	.ulHmbMenu01 > li:nth-of-type(11),.ulHmbMenu01 > li:nth-of-type(12) {
		
	}
	
}

.ulHmbMenu01 > li:not(:last-child):after {
  content: '-';
  margin: 0 0.8em;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li:not(:last-child):after {
    content: none;
  }
}

.boxHmbMenuFixedBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.boxHmbMenuFixedBottom a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 17.5vw;
}


@media all and (max-width: 750px){
  .boxHmbMenuSns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 2em;
  }
}
@media all and (max-width: 750px){
  .boxHmbMenuSns a {
    margin: 0 0.5em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuSns a img {
    width: 9.5vw;
  }
}



/*##### Mv #####*/
.boxMvWrap {
  position: relative;
  padding-top: 475px;
  background-color: #fff;
  background-image: url('./../../images/doctor/bg-mv.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}

@media all and (max-width: 750px){
  .boxMvWrap {
    padding-top: 26.5%;
    /*
    background-image: url('./../../images/base/sp-base-mv-bg01.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;*/
    background-size: auto 100% ;
  }
}

.boxMv {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.ttlMv {
  color: #fff;
}
.ttlMv.baseW {
	width: 100%;
	margin-top: 90px;
}

@media all and (max-width: 750px){
  .ttlMv {
    text-shadow: 0 0 0.5em rgba(0,0,0,0.3)
  }
}

.ttlMv .ttlParent {
  margin-top: -1.9em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.75rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlMv .ttlParent {
    font-size: 1.1rem;
  }
}

.ttlMv .ttlJa {
  letter-spacing: 0.04em;
  font-size: 3rem;
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa {
    font-size: 1.7rem;
  }
}

.ttlMv .ttlEn {
  font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 1.875rem;
	letter-spacing: 0;
	display: block;
	opacity: 0.5;
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn {
  }
}


/*##### Footer #####*/
.boxFooterMenu01 {
	display: flex;
	flex-wrap: wrap;
}
.boxFooterMenu01 .box {
	width: 20%;
	background-color: #009fe8;
	color: #fff;
}
.boxFooterMenu01 .box:not(:first-child) {
	background: url("../../images/common/bg-footer_menu.png") no-repeat left top;
	background-size: cover;
}
.boxFooterMenu01 .box:last-child {
	background: url("../../images/common/bg-footer_menu02.png") no-repeat left top;
	background-size: cover;
}
.boxFooterMenu01 .box a {
	padding: 80px 10% 70px 10%;
	display: block;
}
.boxFooterMenu01 .box a .icn {
	width: 144px;
	height: 144px;
	border-radius: 10em;
	border: 16px solid #81d0f4;
	background-color: #b8e4f9;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 35px auto;
}
.boxFooterMenu01 .box:last-child a .icn {
	background-color: #dfeec1;
	border-color: #c6e08f;
}
.boxFooterMenu01 .box a .ttl {
	letter-spacing: 0.18em;
	font-size: 1.875rem;
	text-align: center;
}
.boxFooterMenu01 .box a .ttl:after {
	content: "";
	display: block;
	background-color: #b8d974;
	height: 1px;
	width: 2.2em;
	margin: 20px auto 30px auto;
}
.boxFooterMenu01 .box a p {
	line-height: 1.8;
}
.boxFooter01 {
	padding: 90px 0
}
.boxFooter01 .box_wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
  align-items: center;
}
.boxFooter01 .box_wrap .map {
  margin-right: 65px;
	width: calc(100% - 535px);
	height: 450px;
  overflow: hidden;
	border-radius: 0.5rem;
}
.boxFooter01 .box_wrap .map iframe {
  width: 100%;
  height: 100%;
}
.boxFooter01 .box_wrap .cont {
	width: 480px;
}
.boxFooter01 .box_wrap .cont .info {
  font-size: 1.0625rem;
  line-height: 1.88;
  letter-spacing: 0.12em;
}
.boxFooter01 .box_wrap .cont .info div {
  text-indent: -4em;
  padding-left: 4em;
}
.boxFooter01 .box_wrap .cont .f_logo {
	width: 270px;
	text-align: center;
	margin: 0 auto 30px auto;
}
.boxFooter01 .box_wrap .cont .p01 {
  font-weight: bold;
  color: #91a9c3;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 2em;
  text-align: center;
}
.boxFooter01 .box_wrap .cont .f_logo img {
	display: block;
	margin: 0 auto 40px auto;
}
.boxFooter01 .box_wrap .cont .address {
	font-size: 1.125rem;
	line-height: 2;
}
.boxFooter02Wrap {
	background-color: #e9f2f1;
	padding: 4.375rem 0;
}
.boxFooter02 {
	display: flex;
	justify-content: space-between
}
.boxFooter02 .box01 {
	width: 35%;
	display: flex;
	justify-content: space-between;
	padding-right: 55px;
}
.boxFooter02 .box01 .m01 {
}
.boxFooter02 .box01 ul:not(.child) {
}
.boxFooter02 .box01 ul:not(.child) > li {
	font-weight: bold;
}
.boxFooter02 .box01 ul:not(.child) > li:nth-child(n+2) {
	margin-top: 0.8em;
}
.boxFooter02 .box01 ul.child li {
	font-weight: normal;
}
.boxFooter02 .box01 ul.child li:nth-child(n+2) {
	margin-top: 0.5em;
}
.boxFooter02 .box01 ul.child {
	margin-top: 0.8em;
	padding-left: 1em;
}

.boxFooter02 .box01 .m02 > ul > li {
	font-size: 1.125rem;
}
.boxFooter02 .box02 {
	width: 64.7%;
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 36px 24px;
	display: flex;
}
.boxFooter02 .box02 .m03 {
	width: 44%;
	
}
.boxFooter02 .box02 .boxBaseMedicalTb01 {
	padding: 0;
}
.boxFooter02 .box02 .m03 .btn_area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 29px;
}
.boxFooter02 .box02 .m03 .btn_area a {
	height: 126px;
	width: 48.5%;
	border-radius: 0.5rem;
	background: url("../../images/common/icn-calendar02.png") no-repeat 13px center;
	background-color: #e4eaed;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.125rem;
	font-weight: bold;
}
.boxFooter02 .box02 .m03 .btn_area a:nth-of-type(2) {
	background-image: url("../../images/common/icn-web02.png");
}
.boxFooter02 .box02 .m03 .btn_area a span {
	padding-left: 67px;
}
.boxFooter02 .box02 .m03 .btn_area a span img {
	display: block;
	margin: 5px auto 0 auto;
}
.boxFooter02 .box02 .m04 {
	width: 52%;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.boxFooter02 .box02 .m03 .btn_area a {
	transition: all 0.3s;
}
.boxFooter02 .box02 .m03 .btn_area a:hover {
	transform: scale(1.1);
}


















.boxFooterWrap {
  padding: 0;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxFooterWrap {
    padding-top: 4rem;
	  padding-bottom: 15vw;
  }
}

.boxCopyrightWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 4.0em;
	color: #fff;
  background-color: #216d92;
	font-size: 0.875rem;
}
@media all and (max-width: 750px){
  .boxCopyrightWrap {
    height: 4.0em;
  }
}

.boxCopyright {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  align-items: center;
}
.boxCopyright ul a {
  text-decoration: underline;
  font-size: 0.9375rem;
}
@media all and (max-width: 750px){
  .boxCopyright {
    letter-spacing: normal;
    font-size: 0.73rem;
    display: block;
  }
}

@media all and (max-width: 750px){
  .boxCopyright .markCopy {
    font-family: Verdana, Roboto, "Droid Sans";
  }
}


/*##### Base Page #####*/
.boxPageWrap {
  padding: 0 0 0 0;
}
@media all and (max-width: 750px){
  .boxPageWrap {
    padding: 0 0 0 0;
  }
}

.boxPage01 {
  padding-bottom: 4.8em;
}
@media all and (max-width: 750px){
  .boxPage01 {
    padding-top: 2.0em;
    padding-bottom: 2.5em;
  }
}

.ttlBasePageH1 {
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
  font-size: 2.57rem;
}
@media all and (max-width: 750px){
  .ttlBasePageH1 {
    font-size: 2.133rem;
  }
}

.txt p {
	line-height: 1.66;
	letter-spacing: 0.08em;
	font-size: 1.125rem;
}
.txt p:not(:last-child) {
	margin-bottom: 1.5em;
}
.btnBase01 {
  background-color: #fff;
  border-radius: 8px;
  height: 2.75em;
  padding: 0 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.12em;
}
.btnBase01 span {
  padding: 3px 42px 3px 0;
  background: url("../../images/common/img-arrow02.png") no-repeat right center;
}



.txt_blue {
	color: #009fe8;
}

.boxAnchorWrap {
	margin-bottom: 9.375rem;
	font-size: 1.125rem;
	font-weight: bold;
}
.boxAnchor {
	display: flex;
	flex-wrap: wrap;
}
.boxAnchor a:nth-child(n+2) {
	margin-left: 1.5em;
}
.boxAnchor a {
	letter-spacing: 0.08em;
	position: relative;
}
.boxAnchor a span {
	position: relative;
	padding-bottom: 0.7em;
}
.boxAnchor a span:after {
	content: "";
	width: calc(100% - 2.5em);
	height: 1px;
	background-color: #817b76;
	position: absolute;
	right: 0;
	bottom: 0;
}
.boxAnchor a span:before {
	content: "";
	width: 1.5em;
	height: 1px;
	background-color: #817b76;
	position: absolute;
	left: 0;
	bottom: 0;
}
.boxAnchor a:before {
	content: "";
	width: 0.3em;
	height: 0.3em;
	border-radius: 10em;
	background-color: #206e95;
	position: absolute;
	left: 0;
	bottom: -0.75em;
	z-index: 1;
}
.boxAnchor a:after {
	content: url("../../images/common/bg-anc_arrow.png");
	position: absolute;
	left: 1.5em;
	bottom: -0.6em;
	width: 17px;
	height: 11px;
}
.ttlBase_h2.center {
	color: #fff;
	font-weight: bold;
	font-size: 1.875rem;
	text-align: center;
	letter-spacing: 0.1em;
	background: url("../../images/common/bg-ttl_h2.jpg") no-repeat center top;
	background-size: cover;
	padding: 1.2em 0 1.1em 0;
	margin-bottom: 1.8em;
}
.ttlBase_h2.center .en {
	display: block;
	color: #bdbdbd;
	font-weight: normal;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	margin-top: 1.2em;
}
.ttlBase_h2.center:after {
	content: "";
	width: 1.7em;
	height: 1px;
	background-color: #b8e4f9;
	display: block;
	margin: 38px auto 0 auto;
}
body.home .boxContent {
	padding-bottom: 0;
}
.boxLeadWrap {
	margin-bottom: 3rem;
}
.boxLead .ttl {
	color: #6c91ae;
	font-weight: bold;
	font-size: 1.875rem;
	line-height: 1.66;
	margin-bottom: 1em;
  letter-spacing: 0.245em;
}
.boxLead .boxBaseCom p {
	font-size: 1.0625rem;
	line-height: 1.76;
	letter-spacing: 0.12em;
  color:#727171;
}
.boxLead .txt p:nth-child(n+2) {
	margin-top: 1.5em;
}
.txt_green {
	color: #6eac6d;
}
.txt_red {
	color: #E5381A;
}
.txt_blue {
	color: #009fe8;
}
.txt_brown {
	color: #8a4e01;
}
.txt_bold {
	font-weight: bold;
}
.listCom li {
	font-size: 1.125rem;
	line-height: 1.5;
	padding-left: 1em;
	position: relative;
}
.listCom li:nth-child(n+2) {
	margin-top: 0.7em;
}
.listCom li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 10em;
	background-color: #6eac6d;
	position: absolute;
	left: 0;
	top: 0.6em;
}



.link_border {
	color: #009fe8;
	text-decoration: underline;
}
.boxFooter02 .box01 ul > li > a:hover {
	color: #77ab0c;
}


@media all and (max-width: 750px){
	.boxFooterMenu01 {
		display: block;
	}
	.boxFooterMenu01 .box {
		width: 100%;
	}
	.boxFooterMenu01 .box a {
		padding: 1.5rem;
		overflow: hidden;
	}
	.boxFooterMenu01 .box a .icn {
		width: 90px;
		height: 90px;
		border-width: 8px;
		float: left;
		margin-bottom: 0;
	}
	.boxFooterMenu01 .box a .ttl {
		width: calc(95% - 100px);
		float: right;
		font-size: 1.6rem;
		padding-top: 0.5em;
		text-align: left;
	}
	.boxFooterMenu01 .box a .ttl:after {
		margin-left: 0;
	}
	.boxFooterMenu01 .box a p {
		clear: both;
		font-size: 0.9rem;
		padding-top: 1em;
	}
	.boxFooter01 .box_wrap {
		display: block;
	}
	.boxFooter01 .box_wrap .cont {
		width: 100%;
	}
	.boxFooter01 .box_wrap .cont .f_logo {
		font-size: 1.1rem;
	}
	.boxFooter01 .box_wrap .cont .address {
		font-size: 0.9rem;
	}
	.boxFooter01 .box_wrap .gmap {
		width: 100%;
		margin-top: 1.3rem;
		height: 40vw;
	}
	.boxFooter01 .box_wrap .gmap iframe {
		height: 100%;
		margin: 0;
	}
	.boxFooter01 {
		padding-bottom: 2.5em;
	}
	.boxFooter01 .box_wrap .cont .f_logo img {
		max-width: 31vw;
		margin-bottom: 1rem;
	}
	.boxFooter02 {
		display: block;
	}
	.boxFooter02 .box01 {
		width: 100%;
		padding: 0;
	}
	.boxFooter02 .box01 .m02 > ul > li {
		font-size: 0.9rem;
	}
	.boxFooter02 .box01 ul:not(.child) > li:nth-child(n+2) {
		margin-top: 1.2em;
	}
	.boxFooter02 .box02 {
		width: 100%;
		padding: 1.5rem;
		margin-top: 2.5rem;
		display: block;
	}
	.boxFooter02 .box02 .m03 {
		width: 100%;
		margin-bottom: 2rem;
	}
	.boxFooter02 .box02 .m04 {
		width: 100%;
		height: 400px;
	}
	.boxMvWrap {
		padding-top: 50%;
		position: relative;
	}
	.boxMvWrap:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		position: absolute;
		left: 0;
		top: 0;
	}
	.ttlMv.baseW {
		margin: 0 0 0 0;
		text-align: center;
	}
	.ttlMv .ttlEn {
		font-size: 1.3rem;
	}
	
	.ttlBase_h2.center {
		font-size: 1.41rem;
	}
	.ttlBase_h2.center:after {
		margin-top: 1rem;
	}
	.txt p {
		font-size: 1rem;
	}
	.listCom li {
		font-size: 1rem;
	}
	.boxFooter02 .box02 .m03 .btn_area a {
		background-size: 3.3rem;
	}
}

.boxHeaderFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
	transition: all 0.3s;
}
body.h_scroll .boxHeaderFixed {
	transform: translateY(0);
}
.boxHeaderFixed .boxHeader01R {
	border-radius: 0;
}
.boxHeaderFixed .boxHeader01R {
	width: 100%;
	max-width: inherit;
	background-color: #fff;
	margin-left: 0;
}
.boxHeaderFixed .boxHeader01L {
	position: absolute;
	top: 68px;
}
.boxHeaderFixed .boxHeader01 {
	position: relative;
	padding: 0;
}
@media all and (max-width: 1720px) and (min-width: 751px) {

	.boxHeader01R {
		width: 75%;
	}
	.boxHeader01L {
		justify-content: flex-start;
		width: 24%;
	}
		
}
@media all and (max-width: 1650px) and (min-width: 751px) {
	.boxHeaderLogo01 a img {
		/*display: none!important;*/
	}
	.boxHeaderLogo01 a {
    /*
		width: 200px;
		height: 42px;
		background: url("../../images/common/logo-min-black.png") no-repeat left center;
		display: block;*/
	}
	.boxHeader01L {
	}
	.boxHeader01R {
		width: calc(100% - 200px);
		margin-left: 2%;
	}
  .boxHeaderLogo01 .sub {
    padding-left: 0!important;
    font-size: 0.85rem;
  }
  
}
@media all and (max-width: 1470px) and (min-width: 751px) {
	.boxHeader01R .ulHeaderMenu01 li,
	.boxHeader01R .ulHeaderMenu01S > li {
		font-size: 0.9rem;
	}	
	.boxHeader01R .ulHeaderMenu01 > li.last .h_tel .cont a {
		font-size: 1.8rem;
	}
	.boxHeader01R .ulHeaderMenu01 > li.last .h_tel .cont span {
		font-size: 0.7rem;
	}
  
}
@media all and (max-width: 1360px) and (min-width: 751px) {
	.boxHeader01R .ulHeaderMenu01 > li:not(:first-child) {
		margin-left: 1.5em;
	}
	.boxHeader01R .ulHeaderMenu01 > li.last .h_tel .cont a {
		font-size: 1.4rem;
	}
	.boxHeader01R .ulHeaderMenu01 > li.last .h_tel .cont span {
		font-size: 0.6rem;
	}
  .boxHeader01R .ulHeaderMenu01 > li:not(:first-child):before {
    width: 10px;
    height: 10px;
    left: -16px;
  }
}
@media all and (max-width: 1280px) and (min-width: 751px) {
	html{
		font-size: 15px;
	}
  .boxHeaderLogo01 .sub {
    display: none;
  }
  .logo01Header.dPc {
    display: none!important;
  }
  .logo01Header.dSp {
    display: block!important;
  }
  
}
@media all and (max-width: 1279px) and (min-width: 751px) {
	.boxHeader01 {
		display: block;
		padding: 0 !important;
		position: relative;
	}
	.boxHeader01R {
		width: 100%;
		margin: 0;
		max-width: inherit;
		border-radius: 0;
	}
 .boxHeader01L {
    position: absolute;
    left: 40px;
    top: 68px;
}

	
}
.boxFooterFixedSp {
	display: none;
	opacity: 0;
}
@media all and (max-width: 751px) {
	.boxHeaderFixed {
		display: none;
	}
	.boxFooter02 .box02 .boxBaseMedicalTb01 table {
		width: 100%;
	}
	.boxFooterFixedSp {
		transition: all 0.5s;
		display: flex;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		border-top: 1px solid #fff;
		z-index: 2;
	}
	body.h_scroll .boxFooterFixedSp {
		opacity: 1;
	}
	.boxFooterFixedSp a {
		color: #fff;
		background-color: #009fe8;
		width: 25%;
		border-right: 1px solid #fff;
		font-weight: bold;
		font-size: 1.1rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		line-height: 1.4;
		padding: 0.5em 0;
	}
	.boxFooterFixedSp a:nth-of-type(1) {
		background: url("../../images/common/icn-h_tel.png") no-repeat 3vw center;
		background-size: 29%;
		background-color: #fff;
		color: #77ab0c;
		font-size: 1.7rem;
		padding-left: 1.2em;
		font-weight: normal;
	}
	.boxFooterFixedSp a:nth-of-type(4) {
		background-color: #007bb4;
		border-right: none;
	}
	.boxHmbMenu .boxSpTel {
		text-align: center;	
		padding: 1rem 0;
	}
	.boxHmbMenu .boxSpTel a {
		font-size: 2.6rem;
		color: #77ab0c;
	}
	.boxHmbMenu .boxSpTel span {
		display: block;
		font-size: 1.1rem;
	}
	.boxHmbMenu .boxFooterMenu01 {
		display: flex;
	}
	.boxHmbMenu .boxFooterMenu01 .box {
		width: 33.33333333%;
	}
	.boxHmbMenu .boxFooterMenu01 .box a .ttl {
		width: 100%;
		text-align: center;
		font-weight: bold;
		font-size: 1.1rem;
		padding: 0;
		margin-bottom: 0.8em;
		letter-spacing: normal;
	}
	.boxHmbMenu .boxFooterMenu01 .box a .ttl:after {
		content: none;
	}
	.boxHmbMenu .boxFooterMenu01 .box a {
		padding: 1.5rem 0;
	}
	.boxHmbMenu .boxFooterMenu01 .box a .icn {
		margin: auto;
		float: none;
	}
	.boxHmbMenu .boxBaseMedicalTb01 {
		background-color: #ccecfa;
		padding: 7vw 5%;
		border-radius: 0;
	}
	.boxHmbMenu .boxBaseMedicalTb01 table {
		width: 100%;
		background-color: #fff;
	}
	.boxHmbMenu .boxBaseMedicalTb01 .th01 {
		background-color: #ccecfa;
	}
	.boxAnchor a:before {
		bottom: -0.7em;
	}
	.boxAnchor a:after {
		bottom: -0.8em;
	}
	.boxHmbMenu .boxFooterMenu01 .box .icn img {
		width: 11vw;
	}
	
	
	
}

.boxHeader01R .ulHeaderMenu01 .has_child_mega {
	position: static;
}
.boxHeader01R .ulHeaderMenu01 .has_child_mega .child_wrap02 {
	opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 135px;
	width: 100vw;
}
.boxHeader01R .ulHeaderMenu01 .has_child_mega:hover > .child_wrap02 {
	opacity: 1;
	visibility: visible;
}
.boxHeader01R .ulHeaderMenu01 .has_child_mega .boxMedical01Wrap {
	padding: 7.5rem 0 0 0;
}
.boxHeader01R .ulHeaderMenu01 .has_child_mega .boxMedical01 {
	margin: auto;
}
body.pageMedical-care .boxHeader01R .ulHeaderMenu01 .has_child_mega .child_wrap02 {
	display: none !important;
}
@media all and (max-width: 1440px) and (min-width: 751px) {
	.boxFooter01 .box_wrap .cont .f_logo {
		font-size: 1.4rem;
	}
	.boxFooter01 .box_wrap .cont .address {
		font-size: 1rem;
	}
	.boxFooter02 .boxBaseMedicalTb01 .dSp {
		display: block!important;
	}
	.boxFooter02 .boxBaseMedicalTb01 .green {
		display: block;
	}
	.boxFooter02 .boxBaseMedicalTb01 td {
		white-space: nowrap;
	}
	.boxFooter02 .box02 .m03 .btn_area a {
		background-size: 49px;
	}
	.boxFooterMenu01 .box a .ttl {
		font-size: 1.6rem;
	}

}

/*##### Common Contents #####*/
.table_wrap.boxMedicalTable {
 background-color: rgba(255,255,255,0.8);
  border-radius: 8px;
  padding: 24px 28px;
  width: 475px;
}
.table_wrap.boxMedicalTable table {
   width: 100%;
}
.table_wrap.boxMedicalTable table tr { 
  border-bottom: 1px solid #adbed1;
}
.table_wrap.boxMedicalTable table .ttl {
  font-size: 1.125rem;
  font-weight: bold;
}
.table_wrap.boxMedicalTable table .ttl th {
  padding-bottom: 15px;
}
.table_wrap.boxMedicalTable table .ttl th:first-child {
  color: #206e95;
}
.table_wrap.boxMedicalTable table tr th:first-child {
  width: 25%;
}
.table_wrap.boxMedicalTable table tr .time01 {
}
.table_wrap.boxMedicalTable table tr td {
  text-align: center;
  color: #206e95;
  width: 9.28%;
  padding: 15px 0;
}
.table_wrap.boxMedicalTable table tr .time02 {
}
.table_wrap.boxMedicalTable table tr .blank {
}
.table_wrap.boxMedicalTable .sub {
  font-weight: bold;
  margin-top: 1em;
}
.table_wrap.boxMedicalTable .sub span {
  color: #d33c3c;
  
}
.txt_red {
  color: #d33c3c;
}
.ttlBaseH2 {
  text-align: center;
}
.ttlBaseH2 .ja {
  color: #206e95;
  letter-spacing: 0.1em;
  display: block;
  font-size: 2.3125rem;
}
.ttlBaseH2 .en {
  font-family: "Century Gothic", "Apple Gothic", sans-serif;
  font-weight: normal;
  display: block;
  letter-spacing: 0.12em;
  color: #abbccf;
  margin-top: 0.8em;
}
.ttlBaseH2:after {
  content: "";
  display: block;
  width: 183px;
  height: 4px;
  background-color: #abbccf;
  margin: 23px auto 80px auto;
}
.boxFooter02 {
  display: flex;
}
.boxFooter02 .cont01 {
  width: 50%;
  display: flex;
  padding-right: 3%;
  justify-content: space-between;
}
.boxFooter02 .cont01 .f01 .box:nth-child(n+2) {
  margin-top: 24px;
}
.boxFooter02 .cont01 .f01 .box .parent {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  padding-left: 1.125em;
  color: #216d92;
  position: relative;
}
.boxFooter02 .cont01 .f01 .box .parent:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10em;
  background-color: #abbccf;
  position: absolute;
  left: 2px;
  top: 0.5em;
}
.boxFooter02 .cont01 .f01 .box ul {
  padding-left: 1.125rem;
}
.boxFooter02 .cont01 .f01 .box ul li {
  padding-left: 1.125rem;
  position: relative;
  font-size: 0.95rem;
}
.boxFooter02 .cont01 .f01 .box ul li:nth-child(n+2) {
  margin-top: 0.8em;
}
.boxFooter02 .cont01 .f01 .box ul li:before {
  content: "";
  width: 6px;
  height: 1px;
  border-radius: 10em;
  background-color: #584726;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boxFooter02 .cont02 {
  width: 50%;
  display: flex;
}
.boxFooter02 .cont02 .left {
  width: 58.4%;
}
.boxFooter02 .cont02 .left table {
  font-weight: bold;
  width: 100%;
}
.boxFooter02 .cont02 .left .table_wrap {
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 18px 10px;
}
.boxFooter02 .cont02 .left table .ttl th {
  padding: 0 0 12px 0;
  border-bottom: 1px solid #ccd9e7;
  font-size: 0.875rem;
}
.boxFooter02 .cont02 .left table .ttl th:first-child {
  font-size: 0.9375rem;
  color: #216d92;
}
.boxFooter02 .cont02 .left table tr .time01 {
  padding: 12px 3px 8px 0;
  text-align: right;
  color: #216d92;
  font-weight: normal;
}
.boxFooter02 .cont02 .left table tr td {
  text-align: center;
  padding: 0 12px;
}
.boxFooter02 .cont02 .left table tr td:not(.blank) {
    color: #216d92;
}
.boxFooter02 .cont02 .left table tr .time02 {
  color: #216d92;
  font-weight: normal;
}
.boxFooter02 .cont02 .left .f_calendar {
  height: 100%;
}
.boxFooter02 .cont02 .left .f_calendar iframe {
  width: 100%;
  height: 100%;
}
.boxFooter02 .cont02 .right {
  width: 38.98%;
  margin-left: auto;
}
.boxFooter02 .cont02 .right .bnr {
  width: 100%;
  border-radius: 18px;
  background-color: #fff;
  height: 112px;
  overflow: hidden;
}
.boxFooter02 .cont02 .right .bnr:nth-child(n+2) {
  margin-top: 12px;
}
.boxFooter02 .cont02 .right .bnr a {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;  
}
.boxFooter02 .cont02 .right .bnr .p01 {
  width: 61%;
  background: url("../../images/common/img-arrow02.png") no-repeat right 10px bottom 10px;
  background-color: #216d92;
   padding: 35px 0 0 18px;
}
.boxFooter02 .cont02 .right .bnr .p01 .ja {
  color: #fff;
  font-weight: bold;
  font-size: 1.375rem;
  letter-spacing: 0.12em;
  margin-bottom: 9px;
  line-height: 1;
  display: block;
}
.boxFooter02 .cont02 .right .bnr .p01 .en {
  color: #fff;
  font-weight: normal;
  font-size: 0.75rem;
  margin-bottom: 15px;
  display: block;
}
.boxFooter02 .cont02 .right .bnr .p01 .btnBase01 .arrow {
  background-color: #d4c591;
}
.boxFooter02 .cont02 .right .bnr .img {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccd9e7;
}
.boxFooter02 .cont02 .right .bnr02 .img img {
  width: 98px;
}
.boxFooter02 .cont02 .right .bnr.bnr01 a .img img {
  width: 85px;
}
.boxFooter02 .cont02 .right .bnr a:hover .btnBase01 .arrow:after {
  transform: translate(200%,-50%);
}
.boxFooter02 .cont02 .right .bnr a:hover .btnBase01 .arrow:before {
  transform: translate(0,-50%);
}
.boxFooter02 .cont02 .right .bnr.bnr02 a .p01 {
  background-color: #6c91ae;
}

.boxFooter02 .cont02 .right .bnr.bnr04 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxFooter02 .cont02 .right .bnr.bnr04 a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.boxFooter02 .cont02 .right .bnr.bnr04 img {
  width: 157px;
  height: 49px;
}
.boxFooter02 .cont01.contSp {
  display: none;
}
.boxIndexOpenInfo {
	width: 1200px;
	background-color: rgba(109,147,177,0.9);
	padding: 20px 22px 20px 0;
	display: flex;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 1;
	flex-shrink: 0;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  bottom:0;
  align-items: flex-end;
}
.boxIndexOpenInfo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 180px;
  background-color: rgba(32,110,149,0.6);
  border-top-right-radius: 8px;
}
.boxIndexOpenInfo .box01 {
	width: 196px;
  height: 271px;
  background: url("../../images/common/bg-shinryobi.png") no-repeat;
  background-size: contain;
	text-align: center;
  padding-left: 22px;
  position: relative;
  z-index: 1;
  margin-top: -34px;
  bottom: -7px;  
}
.boxIndexOpenInfo:after {
  content: "";
  width: 232px;
  height: 395px;
  background: url("../../images/common/illust01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 53px;
  bottom: -13px;
}
.boxBaseBusinessDayInfo01 .pTodayDate small {
  font-size: 18.39px;
  font-weight: bold;
  color: #206e95;
  position: relative;
  top: -5px;
}
.boxBaseBusinessDayInfo01 .pTodayDate span {
	line-height: 1;
  display: block;
  font-size: 36.79px;
  margin-top: 58px;
}
.boxBaseBusinessDayInfo01 .pTodayStatus {
  color: #336733;
  font-weight: bold;
  font-size: 29.29px;
  margin-top: 43px;
}
.boxIndexOpenInfo .box01 .p01 {
	color: #009fe8;
	background-color: #fff;
	letter-spacing: 0.26em;
	font-size: 0.9375rem;
	padding: 0.8em 0;
}
.boxIndexOpenInfo .box01 .p02 {
	font-size: 0.8125rem;
	padding: 26px 1em 26px 0;
	text-align: right;
	line-height: 1.8;
}
.boxIndexOpenInfo .box02 {
	width: 250px;
	margin: 0 15px;
	flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.boxIndexOpenInfo .box02 .tel p {
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.boxMedicalTable {
  position: relative;
  z-index: 1;
}
.boxIndexOpenInfo .box02 .tel .linkBaseTelno {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 2.375rem;
  letter-spacing: 0.01em;
}
.boxIndexOpenInfo .box02 .btn_area {
	background-color: rgba(255,255,255,0.65);
	border-radius: 8px;;
	padding: 11px 10px;
	margin-top: 16px;
}
.boxIndexOpenInfo .box02 .btn_area .flex {
	display: flex;
	justify-content: space-between;
}
.boxIndexOpenInfo .box02 .btn_area .flex a {
	width: 100%;
  height: 76px;
	font-weight: bold;
	padding: 0 0 0 0;
	border-radius: 8px;
	background: url("../../images/common/bg-btn-yoyaku.jpg") no-repeat left center;
  background-size: cover;
  color: #fff;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-right: 1.6em;
}
.boxIndexOpenInfo .box02 .btn_area .flex a:before {
  content: "";
  width: 67px;
  height: 57px;
  background: url("../../images/index/ico-btn01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.5rem;
}
.boxIndexOpenInfo .box02 .btn_area .flex a:nth-of-type(2) {
	background-image: url("../../images/common/icn-web.png");
}
.boxIndexOpenInfo .box02 .btn_area p {
	margin-top: 12px;
  color: #625a54;
  padding: 0 5px 0 16px;
}
.boxIndexOpenInfo .box02 .btn_area p a {
  background: url("../../images/common/img-arrow01.png") no-repeat right center;
  padding: 2px 0 2px 0;
  display: block;
}
.ulBasePageMenu04 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.ulBasePageMenu04 li {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  color: #216d92;
  min-width: 252px;
  height: 43px;
  display: flex;
  position: relative;
}
.ulBasePageMenu04 li:nth-child(n+2) {
  margin-left: 20px;
}
.ulBasePageMenu04 li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../../images/common/bg-anchor.jpg") no-repeat center top;
  background-size: cover;
  border-radius: 7px;
}
.ulBasePageMenu04 li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 11px solid #e3e9f0;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -11px;
}
.boxBaseMedicalTb01 {
	background-color: #fff;
	border-radius: 8px;
	padding: 16px 20px;
  position: relative;
  z-index: 1;
	font-size: 0.875rem;
}
.boxBaseMedicalTb01 .th01 {
	font-size: 0.9375rem;
	color: #206e95;
	border: none;
	font-weight: bold;
}
.boxBaseMedicalTb01 th {
	border: 1px solid #d9d9d9;
	padding: 8px 0.3em;
	text-align: center;
	vertical-align: middle;
}
.boxBaseMedicalTb01 td {
	border: 1px solid #d9d9d9;
	padding: 14px 0.3em;
	text-align: center;
	vertical-align: middle;
	width: 9%;
}
.boxBaseMedicalTb01 tr th:first-child {
	width: 30%;
}
.boxBaseMedicalTb01 td:not(.blank) {
	color: #206e95;
}
.boxBaseMedicalTb01 .green {
	color: #336733;
}
.boxBaseMedicalTb01 tr:nth-of-type(2n) {
	background-color: #f3f3f3;
}
.ttlBase_h2.center {
	color: #fff;
	font-weight: bold;
	font-size: 1.875rem;
	text-align: center;
	letter-spacing: 0.1em;
	background: url("../../images/common/bg-ttl_h2.jpg") no-repeat center top;
	background-size: cover;
	padding: 1.2em 0 1.1em 0;
	margin-bottom: 1.8em;
}
.ttlBase_h2.center .en {
	display: block;
	color: #bdbdbd;
	font-weight: normal;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	margin-top: 1.2em;
}
.ttlBase_h2.center:after {
	content: "";
	width: 1.7em;
	height: 1px;
	background-color: #b8e4f9;
	display: block;
	margin: 38px auto 0 auto;
}
.txt_blue {
    color: #206e95;
}
.IconCategory01 {
    color: #fff;
    letter-spacing: 0.08em;
    border-radius: 8px;
    min-width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.625em;
    padding-top: 1px;
}
@media only screen and (max-width:750px) {
  .boxHeaderLogo01 .sub {
    display: none;
  }
  .boxBaseMedicalTb01 tr th:first-child {
    width: 19%;
    font-size: 0.8rem;
  }
  .boxBaseMedicalTb01 td {
        font-size: 0.9rem;
        padding: 0;
    }
  .ttlBaseH2 .ja {
    font-size: 1.7rem;
  }
  .ttlBaseH2 .en {
    font-size: 0.9rem;
  }
  .ttlBaseH2:after {
    height: 2px;
    margin-bottom: 2.5rem;
  }
  .boxFooter01 {
    padding-top: 0;
  }
  .boxFooter01 .box_wrap .cont .info {
    font-size: 0.85rem;
  }
  .boxFooter01 .box_wrap .map {
    width: 100%;
    margin: 1.5rem 0 0 0;
    height: 55vw;
  }
  .boxFooter02 {
    display: block;
  }
  .boxFooter02 .cont01 {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    font-size: 0.85rem;
  }
  .boxFooter02 .cont01 .f01 {
    width: 45%;
  }
  .boxFooter02 .cont01 .f01:nth-of-type(2) {
    width: 53%;
  }
  .boxFooter02 .cont01 .f01:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .boxFooter02 .cont01 .f01 .box ul li {
    font-size: 0.85rem;
  }
  .boxFooter02 .cont01 .f01:last-child .box {
    margin: 0;
    width: 45%;
  }
  .boxFooter02 .cont01 .f01:last-child .box:nth-of-type(2) {
    width: 53%;
    margin-left: auto;
  }
  .boxFooter02 .cont01 .f01:last-child .box:last-child {
    width: 100%;
    margin-top: 24px;
    display: flex;
  }
  .boxFooter02 .cont01 .f01:last-child .box:last-child > div {
    width: 47%;
  }
  .boxFooter02 .cont02 {
    width: 100%;
    display: block;
    margin-top: 1.5rem;
  }
  .boxFooter02 .cont02 .left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .boxFooter02 .cont02 .right {
    width: 100%;
  }
  .boxFooter02 .cont02 .left table .ttl th:first-child {
    font-size: 0.8rem;
  }
  .boxFooter02 .cont02 .left table tr .time01,
  .boxFooter02 .cont02 .left table tr .time02 {
    font-size: 0.9rem;
    text-align:left;
    padding-left: 0.5em;
  }
  .boxFooter02 .cont02 .left table tr td {
    vertical-align: middle;
  }
  .boxFooter02 .cont02 .left .f_calendar {
    height: 400px;
  }
  /*
  .boxFooter02 .cont01.contPc {
    display: none;
  }
  .boxFooter02 .cont01.contSp {
    display: block;
  }
  */
  .boxCopyright {
    text-align: center;
  }
  .boxCopyright ul {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .boxCopyright li {
    font-size: 0.85rem;
  }
  .btnWebReserve01 {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 1rem auto 0 auto;
  }
  .btnWebReserve01 a {
    width: 100%;
    height: 17vw;
    font-weight: bold;
    padding: 0 0 0 0;
    border-radius: 8px;
    background: url(../../images/common/bg-btn-yoyaku.jpg) no-repeat left center;
    background-size: cover;
    color: #fff;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1.6em;
}
  .boxHmbMenu .boxBaseMedicalTb01 {
    margin-top: 0;
  }
  
  
  
  
  
}
.ulListCom01 {
  
}
.ulListCom01 li {
  position: relative;
  padding-left: 0.8em;
}
.ulListCom01 li:nth-child(n+2) {
  margin-top: 0.8em;
}
.ulListCom01 li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10em;
  background-color: #c6d2db;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.boxH3Title {
  background-color: #e8f1e8;
  border-radius: 8px;
  padding: 30px 40px;
}
.boxH3Title .ttlBaseH3 {
  width: calc(100% + 98px);
  margin-left: -58px;
}
.ttlBaseH3 {
  font-size: 1.625rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  color: #fff;
  padding: 0.7em 1em 0.7em 45px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #6eac6d;
  position: relative;
  margin-bottom: 1.1em;
}
.ttlBaseH3:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10em;
  background-color: #e2eee2;
  position: absolute;
  left: 18px;
  top: 1.25em;
}
@media only screen and (max-width:750px) {
  .boxHeader01 .logo01Header.dPc {
    display: block!important;
  }
  .boxHeader01 .logo01Header.dSp {
    display: none!important;
  }
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    background-color: #fff;
  }
  
  body.h_scroll .boxHeader01 .logo01Header.dPc {
    display: none!important;
  }
 body.h_scroll .boxHeader01 .logo01Header.dSp {
    display: block!important;
  }
 body.h_scroll .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    background-color: #206e95;
  }
  body:not(.home) .boxHeader01 .logo01Header.dPc {
    display: none!important;
  }
  body:not(.home) .boxHeader01 .logo01Header.dSp {
    display: block!important;
  }
  body:not(.home) .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    background-color: #206e95;
  }
  .ttlBaseH3 {
    font-size: 1.1rem;
  }
  .ttlBaseH3:before {
    top: 1.1em;
  }
  .boxH3Title {
    padding: 30px 6%;
  }
  .ttlBase_h2.center {
        font-size: 1.5rem;
    }
      .ttlBase_h2.center:after {
        margin-top: 1rem;
    }
  .boxIndexOpenInfo:before,.boxIndexOpenInfo {
    border-radius: 0;
  }
  .boxIndexOpenInfo .box02 .btn_area .flex a:before {
    width: 10vw;
    height: 10vw;
    left: 1.1rem;
  }
}

@media (max-width: 1650px) and (min-width: 751px) {
  .ttlMv {
    padding-left: 30px;
  }
  .boxHeaderLogo01 a img {
    display: none !important;
  }
  .boxHeaderLogo01 a {
    width: 220px;
    height: 49px;
    background: url("../../images/common/header-logo-s02.svg") no-repeat left center;
    display: block;
    padding: 0;
    position: relative;
    top: -4px;
  }
  .boxHeaderFixed .boxHeaderLogo01 a {
    background-image: url("../../images/common/header-logo-s01.svg")
  }
  .boxHeaderLogo01 .sub {
    display: none;
  }
  .logo01Header.dSp {
    display: none!important;
  }
  
}

@media (max-width: 1280px) and (min-width: 751px) {
  .boxHeaderLogo01 a {
    width: 200px;
    height: 45px;
    background-image: url("../../images/common/header-logo-s01.svg");
  }
  .boxHeader01L {
    padding: 0;
  }

}
.boxIndexOpenInfo.hide .box01 {
  display: none;
}
body:not(.home) .boxIndexOpenInfo.hide {
  display: none;
}
