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

    main

--------------------------------------------------*/
#main {
	background-color: #fff;
	background-image:url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	position: relative;
	margin-bottom: 20px;
	padding-top: 100px;
}
#main .filter .title{
	display: block;
	width: 50%;
	margin-bottom: 10px;
}
#main .main_txt {
	width: 50%;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
#main .flexbox {
	width:30%;
	display: block;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.6);
	padding:5px;
}
#main .filter .flexbox img{
	height: 72px;
	display: block;
    margin: 0 auto 5px;
}
#main .line {
	background: linear-gradient(transparent 45%, #D8FF85 45%);
}
#main .flexbox p {
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	color: #3D8E3D;

}
#main .flexbox .red {
	color: #ff0000;
}
#main .flexbox .big {
	font-size: 1.6em;
	color: #ff0000;
}
#main .img {
	width: 50%;
	display: flex;
	justify-content: space-between;
}
#main .img img {
	margin: 0 20px 0 0;
	width: 50%;
}
@media only screen and (max-width:850px) {
	#main{
		background-image:url(../img/top-sp.jpg);
		background-size: contain;
		background-position: 0 50px;}
	#main .filter {
		position: relative;
		height: inherit;
		background-color: rgba(255,255,255,0.8);
		margin-top: 150px;
		padding:10px;
	}
	#main .filter .title{width: 90%;margin:0 auto;}
	#main .main_txt {width: 100%;}
	#main .filter .flexbox img {height: 4.5vh;}
	#main .flexbox {width: 32%;margin-bottom: 0;}
	#main .flexbox p {font-size: 1rem;}
	#main .main_txt {width: 90%;margin:10px auto;}
	#main .img {display: none;}
}
@media only screen and (max-width:768px) {
	#main {
		padding: 86px 0 20px 0;
		margin-bottom: 0;
	}
	#main h2 {
		font-size: 1.3em;
		letter-spacing: .2rem;
	}
}
@media only screen and (max-width:480px) {
	#main h1 span {
		letter-spacing: .2rem;
	}
	#main h2 {
		letter-spacing: .1rem;
	}
	#main h3 {
		font-size: 1em;
		margin-right: 10px;
	}
	#main h3 span {
		font-size: 2.3em;
	}
}
/*-------------------------------------------------

    search

--------------------------------------------------*/
#search_form form {
	background: #3D8E3D;
    margin: -100px auto 0;
    padding: 3%;
    z-index: 1;
    position: relative;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
#search_form .search_box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
}
#search_form .search_box div {
	width: 94%;
}
#search_form .search_item {
	width: 100%;
	border: solid 1px #fff;
}
.wrap div {
	position: relative;
	display: grid;
	align-items: center;
}
.label {
	position: absolute;
	color: #fff;
	left: 15px;
	top: 30%;
	letter-spacing: .2em;
	-webkit-transition: top .2s ease-in-out, 
					  	font-size .2s ease-in-out;
	transition: top .2s ease-in-out, 
              	font-size .2s ease-in-out;
	z-index: -1;
}
.active {
	top: -10px;
	font-size: 0.9em;
	background: #3D8E3D;
	z-index: 1;
	padding:0 5px;
	line-height: 1.5;
}
input[type="text"] {
	width: 100%;
	padding: 15px;
	border: 1px solid #fff;
	color: #fff;
	background: rgba(255,255,255,0.2);
}
#search_form button {
	background: #fff;
	color: #3D8E3D;
	outline: 1px solid #3D8E3D;
	outline-offset: -10px;
	font-size: 1rem;
	letter-spacing: .2rem;
	display: block;
	width: 100%;
	border: solid 1px #fff;
	padding: 35px 0;
	transition: .5s;
	position: relative;
}
#search_form button:hover {
	background: #3D8E3D;
	color: #fff;
	outline: 1px solid #fff;
}
#search_form button::after {
	content: '';
	position: absolute;
	left: 49%;
	bottom: 50%;
	transform: translate(-50%,50%);
	display: inline-block;
	width: 8%;
	height: 1px;
	background: #3D8E3D;
	right: 0;
	transition: .5s;
	margin-right: 50px;
}
#search_form button:hover::after {
	background: #fff;
}
#search_form button span {
	padding-right: 15%;
	position: relative;
}
#search_form button span::before {
	font-family: 'Material Icons';
	content: "search";
	font-size: 1.5rem;
	padding-right: 40px;
	position: absolute;
	left: 0;
	bottom: 50%;
	transform: translate(-50%,50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
}
.custom-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px;
	color: #fff;
	letter-spacing: .2em;
	line-height: 1.8;
	background: rgba(255,255,255,0.2);
	border: 1px solid #fff;
	cursor: pointer;
}
.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px; height: 10px;
	top: 50%; right: 25px;
	margin-top: -3px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
	position: absolute;
	display: block;
	top: 100%; left: 0; right: 0;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0,0,0,.07);
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	z-index: 5;
}
.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}
.custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	left: 25px;
	width: 7px;
	height: 7px;
	margin-bottom: -4px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #fff;
	transform: rotate(45deg);
	transition: all .4s ease-in-out;
}
.option-hover:before {
	background: #f9f9f9;
}
.custom-option {
	position: relative;
	display: block;
	padding: 0 22px;
	border-bottom: 1px solid #b5b5b5;
	font-weight: 500;
	color: #666;
	line-height: 47px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
	border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
	background: #f9f9f9;
}
.kyuujin {
	font-size: 1.2em;
}
.kyuujin span {
	color: #3D8E3D;
	font-size: 1.3em;
	font-weight: 700;
	margin-right: 5px;
}
.kyuujin span.count {
	font-size: 1.5em;
	margin-left:5px;
}

