@charset "UTF-8";

*:first-child+html body {padding-left:1px;}/* for IE7 */ *html body {padding-left:1px;} /* for IE6 or below */  blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul {margin:0;padding:0;} h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight:normal;} ol, ul {list-style:none;} q:before, q:after {content: '';} table {border-spacing:0;font-size:100%;} /* tables still need 'cellspacing="0"' */ a img, fieldset, img {border:0;vertical-align:middle}

a, a:visited, a:active {
	outline: none;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

body {
  font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace", "serif";
  font-size: 16px;
  margin: 0;
}

div.box {
  width: 1000px;
  margin: auto;
}

/**********************************
      　　　ヘッダー開始
**********************************/
header::before {
  border-top: 3px solid #232b58;
  width: 100%;
  position: absolute;
  z-index: 1;
  content: '';
}

header div.pc-only {
  display: block;
  position: absolute;
  left: 1030px;
}

ul.sp-only {
  display: none;
}

header div.box {
  padding: 40px 0;
  position: relative;
}

header h1 {
  display: inline-block;
  margin: 0 180px 0 10px;
}

header nav {
  display: inline-block;
  float: right;
  overflow: hidden;
}

header nav ul li {
  display: inline-block;
  margin-right: 50px;
}

header nav ul li:last-child {
  margin-right: 0;
}

div.request {
  text-align: right;
  margin-right: 108px;
}

div.request img.request {
  position: fixed;
  top: 0px;
  }


div.contact {
  text-align: right;
  margin-right: 49px;
}

div.contact img.contact {
  position: fixed;
  top: 0px;
  }

div.main-photo {
  background-image: url("../img/main.png");
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
}

div.main-photo h2 {
  font-size: 45px;
  padding: 90px 0 45px 0;
  line-height: 1em;
}

div.main-photo p {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 2.0;
}

div.main-photo br.sp-only {
  display: none;
}    


div.main-photoyakiniku {
  background-image: url("../img/yakiniku.png");
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
}

div.main-photoyakiniku h2 {
  font-size: 45px;
  padding: 90px 0 45px 0;
  line-height: 1em;
}

div.main-photoyakiniku p {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 2.0;
}

div.main-photoyakiniku br.sp-only {
  display: none;
}    






div.main-photooroshi {
  background-image: url("../img/oroshi.png");
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
}

div.main-photooroshi h2 {
  font-size: 45px;
  padding: 90px 0 45px 0;
  line-height: 1em;
}

div.main-photooroshi p {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 2.0;
}

div.main-photooroshi br.sp-only {
  display: none;
}    






div.main-photomiso {
  background-image: url("../img/miso.png");
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
}

div.main-photomiso h2 {
  font-size: 45px;
  padding: 90px 0 45px 0;
  line-height: 1em;
}

div.main-photomiso p {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 2.0;
}

div.main-photomiso br.sp-only {
  display: none;
}    




div.main-phototomato {
  background-image: url("../img/tomato.png");
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
}

div.main-phototomato h2 {
  font-size: 45px;
  padding: 90px 0 45px 0;
  line-height: 1em;
}

div.main-phototomato p {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 2.0;
}

div.main-phototomato br.sp-only {
  display: none;
}    




div.main-photogoma {
  background-image: url("../img/goma.png");
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
}

div.main-photogoma h2 {
  font-size: 45px;
  padding: 90px 0 45px 0;
  line-height: 1em;
}

div.main-photogoma p {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 2.0;
}

div.main-photogoma br.sp-only {
  display: none;
}    







div#footer {
  background-image: url("../img/banner/bnr-pc.png");
  background-size: contain;
  position: fixed;
  width: 100%;
  height: 60px;
  background-position: center;
  background-color: #232b58;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 2;
}

/**********************************
      　　　メイン開始
**********************************/
main div {
  overflow: hidden;
}

main div.box-up img {
  margin-top: 65px;
  width: 474px;
}

main div h3 {
  font-size: 30px;
  display: inline-block;
  line-height: 1.0;
  float: left;
}

main div h3 span {
  font-size: 18px;
}

main div.box-up h3 {
  width: 485px;
  margin: 120px 0 20px 0;
}

main div.box-up p {
  width: 465px;
  float: left;
  margin-right: 61px;
}

main div.box-down {
  margin-bottom: 110px;
}

