@charset "utf-8";

/*共通部分-------------------------------------------------*/
body {
  line-height: 2.5em;
}

body, h2, p, a {
  color: #2f4858;
}

h1 {
  color: #006674;
}

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

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

header {
  background-color: #99ae1d;
}

#top {
  text-align: center;
}

.header-top {
  display: block;
  padding: 7px 0;
  background-color: #3c9d52;
}

nav {
  height: 70px;
  padding-top: 10px;
}

.smallh1 {
  font-size: 11px;
  line-height: 0.25em;
  padding-top: 10px;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 125;
}

.pagetop img {
  aspect-ratio: 1/1;
  width: 65px;
  opacity: 0.9;
}
/*-- ハンバーガーメニュー --*/
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 150;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hamburger span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #333333;
  transition: transform .3s;
}

.hamburger span:nth-child(1) {
  top: 30%;
}

.hamburger span:nth-child(2) {
  top: 60%;
}

.hamburger span:nth-child(3) {
  top: 90%;
}

/*-- drawer --*/
.drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 140;
  width: 100%;
  height: 100vh;
  background-color: #333333;
  transition: opacity .3s, visibility .3s;
}

.drawer.is-active {
  visibility: visible;
  opacity: 0.9;
  width: 80%;
}

.drawer__icons1 {
  margin-top: 20px;
  margin-right: 195px;
}

.drawer__icons1 input {
  aspect-ratio: 1 / 1;
    width: 30px;
}

.drawer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
  padding: 0 20px;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drawer__link {
  color: #ffffff;
}

.drawer__icons2 {
  margin-top: 45px;
}
/*----*/

footer {
  background-color: #3c9d52;
  color: #fff;
  padding: 25px 5px 5px;
}

.footicom img {
  width: 100px;
  margin: 50px 0 50px 50px;
  float: left;
}

.footer ul li {
  display: list-item;
  text-align: right;
  margin: 5px 50px 0 0;
}

.smallLetters {
  font-size: 10px;
  line-height: 1.5em;
  text-align: center;
  margin: 22px auto 2px;
}

.icons-bg {
  z-index: 120;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #99ae1d61;
  width: 100%;
  height: 66px;
}

.icons {
  z-index: 130;
  position: fixed;
  top: 20px;
  left: 20px;
}

.icons input {
  aspect-ratio: 1/1;
  width: 30px;
}
/*99ae1d*/
/*index.html-------------------------------------------------*/
/*ページネーションを要素内におく*/
.swiper-box {
  position: relative;
  margin-top: 30px;
}
.swiper-box .swiper {
  width: auto;
  text-align: center;
}
/*スライダーのサイズ調整*/
.swiper-box .swiper img {
  width: 300px;
}
/*ページネーションの位置を調整*/
.swiper-box .swiper-pagination {
  bottom: -20px !important;
}
/*ページネーションの色を変更*/
.swiper-box .swiper-pagination-bullet {
  background: #ffad00;
}

.explanation {
  width: 300px;
  text-align: center;
  background-color: #ffad00;
  padding: 45px 24px;
  margin: 30px auto;
  border-radius: 20px;
}

.explanation h1 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.explanation aside {
  border-top: 1px solid #fff;
  display: block;
  line-height: 1.5em;
  font-size: 11px;
  margin-top: 28px;
  padding-top: 20px;
}

.indexbanner {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
  padding: 0 20px;
  border-bottom: 1px solid #99ae1d;
}

.h2subtitle {
  font-size: 12px;
}

.indexbanner a p {
  font-size: 10px;
  width: 100px;
  text-align: right;
}

/*-- shop.html-------------------------------------------------*/
.page ul{
  display: flex;
  justify-content: flex-start;
  font-size: 11px;
  margin: 3px 0 0 13px;
}

.page-item {
  margin: 0 9px;
}

.h2title {
  margin: 0 10px;
  padding: 10px 20px 5px;
  border-bottom: 2px solid #99ae1d;
}

