@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.10.1/css/all.css);

/*------------------------------------
                common
------------------------------------*/
body {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #333;
	background: #FFF;
	overflow-x: hidden;
}
a,
a:link,
a:visited,
a:active {
	color: #3071b9;
	text-decoration: none;
}
a:hover {
	color: #3071b9;
	text-decoration: none;
}
a img,
input[type=image],
#mobile-nav-btn img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.no-event {
	pointer-events: none;
}
p {
	line-height: 2.0em;
    letter-spacing: .25em;
}
pre {
	font-size: 14px;
	color: #000;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: visible;
	text-align: left;
	margin-bottom: 30px;
}
.required,
.error {
	color: #E00;
}
form {
	margin: 0;
}
.wpcf7 .wpcf7-response-output {
	margin: 10px 0 30px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}
.wpcf7 .wpcf7-radio {
	display: block;
	padding: 7px 0;
}
.wpcf7 .wpcf7-radio label {
	font-weight: normal;
}
h1 {
	
}
h2 {
	line-height: 250px;
    margin: 0;
    text-shadow: 0 0 10px #FFF;
}
h3 {
	letter-spacing: .25em;
    margin: 20px 0 30px;
	position: relative;
	font-size: 20px;
	line-height: 35px;
}
h3:after {
	content: "";
	width: 40px;
	height: 46px;
	position: absolute;
	background: url(../images/header/icon.png);
	top: -5px;
    left: -50px;
    z-index: 10;
}
h3 a.more {
	float: right;
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .1em;
    padding: 5px 15px;
    background: #3f830e;
    color: #FFF;
    border-radius: 10px 0;
	border: 1px solid #3f830e;
}
h3 a.more:hover {
    background: #FFF;
    color: #3f830e;
}
h3 span.sub {
    display: block;
	font-size: 14px;
    letter-spacing: .2em;
    color: #3f830e;
	border-top: 1px solid #3f830e;
}
h4 {
	font-size: 16px;
	font-weight: 600;
	background: linear-gradient(transparent 50%, #F3F3F3 50%);
    margin-bottom: 10px;
    padding: 5px;
}
section {
	padding: 50px 0;
	position: relative;
}
p.lead {
	line-height: 35px;
    letter-spacing: 5px;
	font-weight: 500;
    margin-bottom: 50px;
}
#mobile-nav-btn {
	position: fixed;
	top: 25px;
    right: 15px;
	z-index: 100;
	background: #534136;
	border-radius: 5px;
}
.breadcrumbs {
	margin: 0 0 15px;
    color: #333;
    background: #eef7f0;
    padding: 10px;
}
.breadcrumbs ul {
	margin-bottom: 0;
}
.breadcrumbs ul li a {
	color: #333;
}
.breadcrumbs ul li a:hover {
	text-decoration: underline;
}
.breadcrumbs ul li:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}
.breadcrumbs ul li:last-of-type:after {
	content: "";
}
.container {
	padding-left: 10px;
	padding-right: 10px;
}
.paging {
	position: relative;
	padding: 25px 0;
	font-size: 16px;
}
.paging .prev {
	position: absolute;
    left: 0;
}
.paging .next {
	position: absolute;
    right: 0;
}
.paging a {
	border: 2px solid #3a573e;
    color: #3a573e;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 5px;
}
.paging a:hover {
	background: #e0ebe0;
}
.pagenation {
	text-align: center;
}
.pagenation li {
	border: 1px solid #666;
	margin: 0 5px;
}
.pagenation li.current {
	border: 1px solid #16464d;
    background: #16464d;
	color: #FFF;
}
.pagenation li a {
	display: block;
}
.btn-theme {
	background-color: #e0ebe0;
    border-radius: 20px;
    width: 250px;
    font-weight: 600;
}
.btn-theme-white {
	background-color: #FFF;
}
ul li {
	line-height: 2.0em;
    letter-spacing: .25em;
}

/*------------------------------------
             mobile-menu
------------------------------------*/


/*------------------------------------
                header
------------------------------------*/
#header {
	position: fixed;
    height: 100px;
    z-index: 20;
    background: #FFF;
    width: 100%;
	top: 0;
	border-bottom: 1px solid #DDD;
}
#header .container {
	position: relative;
}
#header h1 {
	position: absolute;
	margin: 10px 0 0;
}
#header h1 a {
	display: inline-block;
}
#header h1 img {
	height: 80px;
}

