/*=============================================
*
* 
*
=============================================*/
body {
	background: url(../images/common/back.jpg) 0 0 repeat;
	color: #14100d;
}
body img {
	width: auto;
}
p {
	text-align:left;
}
span {
	display:block;
} 
/*=============================================
*
* wrapper
*
=============================================*/
#wrapper {
	overflow:hidden;
	position:relative;
}
@media screen and (max-width:767px){
#wrapper {
	width:100%;
}
}
/*=============================================
*
*  header
*
=============================================*/
#header {
	margin-bottom: 60px;
	position: relative;
	width: 100%;
}
#headerInner {
	background: none;
	height: auto;
	max-width: 1100px;
	margin:0 auto;
	position:relative;
	width: 100%;
	z-index: 1000;
}
@media screen and (max-width:769px){
#headerInner {
	height:auto;
}
}
/*---------------------------------------------
ロゴ
---------------------------------------------*/
#header #headerInner h1.logo {
	height:80px;
	position: absolute;
	width:96px;

	left: 0;
	top: 16px;
}
@media screen and (max-width:1120px){
#header #headerInner h1.logo {
	left: 10px;
}
}
@media screen and (max-width:600px){
#header #headerInner h1.logo {
	/*
	left: 50%;
	margin-left: -48px;
	*/
	top: 10px;
	width:75px;
}
}
/*=============================================
*
*  gNabv
*
=============================================*/
#headerNavArea {
	background: #fff;
	display: none;
	left:0px;
	position:absolute;
	top: -200px;
	width:100%;
	z-index: 3000;

	opacity: 0;
}
#headerNavArea.on {
	top: 0 !important;
}
#headerNavArea.transition {
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* 見出し */
#headerNavArea .heading img {
	display: block;
	margin: 30px auto 20px auto;
	
}
/* ナビ背景 */
.headerNavAreaBack {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}
/* ナビリスト　*/
#headerNavArea .gNav  {
	position: relative;
	z-index: 1100;
}
#headerNavArea .gNav ul {
	margin:0 auto;
	padding: 10px 0;

}
@media screen and (max-width:500px){
#headerNavArea .gNav ul {
	padding: 10px;

}
}
#headerNavArea .gNav ul li {
	border: 1px #ccc solid;
	display: inline-block;
	height: 75px;
	margin: 2px 0px;
	width: 22%;
}
@media screen and (max-width:1100px){
#headerNavArea .gNav ul li {
	width: 24%;
}
}
@media screen and (max-width:900px){
#headerNavArea .gNav ul li {
	width: 48%;
}
}
@media screen and (max-width:500px){
#headerNavArea .gNav ul li {
	width: 100%;
}
}
/* ナビホバー */
#headerNavArea .gNav ul li:hover {
	background:url(../images/common/gNavOnBar.png) no-repeat center bottom;
}
/* on | 現在のページ */
#headerNavArea .gNav ul li.on {
	background:url(../images/common/gNavOnBar.png) no-repeat center bottom;
}
/* a | ボタン　*/
#headerNavArea .gNav ul li a {
	/*background:url(../images/common/nav.png) no-repeat 0 0;*/
	display: block;
	height: 75px;
	text-indent:-9999em;
	width: auto;
}
@media screen and (max-width:901px){
#headerNavArea .gNav ul li a {
	margin:0 auto;
	height: 75px;
	width: auto;
}
}
/* nav01 */
#headerNavArea .gNav ul li a.nav01 {
	background:url(../images/common/gNav-01.png) no-repeat center center;
}
/* nav02 */
#headerNavArea .gNav ul li a.nav02 {
	background:url(../images/common/gNav-02.png) no-repeat center center;
}
/* nav03 */
#headerNavArea .gNav ul li a.nav03 {
	background:url(../images/common/gNav-03.png) no-repeat center center;
}
/* nav04 */
#headerNavArea .gNav ul li a.nav04 {
	background:url(../images/common/gNav-04.png) no-repeat center center;
}
/* nav05 */
#headerNavArea .gNav ul li a.nav05 {
	background:url(../images/common/gNav-05.png) no-repeat center center;
}
/* nav06 */
#headerNavArea .gNav ul li a.nav06 {
	background:url(../images/common/gNav-06.png) no-repeat center center;
}
/* nav07 */
#headerNavArea .gNav ul li a.nav07 {
	background:url(../images/common/gNav-07.png) no-repeat center center;
}
/* nav07 */
#headerNavArea .gNav ul li a.nav08 {
	background:url(../images/common/gNav-08.png) no-repeat center center;
}
/* nav07 */
#headerNavArea a.homeBtn {
	background:url(../images/common/gNav-09.png) no-repeat center center #14100d;
	display: block;
	height: 25px;
	margin: 20px auto 0px auto;
	width: 110px;

	border-radius: 3px;
    -webkit-border-radius: 3px;
	
	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	*text-indent: -9999em;
}
/*=============================================
*
* drawerBtn | ドロワー
*
=============================================*/
#drawerBtn {
	/*background: url(../images/common/dBtn-01.png) no-repeat 0 0;*/
	cursor: pointer;
	display: block;
	height: 70px;
	margin-right: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0px;
	width: 70px;
	z-index: 3100;
}

