@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
color:#fff;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
xbackground:#5e446d;
background:#907c57;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#e3c673;text-decoration:none;}
a:hover{color:#fff;}
a:active, a:focus{outline:0;}








/* 全体
------------------------------------------------------------*/

#wrapper_bg{
width:100%;
padding:20px 0 10px 0;
background-image:url(../images/wrapper_bg.png);
background-repeat: no-repeat;
background-position: right bottom;
background-size: cover;
xbackground-size: auto;
xbackground-size:contain;
}

#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
xbackground:#fff;
}

#slogan{
padding:3px 0;
font-size:12px;
font-weight:normal;
xbackground:#d3ac3d;
xbackground:#6b552b;
xbackground:#280b36;
background:#000;
color:#e3c673;
}

/*************
/* ヘッダー
*************/
#header{
padding:10px 0 10px;
overflow:hidden;
background:#000;
}

* html #header{height:1%;}


/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:5px 0 0;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;tabel
}

.logo span{
font-size:12px;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/

#main_back{
width:100%;
background-image:url(../images/main_back.jpg);
text-align:center;
}

#mainBanner{
xmargin:30px auto;
margin: 0px 0px 0px 0;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
}

#mainBanner p{
margin-bottom:20px;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:0;
left:0;
padding:5px 10px;
line-height:1.4;
z-index:100;
}

.slogan h2{
padding-bottom:5px;
color:#fff;
font-size:20px;
}

.slogan h3{
font-size:14px;
color:#fff;
}

/* サブページ スローガン*/
.subImg .slogan{left:auto;right:0;}



/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
xbackground:#3b003b;
xbackground:#000;
background:#6b552b;
}

.grid h3{
padding:10px 5px;
margin-bottom:10px;
background:#000;
font-weight:bold;
text-align:center;
}

.grid p{
padding:5px 10px;
text-align:left;
}

.grid p.img,.grid p.readmore{text-align:center;}

.readmore{
clear:both;
xbackground:#000;
background:#6b552b;
}

.gridWrapper img, img.frame{
border:3px solid #000;
margin-bottom:10px;
}

#gallery img{border:0;}

#gallery .grid{background:transparent;}


/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#fff;
border:0;
background:transparent;
}

#footer .grid p{padding:0;
}


/*************
メイン コンテンツ
*************/
section.content{
padding:20px 20px 20px 20px;
xmargin-bottom:20px;
border-radius:6px;
overflow:hidden;
font-size:14px;
background-color:#6b552b;
}

* html section.content{height:1%;}

section.content p{margin-bottom:20px;}

section.content p.catchphrase{
font-weight:bold;
font-size:20px;
color:#dcab42;
}



h2.heading{
padding:14px 0px 14px 25px;
margin-bottom:10px;
font-size:19px;
font-weight:bold;
color:#fff;
background:#000;
border-bottom:5px solid #c0963b;
background-image:url(../images/h2bg3.png);
background-position: top right;
background-repeat: no-repeat;
}

h3.heading{
padding:5px 5px 5px 15px;
margin-bottom:20px;
font-size:16px;
border-left:10px solid #c0963b;
xborder-right:10px solid #c0963b;
color:#fff;
background:#000;
}


section.content img{
max-width:90%;
height:auto;
}

section.content #gallery .grid img{max-width:100%}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}



/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #280b36;
}

table.table th{
text-align:center;
vertical-align:middle;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#6b552b;
border-left:#280b36 1px solid;
}

table.table td{
border-left:#280b36 1px solid;
xbackground:#907c57;
xbackground:#6b552b;
background:#907c57;
color:#fff;
font-weight:bold;
}



/*************
サブ（フッター前）コンテンツ
*************/
#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:4px;
padding:4px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin:0 10px 0 0;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/

#social{
clear:both;
padding:20px 0 0 0;
overflow:hidden;
background:#444;
}


#footer{
clear:both;
padding:20px 0 0 0;
overflow:hidden;
background:#000;
}

* html #footer{height:1%;}

.tel strong{
font-size:20px;
font-weight:bold;
}

#footer a{color:#fff;}
#footer a:hover{color:#ccc;}

#footer .copyright{font-size:11px;}


