@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

.ftQuick{ font-family: 'Quicksand', sans-serif;}
.ftZen{ font-family: 'Zen Maru Gothic', sans-serif; }

.slick-next,
.slick-prev{
  display: none !important;
}

#mv{
	height: 1020px;
	overflow: hidden;
	padding-top: 100px;
	width: 100%;
}
#mv .secInr{
	position: relative;
	max-width: 1500px;
    z-index: 1;
}

#mv .flexMv{
	display: flex;
	justify-content: space-between;
}

#mv .flexMv .mvLeft{
	height: fit-content;
	position: relative;
	width: 70%;
}

#mv .flexMv .mvLeft .illust{
	position: absolute;
	bottom: -30px;
	left: 5%;
	width: 215px;
}

#mv .flexMv .mvLeft img{
	width: 100%;
	border-radius: 20px;
}

#mv .flexMv .mvRight{
	width: 27%;
}

#mv .flexMv .mvRight .slider02 img{
	width: 100%;
	border-radius: 20px;
}

#mv .flexMv .mvRight .wrap{
	margin-top: 80px;
	margin-bottom: 50px;
	position: relative;
}

#mv .flexMv .mvRight .wrap .illust{
	position: absolute;
	right: 0;
	top: -100px;
	width: 105px;
}

#mv h1.mvCatch{
	font-weight: 500;
	font-size: 40px;
	font-size: 4.0rem;
}

#mv h1.mvCatch span{
	position: relative;
}

#mv h1.mvCatch span:after{
	content: "";
	position: absolute;
	top: -1px;
	left: calc(50% - 2.5px);
	background: #112265;
	border-radius: 5px;
	width: 5px;
	height: 5px;
}

#mv h2{
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #2f33af;
	margin-top: 10px;
}

#sec-bnr{
	background: #eeefff;
	padding: 60px 0;
	margin-bottom: 110px;
}

#sec-bnr ul{
	display: flex;
	justify-content: space-between;
}

#sec-bnr ul li{
	width: 49%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	padding: 2% 2%;
	border-radius: 15px;
	z-index: 1;
	box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.15);	
}

#sec-bnr ul li .img{
	margin-right: 1%;
    width: 30%;
}

#sec-bnr ul li .img img{
	width: 100%;
}

#sec-bnr ul li .detail{
	width: 77%;
}

#sec-bnr ul li .detail .text15{
	text-align: center;
}

#sec-bnr ul li .detail .text30 {
    font-weight: 500;
    font-size: 34px;
    font-size: 2.7rem;
    color: #f86e2a;
    text-align: center;
    margin-bottom: 12px;
}

#sec-bnr a{
    background: #2f33af;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    display: flex;
    max-width: 200px;
    width: 100%;
    border-radius: 50px;
    height: 45px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

#sec-policy .secInr{
	position: relative;
    z-index: 2;
}

#sec-policy .flexBox{
	justify-content: space-between;
	margin-bottom: 50px;
}

#sec-policy .flexBox .ttlWrap{
	margin-right: 5%;
	width: 45%;
}

#sec-policy .flexBox .detail{
	width: 50%;
}

#sec-policy .flexBox .detail .text17{
	margin-bottom: 10px;
}

#sec-policy .flexBox .detail .btn{
	display: flex;
    justify-content: flex-end;
}

#sec-steps{
	position: relative;
	padding-bottom: 130px;
}

#sec-steps:after{
	content: "";
    background: url(../img/bg00.svg) no-repeat;
    width: 100%;
    height: 160px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    background-size: cover;
    z-index: 0;
}

#sec-steps:before{
	content: "";
    background: #fbfcff;
    width: 100%;
    height: 85%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    z-index: 0;
}

#sec-steps .secInr{
	position: relative;
	z-index: 1;
}

#sec-steps .stepList{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
	position: relative;
}

#sec-steps .stepList:after{
	content: "";
	position: absolute;
	background: #c6cbd8;
	height: 1px;
	width: 74%;
    left: 50%;
    bottom: 22%;
	transform: translateX(-50%);
}

