@charset "UTF-8";
/*初期設定//////////////////////////*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.6em;
	color: #000;
}
html {
	height: 100%;
}
article, aside, canvas, details, figcaption, figure, header, footer, main, menu, nav, section, summary {
	display: block;/* text-align: justify; */
	/* text-justify: inter-ideograph; */
}
body {
	width: 100%;
	height: 100%;
	color: #fff;
}
p {
	line-height: 2em;
}
img {
	border: 0;
}
caption {
	text-align: left;
}
ul {
	list-style: none;
}
::selection {
	background: #d4d4d4; /* Safari */
}
::-moz-selection {
background:#d4d4d4; /* Firefox */
}
/*クリアフィックス//////////////////////////*/
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*  IE Mac */
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
a {
	color: #000;
	text-decoration: none;
}

.font_min li,
.font_min span,
.font_min a,
.font_min p,
.font_min p,
.font_min div{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

header, #main, footer, table, div, hr {
	width: 100%;
}

.side_on h3.b_none{
	border:none;
}

/* ----------------------
ヘッダー部分
----------------------- */
  #header .fixbar {
    position:fixed;
    z-index: 10000;
    width: 100%;
    height:60px;
    top: 0;
    left: 0;
    padding: 0;
    background-color: #FFF;
  }
  #header .logo {
    padding-top:16px;
  }
  #header .logo a {
    display: block;
    width: auto;
    height: 30px;
    background: url(../img/header/logo.gif) no-repeat;
    text-indent: -9999px;
    -webkit-background-size: auto 30px;
    -moz-background-size: auto 30px;
    -o-background-size: auto 30px;
    background-size: auto 30px;
  }
  #header.fixed .fixbar {
    position: fixed;
  }

  #header {
    width: 100%;
    padding-top: 0;
    background-color: #FFF;
  }
  #header .spGlobal {
    width:60px;
    height:60px;
    float: right;
    display: block;
    line-height:0 !important;
  }
  #header .spGlobal li {
    width:60px;
    height:60px;
    padding:21px 0 0 0;
    display: inline-block;
    line-height:0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header .spGlobal li img {
    margin:0 auto;
    width:22px;
    height:17px;
    display: block;
  }
  #header .spGlobal .open {
    background:#333 url(../img/header/menu_close.png) no-repeat center center;
    -webkit-background-size: 22px 17px;
    -moz-background-size: 22px 17px;
    -o-background-size: 22px 17px;
    background-size: 22px 17px;
  }
  #header .spGlobal .open img {
    display: none;
  }
  #header .spLang {
    width:60px;
    height:60px;
    float: right;
    display: block;
    line-height:0 !important;
  }
  #header .spLang li {
    width:60px;
    height:60px;
    padding:27px 0 0 0;
    display: inline-block;
    line-height:0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header .spLang li img {
    margin:0 auto;
    display: block;
  }
  #header .spLang .open {
    background:#333 url(../img/header/language_on.png) no-repeat center center;
    -webkit-background-size: 47px 6px;
    -moz-background-size: 47px 6px;
    -o-background-size: 47px 6px;
    background-size: 47px 6px;
  }
  #header .spLang .open img {
    display: none;
  }
  #header .logo {
    width: 40%;
	float:left;
    margin-left: 7.125%;
  }
    #header .logo  img{
		width:auto;
		height:34px;
	}

  #header #submenu {
    display: none;
  }
  #header #gNavWrap {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 60px;
    clear: both;
    float: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #header #gNavWrap #gNav {
    overflow: hidden;
  }
  #header #gNavWrap #gNav li {
    width: 100%;
	text-align:center;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #header #gNavWrap #gNav li img{
	  height:14px;
	  width:auto;
	 }
  #header #gNavWrap #gNav li a {
    display: block;
    padding: 0px 0 23px 0;
    color: #FFF;
    text-align: center;
    position: relative;
  }
   #header #gNavWrap #gNav li:first-child a{
	 padding: 34px 0 24px 0;
}

  #header #gNavWrap li:nth-child(odd) {
    border-right: solid 1px #666;
  }
  #header #gNavWrap li:last-child {
    border-bottom: none  !important;
  }
  #header #gNavWrap #gLogin {
    display: block;
    overflow: hidden;
    padding: 30px 3.125%;
  }
  #header #gNavWrap #gLogin li {
    width: 45%;
    padding: 15px 0;
    background: rgba(102, 102, 102, 0.8);
    text-align: center;
  }
  #header #gNavWrap #gLogin li a {
    color: #FFF;
  }
  #header #gNavWrap #gLogin li:nth-child(odd) {
    float: left;
  }
  #header #gNavWrap #gLogin li:nth-child(even) {
    float: right;
  }
  #header #lNavWrap {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 60px;
    clear: both;
    float: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #header #lNavWrap #lNav {
    overflow: hidden;
  }
  #header #lNavWrap #lNav li {
    width: 100%;
    text-align:center;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header #lNavWrap #lNav li:nth-child(1) {
    opacity:0.3;
  }

  #header #lNavWrap #lNav li img{
    height:12px;
    width:auto;
  }
  #header #lNavWrap #lNav li a {
    display: block;
    padding: 14px 0 14px 0;
    color: #FFF;
    text-align: center;
    position: relative;
  }
  #header #lNavWrap #lNav li:first-child a{
    padding: 38px 0 14px 0;
  }
  #header #lNavWrap #lNav li:last-child a {
    padding: 14px 0 33px 0;
  }

