@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 40px;
	height: 40px;
	z-index: 50000;
	 filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;

}
#slider {
    width: 100%;
    height: 100vh;
	margin-left: auto;
	margin-right: auto;
}
#mimg .txtBox {
	position: absolute;
	width: 65%;
	height: auto;
	display: inline-block;
	bottom: 10%;
	left: 5%;
	z-index: 1000;
}
#mimg .p1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 43px;
	line-height: 75px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
    text-align: left;
	float: left;
}
#mimg .p2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 1px;
	font-weight: 00;
	color: #fff;
    text-align: left;
	float: left;
	margin-top: 30px;
}
#mimg .linkBox {
	position: absolute;
	width: 350px;
	height: auto;
	display:inline-block;
	bottom: 2%;
	right: 1%;
	z-index: 1000;
	text-align: right;
}
#mimg .linkBox img{
	margin-bottom: 20px;
	opacity: 0.7;
	transition: 0.4s;
}
#mimg .linkBox img:hover{
	opacity: 1.0;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}

#News01 {
	width: 1160px;
	height: 80px;
	padding: 20px;
	border-radius: 10px;
	background-color: #ffebeb;
	float: left;
	margin-top: 0px;
	outline: 2px solid #e74343;
	outline-offset: -2px;
}
#News01 .ttl{
	width: 200px;
	height: 40px;
	border-radius: 20px;
	background-color: #e74343;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #FFF;
}
#News01 .newspc iframe{
	width: 860px;
	height: 80px;
	padding-left: 40px;
	float: left;
	margin-left: 48px;
	border-left: 2px solid #FFF;
}
/* 緊急案内用　通常時none。必要に応じてnone削除してください */
#urgent {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;
}
#urgent .urttl{
	position: relative;
	width: 800px;
	height: 40px;
	float: left;
	margin-left: 200px;
	background-color: #e74343;
	border-radius: 5px;
	font-size: 22px;
	line-height: 38px;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 1px;
	z-index: 1;
}
#urgent .txtbox{
	position: relative;
	width: 1000px;
	height: auto;
	padding: 50px 100px 20px 100px;
	outline: 2px solid #e74343;
	outline-offset: -2px;
	float: left;
	border-radius: 10px;
	z-index: 0;
	margin-top: -20px;
}
#urgent .p1{
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 35px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	float: left;
}
#urgent .p2{
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	float: left;
	padding-top: 10px;
	margin-top: 15px;
	border-top: 1px solid #CCC;
}


#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 70px;
}
#contents02 {
	position: relative;
	width: 1202px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
h3 {
	position: relative;
	width: auto;
	height: auto;
	padding:0;
	float: left;
}
/* 休診案内用　通常時none。連休前など必要に応じてnone削除してください */
#c02Info {
	display:;
	width: 1160px;
	padding: 0 20px 0 20px;
	height: auto;
	float: left;
	margin-top: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCC;
}
#c02Infottl{
	width: 390px;
	height: 50px;
	padding-left: 70px;
	float: left;
	background-image: url(../web/home/c02ac06.png);
	background-position: left;
	background-repeat: no-repeat;
}
#c02Infottl .t1{
	width: auto;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	float: left;
}
#c02Infottl .t2{
	width: auto;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #e16c6c;
	float: right;
	margin-top: 22px;
}
#c02Info .tablebox01{
	width: 1100px;
	height: auto;
	float: left;
	margin-top: 30px;
	clear: both;
	word-break: break-all;
	text-align: left;
}
#c02Info .ttl{
	width: auto;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	float: left;
	padding-bottom: 10px;
}
#c02Info .ttl span{ color: #e16c6c;}
#c02Info .tablebox01 table {
	min-width: 1160px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 16px;
	line-height: 16px;
	clear:both;
}
#c02Info .tablebox01 td {
	min-width: ;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 15px 10px 15px;
}
#c02Info .tablebox01 table span{
	font-weight: 600;
	color: #F33;
}

