z@charset "UTF-8";
/* CSS Document */


/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

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;
	list-style-type:none;
	font-family: 'Cardo', YuMincho, '游明朝', serif, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
	font-style: normal;
	vertical-align: baseline;
	line-height:1.8em;
	letter-spacing: 0.05em;
}
/* IE */
@font-face {
	font-family: Cardo;
	src: url("Cardo/Cardo104s.ttf");
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: Cardo;
	src: url("Cardo/Cardo104s.ttf") format("truetype")
}
html {
	overflow: hidden;
	overflow-y:scroll;
	height: 100%;
}
body {
	font-size: 12px;
	background-color: none;
	height: 100%;
}
ol, ul {
	list-style: none;
		padding-inline-start: 0px;
}
blockquote, q {
	quotes: none;
}
input, textarea {
	font-size: 100%;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #969696;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
 a:anchor {
padding-top:100px;
margin-top:-100px;
}
/* LINE-HEIGHT SET
----------------------------------------------------- */
.lh15 {
	line-height: 1.5 !important;
}
.lh18 {
	line-height: 1.8 !important;
}
.lh20 {
	line-height: 2.0 !important;
}
/* MARGIN SET
----------------------------------------------------- */

.section5 {
	margin-bottom: 5px !important;
}
.section10 {
	margin-bottom: 10px !important;
}
.section15 {
	margin-bottom: 15px !important;
}
.section20 {
	margin-bottom: 20px !important;
}
.section25 {
	margin-bottom: 25px !important;
}
.section30 {
	margin-bottom: 30px !important;
}
.section40 {
	margin-bottom: 40px !important;
}
.section50 {
	margin-bottom: 50px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.fs18 {
	font-size:18px !important;
}
.fs16 {
	font-size:16px !important;
}
.fs15 {
	font-size:15px !important;
}
.fs14 {
	font-size:14px !important;
}
.fs11 {
	font-size:11px !important;
}
.fs10 {
	font-size:10px !important;
}

.text-center {
 text-align: center !important;
}

.bold {
	font-family: 'Cardo', YuMincho, '游明朝', serif, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
	font-weight:700;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	width: 100%;/* レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	height: 90px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
	background: #fff;
	border-bottom: thin solid #000;
	overflow:hidden;
	position:fixed;
	z-index: 5;
	opacity:0.9;
	filter: alpha(opacity=90);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=90)";  /* ie 8 */
	-moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.9;              /* Safari 1.x */
}
.top-menu {
	position: fixed;
	top: 200px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 600px;
	height: 400px;
	z-index: 5;
	padding-inline-start:0px;
}
.top-btn {
	margin: 0 auto;
	z-index: 3;
	float: left;
	text-decoration: none;
}

.btn{
  border-radius: 5px;
  background-color: green;
  padding: 20px;
  text-align: center;
  color: white;
}


.top-btn img{
	min-width: 50%;
}
.navi {
	width: 200px;/* レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	padding: 29px 0px 29px 30px;
	float: left;
}
.navi a {
	border-style: none;
}
ul#navi li {
	    float: left;
	    margin-left: -1px;
	    width: 100px;
	    height: 60px;
	    overflow: hidden;
}
.navbtn {
	width: auto;/* レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	float: right;
	padding: 25px 20px 20px 20px;
	font-size:14px;
	letter-spacing: 0.05em;
	font-family: 'Cardo', YuMincho, '游明朝', serif, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
	font-weight:700;
}
.navbtn-icon {
	width: 40px;/* レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	float: right;
	padding: 30px 30px 0px 20px;
	letter-spacing: 0.05em;
	font-family: 'Cardo', YuMincho, '游明朝', serif, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
	font-weight:700;
}
/* ~~ link on off ~~ */

#menu a {
	color: #333;
}
#menu a.on {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

.container {
	width: 1024px;/* レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	background: none;
	overflow:hidden;
	padding: 80px 0px 0px 0px;
	margin: 0 auto;
	font-family: 'Cardo', YuMincho, '游明朝', serif, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
.content {
	padding: 30px 0px 0px 240px;
	width: 650px;
	float: left;
	overflow : hidden;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
.wrapper {
	padding: 120px 0px 0px 240px;
	width: 764px;
	float: left;
	overflow : hidden;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
.contents-inner {
	margin: 10px 0px 0px 0px;
	width: 640px;
	float: left;
	overflow : hidden;
	text-align: justify;
}
.contents-right {
	margin: 0px 0px 0px 0px;
	width: 440px;
	float: right;
	overflow : hidden;
	text-align: left;
	overflow : hidden;
	text-align: justify;
}
.contents-left {
	margin: 0px 20px 0px 0px;
	width: 160px;
	float: left;
	overflow : hidden;
	text-align: justify;
	text-justify: inter-ideograph;
}
.contents-text {
	margin: 0px 0px 30px 0px;
	width: 640px;
	float: left;
	overflow : hidden;
}
.title {
	padding: 0px 0px 0px 0px;
	width: 640px;
	float: left;
	color:#0050CB;
	font-weight:normal;
}
.about-category {
	margin: 0px 0px 0px 0px;
	width: 90px;
	float: left;
	font-size: 12px;
	line-height: 24px;
	font-family: 'Cardo', YuMincho, '游明朝', serif, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
	font-weight:bold;
	z-index:3;
}
.sidebar1 {
	float: left;
	width: 200px;
	height: 100%;
	margin: 110px 20px 0px 30px;
	position:fixed;
	z-index: 5;
}

.sidebar2 {
	float: left;
	width: 200px;
	height: 100%;
	padding: 90px 20px 0px 30px;
	background-color:#fff;
	position:fixed;
	z-index: 5;
}


.border {
	border-bottom: 3px solid #000;
	clear: both;
}
.border-l {
	border-bottom: 1px solid #000;
	clear: both;
}
.border-w {
	border-bottom: 3px solid #fff;
	clear: both;
	margin: 0px 0px 20px 0px;
	line-height: 3em;
}
.border-dot {
	border-bottom: 1px dotted #000;
	clear: both;
	margin: 0px 0px 10px 0px;
	line-height: 3em;
}

.fl-r {
	float:right
	}

.fl-l {
	float:left
	}
	
	



/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/


/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol {
	padding: 0px 0px 0px 0px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}
/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	list-style: none; /* リストのマーカーを削除します。 */
	border-bottom: none; /* ボタンの区切り線を作成します。 */
	margin: 20px 0px 20px 0px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}
ul.nav li {
	border-bottom: none; /* ボタンの区切り線を作成します。 */
}
.nmtext {
	text-decoration: none;
	font-size:12px;
	line-height: 0.5em;
	height: 25px;
	font-weight: normal;
	background: none;
	color: #000;
	font-family: 'Cardo', YuMincho, '游明朝', serif, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
}
.nmtitle {
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	background: none;
	margin: 0px 0px 10px 0px;
	color: #000;
	font-family: 'Cardo', YuMincho, '游明朝', serif, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
}
.logo {
	position: absolute;
	bottom:50px;
	right:50px;
	z-index: 2;
}


.cap {
	text-decoration: none;
	font-weight: bold;
	font-size:8px;
	background: none;
	margin: 0px 0px 0px 0px;
	color: #999;
	font-family: 'Cardo', YuMincho, '游明朝', serif, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
}

/* ~~ フッター ~~ */
.footer {
	width: 100%;/* レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	height: 80px;
	padding-bottom: 0px;
	background: none;
	border-top: thin solid #666;
	overflow:hidden;
	width: 100%;
}
.fttext {
	background: none;
	margin-top:30px;
	overflow:hidden;
	color:#333;
	text-align:center; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
}
/* ~~ pagetop ~~ */

#page-top {
	position: fixed;
	bottom: 0px;
	left: 30px;
	z-index: 5;
}
#page-top a {
	background: none;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-style: none;
}
#page-top a:hover {
	text-decoration: none;
	background: none;
}

.contents-map {
	padding: 0px 0px 0px 6px;
	border-left: 1px dotted #000;
	width: 265px;
	float: left;
	overflow : hidden;
	text-align: left;
}
.header-map {
	width: 100%;/* レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	height: 90px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
	background: #fff;
	overflow:hidden;
	position:fixed;
	z-index: 6;
}

.map {
	float: left;
	width: 100%;
	height: 100%;
	margin:90px 0px 0px 0px;
	position:fixed;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	height:467px;
	margin: 0px 0px 0px 0px;
	padding: 0px auto;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	max-height: 427px;
	margin:0 auto;
	display:block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	box-shadow: 0 0 5px #fff;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: left;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #dfdfdf;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #bfbfbf;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.sanseirif{
	font-family: 'Lato', sans-serif, "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-weight: 300;
}