/* PC用 */
@media only screen and (min-width:960px){	
	#wrapper,.inner{
	width:940px;
	padding:0;
	xbackground-color:#fff;
	}
	
	#wrapper{padding-bottom:20px;}







  nav div.panel{
	display:block !important;
	float:right;
	padding:75px 0 0 0;
	xbackground-color:#fff;
	font-weight:bold;
	}

	a#menu{display:none;}

	nav#mainNav ul{
	float:right;
	overflow:hidden;
	}

	* html nav#mainNav ul{
	height:1%;
}

	nav#mainNav ul li{
	float:left;
	margin:0 5px;
	text-align:center;
	}

	nav#mainNav ul a{
	font-size:13px;
	display:block;
	padding:5px 15px 5px 5px;
	line-height:1.2;
	border-right:1px solid #e3c673;
	}
	
	nav#mainNav ul li:first-child a{
	padding-left:15px;
	border-left:1px solid #e3c673;
	}

	nav#mainNav ul span{
	font-size:10px;
	}

	nav#mainNav ul li.active a,nav#mainNav ul a:hover{
	color:#fff;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -20px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:220px;
	margin-left:20px;
	}



	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{width:300px;}
	#footer .grid{border:0;}
}


/* モニター幅940px以下 */
@media only screen and (max-width:940px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	#slogan h1{
	text-align:center;
	color:#e3c673;
	}
	
	#header{padding:10px 0;}
	
	#header .logo,#footer .logo{
	float:none;
	text-align:center;
	padding:10px 5px;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #280b36), color-stop(0.00, #000));
	background: -webkit-linear-gradient(top, #000 0%, #280b36 100%);
	background: -moz-linear-gradient(top, #000 0%, #280b36 100%);
	background: -o-linear-gradient(top, #000 0%, #280b36 100%);
	background: -ms-linear-gradient(top, #000 0%, #280b36 100%);
	background: linear-gradient(top, #000 0%, #280b36 100%);
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#e3c673;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "≡ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #fff;
	color:#000;
	background:#907c57;
	font-weight:bold;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{border-top:1px dashed #fff;}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a,nav#mainNav ul li a:hover{background:#000;}

	nav div.panel{float:none;}
	
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	



	#gallery{padding-left:1px;}
	
	#gallery .grid{
	width:23%;
	margin:0 2px 0 0;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	margin:0;
	}
	





	#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	
	#footer .grid, #footer .grid p{
	float:none;
	width:100%;
	text-align:center;
	border:0;
	}
	
	#footer .grid:last-child{padding-top:20px;}
}


/* iPad 縦 */
@media only screen and (max-width:768px){
  #header{padding-bottom:0;}	

	#header h1{text-align:center;}
	
	#header .logo{
	float:none;
	text-align:center;
	padding:10px 5px 20px;
	}
	
	#sub ul.list{padding:10px 10px 11px;}
	
	#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#footer .grid p{text-align:center;}
	
	.grid img{
	float:none;
	margin:0 auto;
	}
	
	.grid p,#sub .grid li{text-align:left;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:75%;}
	.subImg .slogan{right:-30px;}
	
	.grid img{max-width:90%;height:auto;}
	
	#sub .grid{
	float:none;
	width:99%;
	}
	
	#sub .grid h3{padding:10px 5px;}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
}

/* ギャラリー
------------------------------------------------------------*/

section2.content2{
padding:0 0;
xmargin-bottom:10px;
border-radius:6px;
overflow:hidden;
}

* html section2.content2{height:1%;}

section2.content2 img{
max-width:95%;
height:auto;
}

section2.content2 #gallery .grid2 img{max-width:100%}

	/* グリッド共通 ベース:トップページ4カラム */

	#gallery .grid2{
	float:left;
	width:23%;
	margin:0 0 2% 2%;
	padding:0;
	}
	
	#gallery .grid2 img{
	float:none;
	margin:0;
	}













/* -- form.form-area -------------------------------------------------------------------------------- */

form.form-area {
	width: 940px;
	margin: 20px auto;
	background: rgba( 255, 255, 255, 1.0 );
	border: 1px solid #000;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	position: relative;
	overflow: hidden;
background-color:#6b552b;
}

form.form-area h1 {
	width: calc( 90% - ( 1 * ( 6em * 0.8 + 40px + 2px + 10px ) ) );
	padding: 2px 0;
	font-size: 125%;
	position: absolute;
	left: 5%;
	top: 20px;
background-color:#6b552b;
}

form.form-area dl {
	width: 90%;
	margin: 0 auto;
}

form.form-area dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

form.form-area dl dt {
	clear: both;
	width: 30%;
	float: left;
	border-top: 1px solid #000;
	padding: 20px 0;
	text-align: right;
}

form.form-area dl dd {
	width: 65%;
	float: left;
	border-top: 1px solid #000;
	padding: 10px 0 20px 5%;
}

form.form-area dl dt:first-child,
form.form-area dl dt:first-child+dd {
	border: none;
}

form.form-area dl dt span {
	display: block;
	font-size: 80%;
	xcolor: #3377ff;
	font-family: serif;
}

form.form-area dl dt span.required,
form.form-area dl dt span.optional {
	display: inline-block;
	float: left;
	color: #ffffff;
	line-height: 1;
	padding: 9px 9px;
	border-radius: 3px;
	font-family: inherit;
}

form.form-area dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}

form.form-area dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}

form.form-area dl dd span.error-blank,
form.form-area dl dd span.url-check {
	display: block;
	color: #ff0000;
	margin-top: 10px;
}


form.form-area input[type="text"] {
	width: calc( 100% - 4% - 2px );
	padding: 7px 2%;
	border: 1px solid #000;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: inherit;
}

form.form-area input.title {
	width: 80%;
}

form.form-area input.name {
	width: 50%;
}

form.form-area textarea {
	display: block;
	width: calc( 100% - 4% - 2px );
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #000;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: inherit;
}

form.form-area input[type="text"]:focus,
form.form-area textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}


form.form-area p.submit {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #000;
}

form.form-area input[type="button"] {
	padding: 11px 20px;
	vertical-align: middle;
	line-height: 1;
	xbackground: #5cb85c;
background:#c0963b;
	border: 1px solid #000;
	border-radius: 3px;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
	font-size: 16px;
	margin-left: 35%;
}

form.form-area input[type="button"]:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #398439;
}




/* -- button-area -------------------------------------------------------------------------------- */

div.button-area {
	padding: 20px 5%;
	background: #e0e0e0;
	overflow: hidden;
background-color:#6b552b;
}

div.button-area span {
	display: inline-block;
	float: right;
	width: auto;
	height: auto;
	color: #ffffff;
	line-height: 1;
	padding: 0px 20px;
	border-radius: 3px;
	margin-left: 10px;
}


span.delete {
	background: #d9534f;
	border: 1px solid #d43f3a;
}

span.delete:hover {
	cursor: pointer;
	background: #c9302c;
	border: 1px solid #ac2925;
}




/* -- span.loading -------------------------------------------------------------------------------- */

div.loading-layer {
	width: 100%;
	height: 100vh;
	background: rgba( 0, 0, 0, 0.7 );
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}


span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}




/* -- div.bbs-post -------------------------------------------------------------------------------- */

div.bbs-post {
	width: 940px;
	margin: 20px auto;
	background: rgba( 255, 255, 255, 1.0 );
	border: 1px solid #000;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	overflow: hidden;
background-color:#6b552b;
}

div.bbs-post h2 {
	/*width: calc( 90% - ( 3 * ( 4em * 0.8 + 30px + 2px + 10px ) ) );*/
	width: 90%;
	margin: 20px auto 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #000;
	font-size: 125%;
}


span.new-label {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	color: #ffffff;
	font-size: 64%;
	line-height: 1;
	padding: 9px 10px;
	background: #f0ad4e;
	border: 1px solid #eea236;
	border-radius: 3px;
	margin-right: 10px;
}


div.bbs-post ul {
	width: 90%;
	margin: 10px auto;
	font-size: 85%;
}

div.bbs-post ul li {
	color: #fff;
}

div.bbs-post p {
	width: 90%;
	margin: 20px auto;
}




/* -- div#page-top -------------------------------------------------------------------------------- */

div#page-top {
	display: none;
	width: 50px;
	height: 50px;
	background: 000;
	position: fixed;
	right: 2.5%;
	bottom: 20px;
	z-index: 10;
	border-radius: 3px;
	opacity: 0.9;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
}

div#page-top:hover {
	cursor: pointer;
	color: #c0963b;
	background: rgba( 0, 0, 0, 0.1 );
}

div#page-top span#arrow-up {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate( -50%, -40% );
}

div#page-top span#arrow-up:before {
	display: inline-block;
	font-family: sans-serif;
	content: "▲";
	line-height: 1;
	font-size: 200%;
}








/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {


/* -- form.form-area -------------------------------------------------------------------------------- */

form.form-area {
	width: 95%;
}

form.form-area h1 {
	width: auto;
}

form.form-area dl {
	overflow: visible;
}

form.form-area dl dt {
	width: auto;
	float: none;
	padding: 20px 0 0px;
	text-align: left;
}

form.form-area dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 5px 0 20px 0;
}

form.form-area dl dt span.required,
form.form-area dl dt span.optional {
	margin-right: 10px;
}

form.form-area input[type="button"] {
	margin-left: 0;
}




/* -- button-area -------------------------------------------------------------------------------- */

div.button-area {
	padding: 20px 5% 10px;
}

div.button-area span {
	margin-bottom: 10px;
}




/* -- div.bbs-post -------------------------------------------------------------------------------- */

div.bbs-post {
	width: 95%;
}

div.bbs-post h2 {
	width: 90%;
	margin: 20px auto;
	position: static;
}


}
/* 1000pixel end */










