@charset "utf-8";

body {
	font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

h1, h2, h3, h4, h5, h6 {
	color: #333333 !important;
}

h1, h2 {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(250,218,223,1) 40%, rgba(250,218,223,1) 100%);
	border-top-right-radius: 10px;
	margin: 5px 0 10px 0;
	padding: 8px 0 3px 3px;
}
h2.entry-title, .custom-header h2 {
	background: inherit;
	margin: 0 !important;
	padding: 0 !important;
}
.textcolor1 {
	color: #33A277 !important;
}
.textcolor2 {
	color: #EC6D81 !important;
}
.titleback1 {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(51,162,119,1) 40%, rgba(51,162,119,1) 100%);
	border-top-right-radius: 10px;
	margin: 5px 0;
	padding: 3px;
}
.tabledl dt {
	background-color: #DDDDDD !important;
}

#header {
	display: block;
	width: 100%;
	background: #7ECEF4;
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #7ECEF4 100%);
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#7ECEF4 100%);
	background: linear-gradient(to bottom,  #FFFFFF 0%,#7ECEF4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#7ECEF4',GradientType=0 );
}
.header-index {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: 160px;
	background: url(/opendata/kumanogirl/img/header.png?20200520) 50% 0% no-repeat;
	background-size: 100%;
}
.headerback-index {
	position: relative;
	height: 160px;
	text-align: center;
	display: block;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	background: url(/opendata/kumanogirl/img/yatagarasu2.png?20200520) 100% 100% no-repeat;
}
.headerback-index .logo1 {
	width: 100%;
	max-width: 400px;
	margin: 60px auto 0 auto;
	padding: 0;
}
@media (max-width: 767px) and (min-width: 576px) {
.header-index {
	height: 240px;
}
.headerback-index {
	height: 240px;
	background: url(/opendata/kumanogirl/img/yatagarasu.png?20200520) 100% 100% no-repeat;
}
.headerback-index .logo1 {
	margin: 120px auto 0 auto;
	padding: 0;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.header-index {
	height: 320px;
}
.headerback-index {
	height: 320px;
	background: url(/opendata/kumanogirl/img/yatagarasu.png?20200520) 100% 100% no-repeat;
}
.headerback-index .logo1 {
	margin: 180px auto 0 auto;
	padding: 0;
}
}
@media (min-width: 992px) {
.header-index {
	height: 480px;
}
.headerback-index {
	height: 480px;
	background: url(/opendata/kumanogirl/img/yatagarasu.png?20200520) 100% 100% no-repeat;
}
.headerback-index .logo1 {
	margin: 320px auto 0 auto;
	padding: 0;
}
}

.headerback {
	position: relative;
	height: 160px;
	text-align: center;
	display: block;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 480px;
	background: url(/opendata/kumanogirl/img/yatagarasu2.png?20200520) 100% 100% no-repeat;
}
.headerback2 {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: url(/opendata/kumanogirl/img/header2_1.png?20200520) 50% 0% no-repeat;
}
@media (max-width: 992px) and (min-width: 769px) {
.headerback2 {
	background: url(/opendata/kumanogirl/img/header2_2.png?20200520) 50% 0% no-repeat;
}
}
@media (min-width: 993px) {
.headerback2 {
	background: url(/opendata/kumanogirl/img/header2_3.png?20200520) 50% 0% no-repeat;
}
}

.logo1 {
	width: 100%;
	max-width: 360px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
}
.bg-light {
    background-color: #33A277 !important;
}
.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: 75%;
    margin: 0;
    padding: 0;
}
.scroll-logo.is-show {
	opacity: 1;
}
.scroll-logo.is-hide {
	display: none;
}
.logo2 {
	width: 100%;
}

.navbar {
	min-height: 56px;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
    border-color: rgba(255,255,0,1);
}
.nav-link {
	color: #FFFF00 !important;
	font-weight: bold;
	letter-spacing: 1px;
}
.nav-item {
    width: initial !important;
}

.navbar-collapse {
	margin: 0 auto;
	max-width: 1200px;
}

main {
	margin: 10px auto;
	padding: 10px 0;
	max-width: 1200px;
}
.bg-footer {
    background-color: #DDDDDD !important;
	color: #666 !important;
}

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

.rt-tpg-container .layout2 .rt-holder {
	border-bottom: #999 solid 1px;
}
.rt-pagination .pagination > .active > span {
    background-color: #33a277;
    border-color: #33a277;
}
.rt-pagination .pagination li a {
    background-color: #999999 !important;
}

.swiper-container {
	width: 100%;
	height: 100%;
  }
  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }
  .swiper-slide img {
	width: 100%;
	margin: 0 0 30px 0;
  }
 :root {
  --swiper-theme-color: #007aff !important;
  }