/* ここから通常時の診療案内その他 */
#c02Navi {
	position: relative;
	width: 1202px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#c02NaviBox01 {
	position: relative;
	width: 360px;
	height: 310px;
	padding: 0 20px 0 20px;
	float: left;
}
#c02NaviBoxttl{
	width: 290px;
	height: 50px;
	padding-left: 70px;
	float: left;
}
#c02NaviBoxttl.Ambulatory{
	background-image: url(../web/home/c02ac01.png);
	background-position: left;
	background-repeat: no-repeat;
}
#c02NaviBoxttl.Hospitalization{
	background-image: url(../web/home/c02ac02.png);
	background-position: left;
	background-repeat: no-repeat;
}
#c02NaviBoxttl.Medicalsubject{
	background-image: url(../web/home/c02ac03.png);
	background-position: left;
	background-repeat: no-repeat;
}
#c02NaviBoxttl .t1{
	width: auto;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	float: left;
}
#c02NaviBoxttl .t2{
	width: auto;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #4c9333;
	float: right;
	margin-top: 22px;
}
.c02navi{
	width: 100%;
	height: auto;
	float: left;
	list-style: none;
	margin-top: 10px;
}
.c02navi li{
	width: calc(100% - 20px);
	height: 29px;
	font-size:17px;
	line-height: 29px;
	text-align: left;
	letter-spacing: 1px;
	padding: 0 10px;
	float: left;
	margin-top: 10px;
	border-bottom: 1px dotted #999999;
	transition: 0.6s;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
}
.c02navi li a{
	display: block;
	color: #000;
}
.c02navi li:hover{
	text-indent: 5px;
	color: #4c9333;
	background-color: ;
	border-bottom: 1px solid #4c9333;
	background-image: url(../web/home/c02ac04.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.c02navi li a:hover{
	font-weight: 600;
	color: #4c9333;
}

#c02NaviBox02 {
	position: relative;
	width: 358px;
	height: 310px;
	padding: 0 20px 0 20px;
	float: left;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#c02NaviBox03 {
	position: relative;
	width: 360px;
	height: 310px;
	padding: 0 20px 0 20px;
	float: left;
}

#c02Hours {
	width: 1160px;
	height: auto;
	padding: 29px 20px 0 20px;
	float: left;
	margin-top: 30px;
	border-top: 1px solid #CCC;
}
#c02Hoursttl{
	width: 290px;
	height: 50px;
	padding-left: 70px;
	float: left;
	background-image: url(../web/home/c02ac05.png);
	background-position: left;
	background-repeat: no-repeat;
}
#c02Hoursttl .t1{
	width: auto;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	float: left;
}
#c02Hoursttl .t2{
	width: auto;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #e16c6c;
	float: right;
	margin-top: 22px;
}
#c02Hours .tablebox01{
	width: 550px;
	height: auto;
	float: left;
	margin-top: 30px;
	clear: both;
	word-break: break-all;
	text-align: left;
}
#c02Hours .ttl{
	width: auto;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	float: left;
	padding-bottom: 10px;
}
#c02Hours .ttl span{ color: #e16c6c;}
#c02Hours .tablebox02{
	width: 550px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-left: 60px;
	word-break: break-all;
	text-align: left;
}
#c02Hours .tablebox01 table {
	min-width: 550px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 16px;
	line-height: 16px;
	clear:both;
}
#c02Hours .tablebox01 td {
	min-width: ;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 15px 10px 15px;
}
#c02Hours .tablebox02 table {
	min-width: 550px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 16px;
	line-height: 16px;
	clear:both;
}
#c02Hours .tablebox02 td {
	min-width: ;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 15px 10px 15px;
}
#c02Hours .comment {
	width: 100%;
	height: auto;
	margin-top: 15px;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 13px;
}
#c02Hours .comment a{
	color: #000;
}
#c02Hours .bnr01 {
	width: 550px;
	height: 145px;
	margin-top: 25px;
	float: left;
}
#c02Hours .bnr01 img{
	width: 550px;
	height: 145px;
	transition: 0.4s;
}
#c02Hours .bnr01 img:hover{
	transform: scale(1.03);
}
#c02Hours .bnr02 {
	width: 550px;
	height: 145px;
	margin-top: 25px;
	margin-left: 60px;
	float: left;
}
#c02Hours .bnr02 img{
	width: 550px;
	height: 145px;
	transition: 0.4s;
}
#c02Hours .bnr02 img:hover{
	transform: scale(1.03);
}

