@charset "UTF-8";
/* css [home] */

@import url("layout.css");
@import url("home/medical.css");
@import url("home/news.css");
@import url("home/about.css");
@import url("home/payment.css");
@import url("home/info.css");

/*---------------------------------------------------- */
/* ページ読み込み時に一瞬表示が崩れるのを防ぐ方法 */
/*---------------------------------------------------- */
#page-wrap {
  display: none;
} 

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#pageTitle { 
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
	display: none;
}
#pageTitle h1 {
	padding: 0;
	margin: 0;
	color: #1d1e1f;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 800;
	line-height: 1.0;
	text-align: center;
	position: relative;
}
#pageTitle h1::before, #pageTitle h1::after {
	content: '';
	position: absolute;
	margin: auto;
	left: 0;
	bottom: 0;
	width: 2em;
	background-color: #d6d6d6;
	height: 5px;
	right: 2em; 
}
#pageTitle h1::before { 
	background-color: #006fc0;
	left: 2em;
	width: 4em;
}

/*---------------------------------------------------- */
/* 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;
	text-align: center;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	padding: 0;
	margin: 0 auto;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	/*writing-mode: vertical-rl;
    text-orientation: mixed;*/
	font-weight: 900;
	text-shadow:0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed,0 0 5px #42abed;
	line-height: 1.0;
}

/*== P ==*/
#mainbanner figure figcaption p {
	padding: 0;
	margin: 0 auto;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	/*writing-mode: vertical-rl;
    text-orientation: mixed;*/
	font-weight: 800;
	text-shadow:0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed,0 0 3px #42abed;
	line-height: 1.6;
}

/*== 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: #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: #42abed;
	background-color: #42abed;
	border: solid 1px #42abed;
	opacity: 1;
}

/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
/*== Topics ==*/
#topics_block {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}



/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 80px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Main-Banner ==*/
#mainbanner {
	padding-bottom: 0;
	margin-top: 120px;
	width: 100%;
}
#mainbanner figure {
	height: 680px;
}

/*== img ==*/
#mainbanner figure img {
	width: 90%;
	max-width: 1560px;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
	border-radius: 50px;
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 80%;
	left: 10%;
	top: 200px;
	/*bottom: 120px;*/
}
#mainbanner figure figcaption h2 {
	margin-bottom: 20px;
	font-size: 38px;
}
#mainbanner figure figcaption p {
	font-size: 28px;
}

/*== 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;
}

/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
/*== Topics ==*/
#topics_block {
	padding: 25px 0 0 0;
}




}


/* 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: 35px;
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 88%;
	left: 6%;
	top: 120px;
	/*bottom: 75px;*/
}
#mainbanner figure figcaption h2 {
	margin-bottom: 16px;
	font-size: 32px;
	line-height: 1.2;
}
#mainbanner figure figcaption p {
	font-size: 22px;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 20px;
}
.slick-dots li {
	width: 18px;
	height: 18px;
}
.slick-dots li button {
	width: 18px;
	height: 18px;
}
.slick-dots li button:before {
	width: 18px;
	height: 18px;
}

/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
/*== Topics ==*/
#topics_block {
	padding: 15px 0 0 0;
}



}


/* 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%;
	left: 5%;
	bottom: 55px;
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 92%;
	left: 5%;
	top: 60px;
	/*bottom: 55px;*/
}
#mainbanner figure figcaption h2 {
	margin-bottom: 12px;
	font-size: 26px;
	line-height: 1.2;
}
#mainbanner figure figcaption p {
	font-size: 16px;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 15px;
}
.slick-dots li {
	width: 16px;
	height: 16px;
}
.slick-dots li button {
	width: 16px;
	height: 16px;
}
.slick-dots li button:before {
	width: 16px;
	height: 16px;
}

/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
/*== Topics ==*/
#topics_block {
	padding: 0;
}


}