@charset "UTF-8";
/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
	font-size: 16px;
}
@media (max-width: 960px) {
	html {
		font-size: 14px;
	}
}

body {
	color: #4d4d4d; 
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
}
@media (min-width: 961px) {
	body {
		min-width: 1080px;
	}
}
@media (max-width: 960px) {
	body {
		padding-top: 50px;
	}
}

a {
	color: #4d4d4d;
	text-decoration: none;
	-webkit-transition: color .3s ease-out;
	        transition: color .3s ease-out;
}
@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	a img {
		-webkit-transition: all .3s ease-out;
		        transition: all .3s ease-out;
	}
	a:hover img {
		opacity: .75;
	}
}

.link-text a {
	text-decoration: underline;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	.link-text a:hover {
		text-decoration: none;
	}
}

a.link-text {
	text-decoration: underline;
}
@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	a.link-text:hover {
		text-decoration: none;
	}
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	.link-color a {
		-webkit-transition: all .3s ease-out;
		        transition: all .3s ease-out;
	}
	.link-color a:hover {
		color: #82b446;
	}
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	a.link-color {
		-webkit-transition: all .3s ease-out;
		        transition: all .3s ease-out;
	}
	a.link-color:hover {
		color: #82b446;
	}
}

svg,
img {
	max-width: 100%;
	vertical-align: middle;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
@media (max-width: 960px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999; 
		width: 100%;
		background-color: #fff;
	}
}

@media (min-width: 961px) {
	.header-contents {
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 0; 

		-webkit-box-pack: justify;
	}
}

@media (max-width: 960px) {
	.header-contents {
		height: 50px;
	}
}

.header-logo {
	line-height: 1;
}
.header-logo .header-desc {
	margin-bottom: 6px;
	color: #808080;
}
@media (min-width: 961px) {
	.header-logo {
		margin-right: 25px;
	}
	.header-logo .header-desc {
		font-size: 11px;
	}
	.header-logo img {
		width: 210px;
	}
}
@media (max-width: 960px) {
	.header-logo {
		padding-top: 4px;
	}
	.header-logo .header-desc {
		display: none;
	}
	.header-logo img {
		width: 130px;
	}
}

@media (min-width: 961px) {
	.header-right {
		-ms-flex: 1;
		    flex: 1; 
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-flex: 1;
	}
}

.header-info {
	color: #808080;
}
@media (min-width: 961px) {
	.header-info {
		font-size: 11px;
	}
}
@media (max-width: 960px) {
	.header-info {
		display: none;
	}
}

.header-contact a {
	min-width: 150px;
	padding: .3125em 1em;
	background-color: #82b446;
	border: 1px solid #82b446; 
	border-radius: .9375em;
}

.header-contact .tel {
	background-color: #666;
	border: 1px solid #666;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	.header-contact a {
		-webkit-transition: all .3s ease-out;
		        transition: all .3s ease-out;
	}
	.header-contact a:hover {
		color: #82b446;
		background-color: #fff;
	}
}

@media (min-width: 961px) {
	.header-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; 
		margin-left: auto;
	}
	.header-contact li {
		margin-left: 8px;
	}
	.header-contact a {
		color: #fff;
		font-size: 14px;
	}
}

@media (max-width: 960px) {
	.header-contact {
		position: fixed;
		bottom: 0;
		left: 0;
		-ms-flex-pack: justify;
		justify-content: space-between;
		z-index: 999; 
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 46px;
		padding: 10px 4vw 0;
		background-color: rgba(0, 0, 0, .75);

		-webkit-box-pack: justify;
	}
	.header-contact li {
		width: 100%;
	}
	.header-contact li a {
		width: 100%;
		min-width: 0;
		color: #fff;
		font-size: 13px;
	}
}

@media (max-width: 960px) {
	.header-nav {
		position: absolute;
		top: 50px;
		left: 0;
		display: none;
		width: 100%;
		height: calc(100vh - 50px);
		padding-top: 20px;
		background-color: #82b446;
	}
	.header-nav.open {
		display: block;
		-webkit-animation: fadeIn .3s;
		        animation: fadeIn .3s;
	}
}

