@charset "utf-8";
/* CSS Document */

#scape_menu{
	background:#f0f0f0;
	padding: 0.875rem;
	border-radius: 0px 10px 0px 0px;
	margin-top: 1rem;
}
#scape_menu h2 {
	padding-bottom:0px;
	background:url(/common/image/bg_dot_line.gif) repeat-x left bottom;
	margin-bottom: 0.5rem;
}
#scape_menu>ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#scape_menu li{
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0 0 0 1.25rem;
	background: url(/common/image/arrow_red_large.png) no-repeat 0.125rem 0;
	margin: 0.5rem 0.25rem;
}
#scape_menu li.current{
	background-image: url(/common/image/arrow_gray_large.png);
}
#scape_menu li a{
	text-decoration:none;
}

#scape_menu li.current a{
	color:#666666;
}

#scape_menu li a:hover{
	text-decoration:underline;
}


ul.photo_entry{
	margin:10px 0 1rem 0;
	display: flex;
	justify-content: flex-end;
}
ul.photo_entry li{
	width:auto;
}

ul.photo_entry li a{
	text-decoration:none;
}

ul.photo_entry li a:hover{
	text-decoration:underline;
}

.col3 .col{
	/*width: 185px;*/
	margin: 0 40px 1.5rem 0;
	border: #d5d5d5 1px solid;
	padding: 14px;
	background-color: #fff;
	box-shadow: 1px 2px 8px -2px rgba(0,0,0,0.3);
	position: relative;
}
.col3 .col:nth-of-type(3n){
	margin-right: 0px;
}
#main #scape_body .col img{
	margin: 0;
	width: 100%;
	height: auto;
}
.p-scape_data{
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 0.5625rem;
}
#main .p-scape_data h3.p-scape_data__title{
	font-size: 0.9375rem;
	margin-bottom: 0.125rem;
}
.p-scape_data__vol{
	padding-bottom: 0.375rem;
	margin-bottom: 0.5rem;
	line-height: 1;
	border-bottom: #ccc 1px solid;
}
.col3 .col .p-scape_data a::after{
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	top:-5px; left: -5px;
	border: rgba(230,0,45,0.3) 2px solid;
	background-color: rgba(0,0,0,0.06);
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border-radius: 6px;
	transform: scale(0.9);
	opacity: 0;
	transition: all 0.3s;
}
.col3 .col:hover .p-scape_data a::after{
	opacity: 1;
	transform: scale(1);
}

/**/

#main h1{
	margin: 1rem 0 0;
}

/* index_style */

/*#snav p-snav__label*/
#snav h2.p-snav__label{
	justify-content: center;
	padding: 0;
}

/*p-bn_box*/
.p-bn_box{
	text-align: center;
	width: 100%;
	padding: 0.125rem 0;
	border-radius: 0 0 4px;
}
.p-bn_box .c-sub_bn{
	margin: 0.375rem auto;
	border: #e6e6e6 1px solid;
	width: 100%;
}
#snav .p-bn_box h2.p-bn_box__heading{
	background: none;
	color: #212121;
	margin-bottom: 0.875rem;
	font-size: 1rem;
}

/*p-snav_year_Index*/
.nav.p-snav_year_Index{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#snav>ul.nav.p-snav_year_Index li{
	flex: 0 0 auto;
	width: 25%;
	border: none;
	border-bottom: #fff 1px solid;
}
#snav>ul.nav.p-snav_year_Index li.last{
	border-bottom: none;
}
#snav>ul.nav.p-snav_year_Index li a{
	padding: 0.625rem 0 0.625rem 0;
	text-align: center;
	position: relative;
	background-image: none;
}

#snav>ul.nav.p-snav_year_Index li.current a{
	font-weight: bold;
	background-image: none !important;
}
#snav>ul.nav.p-snav_year_Index li.current a:after{
	content: "";
	display: block;
	box-sizing: border-box;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: #c6c6c6 2px solid;
	position: absolute;
	top:3px; left: 3px;
	border-radius: 4px;
}

/*p-scape_vol*/
.p-scape_year{
	position: relative;
}
.p-scape_year_inner{
	position: absolute;
	top:-65px;
	left: 406px;
	line-height: 1;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 2.25rem;
	font-weight: bold;
	padding-right: 1rem;
}

/*sp*/

.sp #sub #snav{
	position: static;
	margin: 0;
	display: block;
	width: 100%;
}


.sp div#body #scape_menu h2 img{
	max-width: 100%;
	min-width: inherit !important;
}

.sp .p-scape_year_inner{
	top:inherit;
	left: inherit;
	right: 0px;
	bottom:6px;
}

@media print {

}