@charset "UTF-8";
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 62.5%;
}
* {
box-sizing: border-box;
margin: 0px;
padding: 0px;
}
body {
	font-size: 1.6rem;/* 16px*/
	line-height: 2;
	-webkit-text-size-adjust: 100%;

}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}


.wrapper {
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	position: relative;
}

.logo {
	width: 180px;
	position: static;
	margin-top: -15px;
	right: 0px;
	left: auto;
	display: block;
	margin-left: auto;
	margin-right: 10px;
}


/*ハンバーガーメニュー*/
.mobile_nav {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
	
/*    background: #fff;
    color: #F39800;*/
	
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
.mobile_nav ul {
	background: #ccc;
	margin: 0 auto;
	padding: 0;
	width: 80%;
}
.mobile_nav ul li {
    font-size: 1.2rem;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
    font-family: "Sawarabi Mincho";
    background-color: #FFFFFF;
    color: #208FBC;
}

.mobile_nav ul li a:hover{
background-color: #D2E9F2;
transition: 0.5s;
}


/* 最後はラインを描かない */
.mobile_nav ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.mobile_nav ul li a {
    display: block;
    color: #208FBC;
    padding: 1rem 0;
}
/* このクラスを、jQueryで付与・削除する */
.mobile_nav.active {
	transform: translateY(0%);
}
.navToggle {
	display: block;
    position: fixed;
    cursor: pointer;
    z-index: 5;
    text-align: center;
    width: 180px;
    height: 80px;
    background-image: url(image/triangle.svg);
    top: 0px;
    left: 0px;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: 3px solid #FFFFFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    margin-top: 12px;
    margin-left: 20px;
}
.navToggle span:nth-child(1) {
	top: 9px;
}
.navToggle span:nth-child(2) {
	top: 18px;
}
.navToggle span:nth-child(3) {
	top: 27Px;
}
.navToggle span:nth-child(4) {
	border: none;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: bold;
	top: 30px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*ハンバーガーメニューここまで*/

.main{
	padding-top: 20px;
	background-size: cover;
	animation: gradient 30s ease infinite;
	min-height: 100vh;
	height: 100%;
	background-image: url(image/208456642.jpg);
	-webkit-animation: gradient 30s ease infinite;
	-moz-animation: gradient 30s ease infinite;
	-ms-animation: gradient 30s ease infinite;
	margin-bottom: 0px;
}

	
	
@keyframes gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}

@-webkit-keyframes gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}

@-ms-keyframes gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}

@-moz-keyframes gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}


.topnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0px;
	margin-top: 50px;
	position: relative;
}
.topnav li {
	list-style-type: none;
	width: 85px;
	margin-right: 0px;
	transition: all 0.3s ease 0s;
}

.topnav li:hover {
opacity: 0.6;
}

.topcopy {
mix-blend-mode:multiply;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
}
.copy_01,.copy_02,.copy_03,.copy_04{
	margin-left: auto;
	margin-right: auto;
	width: 170px;
	margin-bottom: 5px;
	position: relative;
}

.copy_04{
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	position: relative;
	margin-top: 10px;
}


.fukushilink {
	width: 350px;
	height: 40px;
	text-decoration: none;
	outline: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	background-color: #208FBC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fukushilink::before,
.fukushilink::after {
  z-index: -1;
  display: block;
  content: '';
}
.fukushilink,
.fukushilink::before,
.fukushilink::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.fukushilink:hover {
	background-color: rgba(255,255,255, 0.8);
	color: #208FBC;
	border: thin solid #208FBC;
}



/*abundant部分*/

.abundant{
	background-color: #EAF4DC;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	height: 230px;
}

.abundant img{
	position: relative;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 350px;
}

.news{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


.history{
width: 100%;
background-color: #208FBC;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
font-variant: normal;
font-size: 1.2rem;
text-align: center;
margin-right: auto;
color: #FFFFFF;
margin-bottom: 10px;
}

.newsbox{
height: 120px;
padding-left: 10px;
padding-right: 10px;
margin-left: auto;
margin-right: auto;
display: block;
overflow: auto;
}

.newstable{
width: auto;
border-spacing: 0px 0px;
padding: 0px;
border-collapse: collapse;
}

.datetime{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
font-size: 1.2rem;
line-height: 1.5rem;
text-align: left;
width: auto;
height: 2rem;
display: block;
}

.news_honbun{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding-left: 10px;
	width: auto;
	display: block;
	height: auto;
	padding-bottom: 10px;
}

/*年末の挨拶*/
.open {
	cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
	color: #208FBC;
	font-weight: bold;
}

#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
#pop-up2 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}

#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up2:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: auto;
	height: auto;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	min-width: 320px;
}
.text {
	font-size: 15px;
	margin-top: 20px;
	line-height: 25px;
		font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 35px;
}



/*フッター部分*/
.footer{
	margin-top: 0px;
}

.arvest_footer{
	padding: 20px;
	background: #D2E9F2 url(image/footer_gra_01@2x.png)no-repeat;
	background-blend-mode: multiply;
	background-position: right bottom;
	background-size: contain;
	width: 100%;
	height: 230px;
	margin-left: 0px;
}

.footer_logo {
width: 200px;
margin-bottom: 10px;
}
.footer_text_01 {
width: 300px;
display: block;
margin-bottom: 10px;
}
.footer_text_02 {
width: 265px;
display: block;
}


@media (min-width:768px) {

.topnav li{
width: 150px;
}

.copy_01,.copy_02,.copy_03{
width: 300px;
}

.copy_04{
	width: 400px;
	margin-top: 20px;
}

.fukushilink {
	width: 500px;
	height: 50px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;
	background-color: #208FBC;
	margin-top: 20px;
	margin-bottom: 10px;
}



.date{
	width: auto;
	height: 2rem;
	display: table-cell;
}

.news_honbun{
padding-left: 20px;
width: auto;
height: 2rem;
	display: table-cell;
}


.footer {
display: flex;
}
}
