﻿



.tabcontainer {
    width: 100% !important;
    margin: 35px auto;
	padding: 0 !important;
}

#horizontalTab{
	border: 1px solid #888;
	margin: 0 !important;
	width: 100% !important;
}


	
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 15px 0 !important;
    margin: 0 !important;
    list-style: none;
    cursor: pointer;
    float: left;
	color: #000;
	width: calc(calc(100% / 5) - 1px);
	border-right: 1px solid #888;
	text-align: center;
	font-weight: 600;
	background-color: #aaa;
}



.resp-tabs-list li:last-child {
	width: calc(calc(100% / 5) - 0px);
	border-right: 0px solid #888;
}

.resp-tabs-container {
    padding: 20px;
    background-color: #000;
    clear: left;
	color: #fff;
	border-top: 0px solid #888;
}

.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
	margin: 0 !important;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 0px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
	background-color: #000 !important;
	color: #fff !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
	margin: 0 !important;
}

.resp-tab-content {
    border: 0px solid #c1c1c1;
}

.resp-accordion {
    font-size: 13px;
    border: 1px solid #888;
    border-top: 0px solid #c1c1c1;
    margin: 0px !important;
    padding: 10px 15px;
}

.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h3.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*主要取引先*/
.partner_01{
	overflow: hidden;
	padding: 10px;
	clear: both;
	border-bottom: 1px solid #888;
	margin-bottom: 15px;
}

.partner_01 img{
	width: 220px;
	float: left;
	margin-right: 20px;
	border: 1px solid #888;
}

.partner_01 h4{
	font-size: 18px;
	font-weight: 600;
}

.partner_01 p{
	font-size: 14px;
	font-weight: 400;
	line-height: 145%;
}

.partner_01 a{
	text-decoration: underline !important;
}

/*会社概要のテーブル*/
.aboutus_img{
	width: 100%;
	margin: 10px 0 35px 0;
}
.camp_tab{
	display: table;
	width: 100%;
	border: 1px solid #888;
	border-collapse: collapse;
	margin-top: 0px;
}

.camp_tab a {
	color: #fff;	/*リンクテキストの色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	text-decoration: underline !important;
}

.camp_tab a:hover {
	color: #ffcf3e;			/*マウスオン時の文字色*/
	text-decoration: none;
}


.cam_tab_row{
	display: table-row;
}

.cam_tab_crll_l{
	display: table-cell;
	background-color: #aaa;
	color: #000;
	width: 25%;
	padding: 10px;
	border-bottom: 1px solid #222;
	text-align: center;
	font-weight: 600;
	vertical-align: middle;
}



.cam_tab_crll_r1{
	display: table-cell;
	background-color: #222;
	color: #fff;
	width: 75%;
	padding: 10px;
}

.cam_tab_crll_r2{
	display: table-cell;
	background-color: #000;
	color: #fff;
	width: 75%;
	padding: 10px;
}
/*ショップ案内*/

.shop a,.shop2 a {
	color: #ffcf3e;	/*リンクテキストの色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	text-decoration: none;
}
.shop a:hover,.shop2 a:hover {
	color: #ffcf3e;			/*マウスオン時の文字色*/
	text-decoration: underline;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

.shop{
	border: none !important;
	overflow: hidden;
	clear: both;
	padding:10px 10px 35px 10px;
}

.shop2{
	border: none !important;
	overflow: hidden;
	clear: both;
	padding:10px 10px 35px 10px;
}

.shop_img04{
	float: right;
	width: 20% !important;
	margin: 45px 0 20px 20px;
  height: 191px;
  object-fit: cover;
}

.shop_img01{
	float: right;
	width: 40%;
	margin: 0px 0 20px 20px;
} 

.shop_img02{
	float: left;
	width: 32%;
	margin: 0 20px 20px 0;
} 

.shop h4,.shop2 h4{
	border-left: 3px solid #bb7403;	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	clear: none;
	float: none !important;
}

.shop p{
	margin: 0px !important;
	padding: 0 !important;
	float: none;
	clear: none;
}

.overhalul_pics{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
justify-content: space-around;
}

.overhalul_pics img{
	object-fit:cover;
	width: 140px;
	height: 80px;
}

/*略歴*/
.shop div{
	border:none !important;
	background-color: #fff;
	color: #000;
	display: block;
	clear: none;
	clear: both;
	margin-bottom: 0 !important;
	padding: 15px !important;
}

.shop div h5{
	font-size: 18px;
	font-weight: 600;
	padding: 0px 0 10px 0px;
}
.ryaku_tab{
border: 0px solid #fff;
	border-collapse: collapse;
	width: 100%;
}



.ryaku_seireki{
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	text-align: center;
	background-color: #555;
	color: #fff;
	padding: 10px !important;
	font-size: 100% !important;
	font-weight: 600;
	line-height: 100%;
border: 0px solid #fff;
	line-height: 125%;
}


.ryakureki_tit{
	width: 80%;
	background-color: #ddd;
	color: #000;
	border: none !important;
	width: auto !important;
	padding: 10px !important;
	font-weight: 600;
	font-size: 16px;
border: 0px solid #fff;
	line-height: 125%;
}

.ryaku_cell{
	padding: 10px 10px 25px 10px;
	font-size: 100%;
	width: 100%;
	border: 0px solid #fff;
}

.ryaku_cell a{
	display: block;
	width: 17%;
	float: right;
	padding: 4px;
	border: 1px solid #888;
	background-color: #ddd;
	margin: 5px 0 15px 15px;
}


/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #888;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #888;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 6.4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #c1c1c1;
}

h3.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/



h3.resp-tab-active {
    background: #DBDBDB !important;
	color: #000 !important;
}
.resp-easy-accordion  h3.resp-accordion {
        display: block;
	margin: 0 !important;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #888;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #888 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

.resp-accordion:first-child {
    border-top: 1px solid #888 !important;
	margin: 0 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
	
.ryaku_seireki{
	font-size: 100% !important;
	width: 20%;
}
	

.ryakureki_tit{
	width: 80%;
	background-color: #ddd;
	color: #000;
	border: none !important;
	width: auto !important;
	padding: 10px !important;
	font-weight: 600;
	font-size: 110%;
border: 0px solid #fff;
	line-height: 125%;
	letter-spacing: -1px;
}
	
.shop_img01{
	float: right;
	width: 40%;
	margin: 0px 0 20px 20px;
} 

.shop_img02{
	width: 32%;
}

.shop_img04{
	float: right;
	width: 40% !important;
	margin: 15px 0 20px 20px;
}
	
.shop h4{
	border-left: 3px solid #bb7403;	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
}
.partner_01{
	overflow: hidden;
	padding: 10px;
	clear: both;
	border-bottom: 1px solid #888;
	margin-bottom: 15px;
	border-left: none !important;
	border-right: none !important;
}

.partner_01 img{
	width: 128px;
	float: left;
	margin-right: 15px;
	border: 1px solid #888;
	margin-bottom: 15px;
	clear: both;
}

.partner_01 h4{
	font-size: 18px;
	font-weight: 600;
	line-height: 145%;
	margin: 0 !important;
	padding: 0 !important;
}
	
.partner_01 p{
	margin: 0 !important;
	padding: 0 !important;
	clear: both;
}
	
.hosoku{
		line-height: 200%;
	margin: 0 0 0 15px !important;
	padding: 0 !important;
	}
.tabcontainer {
        margin: 0 0 -10px 0!important;
        width: 100%;
        padding: 0px 0 0 0 !important;
		overflow: hidden;
 }
	
#horizontalTab{
	border: none !important;
	width: auto !important;
	margin: 0 -20px  !important;
	padding: 0 !important;
}

	
    ul.resp-tabs-list {
        display: none;
		margin: 0 !important;
		padding: 0 !important;
		width: auto;
    }
	
 

    .resp-accordion {
        display: block;
		margin: 0!important;
		width: auto;
		border-top: 0px solid #fff;
		border-left: 0px solid #fff;
		border-right: 0px solid #fff;
		border-bottom: 1px solid #888;
		background-color: #333;
		font-size: 16px;
    }


	
    .resp-vtabs .resp-tab-content {
        border: 0px solid #888;
		margin: 0;
		padding: 0;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
	.resp-tabs-container div{
		border-left: 1px solid #888;
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
	}
	
	
    .resp-accordion-closed {
        display:none !important;
		margin: 0 !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #888 !important;
    }
}