.grid {
  display: grid;
  margin: 20px;
  gap: 2rem 1rem;
  grid-template-columns: repeat(3,1fr);
  text-align: center;
}

.item {
  line-height: 1.2em;
}

.item img {
  aspect-ratio: 1/1;
  width: 100px;
  object-fit: cover;
}

.item h3 {
  font-size: 0.875rem;
}

.item p {
  font-size: 0.775rem;
}

/*-- item.html-------------------------------------------------*/
.itempage {
  margin: 9px 25px 10px;
  text-align: center;
}

.itempage img {
  width: 320px;
}

.element {
  margin: 0 20px 20px;
}

.element-name {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #99ae1d;
  padding-left: 20px;
}

.element-name h3 {
  font-size: 20px;
}

.element-name p {
  font-weight: bold;
  font-size: 20px;
}

.btn {
  background-color: #ffad00;
  width: 210px;
  margin: 25px auto;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}

.cartin {
  display: flex;
  text-align: left;
  text-indent: 13px;
}

.cartin img {
  width: 34px;
  aspect-ratio: 1/1;
  margin-left: auto;
}

/*-- カートドロワー(css) --*/
#cartCheckbox {
  display: none;
}

#cartCheckbox:checked ~ #js-drawer-conten {
  display: block;
}

/*-- カートドロワー(js) --*/
#js-drawer-content {
  display: none;
}

/*-- カートドロワー(装飾) --*/
.cartdrawers {
  background-color: #fffce0;
  width: 95%;
  border-radius: 10px;
  border: 5px solid #99ae1d;
  z-index: 99;
  position: fixed;
  top: 160px;
  left: 10px;
}

.cartdrawer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.cartdrawers img {
  width: 100px;
  margin: 20px 0;
}

.cartdrawer-item {
  text-align: center;
}

.cartdrawer-item h3 {
  font-size: 20px;
}

.cartdrawers p {
  text-align: center;
}

.cartdrawer-btn {
  display: flex;
  justify-content: space-around;
  margin: ;
  
}

.cartbtn {
  background-color: #fff;
  border: 1px solid #ffad00;
}

.cartdrawer-btn .btn {
  width: 90px;
  padding: 0;
  margin: 10px 0 20px;
}
/*----*/

.element-text p {
  margin: 0 20px;
}

.element-text table {
  width: 300px;
  border: 1px dotted #99ae1d;
  margin: 20px auto 40px;
  text-align: center;
  line-height: 1.75em;
  font-size: 13px;
}

.element-text th {
  background: #fffce0;
}

/*-- mypage.html-------------------------------------------------*/
.news h3 {
  text-indent: 20px;
  margin-top: 3px;
}

.news ul li {
  text-indent: 20px;
  line-height: 28px;
}

.news li {
  border-bottom: 1px dotted #99ae1d;
  margin: 3px 20px 0;
}

.news time {
  font-size: 10px;
  display: inline-block;
  margin-left: 110px;
}

.news a,
.mypageList a {
  color: #2f4858;
}

.newsbtn {
  margin-top: 15px;
  padding: 0;
  border-radius: 20px;
}

.mypageList ul li {
  border: 1px solid #99ae1d;
  border-top: none;
  text-indent: 20px;
}

.mypageList ul li:first-child {
  border: 1px solid #99ae1d;
}

.logoutbtn {
  background-color: #fff;
  border: 1px solid #008472;
  margin-top: 15px;
  padding: 8px;
}

/*-- news.html-------------------------------------------------*/
.article p {
  margin: 0 20px 15px;
}

.newsTitle {
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
}

/*-- privacypolicy.html-------------------------------------------------*/
.pph2 {
  margin-bottom: 20px;
}

.pph3 {
  text-indent: 1em;
}

.ppp {
  text-indent: 1em;
  font-size: 1em;
  margin: 10px 10px 100px;
}

/*-- cart.html-------------------------------------------------*/
.carttitle {
  margin-bottom: 10px;
}

.cartcontent {
  margin: 10px 0;
}

.cartdrawer-img {
  width: 100px;
}

.quantity {
  width: 115px;
  text-align: center;
}

