@charset "utf-8";

/*--------------------------------------
header
---------------------------------------*/
/* ヘッダー */ 



/*--------------------------------------
slider
---------------------------------------*/
section.main-slider .center {
	margin: 0 0 50px;
}
@media screen and (max-width:635px){
	section.main-slider .center {
	margin: 0 0 0px;
	}
}
@media screen and (max-width:635px){
	.slick-dotted.slick-slider
	{
	margin: 0 0 0px!important;
	}
}
section.main-slider .center img {
	width: 100%; height: auto;
}
section.main-slider .center .slick-next {
	right: 20px; z-index: 99;
}
section.main-slider .center .slick-prev {
	left: 15px; z-index: 100;
}
/*--------------------------------------
common
---------------------------------------*/
.content-inner{
	max-width: 980px;
	padding: 100px 50px;
	margin: 0px auto;
}
.content-inner-2{
	max-width: 980px;
	padding: 100px 10px;
	margin: 0px auto;
}
/*--------------------------------------
concept
---------------------------------------*/
section.concept{
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
    padding: 50px 0px 30px;
    width: 100%;
}
@media screen and (max-width:414px){
	section.concept{
		max-width:100%;
	}
}
section.concept figure img{
	height: 300px;
}
@media screen and (max-width:414px){
	section.concept figure{
		text-align: center;
	}
}
@media screen and (max-width:414px){
	section.concept figure img{
		height: 250px;
	}
}

section.concept h2{
	font-size: 3.0rem;
}
@media screen and (max-width:414px){
	section.concept h2{
	font-size: 2.3rem;
	}
}
@media screen and (min-width:415px){
	section.concept p{
	font-size: 2.0rem;
	}
}

section.concept .top_catch02{
	margin: 0 25%;
    width: 50%;
}
.contents{
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

/*--------------------------------------
topinfo
---------------------------------------*/
section.topinfo{
	background-color: #f2f2f2;
	justify-content: center;
}


section.topinfo .covid{
	border: solid 3px #ff0000;
	padding: 30px;
}
section.topinfo .covid h3{
	font-size: 2.2rem;
	color: #ff0000;
	margin-bottom: 10px;
}
@media screen and (max-width:414px){
	section.topinfo .covid h3{
	font-size: 2.0rem;
	}
}
section.topinfo .covid h3 span{
	font-size: 1.6rem;
	display: block;
	color: #333333;
	margin-bottom: 5px;
}
@media screen and (max-width:414px){
	section.topinfo .covid h3 span{
	font-size: 1.4rem;
	}
}
section.topinfo .covid li{
	margin-bottom: 10px;
}

@media screen and (min-width:700px){
	section.topinfo .covid li{
	width: 20%;
	}
}
section.news{
	background-color: #fff;
	justify-content: center;
}
section.news .information{
	background-color: #fff;
	padding: 30px 20px 20px;
	margin: 40px auto;
	max-width: 900px;
}
section.news .information h3{
	background:  url(../images/top_info_sub.png) no-repeat right ;
}
@media screen and (max-width:414px){
	section.news .information h3{
	background-size: 50%;
	}
}
section.news .information dt,
section.news .information dd{
	font-size: 15px;
	line-height: 1.6;
	font-family: YakuHanJP,'Hiragino Kaku Gothic ProN',YuGothic,'メイリオ',sans-serif;
}
section.news .information dt{
	font-weight: bold;
	padding-top: 20px;
}
section.news .information dd{
	padding-bottom: 20px;
	border-bottom:  dotted 1px #6b6b6b;
}
section.news .information dd p{
	font-weight:900;
	margin: 5px 0;
}
section.news .information dd span.pink{
	background:linear-gradient(transparent 60%, #F8CEE0 60%);
	font-weight: bold;
}
section.news .information dd span.blue{
	background:linear-gradient(transparent 60%, #C5E9FF 60%);
	font-weight: bold;
}
section.news .information dd img{
	height: 30px;
}
section.topinfo .fb{
	background-color: #fff;
	padding: 20px;
	margin-top: 40px;
}


section.topinfo .fb {
	position: relative;
  width: 100%;
  padding-top: 100%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
section.topinfo .fb iframe{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
section.topinfo div#calendar{
	padding-top: 100px;
    margin-top:-100px;
}

/*--------------------------------------
topguide
---------------------------------------*/
section.topguide{
	text-align: left;
}
section.topguide .content-inner{
	max-width: 980px;
	padding: 60px 50px;
	margin: 0px auto;
}
section.topguide h3{
	font-size: 2.2rem;
	color: #00a040;
}
@media screen and (max-width:414px){
	section.topguide h3{
	font-size: 2.0rem;
	}
}
section.topguide ul.medicalmenu li span{
	font-size: 1.6rem;
	display: block;
}
section.topguide .map{
	border: solid 1px #444444;
	margin-top: 30px;
}
#googlemap {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

#googlemap .inner {
	position: relative;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
}

#googlemap .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 960px) {

	#googlemap .inner {
		padding-top: 75%;
	}

}

@media (max-width: 600px) {

	#googlemap .inner {
		padding-top: 100%;
	}

}

section.topguide .payment{
	border-top: solid 10px #A3936F;
	margin: 30px 0px;
	padding: 20px;
}
section.topguide .payment h3{
	color: #A3936F;
	border-left:none;
	padding: 0px;
	border-bottom: none;
}
section.topguide .payment h3:after{
	border-bottom: none;
}
section.topguide .payment .aplus{
	border-top: 1px solid #A3936F;
	padding-top: 25px;
	margin-top: 20px;
	display: flex;
  justify-content: center;
  align-items: center;
}

section.topguide .payment .aplus img{
	height: 80px;
}
.bg-green{
	background-color: #00a040;
}

.content-inner-3 {
    max-width: 600px;
    padding: 0 20px 80px;
    margin: 0px auto;
}

.mb-40{
	margin-top: -40px;
	
}