#drawerBtn span {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 70px;
	height: 70px;

	-webkit-transition: all .3s;
	transition: all .3s;
}
#drawerBtn span.n02 {
	background: url(../images/common/drawerBtn-02.jpg) no-repeat 0 0;
	top: -70px;
}
#drawerBtn span.n01 {
	background: url(../images/common/drawerBtn-01.jpg) no-repeat 0 0;
	top: 0;
}
#drawerBtn.on span.n02 {
	top: 0;
}
#drawerBtn.on span.n01 {
	top: 70px;
}
/*=============================================
*
* main
*
=============================================*/
#main {
	margin: 0 auto;
	position: relative;
}
/*=============================================
*
* sec
*
=============================================*/
#sec01 ,
#sec02 ,
#sec03 ,
#sec04 
{
	margin: 0 auto 60px auto;
	max-width: 1100px;
	width: 100%;
}
@media screen and (max-width:1120px){
#sec01 ,
#sec02 ,
#sec03 ,
#sec04 
{
	padding-left: 10px;
	padding-right: 10px;
}
}
/*=============================================
*
* topArea | 
*
=============================================*/
/*
#topArea01 {
	width: 100%;
	margin:0 auto; 
}

#topArea01 h1.h01 {
	background:url(../images/common/topAreaH1BackLine01.gif) no-repeat  center top;
	width:100%;
	height:150px;
	padding-top:45px;
	margin-bottom:25px;
}
@media screen and (max-width:769px){
#topArea01 h1.h01 {
	background:url(../images/common/topH1backLine-02.gif) repeat-x  center bottom;
	margin-bottom:6%;
}
}
*/
/*=============================================
*
* 見出し共通
*
=============================================*/
.hArea h1.h01 , #topArea h2.h01 {
	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	*text-indent: -9999em;	
}
.hArea h1.lead01 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 30px;/*font-size: 32px;*/
	margin-bottom: 30px;
}
/*=============================================
*
* テキスト共通
*
=============================================*/
/*---------------------------------------------
txt01
---------------------------------------------*/
.txt01 {
	font-size:14px;
	letter-spacing:0.1em;
	line-height: 1.8;
	display:block;
}
/*=============================================
*
* 矢印
*
=============================================*/
.downArrow01 a , .downArrow02 a {
	background:url(../images/common/downArrow-01.png) no-repeat  center top;
	display: block;
	height: 65px;
	margin: 10px auto 30px auto;
	width: 65px;

	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	*text-indent: -9999em;	

}
/*=============================================
*
* 共通要素
*
=============================================*/
.externalLink {
	background:url(../images/common/externalLinkIcon.png) no-repeat right center;
	color: #666666;
	font-size: 12px;
	padding-right: 16px;
}
/* 次のページへのリンク */
.nextPageLinkBtn a {
	background:url(../images/common/nextArrowIcon6x11.png) no-repeat right center #14100d;
	color: #fff;
	display: block;
	height: 43px;
	line-height: 43px;
	margin: 0 auto 30px auto;
	text-align: center;
	text-decoration: none;
	width: 220px;

	transition: .3s;
    -webkit-transition: .3s;
}
.nextPageLinkBtn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*=============================================
*
* table | テーブル
*
=============================================*/
/* テーブル */
table {
	border:none;
	margin:0 auto 50px auto;
	padding:15px;
	max-width:900px;
	/width:900px;
}
@media screen and (max-width:768px){
table {
	width:100%;
}
}
table th {
	background:#fff;
	border:3px #F2F2F2 solid;
	letter-spacing:0.2em;
	text-align:center;
	width:30%;
	padding:20px;
	vertical-align:top;

}
@media screen and (max-width:480px){
table th {

	display:block;
	border:none;
	width:100%;
	padding:20px 0;
}
}

table td {
	background:#fff;
	border:3px #F2F2F2 solid;
	color:#222;
	letter-spacing:0.07em;
	line-height:1.7;
	text-align:left;
	padding:20px;
	vertical-align:middle;
}
@media screen and (max-width:480px){
table td {
	background:#FFF;
	border:none;
	display:block;
	padding:20px 2%;
}
}
/*=============================================
*
*  footer
*
=============================================*/
#footer {
	background: #fff;
	border-top: 2px #14100d solid;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	width: 100%;
}
@media screen and (max-width:1120px){
#footer {
	padding: 30px 10px 10px 10px;
}
}
#footer .inner01 {
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
	width: 100%;
}


/* ============================================
footerArea01
============================================ */
#footer #footerArea01 {
	left: 0;
	text-align: left;
	position: absolute;
	top: 0;
	width: 30%;
}
@media screen and (max-width:1100px){
#footer #footerArea01 {
	position: relative;
	text-align: center;
	width: 100%;
}
}
/* ロゴ */
#footer #footerArea01 #footerLogo {
	margin-bottom: 20px;
	width: 75px;
}
@media screen and (max-width:1120px){
#footer #footerArea01 #footerLogo {
	margin: 0 auto 20px auto;
}
}
/* 住所 */
#footer #footerArea01 address {
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 5px;
}
/* Google Map*/
#footer #footerArea01 .externalLink {
	font-family: 'Signika Negative', sans-serif;
}


/* ============================================
footerArea02
============================================ */
#footer #footerArea02 {
	margin: 0 auto 20px auto;
	position: relative;
	width: 40%;
}
@media screen and (max-width:1100px){
#footer #footerArea02 {
	margin-bottom: 25px;
	min-width: 650px;
	width: 60%;
}
}
@media screen and (max-width:680px){
#footer #footerArea02 {
	min-width: 0;
	width: 100%;
}
}
@media screen and (max-width:420px){
#footer #footerArea02 {
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
}
}

/* 見出し */
#footer #footerArea02 .heading {
	background:url(../images/common/footerArea02Heading.png) no-repeat center 0;
	height: 45px;
	margin-bottom: 20px;
	width: auto;

	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	*text-indent: -9999em;	
}
/* リスト */
#footer #footerArea02 li {
	font-size: 12px;
	margin-bottom: 5px;
	text-align: left;
}
#footer #footerArea02 li p {
	float: left;
	line-height: 2.5;
	width: 50%;
}
@media screen and (max-width:420px){
#footer #footerArea02 li p {
	float: none;
	font-weight: bold;
	line-height: 2.5;
	width: 100%;
	text-align: center;
}
}
#footer #footerArea02 li a {
	color: #666666;
	float: right;
	line-height: 2.5;
	text-align: left;
	width: 50%;
}
@media screen and (max-width:420px){
#footer #footerArea02 li a {
	display: block;
	float: none;
	line-height: 2.5;
	width: 100%;
	text-align: center;
}
}
#footer #footerArea02 li a:hover {
	color: #999;
}
/**/
#footer #footerArea02 li ul {
	float: left;
}
#footer #footerArea02 li ul li a {
	float: none;
	line-height: 1.8;
	padding-left: 0;
}
@media screen and (max-width:420px){
#footer #footerArea02 li ul {
	float: none;
	text-align: center;
}
}


/* ============================================
footerArea03
============================================ */
#footer #footerArea03 {
	font-size: 12px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 20%;
}
@media screen and (max-width:1100px){
#footer #footerArea03 {
	margin-bottom: 25px;
	position: relative;
	text-align: center;
	width: 100%;
}
}
@media screen and (max-width:420px){
#footer #footerArea03 {
	border-bottom: 1px #ccc solid;
	padding-bottom: 20px;
}
}
#footer #footerArea03 a.n01 {
	display: inline-block;
	margin: 0 0 10px 0;
}
#footer #footerArea03 li {
	margin-bottom: 3px;
}
@media screen and (max-width:1100px){
#footer #footerArea03 li {
	display: inline-block;
	margin: 0 5px;
}
}
#footer #footerArea03 p {
	display: inline-block;
	margin-bottom: 10px;
}
@media screen and (max-width:1100px){
#footer #footerArea03 p {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
}
}
#footer #footerArea03 li a {
	display: inline-block;
	line-height: 2;
}
#footerArea03 li a:hover {
	color: #999;
}
/* ============================================
pageTop | ぺージトップ
============================================ */
#footer #pageTop {
	bottom: 10px;
	width:38px;
	height:38px;
	position: absolute;
	right: 10px;
	
	transition: .3s;
    -webkit-transition: .3s;
}
#footer #pageTop:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media screen and (max-width:1100px){
#footer #pageTop {
	bottom: 10px;
	position: fixed;
	right: 10px;
}
}

@media screen and (max-width:500px){
#footer #pageTop {
	background: #14100d;
	bottom: 0;
	height: 30px;
	margin:15px auto 0 auto;
	position: relative;
	right: 0;
	width: 100%;
}
}
#footer #pageTop a {
	background:url(../images/common/pageTopBtn-01.png) no-repeat center center;
	display: block;
	width:38px;
	height:38px;
	text-indent:-9999em;
}
@media screen and (max-width:500px){
#footer #pageTop a {
	height: 30px;
	width: 100%;
}
}
/* ============================================
#copyright | コピーライト
============================================ */
#copyright {
	background: url(../images/common/footerCopyBack.gif) 0 0 repeat;
	margin: 30px 0 0 0;
}
#copyright small {
	color:#fb3789;
	display:block;
	width: 100%;
	margin:0 auto;
	padding:15px 0;
	text-align:center;
}
/*=============================================
*
*  スクロールボタン
*
=============================================*/

.scrollBtnArea a {
	background: url(../images/common/scrollIcon-01.png) 0 0 no-repeat;
	display: block;
	height: 91px;
	margin: 0 auto 30px auto;
	width: 40px;
	
	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	*text-indent: -9999em;
	
	transition: .3s;
    -webkit-transition: .3s;
}
.scrollBtnArea a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.sp .scrollBtnArea a {
	background: url(../images/common/scrollIcon-02.png) 0 0 no-repeat;
	display: block;
	height: 58px;
	margin: 0 auto 30px auto;
	width: 40px;
	
	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	*text-indent: -9999em;	
}

/*=============================================
*
*  ロールオーバー
*
=============================================*/
li .rollOverView {
    background: rgba(0,0,0,.7);
	color: #fff;
	cursor: pointer;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.1em;
	overflow: hidden;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
	text-align: center;
    transition: .3s;
    opacity: 0;

	transition: .3s;
    -webkit-transition: .3s;
	/* IE8 */
	display: none\9;
}
li:hover .rollOverView  {
	opacity: 1;
}

li .rollOverView .viewTxt {
	border-bottom: 1px #fff solid;
	font-size: 21px;
	margin: 0 auto 10px auto;
	max-width: 145px;
}


li .rollOverView .viewDetailTxt {
	font-size: 16px;
}