#sec-steps .stepList li{
	width: 25%;
}

#sec-steps .stepList li img{
    margin: 0 auto 30px;
    width: 216px;
    display: block;
}

#sec-steps .stepList li .dot{
	background: #b8c4ea;
	position: relative;
	height: 12px;
	width: 12px;
	border-radius: 12px;
	z-index: 1;
	margin: 0 auto 20px;
	display: block;
}

#sec-steps .stepList li .dot:after{
	content: "";
	background: rgba(184,196,234, 0.4);
	height: 24px;
	width: 24px;
	border-radius: 24px;
	z-index: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

#sec-steps .stepList li .text21{
	color: #2f33af;
	font-weight: 500;
	text-align: center;
}

#sec-steps .stepList li .text15{
	text-align: center;
}

#sec-steps .head32{
	text-align: center;
	margin-bottom: 40px;
}

#sec-steps .pointList{
	display: flex;
	flex-wrap: wrap;
	margin: 2% -1% 0;
	justify-content: flex-start;
}

#sec-steps .pointList li{
	background: #fff;
	border-radius: 10px;
	margin: 0 1% 2%;
	padding: 30px 15px;
	width: 23%;
}

#sec-steps .pointList li .text16{
	font-weight: 500;
	text-align: center;
}

#sec-steps .pointList li .text21{
	color: #f86e2a;
	font-weight: 500;
	text-align: center;
}

#sec-service{
	background: #eeefff;
	padding: 95px 0 80px;
}

#sec-service .head32{
	color: #000000;
	text-align: center;
	margin-bottom: 40px;
}

#sec-service .head32 .eng{
	display: block;
	color: #2f33af;
	font-size: 16px;
	font-size: 1.6rem;
}

#sec-service .serviceList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

#sec-service .serviceList li{
  	width: 15%;
}

#sec-service .serviceList li a{
	background: #fff;
	display: block;
	border-radius: 20px;
	border: 3px solid transparent;
	padding: 15% 5%;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
  	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
  	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

#sec-service .serviceList li a:hover{
	border: 3px solid #d1d3f5;
	opacity: 1;
}

#sec-service .serviceList li img{
	margin: 0 auto 10px;
    height: 80px;
    display: block;
}

#sec-service .serviceList li .text17{
	font-weight: 500;
    letter-spacing: 0.1em;	
	text-align: center;
}

#sec-service .serviceList .btn{
	display: flex;
	justify-content: center;
}

#sec-service .btn{
	display: flex;
	justify-content: center;
}

#sec-approach{
	padding: 80px 0 200px;
	position: relative;
}

#sec-approach:after{
	content: "";
    background: url(../img/bg.png) no-repeat;
    width: 100%;
    height: 160px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    background-size: cover;
}

#sec-approach .flexBox{
	justify-content: space-between;
}

#sec-approach .flexBox .img{
	margin-right: 5%;
	width: 45%;
}

#sec-approach .flexBox .detail{
	width: 50%;
}

#sec-approach .flexBox .detail .ttlWrap{
	margin-bottom: 45px;
}

#sec-approach .flexBox .detail .text17{
	margin-bottom: 40px;
}

#sec-doctor{
	position: relative;
}

#sec-doctor:after{
	content: "";
	background: #eeefff;
	height: 90%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

#sec-doctor .secInr{
	position: relative;
	z-index: 1;
}

#sec-doctor .flexBox.top{
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 90px;
}

#sec-doctor .flexBox.top .ttlWrap{
	margin-right: 5%;
	width: 45%;
}

#sec-doctor .flexBox.top .text17{
	width: 50%;
}

#sec-doctor .wideImg{
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
}

#sec-doctor .wideImg img{
	width: 100%;
}

#sec-doctor .flexBox.bottom{
	justify-content: space-around;
}

#sec-doctor .flexBox.bottom .detail{
	margin-right: 5%;
	width: 60%;
}

#sec-doctor .flexBox.bottom .detail .quote{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
	position: relative;
}

