@charset "UTF-8";
/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
.hide {
	display: none;
}

.pc {
	display: inline;
}
.pc.block {
	display: block;
}
.pc_hide {
	display: none;
}
.pc_hide.block {
	display: none;
}

.sp {
	display: none;
}
.sp.block {
	display: none;
}

@media (max-width: 767px) {
	.sp {
		display: inline;
	}
	.sp.block {
		display: block;
	}
	.sp_hide {
		display: none;
	}
	.sp_hide.block {
		display: none;
	}
	.pc {
		display: none;
	}
	.pc.block {
		display: none;
	}
	.pc_hide {
		display: inline;
	}
	.pc_hide.block {
		display: block;
	}
}

.container {
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.container {
		max-width: 1120px;
	}
}

@media (min-width: 768px) {
	.container--xs {
		max-width: 800px;
	}
}

@media (min-width: 768px) {
	.container--s {
		max-width: 940px;
	}
}

@media (max-width: 767px) {
	table.sp-col1 {
		display: block;
	}
	table.sp-col1 tbody {
		display: block;
	}
	table.sp-col1 tr {
		display: block;
	}
	table.sp-col1 th {
		display: block;
	}
	table.sp-col1 td {
		display: block;
	}
}

/*----------------------------------------------------
	フォント等
----------------------------------------------------*/
@font-face {
	font-family: "Bebas";
	font-style: normal;
	font-weight: normal;

	src: url("./fonts/Bebas.eot?#iefix") format("embedded-opentype"), url("./fonts/Bebas.woff2") format("woff2"), url("./fonts/Bebas.woff") format("woff"), url("./fonts/Bebas.ttf") format("truetype");
}

.serif {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 767px), only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
	a,
	button {
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		-webkit-touch-callout: none;
	}
}

/*----------------------------------------------------
	アニメーション
----------------------------------------------------*/
.fadeIn {
	display: none;
}
.fadeIn.show {
	display: block;
	-webkit-animation: fadeIn .6s linear;
	        animation: fadeIn .6s linear;
}

.anime {
	opacity: 0;
	visibility: hidden;
}

.anime.opacity {
	opacity: 1;
}

.animated {
	visibility: visible;
}

.anime--delay03 {
	-webkit-animation-delay: .3s !important;
	        animation-delay: .3s !important;
	opacity: 0;
}

.anime--delay05 {
	-webkit-animation-delay: .5s !important;
	        animation-delay: .5s !important;
	opacity: 0;
}

.anime--delay10 {
	-webkit-animation-delay: 1s !important;
	        animation-delay: 1s !important;
	opacity: 0;
}

.fadeIn.animated {
	-webkit-animation: fadeIn .5s forwards;
	        animation: fadeIn .5s forwards;
}

.fadeInUp.animated {
	-webkit-animation: fadeInUp .5s forwards;
	        animation: fadeInUp .5s forwards;
}

.fadeInLeft.animated {
	-webkit-animation: fadeInLeft .5s forwards;
	        animation: fadeInLeft .5s forwards;
}

.fadeInRight.animated {
	-webkit-animation: fadeInRight .5s forwards;
	        animation: fadeInRight .5s forwards;
}

