@charset "utf-8";

/*-------- メインビジュアル --------*/
.mainimg {
	background: url('../images/main_bg.png');
	filter: drop-shadow(5px 5px 5px #fff);
	background-position: center bottom;
	background-size: cover;
	background-repeat: none;
	position: relative;
	min-height: 45vh;
}
/*
.mainimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(28, 146, 106, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(196, 165, 75, 1) 85%);
	background-color: #eee;
}
*/
/*
.main_logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
*/

.main_logo {
    display: block;
    width: 60%;
    margin: auto;
}

	.top_container {
		position: relative;
		width: 100%;
		height: 20vh;
	}
	.top_box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 75%;
		margin-top: 10rem;
	}
	@media screen and (max-width: 768px){
		.top_container {
			position: relative;
			width: 100%;
			height: 25vh;
		}
		.top_box {
    	width: 100%;
    	margin-top: -1rem;
  	}
	}
	.shadow_drop {
        filter: drop-shadow(1px 1px 1px rgba(255,255,255,1));
	}

@media screen and (max-width: 768px){
	.mainimg {
		padding-top: 3.33%;
		min-height: 350px;
	}

	.main_logo {
		width: 100%;
	}

}
@media screen and (max-width: 480px){
	.mainimg {
		padding-top: 3.33%;
		min-height: 200px;
	}
}
.arrow a {
	color: #c4a54b;
}

.arrow a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f0a9';
	font-weight: 900;
	font-size: 1.5rem;
	padding-left: 0.5rem;
}

.infoblock {
	width: 100%;
}
.infoblock a{
	color: #0056b3;
}
.infoblock a:hover{
	color: #1d89ff;
}

/*-------- 見出しデザイン --------*/
.midashi_design01 {
    padding: .5em 1em;
    margin-bottom: 1.5em;
    background-image:linear-gradient(#1c926a 50%, #c4a54b 50%);
    background-repeat: no-repeat;
    background-size: 0.25em 100%;
    font-weight: bold;
	border-left: none!important;
}

/*-------- お知らせ --------*/
.news h2, .bfree h2 {
	border-left: 0.6rem solid #c4a54b;
	padding: 0 0 0 1rem;
}
.news h2, .bfree h2, .message h2 {
	border-bottom: none;
}
.news h2:after, .bfree h2:after, .message h2:after {
	border-bottom: none;
}
.news dl {
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}
.news dt {
	padding-bottom: 0.5rem;
}
.news a {
	color: #333;
}

@media screen and (min-width: 480px) {
	.news dt {
		clear: left;
		float: left;
		width: 14rem;
	}
	.news dd {
		margin-left: 14rem;
	}
}
/* お知らせ END */

.card-text {
	min-height: 5rem;
}

