@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/* =================================
   リセット
================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

pre, form, fieldset, input, textarea, blockquote, article, header, footer, aside, figure, figcaption, nav, section {
  margin: 0;
  padding: 0;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, caption {
  text-align: left;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* ---------追加リセット--------- */
html {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #444;
}

input[type="button"], input[type="submit"], input[type="text"], input[type="email"], textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

/* =================================
   共通設定
================================= */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", 'Yu Gothic', YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  color: #333;
}

a:hover {
  color: #ff0000;
  /*	opacity: .6;*/
  transition: 0.3s;
}

.com-contact-btn:hover, .com-fb-btn:hover {
  opacity: .6;
  transition: 0.3s;
}

.tel-consult {
  display: inline-block;
  margin: 0 !important;
  margin-right: 10px !important;
  padding: 7px 3px 7px 10px;
  border-radius: 16px;
  background: #535353;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  vertical-align: middle;
}

.tel-wrap {
  margin: 0 auto 30px;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

/* ------------------------------
   アコーディオンメニュー
------------------------------ */
@media all and (max-width: 830px) {
  #burger-menu {
    margin-bottom: 5px;
    font-size: 11px;
    text-align: center;
    color: #333;
  }

  .inner {
    width: 680px;
    margin: 0 auto;
  }

  .inner:after {
    content: "";
    clear: both;
    display: block;
  }

  /* header */
  #top-head {
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
  }

  #top-head a,
  #top-head {
    color: #fff;
    text-decoration: none;
  }

  #top-head .inner {
    position: relative;
  }

  #top-head .logo {
    float: left;
    font-size: 36px;
  }

  #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }

  /* Toggle Button */
  #nav-toggle {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
  }

  #nav-toggle div {
    position: relative;
  }

  #nav-toggle span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    border-radius: 3px;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #nav-toggle span:nth-child(2) {
    top: 0;
  }

  #nav-toggle span:nth-child(3) {
    top: 15px;
  }

  #nav-toggle span:nth-child(4) {
    top: 30px;
  }

  #burger-cover {
    height: 70px !important;
    background: transparent !important;
  }

  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }

  #top-head {
    top: 0;
    margin-top: 0;
  }

  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }

  #mobile-head {
    background: #fff;
    width: 100%;
    height: 100px;
    z-index: 999;
    position: relative;
  }

  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 18px;
    color: #333;
    font-size: 26px;
  }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    z-index: 2;
    top: -570px;
    background: #e7380d;
    width: 100%;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }

  #global-nav ul li {
    display: block;
    margin: 5px 20px;
  }

  /*
  #global-nav ul li:last-child {
  		margin-bottom: 0;
  }
  */
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 10px 0 10px 30px;
    background: #fff;
  }

  #top-head #global-nav ul li a:hover {
    opacity: .8;
    transition: .3s;
  }

  #nav-toggle {
    display: block;
  }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(2) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .open #nav-toggle span:nth-child(3) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(4) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .open #burger-menu {
    visibility: hidden;
  }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(670px);
    -webkit-transform: translateY(670px);
    transform: translateY(670px);
  }

  /*--- アロー ---*/
  #global-nav li a:before {
    position: absolute;
    right: 60px;
    content: "\f054";
    font-family: FontAwesome;
    color: #e7380d;
  }
}
/*--- レスポンシブ ---*/
/*@media all and (max-width: 330px) {
	#nav-toggle {
			right: 3px;
	}
}*/
/* ------------------------------
   テーブルスクロール
------------------------------ */
div.scroll-x {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 15px;
}

div.scroll-x::-webkit-scrollbar {
  height: 8px;
}

div.scroll-x::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

div.scroll-x::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

/* ------------------------------
   googleマップ
------------------------------ */
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
   先輩社員の声
------------------------------ */
.co-worker-list {
  margin-bottom: 70px;
  padding-left: 35px;
}
.co-worker-list li {
  position: relative;
  margin-bottom: 30px;
  text-indent: -0.5em;
}
.co-worker-list a {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}
.co-worker-list a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-left-color: #000;
}
.co-worker-list a:hover:before {
  border-left-color: #ff0000;
  transition: 0.3s;
}

/*   voiceアクティブ   */
ul.co-worker-list li a.act {
  color: #ccc;
}

ul.co-worker-list li a.act:before {
  border-left-color: #ccc !important;
}

/* =================================
   メイン
================================= */
.container {
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  /*	padding-bottom: 60px;*/
  /*	background: #fff;*/
}

/* ---------ヘッダー--------- */
header {
  position: relative;
}

header .inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

header .inner #mobile-head {
  padding-top: 20px;
}

header h1 {
  margin-bottom: 15px;
}

.company-btn {
  position: absolute;
  top: 33px;
  right: 0;
}

.company-btn a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

header ul {
  margin-bottom: 25px;
}

header ul li {
  display: inline-block;
  font-size: 15px;
}

header ul li > a {
  display: inline-block;
  padding: 0 23px;
  border-left: 1px solid #000;
}

header ul li:first-child > a {
  padding-left: 0;
  border-left: none;
  padding-bottom: 10px;
}

header ul li a.current {
  color: #999;
}

header ul li a.current-m {
  color: #999;
}

header ul li a.current-m:hover {
  color: #ff0000;
}

/* ---------メインコンテンツ--------- */
#contents-list ul li {
  float: left;
  width: 23.61%;
  margin-right: 1.8518%;
}

#contents-list ul li:nth-child(4n) {
  margin-right: 0;
}

#contents-list ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 13px;
}

#contents-list ul li a:nth-of-type(2) {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

#contents-list ul li a:hover {
  opacity: 0.6;
}

#contents-list ul li p {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.57;
}

/* ---------フッター--------- */
#footer-top {
  margin-bottom: 22px;
}

#footer-top > h3 {
  margin-bottom: 10px;
}

#footer-top > p {
  display: inline-block;
  vertical-align: middle;
}

#footer-top > p:not(:last-of-type) {
  margin-right: 20px;
}

