body {
	line-height: 180%;
	font-size: 0.9em;
	color: #333;
	/*background-attachment: fixed,fixed;
	background-image: url('../images/common/sankaku.png'),url('../images/background.png');
	background-position: center center,center center;
	background-repeat: no-repeat,repeat;*/
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	
}

.sp_none {
		display: none;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'M PLUS 1p', sans-serif;*/
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:700;
}

img {
		max-width: 100%;
}

#wrapper {
 	min-height: 100vh;
    position: relative;
}

.cont_h2 {
		font-size: 2.4em;
		padding: 30px;
		line-height: 130%;
}
.cont_h3 {
		font-size: 2.0em;
		padding: 30px;
		line-height: 130%;
}
.cont_h4 {
		font-size: 1.6em;
		padding: 20px;
		line-height: 160%;
}
.cont_h4 {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 1.4em;
		color: #394C93;
}
.cont_h5 {
		width: 90%;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1.2em;
}
.cont_dl {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
}
.cont_dl:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}
.cont_dl dt {
		padding: 10px;
		border-top: 1px dashed #ccc;
}
.cont_dl dd {
		padding: 10px;
		border-top: 1px dashed #ccc;
}

.contents_textarea {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
}

.contents_textarea2 {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		text-align: center;
}

.cont_text {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
}

.cont_table {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
}
.cont_table th {
		width: 100%;
		padding: 10px;
		display: block;
		border-bottom: 1px solid #ccc;
}
.cont_table td {
		width: 100%;
		display: block;
		padding: 10px;
}


/**************************************/
/*header {
		width: 100%;
		margin: 0 auto;
		position: relative;
}
header:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}*/

header h1 {
	background-image: url('../images/common/logo.png');
	background-repeat: no-repeat;
	background-size: 260px;
	width: 260px;
	height: 50px;
	margin: 10px;
	text-indent: -9999px;
	display: block;
}
/*header h1 a {
		background-image: url('../images/common/logo_small.png');
		width: 260px;
		height: 50px;
		margin: 10px;
		text-indent: -9999px;
		display: block;
}*/

.sns {
	display: none;
}


/**************************************/
/* トップ　スライダー関係　 */
/**************************************/

#slider {
    width: 100%;
	margin: 0 auto;
	position: relative;
}

#slider img {
    width: 100%;	
	object-fit: cover;
	object-position: 0 0;
}

#slider h2 {
	position: absolute;
	display:block;
	left: 0;
	top: 150;
}

#slider h2 {
	position: absolute;
	display:block;
	left: 0;
	top: 150;
}

#slider-side {
    width: 100%;
	margin: 20px auto;
	position: relative;
	text-align: center;
}

#slider-side h2 {
	text-align: center;
	display: block;
	width: 100%;
	color:#FFF;
	background: #D8292C;
	padding: 10px;
}



/**************************************/
/* トップ　お知らせ関係　 */
/**************************************/

.pickup-nav {
	width: 90%;
	margin: 40px auto;
	padding: 10px;
	justify-content: center;
	border: #F02528 solid 2px;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
}

.event-head {
	display: block;
	width: 100%;
	margin: 3em auto;
	text-align: left;
	color: #000000;
}

.event-head h2 {
	margin: 0.25em;
	padding: 0.25em;
	font-size: 200%;
	border-bottom: #000000 10px solid;
}

.event-nav {
	width: 100%;
	margin: 20px auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.event-nav a { 
	text-decoration: none;
	color: #300;
}

.event-nav a:hover {
	opacity: 0.9;
	text-decoration: underline;
}

.event-nav a:hover img {
	transform: scale(1.025);
    transition-duration: 0.5s;
	transition: all .5s ease-out;
}


.event-box {
	width: 360px;
	min-height: 350px;
	display: block;
	margin: 15px 10px;
	border: #333 solid 1px;
	border-radius: 5px;
	background-color: rgba(255,252,252,.6);
	/*overflow: hidden;*/
}
	

.event-box img{
	width: 360px;
	height: 240px;
	object-fit: cover;
}

.event-box h3,
.event-box p {
	margin: 10px;
	display: block;
}

.event-box div {
	margin: 5px;
	display: block;
	text-align: right;
}

hr.separator  {
	background-image: url('../images/common/sparator.png');
	width:1200px;
	height: 30px;
	border: 0px none;
}


/**************************************/
/* トップ　お知らせ関係　 */
/**************************************/

.news dt {
	width: 80%;/*
	float: left;
	clear: both;*/
	padding: 10px;
	/*border-top: 1px dotted #ccc;*/
	line-height: 160%;
}
.news dd {
	width: 90%;
	/*float: left;*/
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 160%;
}

.news dd div {
	color:#FF0000;
}

/*#news dl dt:first-child  {
	border-top: none;
}*/

#news dl dt:first-child + dd {
	border-top: none;
}

.news a {
	text-decoration:none;
}

.news a:hover {
	text-decoration: underline;
}