/* ----------------------
共通 content
----------------------- */
#content_wrap {
    padding: 66px 5% 10% 5%;
    width: 90%;
    overflow: hidden;
}
.img_full {
    width: 100%;
    height: auto;
}
.line_dotted li{
	padding-bottom: 3%;
	padding-top: 3%;
	padding-left: 5%;
	border-bottom: #ccc dotted 1px;
	font-size: 13px;
	clear:both;
    overflow: hidden;
}
.line_dotted li.parent{
	padding-bottom: 0px;
}
.line_dotted li ul li{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 18px;
	border-bottom: none;
	border-top: #ccc dotted 1px;
}
.line_dotted li ul li:first-child{
	border-top: none;
}
.line_dotted li:first-child{
	padding-top: 0;
}

/* ----------------------
フッター部分
----------------------- */
#footer {
    background: #000;
    padding: 45px 5% 5% 5%;
    width: 90%;
	clear:both;
}
#footer #box_link {
	overflow: hidden;
	text-align: center;
	letter-spacing: -.4em;
}

#footer #box_link p{
	display: inline-block;
	margin: 0 10px;
	letter-spacing: normal;
}

#footer #box_link a {
	display: block;
    padding: 0;
    /*float: left;*/
    text-align: center;
    border-right: #fff solid 1px;
    border-left: #fff solid 1px;
		box-sizing: border-box;
}
#footer #box_link a img {
	padding: 0 12.5px;
}
#footer #box_link .first a {
    /*border-right: none;*/
}
#footer #box_link .first a{
	margin: 0 auto;
}
#footer #box_link .second a{
}
#footer #box_link a img {
    width: 100%;
    height: auto;
		display: block;
}

#footer ul{
width: 89%;
    padding: 0 0 0 8%;
    display: flex;
    justify-content: center;
}
#footer ul li {
    float: left;
    margin-left: 4.5%;
    width: 31%;
}
#footer ul li img {
    width: 100%;
    height: auto;
}
#footer ul li:first-child {
    margin-left: 0;
}
#footer ul li:nth-child(3){
    margin-left: 0%;
}


#footer .nav p img {
    width: 45%;
}
#footer .nav.clear{
    width: 86%;
	margin:0 auto 30px;
	overflow:hidden;
}
#footer .nav.clear + p{
	width:70%;
	margin:0 auto;
}

body#top .main_slide img {
    width: 87%;
}
body#top #box_bunner li,
body#top #box_bunner_20181214 li {
	overflow: hidden;
	margin: 0 0 6% 6%;
	width: 46%;
    float: left;
    list-style: none;
}

body#top #box_bunner li img,
body#top #box_bunner_20181214 li img {
    width: 100%;
    height: auto;
	vertical-align:bottom;
}
body#top #box_bunner li:nth-child(2n+1),
body#top #box_bunner_20181214 li:nth-child(2n+1){
	margin-left: 0;
}
body#top #box_bunner li.column_bnr,
body#top #box_bunner_20181214 li.column_bnr {
	width:98%;
	margin-left:0px;
	margin-top:30px;
}

body#top #box_news img {
    width: 70%;
    height: auto;
}
body#top .flexslider p{
    position: absolute;
    top: 30%;
	width:100%;
    z-index: 999;
}
body#top .flexslider p img{
    width: 5.4%;
}

body#top .column{
	margin: 0 0 60px;
}

body#top .column h2{
	margin: 0 auto 15px;
	width: 95px;
}

body#top .column h2 img{
	width: 100%;
	display: block;
}

body#top .column ul{
	margin: 0 auto 10px;
}

body#top .column ul li{
	margin: 40px auto 0;
}

body#top .column ul li:first-child{
	margin-top: 0
}

body#top .btn_more{
	position: relative;
	height: 14px;
}

body#top .btn_more a{
	width: 47.5px;
	height: 14px;
	position: absolute;
	top: 0;
	right: 0;
}

body#top .btn_more a img{
    width: 100%;
}


body#top .list_bnr_20181215{
	display: flex;
  justify-content: space-between;
	margin: 0 0 40px;
}

body#top .list_bnr_20181215 li{
	line-height: 0;
	margin: 0 0 20px;
}

body#top .shopbnr{
	position: relative;
}

body#top .shopbnr .shopbnr_txt{
	position: absolute;
	top: 78.5%;
	left: 0;
	width: 100%;
}

body#top .shopbnr .shopbnr_txt img{
	width: 100%;
	display: block;
}

body#top .shopbnr_slider .top_slider .imgChangepc{
	display: none;
}

body#top .shopbnr_slider .top_slider .imgChangesp{
	display: block;
}

body#top .shopbnr_slider .top_slider{
	width: 100%;
	margin: 0 0 30px;
}

body#top .shopbnr_slider .top_slider li{
	width: 100%;
}

body#top .shopbnr_slider .top_slider li a,
body#top .shopbnr_slider .top_slider li a img{
	width: 100%;
	display: block;
}

body#top .shopbnr_slider .top_slider .slick-next,
body#top .shopbnr_slider .top_slider .slick-prev {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  position: absolute;
  padding: 0;
  width: 24px;
  height: 52px;
  top: 50%;
  margin-top: -50px;
  color: #fff;
  font-size: 1.2rem;
  z-index: 100; }

body#top .shopbnr_slider .top_slider .slick-left {
  left: 0; }

body#top .shopbnr_slider .top_slider .slick-next {
  right: 0; }

body#top .shopbnr_slider .top_slider .slick-dots {
  position: relative;
  bottom: 0;
  padding: 14% 0 0;
  text-align: center; }
body#top .shopbnr_slider .top_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px !important;
    margin: 0 5px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: top; }
body#top .shopbnr_slider .top_slider .slick-dots li.slick-active {
      border: 4px solid #000;
      box-sizing: border-box; }
body#top .shopbnr_slider .top_slider .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: auto;
      height: auto;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
      box-sizing: border-box; }


body#top .list_bnr_20181215{
	width: 440px;
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
	flex-wrap: wrap;
}

body#top .list_bnr_20181215 li a{
	display: block;
	margin: 0;
	line-height: 0;
}

body#about .contents {
    margin-bottom: 20%;
}
body#about .title {
    width: 40%;
	margin: 0 auto 10% auto;
}
body#about .pict {
	margin: 0 auto 5% auto;
}
body#about .title img {
    width: 100%;
    height: auto;
}
body#about .text {
    width: 80%;
	margin: 0 auto;
    line-height: 26px;
	font-size: 14px;
}
body#about .pagetop a{
	display:block;
	background:url(../img/middle/pagetop.gif) no-repeat;
    margin-bottom: 5%;
	text-indent: -9999px;
	width: 6px;
    height: 32px;
	float: right;

}
/*company*/
.box_title .title {
    text-align: center;
	position:relative;
    width: 58%;
margin:0 auto;
}
.box_title img {
    width: 90%;
	height:auto;
}
.title .title_text{
	position: absolute;
    top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	color:#FFFFFF;
	width:100%;
	height:100%;
}

.title .title_text span{
	font-size:160%;
	display:block;
	width:1em;
    margin: 0 auto;
	line-height:1.2;
   font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
   font-weight:100;
}

.box_title {
    margin: 6% 0 20% 0;
}
.contents {
    margin-bottom: 20%;
}
.side_on h3 {
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
    border-bottom: #ccc dotted 1px;
    font-weight: bold;
}

