@charset "utf-8";

/* ========================================================
	はじめてのボウリング
======================================================== */

/* beginner_head
============================================================================================================ */
.beginner_head {
	position: relative;
	border-left: 20px solid #1a1a1a;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6;
}
.beginner_head::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(https://www.sugai-dinos.jp/bowling/images/beginner/main_bg.jpg) 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.beginner_head::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #ffa423 url(../images/common/pattern_bg.png);
}
.beginner_head > * {
	position: relative;
	z-index: 3;
}
.beginner_head > * > * {
	border-radius: 40px;
	background: #ffa423 url(../images/common/pattern_bg.png);
}
.beginner_head h1 {
	font-size: 4.2rem;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px), print {
	.beginner_head {
		height: 600px;
		padding: 100px 0;
	}
	.beginner_head::before {
		width: calc(100% - 200px);
	}
	.beginner_head::after {
		width: 200px;
		background-position: 0 100px;
	}
	.beginner_head > * {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.beginner_head > * > * {
		min-width: 550px;
		height: 400px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		padding: 50px;
	}
}
@media screen and (min-width: 1440px) {
	.beginner_head::before {
		width: calc(50% + 510px);
	}
	.beginner_head::after {
		width: calc(50% - 510px);
		background-position: 100% 100px;
	}
	.beginner_head > * {
		width: 1400px;
		margin: auto;
	}
	.beginner_head > * > * {
		background-position: 30px 0;
	}
}
@media screen and (max-width: 768px) {
	.beginner_head {
		padding: 50px 0;
		border-left-width: 0;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.beginner_head::before {
		width: 100%;
	}
	.beginner_head::after {
		width: 50px;
		background-position: 0 50px;
		-webkit-background-size: 40px;
		background-size: 40px;
	}
	.beginner_head > * > * {
		display: inline-block;
		padding: 30px 20px;
		border-radius: 20px;
		-webkit-background-size: 40px;
		background-size: 40px;
	}
	.beginner_head h1 {
		font-size: 2.1rem;
		margin-bottom: 10px;
	}
}




/* column_list_block
============================================================================================================ */
.column_list_block .lead {
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.column_list_block .lead {
		margin-bottom: 20px;
		font-size: 1.3rem;
	}
}

/* column_list
============================================================================================================ */
.column_list a {
	position: relative;
	display: block;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5;
}
.column_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;
}
.column_list a::after {
	content: "";
	position: absolute;
	right: 90px;
	left: 90px;
	bottom: 0;
	border-top: 2px solid #ffa423;
}
.column_list a .ph {
	display: block;
	padding-top: 66%;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.column_list a .cont {
	padding: 20px;
}
.column_list a .cat {
	margin-bottom: 10px;
	font-size: 1.3rem;
}
.column_list a .title {
	display: block;
	font-size: 1.8rem;
}
@media screen and (min-width: 769px), print {
	.column_list a .title {
		min-height: 3em;
	}
}
@media screen and (max-width: 768px) {
	.column_list a::after {
		right: 30px;
		left: 30px;
	}
	.column_list a .cont {
		padding: 10px;
	}
	.column_list a .cat {
		margin-bottom: 5px;
		font-size: 1rem;
	}
	.column_list a .title {
		font-size: 1.3rem;
	}
}

.beginner_list_wrap {
	padding: 0 70px;
	position: static;
}
.beginner_list_wrap .column_list a {
	width: 320px;
	margin: 0 10px;
}
.beginner_list_wrap .arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 60px;
	background-color: #fb9a12;
	z-index: 10;
}
.beginner_list_wrap .arrow.prev {
	left: 0;
}
.beginner_list_wrap .arrow.next {
	right: 0;
}
.beginner_list_wrap .arrow.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}
@media screen and (min-width: 769px), print {
	.beginner_list_wrap {
	}
}

@media screen and (max-width: 768px) {
	.beginner_list_wrap {
		padding: 0 30px;
	}
	.beginner_list_wrap .column_list a {
		width: 180px;
		margin: 0 7px;
	}
	.beginner_list_wrap .arrow {
		width: 30px;
	}
}

/* column_detail
============================================================================================================ */
.column_detail.detail_main > header .cat > span {
	min-width: 0;
	padding: 0;
}



/* social
============================================================================================================ */
.detail_main .social {
	border-top: 1px solid #ededed;
	padding-top: 70px;
}
@media screen and (max-width: 768px) {
	.detail_main .social {
		padding-top: 40px;
	}
}