@charset "utf-8";
/*=======================================================
	CSS Document
	Page Style
	2013.08.12 ooe	
=======================================================*/
/* image
-----------------------------------------------------*/
.mainImag {
	width:100%;
	height:370px;
	float:left;
	position:relative;
	background:url("../img/image.jpg") center top no-repeat;
	overflow:hidden;
}
.mainImag .textBox {
	width:460px;
	height:370px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-475px;
}
.mainImag .textBox h1 {
	width:480px;
	height:40px;
	float:left;
	margin-top:150px;
	font-size:22.5px;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-weight:600;
	color:#333;
	text-align:center;
	letter-spacing:5px;
	text-shadow:3px 3px 25px #fff;
}
.mainImag .textBox p {
	width:480px;
	float:left;
	font-size:14px;
	text-align:center;
	color:#444;
	line-height:2em;
	letter-spacing:2px;
	text-shadow:3px 3px 25px #fff;
}

/* contents
-----------------------------------------------------*/
p.pageTitle {
	width:100%;
	height:60px;
	float:left;
	text-align:center;
	margin:70px 0 60px;
}

h1.title {
	width: 100%;
	height:50px;
	float:left;
	margin:20px 10px;
	line-height:50px;
	text-align: center;
	font-size:22.5px;
	letter-spacing:2px;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	color:#333;
	font-weight:600;
	background:url("../../img/pc/common/tree01.png") left no-repeat;
}
h1.title br { display:none;}

p.pageTxt {
	width:920px;
	float:left;
	margin:0 20px 50px;
	letter-spacing:0px;
	text-align: center;
}

/* Box ______________________ */
.box, 
.box .en, 
.box .en02,
.box h2 {width:450px;float:left;}
.box {	margin-bottom:55px;}
#on1  { margin-right:60px;}
.box .en, 
.box .en02{
	height:20px;
	line-height:20px;
	letter-spacing:0.5px;
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	background:url("../../img/pc/common/border.png") repeat-x bottom;
}
.box .en {padding:40px 0 20px; text-align:center;}
.box .en02 {padding:13px 0; text-align:left;}
.box .en img { padding:0 10px 0 0;}
.box .en02 img {padding:0 15px 0 0;}
.box h2 {
	padding:20px 0;
	text-align:center;
	font-size:22.5px;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-weight:600;
	color:#444;
	line-height:1.4em;
	letter-spacing:5px;
}
.box p { float:left;}
.box p img { padding-bottom:10px;}

.box p span.more, 
.box p span.more a {
	width:130px;
	height:23px;
	float:left;
}
.box p span.more {
	margin-top:20px;
	line-height:20px;
	font-size:11px;
	text-align:center;
	letter-spacing:5px;
}
.box p span.more a {
	background:#BFB29A;
	border:dashed 1px #666;
	line-height:20px;
	color:#FFF;
}
.box p span.more a:hover {
	background:#006CC6;
	border:solid 1px #006CC6;
}

/* PG gallery
-----------------------------------------------------*/
.gallery {
	background:#fff;
	padding-bottom:40px;
}
.gallery .title {
	width:920px;
	height:22px;
	float:left;
	margin:50px 20px 10px;
	line-height:22px;
	padding-left:30px;
	background:url("../../img/pc/common/icon_tit.png") left top no-repeat;
	clear:both;
}
.gallery .title img { margin-right:20px;}

.gallery ul {
	width:950px;
	margin:0 5px;
	float:left;
}
.face {
	position:relative;
	display:block;
}
.gallery ul li {
	width:100px;
	height:130px;
	float:left;
	margin:0 4px 4px 0;
	position:relative;
	z-index:5;
}
.gallery ul li a {
	width:100%;
	height:100%;
	display:block;
}
.gallery ul li:hover { opacity:0.8;}
.gallery ul li span.txt {
	position:absolute;
	right:0;
	bottom:10px;
	color:#fff;
	padding:4px 5px;
	opacity:0.7;
	background:#000;
	font-size:11px;
	font-style:italic;
	z-index:999;
}
.gallery ul.link li {
	width:300px;
	height:100px;
	float:left;
	margin-right:23px;
}
.gallery ul.link li:last-child { margin:0;}
.gallery ul.link li:hover { opacity:1;}
.gallery ul.link li:hover img { opacity:0.8;}
.gallery ul.link li.line_up a { background:url("../img/bnr/bnr_01o.jpg") no-repeat;}
.gallery ul.link li.line_up a:hover { background:url("../img/bnr/bnr_01.jpg") no-repeat;}
.gallery ul.link li.hawaii a { background:url("../img/bnr/bnr_02o.jpg") no-repeat;}
.gallery ul.link li.hawaii a:hover { background:url("../img/bnr/bnr_02.jpg") no-repeat;}
.gallery ul.link li.bali a { background:url("../img/bnr/bnr_03o.jpg") no-repeat;}
.gallery ul.link li.bali a:hover { background:url("../img/bnr/bnr_03.jpg") no-repeat;}














