@charset "utf-8";

@font-face {
	font-family: 'Novecentowide-Book';
	src: url("../css/webfonts/249076_3_0.eot");
	src: url("../css/webfonts/249076_3_0.eot?#iefix") format("embedded-opentype"),
		 url("../css/webfonts/249076_3_0.woff") format("woff"),
		 url("../css/webfonts/249076_3_0.ttf") format("truetype");
}

@font-face {
	font-family: 'Novecentowide-Medium';
	src: url("../css/webfonts/249076_5_0.eot");
	src: url("../css/webfonts/249076_5_0.eot?#iefix") format("../css/embedded-opentype"),
		 url("../css/webfonts/249076_5_0.woff") format("woff"),
		 url("../css/webfonts/249076_5_0.ttf") format("truetype");
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Arial, Helvetica, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-Serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

.scrollTarget {
	margin-top: -5px;
	padding-top: 5px;
}

.scrollTarget02 {
	margin-top: -50px;
	padding-top: 50px;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align:center;
	line-height: 1.5;
}

#container{
	background-color: #fff;
	text-align: left;
}

#main {
	margin: 0 auto 65px;
	width: 900px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto 12px;
	width: 904px;
	padding: 17px 0 0;
}

#header .logo {
	float: left;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	width: 660px;
	margin-top: 4px;
	float: right;
	text-align: right;
}

#gNavi li {
	padding-left: 15px;
	font-family: "NeueHaasUnicaPro-Thin";
	font-size: 1.2em;
	display: inline;
}


/*------------------------------------------------------------
	mainVisiual
------------------------------------------------------------*/
.mainVisiual {
	margin-bottom: 48px;
	background: #D1E7F6 repeat-x left top;
}

.mainVisiual .mainImg {
	height: 521px;
	background: url("img/index/main_img.png") no-repeat center top;
}

.mainVisiual .mainImg .wrap {
	width: 900px;
	position: relative;
	margin: 0 auto;
}

.mainVisiual .mainImg .wrap .img {
	right: 55px;
	top: 401px;
	position: absolute;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 20px 0;
	border-top: 1px solid #947C4D;
}

#footer .copyright {
	text-align: center;
	font-family: "NeueHaasUnicaPro-Thin";
	color: #000;
	font-size: 1.2em;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main .imgBox {
	margin-bottom: 21px;
}

#main .imgBox .photoBox {
	margin: -11px -6px 0 0;
	float: right;
}

#main .imgBox .textBox {
	width: 364px;
	float: left;
}

#main .imgBox .textBox p {
	margin-bottom: 22px;
	font-size: 1.2em;
	line-height: 1.85;
}

#main .imgBox .textBox .title {
	margin-bottom: 21px;
}

#main .imgBox .textBox .textUl {
	margin-bottom: 10px;
}

#main .imgBox .textBox .textUl li {
	margin: 0 13px 1px 0;
	width: 155px;
	float: left;
	font-size: 1.2em;
	line-height: 1.85;
	border-bottom: 1px solid #CACACA;
}

#main .imgBox .textBox .note {
	margin-bottom: 0;
	font-size: 1.0em;
	color: #595656;
	line-height: 1.6;
}

#main .comLink {
	margin-bottom: 42px;
}

#main .pageTop {
	margin-bottom: 62px;
	padding-top: 7px;
	border-top: 1px solid #B09A72;
	text-align: right;
}

#main .pageTop a {
	color: #231916;
	font-family: "NeueHaasUnicaPro-Thin";
}

#main .pageTop a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .inner {
	margin-bottom: 742px;
	position: relative;
}

#main .inner .title {
	width: 465px;
	margin-bottom: 38px;
}

#main .inner .ttl {
	margin-bottom: 26px;
}

#main .inner p {
	margin-bottom: 23px;
	width: 286px;
	font-size: 1.3em;
	line-height: 1.7;
	z-index: 99;
	position: relative;
}

#main .inner .link {
	z-index: 99;
	position: relative;
}

#main .inner .img {
	top: -34px;
	right: 0;
	position: absolute;
}

#main .inner02 {
	padding: 185px 0 0 0;
	margin: 0 0 499px;
	text-align: right;
}

#main .inner02 .img {
	top: 17px;
	right: -5px;
}

#main .inner02 .title {
	z-index: 999;
	position: relative;
	text-align: right;
}

#main .inner02 .ttl {
	margin-bottom: 17px;
	width: 425px;
	text-align: right;
}

#main .inner02 p {
	float: right;
	clear: both;
	font-size: 1.2em;
	line-height: 1.8;
	text-align: left;
}

#main .inner02 .link {
	clear: both;
}

#main .inner03 {
	margin: -20px 0 66px 0;
	text-align: center;
}

#main .inner03 .photoList {
	margin-bottom: 54px;
}

#main .inner03 .photoList li {
	float: left;
}

#main .inner03 .photoList li img {
	display: block;
}

#main .inner03 p {
	width: auto !important;
}

#main .inner03 .title {
	margin-bottom: 26px;
}

#main .inner03 .ttl {
	margin-bottom: 20px;
}

#main .inner03 p {
	margin-bottom: 26px;
}

#main .inner03 .link {
	margin-bottom: 48px;
}

#main .inner04 {
	padding: 10px 0 0 0;
	margin-bottom: 538px;
}

#main .inner04 p {
	width: 275px;
	z-index: 999;
	position: relative;
}

#main .inner04 .title {
	width: auto;
}

#main .inner04 .ttl {
	width: auto;
}

#main .inner04 .img {
	top: -13px;
}

#main .inner04 .link {
	bottom: -427px;
	right: 167px;
	position: absolute;
}

#main .inner05 {
	margin: -25px 0 34px;
}

#main .inner05 .photoBox {
	float: left;
}

#main .inner05 .textBox {
	margin-top: 152px;
	width: 280px;
	float: right;
}

#main .inner05 .textBox .title {
	width: auto;
	text-align: center;
}






