@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
	letter-spacing: 0.075em;
}

body {
	  font-size: 1.4em;
     font-family: -apple-system, BlinkMacSystemFont, '游ゴシック  Medium',meiryo, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
	line-height: 20px;
	display: none;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
	font-weight: normal;
}

html {
  font-size: 62.5%;
}

.wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 120px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
	overflow: hidden;
	background-color: #F2F2F2;
}
* {
    box-sizing: border-box;
}

footer{
    width: 100%;
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 30px 0;
	position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

article,aside,details,figcaption,figure,
header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

nav {
	background-color: #222;
	padding: 1em;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #C42100;
}
.container{
	margin:0 auto;
	width:100%;
}
.main{
		margin: 0;
		padding: 2em;
}
.main-naka{
		margin: 0;
		padding: 2em;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

li {
	list-style: none;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.mt-10{
    margin-top:10px!important;
}
.mb-5{
    margin-bottom:5px!important;
}
.mb-10{
    margin-bottom:10px!important;
}
.mr-5{
    margin-right:5px!important;
}
.mr-10{
    margin-right:10px!important;
}
.ml-10{
    margin-left:10px!important;
}
.mt-20{
    margin-top:20px!important;
}
.mb-20{
    margin-bottom:20px!important;
}
.mr-20{
    margin-right:20px!important;
}
.ml-20{
    margin-left:20px!important;
}
.mt-30{
    margin-top:30px!important;
}
.mb-30{
    margin-bottom:30px!important;
}
.mr-30{
    margin-right:30px!important;
}
.ml-30{
    margin-left:30px!important;
}
.mt-40{
    margin-top:40px!important;
}
.mb-40{
    margin-bottom:40px!important;
}
.mr-40{
    margin-right:40px!important;
}
.ml-40{
    margin-left:40px!important;
}
.mt-50{
    margin-top:50px!important;
}
.mb-50{
    margin-bottom:50px!important;
}
.mr-50{
    margin-right:50px!important;
}
.ml-50{
    margin-left:50px!important;
}
.mt-60{
    margin-top:60px!important;
}
.mb-60{
    margin-bottom:60px!important;
}
.mr-60{
    margin-right:60px!important;
}
.ml-60{
    margin-left:60px!important;
}
.mt-70{
    margin-top:70px!important;
}
.mb-70{
    margin-bottom:70px!important;
}
.mr-70{
    margin-right:70px!important;
}
.ml-70{
    margin-left:70px!important;
}
.mt-80{
    margin-top:80px!important;
}
.mb-80{
    margin-bottom:80px!important;
}
.mr-80{
    margin-right:80px!important;
}
.ml-80{
    margin-left:80px!important;
}
.mt-90{
    margin-top:90px!important;
}
.mb-90{
    margin-bottom:90px!important;
}
.mr-90{
    margin-right:90px!important;
}
.ml-90{
    margin-left:90px!important;
}
.mt-100{
    margin-top:100px!important;
}
.mb-100{
    margin-bottom:100px!important;
}
.mr-100{
    margin-right:100px!important;
}
.ml-100{
    margin-left:100px!important;
}
.mt-10{
    padding-top:10px!important;
}
.mb-10{
    padding-bottom:10px!important;
}
.mr-10{
    padding-right:10px!important;
}
.ml-10{
    padding-left:10px!important;
}
.mt-20{
    padding-top:20px!important;
}
.mb-20{
    padding-bottom:20px!important;
}
.mr-20{
    padding-right:20px!important;
}
.ml-20{
    padding-left:20px!important;
}
.mt-30{
    padding-top:30px!important;
}
.mb-30{
    padding-bottom:30px!important;
}
.mr-30{
    padding-right:30px!important;
}
.ml-30{
    padding-left:30px!important;
}
.mt-40{
    padding-top:40px!important;
}
.mb-40{
    padding-bottom:40px!important;
}
.mr-40{
    padding-right:40px!important;
}
.ml-40{
    padding-left:40px!important;
}
.mt-50{
    padding-top:50px!important;
}
.mb-50{
    padding-bottom:50px!important;
}
.mr-50{
    padding-right:50px!important;
}
.ml-50{
    padding-left:50px!important;
}
.mt-60{
    padding-top:60px!important;
}
.mb-60{
    padding-bottom:60px!important;
}
.mr-60{
    padding-right:60px!important;
}
.ml-60{
    padding-left:60px!important;
}
.mt-70{
    padding-top:70px!important;
}
.mb-70{
    padding-bottom:70px!important;
}
.mr-70{
    padding-right:70px!important;
}
.ml-70{
    padding-left:70px!important;
}
.mt-80{
    padding-top:80px!important;
}
.mb-80{
    padding-bottom:80px!important;
}
.mr-80{
    padding-right:80px!important;
}
.ml-80{
    padding-left:80px!important;
}
.mt-90{
    padding-top:90px!important;
}
.mb-90{
    padding-bottom:90px!important;
}
.mr-90{
    padding-right:90px!important;
}
.ml-90{
    padding-left:90px!important;
}
.mt-100{
    padding-top:100px!important;
}
.mb-100{
    padding-bottom:100px!important;
}
.mr-100{
    padding-right:100px!important;
}
.ml-100{
    padding-left:100px!important;
}
.pt-05{
    padding-top:5px!important;
}
.pt-10{
    padding-top:10px!important;
}
.pb-10{
    padding-bottom:10px!important;
}
.pr-05{
    padding-right:5px!important;
}
.pr-10{
    padding-right:10px!important;
}
.pl-10{
    padding-left:10px!important;
}
.pt-20{
    padding-top:20px!important;
}
.pb-20{
    padding-bottom:20px!important;
}
.pr-20{
    padding-right:20px!important;
}
.pl-20{
    padding-left:20px!important;
}
.pt-30{
    padding-top:30px!important;
}
.pb-30{
    padding-bottom:30px!important;
}
.pr-30{
    padding-right:30px!important;
}
.pl-30{
    padding-left:30px!important;
}
.pt-40{
    padding-top:40px!important;
}
.pb-40{
    padding-bottom:40px!important;
}
.pr-40{
    padding-right:40px!important;
}
.pl-40{
    padding-left:40px!important;
}
.pt-50{
    padding-top:50px!important;
}
.pb-50{
    padding-bottom:50px!important;
}
.pr-50{
    padding-right:50px!important;
}
.pl-50{
    padding-left:50px!important;
}
.pt-60{
    padding-top:60px!important;
}
.pb-60{
    padding-bottom:60px!important;
}
.pr-60{
    padding-right:60px!important;
}
.pl-60{
    padding-left:60px!important;
}
.pt-70{
    padding-top:70px!important;
}
.pb-70{
    padding-bottom:70px!important;
}
.pr-70{
    padding-right:70px!important;
}
.pl-70{
    padding-left:70px!important;
}
.pt-80{
    padding-top:80px!important;
}
.pb-80{
    padding-bottom:80px!important;
}
.pr-80{
    padding-right:80px!important;
}
.pl-80{
    padding-left:80px!important;
}
.pt-90{
    padding-top:90px!important;
}
.pb-90{
    padding-bottom:90px!important;
}
.pr-90{
    padding-right:90px!important;
}
.pl-90{
    padding-left:90px!important;
}
.pt-100{
    padding-top:100px!important;
}
.pb-100{
    padding-bottom:100px!important;
}
.pr-100{
    padding-right:100px!important;
}
.pl-100{
    padding-left:100px!important;
}


/*フォント系*/
.f-12{
    font-size:12px!important;
}
.f-14{
    font-size:14px!important;
}
.f-16{
    font-size:16px!important;
}
.f-20{
    font-size:20px!important;
}
.f-25{
    font-size:25px!important;
}
.f-26{
    font-size:26px!important;
}
.f-30{
    font-size:30px!important;
}
.f-35{
    font-size:35px!important;
}
.f-38{
    font-size:38px!important;
}
.f-40{
    font-size:40px!important;
}
.f-46{
    font-size:46px!important;
}
.f-50{
    font-size:50px!important;
}
.line-h-15{
    line-height:1.5!important;
}
.f-b{
     font-weight:bold!important;
}
.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.color-yellow{
	color: #735302;
}

.flex{
	display: flex;
}

.flex-between{
	display: flex;
	justify-content: space-between;	
}
.flex-center{
	display: flex;
	justify-content: center;
}

.tx-center{
	text-align: center;
}

.tx-right{
	text-align: right;
}

.tx-left{
	text-align: left;
}

.title{
	color: #222;
	font-size: 23px;
	text-align: center;
	border-bottom: 1px #222 solid;
	padding: 10px 0;
	margin: 5px 0 20px;
}
.sub{
	font-size:16px;
	margin: 2em auto 1em;
	padding: 1em;
	border: 1px solid #222;
	width: 275px;
	background-color: #fff;
	
}
.sub-pro{
	font-size:14px;
	margin: 2em auto 1em;
	padding: .5em;
	border: 1px solid #222;
	width: 275px;
	background-color: #fff;
}
.box{
	width: 50%;
	padding: 2em;
	text-align: center;
}

.box-full{
	width: 95%;
	margin: auto;
}

.underline{
	border-bottom: solid 1px #222;
	margin-bottom: 20px;
}
.logo-mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2em;
	color: #fff;
}
.copy{
	margin-top: 5em;
}
.tb-keireki{
	width: 550px;
	margin: auto;
	text-align: left;
}
.tb-keireki td{
	padding: .25em;
}
nav ul{
	display: flex;
	font-family: Fira Sans, Helvetica, Arial, sans-serif;
}
nav li a{
	color: #fff;
	padding-left: 2em;
}

.row {
    zoom: 1; /* float解除 for IE6/7  */
}
.row::before,
.row::after {
    content: "";
    clear: both;
    display: block;
}

.btn-open {
  display: inline-block;
  width: 100px;
  text-align: center;
  background-color: #C42100;
  font-size: 12px;
  color: #FFF;
	padding: .5em;
  border: 1px solid #C42100;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #C42100;
}
.btn-open:hover:after{
  height: 300%;
  opacity: 1;
}
.btn-open:active:after{
  height: 300%;
  opacity: 1;
}

.box h3{
	padding: 1em;
	margin: auto;
	font-size:16px;
	font-weight: bold;
	background-color: #c7c7c7;
	color: #222;
}
.menu-tb{
	text-align: left;
	font-size: 14px;
	width: 90%;
	margin: 2em auto;
border-collapse:collapse
}
.menu-tb tr{
	border-bottom: 1px dotted #222222;
}
.menu-tb th{
	padding: 1em;
	text-align: left;
}
.menu-tb td{
	padding: 1em;
	text-align: right;
}
.staff-img{
	width: 550px;
	margin: 2em auto 0;
	display: flex;
}
.staff-img-left{
    width: 255px;
    text-align: left;
}
.staff-area{
	text-align: center;
}
.staff-area li{
	padding-top: 5px;
}
.staff-area h3{
	font-size: 1.25em;
	padding: 1em 0;
	margin: 50px auto 20px;
	background-color: #C7C7C7;
	width: 90%;
	
}
.staff-name{
	padding: 150px 0 0 20px;
	text-align: center;
	font-size: 20px;
	color: #735302;
}
.staff-name-owner{
	padding: 150px 0 0 20px;
	text-align: center;
	font-size: 20px;
	color: #735302;
}
.staff_com{
	margin: 1.5em 0;
	line-height: 25px;
}
.pro-area{
	text-align:center; 
}
.pro-area h3{
	font-size: 1.25em;
	padding: 1em 0;
	margin: 50px auto 20px;
	background-color: #C7C7C7;
	width: 90%;	
}
.pro-sub{
	margin: 1em;	
}
.pro-com{
	display: flex;
	font-size: 12px;
	text-align: left;
	margin: 30px auto;
	width: 60%;
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
}
.tb-info {
  width: 80%;
	margin: auto;
  border-collapse: collapse;
}

.tb-info tr{
  background: #cecece;
}

.tb-info tr:last-child *{
  border-bottom: none;
}

.tb-info th, .tb-info td{
  border: solid 1px #F2F2F2;
  padding: 1em;
}
.tb-info th{
	width: 30%;
	text-align: left;
	font-weight: normal;
	background-color: #C7C7C7;
}

.tb-recruit {
  width: 50%;
	margin: 2em auto;
  border-collapse: collapse;
}

.tb-recruit tr{
  background: #cecece;
}

.tb-recruit tr:last-child *{
  border-bottom: none;
}

.tb-recruit th, .tb-recruit td{
  border: solid 1px #F2F2F2;
  padding: 1em;
}
.tb-recruit th{
	width: 30%;
	text-align: left;
	font-weight: normal;
	background-color: #C7C7C7;
}


#feed
{
 list-style-type: none;
 width: auto;
 height: 15em;
 overflow: auto;
/* border: 1px solid #bbb;*/
 padding: 0.5em;
	text-align: left!important;
}

#feed a
{
	color:#222;
}

#feed li{
	padding-bottom: 5px;
	border-bottom: solid 1px #CDCDCD;
	margin-bottom: 10px;
}
.pro-brand{
	display: flex;
	justify-content: center;	
}
.brand {
	font-size: 16px;
	padding-left: 20px;
	line-height: 35px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	text-shadow: 2px 2px 3px gray;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #333;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	opacity: 0.5;
}
.parking{
	display: flex;
	justify-content: center;
	margin-bottom: 200px;
}
.parking-img{
	margin-right: 10px;
}
#page-top a:hover {
	text-decoration: none;
	background: #666;
}
.recruit li{
	padding-bottom: .5em;
}
.recruit li:before{
	font-family: "Font Awesome 5 Free";
  content: '\f14a'; /* アイコンのunicode */
	font-weight: 900;
	padding-right: .5em;
}
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 650px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* スマホ用 */
@media only screen and (max-width: 650px) {
	.bxslider_wrap {
	padding-top: 35px;	
}
	.sp-flex{
		display: flex;
		flex-direction: column;
	}
	
	.main{
		margin: 0;
		padding: 1em;
	}
	.box{
		width: 100%;
	}
	
	.sp-img{
		width: 100%;
	}
	.menu-tb{
	text-align: left;
	font-size: 14px;
	width: 100%;
	margin: 1em auto;
border-collapse:collapse
}
	.main-naka{
		margin: 0;
		padding: 4em 0 0;
}
	.staff-img{
	width: 100%;
		text-align: center;
		display: block;
		flex:none;
}
	.staff-name{
	padding-top: 20px;
	text-align: center;
	font-size: 20px;
}
		.staff-name-owner{
	padding-top: 20px;
	text-align: center;
	font-size: 20px;
}
	.tb-keireki{
	width: 85%;
	margin: auto;
	text-align: left;
}
	.tb-info {
  width: 100%;
  border-collapse: collapse;
}
	.tb-recruit{
		width: 100%;
	}
	.tb-recruit th{
	width: 40%;
	text-align: left;
	font-weight: normal;
	background-color: #C7C7C7;
}

	.pro-brand{
	display: inline-block;
}
	.pro-com{
	display: flex;
	font-size: 12px;
	text-align: left;
	margin: 30px auto;
	width: 100%;
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
}
	.brand {
	font-size: 16px;
	padding-left: 0px;
	line-height: 35px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	text-shadow: 2px 2px 3px gray;
}
	.parking{
	margin-bottom: 200px;
	display: block;
}
	.parking-img{
	margin-right: 0px;
}
}