#section03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fffaf0;
}
#contents03 {
	position: relative;
	width: 1202px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
#c03ttl {
	position: relative;
	width: 100%;
	height: 35px;
	float: left;
}
h4 {
	width: auto;
	height: 35px;
	float: left;
	padding: 0;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 3px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}
.h4ac01 {
	width: auto;
	height: 20px;
	float: left;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #538fb6;
	margin-left: 30px;
	margin-top: 15px;
}
.c03btn a{
	display:block;
	width: auto;
	height: 12px;
	padding-right: 22px;
	float: right;
	font-size: 15px;
	line-height: 12px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	background-image: url(../web/home/c03ac.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #000;
	margin-top: 10px;
	transition: 0.4s;
}
.c03btn a:hover{
	padding-right: 15px;
}

#c03News {
	width: 1202px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#c03NewsBox01 {
	position: relative;
	width: 360px;
	height: 320px;
	padding: 0 20px 0 20px;
	float: left;
}
#c03NewsBox02 {
	position: relative;
	width: 360px;
	height: 320px;
	padding: 0 20px 0 20px;
	float: left;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
#c03NewsBox03 {
	width: 360px;
	height: 320px;
	padding: 0 20px 0 20px;
	float: left;
}
#c03NewsBoxttl{
	position: relative;
	width: 310px;
	height: 34px;
	padding-left: 50px;
	float: left;
	margin-top: 5px;
	border-bottom: 1px dashed #ccc;
}
#c03NewsBoxttl.cat1{
	background-image: url(../web/home/c03ttlac01.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#c03NewsBoxttl.cat2{
	background-image: url(../web/home/c03ttlac02.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#c03NewsBoxttl.cat3{
	background-image: url(../web/home/c03ttlac03.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#c03NewsBoxttl .t1{
	width: auto;
	height: 30px;
	font-size: 23px;
	line-height: 30px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	float: left;
}
#c03News .newspc iframe{
	width: 360px;
	height: 255px;
	float: left;
	margin-top: 10px;
}

#section04 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 80px;
}
#contents04 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}
#c04ttl {
	position: relative;
	width: 100%;
	height: 35px;
	float: left;
}
.h4ac02 {
	width: auto;
	height: 20px;
	float: left;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #d02e2e;
	margin-left: 30px;
	margin-top: 15px;
}
#c04item01 {
	width: 580px;
	height: 380px;
	float: left;
	border-radius: 10px;
	outline: 1px solid #ccc;
	transition: 0.4s;
	margin-top: 40px;
}
#c04item01.f {
	margin-left: 40px;
}
#c04item01 img{
	width: 580px;
	height: 250px;
	border-radius: 10px 10px 0 0;
	transition: 0.4s;
}
#c04item01:hover img {
	transform: scale(0.98);
}
#c04item01:hover {
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.c04item_ttl01 {
	width: 560px;
	padding: 0 10px;
	height: 25px;
	font-size: 22px;
	line-height: 25px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #d02e2e;
	float: left;
	margin-top: 10px;
}
.c04item_txt01 {
	width: 560px;
	padding: 0 10px;
	height: auto;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	float: left;
	margin-top: 10px;
	color: #000;
}
#c04item02 {
	width: 370px;
	height: 300px;
	float: left;
	border-radius: 10px;
	outline: 1px solid #ccc;
	transition: 0.4s;
	margin-top: 40px;
}
#c04item02.f {
	margin-left: 40px;
}
#c04item02 img{
	width: 370px;
	height: 200px;
	border-radius: 10px 10px 0 0;
	transition: 0.4s;
}
#c04item02:hover img {
	transform: scale(0.98);
}
#c04item02:hover {
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.c04item_ttl02 {
	width: 350px;
	padding: 0 10px;
	height: 25px;
	font-size: 22px;
	line-height: 25px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #d02e2e;
	float: left;
	margin-top: 10px;
}
.c04item_txt02 {
	width: 350px;
	padding: 0 10px;
	height: auto;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	float: left;
	margin-top: 10px;
	color: #000;
}

#section05 {
	position: relative;
	width: 100%;
	height: 700px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 1000;
}
#contents05 {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	background-image: linear-gradient(90deg, #239178, #9cc862);
	border-radius: 40px 0 40px 0;
}
#contents05:after{
	content: "";
	clear: both;
	display: block;
}
#recruit {
	position: relative;
    width: 60%;
    height: 700px;
}
#recruit .ac{
    width: 100%;
    height: auto;
	float: left;
	margin-top: 80px;
	text-align: center;
}
#recruit .t1{
    width: 100%;
    height: auto;
	float: left;
	margin-top: 40px;
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 1px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
	color: #FFF;
}
#recruit .t2{
    width: 100%;
    height: auto;
	float: left;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
	color: #FFF;
}
#recruit .btn a{
	display: block;
    width: 50%;
    height: 60px;
	float: left;
	margin-top: 50px;
	margin-left: 25%;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	letter-spacing: 1px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
	color: #FFF;
	outline: 1px solid #FFF;
	outline-offset: -1px;
	transition: 0.4s;
}
#recruit .btn a:hover{
	background-color: #239178;
}

.recruitslide01 {
	position: relative;
	width: 20%;
	height: 700px;
	border-radius: 40px 0 0 0;
	overflow: hidden;
}
.recruitslide02 {
	position: relative;
	width: 20%;
	height: 700px;
	border-radius: 0 0 40px 0;
	overflow: hidden;
}

@keyframes vertical-animation {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}
@keyframes vertical-animation2 {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0%);
  }
}

#contents05 .slider-container {
  height: 700px;
  overflow: hidden;
}

#contents05 .slider-wrapper {
  display: grid; 
  animation: vertical-animation 40s linear infinite;
}
#contents05 .slider-wrapper2 {
  display: grid; 
  animation: vertical-animation2 40s linear infinite;
}

#contents05 .slide {
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#contents05 .slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 10px;
}



#section06 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 0px;
}
#contents06 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents06:after{
	content: "";
	clear: both;
	display: block;
}
#c06ttl {
	position: relative;
	width: 100%;
	height: 35px;
	float: left;
}
.h4ac03 {
	width: auto;
	height: 20px;
	float: left;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #4c9333;
	margin-left: 30px;
	margin-top: 15px;
}
#c06facility {
	width: 370px;
	height: auto;
	float: left;
	transition: 0.4s;
	margin-top: 40px;
}
#c06facility.f {
	margin-left: 45px;
}
#c06facility img{
	outline: 1px solid #ddd;
	outline-offset: -1px;
	width: 370px;
	height: 150px;
	border-radius: 5px;
	transition: 0.4s;
}
#c06facility:hover img {
	outline: 0px solid #ddd;
	transform: scale(1.02);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
#c06facility .ttl {
	width: 370px;
	height: auto;
	font-size: 19px;
	line-height: 20px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 0px;
	color: #4c9333;
	float: left;
	margin-top: 10px;
}
#c06facility .txt {
	width: 370px;
	height: auto;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	float: left;
	margin-top: 10px;
	color: #000;
}




@media screen and (min-width:768px){
#News01 .newssp { display:none;}
#c03News .newssp { display:none;}
}
