@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  line-height: 220%;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;;
}

h2 {
  letter-spacing: 0.5rem;
}

h3 {
  text-align: center;
}

p {
  font-size: 2rem;
  line-height: 5rem;
}

/* スクロール徐々に表示 */
.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}


/* 文字のアニメーション */
.animation {
  margin: 50px 0;
  /* font-size: 40px; */
  font-weight: bold;
  /* color: #ff0000; */
  }
  
.fadeInDown {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% { opacity: 0; -webkit-transform: translateY(-20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
  0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



/* ==================
PC用スタイル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (min-width: 768px) {

body {
  font-size: 2.3rem;
  margin: 0;
  max-width: 100%;
}

/* ヘッダーライン */
.site-header {
  background-color: #075a76;
  z-index: 999;
  padding: 1rem;
}

/* ナビ */
#menu-sp {
  display: none;
}

.menu {
  display: none;
}

.nav-list {
  display: flex;
  justify-content: space-around;
}

.nav-list a {
  color: aliceblue;
  text-decoration: none;
  font-size: 2.5rem;
}

/* h１ */
.h1-title {
  text-align: center;
  margin: 10rem auto 10rem auto;
}

.h1-title h1 {
padding: 3rem 0;
}

.h1 {
  padding-bottom: 4rem;
  border-bottom: 1px solid #075a76;
  display: inline-block;
  width: 60rem;
}

/* 説明文 */
.sentence {
  text-align: center;
  margin: 10rem auto 10rem auto;
}

/* ---------------
イベント情報
ーーーーーーーーーー */
/* タイトル線　緑 */
.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #8fbc8f;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}


/* 惣菜写真３つ */
.column-3 {
  display: flex;
  justify-content: space-around;
  text-align: center;
  width: 100%;
}

.column-3 img {
  margin: auto 1rem;
  width: 70%;
}

/* オードブル */

#o-img {
  width: 50%;
  height: auto;
  margin: 0 auto;
}

#o-img img {
  width: 60%;
  height: auto;
  margin-top: 4rem;
}

.section-right {
  margin-top: 1rem;
  text-align: center;
  width: 40%;
  padding: auto 0;
}

.under {
  border-bottom: double 6px #f6c;
}



/* お弁当 */

.s-text {
  margin-top: -7rem;
  text-align: center;
}

/* スイーツ */
.head-border2 {
  display: flex;
  align-items: center;
}

.head-border2:before,
.head-border2:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #ffc0cb;
}

.head-border2:before {
  margin-right: 1rem;
}

.head-border2:after {
  margin-left: 1rem;
}


/* フルーツ大福 */
.section-under {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.section-left {
  text-align: center;
  margin-top: 20rem;
  margin-left: 10rem;
  width: 50%;
}

.ichigo-img {
  width: 40%;
  height: auto;
  margin-top: 15rem;
  text-align: end;
}

.ichigo-img img {
  width: 60%;
  height: auto;
}

/* かきもち */
.kakimochi-img {
  width: 40%;
  height: auto;
  text-align: center;
}

.kakimochi-img img {
  width: 60%;
  height: auto;
  margin-top: 15rem;
}

#kaki-right {
  margin-top: 20rem;
  width: 50%;
}

/* ---------------
青果部門
ーーーーーーーーーー */

h2 {
  text-align: center;
  margin-top: 15rem;
  margin-bottom: 8rem;
}

/* タイトル　マーカー緑 */
.green {
  padding: 0 30px;
  background:linear-gradient(transparent 60%, #6f6 80%);
}

/* 青果部門の下部分 */
.section-under {
  width: 80%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: auto 10rem;
}

/* 青果部門の左側文章 */
.sentence-left {
  width: 50%;
  height: auto;
  text-align: center;
  margin-top: 5rem;
}

/* 青果部門の右側画像 */
.right-img {
  width: 50%;
  height: auto;
  text-align: center;
}

.right-img img {
  width: 60%;
  height: auto;
  margin-top: 5rem;
}

/* ---------------
精肉部門
ーーーーーーーーーー */

/* タイトル　マーカーピンク */
.pink {
  padding: 0 30px;
  background:linear-gradient(transparent 60%, #f6c 80%);
}

/* 精肉部門の左側画像 */
.left-img {
  width: 50%;
  height: auto;
  text-align: center;
}

.left-img img {
  width: 60%;
  height: auto;
  margin-top: 4rem;
}

/* 精肉部門の右側の文章 */
.sentence-right {
  width: 50%;
  height: auto;
  text-align: center;
  margin-top: 3rem;
}

/*----------------
  鮮魚部門 
  ---------------*/

  /* タイトル　マーカー青 */
.blue {
  padding: 0 30px;
  background:linear-gradient(transparent 60%, #6cf 80%);
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
company
==================== */

/* 創業の経緯 */
.founding-under {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.right-imgca {
  width: 50%;
  height: auto;
  text-align: center;
  margin-top: 9rem;
}

.right-imgca img {
  width: 60%;
  height: auto;
}

.sentence-left {
  width: 50%;
  padding-left: 5rem;
}

.ceo-name {
  text-align: center;
}

/* 経営理念 */
.center-img img {
  display: block;
  margin: auto;
  width: 40%;
}

/* 会社詳細 */
.detail {
  margin-top: 10rem;
}

.detail-t {
  margin: auto;
}

table {
  line-height: 10rem;  
}

td {
  padding-left: 10rem;
}

/* -----------------
採用情報 
-------------------*/
/* 説明文 */
.sentence {
  text-align: center;
  margin: 5rem auto;
}

.recruit-content {
  margin-left: 15rem;
  margin-top: 15rem;
}

.works {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 10rem;
  border-bottom: 1px solid #808080;
}

.discription {
  width: 30%;
}

.works1-2 {
  display: block;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 70%;
  margin-left: 20rem;
}

#works-1 {
  border-bottom: 1px solid #808080;
}

.works-1 {
  display: flex;
  flex-wrap: wrap;
}

.works-2 {
  margin-left: 7rem;
}

.salary-1 ,.salary-2 {
  border-bottom: 1px solid #808080;
}

/* 戻るボタン */
.button-home {
  text-align: right;
  padding-right: 2rem;
}
.button-home img {
  width: 10rem;
  height: auto;
}


/* ----------------
フッター
ーーーーーーーーーーーー */
footer {
  background: linear-gradient(#fddc56, #efebc8);
  padding: 2.5rem;
  margin-top: 10rem;
  background-size: 100% auto;
}

.copyright {
  text-align: right;
}
}


/* ==========================
スマホ用スタイル
============================ */

@media screen and (max-width: 767px) {

body {
  margin: 0;
  max-width: 100%;
  margin: -10px 0; 
}

h1 {
  text-align: center;
  margin: 5rem auto;
}

h2 {
  text-align: center;
  margin: 5rem auto 2rem auto;
  font-size: 1.6rem;
}

h3 {
  text-align: center;
  font-size: 1.5rem;
}

p {
  font-size: 1.3rem;
  line-height: 2.2rem;
}


/* ヘッダーナビ　非表示 */
.nav-list {
  display: none;
}

/* ハンバーガーメニュー */

#toggle {
  position: fixed;
  top: 25px;
  right: 25px;
}

#toggle-box {
  position: relative;
  width: 36px;
  height: 32px;
  cursor: pointer;
}

#toggle-box > span {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #000;
position: absolute;
transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
  top: 0;
}

#toggle-box > span:nth-child(2) {
  top: 50%;
  transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
bottom: 0;
}

#toggle {
  z-index: 1000;
}
#main {
  position: relative;  
  z-index: 990;
}

#nav-content {
  z-index: 900;
  overflow: auto;
  width: 50%;
  height: 100%;
  background: #075a76;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  transform: translateX(100%);
  transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-content ul {
list-style: none;
}

#nav-content a {
display: block;
color: #fff;
text-decoration: none;
padding: 30px 0;
transition: opacity .6s ease;
}

#nav-content a:hover {
opacity: 0.6;
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box > span {
  background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
top: 50%;
transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
top: 50%;
transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
z-index: 999;
transform: translateX(0);
}

.overlay {
background: rgba(0,0,0,0.5);
height: 100vh;
}

/* おわり */

/* h１ */
.h1-title {
  text-align: center;
  /* margin: 5rem auto 5rem auto; */
}

.h1-title h1 {
  padding-bottom: 1.5rem;
}


.h1 {
  /* padding-bottom: 4rem; */
  border-bottom: 1px solid #075a76;
  display: inline-block;
  text-align: center;
}


/* タイトル線　緑 */
.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #8fbc8f;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

/* お惣菜３つの写真 */
.column-3 {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 5rem;
}

.column-3 img {
  width: 70%;
  margin-bottom: 3rem;
}

/* オードブル */
.section-o {
  width: 80%;
  margin: 0 auto;
} 

.left-img img{
  width: 70%;
}

.section-right {
  width: 100%;
}

.under {
  border-bottom: double 6px #f6c;
}


/* スイーツ */
.head-border2 {
  display: flex;
  align-items: center;
}

.head-border2:before,
.head-border2:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #ffc0cb;
}

.head-border2:before {
  margin-right: 1rem;
}

.head-border2:after {
  margin-left: 1rem;
}


/* 苺大福 */
.ichigo-img img {
  width: 70%;
  margin-bottom: 3rem;
}

/* かきもち */
.revers {
  display: flex;
  flex-direction: row-reverse;
}
.kakimochi-img img {
  width: 70%;
}

/* こだわり */
.section-under {
  /* display: block; */
  text-align: center;
  width: 100%;
}

.sentence-left {
  width: 80%;
  margin: 0 auto;
}

.right-img {
  width: 50%;
}

.right-img img {
  width: 80%;
  margin: 0 auto;
}

/* 青果部門 */

/* タイトル　マーカー緑 */
.green {
  padding: 0 20px;
  background:linear-gradient(transparent 30%, #6f6 80%);
}

.right-img {
  width: 100%;
}

.right-img img {
  width: 65%;
}


/* 精肉部門 */
.sentence-right {
  width: 80%;
  margin: 0 auto;
}

/* タイトル　マーカーピンク */
.pink {
  padding: 0 20px;
  background:linear-gradient(transparent 30%, #f6c 80%);
}

.revers {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: no-wrap;
  position: relative;
  width: 100%;
  margin: 0 auto 5rem auto;
}
.left-img img{
  text-align: center;
  width: 65%;
}

/* 鮮魚部門 */
/* タイトル　マーカー青 */
.blue {
  padding: 0 20px;
  background:linear-gradient(transparent 30%, #6cf 80%);
}
  
/* 会社概要 */
.founding-under {
  display: block;
  text-align: center;
}

.sentence-left {
  width: 80%;
  margin: 0 auto;
}

.right-imgca {
  width: 100%;
}

.right-imgca img {
  width: 65%;
}

/* 経営理念 */
.center-img {
  text-align: center;
  width: 100%;
}

.center-img img {
  margin: 0 auto;
  width: 70%;
}

/* 会社詳細 */
.detail-t {
  margin: 2rem auto;
}

table {
  line-height: 3rem;  
}

td {
  padding-left: 3rem;
}

/* 採用情報 */
.sp-none {
  display: none;
}

.sentence {
  margin-bottom: 3rem;
  text-align: center;
}

.works {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 2rem;
  border-bottom: 1px solid #808080;
}

.works1-2 {
  display: block;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 90%;
  margin-left: 5rem;
}

#works-1 {
  border-bottom: 1px solid #808080;
}

.works-1 {
  display: flex;
  flex-wrap: wrap;
}

.works-2 {
  margin-left: 4rem;
}

.works-2 br {
  display: none;
}

.salary-1 ,.salary-2 {
  border-bottom: 1px solid #808080;
}

/*  戻るボタン非表示 */
.button-home {
  display: none;
}



/* ----------------
フッター
ーーーーーーーーーーーー */
footer {
  background: linear-gradient(#fddc56, #efebc8);
  padding: 1rem;
  margin-top: 4rem;
  background-size: 100% auto;
}

.copyright {
  text-align: center;
}

}