.f-address {
  font-size: 14px;
}

.f-tel a {
  font-size: 28px;
  font-weight: bold;
}

.f-tel a:before {
  content: url("../../images/footer_icon_tel.svg");
  margin-right: 4px;
}

.f-fax {
  margin-top: -0.5rem;
  font-size: 20px;
  font-weight: bold;
}

.f-fax:before {
  content: url("../../images/footer_icon_fax.svg");
  position: relative;
  top: 5px;
  margin-right: 4px;
}

.f-form a {
  display: inline-block;
  margin-top: -0.7rem;
  font-size: 16px;
  font-weight: bold;
}

.f-form a:before {
  content: url("../../images/footer_icon_mail.svg");
  position: relative;
  top: 5px;
  margin-right: 4px;
}

.f-form a:after {
  content: "\f04b";
  font-family: FontAwesome;
  margin-left: 4px;
}

#footer-bottom {
  padding: 20px 0 40px;
  background: #e7380d;
}

#footer-bottom, #footer-bottom a {
  color: #fff;
  font-size: 12px;
}

#footer-bottom ul {
  float: left;
}

#footer-bottom ul li {
  display: inline-block;
  margin-right: 15px;
}

#footer-bottom ul li a:hover {
  color: yellow;
}

#footer-bottom p {
  float: right;
}

/* =================================
   下層ページ
================================= */
/* ---------下層ページ共通 --------- */
/*下層ヘッダー*/
.contents-header {
  border-bottom: 1px solid #666;
  margin: 30px 0 40px;
  padding-bottom: 20px;
}
.contents-header h2 {
  float: left;
  margin-right: 45px;
  font-size: 28px;
  font-weight: bold;
}
.contents-header p:first-of-type {
  float: left;
  padding-top: 5px;
  color: #666;
  font-size: 19px;
}
.contents-header p:nth-of-type(2) {
  float: right;
  padding-top: 5px;
  color: #666;
  font-size: 18px;
}
.contents-header p:nth-of-type(2) a {
  color: #666;
}
.contents-header p:nth-of-type(2) a:hover {
  color: #ff0000;
}
.contents-header p:nth-of-type(2) a:before {
  content: "\f04b";
  font-family: FontAwesome;
  margin-right: 4px;
}

/*下層コンテンツ*/
.cnotents-wrap {
  max-width: 700px;
  margin: 0 auto;
}
.cnotents-wrap .com-photo img, .cnotents-wrap .com-map img {
  width: 100%;
  height: auto;
}
.cnotents-wrap .com-url a {
  color: #0071bc;
  text-decoration: underline;
}

/*バックナビ*/
ul.nav-back {
  margin: 40px 0 60px;
  text-align: right;
}
ul.nav-back li {
  display: inline-block;
}
ul.nav-back li:first-child {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #333;
}

/* ---------企業情報--------- */
#corporate .cnotents-wrap h3 {
  margin-bottom: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ff0000;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
}
#corporate .cnotents-wrap h3 span {
  color: #ff0000;
  font-weight: bold;
}
#corporate .cnotents-wrap .h3-reset {
  padding-bottom: 0;
  border-bottom: none;
}
#corporate .cnotents-wrap p {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.58;
}
#corporate .cnotents-wrap .h3-lead {
  margin-bottom: 45px;
  font-size: 19px;
  color: #666;
  line-height: 1.4;
}
#corporate .cnotents-wrap .com-photo {
  margin: -20px 0 40px;
}
#corporate .cnotents-wrap .com-url {
  margin: -20px 0 50px;
}

/* ---------会社所在地 --------- */
.cnotents-wrap .com-map {
  margin-bottom: 10px !important;
}
.cnotents-wrap .com-map img {
  border: 1px solid #666;
}
.cnotents-wrap .link-gmap {
  margin-bottom: 30px;
  padding: 10px 10px 10px 0;
  background: #0071bc;
  text-align: right;
}
.cnotents-wrap .link-gmap a {
  color: #fff;
  font-size: 18px;
}
.cnotents-wrap .link-gmap a:hover {
  color: yellow;
}
.cnotents-wrap .link-gmap a:before {
  content: "\f04b";
  font-family: FontAwesome;
  margin-right: 4px;
}
.cnotents-wrap .note-access {
  max-width: 28em;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.7;
}
.cnotents-wrap .note-access li:before {
  content: "\f111";
  font-family: FontAwesome;
  margin-right: 4px;
}

/* ---------会社概要 --------- */
#co-profile table {
  width: 100%;
}
#co-profile table caption {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
}
#co-profile table th, #co-profile table td {
  padding: 15px;
  border: 1px solid #666;
  color: #666;
  font-size: 14px;
  line-height: 1.3;
}
#co-profile table th {
  width: 10em !important;
  background: #d8d8d8;
  white-space: nowrap;
}
#co-profile table td ul {
  list-style-type: disc;
  margin-left: 20px;
}
#co-profile table td ul li {
  margin-bottom: 10px;
}
#co-profile .cnotents-wrap div:first-of-type {
  margin-bottom: 60px;
}
#co-profile .cnotents-wrap div table {
  margin-bottom: 10px;
}

/* ---------社長あいさつ --------- */
#message .cnotents-wrap h3:first-of-type {
  margin-bottom: 10px;
}
#message .cnotents-wrap p:first-of-type {
  margin-bottom: 35px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
#message .cnotents-wrap h3:nth-of-type(2) {
  margin-bottom: 20px;
  color: #666;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