#sec-doctor .flexBox.bottom .detail .quote:after{
	content: "“";
	position: absolute;
	left: -5%;
	top: -62%;
	font-size: 200px;
	color: #e3e3f9;
	line-height: 1;
    z-index: 0;
}

#sec-doctor .flexBox.bottom .detail .quote .head24{
	width: 60%;
	position: relative;
	z-index: 1;
}

#sec-doctor .flexBox.bottom .detail .quote .ttl{
	font-size: 30px;
	font-size: 3rem;
	text-align: right;
	width: 40%;
}

#sec-doctor .flexBox.bottom .detail .text17{
	margin-bottom: 30px;
}

#sec-doctor .flexBox.bottom .img{
	width: 35%;
}

#sec-doctor .flexBox.bottom .img img{
	border-radius: 20px;
	width: 100%;
}

#sec-facility{
	overflow: hidden;
	padding: 80px 0 130px; 
}

#sec-facility .secInr{
	position: relative;
	z-index: 1;
}

#sec-facility .flexBox{
	margin-bottom: 50px;
	justify-content: space-between;
}

#sec-facility .flexBox .ttlWrap{
	margin-right: 5%;
	width: 35%;
}

#sec-facility .flexBox .detail{
	width: 60%;
}

#sec-facility .btn{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 50px;
}

#sec-facility .sliderWrap{
    margin: 0 auto;
    width: 2600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#sec-facility .slider .slick-prev,
#sec-facility .slider .slick-next,
#sec-facility .slider .slick-prev:before,
#sec-facility .slider .slick-prev:after,
#sec-facility .slider .slick-next:before,
#sec-facility .slider .slick-next:after{
	display: none;
}

#sec-facility .slick-img img {
  border-radius: 30px;	
  height: auto;
  opacity: .8;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
  width: 100%;
}

#sec-facility .slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}

#sec-facility .slick-dots{
	bottom: -45px;
}

#sec-facility .slick-dots li button,
#sec-facility .slick-dots li button:before{
	background: #dddddd;
	border-radius: 12px;
	width: 12px;
	height: 12px;
}

#sec-facility .slick-dots li.slick-active button:before{
	background: #21378b;
	color: transparent;
}

#sec-covid{
	background: #fbfcff;
	padding: 110px 0;
}

#sec-covid .head32{
	text-align: center;
	margin-bottom: 80px;
}

#sec-covid ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 2% -1% 0;
}

#sec-covid ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 1% 2%;
	width: 23%;
}

#sec-covid ul li .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 90px;
	height: 90px;
	width: 90px;
	margin-right: 10px;
}

#sec-covid ul li .icon img{
	height: 50px;
	width: 50px;
}

#sec-covid ul li .detail{
	width: calc(100% - 100px);
}

#sec-covid ul li .detail .text17{
	color: #243a90;
	font-weight: 500;
}

#sec-info{
	padding: 0 0 110px;
}

#sec-info .flexBox{
	justify-content: space-between;
}

#sec-info .leftWrap{
	margin-right: 5%;
	width: 25%;
}

#sec-info .leftWrap .head26{
	color: #2f33af;
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 50px;
}

#sec-info .detail{
	margin-top: -20px;
	width: 70%;
}

#sec-info .detail ul li a{
  color: #000;
  display: flex;
  padding: 30px 10px;
  border-bottom: 1px solid #dddddd;
  justify-content: flex-start;
  transition: 0.5s ease;
}

#sec-info .detail ul li a:hover{
  background: #f7f7f7;
}

#sec-info .detail ul li a .date{
  color: #f86e2a;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Poppins', sans-serif;
  width: 135px;
}

#sec-info .detail ul li a .post{
  font-size: 17px;
  font-size: 1.7rem;
  width: calc(100% - 135px);
}

#sec-access{
	padding: 60px 0;
}

#sec-access .logoWrap{
	margin-bottom: 70px;
	text-align: center;
}

#sec-access .logoWrap .logo{
	margin: 0 auto 20px;
	width: 270px;
}

#sec-access .logoWrap .logo img{
	width: 100%;
}

