@charset "utf-8";
/*
Theme Name: responsive_027

*/

/* =Reset default browser CSS.
-------------------------------------------------------------- */
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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:90%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#333;
background:#fff;
}
.inner_ {
width: 980px;
margin: 0 auto;
}
.inner_:after {
content: "";
clear: both;
display: block;
}
.wrapper{
	width:980px;
	margin:0 auto;
	clear:both;
}
.btn-news{
	text-align: center;
	display: block;
	margin:20px 0 0 0;
	color: #c1943d;
	font-weight: bold;
	text-decoration: underline;
}
#top-head {
    border-top: 5px solid #009e41;
}
#footer {
    background: #009e41;
}

#acMenu dt:hover{
    background: #ffecc1;	
}

#top-head {
width: 100%;
margin: 0 auto;
padding: 10px 0 10px 0;
line-height: 1;
z-index: 999;
background:rgba(255,255,255,.9);
}
#top-head a,
#top-head {
color: #000;
text-decoration: none;
}
#top-head .inner_ {
position: relative;
}
#top-head .logo {
float: left;
font-size: 25px;
color:#000;
    margin-top: 13px;
}
#top-head .logo img{
	width: 270px;
}
#global-nav ul {
list-style: none;
position: absolute;
right: 0;
top: 20px;
font-size: 14px;
}
#global-nav ul li {
float: left;
}

#top-head.fixed {
margin-top: 0;
top: 0;
position: fixed;
padding: 10px 0 10px 0;

background: #fff;
background: rgba(255,255,255,.7);
transition: top 0.65s ease-in;
-webkit-transition: top 0.65s ease-in;
-moz-transition: top 0.65s ease-in;
}
#top-head .fixed .logo {
font-size: 24px;
color: #333;
}
#top-head .fixed #global-nav ul li a {
color: #333;
padding: 0 20px;
}
#nav-toggle {
display: none;
position: absolute;
right: 12px;
top: 22px;
width: 28px;
height: 36px;
cursor: pointer;
z-index: 101;
}
#nav-toggle div {
position: relative;
}
#nav-toggle span {
display: block;
position: absolute;
height: 4px;
width: 100%;
background: #666;
left: 0;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
top: -1px;
}
#nav-toggle span:nth-child(2) {
top: 8px;
}
#nav-toggle span:nth-child(3) {
top: 17px;
}

.cl-effect-6 a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;

}
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#366ba1;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#003465;
}


/**** Clearfix ****/
nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, #footerInfo:before,#footerInfo:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,#footerInfo:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,#footerInfo{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="email"],textarea{
vertical-align:middle;
width:465px;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
outline: none;
box-shadow: 0 1px 1px 1px rgba(200,200,200,0.2) inset;
margin:0 0 10px 0;
}

textarea{
height:auto;
line-height:1.5;
}


.red{
	color:#e33b30;
	vertical-align: super;
	font-size: 10px;
}

.cf7-area p{
	font-size:12px;
	color:#666;
}

.cf7-area .left{
	float:left;
	
}

.cf7-area .right{
	float:left;
	margin:0 0 0 20px;
}
input[type="submit"],input[type="reset"],input[type="button"]{
padding:10px 0;
width:100%;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:14px;
background: #f0cc8a;
color:#000;
font-weight:bold;
cursor:pointer;
}



/* レイアウト
------------------------------------------------------------*/
#header, .inner{
margin: 0 auto;
padding-bottom:10px;
width: 980px;
}

#content{

}

#sidebar{
float:left;
width:300px;
padding-top:30px;
}

#footer{
clear:both;
color:#fff;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
clear:both;
float:left;	
padding:10px 0;
font-size:160%;
font-weight:bold;
}


/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
float:right;
padding-bottom:20px;
text-align:right;
}

.tel{
display:inline;
padding-left:48px;
font:40px "Palatino Linotype", "Book Antiqua", Palatino, serif;
background:url(images/tel.png) no-repeat 0 50%;
}


/* トップナビゲーション
*****************************************************/
#searchHead input{
line-height:30px;
}

#searchHead input.searchBox[type="text"]{
vertical-align:top;
width:140px;
height:26px;
border-radius:3px 0 0 3px;
-webkit-border-radius:3px 0 0 3px;
-moz-border-radius:3px 0 0 3px;
border-right:0;
}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:100px auto 50px auto;
width:400px;
padding:5px 10px;
line-height:33px;
font-size:120%;
font-weight:bold;
background: none;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
text-align:center;
border:1px solid #333;
color:#333;
text-shadow:0 1px 0 #fff;
}



