@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */

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:14px/2.0 "Meiryo","Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
-webkit-text-size-adjust:100%;
}


/* リンク設定
------------------------------------------------------------*/

a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
font-weight:bold;
color:#0099ff;
}

a:hover, a:active{
outline:none;
color:#0066cc;
}

/**** Clearfix ****/

.nav .panel:before,nav .panel:after, #mainNav:before,#mainNav:after, .newsTitle:before,.newsTitle:after{
content:"";
display:table;
}

nav.panel:after,#mainNav:after,.newsTitle:after{
clear: both;
}

nav.panel,#mainNav,.newsTitle{
zoom: 1;
}


/* レイアウト
------------------------------------------------------------*/

#wrapper, #footpath, .inner{
margin:0 auto;
width:1110px;
}

#content{
float:right;
width:750px;
padding:40px 0 50px;
}

#sidebar{
float:left;
width:320px;
padding:42px 0;
}

#footer{
clear:both;
padding-top:5px;
} 


/* ヘッダー
------------------------------------------------------------*/

#header h1{
padding-top:10px;
font-size:90%;
font-weight:normal;
color:#888;
}

#header h2{
clear:both;
text-align:center;
margin-top:-30px;
}

#header h2 span{
width:168px;
}

#headerInfo{
margin-top:10px;
float:right;
text-align:left;
}
#headerInfo a {
	color:#000000;
	font-weight:normal;
}

#headerInfo p{
padding-left:80px;
font-size:12px;
text-align:right;
}

#headerInfo p.tel::before{
content: "Phone: ";
}

#headerInfo p.address::before{
content: "Address: ";
}

#headerInfo p.sitemap::before{
content: "> ";
}


/* トップページ　メイン画像
----------------------------------*/

.imgArea{
    max-height: 640px;
    overflow: hidden;
    position: relative;
}
.imgArea .main_sub{
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -553px;
    z-index: 10;
}

#mainImg{
max-height:640px; overflow:hidden; text-align:center;
background-image:url(/files/user/img/main_bg.jpg);
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
}
#mainImg img{
width:100%;
height:auto;
max-width:1106px;
}


/* タイポグラフィ
------------------------------------------------------------*/

h2.title,
h2.module_title{
clear:both;
margin-bottom:50px;
padding-bottom:7px;
text-align:center;
font-size:150%;
font-weight:bold;
}

h2.title span,
h2.module_title span{
padding-bottom:10px;
border-bottom:3px solid #ffa435;
}

h2.first{
margin-top:0;
}

h2.recentpost{
margin:30px 0 35px;
padding:15px 0;
font-size:150%;
font-weight:bold;
border-bottom:3px solid #ffa435;
}

#content h3{
margin:15px 0 25px;
padding:15px 0 0;
font-size:120%;
font-weight:bold;
border-bottom:1px solid #999;
}


.dateLabel{
text-align:right;
font-weight:bold;
}

.post p{
padding-bottom:15px;
}

.post ul{
margin:10px 0 20px 20px;
}

.post ul li{
padding-left:5px;
list-style:disc;
}

.post ol{
margin:0 0 10px 30px;
}

.post ol li{
list-style:decimal;
}

.post h1{
margin:15px 0 25px;
padding:15px 0;
font-size:150%;
font-weight:bold;
border-bottom:3px solid #000000;
}

.post h2{
margin:15px 0 25px;
padding:15px 0;
font-size:130%;
font-weight:bold;
border-bottom:2px solid #000000;
}

.post h3{
margin:15px 0 25px;
padding:15px 0;
font-size:120%;
font-weight:bold;
border-bottom:1px solid #000000;
}