.slideRight.animated {
	-webkit-animation: slideRight .3s forwards;
	        animation: slideRight .3s forwards;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		display: none;
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		display: none;
		opacity: 0;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes fadeInLeft {
	from {
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInRight {
	from {
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes fadeInRight {
	from {
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes slideRight {
	from {
		-webkit-transform: translate(100%, 0px);
		        transform: translate(100%, 0px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
}

@keyframes slideRight {
	from {
		-webkit-transform: translate(100%, 0px);
		        transform: translate(100%, 0px);
	}
	to {
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
}

/*----------------------------------------------------
	画像ホバー
----------------------------------------------------*/
/*
a {
	&.item-hover,
	.item-picture {
		.hover {
			display: none;
		}
	}
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	a {
		&.item-hover,
		.item-picture {
			position: relative;
			img {
				width: 100%;
			}
			.hover {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				color: #fff;
				background-color: rgba(0,0,0,0.5);
				transition: all .3s;
				opacity: 0;
				display: block;
				span {
					position: absolute;
					display: flex;
					justify-content: center;
					align-items: center;
					width: 90%;
					height: 90%;
					left: 5%;
					top: 5%;
					font-family: 'Hind', sans-serif;
					border: 1px solid #fff;
					transition: all .3s;
				}
			}
		}
		&:hover {
			&.item-hover,
			.item-picture {
				.hover {
					opacity: 1;
					span {
						width: 85%;
						height: 85%;
						left: 7.5%;
						top: 7.5%;
					}
				}
			}
		}
	}
}
*/
/*----------------------------------------------------
	見出し
----------------------------------------------------*/
.ttl01 {
	padding: .5em 1em;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	background-color: #05479e;
}
@media (min-width: 768px) {
	.ttl01 {
		margin-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.ttl01 {
		margin-bottom: 20px;
		font-size: 1em;
	}
}

.ttl01--orange {
	background-color: #ef8751;
}

.ttl02 {
	color: #05479e;
	font-family: "Bebas";
	font-weight: bold;
	letter-spacing: .14em;
}
.ttl02 span {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-align: center;
}
.ttl02 span:before {
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: block;
	height: 1px;
	margin-right: 1em;
	content: "";
	background-color: #000;

	-webkit-box-flex: 1;
}
.ttl02 span:after {
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: block;
	height: 1px;
	margin-left: 1em;
	content: "";
	background-color: #000;

	-webkit-box-flex: 1;
}
@media (min-width: 768px) {
	.ttl02 {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	.ttl02 {
		font-size: 24px;
	}
}

.ttl02--black {
	color: #000;
}

.ttl02--orange {
	color: #ef8751;
}

@media (min-width: 768px) {
	.ttl02-s {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.ttl02-s {
		font-size: 16px;
	}
}

.ttl03 {
	text-align: center;
}
.ttl03 span {
	display: block;
}
.ttl03 .en {
	color: #05479e;
	font-family: "Bebas";
	font-size: 80px;
	letter-spacing: .15em;
}
@media (max-width: 767px) {
	.ttl03 .en {
		font-size: 40px;
	}
}
.ttl03 .ja {
	font-size: 30px;
	letter-spacing: .5em;
}
@media (max-width: 767px) {
	.ttl03 .ja {
		font-size: 18px;
	}
}

.ttl03--green .en {
	color: #248154;
}

/*----------------------------------------------------
	メインヘッダー
----------------------------------------------------*/
.mainHeader {
	background-repeat: no-repeat;
	background-position: center center;

	-moz-background-size: cover;
}
.mainHeader .title {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	height: 240px;

	-webkit-box-align: center;
	-webkit-box-pack: center;
}
@media (min-width: 768px) {
	.mainHeader {
		height: 240px;
		margin-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.mainHeader {
		height: 140px;
		margin-bottom: 30px;
	}
	.mainHeader .title {
		height: 140px;
	}
}

.mainHeader--member {
	background-image: url(../images/member/header_member.png);
}

.mainHeader--event {
	background-image: url(../images/event/header_event.png);
}

.mainHeader--access {
	background-image: url(../images/access/header_access.png);
}

.mainHeader--contact {
	background-image: url(../images/contact/header_contact.png);
}

.mainHeader--league {
	background-image: url(../images/league/header_league.png);
}

.mainHeader--getureikai {
	background-image: url(../images/getureikai/header_getureikai.png);
}

/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
.btn {
	position: relative;
	display: inline-block;
	padding: .5em 2em;
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	background-color: #05479e;
	border: 1px solid #05479e;
	border-radius: .5em;
}
.btn:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 10px;
	height: 16px;
	content: "";
	background: url(../images/ico_arrow_right_w.svg) center center/contain no-repeat;
	-webkit-transform: translate(-100%, -50%);
	    -ms-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
}
.btn:hover {
	background-color: #03316d;
}
@media (max-width: 767px) {
	.btn {
		font-size: 1em;
	}
}

.btn--white {
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
}
.btn--white:hover {
	color: #fff;
	background-color: #cd2b25;
}

.btn--red {
	color: #000;
	background-color: #fff0f5;
	border: 1px solid #cd2b25;
}
.btn--red:hover {
	background-color: #fff;
}
.btn--noarrow:after {
	display: none;
}

.btn--sl {
	width: 470px;
}
@media (max-width: 767px) {
	.btn--sl {
		width: 100%;
	}
}

.btn--l {
	width: 100%;
}

.btn02 {
	display: inline-block;
	max-width: 100%;
	padding: .5em 4em;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	background-color: #05479e;
	border: 1px solid #05479e;
}
.btn02:hover {
	background-color: #03316d;
}
@media (max-width: 767px) {
	.btn02 {
		font-size: 1em;
	}
}

.btn02--orange {
	background-color: #ef8751;
	border: 1px solid #ef8751;
}
.btn02--orange:hover {
	background-color: #eb6722;
}

/*----------------------------------------------------
	トップスライダ
----------------------------------------------------*/
@media (max-width: 767px) {
	.topSlide .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}

/*----------------------------------------------------
	トップピックアップ
----------------------------------------------------*/
.topPickup {
	position: relative;
	color: #fff;
	background: #05479e;
}
.topPickup .title {
	position: absolute;
	bottom: 0;
	left: 80px;
}
.topPickup .slick-prev:before {
	display: inline-block;
	width: 10px;
	height: 16px;
	/*content: "←";*/
	content: "";
	background: url(../images/ico_arrow_right_w.svg) center center no-repeat;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.topPickup .slick-next:before {
	display: inline-block;
	width: 10px;
	height: 16px;
	/*content: "←";*/
	content: "";
	background: url(../images/ico_arrow_right_w.svg) center center no-repeat;
}
@media (min-width: 768px) {
	.topPickup {
		padding: 72px 0;
		margin-top: 18px;
	}
}
@media (max-width: 767px) {
	.topPickup {
		padding: 32px 0;
	}
	.topPickup .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}

/*----------------------------------------------------
	トップニュース
----------------------------------------------------*/
.topNews {
	background-color: #ebf2f4;
}
.topNews .items {
	background-color: #fff;
}
.topNews .item {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	padding: 20px 20px;
	border-bottom: 1px solid #ebf2f4;

	-webkit-box-align: center;
}
.topNews .item .category {
	width: 9em;
	padding: .5em .5em;
	margin-right: 1em;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .15em;
	text-align: center;
	background-color: #05479e;
}
.topNews .item .category--news {
	background-color: #62b362;
}
.topNews .item .category--event {
	background-color: #5aa5c9;
}
.topNews .item .category--campaign {
	background-color: #c69c6d;
}
.topNews .item .date {
	width: 9em;
	font-weight: bold;
}
.topNews .item .subject {
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;

	-webkit-box-flex: 1;
}
@media (min-width: 768px) {
	.topNews {
		padding: 60px 0 60px;
	}
	.topNews .items {
		margin: 20px 0 68px;
	}
}
@media (max-width: 767px) {
	.topNews {
		padding: 40px 0 40px;
	}
	.topNews .items {
		margin: 20px 0 40px;
	}
	.topNews .item {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		padding: 12px 12px;
	}
	.topNews .category {
		padding: .25em .5em;
		font-size: 10px;
		letter-spacing: 0;
	}
	.topNews .date {
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		font-size: 14px;

		-webkit-box-flex: 1;
	}
	.topNews .subject {
		width: 100%;
		min-width: 280px;
		padding-top: .25em;
		font-size: 14px;
	}
}

/*----------------------------------------------------
	トップメニュー
----------------------------------------------------*/
.topMenu {
	padding: 100px 0 60px;
}
.topMenu .item-left {
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
}
.topMenu .item-right {
	width: 30.909%;
}
@media (max-width: 767px) {
	.topMenu .item-right {
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		width: 100%;

		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
	}
}
@media (min-width: 768px) {
	.topMenu {
		padding: 60px 0 60px;
	}
	.topMenu .item-wrap {
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-pack: justify;
	}
	.topMenu .item-left {
		width: 65.45454%;
	}
	.topMenu .item-col {
		margin-bottom: 40px;
		text-align: center;
	}
	.topMenu .item-col1 {
		width: 47.2222%;
	}
	.topMenu .item-col2 {
		width: 100%;
	}
	.topMenu .desc {
		padding: 1em 0;
		font-size: 1.125em;
	}
}
@media (max-width: 767px) {
	.topMenu {
		padding: 40px 0 40px;
	}
	.topMenu .item-col {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.topMenu .desc {
		padding: 1em 0;
		font-size: .75em;
	}
	.topMenu .item-facebook {
		padding: 0 20px;
	}
}

/*----------------------------------------------------
	トッププライス
----------------------------------------------------*/
.topPrice {
	padding: 60px 0 40px;
	background-color: #ebf2f4;
}
.topPrice .ttl03 {
	margin-bottom: 32px;
}
.topPrice .lead {
	margin-bottom: 32px;
	font-size: 22px;
	text-align: center;
}
.topPrice .item-body p {
	padding: 1em 0;
}
@media (max-width: 767px) {
	.topPrice .item-body p {
		font-size: .75em;
	}
}
@media (min-width: 768px) {
	.topPrice .item-row1 {
		margin-bottom: 42px;
	}
}
@media (min-width: 768px) {
	.topPrice .item-row2 {
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		margin-bottom: 42px;

		-webkit-box-pack: justify;
	}
	.topPrice .item-row2 > div:nth-child(1) {
		width: 54.545%;
	}
	.topPrice .item-row2 > div:nth-child(2) {
		width: 40.1818%;
	}
}
@media (min-width: 768px) {
	.topPrice .item-row3 {
		-webkit-align-items: flex-end;
		        align-items: flex-end;
		-ms-flex-align: end;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		margin-bottom: 42px;

		-webkit-box-align: end;
		-webkit-box-pack: justify;
	}
	.topPrice .item-row3 > div:nth-child(1) {
		width: 50%;
	}
	.topPrice .item-row3 > div:nth-child(2) {
		width: 43.6363%;
	}
}
@media (min-width: 768px) {
	.topPrice .bowling {
		max-width: 924px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.topPrice .lead {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.topPrice .item-body {
		margin-bottom: 20px;
	}
	.topPrice .item-price {
		overflow-x: scroll;

		overflow-scrolling: touch;
	}
	.topPrice .item-price img {
		max-width: none;
	}
	.topPrice .item-price.normal img {
		width: 400px;
	}
	.topPrice .item-price.game3 img {
		width: 300px;
	}
	.topPrice .item-price.free img {
		width: 220px;
	}
	.topPrice .item-price.billiard img {
		width: 240px;
		margin-top: 20px;
	}
}

/*----------------------------------------------------
	トップ設備
----------------------------------------------------*/
.topFacility .item-picture {
	margin-bottom: 8px;
}

.topFacility .item-desc {
	letter-spacing: 0;
}

@media (min-width: 768px) {
	.topFacility {
		padding: 120px 0 80px;
	}
	.topFacility .items {
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-pack: justify;
	}
	.topFacility .item {
		width: 48%;
	}
}

@media (max-width: 767px) {
	.topFacility {
		padding: 40px 0 40px;
	}
	.topFacility .item {
		margin-bottom: 20px;
	}
	.topFacility .item-desc {
		font-size: 12px;
	}
}

/*----------------------------------------------------
	トップマップ
----------------------------------------------------*/
@media (max-width: 767px) {
	.topMap iframe {
		height: 240px;
	}
}

/*----------------------------------------------------
	団体様ご予約
----------------------------------------------------*/
.memberContent .content-lead {
	font-size: 1.25em;
	line-height: 2;
	text-align: center;
}
@media (min-width: 768px) {
	.memberContent .content-lead {
		padding: 0 0 50px 190px;
	}
}
@media (max-width: 767px) {
	.memberContent .content-lead {
		margin-bottom: 40px;
		font-size: .875em;
	}
}

.memberContent .item {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left 0;
}
@media (min-width: 768px) {
	.memberContent .item {
		padding: 0 0 100px 190px;
	}
}
@media (max-width: 767px) {
	.memberContent .item {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.memberContent .item01 {
		background-image: url(../images/member/step01.png);
	}
	.memberContent .item02 {
		background-image: url(../images/member/step02.png);
	}
	.memberContent .item03 {
		background-image: url(../images/member/step03.png);
	}
}

.memberContent .item-title {
	margin-bottom: 24px;
}

.memberContent .item-lead {
	margin-bottom: 1.25em;
}
@media (max-width: 767px) {
	.memberContent .item-lead {
		font-size: .875em;
	}
}

@media (min-width: 768px) {
	.memberContent .item-actions {
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		width: 100%;

		-webkit-box-pack: justify;
	}
}

@media (max-width: 767px) {
	.memberContent .item-actions {
		font-size: .875em;
	}
}

.memberContent .item-action {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	padding: 20px 12px;
	background-color: #f5f5f5;

	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
}
@media (min-width: 768px) {
	.memberContent .item-action {
		width: 48%;
		min-height: 160px;
	}
}
.memberContent .item-action p {
	width: 100%;
	font-size: .875em;
	letter-spacing: 0;
}

.memberContent a.item-action:hover {
	background-color: #c2c2c2;
}

.memberContent .action-title {
	margin-bottom: .5em;
	font-size: 1.25em;
	font-weight: bold;
}

.memberContent .item02 .item-image {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.memberContent .item03 .item-image {
		margin-top: -40px;
	}
}

@media (max-width: 767px) {
	.memberContent .item-action + .item-action {
		margin-top: 20px;
	}
}

/*----------------------------------------------------
	仮予約フォーム
----------------------------------------------------*/
.memberForm form {
	padding: 120px 0;
}
@media (max-width: 767px) {
	.memberForm form {
		padding: 20px 0 20px;
	}
}

.memberForm .form-lead {
	padding: 3em 0;
	color: #fff;
	text-align: center;
	background-color: #05479e;
}
.memberForm .form-lead .title {
	margin-bottom: .25em;
	font-size: 1.875em;
	font-weight: bold;
}
.memberForm .form-lead p {
	line-height: 1.75;
}
@media (max-width: 767px) {
	.memberForm .form-lead {
		padding: 1.5em 0;
	}
	.memberForm .form-lead .title {
		font-size: 1.25em;
	}
	.memberForm .form-lead p {
		font-size: .75em;
	}
}

.memberForm dl {
	padding: 20px 0;
}

.memberForm dt {
	margin-bottom: 8px;
	font-weight: bold;
}
.memberForm dt .required {
	margin-left: 4px;
}

.memberForm .form-end {
	padding-top: 20px;
	text-align: center;
}

.memberForm .submit {
	text-align: center;
}

.memberForm .submit-url {
	padding: 10px 16px;
	margin: 20px 0;
	text-align: center;
	word-break: break-all;
	border: 5px solid #f2f2f2;
}

@media (max-width: 767px) {
	.memberForm dl {
		padding: 16px 0;
		font-size: 14px;
		letter-spacing: 0;
	}
	.memberForm .form-end {
		font-size: 12px;
	}
	.memberForm .input-group--num > div,
	.memberForm .input-group--zip > div {
		max-width: 6em;
	}
}

/*----------------------------------------------------
	団体様ご予約 エントリー
----------------------------------------------------*/
.memberEntry .item-meta li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	line-height: 1.375;
}
.memberEntry .item-meta li .meta-name {
	width: 8em;
}
.memberEntry .item-meta li .meta-value {
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;

	-webkit-box-flex: 1;
}

.memberEntry .item-ex {
	margin-bottom: 40px;
	color: #ed1c24;
}

@media (min-width: 768px) {
	.memberEntry .item-meta {
		-ms-flex-pack: justify;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		padding: 40px 0 20px;

		-webkit-box-pack: justify;
	}
	.memberEntry .item-meta li {
		width: 48%;
		padding: .5em 0;
	}
}

@media (max-width: 767px) {
	.memberEntry .item-meta {
		padding: 16px 0 20px;
		font-size: 15px;
	}
	.memberEntry .item-meta li {
		padding: .25em 0;
	}
	.memberEntry .item-ex {
		margin-bottom: 20px;
		font-size: 13px;
	}
}

.memberEntry .entry-lanes-wrap {
	overflow: auto;
}
@media (max-width: 767px) {
	.memberEntry .entry-lanes-wrap {
		overflow: hidden;
	}
}

.memberEntry .entry-lanes-inner {
	width: 8000px;
}
@media (max-width: 767px) {
	.memberEntry .entry-lanes-inner {
		width: 100%;
	}
}

.memberEntry .entry-lanes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	color: #fff;
	text-align: center;
}
.memberEntry .entry-lanes dt {
	width: 90px;
	padding: 1em .5em;
	background-color: #05479e;
	border-right: 1px solid #ccc;
}
.memberEntry .entry-lanes dd {
	width: 152px;
	padding: 1em .5em;
	background-color: #05479e;
	border-right: 1px solid #ccc;
}
.memberEntry .entry-lanes .disabled {
	background-color: #e6e6e6;
}
@media (max-width: 767px) {
	.memberEntry .entry-lanes {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		font-size: 14px;

		-webkit-overflow-scrolling: touch;
	}
	.memberEntry .entry-lanes dt {
		display: none;
	}
	.memberEntry .entry-lanes dd {
		width: 120px;
		padding: .5em .5em;
		white-space: nowrap;
		border-bottom: 3px solid #032654;
	}
	.memberEntry .entry-lanes dd:not(.current) {
		color: #000;
		background-color: #eaeaea;
		border-bottom: 3px solid #e0e0e0;
	}
	.memberEntry .entry-lanes dd.disabled {
		color: #cdcdcd;
		pointer-events: none;
	}
}

.memberEntry .entry-order {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	text-align: center;
}
.memberEntry .entry-order dt {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 90px;
	color: #fff;
	background-color: #000;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
}
.memberEntry .entry-order dt .order-no {
	height: 140px;
	padding-top: 40px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.memberEntry .entry-order dd {
	width: 152px;
}
.memberEntry .entry-order dd .order-no {
	height: 140px;
	padding: 12px 10px;
	font-size: .875em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.memberEntry .entry-order .disabled {
	color: #666;
	background-color: #e6e6e6;
}
@media (max-width: 767px) {
	.memberEntry .entry-order {
		font-size: 14px;
	}
	.memberEntry .entry-order dt {
		width: 60px;
	}
	.memberEntry .entry-order dd {
		width: calc(100% - 60px);
	}
	.memberEntry .entry-order dd:not(.current) {
		display: none;
	}
}

.memberEntry .input-name {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin-bottom: 8px;

	-webkit-box-align: center;
}
.memberEntry .input-name > span:not(:first-child) {
	padding-left: 4px;
}

.memberEntry .input-gender {
	margin-bottom: 8px;
	text-align: center;
}

.memberEntry .input-handicap {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-align: center;
}
.memberEntry .input-handicap > span:not(:first-child) {
	padding-left: 4px;
}

.memberEntry .entry-change-lane {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 320px;
	padding: 12px 16px;
	margin: 40px 0 40px auto;
	color: #05479e;
	font-size: 18px;
	background-color: #e6e6e6;
	border-radius: 8px;

	-webkit-box-align: center;
	-webkit-box-pack: center;
}
.memberEntry .entry-change-lane > span:not(:last-child) {
	margin-right: 8px;
}
.memberEntry .entry-change-lane .icon {
	cursor: pointer;
}
@media (max-width: 767px) {
	.memberEntry .entry-change-lane {
		width: 260px;
		padding: 8px 12px;
		margin: 24px 0 24px auto;
		font-size: 14px;
	}
	.memberEntry .entry-change-lane .icon {
		width: 30px;
	}
}

.memberEntry .entry-options {
	width: 470px;
	margin: 40px auto 20px;
}
.memberEntry .entry-options .item-title {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
}
@media (max-width: 767px) {
	.memberEntry .entry-options {
		width: auto;
		margin-bottom: 0;
	}
	.memberEntry .entry-options label {
		font-size: 13px;
	}
}

.memberEntry input[type="email"],
.memberEntry input[type="date"],
.memberEntry input[type="number"],
.memberEntry input[type="text"] {
	height: 40px;
	padding: 0 .5em;
}
.memberEntry input[type="date"] {
	padding: 1em 0.5em;
}
@media (max-width: 767px) {
	.memberEntry input[type="email"],
	.memberEntry input[type="date"],
	.memberEntry input[type="number"],
	.memberEntry input[type="text"] {
		height: 36px;
	}
}
.memberEntry input[type="email"]:disabled,
.memberEntry input[type="date"]:disabled,
.memberEntry input[type="number"]:disabled,
.memberEntry input[type="text"]:disabled {
	background-color: #bababa;
}

/*----------------------------------------------------
	イベントナビ
----------------------------------------------------*/
.eventNav a {
	display: block;
	padding: .375em 1em;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: .14em;
	text-align: center;
	background-color: #05479e;
	border: 1px solid #05479e;
	border-radius: 6px;
}
.eventNav a:hover {
	color: #05479e;
	background-color: #fff;
}
@media (max-width: 767px) {
	.eventNav a {
		font-size: 1.25em;
	}
}

@media (min-width: 768px) {
	.eventNav {
		margin-bottom: 80px;
	}
	.eventNav ul {
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		        justify-content: space-around;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
	.eventNav li {
		width: 23%;
	}
}

@media (max-width: 767px) {
	.eventNav {
		margin-bottom: 40px;
	}
	.eventNav li {
		margin-bottom: 8px;
	}
}

.eventNav--fixed {
	display: none;
}
@media (max-width: 767px) {
	.eventNav--fixed {
		position: fixed;
		top: 60px;
		left: 0;
		display: block;
		width: 100%;
		padding: 10px 10px;
		background-color: rgba(255, 255, 255, .75);
		opacity: 0;
		pointer-events: none;
	}
	.eventNav--fixed.show {
		-webkit-animation: fadeIn .3s;
		        animation: fadeIn .3s;
		opacity: 1;
		pointer-events: auto;
	}
}

/*----------------------------------------------------
	イベントリスト
----------------------------------------------------*/
.eventList .item-picture {
	margin-bottom: 8px;
	text-align: center;
}

@media (min-width: 768px) {
	.eventList .ttl02 {
		margin-bottom: 44px;
	}
	.eventList .item-wrap {
		-ms-flex-pack: justify;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-pack: justify;
	}
	.eventList .item {
		width: 21.818%;
		margin-bottom: 56px;
	}
	.eventList .item-date {
		margin-bottom: 4px;
		font-size: 14px;
	}
	.eventList .item-title {
		max-height: 4.5em;
		overflow: hidden;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.eventList .ttl02 {
		margin-bottom: 24px;
	}
	.eventList .item {
		margin-bottom: 32px;
	}
	.eventList .item-date {
		margin-bottom: 4px;
		font-size: 12px;
	}
	.eventList .item-picture {
		max-width: 240px;
		margin: 0 auto 8px;
	}
	.eventList .item-title {
		max-height: 4.5em;
		overflow: hidden;
		font-size: 12px;
	}
}

/*----------------------------------------------------
	アクセス
----------------------------------------------------*/
.accessInfo table tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.accessInfo table th {
	width: 9em;
	padding: .875em 0 .5em 1em;
}

.accessInfo table td {
	padding: .875em 1em;
}

@media (min-width: 768px) {
	.accessInfo {
		margin-bottom: 100px;
	}
	.accessInfo .wrap {
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-pack: justify;
	}
	.accessInfo .item-body {
		width: 50.909%;
	}
	.accessInfo .item-map {
		width: 45.4545%;
	}
}

@media (max-width: 767px) {
	.accessInfo {
		margin-bottom: 40px;
	}
	.accessInfo table,
	.accessInfo tbody,
	.accessInfo tr,
	.accessInfo th,
	.accessInfo td {
		display: block;
	}
	.accessInfo table {
		margin-bottom: 20px;
		font-size: 12px;
	}
	.accessInfo table th {
		padding-bottom: 0;
		font-weight: bold;
	}
	.accessInfo .item-map iframe {
		height: 240px;
	}
}

/*----------------------------------------------------
	アクセス
----------------------------------------------------*/
.accessAtend .items {
	max-width: 780px;
	margin: 1.5em auto 0;
}

.accessAtend .item {
	padding: 1.5em 0;
}

.accessAtend .item-title {
	margin-bottom: .75em;
	color: #05479e;
	font-size: 1.5em;
	font-weight: bold;
}
@media (max-width: 767px) {
	.accessAtend .item-title {
		font-size: 16px;
	}
}

.accessAtend .item-body p {
	line-height: 1.875em;
}

@media (max-width: 767px) {
	.accessAtend .item-body {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	.accessAtend {
		margin-bottom: 100px;
	}
	.accessAtend .item {
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-pack: justify;
	}
	.accessAtend .item-picture {
		width: 300px;
	}
	.accessAtend .item-body {
		width: 440px;
	}
}

@media (max-width: 767px) {
	.accessAtend {
		margin-bottom: 40px;
	}
	.accessAtend .item-picture {
		margin-bottom: 12px;
		text-align: center;
	}
}

/*----------------------------------------------------
	アクセス
----------------------------------------------------*/
.accessFacility .item-lead {
	padding: 1.5em 0 0;
	text-align: center;
}

.accessFacility .lead-title {
	margin-bottom: .75em;
	color: #05479e;
	font-size: 1.5em;
	font-weight: bold;
}
@media (max-width: 767px) {
	.accessFacility .lead-title {
		font-size: 16px;
	}
}

.accessFacility .items {
	max-width: 940px;
	margin: 1.5em auto 0;
}

.accessFacility .item {
	padding: 1.5em 0;
}
@media (max-width: 767px) {
	.accessFacility .item {
		padding: 1em 0;
	}
}

@media (min-width: 768px) {
	.accessFacility {
		margin-bottom: 100px;
	}
	.accessFacility .item-lead {
		margin-top: 20px;
	}
	.accessFacility .items {
		-ms-flex-pack: justify;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-pack: justify;
	}
}

@media (max-width: 767px) {
	.accessFacility {
		margin-bottom: 30px;
	}
	.accessFacility .item-lead {
		margin-top: 20px;
	}
	.accessFacility .item-lead p {
		font-size: 12px;
	}
}

/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
.contactLead p {
	margin-bottom: 40px;
	font-size: 1.125em;
	line-height: 2;
	text-align: center;
}

@media (min-width: 768px) {
	.contactLead {
		margin-bottom: 80px;
	}
}

@media (max-width: 767px) {
	.contactLead {
		margin-bottom: 40px;
	}
	.contactLead p {
		font-size: 12px;
	}
}

/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
.form-nav {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin-bottom: 40px;

	-webkit-box-align: center;
	-webkit-box-pack: center;
}
.form-nav li {
	position: relative;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 90px;
	height: 90px;
	color: #05479e;
	font-size: 1.25em;
	border: 1px solid #05479e;
	border-radius: 45px;

	-webkit-box-align: center;
	-webkit-box-pack: center;
}
@media (max-width: 767px) {
	.form-nav li {
		width: 50px;
		height: 50px;
		font-size: 14px;
		border-radius: 25px;
	}
}
.form-nav li.current {
	color: #fff;
	background-color: #05479e;
}
.form-nav li:not(:last-child) {
	margin-right: 64px;
}
.form-nav li:not(:last-child):after {
	position: absolute;
	right: -40px;
	width: 16px;
	height: 30px;
	content: "";
	background: url(../images/ico_arrow_right.svg) center center/contain no-repeat;
}
@media (max-width: 767px) {
	.form-nav li:not(:last-child):after {
		width: 18px;
		height: 15px;
	}
}

.contactForm {
	margin-bottom: 40px;
}
.contactForm table {
	width: 100%;
}
.contactForm th {
	width: 18em;
	padding: .5em 0;
}
.contactForm td {
	padding: .5em 0;
}
@media (max-width: 767px) {
	.contactForm table,
	.contactForm tbody,
	.contactForm tr,
	.contactForm th,
	.contactForm td {
		display: block;
		font-size: 14px;
	}
	.contactForm th {
		width: 100%;
		padding: 1em 0 0;
	}
}

form .required {
	padding: .125em .5em;
	margin-right: 8px;
	color: #fff;
	font-size: .8125em;
	font-weight: normal;
	background-color: #ff676d;
}

.entry-submit,
.form-submit {
	padding-top: 40px;
	text-align: center;
}
.entry-submit button,
.form-submit button {
	width: 470px;
}
@media (max-width: 767px) {
	.entry-submit button,
	.form-submit button {
		width: 100%;
	}
}

textarea,
select,
input[type="email"],
input[type="date"],
input[type="number"],
input[type="text"] {
	width: 100%;
	height: 60px;
	padding: 0 1em;
	background-color: #f1f3f5;
	border: none;
}
input[type="date"] {
	padding: 1em;
}
@media (max-width: 767px) {
	textarea,
	select,
	input[type="email"],
	input[type="date"],
	input[type="number"],
	input[type="text"] {
		height: 40px;
	}
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: .375em;
}

.input-label {
	display: inline-block;
	padding: 1em 1em;
	background-color: #f1f3f5;
}

.input-label + .input-label {
	margin-left: 20px;
}

.input-label--col {
	margin-bottom: 20px;
}

textarea {
	height: 240px;
	padding: 1em 1em;
}
@media (max-width: 767px) {
	textarea {
		height: 180px;
	}
}

.help-block {
	color: #f30;
}

.input-group {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-align: center;
}
.input-group > div:not(:first-child) {
	padding-left: .75em;
}

.input-checkes label {
	display: inline-block;
	padding: 1em 1em;
	background-color: #f1f3f5;
}

/*----------------------------------------------------
	リーグ戦案内
----------------------------------------------------*/
.leagueLead {
	font-size: 1.25em;
	line-height: 2;
	text-align: center;
}
@media (min-width: 768px) {
	.leagueLead {
		margin-bottom: 70px;
	}
}
@media (max-width: 767px) {
	.leagueLead {
		margin-bottom: 40px;
	}
	.leagueLead p {
		font-size: 12px;
	}
}

.leagueTournament .items {
	text-align: center;
}

.leagueTournament .item {
	letter-spacing: 0;
}

.leagueTournament .item-picture {
	margin-bottom: 6px;
}

.leagueTournament .item-title {
	margin-bottom: 6px;
	color: #05479e;
	font-size: 1.125em;
	font-weight: bold;
}

@media (min-width: 768px) {
	.leagueTournament {
		margin-bottom: 80px;
	}
	.leagueTournament .items {
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		        justify-content: space-around;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
	.leagueTournament .item {
		width: 27.272727%;
	}
}

@media (max-width: 767px) {
	.leagueTournament {
		margin-bottom: 40px;
	}
	.leagueTournament .item {
		margin-bottom: 24px;
	}
	.leagueTournament .item-title {
		font-size: 1em;
	}
	.leagueTournament .item-desc {
		font-size: .875em;
	}
}

/*
.leagueSchedule {
	.item {
		margin-bottom: 8px;
	}
	.item-week {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.875em;
		background-color: #F5ECCF;
		@media (max-width: 767px) {
			font-size: 1em;
		}
	}
	.item-detail {
		position: relative;
		border-top: 1px solid #B3B3B3;
		&:before {
			position: absolute;
			left: 12px;
			top: 24px;
			display: block;
			content: '';
			width: 4px;
			height: calc(100% - 48px);
			background-color: $blue;
		}
	}
	.item:last-child .item-detail:last-child {
		border-bottom: 1px solid #B3B3B3;
	}
	.item-title {
		font-size: 1.25em;
		font-weight: bold;
		color: $blue;
		@media (max-width: 767px) {
			font-size: 1em;
		}
	}
	@media (min-width: 768px) {
		margin-bottom: 80px;
		.item {
			display: flex;
		}
		.item-week {
			width: 250px;
			margin-right: 50px;
		}
		.item-body {
			flex: 1;
		}
		.item-detail {
			padding: 24px 0 24px 40px;
		}
	}
	@media (max-width: 767px) {
		margin-bottom: 40px;
		.item-detail {
			padding: 16px 0 16px 32px;
			font-size: 0.875em;
		}
	}
}
*/
.leagueSchedule table {
	width: 100%;
}

.leagueSchedule thead {
	background-color: #e6e6e6;
}
.leagueSchedule thead th,
.leagueSchedule thead td {
	padding: .25em .5em;
	text-align: center;
}

.leagueSchedule tbody th,
.leagueSchedule tbody td {
	height: 130px;
	padding: .5em .25em;
	text-align: center;
}

.leagueSchedule th {
	border: 1px solid #b3b3b3;
}

.leagueSchedule td {
	border: 1px solid #b3b3b3;
}

.leagueSchedule .name {
	padding: .5em .75em;
	text-align: left;
}

.leagueSchedule .item-name {
	color: #05479e;
	font-size: 22px;
	font-weight: bold;
}

.leagueSchedule .week {
	font-size: 25px;
	font-weight: bold;
}

.leagueSchedule .time {
	font-size: 25px;
	font-weight: bold;
}
.leagueSchedule .time small {
	display: block;
	font-size: 14px;
}

@media (min-width: 768px) {
	.leagueSchedule thead th:nth-child(1) {
		width: 110px;
	}
	.leagueSchedule thead th:nth-child(2) {
		width: 180px;
	}
	.leagueSchedule thead th:nth-child(4) {
		width: 130px;
	}
	.leagueSchedule thead th:nth-child(5) {
		width: 130px;
	}
}

@media (max-width: 767px) {
	.leagueSchedule .wrap {
		overflow: auto;
	}
	.leagueSchedule table {
		width: 600px;
		font-size: 12px;
	}
	.leagueSchedule tbody th,
	.leagueSchedule tbody td {
		height: 60px;
		padding: .25em .25em;
	}
	.leagueSchedule .name {
		padding: .25em .5em;
	}
	.leagueSchedule .item-name {
		font-size: 14px;
	}
	.leagueSchedule .week {
		font-size: 14px;
	}
	.leagueSchedule .week span {
		-webkit-writing-mode: vertical-rl;
		    -ms-writing-mode: tb-rl;
		        writing-mode: vertical-rl;
	}
	.leagueSchedule .time {
		font-size: 14px;
	}
	.leagueSchedule .time small {
		font-size: 10px;
	}
	.leagueSchedule thead th:nth-child(1) {
		width: 3.5em;
	}
	.leagueSchedule thead th:nth-child(4) {
		width: 70px;
	}
	.leagueSchedule thead th:nth-child(5) {
		width: 70px;
	}
}

.week--1 {
	background-color: #ebf5ec;
}

.week--2 {
	background-color: #fce4df;
}

.week--3 {
	background-color: #f0f5ff;
}

.week--4 {
	background-color: #f6f1d6;
}

.week--6 {
	background-color: #e9e6f3;
}

/*----------------------------------------------------
	サラダボウル月例会
----------------------------------------------------*/
.getureikaiLead {
	padding: 0 0 60px 0;
}
.getureikaiLead .item-picture {
	margin: -20px 0 60px;
}
.getureikaiLead .item-title {
	margin-bottom: 28px;
}
.getureikaiLead .item-feature {
	margin-bottom: 28px;
	font-size: 1.5em;
}
.getureikaiLead .item-price {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	max-width: 890px;
	padding: 28px 12px;
	margin: 0 auto;
	color: #ef8751;
	font-size: 1.875em;
	font-weight: bold;
	background-color: #fdf6e5;

	-webkit-box-align: center;
	-webkit-box-pack: center;
}
@media (max-width: 767px) {
	.getureikaiLead {
		padding: 0 0 30px 0;
	}
	.getureikaiLead .item-picture {
		margin: -10px 0 30px;
	}
	.getureikaiLead .item-title {
		margin-bottom: 20px;
	}
	.getureikaiLead .item-feature {
		margin-bottom: 20px;
		font-size: .875em;
	}
	.getureikaiLead .item-price {
		padding: 20px 12px;
		font-size: 1em;
	}
}

.getureikaiList {
	padding: 60px 0;
}
.getureikaiList .item-picture {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	height: 290px;
	margin-bottom: 10px;
	font-size: 1.25em;
	background-color: #fdf6e5;

	-webkit-box-align: center;
	-webkit-box-pack: center;
}
.getureikaiList .item-title {
	color: #ef8751;
	font-size: 1.875em;
	font-weight: bold;
	text-align: center;
}
.getureikaiList .items-more {
	text-align: center;
}
@media (min-width: 768px) {
	.getureikaiList .items {
		-ms-flex-pack: justify;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-pack: justify;
	}
	.getureikaiList .items:after {
		display: block;
		width: 20.5%;
		content: "";
	}
	.getureikaiList .items:before {
		-ms-flex-order: 1;
		-webkit-order: 1;
		        order: 1;
		display: block;
		width: 20.5%;
		content: "";

		-webkit-box-ordinal-group: 2;
	}
	.getureikaiList .item {
		width: 20.5%;
		margin-bottom: 60px;
	}
}
@media (max-width: 767px) {
	.getureikaiList {
		padding: 30px 0;
	}
	.getureikaiList .item {
		margin-bottom: 30px;
	}
	.getureikaiList .item-picture {
		max-width: 240px;
		margin: 0 auto 10px;
	}
	.getureikaiList .item-title {
		font-size: 1em;
	}
}

/*----------------------------------------------------
	得々パックプラン
----------------------------------------------------*/
.game2Content {
	padding: 20px 0 80px;
	text-align: center;
	background-color: #cd2b25;
}
.game2Content .item-picture {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.game2Content {
		padding: 20px 0 40px;
	}
	.game2Content .item-picture {
		margin-bottom: 30px;
	}
}

/*----------------------------------------------------
	焼肉プラン
----------------------------------------------------*/
.yakinikuContent {
	padding: 20px 0 80px;
	text-align: center;
}
.yakiniku .item-picture {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.yakiniku {
		padding: 20px 0 40px;
	}
	.yakiniku .item-picture {
		margin-bottom: 30px;
	}
}

/*----------------------------------------------------
	バーベキュープラン
----------------------------------------------------*/
.bbqContent {
	padding: 20px 0 80px;
	text-align: center;
}
.bbq .item-picture {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.bbq {
		padding: 20px 0 40px;
	}
	.bbq .item-picture {
		margin-bottom: 30px;
	}
}

/*----------------------------------------------------
	サラダカップ
----------------------------------------------------*/
.saladcup-wrap {
	background: url(../images/saladcup/bg.png);
}

@media (min-width: 768px) {
	.saladcup-visual {
		padding: 50px 0;
	}
}

@media (max-width: 767px) {
	.saladcup-visual {
		padding: 20px 0;
	}
}

.saladcup-nav li a {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	background-color: #ccc;
	border-radius: 10px;

	-webkit-box-align: center;
	-webkit-box-pack: center;
}

.saladcup-nav li a.current {
	color: #fff;
	background: #2e4888;
}

@media (min-width: 768px) {
	.saladcup-nav {
		padding: 50px 0;
	}
	.saladcup-nav ul {
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-pack: justify;
	}
	.saladcup-nav li {
		width: 16%;
	}
	.saladcup-nav li a {
		height: 70px;
		font-size: 17px;/*22px*/
	}
	.saladcup-nav li a:hover {
		color: #fff;
		background: #2e4888;
	}
	.saladcup-nav .saladcup-nav-result {
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-pack: center;
	}
	.saladcup-nav-result li {
		width: 30%;
	}
	.nav-result li {
		width: 30%;
	}
}

@media (max-width: 767px) {
	.saladcup-nav {
		padding: 20px 0;
	}
	.saladcup-nav a {
		height: 36px;
	}
	.saladcup-nav li:not(:last-child) {
		margin-bottom: 10px;
	}
}

.saladcup-body .item-title {
	margin-bottom: 1.25em;
	font-weight: bold;
	text-align: center;
}

@media (min-width: 768px) {
	.saladcup-body .item-section {
		padding: 50px 0;
	}
	.saladcup-body .item-title {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.saladcup-body .item-section {
		padding: 20px 0;
	}
}

.saladcup-body table {
	width: 100%;
}
.saladcup-body table th {
	vertical-align: top;
}

.saladcup-body .item-feature {
	font-size: 15px;
}
.saladcup-body .item-feature tr {
	border-bottom: 1px solid #ccc;
}
.saladcup-body .item-feature tr:first-child {
	border-top: 1px solid #ccc;
}
@media (min-width: 768px) {
	.saladcup-body .item-feature th {
		width: 270px;
	}
	.saladcup-body .item-feature th {
		padding: .75em 3.5em;
	}
	.saladcup-body .item-feature td {
		padding: .75em 0;
	}
}
@media (max-width: 767px) {
	.saladcup-body .item-feature {
		font-size: 12px;
	}
	.saladcup-body .item-feature th {
		padding: .5em .5em;
		white-space: nowrap;
	}
	.saladcup-body .item-feature td {
		padding: .5em .5em;
	}
}

.saladcup-body .item-date {
	font-size: 18px;
	text-align: center;
}
.saladcup-body .item-date tr {
	border-bottom: 1px solid #ccc;
}
.saladcup-body .item-date tr:first-child {
	border-top: 1px solid #ccc;
}
.saladcup-body .item-date tr:nth-child(even) {
	background-color: #f2f2f2;
}
.saladcup-body .item-date thead {
	background: rgba(217, 227, 240, .5);
}
.saladcup-body .item-date th {
	text-align: center;
}
.saladcup-body .item-date td {
	text-align: center;
}
.saladcup-body .item-date.item-date--col2 td {
	text-align: left;
}
@media (min-width: 768px) {
	.saladcup-body .item-date th {
		padding: .75em 2em;
	}
	.saladcup-body .item-date td {
		padding: .75em 2em;
	}
	.saladcup-body .item-date.item-date--col2 td:nth-child(1) {
		width: 14em;
	}
}
@media (max-width: 767px) {
	.saladcup-body .item-date {
		font-size: 12px;
	}
	.saladcup-body .item-date th {
		padding: .5em .5em;
	}
	.saladcup-body .item-date td {
		padding: .5em .5em;
	}
}

@media (max-width: 767px) {
	.saladcup-body .item-date-wrap {
		overflow: auto;
		overflow-x: scroll;

		-webkit-overflow-scrolling: touch;
	}
	.saladcup-body .item-date-wrap table {
		width: 600px;
	}
}

/*----------------------------------------------------
	公認パーフェクト PERFECT 300GAME
----------------------------------------------------*/
.perfect300 .items-title {
	margin-bottom: 24px;
}

.perfect300 .header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	color: #fff;
	font-weight: bold;
	background-color: #05479e;
}

.perfect300 .items {
	margin-bottom: 60px;
	font-size: 12px;
	line-height: 1.25;
}
@media (max-width: 767px) {
	.perfect300 .items {
		margin-bottom: 40px;
	}
}

.perfect300 .item:nth-child(odd) {
	background-color: #f2f2f2;
}

.perfect300 dd {
	padding: .75em .5em;
	text-align: center;
}

.perfect300 .header,
.perfect300 .item {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-align: center;
}
.perfect300 .header dd:nth-child(1),
.perfect300 .item dd:nth-child(1) {
	width: 40px;
}
.perfect300 .header dd:nth-child(2),
.perfect300 .item dd:nth-child(2) {
	width: 200px;
}
.perfect300 .header dd:nth-child(3),
.perfect300 .item dd:nth-child(3) {
	width: 200px;
}

.perfect300 .col4 dd:nth-child(4) {
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;

	-webkit-box-flex: 1;
}

.perfect300 .col5 dd:nth-child(4) {
	width: 300px;
}

.perfect300 .col5 dd:nth-child(5) {
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;

	-webkit-box-flex: 1;
}

@media (max-width: 767px) {
	.perfect300 .header,
	.perfect300 .item {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.perfect300 .header dd:nth-child(1),
	.perfect300 .item dd:nth-child(1) {
		width: 40px;
	}
	.perfect300 .header dd:nth-child(2),
	.perfect300 .item dd:nth-child(2) {
		width: calc((100% - 40px) / 2);
	}
	.perfect300 .header dd:nth-child(3),
	.perfect300 .item dd:nth-child(3) {
		width: calc((100% - 40px) / 2);
	}
	.perfect300 .col4 dd:nth-child(4) {
		-webkit-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
		padding: 0 0 .5em 40px;

		-webkit-box-flex: 100%;
	}
	.perfect300 .col5 dd:nth-child(4) {
		width: 100%;
		padding-top: 0;
	}
	.perfect300 .col5 dd:nth-child(5) {
		width: 100%;
		padding-top: 0;
	}
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.fadeIn {
	display: none;
}
.fadeIn.show {
	-webkit-animation: fadeIn .6s linear;
	        animation: fadeIn .6s linear;
}

.crop {
	position: relative;
	display: block;
	padding: 100% 0 0;
	overflow: hidden;
}
.crop img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.flex--justify {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;

	-webkit-box-pack: justify;
}

.flex--wrap {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.flex--center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;

	-webkit-box-pack: center;
}

.flex--middle {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;

	-webkit-box-align: center;
}

.row-middle {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-align: center;
	-webkit-box-pack: center;
}

.bold,
.strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

.mt-1 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mb-1 {
	margin-bottom: 1rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.ml-1 {
	margin-left: 1rem;
}

.ml-2 {
	margin-left: 2rem;
}

.mr-1 {
	margin-right: 1rem;
}

.mr-2 {
	margin-right: 2rem;
}

.mx-1 {
	margin-right: 1rem;
	margin-left: 1rem;
}

.mx-2 {
	margin-right: 2rem;
	margin-left: 2rem;
}

.my-1 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-2 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.pt-1 {
	padding-top: 1rem;
}

.pt-2 {
	padding-top: 2rem;
}

.pb-1 {
	padding-bottom: 1rem;
}

.pb-2 {
	padding-bottom: 2rem;
}

.pl-1 {
	padding-left: 1rem;
}

.pl-2 {
	padding-left: 2rem;
}

.pr-1 {
	padding-right: 1rem;
}

.pr-2 {
	padding-right: 2rem;
}

.px-1 {
	padding-right: 1rem;
	padding-left: 1rem;
}

.px-2 {
	padding-right: 2rem;
	padding-left: 2rem;
}

.py-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-2 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.fz-12 {
	font-size: .75em;
}

.fz-14 {
	font-size: .875em;
}

.fz-16 {
	font-size: 1em;
}

.fz-18 {
	font-size: 1.125em;
}

.fz-20 {
	font-size: 1.25em;
}

.fz-22 {
	font-size: 1.375em;
}

.fz-24 {
	font-size: 1.5em;
}

.c-blue {
	color: #05479e;
}

.c-yellow {
	color: #fcee21;
}

.c-sky {
	color: #00a2d7;
}

.c-pink {
	color: #e94ea3;
}

.w130 {
	width: 130px;
}

.w115 {
	width: 115px;
}

.underconstruction {
	padding: 200px 0;
	text-align: center;
}
