@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;text-align: left;}
article h3 {
	font-size: 14px;
	color: #333333;
	font-weight: bolder;
}

blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {
     border:none;
     verticle-align:top;
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}

a:hover img {
     opacity: 0.7;     /* 透過レベル */
     filter: alpha(opacity=80);
}

figure{
	margin:0;
	float: none;
}
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;
-webkit-text-size-adjust: none;
}


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


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
height:auto;
position:relative;
background:#fff;
}

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


/*************
/* ヘッダー
*************/
#header{
height:110px;
}

#header h1{
	padding:5px 0 10px 10px;
	font-size:12px;
	font-weight:normal;
	font-family: inherit;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
margin-left:17px;
}

.logo span{display:block;}
.content article .info2 {
	float: left;
	padding-left: 5px;
	text-align: left;
}
#main .content article p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}


.info .open{font-size:11px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
	margin-top:6px;
	color:#00a0e9;
	font-size:20px;
	font-weight:bold;
}
#header .info .tel {
	font-size: 20px;
	color: #00a0e9;
	font-weight: bold;
	margin-top: 6px;
}
.content article .info2 .tel {
	font-size: 20px;
	font-weight: bold;
	color: #00a0e9;
	margin-top: 6px;
}



.logo span,.info span{
color:#333;
font-size:.6em;
font-weight:normal;
}


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

.mozi60{
text-indent:60px;
}
.bxslider{
	padding:0;
	width:98%;
	position:relative;
	line-height:0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 17px;
	margin-left: auto;
}
#mainBanner{
	padding:10px;
	width:100%;
	position:relative;
	line-height:0;
	margin-top: 17px;
	margin-right: auto;
	margin-bottom: 17px;
	margin-left: auto;
	}
#mainBanner2 {
	margin:17px auto;
	padding:0;
	width:100%;
	position:relative;
	line-height:0;
}


#mainBanner img{
	max-width:98%;
	border:2px solid #ebebeb;
	height: auto;
}
#mainBanner2 img {
	max-width:100%;
	height:auto;
	border:4px solid #ebebeb;
}


.slogan{
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:10px;
	left:10px;
	padding:5px 10px;
	line-height:1;
	background-color: rgba(0,0,0,0.3);
	color:#fff;
}

.slogan h2{
	padding-bottom:5px;
	font-size:16px;
	color:#fff;
	margin: 0px;
}
.slogan p {
	font-size: 14px;
	line-height: 1.2;
}



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

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

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

.box img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}

.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

* html section.content article{
	height:1%;
	margin-bottom: 100px;
}

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

h3.heading{
font-weight:bold;
padding:0 10px;
line-height:36px;
color:#333;
background:#f1f1f1;
}
h3.heading2 {
	font-weight:normal;
	line-height:36px;
	color:#333;
	background:#f1f1f1;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
h3.heading3 {
	font-weight:normal;
	line-height:36px;
	color:#333;
	background:#f1f1f1;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}



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

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

.aligncenter{
float:left;
clear:left;
margin:5px 0 10px 0;
}

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

#gallery .grid img,.border,ul.list img{
	border:4px solid #ebebeb;
	width:190px;
}

/*************
/* 251016
*************/
#gallery4 .grid img,.border,ul.list img{
	border: 4px solid #ebebeb;
	width: auto;
}

.borderA{
	width: 300px;
	float:left;
	display: flex;
	margin:3px 10px 10px 0px;
}

#gallery2 article .grid a img {
	border: 4px solid #CCCCCC;
	width: auto;
	margin: 0px;
	padding: 0px;
}
/*************
/* 251016
*************/
#gallery3 article .grid img {
	float:left;
	border: 4px solid #CCCCCC;
	border-radius:10px;
	width: 597px;
	margin: 4px;
	padding: 0px;
}

/*************
#gallery3 article .grid img {
float:left;
border-radius:10px;
background:#fff;
}
*************/

/*************
/* 251016
*************/
#gallery4 article .grid img {
	border: 4px solid #CCCCCC;
	width: 290px;
	margin: 0px;
	padding: 0px;
}

#subpage #main #gallery2 article .grid {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 8px;
	height: auto;
	padding: 0px;
}



/*************
メイン コンテンツ
*************/
section.content article{
	padding:20px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	height: auto;
}
#subpage #wrapper #main iframe {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 667px;
}
#subpage #wrapper #main #gallery article iframe {
	height: 900px;
	width: 667px;
}