.side_on h2{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 140%;
    padding: 0 0 1% 4%;
    border-bottom: #000 solid 1px;
    margin-bottom: 10%;
}
ul.table .th,
ul.table .td {
    float: left;
}
ul.table .td {
    width: 61%;
}
ul.table .th {
    width: 34%;
    padding-right: 3%;
}
#office ul.table li ul{
	width:98%;
	margin:0 auto;
}

#office ul.table .th02 {
	padding-left: 3%;
}

#office ul.table li ul li{
	padding-left:0px;
}

#office ul.table ul .th{
	width:53%;
    padding-right: 0%;
}

#office ul.table ul .td {
    width: 42%;
	float:right;
}

.side_links li a {
    display: block;
    width: 100%;
    background: #000 url(../img/middle/icon_arow.png) no-repeat 95% center;
	color:#FFF !important;
	text-decoration:none !important;
    margin: 0 auto 0.5% auto;
    font-size: 124%;
    padding: 6%;
	position:relative;
    background-size: 3%;
	text-decoration: none;
}
.company#index .side_links li.index a,
.company#office .side_links li.office a,
.company#action .side_links li.action a,
.side_links li.active a{
    background: #666666 url(../img/middle/icon_arow.png) no-repeat 95% center !important;
    background-size: 3%;
	opacity:1;

}
.pagetop a{
	display:block;
	background: url(../img/middle/pagetop.gif) no-repeat;
    margin-bottom: 5%;
	text-indent: -9999px;
	width: 6px;
    height: 32px;
	float: right;
	clear:both ;
}


body#action .contents p{
	padding:0 0 0 3%;
}

.p_history .text,
body#products .text{
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2;
}
#content_wrap .title.mb8 img{
	width:100%;
	height:auto;
}

.p_history .title .title_text{
	top:70%;
}

body#products .borderbox{
	width: 92%;
	padding:10% 4% 8% 4%;
	box-shadow:0px 0px 3px #000 inset;
}

body#products .pict{
	line-height:0;
}

body#products .btn_more.tRight{
	font-size:120%;
	margin: 0 8% 0 0 ;
}

body#products .btn_more.tRight a{
	background:url(../../../products/img/icon_arrow.gif) no-repeat center left;
	padding:0 0 0 4%;
}

/* ol */
ol.number{
  counter-reset:number;
  list-style:none;
  margin:0 0 0 3%;
 padding-left: 1em;
}

ol.number li{
padding-left: 0.8em;
	margin:0 0 5% 0;
	position:relative;
}

ol.number li:before{
  /* カウンタ（数字になる部分） */
  counter-increment: number;
  content: counter(number);
}

ol.number li:before {
    float: left;
    width: 1.2em;
    height: 1.2em;
	border:1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
position: absolute;
left: -1em;
	margin:0 0.5% 0 0;
}



/* 追加               */

body.blog .list4 li,
body.archive .list4 li,
body.blog h2,
body.archive h2.pagetitle,
body.single .pagetitle .page-tin,
body.single .singleTitle,
body.page-id-300 .list4 li,
body.page-id-300 h2{
    line-height: 1.2;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 100;
}

body.blog h2,
body.page-id-300 h2,
body.archive h2.pagetitle,
body.single .pagetitle .page-tin{
	font-size:140%;
	border-bottom:1px solid #000000;
	padding:0 0 2% 2%;
	margin:0 0 3% 0;
}

body.single .singleTitle{
    padding: 6% 4%;
    background: #000;
    color: #FFFFFF;
    font-size: 149%;
    letter-spacing: 4.4px;
    width: 92%;
}


body.single .pagetitle .page-tin{
	width:98%;
	padding: 0 0 5% 2%;
    line-height: 1.5;
	margin:0 0 10% 0;
}

body.blog .list4,
body.page-id-300 .list4,
body.archive .list4{
	padding:0 4%;
}


body.single .pagetitle{
	width:100%;}
body.single #date{
	width:96%;
    padding: 5% 0 4% 4%;
}

body.blog .list4 li,
body.page-id-300 .list4 li,
body.archive .list4 li{
	border-bottom:1px solid #efefef;
    padding: 5% 0 4% 4%;
}
body.blog #archives-3 h3,
body.page-id-300 #archives-3 h3,
body.archive #archives-3 h3{
    display: none;
}

