/* -----------------------------------------------------------

.headlineImg

--------------------------------------------------------- */
/* guide */
.headlineImgAbout {
	background: url(../images/headline.jpg) bottom right no-repeat;
	background-size: cover; /* background: #fff; */
}
#header .navArea ul.navi a.p_price:before {
	background: rgba(231, 186, 101, 0.6);
}
#header .navArea ul.navi a.p_price:hover:before {
	background: transparent;
}
/* -----------------------------------------------------------

#w_gallery_list

----------------------------------------------------------- */
#w_gallery_list {
	padding: 30px 1%;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1200px;
	margin: 80px auto;
}
@media only screen and (max-width: 800px) {
	#w_gallery_list {
		padding: 80px 5%;
	}
}
@media only screen and (max-width: 738px) {
	#w_gallery_list {
		padding: 70px 5%;
	}
}
@media only screen and (max-width: 414px) {
	#w_gallery_list {
		padding: 0px 5%;
		margin: 40px auto;
	}
}
/* -----------------------------------------------------------

#w_gallery_list2

----------------------------------------------------------- */
#w_gallery_list2 {
	padding: 50px 5%;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 800px) {
	#w_gallery_list2 {
		padding: 80px 5%;
	}
}
@media only screen and (max-width: 738px) {
	#w_gallery_list2 {
		padding: 70px 5%;
	}
}
@media only screen and (max-width: 414px) {
	#w_gallery_list2 {
		padding: 60px 5%;
	}
}
/* -----------------------------------------------------------

#galleryNavi

----------------------------------------------------------- */
#galleryNavi {
	color: #111;
	position: relative;
	z-index: 1;
}
#galleryNavi ul {
	list-style: none;
	font-size: 0;
	text-align: center; /* border: #ddd 1px solid; */ width: 100%;
	margin: 0 auto;
}
#galleryNavi li {
	display: inline-block;
	width: 32%;
	padding: 1%;
	position: relative;
	z-index: 1; /* border: 1px; */
}
#galleryNavi li:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	content: ""; /* border-right: #ddd 1px dotted; */ z-index: 2;
}
#galleryNavi li:last-child:after {
	display: none;
}
#galleryNavi li a {
	display: block;
	font-size: 14px; /* height: 50px; */ position: relative;
	z-index: 1;
	border: 1px solid #eee; /* border-radius: 5px; */
}
#galleryNavi li a span.en {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	font-size: 14px;
	font-family: 'Catamaran', sans-serif;
	letter-spacing: 1.5px;
	font-weight: 600;
	line-height: 1;
}
#galleryNavi li a span.jp { /* position: absolute; */ bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 1;
	line-height: 50px;
}
#galleryNavi li a:hover {
	color: #fff;
	background: #a4c2ce;
}
#galleryNavi li a.active {
	color: #fff;
	background: #a4c2ce; /* border-radius: 5px; */ /* width: 100px; */ /* height: 100px; */
}
/* 
#galleryNavi li a.active:before {position: absolute;top: 0;left: 20px;bottom: 0;font-size: 20px;font-family: 'themify';content: "\e64c";font-weight: normal;line-height: 50px;}
*/
#galleryNavi li a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	font-size: 10px;
	font-family: 'themify';
	content: "\e649";
	font-weight: normal;
	line-height: 50px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}