#message .cnotents-wrap p:nth-of-type(2), #message .cnotents-wrap p:nth-of-type(3) {
  color: #666;
  line-height: 1.625;
}
#message .cnotents-wrap p:nth-of-type(2) {
  margin-bottom: 35px;
}
#message .cnotents-wrap p:nth-of-type(3) {
  margin-bottom: 80px;
}
#message .cnotents-wrap h3:nth-of-type(3) {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: bold;
}
#message .cnotents-wrap ul.promise {
  font-size: 19px;
}
#message .cnotents-wrap ul.promise li {
  margin-bottom: 20px;
  padding: 0 0 5px 10px;
  border-bottom: 2px solid #ff0000;
  font-weight: bold;
}
#message .cnotents-wrap ul.promise li:before {
  position: relative;
  top: 3px;
  margin-right: 20px;
}
#message .cnotents-wrap ul.promise li:nth-child(1):before {
  content: url("../../images/message_list_1.png");
}
#message .cnotents-wrap ul.promise li:nth-child(2):before {
  content: url("../../images/message_list_2.png");
}
#message .cnotents-wrap ul.promise li:nth-child(3):before {
  content: url("../../images/message_list_3.png");
}
#message .cnotents-wrap ul.promise li:nth-child(4):before {
  content: url("../../images/message_list_4.png");
}
#message .cnotents-wrap ul.promise li:nth-child(5):before {
  content: url("../../images/message_list_5.png");
}
#message .cnotents-wrap ul.promise li:nth-child(6):before {
  content: url("../../images/message_list_6.png");
}
#message .cnotents-wrap ul.promise li:nth-child(7):before {
  content: url("../../images/message_list_7.png");
}
#message .cnotents-wrap ul.promise li:nth-child(8):before {
  content: url("../../images/message_list_8.png");
}
#message .cnotents-wrap ul.promise li:nth-child(9):before {
  content: url("../../images/message_list_9.png");
}
#message .cnotents-wrap ul.promise li:nth-child(5) {
  margin-bottom: 0;
}
#message .cnotents-wrap ul.promise li:nth-child(6) {
  line-height: 1.5;
  padding-left: 60px !important;
  text-indent: -50px;
}
#message .cnotents-wrap ul.promise li:nth-child(6):before {
  top: 25px;
}

/* --------- 商品開発 --------- */
#development .cnotents-wrap h3:first-of-type {
  margin-bottom: 10px;
}
#development .cnotents-wrap p:first-of-type {
  margin-bottom: 35px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
#development .cnotents-wrap p {
  color: #666;
  line-height: 1.625;
  margin-bottom: 35px;
}
#development .caption {
  font-size: 10px;
}

/* --------- おせち --------- */
#osechi .cnotents-wrap h3:first-of-type {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
}
#osechi .cnotents-wrap p:nth-of-type(1), #osechi .cnotents-wrap p:nth-of-type(2) {
  color: #666;
  line-height: 1.625;
}
#osechi .cnotents-wrap p:nth-of-type(2) {
  margin-bottom: 35px;
}
#osechi .cnotents-wrap p:nth-of-type(3) {
  margin-bottom: 50px;
}
#osechi .cnotents-wrap p:nth-of-type(4), #osechi .cnotents-wrap p:nth-of-type(5) {
  text-align: center;
}
#osechi .cnotents-wrap p:nth-of-type(5) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
}

.osechi-list {
  padding: 23px 50px;
  background: #ececec;
}

.osechi-list li {
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
}

.osechi-list li:not(:last-child) {
  margin-bottom: 10px;
}

.osechi-list li p:first-of-type {
  float: left;
  width: 310px;
}

.osechi-list li p:last-of-type {
  float: right;
  width: 215px;
  margin-bottom: 0 !important;
  line-height: 0 !important;
}

/* --------- ケータリングサービス --------- */
#catering .cnotents-wrap p:first-of-type {
  width: 384px;
  margin: 65px auto 55px;
}
#catering .cnotents-wrap p:nth-of-type(2) {
  color: #666;
  line-height: 1.625;
  margin-bottom: 30px;
}
#catering .cnotents-wrap p:nth-of-type(3) {
  color: #666;
  line-height: 1.625;
  margin-bottom: 30px;
}
#catering .cnotents-wrap p:nth-of-type(4) {
  color: #666;
  line-height: 1.625;
  margin-bottom: 30px;
}
#catering .cnotents-wrap p:nth-of-type(5) {
  color: #666;
  line-height: 1.625;
  margin-bottom: 30px;
}
#catering .cnotents-wrap p:nth-of-type(5) {
  margin-bottom: 80px;
}
#catering .cnotents-wrap .f-tel {
  vertical-align: top;
}
#catering .cnotents-wrap .com-contact-btn, #catering .cnotents-wrap .com-fb-btn {
  text-align: center;
}
#catering .cnotents-wrap .com-contact-btn {
  margin-bottom: 20px;
}
#catering .cnotents-wrap .com-fb-btn {
  margin-bottom: 55px;
}
#catering .cnotents-wrap .com-photo + p {
  margin: 10px 0 30px;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.bento-list {
  margin: 70px 0 10px;
  text-align: center;
}
.bento-list li {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.bento-list li p {
  margin: 0 !important;
  padding: 0 !important;
}
.bento-list li:first-child {
  width: 315px;
}
.bento-list li:first-child p {
  width: 100% !important;
}
.bento-list li:first-child p img {
  width: 100%;
  height: auto;
}
.bento-list li:nth-child(2) {
  width: 375px;
}
.bento-list li:nth-child(2) p {
  width: 100% !important;
}
.bento-list li:nth-child(2) p img {
  width: 100%;
  height: auto;
}
.bento-list li:nth-child(3) {
  width: 475px;
  margin-top: 35px;
}

.bento-list + p {
  text-align: center;
  margin-bottom: 40px;
}

.bento-list + p, .bento-list + p + p {
  margin-bottom: 75px;
  font-size: 14px;
  color: #666;
  line-height: 1.625;
}

/* --------- 実店舗販売rita --------- */
#rita .cnotents-wrap h3:first-of-type {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}
#rita .cnotents-wrap h4 {
  margin-bottom: 10px;
  color: #666;
  font-weight: bold;
  line-height: 1.3;
}
#rita .cnotents-wrap p.rita-txt {
  margin-bottom: 35px;
  color: #666;
  font-size: 14px;
  line-height: 1.57;
}
#rita .cnotents-wrap .com-url {
  margin-bottom: 50px !important;
  font-size: 14px;
}
#rita .cnotents-wrap .com-photo {
  margin-bottom: 30px;
}
#rita .cnotents-wrap .gmap {
  margin-bottom: 35px;
}

