@charset "utf-8";

/* ========================================================
	共通サイト
======================================================== */

/* color
============================================================================================================ */
/* #e5004e */
.c_theme {
	color: #e5004e !important;
}
.bg_theme {
	background-color: #e5004e !important;
	color: #fff !important;
}
.bd_theme,
.bd_theme::after {
	border-color: #e5004e !important;
}
.hv_bg_theme span.current {
	background-color: #e5004e !important;
}
.hv_bd_theme span.current {
	border-color: #e5004e !important;
}
@media screen and (min-width: 769px) {
	a[href].hv_c_theme:hover,
	.hv_c_theme a[href]:hover,
	a[href]:hover .hv_c_theme,
	a.hv_c_theme.current,
	.hv_c_theme a.current,
	.hv_c_theme span.current {
		color: #e5004e !important;
	}
	a[href].hv_bg_theme:hover,
	.hv_bg_theme a[href]:hover,
	a[href]:hover .hv_bg_theme,
	a.hv_bg_theme.current,
	.hv_bg_theme a.current {
		background-color: #e5004e !important;
	}
	a[href].hv_bd_theme:hover,
	.hv_bd_theme a[href]:hover,
	a[href]:hover .hv_bd_theme,
	a.hv_bd_theme.current,
	.hv_bd_theme a.current {
		border-color: #e5004e !important;
	}
}

#header::before {
	border-color: #e5004e;
}
.bg_theme_pattern {
	background-color: #e5004e;
	background-image: url(../images/common/pattern_bg.png);
}

.slick-dots li.slick-active button::after {
	background-color: #e5004e !important;
}
@media screen and (min-width: 769px), print {
	.slick-dots li button:hover::after {
		background-color: #e5004e !important;
	}
}

.box_btn,
a.box_btn,
a .box_btn {
	border-color: #e5004e;
	background-color: #e5004e;
}
@media screen and (min-width: 769px), print {
	a[href].box_btn:hover,
	button.box_btn:hover,
	a[href]:hover .box_btn {
		color: #e5004e;
	}
	.paging .prev a:hover::after,
	.paging .next a:hover::after {
		border-color: #e5004e;
	}
}

.back_btn a::before {
	border-color: #e5004e;
}



/* header nav
============================================================================================================ */
#header .site_link ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#header .site_link li {
	width: 230px;
}
#header .site_link li a {
	position: relative;
	display: block;
	padding: 30px 0;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
#header .site_link li a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #ededed transparent;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#header .site_link li a .ff_en {
	display: block;
	margin-bottom: 5px;
	font-size: 2rem;
	font-weight: 700;
}
@media screen and (min-width: 769px), print {
	#header .site_link {
		padding-top: 60px;
	}
	#header .site_link li a:hover,
	#header .site_link li a:hover .site_ico {
		color: #fff;
	}
	#header .site_link li a:hover::after {
		border-bottom-color: #fff;
	}
}
@media screen and (max-width: 768px) {
	#header .site_link {
		padding-top: 30px;
	}
	#header .site_link ul {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#header .site_link li {
		width: calc(50% - 7px);
	}
	#header .site_link li:nth-child(2) ~ * {
		margin-top: 14px;
	}
	#header .site_link li a {
		padding: 0 0 10px;
		font-size: 1.1rem;
		line-height: 1.5;
	}
	#header .site_link li a::before {
		content: "";
		display: block;
		margin-bottom: 5px;
		padding-top: 60%;
		background-position: 50%;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#header .site_link li a.cinema::before {
		background-image: url(../images/common/ph_cinema.jpg);
	}
	#header .site_link li a.bowling::before {
		background-image: url(../images/common/ph_bowling.jpg);
	}
	#header .site_link li a.park::before {
		background-image: url(../images/common/ph_park.jpg);
	}
	#header .site_link li a.sports::before {
		background-image: url(../images/common/ph_sports.jpg);
	}
	#header .site_link li a .ff_en {
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	#header .site_link a .site_ico {
		font-size: 4rem;
	}
}




/* amusement_list
============================================================================================================ */
.amusement_list a {
	position: relative;
	display: block;
	text-align: center;
	border-bottom: 1px solid;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.8;
	color: #e6e6e6;
}
.amusement_list a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.amusement_list a span {
	display: block;
}
.amusement_list a > span {
	color: #1a1a1a;
}
.amusement_list a .ph {
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.amusement_list a.cinema .ph {
	background-image: url(../images/common/ph_cinema.jpg);
}
.amusement_list a.bowling .ph {
	background-image: url(../images/common/ph_bowling.jpg);
}
.amusement_list a.park .ph {
	background-image: url(../images/common/ph_park.jpg);
}
.amusement_list a.sports .ph {
	background-image: url(../images/common/ph_sports.jpg);
}
.amusement_list a .ff_en {
	font-size: 2rem;
	font-weight: 700;
}
@media screen and (min-width: 769px), print {
	.amusement_list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.amusement_list > * {
		width: 230px;
	}
	.amusement_list a {
		padding-bottom: 30px;
	}
	.amusement_list a .ph {
		height: 160px;
	}
	.amusement_list a .site_ico {
		margin: 20px 0 5px;
	}
}
@media screen and (max-width: 768px) {
	.amusement_list > * + * {
		margin-top: 10px;
	}
	.amusement_list a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.amusement_list a > * {
		width: 50%;
	}
	.amusement_list a .ph {
		height: 110px;
	}
	.amusement_list a .site_ico {
		font-size: 5rem;
	}
	.amusement_list a .ff_en {
		font-size: 1.4rem;
	}
}