@charset "UTF-8";


/* 背景写真 */
.wrapper
 {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

@media screen and (max-width: 1015px) {
	.wrapper {
		background-position: right top;
	}
}

p {
	margin-bottom: 30px;
}

.horse-flow {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 20px;
	font-family: "Noto Sans JP", sans-serif;
}

.horse-flow .horse-flow__inner {
	margin: 0 10px 15px;
	width: calc((100% - 41px) / 2 );
	display: flex;
}

.horse-flow .horse-flow__inner .horse-flow__img {
	width: 40%;
}

.horse-flow .horse-flow__inner .horse-flow__img img {
	width: 100% !important;
	height: auto;
}

.horse-flow .horse-flow__inner .horse-flow__txt {
	width: 60%;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 11px;
	line-height: 1.6;
}
h5 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.8em;
	padding-bottom: 10px;
}



.yuso_table {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 20px;
}
.yuso_table th {
	background-color: #F3F2EC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.yuso_table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bn_horse {
	clear: both;
	margin-bottom: 30px;
}

.new_arrivals {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	color: #35681A;
	background-color: #FC0;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}