/*------------------------------------
                menu-btn
------------------------------------*/
#menu-btn {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 30;
	-webkit-user-select: none;
	user-select: none;
	width: 33px;
    margin: 0 auto;
	margin-bottom: 5px;
	padding-top: 3px;
	position: fixed;
    right: 10px;
    top: 30px;
}
#menu-btn .wrap {
	position: absolute;
    right: 10px;
    top: -5px;
}
#menu-btn input {
	display: flex;
	width: 40px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	pointer-events: none;
}
#menu-btn span {
	display: flex;
	width: 40px;
	height: 3px;
	margin-bottom: 8px;
	position: relative;
	background: #333;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menu-btn span:first-child {
	transform-origin: 0% 0%;
}
#menu-btn span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
#menu-btn input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(4px, 1px);
}
#menu-btn input:checked ~ span:nth-last-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#menu-btn input:checked ~ span:nth-last-child(1) {
	transform: rotate(-45deg) translate(-1px, 2px);
}

/*------------------------------------
                 nav
------------------------------------*/
#header .nav {
	text-align: right;
    padding-left: 220px;
	padding-top: 25px;
}
#header .nav li {
	letter-spacing: normal;
}
#header .nav a {
	display: inline-block;
	line-height: 50px;
	padding: 0 10px;
	font-weight: 600;
	color: #333;
	font-size: 14px;
	position: relative;
}
#header .nav a:hover {
	color: #666;
}
#header .nav a:hover:after {
	content: "";
	width: 40px;
	height: 46px;
	position: absolute;
	background: url(../images/header/icon.png);
	top: -15px;
    right: -20px;
    z-index: 10;
}
#header .nav .contact a {
	border: 1px solid #3f830e;
	border-radius: 5px;
	background: #3f830e;
	color: #FFF;
}

/*------------------------------------
             mobile-nav
------------------------------------*/
#mobile-nav {
	position: fixed;
    top: 30px;
    right: 0;
	z-index: 20;
}
#mobile-nav .menu {
	position: fixed;
	top: 90px;
	right: 0;
	width: 100%;
	height: calc(100% - 90px);
	background: #FFF;
	transform: translate(100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	padding: 30px;
	overflow-y: scroll;
}
#mobile-nav .menu.active {
	transform: none;
}
#mobile-nav .sitemap > li {
	
}
#mobile-nav .sitemap > li a {
	line-height: 40px;
    color: #333;
    display: block;
    border-bottom: 1px dotted #DDD;
}
#mobile-nav .sitemap > li a i {
    color: #a97037;
	font-size: 18px;
    margin: 0 8px 0 3px;
}
#mobile-nav .sitemap > li.contact img {
	filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
}

/*---------------------------
           home
---------------------------*/
#content.home {
	position: relative;
	padding-top: 100px;
}
#content.home .swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
#content.home .catch {
	position: relative;
    top: -150px;
    z-index: 10;
}
#content.home .catch span {
	background: #3f830e;
    color: #FFF;
    font-size: 30px;
    padding: 5px 25px;
    letter-spacing: 5px;
    font-weight: 600;
    border-radius: 10px 0;
    box-shadow: 0 0 5px #333;
}
#content.home .news .list {
	
}
#content.home .news .list li {
	line-height: 50px;
    border-bottom: 1px dashed #CCC;
}
#content.home .news .list .date {
	position: absolute;
}
#content.home .news .list .title {
	padding-left: 200px;
}
#content.home #sponsor .list,
#content.sponsor .list {
	margin-top: 50px;
}
#content.home #sponsor .list > li,
#content.sponsor .list > li {
	margin-bottom: 30px;
}
#content.home #sponsor .list > li h4:after,
#content.sponsor .list > li h4:after {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f0fe";
	margin-left: 10px;
	cursor: pointer;
	color: #3a573e;
}
#content.home #sponsor .list > li.active h4:after,
#content.sponsor .list > li.active h4:after {
	content: "\f146";
}
#content.home #sponsor .list .wrap,
#content.sponsor .list .wrap {
	padding: 25px 0;
	background-color: #f3f9f3;
	border-radius: 20px;
	display: none;
}
#content.home #sponsor .list > li.active .wrap,
#content.sponsor .list > li.active .wrap {
	display: block;
}
#content.home #sponsor .list .wrap ul,
#content.sponsor .list .wrap ul {
	letter-spacing: -.4em;
	list-style: none;
}
#content.home #sponsor .list .wrap ul li,
#content.sponsor .list .wrap ul li {
	letter-spacing: normal;
	width: calc(100% / 3);
	text-align: center;
	display: inline-block;
	line-height: 25px;
	font-weight: 500;
}
#content.home #sponsor .list .wrap ul li:nth-child(3n+2),
#content.sponsor .list .wrap ul li:nth-child(3n+2) {
	border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
#content.home #sponsor .list .wrap ul li a,
#content.sponsor .list .wrap ul li a {
	color: #333;
	text-decoration: underline;
}

/*---------------------------
           page
---------------------------*/
#content.lower {
	position: relative;
	padding-top: 100px;
	margin: 0;
}
#content.lower .cover {
	background: url(../images/common/cover.jpg) no-repeat;
	height: 250px;
    background-size: cover;
    background-position: center center;
}

