@charset "utf-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
menu {
  display: block;
}

body {
  font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-size: 14px;
  color: #593e1a;
  line-height: 1.5;
}

a {
  color: #593e1a;
  text-decoration: none;
}

a:hover {
  color: #5b8a03;
  text-decoration: underline;
}

a img:hover {
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

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

ul.list,
ol.list {
  list-style: none;
}

/* ==========================================
  ヘッダー(header.html)
========================================== */
#header {
  margin-bottom: 54px;
}

#headeBar {
  position: relative;
  background: rgba(91, 138, 3, 0.8);
  z-index: 1;
}

.headWrap {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
}

#headeBar .logo {
  padding: 10px 0;
}

#headeBar .subNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#headLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 14px;
}

#headLink li {
  padding: 0 12px;
  border-right: 2px solid #fff;
}

#headLink li:first-child {
  padding-left: 0;
}

#headLink li:last-child {
  padding-right: 0;
  border-right: 0;
}

#headLink a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#headSearch {
  position: relative;
  margin-right: 15px;
}

#headSearch form .txt {
  padding-left: 10px;
  width: 178px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 6px;
  outline: 0;
  font-size: 11px;
  font-weight: bold;
}

#headSearch form .txt::placeholder {
  color: #9c9c9c;
}

#headSearch form .btn {
  position: absolute;
  top: 8px;
  right: 12px;
}

#headBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#headBtn .cart {
  margin-right: 11px;
}

#headWord {
  position: relative;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

#headWord .headWrap {
  justify-content: flex-start;
}

#headWord dt {
  margin-right: 1em;
  font-weight: bold;
}

#headWord .list {
  display: flex;
  align-items: center;
}

#headWord .list li:not(:last-child) {
  margin-right: 0.5em;
}

#headWord .list a {
  display: block;
  padding: 5px 8px;
  background: #68b82e;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}

#headWord .list a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

#fv {
  position: relative;
  margin-top: -82px;
  z-index: 0;
}

#fv .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 45px 0 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#fv .catch img {
  width: 480px;
  max-width: 480px;
}

.swiper-fv {
  position: relative;
  z-index: 1;
}

.swiper-fv .swiper-slide {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.swiper-fv .swiper-slide img {
  max-width: none;
}

#gNav {
  margin-bottom: 60px;
}

#gNav .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  width: 960px;
}

#gNav .list li {
  width: 106px;
  max-width: 106px;
  flex-basis: 106px;
}

#gNav .list a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

#gNav .list a .gnav-txt {
  display: block;
  padding: 7px 0;
  border-left: dashed #92b940 1px;
}

#gNav .list a .gnav-txt.gnav-txt-last {
  border-right: dashed #92b940 1px;
}

#gNav .list img {
  margin-bottom: 15px;
}

#gNav .list .nav10000 img {
  margin-bottom: 10px;
}

#headBanner {
  margin: -43px 0 40px;
}

#headBanner .banner {
  text-align: center;
}

#headBanner .banner:not(:last-child) {
  margin-bottom: 1em;
}

#headRecommend {
  position: relative;
  padding-bottom: 31px;
}

#headRecommend h2 img {
  margin-left: 30px;
}

#headRecommend::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 164px;
  background-color: #fefff4;
}

#headRecommend h2 {
  margin-bottom: 20px;
  text-align: center;
}

.swiper-recommend .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-recommend {
  position: relative;
}

.swiper-recommend .swiper-slide {
  margin-right: 16px;
  width: auto !important;
}

.swiper-recommend .swiper-slide a {
  display: table-cell;
  height: 180px;
  vertical-align: middle;
  background-color: #fff;
  border: solid #f1f1f1 1px;
}

.swiper-recommend .swiper-slide img {
  width: 180px;
  height: auto;
  vertical-align: middle;
}

/* ==========================================
  メイン部分(main.html)
========================================== */
#main {
  width: 760px;
}

.topTitle {
  margin-bottom: 30px;
  text-align: center;
}

.top-ue-bnr .top-ue-bnr-in {
  margin-bottom: 40px;
}