.dateLabel{
margin:-10px 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#003465;
border-top:1px solid #366ba1;
border-bottom:1px solid #003465;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color:#003465;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#003465;
background:url(images/borderDot.png) repeat-x 0 100%;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #003465 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #003465 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#366ba1;
}

.post table td{
padding:7px 5px;
border: 1px #003465 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

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

img.aligncenter {
display: block;
margin:5px auto;
padding:4px;
background:#fff;
border:1px solid #ccc;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
background:#fff;
border:1px solid #ccc;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget{
padding-bottom:20px;
margin-bottom:20px;
}

section.widget h3{
margin:0 0 10px;
padding:5px 10px;
line-height:33px;
font-size:120%;
font-weight:normal;
background: #366ba1 url(images/noiseBg.png);
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
}

section.widget a{
display:block;
padding:10px 5px;
background:url(images/borderDot.png) repeat-x 0 100%;
}

section.widget a:hover{background-color:#f7ffff;}

/* 更新情報
-------------*/
.newsTitle{
margin:0 0 20px;
padding:5px 10px;
line-height:33px;
font-size:120%;
background: #366ba1 url(images/noiseBg.png);
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 10px 0 28px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.newsTitle a{color:#fff;}

.news{padding-bottom:40px;}

.news p{
clear:both;
padding-bottom:2px;
background:url(images/borderDot.png) repeat-x 0 100%;
}

.news p a{
display:block;
padding:10px 0;
color:#003465;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#366ba1;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#003465;}

.news p a:hover{background-color:#f7ffff;}


/* ページ上部へ戻る
*****************************************************/
#pagetop{
clear:both;
display:block;
overflow:hidden;
padding-top:30px;


}

#pagetop a{
width:100%;
display:block;
position:relative;
padding:0px 15px 10px 25px;
font-size:90%;
text-align:center;
color:#fff;
background:#21b95f url(/images/toTop.png) no-repeat 50% 60%;
}

#pagetop a:hover{
	background:#2bc269 url(/images/toTop.png) no-repeat 50% 60%;}

*:first-child+html #pagetop{margin-bottom:-10px;}

*:first-child+html #pagetop a{
position:static;
padding:5px 15px 5px 25px;
}


/* フッター
*****************************************************/
#footerInfo{
padding:20px 10px;
margin-bottom:20px;
border-bottom:1px dotted #003465;
background: #366ba1 url(images/noiseBg.png);
}

#footerLogo{
float:left;
padding:10px;
}

.contactInfo{float:right;text-align:right;}
.contactInfo .tel a{color:#fff;}

#footer {
	overflow:hidden;
}
#footer .left{
	float:left;
}
#footer ul.links{
text-align:left;
font-size:95%;
padding:15px 0;
}

#footer ul.links ul{padding-bottom:0;}

#footer ul.links li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
background:url(images/parent.png) no-repeat 0 9px;
}

#footer ul.links li	a{
display:block;
padding:0 20px 0 13px;
overflow:hidden;
color:#fff;
}

#footer ul.links li	a:hover{text-decoration:underline;}


#footer ul.links li	li{
display:block;
padding:0;
margin-left:10px;
background:url(images/child.png) no-repeat 0 4px;
}

#footer ul.links li	li a{padding:0 10px 0 12px;}

*:first-child+html #footer ul{width:920px;margin:0 auto;}
*:first-child+html #footer ul ul{width:auto;}
*:first-child+html #footer ul li{float:left;}


#footer .info{
	padding:20px 0 0 0;
}

#copyright{
float:right;
padding:125px 0 0 0;
text-align:center;
font-style:normal;
font-size:90%;
color:#fff;
zoom:1;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#366ba1;
text-align:center;
}


/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap{

}

.thumbWrap_PR{
width:645px;
margin-right:-20px;
}

ul.thumb{margin: 0;}

/*おすすめ商品の見出しがない場合*/
ul.gap{margin-top:40px;}



ul.thumb li img.wp-post-image{
float:left;
display:inline;
padding:0 5px 3px 0;
}

ul.thumb h3{
font-weight:normal;
font-size:100%;
}
.thumbWrap ul.thumb p{
display:inline;
}
.thumbWrap ul.thumb h3{
padding:0 25px 0 0;
display:inline;
}

.thumbWrap_PR ul.thumb li{
width: 195px;
margin:0 20px 0 0;
}

.thumbWrap .link{
	display:block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #ccc;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
text-align:center;
padding:7px 0;
color:#366ba1;
font-weight:bold;
margin:20px 0 0 0;
}

.thumbWrap .link:hover{
	background:#f8f8f7;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table-full.font-large {
    font-size: 14px;
    font-size: 1.4rem;
}
.table-full {
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2;
    word-wrap: break-word;
    word-break: break-all;
}


.table-full th {
    font-weight: bold;
    color: #434a54;
    background-color: #f3f3f3;
}
.table-full th, .table-full td {
    padding: 15px 25px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-all;
    border: 1px solid #e2e6e8;
}

.table-full th, .table-full td {
    padding: 15px 25px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-all;
    border: 1px solid #e2e6e8;

}
.table-full td{
    background:#fff;	
}



.business .left,
.business .center,
.business .right{
	width:25%;
}

.business div{
	display: inline-block;
	width: 31%;
	vertical-align: top;

}
.business div:nth-child(2){
	margin:0 2%;
}
.business .center{
	float:left;
	margin: 0 120px;
}

.business h3{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin-bottom: 15px;
}

.business .right{
	float:left;
}

.business p{
	word-wrap: break-word;
	font-size: 13px;
    line-height: 25px;
}

.business img{
	width:100%;
}
.pic01 img{
	width: 100%;
}
.pic01 {
	clear: both;
	padding-top: 70px;
}
#map{
	margin-top:30px;
}

#acMenu dt{
    display:block;
padding:20px 10px;
    cursor:pointer;
    background:#fff;
    border-bottom:1px dotted #f2f2f2;
    text-align:left;
    }
#acMenu dt:before{
    content: "\0025b6\00fe0e";
    font-size: .7rem;
    position: relative;
    left: 5px;
    top: -1px;
    color: #c1943d;
        margin-right: 15px;
}    
#acMenu dd{
    background:#f2f2f2;
padding:20px 35px;
    display:none;
    text-align:left;
}
#acMenu dd p{
	font-size: 13px;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
	border:0!important;
	font-weight:bold;
	text-align:center;
	font-size:18px;
}
.pt50{
	padding-top: 50px;
}
.news-ttl{
	    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
}
/* メインメニュー + 検索ボックス　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear:both;
	margin-bottom:20px;
	position:relative;
	background:#366ba1;
	}

	.panel ul li{
	float: left;
	position: relative;
	height:40px;
	line-height:40px;
	margin:0 10px;
	}
	.panel ul li:first-child{
		margin:0 10px 0 5px;
	}

	.panel ul li a{
	display: block;
	height:40px;
	text-align: center;
	_float:left;
	color:#fff;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  .panel ul{width:745px;}
  
	.panel ul li a span{
  margin: 0 10px 0 -5px;
  padding: 0 8px 0 20px;
  _position:relative; /*To fix IE6 problem (not displaying)*/
  float:left;

  }
	.panel ul li:first-child a span{
  margin: 0 10px 0 -5px;
  padding: 0 8px 0 0;
  _position:relative; /*To fix IE6 problem (not displaying)*/
  float:left;

  }  
.panel ul li a:hover{
	color:#ccc;
}
  
  .panel ul li.current-menu-parent li a,
  .panel ul li.current-menu-item li a,
  .panel ul li.current-menu-item li a span,
  .panel ul li.current-menu-parent li a span,
  .panel ul li.current-menu-item li.current-menu-item a span,.panel ul li li a:hover span,.panel ul li li a:active span{
  background:none;
  }
  
  .panel ul li.current-menu-item li a{color:#fff;}
  
  .panel ul li.current-menu-item li.current-menu-item a, .panel ul li li a:hover,
  .panel ul li.current-menu-parent li.current-menu-item a{
  color:#fff;
  background: #366ba1;
  background: -moz-linear-gradient(top, #366ba1 0%, #003465 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366ba1), color-stop(100%,#003465));
  background: -webkit-linear-gradient(top, #366ba1 0%,#003465 100%);
  background: -o-linear-gradient(top, #366ba1 0%,#003465 100%);
  background: -ms-linear-gradient(top, #366ba1 0%,#003465 100%);
  background: linear-gradient(to bottom, #366ba1 0%,#003465 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366ba1', endColorstr='#003465',GradientType=0 );
  }
  
  .panel ul li.current-menu-parent:hover li a span,.panel ul li.current-menu-parent li a{color:#fff;}
  .panel ul li.current-menu-parent:hover li.current-menu-item a span, .panel ul li.current-menu-parent li a:hover{color:#fff;}
  
  .panel ul ul{width:160px;}
  
  .panel ul li li{
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
  }
  
  .panel ul li li a{
  width:100%;
  height:40px;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
  
  .panel ul li ul{display: none;}
  
  .panel ul li:hover ul{
  display: block;
  position: absolute;
  top:40px;
  left:-7px;
  z-index: 100;
  border:1px solid #003465;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  }
  
  .panel ul li:hover ul li{
  margin:0;
  background: #366ba1 url(images/noiseBg.png);
  border-bottom:1px dotted #003465;
  }
  
  .panel ul li:hover ul li:last-child{
  border:0;
  border-radius:0 0 6px 6px;
  -webkit-border-radius:0 0 6px 6px;
  -moz-border-radius:0 0 6px 6px;
  }
  
  .panel ul li ul li a span{
  margin:0;
  float:none;
  padding:0 0 0 5px;
  }
	
	#searchHead{
	float:right;
	width:215px;
	margin-top:5px;
	text-align:right;
	}
}


/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	}
	
	nav#mainNav .inner{width:100%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #383838 url(images/menuOpen.png) no-repeat 1em 50%;
  background: url(images/menuOpen.png) no-repeat 1em 50%, -moz-linear-gradient(top, #366ba1 0%, #003465 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366ba1), color-stop(100%,#003465));
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #366ba1 0%,#003465 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -o-linear-gradient(top, #366ba1 0%,#003465 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -ms-linear-gradient(top, #366ba1 0%,#003465 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, linear-gradient(to bottom, #366ba1 0%,#003465 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366ba1', endColorstr='#003465',GradientType=0 );
	}
	
	nav#mainNav a#menu span{padding-left:3em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#fff;
	background: url(images/menuClose.png) no-repeat 1em 50%, -moz-linear-gradient(top, #366ba1 0%, #003465 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366ba1), color-stop(100%,#003465));
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #366ba1 0%,#003465 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -o-linear-gradient(top, #366ba1 0%,#003465 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -ms-linear-gradient(top, #366ba1 0%,#003465 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, linear-gradient(to bottom, #366ba1 0%,#003465 100%);
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border-bottom:1px solid #ccc;
	}

	.panel ul{margin:0;padding:0;}

	.panel ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.4;
	}

	.panel ul li a,.panel ul li.current-menu-item li a{
	display: block;
	width:100%;
	padding:1em 0;
	text-align: left;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f7ffff));
	background: -webkit-linear-gradient(top, #fff, #f7ffff);
	background: -moz-linear-gradient(top, #fff, #f7ffff);
	background: -o-linear-gradient(top, #fff, #f7ffff);
	background: -ms-linear-gradient(top, #fff, #f7ffff);
	background: linear-gradient(top, #fff, #f7ffff);
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	}

 .panel ul li a span{padding-left:1em;}

	.panel ul li.current-menu-item a,.panel ul li a:hover,.panel ul li.current-menu-item a,.panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active{
	color:#003465;
	background:#f7ffff;
	}

	.panel ul li.current-menu-item li a{color:#366ba1;}

	.panel ul li li{
	float:left;
	border:0;
	}

	.panel ul li li a, .panel ul li.current-menu-item li a, .panel ul li li.current-menu-item a,.panel ul li li a:hover,.panel ul li.current-menu-item li a:hover{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #fff;
	background:url(images/sub1.png) no-repeat 15px 50%;
	}

	.panel ul li li:last-child a,.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{background:url(images/subLast.png) no-repeat 15px 50%;}

	.panel ul li li a span{padding-left:25px;}
	
	nav div.panel,#searchHead{float:none;}
	
	#searchHead{text-align:center;margin:20px auto 10px;}
	
	.tel{padding:5px 0 5px 48px}
}

#mainImg img{
	width:100%;
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
.wrapper,#header, .inner{width:95%;}

	#header h1, #header h2{padding-left:10px;}
	#headerInfo{padding-right:10px;}

	.panel ul, .thumbWrap, .thumbWrap_PR{margin:0 auto;}
	.panel ul ul{padding:0;}

	nav div.panel,#searchHead{float:none;}

	p#mainImg{text-align:center;margin-top: 50px;}
	p#mainImg img{height:auto;}

	#content, #sidebar{
	clear:both;
	float:none;
	width:100%;
	margin:0 auto;
	padding:0;
	}

	#footer{margin:0;text-align:center;}
	
	#footerInfo, #footer ul{
	float:none;
	width:auto;
	text-align:center;
	}

#pagetop a{margin-right:15px;}
#top-head,
.inner_ {
width: 100%;
padding: 0;
}
#top-head {
top: 0;
position: fixed;
margin-top: 0;
}
#top-head.fixed {
padding-top: 0;
background: transparent;
}
#mobile-head {
background: #fff;
width: 100%;
height: 70px;
z-index: 9999;
position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
position: absolute;
left: 13px;
top: 13px;
color: #333;
font-size: 20px;
}
#global-nav {
position: absolute;
top: -490px;
background: #333;
width: 100%;
text-align: center;
padding: 10px 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
#global-nav ul {
list-style: none;
position: static;
right: 0;
bottom: 0;
font-size: 14px;
}
#global-nav ul li {
float: none;
position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
width: 100%;
display: block;
color: #fff;
padding: 18px 0;
}
#nav-toggle {
display: block;
}
.open #nav-toggle span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
width: 0;
left: 50%;
}
.open #nav-toggle span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-315deg);
-moz-transform: rotate(-315deg);
transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
/* #global-nav top + #mobile-head height */
-moz-transform: translateY(556px);
-webkit-transform: translateY(556px);
transform: translateY(556px);
}

