@charset "UTF-8";
/* css [home] */

@import url("home/topics.css");
@import url("home/time.css");
@import url("home/medical.css");
@import url("home/payment.css");
@import url("home/info.css");
@import url("home/access.css");
@import url("home/gallery.css");
@import url("home/about.css");

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
#maincontainer {
	background-color: #fff;
}
#maincontainer #contents {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== MainBanner ==*/
#mainbanner {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

#mainbanner figure {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
#mainbanner figure img {
	padding: 0;
	margin: 0 auto;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 0';
	position: relative;
	overflow: hidden;
}

/*== Figcaption ==*/
#mainbanner figure figcaption {
	padding: 0;
	margin: 0;
	height: auto;
	position: absolute;
}

/*== h1 ==*/
#mainbanner figure figcaption h1 {
	padding: 0;
	margin: 0 auto;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	line-height: 1.5;
	text-shadow:0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8;
}
#mainbanner figure figcaption h1 small {
	font-style: normal;
}
#mainbanner figure figcaption h1 em {
	font-style: normal;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	padding: 0;
	margin: 0 auto;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	line-height: 1.5;
	text-shadow:0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8;
}
#mainbanner figure figcaption h2 small {
	font-style: normal;
}
#mainbanner figure figcaption h2 em {
	font-style: normal;
}

/*== P ==*/
#mainbanner figure figcaption p {
	padding: 0;
	margin: 0 auto;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	line-height: 1.0;
	text-shadow:0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8,0 0 5px #21a7e8;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: -30px;
}
.slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0;
}
.slick-dots li + li {
	margin-left: 20px;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
}
.slick-dots li button:before {
	font-family: "";
	font-size: 0;
	line-height: 0;
	content: "";
	width: 12px;
	height: 12px;
	color: #b7bac6;
	/* background-color: #e6e6e6; */
	background-color: #fff;
	border: solid 1px #dcdcdc;
	opacity: 1;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	color: #21a7e8;
	background-color: #21a7e8;
	border: solid 1px #21a7e8;
	opacity: 1;
}

/*---------------------------------------------------- */
/* Banner */
/*---------------------------------------------------- */
/*== Section ==*/
#bnr_block {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*== Waku ==*/
.bnrArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.bnrArea .waku_bnr {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Banner ==*/
.bnrArea .waku_bnr ul {
	padding: 0;
	margin: 0 auto;
	height: auto;
	list-style-type: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.bnrArea .waku_bnr ul li {
	padding: 0;
	margin: 0;
	height: auto;
	list-style-type: none;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.bnrArea .waku_bnr ul li a {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	list-style-type: none;
	border-radius: 3px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	display: block;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	vertical-align: middle;
	position: relative;
}
.bnrArea .waku_bnr ul li a:after {
	padding: 0;
	margin: 1px 0 0 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 1em;
	vertical-align: middle;
	color: rgba(255, 255, 255, .8);
}
.bnrArea .waku_bnr ul li a i {
	padding: 0;
	margin: 0;
	font-size: 108%;
	font-style: normal;
	font-weight: 900;
	display: inline-block;
}
.bnrArea .waku_bnr ul li a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

/*== Pediatrics ==*/
.bnrArea .waku_bnr ul li.bnr_pediatrics a {
	background-color: #f784a6;
	border: 5px solid #f784a6;
}
.bnrArea .waku_bnr ul li.bnr_pediatrics a:before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 2px;
	transition: all .25s ease-in-out;
}

/*== Reservation ==*/
.bnrArea .waku_bnr ul li.bnr_reservation a {
	background-color: #21a7e8;
	border: 5px solid #21a7e8;
}
.bnrArea .waku_bnr ul li.bnr_reservation a:before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 2px;
	transition: all .25s ease-in-out;
}
.bnrArea .waku_bnr ul li.bnr_reservation a:after {
	padding: 0;
	margin: 0;
	content: "";
	position: absolute;
	display: none;
}

/*== Tel ==*/
.bnrArea .waku_bnr ul li.bnr_tel a {
	background-color: #30cee5;
	border: 5px solid #30cee5;
}
.bnrArea .waku_bnr ul li.bnr_tel a:before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 2px;
	transition: all .25s ease-in-out;
}
.bnrArea .waku_bnr ul li.bnr_tel a:after {
	padding: 0;
	margin: 0;
	content: "";
	position: absolute;
	display: none;
}

