@charset "utf-8";
/* CSS Document */

/*html,body{
overflow-x:hidden;
}*/
.up_time {
	font-size: 80%;
	color:#747474;
}

body {
	/* [disabled]background-color: #CFF1FF; */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #464646;
	word-break:break-all;
	line-height: 1.8;
	letter-spacing: 1px;
}

.red{color: #860B0D;}
.u{text-decoration: underline;}
.small{font-size:90%;}
.ac{text-align: center;}

/* リンク */
a:link{color:#5A5A5A;text-decoration:none;}
a:visited{color:#5A5A5A;text-decoration:none;}
a:hover{color:#5A5A5A;text-decoration:none;}

.pd{padding:1rem;}


img {
	width: 100%;
}
#headerbg {
	width: 100%;
	z-index: 999;
	background-color: #FFFFFF;
}
#header {
	width: 1028px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.form_nav{display:none;}

.form_nav li{
	display: inline-block;
    padding: 0.5rem;
    margin: 0 0.5rem;
    border: 1px solid #8A3D43;
	color: #8A3D43;
	transition: 0.6s;
}

.form_nav a:hover li{
	background-color: #8A3D43;
    border-color: #8A3D43;
    color: #fff;
}




.nav_fixed{
	position: fixed;
	top: 0;
	left: 0;
}

.logo {
	width: 60%;
}

.top_nav {
	clear: both;
	text-align: center;
	padding: 10px;
}

.top_nav li {
	display: inline-block;
	font-size: 120%;
	font-weight: 300;
	margin-right: 20px;
}

.top_nav li:last-child {
	margin-right: 0px;
}

.top_nav li a {
	text-decoration: none;
	color: #5A5A5A;
	display: block;
}
.top_nav li a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 2.5px solid #358E22;
	display: block;
	padding-bottom: 5px; /* 文字と下線に隙間を作る */
	color:#228122;
}
.top_nav li a:hover:after {
	width: 100%;
	border-bottom: 2.5px solid #358E22;
}

.in_menu {
	text-align: center;
	font-size: 110%;
	color: #228122;
	line-height: 30px;
	padding: 0 15px;
}
.in_menub {
	font-size: 160%;
}

	.bottom_menu {
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:20px;
}

.item {
	flex-basis: 19%;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;

}
@media screen and (max-width:1027px){
	.logo_wrap{
    display: inline-block;
    float: left;
	}
	.logo{margin-top: 25px;}
}


@media screen and (min-width:1028px){

.form_wrap{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}
	
.form_nav{display: block}
	
}

/*#footer_pt{
	position: fixed;
	bottom: 2rem;
	right: 0;
	padding: 0 2rem;
	display: inline-block;
}

#footer_pt a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
  	height: 3rem;
	font-size: 0.6rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 0;
	line-height: 1.5;
}

#footer_pt a::before{
	content: "";
	display: block;
	width: 100%; height: 100%;
  	background: #519a52;
  	transform: rotate(45deg);
	position: absolute;
	z-index: -10;
	border:1px solid #5a815a;
}*/

#footer {
	width: 100%;
	height:350px;
	background-color: #DDD;
	margin-top: 60px;
}
#footer .kick {
	width: 21%;
	float: right;
}


.footer_logo{
	float: left;
	width: 35%;
}

.footer_contents {
	background-color: #DDDDDD;
	padding-top: 30px;
	width:950px;
	margin-left: auto;
	margin-right: auto;
}

.sitemap {
	clear: both;
	display: flex;
	justify-content: flex-start;
	padding-top: 20px;
	flex-wrap: wrap;
}


#wrapper{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
	 justify-content: space-between;
}

h4 {
	font-size:190%;
	color: #5a5a5a;
}

.default a:link {
	color:#0E1BBB;
	text-decoration: underline;
}

.default:link {
	color:#0E1BBB;
	text-decoration: underline;
}
.default:visited{
	color:#0E1BBB;
	text-decoration: underline;
}

.footer_left {
	width: 80%;
	float: left;
	margin-right: -20px
}

.sitemap_item {
	font-size: 115%;
	padding: 20px 0;
	text-decoration: underline;
	margin-right: 20px;

	
}