#sec-access .img{
	margin-bottom: 50px;
}

#sec-access .img img{
	border-radius: 10px;
	width: 100%;
}

#sec-access .flexBox.access{
	justify-content: space-between;
}

#sec-access .flexBox.access .detail{
	width: 46%;
}

#sec-access .flexBox.access .detail .text13{
	margin-bottom: 30px;
}

#sec-access .flexBox.access .detail .tel{
	font-family: 'Quicksand', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	color: #21378b;
	margin-bottom: 40px;
}

#sec-access .flexBox.access .detail .tel a{
	color: #21378b;
}

#sec-access .flexBox.access .detail span{
	border: 1px solid #21378b;
	border-radius: 5px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	padding: 5px 20px;
}

#sec-access .flexBox.access .gMap{
	border-radius: 15px;
/*
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
*/
	overflow: hidden;
	width: 50%;
	height: 420px;
}

#sec-access .flexBox.access .hourTbl table{
	margin-bottom: 15px;
	width: 100%;
}

#sec-access .flexBox.access .hourTbl tr{
	border-top: 1px solid #dddddd;
}

#sec-access .flexBox.access .hourTbl tr:last-child{
	border-bottom: 1px solid #dddddd;
}

#sec-access .flexBox.access .hourTbl tr th:first-child{
	padding: 5% 0 5% 0%;
	width: 19%;
}

#sec-access .flexBox.access .hourTbl tr th,
#sec-access .flexBox.access .hourTbl tr td{
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	width: 10%;
}

#sec-access .flexBox.access ul.note li{
	font-size: 13px;
	font-size: 1.3rem;
	text-indent: -1em;
	padding-left: 1em;
}


@media screen and (max-width: 1610px) {
#mv{
	height: 980px;
}
}

@media screen and (max-width: 1500px) {
#mv{
	height: 920px;
}

#mv h1.mvCatch {
    font-size: 3.4rem;
}

}

@media screen and (max-width: 1400px) {
#mv{
	height: 860px;
}
}

@media screen and (max-width: 1300px) {
#mv{
	height: 810px;
}
}

@media screen and (max-width: 1290px) {
#mv h1.mvCatch {
    font-size: 3rem;
}

#sec-service .serviceList li .text17 {
    font-size: 1.5rem;
}

.headEng {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 1180px) {

#mv {
    height: 760px;
}

#mv h1.mvCatch {
    font-weight: 500;
    font-size: 2.2rem;
}

#sec-steps {
    padding-bottom: 80px;
}

#sec-steps .stepList:after {
    bottom: 23.5%;
}

#sec-steps .stepList li img {
    width: 185px;
}

#sec-steps .pointList li .text16{
	font-size: 1.4rem;
}

#sec-steps .pointList li .text21{
	font-size: 1.6rem;
}

#sec-service .serviceList li .text17{
	font-size: 1.3rem;
}

#sec-doctor .flexBox.top {
    margin-bottom: 50px;
}

#sec-doctor .flexBox.bottom .detail .quote .ttl {
    font-size: 2.4rem;
}

#sec-doctor .flexBox.bottom .detail .quote {
    margin-bottom: 20px;
}

#sec-access .logoWrap {
    margin-bottom: 50px;
}

#sec-access .logoWrap .logo {
    margin: 0 auto 5px;
    width: 220px;
}
}

@media screen and (max-width: 1035px) {

#sec-steps .pointList li {
    width: 31%;
}

#sec-service .serviceList li {
    width: 32%;
    margin-bottom: 2%;
}

#sec-doctor .flexBox.bottom .detail .quote .ttl {
    font-size: 2.0rem;
}

#sec-facility .flexBox {
    margin-bottom: 10px;
}

#sec-covid .head32 {
    margin-bottom: 40px;
}

#sec-covid ul li {
    width: 31%;
}

#sec-info .leftWrap .head26 {
    margin-bottom: 15px;
    font-size: 2.2rem;
}

#sec-info .detail ul li a .post {
    font-size: 1.4rem;
}