/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}
#subpage #wrapper #main #gallery .map2 {
	height: 450px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#subpage #wrapper #main .products2 {
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
	background-color:#F5F5F5;
	text-align:left;
	padding:8px;
	white-space:nowrap;
	color: #151515;
	border-top:1px solid #D4D4D4;
	border-right:4px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	border-left:1px solid #D4D4D4;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	background-repeat:repeat-x;
	background-position:top;
}


/*************
/* サイドバー
*************/

#sidebar{
	height: 1700px;}

#sidebar ul{padding:0px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:0px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

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

#sidebar li a{
display:block;
}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

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


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

* 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;
color:#333;
}

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

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:11px;	
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:10px;
color:#333;
background:#dbdbdb;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#header,#wrapper,.inner{
	width:950px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	
  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	background:#f1f1f1;
	}
	
	nav#mainNav .inner{
	width:932px;
	padding:0 14px;
	}

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

	nav#mainNav li.last{
	border-right:1px solid #ebebeb;
}
#main #gallery article .map {
	padding: 0px;
	height: auto;
	width: 350px;
	font-size: 13px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
}


	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:154px;
	height:45px;
	padding-top:15px;
	color:#333;
	background:#f1f1f1;
	border-left:1px solid #ebebeb;
	}

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

	nav#mainNav ul li a span{
	color:#cdcdcd;
	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:#909090;
  background:#eee;
	padding-top:15px;
	}
	
	#mainBanner{margin-left:0px;}
	#subpage #mainBanner{margin:15px auto;}
	
	#main{
	float:right;
	width:667px;
	padding-right:15px;
	overflow-y : hidden;
	height: auto;
	}
	
	#sidebar{
	float:left;
	width:250px;
	height: auto;
	overflow:hidden;
	height: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	height: auto;
	width: auto;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:950px;
	margin:0 0 0 0px;
	}
	
	#gallery article{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:10px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 5px;
	width: auto;
	}
	
	div.subw {
	font-weight:normal;
	font-size:14px;
	line-height:24px;
	color:#333;
	background:#ffffff;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 210px;
}
	
	div.subwa {
	font-weight:normal;
	font-size:14px;
	line-height:24px;
	color:#333;
	background:#ffffff;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

	div.subwb {
	font-weight:normal;
	font-size:14px;
	line-height:24px;
	color:#333;
	background:#ffffff;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 35%;
}

	div.subwc {
	font-weight:normal;
	font-size:14px;
	line-height:24px;
	color:#333;
	background:#ffffff;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	border: 6px solid;
	border-color: #dc143c;
	border-radius: 8px;
}

}


@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.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 #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:#006699;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{max-width:668px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	#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%;
	}
	*************/
/*************
/* 251016
*************/

	#gallery .grid{
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 5px;
	width: auto;
	}

	
	#gallery3 article .grid{
	width:auto;
	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;
	}

}


/* スマートフォン 横(ランドスケープ) */
@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;
	margin:0;
	}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{
	padding-top:0;
	font-weight: bold;
}

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



/* リスト */
ol.topic-path {
	background-color: #FFFFFF; /* 背景色 */
	list-style-type: none; /* リストマーク非表示 */
	font-size: 100%;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: auto;
	width: auto;
	margin: 0;
}
/* リスト項目 */
ol.topic-path li {
	padding-left: 5px; /* 左パディング */
	display: inline;
	margin: 0px;
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
padding-left: 25px; /* 左パディング */
background: url(../images/topic-path-home-gray.png) no-repeat left; /* ホーム記号（※） */
}
/* リンクエリア */
ol.topic-path li a {
padding-right: 18px; /* 右パディング */
background: url(../images/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color: #4682b4;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
color: #79a7cc;
}


/* レシポンシブ */
div.map2 {
    width: 640px;
    margin: 0 auto;
}
 
/*------メディアクエリー設定--------*/
@media only screen and (max-width : 640px) {
div.map2 {
    width: 100%;
}
div.responsive_wrap {
    padding-bottom: 56.25%;
    position: relative;
}
.responsive_wrap iframe {
    width: 100%;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
}
#gallery3 article .grid{
	width:auto;
	margin:10px 0 0 1%;
	}
}
 



/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
	
	#gallery3 article .grid{
	width:auto;
	margin:10px 0 0 1%;
	}
}
#main .content article h2 {
	font-size: 18px;
	font-weight: bold;
}
#subpage #wrapper #main .content article #photo {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
