@charset "UTF-8";
body{
	color: #444444;
	font-family: "M PLUS Rounded 1c";
	min-height: 100%;
    margin: 0 !important;
    padding-top: 0 !important;
	line-height: 180%;
	background-color: white;
}

a:link {
	color: #444;
}
a:visited {
	color: #444;
}
a:active {
	color: #444;
}
a:hover {
	color: mediumvioletred;
	text-decoration: none;
}

/* white link */
.wh_lin :link {
	color: white;
}
.wh_lin :visited {
	color: white;
}
.wh_lin :active {
	color: white;
}
.wh_lin :hover {
	color: mediumvioletred;
	text-decoration: none;
}

.no-gutters {
  margin:0;
  padding:0;
}

.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}


/* font */
h1,h2,h3,h4,h5,p {
	padding-top: 0.2em;
}


@media screen and (max-width:992px) {
	h1,h2,h3,h4,h5 {
		font-size: 1.3em;
	}
}

@media screen and (max-width:576px) {
	h1,h2,h3,h4,h5 {
		font-size: 1.1em;
	}
}

.under_600 {
	text-decoration-line: underline;
	font-weight: 600;
	line-height: 3rem;
}

.sub_t01 {
  position: relative;
  padding: 0 65px;
  text-align: center;
	padding: 20px 0;
	color: #0f256e;
	font-weight: 600;
}

.sub_t01:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #0f256e;
}

.sub_t01 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.sub_t02 {
  position: relative;
  padding: 0 65px;
  text-align: center;
	padding: 20px 0;
	color: white;
	font-weight: 600;
}

.sub_t02:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #0f256e;
}

.sub_t02 span {
  position: relative;
  padding: 0 1em;
  background: #0f256e;
}

/* nav */

.top_nav_bg {
	background-color: #0f256e;
}

/* nav-itemの文字色 */
.navbar .navbar-nav .nav-link {
    color: rgb(186, 186, 186);
}
/* nav-item activeの文字色 */
.navbar .navbar-nav .active > .nav-link {
    color: rgb(231, 255, 17);
}
/* nav-item:focus、nav-item:hoverの文字色 */
.navbar .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
}
/* ドロップダウンアイテムの文字色 */
.dropdown-item {
    color: rgba(255,0,0,1);
}

/*インフォ*/

.bg_logo {
	background: url("") no-repeat center center;
}

@media screen and (max-width:576px) {
	.bg_logo {
		background-size: 65% auto;
	}
}

dl {
	padding: 20px 0;
}

dt {
padding-bottom: 5px;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
dt {
	clear: left;
	float: left;
	width: 25%;
}
dd {
margin-left: 25%;
}
}

/* single-page */

img.alignright{
	display: block;
	margin: 0 0 0 auto;
}

img.alignleft{
	display: block;
	margin: 0 auto 0 0;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

/* 投稿img size */
@media screen and (max-width:576px) {
	img {
		max-width: 100%;
		height: auto;
}
}

@media screen and (max-width:576px) {
	.navbar-brand img {
		max-width: 60%;
		height: auto;
}
}

@media screen and (max-width:768px) {
	.navbar-brand img {
		max-width: 80%;
		height: auto;
}
}


/* Contact Form7 */
.wpcf7-form input {
	max-width: 100% !important;
}
.wpcf7-form textarea {
	max-width: 100% !important;
}

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
}
.contact7 dt {
	font-weight: normal;
}

/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
	background: #999;
}

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
	background-color: #e6e6e6;
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #005513;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.btn_contact7 input:hover {
	background-color: #FFF;
}
@media screen and (min-width: 992px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 35%;
	}

.btn_contact7 input {
	max-width: 100%;
	background-color: #e6e6e6;
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #005513;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.btn_contact7 input:hover {
	background-color: #FFF;
}
}

/* Swiper */
.swiper {
	width: 100%;
	height: auto;
  }
  
  .swiper-slide {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	font-weight: bold;
	background-color: #e0ebf0;
  }
  .swiper-slide > img {
	width: 100%;
	height: 100%;
	align-self: center; /* 上下の中央揃え */
	
 }
 