@media only screen and (max-width:900px) {
	#search_form .search_box {
		display: block;
		padding-bottom: 10px;
	}
	#search_form .search_box div {
		width: 100%;
	}
	.custom-select-trigger {
		margin-bottom: 10px;
		display: block;
	}
	.custom-select-wrapper {
		display: inherit;
	}
}
@media only screen and (max-width: 768px) {
	#search_form form {
		margin: 0;
	}
}
@media screen and (max-width: 480px) {
	#search_form button span {
		display: block;
		padding-right: 0;
		text-align: center;
	}
	#search_form button::after {
		width: 42%;
	}
	#search_form button span::before {
		display: none;
	}
}
/*-------------------------------------------------

    archive single common

--------------------------------------------------*/
#archive {
	padding-top: 80px;
}
.list_item {
    margin-bottom: 90px;
    position: relative;
	background: #fff;
	border:solid 2px #3D8E3D;
}
.list_item:last-child {
	margin-bottom: 0;
}
.list_head {
	background: #3D8E3D;
    position: relative;
	color: #fff;
}
.list_head h2 {
    padding: 3% 30% 3% 3%;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
}
.list_head span {
    position: absolute;
    right: 20px;
    bottom: 50%;
	transform: translate(0%,50%);
    border: solid 2px #ddd;
    padding: 5px 15px;
	letter-spacing: .1em;
}
.itembox {
    display: flex;
    justify-content: space-between;
	padding: 3%;
}
.itembox:last-child {
	padding-top: 0;
}
.left{width:40%;}
.right{width: 58%;}
.left img {
	width: 100%;
	height: auto;
    margin: 0 0 20px;
}
.left ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 15px;
}
.left ul li {
	background: #B3C984;
    padding: 3% 1%;
	width: 32.5%;
    text-align: center;
    color:#fff;
    font-weight: 700;
}
.right dl {
	background: #fff;
    display: table;
    width: 100%;
    border: solid 1px #ddd;
    border-bottom: none;
    padding: 2%;
    box-sizing: border-box;
}
.right dl:last-child{
    border-bottom: solid 1px #ddd;
}
.right dt{
	background: #B3C984;
	color: #fff;
	font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    width: 140px;
    text-align: center;
    padding: 15px 0;
    letter-spacing: .3em;
}
.right dd {
    display: table-cell;
    vertical-align: middle;
    padding: 1% 4%;
    font-size: 0.9rem;
}
.more {
	width: 49%;
}
.single_entry {
	width: 100%;
	padding: 0 3% 3%;
}
.more a,.single_entry a {
	background: #3D8E3D;
    text-align: center;
    color: #fff;
    padding: 6% 1%;
	letter-spacing: .2rem;
	position: relative;
	border: 1px solid #3D8E3D;
	outline: 1px solid #fff;
	outline-offset: -10px;
}
.single_entry a {
	font-size: 1.2rem;
	letter-spacing: .5rem;
}
.more a:hover {
	color: #3D8E3D;
    background: #fff;
	outline: 1px solid #3D8E3D;
}
.single_entry a:hover {
    color: #3D8E3D;
    background: #fff;
	outline: 1px solid #3D8E3D;
}
@media only screen and (max-width: 768px) {
	#archive {
		padding-top: 40px;
	}
	.list_item {
		margin-bottom: 60px;
	}
	.itembox {
		display: block;
	}
	.left, .right {
		width: 100%;
	}
	.more {
		width: 100%;
	}
	.more a {
		margin: 10px 0;
	}
	.right dt {
		display: block;
		width: 100%;
	}
	.right dd {
		display: block;
		font-size: 1rem;
		padding: 4%;
	}
	.single_entry a {
	    padding: 8% 1%;
	}
}
@media screen and (max-width: 500px) {
	.list_head h2 {padding: 14% 3% 3%;font-size: 1rem;}
	.list_head span {right: 5px;top: 5px;    bottom: inherit;transform: translate(0%,0%);padding: 3px 15px;letter-spacing: .1em;}
	.left ul li {
		font-size: 0.9em;
	}
}
/*-------------------------------------------------

    single

--------------------------------------------------*/
#single .single_list_item .txt{
    padding: 0 40px;
    font-size: 1.3rem;
    line-height: 2;
}
#single .single_list_item .more{
    margin: 40px;
    position: relative;
}
@media only screen and (max-width: 768px) {
	#single .single_list_item .left img{
		width: 100%;
	}
	#single .single_list_item .list_head h2{
		background: #ddd;
		padding: 20px 89px 20px 20px;
		font-size: 13px;
		line-height: 1.3;
	}
	#single .single_list_item{
		margin: 0 0 20px;
	}
	#single .single_list_item .txt{
		padding: 0 20px;
	}
	#single .single_list_item .more{
		margin: 20px;
	}
	#single .more a {
		padding: 25px 20px;
	}
	#single .more a:hover{
		padding: 25px 20px;
	}
}
/*-------------------------------------------------

    single section

--------------------------------------------------*/
.sec02_box01{
    padding: 40px;
}
.sec02_box01 dl {
	background: #fff;
	padding: 1%;
	border: solid 1px #ddd;
    display: table;
    width: 100%;
    margin: -1px 0 0;
}
.sec02_box01 dl:last-child{
    margin: 0;
}
.sec02_box01 dl dt{
	background: #B3C984;
	color: #fff;
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    position: relative;
    font-size: 1.2rem;
	text-align: center;
    letter-spacing: .4em;
}
.sec02_box01 dl dt img {
    position: absolute;
    left: 40px;
}
.sec02_box01 dl dd{
    line-height: 2;
    display: table-cell;
    vertical-align: middle;
    padding: 25px 40px;
    font-size: 1rem;
	background: #fff;
}
.sec02_box01 dl dd span{
    display: block;
    margin: 15px 0 0;
}
.sec02_box01 dl dd span a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    border: solid 1px #000;
    padding: 1px 20px;
}
.sec02_box01 dl dd ul{
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec02_box01 dl dd ul li{
    width: 49%;
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
	.sec02_box01{
		padding: 10px;
	}
	.sec02_box01 dl {
		display: block;
		padding: 2%;
	}
	.sec02_box01 dl dt{
		display: block;
		width: 100%;
		padding: 3% 0;
	}
	.sec02_box01 dl dd{
		display: block;
		padding: 20px 10px;
	}
	.sec02_box01 dl dd ul{
		display: block;
	}
	.sec02_box01 dl dd ul li{
		width: 100%;
	}
	.sec02_box01 dl dt img {
		left: 25px;
	}
	#related ul {
		display: block;
	}
}
@media screen and (max-width: 400px) {
	.sec01_box02 dl dd{
		padding: 15px 0 25px;
		font-size: 3.7vw;
	}
}
/*-------------------------------------------------

    page

--------------------------------------------------*/
#pager .wp-pagenavi{
    margin: 0 0 120px;
    text-align: center;
}
#pager .wp-pagenavi a, #pager .wp-pagenavi span{
    text-decoration: none;
    padding: 0 12px;
    margin: 0 5px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: solid 1px #3D8E3D;
    color: #3D8E3D;
}
#pager .wp-pagenavi a:hover,#pager .wp-pagenavi span.current {
    background: #3D8E3D;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