.copy {
	clear: both;
	font-size: 80%;
	color:#8C8C8C;
	text-align: center;
	padding:10px 0;
}



.twitter_logo {
	width: 5%;
	height: 5%;
	vertical-align: middle;
}

.icon {
}





	
/* スマホメニューボタン */
#sp_nav_trg{
	width: 4rem;
	padding-top: 0.3rem;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	font-size: 240%;
	float: right;
	color: #006217
}
	#sp_nav{
	width: 100%;
}


/* スマホメニュー閉じるボタン */
#sp_nav_close_top{
	float: right;
	font-size: 240%;
	padding: 0.3rem 0;
	color: #004F00
}

#sp_nav_close_bottom{
	max-width: 60%;
	margin: 0 auto;
	text-align: center;
	border-radius: 3px;
	background: #ddd;
	padding: 1rem 0;
}

/* スマホメニュー */
#sp_nav ul{
	clear: both;
	border-top: 1.4px solid #777;
	margin-bottom: 2rem;
}

#sp_nav li{
	border-bottom: 1.4px solid #777;
	color:#5A5A5A;
	font-size:130%;
}

#sp_nav li a{
	display: block;
	padding: 1.5rem;
}
.icon-angle-circled-right {
	display: none;
}

.twitter_text {
	padding-left: 10px;
	text-decoration: underline;
}

.thanks_text {
	padding-top: 5px;
	text-align: center;
}


.heading {
	color: #228122;
	font-size:150%;
	text-align: center;
}

#container1 {
	width: 1028px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
	/* [disabled]background-color: #8BDC00; */
}


@media screen and (max-width:1028px){
	

#container1 {
	width:100%;
}

	
nav .top_nav {
	display: none;
}
#footer .kick {
	width: 0%;
	float:none;
	display: none;
}



#header {
	width: 100%;
	height: 65px;
}
#headerbg {
	height: 90px;
}

#footer {
	width: 100%;
	height:auto;
}
.text {
	width: 110%;
}
.item {
	flex-basis: 25%;
}

#sp_nav{
	display: none;
	width: 100%;
}
.footer_contents {
	background-color: #DDDDDD;
	padding-top:0;
	width:100%;
}
.footer_left {
	width: 100%;
	float: none;
	margin-right: 0px;
}
.footer_logo{
	float:none;
	display:none;
	width: 0;
}
.sitemap {
	clear: both;
	display: block;
	padding-top:0px;
}
.sitemap_item {
	font-size: 125%;
	padding: 0.8rem 0;
	text-decoration: underline;
	margin-right:0px;
	padding-left: 20px;
	display: block;
	border: #B9B9B9 1px solid;
	border-collapse: collapse;
	
}
.sitemap_item a {
	display: block;
	padding: 20px;
}


.icon-angle-circled-right {
	float: right;
	font-size: 106%;
	color: #D9D9D9;
	display: block;
}
.twitter_logo {
	width: 10%;
	height: 10%;
	padding-top:20px;
	padding-bottom: 10px;
}
.icon {
	text-align: center;
}
.twitter_text {
	display: block;
}

.thanks_text {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


}

@media screen and (min-width:1028px){
	#sp_nav_trg{
	display: none;
}
	#sp_nav{
	display: none;
}
	
}

@media screen and (max-width:599px){
.logo {
	width: 220px;
	padding-left: 10px;
}
#headerbg {
	height: 75px;
}
.item {
	flex-basis: 43%;
}
.contents2 {
	margin-top: 30px;

}


}

@media screen and (max-width:1027px) and (min-width:600px){
	.logo {
	width: 280px;
	padding-left: 15px;
}


}

.index_news{
		margin: 2rem 0.5rem 1.5rem 0.5rem;
		border: solid red 3px;
		padding: 0.5rem;
	}



.banner_memorial{
	display: inline-block;
	width: 55%;
	margin:1rem 0;
}

.text_right .banner_memorial{
	width: auto;
}


@media screen and (max-width:599px){
	
	.banner_memorial{
		width: 100%;
		padding: 0 5%;
		margin:2rem 0 0;
		box-sizing: border-box;
	}
	
	.news_content1 .banner_memorial{
		margin:0;
	}
}

a.link{
	color: #228122;
    text-decoration: underline;
}