/*== LINE ==*/
.bnrArea .waku_bnr ul li.bnr_line a {
	background-color: #4cc764;
	border: 5px solid #4cc764;
}
.bnrArea .waku_bnr ul li.bnr_line a:before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 2px;
	transition: all .25s ease-in-out;
}
.bnrArea .waku_bnr ul li.bnr_line a:after {
	padding: 0;
	margin: 0;
	content: "";
	position: absolute;
	display: none;
}

/*== LINE long ==*/
.bnrArea .waku_bnr ul li.bnr_line-long a {
	background-color: #4cc764;
	border: 5px solid #4cc764;
}
.bnrArea .waku_bnr ul li.bnr_line-long a:before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 2px;
	transition: all .25s ease-in-out;
}
.bnrArea .waku_bnr ul li.bnr_line-long a:after {
	padding: 0;
	margin: 0;
	content: "";
	position: absolute;
	display: none;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Waku ==*/
.btnArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.btnArea .waku_btn {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Banner ==*/
.btnArea .waku_btn ul {
	padding: 0;
	margin: 0 auto;
	height: auto;
	list-style-type: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.btnArea .waku_btn ul li {
	padding: 0;
	margin: 0;
	height: auto;
	list-style-type: none;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.btnArea .waku_btn ul li a {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	list-style-type: none;
	background-color: #30cee5;
	border: 5px solid #30cee5;
	border-radius: 3px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	display: block;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	vertical-align: middle;
	position: relative;
}
.btnArea .waku_btn ul li a:before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 2px;
	transition: all .25s ease-in-out;
}
.btnArea .waku_btn ul li a:after {
	padding: 0;
	margin: 1px 0 0 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 1em;
	vertical-align: middle;
	color: rgba(255, 255, 255, .8);
}
.btnArea .waku_btn ul li a i {
	padding: 0;
	margin: 0;
	font-size: 108%;
	font-style: normal;
	font-weight: 900;
	display: inline-block;
}
.btnArea .waku_btn ul li a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

/*---------------------------------------------------- */
/* Important */
/*---------------------------------------------------- */
/*== Waku ==*/
.importantArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.importantArea .waku_important {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}

/*== Article ==*/
.waku_important article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	background-color: #fef3f6;
	border: solid 5px #f93362;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_important article figure {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== h3 ==*/
.waku_important article figure .important-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-bottom: dotted 2px #d0d1d1;
}
.waku_important article figure .important-title h3 {
	padding: 0;
	margin: 0;
	color: #f93362;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	line-height: 1.2;
}
.waku_important article figure .important-title h3 i {
	padding: 0;
	margin: 0;
	color: #f93362;
	font-style: normal;
	font-weight: 900;
	display: inline-block;
}

/*== ol [Circle] ==*/
.waku_important article figure .list_circle {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_important article figure .list_circle ol {
	padding: 0;
	margin: 0 auto;
	height: auto;
	list-style-type: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_important article figure .list_circle ol li {
	position: relative;
	height: auto;
	list-style-type: none;
	display:inline-block;
    *display:inline;
    *zoom:1;
	vertical-align: top;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_important article figure .list_circle ol li:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	color: #f93362;
}
.waku_important article figure .list_circle ol li span {
	position: relative;
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: left;
	line-height: 1.2;
	top: 0;
}

/*== P ==*/
.waku_important article figure .txt_important {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_important article figure .txt_important p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: left;
	line-height: 1.4;
}


/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 60px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Main-Banner ==*/
#mainbanner {
	padding-bottom: 0;
	margin-top: 125px;
	width: 100%;
}
#mainbanner figure {
	height: 680px;
}

/*== img ==*/
#mainbanner figure img {
	width: 90%;
	max-width: 1680px;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
	border-radius: 40px 0 40px 0;
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 80%;
	/*top: 170px;*/
	left: 10%;
	bottom: 100px;
}

/*== h1 ==*/
#mainbanner figure figcaption h1 {
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 1.3;
	/*writing-mode: vertical-rl;*/
}
#mainbanner figure figcaption h1 small {
	font-size: 26px;
}
#mainbanner figure figcaption h1 em {
	margin-right: 10px;
	font-size: 57px;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 1.3;
	/*writing-mode: vertical-rl;*/
}
#mainbanner figure figcaption h2 small {
	font-size: 26px;
}
#mainbanner figure figcaption h2 em {
	margin-right: 10px;
	font-size: 57px;
}

/*== P ==*/
#mainbanner figure figcaption p {
	font-size: 20px;
	/*writing-mode: vertical-rl;*/
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 35px;
}
.slick-dots li {
	width: 20px;
	height: 20px;
}
.slick-dots li button {
	width: 20px;
	height: 20px;
}
.slick-dots li button:before {
	width: 20px;
	height: 20px;
}

