@charset "utf-8";
/* CSS Document */

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-content {
  background-color: #fefefe;  /* モーダルウィンドウの背景色 */
  margin: 2% auto;
  width: 60%;  /* モーダルウィンドウの横幅 */
  position: relative;
}
.modal-content img{
	max-width: 100%;
	height: auto;
}
.modal-title {
  color: #800000; /* モーダルウィンドウの文字の色 */
  font-size: 18px; /* モーダルウィンドウの文字の大きさ */
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}
.close-button {
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 28px;
  font-weight: bold;
}
.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



/* ---------------------------------------------
　keyvisual
------------------------------------------------ */
.keyvisual {
	background: #aedded;
	padding: 20px 0 0 0;
}
.keyvisual #slider {
	position: relative;
	margin: 0 auto;
}

/*boot strap対応*/
.keyvisual #slider ul  {
	margin:0!important;
}

.keyvisual .bg_img {
	margin: 0 auto 0;
	width: 980px;
}

.keyvisual .bx-pager {
	margin: 15px auto 0;
	width: 980px;
}
.keyvisual .bg{
	width: 100%;
	height: 230px;
	position: relative;
	background:url(../images/bg_town.png) no-repeat center bottom;
	background-size: auto 100%;
	animation: bg-slider 80s linear infinite; /* 23sの部分背景画像の約数だとスムーズ */
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -1518px 0; } /* 1518pxとは使用した背景画像の長さ */
}
/*隙間を無効化してから隙間を設定する*/
.keyvisual .bx-pager {
  letter-spacing: -.40em;
}
.keyvisual .bx-pager a {
	display: inline-block;
	height: 230px;
	margin-right: 15px;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
}
.keyvisual html.lt-ie8 .bx-pager a {
	margin-right: 0;
}
.keyvisual .bx-pager a.thumb-edge {
	display: inline-block;
	height: 230px;
	margin: 0;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
}


/* ---------------------------------------------
　content
------------------------------------------------ */
.hotnews{
	margin: 30px 0 0 -20px;
}
.hotnews p{
	width: 480px;
	float: left;
    margin: 0 0 20px 20px;
}
.hotnews p span{
    width: 230px;
    float: left;
}
.hotnews p span.last{
    margin: 0 0 0 20px;
}
.hotnews p img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.hotnewsSmall{
	margin: 0 0 0 -20px;
}
.hotnewsSmall p{
	width: 230px;
	float: left;
    margin: 0 0 20px 20px;
}
.hotnewsSmall p img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.hotews .leftBox .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.hotews .leftBox .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.hotews .leftBox p.last{
	margin: 10px 0 0 0;
}
.hotews .rightBox{
	width: 470px;
	float: right;
}
.hotews .rightBox p.last{
	margin: 15px 0 0 0;
}

.theme{
	margin: 50px 0;
	font-size: 114%;
}
.theme h2{
	margin: 0 0 20px 0;
}
.theme h3{
	font-size: 120%;
	margin: 0 0 5px 0;
	font-weight: bold;
}
.theme span{
	display: block;
}
.theme .orange{
	color: #efaa55;
	width: 222px;
	float: left;
	margin: 0 15px 0 0;
	padding: 70px 45px;
	text-align: center;
	background: url(../images/bg_theme001.png) no-repeat center center;
}
.theme .green{
	color: #46ab78;
	width: 223px;
	float: left;
	margin: 0 15px 0 0;
	padding: 70px 50px;
	text-align: center;
	background: url(../images/bg_theme002.png) no-repeat center center;
}
.theme .blue{
	color: #42a6d4;
	width: 215px;
	padding: 70px 50px;
	float: left;
	text-align: center;
	background: url(../images/bg_theme003.png) no-repeat center center;
}


.news{
	background: url(../images/bg_news001.png) repeat-x center top, url(../images/bg_news002.png) repeat-x center bottom;
	padding: 87px 0 52px 0;
    margin: 40px 0 0 0;
}
.news .newsArea{
	background: #c1db87;
	padding: 0 0 40px 0;
}
.news .newsArea h2{
	text-align: center;
	margin: 0 0 30px 0;
}
.news #tab{
    text-align: center;
}
.news #tab li {
	display: inline-block;
	position: relative;
	font-weight: bold;
	margin: 0 10px 40px 10px;
	cursor: pointer;
    width: 160px;
}
.news #tab li img{
    max-width: 100%;
    height: auto;
}
.news .disnon {
  display: none;
}
.news .content_wrap.disnon {
	display: none;
}
.news .content_wrap ul li{
	padding: 5px 0;
}
.news .content_wrap ul li span{
	display: inline-block;
	margin: 0 10px;
}
.news .content_wrap ul li span.new{
    color: #fff;
    background: #f00;
	padding: 3px 10px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.news .content_wrap ul li span a{
	display: block;
	background: #fff;
	padding: 3px 0;
	text-align: center;
	width: 260px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
}
.news .content_wrap ul li span.outpatient_n a{
	color: #007fc8;
}
.news .content_wrap ul li span.clinic_n a{
	color: #b05a9f;
}
.news .content_wrap ul li span.kids_n a{
	color: #cfb109;
}
.news .content_wrap ul li span.other_n a{
	color: #c42c1e;
}
.news .content_wrap ul li span.fiorente a{
	color: #eac7c4;
}

.banner{
	padding: 80px 0;
}
.banner .bannerArea{
	margin: 0 0 0 -40px;
}
.banner .bannerArea p{
	width: 470px;
	float: left;
	margin: 0 0 40px 40px;
}
.banner .bannerArea p span{
	display: block;
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 120%;
}


.search{
	background: url(../images/bg_search001.png) repeat-x center top, url(../images/bg_search002.png) repeat-x center bottom;
	padding: 124px 0 20px 0;
}
.search .searchArea{
	background: #f7c079;
	padding: 50px 0;
}
.search .searchArea h2{
	margin: 0 0 20px 0;
}
.search .searchArea p{
	color: #fff;
	margin: 0 0 20px 0;
}
.search .searchArea .searchContent{
	margin: 0 0 0 -20px;
}
.search .searchArea .searchContent p{
	width: 230px;
	float: left;
	margin: 0 0 15px 20px;
}
.search .searchArea .searchContent p a{
	text-decoration: none;
	color: #fff;
}
.search .searchArea .searchContent p span{
	display: block;
	text-align: center;
	margin: 5px 0 0 0;
}


.time{
	padding: 50px 0 0 0;
}
.time .leftBox{
	width: 570px;
	float: left;
}
.time .leftBox h2{
	margin: 0 0 20px 0;
}
.time .leftBox table{
	color: #139365;
	border:1px solid #139365;
}
.time .leftBox table td{
	text-align: center;
	border:1px solid #139365;
}
.time .leftBox p.caution{
	color: #139365;
	text-align: right;
}
.time .leftBox .buttonArea{
	margin: 30px 0 0 -15px;
}
.time .leftBox .buttonArea p{
	width: 180px;
	margin: 0 0 0 15px;
	float: left;
}
.time .rightBox{
	width: 380px;
	float: right;
}