/**
Theme Name: 肉バルサンダー
Theme URI: http://wordpress.org/
Description:
Author: CREATIVE
Author URI:
Tags: blue, silver, white, two-columns, fixed-width, right-sidebar, fixed-width, custom-header, threaded-comments, sticky-post, rtl-language-support, translation-ready
Text Domain: niqbar
**/

/* ▼ 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,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,dl,dt,dd{
border:0;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0;
padding:0;
vertical-align:baseline;
word-break: break-all;
letter-spacing: 0.1em;
}
html{
font-size:100%;
overflow-y:scroll;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
table{
/* tables still need 'cellspacing="0"' in the markup */
border-collapse:separate;
border-spacing:0;
}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
quotes: none;
}
a:focus{outline:thin dotted;}
a:hover,a:active{
/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
outline:0;
}
a img{border:0;}
/* =Global
----------------------------------------------- */
/* Consistent fonts across all elements */
body,button,input,select,textarea{
color:#333;
line-height:1.5em;
font-size:1em;
word-wrap:break-word;
}
/* Links */
a{
    color:#000;
    text-decoration: none;
    word-break: break-all;
}
a:hover,a:focus,a:active{
    color:#333;
    text-decoration: none;
}
a img{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a img:hover{
}
ol{
    padding-left: 40px;
}
/* Headings and Rulers */
hr{
    background:#aaa;
    width: 90%;
    height:1px;
    margin-bottom:1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    word-break: break-all;
}
h1 {
    font-size: 135%;
    line-height: 1.4;
}
h2 {
    font-size: 125%;
    line-height: 1.3;
}
h3 {
    font-size: 115%;
    line-height: 1.2;
}
h4 {
    font-size: 100%;
    line-height: 1.1;
}
h5 {
    font-size: 95%;
    line-height: 1;
}
h6 {
    font-size: 90%;
    line-height: 1.0;
}
/* Text elements */
ul,ol{margin:0;}
ol{list-style:decimal;}
ul ul,ol ol,ul ol,ol ul{
margin-bottom:0;
margin-left:1.5em;
}
dt{font-weight:bold;}
dd{margin:0 1.0em 1.0em;}
b,strong{font-weight:bold;}
dfn,cite,em,i{font-style:italic;}
blockquote{margin:0 1.5em;}
address{margin:0 0 1.5em;}
pre{
background:#eee;
font-family:"Courier 10 Pitch", Courier, monospace;
line-height:1.6;
margin-bottom:1.6em;
padding:1.6em;
overflow:auto;
max-width:100%;
}
code,kbd,tt,var{
font-family:"Courier New", Courier, mono;
}
abbr,acronym{
border-bottom:1px dotted #666;
cursor:help;
}
mark,ins{
background:#fff9c0;
text-decoration:none;
}
sup,sub{
font-size:75%;
height:0;
line-height:0;
position:relative;
vertical-align:baseline;
}
sup{bottom:1ex;}
sub{top:.5ex;}
small{font-size:75%;}
big{font-size:125%;}
figure{margin:0;}
/* Alignment */
.alignleft{
display:inline;
float:left;
margin-right:1.5em;
}
.alignright{
display:inline;
float:right;
margin-left:1.5em;
}
.aligncenter{
clear:both;
display:block;
margin:0 auto;
}
/* Text meant only for screen readers */
.assistive-text{
clip:rect(1px, 1px, 1px, 1px);
/* IE6, IE7 */
clip:rect(1px, 1px, 1px, 1px);
position:absolute !important;
}
.page-links{clear:both;}
#site-title a{color:inherit;}
img{max-width: 100%;}
body{
    width: 100%;
    min-width: 960px;
    background: url('images/b_bg.png') fixed;
    background-size: 50% 100%;
    font-family: "Osaka";
}
.txt_c{ text-align: center; }
.txt_l{ text-align: left; }
.txt_r{ text-align: right; }
.l{ float: left; }
.r{ float: right; }
.both{ clear: both; }
.pa5{ padding: 5px; }
.pa10{ padding: 10px; }
.pa20{ padding: 20px; }

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 * font
*/
.f_m{
    font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.b{
    font-weight: bold;
}
.tran {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 * main
*/
#page{
	width:100%;
	min-width: 320px;
	position: relative;
	float: left;
}
.frame{
    width: 960px;
    margin: auto;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 * header
*/
#header{
	width: 100%;
	min-width: 960px;
	position: relative;
	background: url('images/h_bg.png');
	border-bottom: 5px solid #E30A34;
	margin-bottom: 20px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.7);
}
#logo{
	display: block;
	position: relative;
	cursor: pointer;
	text-align: center;
}
#logo img{
	width: 468px;
	max-width: 100%;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 * nav
