@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.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.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;}
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:#333;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#ffffff;
-webkit-text-size-adjust: none;
}



/* 横のスクロールバーON OFF
------------------------------------------------------------*/
html {
   overflow-y:scroll;
}



/* リンク設定
------------------------------------------------------------*/
a:link { color: #3b9bff; }
a:visited { color: #000080; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }

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


.spacer {
	background-image : url(images/spacer.gif); BACKGROUND-REPEAT: no-repeat
;}


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

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





/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 10px 10px;
background:#f1f1f1;
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{font-size:12px;}

ul.footnav{
float:right;
width:415 px;
padding:0px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
border-right:1px solid #b6b6b6;
}

#footer a{color:#333;}

#footer a:hover{color:#888;}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:12px;
color:#e5dab7;
background:#333;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 920px){
  nav#mainNav{
	padding:0px;
	clear:both;
	overflow:hidden;
	position:relative;
	background:url(topnavBg.png);
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li.last{border-right:1px solid #f8f1cb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:130px;
	height:35px;
	padding-top:15px;
	color:#c3a454;
	background:url(topnavSep.png);
	border-left:1px solid #eedd99;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:c3a454;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#fff;
	background-position:0 -60px;
	padding-top:15px;
	}
	
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:15px auto;}

	#wrapper,.inner{
	width:920px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	#main{
	float:right;
	width:717px;
	padding-right:15px;
	}
	
	#sidebar{
	float:left;
	width:195px;
	padding:15px 0 0 15px;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #f8f1cb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:920px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:225px;
	margin-left:5px;
	}

	.grid590{
	float:left;
	width:590px;
	margin-left:5px;
	}

	.grid560{
	float:left;
	width:560px;
	margin-left:5px;
	}

	.grid300{
	float:left;
	width:300px;
	margin-left:5px;
	}

	.grid380{
	float:left;
	width:380px;
	margin-left:5px;
	}

	.grid400{
	float:left;
	width:400px;
	margin-left:5px;
	}

	.grid260{
	float:left;
	width:260px;
	margin-left:5px;
	}

	.grid900{
	float:left;
	width:900px;
	margin-left:5px;
	}

	.grid900cg{
	float:left;
	width:900px;
	margin-left:5px;
        background:#eeeeee;
	}

	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

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

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav > a 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;
	background:url(images/bg.png);
	}

	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 #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{	color:#a74864;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{max-width:720px;}
	
	#sidebar article{padding:7px 8px;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}
	
	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	max-width:180px;
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
}




/**********************
/* イメージ
**********************/


.imageLayout {
	overflow: hidden;
}
.imageLayout img {
	height: auto; max-width: 100%;
}
.imageLayout .caption {
	text-align: left; font-size: 75%; margin-top: 6px; display: block;
}
.imageLayout a .link.caption {
	background: url("/shared/images/icon_arrow_01.png") no-repeat 0px 0.5em; padding-left: 10px;
}
.imageCol1.imageLayout {
	-ms-zoom: 1;
}

.imageCol1.imageLayout {
	-ms-zoom: 1;
}




/**********************
/* 追加
**********************/



.menuRibbon {
	margin:0 0 10px 0;
	padding:2px 8px;
	background:#eedd99;
	color:#000000;
	line-height:140%;
	font-weight:bold;
}


.menuRibbons {
	margin:0 0 0px 0;
	padding:2px 4px;
	background:#eedd99;
	color:#000000;
	line-height:150%;
	font-weight:bold;
}


.hdg01B {
	background: rgb(246, 246, 246); padding: 12px 20px; border-radius: 4px; border: 1px solid rgb(229, 229, 229); border-image: none; color: rgb(151, 69, 53); line-height: 1.5; font-size: 140.5%; font-weight: normal; margin-bottom: 15px;text-align: Center;
}


.clearboth {
	clear:both;
}


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

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff;
}

.box{
margin:0 0 0px 0;
padding:5px;
border:1px solid #eedd99;
}


.enjiBar {
	margin:0 0 6px 0;
	padding:2px 2px;
	background:#810102;
	color:#f8f7f2;
	line-height:140%;
	font-weight:bold;
        text-align:center;
}

.emailBar {
	padding:2px 2px;
	border-width:5px 0;
	border-color:#cfaf72;
	border-style:solid;
	background:#f1f1f1;
	color:#810102;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}


.wifiBar {
	margin:0 0 5px 0;
	padding:2px 5px;
	border-width:5px 0;
	border-color: #FFFFFF;
	border-style:solid;
	background:#029EBC;
	color:#EBF7FA;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}


.smfoBar {
	margin:0 0 5px 0;
	padding:5px 10px;
	border-width:2px 0;
	border-color: #555555;
	border-style:solid;
	background:#fed262;
	color:#555555;
	line-height:140%;
	font-weight:bold;
	text-align:center;
        font-size: 80%;
}





.contactBar {
	margin:0 0 5px 20;
	padding:2px 2px;
	border-width:5px 0;
	border-color:#cfaf72;
	border-style:solid;
	background:#f1f1f1;
	color:#810102;
	line-height:140%;
	font-weight:bold;
	text-align:left;
}

.phoneBar {
	margin:15px 0 5px 0;
	padding:10px 8px;
	background:#f1dca7;
	color:#a20102;
	line-height:160%;
	font-weight:bold;
        font-size: 130%;
}


/*************
/* リンク
*************/

a.sample:link {
	color: aqua ;
}
a.sample:visited {
	color: #0200ff ;
}
a.sample:hover {
	color: #FFFFFF ; background-color:#810102;
}
a.sample:active {
	color: aqua;
}


/*************
/* Font追加
*************/

.blueDRK12 {
        COLOR: #006699;
        FONT-SIZE: 12px;
        FONT-FAMILY: Arial, Geneva, san-serif;
	FONT-WEIGHT: bold;   
}

.gray1  {
	color: #666666;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 13px;
}

.orange1  {
	color: #ff0000;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 13px;
	FONT-WEIGHT: bold;
}

.black  {
	color: #000000;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 13px;
	font-weight: bold;}

.darkred  {
	color: #ac2411;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	font-weight: bold;}

.darkred2  {
	color: #ac2411;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 14px;
	font-weight: bold;}




table {
	border-collapse: collapse;
	border-spacing: 0;
}



 