.rita-adress {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.86;
}

/* --------- contact --------- */
#contact .cnotents-wrap h3 {
  margin-bottom: 10px;
}
#contact .cnotents-wrap h4 {
  margin-bottom: 10px;
  color: #535353;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
#contact .cnotents-wrap h4 + p {
  margin-bottom: 35px;
  font-size: 14px;
}
#contact .cnotents-wrap p {
  color: #666;
  line-height: 1.625;
}
#contact .cnotents-wrap .f-tel {
  margin-bottom: 5px;
}
#contact .cnotents-wrap .f-fax, #contact .cnotents-wrap p:first-of-type {
  margin-bottom: 10px;
}
#contact .cnotents-wrap .f-tel a {
  color: #535353;
}
#contact .cnotents-wrap .f-tel a:hover {
  color: #ff0000;
}
#contact .cnotents-wrap .f-fax {
  margin-top: 0;
  font-size: 28px;
  font-weight: bold;
}
#contact .cnotents-wrap .f-fax:before {
  top: 2px;
}
#contact .cnotents-wrap .com-contact-btn {
  margin-bottom: 55px;
}
#contact .cnotents-wrap ol {
  margin-bottom: 65px;
}
#contact .cnotents-wrap ol li {
  position: relative;
  width: 520px;
  padding: 15px 0 15px 60px;
  border: 1px solid #666;
  color: #666;
  font-weight: bold;
  line-height: 1.3;
}
#contact .cnotents-wrap ol li:not(:last-child) {
  margin-bottom: 40px;
}
#contact .cnotents-wrap ol li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 120%;
  left: 45%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-width: 17px;
  border-top-color: #535353;
}
#contact .cnotents-wrap ol li:nth-child(1) {
  background: url("../../images/contact_num1.png") no-repeat 10px 50%;
}
#contact .cnotents-wrap ol li:nth-child(2) {
  background: url("../../images/contact_num2.png") no-repeat 10px 50%;
}
#contact .cnotents-wrap ol li:nth-child(3) {
  background: url("../../images/contact_num3.png") no-repeat 10px 50%;
}
#contact .cnotents-wrap ol li:nth-child(4) {
  background: url("../../images/contact_num4.png") no-repeat 10px 50%;
}
#contact .cnotents-wrap ol li:nth-child(5) {
  background: url("../../images/contact_num5.png") no-repeat 10px 50%;
}

/* --------- 採用情報--------- */
#recruit .cnotents-wrap h3 {
  padding: 10px 0 10px 30px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #666;
}
#recruit .cnotents-wrap p {
  color: #666;
  font-size: 14px;
  line-height: 1.625;
}
#recruit .cnotents-wrap .new-grad {
  margin-bottom: 40px;
  padding: 10px 5px 10px 30px;
  border: 1px solid #666;
  border-top: none;
}
#recruit .cnotents-wrap .new-grad p:last-of-type {
  color: #333;
  font-weight: bold;
}
#recruit .cnotents-wrap .mid-career {
  margin-bottom: 10px;
  color: #666;
}
#recruit .cnotents-wrap .mid-career dt {
  float: left;
  width: 30%;
  padding-left: 30px;
  border: 1px solid #666;
  border-top: none;
  border-right: none;
  background: #d8d8d8;
  font-size: 17px;
  line-height: 80px;
  white-space: nowrap;
}
#recruit .cnotents-wrap .mid-career dd {
  /*height: 81px*/;
  padding: 10px 10px 10px 15px;
  float: right;
  width: 100%;
  border: 1px solid #666;
  border-top: none;
  font-size: 14px;
  line-height: 1.3;
}
#recruit .cnotents-wrap .part-time {
  margin-bottom: 10px;
  color: #666;
}
#recruit .cnotents-wrap .part-time dt {
  float: left;
  width: 30%;
  padding-left: 30px;
  border: 1px solid #666;
  border-top: none;
  border-right: none;
  background: #d8d8d8;
  font-size: 17px;
  white-space: nowrap;
}
#recruit .cnotents-wrap .part-time dd {
  padding: 10px 10px 10px 15px;
  float: right;
  width: 70%;
  border: 1px solid #666;
  border-top: none;
  font-size: 14px;
  line-height: 1.625;
}
#recruit .cnotents-wrap .part-time dt.first {
  line-height: 80px;
}
#recruit .cnotents-wrap .part-time .first + dd {
  /*height: 81px*/;
}
#recruit .cnotents-wrap .part-time dt.second {
  height: 250px;
  padding-top: 25px;
  line-height: 1.4;
}
#recruit .cnotents-wrap .part-time .second + dd {
  height: 250px;
  padding-left: 40px;
}
#recruit .cnotents-wrap .part-time .second + dd .cooking, #recruit .cnotents-wrap .part-time .second + dd .topping {
  margin-bottom: 25px;
  text-indent: -1em;
}
#recruit .cnotents-wrap .part-time .second + dd .cooking span, #recruit .cnotents-wrap .part-time .second + dd .topping span {
  font-weight: bold;
}
#recruit .cnotents-wrap .com-contact-btn {
  text-align: center;
}
#recruit .cnotents-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* --------- 先輩社員の声 --------- */
/* --  共通 -- */
.voice .cnotents-wrap h3:first-of-type {
  margin-bottom: 10px;
}
.voice .cnotents-wrap p:first-of-type {
  margin-bottom: 35px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.voice .cnotents-wrap p:not(:first-of-type) {
  margin-bottom: 30px;
  color: #666;
  line-height: 1.625;
}
.voice .cnotents-wrap p:last-of-type {
  margin-bottom: 75px;
  font-size: 14px;
}
.voice .cnotents-wrap h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

/* --  一日の流れ  -- */
dl.daily-list {
  margin-bottom: 60px;
}
dl.daily-list dt, dl.daily-list dd {
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #666;
}
dl.daily-list dt {
  float: left;
  width: 22%;
  padding: 17px 5px 17px 50px;
  background: #d8d8d8;
  white-space: nowrap;
}
dl.daily-list dd {
  float: right;
  width: 78%;
  padding: 15px 5px 15px 30px;
  border-left: none;
  font-size: 14px;
  line-height: 1.57;
}

/* --  iさん -- */
#voice-i .cnotents-wrap dl.daily-list dt:nth-of-type(1) {
  background: #d8d8d8 url("../../images/voice_time_i1.png") no-repeat 10px center;
}
#voice-i .cnotents-wrap dl.daily-list dt:nth-of-type(2) {
  background: #d8d8d8 url("../../images/voice_time_i2.png") no-repeat 10px center;
}
#voice-i .cnotents-wrap dl.daily-list dt:nth-of-type(3) {
  background: #d8d8d8 url("../../images/voice_time_i3.png") no-repeat 10px center;
}
#voice-i .cnotents-wrap dl.daily-list dt:nth-of-type(4) {
  background: #d8d8d8 url("../../images/voice_time_i4.png") no-repeat 10px center;
}
#voice-i .cnotents-wrap dl.daily-list dt:nth-of-type(5) {
  background: #d8d8d8 url("../../images/voice_time_i5.png") no-repeat 10px center;
}
#voice-i .cnotents-wrap dl.daily-list dt:nth-of-type(6) {
  background: #d8d8d8 url("../../images/voice_time_i6.png") no-repeat 10px center;
}
#voice-i .cnotents-wrap dl.daily-list dt:nth-of-type(7) {
  background: #d8d8d8 url("../../images/voice_time_i7.png") no-repeat 10px center;
}
#voice-i .cnotents-wrap dl.daily-list dt:nth-of-type(3), #voice-i .cnotents-wrap dl.daily-list dt:nth-of-type(4), #voice-i .cnotents-wrap dl.daily-list dt:nth-of-type(5), #voice-i .cnotents-wrap dl.daily-list dt:nth-of-type(6) {
  height: auto;
  line-height: 59px;
}
#voice-i .cnotents-wrap dl.daily-list dd:nth-of-type(3), #voice-i .cnotents-wrap dl.daily-list dd:nth-of-type(4), #voice-i .cnotents-wrap dl.daily-list dd:nth-of-type(5), #voice-i .cnotents-wrap dl.daily-list dd:nth-of-type(6) {
  height: 95px;
}