/*---------------------------------------------------- */
/* Banner */
/*---------------------------------------------------- */
/*== Section ==*/
#bnr_block {
	padding: 35px 0 0 0;
}

/*== Waku ==*/
.bnrArea {
	width: 96%;
	max-width: 1080px;
}
.bnrArea .waku_bnr {
	width: 92%;
}

/*== Banner ==*/
.bnrArea .waku_bnr ul {
	width: 100%;
	text-align: center;
}
.bnrArea .waku_bnr ul li {
	margin: 0 1.2%;
}
.bnrArea .waku_bnr ul li a {
	padding: 21px 0;
}
.bnrArea .waku_bnr ul li a:after {
	margin-top: 3px;
	font-size: 16px;
	right: 1.2em;
}
.bnrArea .waku_bnr ul li a i {
	margin-right: 8px;
}

/*== Pediatrics ==*/
.bnrArea .waku_bnr ul li.bnr_pediatrics {
	margin-bottom: 15px;
	width: 97%;
}
.bnrArea .waku_bnr ul li.bnr_pediatrics a {
	border-width: 4px;
	font-size: 21px;
}
.bnrArea .waku_bnr ul li.bnr_pediatrics a:before {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	top: 4px;
	left: 4px;
}

/*== Reservation ==*/
.bnrArea .waku_bnr ul li.bnr_reservation {
	width: 47%;
}
.bnrArea .waku_bnr ul li.bnr_reservation a {
	border-width: 4px;
	font-size: 21px;
}
.bnrArea .waku_bnr ul li.bnr_reservation a:before {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	top: 4px;
	left: 4px;
}

/*== Tel ==*/
.bnrArea .waku_bnr ul li.bnr_tel {
	width: 47%;
}
.bnrArea .waku_bnr ul li.bnr_tel a {
	border-width: 4px;
	font-size: 21px;
}
.bnrArea .waku_bnr ul li.bnr_tel a:before {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	top: 4px;
	left: 4px;
}

/*== LINE ==*/
.bnrArea .waku_bnr ul li.bnr_line {
	margin-top: 15px;
	width: 47%;
}
.bnrArea .waku_bnr ul li.bnr_line a {
	border-width: 4px;
	font-size: 21px;
}
.bnrArea .waku_bnr ul li.bnr_line a:before {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	top: 4px;
	left: 4px;
}

/*== LINE long ==*/
.bnrArea .waku_bnr ul li.bnr_line-long {
	margin-top: 15px;
	width: 97%;
}
.bnrArea .waku_bnr ul li.bnr_line-long a {
	border-width: 4px;
	font-size: 21px;
}
.bnrArea .waku_bnr ul li.bnr_line-long a:before {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	top: 4px;
	left: 4px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Waku ==*/
.btnArea {
	padding-top: 15px;
	width: 96%;
	max-width: 1080px;
}
.btnArea .waku_btn {
	width: 100%;
}

/*== Banner ==*/
.btnArea .waku_btn ul {
	width: 100%;
	text-align: center;
}
.btnArea .waku_btn ul li {
	margin: 0 1.2%;
	margin-bottom: 15px;
	width: 47%;
}
.btnArea .waku_btn ul li a {
	padding: 21px 0;
	border-width: 4px;
	font-size: 21px;
}
.btnArea .waku_btn ul li a:before {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	top: 4px;
	left: 4px;
}
.btnArea .waku_btn ul li a:after {
	margin-top: 3px;
	font-size: 16px;
	right: 1.2em;
}
.btnArea .waku_btn ul li a i {
	margin-right: 8px;
}

/*---------------------------------------------------- */
/* Important */
/*---------------------------------------------------- */
/*== Waku ==*/
.importantArea {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}
.importantArea .waku_important {
	width: 98%;
}

/*== Article ==*/
.waku_important article {
	padding: 25px 30px;
	width: 100%;
}
.waku_important article figure {
	width: 100%;
}

/*== h3 ==*/
.waku_important article figure .important-title {
	padding-bottom: 6px;
	margin-bottom: 10px;
	width: 100%;
}
.waku_important article figure .important-title h3 {
	font-size: 24px;
}
.waku_important article figure .important-title h3 i {
	margin-right: 6px;
	font-size: 24px;
}

/*== ol [Circle] ==*/
.waku_important article figure .list_circle {
	width: 100%;
}
.waku_important article figure .list_circle ol {
	width: 100%;
}
.waku_important article figure .list_circle ol li {
	padding: 5px 0;
	margin: 0 1.2%;
	width: 97.2%;
}
.waku_important article figure .list_circle ol li:before {
	font-size: 12px;
	top: 8px;
}
.waku_important article figure .list_circle ol li span {
	margin-left: 18px;
	font-size: 18px;
}

/*== P ==*/
.waku_important article figure .txt_important {
	width: 98%;
}
.waku_important article figure .txt_important p {
	font-size: 17px;
}




}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 40px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Main-Banner ==*/
#mainbanner {
	padding-bottom: 0;
	margin-top: 20px;
	width: 100%;
}
#mainbanner figure {
	width: 100%;
	height: 460px;
}