#related ul {
	display: flex;
}
#related ul li:hover {
	opacity: 0.7;
	transition: .5s;
}
#related img {
	width: 100%;
	height: auto;
}
.related {
    margin-top: 60px;
}
.related h3{
    font-size: 2.5rem;
	color: #3D8E3D;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 3px #3D8E3D;
}
.related ul::after{
    content: "";
    clear: both;
    display: block;
}
.related ul li{
    width: 100%;
    margin: 0 10px;
}
.related ul li:nth-of-type(2){
	margin: 0;
    padding: 0 10px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}
.related p {
    margin: 15px 0 0;
    padding: 0 0 0 7px;
    border-left: solid 4px #3D8E3D;
}
@media only screen and (max-width: 768px) {
	#pager .wp-pagenavi {
		margin-bottom: 50px;
	}
	#pager .wp-pagenavi a, #pager .wp-pagenavi span{
		margin: 5px;
	}
	#related ul {
		display: block;
	}
	.related {
		margin-top: 30px;
	}
	.related ul li img{
		width: 100%;
	}
	.related ul li{
		max-width: 90%;
		width: 100%;
		margin: 20px auto 0;
		float: none;
	}
	.related ul li:nth-of-type(2){
		width: 100%;
		max-width: 90%;
		float: none;
		margin: 20px auto 0;
		padding: 25px 0;
		border-left: none;
		border-right: none;
		border-top: solid 1px #000;
		border-bottom: solid 1px #000;
	}
}