/* <?php echo get_template_directory_uri(); ?> */
/* <?php echo home_url(); ?> */

body {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    sans-serif;
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: #333333;
}

li {
  list-style: none;
}

.inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

/* fade-in */

/* .fadein1 {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}

.fadein-1 {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 2s;
}

.fadein2 {
  opacity: 0;
  transform: translateZ(100px);
  transition: all 3s;
} */

/* fade-in */

/* header */

.header {
  background-color: #ffffff;
  position: fixed;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid #fda247;
  padding: 20px 0;
}

.header-box {
  align-items: center;
  display: flex;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.logo-a {
  height: 24px;
}

.logo {
  max-width: 120px;
  width: 100%;
  margin-left: 15px;
}

.header-list {
  align-items: center;
  display: flex;
  margin-left: auto;
  font-size: 14px;
}

.header-list ul {
  display: flex;
}

.header-list li {
  margin-left: 15px;
  margin-right: 15px;
}

.header-list a:hover {
  color: #cc9900;
  transition: 1s;
}

/* catch */

/* スライドの動き */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.catch .swiper-slide-active .slide-img,
.catch .swiper-slide-duplicate-active .slide-img,
.catch .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

/* imgタグだと下に隙間ができるのでblockに。 */
.catch .slide-img img {
  display: block;
}

.catch .slide-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  margin-top: 75px;
}

/* deli */

.deli {
  margin-top: 100px;
}

.deli-boxes {
  display: flex;
  justify-content: space-between;
}

.deli-txt h2 {
  color: #cc6600;
  font-size: 40px;
  font-weight: normal;
}

.deli-txt p {
  margin-top: 50px;
  font-size: 20px;
  border-radius: 20px;
  letter-spacing: 2px;
}

.deli-txt a {
  color: #1a73e8;
  text-decoration: underline solid 1px;
  text-underline-offset: 3px;
  transition: 1s;
  margin-top: 20px;
  display: block;
  width: max-content;
}

.deli-txt a:hover {
  color: #cc6600;
}

.deli1,
.deli2 {
  margin-left: 30px;
  max-width: 250px;
  width: 25%;
  height: 375px;
  object-fit: cover;
}

.deli2 {
  margin-top: -30px;
}

/* sell-c */

.sell-c {
  margin-top: 100px;
}

.sell-c .swiper-wrapper {
  transition-timing-function: linear;
}

.sell-c .swiper-container {
  width: 100%;
}

.sell-c .swiper-slide {
  width: 25%;
  height: 300px;
}

.sell-c .swiper-slide img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

/* sell */

.sell {
  margin-top: 100px;
}

.sell-boxes {
  display: flex;
}

.sell-box {
  position: relative;
}

.sell1 {
  max-width: 530px;
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: opacity 1s;
}

.sell-txts {
  width: 50%;
}

.sell-txt1,
.sell-txt2 {
  margin-top: 30px;
  margin-left: 50px;
  color: #000;
  font-size: 28px;
}

.sell-txt2 {
  margin-left: 100px;
}

/* shop */

.shop {
  margin-top: 100px;
}

.shop-boxes {
  display: flex;
  justify-content: space-around;
}

.shop-txt1,
.shop-txt2,
.shop-txt3 {
  color: #000;
  margin-top: 30px;
  font-size: 28px;
}

.shop-txt2 {
  margin-left: 30px;
}

.shop-txt3 {
  margin-left: 60px;
}

.shop-box {
  position: relative;
  margin-left: auto;
}

.shop1 {
  max-width: 530px;
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: opacity 1s;
}

.shop-txts {
  width: 43%;
  margin-right: 50px;
}

.sell-txts a,
.shop-txts a {
  margin-top: 50px;
  margin-left: auto;
  display: block;
  width: max-content;
  font-size: 20px;
  color: #1a73e8;
  text-decoration: underline solid 1px;
  text-underline-offset: 3px;
  transition: 1s;
}

.sell-txts a:hover,
.shop-txts a:hover {
  color: #cc6600;
}

/* contact */

.contact {
  margin-top: 100px;
}

.contact-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact1 {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.contact-txts {
  background-color: #f5f5f5;
  padding: 30px 30px;
}

.contact-txts p {
  margin-bottom: 50px;
  font-size: 20px;
  letter-spacing: 2px;
}

.contact-txts p span {
  font-size: 16px;
}

.contact-txts a {
  background-color: #fda247;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px;
  border: 1px solid #cc6600;
  transition: background-color 1s;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: max-content;
}

.contact-txts a:hover {
  background-color: #ffffff;
  color: #cc6600;
}

/* info */

.info h2 {
  margin-top: 70px;
  color: #cc6600;
  font-size: 30px;
  font-weight: normal;
}

.info-boxes {
  margin-top: 30px;
}

.info-box {
  display: flex;
  align-items: center;
}

.info-time-cate {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 255px;
}

.info-time {
  font-size: 18px;
}

.info-cate {
  font-size: 18px;
  margin-left: 30px;
  background-image: linear-gradient(90deg, #cc6600, #f9b36c);
  color: #ffffff;
  padding: 5px 0;
  max-width: 95px;
  width: 100%;
  text-align: center;
}

.info-title {
  font-size: 18px;
  margin-left: 30px;
}

.info-title:hover {
  color: #cc6600;
}

.info-line {
  height: 1px;
  width: 100%;
  background-color: #cc6600;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* footer */

footer {
  background-image: linear-gradient(90deg, #cc6600, #f9b36c);
  padding-top: 50px;
  margin-top: 100px;
}

.footer-boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  max-width: 120px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 10px;
}

.footer-boxes ul {
  display: flex;
}

.footer-boxes li a {
  font-size: 16px;
  margin-left: 20px;
  margin-right: 20px;
  color: #ffffff;
}

.footer-boxes a:hover {
  opacity: 0.5;
}

.copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  padding-bottom: 10px;
  color: #ffffff;
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  /* header */

  .header-list li {
    font-size: 12px;
  }

  /* sell */
  .sell-txts {
    width: 70%;
  }

  /* shop */
  .shop-txts {
    width: 70%;
  }

  /* footer */
  .footer-boxes li a {
    font-size: 12px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .header-tab-box {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* ハンバーガーメニュー */
  .header-tab-box {
    margin-left: auto;
    margin-right: 15px;
  }

  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    transition: all 0.4s;
    height: 3px; /*線の太さ*/
    width: 25px; /*長さ*/
    border-radius: 3px;
    background: #cc6600;
    display: block;
    content: "";
    cursor: pointer;
    z-index: 9999; /*最前面*/
    cursor: pointer;
  }

  #nav-open span:before {
    bottom: -8px;
  }

  #nav-open span:after {
    bottom: -16px;
  }

  /*中身*/
  #nav-content {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.2s ease-in-out;
  }

  #nav-content.open {
    display: block;
    opacity: 1;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
  }

  /*:beforeにぼかし効果を設定する*/
  #nav-content.open:before {
    content: "";
    overflow: hidden;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    /* -ms-filter: blur(10px); */
    filter: blur(10px);
    z-index: -1; /*重なり順序を一番下にしておく*/
  }

  /*三本線を動かす*/
  #nav-open.active span {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  #nav-open.active span:before {
    -webkit-transform: translateY(-8px) rotate(45deg); /*打ち消す*/
    transform: translateY(-8px) rotate(45deg); /*打ち消す*/
    opacity: 0;
  }

  #nav-open.active span:after {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(90deg);
  }

  /*チェックが入ったら表示する内容*/

  .nav-imgs {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    margin-top: 100px;
    text-align: center;
  }

  .nav-logo {
    max-width: 120px;
    height: auto;
  }

  .nav-list li {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
  }

  .nav-list li a:hover {
    color: #cc6600;
  }

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

  /* header */

  .header-list {
    display: none;
  }

  .logo {
    width: 150px;
    height: auto;
  }

  /* catch */

  .catch .slide-img img {
    height: 450px;
  }

  /* deli */

  .deli {
    margin-top: 50px;
  }

  .deli-boxes {
    flex-direction: column;
  }

  .deli-txt h2 {
    text-align: center;
    font-size: 30px;
  }

  .deli-txt p {
    font-size: 16px;
  }

  .deli1,
  .deli2 {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
    max-width: unset;
  }

  /* sell-c */

  .sell-c {
    margin-top: 50px;
  }

  .sell-c .swiper-slide {
    height: 200px;
  }

  .sell-c .swiper-slide img {
    height: 200px;
  }

  /* sell */

  .sell {
    margin-top: 0px;
  }

  .sell-boxes {
    flex-direction: column-reverse;
  }

  .sell-box {
    margin-left: unset;
    margin-right: unset;
  }

  .sell1,
  .shop1 {
    width: 100%;
    max-width: unset;
    height: 200px;
    margin-top: 20px;
  }

  .sell-txts {
    width: unset;
  }

  .sell-txt1 {
    font-size: 18px;
    margin-left: 0;
  }

  .sell-txt2 {
    font-size: 18px;
    margin-left: 20px;
  }

  .sell-txts a {
    font-size: 16px;
    margin-top: 30px;
  }

  /* shop */

  .shop {
    margin-top: 0px;
  }

  .shop-boxes {
    flex-direction: column;
  }

  .shop-txts {
    width: unset;
    margin-right: 0;
  }

  .shop-txt1 {
    font-size: 18px;
    margin-left: 0;
  }

  .shop-txt2 {
    font-size: 18px;
    margin-left: 20px;
  }

  .shop-txt3 {
    font-size: 18px;
    margin-left: 40px;
  }

  .shop-txts a {
    font-size: 16px;
    margin-top: 30px;
  }

  .shop-box {
    margin-left: unset;
    margin-right: unset;
  }

  /* contact */

  .contact {
    margin-top: 0px;
  }

  .contact-boxes {
    flex-direction: column;
  }

  .contact1 {
    max-width: 250px;
    width: 100%;
  }

  .contact-txts {
    margin-top: 30px;
    margin-left: 0;
    padding: 20px 10px;
  }

  .contact-txts p {
    font-size: 16px;
  }

  .contact-txts p span {
    font-size: 14px;
  }

  .contact-txts a {
    font-size: 16px;
    padding: 10px;
  }

  /* info */

  .info h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
  }

  .info-box {
    display: block;
    flex-direction: column;
  }

  .info-time {
    font-size: 16px;
  }

  .info-cate {
    font-size: 16px;
    padding: 0 10px;
    margin-left: 20px;
    max-width: 65px;
  }

  .info-title {
    margin-top: 20px;
    margin-left: 0;
    font-size: 16px;
  }

  /* footer */

  .footer-boxes {
    flex-direction: column;
  }

  .footer-logo {
    max-width: 100px;
    margin-bottom: 20px;
  }

  .footer-boxes ul {
    flex-direction: column;
  }

  .footer-boxes li {
    text-align: center;
    margin-top: 10px;
  }

  .copyright {
    font-size: 10px;
  }
}
