@charset "utf-8";

html {
  font-size: 62.5%;
}

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

h2 {
  letter-spacing: 0.5rem;
  font-size: 2.5rem;
}

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

th,td {
  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);
}

/*========= スクロールダウンのためのCSS ===============*/

/*スクロールダウン全体の場所*/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: relative;
  left: 95%;
  top: 150%;
  /*全体の高さ*/
  height: 90px;
  margin-top: 60px;
}

/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: 0;
  top: -10px;
  /*テキストの形状*/
  color: #000000;
  font-size: 1.5rem;
  letter-spacing: 0.5em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 200px;
  background: #000000;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.5s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 50px;
    top: -20px;
    opacity: 1;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  70% {
    height: 50px;
    opacity: 0.7;
  }
  100% {
    height: 0;
    top: 40px;
    opacity: 0;
  }
}

/*========= レイアウトのためのCSS ===============*/


/* MVズーム */
.slide {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.slide-image {
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  opacity: 0;
  animation: slider-1 15s linear infinite;
}

.slide-image:nth-child(1) {
  /* background-image: url(); */
  animation-delay: 0s;
}

.slide-image:nth-child(2) {
  /* background-image: url(); */
  animation-delay: 5s;
}

.slide-image:nth-child(3) {
  /* background-image: url(); */
  animation-delay: 10s;
}

@keyframes slider-1 {
  /* 非表示状態からフェードインを開始する */
  0% {
    opacity: 0;
    transform: scale(1); /* ズームのための指定 */
  }
  /* フェードインを完了し完全表示する */
  4.16% {
    opacity: 1;
  }
  /* ここまで完全表示を維持したらフェードアウトを開始する */
  33.33% {
    opacity: 1;
  }
  /* フェードアウトを完了し非表示にする */
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

/* バナー本体 */
.news-banner {
  display: block;
  height: 38px;
  width: 100%;
  background: linear-gradient(#FBAB7E, #F7CE68);
  overflow: hidden;
}

/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 20s linear infinite;
}

/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}



/* ======================
PC用スタイル
======================== */

@media screen and (min-width: 768px) {

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


/* ーーーーーーーーーーー
メインビジュアル 
ーーーーーーーーーーーーー*/

/* SP非表示 */
.sp-mv , .sp-logo {
  display: none;
}

.mv img {
  width: 100%;
  height: 600px;
  display: block;
}

.mv {
  position: relative;
}

.logo-1 {
  z-index: 999;
  font-size: 2.5rem;
  color: #075a76;
  text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  position: absolute;
  top: 4rem;
  left: 6rem;
  font-weight: bold;
}

.logo-2 {
  letter-spacing: 1.5rem;
  font-style: italic;
  z-index: 999;
  font-size: 6.8rem;
  color: firebrick;
  text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  position: absolute;
  top: 10rem;
  left: 10rem;
  font-weight: 900;
}


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

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

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

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

/* ーーーーーーーーーーーーー
インスタグラム
ーーーーーーーーーーーーーーー */

/* タイトル */
.title {
  font-size: 5rem;
  text-align: center;
  color: #075a76;
  margin-top: -3rem;
}

/* 文章 */
.plan {
  font-size: 2.5rem;
  text-align: center;
  margin: 3rem auto;
}

.plan br {
  display: none;
}

/* インスタ投稿 */
.insta-main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.slick-arrow:before{
	content:""!important;
}

.insta {
  width: 30%;
}


/* VIEW MORE */
.i-view {
  text-align: center;
  margin: 3rem auto;
}

.i-view img:hover {
  transition: 0.5s;
  opacity: 0.5;
}


/* 4つのセクション */
.four-bg {
  background-image: url(../img/bg-color.png);
  height: auto;
  width: 100vw;
  object-fit: cover;
  background-size: cover;
  position: relative;
}

.white-color {
  background-color: #f8f8f8;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 10rem;
  border-radius: 5% 0 5% 0;
}

/* ーーーーーーーーー
お惣菜情報
ーーーーーーーーーーー　*/

.event {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 10rem auto;
  position: relative;
}

.leftimg {
  width: 40%;
  height: auto;
}

.leftimg img {
  height: auto;
  max-width: 100%;
}

.right {
  width: 40%;
  height: auto;
  text-align: center;
}

.right img {
  max-width: 100%;
}



/* ーーーーーーーーーーー
こだわり 
ーーーーーーーーーーーー　　*/
.kodawari {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  width: 100%;
  margin: 0 auto 10rem auto;
}

.left {
  width: 40%;
  height: auto;
  text-align: center;
  margin-top: 5rem;
}

.left img {
  max-width: 100%;
}

.rightimg {
  width: 40%;
  height: auto;
}

.rightimg img {
  max-width: 100%;
  margin-top: 5rem;
  height: auto;
}

/* ーーーーーーーーーーーー
会社概要
ーーーーーーーーーーーーー */
.under {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  margin: 10rem auto;
  padding-bottom: 10rem;
  width: 80%;
  height: auto;
}

.under img {
  height: auto;
  width: 100%;
}

.company {
  display: block;
  width: 40%;
}

#gaiyou-title {
  text-align: center;
  margin: 8rem auto 4rem auto;
}

.gaiyou img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.gaiyou img:hover {
  transition: 0.5s;
  opacity: 0.7;
}

/*ーーーーーーーーー
採用情報 
ーーーーーーーー　*/
.recruit {
  display: block;
  width: 40%;
}

#saiyou-title {
  text-align: center;
  margin: 8rem auto 4rem auto;
}

/* ---------------
お支払い方法 
-----------------*/

.c-pay {
  width: 100%;
  height: auto;
  text-align: center;
}

#h-pay h2 {
  margin-bottom: 5rem;
}

.pay {
  width: 100%;
  text-align: center;
}
.pay img {
  width: 50%;
}

.paimg {
  text-align: center;
}

.paimg img {
  height: auto;
  text-align: center;
  height: auto;
}

/* ーーーーーーーーー
店舗情報 
ーーーーーーーーーー　*/
.under-map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 88%;
  height: auto;
  margin:  0 auto;
}

#h2 {
  text-align: center;
  margin: 10rem auto 8rem auto;
}
/* googleマップ */

.g-map {
  width: 44%;
}

.map-size {
  width: 600px;
  height: 450px;
  max-width: 100%;
}

.right-map {
  width: 44%;
  height: auto;
}

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


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

.form {
  text-align: center;
}

.form img {
  margin-top: 3rem;
}

.form img:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.copyright {
  text-align: right;
}

}



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

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

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

br {
  display: none;
}

.plan br {
  display: block;
}

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

/* メインビジュアルPC非表示 */
.pc-mv, .pc-logo {
  display: none;
}

/* スマホメインビジュアル */
.sp-mv {
  width: 100%;
  height: 450px;
}

.sp-mv img {
  width: 100%;
  height: 500px;
  z-index: 2;
}

/* 文字 */
.sp-logo-1 {
  z-index: 999;
  font-size: 1rem;
  color: #075a76;
  text-shadow:0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-weight: 900;
}

.sp-logo-2 {
  letter-spacing: 0.5rem; 
  font-style: italic;
  z-index: 999;
  font-size: 2.5rem;
  color: firebrick;
  text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  position: absolute;
  top: 5rem;
  left: 5rem;
  font-weight: 900;
} 


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

#toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  background-color: rgba(252, 250, 250, 0.3);
  padding: 1rem;
  border-radius: 15%;
}

#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;
}

/* おわり */

/* スクロールダウン */
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  top: 510px;
  left: 90%;
  /*全体の高さ*/
  height: 90px;
}


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

p {
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
}

th,td {
  font-size: 1.4rem;
  line-height: 3rem;
}

td {
  padding-left: 30px;
}
/* ----------------
インスタ 
-----------------*/
.title {
  font-size: 2rem;
  text-align: center;
  color: #075a76;
  margin-top: 3rem;
}

.plan {
  font-size: 1.4rem;
  text-align: center;
  margin: 4rem auto;
  width: 75%;
}

/* インスタ */
.insta-main {
  margin: 0 auto;
}

.insta {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.insta img {
  margin: 0 auto;
}

.instagram-media {
  padding: 0 !important;
  margin: 0 auto !important;
  width: 250px !important;
  max-width: 320px !important;
  min-width: initial !important; 
  position: relative !important;
}

/* スライド */
.slider {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 500px; /* 高さ */
  text-align: center;
}
.slider .slide {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity 0.4s;
}
.slider .slide:hover {
  opacity: 0.7 !important;
}
.slick-dots {
  bottom: 20px;
}
.slick-dots li button::before {
  color: #fff;
}
.slider > .slick-list,
.slider > .slick-list > .slick-track,
.slider > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/*===================================
    slick 矢印
===================================*/
.slider {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.slide {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 300px;
}

.slide1 {
  background-color: #b6ddff;
}

.slide2 {
  background-color: #b6ffbe;
}

.slide3 {
  background-color: #ffb6e3;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
  left: -25px;
}

.slick-next {
  right: -25px;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: '<';
}

.slick-next:before {
  content: '>';
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

.slick-next {
  right: 0;
}

.slick-prev,.slick-next{
  width: 40px;
  height: 40px;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px;/*少し大きくする*/
}

/* view more ボタン　*/
.i-view {
  text-align: center;
  margin-bottom: 3rem;
  width: 100%;
}

.i-view img {
  width: 60%;
  text-align: center;
}


/* 4つのセクション */
.four-bg {
  background-image: url(../img/sp-bg.png);
  height: auto;
  padding-bottom: 5rem;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  position: relative;
}

/* 2つのセクション */
.white-color {
  background-color: #f8f8f8;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 6rem;
  border-radius: 5% 0 5% 0;
}

/* -----------------
お惣菜情報 
------------------*/
.event {
  display: block;
  flex-wrap: nowrap;
  width: 100%;
  margin: 3rem auto;
  position: relative;
}

/* 左　お惣菜画像 */
.leftimg {
  width: 100%;
  text-align: center;
}

.leftimg img {
  max-width: 350px;
  width: 70%;
}

/* 右　お惣菜情報 */
.right {
  width: 100%;
  height: auto;
  text-align: center;
}

.e-plan {
  width: 80%;
  margin: 0 auto;
}

/* ------------------
こだわり 
-------------------*/

.kodawari {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: no-wrap;
  position: relative;
  width: 100%;
  margin: 0 auto 5rem auto;
}

/* 左　食品へのこだわり */
.left {
  width: 100%;
  height: auto;
  text-align: center;
}

/* 右　画像 */
.rightimg {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.rightimg img {
  max-width: 300px;
  width: 70%;
}

.p-plan {
  width: 80%;
  margin: 0 auto;
}

/* ---------------
下部分 
-----------------*/
.under {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
  
.under img {
  height: auto;
  width: 100%;
}

/* -----------------
会社概要
------------------ */

.company {
  display: block;
  width: 70%;
  height: auto;
  margin: 3rem auto;
}
  
#gaiyou-title {
  text-align: center;
  margin: 9rem auto 2rem auto
}

.gaiyou {
  width: 100%;
  text-align: center;
}
  
.gaiyou img {
  width: 70%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 20px auto;
  text-align: center;
}
  
.gaiyou img:hover {
  transition: 0.5s;
  opacity: 0.7;
}



/* -------------------
採用情報 
---------------------*/

.recruit {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

#saiyou-title {
  text-align: center;
  margin: 2rem auto ;
}

/* ------------------
取り扱い決済 
ーーーーーーーーーーーーー*/
#h-pay {
  margin: 3rem auto;
}
.pay {
  width: 100%;
  text-align: center;
}
.pay img {
  width: 80%;
}

/* -------------------
店舗情報
-------------------- */

/* google MAP */

.under-map {
  display: block;
  width: 100%;
  height: auto;
}

/* タイトル */
#h2 {
  margin: 4rem auto 2rem auto;
}

.g-map {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 3rem;
}

.map-size {
  width: 360px;
  height: 360px;
}

.right-map {
  height: auto;
  margin: 0 auto;
}

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

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

.copyright {
  text-align: center;
}

}