/*== img ==*/
#mainbanner figure img {
	width: 96%;
	max-width: 950px;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
	border-radius: 30px 0 30px 0;
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 88%;
	/*top: 90px;*/
	left: 6%;
	bottom: 80px;
}

/*== h1 ==*/
#mainbanner figure figcaption h1 {
	margin-bottom: 7px;
	font-size: 25px;
	line-height: 1.3;
	/*writing-mode: vertical-rl;*/
}
#mainbanner figure figcaption h1 small {
	font-size: 19px;
}
#mainbanner figure figcaption h1 em {
	margin-right: 8px;
	font-size: 50px;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	margin-bottom: 7px;
	font-size: 25px;
	line-height: 1.3;
	/*writing-mode: vertical-rl;*/
}
#mainbanner figure figcaption h2 small {
	font-size: 19px;
}
#mainbanner figure figcaption h2 em {
	margin-right: 8px;
	font-size: 50px;
}

/*== P ==*/
#mainbanner figure figcaption p {
	font-size: 16px;
	/*writing-mode: vertical-rl;*/
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 35px;
}
.slick-dots li {
	width: 18px;
	height: 18px;
}
.slick-dots li button {
	width: 18px;
	height: 18px;
}
.slick-dots li button:before {
	width: 18px;
	height: 18px;
}

/*---------------------------------------------------- */
/* Banner */
/*---------------------------------------------------- */
/*== Section ==*/
#bnr_block {
	padding: 15px 0 0 0;
}

/*== Waku ==*/
.bnrArea {
	width: 94%;
}
.bnrArea .waku_bnr {
	width: 96%;
}

/*== Banner ==*/
.bnrArea .waku_bnr ul {
	width: 100%;
	text-align: center;
}
.bnrArea .waku_bnr ul li {
	margin: 0 0.9%;
}
.bnrArea .waku_bnr ul li a {
	padding: 18px 0;
}
.bnrArea .waku_bnr ul li a:after {
	margin-top: 4px;
	font-size: 14px;
	right: 1.2em;
}
.bnrArea .waku_bnr ul li a i {
	margin-right: 6px;
}

/*== Pediatrics ==*/
.bnrArea .waku_bnr ul li.bnr_pediatrics {
	margin-bottom: 12px;
	width: 97%;
}
.bnrArea .waku_bnr ul li.bnr_pediatrics a {
	border-width: 3px;
	font-size: 19px;
}
.bnrArea .waku_bnr ul li.bnr_pediatrics a:before {
	width: calc(100% - 7px);
	height: calc(100% - 7px);
	top: 3px;
	left: 3px;
}

/*== Reservation ==*/
.bnrArea .waku_bnr ul li.bnr_reservation {
	width: 47%;
}
.bnrArea .waku_bnr ul li.bnr_reservation a {
	border-width: 3px;
	font-size: 19px;
}
.bnrArea .waku_bnr ul li.bnr_reservation a:before {
	width: calc(100% - 7px);
	height: calc(100% - 7px);
	top: 3px;
	left: 3px;
}

/*== Tel ==*/
.bnrArea .waku_bnr ul li.bnr_tel {
	width: 47%;
}
.bnrArea .waku_bnr ul li.bnr_tel a {
	border-width: 3px;
	font-size: 19px;
}
.bnrArea .waku_bnr ul li.bnr_tel a:before {
	width: calc(100% - 7px);
	height: calc(100% - 7px);
	top: 3px;
	left: 3px;
}

/*== LINE ==*/
.bnrArea .waku_bnr ul li.bnr_line {
	margin-top: 12px;
	width: 47%;
}
.bnrArea .waku_bnr ul li.bnr_line a {
	border-width: 3px;
	font-size: 19px;
}
.bnrArea .waku_bnr ul li.bnr_line a:before {
	width: calc(100% - 7px);
	height: calc(100% - 7px);
	top: 3px;
	left: 3px;
}

/*== LINE long ==*/
.bnrArea .waku_bnr ul li.bnr_line-long {
	margin-top: 12px;
	width: 97%;
}
.bnrArea .waku_bnr ul li.bnr_line-long a {
	border-width: 3px;
	font-size: 19px;
}
.bnrArea .waku_bnr ul li.bnr_line-long a:before {
	width: calc(100% - 7px);
	height: calc(100% - 7px);
	top: 3px;
	left: 3px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Waku ==*/
.btnArea {
	padding-top: 10px;
	width: 96%;
}
.btnArea .waku_btn {
	width: 100%;
}

/*== Banner ==*/
.btnArea .waku_btn ul {
	width: 100%;
	text-align: center;
}
.btnArea .waku_btn ul li {
	margin: 0 0.9%;
	margin-bottom: 12px;
	width: 60%;
}
.btnArea .waku_btn ul li a {
	padding: 18px 0;
	border-width: 3px;
	font-size: 19px;
}
.btnArea .waku_btn ul li a:before {
	width: calc(100% - 7px);
	height: calc(100% - 7px);
	top: 3px;
	left: 3px;
}
.btnArea .waku_btn ul li a:after {
	margin-top: 4px;
	font-size: 14px;
	right: 1.2em;
}
.btnArea .waku_btn ul li a i {
	margin-right: 6px;
}

/*---------------------------------------------------- */
/* Important */
/*---------------------------------------------------- */
/*== Waku ==*/
.importantArea {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 100%;
}
.importantArea .waku_important {
	width: 97%;
}

/*== Article ==*/
.waku_important article {
	padding: 20px 25px;
	width: 100%;
}
.waku_important article figure {
	width: 100%;
}

/*== h3 ==*/
.waku_important article figure .important-title {
	padding-bottom: 5px;
	margin-bottom: 8px;
	width: 100%;
}
.waku_important article figure .important-title h3 {
	font-size: 20px;
}
.waku_important article figure .important-title h3 i {
	margin-right: 5px;
	font-size: 20px;
}

/*== ol [Circle] ==*/
.waku_important article figure .list_circle {
	width: 100%;
}
.waku_important article figure .list_circle ol {
	width: 100%;
}
.waku_important article figure .list_circle ol li {
	padding: 5px 0;
	margin: 0 0.8%;
	width: 97.8%;
}
.waku_important article figure .list_circle ol li:before {
	font-size: 10px;
	top: 8px;
}
.waku_important article figure .list_circle ol li span {
	margin-left: 16px;
	font-size: 16px;
}

/*== P ==*/
.waku_important article figure .txt_important {
	width: 97%;
}
.waku_important article figure .txt_important p {
	font-size: 15px;
	line-height: 1.6;
}


}


/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 40px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Main-Banner ==*/
#mainbanner {
	padding-bottom: 0;
	width: 100%;
}

#mainbanner figure {
	width: 100%;
	height: 320px;
}

/*== img ==*/
#mainbanner figure img {
	min-width: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 92%;
	/*top: 55px;*/
	left: 5%;
	bottom: 70px;
}

/*== h1 ==*/
#mainbanner figure figcaption h1 {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.2;
	/*writing-mode: vertical-rl;*/
}
#mainbanner figure figcaption h1 small {
	font-size: 13px;
}
#mainbanner figure figcaption h1 em {
	margin-right: 6px;
	font-size: 30px;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.2;
	/*writing-mode: vertical-rl;*/
}
#mainbanner figure figcaption h2 small {
	font-size: 13px;
}
#mainbanner figure figcaption h2 em {
	margin-right: 6px;
	font-size: 30px;
}

/*== P ==*/
#mainbanner figure figcaption p {
	font-size: 12px;
	/*writing-mode: vertical-rl;*/
	display: none;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 28px;
}
.slick-dots li {
	width: 16px;
	height: 16px;
}
.slick-dots li button {
	width: 16px;
	height: 16px;
}
.slick-dots li button:before {
	width: 16px;
	height: 16px;
}

/*---------------------------------------------------- */
/* Banner */
/*---------------------------------------------------- */
/*== Section ==*/
#bnr_block {
	padding: 0;
}

/*== Waku ==*/
.bnrArea {
	width: 92%;
}
.bnrArea .waku_bnr {
	width: 96%;
}

/*== Banner ==*/
.bnrArea .waku_bnr ul {
	width: 100%;
	text-align: center;
}
.bnrArea .waku_bnr ul li {
	margin: 0 0.6%;
}
.bnrArea .waku_bnr ul li a {
	padding: 16px 0;
}
.bnrArea .waku_bnr ul li a:after {
	margin-top: 4px;
	font-size: 12px;
	right: 1.1em;
}
.bnrArea .waku_bnr ul li a i {
	margin-right: 4px;
}

/*== Pediatrics ==*/
.bnrArea .waku_bnr ul li.bnr_pediatrics {
	margin-bottom: 10px;
	width: 98%;
}
.bnrArea .waku_bnr ul li.bnr_pediatrics a {
	border-width: 2px;
	font-size: 16px;
}
.bnrArea .waku_bnr ul li.bnr_pediatrics a:before {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 2px;
	left: 2px;
}

/*== Reservation ==*/
.bnrArea .waku_bnr ul li.bnr_reservation {
	width: 48%;
}
.bnrArea .waku_bnr ul li.bnr_reservation a {
	border-width: 2px;
	font-size: 16px;
}
.bnrArea .waku_bnr ul li.bnr_reservation a:before {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 2px;
	left: 2px;
}

/*== Tel ==*/
.bnrArea .waku_bnr ul li.bnr_tel {
	width: 48%;
}
.bnrArea .waku_bnr ul li.bnr_tel a {
	border-width: 2px;
	font-size: 16px;
}
.bnrArea .waku_bnr ul li.bnr_tel a:before {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 2px;
	left: 2px;
}

/*== LINE ==*/
.bnrArea .waku_bnr ul li.bnr_line {
	margin-top: 10px;
	width: 48%;
}
.bnrArea .waku_bnr ul li.bnr_line a {
	border-width: 2px;
	font-size: 16px;
}
.bnrArea .waku_bnr ul li.bnr_line a:before {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 2px;
	left: 2px;
}

/*== LINE long ==*/
.bnrArea .waku_bnr ul li.bnr_line-long {
	margin-top: 10px;
	width: 98%;
}
.bnrArea .waku_bnr ul li.bnr_line-long a {
	border-width: 2px;
	font-size: 16px;
}
.bnrArea .waku_bnr ul li.bnr_line-long a:before {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 2px;
	left: 2px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Waku ==*/
.btnArea {
	padding-top: 10px;
	width: 96%;
}
.btnArea .waku_btn {
	width: 100%;
}

/*== Banner ==*/
.btnArea .waku_btn ul {
	width: 100%;
	text-align: center;
}
.btnArea .waku_btn ul li {
	margin: 0 0.6%;
	margin-bottom: 10px;
	width: 75%;
}
.btnArea .waku_btn ul li a {
	padding: 16px 0;
	border-width: 2px;
	font-size: 16px;
}
.btnArea .waku_btn ul li a:before {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 2px;
	left: 2px;
}
.btnArea .waku_btn ul li a:after {
	margin-top: 4px;
	font-size: 12px;
	right: 1.1em;
}
.btnArea .waku_btn ul li a i {
	margin-right: 4px;
}

/*---------------------------------------------------- */
/* Important */
/*---------------------------------------------------- */
/*== Waku ==*/
.importantArea {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.importantArea .waku_important {
	width: 96%;
}

/*== Article ==*/
.waku_important article {
	padding: 15px 20px;
	width: 98%;
}
.waku_important article figure {
	width: 100%;
}

/*== h3 ==*/
.waku_important article figure .important-title {
	padding-bottom: 4px;
	margin-bottom: 6px;
	width: 100%;
}
.waku_important article figure .important-title h3 {
	font-size: 17px;
}
.waku_important article figure .important-title h3 i {
	margin-right: 5px;
	font-size: 17px;
}

/*== ol [Circle] ==*/
.waku_important article figure .list_circle {
	width: 100%;
}
.waku_important article figure .list_circle ol {
	width: 100%;
}
.waku_important article figure .list_circle ol li {
	padding: 5px 0 2px 0;
	margin: 0 0.6%;
	width: 98.2%;
}
.waku_important article figure .list_circle ol li:before {
	font-size: 8px;
	top: 9px;
}
.waku_important article figure .list_circle ol li span {
	margin-left: 12px;
	font-size: 14px;
}

/*== P ==*/
.waku_important article figure .txt_important {
	width: 96%;
}
.waku_important article figure .txt_important p {
	font-size: 14px;
	line-height: 1.4;
}



}