/* --  kさん -- */
#voice-k .cnotents-wrap dl.daily-list dt:nth-of-type(1) {
  background: #d8d8d8 url("../../images/voice_time_k1.png") no-repeat 10px center;
}
#voice-k .cnotents-wrap dl.daily-list dt:nth-of-type(2) {
  background: #d8d8d8 url("../../images/voice_time_k2.png") no-repeat 10px center;
}
#voice-k .cnotents-wrap dl.daily-list dt:nth-of-type(3) {
  background: #d8d8d8 url("../../images/voice_time_k3.png") no-repeat 10px center;
}
#voice-k .cnotents-wrap dl.daily-list dt:nth-of-type(4) {
  background: #d8d8d8 url("../../images/voice_time_k4.png") no-repeat 10px center;
}
#voice-k .cnotents-wrap dl.daily-list dt:nth-of-type(5) {
  background: #d8d8d8 url("../../images/voice_time_k5.png") no-repeat 10px center;
}
#voice-k .cnotents-wrap dl.daily-list dt:nth-of-type(6) {
  background: #d8d8d8 url("../../images/voice_time_k6.png") no-repeat 10px center;
}
#voice-k .cnotents-wrap dl.daily-list dt:nth-of-type(7) {
  background: #d8d8d8 url("../../images/voice_time_k7.png") no-repeat 10px center;
}
#voice-k .cnotents-wrap dl.daily-list dt:nth-of-type(8) {
  background: #d8d8d8 url("../../images/voice_time_k8.png") no-repeat 10px center;
}
#voice-k .cnotents-wrap dl.daily-list dt:nth-of-type(4) {
  height: auto;
  line-height: 59px;
}
#voice-k .cnotents-wrap dl.daily-list dd:nth-of-type(4) {
  height: 95px;
}
#voice-k .cnotents-wrap dl.daily-list dt:nth-of-type(5) {
  height: auto;
  line-height: 34px;
}
#voice-k .cnotents-wrap dl.daily-list dd:nth-of-type(5) {
  height: 70px;
}

/* --  tさん -- */
#voice-t .cnotents-wrap p:first-of-type {
  margin-bottom: 35px;
  text-align: left;
}
#voice-t .cnotents-wrap dl.daily-list dt:nth-of-type(1) {
  background: #d8d8d8 url("../../images/voice_time_t1.png") no-repeat 10px center;
}
#voice-t .cnotents-wrap dl.daily-list dt:nth-of-type(2) {
  background: #d8d8d8 url("../../images/voice_time_t2.png") no-repeat 10px center;
}
#voice-t .cnotents-wrap dl.daily-list dt:nth-of-type(3) {
  background: #d8d8d8 url("../../images/voice_time_t3.png") no-repeat 10px center;
}
#voice-t .cnotents-wrap dl.daily-list dt:nth-of-type(4) {
  background: #d8d8d8 url("../../images/voice_time_t4.png") no-repeat 10px center;
}
#voice-t .cnotents-wrap dl.daily-list dt:nth-of-type(5) {
  background: #d8d8d8 url("../../images/voice_time_t5.png") no-repeat 10px center;
}
#voice-t .cnotents-wrap dl.daily-list dt:nth-of-type(6) {
  background: #d8d8d8 url("../../images/voice_time_t6.png") no-repeat 10px center;
}
#voice-t .cnotents-wrap dl.daily-list dt:nth-of-type(2), #voice-t .cnotents-wrap dl.daily-list dt:nth-of-type(4) {
  height: auto;
  line-height: 34px;
}
#voice-t .cnotents-wrap dl.daily-list dd:nth-of-type(2), #voice-t .cnotents-wrap dl.daily-list dd:nth-of-type(4) {
  height: 70px;
}
#voice-t .cnotents-wrap dl.daily-list dt:nth-of-type(5) {
  height: auto;
  line-height: 59px;
}
#voice-t .cnotents-wrap dl.daily-list dd:nth-of-type(5) {
  height: 95px;
}

/* --  Sさん -- */
#voice-s .cnotents-wrap dl.daily-list dt:nth-of-type(1) {
  background: #d8d8d8 url("../../images/voice_time_s1.png") no-repeat 10px center;
}
#voice-s .cnotents-wrap dl.daily-list dt:nth-of-type(2) {
  background: #d8d8d8 url("../../images/voice_time_s2.png") no-repeat 10px center;
}
#voice-s .cnotents-wrap dl.daily-list dt:nth-of-type(3) {
  background: #d8d8d8 url("../../images/voice_time_s3.png") no-repeat 10px center;
}
#voice-s .cnotents-wrap dl.daily-list dt:nth-of-type(4) {
  background: #d8d8d8 url("../../images/voice_time_s4.png") no-repeat 10px center;
}
#voice-s .cnotents-wrap dl.daily-list dt:nth-of-type(5) {
  background: #d8d8d8 url("../../images/voice_time_s5.png") no-repeat 10px center;
}
#voice-s .cnotents-wrap dl.daily-list dt:nth-of-type(6) {
  background: #d8d8d8 url("../../images/voice_time_s6.png") no-repeat 10px center;
}
#voice-s .cnotents-wrap dl.daily-list dt:nth-of-type(7) {
  background: #d8d8d8 url("../../images/voice_time_s7.png") no-repeat 10px center;
}
#voice-s .cnotents-wrap dl.daily-list dt:nth-of-type(8) {
  background: #d8d8d8 url("../../images/voice_time_s8.png") no-repeat 10px center;
}
#voice-s .cnotents-wrap dl.daily-list dt:nth-of-type(5), #voice-s .cnotents-wrap dl.daily-list dt:nth-of-type(8) {
  height: auto;
  line-height: 34px;
}
#voice-s .cnotents-wrap dl.daily-list dd:nth-of-type(5), #voice-s .cnotents-wrap dl.daily-list dd:nth-of-type(8) {
  height: 70px;
}

/* --------- フォーム --------- */
/* --  共通 -- */
.form .cnotents-wrap h3 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}
.form .cnotents-wrap p:first-of-type {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
  line-height: 1.58;
}
.form .cnotents-wrap p:nth-of-type(2) {
  margin-bottom: 25px;
  padding-left: 1em;
  color: #666;
  font-size: 12px;
  line-height: 1.58;
  text-indent: -1em;
}
.form .cnotents-wrap p:nth-of-type(3) {
  margin-bottom: 25px;
  font-size: 14px;
  color: #666;
  line-height: 1.58;
}
.form .cnotents-wrap p:nth-of-type(4) {
  margin-bottom: 25px;
  padding-bottom: 65px;
  border-bottom: 1px solid #999;
  font-size: 12px;
  color: #ff9200;
}
.form .cnotents-wrap form {
  font-size: 14px;
  color: #666;
}
.form .cnotents-wrap form h4 {
  margin-bottom: 20px;
  line-height: 1.3;
}
.form .cnotents-wrap form dl {
  margin-bottom: 50px;
}
.form .cnotents-wrap form dt, .form .cnotents-wrap form dd {
  margin-bottom: 10px;
}
.form .cnotents-wrap form dt {
  float: left;
  width: 165px;
  line-height: 30px;
  white-space: nowrap;
}
.form .cnotents-wrap form dd {
  float: right;
  width: 530px;
  height: 30px;
}
.form .cnotents-wrap form dd input {
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  padding-left: 10px;
}
.form .cnotents-wrap form dd input:focus {
  background: #ffffee;
}
.form .cnotents-wrap form dd input::-webkit-input-placeholder {
  color: #ddd;
}
.form .cnotents-wrap form dd input:-ms-input-placeholder {
  color: #ddd;
}
.form .cnotents-wrap form dd input::-moz-placeholder {
  color: #ddd;
}
.form .cnotents-wrap form ul {
  margin: 0 0 50px 50px;
}
.form .cnotents-wrap form ul li {
  font-weight: bold;
  line-height: 1.5;
}
.form .cnotents-wrap form ul li input {
  margin-right: 10px;
  vertical-align: 0.1em;
}
.form .cnotents-wrap form textarea {
  width: 100%;
  height: 265px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #999;
}
.form .cnotents-wrap form textarea:focus {
  background: #ffffee;
}
.form .cnotents-wrap form textarea::-webkit-input-placeholder {
  color: #ddd;
}
.form .cnotents-wrap form textarea:-ms-input-placeholder {
  color: #ddd;
}
.form .cnotents-wrap form textarea::-moz-placeholder {
  color: #ddd;
}
.form .cnotents-wrap form button {
  display: block;
  width: 450px;
  margin: 0 auto 90px;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.form .cnotents-wrap form button:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.required-mark {
  color: #ff9200;
}

.re-radio {
  line-height: 30px;
}

.replay {
  display: inline-block;
  margin-right: 20px;
}

.replay input {
  width: auto !important;
  height: auto !important;
  border: none;
  margin-left: 10px !important;
  padding: 0;
}

/* --------- プライバシー--------- */
#privacy .cnotents-wrap p {
  margin-bottom: 30px;
  color: #666;
  font-size: 14px;
  line-height: 1.58;
}
#privacy .cnotents-wrap p:not(:first-of-type) {
  text-indent: 1em;
}
#privacy .cnotents-wrap p:last-of-type {
  margin-bottom: 200px;
}

/* --------- サイトマップ--------- */
#sitemap .cnotents-wrap ul.map-list {
  margin: -40px 0 75px;
  font-size: 15px;
}
#sitemap .cnotents-wrap ul.map-list > li {
  padding: 20px 0;
  border-bottom: 1px solid #666;
}
#sitemap .cnotents-wrap ul.map-list li > ul > li {
  display: inline-block;
}
#sitemap .cnotents-wrap ul.map-list li > ul > li:not(:first-child) a:before {
  color: #999;
}
#sitemap .cnotents-wrap ul.map-list li:first-child > ul > li:nth-child(2), #sitemap .cnotents-wrap ul.map-list li:last-child > ul > li:nth-child(2) {
  padding-left: 130px;
}
#sitemap .cnotents-wrap ul.map-list li:nth-child(7) > ul > li:nth-child(2) {
  padding-left: 98px;
}
#sitemap .cnotents-wrap ul.map-list li:last-child > ul > li:last-child {
  padding-left: 90px;
}
#sitemap .cnotents-wrap li a:before {
  content: "\f04b";
  font-family: FontAwesome;
  margin-right: 5px;
}

/* --------- 急速冷凍・超高圧処理代行サービス--------- */
#highpressure .cnotents-wrap h3 {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
}
#highpressure .cnotents-wrap p {
  color: #666;
  line-height: 1.625;
}

/* --------- 米粉使用製品 --------- */
#komeko .cnotents-wrap h3 {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
}
#komeko .cnotents-wrap p {
  color: #666;
  line-height: 1.625;
}

/* ################################## MediaQueries ################################## */
#nav-toggle, #global-nav li:last-child, br.copyright {
  display: none;
}

/* =================================
   breakpoint 1080px以下に適用
================================= */
@media all and (max-width: 1080px) {
  .container, #mobile-head {
    width: 100%;
    padding: 0 15px;
  }

  #main-visual {
    margin: 0 -15px;
  }

  .company-btn {
    right: 15px;
  }

  header ul li > a {
    padding: 0 10px;
  }

  header ul li:first-child > a {
    padding-left: 0;
  }

  #global-nav {
    padding-left: 15px;
  }

  /*--- フッター ---*/
  #footer-top > p:not(:last-of-type) {
    margin-right: 10px;
  }

  .f-address {
    display: block !important;
  }

  #footer-top > p {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 910px) {
  header ul li > a {
    padding: 0 5px;
  }

  header ul li:first-child > a {
    padding-left: 0;
  }
}
@media all and (max-width: 830px) {
  #nav-toggle, #global-nav li:last-child {
    display: block;
  }

  #global-nav {
    padding-left: 0;
  }

  .company-btn {
    display: none;
  }

  header ul li > a {
    border-left: none;
  }

  #global-nav ul {
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  #contents-list ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }

  #contents-list ul li:nth-child(4n) {
    margin-right: 2%;
  }

  #contents-list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 730px) {
  .contents-header p:first-of-type {
    float: none;
  }
  .contents-header p:last-of-type {
    float: none;
  }

  #corporate .contents-header p:last-of-type, #co-profile .contents-header p:last-of-type {
    padding-top: 20px;
  }

  #message .contents-header h2 {
    float: none;
  }
  #message .contents-header p:last-of-type {
    padding-top: 20px;
  }

  .form .cnotents-wrap form dt {
    float: none !important;
    width: 165px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .form .cnotents-wrap form dd {
    float: none !important;
    width: 100% !important;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 725px) {
  .bento-list li:first-child {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 700px) {
  #footer-bottom ul {
    float: none;
    margin-bottom: 15px;
  }

  #footer-bottom p {
    float: none;
    line-height: 1.5;
  }

  #co-profile table th, #co-profile table td {
    white-space: nowrap;
  }

  #message .cnotents-wrap ul.promise {
    font-size: 16px;
  }
  #message .cnotents-wrap ul.promise li {
    margin-bottom: 20px;
    padding: 0 0 5px 5px;
    padding-left: 30px !important;
    line-height: 1.3;
    text-indent: -30px;
  }
  #message .cnotents-wrap ul.promise li:before {
    position: relative;
    top: 5px;
    margin-right: 10px;
  }
  #message .cnotents-wrap ul.promise li:nth-child(1):before {
    content: url("../../images/message_list_1s.png");
  }
  #message .cnotents-wrap ul.promise li:nth-child(2):before {
    content: url("../../images/message_list_2s.png");
  }
  #message .cnotents-wrap ul.promise li:nth-child(3):before {
    content: url("../../images/message_list_3s.png");
  }
  #message .cnotents-wrap ul.promise li:nth-child(4):before {
    content: url("../../images/message_list_4s.png");
  }
  #message .cnotents-wrap ul.promise li:nth-child(5):before {
    content: url("../../images/message_list_5s.png");
  }
  #message .cnotents-wrap ul.promise li:nth-child(6):before {
    content: url("../../images/message_list_6s.png");
  }
  #message .cnotents-wrap ul.promise li:nth-child(7):before {
    content: url("../../images/message_list_7s.png");
  }
  #message .cnotents-wrap ul.promise li:nth-child(8):before {
    content: url("../../images/message_list_8s.png");
  }
  #message .cnotents-wrap ul.promise li:nth-child(9):before {
    content: url("../../images/message_list_9s.png");
  }
  #message .cnotents-wrap ul.promise li:nth-child(5) {
    margin-bottom: 10px;
  }
  #message .cnotents-wrap ul.promise li:nth-child(6) {
    line-height: 1.3;
    padding-left: 30px !important;
    text-indent: -30px;
  }
  #message .cnotents-wrap ul.promise li:nth-child(6):before {
    top: 5px;
  }
  #message .cnotents-wrap ul.promise .br-promise {
    display: none;
  }

  #development .cnotents-wrap p:nth-of-type(5) img {
    width: 100%;
    height: auto;
  }

  .osechi-list {
    padding: 10px;
  }

  /* --  一日の流れ  -- */
  dl.daily-list dt {
    float: none;
    width: 150px;
    height: 50px !important;
    margin-bottom: 0;
    border-bottom: none;
    border-radius: 0 20px 0 0;
    line-height: 1 !important;
  }
  dl.daily-list dd {
    float: none;
    width: 100%;
    height: auto !important;
    padding: 15px 5px 15px 15px;
    border-left: 1px solid #666;
  }

  /* --  iさん -- */
}
@media all and (max-width: 650px) {
  #sitemap .cnotents-wrap ul.map-list li > ul > li {
    display: block;
  }

  #sitemap .cnotents-wrap ul.map-list li:first-child > ul > li:nth-child(2),
  #sitemap .cnotents-wrap ul.map-list li:last-child > ul > li:nth-child(2),
  #sitemap .cnotents-wrap ul.map-list li:nth-child(7) > ul > li:nth-child(2),
  #sitemap .cnotents-wrap ul.map-list li:last-child > ul > li:last-child {
    padding-left: 0;
  }

  #sitemap .cnotents-wrap ul.map-list li > ul > li:not(:first-child) {
    padding: 15px 0 0 20px !important;
  }
}
@media all and (max-width: 640px) {
  #recruit .cnotents-wrap .part-time .second + dd .cooking,
  #recruit .cnotents-wrap .part-time .second + dd .topping {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 620px) {
  .osechi-list {
    padding: 10px;
  }

  .osechi-list li {
    padding: 10px;
  }

  .osechi-list li p:first-of-type {
    float: none;
    width: 95%;
    margin: 0 auto;
  }

  .osechi-list li p:last-of-type {
    float: none;
    margin: 10px auto;
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 550px) {
  #catering .tel-consult, #catering .f-tel {
    display: block;
    text-align: center;
  }

  #catering .tel-consult {
    margin-bottom: 10px !important;
  }
}
@media all and (max-width: 530px) {
  #catering .contents-header h2 {
    float: none;
  }
  #catering .contents-header p:first-of-type {
    float: none;
    padding-top: 20px;
  }

  #contact .cnotents-wrap ol li {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .bento-list li:last-child {
    width: 100%;
  }
  .bento-list li:last-child img {
    width: 100%;
    height: auto;
  }
}
/* =================================
   breakpoint 480px以下に適用
================================= */
@media all and (max-width: 480px) {
  .f-fax {
    margin-bottom: 20px !important;
  }

  #footer-bottom ul li {
    display: block;
    margin-bottom: 15px;
  }

  #footer-bottom ul li a {
    font-size: 14px;
  }

  br.copyright {
    display: block;
  }
}
@media all and (max-width: 450px) {
  #contents-list ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .com-contact-btn img, .com-fb-btn img {
    width: 100%;
    height: auto;
  }

  #recruit .cnotents-wrap .part-time .second + dd {
    height: 280px;
  }

  #recruit .cnotents-wrap .part-time dt.second {
    height: 280px;
  }

  .form .cnotents-wrap form button {
    width: 100%;
  }
  .form .cnotents-wrap form button img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 430px) {
  #privacy .contents-header p {
    padding-top: 40px;
  }
}
@media all and (max-width: 420px) {
  #recruit .cnotents-wrap h3,
  #recruit .cnotents-wrap .new-grad,
  #recruit .cnotents-wrap .mid-career dt,
  #recruit .cnotents-wrap .mid-career dd,
  #recruit .cnotents-wrap .part-time dt,
  #recruit .cnotents-wrap .part-time dd {
    padding-left: 10px;
  }

  #recruit .cnotents-wrap .part-time .second + dd {
    padding-left: 20px;
  }

  .form .cnotents-wrap form ul {
    margin: 0 0 50px 10px;
  }
}
@media all and (max-width: 410px) {
  .contents-header h2 {
    margin-right: 20px;
  }
  .contents-header p:first-of-type {
    padding-top: 10px;
    font-size: 14px;
  }
  .contents-header p:nth-of-type(2) {
    float: none;
    font-size: 16px;
  }

  #catering .cnotents-wrap p:first-of-type {
    width: 100%;
  }
  #catering .cnotents-wrap p:first-of-type img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 400px) {
  #global-nav li a:before {
    right: 30px;
  }
}
@media all and (max-width: 380px) {
  ul.nav-back {
    text-align: center;
  }

  .bento-list li:nth-child(2) {
    width: 100%;
  }
  .bento-list li:nth-child(2) img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 370px) {
  #recruit .cnotents-wrap .mid-career dt,
  #recruit .cnotents-wrap .part-time dt.first {
    line-height: 1.8;
	display:block;
	width:auto;
	float:none;
	border-right:1px solid #666;
  }
  #recruit .cnotents-wrap .mid-career dd,
  #recruit .cnotents-wrap .part-time .first + dd {
    /*height: 110px;*/
	display:block;
	width:auto;
	float:none;
	border-right:1px solid #666;
  }

  #recruit .cnotents-wrap .part-time .second + dd {
    /*height: 300px;*/
	display:block;
	width:auto;
	float:none;
	border-right:1px solid #666;
  }

  #recruit .cnotents-wrap .part-time dt.second {
    /*height: 300px;*/
	display:block;
	width:auto;
	float:none;
	border-right:1px solid #666;
  }
}
@media all and (max-width: 350px) {
  #recruit .cnotents-wrap .part-time .second + dd {
    /*height: 330px;*/
	display:block;
	width:auto;
	float:none;
	border-right:1px solid #666;
  }

  #recruit .cnotents-wrap .part-time dt.second {
    white-space: normal;
    /*height: 330px;*/
	display:block;
	width:auto;
	float:none;
	border-right:1px solid #666;
  }
}
@media all and (max-width: 340px) {
  #footer-top > h3 img {
    width: 100%;
    height: auto;
  }

  .f-address {
    line-height: 1.3;
  }
}
@media all and (max-width: 330px) {
  .contents-header h2 {
    float: none;
    margin-right: 0;
    font-size: 24px;
  }
  .contents-header p:first-of-type {
    display: none;
  }
  .contents-header p:last-of-type {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.4 !important;
  }

  .bento-list li:first-child {
    width: 100%;
  }
  .bento-list li:first-child img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */
