/*
Theme Name: marukawa
Description:テーマの説明
Theme URI: テーマの URL
Author: HIRAKU WADA
Author URI: 作った人の URL
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/


@charset "UTF-8";
/* CSS Document */

/*
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
-------------------------------------------------------------- */
/* Body
-------------------------------------------------------------- */
body{
font-family: 'Myriad Pro', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Arial, sans-serif;
}
a{
	color: #428bca;
}
a:focus{
outline:none !important;
}
a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	text-decoration: none;
	}


/* Layout
-------------------------------------------------------------- */
#main{
}
.container {
	max-width:960px;
}

/* g-navi
-------------------------------------------------------------- */
.menu li{
	display: inline;
	text-align: center;
	padding-top:80px;
	font-size: 93%;
	position: relative;
}
.menu li a{
	color:#000;
}
.menu li a:hover {
	/*filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;*/
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	text-decoration: none;
	}
/*#nav1 img {
	padding: 0 5px 3px 0;
	position: absolute;
	top: 85px;
	left: 25px;
	z-index: 1;
}
#nav2 img {
	padding: 0 5px 3px 0;
	position: absolute;
	top: 85px;
	left: 20px;
	z-index: 1;
}

#nav3 img {
	padding: 0 5px 3px 0;
	position: absolute;
	top: 85px;
	left: 20px;
	z-index: 1;
}

#nav4 img {
	padding: 0 5px 3px 0;
	position: absolute;
	top: 85px;
	left: 15px;
	z-index: 1;
}
.nav-tabs>#nav4 >a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
width:125%;
}

#nav5 img {
	padding: 0 5px 3px 0;
	position: absolute;
	top: 85px;
	left: 25px;
	z-index: 1;
}*/
	#nav1 a{
	min-height:50px;
	padding:20px 10px;
	min-width:120px;
	display: block;
	/*background: url(../image/gnav1.png) no-repeat left center;*/
}
	i.fa.fa-building.fa-2x.fa-fw {
	color: #00A0E9;
}
	#nav2 a{
	min-height:50px;
	padding:20px 10px;
	min-width:120px;
	display: block;
	/*background: url(../image/gnav2.png) no-repeat left center;*/
}
	i.fa.fa-home.fa-2x.fa-fw {
	color: #FF9A36;
}
	#nav3 a{
	min-height:50px;
	padding:20px 10px;
	min-width:120px;
	display: block;
	/*background: url(../image/gnav3.png) no-repeat left center;*/
}
	i.fa.fa-info-circle.fa-2x.fa-fw {
    color: #8FC31F;
}
	#nav4 a{
	min-height:50px;
	padding:20px 10px;
	min-width:160px;
	display: block;
	/*background: url(../image/gnav4.png) no-repeat left center;*/
}
	i.fa.fa-shopping-cart.fa-2x.fa-fw {
	color: #f19ec2;
}
	#nav5 a{
	min-height:50px;
	padding:20px 10px;
	min-width:120px;
	display: block;
	/*background: url(../image/gnav5.png) no-repeat left center;*/
}
	i.fa.fa-user.fa-2x.fa-fw {
	color: #3571b9;
}
.fa-fw {
position: relative;
top: 4px;
}
.navbar-header {
min-height: 100px !important;
}
.navbar-nav {
padding-top: 35px !important;
}
.navbar-toggle {
margin-top: 43px !important;
margin-bottom: 43px !important;
}
a.navbar-brand img {
width: 60%;
}
.navbar-default .navbar-nav>li>a {
color: #454444 !important;
}
#menu-global .current-menu-item {
background: #E4E4E4;
border-radius: 5px;
}
#menu-global li a:hover {
background: #E4E4E4;
border-radius: 5px;
}
#menu-global .current-page-ancestor{
background: #E4E4E4;
border-radius: 5px;
}

/* Slider
-------------------------------------------------------------- */
html, body {
overflow-x: hidden;
}

.bx-wrapper{
	width: 100% !important;
	overflow: visible !important;
	position: relative !important;
}
.bx-viewport{
	max-width: 960px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	height: 450px;
}
.slider-wrapper {
	width: 100%;
}
}
#slider{
	height: 450px;
}
#slider div {
	width: 960px;

	}

.slider-container {
	position: relative;
	width: 960px;
	margin: 0 auto !important;
}
.slider-left, .slider-right {
	background-color: white;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	width: 1000px;
	position: absolute;
	height: 450px;
	top: -450px;
	z-index: 10000;
}
.slider-left {
	right: 960px;
}
.slider-right {
	left: 960px;
}
.slider-center {
	width: 960px;
	height: 450px;
	top: -450px;
	position: absolute;
}
.bx-wrapper .bx-viewport {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border:none;
background-color:transparent;
}