#galleryNavi li a:hover:after {
	opacity: 1;
	-webkit-transform: translate(5px, 0px);
	-moz-transform: translate(5px, 0px);
	-o-transform: translate(5px, 0px);
	-ms-transform: translate(5px, 0px);
	transform: translate(5px, 0px);
}
#galleryNavi p {
	font-size: 22px;
	text-align: center;
	line-height: 1.0;
	font-weight: 600;
}
@media only screen and (max-width: 800px) {
	#galleryNavi li:last-child:after {
		display: none;
	}
	#galleryNavi li a:hover {
		color: #111;
		background: none;
	}
	#galleryNavi li a:hover {
		color: #1f1b19;
		background: #f0fafe;
	}
	#galleryNavi li a.active:before {
		left: 15px;
		font-size: 16px;
	}
	#galleryNavi li a:after {
		display: none;
	}
}
@media only screen and (max-width: 737px) {
	#galleryNavi li {
		width: 100%;
	}
	#galleryNavi li:last-child:after {
		display: none;
	}
}
/* -----------------------------------------------------------

.controlArea

----------------------------------------------------------- */
.controlArea fieldset {
	border: none;
}
.controlArea {
	font-size: 0;
	margin: 15px -2% 0;
	text-align: left;
}
/* .controlBox */
.controlArea .controlBox {
	display: inline-block;
	margin: 35px 1% 0;
	width: 98%;
	position: relative;
	z-index: 2;
	text-align: center;
}
.controlArea .controlBox label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 15px;
	text-align: left; /* background: #7eccd6; */ border-bottom: 3px solid #9E9E9E;
	padding: 10px;
}
.controlArea .controlBox button {
	display: inline-block;
	border-bottom: #ddd 1px solid;
	background: #fefefe;
	margin: -1px 0 0 -1px;
	width: 10%;
	font-size: 13px;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 01%;
}
.controlArea .controlBox button.active {
	color: #fff;
	font-weight: 600; /* font-size: 18px; */ background: #1f1b19;
}
.controlArea .controlBox button:hover {
	color: #fff;
	background: #1f1b19;
}
/* .areaBox */
.controlArea .areaBox {
	width: 76.666%;
}
.controlArea .areaBox button {
	width: auto;
	margin: 3px;
	padding: 0 15px;
	color: #111;
	background: #fefefe;
	border: #ddd 1px solid;
	font-size: 12px;
	line-height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.controlArea .areaBox button.active {
	border: #1f1b19 1px solid;
}
/*clearBox*/
.controlArea .clearBox {
	width: 15.333%;
}
.controlArea .clearBox button {
	display: block;
	margin: -1px 0 0 -1px;
	width: 100%;
	color: #fefefe;
	background: #111;
	border: #111 1px solid;
}
.controlArea .clearBox button.active {
	border: #ddd 1px solid;
}
.controlArea .clearBox button:hover {
	border: #ddd 1px solid;
}
@media only screen and (max-width: 800px) {
	.controlArea .controlBox button {
		font-size: 12px;
	}
	.controlArea .controlBox button:hover {
		color: #111;
		background: none;
	}
	.controlArea .controlBox button.active:hover {
		color: #fefefe;
		background: #312c2a;
	}
	.controlArea .controlBox button {
		display: inline-block;
		border-bottom: #ddd 1px solid;
		background: #fefefe;
		margin: -1px 0 0 -1px;
		width: 20%;
		font-size: 13px;
		font-weight: 500;
		line-height: 35px;
		letter-spacing: 1px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin: 01%;
	}
	.controlArea .areaBox button.active:hover {
		border: #1f1b19 1px solid;
	}
}
@media only screen and (max-width: 738px) {
	.controlArea .controlBox {
		margin: 5px 1% 0;
		width: 98%;
	}
	.controlArea .controlBox label {
		font-size: 12px;
		text-align: center;
		margin-bottom: 15px;
	}
	.controlArea .controlBox button {
		margin: -1px 0 0 -1px;
		font-size: 11px;
		letter-spacing: 0.5px;
		width: 33%;
		border: 1px solid #eee;
	}
	.controlArea .areaBox button {
		width: auto;
		margin: 3px;
		padding: 0 10px;
		font-size: 11px;
		line-height: 30px;
	}
	.controlArea .clearBox button {
		display: block;
		margin: 3px auto;
		width: 200px;
		max-width: 100%;
		color: #fefefe;
		background: #111;
		border: #111 1px solid;
		line-height: 45px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	}
	.controlArea .clearBox button.active {
		color: #fefefe;
		background: #111;
		border: #111 1px solid;
	}
	.controlArea .clearBox button:hover {
		color: #fefefe;
		background: #111;
		border: #111 1px solid;
	}
}
/* -----------------------------------------------------------

.galleryArea

----------------------------------------------------------- */
.galleryArea {}
.galleryArea {
	margin: 0 -2%;
	font-size: 0;
	-webkit-backface-visibility: hidden;
	text-align: center; /*text-align:justify;*/ text-align: left;
	line-height: 0;
}
.galleryArea .mix, .galleryArea .gap {
	display: inline-block;
	margin: 70px 2% 0;
	padding: 0;
	width: 21%;
}
#container .mix {
	display: none;
}
/* --- .imgArea --- */
.galleryArea .imgArea {
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #fefefe;
	border: #ededed 1px solid;
}
.galleryArea .imgArea:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: #fefefe;
	z-index: 5;
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.galleryArea .imgArea:hover:before {
	content: "";
	opacity: 0.9;
}
.galleryArea .imgArea img {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.galleryArea .imgArea:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}
/* span.plus */
.galleryArea .imgArea span.plus {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	z-index: 6;
	overflow: hidden;
	text-indent: -999px;
}
.galleryArea .imgArea span.plus:before {
	position: absolute; /* top: 50%; */ /* left: 50%; */ margin-left: -25px;
	border-bottom: transparent 1px solid;
	width: 0px;
	height: 0;
	font-family: 'FontAwesome';
	content: "\f055";
}
/*.galleryArea .imgArea span.plus:before { position: absolute; top: 50%; left: 50%; margin-left: -25px; border-bottom: transparent 1px solid; width: 0px; height: 0; content: ""; }*/
.galleryArea .imgArea span.plus:after {
	position: absolute; /* top: 50%; */ /* left: 50%; */ margin-top: -25px; /* border-right: transparent 1px solid; */ height: 0;
	content: "";
}
.galleryArea .imgArea span.plus:before, .galleryArea .imgArea span.plus:after {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.galleryArea .imgArea:hover span.plus:before {
	border-bottom: #fff 1px solid;
	width: 50px;
}
.galleryArea .imgArea:hover span.plus:after {
	border-right: #fff 1px solid;
	height: 50px;
}
/* --- .txtArea --- */
.galleryArea .txtArea {
	text-align: center;
}
.galleryArea .txtArea p.no {
	display: block;
	width: 50px;
	height: 50px;
	margin: -25px auto 0;
	background: #fefefe;
	font-size: 14px; /*font-family: 'Catamaran', sans-serif;*/ font-weight: 700;
	line-height: 50px;
	letter-spacing: 1px;
	position: relative;
	z-index: 3;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.galleryArea .txtArea p.no:after {
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	content: "";
	border: #fefefe 1px solid;
	z-index: -1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.galleryArea h4 {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.7;
	margin-top: -5px;
	position: relative;
	z-index: 4;
	margin-top: 15px;
}
@media only screen and (max-width: 800px) {
	.galleryArea .mix, .galleryArea .gap {
		display: inline-block;
		margin: 60px 2% 0;
		width: 46%;
	}
	/* --- .imgArea --- */
	.galleryArea .imgArea {
		overflow: hidden;
		position: relative;
		z-index: 1;
		background: #fefefe;
		border: #ededed 1px solid;
	}
	.galleryArea .imgArea:before {
		display: none;
	}
	.galleryArea .imgArea:hover img {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.galleryArea .imgArea span.plus {
		display: none;
	}
	.galleryArea h4 {
		font-size: 13px;
	}
}
@media only screen and (max-width: 738px) {
	.galleryArea {
		margin: 10px -1.5% 0;
	}
	.galleryArea .mix, .galleryArea .gap {
		margin: 40px 1.5% 0;
		width: 47%;
	}
	.galleryArea .txtArea p.no {
		width: 40px;
		height: 40px;
		margin: -20px auto 0;
		font-size: 12px;
		line-height: 40px;
	}
	.galleryArea h4 {
		font-size: 12px;
	}
}
@media only screen and (max-width: 414px) {
	.galleryArea {
		margin: 10px -1.5% 0;
	}
	.galleryArea .mix, .galleryArea .gap {
		margin: 30px 1.5% 0;
	}
	.galleryArea .txtArea {
		padding: 0 2.5%;
	}
	.galleryArea h4 {
		font-size: 11px;
		margin-top: 5px;
	}
}
.tx_comment {
	font-seiz: 18px;
	margin-top: 20px;
	font-weight: 600;
	color: #7c0027;
	text-align: center;
	border-top: 1px solid #eee;
	padding-top: 10px
}
/* -----------------------------------------------------------

.galleryArea2

----------------------------------------------------------- */
.galleryArea2 {}
.galleryArea2 {
	margin: 0 -2%;
	font-size: 0;
	-webkit-backface-visibility: hidden;
	text-align: center; /*text-align:justify;*/ text-align: left;
	line-height: 0;
}
.galleryArea2 .mix, .galleryArea2 .gap {
	display: inline-block;
	margin: 70px 1% 0;
	padding: 0;
	width: 23%;
}
#container .mix {
	display: none;
}
/* --- .imgArea --- */
.galleryArea2 .imgArea {
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #fefefe;
	border: #ededed 1px solid;
}
.galleryArea2 .imgArea:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: #fefefe;
	z-index: 5;
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.galleryArea2 .imgArea:hover:before {
	content: "";
	background: #e4f5fd;
	opacity: 0.9;
}
.galleryArea2 .imgArea img {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.galleryArea2 .imgArea:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}
/* span.plus */
.galleryArea2 .imgArea span.plus {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	z-index: 6;
	overflow: hidden;
	text-indent: -999px;
}
.galleryArea2 .imgArea span.plus:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	border-bottom: transparent 1px solid;
	width: 0px;
	height: 0;
	font-family: FontAwesome;
	content: "\f055";
}
/*.galleryArea .imgArea span.plus:before { position: absolute; top: 50%; left: 50%; margin-left: -25px; border-bottom: transparent 1px solid; width: 0px; height: 0; content: ""; }*/
.galleryArea2 .imgArea span.plus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	border-right: transparent 1px solid;
	height: 0;
	content: "";
}
.galleryArea2 .imgArea span.plus:before, .galleryArea2 .imgArea span.plus:after {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.galleryArea2 .imgArea:hover span.plus:before {
	border-bottom: #fff 1px solid;
	width: 50px;
}
.galleryArea2 .imgArea:hover span.plus:after {
	border-right: #fff 1px solid;
	height: 50px;
}
/* --- .txtArea --- */
.galleryArea2 .txtArea {
	text-align: center;
}
.galleryArea2 .txtArea p.no {
	display: block;
	width: 50px;
	height: 50px;
	margin: -25px auto 0;
	background: #fefefe;
	font-size: 14px; /*font-family: 'Catamaran', sans-serif;*/ font-weight: 700;
	line-height: 50px;
	letter-spacing: 1px;
	position: relative;
	z-index: 3;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.galleryArea2 .txtArea p.no:after {
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	content: "";
	border: #fefefe 1px solid;
	z-index: -1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.galleryArea2 h4 {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.7;
	margin-top: -5px;
	position: relative;
	z-index: 4;
	margin-top: 15px;
}
@media only screen and (max-width: 800px) {
	.galleryArea2 .mix, .galleryArea2 .gap {
		display: inline-block;
		margin: 60px 2% 0;
		width: 46%;
	}
	/* --- .imgArea --- */
	.galleryArea2 .imgArea {
		overflow: hidden;
		position: relative;
		z-index: 1;
		background: #fefefe;
		border: #ededed 1px solid;
	}
	.galleryArea2 .imgArea:before {
		display: none;
	}
	.galleryArea2 .imgArea:hover img {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.galleryArea2 .imgArea span.plus {
		display: none;
	}
	.galleryArea2 h4 {
		font-size: 13px;
	}
}
@media only screen and (max-width: 738px) {
	.galleryArea2 {
		margin: 10px -1.5% 0;
	}
	.galleryArea2 .mix, .galleryArea2 .gap {
		margin: 40px 1.5% 0;
		width: 47%;
	}
	.galleryArea2 .txtArea p.no {
		width: 40px;
		height: 40px;
		margin: -20px auto 0;
		font-size: 12px;
		line-height: 40px;
	}
	.galleryArea2 h4 {
		font-size: 12px;
	}
}
@media only screen and (max-width: 414px) {
	.galleryArea2 {
		margin: 10px -1.5% 0;
	}
	.galleryArea2 .mix, .galleryArea2 .gap {
		margin: 30px 1.5% 0;
	}
	.galleryArea2 .txtArea {
		padding: 0 2.5%;
	}
	.galleryArea2 h4 {
		font-size: 11px;
	}
}
/* work galleryArea3*/
.galleryArea3 {}
.galleryArea3 {
	margin: 0 -2%;
	font-size: 0;
	-webkit-backface-visibility: hidden;
	text-align: center; /*text-align:justify;*/ text-align: left;
	line-height: 0;
}
.galleryArea3 .mix, .galleryArea3 .gap {
	display: inline-block;
	margin: 10px 2% 0;
	padding: 0;
	width: 96%;
}
#container .mix {
	display: none;
}
/* --- .imgArea --- */
.galleryArea3 .imgArea {
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #fefefe;
	border: #ededed 1px solid;
}
.galleryArea3 .imgArea:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: #fefefe;
	z-index: 5;
	opacity: 0; /* -webkit-transition: all 0.7s ease; */ -moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease; /* transition: all 0.7s ease; */
}
.galleryArea3 .imgArea:hover:before {
	content: "";
	background: rgba(0, 0, 0, 0.03);
	opacity: 0.9;
}
.galleryArea3 .imgArea img {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 35%;
	padding: 3%;
	float: left;
}
/*.galleryArea3 .imgArea:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); opacity: 1; }*/
/* span.plus */
.galleryArea3 .imgArea span.plus {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	z-index: 6;
	overflow: hidden;
	text-indent: -999px;
}
.galleryArea3 .imgArea span.plus:before {
	position: absolute;
	top: 5%;
	left: 5%;
	margin-left: -25px;
	border-bottom: transparent 1px solid;
	width: 0px;
	height: 0;
	content: "";
}
.galleryArea3 .imgArea span.plus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	border-right: transparent 1px solid;
	height: 0;
	content: "";
}
.galleryArea3 .imgArea span.plus:before, .galleryArea3 .imgArea span.plus:after {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.galleryArea3 .imgArea:hover span.plus:before {
	border-bottom: #fff 1px solid;
	width: 50px;
}
.galleryArea3 .imgArea:hover span.plus:after {
	border-right: #fff 1px solid;
	height: 50px;
}
/* --- .txtArea --- */
.galleryArea3 .txtArea {
	text-align: center;
}
.galleryArea3 .txtArea p.no {
	display: block;
	width: 50px;
	height: 50px;
	margin: -25px auto 0;
	background: #fefefe;
	font-size: 14px; /*font-family: 'Catamaran', sans-serif;*/ font-weight: 700;
	line-height: 50px;
	letter-spacing: 1px;
	position: relative;
	z-index: 3;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.galleryArea3 .txtArea p.no:after {
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	content: "";
	border: #fefefe 1px solid;
	z-index: -1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.galleryArea3 h4 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.7;
	margin-top: -5px;
	position: relative;
	z-index: 4;
	margin-top: 15px;
	padding: 2%;
	width: 64%;
	float: left;
}
.galleryArea3 p {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.7;
	margin-top: -5px;
	position: relative;
	z-index: 4;
	margin-top: 15px;
	padding: 2%;
	width: 64%;
	float: left;
}
@media only screen and (max-width: 800px) {
	.galleryArea3 .mix, .galleryArea3 .gap {
		display: inline-block;
		margin: 60px 2% 0;
		width: 96%;
	}
	/* --- .imgArea --- */
	.galleryArea3 .imgArea {
		overflow: hidden;
		position: relative;
		z-index: 1;
		background: #fefefe;
		border: #ededed 1px solid;
	}
	.galleryArea3 .imgArea:before {
		display: none;
	}
	.galleryArea3 .imgArea:hover img {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.galleryArea3 .imgArea span.plus {
		display: none;
	}
	.galleryArea3 h4 {
		font-size: 13px;
	}
}
@media only screen and (max-width: 738px) {
	.galleryArea3 {
		margin: 10px -1.5% 0;
	}
	.galleryArea3 .mix, .galleryArea3 .gap {
		margin: 40px 1.5% 0;
		width: 96%;
	}
	.galleryArea3 .txtArea p.no {
		width: 40px;
		height: 40px;
		margin: -20px auto 0;
		font-size: 12px;
		line-height: 40px;
	}
	.galleryArea3 h4 {
		font-size: 12px;
	}
}
@media only screen and (max-width: 414px) {
	.galleryArea3 {
		margin: 10px -1.5% 0;
	}
	.galleryArea3 .mix, .galleryArea3 .gap {
		margin: 30px 1.5% 0;
	}
	.galleryArea3 .txtArea {
		padding: 0 2.5%;
	}
	.galleryArea3 h4 {
		font-size: 11px;
	}
}
/* -----------------------------------------------------------

#w_gallery_detail

----------------------------------------------------------- */
#w_gallery_detail {
	padding: 90px 5%;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 800px) {
	#w_gallery_detail {
		padding: 80px 5%;
	}
}
@media only screen and (max-width: 738px) {
	#w_gallery_detail {
		padding: 70px 5%;
	}
}
@media only screen and (max-width: 414px) {
	#w_gallery_detail {
		padding: 60px 5%;
	}
}
/* --- #sidenavWrapper --- */
#sidenavWrapper {
	position: relative;
}
/* --- .navPlan --- */
#w_gallery_detail .infoArea {
	float: left;
	width: 30%;
	min-width: 250px;
}
@media only screen and (max-width: 800px) {
	#w_gallery_detail .infoArea {
		float: none;
		width: 100%;
		text-align: center;
	}
}
#w_gallery_detail dl.title {}
#w_gallery_detail dl.title dt {
	float: left;
	clear: left;
	width: 70px;
}
#w_gallery_detail dl.title dt span {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 14px; /*font-family: 'Catamaran', sans-serif; */ font-weight: 700;
	line-height: 50px;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	z-index: 3;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #fefefe;
	background: #111;
}
#w_gallery_detail dl.title dd { /*margin-left: 70px; */ padding-top: 5px;
	font-size: 25px;
	font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", YuMincho, "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ProN W3", "Hiragino Mincho ProN", "HGÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂE", "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", Verdana, serif;
	letter-spacing: 1px;
	line-height: 1.7;
}
#w_gallery_detail .infoArea .illust {
	margin-top: 20px;
	width: 150px;
	height: 265px;
	background: url(../images/photography/illust.jpg) center center no-repeat;
	background-size: 150px 265px;
}
#w_gallery_detail .infoArea table { /*margin-left: 70px;*/ border-collapse: separate;
	text-align: left;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.8;
}
.separate {
	border-collapse: separate;
}
#w_gallery_detail .infoArea table tr {}
#w_gallery_detail .infoArea table th {
	display: block;
	width: 100%;
	margin-top: 10px;
	color: #7eccd6;
	color: #aaa;
	font-size: 12px;
	font-family: 'Catamaran', sans-serif;
	font-weight: 500;
	letter-spacing: 1.5px;
}
#w_gallery_detail .infoArea table td {
	display: block;
	width: 100%;
}
#w_gallery_detail .infoArea table tr.snsArea th { /*font-family: 'Satisfy', cursive; letter-spacing:0; font-weight:400;*/
}
#w_gallery_detail .snsArea { /*padding:0 0 30px; */
}
.fb-like { /* Facebook */ display: inline-block;
	height: 20px;
	overflow: hidden;
}
.fb_iframe_widget span {
	vertical-align: top !important;
}
/* ul */
#w_gallery_detail .snsArea ul {
	list-style: none;
	font-size: 0;
}
#w_gallery_detail .snsArea ul li {
	display: inline-block;
	margin: 3px 5px 0 0;
}
#w_gallery_detail .snsArea ul li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #111;
	position: relative;
	z-index: 1;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#w_gallery_detail .snsArea ul li a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 14px;
	font-family: 'themify';
	font-weight: normal;
}
#w_gallery_detail .snsArea ul li a.twitterBtn {
	color: #fefefe;
	background: #1da1f2;
}
#w_gallery_detail .snsArea ul li a.facebookBtn {
	color: #fefefe;
	background: #3765a3;
}
#w_gallery_detail .snsArea ul li a.twitterBtn:before {
	content: "\e74b";
}
#w_gallery_detail .snsArea ul li a.facebookBtn:before {
	content: "\e741";
}
#w_gallery_detail .snsArea ul li a.lineBtn:before {
	content: "";
}
/*#w_gallery_detail .snsArea ul li a:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; border: #ededed 1px solid; z-index: -1; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }*/
.line-it-button img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
@media only screen and (max-width: 1050px) {
	#w_gallery_detail dl.title dd {
		font-size: 18px;
		line-height: 1.75;
	}
}
@media only screen and (max-width: 950px) {
	#w_gallery_detail dl.title dd { /*margin-left:65px;*/ font-size: 16px;
		line-height: 1.75;
	}
}
@media only screen and (max-width: 800px) {
	#w_gallery_detail dl.title dt {
		float: none;
		width: 50px;
		margin: 0 auto;
	}
	#w_gallery_detail dl.title dd {
		margin: 20px 0 0;
		padding-top: 0;
	}
	/* --- table --- */
	#w_gallery_detail .infoArea table {
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
	#w_gallery_detail .infoArea table tr, #w_gallery_detail .infoArea table th, #w_gallery_detail .infoArea table td {
		text-align: center;
	}
}
@media only screen and (max-width: 738px) {
	#w_gallery_detail dl.title dd {
		margin: 15px 0 0;
		font-size: 14px;
		line-height: 1.8;
	}
	#w_gallery_detail dl.title dd b {
		text-indent: -0.5em;
		font-size: 16px;
	}
}
/* --- .contentPlan --- */
#w_gallery_detail .contentGallery {
	float: right;
	width: 70%;
	margin-top: -80px;
	max-width: -webkit-calc(100% - 330px);
	max-width: calc(100% - 330px);
	max-width: -webkit-calc(100% - 310px);
	max-width: calc(100% - 310px);
	width: 65%;
	max-width: -webkit-calc(100% - 310px);
	max-width: calc(100% - 310px);
}
@media only screen and (max-width: 1024px) {
	#w_gallery_detail .contentGallery {
		max-width: -webkit-calc(100% - 280px);
		max-width: calc(100% - 280px);
	}
}
@media only screen and (max-width: 800px) {
	#w_gallery_detail .contentGallery {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-top: 0px;
		padding-top: 20px;
	}
}
/* --- .contentBox --- */
#w_gallery_detail .contentBox {
	margin-top: 80px;
	text-align: center;
}
#w_gallery_detail .verticalL {
	width: 60%;
	margin: 80px auto 0;
}
#w_gallery_detail .contentBox img {}
@media only screen and (max-width: 800px) {
	#w_gallery_detail .verticalL {
		width: 100%;
	}
	#w_gallery_detail .contentBox, #w_gallery_detail .verticalL {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 738px) {
	#w_gallery_detail .contentBox, #w_gallery_detail .verticalL {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 738px) {
	#w_gallery_detail .contentBox, #w_gallery_detail .verticalL {
		margin-top: 30px;
	}
}
/* -----------------------------------------------------------

#w_link

----------------------------------------------------------- */
#w_link {
	padding: 90px 5%;
	position: relative;
	z-index: 1;
	border-top: #a3d9e0 1px solid;
}
#w_link:before {
	position: absolute;
	top: -1px;
	left: 5%;
	right: 5%;
	height: 0;
	content: "";
	border-top: #ededed 1px solid;
	z-index: 2;
}
#w_link .linkArea {
	margin-top: 0;
}
@media only screen and (max-width: 800px) {
	#w_link {
		padding: 80px 5%;
	}
	#w_link .linkArea {
		margin-top: 0;
	}
}
@media only screen and (max-width: 738px) {
	#w_link {
		padding: 60px 5% 70px;
	}
	#w_link .linkArea {
		margin-top: 0;
	}
}
@media only screen and (max-width: 414px) {
	#w_link {
		padding: 50px 5% 60px;
	}
	#w_link .linkArea {
		margin-top: 0;
	}
}
/* -----------------------------------------------------------

#w_gallery_list_wedding_family

----------------------------------------------------------- */
#w_gallery_list_wedding_family {
	padding: 90px 5% 0;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 800px) {
	#w_gallery_list_wedding_family {
		padding: 80px 5% 0;
	}
}
@media only screen and (max-width: 738px) {
	#w_gallery_list_wedding_family {
		padding: 70px 5% 0;
	}
}
@media only screen and (max-width: 414px) {
	#w_gallery_list_wedding_family {
		padding: 60px 5% 0;
	}
}
/* usw3001.table */
.jln-table-thbg, .jln-table-aboutAmenities {
	width: 100%;
	margin-bottom: 5px;
	border-collapse: collapse;
}
.jln-table-thbg {
	text-align: center;
}
.jln-table-thbg caption {
	line-height: 1.3;
	margin-top: 5px;
	text-align: left;
}
.jln-table-thbg th, .jln-table-thbg td {
	border: 1px solid #808080;
	padding: 3px;
}
.jln-table-thbg th, .jln-table-aboutBath th {
	background-color: #e9dfe5;
	font-weight: normal;
	text-align: center;
}
.jln-table-aboutBath + .jln-table-thbg {
	margin-top: 5px;
}
.jln-table-aboutBath th {
	width: 60px;
	padding: 5px;
}
.jln-table-aboutBath th, .jln-table-aboutBath td {
	line-height: 1.3;
}
.jln-table-aboutAmenities td {
	padding: 3px;
	border: 1px solid #808080;
}
.jln-table-aboutAmenities td:nth-child(odd) {
	width: 5%;
	text-align: center;
}
.jln-table-aboutAmenities td:nth-child(2) {
	width: 48%;
}
.jln-table-aboutAmenities td:nth-child(4) {
	width: auto;
}
.jln-checkInTime > dt {
	display: none;
}
.jln-checkInTime dl {
	overflow: hidden;
	padding: 0;
}
.jln-checkInTime dl dt {
	float: left;
	clear: left;
	width: 8em;
	margin-top: 0;
	margin-bottom: 0;
}
.jln-checkInTime dl dd {
	overflow: hidden;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0;
}
.jln-checkInTime__notice {
	clear: left;
	width: 100%;
}
/* -----------------------------------------------------------

.tableÃ£â‚¬â‚¬price

----------------------------------------------------------- */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	padding: 5px;
	flex-wrap: wrap;
}
.flex .cnt {
	padding: 10px;
	width: 50%;
}
@media screen and (max-width: 600px) {
	.flex .cnt {
		width: 100%;
	}
}
#pla_tb {
	margin: 114px auto;
	text-align:
		center;
	width: 98%;
	clear: both;
	max-width: 1100px;
}
#pla_tb h2 {
	font-weight: 600;
	color: #998e8e;
	font-size: 1.5rem;
}
#pla_tb img {
	/* width:auto; */
	max-width: 600px;
}
table {
	border: #808080 1px solid;
}
#pla_tb p {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin: 19px auto 7px;
}
#pla_tb table {
	margin: 31px auto;
	width: 88%;
	position: relative;
	text-align: center;
}
#pla_tb table td {
	border: solid 1px rgb(49, 49, 49);
	padding: 10px;
}
#pla_tb .tbl-r02 th {
	background: #333;
	border: solid 1px rgb(49, 49, 49);
	color: #fff;
	padding: 12px;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
#pla_tb figure.snip1206 {
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	overflow: hidden;
	margin: 10px;
	min-width: 800px;
	max-width: 310px;
	max-height: 300px;
	width: 100%;
	margin: 0 auto;
	color: #000000;
	text-align: center;
}
#pla_tb figure.snip1206 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#pla_tb figure.snip1206 img {
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
#pla_tb figure.snip1206:after {
	background: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 0.75;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#pla_tb figure.snip1206 figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
#pla_tb figure.snip1206 h2, #pla_tb figure.snip1206 p {
	margin: 0;
	width: 100%;
	opacity: 0;
}
#pla_tb figure.snip1206 h2 {
	padding: 0 30px;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
}
#pla_tb figure.snip1206 p {
	padding: 0 50px;
	font-size: 0.8em;
	font-weight: 500;
}
#pla_tb figure.snip1206 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
#pla_tb figure.snip1206:hover:after, #pla_tb figure.snip1206.hover:after {
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#pla_tb figure.snip1206:hover figcaption h2, #pla_tb figure.snip1206.hover figcaption h2, #pla_tb figure.snip1206:hover figcaption p, #pla_tb figure.snip1206.hover figcaption p {
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
#pla_tb figure.snip1206:hover figcaption h2, #pla_tb figure.snip1206.hover figcaption h2 {
	opacity: 1;
}
#pla_tb figure.snip1206:hover figcaption p, #pla_tb figure.snip1206.hover figcaption p {
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	#pla_tb {
		margin-bottom: 20px;
		margin-top: 58PX;
	}
	#pla_tb img {
		width: 100%;
	}
	#pla_tb .last td:last-child {
		border-bottom: solid 1px rgb(100, 98, 98);
		width: 100%;
	}
	#pla_tb .tbl-r02 {
		width: 100%;
	}
	#pla_tb .tbl-r02 th, #pla_tb .tbl-r02 td {
		Ã£â‚¬â‚¬Ã£â‚¬â‚¬border-bottom: solid 1px rgb(100, 98, 98);
		display: block;
		width: 100%;
	}
}
/** -----------------------------------------------------------------
*
*  ãƒœãƒƒã‚¯ã‚¹
*
----------------------------------------------------------------- */
.boxFlexible {
	position: relative;
	margin: 50px auto;
	padding: 1em 1em;
	border: solid 2px #2f1d15;
	max-width: 800px;
	width: 90%;
	/* overflow: auto; */
}
.boxFlexible p {
	/*     width:50%; */
	/*     float:left; */
}
.boxFlexible .box-title {
	position: absolute;
	display: inline-block;
	top: -36px;
	left: -2px;
	padding: 0 9px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	font-size: 18px;
	background: #2f1d15;
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px 3px 0 0;
}
.boxFlexible p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	text-align: left;
}
.boxFlexible_img {
	width: 100%;
	text-align: right;
}
.boxFlexible_img img {
	width: 100%;
	max-width: 100px
}
@media screen and (max-width:500px) {
	.boxFlexible p {
		width: 100%;
	}
}
.bt_pd {
	padding-bottom: 50px;
}
/* ----- .price_infoBox ----- */
.price_infoBox {
	display: block;
	margin: 20px auto;
    max-width: 510px;
	position: relative;
	z-index: 0;
}

.tel_title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 16px;
    color: #2f1d15;
}

.price_infoBox.contactBox ul li {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
.price_infoBox.contactBox ul li a, .price_infoBox.contactBox ul li span {
	display: block;
	line-height: 50px;
	position: relative;
	z-index: 2;
	color: #f3c174;
	color: #2f1d15;
}
.price_infoBox.contactBox ul li .tel {
	color: #fff;
    font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	padding-left: 0px;
    margin: 0 auto;
}
.price_infoBox.contactBox ul li .tel:before {
	position: absolute;
	top: -4px;
	left: 12%;
    left: calc(50% - 190px);
	bottom: 0;
	width: 25px;
	font-size: 40px;
	text-align: left;
	font-family: 'FontAwesome';
	content: "\f095";
	font-weight: normal;
	color: #f3c174;
	color: #2f1d15;
}
.price_infoBox.contactBox ul li .tel {
	color: #f3c174;
	color: #2f1d15;
}

@media only screen and (max-width:768px) {
    .price_infoBox {
        display: block;
        margin: 20px auto;
        max-width: 510px;
        position: relative;
        z-index: 0;
    }
    .tel_title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .price_infoBox.contactBox ul li .tel {
        font-size: 34px;
    }
    .price_infoBox.contactBox ul li .tel:before {
        top: 0;
        left: calc(50% - 160px);
        bottom: 0;
        font-size: 36px;
    }
}