body.blog .sidebar li a,
body.page-id-300 .sidebar li a,
body.archive .sidebar li a{
    display: block;
    width: 80%;
    background: #000 url(http://www.tachikichi.co.jp/sp/shared/img/middle/icon_arow.png) no-repeat 95% center;
    color: #fff;
    margin: 0 auto 0.5% auto;
    font-size: 124%;
    padding: 6%;
	position:relative;
    background-size: 3%;
	text-decoration: none;
}

body.blog .sidebar li a:after,
body.page-id-300 .sidebar li a:after,
body.archive .sidebar li a:after{
content:"年";
position:absolute;
}

body.blog .sidebar li.action a ,
body.page-id-300 .sidebar li.action a ,
body.archive .sidebar li.action a {
    background: #666666 url(http://www.tachikichi.co.jp/sp/shared/img/middle/icon_arow.png) no-repeat 95% center;
    background-size: 3%;
	opacity:1;
}

body.blog .sidebar,
body.page-id-300 .sidebar,
body.archive .sidebar{
	margin:0 0 30% 0;
}
body.archive .wp-pagenavi,
body.blog .wp-pagenavi,
body.page-id-300 .wp-pagenavi{
	overflow:hidden;
    width: 45%;
    margin: 12% auto 28%;
}
body.archive .wp-pagenavi .previouspostslink,
body.blog .wp-pagenavi .previouspostslink,
body.page-id-300 .wp-pagenavi .previouspostslink{
	float:left;
	width:10%;
	text-align:left;
}
body.archive .wp-pagenavi span,
body.blog .wp-pagenavi span,
body.page-id-300 .wp-pagenavi span{
	width:80%;
	float:left;
	display: block;
	text-align:center;
}
body.archive .wp-pagenavi .nextpostslink,
body.blog .wp-pagenavi .nextpostslink,
body.page-id-300 .wp-pagenavi .nextpostslink{
	float:right;
	width:10%;
	text-align:right;
}

body.single #next{
	border-top:1px solid #efefef;
	width:90%;
	padding:2% 0;
	margin:0 auto 26%;
}
body.single #next li:nth-child(1){
	float:left;
	width:20%;
	text-align:left;
}


body.single #next li:nth-child(2){
	width:60%;
	float:left;
	display: block;
	text-align:center;
}

body.single #next li:nth-child(3){
	float:right;
	width:20%;
	text-align:right;
}

body.single .content_text{
    padding: 0px 8%;
    margin: 0 auto 10% auto;
    width: 84%;
}

body.single .content_text p{
	margin:0 0 14% 0;
	width:100%;
}

body.single .content_text img{
    max-width: 240px;
	height:auto;
}





/* 採用　新卒 */
body#recruit.index .contents a{
	color:#0066cc;
	text-decoration:underline;
}

/* 法人 */

body#corporation .title .title_text{
    top: 20%;
}

body#corporation a.btn_more_gr{
	width:70%;
	display:block;
	background:url(../img/middle/icon_arrow.png) no-repeat 92% center #9f9f9f;
	padding:11px 0 9px 0;
	margin: 10px auto 50px auto;
	color:#FFF;
	font-size:100%;
	text-align:center;
}

/* 店舗 */

.p_shop .side_links{
	text-align:center;
	overflow:hidden;
}

.p_shop .side_links li a{
	background:#000;
}

.p_shop .side_links ul{
	clear:both;
	overflow:hidden;
}

.p_shop .side_links .child {
	width:100%;
	margin:0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}

.p_shop .side_links .child li{

}

.p_shop .side_links .child a:before{
    content: "";
    display: block;
    width: 10px;
    background: url(../img/middle/shop_arrow_bottom.gif) no-repeat;
    height: 10px;
    position: absolute;
    right: 4%;
    top: 39%;
    background-size: 100% auto;
}



.p_shop .side_links .child a{
	background:#666666;
	display:block;
	width:100%;
	font-size:100%;
	padding:6% 0px;
	text-align:center;
}
.p_shop .side_links .child li:nth-child(2n) a{
	background:url(../img/middle/shop_line.gif) #666666 repeat-y left;
}
.p_shop .side_links ul + ul{
	width:91.8%;
	margin:0 auto;
}

.p_shop .side_links ul + ul li{
    float: left;
    display: block;
    text-align: center;
    width: 49.24%;
}


