@charset "utf-8";
/*=============================================================
 main
=============================================================*/
/* .ttlVol
-------------------------------------------------------------*/
.ttlVol{
	text-align: center;
}
.ttlVol p{
	display: inline-block;
	vertical-align: bottom;
	font-family: 'EB Garamond', serif;
	line-height: 1.0;
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 20px;
}
.ttlVol p:after{
	content: "";
	display: block;
	width:60px;
	height:5px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.ttlVol p span{
	font-size: 36px;
}
.ttlVol p strong{
	font-size: 88px;
	font-weight: 400;
}
.ttlVol h3{
	font-size: 21px;
}
/* .areaPhoto
-------------------------------------------------------------*/
.areaPhoto{
	max-width: 1024px;
	margin: 60px auto 0;
	padding: 0 0 10px;
}
/* .boxList
-------------------------------------------------------------*/
.boxList{
	max-width: 700px;
	margin: 20px auto 0;
}
.boxList ol{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.boxList ol li{
	width: 48%;
	border-bottom: 1px solid #ccc;
}
.boxList ol a{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px 0 10px 40px;
	line-height: 1.35;
	position: relative;
}
.boxList ol a:before{
	content: "";
	width: 10px;
	height: 21px;
	background: url("../../shared/img/arw_brown.png") no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px) {
/* .ttlVol
-------------------------------------------------------------*/
.ttlVol p span{
	font-size: 24px;
}
.ttlVol p strong{
	font-size: 68px;
	font-weight: 400;
}
.ttlVol h3{
	font-size: 17px;
}
/* .areaPhoto
-------------------------------------------------------------*/
.areaPhoto{
	margin: 40px -20px 0;
}
.areaPhoto img{
	width: auto;
	height: 600px;
}
/* .boxList
-------------------------------------------------------------*/
.boxList ol{
	display: block;
}
.boxList ol li{
	width: 100%;
}
/* sp-table-scroll 
-------------------------------------------------------------*/
.sp-table-scroll {
		overflow: auto;
		white-space: nowrap;
		table-layout: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		z-index: 100;
		padding: 0 0 10px;
}
	html:not(.win) .sp-table-scroll::-webkit-scrollbar {
	height:5px;
	}
	html:not(.win) .sp-table-scroll::-webkit-scrollbar-track {
		background:#e3e4e5;
		border-radius:10px;
	}
	html:not(.win) .sp-table-scroll::-webkit-scrollbar-thumb {
		background:#84919d;
		border-radius:10px;
	}
	.sp-table-scroll .arwSc {
		background: url(../img/table-arw.png) no-repeat 0 0/auto 46px;
		width: 46px;
		height: 46px;
		margin: 0 0 0 -23px;
		position: absolute;
		top: 5px;
		left: 50%;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		transition: opacity 0.2s ease-out;
	}
	.sp-table-scroll.sc .arwSc {
		opacity: 0.4;
		visibility: visible;
	}
	.sp-table-scroll figure {
		width: 100%;
	}
	.sp-table-scroll img {
		max-width: none !important;
		vertical-align: bottom;
	}
}


	
	
	
	
	
	
	
	
	
	
	
	
	
	