@charset "utf-8";

body {
	font-family: "Zen Maru Gothic N R";
}

.index-header {
	background-image: url(//www.kiilife.jp/opendata/minabe_hs/img/header_umecco.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	margin-bottom: 10px;
}
.index-header .header-logo {
	position: relative;
	padding-top: 60px;
	height: 100vh;
}
.index-header .header-logo a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 80%;
	max-width: 600px;
}
@media (max-width: 991px) and (min-width: 768px) {
.index-header {
	height: 75vh;
}
.index-header .header-logo {
	height: 75vh;
}
}
@media (max-width: 767px) and (min-width: 576px) {
.index-header {
	height: 60vh;
}
.index-header .header-logo {
	height: 60vh;
}
}
@media (max-width: 575px) {
.index-header {
	height: 50vh;
}
.index-header .header-logo {
	height: 50vh;
}
}

#main {
	margin: 10px auto;
	padding: 0 0 10px 0;
	max-width: 1400px;
}
#main.my-2 {
    margin-top: 0rem !important;
}
.logo {
	width: 100%;
	max-width: 600px;
}

.bg-light {
    background-color: #FFFFFF !important;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}
.bg-navi {
    background-color: #FFFFFF !important;
}
.nav-link {
	color: #666 !important;
}
.bg-footer {
    background-color: #E7F2D8 !important;
	color: #333 !important;
}

.dmbs-page-header {
	display: block;
	padding: 0;
}
.dmbs-page-title {
	margin: 10px 0;
	padding: 8px 0 8px 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	font-family: "Shin Maru Go Medium";
    background-color: #99CC00;
	border-radius: 20px;
}
.title1 {
	margin: 16px 0 10px 0;
	padding: 6px 0 6px 10px;
	font-family: "Shin Maru Go Medium";
	border-top: #00693E solid 2px;
	clear: both;
	background: #99CC00;
}
h2, .h2 {
	font-weight: bold;
	font-family: "Shin Maru Go Medium";
}

@media (min-width: 992px) {
.display-posts-specialC ul.display-posts-listing li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px 0;
	padding: 6px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.display-posts-specialC ul.display-posts-listing li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px 0;
	padding: 6px;
}
}

/* SLIDER */
.swiper-wrapper {
	margin: 0 auto;
}
.swiper-center-img {
    top: 84%;
    width: 100%;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
.swiper-slide-contents {
	font-family: "Shin Maru Go Medium";
}
@media (min-width: 768px) {
.swiper-wrapper .swiper-slide {
    margin-right: 2px !important;
}
}

/* LOGO */
#logo {
	padding: 10px;
	width: 100%;
	text-align: center;
}
#logo .logo {
	width: 100%;
	max-width: 640px;
}

/* SCROLL MENU */
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998;
}
#scroll-logo {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 999;
    max-width: 85%;
    margin: 0;
    padding: 0;
}
#scroll-none-menu {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}
#scroll-none-logo {
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 999;
	max-width: 85%;
    margin: 0;
    padding: 0;
}
.scroll-logo.is-show {
	opacity: 1;
}
.scroll-logo.is-hide {
	display: none;
}
.logo2 {
	margin: 0px 0px;
	width: 100%;
	max-width: 240px;
	max-height: 60px;
}
@media (max-width: 1399px) and (min-width: 992px) {
.menu > ul {
    text-align: right;
}
}

.site-header-index {
	background: #fff;
}

/* ボタンカラー */
.btn-primary {
    color: #fff;
    background-color: #FFBB33;
    border-color: #FFBB33;
}
.btn-primary:hover {
    color: #fff;
    background-color: #D58F00;
    border-color: #D58F00;
}
.swiper-slide .swiper-slide-contents .btn {
	background-color: #FFBB33;
}

/* リストテキスト */
.col .listtext {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* HEADER */
.swiper-container {
	background: #fff;
}
.site-header {
	opacity: 0;
}
.site-header.show{
	opacity: 1.0;
}

.shareaholic-share_buttons {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1186px;
	z-index: 999;
}

@media (max-width: 720px) {
#footer {
	margin-top: 0;
	margin-bottom: 56px;
}
}