.p_shop .side_links ul + ul li a{
	width:100%;
	display:block;
	text-align:center;
	vertical-align: middle;
	height:30px;
	font-size:100%;
    line-height:1.2;
	margin:1% 0 0 0;

}

.p_shop .side_links ul + ul li a:before{
    content: "";
    display: block;
    width: 10px;
    background: url(../img/middle/shop_arrow_bottom.gif) no-repeat;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: 2%;
    background-size: 100% auto;
}


.p_shop .side_links ul + ul li:nth-child(2n) a{
	background:url(../img/middle/shop_line.gif) #000 repeat-y left;
}


.p_shop .side_links ul + ul li:nth-child(1) a,
.p_shop .side_links ul + ul li:nth-child(4) a{
 padding: 18% 0 6% 0;
}
.p_shop .side_links ul + ul li:nth-child(2) a,
.p_shop .side_links ul + ul li:nth-child(3) a{
	padding:18% 0 6% 0;;
}



.p_shop .accordion_menu dt:first-child{
margin-top: 0px;
}

.p_shop .accordion_menu dt {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 2% 10px 4%;
    background: #e5e5e5;
margin-top: 5px;
}
.p_shop .accordion_menu dt:hover{
	cursor:pointer;
background:#bbbbbb;
}

.p_shop .accordion_menu dt span.place {
    background: #FFFFFF;
	border-radius:3px;
	padding: 3px 5px;
	text-align: center;
	margin-left: 20px;
}
.p_shop .accordion_menu dt:after {
    display: block;
    float: right;
    background: url(../img/middle/shopmenu_open.gif) no-repeat;
    content: " ";
    margin-right: 10px;
    position: absolute;
    top: 14px;
    right: 0px;
    display: block;
    height: 25px;
    width: 0px;
    background-size: 13px auto;
    padding: 0px 0px 0px 22px;
}
.p_shop .accordion_menu dt.active:after {
    background: url(../img/middle/shopmenu_close.gif) no-repeat;
    background-size: 13px auto;
}
.p_shop .accordion_menu dt.active + dd{
margin-bottom: 5px;
}

.p_shop .accordion_menu dd {
border-left:1px solid #e5e5e5;
    padding: 20px 20px 20px 1%;
}
.p_shop .accordion_menu th {
    vertical-align: top;
    text-align: left;
width: 32%;
}
.p_shop span.add:after {
    content: "：";
    margin-left: 40px;
}
.p_shop span.tel:after {
    content: "：";
    margin-left: 14px;
}

.p_shop .title .title_text{
	top:60%;
}

/* 採用サポートスタッフ */

body.supportstaff .listarea li:before{
	background:#eeeeee;
	width:72px;
	text-align:center;
	padding:4px 4px;
	margin:0 0 8px 0;
	display:block;
}

body.supportstaff .listarea span{
	width:100%;
	display:block;
}


body.supportstaff h3{
	overflow:hidden;
	clear:both;
}

body.supportstaff .listarea ul{
	border-bottom:1px solid #eeeeee;
    margin: 0 0 30px 0;
    width: 100%;
	overflow:hidden;
}


body.supportstaff .listarea ul + h3{
	padding-top:20px;
}
body.supportstaff .listarea ul:last-child{
	margin:0 0 80px 0;
}

body.supportstaff .listarea li{
	margin:0 0 20px 16px;
    overflow: hidden;
}

body.supportstaff .side_links{
	overflow:hidden;
}
body.supportstaff .listarea li span{
	width:100%;
	float:right;
}
body.supportstaff .listarea li:nth-child(1) span{
	font-weight:bold;
}
body.supportstaff .listarea li:nth-child(1):before{
	content:"勤務地";
}
body.supportstaff .listarea li:nth-child(2):before{
	content:"職種";
}
body.supportstaff .listarea li:nth-child(3):before{
	content:"業務内容";
}
body.supportstaff .listarea li:nth-child(4):before{
	content:"期間";
}


body.supportstaff .side_links.first li{
	    width: 33.3%;
	float:left;
	margin:0 0 2px 0;
}