/**************************************/
/* コンテンツ */
/**************************************/

#cont_area {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	background-color:rgba(255,252,252,0.5);
	/*min-height:  calc(100vh - 50px);*/
	min-height: 55vh;
}

#main_img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#main_img {
		width: 100%;
		background-image: url("../images/top/main_bg.jpg");
		height: 650px;
		clear: both;
	background-repeat: repeat-x;
	background-color: #093776;
	text-align:center;
}

.content-head {
	display: block;
	width: 100%;
	margin: 3em auto;
	text-align: left;
	color: #4F0C0C;
}

.content-head h2 {
	margin: 0.25em;
	padding: 0.25em;
	font-size: 200%;
	border-bottom: #4F0C0C 10px solid;
}

.content-nav {
	width: 100%;
	margin: 20px auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}

.content-nav a { 
	text-decoration: none;
	color: #300;
}

.content-nav a:hover {
	opacity: 0.9;
	text-decoration: underline;
}

.content-nav a:hover img {
	transform: scale(1.025);
    transition-duration: 0.5s;
	transition: all .5s ease-out;
}


.content-box {
	width: 360px;
	min-height: 420px;
	max-height: 420px;
	display: block;
	margin: 15px 10px;
	border: #C7C7C7 solid 1px;
	border-radius: 5px;
	background-color: rgba(255,252,252,.6);
	overflow: hidden;
}
	

.content-box .mimg{
	width: 360px;
	height: 240px;
	object-fit: cover;
}

.content-box .iimg{
	position:relative;
	top:10px;
	padding: 0 15px 0 0;
}

.content-box h3 {
	margin: -10px 0 0 0;
	padding: 10px;
	color: #FFF;
	background:#A68E10;
	text-align: center;
	font-size: 1.2rem;
}
.content-box p {
	margin: 10px;
	display: block;
}

.content-box div {
	margin: 5px;
	display: block;
	text-align: right;
}




/**************************************/
/* footer */
/**************************************/

footer {
		clear: both;
		color: #FFF;
		background-color: #6F6D6D;
}

#footer , #footer2 {
	width: 100%;
	margin: 0 auto;
}
#footer a {
		color: #FFF;
}

#footer ul, footer address {
		margin-bottom: 10px;
}

#footer .footer-menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: right;
		
}

#footer .footer-menu ul {
		display: flex;
		flex-wrap: wrap;
}

#footer .footer-menu li {
		margin-left: 15px;
		display: block;
		list-style: disc !important;
}

#footer::after {
	content: "";
	display: block;
	border-bottom: #FFF 1px solid;
}


.copyright {
		background-color: #000000;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
		color: #fff;
		margin-top: 60px;
		clear: both;
}

/*#menu > ul > li > a {
		display: block;
		border-bottom: 1px dashed #eee;
		padding: 10px;
}*/
.maps iframe {
		width: 100%;
		height: 400px;
}



.contact {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
}
.contact .dropdown {
		padding: 5px;
		border: 1px solid #ccc;
		border-radius: 10px;
}
.contact input {
		padding: 5px;
		border: 1px solid #ccc;
		width: 80%;
		border-radius: 10px;
}
.contact textarea {
		padding: 10px;
		border-radius: 10px;
		border: 1px solid #ccc;
		width: 80%;
}
.contact th {
		display: block;
		padding: 10px 10px 0px 10px;
}
.contact td {
		display: block;
		border-top: 1px solid #Ccc;
		padding: 10px;
}
.submit {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		color: #111;
		text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
		letter-spacing: 0;
		border: none;
		box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
		border-radius: 6px;
		text-decoration: none;
		padding: 15px 40px;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #d5def8), color-stop(1.00, #f2f19b));
		background: -webkit-linear-gradient(#d5def8, #f2f19b);
		background: -moz-linear-gradient(#d5def8, #f2f19b);
		background: -o-linear-gradient(#d5def8, #f2f19b);
		background: -ms-linear-gradient(#d5def8, #f2f19b);
		background: linear-gradient(#d5def8, #f2f19b);
		text-align: center;
}

.reset {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		color: #111;
		text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
		letter-spacing: 0;
		border: none;
		box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
		border-radius: 6px;
		text-decoration: none;
		padding: 15px 40px;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e9e9e9), color-stop(1.00, #ababab));
		background: -webkit-linear-gradient(#e9e9e9, #ababab);
		background: -moz-linear-gradient(#e9e9e9, #ababab);
		background: -o-linear-gradient(#e9e9e9, #ababab);
		background: -ms-linear-gradient(#e9e9e9, #ababab);
		background: linear-gradient(#e9e9e9, #ababab);
		text-align: center;
		margin-left: 20px;
}

#topic_path {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#topic_path:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}

#topic_path li {
	float: left;
	padding: 15px;
}

#topic_path li::after {
	content: "＞";
	padding-left: 15px;
}

#topic_path li:last-child::after{
	content: "";
}


