@charset "UTF-8";

/* CSS Document */
.pageBody {
	margin: 33px 0 140px;
	font-size: 14px;
}

.intro {
	text-align: center;
	border-bottom: 1px dashed #aaa;
	padding: 0 0 16px;
	margin: 0 0 48px;
}

body.-en .intro {
	border-bottom: none;
	margin: 0 0 10px;
}

.intro_title {
	line-height: 1.1;
	margin: 0 0 18px;
}

.intro_title > small {
	font-size: 60%;
}

.intro_text button {
	text-decoration: underline;
	color: #003DAC;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.intro_text button:hover {
	text-decoration: none;
}

.secPhoto {
	margin: 0 0 68px;
}

.secPhoto_title {
	border-bottom: 4px solid #666;
	padding: 0 0 2px;
	margin: 0 0 38px;
}

.secPhoto_title-cat1 {
	border-bottom-color: #FFA0BB;
}

.secPhoto_title-cat2 {
	border-bottom-color: #A1DC56;
}

.secPhoto_title-cat3 {
	border-bottom-color: #38C5A2;
}

.secPhoto_title-cat4 {
	border-bottom-color: #FF9326;
}

.secPhoto_title-cat5 {
	border-bottom-color: #4FC2E8;
}

.secPhoto_title.-spring {
	border-bottom-color: #FFA0BB;
}

.secPhoto_title.-summer {
	border-bottom-color: #38C5A2;
}

.secPhoto_title.-autumn {
	border-bottom-color: #FF9326;
}

.secPhoto_title.-winter {
	border-bottom-color: #4FC2E8;
}

.secPhoto_title.-gourmet {
	border-bottom-color: #f46048;
}

.secPhoto_title.-vehicle {
	border-bottom-color: #a1dd56;
}

.secPhoto_title.-movie {
	border-bottom-color: #b6a0f7;
}

.secPhoto_list {
	list-style: none;
}

.secPhoto_list:after {
	content: "";
	display: block;
	clear: both;
}

.secPhoto_list > li {
	float: left;
	width: 150px;
	margin: 0 18px 20px 0;
}

.secPhoto_list > li:nth-child(6n) {
	margin-right: 0;
}

.secPhoto_list > li:nth-child(6n + 1) {
	clear: both;
}

.secPhoto_list > li > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.secPhoto_list > li > a img {
	-webkit-transtion: opacity 0.3s;
	transtion: opacity 0.3s;
	max-height: 100px;
}

.secPhoto_list > li > a:hover img {
	opacity: 0.8;
}

.secPhoto_list > li > a > figure > figcaption {
	font-size: 12px;
	text-align: center;
	line-height: 1.1;
}

.secPhoto_list_imageWrap {
	width: 148px;
	height: 148px;
	border: 1px solid #ccc;
	background: #F6F6F6;
	display: table;
	margin: 0 0 10px;
}

