<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap');

html, body {
	margin: 0;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none!important;
  }
}

/*------------
  common
------------*/

.container {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

/*------------
  shop
------------*/

.shop-ttl {
  padding: 65px 0 25px;
  text-align: center;
  border-bottom: 10px solid #DF0001;
}
.shop-ttl h1 {
  font-size: 39px;
  font-weight: 700;
  color: #DF0001;
}
.shop-item {
  display: flex;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #E8E8E8;
}
.shop-item .item-image {
  width: 285px;
}
.shop-item .item-info {
  margin-left: 60px;
}
.shop-item .item-info .info-ttl {
  display: flex;
  align-items: center;
}
.shop-item .item-info .info-ttl h2 {
  font-size: 14px;
  font-weight: 700;
}
.shop-item .item-info .info-ttl span {
  margin-left: 30px;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #000000;
}
.shop-item .item-info .info-ttl p {
  margin-left: 10px;
}
.shop-item .item-info .info-type {
  margin: 20px 0;
  font-size: 12px;
}
.shop-item .item-info .info-table {
  line-height: 21px;
}
.shop-item .item-info .info-table  tr + tr th {
  padding-top: 15px;
}
.shop-item .item-info .info-table th {
  padding-right: 30px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}
.shop-item .item-info .info-table td {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
}
.shop-item .item-info .info-table td span {
  margin-right: 9px;
}
.shop-item .item-info .info-table td img {
  max-width: 20px;
  max-height: 18px;
  vertical-align: middle;
}
/*
.shop-item .item-info .info-table td img {
  bottom: -50%;
  transform: translateY(30%);
}*/

.shop-item .item-link {
  margin-left: auto;
}
.shop-item .item-link a {
  padding: 20px 40px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #000000;
}

.shop-icon {
  display: flex;
  flex-wrap: wrap;
  margin: 110px auto 100px;
  padding: 5px 40px;
  border: 1px solid #707070;
}
.shop-icon .icon-item {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 20px 0;
}
.shop-icon .icon-item p {
  width: 43px;
  text-align: center;
}
.shop-icon .icon-item span {
  margin-left: 15px;
  font-size: 10px;
}

div.container &gt; div.shop-icon &gt; div &gt; p &gt; img {
	height: 32px;
}

@media screen and (max-width: 768px) {
  .shop-ttl {
    margin: 0 15px;
    padding: 15px 0 20px;
    border-bottom: 7px solid #DF0001;
  }
  .shop-ttl h1 {
    font-size: 28px;
  }
  .shop-item {
    display: block;
    padding: 60px 30px 50px;
    border-bottom: 1px solid #E8E8E8;
  }
  .shop-item .item-image {
    width: 100%;
  }
  .shop-item .item-info {
    margin: 55px 0 45px;
  }
  .shop-item .item-info .info-ttl {
    flex-wrap: wrap;
  }
  .shop-item .item-info .info-ttl h2 {
    width: 100%;
    margin-bottom: 15px;
    line-height: 21px;
  }
  .shop-item .item-info .info-ttl span {
    margin-left: 0;
  }
  .shop-item .item-link {
    text-align: center;
  }
  .shop-item .item-link a {
    display: inline-block;
  }

  .shop-icon {
    display: block;
    margin: 95px 30px 95px;
    padding: 20px 40px;
  }
  .shop-icon .icon-item {
    width: 100%;
  }
  .shop-icon .icon-item p {
    width: 43px;
    text-align: center;
  }
  .shop-icon .icon-item span {
    margin-left: 15px;
    font-size: 10px;
  }
}</pre></body></html>