@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : TOPページCSS
===================================================================== */

/* =====================================================================
*    ヘッダー
* =================================================================== */

/* スライダー */
.slider  {
	width: 190px;
	height: 270px;
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.slider .slideWrap {
	height: 100%;
	letter-spacing: -.40em;
	position: absolute;
	top: 0;
}

.slider ul {
	display: inline-block;
	letter-spacing: -.40em;
}

.slider ul li {
	width: 190px;
	height: 270px;
	background-color: #FFF;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.slider ul li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.slider ul li a::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}

.slider ul li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.slider .leftHide,
.slider .rightHide {
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width:700px){
	.slider  {
		width: 100%;
		max-width: 870px;
		height: 410px;
	}

	.slider ul li {
		width: 290px;
		height: 410px;
	}

	.slider .leftButton,
	.slider .rightButton {
		width: 50px;
		height: 50px;
		background-color: #000;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
		cursor: pointer;
	}

	.slider .leftButton {
		left: -60px;
	}

	.slider .rightButton {
		right: -60px;
	}

	.slider .leftButton:after {
		content: "";
		width: 14px;
		height: 14px;
		border-top: 4px solid #FFF;
		border-right: 4px solid #FFF;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 6px;
		right: 0;
		margin: auto;
	}

	.slider .rightButton:after {
		content: "";
		width: 14px;
		height: 14px;
		border-top: 4px solid #FFF;
		border-right: 4px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 6px;
		margin: auto;
	}
}

/* ナビゲーション */
#nav {
	overflow-x: auto;
}

#nav ul {
	width: 100%;
	min-width: 480px;
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}

#nav ul li {
	width: 19.9999999%;
	height: 60px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

#nav ul li:not(:last-child) {
	background: url(../images/common/bg_menu_01_sp.jpg) no-repeat right center;
	background-size: 1px auto;
}

#nav ul li a {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #FFF;
}

#nav ul li img {
	width: 120px;
	height: 90px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#nav ul li svg {
	width: 60px;
	height: 45px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FFF;
}

@media screen and (min-width:700px){
	#nav {
		overflow-y: hidden;
	}

	#nav ul {
		max-width: 1020px;
		margin-top: 0;
		position: relative;
	}

	#nav ul:after {
		content: "";
		width: 100%;
		height: 5px;
		position: absolute;
		bottom: 10px;
		background: url(../images/top/bg_menu_01.png) repeat-x center top;
		left: 0;
		right: 0;
		z-index: 1;
	}

	#nav ul li {
		height: 108px;
		border-bottom-width: 10px;
		border-bottom-style: solid;
	}

	#nav ul li,
	#nav ul li:not(:last-child) {
		background: url(../images/common/bg_menu_01.png) no-repeat right center, url(../images/common/bg_menu_01.png) no-repeat left center;
		background-size: 1px auto, 1px auto;
	}

	#nav ul li a {
		width: 100%;
		height: 78px;
		padding-top: 10px;
		padding-bottom: 20px;
		transition: all 0.2s ease;
	}

	#nav ul li img {
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
	}

	#nav ul li svg {
		transform: scale(2, 2);
		-ms-transform: scale(2, 2);
		-webkit-transform: scale(2, 2);
		-moz-transform: scale(2, 2);
		transition: all 0.2s ease;
	}

	#nav ul li:not(.active) a:hover svg {
		fill: #FFF;
	}
}

/* active時挙動 */
@media screen and (max-width:699px){
	#nav ul li.active:after {
    	content: ' ';
	    width: 0;
    	height: 0;
		border-width: 5px;
		border-style: solid;
		border-top-color: transparent;
		border-left-color: transparent;
		border-right-color: transparent;
    	position: absolute;
    	bottom: 0;
    	left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		z-index: 10;
	}
}

@media screen and (min-width:700px){
	#nav ul li.active:after {
    	content: ' ';
	    width: 0;
    	height: 0;
		border-width: 10px;
		border-style: solid;
		border-top-color: transparent;
		border-left-color: transparent;
		border-right-color: transparent;
    	position: absolute;
    	bottom: 0;
    	left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		z-index: 10;
	}
}

#nav ul li.active a {
	cursor: default;
}


/* =====================================================================
*    コンテンツ
* =================================================================== */
.contents .inner {
	max-width: none;
}

/* ブロック共通 */
.contents #listBlock {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	letter-spacing: -.40em;
}

.contents #listBlock li {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	box-sizing: border-box;
}

.contents #listBlock li .listBlock_inner {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 30px;
	text-align: left;
	text-decoration: none;
	letter-spacing: normal;
	z-index: 10;
}

.contents #listBlock li .listBlock_inner,
.contents #listBlock li .listBlock_inner > * {
	background-color: #ffffff;
	box-sizing: border-box;
}

.contents #listBlock li .listBlock_inner .image {
	order: 2;
	width: calc(320 / 690 * 100%);
}

.contents #listBlock li .listBlock_inner .image img {
	width: 100%;
}

.contents #listBlock li .listBlock_inner h2 {
	order: 1;
	width: 100%;
	padding: 1.2rem 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

.contents #listBlock li .listBlock_inner .textbox {
	order: 3;
	width: calc(370 / 690 * 100%);
}

.contents #listBlock li .listBlock_inner .date {
	width: 100%;
	color: #333333;
	padding: 0 1rem 1.2rem 1rem;
	font-size: 1.2rem;
	line-height: 1.6;
	background-color: #ffffff;
	box-sizing: border-box;
}

.contents #listBlock li .listBlock_inner .place {
	width: 100%;
	color: #333333;
	padding: 0 1rem 1.2rem 1rem;
	font-size: 1.2rem;
	line-height: 1.6;
	background-color: #ffffff;
	box-sizing: border-box;
}

.contents #listBlock li .listBlock_inner .text {
	width: 100%;
	color: #333333;
	padding: 0 1rem 1.2rem 1rem;
	font-size: 1.2rem;
	line-height: 1.6;
	background-color: #ffffff;
	box-sizing: border-box;
}

.contents #listBlock li .listBlock_inner .btn_wrap {
	order: 4;
	position: absolute;
	left: -10px;
	top: 0;
	display: block;
	width: calc(100% + 30px);
	height: 100%;
	background-color: transparent;
	z-index: 30;
}

.contents #listBlock li .listBlock_inner .btn_wrap::after {
	content: '';
	position: absolute;
	right: 5px;
	top: 50%;
	display: block;
	width: 10px;
	height: 16px;
	background-color: #ffffff;
	transform: translateY(-50%);
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

.contents #listBlock li .listBlock_inner .btn {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.contents #listBlock li .listBlock_inner .btn a {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.contents #listBlock li .listBlock_inner .btn a span {
	display: none;
}

.contents #listBlock li .listBlock_inner .status {
	order: 4;
	position: absolute;
	right: 40px;
	bottom: 5px;
	display: inline-block;
	height: 20px;
	padding-left: 1rem;
	padding-right: 1rem;
	color: #333333;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	background-color: #eae9e7;
}

.contents #listBlock li .listBlock_inner .status.end {
	color: #ffffff;
	background-color: #393631;
}

.contents #listBlock li .listBlock_inner .status:empty {
	display: none;
}

.contents #listBlock li .listBlock_inner .icon {
	order: 4;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 30px;
	height: 30px;
}

.contents #listBlock li .listBlock_inner .icon svg {
	width: 100%;
	height: 100%;
	fill: #ffffff;
}

@media screen and (min-width:700px){
	.contents #listBlock {
		position: relative;
		height: 2000px;
	}

	.contents #listBlock li {
		position: absolute;
		top: 0;
		left: 50%;
		width: 240px;
		margin-bottom: 20px;
		margin-left: -110px;
		margin-right: 10px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		overflow: hidden;
	}

	.contents #listBlock li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50px;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		z-index: 1;
	}

	.contents #listBlock li .listBlock_inner {
		border-bottom-style: solid;
		border-bottom-width: 5px;
	}

	.contents #listBlock li .listBlock_inner .image {
		order: 1;
		width: 100%;
	}

	.contents #listBlock li .listBlock_inner h2 {
		order: 2;
	}

	.contents #listBlock li .listBlock_inner .textbox {
		width: 100%;
	}

	.contents #listBlock li .listBlock_inner .btn_wrap {
		left: -10px;
		top: -10px;
		width: calc(100% + 20px);
		height: calc(100% + 15px);
	}

	.contents #listBlock li .listBlock_inner .btn_wrap::after {
		content: none;
	}

	.contents #listBlock li .listBlock_inner .btn a:hover {
		opacity: 0.85;
	}

	.contents #listBlock li .listBlock_inner .btn a span {
		display: block;
		width: 210px;
	}

	.contents #listBlock li .listBlock_inner .btn a span.more_text {
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		border: 2px solid #ffffff;
		border-radius: 5px;
	}

	.contents #listBlock li .listBlock_inner .btn a span.title {
		padding-top: 15px;
		color: #ffffff;
		font-size: 14px;
		font-weight: normal;
		line-height: 22px;
		text-align: left;
	}

	.contents #listBlock li .listBlock_inner .status {
		left: 0;
		right: auto;
		bottom: 9px;
		min-width: 110px;
	}
}