body.supportstaff .side_links.first .child a {
    display: block;
    width: 100%;
    font-size: 86%;
    padding: 6% 0px;
    text-align: center;
	color:#FFF;
}
body.supportstaff .side_links.first .child a:before{
    content: "";
    display: block;
    width: 6px;
    background: url(../img/middle/shop_arrow_bottom.gif) no-repeat;
    height: 6px;
    position: absolute;
    bottom: 4%;
    left: 50%;
    background-size: 100% auto;
}
body.supportstaff .side_links.first .child li a{
	background:url(../img/middle/shop_line.gif) #000 repeat-y left;
}
body.supportstaff .side_links.first ul + ul{
	width:91.8%;
	margin:0 auto;
}

body.supportstaff .side_links.first ul + ul li{
    float: left;
    display: block;
    text-align: center;
    width: 49.6%;
}

#main .hidd .contents_wrap h3,
#main .hidd ul{
	display:none !important;
}


/* 採用サポートスタッフ */

body.page-id-213 .listarea li:before{
	background:#eeeeee;
	width:72px;
	text-align:center;
	padding:4px 4px;
	margin:0 0 8px 0;
	display:block;
}

body.page-id-213 .listarea span{
	width:100%;
	display:block;
}


body.page-id-213 h3{
	overflow:hidden;
	clear:both;
}

body.page-id-213 .listarea ul{
	border-bottom:1px solid #eeeeee;
    margin: 0 0 30px 0;
    width: 100%;
	overflow:hidden;
}


body.page-id-213 .listarea ul + h3{
	padding-top:20px;
}
body.page-id-213 .listarea ul:last-child{
	margin:0 0 80px 0;
}

body.page-id-213 .listarea li{
	margin:0 0 20px 16px;
    overflow: hidden;
}

body.page-id-213 .side_links{
	overflow:hidden;
}
body.page-id-213 .listarea li span{
	width:100%;
	float:right;
}
body.page-id-213 .listarea li:nth-child(1) span{
	font-weight:bold;
}
body.page-id-213 .listarea li:nth-child(1):before{
	content:"勤務地";
}
body.page-id-213 .listarea li:nth-child(2):before{
	content:"職種";
}
body.page-id-213 .listarea li:nth-child(3):before{
	content:"業務内容";
}
body.page-id-213 .listarea li:nth-child(4):before{
	content:"期間";
}


body.page-id-213 .side_links.first li{
	float:left;
	margin:0 0 2px 0;
}

body.page-id-213 .side_links.first .child a {
    display: block;
    width: 100%;
    font-size: 86%;
    padding: 6% 0px;
    text-align: center;
	color:#FFF;
}
body.page-id-213 .side_links.first .child a:before{
    content: "";
    display: block;
    width: 6px;
    background: url(../img/middle/middle/shop_arrow_bottom.gif) no-repeat bottom;
    height: 17px;
    position: absolute;
    bottom: 0%;
    left: 50%;
    background-size: 100% auto;
}
body.page-id-213 .side_links.first .child li a{
	background:url(../img/middle/middle/shop_line.gif) #000 repeat-y left;
}
body.page-id-213 .side_links.first ul + ul{
	width:91.8%;
	margin:0 auto;
}

body.page-id-213 .side_links.first ul + ul li{
    float: left;
    display: block;
    text-align: center;
    width: 49.6%;
}

body.page-id-213 .title .title_text{
	top:40%;
}


body.page-id-207 .newslist a {
    color: #0066cc;
    text-decoration: underline;
}


body.page-id-207 .side_links li a {
    background: #000 url(../img/middle/icon_arow.png) no-repeat 95% center;
}

/* ----------------------
	産地
----------------------- */
body#style .style_nav {
	width: 50%;
}
body#style .style_nav li {
	margin-bottom: 10px;
}
body#style .style_nav li a {
	display: block;
}
body#style .style_box {
	margin-bottom: 55px;
}
body#style .style_box .title_box {
	margin-bottom: 10px;
	width: 100%;
	display: table;
}
body#style .style_box .title_box .title_img {
	width: 75px;
	vertical-align: middle;
	display: block;
}
body#style .style_box .title_box .title_txt {
	padding-left: 20px;
	vertical-align: middle;
	display: table-cell;
	font-size: 19px;
	line-height: 1.1em;
}
body#style .style_box .title_box .title_txt .small_txt {
	font-size: 11px;
	margin-bottom: 0;
}
body#style .style_box .txt {
	margin-bottom: 20px;
}
body#style .style_box .image {
	margin: 0 20px;
}

