@charset "utf-8";


/* RESET
--------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1;
}

article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, video {
	vertical-align: bottom;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* カスタマイズ
--------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	
}

html {
	line-break: strict;
	font-feature-settings: "palt" 1;
}

body {
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	font-feature-settings: "palt";
	background-color: #f7eeea;
	font-size: 18px;
	letter-spacing: 0.05em;
	background-image: url(img/back.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-size: 50px 50px;
}

a {
	text-decoration: none;
	color: #89755c;
}

svg.path {
	display: none;
}

img {
	width: 100%;
	height: auto;
}

/* グローバルメニュー
--------------------------------------------------*/

body:before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100vh + 36px);
	background-color: #fff;
	background-image: url(img/back_bush.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 348px 36px;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.8s cubic-bezier(0.000, 0.345, 0.050, 0.905) 0.5s;
}

body.active:before {
	height: 620px;
}

header .logo {
	width: 174px;
	height: 190px;
	position: absolute;
	right: 60px;
	top: 60px;
	z-index: 10;
}

#catch_copy {
	width: 170px;
	height: 340px;
	position: fixed;
	left: 65px;
	top: 65px;
	z-index: 10;
}

#catch_copy img {
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s linear;
}

#catch_copy img.gold {
	opacity: 1;
}

#catch_copy img.white {
	opacity: 0;
}

#catch_copy.scroll img.gold {
	opacity: 0;
}

#catch_copy.scroll img.white {
	opacity: 1;
}

#openday {
	width: 360px;
	height: 160px;
	position: absolute;
	left: 33%;
	top: 160px;
	z-index: 10;
}

#gnav {
	width: calc(100% - 33%);
	position: absolute;
	left: 33%;
	top: 65px;
}

#gnav ul {
	display: flex;
}

#gnav ul li {
	margin: 0 2em 0 0;
}

#gnav ul li a {
	font-size: 19px;
	display: inline-block;
	padding: 2px 2px 4px 2px;
	border-bottom: 2px solid #89755c; 
	font-weight: bold;
	letter-spacing: 0.08em;
	font-family: serif;
}

main {
	display: block;
	padding: 290px 0 0;
}

@keyframes infinity-scroll-left {
	from {
		  transform: translateX(0);
	}
	  to {
		  transform: translateX(-100%);
	}
}

.gallop_slider {
	width: 100%;
	height: 525px;
	display: flex;
	overflow: hidden;
	position: relative;
	opacity: 0;
	transition: 0.5s ease 1.2s;
}

.gallop_slider.active {
	opacity: 1;
}

.gallop_slider .wrap {
	display: flex;
	width: 3795px;
	align-items: center;
	animation: infinity-scroll-left 60s infinite linear 0s both;
}

.gallop_slider .wrap div {
	margin: 0 52px;
	overflow: hidden;
	border-radius: 20px;
}

.gallop_slider .img00 {
	width: 370px;
}

.gallop_slider .img01 {
	width: 395px;
}

.gallop_slider .img02 {
	width: 542px;
}

.gallop_slider .img03 {
	width: 395px;
}

.gallop_slider .img04 {
	width: 287px;
}

.gallop_slider .img05 {
	width: 610px;
}

.gallop_slider .img06 {
	width: 304px;
}

.gallop_slider .img07 {
	width: 520px;
}

/* TROTスライダー　*/

.trot_slider {
	width: 100%;
	height: 525px;
	display: flex;
	overflow: hidden;
	position: relative;
}

.trot_slider .wrap {
	display: flex;
	width: 3124px;
	align-items: center;
	animation: infinity-scroll-left 60s infinite linear 0s both;
}

.trot_slider .wrap div {
	margin: 0 52px;
	overflow: hidden;
	border-radius: 20px;
}

.trot_slider .img01 {
	width: 440px;
}

.trot_slider .img02 {
	width: 400px;
}

.trot_slider .img03 {
	width: 390px;
}

.trot_slider .img04 {
	width: 400px;
}

.trot_slider .img05 {
	width: 390px;
}

.trot_slider .img06 {
	width: 480px;
}



.newpng {
	width:70px;
}



main .content {
	width: 55%;
	min-width: 680px;
	margin-left: 33%;
	color: #fff;
	padding: 70px 0 100px;
}

main .content > section {
	padding: 60px 0 0;
}

main .content h3.title {
	font-weight:bold;
	font-size: 30px;
	line-height: 1.67; 
}

main .content h4.sub_title {
	font-weight:bold;
	font-size: 23px;
	line-height: 1.67; 
}

main .content h5.sub_title {
	font-weight:bold;
	font-size: 20px;
	line-height: 1.67; 
}

main .content section .title:first-child,
main .content section .sub_title:first-child {
	margin-top: 0;
}

main .content p {
	font-size: 20px;
	line-height: 1.67; 
	margin: 1.5em 0 0;
}

main .newslist {
	margin: 20px 0 0;
}

main .newslist li {
	padding: 1.05em 0 0.8em 1.6em;
	font-weight: bold;
	line-height: 1.5;
	border-bottom:1px solid #fff;
	position: relative;
}

main .newslist li:before {
	content: "";
	display: block;
	width: 1.2em;
	height: 1.2em;
	border: 1px solid #fff;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 1.2em;
}

main .newslist li:after {
	content: "";
	display: block;
	width: 0.4em;
	height: 0.4em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	left: 0.3em;
	top: 1.6em;
	transform: rotate(45deg);
}

main .newslist li a {
	font-weight: bold;
	color: #fff;
}

main .content .table {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px dotted #fff;
	margin: 20px 0 0;
}

main .content .table dt,
main .content .table dd {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px dotted #fff;
	padding: 1.3em 0 1.1em;
}

main .content .table dt {
	width: 27%;
}

main .content .table dd {
	width: 73%;
	
}

main .content .mini_table {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px dotted #fff;
	margin: 20px 0 0;
}

main .content .mini_table dt,
main .content .mini_table dd {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1;
	border-bottom: 1px dotted #fff;
	padding: 1.3em 0 1.1em;
}

main .content .mini_table dt {
	width: 27%;
}

main .content .mini_table dd {
	width: 73%;
	
}

.link {
	display: inline-block;
	background-color: #fff;
	padding: 1em 6em;
	border-radius: 100px;
	font-size: 14px;
	margin: 13px 0 0;
	font-weight: bold;
	color: #000;
	position: relative;
}

.link:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translate3d(0,-50%,0) rotate(45deg);
}

main .content .access {
	
}

main .content .access dt {
	font-size: 22px;
	font-weight: bold;
	margin: 2.7em 0 0;
}

main .content .access dt:before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 38px 38px;
	vertical-align: middle;
	margin-right: 14px;
}

main .content .access dt.public:before {
	background-image: url(img/icon_public.svg);
}

main .content .access dt.mycar:before {
	background-image: url(img/icon_mycar.svg);
}

main .content .access dd {
	font-size: 20px;
	line-height: 1.5;
	margin: 1em 0 0;
}

main .content .map_open {
	margin: 40px 0 0;
}

main .content .map_open a {
	display: inline-block;
	background-color: #fff;
	padding: 1.2em 6em;
	border-radius: 100px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	position: relative;
}

main .content .map_open a:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	right: 24px;
	top: calc(50% - 2px);
	transform: translate3d(0,-50%,0);
}

main .content .map_open a:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #000;
	position: absolute;
	right: 28px;
	top: calc(50% + 2px);
	transform: translate3d(0,-50%,0);
}

#access {
	background-image: url(img/back_brown.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-size: 50px 50px;
}


#gmap {
	width: calc(100% - 33%);
	background-color: #fff;
	height: 0;
	padding-top: 700px;
	margin: 0 0 0 33%;
	position: relative;
	border-radius: 30px 0 0 0;
	overflow: hidden;
}

#gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#instagram {
	width: 130px;
	position: fixed;
	left: 82px;
	bottom: 44px;
}

@keyframes bounce {
	0% { transform: translate3d(0,0px,0); }
	50% { transform: translate3d(0,-5px,0); }
	100% { transform: translate3d(0,0px,0); }
}

#instagram p {
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	position: relative;
	background-color: #fff;
	border-radius: 12px;
	padding: 0.8em 0;
	opacity: 0;
	transform: translate3d(0,10px,0);
	transition: 0.5s transform cubic-bezier(0.000, 0.875, 0.315, 1.000) 2s,0.1s opacity linear 2s;
	animation: bounce 0.5s infinite linear 0s both;
}

#instagram p.active {
	opacity: 1;
	transform: translate3d(0,0,0);
}

#instagram p:before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate3d(-50%,50%,0) rotate(45deg);
}

#instagram a {
	display: block;
	margin: 15px auto 0;
	width: 80px;
	padding: 22px 0;
	background-color: #fff;
	border-radius: 110px;
	transition: 0.15s ease;
}

#instagram a:hover {
	transform: scale(1.1);
}

#instagram a img {
	display: block;
	width: 36px;
	height: 36px;
	vertical-align: top;
	margin: 0 auto;
}

#sign {
	position: fixed;
	right: 40px;
	bottom: 35px;
	transform: rotate(90deg);
	transform-origin: right top;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 768px){
	
	main {
		padding-top: 180px;	
	}
	
	body.active:before {
		height: 350px;
	}
	
	header .logo {
		width: 122px;
		right: 20px;
		top: 34px;	
	}
	
	#catch_copy {
		width: 106px;
		left: 24px;
		top: 35px;
		position: absolute;
	}
	
	#openday {
		width: 70%;
		left: 22px;
		top: 430px;
	}
	
	#gnav {
		display: none;
	}
	
	#instagram {
		width: 100px;
		left: auto;
		right: 10px;
		bottom: 25px;
	}
	
	#instagram a {
		width: 52px;
		padding: 13px 0;
	}
	
	#instagram a img {
		width: 26px;
		height: 26px;
	}
	
	.gallop_slider {
		height: 262px;
		margin-bottom: 80px;
	}
	
	.gallop_slider .wrap {
		width: 1889px;
	}
	
	.gallop_slider .wrap div {
		margin: 0 26px;
	}
	
	.gallop_slider .img00 {
		width: 185px;
	}
	
	.gallop_slider .img01 {
		width: 197px;
	}
	
	.gallop_slider .img02 {
		width: 271px;
	}
	
	.gallop_slider .img03 {
		width: 197px;
	}
	
	.gallop_slider .img04 {
		width: 143px;
	}
	
	.gallop_slider .img05 {
		width: 305px;
	}
	
	.gallop_slider .img06 {
		width: 152px;
	}
	
	.gallop_slider .img07 {
		width: 260px;
	}
	
	.trot_slider {
		height: 262px;
	}
	
	.trot_slider .wrap {
		width: 1562px;
	}
	
	.trot_slider .wrap div {
		margin: 0 26px;
	}
	
	.trot_slider .img01 {
		width: 220px;
	}
	
	.trot_slider .img02 {
		width: 200px;
	}
	
	.trot_slider .img03 {
		width: 195px;
	}
	
	.trot_slider .img04 {
		width: 200px;
	}
	
	.trot_slider .img05 {
		width: 195px;
	}
	
	.trot_slider .img06 {
		width: 240px;
	}
	
	
	main .content {
		width: 100%;
		min-width: auto;
		margin: 0;
		padding: 50px 22px 70px;
	}
	
	main .content > section {
		padding-top: 40px;
	}
	
	main .content > section#news {
		padding-top: 15px;
	}
	
	main .content + .content {
		padding-top: 20px;
	}
	
	main .content h3.title {
		font-size: 20px;
	}
	
	main .content p {
		font-size: 16px;
	}
	
	main .content h4.sub_title {
		font-size: 18px;
	}
	
	main .content h5.sub_title {
		font-size: 16px;
	}
	
	main .content .newslist {
		margin: 5px 0 0;
	}
	
	main .content .newslist li {
		padding: 1.05em 0 0.8em 1.6em;
		font-size: 15px;
	}
	
	main .content .table dt,
	main .content .table dd {
		font-size: 15px;
		padding: 1em 0 0.8em;
	}
	
	main .content .mini_table dt,
	main .content .mini_table dd {
		font-size: 13px;
		padding: 1em 0 0.8em;
	}
	
	main .content .access dt {
		font-size: 18px;
		margin-top: 1.8em;
	}
	
	main .content .access dd {
		font-size: 16px;
		margin-top: 0.5em;
	}
	
	main .content .map_open a {
		display: block;
		padding: 1.2em 0;
		text-align: center;
	}
	
	#gmap {
		width: 100%;
		border-radius: 0;
		margin: 0 0 0;
	}
	
	#sign {
		position: relative;
		right: auto;
		bottom: auto;
		transform: rotate(0);
		display: block;
		text-align: center;
		padding: 30px 0;
	}
	
}