.inquantity {
  border-style: ridge;
  width: 30px;
}

.cartitembtn {
  background-color: #c0c9c2;
  background-size: 30px;
  width: 30px;
}

.paybtn {
  margin-top: 40px;
}

.backbtn {
  background-color: #fff;
  color: #2f4858;
  border: 1px solid #008472;
}

.sums {
  border-bottom: 1px solid #99ae1d;
  display: flex;
  margin: 25px 50px;
}

.sum-c {
  font-size: 20px;
  margin: 0 65px 0 40px;
}

.sum-s {
  font-size: 25px;
  font-weight: bold;
  margin-right: 10px;
}

.sum-u {
  margin: 0;
}

/*-- color --------------------------------------*/
/*-- 白 --*/
.white {
  color: #fff;
}

/*-- 橙 --*/
.orange {
  color: #ffad00;
}

/*-- 黄緑 --*/
.yellowGreen {
  color: #99ae1d;
}

/*-- 緑 --*/
.green {
  color: #3c9d52;
}

/*-- 青緑 --*/
.blueGreen {
  color: #008472;
}

/*-- 深青 --*/
.deepBlue {
  color: #006674;
}

/*-- 紺 --*/
.navyBlue {
  color: #2f4858;
}

/*-- 薄橙 --*/
.lightOrange {
  color: #fffce0;
}

/*-- font --------------------------------------*/
.philosopher-regular {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.philosopher-bold {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.philosopher-regular-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.philosopher-bold-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

/* デスクトップ版-------------------------------------------------------------- */

@media (min-width: 800px) {
  /* 共通 */
  p, a {
    font-size: 20px;
  }
  
  nav {
    height: 125px;
  }
  
  .lightOrange {
    font-size: 45px;
    line-height: 1.05em;
  }
  
  .smallh1 {
    font-size: 35px;
  }
  
  .footicom img {
    width: 225px;
    margin-top: 0;
    margin-left: 75px;
  }
  
  .icons {
  top: 16px;
  left: 50px;
  }
  
  .icons input {
    width: 50px;
  }
  
  .icons a {
    padding-left: 30px;
  }
  
  .pagetop img {
    width: 100px;
  }
  
  /* index.html */
  .swiper-box {
    margin-top: 50px;
  }
  
  .swiper-box .swiper img {
    width: 50%;
  }
  
  .explanation {
    width: 70%;
    margin-top: 80px;
  }
  
  .explanation h1 {
    font-size: 35px;
  }
  
  .explanation aside {
    line-height: 2em;
  }
  
  .indexbanner {
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 0 100px;
  }
  
  .h2subtitle {
    font-size: 23px;
  }
  
  .indexbanner a p {
    font-size: 15px;
  }
  
  .grid {
    margin: 20px 110px 100px;
  }
  
  .item img {
    width: 300px;
  }
  
  /*-- shop.html --*/
  .h2title {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-left: 50px;
  }
  
  .page-item {
    font-size: 15px;
  }
  
  /*-- item.html --*/
  .bigpage {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
  }
  
  .element {
    margin: 10px 100px 100px;
    
  }
  
  .element-name-btn {
    margin: auto 0;
  }
  
  .element-name {
    width: 400px;
  }
  
  .element-name h3 {
    font-size: 28px;
  }
  
  .btn {
    width: 230px;
    margin-top: 50px;
  }
  
  .element-text p {
  text-align: center;
  }
  
  .cartdrawers {
    width: 50%;
    top: 235px;
    left: 400px;
  }
  /*-- mypage --*/
  #mypagemain {
    width: 70%;
    margin: 0 auto;
  }
  
  .news time {
    font-size: 12px;
  }
  
  /*-- news.html --*/
  .article p {
    margin-bottom: 35px;
  }
  
  .newsbtn {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  /*-- cart.html --*/
  .sums {
    justify-content: flex-end;
    padding-right: 15px;
  }
  
  .sum-c {
    font-size: 25px;
  }
  
  .sum-s {
    font-size: 35px;
  }
}

