@charset "UTF-8";
/* ==========================================================================
   トップページ汎用レイアウト 初期セット
   - 特定案件名やブランド名は書かない
   - 必要に応じてクラス名・カラーは各案件ごとに上書きする前提
   ========================================================================== */
.main__head {
  padding: 40px;
  background: #f0f9f8;
  border-radius: 0 0 0 60px;
  margin-bottom: 60px;
}
.main__ttl {
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
}

/* --------------------------------------
   Products
   -------------------------------------- */
.p-products__head {
  background: #f0f9f8;
  border-radius: 0 0 0 60px;
  margin-bottom: 60px;
}
.p-products__ttl {
  margin: 0;
}
.p-products__pagettl {
  margin: 0 0 40px 0;
  font-size: 20px;
  font-size: 2rem;
  padding-left: 10%;
  font-weight: 400;
}
.p-products .products {
  padding-top: 0;
}
.p-products__in {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.p-products__sub {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
}
.p-products__cat {
  width: 42%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-products__cat--tab {
  min-width: 100px;
  max-height: 54px;
}
.p-products__cat--tab a {
  padding: 15px 0;
}
.p-products__cat--tab a::after {
  right: 10px;
}

/* --------------------------------------
   Item
   -------------------------------------- */
.item {
  padding: 0 40px;
}
.item__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item__imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 55%;
}
.item__thumbs {
  width: 18%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.item__thumbs li {
  margin-bottom: 10px;
  width: 97px;
  height: 97px;
  display: block;
  display: flex;
  justify-content: center;
}
.item__thumbs li.current {
  border-radius: 10px;
  background: #9cd9d3;
}
.item__thumbs li img {
  cursor: pointer;
  border-radius: 10px;
  transform: translate(5px, 5px);
  display: block;
  width: 97px;
  height: 97px;
  -o-object-fit: cover;
     object-fit: cover;
}
.item__thumbs li:hover {
  border-radius: 10px;
  background: #9cd9d3;
}
.item__thumbs li:hover img {
  opacity: 1;
}
.item__main {
  width: 75%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  justify-content: center;
  position: relative;
}
.item__main img {
  border-radius: 42px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item__detail {
  width: 40%;
}
.item__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
}
.item__size {
  color: #808080;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 5px 0;
}
.item__suk {
  border-top: 1px solid #9cd9d3;
  border-bottom: 1px solid #9cd9d3;
  padding: 10px 0;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.item__price {
  margin: 0 20px 0 0;
  font-size: 28px;
  font-size: 2.8rem;
}
.item__price span {
  font-size: 18px;
  font-size: 1.8rem;
}
.item__num select {
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #000;
}
.item__postage {
  color: #808080;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.item__postage a {
  text-decoration: underline;
}
.item__postage a:hover {
  text-decoration: none;
}
.item__btn {
  margin: 0;
  border: 1px solid #000;
  border-radius: 25px;
  background: #9cd9d3;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  text-align: center;
}
.item__btn input[type=submit] {
  border: 1px solid #000;
  border-radius: 25px;
  background: #fff;
  color: #000;
  display: block;
  transform: translate(4px, 4px);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 10px;
  width: 100%;
  font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic Medium", "YuGothic", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}
.item__point {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.item__sub {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  border-right: 2px solid #f2f2f2;
  padding-right: 20px;
  margin-right: 20px;
}
.item__body {
  max-width: 40%;
  font-size: 14px;
  font-size: 1.4rem;
}

/* --------------------------------------
   News
   -------------------------------------- */
.p-news .news {
  background: none;
  padding: 0 40px;
}
.p-news .news__list li {
  border-bottom: 1px dotted #808080;
  padding: 15px 0;
}
.p-news .entry {
  padding: 0 40px;
}
.p-news .entry__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}
.p-news .entry__date {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: right;
}
.p-news .entry__date i {
  margin-right: 5px;
}
.p-news .entry__body {
  font-size: 15px;
  font-size: 1.5rem;
}

/* --------------------------------------
   Privacy Policy
   -------------------------------------- */
.p-privacy .block {
  padding: 0 40px;
  margin-bottom: 60px;
}
.p-privacy .block__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}
.p-privacy .block__txt {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-privacy .block__bg {
  margin: 40px 0;
  background: #f0f9f8;
  padding: 40px;
  border-radius: 20px;
}
.p-privacy .block__bg p {
  margin-bottom: 0;
}
.p-privacy .block__sub {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 0;
}

/* --------------------------------------
   law
   -------------------------------------- */
.p-law .block {
  padding: 0 40px;
  margin-bottom: 60px;
}
.p-law__table {
  width: 100%;
  border-top: 1px solid #9cd9d3;
}
.p-law__table tr:nth-child(odd) {
  background: #f0f9f8;
}
.p-law__table th, .p-law__table td {
  padding: 10px;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  border-bottom: 1px solid #9cd9d3;
}
.p-law__table th {
  min-width: 23%;
}
.p-law__postage {
  width: 80%;
  border: 1px solid #808080;
  margin: 20px 0;
}
.p-law__postage tr {
  background: none;
}
.p-law__postage th {
  min-width: none;
  text-align: center;
}
.p-law__postage th, .p-law__postage td {
  padding: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #808080;
}
.p-law__postage th.txt-r, .p-law__postage td.txt-r {
  text-align: right;
}

/* --------------------------------------
   Shop
   -------------------------------------- */
.p-shop {
  padding-bottom: 60px;
}
.p-shop .shop__flex {
  margin-bottom: 60px;
}
.p-shop .concept {
  background: transparent url(../assets/img/shop/shop_bg.png) no-repeat center;
}
.p-shop .concept__txt {
  width: 30%;
  margin: 40px auto;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-shop .open__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-shop .open__list li {
  margin: 0 5px;
}
.p-shop .open__txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-shop .cal {
  padding: 5% 10%;
  text-align: center;
}
.p-shop .cal__top {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #9cd9d3;
}
.p-shop .cal__in {
  border: 1.5px solid #9cd9d3;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-shop .cal__item {
  margin: 10px;
}
.p-shop .cal__ttl {
  color: #9cd9d3;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}
.p-shop .map {
  padding: 5% 10%;
}
.p-shop .map__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}
.p-shop .map__gmap {
  margin-bottom: 30px;
}
.p-shop .map__gmap iframe {
  border-radius: 30px;
  border: 0;
  width: 100%;
}
.p-shop .map__address {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-shop .map__list {
  padding-left: 20px;
  margin-bottom: 40px;
}
.p-shop .map__list li {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.p-shop .hand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-shop .hand__map {
  width: 48%;
}
.p-shop .hand__detail {
  width: 48%;
  background: #f0f9f8;
  padding: 20px;
  border-radius: 30px;
  position: relative;
}
.p-shop .hand__detail::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-right: 15px solid #f0f9f8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.p-shop .hand__ttl {
  margin-top: 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #808080;
}
.p-shop .hand__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-shop .hand__list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-shop .hand__list li::before {
  content: "♦";
  margin-right: 1em;
  font-size: 10px;
  font-size: 1rem;
}
.p-shop .hand__list li:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */