@charset "UTF-8";
@import "common.sp.css";

/* ---------------------------------------------------------
	CSS Document mv
--------------------------------------------------------- */

#mv {
	height: 400px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#mv li {
	height: 617px;
	position: relative;
	z-index: 0;
}

#mv li img {
	max-width: 400%;
	height: 400px;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

#mv .h2 {
	padding: 25px 15px 25px 30px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.65);
	text-align: left;
	white-space: nowrap;
	transform: translateX(-50%);
	position: absolute;
	top: 90px;
	left: 50%;
	z-index: 3;
}

#mv .h2:after {
	content: '';
	width: 224px;
	height: 316px;
	background: url(../images/visual_02.png) repeat-y 0 0;
	position: absolute;
	top: -72px;
	left: -100px;
	z-index: 1;
}

#mv .h2 p {
	font-weight: bold;
	font-size: 28px;
	font-size: 5vw;
	line-height: 1.6;
	letter-spacing: 2px;
	position: relative;
	z-index: 3;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	margin: -50px 20px 40px;
	padding: 30px 20px 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 3;
}

#news h2 {
	margin-bottom: 20px;
	padding-top: 12px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 5px;
	line-height: 28px;
	position: relative;
	z-index: 0;
}

#news h2:before {
	content: '';
	width: 162px;
	height: 31px;
	background: url(../images/visual_03.png) no-repeat 0 0;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#news h2 span {
	display: block;
	font-size: 14px;
	letter-spacing: 3px;
	color: #219352;
}

#news .section {
	width: 100%;
	max-height: 250px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	text-align: left;
}

#news .section iframe {
	vertical-align: top;
	width: 100%;
	height: 310px;
	overflow: hidden;
	border: 0;
}

#news dl {
	margin-bottom: 15px;
	padding-bottom: 11px;
	border-bottom: dashed 1px #ccc;
}

#news dt {
	margin-bottom: 5px;
	line-height: 22px;
}

#news dt span:first-of-type {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	font-size: 14px;
}

#news dt span:last-of-type {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 23px;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

#news .cat1 {
	background: #219352;
}

#news .cat2 {
	background: #eeb902;
}

#news .cat3 {
	background: #f18805;
}

#news dd a {
	text-decoration: underline;
	color: #219352;
}

/* ---------------------------------------------------------
	CSS Document feature
--------------------------------------------------------- */

#feature {
	margin-bottom: 60px;
	padding: 40px 0;
	background: #ecf3ea url(../top/feature_01.png) no-repeat top / auto 100%;
	font-size: 0;
}

#feature .h3 em {
	font-size: 36px;
	letter-spacing: 3px;
	color: #219352;
}

#feature dl {
	margin: 0 20px;
}

#feature dl:not(:last-of-type) {
	margin-bottom: 30px;
}

#feature dt img {
	width: 100%;
}

#feature dd {
	margin-top: -1px;
	padding: 20px;
	border: solid 1px #219352;
	background: #fff;
	font-size: 16px;
}

/* ---------------------------------------------------------
	CSS Document check
--------------------------------------------------------- */

#check {
	margin: 0 20px;
}

#check > .h3 {
	letter-spacing: 2px;
}

#check .flexslider {
	padding-bottom: 20px;
	border-radius: 10px;
	border: solid 4px #6bb469;
	background: #fff url(../../info/images/bg_02.png);
}

#check .check {
	padding: 20px 20px 10px;
	text-align: left;
}

#check .check li {
	margin-bottom: 15px;
	padding-left: 25px;
	background: url(../../info/images/check_01.png) no-repeat 0 1px;
	line-height: 1.2;
}

#check .list {
	margin: 0 20px;
	padding: 40px 0 20px;
	background: #fdfdf2;
	font-size: 0;
}

#check .list .h3 {
	margin-bottom: 10px;
}

#check .list li {
	display: inline-block;
	vertical-align: top;
	min-width: 100px;
	margin: 10px 2px 0;
	padding: 10px 20px;
	border-radius: 40px;
	background: #d4a900;
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
}

/* ---------------------------------------------------------
	お知らせ更新システム
--------------------------------------------------------- */
#news {
	padding-right: 15px;
}
#news .section {
	margin-top: -3px;
	overflow-y: scroll;
}
#news dl {
	border-bottom: none;
}
.oneitem {
	border-bottom: dashed 1px #ccc;
	display: block;
	padding: 10px 0 6px;
}
.cat-img {
	width: 70px;
	height: 23px;
}
.news_day {
	display: table;
}
.news-day-date,
.news-day-category {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
}
.news-day-category {
	padding-left: 12px;
}
.newMark {
	color:#E05F6D;
	font-weight:bold;
}
.news_List_Title a {
	text-decoration: underline;
	color: #219352;
	transition: .4s;
}
.news_List_Title a:hover {
	opacity: 0.6;
}
.news_left {
	width: 175px;
}
.news_right {
	width: 100%;
}
.scroll-pane {
	padding-right: 20px;
}
#news .f_right {
	width: 100%;
}
.news_List_Title {
	font-weight: bold;
}
.news_List_Title a {
	font-weight: normal;
}
.news-day-new {
	margin-left: 5px;
}