/*---------------------------
           news
---------------------------*/
#content.news .list li {
	border-bottom: 2px dashed #DDD;
	padding: 15px 0;
}
#content.news .list .date {
	font-size: 18px;
    font-weight: 500;
    margin: 25px 0;
}

/*---------------------------
           about
---------------------------*/
#content.about ol {
	line-height: 2.0em;
    letter-spacing: .25em;
}
#content.about li {
	font-weight: 500;
	color: #3f830e;
	margin-bottom: 10px;
}
#content.about li .text {
	font-weight: normal;
	color: #333;
}
#content.about hr.dash {
	border-top: 2px dashed #DDD;
    margin: 50px 0;
}

/*---------------------------
           movies
---------------------------*/
#content.movies .list {
	letter-spacing: -.4em;
}
#content.movies .list li {
	width: calc(100% / 3);
	letter-spacing: normal;
	display: inline-block;
	padding: 15px;
	vertical-align: top;
}
#content.movies .list li:first-of-type {
	display: block;
    text-align: center;
    width: 100%;
}
#content.movies .list li .image-wrap {
	display: inline-block;
}
#content.movies .list li .title {
	text-align: center;
	color: #333;
	font-weight: 500;
}

/*---------------------------
           horse
---------------------------*/
#content.horse .list li {
	margin-bottom: 50px;
}
#content.horse .list .facility-name {
	font-size: 18px;
	font-weight: 600;
	background: #f3f9f3;
    padding: 5px 10px;
    border-left: 10px solid #3f830e;
}
#content.horse .list .url {
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0;
}
#content.horse .list .url a {
	color: #666;
}
#content.horse .list .url a:hover {
	color: #333;
}
#content.horse .list ul.horse {
	letter-spacing: -.4em;
}
#content.horse .list ul.horse li {
	letter-spacing: normal;
	width: calc(100% / 5);
	vertical-align: top;
}
#content.horse .list ul.horse li .name {
	text-align: center;
}

/*---------------------------
           donation
---------------------------*/
#content.donation {
	
}
#content.donation .box {
	background-color: #eaeef1;
	margin: 50px 0;
	padding: 0 200px 30px;
    border-radius: 30px;
    position: relative;
    text-align: center;
	font-weight: 500;
}
#content.donation .title {
	border: 2px solid #3a573e;
	background-color: #3a573e;
    color: #FFF;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
    top: -20px;
}
#content.donation .banks {
	margin: 30px 0;
}
#content.donation .banks li {
	background-color: #FFF;
    border: 2px solid #d4dde1;
    max-width: 400px;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
	margin-left: auto;
    margin-right: auto;
}
#content.donation .attention {
	text-align: left;
}
#content.donation .attention li {
	position: relative;
	padding-left: 30px;
}
#content.donation .attention li:before {
	position: absolute;
	content: "※";
	left: 0;
}
#content.donation .box.subscription .title {
	background-color: #FFF;
	color: #333;
}
#content.donation .box.subscription .img {
	margin: 20px 0;
}
#content.donation .box .join,
#content.donation .box .contact {
	padding-top: 10px;
}
#content.donation .box .join a,
#content.donation .box .contact a {
	display: inline-block;
	width: 300px;
	line-height: 65px;
	font-size: 18px;
	font-weight: 500;
	background: #2babdd;
    color: #FFF;
    border-radius: 10px;
	position: relative;
}
#content.donation .box .join.member a {
	background: #fb7c55;
}
#content.donation .box .join a:before,
#content.donation .box .contact a:before {
	position: absolute;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	left: 20px;
}
#content.donation .box.volunteer {
	padding-top: 30px;
}
#content.donation .box .contact a {
	background: #3a573e;
}
#content.donation .box .contact a:before {
	font-weight: 400;
	content: "\f0e0";
}

/*---------------------------
           contact
---------------------------*/
#content.contact form {
	margin-top: 50px;
}

/*---------------------------
           footer
---------------------------*/
#footer {
	background: #f3f9f3;
	padding: 20px 0 0;
}
#footer a {
	color: #333;
    font-weight: 600;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul.list-inline {
	margin-bottom: 0;
}
#footer .other-link {
	text-align: left;
    margin: 30px 0 10px;
    padding: 15px 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
#footer .other-link li {
	margin-right: 20px;
}
#footer .sns {
	text-align: center;
	padding: 5px 0 0;
}
#footer .sns li {
	padding: 0 10px;
}
#footer .organization {
	padding: 20px 0;
}
#footer .organization .logo {
	position: absolute;
}
#footer .organization .logo img {
	height: 90px;
}
#footer .organization .info {
	padding-left: 120px;
}
#footer .organization .info .name {
	font-size: 16px;
	font-weight: 500;
}
#footer .organization .info li {
	margin-bottom: 5px;
}
#footer .copyright {
	text-align: center;
    background: #3f830e;
    padding: 10px 0;
    color: #FFF;
	font-size: 12px;
}