.secPhoto_list_image {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.caution {
	margin: 0;
	background: #F3F3F3;
	padding: 47px 41px 30px;
}

.caution_title {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
}

.caution_list {
	list-style: none;
	font-size: 13px;
}

.caution_list > li {
	text-indent: -1.2em;
	padding: 0 0 0 1.2em;
	margin: 0 0 3px;
}

.caution_list > li:before {
	content: "■";
	color: #1FAC92;
	margin: 0 3px 0 0;
}

.caution_infoTitle {
	font-size: 18px;
	font-weight: normal;
	border-top: 1px dashed #ccc;
	padding-top: 19px;
	margin: 23px 0 3px;
}

.caution_infoList > dt {
	display: inline-block;
	margin-right: 1em;
}

.caution_infoList > dd {
	display: inline-block;
}

.caution_infoList > dd:after {
	content: "／";
	margin: 0 0 0 3px
}

.caution_infoList > dd:last-child:after {
	display: none;
}

.areaButton {
	margin: 50px 0 0;
}

.fancybox-title a {
	color: #fff;
}

.fancybox-title-float-wrap .child {
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
}

.fukidashi {
	position: absolute;	/* box-shadow: -1px -1px 2px rgba(0,0,0,0.1); */
	background: rgba(128, 195, 242, 0.8);
	z-index: 999999;
	border-radius: 4px;
	padding: 3px 10px;
	visibility: hidden;
	border: 1px solid #fff;
	font-size: 11px;
	white-space: nowrap;
}

.nopost {
	margin-bottom: 20px;
}

.menu {
	margin-bottom: 40px;
}

.menu_list {
	font-size: 0;
	text-align: center;
}

.menu_list > li {
	display: inline-block;
	width: 12%;
	margin: 0 0.5%;
}

.menu_list > li > a {
	display: block;
	font-size: 18px;
	text-align: center;
	color: #333;
	text-decoration: none;
	padding: 3px;
	color: #333;
	border: 2px solid #ccc;
	transition: background 0.3s, color 0.3s;
}

.menu_list > li > a:hover {
	color: #FFF;
}

.menu_list > li > a.-spring {
	border-color: #FFA0BB;
}

.menu_list > li > a.-spring:hover {
	background: #FFA0BB;
}

.menu_list > li > a.-summer {
	border-color: #38C5A2;
}

.menu_list > li > a.-summer:hover {
	background: #38C5A2;
}

.menu_list > li > a.-autumn {
	border-color: #FF9326;
}

.menu_list > li > a.-autumn:hover {
	background: #FF9326;
}

.menu_list > li > a.-winter {
	border-color: #4FC2E8;
}

.menu_list > li > a.-winter:hover {
	background: #4FC2E8;
}

.menu_list > li > a.-vehicle {
	border-color: #a1dd56;
}

.menu_list > li > a.-vehicle:hover {
	background: #a1dd56;
}

.menu_list > li > a.-gourmet {
	border-color: #f46048;
}

.menu_list > li > a.-gourmet:hover {
	background: #f46048;
}

.menu_list > li > a.-movie {
	border-color: #b6a0f7;
}

.menu_list > li > a.-movie:hover {
	background: #b6a0f7;
}

.movie_list {
	font-size: 0;
}

.movie_list > li {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-left: 2%;
	text-align: center;
	margin-top: 20px;
}

.movie_list > li:nth-child(3n+1) {
	margin-left: 0;
}

.movie_list > li:nth-child(-n+3) {
	margin-top: 0;
}

.movie_list_mv {
	position: relative;
}

.movie_list_mv:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.movie_list_mv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.library_list_check {
	line-height: 1.1;
	margin-top: 10px;
}

.library_list_check small {
}

body.-en input {
	display: none;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.pageBody {
		margin: 5% 0 14%;
		font-size: 13px;
	}

	.intro {
		padding: 0 0 10px;
		margin: 0 0 5%;
	}

	.intro_title {
		margin: 0 0 15px;
	}

	.intro_text {
		text-align: left;
	}

	.secPhoto {
		margin: 0 0 7%;
	}

	.secPhoto_title {
		border-bottom-width: 3px;
		margin: 0 0 4%;
	}

	.secPhoto_list {
		text-align: center;
	}

	.secPhoto_list > li {
		float: none;
		margin: 0 0px 20px 0;
		display: inline-block;
		vertical-align: top;
	}

	.caution {
		padding: 20px;
	}

	.caution_title {
		font-size: 16px;
		margin: 0 0 10px;
	}

	.caution_list {
		font-size: 12px;
	}

	.caution_infoTitle {
		font-size: 16px;
		padding-top: 15px;
		margin-top: 20px;
	}

	.areaButton {
		margin: 5% 0 0;
	}

}

/* All SP */
@media screen and (max-width:639px) {
	.fukidashi {
		display: none !important;
	}

	.secPhoto_list > li {
		width: 32%;
		float: left;
		margin-left: 2%;
	}

	.secPhoto_list > li:nth-child(3n+ 1) {
		margin-left: 0;
		clear: both;
	}

	.secPhoto_list_imageWrap {
		width: 100%;
		height: 100px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 2px;
	}

	.secPhoto_list > li > a > figure > figcaption {
		font-size: 10px;
		text-align: left;
	}

	.caution {
		padding: 10px;
	}

	.menu {
		margin-bottom: 20px;
	}

	.menu_list {
	}

	.menu_list > li {
		width: 22%;
		margin: 1%;
	}

	.menu_list > li > a {
		font-size: 14px;
	}

	.movie_list > li {
		width: 49%;
	}

	.movie_list > li:nth-child(3n+1) {
		margin-left: 2%;
	}

	.movie_list > li:nth-child(2n+1) {
		margin-left: 0;
	}

	.movie_list > li:nth-child(-n+3) {
		margin-top: 20px;
	}

	.movie_list > li:nth-child(-n+2) {
		margin-top: 0;
	}

}