.top-ue-bnr .top-ue-bnr-in a,
.top-ue-bnr .top-ue-bnr-in img {
  display: block;
}

.top-ue-bnr .top-ue-bnr-in img,
.top-ue-bnr .top-ue-bnr-in a img {
  width: 100%;
}

#main .itemList {
  display: flex;
  flex-wrap: wrap;
}

#main .itemList .itemBox {
  margin-right: 13px;
  margin-bottom: 24px;
  width: 180px;
}

#main .itemList .itemBox dl dt a {
  display: table-cell;
  height: 180px;
  vertical-align: middle;
  background-color: #fff;
  border: solid #f1f1f1 1px;
}

#main .itemList .itemBox dl dt a img {
  width: 180px;
  height: auto;
  vertical-align: middle;
}

#main .itemList .itemBox:nth-child(4n) {
  margin-right: 0;
}

#main .itemList .itemPrice {
  color: #525252;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.topBtn {
  text-align: center;
}

.topBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 338px;
  height: 58px;
  background: #90b83d;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 15px 0 15px 0;
}

.topBtn a:after {
  content: "";
  display: inline-block;
  margin-left: 28px;
  width: 13px;
  height: 20px;
  background: url(../img/icon-arrow_w.png) center no-repeat;
  background-size: contain;
}

.topBtn a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

#topPush {
  margin-bottom: 46px;
}

#topNew,
#topAbout {
  margin-bottom: 70px;
}

#topNew .itemList {
  margin-bottom: 46px;
}

#aboutWrap {
  background: url(../img/bg-about.png) 55px 80px no-repeat;
  background-size: 540px 580px;
  padding-bottom: 30px;
}

#aboutPh01 {
  margin-bottom: 20px;
  text-align: center;
}

#aboutPh01 img {
  width: 565px;
}

#aboutInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

#aboutPh02 {
  width: 383px;
}

#aboutTxt {
  width: 350px;
}

#aboutTxt p {
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 1.7;
  text-shadow: 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white;
}

#aboutTxt p:last-child {
  margin-bottom: 0;
}

#aboutVideo {
  margin: 0 auto;
  width: 535px;
  box-shadow: 0px 4px 10px #858585;
}

#useInner {
  padding: 48px 46px 80px;
  background-color: #fefff4;
}

#useText {
  margin-bottom: 52px;
  text-align: center;
}

#useList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 40px;
}

#useList li {
  position: relative;
  width: 310px;
  background: #fff;
  counter-increment: num;
  box-shadow: 4px 4px 1px 0px #dfe1d3;
}

#useList li img {
  width: 100%;
}

#useList li::before {
  position: absolute;
  top: -18px;
  left: -12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-size: 34px;
}

#useList li:nth-child(1)::before {
  background-image: url(../img/icon-tsu-no01.png);
}

#useList li:nth-child(2)::before {
  background-image: url(../img/icon-tsu-no02.png);
}

#useList li:nth-child(3)::before {
  background-image: url(../img/icon-tsu-no03.png);
}

#useList li:nth-child(4)::before {
  background-image: url(../img/icon-tsu-no04.png);
}


#useList li .div-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 118px;
  letter-spacing: -0.04em;
  text-align: center;
  line-height: 1.7;
}

#useList li .div-txt .use-txt-span {
  font-size: 13px;
}

/* ==========================================
  レフトナビ(leftnavi.html)
========================================== */
#leftNav {
  width: 180px;
}

#leftNav .obi {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding-bottom: 23px;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}

#leftNav .obi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 11px;
  background-image: url(../img/side-obi-bgimg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

#leftSearch {
  margin-bottom: 20px;
}

#leftSearch dt {
  margin-bottom: 8px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}

#leftSearch dd {
  position: relative;
}

#leftSearch form .txt {
  padding-left: 10px;
  width: 178px;
  height: 30px;
  border: 2px solid #f3a7ac;
  border-radius: 20px;
  outline: 0;
  font-size: 11px;
  font-weight: bold;
}

#leftSearch form .txt::placeholder {
  color: #9c9c9c;
}

#leftSearch form .btn {
  position: absolute;
  top: 8px;
  right: 12px;
}

#leftLink,
#leftCat,
#leftPrice,
#leftRank,
#leftTxt {
  margin-bottom: 55px;
}

#leftLink li:not(:last-child) {
  margin-bottom: 20px;
}

#leftLink a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background: #dde67b;
  border-bottom: 4px solid #5b8a03;
  border-radius: 10px 0 10px 0;
  color: #593e1a;
}

#leftLink a::after {
  content: "";
  position: absolute;
  right: 15px;
  display: inline-block;
  background: url(../img/icon-arrow_g.png) center no-repeat;
  background-size: contain;
  width: 13px;
  height: 20px;
}

#leftLink a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

#leftLink a:active {
  position: relative;
  top: 2px;
  border-bottom-width: 1px;
}

#leftLink a span {
  display: inline-block;
  margin-left: -20px;
}

#leftCat li a {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #92b940;
  font-size: 14px;
  letter-spacing: 0.1em;
}

#leftCat li a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 39px;
}

#leftCat li.meet a::before {
  background-image: url(../img/icon-meet.png);
}

#leftCat li.fish a::before {
  background-image: url(../img/icon-fish02.png);
}

#leftCat li.rice a::before {
  background-image: url(../img/icon-rice.png);
}

#leftCat li.fruit a::before {
  background-image: url(../img/icon-fruit.png);
}

#leftCat li.vegetable a::before {
  background-image: url(../img/icon-vegetable.png);
}

#leftCat li.egg a::before {
  background-image: url(../img/icon-egg.png);
}

#leftCat li.alcohol a::before {
  background-image: url(../img/icon-alcohol.png);
}

#leftCat li.drink a::before {
  background-image: url(../img/icon-drink.png);
}

#leftCat li.sweets a::before {
  background-image: url(../img/icon-sweets.png);
}

#leftCat li.noodles a::before {
  background-image: url(../img/icon-noodles.png);
}

#leftCat li.dish a::before {
  background-image: url(../img/icon-dish03.png);
}

#leftCat li.spices a::before {
  background-image: url(../img/icon-spices.png);
}

#leftCat li.mentaiko a::before {
  background-image: url(../img/icon-mentaiko.png);
}

#leftCat li.home_appliance a::before {
  background-image: url(../img/icon-home_appliance.png);
}

#leftCat li.ticket a::before {
  background-image: url(../img/icon-ticket.png);
}

#leftCat li.daily_necessities a::before {
  background-image: url(../img/icon-daily_necessities.png);
}

#leftCat li.beauty a::before {
  background-image: url(../img/icon-beauty.png);
}

#leftCat li.craft a::before {
  background-image: url(../img/icon-craft.png);
}

#leftCat li.flower a::before {
  background-image: url(../img/icon-flower.png);
}

#leftCat li.special a::before {
  background-image: url(../img/icon-special.png);
}

#leftCat li.regular a::before {
  background-image: url(../img/icon-regular.png);
}

#leftCat li.other a::before {
  background-image: url(../img/icon-other.png);
}

#leftCat li.goza a::before {
  background-image: url(../img/icon-gyoza.png);
}

#leftCat li.motsunabe a::before {
  background-image: url(../img/icon-motsunabe.png);
}

#leftPrice li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5px;
  border-bottom: 1px dashed #92b940;
  font-size: 15px;
}

#leftPrice a::after {
  content: "";
  display: inline-block;
  background: url(../img/icon-arrow_g.png) center no-repeat;
  background-size: contain;
  width: 13px;
  height: 20px;
}

#leftRank .obi {
  margin-bottom: 26px;
}

#leftRank li:not(:last-child) {
  margin-bottom: 16px;
}

#leftRank .rank {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

#leftRank .rank img {
  margin-right: 10px;
}

#leftRank .price {
  color: #525252;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: right;
}

#leftitem {
  margin-bottom: 35px;
}

#leftitem .obi {
  margin-bottom: 26px;
}

#leftitem dd {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

#leftitem dd li {
  margin-bottom: 25px;
}

#leftitem img {
  margin-right: 10px;
}

#leftitem .price {
  color: #525252;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: right;
}

#leftTxt {
  background: #fff;
  border: 1px solid #68b82e;
}

#leftTxt dt {
  padding: 10px 0;
  background: #68b82e;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

#leftTxt dd {
  padding: 10px;
  font-size: 12px;
}

#leftTxt dd p:not(:last-child) {
  margin-bottom: 0.5em;
}

#leftRank .list li a {
  display: table-cell;
  height: 180px;
  vertical-align: middle;
  background-color: #fff;
  border: solid #f1f1f1 1px;
}

#leftRank .list li a img {
  width: 180px;
  height: auto;
  vertical-align: middle;
}

/* ==========================================
  フッター(footer.html)
========================================== */
#footer {
  margin-top: 122px;
  padding-top: 74px;
  background: #f3a7ac;
}

#footer .parts_title {
  margin-bottom: 50px;
  text-align: center;
}

#footerBox {
  margin: 0 auto;
  padding: 50px 50px 44px;
  width: 960px;
  background: #fff;
}

.footerWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footerTxt {
  width: 400px;
}

.footerTxt p {
  color: #363536;
}

.footerObi {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 18px;
  color: #593e1a;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  position: relative;
}

.footerObi:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 11px;
  background-image: url(../img/footer-obi-bgimg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

#footer .onestop-link {
  color: #2649a1;
}

.footerTxt p:not(:last-child) {
  margin-bottom: 1em;
}

.footerTxt .heading {
  font-weight: bold;
}

.footerTxt .attention {
  color: #ff0000;
  font-weight: bold;
}

#footerCopy {
  margin-top: 60px;
  padding: 42px 0 46px;
  border-top: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

/* ==========================================
  よくある質問(faq.html)
========================================== */
.faq-area {
  width: 100% !important;
  background-color: #f7f1dc;
}

.faq-area .to-top {
  display: inline-block;
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
}

.faq-wrapper {
  box-sizing: border-box;
  padding: 40px 20px;
}

.faq-wrapper .faq-wrapper-inner {
  max-width: 800px;
  margin: 0 auto;
}

.faq-wrapper .faq-ttl-wrap{
  display: flex;
  justify-content: center;
}

.faq-wrapper .faq-ttl-wrap img{
  height: 37px;
}

.faq-wrapper h1 {
  text-align: center;
  margin: 0 10px 50px;
}

.faq-wrapper h1 br{
  display: none;
}

.faq-wrapper section {
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.faq-wrapper section h2 {
  background-color: #7ca91f;
  color: #Fff;
  padding: 15px 20px;
}

.faq-wrapper section .inner {
  padding: 0 30px 3px;
}

.acordion-wrap {
  border-bottom: 1px solid #959595;
}

.acordion-wrap:last-child {
  border-bottom: 0;
}


.acordion-wrap summary {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 50px 15px 0;
  cursor: pointer;
}

.acordion-wrap summary h3{
  padding-top: 3px;
}

.acordion-wrap summary::-webkit-details-marker {
  display: none;
}

.acordion-wrap summary::after {
  content: '';
  position: absolute;
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  right: 20px;
  border-bottom: 3px solid #428edb;
  border-right: 3px solid #428edb;
  transition: transform .3s;
}

.acordion-wrap[open] summary::after {
  transform: rotate(225deg);
}

.acordion-wrap summary .icon {
  font-size: 25px;
  margin-right: 8px;
  color: #428edb;
  font-weight: bold;
}

.acordion-wrap .answer {
  display: flex;
  align-items: baseline;
  padding: 0 28px 28px 0;
}

.acordion-wrap .answer p {
  font-size: 16px;
}

.acordion-wrap .answer .icon {
  font-size: 22px;
  margin-right: 8px;
  color: #ed5858;
  font-weight: bold;
}

@media (max-width: 767px) {
  .faq-wrapper{
    padding: 30px 20px;
  }
  .faq-wrapper h1{
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .faq-wrapper h1 br{
    display: block;
  }  

  .faq-wrapper section h2{
    font-size: 18px;
  }

  .acordion-wrap summary h3{
    padding-top: 0px;
  }
  
 }
