@charset "utf-8";

/* ========================================================
	INDEX
======================================================== */

/* bowling_shop_list
============================================================================================================ */
.bowling_shop_list {
}
.bowling_shop_list a {
	position: relative;
	display: block;
	background-color: #fff;
	border-bottom: 2px solid #f1f1f1;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6;
}
.bowling_shop_list a .ph {
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
@media screen and (min-width: 769px), print {
	.bowling_shop_list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		max-width: 840px;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -40px auto 0;
	}
	.bowling_shop_list > * {
		width: 240px;
		padding: 40px 20px 0;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	.bowling_shop_list a::after {
		content: "";
		position: absolute;
		right: 45px;
		left: 45px;
		bottom: -2px;
		border-top: 2px solid #ffa423;
	}
	.bowling_shop_list a::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		height: 80px;
		background-color: #f00;
		border-radius: 50px 50px 0 0;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
		box-shadow: 0 0 10px rgba(0,0,0,.1);
		z-index: -1;
	}
	.bowling_shop_list a .ph {
		display: block;
		height: 160px;
	}
	.bowling_shop_list a .name {
		display: table-cell;
		width: 240px;
		height: 100px;
		vertical-align: middle;
	}
}
@media screen and (min-width: 1100px) {
	.bowling_shop_list {
		max-width: 1056px;
		justify-content: center;
	}
	.bowling_shop_list > * {
		padding-right: 12px;
		padding-left: 12px;
	}
	.bowling_shop_list > *:nth-child(5) {
		margin-left: 10px;
	}
	.bowling_shop_list > *:nth-child(8) {
		margin-right: 10px;
	}
}
@media screen and (min-width: 1360px) {
	.bowling_shop_list {
		max-width: none;
	}
}
@media screen and (max-width: 768px) {
	.bowling_shop_list > * + * {
		margin-top: 10px;
	}
	.bowling_shop_list a {
		display: table;
		width: 100%;
		height: 110px;
		font-size: 1.3rem;
		border-bottom-width: 1px;
	}
	.bowling_shop_list a::after {
		content: "";
		position: absolute;
		right: 30px;
		left: calc(50% + 30px);
		bottom: -1px;
		border-top: 2px solid #ffa423;
	}
	.bowling_shop_list a > * {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
}


/* bowlingIndexContents
============================================================================================================ */
#bowlingIndexContents {
}
#bowlingIndexContents > section {
	position: relative;
	font-weight: bold;
	color: #fff;
}
#bowlingIndexContents > section.bg_dark {
	background-color: #fb9a12;
}
#bowlingIndexContents > section::before,
#bowlingIndexContents > section::after {
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
#bowlingIndexContents > section.sec01::before,
#bowlingIndexContents > section.sec01::after {
	background-image: url(../images/index/ph01.jpg);
}
#bowlingIndexContents > section.sec02::before,
#bowlingIndexContents > section.sec02::after {
	background-image: url(../images/index/ph02.jpg);
}
#bowlingIndexContents > section.sec03::before,
#bowlingIndexContents > section.sec03::after {
	background-image: url(../images/index/ph03.jpg);
}
#bowlingIndexContents > section.sec04::before,
#bowlingIndexContents > section.sec04::after {
	background-image: url(../images/index/ph04.jpg);
}

#bowlingIndexContents > section > * {
	position: relative;
	z-index: 3;
}

