@charset "UTF-8";

*,
*: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
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
aside,
main,
header,
footer,
p,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	background: #fff;
	color: #131313;
	font-size: 14px;
	line-height: 1.6;
	word-break: break-all;
	letter-spacing: .8px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{
	display: block;
}

audio,
canvas,
progress,
video{
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]){
	display: none;
	height: 0;
}

[hidden],
template{
	display: none;
}

a{
	background-color: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	color: #131313
}

a:active,
a:hover{
	outline: 0;
}

abbr[title]{
	border-bottom: 1px dotted;
}

b,
strong{
	font-weight: bold;
}

dfn{
	font-style: italic;
}

mark{
	background: #ff0;
	color: #000;
}

small{
	font-size: 80%;
}

sub,
sup{
	vertical-align: baseline;
	line-height: 0;
	position: relative;
	font-size: 75%;
}

sup{
	top: -0.5em;
}

sub{
	bottom: -0.25em;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

svg:not(:root){
	overflow: hidden;
}

figure{
	margin: 1em 40px;
}

hr{
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre{
	overflow: auto;
}

code,
kbd,
pre,
samp{
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea{
	margin: 0;
	color: inherit;
	font: inherit;
}

button{
	overflow: visible;
}

button,
select{
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled]{
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	padding: 0;
	border: 0;
}

input{
	line-height: normal;
}
textarea:active,
input:active,
textarea:focus,
input:focus{
	outline: 0;
}

input[type="checkbox"],
input[type="radio"]{
	padding: 0;
	box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
	height: auto;
}

input[type="search"]{
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}
.under_links{
	text-decoration: underline;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}
.under_links a:hover{
	opacity: .6;
}
img.aligncenter{
	display: block;
	margin: 0 auto;
}

fieldset{
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend{
	padding: 0;
	border: 0;
}

textarea{
	overflow: auto;
}

optgroup{
	font-weight: bold;
}

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

td,
th{
	padding: 0;
}

li{
	list-style: none;
}
.set-width{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 15px;
}
.set-width .set-width{
	padding: 0;
}
.site-header{
	padding: 10px 0;
}
.site-logo a{
	display: inline-block;
	width: 150px;
}
.linktosite--bnr{
	margin-left: 15px;
}
.linktosite{
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
}
.linktosite a{
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ff1515;
}
.linktosite a:hover{
	background: #f44;
	color: #fff;
}
#fixed-menu{
	background: rgb(255 21 21 / 80%);
	/*top: 0;*/
	position: relative;
	line-height: 1;
	z-index: 9999;
}
#fixed-menu .flex a{
	background: rgba(0,0,0,.6);
	color: #fff;
	font-size: 16px;
	padding: 10px;
}
#fixed-menu .flex a:hover{
	background: rgba(0,0,0,.8);
}
#fixed-menu .flex p{
	padding: 10px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}
