﻿@charset "utf-8";

				/* Common ◆◆◆◆◆*/
* {	 
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.c4put,
.c3put,
.c2put,
.c1put,
.c3pu,
.c2pu,
.c1pu,
.cb1put,
.cb2put,
.cb3put,
.contents_wrapper {
	margin: 0 auto;
}
.contents_wrapper {
	width: 1011px;
}
				@media screen and (max-width:1010px){
.contents_wrapper {
	width: 100%;
}
				}/*max-width:1010px*/
.c4put {
	width: 1200px;
}
.c3put {
	width: 900px;
}
.c2put {
	width: 600px;
}
.c1put {
	width: 300px;
}
.c3pu{
	width: 777px;
}
.c2pu {
	width: 518px;
}
.c1pu {
	width: 259px;
	clear: both;
	text-align: center;
}
.cb1put {
	width: 350px;
}
.cb2put {
	width: 700px;
}
.cb3put {
	width: 1050px;
}
.exp br {
	display: none;
}
.fc_y {
	color: #fffacd;
}
				@media screen and (max-width:1199px){
.c4put {
	width: 900px;
}
.exp br {
	display: block;
}
				}/*max-width:1199px*/
				@media screen and (max-width:1050px){
.cb3put {
	width: 700px;
	clear: both;
	text-align: center;
}
				}/*max-width:1050px*/
				@media screen and (max-width:899px){
.c4put,
.c3put {
	width: 600px;
}
				}/*max-width:899px*/
				@media screen and (max-width:776px){
.c3pu {
	width: 518px;
}
				}/*max-width:776px*/
				@media screen and (max-width:700px){
.cb2put,
.cb3put {
	width: 350px;
	clear: both;
	text-align: center;
}
				}/*max-width:700px*/
				@media screen and (max-width:599px){
.c4put,
.c3put,
.c2put {
	width: 300px;
}
.exp_photo {
	text-align: left;
	font-size: 110%;
}
.exp_photo br {
	display: none;
}
.c3pu,
.c2pu {
	width: 260px;
}
				}/*max-width:599px*/
				/* ribbon ◆◆◆◆◆*/
.ribbon {
	display: inline-block;
	position: absolute;
	top: -12px;
	left: -50px;
	margin: 0;
	padding: 20px 0 3px 0;
 	background: url("../jp/jp.png");
	border: 2px solid #c7b370;
	z-index: 2;
	width: 130px;
	color: white;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	border-radius: 2px 0 0 0;
	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}
.ribbon b {
	font-weight: normal;
}
				/* source ◆◆◆◆◆*/
.src {
	font-weight: bold;
	font-style: normal;
	font-size: 85%;
}
.src:before {
	content: "出典 "
}
.src:after {
	content: " さん"
}
.src:before,
.src:after {
	font-size: 75%;
}
.src:before,
.src:after,
.src {
	color: #fff;
	text-shadow: 1px 1px 1px #333, 0 0 1em #333, 0 0 0.1em #333;
}
				/* photo ◆◆◆◆◆*/
.hover_b {
	float: left;
	width: 280px;
	height: 350px;
	margin: 10px;
	padding: 0;
	overflow: hidden;
	display: block;
	position: relative;
	text-align: center;
   	box-sizing: border-box;
}
.hover_b:hover {
	background: url("../jp/jp24.png");
}
.hover_b img {
	width: 280px;
	height: 280px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.hover_b:hover img {
	opacity: 0.2;
}
.hover_b .caption {
	height: 185px;
	margin: 0 auto;
	padding: 150px 66px 18px 66px;
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
}
.hover_b:hover .caption {
	color: #192f60;
	text-shadow: 0 0.3px 0.3px #fff;
	opacity: 1;
}
.hover_b .caption,
.hover_b .caption > a {
	position: absolute;
	top:0;
	left: 0;
}
.hover_b .caption > a {
	z-index: 1000;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.hover_b .caption::before,
.hover_b .caption::after {
	position: absolute;
	content: '';
	opacity: 0;
	top: 8px;
	right: 6px;
	bottom: 8px;
	left: 6px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.hover_b .caption::before {
	border-top: 1px solid #202f55;
	border-bottom: 1px solid #202f55;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.hover_b .caption::after {
	border-right: 1px solid #202f55;
	border-left: 1px solid #202f55;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.hover_b:hover .caption::before,
.hover_b:hover .caption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.hover_b:hover .caption::after {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.hover_b .ttl {
	display: table-cell; 
	width: 276px;
	height: 58px;
 	background: url("../jp/jp.png");
	border: 2px solid #c7b370;
	padding: 4px 0;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle; 
}
.hover_b:hover .ttl {
	background: transparent;
	border: none;
	color: #192f60;
}
.hover_b .src {
	position: absolute;
 	display: block;
	bottom: 60px;
	left: 20px;
}
.hover_b:hover .src {
	opacity: 0;
}
				/* report ◆◆◆◆◆*/
.hover_rb .ribbon {
	top: -12px;
	left: -50px;
 	font: 150%/1 MS PGothic,MS Gothic;
	text-indent: -6px;
	font-weight: bold;
}
.hover_rb {
	float: left;
	display: block;
	margin: 10px;
	padding: 0;
	width: 280px;
	height: 460px;
	background: #fff;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.hover_rb img {
	width: 280px;
	height: 187px;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.hover_rb .ttl {
	position: relative;
	display: table-cell;
	width: 280px;
	height: 50px;
	margin: 0 auto;
	padding: 1px 3px;
	color: #583822;
	font-size:108%;
	font-weight: bold;
	vertical-align: middle;
}
.hover_rb .caption {
	position: absolute;
	top: 242px;
	left: 0;  
	width: 266px;
	height: 256px;
	margin: 0 auto;
	padding: 7px;
	color: #192f60;
	font-size: 100%;
	text-align: left;
	line-height: 1.4;
}
.hover_rb .caption em {
	font-weight: bold;
	font-style: normal;
}
.hover_rb .date {
	position: absolute;
	bottom: 0;
	left: 0;  
	width: 280px;
	margin: 0;
	padding: 0px;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hover_rb .date span {
	float: left;
	width: 39px;
	height: 39px;
	margin: 8.5px;
	padding: 0;
	font: 100%/1 MS PGothic,MS Gothic;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	z-index: 1;
	position: relative;
}
.hover_rb .date span:before {
	position: absolute;
	z-index: -1;
	top: -8.5px;
	left: 0;
	content: ' ';
	display: block;
	width: 39px;
	height: 39px;
	background: url("../jp/jj1.jpg");
	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
}
.hover_rb .end span:before {
	background: #999999;
}
.hover_rb .date span.sun:after,
.hover_rb .date span.mon:after,
.hover_rb .date span.tue:after,
.hover_rb .date span.wed:after,
.hover_rb .date span.thu:after,
.hover_rb .date span.fri:after,
.hover_rb .date span.sat:after{
	position: absolute;
	bottom: 7.5px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	font: 80%/1 arial black;
	font-weight: bold;
}
.hover_rb .date span.sun:after {
	content: '（日）';
}
.hover_rb .date span.mon:after {
	content: '（月）';
}
.hover_rb .date span.tue:after {
	content: '（火）';
}
.hover_rb .date span.wed:after {
	content: '（水）';
}
.hover_rb .date span.thu:after {
	content: '（木）';
}
.hover_rb .date span.fri:after {
	content: '（金）';
}
.hover_rb .date span.sat:after {
	content: '（土）';
	color: #a2d7dd;
}
.hover_rb .date span.sun:after,
.hover_rb .date span.hol:after {
	color: #f5b1aa;
}
.hover_rb .date span em {
	font-style: normal;
}
.hover_rb .date span em.finish:before,
.hover_rb .date span em.full:before,
.hover_rb .date span em.bit:before {
	position: absolute;
	top: -20px;
	left: 5px;
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	font-size: 90%;
	font-weight: bold;
	-webkit-transform: rotate(-15deg);
  	transform: rotate(-15deg);
}
.hover_rb .date span em.full:before,
.hover_rb .date span em.bit:before {
	border-top: 12px solid #fbd8b5;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
}
.hover_rb .date span em.finish:before {
	border-top: 12px solid #d4dcda;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
}
.hover_rb .date span em.finish:after,
.hover_rb .date span em.full:after,
.hover_rb .date span em.bit:after {
	position: absolute;
	top: -36px;
	left: -4px;
	width: 50px;
	height: 20px;
	border-radius: 5px;
	font-size: 90%;
	font-weight: bold;
	line-height: 20px;
}
.hover_rb .date span em.finish:after {
	background: #d4dcda;
}
.hover_rb .date span em.full:after,
.hover_rb .date span em.bit:after {
	background: #fbd8b5;
}
.hover_rb .date span em.finish:after {
	content: '終了';
	color: #007bbb;
}
.hover_rb .date span em.full:after {
	content: '満席';
	color: #d0576b;
}
.hover_rb .date span em.bit:after {
	content: 'わずか';
	color: #ee7948;
}
.hover_rb .go {
	position: absolute;
	top: 175px;
	left: 0;  
	display: block;
	width: 280px;
	height: 125px;
	display: block;
	margin: 0;
	padding-top: 160px;
	opacity: 0;
	background: url("../jp/jp.png");
}
.hover_rb .go span:before {
	top: 0;
	left: 0;  
	display: block;
	content: '詳しく見る';
	font-size: 110%;
	font-weight: bold;
	color: #ebe1a9;
	text-shadow: 1px 1px 1px #6d3c32, 0 0 1em #6d3c32, 0 0 0.2em #6d3c32;
}
.hover_rb .go::before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 1px;
	right: 0;
	bottom: 200px;
	left: 0;
}
.hover_rb .go::before {
	border-top: 5px double #c7b370;
	border-bottom: 5px double #c7b370;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.hover_rb .go > a {
	z-index: 1000;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.hover_rb .go::before {
	-webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
	transition: opacity 0.55s, transform 0.55s;
}
.hover_rb:hover .go::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.hover_rb:hover .go {
	color: #202f55;
	opacity: 1;
}
.hover_rb:hover .ttl {
	z-index: 999;
	color: #fff;
	text-shadow: 1px 1px 1px #6d3c32, 0 0 1em #6d3c32, 0 0 0.2em #6d3c32;
}
.hover_rb:hover .caption,
.hover_rb:hover .date {
	display: none;
}
.hover_rb:hover img {
	opacity: 0.85;
}
.hover_rb .src {
	position: absolute;
 	display: block;
	top: 159px;
	left: 13px;
}
.hover_rb:hover .src {
	opacity: 0;
}
				calender ◆*/
.hover_rbs .caption_e {
  	display: inline-block;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
 	width: 245px;
	height: 81px;
	margin: 0;
	padding: 7px 0;
	font-size: 95%;
	line-height: 1.6; 
	text-align: center;
}
.hover_rbs .caption_e .event {
	font-size: 1em;
	color: #622d18;
	font-weight: bold;
	font-style: normal;
}
.hover_rbs .caption_e .start {
	font-style: normal;
	font-weight: bold;
	font-size: .95em;
}
.hover_rbs .caption_e .start small {
	font-weight: normal;
}
.hover_rbs .caption_e .site {
	font-size: 1em;
	color: #622d18;
	font-style: normal;
}
.nolink:hover .caption_e{
	background-color: #fff;

}
.nolink:hover img {
	opacity: 1;
}























				/* access ◆◆◆◆◆*/
.hover_ab {
	float: left;
	width: 245px;
	margin: 15px 7px;
	padding: 0;
	overflow: hidden;
	height: 283px;
	display: block;
	position: relative;
	text-align: center;
   	box-sizing: border-box;
	z-index: 2;
}
.hover_ab:after {
	position: absolute;
	top: 262px;
	left: -23px;
	width: 225px;
	height: 18px;
	font-size: 71%;
	color: #8d6449;

 	content: "ここからの所要時間は おおよそ";
	opacity: 0;
}
.hover_ab img {
	width: 245px;
	height: 245px;
	position: relative;
	margin: 0 auto 10px auto;
	padding: 0;
	display: block;
	border-radius: 8px;
}
.hover_ab .caption {
	height: 165px;
	padding: 85px 10px 10px 17px;
	margin: 0;
	color: #17184b;
	font-size: 95%;
	font-weight: bold;
	line-height: 1.5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: left;
	opacity: 0;
}
.hover_ab .caption,
.hover_ab .caption > a {
	position: absolute;
	top:0;
	left: 0;
}
.hover_ab .caption::before,
.hover_ab .caption::after {
	position: absolute;
	content: '';
	opacity: 0;
}
.hover_ab .caption::before {
	top: 80px;
	right: 10px;
	bottom: 5px;
	left: 10px;
	border-top: 1px solid #202f55;
	border-bottom: 1px solid #202f55;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.hover_ab .caption::after {
	top: 80px;
	right: 10px;
	bottom: 5px;
	left: 10px;
	border-right: 1px solid #202f55;
	border-left: 1px solid #202f55;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.hover_ab .caption > a {
	z-index: 1000;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.hover_ab .access {
	position: relative;
	top: -87px;
	left: 85px;
  	display: inline-block;
	width: 73px;
	height: 65px;
	background-color: #622d18;

	border-radius: 50%;
	border: 1px solid #fff;
	padding: 8px 0px 0 0px;
	color: #fff;
	font-size: 130%;
	line-height: 65px;
	font-weight: bold;
	font-family: "Tahoma";
}
.hover_ab .access {
	position: relative;
}
.hover_ab .access::before {
 	position: absolute;
	top: -3px;
	left: 10px;
	width: 32px;
	height: 32px;
	font-size: 65%;
 	content: url("../icon/car_w.png");
}
.hover_ab .walk::before {
 	content: url("../icon/walk_w.png");
}
.hover_ab .access::after {
 	position: absolute;
	top: 27px;
	left: 39px;
	content: "分";
	font-size: 65%;
}	
.hover_ab .ttl {
  	display: block;
	width: 178px;
	height: 40px;
	font-size: 108%;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	position: relative;
	top: -240px;
	left: 68px;
	text-shadow: 1px 1px 1px #192f60, 0 0 1em #192f60, 0 0 0.2em #192f60;
}
.hover_ab .brown {
	color: #622d18;

	text-shadow: 1px 1px 1px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}
.hover_ab .caption::before,
.hover_ab .caption::after {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.hover_ab:hover {
	background-color: #fff;

	border-radius: 8px;
}
.hover_ab:hover img {
	opacity: 0.06;
}
.hover_ab:hover .caption {
	color: #202f55;
	opacity: 1;
}
.hover_ab:hover .caption::before,
.hover_ab:hover .caption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.hover_ab:hover .ttl {
	color: #622d18;

	text-shadow: 1px 1px 1px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}
.hover_ab:hover .access {
	top: -87px;
	z-index: 2;
}
.hover_ab:hover:after {
	opacity: 1;
}
.hover_ab .src {
	position: absolute;
 	display: block;
	bottom: 40px;
	left: 5px;
	font-size: 80%;
}
.hover_ab .src:before,
.hover_ab .src:after {
	font-size: 70%;
}
.hover_ab:hover .src {
	opacity: 0;
}
				/* photo s ◆◆◆◆◆*/
.hover_is,
.hover_bs {
	float: left;
	width: 245px;
	height: 245px;
	margin: 15px 7px;
	padding: 0;
	overflow: hidden;
	display: block;
	position: relative;
	text-align: center;
   	box-sizing: border-box;
}
.hover_is img,
.hover_bs img {
	width: 245px;
	height: 245px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: block;
	border-radius: 8px;
}
.hover_is .link,
.hover_bs .link {
	width:245px;
	height: 245px;
	padding: 80px 0 0 0;
	color: #fff;
	text-shadow: 1px 1px 1px #192f60, 0 0 1em #192f60, 0 0 0.2em #192f60;
	font-size: 130%;
	line-height: 1.5;
	font-weight: bold;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hover_is .link,
.hover_is .link > a,
.hover_bs .link,
.hover_bs .link > a {
	position: absolute;
	top:0;
	left: 0;
}
.hover_is .link::before,
.hover_is .link::after,
.hover_bs .link::before,
.hover_bs .link::after {
	position: absolute;
	content: '';
	opacity: 0;
}
.hover_is .link::before,
.hover_bs .link::before {
	top: 12px;
	right: 0px;
	bottom: 92px;
	left: 0px;
	border-top: 8px double #fff;
	border-bottom: 8px double #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.hover_is .link::after,
.hover_bs .link::after {
	top: 0px;
	right: 15px;
	bottom: 0px;
	left: 15px;
	border-right: 8px double #fff;
	border-left: 8px double #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.hover_is .link > a,
.hover_bs .link > a {
	z-index: 1000;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.hover_is .ttl,
.hover_bs .ttl {
  	display: block;
	width: 245px;
	height: 40px;
	font-size: 108%;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	position: relative;
	top: -220px;
	left: 0px;
	text-shadow: 1px 1px 1px #192f60, 0 0 1em #192f60, 0 0 0.2em #192f60;
}
.hover_bs .ttl:before {
	position: absolute;
	top: 130px;
	left: 97px;
	content: url("../icon/camera48.png");
}
.hover_is:hover .ttl:before,
.hover_bs:hover .ttl:before {
	opacity: 0;
}
.hover_is .brown,
.hover_bs .brown {
	color: #622d18;

	text-shadow: 1px 1px 1px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}
.hover_is .link em,
.hover_bs .link em {
	font-size: 70%;
}
.hover_is .link::before,
.hover_is .link::after,
.hover_bs .link::before,
.hover_bs .link::after {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.hover_bs:hover {
	background: #eee7e0 url("../icon/camera64.png") no-repeat 90px 140px;
	border-radius: 8px;
}
.hover_is:hover {
	background: #eee7e0 url("../icon/info64.png") no-repeat 90px 140px;
	border-radius: 8px;
}
.hover_is:hover img,
.hover_bs:hover img {
	opacity: 0.06;
}
.hover_is:hover .link::before,
.hover_is:hover .link::after,
.hover_bs:hover .link::before,
.hover_bs:hover .link::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.hover_is:hover .link,
.hover_is:hover .ttl,
.hover_bs:hover .link,
.hover_bs:hover .ttl {
	color: #726250;
	text-shadow: 1px 1px 1px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}
.hover_is:hover .ttl,
.hover_bs:hover .ttl {
	border: none;
	background-color: transparent;
}
.hover_is:hover .link::after,
.hover_bs:hover .link::after {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.hover_bs .src {
	position: absolute;
 	display: block;
	bottom: 60px;
	left: 20px;
}
.hover_bs:hover .src {
	opacity: 0;
}
				/* list ◆◆◆◆◆*/
.hover_bb,
.hover_list {
	float: left;
	width: 330px;
	height: 400px;
	display: block;
	margin: 15px 10px;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
   	box-sizing: border-box;
}
.hover_bb img,
.hover_list img {
	width: 330px;
	height: 210px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: block;
	border-radius: 12px 12px 0 0;
}
.hover_list .desc {
	position: absolute;
	top: 15px;
	left: 40px;
	z-index: 1;
	width: 330px;
	margin: 0;
	padding: 0px 0 20px 0;
	color: #fff;
	text-shadow: 1px 1px 1px #192f60, 0 0 1em #192f60, 0 0 0.2em #192f60;
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hover_list .list {
	border-radius: 0 0 12px 12px;
	padding: 10px 0;
	background-color: #fff;
}
.hover_list .list p {
	margin: 0 15px;
	font-size: 110%;
	line-height: 1.5; 
	color: #2f4f4f;
}
.hover_list .list ul {
	margin-top: 10px;
}
.hover_list .list ul li {
	width: 145px;
	outline: none;
	position: relative;
	z-index: 1;
	padding: 0 0 0 25px;
	margin: 7px 85px 3px 85px;
	background-color: #bbdbf3;
	color: #bbdbf3;
	text-align: left;
	font-size: 115%;
	line-height: 1; 
	font-weight: bold;
	text-decoration: none;
	list-style: none;
}
.hover_list .list ul li:first-child {
	margin: 0px 85px 3px 85px;
}
.hover_list .list ul li a {
	color: #0068b7;
}
.hover_list .list ul li:before {
	display: block;
	position: absolute;
	z-index: -1;
  	content: '▶';
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 120%;
}
.hover_list .list ul li,
.hover_list .list ul li:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.hover_list .list ul li:before {
	right: 0;
	background-color: #fff;
}
.hover_list .list ul li:hover:before {
	width: 0;
}
.hover_list:hover .desc::after {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.hover_list .src {
	position: absolute;
 	display: block;
	top: 185px;
	left: 3px;
}
.hover_list .desc:hover,
.hover_list .src:hover {
	color: #bbe2f1;
}
.hover_list img:hover {
	opacity: .7;
}
				/* hover_bb ◆◆◆◆◆*/
.hover_bb .desc {
	position: absolute;
	top: 115px;
	left: 0px;
	width: 330px;
	margin: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #192f60, 0 0 1em #192f60, 0 0 0.2em #192f60;
	font-size: 180%;
	text-align: center;
	font-weight: bold;
}
.hover_bb .desc::before,
.hover_bb .desc::after {
	position: absolute;
	content: '';
	opacity: 0;
	right: 10px;
	left: 10px;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.hover_bb .desc::before {
	top: -18px;
	border-top: 5px double #202f55;
	border-bottom: 3px double #202f55;

}
.hover_bb .desc::after {
	top: 80px;
	border-top: 3px double #202f55;
	border-bottom: 5px double #202f55;
}
.hover_bb .caption {
  	display: inline-block;
	width: 310px;
	height: 160px;
	background-color: #fff;
	border-radius: 0 0 12px 12px;
	padding: 13px 10px 19px 10px;
	font-size: 140%;
	line-height: 1.5; 
	color: #2f4f4f;
	text-align: left;
}
.hover_bb .caption em {
	font-weight: bold;
	color: #622d18;
	font-style: normal;
}
.hover_bb .desc::before,
.hover_bb .desc::after {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.hover_bb:hover {
	background-color: #eee7e0;

	border-radius: 8px;
}
.hover_bb:hover img {
	opacity: 0.15;
}
.hover_bb:hover .desc {
	color: #202f55;
	text-shadow: 1px 1px 1px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}
.hover_bb:hover .desc::before,
.hover_bb:hover .desc::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.hover_bb:hover .caption {
	background-color: transparent;
}
				/* illumination ◆◆◆◆◆*/
.hover_illb {
	float: left;
	width: 300px;
			height: 380px;
	display: block;
	margin: 15px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
   	box-sizing: border-box;
}
.hover_illb img {
	width: 280px;
	height: 176px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: block;
	border-radius: 8px 8px 0 0;
}
.hover_illb .desc {
	width: 280px;
	height: 180px;
	margin: 0;
	padding: 100px 10px 20px 10px;
	color: #17184b;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
}
.hover_illb .desc,
.hover_illb .desc > a {
	position: absolute;
	top:0;
	left: 0;
}
.hover_illb .desc::before,
.hover_illb .desc::after {
	position: absolute;
	content: '';
	opacity: 0;
}
.hover_illb .desc::before {
	top: 85px;
	right: 10px;
	bottom: 135px;
	left: 10px;
	border-top: 3px double #202f55;
	border-bottom: 3px double #202f55;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.hover_illb .desc > a {
	z-index: 1000;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.hover_illb .caption {
  	display: inline-block;
	width: 264px;
	height: 58px;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	padding: 7px 8px;
	font-size: 98%;
			line-height: 1.3; 
	color: #2f4f4f;
	text-align: left;
}
.hover_illb .caption em {
	font-weight: bold;
	color: #622d18;
	font-style: normal;
}
.hover_illb .desc::before,
.hover_illb .desc::after {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.hover_illb:hover {
	background-color: #eee7e0;

	border-radius: 8px;
}
.hover_illb:hover img {
	opacity: 0.15;
}
.hover_illb:hover .desc {
	color: #202f55;
	opacity: 1;
}
.hover_illb:hover .desc::before,
.hover_illb:hover .desc::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.hover_illb:hover .caption {
	background-color: transparent;
}
.hover_illb:hover .desc::after {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.hover_illb .detail {
  	display: inline-block;
	background-color: #fff;
 	width: 250px;
	height: 118px;
	margin: 0;
	padding: 7px 0 7px 30px;
	font-size: 95%;
	line-height: 1.6; 
	text-align: left;
}
.hover_illb:hover .detail {
 	background-color: #eee7e0;

}
.hover_illb .detail .site,
.hover_illb .detail .title,
.hover_illb .detail .period,
.hover_illb .detail .yen,
.hover_illb .detail .parking {
 	display: block;
	font-style: normal;
	position: relative;
	color: #622d18;
}
.hover_illb .detail .site {
	font-weight: bold;
	font-size: 1.05em;
}
.hover_illb .detail .title{
	color: #191970;
	font-weight: bold;
	text-indent: -20px;	
}
.hover_illb .detail .period {
	font-weight: bold;	
}
.hover_illb .detail .period small {
	font-weight: normal;
}
.hover_illb .detail .title,
.hover_illb .detail .yen,
.hover_illb .detail .parking {
	font-size: .95em;
}
.hover_illb .detail .site:before {
	position: absolute;
	top: 2px;
	left: -23px;
	width: 20px;
	height: 18px;
 	content: url("../icon/map20.png");
}
.hover_illb .detail .period:before {
	position: absolute;
	top: 2px;
	left: -23px;
	width: 20px;
	height: 18px;
 	content: url("../icon/calender18.png");
}
.hover_illb .detail .yen:before {
	position: absolute;
	top: 2px;
	left: -25px;
	width: 20px;
	height: 18px;
 	content: url("../icon/yen18.png");
}
.hover_illb .detail .parking:before {
	position: absolute;
	top: 2px;
	left: -23px;
	width: 20px;
	height: 18px;
 	content: url("../icon/parking18.png");
}
				/* fujisan ◆◆◆◆◆*/
.hover_fujib {
	float: left;
	width: 300px;
	height: 415px;
	display: block;
	margin: 15px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
   	box-sizing: border-box;
}
.hover_fujib img {
	width: 280px;
	height: 176px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: block;
	border-radius: 8px 8px 0 0;
}
.hover_fujib .desc {
	width: 280px;
	height: 180px;
	margin: 0;
	padding: 100px 10px 20px 10px;
	color: #17184b;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
}
.hover_fujib .desc,
.hover_fujib .desc > a {
	position: absolute;
	top:0;
	left: 0;
}
.hover_fujib .desc::before,
.hover_fujib .desc::after {
	position: absolute;
	content: '';
	opacity: 0;
}
.hover_fujib .desc::before {
	top: 85px;
	right: 10px;
	bottom: 135px;
	left: 10px;
	border-top: 3px double #202f55;
	border-bottom: 3px double #202f55;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.hover_fujib .desc > a {
	z-index: 1000;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.hover_fujib .desc::before,
.hover_fujib .desc::after {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.hover_fujib .detail {
  	display: inline-block;
	background-color: #fff;
 	width: 250px;
	height: 225px;
	margin: 0;
	padding: 7px 0 7px 30px;
	border-radius: 0 0 8px 8px;
	font-size: 95%;
	line-height: 1.45; 
	text-align: left;
}
.hover_fujib:hover .desc::before,
.hover_fujib:hover .desc::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.hover_fujib:hover .desc::after {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.hover_fujib a:hover .desc {
	color: #202f55;
	opacity: 1;
}
.hover_fujib a:hover {
	width: 300px;
	height: 415px;
	display: block;
	background-color: #eee7e0;

	border-radius: 8px;
}
.hover_fujib a:hover img {
	opacity: 0.15;
}
.hover_fujib a:hover .detail {
	background-color: #eee7e0;

	opacity: 1;
}
.hover_fujib .detail .title{
	margin-left: -24px;
	font-size: 1.05em;
	font-style: normal;
	color: #191970;
	font-weight: bold;
}
.hover_fujib .detail .site,
.hover_fujib .detail .clock,
.hover_fujib .detail .benefits {
 	display: block;
	font-style: normal;
	position: relative;
	color: #622d18;
}
.hover_fujib .detail .site {
	font-size: .95em;
}
.hover_fujib .detail .site:before {
	position: absolute;
	top: 2px;
	left: -23px;
	width: 20px;
	height: 18px;
 	content: url("../icon/map18.png");
}
.hover_fujib .detail .clock {
	font-size: .95em;
}
.hover_fujib .detail .clock:before {
	position: absolute;
	top: 2px;
	left: -23px;
	width: 20px;
	height: 18px;
 	content: url("../icon/clock18.png");
}
.hover_fujib .detail .benefits b {
	color: #008080;
}
.hover_fujib .detail .benefits:before {
	position: absolute;
	top: 2px;
	left: -23px;
	width: 20px;
	height: 18px;
 	content: url("../icon/benefits18.png");
}
.hover_fujib .detail .fcap {
  	display: block;
	padding: 8px 5px 0 5px;
	margin-left: -26px;
	font-size: 95%;
	line-height: 1.4;
	color: #2f4f4f;
	text-align: left;
	font-style: normal;
}
.hover_fujib .detail .fcap b {
	font-weight: bold;
	color: #622d18;
}
.hover_fujib .detail .ptn {
	padding-top: 2px;
}
.hover_fujib .lh125,
.hover_fujib .detail .lh125 {
	line-height: 1.25;
}


