@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 20px 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 40px 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: 250px;
	margin: 0 0 0 30px;
	float: left;
}
.time .rightBox{
	width: 380px;
	float: right;
}

.linkArea{
    padding: 60px calc(50% - 700px) 75px;
    background: url("../images/bg_linkarea.jpg") no-repeat center center / cover;
    display: flex;
    flex-wrap: wrap;
    gap:16px;
}
.linkArea a{
    transition: 0.3s;
}
.linkArea a:hover{
    opacity: 0.5;
}
.linkArea a:hover img{
    opacity: 1;
}
.linkArea .mainLink{
    width:220px;
    height:520px;
}
.linkArea .subLink{
    width:456px;
    height:160px;
}
.linkArea .mainLink a{
    display: block;
    width:100%;
    height:100%;
    box-sizing: border-box;
    border:1px solid #139365;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
}
.linkArea .mainLink a .thumb{
    width:100%;
    height:auto;
    padding-top: 100%;
    position: relative;
}
.linkArea .mainLink a .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
}
.linkArea .mainLink a h2{
    font-size:20px;
    font-weight: bold;
    line-height: 1.6;
    color:#139365;
    text-align: center;
    position: relative;
    margin-top: 15px;
    padding-bottom: 10px;
}
.linkArea .mainLink a h2::after{
    content:"";
    width:40px;
    height:1px;
    position: absolute;
    top:auto;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    background: #139365;
}
.linkArea .mainLink a .icon{
    margin: 10px 0 15px 0;
    height:42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.linkArea .mainLink a .text{
    width:195px;
    margin: auto;
    font-size:15px;
    line-height: 1.5;
    text-align: left;
    color:#000000;
}
.linkArea .subLink a{
    display: flex;
    width:100%;
    height:100%;
    box-sizing: border-box;
    border:1px solid #707070;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    gap:25px;
    text-decoration: none;
}
.linkArea .subLink a .icon{
    width:160px;
    height:100%;
    background: #139365;
    display: flex;
    justify-content: center;
    align-items: center;
}
.linkArea .subLink a .textArea{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:20px;    
}
.linkArea .subLink a h2{
    font-size:20px;
    font-weight: bold;
    line-height: 1.6;
    color:#139365;
    text-align: left;
    position: relative;
    padding-bottom: 10px;
}
.linkArea .subLink a h2::after{
    content:"";
    width:40px;
    height:1px;
    position: absolute;
    top:auto;
    left:0;
    right:auto;
    bottom:0;
    margin: auto;
    background: #139365;
}
.linkArea .subLink a .text{
    width:240px;
    font-size:15px;
    line-height: 1.5;
    text-align: left;
    color:#000000;
}