*/
#gm{
	margin-bottom: 20px;
}
#gm ul{
	padding: 0;
	margin: 0;
    list-style: none;
}
#gm ul li{
	width: 100%;
	min-height: 54px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	background-color: #683723;
	background-image: url('images/m_h_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.8);
	border-radius: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#gm ul li:nth-child(2){
	background-image: url('images/m_m_bg.png');
}
#gm ul li:nth-child(3){
	background-image: url('images/m_a_bg.png');
}
#gm ul li:nth-child(4){
	background-image: url('images/m_r_bg.png');
}
#gm ul li:hover{
	background-color: #241501;
}
#gm li a h2{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0.6em;
	font-size: 0.6em;
	color: white;
}
#gm li a{
	display: block;
	width: 100%;
	height: 54px;
	position: relative;
	cursor: pointer;
	color: white;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#gm li.current{
    background-color: #241501;
}
@media (max-width: 767px) {

}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 * top_img
*/
.top_img{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.img_frame{
	background: #E9DABA;
	position: relative;
	padding: 10px;
}
.img_frame img{
	width: 100%;
}
.slicks .s_item{
	padding: 5px;
}
.slicks .s_item a{
	display: block;
	cursor: pointer;
	position: relative;
	width: 100%;
	border: 2px solid white;
}
.slicks .s_item a img{
	width: 100%;
}
.slicks .s_item a span{
	width: 100%;
}
.slicks .s_item a h5{
	position: absolute;
	bottom: 0;
	font-size: 0.8em;
	line-height: 1.8em;
	letter-spacing: 0;
	color: white;
	background: rgba(60,50,30,0.8);
	border-radius: 5px;
	padding: 0 3px;
	width: 90%;
	margin: 0 5% 5px;
}
.slick-slider{
	margin: 0 !important;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 * footer
*/
#footer {
	width: 100%;
	min-width: 960px;
	position: relative;
	background: rgba(30,10,10,0.7);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.7) inset;
}
.f_top{
	position: relative;
	padding: 10px 5px;
	color: white;
}
.rl{
	border-right: 1px solid white;
}
.f_top p{
	font-size: 2.0em;
	line-height: 2.0em;
	font-weight: bold;
	letter-spacing: 0;
}
.f_top address{
	font-size: 0.8em;
	margin: 0;
}
.f_top small{
	display: block;
	width: 100%;
}
.f_top small span{
	background: white;
	color: black;
	padding: 2px 3px;
}
.f_top p span{
	font-size: 0.4em;
}
.copy{
	text-align: center;
	color: white;
    font-family: 'Ultra', serif;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 * content
*/
#content{
	width: 100%;
	position: relative;
	padding: 0;
	color: white;
}
#content .frame{
	padding: 20px 5px;
}
/* index */

#main_contents h3{
	font-size: 1.6em;
	line-height: 1.8em;
	color: #E9DABA;
	text-indent: 0px;
	margin-left: 55px;
	position: relative;
	font-family: 'Bevan';
	font-weight: normal;
	border-bottom: 2px dotted #E9DABA;
}
#main_contents h3:before{
	content: "　";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -60px;
	width: 60px;
	height: 50px;
	background: url('images/icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#main_contents h3 span{
	font-size: 0.6em;
	font-weight: normal;
	margin-left: 10px;
}

/* news */
#news h4{
	font-size: 1.2em;
	line-height: 1.2em;
}
#news h4 span{
	color: #8D7147;
	font-size: 0.6em;
	font-weight: normal;
}
#news,#menu{
	padding: 10px;
	margin-bottom: 10px;
}
#menu > .col-xs-6{
	padding: 5px;
}
.menu_box{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 200px;
	background: #777;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.menu_box h4{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 5px 5px 30px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = 'rgba(0,0,0,0.8)', endColorstr = 'rgba(0,0,0,0.0)');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = 'rgba(0,0,0,0.8)', endColorstr = 'rgba(0,0,0,0.0)')";
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0.0)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
	background-image: linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.menu_box p{
	top: 0;
	left: 0;
    width: 100%;
	height: 160px;
	position: absolute;
	font-size: 0.8em;
	padding: 5px 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = 'rgba(0,0,0,0.8)', endColorstr = 'rgba(0,0,0,0.5)');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = 'rgba(0,0,0,0.8)', endColorstr = 'rgba(0,0,0,0.5)')";
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.5));
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.5));
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.5));
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0.5)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.5));
	background-image: linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.5));
	opacity: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	overflow: auto;
}
.menu_box small{
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	text-align: center;
    font-weight: bold;
    font-size: 16px;
	left: 0;
	bottom: -40px;
	padding: 5px;
	background: rgba(0,0,0,0.7);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.menu_box:hover h4{
	opacity: 0;
}
.menu_box:hover p{
	opacity: 1;
}
.menu_box:hover small{
	bottom: 0;
}
#news a{
	display: block;
	padding: 5px;
	color: white;
	cursor: pointer;
	border-bottom: 2px dotted white;
}
#news a:hover{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-bottom: 2px dotted tan;
}


.navigation{

}
.navigation .alignleft a,
.navigation .alignright a{
	font-size: 0.8em !important;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 * googlemap
*/
#a_map{
    width: 100%;
    height: 260px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 * page
*/
.page {
	margin: 0;
	padding: 0;
}
.page article{
	display: block;
	width: 100%;
	padding: 10px;
	background: rgba(0,0,0,0.6);
	float: left;
	position: relative;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    border: 3px double #ccc;
}
.page article header{
	display: block;
	width: 100%;
	position: relative;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.page article section{
	width: 100%;
	display: block;
	position: relative;
	float: left;
	padding: 0 10px;
	margin-bottom: 50px;
	line-height: 2.15;
}
.page article footer{
	width: 100%;
	display: block;
	position: relative;
	float: left;
	padding: 20px 10px;
	color: white;
}
.page article section p{
	margin: 0px;
	padding: 0px;
	border: medium none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	margin-bottom: 30px;
	color: #333;
	word-break: normal;
}
.page article section a{
	color: #00A9C7;
	text-decoration: underline;
	word-break: break-all;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
.page article section h1{
	margin: 80px 0px 42px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.6;
	color: #000;
	background-color: #F3F3F3;
	border-radius: 10px;
	padding: 21px 18px 20px;
}
.page article section h2{
	margin: 80px 0px 42px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	color: #000;
	background-color: #F3F3F3;
	border-radius: 10px;
	padding: 21px 18px 20px;
}
.page article section h3{
	margin: 30px 0px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	line-height: 1.6;
	padding: 18px 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.page article section blockquote{
	padding: 10px 10px 10px;
	margin: 10px 0 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.page article section dl{
	padding: 10px;
	font-size: 0.9em;
}
.page article section dl dt{
	font-weight: bold;
	color: #E9DABA;
}
.page article section dl dd{
	font-weight: normal;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 * contact
*/
.form-group{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.wpcf7{
	max-width: 100%;
	margin: 0 auto;
}

.wpcf7 .c_form .wpcf7-submit{
	width: 100px;
	background: #14529D;
	color: white;
}
.wpcf7-not-valid-tip{
	font-size: 0.8em !important;
	color: tomato !important;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok{
	border: 1px solid #ccc !important;
	border-radius: 5px !important;
	color: #999 !important;
}
.wpcf7 #year, .wpcf7 #month, .wpcf7 #days, .wpcf7 #from_h, .wpcf7 #from_m, .wpcf7 #to_h, .wpcf7 #to_m, .wpcf7 #p, .wpcf7 #parking{
    width: 5em;
    display: inline-block;
}
.wpcf7 input,.wpcf7 textarea,.wpcf7 select{
    background: #111;
    color: tan;
    letter-spacing: 0.3em;
}
.wpcf7 .btn{
    background: tan;
    color: #111;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 * single
*/
.entry {
	margin: 0;
	padding: 0;
}
.entry article{
	display: block;
	width: 100%;
	position: relative;
    float: left;
    background: rgba(0,0,0,0.6);
    border-left: 5px solid #777;
    border-right: 5px solid #777;
    padding: 10px;
}
.entry article header{
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.entry article header small{
    display: block;
    text-align: right;
    padding: 5px;
}
.entry article section{
	width: 100%;
	display: block;
	position: relative;
	padding: 0 20px;
	margin-bottom: 50px;
	line-height: 2.15;
	color: #ccc;
}
.entry article footer{
	width: 100%;
	display: block;
	position: relative;
	padding: 20px 10px;
	color: white;
}
.entry article footer h2{
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 1.6em;
}
.entry article footer .dt{
	margin-bottom: 5px;
}
.entry article footer .dt span{
	display: inline-block;
	width: 2em;
	background: white;
	font-size: 0.9em;
	font-weight: bolder;
	color: #382816;
	text-align: center;
}
.entry article footer a{
	font-size: 1.4em;
	line-height: 1.6em;
	color: white;
	font-weight: bold;
}

.entry article section p{
	margin: 0px;
	padding: 0px;
	border: medium none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	margin-bottom: 30px;
	word-break: normal;
}
.entry article section a{
	color: #00A9C7;
	text-decoration: underline;
	word-break: break-all;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
.entry article section h1{
	margin: 10px 0px 20px;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.3em;
	border-radius: 10px;
	padding: 10px 18px 20px;
}
.entry article section h2{
	margin: 10px 0px 20px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	border-radius: 10px;
	padding: 21px 18px 20px;
}
#main_contents .entry article section h3{
	margin: 30px 0px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	padding: 18px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
    color: #ccc;
}
#main_contents .entry article section h3:before{
	display: none;
}
.entry article section h4,.entry article section h5,.entry article section h6{
	margin: 10px 0px 20px;
}
.entry article section blockquote{
	padding: 10px;
	margin: 20px 0;
    background: rgba(255,255,255,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    border-radius: 10px;
    border: 3px dotted #ccc;
    color: white;
}
.entry article section img.aligncenter{
	margin: 5px auto;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

/*投稿


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 * pagination
*/
div.pager{
	width: 100%;
	position: relative;
	padding: 0 20px;
}
div.pagination {
	width: 100%;
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:1.0em;
	line-height:1.0em;
	background:none;
	margin:10px 0px 20px;
	vertical-align: middle;
}

div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 3px 5px 3px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#777 ;
	/*background: #666 ;*/
	border: 1px solid #ddd;
	border-radius: 2px;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

div.pagination a:hover{
	color:#fff ;
	background: #E38A2E;
	border: 1px solid #E38A2E;
}

div.pagination .current{
	padding:6px 9px 5px 9px ;
	background: #E38A2E;
	color:#fff ;
	border: 1px solid #E38A2E;
}