/* ----------------------
	こだわり
----------------------- */
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.p_shop .post-categories{
  display: inline-block;
}

.p_shop .post-categories li{
	padding: 1px 10px;
	background: #e1e1e1;
	font-family: sans-serif;
	font-size: 10px;
}


.side_on.corporation h3{
	padding: 0 0 7.5px 0;
	margin: 0 0 10px;
}

.side_on.corporation .text{
	margin: 0 0 40px;
}

.side_on.corporation .text.last{
	margin: 0 0 70px;
}



/* 緊急お知らせ */

.notice{
	text-align: center;
}

.notice a{
	display: inline-block;
	font-size: 14px;
	text-decoration: underline;
	font-family: sans-serif;
}


/* 210611 お詫びとお知らせ　TOP */


.news_210611{
	background-color: #00275e;
	color: white;
	width: 90%;
  margin:auto;
  margin-bottom: 20px;
  height: 60px;
}

.news_210611:hover{
	opacity: 0.7;
}
.news_210611 a p{
	color: white;
	font-size: 12px;
	text-align: center;
	line-height: 60px;
	letter-spacing: 2px;
}

body#top .column .inquiry_top_210618 dt{
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  font-weight: bolder;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
body#top .column .inquiry_top_210618 dd{
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  font-weight: lighter;
  letter-spacing: 0.5px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
/* 2106713 特定商取引法　プライバシーポリシー　 */
#privacy_policy .title .title_text span{
  writing-mode: vertical-rl; 
  font-size: 22px;
}
#privacy_policy .title .title_text {
  left: 5%;
}
#privacy_policy ul li{
  line-height: 2em;
}
#commerce .title .title_text {
  top: 25%;
}
#commerce .title .title_text span{
  writing-mode: vertical-rl; 
  font-size: 22px;
}
#commerce .title .title_text {
  left: 5%;
}
#commerce ul li{
  line-height: 2em;
}

#footer ul{
  flex-wrap: wrap;
  padding: 0;
  margin:auto;
  width: 50%;
}
#footer ul li {
  float: none;
  width: auto;
  max-width: 41%;
  margin-left: 0;
}
#footer ul li:first-child{
  max-width: 72px;
} 
#footer ul li:nth-child(2n){
  max-width: 111px;
} 
#footer ul li:nth-child(3n) {
  max-width: 143px;
}
#commerce  .line_dotted .th{
  font-weight: bold;
  display: block;
  width: 100%;
}


#guide .title .title_text{
  top: 15%;
}

#guide .contents ul li{
  margin-bottom: 2em;
  font-size: 14px;
  line-height: 28px;
}
#guide ul li::before{
	content: '・';
}
#guide .wrapping,
#guide .bag{
	display: flex;
	max-width: 90%;
	flex-wrap:wrap;
	justify-content: center;
  text-align: center;
  margin: auto;
}
#guide .wrapping li::before,
#guide .bag li::before{
	content: '';
}

/* 220610 サブスクリプションサービス　お知らせボタン　TOP */

.news_220610{
	background-color: #ffffff;
	color: black;
	width: 90%;
  margin:auto;
  margin-bottom: 20px;
  height: 60px;
  box-sizing: border-box;
  border: #000 1px solid;
  overflow: hidden;
  position: relative;
}

.news_220610:hover{
	opacity: 0.7;
}
.news_220610 a p{
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 60px;
	letter-spacing: 2px;
}

.news_220610 span {
  background:#c40f18;
  color: #FFF;
  font-size: 12px;
  padding: 70px 0px 2px;
  position: absolute;
  left: -110px;
  top: -56px;
  text-align: center;
  width: 200px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}


/* 220930 サブスクリプションサービス　お知らせボタン　TOP 改修 */

.news_220930{
	background-color: #ffffff;
	color: black;
	width: 90%;
  margin:auto;
  margin-bottom: 20px;
  height: 80px;
  box-sizing: border-box;
  border: #000 1px solid;
  overflow: hidden;
  position: relative;
}

.news_220930:hover{
	opacity: 0.7;
}
.news_220930 a p{
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 2px;
	height: 80px;
	padding: 18px 0 0;
}

.news_220930 span {
  background:#c40f18;
  color: #FFF;
  font-size: 12px;
  padding: 70px 0px 2px;
  position: absolute;
  left: -110px;
  top: -56px;
  text-align: center;
  width: 200px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}