main div.box-down h3 {
  margin: 85px 0 20px 55px;
  width: 470px;
  float: right;
}

main div.box-down p {
  width: 470px;
  display: inline-block;
  margin-left: 55px;
  float: right;
}

main div.box-down img {
  margin-top: 70px;
  width: 475px;
}

main h4 {
  font-size: 30px;
  padding: 60px 0 75px 0;
  margin: 0 auto;
  /*writing-mode: vertical-rl;*/
  line-height: 1;
  width: 40px;
  text-align: center;
}

@supports (-ms-ime-align:auto) {
  main h4 span.square {
    width: 40px;
    text-align: center;
  }
}

div#business img {
  width: 474px;
}

main div.bg-gray {
  background-color: #f9f4f0;
}

main h5 {
  font-size: 20px;
  margin: 25px 0;
  text-align: center;
  line-height: 1.0;
}

main div.box div.box-sml-lf {
  width: 474px;
  display: inline-block;
  float: left;
}

main div.box div.box-sml-rf {
  width: 474px;
  display: inline-block;
  float: right;
}

div#info li.box-up {
  float: none;
  display: inline-block;
  margin-bottom: 60px
}

div#info h5 {
  margin-top: 0;
  display: inline-block;
}

div#info ul li.img img {
  width: 450px;
  height: 275px;
  position: absolute;
  top: 25px;
  right: 50px;
}

main h6 {
  margin-top: 35px;
  font-size: 15px;
}

main div.box div.box-sml-dwn {
  margin-top: 75px;
  padding-bottom: 80px;
}

main div.box div.box-sml-dwn img {
  float: right;
}

main div h5.title {
  text-align: left;
}

main div.box-sml-dwn p {
   width: 475px;
}

main div.box div.box-sml-dwn p.width {
  width: 476px;
  margin-bottom: 0;
}

main div#product li img {
  max-width: 100%;
}

main div#product li span.detail {
  border: 1px solid #232b58;
}
main div#product li a span.detail {
  display: inline-block;
  color: #232b58;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 65px;
  background: url(../img/arrow-r.png) no-repeat 150px center;
}
main div#product li a:hover {
  text-decoration: none;
}

main div.box ul {
  text-align: center;
  margin-bottom: 75px;
  overflow: hidden;
}

main div.box ul li {
  width: 314px;
  margin-right: 29px;
  float: left;
}

main div.box ul li:nth-child(3n){
  margin-right: 0;
}
div.box ul li.last {
  margin-right: 0;
}

main div.bg-gray div.box ul {
  text-align: center;
  position: relative;
}

main ul li span {
  display: block;
}

main div.bg-gray div.box ul h5 {
  width: 380px;
  text-align: left;
  display: inline-block;
}

main div.bg-gray div.box ul li {
  width: 380px;
  margin: 0 0 0 11.5%;
}

main div#info ul li.box-up span {
  text-align: left;
}

main div#info div.bg-gray div.box ul img {
  width: 450px;
  height: 275px;
  float: right;
  overflow: hidden;
  margin-right: 50px;
}

main div#info ul li span {
  text-align: left;
}

main h4 span.square {
  color: #232b58;
  font-size: 27px;
  margin-bottom: 14px;
  display: inline-block;
  width: 40px;
  text-align: center;
}
@media all and (-ms-high-contrast: none){
  main h4 span.square {
  padding-left: 1px;
  }
}

main #info dl {
  margin-bottom:80px;
}

main #info #history {
  margin-left: 11.5%;
}

main #info dl dt {
  float: left;
  width: 150px;
}

main #info dl dd {
  padding-left: 200px;
  width: 600px;
  margin-bottom: 20px;
}

main #phone {
  text-align: center;
  margin: 80px 0 65px 0;
}

main #phone p.note {
  font-size: 20px;
}

main #phone span {
  font-size: 50px;
  color: #232b58;
}

main #phone span img {
  height: 45px;
  margin: 0 5px 15px 0;
}

/**********************************
      　　　フッター開始
**********************************/
footer {
  width: 100%
}

footer p.top-page {
  font-size: 12px;
  text-align: center;
  background-color: #232b58;
  color: #FFFFFF;
  padding: 20px 0;
  margin-bottom: 58px;
}

/**********************************
      　　　コンタクトページ開始
**********************************/
header div.box-header {
  border-bottom: 1px solid #f0f0f0;
}

div#contact {
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
}