#header-nav{
	background: 0;
	position: absolute;
	right: 0;
	text-align: right;
	height: calc(100vh - 37px);
	display: none;
	width: 100vw;
	max-width: 650px;
}
#header-nav nav{
	background: #661b1b;
	padding: 15px;
	display: inline-block;
	height: 75%;
	text-align: left;
	overflow-y: auto;
}
#header-nav nav::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
#header-nav nav::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#header-nav nav::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
#header-nav nav::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#header-nav nav a{
	color: #fff;
	display: block;
}
#header-nav nav li:not(:last-child){
	margin-bottom: 25px;
}
#header-nav nav li ul{
	margin: 10px 0 0 10px;
	border-left: 1px solid #fff;
	padding: 10px 0 0 10px;
}
.open-nav{
	display: inline-block;
	background: rgba(0,0,0,.6);
	    color: #fff;
	    font-size: 16px;
	    padding: 10px;
}
.linktosite--bnr{
	text-align: center;
}
.header-bnrlinks{
	border: 1px solid #661b1b;
	border-width: 1px 0;
	background: #adadad url('https://mansyu-club.net/wp-content/themes/keni_rem/custom/images/bg-stripe.png') center top;
	padding: 5px 0;
}
h2,
h3,
h4{
	border-radius: 20px 0 0 20px;
	line-height: 1.2;
	padding: 10px 20px;
}
h2{
	background: #ff1515 url('../images/bg-square.png');
	color: #fff;
	font-size: 18px;
	margin: 45px 0 25px;
}
h3{
	/*border: 4px solid #ff1515;
	border-right: 0;*/
	background: #ffffea;
	-webkit-box-shadow: inset 3px 0 0 3px #ff1515;
	-moz-box-shadow:    inset 3px 0 0 3px #ff1515;
	box-shadow:         inset 3px 0 0 3px #ff1515;
	font-size: 16px;
	margin: 30px 0 25px;
}
@media screen and (max-width:600px) {
	h2{
		font-size: 16px;
	}
	h3{
		font-size: 15px;
	}
}
h3:first-child,
h2:first-child{
	margin-top: 0;
}
h4{
	background: #ffffea url('../images/bg-stripe.png');
	border-left: 3px solid #131313;
	margin: 15px 0 10px 10px;
	line-height: 1.2;
	padding: 10px 5px 10px 10px;
}
.center{
	text-align: center;
}
.b{
	font-weight: 600;
}
.blue{
	color: #1e579e;
}
.red{
	color: #de2222;
}
span.green{
	color: #2d8808;
}
.f12em{
	font-size: 1.1em;
}
.site-footer{
	background: #660808;
	border-top: 2px solid #ff1515;
	margin-top: 60px;
	padding: 30px 0 15px;
}
.copy{
	background: rgba(255,255,255,.5);
	color: #660808;
	font-size: 11px;
	margin-top: 30px;
	padding: 5px 0;
}
.page-top{
	bottom: 5px;
	line-height: 1.2;
	right: 5px;
	position: fixed;
}
.page-top a{
	background: rgba(255,255,255,.6);
	border: 1px solid #3d3d3d;
	display: block;
	font-size: 12px;
	padding: 2.5px 5px 5px;
}
.site-footer-nav li{
	display: inline-block;
	padding: 5px 10px;
}
.site-footer-nav li a{
	color: #fff;
	display: block;
	font-size: 13px;
	text-decoration: underline;
}
.site-footer-nav li a:hover{
	opacity: .6;
}
.content-wrap{
	margin-top: 45px;
}
.content-wrap:after{
	content: '';
	clear: both;
	display: block;
}
main{
	float: left;
	width: 75%;
}
aside{
	float: right;
	width: 23%;
}
aside .sitepr-box{
	margin: 0;
}
aside .sitelink-btn{
	display: inline-block;
}
aside h4{
	margin-top: 0;
}
aside li:not(:last-child){
	margin-bottom: 15px;
}
@media screen and (max-width:768px) {
	main,
	aside{
		width: 100%;
		float: none;
	}
	main{
		margin-bottom: 30px;
	}
}
@media screen and (max-width:600px) {
	.set-width{
		padding: 0 10px;
	}
}
.special-wrap{
	margin: 45px 0;
}
.special-wrap h2{
	background-color: #3d3d3d;
	margin-bottom: 0;
	border-radius: 15px 15px 0 0;
	padding: 12.5px 5px;
	padding-left: 100px;
	line-height: 1.3;
}
.special-wrap h2 span{
	display: inline-block;
}
.sitepr-box{
	background: #f3f3f3;
	border: 1px solid #131313;
	position: relative;
	margin: 25px 0;
}
.sitepr-box--special{
	margin-top: 0;
	background: #fff;
	border-radius: 0 0 15px 15px;
	border-color: rgba(239, 108, 0, .55);
	border-width: 3px;
}
.tag-title + .sitepr-box{
	margin: 0;
}
.flex .sitepr-box{
	max-width: 330px;
	margin: 0 5px 15px;
}
.flex .sitepr-box--alt{
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	-o-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 100%;
}
.sitepr-box .title{
	border-bottom: 1px solid #131313;
	font-weight: 600;
	padding: 5px;
	line-height: 14px;
}
.sitepr-box .title:first-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.sitepr-box--special .title{
	color: #ef6c00;
	padding: 10px 5px;
	font-size: 1.2em;
	position: relative;
	line-height: 1.25;
}
.sitepr-box--special .title:before{
	content: '';
	position: absolute;
	bottom: 100%;
	left: -10px;
	width: 100px;
	height: 120px;
	background: url('../images/special-boat.png') no-repeat center bottom;
	background-size: contain;
}
.sitepr-link-box{
	padding: 10px;
}
.sitepr-link-box-kiji{
	padding: 10px;
}
.sitepr-link-cta{
	display: flex;
    justify-content: center;
}
.sitepr-box table{
	border-left: 0;
	border-top: 1px solid #131313;
	margin: 0;
	width: 100%;
}
.sitepr-box th,
.sitepr-box td{
	background: rgba(255,255,255,.8);
	border-right: 0;
	border-bottom: 1px solid #131313;
	padding: 5px;
	line-height: 1.2;
}
.sitepr-box th{
	background: rgba(0,0,0,.1);
}
.sitepr-box th,
.sitepr-box .date,
.sitepr-box .jo{
	font-size: 13px;
}
.sitepr-box .kakutoku{
	font-weight: 600;
}
.sitepr-box .kakutoku span,
.sitepr-box .date span,
.sitepr-box .jo span{
	display: inline-block;
}
.sitepr-box .kakutoku span,
.sitepr-box .date span{
	white-space: nowrap;
}
.sitepr-box--special .sitelink-btn,
.sitepr-box--alt .sitelink-btn{
	display: inline-block;
}
.sitepr-box--special .sitelink-btn{
	background: #ef6c00;
	border-radius: 50px;
	overflow: hidden;
	padding: 15px 55px 15px 20px;
	font-size: 1.1em;
}
.sitepr-box--special .sitelink-btn span{
	background: rgba(0,0,0,.6);
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	padding: 0 10px;
	line-height: 55px;
}
.sitepr-box--special .sitelink-btn-kiji,
.sitepr-box--alt .sitelink-btn-kiji{
	display: inline-block;
}
.sitepr-box--special .sitelink-btn-kiji{
	background: #2C1DDC;
	border-radius: 50px;
	overflow: hidden;
	padding: 15px 55px 15px 20px;
	font-size: 1.1em;
}
.sitepr-box--special .sitelink-btn-kiji span{
	background: rgba(0,0,0,.6);
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	padding: 0 10px;
	line-height: 55px;
}
.thumb-link{
	margin: .5em 0;
}
.disp-desc{
	background: rgba(255,255,255,.8);
	padding: 10px;
	border-bottom: 1px solid #131313;
}
.disp-desc ul{
	margin-top: 15px;
}
.disp-desc li{
	margin: 0 10px 10px 0;
	font-size: 13px;
}
.disp-desc li a{
	text-decoration: underline;
	font-weight: 600;
}
.open-site-info{
	background: #ffffea;
	border: 1px solid #000;
	border-radius: 10px;
	display: inline-block;
	line-height: 1.4;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
.open-site-info.opened{
	background: #8c8c6e;
	color: #fff;
}
.open-site-info i{
	font-size: 22px;
}
.open-site-info span{
	display: block;
	font-weight: 600;
}
.sitelink-wrap{
	margin: 30px 0;
}
.sitelink-btn{
	background: #ff1515;
	border: 1px solid #660808;
	border-width: 1px 1px 7px;
	color: #fff;
	display: block;
	font-weight: 600;
	padding: 10px 35px 10px 10px;
	position: relative;
	min-width: 195px;
}
.sitelink-wrap .sitelink-btn{
	display: inline-block;
}
.sitelink-btn span{
	background: rgba(0,0,0,.6);
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	padding: 0 5px;
	line-height: 42px;
}
.sitelink-btn i{
	font-size: 18px;
}
.sitelink-btn-kiji{
	background: #2C1DDC;
	border: 1px solid #660808;
	border-width: 1px 1px 7px;
	color: #fff;
	display: block;
	font-weight: 600;
	padding: 10px 35px 10px 10px;
	position: relative;
	min-width: 195px;
}
.sitelink-wrap .sitelink-btn{
	display: inline-block;
}
.sitelink-btn-kiji span{
	background: rgba(0,0,0,.6);
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	padding: 0 5px;
	line-height: 42px;
}
.sitelink-btn-kiji i{
	font-size: 18px;
}
.thumb-img{
	background: #b3b3b3 url('../images/bg-stripe.png');
}
.sitepr-info-wrap{
	position: relative;
}
.site-info-box{
	background: rgba(255,255,255,.95);
	border-bottom: 1px solid #131313;
	display: none;
	font-size: 13px;
	top: 0;
	left: 0;
	padding: 15px;
	height: 100%;
	overflow-y: scroll;
	position: absolute;
	width: 100%;
}
.site-info-box>p:not(:last-child){
	margin-bottom: 10px;
}
/* width */
.site-info-box::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.site-info-box::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
.site-info-box::-webkit-scrollbar-thumb {
	background: #3d3d3d;
	border-radius: 10px;
}

/* Handle on hover */
.site-info-box::-webkit-scrollbar-thumb:hover {
	background: #b30000;
}

.pagelink{
	background: #4184d0;
	border: 1px solid #052952;
	border-width: 1px 1px 7px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px;
	text-align: center;
}
.pagelink span{
	display: inline-block;
}
.flex .pagelink{
	-webkit-flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-o-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 10px;
}
.bg_racer1,
.chaku1:before,
.waku-1{
	background: #ebebeb;
}
.bg_racer2,
.chaku2:before,
.waku-2{
	background: #505050;
	color: #fff;
}
.bg_racer3,
.chaku3:before,
.waku-3{
	background: #f04141;
	color: #fff;
}
.bg_racer4,
.chaku4:before,
.waku-4{
	background: #4184d0;
	color: #fff;
}
.bg_racer5,
.chaku5:before,
.waku-5{
	background: #ece962;
}
.bg_racer6,
.chaku6:before,
.waku-6{
	background: #54b74d;
	color: #fff;
}
span[class^=waku-]{
	border: 1px solid #3d3d3d;
	border-radius: 5px;
	display: inline-block;
	padding: 0 5px;
	margin-left: 5px;
}
@media screen and (max-width:600px) {
	.yoso-line{
		margin-top: 10px;
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}
.link-btn{
	text-align: center;
	margin: 25px 0;
}
.link-btn a{
	border: 1px solid;
	border-width: 1px 1px 5px;
	display: inline-block;
	font-weight: 600;
	padding: 5px 15px;
}
.relate-inner{
	background: #f6f6f6;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	border: 1px solid #dfdfdf;
	border-radius: 10px;
	padding-right: 10px;
	margin-top: 25px;
}
.relate-inner>span{
	padding: 10px;
}
.relate-inner .img-holder{
	border-radius: 10px;
	padding: 0;
	overflow: hidden;
	width: 80px;
}
.relate-inner .ttl-holder{
	-webkit-flex: 1 0 100px;
	-moz-flex: 1 0 100px;
	-ms-flex: 1 0 100px;
	-o-flex: 1 0 100px;
	flex: 1 0 100px;
}
.relate-inner:not(.flex),
.relate-inner:not(.flex) span{
	display: inline-block;
}
.toreview{
	margin-top: 15px;
	padding-bottom: 15px;
}
.toreview a{
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
}
.link_keiba{
	text-align: center;
}
.link_keiba a{
	border: 1px solid #131313;
	border-width: 1px 1px 5px;
	display: inline-block;
	padding: 5px 15px;
}
.scroll-tbl{
	overflow-x: auto;
	box-shadow: 0 0 5px 0 rgba(50,50,50,.75);
	margin: 2em 0;
}
.scroll-tbl table{
	white-space: nowrap;
	margin: 0!important;
}
.scroll-tbl td{
	background: #fff;
}
.scroll-tbl th:first-child,
.scroll-tbl td:first-child{
	position: sticky;
	left: 0;
}
.prevnext{
	margin: 1.5em 0;
}
.split__table{
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	-o-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0 .5em;
}
.yusho-form{
	padding: 1em;
	background: #f4f4f4;
	border: 1px solid #d1d1d1;
	margin: 1.5em 0;
}
.yusho-form label{
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: .5em;
	border: 1px solid #d1d1d1;
	background: #fff;
	line-height: 1.2;
	cursor: pointer;
}
.yusho-form button{
	background: #6d6d6d;
	color: #fff;
	border: 1px solid #d1d1d1;
	padding: .5em 1em;
}
.scorll-labels{
	overflow-x: auto;
	white-space: nowrap;
}
.gr-span{
	display: inline-block;
	font-size: 12px;
	text-align: center;
	width: 3em;
	margin-right: .5em;
	color: #fff;
}
span.gr-ippan:before{
	content: "一般";
}
span.gr-G3b:before{
	content: "G3";
}
span.gr-G2b:before{
	content: "G2";
}
span.gr-G1b:before{
	content: "G1";
}
span.gr-G1a:before{
	content: "PG1";
}
span.gr-SGa:before{
	content: "SG";
}
span.gr-ippan{
	background: #b6bdc4;
}
span.gr-G3b{
	background: #3e7ece;
}
span.gr-G2b{
	background: #78b14a;
}
span.gr-G1b{
	background: #f0bc16;
}
span.gr-G1a{
	background: #f0bc16;
}
span.gr-SGa{
	background: #ef3d3b;
}
.white-nowrap{
	white-space: nowrap;
}
.narrow_title{
	margin-bottom: 1em;
}
.narrow_title:not(:first-child){
	margin-top: 1em;
}