@media (min-width: 768px){
.navbar-nav{
    /*margin: 35px auto 0 auto;*/
    display: table;
    table-layout: fixed;
    float:none;
}
}  
.navbar-toggle{
margin-top: 36px !important;
margin-bottom: 40px !important;
}*/
.bx-wrapper .bx-viewport {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border:none;
background-color:transparent;
}
.s_image{
margin:0 !important;
}
/* Main
-------------------------------------------------------------- */
#main{
	background: #ebebeb;
	margin: 10px 0 0 0;
}
#big_banner{
	width:100%;
	margin:10px 0 10px 0;
}
#mid_banner{
	margin:0px 0px 10px 0;
}
#big_banner a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	}
.mid_detail{
	background: #fff;
	font-size:89%;
	color:#000;
	padding:5px;
	min-height:90px;
}
a:hover .mid_detail{
	background:#00A0E9;
	color:#fff;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	text-decoration: none;
}
.mid_thumdnail img {
    /* text-align: center; */
    display:block;
	margin:auto;
   }
.mid_thumdnail {
    background: #000;
}
@media screen and (max-width:480px){
#big_banner{
margin-bottom: 0px;
}
#big_banner .col-sm-6 {
margin-top: 20px;
}
#mid_banner{
padding-bottom: 20px;
}
#mid_banner .col-sm-4 {
margin-top: 20px;
}
}
/* Shop
-------------------------------------------------------------- */
#shop-main{
	margin: 10px 0 0 0;
}
#shop-main h2{
	border-bottom: solid black 1px;
	padding: 0 0 5px 0;
	font-family:'Hiragino Mincho ProN', serif;
	font-size:153.9%;
}
#shop-main ul{
list-style: none;
margin-left: 0;
}
#shop-address{
	padding:10px 0;
}
#shop-main p{
	line-height: 1.7em;
	font-size: 93%;
}
#shop-info .col-sm-6 img{
	padding:0 0 10px 0;
}
.shop #sidebar{
	margin:30px 0 0 0;
}
#shop-info a{
color: #428bca;
}
#shop-info h3{
	font-family:'Hiragino Mincho ProN', serif;
	font-size:123.1%;
}
#shop-info dl dt{
	font-weight: normal;
	font-size:100%;
}
#shop-info dl dd{
	font-size:93%;
}
#shop-info dl span dt{
	padding:0 0 5px 0;
}
#shop-info dl span dd{
    text-align: right;
    font-size:85%;
}
#shop-list{
margin-top:20px;
}
#shop-list a{
color:#777;
}
#shop-list h3{
font-size: 108%;
}
#shop-list p{
font-size: 93%;
}
#shop-list .col-sm-4{
min-height: 240px;
}
@media screen and (max-width:480px){
#shop-list .col-sm-4{
min-height: 350px;
}
#shop-info h2{
padding-top:20px;
}
#shop-info h3{
padding-top:20px;
}
}
/* Company
-------------------------------------------------------------- */
.company{
	width:100%;
	background: #2b2b2b;
}
#big_banner .cp{
	margin:10px 0;
}
#big_banner .cp img{
	border-radius:10px;
}
/* President
-------------------------------------------------------------- */
#message p span {
text-align: right;
display: block;
}
@media screen and (max-width:480px){
#message h4{
padding-top:20px;
}
}
/* Company-vision
-------------------------------------------------------------- */
#company-vision p{
	padding-top:10px;
}
/* About
-------------------------------------------------------------- */
.ui-tabs-nav {
text-align: center;
padding:10px 0;
}
.ui-tabs-nav li {
display: inline;
padding: 0 15px;
}
.ui-tabs-nav li i{
padding-right:3px;
}
.ui-tabs-nav li a{
	color:#ccc;
	text-decoration: none;
	
}
.ui-tabs-nav li a:hover{

-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
}
li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
color: #000 !important;
font-weight: bold;
}
.company-profile table {
border: 1px solid silver;
font-size: 93%;
width:100%;
margin-bottom:20px;
}
.company-profile table tr{
border: 1px solid silver;
}
.company-profile table tr th {
border: 1px solid silver;
padding: 20px;
text-align: center;
background: #f5f5f5;
}
.company-profile table tr td{
padding:0 20px;
}
.company-profile table tr td ul{
margin-bottom:0px;
padding:5px 0;
}
.company-profile table tr td ul li{
padding:5px 0;
}
@media screen and (max-width:480px){
.ui-tabs-nav li {
display: block;
}
.company-profile table tr th {
width:25%;
padding:20px 10px;
}
}  
/* History
-------------------------------------------------------------- */
#company-history table tr:nth-child(2n){
	background: #f5f5f5;
}
#company-history table {
border: 1px solid silver;
font-size: 93%;
width:100%;
margin-bottom:20px;
}
#company-history table tr{
border: 1px solid silver;
}
#company-history table tr th {
border: 1px solid silver;
padding: 20px;
text-align: center;
}
#company-history table tr td{
padding:0 20px;
}
#company-history table tr td ul{
margin-bottom:0px;
padding:5px 0;
}
#company-history table tr td ul li{
padding:5px 0;
}
@media screen and (max-width:480px){
.ui-tabs-nav li {
display: block;
text-align: left;
}
#company-history table tr th {
width:25%;
padding:20px 10px;
}
}  
/* Recruit
-------------------------------------------------------------- */
.recruit{
	width:100%;
	background: #fff;
}
.recruit h2{
	border-bottom: solid black 1px;
	padding: 0 0 5px 0;
	font-family:'Hiragino Mincho ProN', serif;
	font-size:153.9%;
}
#recruit-main h3 {
text-align: center;
padding-bottom: 20px;
}
#recruit-main .ui-tabs-nav li {
display: inline;
padding: 0 30px;
}
#recruit-main dl dt {
text-align: center;
font-size: 116%;
padding-bottom: 3px;
border-bottom: 1px solid silver;
margin-bottom: 15px;
}
#recruit-main dl dd {
padding: 10px 0;
}
#recruit-main iframe {
margin: 20px 0;
}
#recruit-main table{
border: 1px solid silver;
font-size: 93%;
width:100%;
margin-bottom:50px;
}
#recruit-main table tr{
border: 1px solid silver;
}
#recruit-main table tr th {
border: 1px solid silver;
padding: 20px 0px;
text-align: center;
width:25%;
background: #f5f5f5;
}
#recruit-main table tr td{
padding:10px 10px;
}
#recruit-main table tr td ul{
margin-bottom:0px;
padding:5px 0;
}
#recruit-maintable tr td ul li{
padding:5px 0;
}
@media screen and (max-width:480px){
#recruit-main table tr th {
width:25%;
padding:20px 10px;
}
#recruit-main .ui-tabs-nav li {
padding: 0 10px;
}
}  

/* Privacy
-------------------------------------------------------------- */
#privacypolicy h3 {
font-size: 116%;
background: #e6e6e6;
padding: 10px 0 5px 5px;
}
#privacypolicy i {
padding-right: 5px;
}
#privacypolicy p{
padding-top: 10px;
}
#privacypolicy ul{
padding: 10px 0;
}
#privacypolicy ul li {
font-size: 93%;
padding: 5px 0;
}
#privacypolicy h4 {
font-size: 100%;
text-align: right;
}
/* Side
-------------------------------------------------------------- */
#sidebar{
	margin: 10px 0 0 0;
}
#news{
	border: solid 1px silver;
	padding:0 0 15px 0;
	margin:0 0 10px 0;
	
}
#news h2{
	font-size: 100%;
	padding:10px 0 0 10px;
	margin-top: 20px !important;
}
#news dl{
	font-size: 90%;
	padding:10px 0px;
	margin:0 10px;
	border-bottom: dotted 1px silver;
}
#news dt{
	font-weight: normal;
}
#company-menu li {
padding: 15px 10px 15px 10px;
border-bottom: 1px solid silver;
letter-spacing: 0.05em;
}
#company-menu li i {
padding-right: 5px;
}
.company-current {
background: #ABA8A8;
color: #fff;
}
.nav-pills>li {
float: none !important;
}
.nav-pills>li a{
color: #777;
}
.accordion-heading {
padding: 15px 10px 15px 10px;
border-bottom: 1px solid silver;
letter-spacing: 0.05em;
}
a.accordion-toggle {
color: #777;
text-decoration: none;
}
.accordion-inner ul{
padding-top:5px;
}
.accordion-inner ul li {
padding: 3px 0;
}
.accordion-heading i{
padding-right: 5px;
}
.accordion-inner ul li a {
color: #777;
text-decoration: none;
}
#sidebar-banner{
margin-top:30px;
}
#sidebar ul{
list-style: none;
margin-left: 0;
}
#sidebar ul li a {
color: #777;
text-decoration: none;
}
#sidebar h2{
font-size:116%;
margin-top: 10px !important;
}
#news h2 span {
font-size: 77%;
color: #fff;
background: red !important;
padding: 5px 5px 2px 5px;
border-radius: 5px;
}
#news_topic a {
color: #000;
}
#news_topic a:hover dd{
filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	text-decoration: none;
}
#company-menu .current-menu-item a {
background: #E4E4E4;
}
#company-menu li a:hover {
background: #E4E4E4 !important;
}
#dc_jqaccordion_widget-2 {
list-style: none;
}
/*.dcjq-parent {
border-bottom: 1px solid silver;
margin-bottom: 20px;
display: block;
}*/
.sub-menu li {
padding-bottom: 20px;
}
.sub-menu .current-menu-item a {
background: #E4E4E4;
display: block;
padding: 5px;
}
#sidebar a:hover img{
filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	text-decoration: none;
}
#sidebar ul li{
	padding-bottom: 5px;
}
/* Single
-------------------------------------------------------------- */
#press h2 {
border-bottom: solid black 1px;
padding: 0 0 5px 0;
font-family: 'Hiragino Mincho ProN', serif;
font-size: 153.9%;
}
#navigation a{
color:#000;
}
#navigation a:hover{
filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	text-decoration: none;
	color:#737373;
	}

}
/* News
-------------------------------------------------------------- */
#breadcrumb {
padding-top: 30px !important;
}
#news_post h3{
font-size:108%;
color:#000;
padding-top: 10px;
margin-top: 20px !important;
}
#news_post p{
font-size:93%;
color:#000;
}

#news_post a:hover h3{
	color:#fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	text-decoration: none;
	}
#news_post a:hover p{
	color:#fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	text-decoration: none;
	}
#news_post .col-sm-4 {
	min-height: 240px;
}
#archive .post-wrap {
background: #E7E7E7;
padding: 0px 3px 0px 5px;
border-radius: 5px;
min-height: 220px;
}
#archive .post-wrap:hover{
	background:#00A0E9;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
#archive #news_post p {
padding-bottom: 5px;
}
#navigation {
padding-top: 20px;
}
#alignleft {
float: left;
}
#alignright {
float: right;
}
#press h2, #press p {
width: 90%;
}
#navigation {
width: 90%;
}
.wp-pagenavi {
text-align: center;
margin-top: 20px;
}
.category a{
	color:#333;
}
@media screen and (max-width:480px){
#navigation {
margin-bottom: 50px;
}
#press h2, #press p {
width: 100%;
}
#navigation {
width: 100%;
}
}
/* Sitemap
-------------------------------------------------------------- */
#sitemap_list{
	margin-top: 20px !important;
}
/* Online
-------------------------------------------------------------- */

#online-main {
background: url("image/online_back1.jpg") no-repeat center;
background-size:contain;
min-height:480px;
margin-top:30px;
position: relative;
}
.inside {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
color: #fff;
text-shadow:  1px 1px 10px #000;
/*background: rgba(0, 0, 0, 0.4);*/
padding: 10px;
width:80%;
}
.inside h1{
font-size: 197% !important;
font-family:'Hiragino Mincho ProN', serif;
letter-spacing: 0.1em;
}
@media screen and (max-width:480px){
#online-main {
min-height: 300px;
margin:0;
}
.inside h1{
font-size: 100% !important;
}  
}

/* Footer
-------------------------------------------------------------- */
#footer{
	background: #777373;
	color:#fff;
	margin-top:10px;
}
#footer h3{
	font-size: 90%;
	color:#fff;
}
#footer h3 a {
color: #fff;
text-decoration: none;
display: block;
}
#footer ul{
margin-left:0 !important;
}

#footer ul li a{
	color:#fff;
	font-size: 80%;
}
#footer p{
	font-size: 80%;
}
#page-top {
text-align: right;
padding-top: 30px;
font-size: 108%;
font-family:'Hiragino Mincho ProN', serif;
font-weight: 400;
}
#page-top i {
vertical-align: bottom;
padding-right: 3px;
}
#page-top a{
	text-decoration: none;
}
#menu-footer1,#menu-footer2,#menu-footer3,#menu-footer4,#menu-footer5,#menu-footer6{
margin-top: 20px;
}
#menu-footer1 li,#menu-footer2 li,#menu-footer3 li,#menu-footer4 li,#menu-footer5 li,#menu-footer6 li {
display: block;
padding: 0;
text-align: left;
font-size: 108%;
}
#footer .current-menu-item a {
background:#777373;
display:inline;
padding: 0;
}