@media (min-width: 961px) {
	.header-nav {
		width: 100%;
	}
}

.header-nav__nav a {
	position: relative;
	display: inline-block;
	padding: .125em .25em;
	color: #333;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	.header-nav__nav a {
		-webkit-transition: all .3s ease-out;
		        transition: all .3s ease-out;
	}
	.header-nav__nav a:after {
		-webkit-transition: all .3s ease-out;
		        transition: all .3s ease-out;
	}
	.header-nav__nav a:hover {
		color: #82b446;
	}
	.header-nav__nav a:hover:after {
		height: 2px;
		background-color: #82b446;
	}
}

@media (min-width: 961px) {
	.header-nav__nav {
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-top: auto; 

		-webkit-box-pack: justify;
	}
}

@media (min-width: 961px) {
	.header-nav__nav a:after {
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 1px;
		content: "";
		background-color: #e6e6e6;
	}
	.header-nav__nav .current a:after {
		bottom: 0;
		height: 2px;
		background-color: #82b446;
	}
}

@media (max-width: 960px) {
	.header-nav__nav li {
		text-align: center;
	}
	.header-nav__nav a {
		display: block;
		padding: .5em;
		color: #fff;
		font-size: 1.25em;
		font-weight: bold;
		letter-spacing: .1em;
	}
	.header-nav__nav a:before {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: block;
		width: 44px;
		height: 1px;
		content: "";
		background-color: #fff;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
	.header-nav__nav li:last-child a:before {
		display: none;
	}
}

.header-nav__ico {
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;

	-webkit-box-pack: center;
	gap: 16px;
}
@media (min-width: 961px) {
	.header-nav__ico {
		position: absolute;
		top: -22px;
		right: 360px;

		gap: 8px;
	}
	.header-nav__ico li {
		width: 32px;
	}
}

/*----------------------------------------------------
	ヘッダー　スマホメニュー
----------------------------------------------------*/
@media (max-width: 960px) {
	.header-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	.header-menu div {
		position: relative;
	}
	.header-menu span {
		position: absolute;
		left: 14px;
		display: block;
		width: 22px;
		height: 3px;
		background: #82b446;
		-webkit-transition: .35s ease-in-out;
		        transition: .35s ease-in-out;
	}
	.header-menu span:nth-child(1) {
		top: 16px;
	}
	.header-menu span:nth-child(2) {
		top: 24px;
	}
	.header-menu span:nth-child(3) {
		top: 32px;
	}
	.header-menu.open span:nth-child(1) {
		top: 24px;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.header-menu.open span:nth-child(2) {
		left: 50%; 
		width: 0;
	}
	.header-menu.open span:nth-child(3) {
		top: 24px;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
}

/*----------------------------------------------------
	メイン
----------------------------------------------------*/
/*----------------------------------------------------
	アサイド
----------------------------------------------------*/
.aside-sponsor {
	background: #edebce;
}
.aside-sponsor .item-title {
	vertical-align: middle;
}
.aside-sponsor .item-title .en {
	margin-right: .5em;
	color: #736357;
	font-weight: bold;
}
.aside-sponsor .sponsorA li {
	float: left;
}
.aside-sponsor .sponsorA:after {
	display: block;
	clear: both; 
	content: "";
}
.aside-sponsor .sponsorA .item {
	align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 6px;
	background-color: #fff;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease-out;
	        transition: all .3s ease-out; 

	-webkit-box-align: center;
}
.aside-sponsor .sponsorA .item-picture {
	width: 110px;
}
.aside-sponsor .sponsorA .item-name {
	-ms-flex: 1;
	    flex: 1;
	margin-left: 10px;
	text-align: center; 

	-webkit-box-flex: 1;
}
.aside-sponsor .sponsorB li {
	float: left;
}
.aside-sponsor .sponsorB:after {
	display: block;
	clear: both; 
	content: "";
}
@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	.aside-sponsor .sponsorA .item:hover {
		color: #82b446;
		border-color: #82b446;
	}
}
@media (min-width: 961px) {
	.aside-sponsor {
		padding: 50px 0;
	}
	.aside-sponsor .sponsorA li {
		width: 32.4%;
	}
	.aside-sponsor .sponsorA li:not(:nth-child(3n+3)) {
		margin-right: 1.4%;
	}
	.aside-sponsor .sponsorB li {
		width: 19%;
	}
	.aside-sponsor .sponsorB li:not(:nth-child(5n+5)) {
		margin-right: 1.25%;
	}
}
@media (max-width: 960px) {
	.aside-sponsor {
		padding: 30px 0;
	}
	.aside-sponsor .sponsorA li {
		width: 100%;
	}
	.aside-sponsor .sponsorB li {
		width: 32%;
	}
	.aside-sponsor .sponsorB li:not(:nth-child(3n+3)) {
		margin-right: 2%;
	}
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer {
	position: relative;
	color: #fff;
	background-color: #323940;
}
footer a {
	color: #fff;
}
@media (min-width: 961px) {
	footer {
		padding-top: 110px;
	}
}
@media (max-width: 960px) {
	footer {
		padding-top: 40px;
	}
}

.pagetop {
	position: absolute;
	top: 0;
	left: 50%;
	line-height: 1.1;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.pagetop a {
	-ms-flex-direction: column;
	    flex-direction: column;
	background-color: #82b446;
	border: 3px solid #fff; 

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
}
@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	.pagetop a {
		-webkit-transition: all .3s ease-out;
		        transition: all .3s ease-out;
	}
	.pagetop a:hover {
		-webkit-transform: translateY(-10%);
		        transform: translateY(-10%);
	}
}
@media (min-width: 961px) {
	.pagetop {
		font-size: 12px;
	}
	.pagetop a {
		width: 72px;
		height: 72px;
		border-radius: 36px;
	}
}
@media (max-width: 960px) {
	.pagetop {
		font-size: 10px;
	}
	.pagetop a {
		width: 60px;
		height: 60px;
		border-radius: 30px;
	}
}

.footer-nav {
	margin-bottom: 15px;
}
@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	.footer-nav a {
		-webkit-transition: all .3s ease-out;
		        transition: all .3s ease-out;
	}
	.footer-nav a:hover {
		color: #82b446;
	}
	.footer-nav .contact a:hover {
		color: #82b446;
		background-color: #fff;
	}
}
@media (min-width: 961px) {
	.footer-nav {
		align-items: center; 
		-ms-flex-align: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-align: center;
		-webkit-box-pack: justify;
	}
	.footer-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.footer-nav li {
		margin-right: 1em;
	}
}
@media (max-width: 960px) {
	.footer-nav ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap; 
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.footer-nav li {
		width: 50%;
	}
	.footer-nav .contact {
		margin-top: 8px;
		text-align: center;
	}
}

.footer-contents {
	padding: 15px 0;
	border-top: 1px solid #5b6166;
}
@media (min-width: 961px) {
	.footer-contents {
		align-items: center; 
		-ms-flex-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-align: center;
	}
}

@media (min-width: 961px) {
	.footer-logo {
		margin-right: 25px;
	}
	.footer-logo img {
		width: 134px;
	}
}

@media (max-width: 960px) {
	.footer-logo {
		padding: 0 25% 8px;
		text-align: center;
	}
}

@media (max-width: 960px) {
	.footer-info .copyright {
		display: block;
		margin-top: .25em;
	}
}

.footer-sns ul {
	align-items: center; 
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
}

.footer-sns li {
	width: 30px;
}

@media (min-width: 961px) {
	.footer-sns {
		align-items: center; 
		-ms-flex-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: auto;

		-webkit-box-align: center;
	}
	.footer-sns ul {
		margin-left: 25px;
	}
	.footer-sns li:not(:first-child) {
		margin-left: 8px;
	}
}

@media (max-width: 960px) {
	.footer-sns {
		padding-top: 10px;
	}
	.footer-sns h3 {
		display: none;
	}
	.footer-sns ul {
		-ms-flex-pack: center;
		justify-content: center; 

		-webkit-box-pack: center;
	}
	.footer-sns li:not(:first-child) {
		margin-left: 12px;
	}
}