.post h4{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h5{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h6{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post blockquote {
clear:both;
padding:10px 0 10px 25px;
margin:10px 0 25px 0px;
border-left:5px solid #e9e9e9;
}
 
.post blockquote p{
padding:5px 0;
}

.post table{
border:1px #cccccc solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 30px;
width:100%;
}

.post table th{
padding:15px;
border:#cccccc solid;
border-width:0 0 1px 1px;
font-weight:bold;
}

.post table td{
padding:15px;
border:1px #cccccc solid;
border-width:0 0 1px 1px;
}

.post dt{
font-weight:bold;
}

.post dd{
padding-bottom:10px;
}

.post img{
max-width:100%;height:auto;
}

img.aligncenter{
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{
margin:5px 0 30px 30px;
}

img.alignleft{
margin:5px 30px 30px 0;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}


/* サイドバー　ウィジェット
------------------------------------------------------------*/

.widget{
margin-bottom:50px;
}

.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:3px solid #ffa435;
}

.widget ul{
margin:5px 0 30px 0;
}

.widget li a{
display:block;
color:#000000;
font-weight:bold;
font-size:110%;
}

.widget a:hover{
color:#cdcdcd;
}

.widget a::before{
	content:"> ";
}

p.banner{
padding-bottom:10px;
}

p.banner img{
width:100%;
}

#banners{
padding-bottom:10px;
}



/*SEARCH BOX*/
#banners .search_area {
	border:1px solid #888;
	padding:15px 0px 15px 46px;
	height:auto;
	box-sizing:border-box;
	margin-bottom:20px;
}
#banners .search_area span {
	display:inline-block;
     vertical-align:baseline;
	text-align:center;
	position:relative;
}
#banners .search_area span:before {
	content:url(/files/user/img/icon_search.png);
	position:absolute;
	left:-38px;
	top:0;
	z-index:10;
}
#banners .search_area input {
	font-size:120%;
	line-height:30px;
	height:33px;
	width:183px;
	border:1px solid #999;
}
#banners .search_area button {
	font-size:95%;
	line-height:30px;
	height:34px;
	width:70px;
	border:1px solid #999;
	margin-left:5px;
}



#contactBanner{
width:320px;
height:80px;
padding-top:22px;
background:url(/files/user/img/banners/banner_tel.jpg) no-repeat;
background-size:320px;
}

#contactBanner p.tel{
display:inline;
padding-left:60px;
font-weight:normal;
font-size:20px;
}

#contactBanner p.tel::before{
content:"TEL : ";
}

.newsTitle{
clear:both;
margin:15px 0 10px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:3px solid #ffa435;
}

.newsTitle h3{
float:left;
}

.newsTitle p{
float:right;
padding:5px 10px 0 10px;
font-size:70%;
}

.newsTitle p a{
color:#000000;
}

.news p a{
color:#000000;
}

.newsTitle p a:hover{
color:#cdcdcd;
}

.news{
margin:5px 0 30px 0;
}

.news p{
clear:both;
margin-top:15px;
}

.news p a{
display:block;
color:#000000;
font-weight:bold;
}

.news span{
padding-left:10px;
}

.news a:hover span{
color:#cdcdcd;
}


/* フッター
------------------------------------------------------------*/
#footer {
	background-image:url(/files/user/img/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:1920 auto;
}

#footerLogo{
float:left;
width:248px;
text-align:center;
padding-top:15px;
}

#footerLogo img{
width:169px;
}

#footer ul{
float:right;
width:850px;
padding-top:20px;
}

#footer ul ul{
display:none;
}

#footer ul li{
display:inline-block;
text-align:left;
padding:5px 0px;
margin-left:30px;
}

#footer ul li a{
padding:0 0 0 12px;
color:#000000;
}

#footer ul li a:hover{
color:#000000;
}

#copyright{
clear:both;
padding:30px 0 20px;
text-align:center;
font-size:10px;
color:#000;
}


/* page navigation
------------------------------------------------------------*/

.pagenav{
clear:both;
width:100%;
height:30px;
margin:5px 0 20px;
}

.prev{
float:left
}

.next{
float:right;
}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事3件 + 3つの画像
------------------------------------------------------------*/

.thumbWrap{
width:770px;
margin-right:-20px;
}

.thumbWrap li{
float:left;
width: 235px;
margin:0 20px 0 0;
padding:0 0 20px;
background:none;
}

.thumbWrap img{
max-width:100%;
height:auto;
}

ul.thumbUnder h3{
padding:5px;
font-weight:bold;
text-align:center;
border:2px solid #000000;
}

ul.thumbUnder h3 span{
display:block;
}

ul.thumbUnder h3 a{
color:#000000;
}

ul.thumbUnder h3 a:hover{
color:#cdcdcd;
}

ul.thumbUnder li p{
margin:15px 0 25px;
}

/*concept*/
.btn_profile {
	text-align:center;
	margin-top:36px;
}
.btn_profile a {
	display:inline-block;
	width:227px;
	height:41px;
	line-height:37px;
	box-sizing:border-box;
	border:1px solid #888;
	position:relative;
}
.btn_profile a:link,.btn_profile a:visited {
	background-color:#fff;
	color:#888;
}
.btn_profile a:link:after,.btn_profile a:visited:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #888;
}
.btn_profile a:hover {
	background-color:#fff;
	color:#000;
	border:1px solid #000;
}
.btn_profile a:hover:after {
	border-left: 5px solid #000;
}


ul.products_listbtn li a.btnstyle{
    width: 22.4%;
    display: block;
    text-align: center;
    margin: 1%;
    float: left;
    padding: .5em 0;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

ul.products_listbtn li a.btnstyle:hover {
    background: #67c5ff;
    color: #FFF;
}

ul.products_listbtn li.checked a.btnstyle {
    background: #0099ff;
    color: #FFF;
}

.item_photo {
position: relative;
width: 230px;
height: 230px;
overflow: hidden;
}

.item_photo img {
position: absolute;
top: -100%;
bottom: -100%;
left: -100%;
right: -100%;
margin: auto;
}

ul li.post_item{
    width: 230px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
ul li.post_item.last{
    margin-right: 0!important;
}
ul li.post_item .item_title{
    text-align: center;
    background-color: #F0F0F0;
    display: table-cell;
    width: 230px;
    padding:0 8px;
    vertical-align: middle;
}
ul li.post_item .item_name{
    text-align:center;
}


#top dl.new_item dt{
clear:both;
float:left;
margin-right:2%;
margin-bottom:15px;
width:90px;
max-width:28%;
}
#top dl.new_item dt img{
max-width:100%;
height:auto;
}
#top dl.new_item dd{
float:left;
line-height:1.6;
max-width:70%;
}




/* メインメニュー　PC用
------------------------------------------------------------*/

@media only screen and (min-width:1025px){

/*ヘッダー*/
#header h2{
height:54px;
margin-bottom:44px;
}

#header h2 span{
height:54px;
display:inline-block;
}

#headerInfo{
margin-top:14px;
padding-bottom:10px;
}

#headerInfo p{
font-size:14px;
line-height:1.2;
text-align:right;
}

#headerInfo p.sitemap {
	margin-bottom:16px;
}




/*メニュー*/
nav#mainNav{
position:relative;
}

nav#mainNav ul{
display:flex;
justify-content: center;
align-items: center;
margin:20px 0;
}

nav#mainNav ul li{
float:left;
position:relative;
color:#fff;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
height:50px;
line-height:50px;
padding:10px 30px;
font-size:130%;
font-weight:bold;
color:#000;
}
nav#mainNav ul li li a{
text-align:left;
color:#fff;
}
nav#mainNav ul li li a::before{
	content:"> ";
}

nav#mainNav ul li:hover a {
background-color:rgba(102,51,0,0.7);
}
nav#mainNav ul li:hover li a {
background-color:transparent;
}
nav#mainNav ul < li:hover a{
color:#cdcdcd;
}

nav#mainNav ul ul{
width:340px;/*160px*/
border-top:0;
}

nav#mainNav ul li ul,nav#mainNav ul li .cf{
display: none;
}

nav#mainNav ul li:hover .cf {
display: block;
position: absolute;
top:70px;
text-align:left;
z-index:500;
width:717px;
padding:0 34px 14px;
left:-240px;
background-color:rgba(102,51,0,0.7);
}

nav#mainNav ul li:hover ul{
display: block;
}
nav#mainNav ul li:hover ul.leftCol{
float:left;
}
nav#mainNav ul li:hover ul.rightCol{
float:right;
}

nav#mainNav ul li li{
float: none;
width:340px;
}

nav#mainNav ul li li:last-child{
border:0;
}

nav#mainNav ul li li a{
width:100%;
padding:0;
line-height:16px;
height:16px;
font-size:95%;
	font-weight:normal;
}

nav#mainNav ul li li a:hover{
color:#cdcdcd;
}

nav#mainNav ul li li strong{
	display:block;
	border-top:1px solid #fff;
	margin-top:10px;
	font-weight:bold;
}
nav#mainNav ul li li:first-child strong{
	margin-top:0;
}

nav div.panel{
display:block !important;
}

a#menu{
display:none;
}




#footerLogo img{
	display:none;
}
#copyright{
font-size:12px;
color:#fff;
}
#footer ul li a:link,#footer ul li a:visited{
color:#fff;
}
#footer ul li a:hover{
color:#fff;
text-decoration:underline;
}

}


/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/

@media only screen and (max-width:1024px){

#mainNav{
clear:both;
width:100%;
margin-bottom:10px;
}

#mainNav a.menu{
width:100%;
display:block;
height:40px;
line-height:40px;
font-weight:bold;
text-align:left;
color:#000000;
background:url(/files/user/img/menuOpen.png) no-repeat 8px 7px;
}
	
#mainNav a#menu span{
padding-left:2.5em;
}
	
#mainNav a.menuOpen{
background:url(/files/user/img/menuOpen.png) no-repeat 8px -35px;
}
	
nav .panel{
display: none;
width:100%;
position:relative;
right:0;
top:0;
z-index:1;
}

.panel ul{
margin:0;padding:0;
}

.panel ul li{
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

.panel ul li a,.panel ul li.current-menu-item li a{
display: block;
width:100%;
padding:1em 0;
text-align:left;
color:#000000;
}


.panel ul li a:hover{
color:#cdcdcd;
}

.panel ul li li{
float:left;
border:0;
}

.panel ul li li a {
padding:5px 0 5px 35px;

}

.panel ul li li strong {
	font-weight:bold;
	font-size:105%;
	display:block;
	padding:5px 0 5px 10px;
}

nav div.panel{
float:none;
}

.cf:after {
  display: block;
  clear: both;
  content: "";
}
nav#mainNav ul li li, nav#mainNav ul li li a {
	text-align:left;
}
nav#mainNav ul li li a::before{
	content:"> ";
}

}


/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/

@media only screen and (max-width:1024px){

#wrapper, #header, .inner{
width:98%;
}

#headerInfo{
padding-right:10px;
}

#header h1{
padding-left:10px;
}

.panel ul, .thumbWrap{
margin:0 auto;
}

.thumbWrap{
width:100%;
margin:0 auto;
}

.thumbWrap ul.thumbUnder li{
width:30%;
float:left;
margin:0 1% 0 2%;
}

.thumbWrap ul.thumbUnder li img{
width:100%;
}

.thumbWrap ul.thumb li{
width:30%;
float:left;
margin:0 1% 0 2%;
}

.panel ul ul{
padding:0;
}

nav div.panel{
float:none;
}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}

#banners{
width:100%;
text-align:center;
}

#banners p{
width:30%;
float:left;
margin:0 1% 0 2%;
}

#banners p img{
width:100%;
height:auto;
}


#banners p.search_area{
width:96%;
float:none;
margin-bottom:20px;
}


#contactBanner{
margin:0 auto;
}

#footer{
margin:0;
border:0;
text-align:center;
background-image:none;
}
#footerLogo img{
	display:inline-block;
}

#footerLogo, #footer ul{
float:none;
width:auto;
padding-bottom:20px;
text-align:center;
}

#footer ul{
padding-top:20px;
}

#copyright{
font-size:10px;
color:#000;
}



}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/

@media only screen and (max-width: 644px){

#header{
padding:0 1%;
text-align:center;
}

#headerInfo{
display:none;
}

#header h1{
display:none;
}

#header h2,#footerLogo{
float:none;
margin-top:20px;
}

#mainImg{
height:218px;
overflow:hidden;
position:relative;
margin-bottom:5px;
}
#mainImg img{
width: auto;
height: 100%;
}


img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

.alignright,.alignleft{
float:none;
}

.thumbWrap ul.thumbUnder li{
width:95%;
margin-bottom:10px;
}

.thumbWrap ul.thumbUnder li img{
width:100%;
}

#banners p{
float:none;
width:95%;
}

#banners p img{
width:100%;
}

#footer ul{
text-align:center;padding:15px;
}

}