div#contact p {
  width: 1000px;
  margin-bottom: 5px;
}
div#contact p:last-child {
  margin-bottom: 50px;
}

div#contact h2 {
  font-size: 28px;
  padding: 45px 0;
}

div#contact p.red {
  color: #FF0004;
  font-size: 14px;
}

div#contact table {
  margin: 60px 0;
  border-collapse: collapse;
  overflow: hidden;
}

div#contact table th {
  width: 180px;
  text-align: left;
  margin-top: 15px;
}

div#contact table th span {
  font-size: 12px;
}
input[type="text"],textarea {
  width: 495px;
  background-color: #fafafa;
  border: none;
  padding: 14px;
}

textarea {
  height: 190px;
}

th.th-last {
  float: left;
}

div#contact table td {
  padding: 12.5px;
}

div.img-box {
  text-align: center;
  margin: 60px 0;
}

div.img-box .reset {
  display: inline-block;
  margin-right: 21px;
}

div.img-box .email {
  display: inline-block;
}

footer p {
  font-size: 12px;
  text-align: center;
  background-color: #232b58;
  color: #FFFFFF;
  padding: 20px 0;
}

/**********************************
      　　　採用情報ページ開始
**********************************/
div#recruit {
  width: 1000px;
  margin: 0 auto;
}

div#recruit p.title {
  width: 872px;
  font-size: 120%;
  margin-bottom: 20px;
}

div#recruit h2 {
  font-size: 28px;
  padding: 45px 0;
}

div#recruit h3 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-top: 45px; 
}

#recruit table {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  width: 1000px;
  border: 1px solid #eaeaea;
  margin-bottom: 80px;
}

#recruit table th {
  border: 1px solid #eaeaea;
  width: 165px;
  padding: 10px;
  text-align: left;
  font-weight: normal;
}

#recruit table td {
  border: 1px solid #eaeaea;
  padding: 10px;
}
#recruit table a {
  text-decoration: underline;
}
.apply {
  margin-top: -20px;
  margin-bottom: 50px;
  border: 1px solid #eaeaea;
  padding: 10px;
}
.apply p.title {
  font-size: 120%;
}

/**********************************
      　　　商品紹介ページ開始
**********************************/
div#product {
  width: 1000px;
  margin: 0 auto;
}

div#product p {
  width: 1000px;
  margin-bottom: 20px;
}

div#product h2 {
  font-size: 28px;
  padding-top: 45px;
  margin: 0;
}

div#product h3 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-top: 45px; 
}

div.border {
  border: 0.5px solid #000000;
  width: 30px;
  margin-bottom: 40px;
}

div#product p.bg-gray {
  background-color: #fafafa;
  padding: 25px;
  width: 950px;
}

#product table {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  width: 1000px;
  border: 1px solid #eaeaea;
  margin-bottom: 35px;
}

#product table th {
  border: 1px solid #eaeaea;
  width: 209px;
  padding: 10px;
  text-align: left;
  font-weight: normal;
}

#product table td {
  border: 1px solid #eaeaea;
  padding: 15px;
}

div#product-anchor3 table {
 margin-bottom: 80px; 
}

/**********************************
      　　　プライバシーポリシー開始
**********************************/
.privacy p {
  padding-bottom: 20px;
}
.privacy h3 {
  font-weight: bold;
  padding-bottom: 10px;
}

/* ボタン */
  input.reset {
    cursor: pointer;
    border: none;
    width: 183px;
    height: 38px;
    text-indent: -9999px;
    background: url(../img/contact-reset-pc.png) no-repeat 0 0;
  }
  input.confirm {
    cursor: pointer;
    border: none;
    width: 183px;
    height: 38px;
    text-indent: -9999px;
    background: url(../img/contact-confirm-pc.png) no-repeat 0 0;
  }
  input.back {
    cursor: pointer;
    border: none;
    width: 183px;
    height: 38px;
    text-indent: -9999px;
    background: url(../img/contact-back-pc.png) no-repeat 0 0;
  }
  input.submit {
    cursor: pointer;
    border: none;
    width: 183px;
    height: 38px;
    text-indent: -9999px;
    background: url(../img/contact-submit-pc.png) no-repeat 0 0;
  }
  div#formWrap h4 {
    margin-bottom: 20px;
  }
  div#formWrap p.error_messe {
    color: #FF0004;
  }