#sec-info .detail ul li a {
    padding: 20px 10px;
}

#sec-access .flexBox.access .detail .text13 {
    margin-bottom: 10px;
}

#sec-access .flexBox.access .detail .tel {
    font-size: 2.6rem;
    margin-bottom: 30px;
}

#sec-access .flexBox.access .detail span {
    font-size: 2.0rem;
    padding: 1px 15px;
}

#sec-access .flexBox.access .hourTbl tr th:first-child {
    padding: 3% 0 3% 0%;
}
}

@media screen and (max-width: 768px) {

#mv {
    height: 680px;
    padding-top: 0;
}

#mv .flexMv {
    display: block;
}

#mv .flexMv .mvLeft {
	left: -10%;
    width: 120%;
}

#mv .flexMv .mvRight{
	width: 100%;
}

#mv .flexMv .mvRight .wrap {
    margin: 0px auto;
    position: relative;
}

#mv .flexMv .mvRight .slider02,
#mv .flexMv .mvRight .illust{
	display: none;
}

#mv h1.mvCatch {
    font-weight: 500;
    font-size: 3.0rem;
}

#sec-bnr{
	margin-bottom: 50px;
	padding: 50px 0;
}

#sec-bnr ul{
	display: block;
}

#sec-bnr ul li {
	padding: 4% 6%;
    width: 100%;
}

#sec-bnr ul li:first-child {
	margin-bottom: 15px;
}

#sec-bnr ul li .detail .text15 {
    text-align: center;
    line-height: 1.4;
}

#sec-bnr ul li .detail .text30 {
    font-size: 2.2rem;
    margin-bottom: 8px;
}

#sec-bnr a {
    font-size: 1.5rem;
    border-radius: 50px;
    height: 38px;
}

#sec-policy .flexBox .ttlWrap {
    margin: 0 auto 25px;
    text-align: center;
    width: 100%;
}

#sec-policy .flexBox .detail {
    width: 100%;
}

#sec-steps {
    padding-bottom: 50px;
}
#sec-steps:after {
    top: 60px;
}

#sec-steps .note{
	color: #9f9f9f;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 40px;
}

#sec-steps .stepList{
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#sec-steps .stepList:after {
    display: none;
}

#sec-steps .stepList li {
	margin-bottom: 25px;
    width: 48%;
}

#sec-steps .stepList li img {
    width: 125px;
}

#sec-steps .stepList li .dot {
    margin: 0 auto 10px;
}

#sec-steps .head32 {
    margin-bottom: 30px;
}

#sec-steps .pointList li {
	padding: 25px 0px;
    width: 48%;
}

#sec-steps .pointList li .text16 {
    font-size: 1.3rem;
}

#sec-steps .pointList li .text21 {
    font-size: 1.5rem;
}

#sec-service {
    background: #eeefff;
    padding: 50px 0 50px;
}

#sec-service .head32 {
    margin-bottom: 25px;
}

#sec-service .head32 .eng {
    font-size: 1.3rem;
}

#sec-service .serviceList li{
	width: 48%;
}

#sec-approach {
    padding: 50px 0 180px;
}

#sec-approach:after {
    height: 70px;
}

#sec-approach .flexBox .img {
    margin: 0 auto 25px;
    width: 100%;
}

#sec-doctor:after {
    height: 103%;
}

#sec-doctor .flexBox.top {
    margin-bottom: 25px;
}

#sec-doctor .flexBox.top .ttlWrap {
    margin: 0 auto 25px;
    width: 100%;
    text-align: center;
}

#sec-doctor .flexBox.top .text17 {
    width: 100%;
}

#sec-approach .flexBox .detail {
    width: 100%;
}

#sec-approach .flexBox .detail .ttlWrap {
    margin-bottom: 25px;
    text-align: center;
}

#sec-doctor .wideImg {
    margin-bottom: 25px;
}

#sec-doctor .flexBox.bottom .detail {
    margin: 0 auto 25px;
    width: 100%;
}

#sec-doctor .flexBox.bottom .detail .quote {
    display: block;
}