#pagetop a {
    width: 100%;
    display: block;
    position: relative;
    padding: 0px 0 10px 0;
    font-size: 90%;
    text-align: center;
    color: #fff;
    background: #a3d000 url(/images/toTop.png) no-repeat 50% 60%;
    background-size:10px auto;
}
#footer ul.links li {
background-size:4px auto;
    background-position: 0 12px;
}
.business .center {

    margin: 0 14px;
}
h2.title{
	margin:50px auto 20px auto;
}
input[type="text"], input[type="email"], textarea {
    width: 98.4%;

}
input[type="submit"]{
    width: 100%;

}
#footer .info{
	text-align:left;
}
.cf7-area .right,
.cf7-area .left {
    float: none;
    margin:0;
}
#footer .left{
    float: none;	
    padding: 0 10px;
    text-align:left;
}
#copyright {
    float: none;
    padding: 10px 0 0 0;
    text-align: center;
    font-style: normal;
    font-size: 10px;

}
}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap,.thumbWrap_PR{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap_PR ul.thumb li{width:30%;}
	.thumbWrap_PR ul.thumb li{margin:0 1% 0 2%;}
  .thumbWrap_PR img{width:100%;height:auto;}
	.thumbWrap ul.thumb li{width:100%;margin:0 auto;text-align:left;}
	#footerInfo .contactInfo{float:none;text-align:center;}
ul.thumb li {
    padding: 10px 0;
    background: #fff;
}
h2.title {
    clear: both;
    margin: 30px auto 20px auto;
    width: 70%;

}
.business .left,
.business .center,
.business .right {
    float: none;
    width: 90%;
    margin:15px auto;
    text-align:center;
}
.business p{
    padding: 0 0 0 0;
    text-align:left;
}
input[type="text"], input[type="email"], textarea {
    width: 97%;

}
#global-nav {
    top: -510px;

}
#nav-toggle {

top: 16px;

}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;}
	#header h2,#headerInfo,#footerLogo{float:none;padding:0;text-align:center;}
	#headerInfo{padding:10px;}
	#headerInfo p, #footerInfo p{font-size:90%;margin:3px 0;}
	#headerInfo p.tel, #footerInfo p.tel{font-size:200%;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}

.table-full th, .table-full td {
    padding: 5px;
font-size:12px;
}	
#mobile-head {

    height: 50px;

}
#top-head .logo{
padding:5px 10px;
position: static;
color: #333;
font-size: 20px;    
}
#top-head .logo img {
    width: 200px!important;
}
.business img{
	width:60%;
	margin:0 auto;
}
p#mainImg {
    margin-top: 60px;
}
#top-head.fixed .logo{
    padding: 5px 10px;
    position: static;
    color: #333;
    font-size: 20px;
}
.business div {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 30px;
}
.pic01 {
    clear: both;
    padding-top: 0;
}
}
@media only screen and (max-width: 320px){
input[type="text"], input[type="email"], textarea {
    width: 95.8%;

}	
}