@media screen and (min-width: 769px), print {
	#bowlingIndexContents > section {
		min-height: 580px;
		font-size: 1.8rem;
	}
	#bowlingIndexContents > section::before {
		content: "";
		position: absolute;
		width: 52%;
	}
	#bowlingIndexContents > section.ph_t::before {
		top: 0;
		bottom: 40px;
	}
	#bowlingIndexContents > section.ph_b::before {
		top: 40px;
		bottom: 0;
	}
	#bowlingIndexContents > section.ph_r::before {
		right: 0;
	}
	#bowlingIndexContents > section.ph_l::after {
		left: 0;
	}
	#bowlingIndexContents > section.ph_r.ph_t::before {
		border-radius: 0 0 0 50px;
	}
	#bowlingIndexContents > section.ph_r.ph_b::before {
		border-radius: 50px 0 0 0;
	}
	#bowlingIndexContents > section.ph_l.ph_t::before {
		border-radius: 0 0 50px 0;
	}
	#bowlingIndexContents > section.ph_l.ph_b::before {
		border-radius: 0 50px 0 0;
	}
	#bowlingIndexContents > section > * {
		width: 50%;
		padding: 100px 5%;
	}
	#bowlingIndexContents > section.ph_l > * {
		margin-left: auto;
	}
	#bowlingIndexContents > section h1 {
		margin-bottom: 20px;
		font-size: 4.2rem;
		white-space: nowrap;
		line-height: 1.4;
	}
	#bowlingIndexContents > section ul {
		margin-top: 40px;
	}
	#bowlingIndexContents > section li + li {
		margin-top: 10px;
	}
	#bowlingIndexContents > section ul a {
		margin: 0;
	}
	#bowlingIndexContents > section ul.multi {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 570px;
	}
	#bowlingIndexContents > section.ph_l ul.multi {
		margin-left: calc(100% - 570px);
	}
	#bowlingIndexContents > section ul.multi > * {
		padding-right: 10px;
	}
	#bowlingIndexContents > section ul.multi li + li {
		margin-top: 0;
	}
	#bowlingIndexContents > section ul.multi .box_btn {
		width: 100%;
	}
	#bowlingIndexContents > section ul.multi > * {
		width: 50%;
	}
	#bowlingIndexContents > section ul.multi > *:nth-child(2) ~ * {
		margin-top: 20px;
	}
}
@media screen and (min-width: 1350px) {
	#bowlingIndexContents > section > * {
		padding-left: 7%;
		padding-right: 7%;
	}
	#bowlingIndexContents > section::before,
	#bowlingIndexContents > section::after {
		width: 54%;
	}
}
@media screen and (min-width: 1450px) {
	#bowlingIndexContents > section > * {
		padding-left: 9%;
		padding-right: 9%;
	}
	#bowlingIndexContents > section::before,
	#bowlingIndexContents > section::after {
		width: 57%;
	}
}
@media screen and (max-width: 768px) {
	#bowlingIndexContents > section.ph_t::before,
	#bowlingIndexContents > section.ph_b::after {
		content: "";
		display: block;
		height: 170px;
	}
	#bowlingIndexContents > section.ph_t {
		padding-bottom: 40px;
	}
	#bowlingIndexContents > section.ph_t::before {
		margin-bottom: 30px;
		border-radius: 0 0 20px 20px;
	}
	#bowlingIndexContents > section.ph_b {
		padding-top: 40px;
	}
	#bowlingIndexContents > section.ph_b::after {
		margin-top: 40px;
		border-radius: 20px 20px 0 0;
	}
	#bowlingIndexContents > section h1 {
		margin-bottom: 10px;
		font-size: 2.2rem;
		line-height: 1.4;
	}
	#bowlingIndexContents > section ul {
		margin: 20px -3px 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#bowlingIndexContents > section ul > * {
		width: 50%;
		padding: 0 3px;
	}
	#bowlingIndexContents > section ul > *:nth-child(2) ~ * {
		margin-top: 10px;
	}
}

/* index_recommend_block
============================================================================================================ */
.index_recommend_block {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.index_recommend_block .lead {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.5;
}
.index_recommend_block .arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 60px;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	z-index: 10;
}
.index_recommend_block .arrow.prev {
	left: -1px;
}
.index_recommend_block .arrow.next {
	right: -1px;
}
@media screen and (min-width: 769px), print {
	.index_recommend_block .arrow:hover {
		background-color: #1a1a1a;
		border-color: #1a1a1a;
	}
}
@media screen and (max-width: 768px) {
	.index_recommend_block .lead {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.index_recommend_block .slide_bnr_block {
		position: relative;
	}
	.index_recommend_block .arrow {
		top: 40px;
		bottom: 40px;
		width: 30px;
	}
}