#sec-doctor .flexBox.bottom .detail .quote:after {
    left: -5%;
    top: -28%;
    font-size: 112px;
}

#sec-doctor .flexBox.bottom .detail .quote .head24 {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 15px;
}    

#sec-doctor .flexBox.bottom .detail .quote .ttl {
    font-size: 2.0rem;
    width: 100%;
    text-align: right;
}

#sec-doctor .flexBox.bottom .img {
    width: 100%;
}

#sec-doctor .flexBox.bottom .img img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    height: 200px;
    object-position: 100% 10%;
}

#sec-facility {
    padding: 75px 0 60px;
}

#sec-facility .flexBox .ttlWrap {
    margin: 0 auto 25px;
    width: 100%;
    text-align: center;
}

#sec-facility .flexBox .detail {
    width: 100%;
}

#sec-facility .sliderWrap {
    width: 800px;
}

#sec-covid {
    padding: 50px 0;
}

#sec-covid ul li {
    width: 100%;
}

#sec-info {
    padding: 0 0 50px;
}

#sec-info .leftWrap {
    margin: 0 auto 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sec-info .leftWrap .head26 {
    margin-bottom: 0;
    font-size: 1.8rem;
}

#sec-info .detail {
    margin-top: 0;
    width: 100%;
}

#sec-info .detail ul li a .date {
    width: 85px;
}

#sec-info .detail ul li a .post {
    width: calc(100% - 85px);
}

#sec-access {
    padding: 50px 0;
}

#sec-access .logoWrap {
    margin-bottom: 25px;
}

#sec-access .img {
    margin-bottom: 25px;
}

#sec-access .img img {
    object-fit: cover;
    height: 230px;
}

#sec-access .flexBox.access .detail {
	margin-bottom: 25px;
    width: 100%;
}

#sec-access .flexBox.access .detail .tel {
    font-size: 2.0rem;
}

#sec-access .flexBox.access .detail span {
    font-size: 1.8rem;
    padding: 0px 15px 2px;
}

#sec-access .flexBox.access .detail .text17 span.pc{
	padding: none;
	border: none;
}

#sec-access .flexBox.access .gMap {
    width: 100%;
    height: 260px;
}

}

@media screen and (max-width: 480px) {

#mv {
    height: 600px;
}

#mv .flexMv .mvLeft .illust {
	position: absolute;
    bottom: -14px;
    left: auto;
    width: 145px;
    right: 8%;
}

#sec-access .flexBox.access .hourTbl tr th:first-child {
    font-size: 1.4rem;
}

}


.topImg {
  opacity: 0;
  transition: .4s;
}
.topImg.active {
  opacity: 1;
}
.breadCrumb {
  opacity: 0;
  transition: .4s;
}
.breadCrumb.active {
  opacity: 1;
}


.footer_address {
  display: flex;
  justify-content: space-between;
}
.footer_address .txt_map a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  text-align: center;
  border: 1px solid #112265;
  border-radius: 5px;
  transition: .4s;
}
@media screen and (min-width: 769px) {
  .footer_address .txt_map a:hover {
    border: 1px solid #112265;
    color: #fff;
    background: #112265;
    opacity: 1;
  }
}

.background__after_wave::after {
  width: 100%!important;
}
@media screen and (max-width: 769px) {
.background__after_wave::after {
 height: 100px!important;
}
.breadCrumb-content {
  font-size: 12px!important;
}
.topImg {
  height: 202px!important;
}
}
@media screen and (max-width: 575px) {
.topImg {
  padding-top: 0!important;
  background-size: 100% auto!important;
}
#header .logo img {
  height: 30px!important;
  width: 168px!important;
}
.topCatch {
  font-size: 3rem!important;
}
.topContent {
  margin-top: 25px;
}
.breadCrumb-content a {
  padding-right: 5px!important;
}
.breadCrumb {
  text-align: center!important;
}
}

.pediatricMain-body {
  background-color: inherit!important;
}

.seoTxt {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding-top: 30px;
display: none;
}