@charset "UTF-8";

html {
  visibility: hidden;
  font-family: 'Noto Sans JP', sans-serif;
}

html.wf-active, html.loading-delay {
  visibility: visible;
}

html, body {
  width: 100%;
  min-height: 100%;
}

.serif{
  font-family: 'Noto Serif JP', serif;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #000;
}

ul, li {
  list-style: none;
}

button{
  outline: none;
}

.cf::after{
  content: "";
  display: block;
  clear: both;
}

.menu.black a {
  color: #000;
  position: relative;
  text-decoration: none;
}

.icon{
  color: #6fa02c;
}

.contract #wraps ol li{
  list-style: decimal;
}

.contract #wraps ol{
  padding: 0 0 0 40px;
}

span.text-bold{
  font-weight: bold;
}

#gnav a {
  color: #fff;
  position: relative;
  text-decoration: none;
}
#gnav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #6fb12c;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  z-index: 2;
}

#gnav a:hover::after {
  transform: scale(1, 1);
}


/*** menu ***/

.form {
    margin: 0;
    font-size: 13px;
    text-align: right;
    display: inline-block;
    width: 75%;
}


ul#gnav{
  font-size: 0;
}

#gnav li {
  font-size: 15px;
  position: relative;
  list-style: none;
  padding: 0 1.3%;
  display: inline-block;
  height: auto;
}

#gnav a {
  color: #fff;
  position: relative;
  text-decoration: none;
}

#gnav.black a {
  color: #000;
  position: relative;
  text-decoration: none;
}

#gnav li.menu{
  max-width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 60px;
}


#gnav li.menu{
  max-width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 60px;
}


#gnav li.menu:first-child {
    padding: 0 1.3% 0 0;
}

#gnav li.menu:last-child {
    padding: 0 0 0 1.3%;
}

#gnav ul.list1{
  padding: 0;
  line-height: 30px;
}


#gnav li li a {
	/* display: inline-block; */
	max-width: 100%;
	height: 45px;
	padding-top: 4%;
	text-align: left;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}

#gnav.black li li a {
	/* display: inline-block; */
	max-width: 100%;
	height: 45px;
	padding-top: 4%;
	text-align: left;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #000;
	box-sizing: border-box;
}


#gnav > li:hover > a {/*layer-1*/
	color: #fff;
}

#gnav.black > li:hover > a {/*layer-1*/
	color: #000;
}



#gnav li ul {
	top: 65px;
	left: 0;
	position: absolute;
}


#gnav ul.list a{
	border-bottom: none;
}


#gnav li ul li {
	overflow: hidden;
	height: 0;
  margin: 0;
}

#gnav li ul li a {
	border-top: 0px solid #eee;
}

#gnav li:hover > ul.list1 {
  padding: 0 5px 10px;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.6);
}


#gnav.black li:hover > ul.list1.black {
  padding: 0 5px 10px;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.6);
}


#gnav li ul.list1 li a {
  color: #fff;
  font-size: 13px;
  padding: 7px 10px 7px;
  margin: 0 10px 0;
  border-left: 1px solid #fff;
}


#gnav.black li ul.list1.black li a {
  color: #000;
  font-size: 13px;
  padding: 7px 10px 7px;
  margin: 0 10px 0;
  border-left: 1px solid #000;
}

#gnav li:hover > ul > li {
	overflow: visible;
	height: auto;
	text-align: left;
	border-top: none;
	display: table;
}




#gnav li ul li ul {
	top: 0;
	left: 140px;
}



#gnav li ul li ul:before {/*layer-2笆ｷ*/
	position: absolute;
	content: "";
	top: 15px;
	left: 30px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}

span.pro01_title{
  border-bottom: 3px solid #c00000;
  vertical-align: text-top;
  display: inline-block;
  padding: 0 0 5px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
}

span.pro02_title{
  border-bottom: 3px solid #2b5f1f;
  vertical-align: text-top;
  display: inline-block;
  padding: 0 0 5px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
}

span.pro03_title{
  border-bottom: 3px solid #e19815;
  vertical-align: text-top;
  display: inline-block;
  padding: 0 0 5px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
}

span.pro04_title{
  border-bottom: 3px solid #3f91a5;
  vertical-align: text-top;
  display: inline-block;
  padding: 0 0 5px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
}

span.pro05_title{
  border-bottom: 3px solid #7030a0;
  vertical-align: text-top;
  display: inline-block;
  padding: 0 0 5px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
}

span.pro06_title{
  border-bottom: 3px solid #a93386;
  vertical-align: text-top;
  display: inline-block;
  padding: 0 0 5px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
}

  input[type="radio"]{
    display: none;
  }

  input[type="radio"] + label{
    padding: 2px 7px;
    font-size: 12px;
  }

  input[type="radio"]:checked + label {
    background-color: #6fb12c;
    color: #fff;
    padding: 2px 7px;
    font-size: 12px;
  }

  .lang{
    font-size: 0px;
    color: #fff;
    margin: 0px 0 0 1.2%;
    display: inline-block;
  }

  .lang.black{
    font-size: 0px;
    color: #000;
    margin: 0px 0 0 1.2%;
    display: inline-block;
  }

#wrapper{
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#header{
  top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 0;
	line-height: 1;
	z-index: 3;
	color: #000;
}

#header.fixed{
  margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 0px;
	height: 65px;
	background: #fff;
	background: rgba(0,0,0,.6);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#header-inner{
  top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 0;
	line-height: 1;
	z-index: 2;
	color: #000;
}

#header-inner.fixed{
  margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 0px;
	height: 65px;
	background: #fff;
	background: rgba(255,255,255,.8);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

  #slider{
    width: 100vw;
    height: 100vh;
  }

  .slide-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 1;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    list-style: none;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .slide-text img{
    width: 30%;
  }

  .slide-bg-inner{
   width: 100vw;
   height: 100vh;
   position: relative;
   background-repeat: no-repeat;
   background-position: center center;
   -webkit-background-size: cover;
   background-size: cover;
  }

  .slide-bg-inner.slide_item1{
    background-image: url("../../common/img/PC_slide01_80.jpg");
    background-position: top;
  }

  .slide-bg-inner.slide_item2{
    background-image: url("../../common/img/PC_slide02_80.jpg");
    background-position: top;
  }

  .slide-bg-inner.slide_item3{
    background-image: url("../../common/img/PC_slide03_80.jpg");
    background-position: top;
  }

  .slide-bg-inner.slide_item4{
    background-image: url("../../common/img/PC_slide04_80.jpg");
    background-position: top;
  }

  .slide-bg-inner.slide_item5{
    background-image: url("../../common/img/PC_slide05_80.jpg");
    background-position: top;
  }

  .slide-bg-inner.slide_item6{
    background-image: url("../../common/img/PC_slide06_80.jpg");
    background-position: top;
  }

  .contact_form input[type="text"] {
    height: 35px;
    padding: 0 10px 0;
    width: 100%;
  }

.contact_form input[type="tel"] {
  height: 35px;
  padding: 0 10px 0;
  width: 100%;
}

.contact_form .select {
  width: 100%;
  padding: 5px 5px;
}

.contact_form span.req  {
  color: #fff;
  background-color: #D50B24;
  float: right;
  padding: 0px 5px;
  font-size: 10px;
  border-radius: 5px;
}


.en_text{
  font-size: 25px;
  text-align:center;
  padding: 15px 0 60px;
}

.red{
  color: #c00000;
}

.org{
  color: #e19815;
}

span.new_l{
  position: absolute;
  right: 10px;
  left: auto;
  line-height: 70%;
  margin: 0;
}

span.new_r{
  position: absolute;
  right: auto;
  left: auto;
  line-height: 70%;
  margin: 0px 0 0 10px;
}

.new_line{
  border-top: 1px solid #c00000;
  border-bottom: 1px solid #c00000;
  font-size: 12px;
  padding: 0;
}


/* 大型tab + pc */
@media (min-width: 1185px) {

  span.refer{
    margin: 0 0 0 4px;
    font-size: 8px;
  }

  .ancker{
  	position: relative;
  	top: -140px;
  	display: block;
  }

  .lang.black input[type="radio"]{
    display: none;
    font-size: 0;
  }

  .lang.black input[type="radio"] + label{
    padding: 2px 7px;
    color: #000;
    font-size: 15px;
  }
  input[type="radio"] + label{
    padding: 2px 7px;
    color: #fff;
    font-size: 15px;
  }
  input[type="radio"]:checked + label {
    font-size: 12px;
    background-color: #6fb12c;
    color: #fff;
	padding: 2px 7px;
    font-size: 15px;
  }
  .lang.black input[type="radio"]:checked + label {
    font-size: 12px;
    background-color: #6fb12c;
    color: #fff;
	padding: 2px 7px;
    font-size: 15px;
  }

  span.new_l{
    display: inline;
    position: relative;
  }

  span.new_r{
    display: none;
    position: relative;
  }

  .pc-style{
    display: block;
  }

  .tab-style{
    display: none;
  }

  .sp-style{
    display: none;
  }

  .pc-menu{
    display: block;
  }

  .sp-menu{
    display: none;
  }

  .top .slider-prev img{
  	width: 25px;
  }

  .top .slider-next img{
  	width: 25px;
  }

  .top .slider-arrow{
  	position:absolute;
  	top:50%;
  	width:38px;
  	height:38px;
  	margin-top:-21px;
  	z-index:2;
  	cursor:pointer;
  }


  .top .slider-prev{
  	left: 15px;
  	opacity:0.5;
  }

  .top .slider-prev:hover{
  	opacity:1;
  }

  .top .slider-next{
  	right:15px;
  	opacity:0.5;
  }

  .top .slider-next:hover{
  	opacity:1;
  }

  .header_center {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: table;
  }

  .logo{
    display: inline-block;
    width: 25%;
    margin: 0;
    float: left;
  }

  .logo a{
    display: block;
  }

  .logo img{
    max-width: 100%;
    height: 50px;
    margin: 5px 0;
  }

  .form{
    float: none;
    margin: 0;
    font-size: 0;
    text-align: right;
    display: grid;

  }

  ul.menu li{
    font-size: 14px;
    display: inline-block;
    padding: 0 5px 0 1px;
    letter-spacing: 1px;
  }



  #breadlink{
  	width: 1200px;
  	max-width: 100%;
  	margin:1% auto 1.5%;
  	padding-left:4%;
  }
  #breadlink .breadcrumb {
    padding-left:0;
    margin-left:0;
    font-size: 14px;
    color: #8F8F8F;
  }

  .breadcrumb li{
    display:inline;
    list-style: none;
  }

  .breadcrumb li:after {
    content: '>';
    padding: 0 10px;
    font-size: 14px;
    color: #8F8F8F;
  }

  .breadcrumb li:last-child:after {
    content: '';
  }

  .breadcrumb li a {
    text-decoration: none;
    font-size: 14px;
    color: #8F8F8F;
  }

  .breadcrumb li a:hover {
    text-decoration: underline;
  }
  .content{
  	padding: 0 12% 8%;
  	margin: 0 auto 0;
  	font-size: 15px;
  	width: 100%;
  	max-width: 1200px;
  	line-height:160%;
  }

  .content-top{
    padding: 70px 4% 1.5%;
    margin: 0 auto 0;
    font-size: 15px;
    width: 900px;
    max-width: 100%;
  	line-height:160%;
  }

  .content-news{
    padding:47px 0 55px;
    margin: 0 auto 0px;
    font-size: 15px;
    width: 900px;
    max-width: 100%;
  }

  .news-link{
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
  }

  .new-listLink{
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
  }


  .content-company{
    padding: 0 4% 8%;
    margin: -35px auto 0;
    font-size: 15px;
    width: 900px;
    max-width: 100%;
  	line-height:180%;
  }

  .content-product{
    padding: 0 4% 5%;
    margin: 50px auto 0;
    font-size: 15px;
    width: 900px;
    max-width: 100%;
  	line-height:160%;
  }

  .content-kodawari{
  	padding: 0 0% 0;
  	margin: 45px auto 0;
  	font-size: 15px;
  	width: 100%;
    max-width: 1000px;
  	line-height:160%;
  }

  .content-newsform{
    padding: 0 4% 4%;
    margin: 46px auto 1%;
    font-size: 15px;
    width: 1000px;
    max-width: 100%;
    line-height:160%;
    word-wrap: break-word;
  }

  .content-newsList{
  	padding: 0 0 4%;
  	margin: 0;
  	font-size: 15px;
  	width: 100%;
  	line-height:160%;
    word-wrap: break-word;
  }

  .content-common{
  	padding: 0 4% 4%;
  	margin: 43px auto 0;
  	font-size: 15px;
  	width: 900px;
    max-width: 100%;
  	line-height:160%;
    word-wrap: break-word;
  }

  /*--------------------------------

  タイトル　全般

  --------------------------------*/


  .tt1-top{
    letter-spacing: 1px;
    font-size: 30px;
    text-align: center;
    line-height: 150%;
    margin-bottom: 3.5%;
    height: auto;
    background-color: #fff;
  }


  .tt1{

  }


  .tt2-topImg{
    width: 100%;
    padding: 55px 0 0;
  }

  .tt2-topImg img{
    width: 100%;
  }


  .tt2-top {
  	width: 100%;
  	margin:7.5% auto 6.5%;
  	text-align: center;
  }

  .tt2-top h2{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .tt2-top span{
    letter-spacing: 1px;
    font-weight: bold;
  	font-size: 12px;
    display:block;
  }

  .tt2-top img{
  	margin:5px 0 6px;
  	width: 39px;
  	height: auto;
  }


  .tt3-top {
  	width: 100%;
  	margin:8% auto 6%;
  	text-align: center;
  }

  .tt3-top span{
    font-weight: bold;
  	font-size: 12px;
    display: block;
  }

  .tt3-top h2{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .tt3-top img{
  	margin: 8px 0 7px;
  	width: 61px;
  	height: auto;
  }

  .tt4-top {
  	width: 100%;
  	margin:7% auto 6%;
  	text-align: center;
  }

  .tt4-top span{
    font-weight: bold;
  	font-size: 12px;
    letter-spacing: 1px;
    display: block;
  }

  .tt4-top h2{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
  }


  .tt4-top img{
  	margin:10px 0 7px;
  	width: 42px;
  	height: auto;
  }

  .tt_business_img{
    margin: 55px 0 0;
  }

  .tt_business_img img{
    width: 100%;
  }









  .tt2-news {
  	width: 100%;
  	margin:0 auto;
  	text-align: center;
  }
  .tt2-news span{
  	font-size: 12px;
  	padding-right:0;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .tt2-news h2{
    font-size: 33px;
    margin: 9px 0 0;
    padding: 0;
    letter-spacing: 4px;
    font-weight: 600;
  }

  .tt2-news img{
  	margin:10px 0 8px;
  	width: 40%;
  	height: auto;
  }
  .tt2{

  }

  .tt2-kod{
    font-weight: 600;
  	font-size: 30px;
  	color: #ef9300;
  	margin-bottom: 63px;
  	text-align: center;
  }

  .tt3-kod {
    font-size: 24px;
    background: url("../../_img/kodawari/line_frame.png") no-repeat;
    padding-bottom: 8%;
    margin-bottom: 4px;
    background-position: 0 35px;
    background-size: 100%;
  }


  .tt3-kod.kodawari01 {
    font-size: 24px;
    background: url("../../_img/kodawari/line_frame.png") no-repeat;
    padding-bottom: 8%;
    margin-bottom: 4px;
    background-position: 0 40px;
    background-size: 100%;
  }

  .tt3-kod.kodawari02 {
    font-size: 24px;
    background: url("../../_img/kodawari/line_frame.png") no-repeat;
    padding: 0 0 35px;
    margin-bottom: 4px;
    background-position: 0 40px;
    background-size: 100%;
  }



  .tt3-kod span{
  	color: #ef9300;
    letter-spacing: 1px;
  }


  .tt2-com{
  	font-size: 24px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 0 20px;
  }

  .tt2-pro{
  	font-size: 24px;
  	border-bottom: #8a8a8a 1px solid;
  	padding-bottom:0px;
  	margin-bottom: 0;
  	width: 100%;
    height: auto;
    line-height: 165%;
  }


  .tt2-info{
  	font-size: 24px;
  	border-bottom: #8a8a8a 1px solid;
  	padding-bottom:1%;
  	margin-bottom: 32px;
  	text-align: center;
  }

  h1{
  	margin: 0;
  	padding:0;
  	width: 1200px;
  	max-width:100%;
  	height:350px;
  	background-color: #eee;
  	text-aling:center;
  	vertical-align: middle;
  	margin: 0 auto;
  }
  #wrapper h1{
  }

  h2{
  	font-size:30px;
  	margin: 0;
  	padding: 0;
  }


  /*--------------------------------

  ボタン処理

  --------------------------------*/
  .btn-menu{
  	text-align: center;
  	padding: 0;
  	width: 100%;
  	margin: 0 auto;
    font-weight: 500;
  }

  .btn-menu a{
  	display: block;
    border: 1px solid #8F8F8F;
  	border-radius: 4px;
  	background: url(../../_img/icon-arrow-black.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  	text-decoration: none;
    padding: 3px 0;
  	color: #000;
    letter-spacing: 0;
  }

  .btn-menu a:hover{
  	color: #fff;
    border: 1px solid #000;
    background: #000 url(../../_img/icon-arrow-white.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  }

  .btn-menu a:active{
  	color: #fff;
    border: 1px solid #000;
    background: #000 url(../../_img/icon-arrow-white.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  }

  .btn-menu-btoom{
  	margin-bottom: 53px;
    width: 50%;
  }

  /* 外部リンク */
  .btn-blank{
  	border: 1px solid #ef9300;
  	border-radius: 4px;
  	text-align: center;
  	width: 450px;
  	margin: 0 auto;
    font-weight: 500;
  }

  .btn-blank a{
  	display: block;
  	background: url(../../_img/icon-blanklink.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  	text-decoration: none;
    padding: 5px 0;
  	color: #ef9300;
    letter-spacing: 0;
  }

  .btn-blank a:hover{
  	color: #fff;
    background: #ef9300 url(../../_img/icon-blanklink-after.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  }

  /*--------------------------------

  トップページ

  --------------------------------*/
  .leadtext{
  	font-size:17px;
  	line-height:200%;
  	text-align: center;
  	width: 100%;
  	margin: 0 auto;
  	margin-bottom: 45px;
  }

  .line{
    overflow:hidden;
    text-align:center;
    padding: 2em 0;
  }

  .line span.linespace{
    display:inline-block;
    padding:0 1.5em;
    position:relative;
  }

  .line span.linespace img{
    width: 25px;
  }

  span.linespace::before,
  span.linespace::after{
    border-top: 1px solid #BCBCBC;
    content:"";
    position:absolute;
    top:50%;
    width:99em;
  }

  span.linespace::before{
    right:100%;
  }

  span.linespace::after{
    left:100%;
  }


  .top-menu-warrp{
  	width: 100%;
    display: inline-flex;
  	max-width: 100%;
  	margin-bottom: 80px;
  }
  .top-menu-warrp:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .top-menu-warrp .menu-item{
  	width: 100%;
  	max-width: 48%;
  	margin-left: 45px;
  	float: left;
  }
  .top-menu-warrp .menu-item img{
  	width: 100%;
  	margin-bottom: 30px;
  }
  .top-menu-warrp .menu-item:first-child{
  	margin-left: 0px;
  }

  .comment-top {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    line-height: 200%;
    margin-bottom: 62px;
    font-size: 18px;
  }

  .clover{
    margin: 55px auto 0;
  }

  .clover img{
    width: 520px;
    display: block;
    margin: 0 auto 0;
  }

  .btn-menu.kodawari{
    width: 43%;
  }

  .kodawari{
  	margin-bottom: 55px;
    margin-top: 55px;
  }

  .kodawari img{
    width: 90%;
  }

  .tt_business_tenpo{
    width: 365px;
    margin: 0 auto 0;
  }

  .tt_business_tenpo img{
    width: 100%;
  }

  .news-link .ichiran{
  	border-top:2px #222 solid;
  	border-bottom:2px #222 solid;
  	margin-top: 37px;
  }

  .new-listLink .ichiran{
  	border-top:2px #222 solid;
  	border-bottom:2px #222 solid;
  }




  .ichiran dl{
    border-top: 1px dotted #000;
  }

  .ichiran dl:first-child{
    border-top: 0;
  }


  .ichiran dt{
    display: inline-block;
    width: 25%;
    padding: 20px 20px 15px;
    line-height: 1.8em;
    vertical-align: top;
  }

  .ichiran dd {
    display: inline-block;
    width: 70%;
    padding: 15px 0;
    line-height: 1.8em;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 0 0 34px;
  }


  .ichiran a{
    color: #ED8100;
    text-decoration: underline;
  }







  .news-link .ichiran:after{
  	content:"";
  	display: block;
  	clear: both;
  }

  dt,dd .ichiran{
  	margin: 0;
  	padding: 0;
  }

  dt .ichiran {
  	float: left;
  	width: 130px;
  	background-color: #ddd;
  }
  /*--------------------------------

  2カラムレイアウト

  --------------------------------*/

  /* 外食事業　*/
  .row-buis{
  	width:900px;
    max-width: 100%;
    display: inline-flex;
  }

  .row-buis:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .row-buis .col1{
  	width: 50%;;
  	float:left;
    margin: 0 35px 0 0;
  }

  .row-buis .col1 img{
    width: 100%;
  }

  .row-buis .col2{
  	width: 60%;
  	float:right;
    line-height: 180%;
  }

  .col_staff{
    text-align: right;
    padding: 15px 0 30px;
  }

  .sales_time{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    font-size: 14px;
  }


.business_img{
  padding: 60px 0;
}

.business_img img{
  width: 900px;
  max-width: 100%;
  display: block;
}



  /* ニュース詳細　*/
  .row-info{
  	width:900px;
  }
  .row-info:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .row-info .col{
  	width: 48%;
  	float:left;
  	margin-left:36px;
  	line-height: 140%;
  }
  .row-info .col img{
  	width:100%;
  }
  .row-info .col:first-child{
  	margin-left: 0;
  }
  /* こだわり　*/
  .row-kod{
  	width:1000px;
    max-width: 100%;
    display: inline-flex;
  	margin: 0 auto 100px;
    padding: 0 4% 0;
  }
  .row-kod:after{
  	content:"";
  	display: block;
  	clear: both;
  }

  .kod-warrap .inner-content img {
    width: 100%;
    height: auto;
    padding: 0 4% 0;
    margin: -50px 0 50px;
  }

  .row-kod .col{
  	width: 50%;
    font-size: 16px;
    margin-left:40px;
    line-height: 180%;
  	float:left;
  	padding:0;
  }

  .row-kod .col img{
  	width:100%;
  }

  .row-kod .col:first-child{
    font-size: 16px;
  	margin-left: 0px;
    line-height: 180%;
  }

  /* 企業情報 */
  .content-company .row-com{
  	width:900px;
    max-width: 100%;
  	border-bottom: #8a8a8a solid 1px;
  	padding: 7% 0 6%;
  }
   .content-company .row-com:last-child{
  	border-bottom: none;
  }

  .row-com:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .row-com .col1{
  	width: 100%;
  	float:none;
  	padding:0;
    font-weight: 600;
  }

  .row-com .col2 iframe{
    width: 100%;
    height: 405px;
    margin: 10px 0 0;
  }

  .row-com .access_map{
    margin: 0;
    width: 55%;
    font-size: 15px;
    float: left;
  }

  .row-com .access_img{
    margin: 0 0 0 5%;
    width: 40%;
    font-size: 15px;
    float: right;
  }

  .row-com .access_img img{
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
  }

  .access_tt{
    border-left: 3px solid #000;
    padding: 0 0 0 5px;
    margin: 0;
    display: inline
  }

  .row-com .col2{
  	width: 100%;
  	float: none;
  	padding:0;
  }
  /* 商品情報 */
  .row-pro{
    max-width: 100%;
  	width:1200px;
    margin: 0 auto;
    display: flex;
    font-size: 13px;
  }


  .row-pro.last{
  	margin-bottom:60px;
  }
  .row-pro:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .row-pro .col{
  	width: 32%;
  	float:left;
  	margin-left:2%;
  	line-height: 140%;
  }
  .row-pro .col:first-child{
  	margin-left: 0;
  }
  /*--------------------------------

  NEWS

  --------------------------------*/
  .day{
  	font-size:14px;
  }

  /*--------------------------------

  こだわり

  --------------------------------*/
  .bg-kod{
  	background-color: #FCDB9C
  }
  .bg-kod .row-kod:nth-child(1){
  	margin-bottom: 0;
  }
  .bg-kod .row-kod:nth-child(2){
  	margin-bottom: 0;
  }



  /*--------------------------------

  企業情報

  --------------------------------*/
  .row-com .col2 dl{
  }

  .row-com .col2 dt{
  	width: 195px;
  	float:left;
  }

  .ceo{
    padding: 30px 0 0;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
  }


  .ceo span{
    font-size: 14px;
  }


  .company_info dl{
    padding: 0 0 5px;
    margin: 0 0 20px;
    border-bottom: 1px solid #BBBBBB;
    font-size: 16px;
  }

  .company_info dt{
    font-weight: 500;
    font-size: 16px;

  }

  .company_info dd{
    font-weight: lighter;
    font-size: 16px;
    display: table-cell;
  }

.recruit{
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #BBBBBB;
  padding: 0 0 5px;
}

.recruit_text{
  text-align: center;
  padding: 15px 0 70px;
}

  /*--------------------------------

  商品情報

  --------------------------------*/
  .product_text {
    padding: 0px 0 30px;
  }

  span.contact_link a{
    color: #6fb12c;
  }

  span.contact_link a:hover{
    color: #6fb12c;
    text-decoration: underline;
  }

.colw{
  width: 50%;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  float: left;
  margin-top: 20px;
  margin-left: 2%;
  line-height: 140%;
}



.colw:first-child{
  width: 50%;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  float: left;
  margin-left: 0%;
  line-height: 140%;
}

.colw.pro06:nth-child(3){
  width: 30%;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  float: left;
  margin-left: 0%;
  line-height: 140%;
}


.pro01 {
  border:#c00000 1px solid;
}


.pro01 a {
    display: block;
    background: url(../../_img/product/pro01_on.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
    text-decoration: none;
    padding: 5px 0;
    color: #c00000;
}

.pro01 a:hover{
  color: #fff;
  background: #c00000 url(../../_img/product/pro01_off.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
}

.pro01 a:active{
  color: #fff;
  background: #c00000 url(../../_img/product/pro01_off.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
}

.pro02 {
  border:#2b5f1f 1px solid;
}

.pro02 a {
    display: block;
    background: url(../../_img/product/pro02_on.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
    text-decoration: none;
    padding: 5px 0;
    color: #2b5f1f;
}

.pro02 a:hover{
  color: #fff;
  background: #2b5f1f url(../../_img/product/pro02_off.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
}

.pro02 a:active{
  color: #fff;
  background: #2b5f1f url(../../_img/product/pro02_off.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
}

.pro03 {
  border:#e19815 1px solid;
}

.pro03 a {
    display: block;
    background: url(../../_img/product/pro03_on.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
    text-decoration: none;
    padding: 5px 0;
    color: #e19815;
}

.pro03 a:hover{
  color: #fff;
  background: #e19815 url(../../_img/product/pro03_off.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
}

.pro03 a:active{
  color: #fff;
  background: #e19815 url(../../_img/product/pro03_off.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
}

.pro04 {
  border:#3f91a5 1px solid;
}


.pro04 a {
  display: block;
  background: url(../../_img/product/pro04_on.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
  text-decoration: none;
  padding: 5px 0;
  color: #3f91a5;
}

.pro04 a:hover{
  color: #fff;
  background: #3f91a5 url(../../_img/product/pro04_off.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
}

.pro04 a:active{
  color: #fff;
  background: #3f91a5 url(../../_img/product/pro04_off.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
}

.pro05 {
  border:#7030a0 1px solid;
}


.pro05 a {
  display: block;
  background: url(../../_img/product/pro05_on.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
  text-decoration: none;
  padding: 5px 0;
  color: #7030a0;
}

.pro05 a:hover{
  color: #fff;
  background: #7030a0 url(../../_img/product/pro05_off.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
}

.pro05 a:active{
  color: #fff;
  background: #7030a0 url(../../_img/product/pro05_off.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
}

.pro06 {
  border:#a93386 1px solid;
}

.pro06 a {
  display: block;
  background: url(../../_img/product/pro06_on.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
  text-decoration: none;
  padding: 5px 0;
  color: #a93386;
}

.pro06 a:hover{
  color: #fff;
  background: #a93386 url(../../_img/product/pro06_off.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
}

.pro06 a:active{
  color: #fff;
  background: #a93386 url(../../_img/product/pro06_off.png) no-repeat 98% 50%;
  background-size: auto;
  background-size: 35px 15px;
}





  .row-pro .col {
    border:#ef9300 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    width: 50%;
}

  .row-pro .col a {
      display: block;
      background: url(../../_img/icon-arrow-black.png) no-repeat 98% 50%;
      background-size: auto;
      background-size: 15px 15px;
      text-decoration: none;
      padding: 3px 0;
      color: #000;
  }

  .row-pro .col a:hover{
    color: #fff;
    background: #8F8F8F url(../../_img/icon-arrow-white.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 15px 15px;
  }


  .kod-warrap{
  	background:url(../../kodawari/_img/bg-kodawari1200.jpg) no-repeat;
  	width: 100%;
  	height: auto;
  	margin:0 auto;
  	padding:50px 0% 25px;
    background-size: contain;
    background-color: #f8f1e9;
  	background-position: 50% 60%;
  }

  .kod-warrap .inner-content{
  	width:100%;
    max-width: 1000px;
  	margin: 0 auto;
  }

  /*--------------------------------

  外食事業

  --------------------------------*/





  /*--------------------------------

  お問い合わせ

  --------------------------------*/
.contact_form{
  color: #000;
}

.contact_form input[type="radio"] {
  display: inline-block;
  font-size: 0;
  margin: 8px 0;
  vertical-align: middle;
}

.contact_form input[type="radio"] + label {
  padding: 2px 15px 0 5px;
  color: #000;
  font-size: 15px;
}

.contact_form input[type="radio"]:checked + label {
    font-size: 12px;
    background-color: #fff;
    color: #000;
    padding: 2px 15px 0 5px;
    font-size: 15px;
}

.contact_form dl:first-child {
    border-top: 1px solid #bbb;
}

.contact_form dl {
    padding: 0;
    border-bottom: 1px solid #BBBBBB;
    display: flex;
}

.contact_form dt {
    display: inline-block;
    width: 31.5%;
    padding: 20px 15px 15px;
    vertical-align: top;
    background-color: #EEEEEE;
}

.contact_form dd {
  display: inline-block;
  width: 67%;
  padding: 15px 0;
  line-height: 1.8em;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 0 0 2.5%;
}

.contact_form .button{
  text-align: center;
  margin: 30px auto 95px;
}

.contact_form .button p{
  font-size: 12.5px;
  margin: 0 auto 0;
  width: 65%;
  text-align: left;
}

.contactBtn{
  padding: 10px 15px;
  margin: 0 auto 15px;
  width: 65%;
  border-radius: 5px;
  color: #fff;
  border: 0;
  background-color: #000;
}

 textarea {
    padding: 10px;
    width: 100%;
    height: 10em;
    box-sizing: border-box;
}

.privacy{

}

.privacy_title{
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #BBBBBB;
}

.contract {
  height: 200px;
  overflow-y: scroll;
  line-height: 1.6em;
  border: solid 1px #E8E8E8;
  padding: 15px;
}

.contract #wraps h2{
  font-size: 18px;
  padding: 25px 0 15px;
  font-weight: 500;
}

.contract #wraps .date{
  font-size: 18px;
  padding: 0 0 15px;
  font-weight: 500;
}

.top_img{
  width: 1200px;
  margin: 60px auto 0;
  max-width: 100%;
}

.top_img img{
  width: 100%;
  margin: 0 auto 0;
  display: block;
}



.topBtn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    height: 100px;
    text-align: center;
    line-height: 22px;
    padding-top: 30px;
    box-sizing: border-box;
}

.topBtn:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.topBtn img{
  width: 55px;
}

  #footer{
    border-top: 1px solid #999;
    font-size: 15px;
    padding: 20px 0 15px;
  }

  .footerInner{
    width: 100%;
    max-width: 1200px;
    display: table;
    margin: 0 auto 32px;
  }

  .footer_company{
    width: 100%;
  }


  .footer_col1{
    float: left;
  }


  .footer_col2{
    float: right;
  }


  .footer_logo{
    width: 250px;
  }


  .footer_logo img{
    width: 100%;
    height: 50px;
  }

  .address{
    font-size: 13px;
    margin: 9px 0 0;
    line-height: 23px;
  }

  .footer_menu{
    float: right;
    font-size: 0px;
	  width: 45%;
  }

  .footer_link {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    float:left;
  }

  .footer_link:nth-child(3){
    margin: 0 -25px 0 25px;
  }

  .footer_link:nth-child(4){
    margin: 0;
  }


  .footer_link li {
      margin: 0 45px 10px 0;
  }

  .footer_link li.nav{
    font-weight: bold;
  }


  .copyright{
    font-size: 11px;
    text-align: right;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 0;
  }

  .thanks_form{
    text-align: center;
    padding: 30px 0 0;
  }

  .thank_top{
    font-size: 18px;
    line-height: 180%;
  }


  .btnBox{
    text-align: center;
  }

  .btnBox{
  	text-align: center;
  	padding: 0;
  	width: 50%;
  	margin: 30px auto 0;
  }
  .btnBox a{
    border: 1px solid #8F8F8F;
  	border-radius: 5px;
  	display: block;
  	background: url(../../_img/icon-arrow-black.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  	text-decoration: none;
    padding: 5px 0;
  	color: #000;
  }

  .btnBox a:hover{
  	color: #fff;
    border: 1px solid #000;
    background: #000 url(../../_img/icon-arrow-white.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  }
}



/* 大型スマホ + 通常Tab */
@media (min-width: 481px) and (max-width: 1184px) {

  span.refer{
    margin: 0 0 0 4px;
    font-size: 8px;
  }

  .ancker{
  	position: relative;
  	top: -100px;
  	display: block;
  }


  input[type="radio"]{
    display: none;
    font-size: 0;
  }

  input[type="radio"] + label{
    padding: 2px 7px;
    font-size: 12px;
  }

  input[type="radio"]:checked + label {
    background-color: #6fb12c;
    color: #fff;
    padding: 2px 7px;
    font-size: 12px;
  }

  span.new_l{
    display: inline;
    position: relative;
  }

  span.new_r{
    display: none;
    position: relative;
  }

  .pc-style{
    display: none;
  }

  .tab-style{
    display: block;
  }

  .sp-style{
    display: none;
  }


  .pc-menu{
    display: none;
  }

  .sp-menu{
    display: block;
  }

  ul#newsList iframe{
    width: 100%;
    margin: 10px 0 0;
    height: 260px;
  }

  .row-com .access_map{
    margin: 0;
    width: 100%;
    font-size: 15px;
    float: none;
  }


  .row-com .access_img{
    margin: 30px 0 0;
    width: 100%;
    font-size: 15px;
    float: none;
  }

  .row-com .access_img img{
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
  }

  .access_map iframe {
    width: 100%;
    max-width: 100%;
    height: 400px;
    margin: 10px 0 0;
  }


  .access_tt{
    border-left: 3px solid #000;
    padding: 0 0 0 5px;
    margin: 0;
    display: inline;
  }

  .tt2-news span {
      font-weight: bold;
      font-size: 12px;
      padding-right: 0px;
      letter-spacing: 1px;
  }

  .tt2-news h2 {
    font-size: 33px;
    letter-spacing: 4px;
    margin: 10px auto 0;
    font-weight: 600;
    padding-right: 0px;
  }

  h2 {
    font-size: 25px;
    margin: 5px auto 0;
    padding: 0;
  }

  .top .slider-prev img{
  	width: 35px;
  }

  .top .slider-next img{
  	width: 35px;
  }

  .top .slider-arrow{
  	position:absolute;
  	top:50%;
  	width:38px;
  	height:38px;
  	margin-top:-21px;
  	z-index:2;
  	cursor:pointer;
  }


  .top .slider-prev{
  	left: 15px;
  	opacity:0.5;
  }

  .top .slider-prev:hover{
  	opacity:1;
  }


  .top .slider-next{
  	right:15px;
  	opacity:0.5;
  }

  .top .slider-next:hover{
  	opacity:1;
  }

  .header_center {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
  }

  .logo{
    display: inline-block;
    float: left;
    padding: 0 0 0 15px;
  }

  .logo img{
    width: 180px;
    max-width: 100%;
    height: 30px;
  }

  .lang {
      float: right;
      display: inline-block;
      margin: 7px 70px 0 0;
      font-size: 0;
      color: #fff;
  }

  .lang.black {
      float: right;
      display: inline-block;
      margin: 7px 70px 0 0;
      font-size: 0;
      color: #000;
}

  #header{
    top: -100px;
  	position: absolute;
  	width: 100%;
  	margin: 100px auto 0;
  	padding: 15px 0 0;
  	line-height: 1;
  	z-index: 3;
  }



  #header.fixed {
      margin-top: 0;
      top: 0;
      position: fixed;
      padding-top: 15px;
      height: 55px;
      background: #fff;
      background: rgba(0,0,0,.6);
      transition: top 0.65s ease-in;
      -webkit-transition: top 0.65s ease-in;
      -moz-transition: top 0.65s ease-in;
  }

  #header-inner{
    top: -100px;
  	position: absolute;
  	width: 100%;
  	margin: 100px auto 0;
  	padding: 15px 0 0;
  	line-height: 1;
  	z-index: 2;
  }

  #header-inner.fixed {
      margin-top: 0;
      top: 0;
      position: fixed;
      padding-top: 15px;
      height: 55px;
      background: #fff;
      background: rgba(255,255,255,.6);
      transition: top 0.65s ease-in;
      -webkit-transition: top 0.65s ease-in;
      -moz-transition: top 0.65s ease-in;
  }

  .content-top {
      padding: 6% 0% 8%;
      margin: 0 auto 0;
      font-size: 15px;
      width: 100%;
      max-width: 100%;
      line-height: 160%;
  }

  .content-newsform{
    padding: 0 4% 4%;
    margin: 32px auto 75px;
    font-size: 15px;
    width: 100%;
    line-height:160%;
    word-wrap: break-word;
  }

  .content-newsList{
  	padding: 0 0% 4%;
  	margin: 0 auto 0;
  	font-size: 15px;
  	width: 100%;
  	line-height:160%;
    word-wrap: break-word;
  }


  .new-listLink .ichiran {
    border-top: 2px #222 solid;
    border-bottom: 2px #222 solid;
  }


  #breadlink{
  	width: 100%;
  	max-width: 100%;
  	margin: 2% auto 2%;
  	padding-left:4%;
  }

  #breadlink .breadcrumb {
    padding-left:0;
    margin-left:0;
    font-size: 14px;
    color: #8F8F8F;
  }

  .breadcrumb li{
    display:inline;
    list-style: none;
  }

  .breadcrumb li:after {
    content: '>';
    padding: 0 10px;
    font-size: 14px;
    color: #8F8F8F;
  }

  .breadcrumb li:last-child:after {
    content: '';
  }

  .breadcrumb li a {
    text-decoration: none;
    font-size: 14px;
    color: #8F8F8F;
  }

  .breadcrumb li a:hover {
    text-decoration: underline;
  }

  .content{
    padding: 0 12% 8%;
    margin: 0 auto 0;
    font-size: 15px;
    width: 100%;
    max-width: 1200px;
    line-height:160%;
  }

  .content-top{
    padding: 6% 4% 4%;
    margin: 0 auto 0;
    font-size: 15px;
    width: 1200px;
    max-width: 100%;
    line-height:160%;
  }

  .content-news{
    padding:3% 0 3%;
    margin: 0 auto 0px;
    font-size: 15px;
    width: 1200px;
    max-width: 100%;
  }

  .news-link{
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
  }

  .content-company{
    padding: 0 4% 15%;
    margin: -25px auto 0;
    font-size: 15px;
    width: 1033px;
    max-width: 100%;
    line-height:180%;
  }

  .content-product{
    padding: 0 4% 4%;
    margin: -10px auto 0;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    line-height:160%;
  }

  .content-kodawari{
    padding: 0 4% 0;
    margin: 30px auto 0;
    font-size: 15px;
    width: 100%;
    line-height:160%;
  }

  .content-common{
    padding: 0 2% 4%;
    margin: 0 auto 0;
    font-size: 15px;
    width: 900px;
    line-height:160%;
  }
  /*--------------------------------

  トップページ

  --------------------------------*/
  .slide-text img {
      width: 50%;
  }

  .tt1-top {
    letter-spacing: 1px;
    font-size: 28px;
    text-align: center;
    line-height: 150%;
    margin-bottom: 4%;
    height: auto;
    background-color: #fff;
  }

  .tt2-top {
    width: 100%;
    margin: 8.5% auto 7.5%;
    text-align: center;
  }

  .tt2-top span{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
  }

  .tt2-top h2{
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
  }

  .tt2-top img {
    margin: 5px 0 0px;
    width: 40px;
    height: auto;
  }

  .tt2-topImg{
    width: 100%;
    margin: 25px 0 0;
  }

  .tt2-topImg img{
    width: 100%;
  }


  .line{
    overflow:hidden;
    text-align:center;
    padding: 2em 0;
  }

  .line span.linespace{
    display:inline-block;
    padding:0 1.5em;
    position:relative;
  }

  .line span.linespace img{
    width: 25px;
  }

  span.linespace::before,
  span.linespace::after{
    border-top: 1px solid #BCBCBC;
    content:"";
    position:absolute;
    top:50%;
    width:99em;
  }

  span.linespace::before{
    right:100%;
  }

  span.linespace::after{
    left:100%;
  }


  .leadtext{
  	font-size:16px;
  	line-height:200%;
  	text-align: center;
  	width: 100%;
  	margin: 0 auto;
  	margin-bottom: 25px;
  }
  .top-menu-warrp{
  	width: 900px;
    display: inline-flex;
  	max-width: 100%;
  	margin-bottom: 80px;
  }
  .top-menu-warrp:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .top-menu-warrp .menu-item{
  	width: 100%;
  	max-width: 47.5%;
  	margin-left: 45px;
  	float: left;
  }
  .top-menu-warrp .menu-item img{
  	width: 100%;
  	margin-bottom: 20px;
  }

  .top-menu-warrp .menu-item:first-child{
  	margin-left: 0px;
  }
  .comment-top{
  	width:100%;
  	margin: 0 auto;
  	text-align:center;
  	line-height: 200%;
  	margin-bottom: 67px;
  }

  .kodawari{
    margin-bottom:80px;
    margin-top: 55px;
  }

  .kodawari img{
    width: 85%;
  }

  .tt_business_tenpo{
    width: 365px;
    margin: 0 auto 0;
  }

  .tt_business_tenpo img{
    width: 365px;
  }

  .news-link .ichiran{
  	border-top:2px #222 solid;
  	border-bottom:2px #222 solid;
  	margin-top: 30px;
  }

  .ichiran dl{
    border-top: 1px dotted #000;
  }

  .ichiran dl:first-child{
    border-top: 0;
  }


  .ichiran dt{
    display: inline-block;
    width: 25%;
    padding: 20px 20px 15px;
    line-height: 1.8em;
    vertical-align: top;
  }

  .ichiran dd {
    display: inline-block;
    width: 70%;
    padding: 15px 0;
    line-height: 1.8em;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 0 0 34px;
  }


  .ichiran a{
    color: #ED8100;
    text-decoration: underline;
  }

  .btn-menu {
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
  }

  .btn-menu.kodawari {
    width: 55%;
    margin: 30px auto 55px;
  }

  .btn-menu a{
  	display: block;
    border: 1px solid #8F8F8F;
    border-radius: 4px;
  	background: url(../../_img/icon-arrow-black.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  	text-decoration: none;
    padding: 3px 0;
  	color: #000;
    letter-spacing: 0px;
  }

  .btn-menu a:hover{
  	color: #fff;
    border: 1px solid #000;
    background: #000 url(../../_img/icon-arrow-white.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  }

  .btn-menu a:active{
  	color: #fff;
    border: 1px solid #000;
    background: #000 url(../../_img/icon-arrow-white.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  }

  .btn-menu-btoom{
    margin-top: -20px;
  	margin-bottom: 25px;
    width: 60%;
  }

  .content-news {
    padding: 3% 2% 4.5%;
    margin: 0 auto 0px;
    font-size: 15px;
    width: 1200px;
    max-width: 100%;
  }

  .clover {
    margin: 25px auto 0;
  }

  .clover img {
    width: 80%;
    display: block;
    margin: 0 auto 0;
  }

  .tt2-news {
      width: 140px;
      margin: 0 auto;
      text-align: center;
  }

  .tt2-news span {
    font-size: 12px;
    padding-right: 0px;
    letter-spacing: 1px;
  }

  .tt3-top {
    width: 100%;
    margin: 9.5% auto 7.5%;
    text-align: center;
  }

  .tt3-top span{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
  }

  .tt3-top h2{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .tt3-top img {
    margin: 10px 0 0;
    width: 75px;
    height: auto;
  }

  .tt4-top {
  	width: 100%;
  	margin:8.5% auto 7.5%;
  	text-align: center;
  }

  .tt4-top span{
    font-weight: bold;
  	font-size: 12px;
    letter-spacing: 1px;
    display: block;
  }

  .tt4-top h2{
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
  }

  .tt4-top img{
    margin:8px 0 0px;
    width: 53px;
    height: auto;
  }

  .tt_business_img{
    margin: 55px 0 0;
  }

  .tt_business_img img{
    width: 100%;
  }

  .news-link .ichiran:after{
    content:"";
    display: block;
    clear: both;
  }

  dt,dd .ichiran{
  	margin: 0;
  	padding: 0;
  }

  dt .ichiran {
  	float: left;
  	width: 130px;
  	background-color: #ddd;
  }
  /*--------------------------------

  2カラムレイアウト

  --------------------------------*/

  /* 外食事業　*/
  .row-buis{
  	width:100%;
    display: flex;
  }
  .row-buis:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .row-buis .col1{
  	width: 45%;
  	float:left;
  }

  .row-buis .col1 img{
    width: 85%;
  }

  .row-buis .col2{
  	width: 52%;
  	float:right;
  }

.business_img{
  padding: 60px 0;
}

.business_img img{
  width: 100%;
}

.col_staff{
  padding: 15px 0 30px;
  text-align: right;
}

.sales_time{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
}

  /* ニュース詳細　*/
  .row-info{
  	width:900px;
  }
  .row-info:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .row-info .col{
  	width: 430px;
  	float:left;
  	margin-left:40px;
  	line-height: 140%;
  }
  .row-info .col img{
  	width:100%;
  }
  .row-info .col:first-child{
  	margin-left: 0;
  }
  /* こだわり　*/

  .tt2-kod {
    font-size: 26px;
    font-weight: 600;
    color: #ef9300;
    margin-bottom: 32px;
    text-align: center;
  }

  .row-kod{
  	width:900px;
    max-width: 100%;
  	margin-bottom: 50px;
    display: inline-flex;
  }
  .row-kod:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .row-kod .col{
  	width: 47%;
  	float:left;
  	margin-left:6%;
  	line-height: 180%;
    font-size: 14px;
  	padding:0;
  }
  .row-kod .col img{
  	width:100%;
  }


  .kod-warrap .inner-content{
    width:100%;
    margin: 0;
  }

  .tt3-kod span {
    color: #ef9300;
    letter-spacing: 1px;
  }

  .tt3-kod {
    font-size: 22px;
    background: url("../../_img/kodawari/line_frame.png") no-repeat;
    padding-bottom: 10%;
    margin-bottom: 0px;
    background-position: 0 100%;
    background-size: 100%;
  }

  .row-kod .col:first-child{
  	margin-left: 0px;
    font-size: 14px;
    line-height: 180%;
  }

  /* 企業情報 */
  .content-company .row-com{
  	width:100%;
  	border-bottom: #8a8a8a solid 1px;
  	padding: 5% 0 5%;
  }
   .content-company .row-com:last-child{
  	border-bottom: none;
  }
  .row-com:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .row-com .col1{
  	width: 100%;
  	float:none;
  	padding:0;
    font-weight: 600;
  }

  .tt2-com {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 0 20px;
  }

  .row-com .col2{
  	width: 100%;
  	float:none;
  	padding:0;
  }

  .btn-blank{
  	border: 1px solid #ef9300;
  	border-radius: 4px;
  	text-align: center;
  	width: 50%;
    max-width: 100%;
  	margin: 0 auto;
  }

  .btn-blank a{
  	display: block;
  	background: url(../../_img/icon-blanklink.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  	text-decoration: none;
    padding: 5px 0;
  	color: #ef9300;
    letter-spacing: 0px;
  }

  .btn-blank a:hover{
  	color: #fff;
    background: #ef9300 url(../../_img/icon-blanklink-after.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  }


  /*--------------------------------

  商品情報

  --------------------------------*/
  .product_text {
    padding: 0 0 65px;
  }

  .row-pro{
  	width:100%;
  	margin-bottom: 0;
    font-size: 13px;
  }
  .row-pro.last{
  	margin-bottom:60px;
  }
  .row-pro:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .row-pro .col{
  	width: 100%;
  	float:left;
    margin-top: 20px;
  	margin-left:0;
    display: block;

  	line-height: 140%;
  }
  .row-pro .col:first-child{
  	margin-left: 0;
  }

  .tt2-pro {
    border-bottom: 1px solid #8a8a8a;
    width: 100%;
    font-size: 26px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 30px;
    height: auto;
  }

  /*--------------------------------

  NEWS

  --------------------------------*/
  .day{
  	font-size:14px;
  }

  .content-common {
    padding: 0 4% 15%;
    margin: 28px auto 0;
    font-size: 15px;
    width: 100%;
    line-height: 160%;
  }

  /*--------------------------------

  こだわり

  --------------------------------*/
  .bg-kod{
  	background-color: #FCDB9C
  }
  .bg-kod .row-kod:nth-child(1){
  	margin-bottom: 0;
  }
  .bg-kod .row-kod:nth-child(2){
  	margin-bottom: 0;
  }



  /*--------------------------------

  企業情報

  --------------------------------*/
  .row-com .col2 dl{
  }

  .row-com .col2 dt{
    width: 100%;
    float:left;
  }

  .ceo{
    padding: 35px 0 0px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
  }

  .ceo span{
    font-size: 14px;
  }

  .company_info dl{
    padding: 0 0 5px;
    margin: 0 0 20px;
    border-bottom: 1px solid #BBBBBB;
    font-size: 16px;
  }

  .company_info dt{
    font-weight: 500;
    font-size: 16px;
  }

  .company_info dd{
    font-weight: lighter;
    font-size: 16px;
    display: table-cell;
  }

.recruit{
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #BBBBBB;
  padding: 0 0 5px;
}

.recruit_text{
  text-align: center;
  padding: 15px 0 70px;
}

  /*--------------------------------

  商品情報

  --------------------------------*/

  .product_text {
    padding: 15px 0 30px;
  }

  span.contact_link a{
    color: #6fb12c;
  }

  span.contact_link a:hover{
    color: #6fb12c;
    text-decoration: underline;
  }

  .colw{
    width: 100%;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    float: left;
    margin-top: 20px;
    margin-left: 0%;
    line-height: 140%;
  }

  .pro01 {
    border:#c00000 1px solid;
  }

  .pro01 a {
    display: block;
    background: url(../../_img/product/pro01_on.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
    text-decoration: none;
    padding: 5px 0;
    color: #c00000;
  }

  .pro01 a:hover{
    color: #fff;
    background: #c00000 url(../../_img/product/pro01_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro01 a:active{
    color: #fff;
    background: #c00000 url(../../_img/product/pro01_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro02 {
    border:#2b5f1f 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    width: 100%;
  }

  .pro02 a {
      display: block;
      background: url(../../_img/product/pro02_on.png) no-repeat 98% 50%;
      background-size: auto;
      background-size: 35px 15px;
      text-decoration: none;
      padding: 5px 0;
      color: #2b5f1f;
  }

  .pro02 a:hover{
    color: #fff;
    background: #2b5f1f url(../../_img/product/pro02_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro02 a:active{
    color: #fff;
    background: #2b5f1f url(../../_img/product/pro02_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro03 {
    border:#e19815 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    width: 100%;
  }

  .pro03 a {
      display: block;
      background: url(../../_img/product/pro03_on.png) no-repeat 98% 50%;
      background-size: auto;
      background-size: 35px 15px;
      text-decoration: none;
      padding: 5px 0;
      color: #e19815;
  }

  .pro03 a:hover{
    color: #fff;
    background: #e19815 url(../../_img/product/pro03_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro03 a:active{
    color: #fff;
    background: #e19815 url(../../_img/product/pro03_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro04 {
    border:#3f91a5 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    width: 100%;
  }

  .pro04 a {
    display: block;
    background: url(../../_img/product/pro04_on.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
    text-decoration: none;
    padding: 5px 0;
    color: #3f91a5;
  }

  .pro04 a:hover{
    color: #fff;
    background: #3f91a5 url(../../_img/product/pro04_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro04 a:active{
    color: #fff;
    background: #3f91a5 url(../../_img/product/pro04_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro05 {
    border:#7030a0 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    width: 100%;
  }

  .pro05 a {
    display: block;
    background: url(../../_img/product/pro05_on.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
    text-decoration: none;
    padding: 5px 0;
    color: #7030a0;
  }

  .pro05 a:hover{
    color: #fff;
    background: #7030a0 url(../../_img/product/pro05_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro05 a:active{
    color: #fff;
    background: #7030a0 url(../../_img/product/pro05_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }




  .pro06 {
    border:#a93386 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    width: 100%;
  }

  .pro06 a {
    display: block;
    background: url(../../_img/product/pro06_on.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
    text-decoration: none;
    padding: 5px 0;
    color: #a93386;
  }

  .pro06 a:hover{
    color: #fff;
    background: #a93386 url(../../_img/product/pro06_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro06 a:active{
    color: #fff;
    background: #a93386 url(../../_img/product/pro06_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }


  .kod-warrap{
  	background:url(../../kodawari/_img/bg-kodawari1200.jpg) no-repeat;
  	width: 100%;
  	height: auto;
  	margin:0 auto;
  	padding:50px 4% 40px;
  	margin:0;
    background-size: contain;
    background-color: #faf3eb;
    background-position: 0 50%;
  }
  .kod-warrap .inner-content{
  	width:100%;
  	margin: 0;
  }

  .kod-warrap .inner-content img{
    width: 100%;
    padding: 0 4% 0;
    height: auto;
    margin: 0 auto 55px;
  }

  /*--------------------------------

  外食事業

  --------------------------------*/





  /*--------------------------------

  お問い合わせ

  --------------------------------*/
.contact_form{
  margin: 38px 0 0;
}

.contact_form input[type="radio"] {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  margin: 8px 0;
}

.contact_form input[type="radio"] + label {
  padding: 2px 15px 0 5px;
  color: #000;
  font-size: 15px;
}

.contact_form input[type="radio"]:checked + label {
  font-size: 12px;
  background-color: #fff;
  color: #000;
  padding: 2px 15px 0 5px;
  font-size: 15px;
}


.contact_form dl:first-child {
  border-top: 1px solid #bbb;
}

.contact_form dl {
  padding: 0;
  border-bottom: 1px solid #BBBBBB;
  display: block;
}

.contact_form dt {
  display: inline-block;
  width: 100%;
  padding: 10px 20px 10px;
  line-height: 1.8em;
  vertical-align: top;
  background-color: #EEEEEE;
}

.contact_form dd {
  display: block;
  width: 100%;
  padding: 15px 0 30px;
  line-height: 1.8em;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0;
}

input[type="text"] {
  width: 100%;
}

input[type="tel"] {
  width: 100%;
}


.contact_form .select {
  width: 100%;
  padding: 5px 5px;
}

.contact_form .button{
  text-align: center;
  margin: 30px auto 95px;
}

.contact_form .button p{
  font-size: 12.5px;
  margin: 0 auto 0;
  width: 80%;
  text-align: left;
}

.contactBtn{
  padding: 10px 15px;
  margin: 0 auto 15px;
  width: 80%;
  border-radius: 5px;
  color: #fff;
  border: 0;
  background-color: #000;
}

 textarea {
  padding: 10px;
  width: 100%;
  height: 10em;
  box-sizing: border-box;
}

.privacy{}

.privacy_title{
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #BBBBBB;
}

.contract {
  height: 200px;
  overflow-y: scroll;
  line-height: 1.6em;
  border: solid 1px #E8E8E8;
  padding: 15px;
  margin: 0 0 85px;
}

.contract #wraps h2{
  font-size: 18px;
  padding: 25px 0 15px;
  font-weight: 500;
}

.contract #wraps .date{
  font-size: 18px;
  padding: 0 0 15px;
  font-weight: 500;
}

.top_img{
  width: 1200px;
  margin: 60px auto 0;
  max-width: 100%;

}

.top_img img{
  width: 100%;
  margin: 0 auto 0;
  display: block;
}



.topBtn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    height: 100px;
    text-align: center;
    line-height: 22px;
    padding-top: 30px;
    box-sizing: border-box;
}

.topBtn:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.topBtn img{
  width: 55px;
}






  /*** footer ***/
  #footer{
    border-top: 1px solid #999;
    font-size: 15px;
    padding: 20px 0 15px;
  }

  .footerInner{
    width: 100%;
    max-width: 100%;
    display: table;
    margin: 0 auto 32px;
  }

  .footer_company{
    width: 100%;
    padding: 0 4% 0;
  }


  .footer_col1{
    float: none;
    width: 99%;
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0;
    font-size: 0;
    display: flex;
  }


  .footer_col2{
    float: none;
  }


  .footer_logo{
    width: 250px;
    margin: 45px auto 0;
  }

  .footer_logo img{
    width: 100%;
    height: 50px;
  }

  .address{
    font-size: 13px;
    margin: 9px auto 0;
    line-height: 23px;
    width: 250px;
  }

  .footer_menu{
    float: right;
    font-size: 0px;
	  width: 45%;
  }

  .footer_link{
    height: 225px;
    font-size: 12px;
    margin: 0 auto 0;
    display: inline-table;
    vertical-align: top;
    float:none;
  }

  .footer_link:nth-child(1) {
    width: 28.5%;
  }

  .footer_link:nth-child(2) {
    width: 38%;
    margin: 0;
  }

  .footer_link:nth-child(3) {
    width: 19.5%;
  }

  .footer_link li {
      margin: 0 0 15px 0;
  }

  .footer_link li.nav{
    font-weight: bold;
  }


  .copyright{
    font-size: 11px;
    text-align: center;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 0;
  }

  .thanks_form{
    text-align: center;
    padding: 30px 0 0;
  }

  .thank_top{
    font-size: 18px;
    line-height: 180%;
  }


  .btnBox{
    text-align: center;
  }

  .btnBox{
  	border: 1px solid #000;
  	border-radius: 5px;
  	text-align: center;
  	padding: 0;
  	width: 50%;
  	margin: 30px auto 0;
  }
  .btnBox a{
  	display: block;
  	background: url(../../_img/icon-arrow-black.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  	text-decoration: none;
    padding: 5px 0;
  	color: #000;
  }

  .btnBox a:hover{
  	color: #fff;
    background: #000 url(../../_img/icon-arrow-white.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  }
}


/* 小型スマホ */
@media (min-width: 0px) and (max-width: 480px) {

  span.refer{
    margin: 0 0 0 4px;
    font-size: 8px;
  }

  .ancker{
  	position: relative;
  	top: -150px;
  	display: block;
  }

  input[type="radio"]{
    display: none;
    font-size: 0;
  }

  input[type="radio"] + label{
    padding: 2px 7px;
    font-size: 12px;
  }

  input[type="radio"]:checked + label {
    background-color: #6fb12c;
    color: #fff;
    padding: 2px 7px;
    font-size: 12px;
  }

  span.new_l{
    display: none;
    position: relative;
  }

  span.new_r{
    display: inline;
    position: relative;
  }

  .tab-style{
    display: none;
  }

  .pc-style{
    display: none;
  }

  .tab-style{
    display: none;
  }

  .sp-style {
    display: block;
  }

  .pc-menu{
    display: none;
  }


  .sp-menu{
    display: block;
  }


  #header{
    top: -100px;
  	position: absolute;
  	width: 100%;
  	margin: 100px auto 0;
  	padding: 10px 0 0;
  	line-height: 1;
  	z-index: 2;
  	color: #000;
  }

  #header.fixed{
    margin-top: 0;
  	top: 0;
  	position: fixed;
  	padding-top: 10px;
  	height: 50px;
  	background: #fff;
  	background: rgba(0,0,0,.6);
  	transition: top 0.65s ease-in;
  	-webkit-transition: top 0.65s ease-in;
  	-moz-transition: top 0.65s ease-in;
  }

  #header-inner{
    top: -100px;
  	position: absolute;
  	width: 100%;
  	margin: 100px auto 0;
  	padding: 10px 0 0;
  	line-height: 1;
  	z-index: 2;
  	color: #000;
  }

  #header-inner.fixed{
    margin-top: 0;
  	top: 0;
  	position: fixed;
  	padding-top: 10px;
  	height: 50px;
  	background: #fff;
  	background: rgba(255,255,255,.6);
  	transition: top 0.65s ease-in;
  	-webkit-transition: top 0.65s ease-in;
  	-moz-transition: top 0.65s ease-in;
  }






  .slide-bg-inner.slide_item1{
    background-image: url("../../common/img/SP_slide01.jpg");
    background-position: top;
  }

  .slide-bg-inner.slide_item2{
    background-image: url("../../common/img/SP_slide02.jpg");
    background-position: top;
  }

  .slide-bg-inner.slide_item3{
    background-image: url("../../common/img/SP_slide03.jpg");
    background-position: top;
  }

  .slide-bg-inner.slide_item4{
    background-image: url("../../common/img/SP_slide04.jpg");
    background-position: top;
  }

  .slide-bg-inner.slide_item5{
    background-image: url("../../common/img/SP_slide05.jpg");
    background-position: top;
  }

  .slide-bg-inner.slide_item6{
    background-image: url("../../common/img/SP_slide06.jpg");
    background-position: top;
  }





  .top .slider-prev img{
  	width: 20px;
  }

  .top .slider-next img{
  	width: 20px;
  }

  .top .slider-arrow{
  	position:absolute;
  	top:50%;
  	width:38px;
  	height:38px;
  	margin-top:-21px;
  	z-index: 2;
  	cursor:pointer;
  }


  .top .slider-prev{
  	left: 6px;
  	opacity:0.5;
  }

  .top .slider-prev:hover{
  	opacity:1;
  }


  .top .slider-next{
  	right: -6px;
  	opacity:0.5;
  }

  .top .slider-next:hover{
  	opacity:1;
  }

  .menu a{
    color: #fff;
  }

  .menu.black a{
    color: #000;
  }

  #header {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 15px 0 0;
    line-height: 1;
    z-index: 3;
}

  #header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 15px;
    height: 55px;
    background: #fff;
    background: rgba(0,0,0,.6);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
  }

  .header_center {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0;
    display: table;
  }

  .logo{
    display: inline-block;
    float: left;
    padding: 0 0 0 15px;
  }

  .logo img{
    width: 135px;
    max-width: 100%;
    height: 30px;
  }


  .lang {
    float: right;
    font-size: 0;
    color: #fff;
    margin: 12px 55px 0 1.2%;;
    display: inline-block;
  }


  .lang.black{
    float: right;
    font-size: 0;
    color: #000;
    margin: 12px 55px 0 1.2%;;
    display: inline-block;
  }



  .slide-text img{
    width: 100%;
    max-width: 250px;
  }


  .content-top {
    padding: 0 2% 0;
  }

  .leadtext {
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 17%;
  }

  .comment-top {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    line-height: 200%;
    margin-bottom: 50px;
  }

  .top-menu-warrp .menu-item {
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      float: none;
  }

  .content-top {
      padding: 6% 2% 8%;
      margin: 0 auto 0;
      font-size: 15px;
      width: 100%;
      max-width: 100%;
      line-height: 160%;
  }

  #breadlink{
  	width: 100%;
  	max-width: 100%;
  	margin: 2% auto 5.5%;
  	padding-left:4%;
  }
  #breadlink .breadcrumb {
    padding-left:0;
    margin-left:0;
    font-size: 14px;
    color: #8F8F8F;
  }

  .breadcrumb li{
    display:inline;
    list-style: none;
  }

  .breadcrumb li:after {
    content: '>';
    padding: 0 10px;
    font-size: 14px;
    color: #8F8F8F;
  }

  .breadcrumb li:last-child:after {
    content: '';
  }

  .breadcrumb li a {
    text-decoration: none;
    font-size: 14px;
    color: #8F8F8F;
  }

  .breadcrumb li a:hover {
    text-decoration: underline;
  }

  .content{
  	padding: 0 12% 8%;
  	margin: 0 auto 0;
  	font-size: 15px;
  	width: 100%;
  	max-width: 1200px;
  	line-height:160%;
  }

  .content-top{
    padding: 6% 4% 25%;
    margin: 0 auto 0;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
	  line-height:160%;
  }

  .new-listLink .ichiran {
    border-top: 2px #222 solid;
    border-bottom: 2px #222 solid;
  }

  .content-newsform{
    padding: 0 4% 4%;
    margin: 43px auto 100px;
    font-size: 15px;
    width: 100%;
    line-height:160%;
    word-wrap: break-word;
  }

  .content-newsList{
  	padding: 0 0% 4%;
  	margin: 0 auto 0;
  	font-size: 15px;
  	width: 100%;
  	line-height:160%;
    word-wrap: break-word;
  }


  .content-news{
  	padding:3% 0 3%;
    margin: 0 auto 0px;
    font-size: 15px;
    width: 1200px;
    max-width: 100%;
  }

  .news-link{
  	width: 900px;
  	max-width: 100%;
  	margin: 0 auto;
  }

  .content-company{
    padding: 0 4% 30%;
    margin: -10px auto 0;
    font-size: 15px;
    width: 1033px;
    max-width: 100%;
  	line-height:180%;
  }

  .product_text {
    padding: 15px 0 30px;
  }

  span.contact_link a{
    color: #6fb12c;
  }

  span.contact_link a:hover{
    color: #6fb12c;
    text-decoration: underline;
  }

  .content-product{
    padding: 0 4% 15%;
    margin: 0 auto 0;
    font-size: 15px;
    width: 900px;
    max-width: 100%;
  	line-height:160%;
  }

  .content-kodawari{
  	padding: 0 4% 0;
  	margin: 0 auto 0;
  	font-size: 15px;
  	width: 100%;
  	line-height:160%;
  }

  .content-common{
  	padding: 0 4% 4%;
  	margin: 0 auto 0;
  	font-size: 15px;
  	width: 900px;
  	line-height:160%;
  }
  /*--------------------------------

  トップページ

  --------------------------------*/
  .tt1-top {
    margin-top: 2%;
    margin-bottom: 6%;
    letter-spacing: 1px;
    font-size: 22px;
    text-align: center;
    line-height: 150%;
    height: auto;
    background-color: #fff;
  }

  .tt2-topImg{
    width: 100%;
    margin: 25px 0 0;
  }

  .tt2-topImg img{
    width: 100%;
  }

  .tt2-top {
    width: 100%;
    margin: 16.5% auto 9.5%;
    text-align: center;
    font-size: 0;
  }

  .tt2-top span{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
  }

  .tt2-top h2{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
  }

  .tt2-top img {
    margin: 11px 0 0px;
    width: 38px;
    height: auto;
  }


  .tt3-top {
    width: 100%;
    margin: 18% auto 9%;
    text-align: center;
    font-size: 0;
  }

  .tt3-top span{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
  }

  .tt3-top h2{
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 600;
  }

  .tt3-top img {
    margin: 11px 0 0px;
    width: 58px;
    height: auto;
  }

  .tt4-top h2{
    font-size: 30px;
    text-align: center;
  }


  .tt4-top {
  	width: 100%;
  	margin:17.5% auto 9%;
  	text-align: center;
  }

  .tt4-top span{
    font-weight: bold;
  	font-size: 12px;
    letter-spacing: 1px;
    display: block;
  }

  .tt4-top h2{
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 1px;
  }

  .tt4-top img{
  	margin:10px 0 8px;
  	width: 50px;
  	height: auto;
  }

  .tt_business_img{
    margin: 25px 0 0;
  }

  .tt_business_img img{
    width: 100%;
  }

  .leadtext{
    font-size: 17px;
    line-height: 200%;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 28px;
  }

  .line{
    overflow:hidden;
    text-align:center;
    padding: 2em 0;
  }

  .line span.linespace{
    display:inline-block;
    padding:0 1.5em;
    position:relative;
  }

  .line span.linespace img{
    width: 25px;
  }

  span.linespace::before,
  span.linespace::after{
    border-top: 1px solid #BCBCBC;
    content:"";
    position:absolute;
    top:50%;
    width:99em;
  }

  span.linespace::before{
    right:100%;
  }

  span.linespace::after{
    left:100%;
  }


  .top-menu-warrp{
  	width: 100%;
    display: block;
  	max-width: 100%;
  }
  .top-menu-warrp:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .top-menu-warrp .menu-item{
  	width: 100%;
  	max-width: 100%;
  	margin-left: 0px;
  	float: left;
  }
  .top-menu-warrp .menu-item img{
  	width: 100%;
  	margin-bottom: 20px;
    margin-top: 50px;
  }
  .top-menu-warrp .menu-item:first-child{
  	margin-left: 0px;
  }

  .comment-top{
  	width:100%;
  	margin: 0 auto;
  	text-align:center;
  	line-height: 200%;
  	margin-bottom: 10px;
    font-size: 16px;
  }

  .kodawari{
  	margin-bottom: 50px;
    margin-top: 65px;
  }

  .kodawari img{
    width: 90%;
  }

  .tt_business_tenpo{
    width: 100%;
    margin: 65px auto 55px;
  }

  .tt_business_tenpo img{
    width: 90%;
    display: block;
  }


  .news-link .ichiran{
  	border-top:2px #222 solid;
  	border-bottom:2px #222 solid;
  	margin-top: 30px;
  }

  .ichiran dl{
    border-top: 1px dotted #000;
  }

  .ichiran dl:first-child{
    border-top: 0;
  }


  .ichiran dt{
    display: inline-block;
    width: 25%;
    padding: 20px 20px 15px;
    line-height: 1.8em;
    vertical-align: top;
  }

  .ichiran dd {
    display: inline-block;
    width: 70%;
    padding: 15px 0;
    line-height: 1.8em;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 0 0 34px;
  }


  .ichiran a{
    color: #ED8100;
    text-decoration: underline;
  }

  .btn-menu {
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
  }

  .btn-menu a{
    border: 1px solid #8F8F8F;
    border-radius: 4px;
  	display: block;
    padding: 3px 0;
  	background: url(../../_img/icon-arrow-black.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  	text-decoration: none;
  	color: #000;
    letter-spacing: 0px;
  }

  .btn-menu a:hover{
    color: #fff;
    border: 1px solid #000;
    background: #000 url(../../_img/icon-arrow-white.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 15px 15px;
  }

  .btn-menu a:active{
    color: #fff;
    border: 1px solid #000;
    background: #000 url(../../_img/icon-arrow-white.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 15px 15px;
  }

  .btn-menu-btoom{
  	margin-bottom: 25px;
    margin-top: 35px;
  }

  .clover{
    margin: 25px 0 0;
  }

  .btn-menu.kodawari{
    width: 100%;
    margin: 0 0 20px;
  }

  .content-news {
    padding: 0;
    margin: 0 auto 35px;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
  }

  .tt2-news {
    width: 100%;
    margin: 26px auto 0;
    text-align: center;
  }

  .tt2-news span {
      font-weight: bold;
      font-size: 12px;
      padding-right: 0px;
      letter-spacing: 1px;
  }

  .tt2-news h2 {
    font-size: 33px;
    letter-spacing: 4px;
    margin: 10px auto 0;
    font-weight: 600;
    padding-right: 0px;
  }


  .news-link .ichiran:after{
  	content:"";
  	display: block;
  	clear: both;
  }

  dt,dd .ichiran{
  	margin: 0;
  	padding: 0;
  }

  dt .ichiran {
  	float: left;
  	width: 130px;
  	background-color: #ddd;
  }
  /*--------------------------------

  2カラムレイアウト

  --------------------------------*/

  /* 外食事業　*/
  .row-buis{
  	width:100%;
  }
  .row-buis:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .row-buis .col1{
  	width: 100%;
  	float:left;
  }

  .row-buis .col1 img{
    width: 80%;
    display: block;
    margin: 0 auto 0;
  }

  .row-buis .col2{
  	width: 100%;
  	float:right;
    margin: 15px 0 0;
  }

.col_staff{
  text-align: right;
  padding: 15px 0 30px;
}

.sales_time{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
}

.business_img{
  padding: 40px 0 25px;
}

.business_img img{
  width: 100%;
}

.btn-blank{
  border: 1px solid #ef9300;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
}

.btn-blank a{
  display: block;
  background: url(../../_img/icon-blanklink.png) no-repeat 98% 50%;
  background-size: 15px 15px;
  text-decoration: none;
  padding: 5px 15px;
  color: #ef9300;
  letter-spacing: 0px;
}

.btn-blank a:hover{
  color: #fff;
  background: #ef9300 url(../../_img/icon-blanklink-after.png) no-repeat 98% 50%;
  background-size: 15px 15px;
}


  /* ニュース詳細　*/
  .row-info{
  	width:900px;
  }
  .row-info:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .row-info .col{
  	width: 430px;
  	float:left;
  	margin-left:40px;
  	line-height: 140%;
  }
  .row-info .col img{
  	width:100%;
  }
  .row-info .col:first-child{
  	margin-left: 0;
  }
  /* こだわり　*/

  .tt2-kod {
    font-weight: 600;
    font-size: 20px;
    color: #ef9300;
    margin-bottom: 18px;
    text-align: left;
  }

  .row-kod{
  	width:100%;
  	margin-bottom: 0px;
  }
  .row-kod:after{
  	content:"";
  	display: block;
  	clear: both;
  }
  .row-kod .col{
  	width: 100%;
  	float:none;
  	margin-left:0px;
  	line-height: 180%;
  	padding:0 0 50px;
    font-size: 14px;
  }


  .row-kod .col img{
  	width:100%;

  }

  .kod-warrap .inner-content img {
    width: 95%;
    margin: 0 auto;
    height: auto;
    padding: 0 4% 0;
  }

  .row-kod .col:first-child{
  	margin-left: 0px;
    font-size: 14px;
    line-height: 180%;
  }
  /* 企業情報 */
  ul#newsList iframe{
    width: 100%;
    height: 310px;
  }

  .row-com .access_img{
    margin: 25px auto 0;
    width: 100%;
    font-size: 15px;
  }

  .row-com .access_img img{
    width: 100%;
    max-width: 100%;
  }


  .access_map iframe {
    width: 100%;
    height: 400px;
    max-width: 100%;
    margin: 0;
  }


  .access_tt{
    border-left: 3px solid #000;
    padding: 0 0 0 5px;
    margin: 0 0 10px;
  }


  .tt2-com {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding: 0 0 15px;
    letter-spacing: 1px;
  }

  .content-company .row-com{
  	width:100%;
  	border-bottom: #8a8a8a solid 1px;
  	padding: 10% 0 10%;
  }
   .content-company .row-com:last-child{
  	border-bottom: none;
  }
  .row-com:after{
  	content:"";
  	display: block;
  	clear: both;
  }

  .row-com .col1{
  	width: 100%;
  	float:none;
  	padding:0;
    font-weight: 600;
  }

  .row-com .col2{
  	width: 100%;
  	float:none;
  	padding:0;
  }

/* 商品情報 */
  .row-pro{
  	width:100%;
  	margin-bottom:0;
  	font-size: 12px;
  }

  .row-pro.last{
  	margin-bottom:60px;
  }

  .row-pro:after{
  	content:"";
  	display: block;
  	clear: both;
  }

  .row-pro .col{
  	width: 100%;
  	float:left;
    margin-top: 20px;
  	margin-left:0px;
  	line-height: 140%;
  }

  .row-pro .col:first-child{
  	margin-left: 0;
  }

  .tt2-pro {
    font-size: 26px;
    border-bottom: 1px solid #8a8a8a;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 100%;
    line-height: 30px;
  }

  /*--------------------------------

  NEWS

  --------------------------------*/
  .day{
  	font-size:14px;
  }

  .content-common {
    padding: 0 4% 30%;
    margin: 0 auto 0;
    font-size: 15px;
    width: 100%;
    line-height: 160%;
  }

  /*--------------------------------

  こだわり

  --------------------------------*/
  .bg-kod{
  	background-color: #FCDB9C
  }
  .bg-kod .row-kod:nth-child(1){
  	margin-bottom: 0;
  }
  .bg-kod .row-kod:nth-child(2){
  	margin-bottom: 0;
  }

  /*--------------------------------

  企業情報

  --------------------------------*/
  .row-com .col2 dl{
  }

  .row-com .col2 dt{
  	width:100%;
  	float:left;
  }

  .ceo{
    padding: 30px 0 0px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
  }

  .ceo span{
    font-size: 14px;
  }

  .company_info dl{
    padding: 0 0 5px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #BBBBBB;
    font-size: 16px;
  }

  .company_info dt{
    font-weight: 500;
    font-size: 16px;
  }

  .company_info dd{
    font-weight: lighter;
    font-size: 16px;
    display: table-cell;
  }

.recruit{
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #BBBBBB;
  padding: 10px 0 5px;
}

.recruit_text{
  text-align: center;
  padding: 15px 0 30px;
}

  /*--------------------------------

  商品情報

  --------------------------------*/
  .row-pro .col a{
  	display:block;
  	/* border:#ef9300 1px solid; */
    border: none;
  	border-radius: 3px;
  	text-align: center;
  	padding: 1%;
  }

  .tt3-kod span {
    color: #ef9300;
    letter-spacing: 1px;
  }

  .tt3-kod {
    font-size: 22px;
    background: url("../../_img/kodawari/line_frame.png") no-repeat;
    padding-bottom: 11%;
    margin-bottom: 0;
    background-position: 0 90%;
    background-size: 100%;
  }


  .colw{
    width: 100%;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    float: left;
    margin-top: 20px;
    margin-left: 0%;
    line-height: 140%;
  }

  .pro01 {
    border:#c00000 1px solid;
  }

  .pro01 a {
    display: block;
    background: url(../../_img/product/pro01_on.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
    text-decoration: none;
    padding: 5px 10px;
    color: #c00000;
    text-align: left;
  }

  .pro01 a:hover{
    color: #fff;
    background: #c00000 url(../../_img/product/pro01_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro01 a:active{
    color: #fff;
    background: #c00000 url(../../_img/product/pro01_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro02 {
    border:#2b5f1f 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    width: 100%;
  }

  .pro02 a {
      display: block;
      background: url(../../_img/product/pro02_on.png) no-repeat 98% 50%;
      background-size: auto;
      background-size: 35px 15px;
      text-decoration: none;
      padding: 5px 10px;
      color: #2b5f1f;
      text-align: left;
  }

  .pro02 a:hover{
    color: #fff;
    background: #2b5f1f url(../../_img/product/pro02_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro02 a:active{
    color: #fff;
    background: #2b5f1f url(../../_img/product/pro02_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro03 {
    border:#e19815 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    width: 100%;
  }

  .pro03 a {
      display: block;
      background: url(../../_img/product/pro03_on.png) no-repeat 98% 50%;
      background-size: auto;
      background-size: 35px 15px;
      text-decoration: none;
      padding: 5px 10px;
      color: #e19815;
      text-align: left;
  }

  .pro03 a:hover{
    color: #fff;
    background: #e19815 url(../../_img/product/pro03_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro03 a:active{
    color: #fff;
    background: #e19815 url(../../_img/product/pro03_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro04 {
    border:#3f91a5 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    width: 100%;
  }

  .pro04 a {
    display: block;
    background: url(../../_img/product/pro04_on.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
    text-decoration: none;
    padding: 5px 10px;
    color: #3f91a5;
    text-align: left;
  }

  .pro04 a:hover{
    color: #fff;
    background: #3f91a5 url(../../_img/product/pro04_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro04 a:active{
    color: #fff;
    background: #3f91a5 url(../../_img/product/pro04_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro05 {
    border:#7030a0 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    width: 100%;
  }

  .pro05 a {
    display: block;
    background: url(../../_img/product/pro05_on.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
    text-decoration: none;
    padding: 5px 10px;
    color: #7030a0;
    text-align: left;
  }

  .pro05 a:hover{
    color: #fff;
    background: #7030a0 url(../../_img/product/pro05_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro05 a:active{
    color: #fff;
    background: #7030a0 url(../../_img/product/pro05_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }




  .pro06 {
    border:#a93386 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    width: 100%;
  }

  .pro06 a {
    display: block;
    background: url(../../_img/product/pro06_on.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
    text-decoration: none;
    padding: 5px 10px;
    color: #a93386;
    text-align: left;
  }

  .pro06 a:hover{
    color: #fff;
    background: #a93386 url(../../_img/product/pro06_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }

  .pro06 a:active{
    color: #fff;
    background: #a93386 url(../../_img/product/pro06_off.png) no-repeat 98% 50%;
    background-size: auto;
    background-size: 35px 15px;
  }





  .kod-warrap{
  	background: rgba(247, 240, 232, 1) url(../../_img/kodawari/sp_bg_kodawari.jpg) no-repeat;
  	width: 100%;
  	height: auto;
    margin: 0 auto;
    padding: 50px 4% 80px;
    background-size: contain;
    background-position: 0 100%;
  }

  .kod-warrap .inner-content{
  	width:100%;
  	margin: 0 auto;
  }

  /*--------------------------------

  外食事業

  --------------------------------*/





  /*--------------------------------

  お問い合わせ

  --------------------------------*/
.contact_form{

}

.contact_form input[type="radio"] {
  display: inline-block;
  font-size: 0;
}

.contact_form input[type="radio"] + label {
  padding: 2px 0 0 5px;
  color: #000;
  font-size: 15px;
}

.contact_form input[type="radio"]:checked + label {
    font-size: 12px;
    background-color: #fff;
    color: #000;
    padding: 2px 0 0 5px;
    font-size: 15px;
}


.contact_form dl:first-child {
    border-top: 1px solid #bbb;
}

.contact_form dl {
    padding: 0;
    border-bottom: 1px solid #BBBBBB;
    display: block;
}

.contact_form dt {
  display: inline-block;
  width: 100%;
  padding: 10px 20px 10px;
  line-height: 1.8em;
  vertical-align: top;
  background-color: #EEEEEE;
}

.contact_form dd {
    display: block;
    width: 100%;
    padding: 15px 0 30px;
    line-height: 1.8em;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0;
}

.contact_form .select{
  width: 100%;
  padding: 5px 5px;
}

.contact_form .button{
  text-align: center;
  margin: 30px auto 95px;
}

.contact_form .button p{
  font-size: 12.5px;
  text-align: left;
  margin: 0 auto 0;
}

.contactBtn{
  padding: 10px 15px;
  margin: 0 auto 15px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  border: 0;
  background-color: #000;
}

input[type="text"]{
  width: 100%;
}

input[type="tel"]{
  width: 100%;
}


 textarea {
    padding: 10px;
    width: 100%;
    height: 10em;
    box-sizing: border-box;
}

.privacy{

}

.privacy_title{
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #BBBBBB;
}

.contract {
  height: 200px;
  overflow-y: scroll;
  line-height: 1.6em;
  border: solid 1px #E8E8E8;
  padding: 15px;
  margin: 0 0 65px;
}

.contract #wraps h2{
  font-size: 18px;
  padding: 25px 0 15px;
  font-weight: 500;
}

.contract #wraps .date{
  font-size: 18px;
  padding: 0 0 15px;
  font-weight: 500;
}

.top_img{
  width: 1200px;
  margin: 55px auto 0;
  max-width: 100%;
}

.top_img img{
  width: 100%;
  margin: 0 auto 0;
}

.topBtn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    height: 100px;
    text-align: center;
    line-height: 22px;
    padding-top: 30px;
    box-sizing: border-box;
}

.topBtn:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.topBtn img{
  width: 55px;
}


#footer{
  border-top: 1px solid #999;
  font-size: 15px;
  padding: 20px 4% 15px;
}

.footerInner{
  width: 100%;
  display: table;
  margin: 0 auto 32px;
}

.footer_col1{
  display: inline-block;
  width: 100%;
}

.footer_col2{
  width: 100%;
  display: inline-block;
}


ul.footer_link:nth-child(1){
  /* width: 25.5%; */
  width: 100%;
  display: inline-table;
}

ul.footer_link:nth-child(2){
  /* width: 35%; */
  width: 100%;
  display: inline-table;
}

ul.footer_link:nth-child(3){
  /* width: 39.5%; */
  width: 100%;
  display: inline-table;
}


.footer_company{
  width: 100%;
  float: left;
}

.footer_logo{
  width: 100%;
}


.footer_logo img{
  width: 250px;
  height: 50px;
  margin: 50px 0 0;
  display: block;
}

  .address{
    font-size: 13px;
    margin: 9px 0 0;
    line-height: 23px;
  }

  .footer_menu{
    float: right;
    font-size: 0px;
    width: 33.3%;
  }


  .footer_link {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    float:left;
  }

  .footer_link li {
      margin: 0 0 15px;
  }

  .footer_link li.nav{
    font-weight: bold;
  }

  .copyright{
    font-size: 11px;
    text-align: center;
    margin: 0 auto 10px;
  }

  .thanks_form{
    text-align: center;
    padding: 30px 0 45px;
  }

  .thank_top{
    font-size: 15px;
    line-height: 180%;
  }


  .btnBox{
    text-align: center;
  }

  .btnBox{
  	border: 1px solid #000;
  	border-radius: 5px;
  	text-align: center;
  	padding: 0;
  	width: 100%;
  	margin: 30px auto 0;
  }
  .btnBox a{
  	display: block;
  	background: url(../../_img/icon-arrow-black.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  	text-decoration: none;
    padding: 5px 0;
  	color: #000;
  }

  .btnBox a:hover{
  	color: #fff;
    background: #000 url(../../_img/icon-arrow-white.png) no-repeat 98% 50%;
  	background-size: 15px 15px;
  }


}

/* iphone SE */
@media (max-width: 320px) {

  span.refer{
    margin: 0 0 0 4px;
    font-size: 8px;
  }


}
