@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight:500;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  position: relative;
}

section {
  margin: 8.0rem auto;
}

h1 {
  margin: 0;
  font-size: 3.2rem;
}

h2 {
  margin-top: 0;
  font-size: 3.4rem;
}

h3 {
  margin: 0;
  font-size: 2.4rem;
}

h4 {
  margin-top: 0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

ol {
	padding-left: 1em;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
  color: inherit;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

/* common */
.body-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-direction{
  flex-direction: row-reverse;
}
.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mail_link{
	color:#3FA9F5;
}
.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

.mb8 {
  margin-bottom: .8rem;
}

.mb16 {
  margin-bottom: 1.6rem;
}

.mb24 {
  margin-bottom: 2.4rem;
}
.mb32 {
  margin-bottom: 3.2rem;
}
.mb40 {
  margin-bottom: 4rem;
}
.font-mincho {
  font-family: 'Shippori Mincho', serif;
}

.bold {
  font-weight: 700;
}

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

.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.btn_more {
  margin: 1.6rem auto;
  padding: 0.8rem 6.0rem;
  display: inline-block;
  background: #006600;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_more:hover {
  text-decoration: none;
  background: #014401;
  opacity: 1.0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* list_01 */
.list_01 li {
  margin: 4.0rem 0;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_01 li img {
  width: 75px;
  margin-right: 2.0rem;
}

.list_01 li p {
  font-size: 2.4rem;
}

.list_01 li span.green {
  color: #ccff99;
}

/* table_共通 */
.common_table {
  width: 100%;
  text-align: center;
}

.common_table thead {
  border: solid 2px #fff;
}

.common_table tbody {
  border: solid 2px #fff;
}

.common_table .w30 {
  width: 30%;
}

.common_table .w25 {
  width: 25%;
}

.common_table .w23 {
  width: 23%;
}

.common_table .w15 {
  width: 15%;
}

.common_table th, .common_table td {
  border: solid 1px #fff;
  padding: 1.2rem;
}

.common_table .text-left {
  text-align: left;
}

/* 梱包　表 */
.package table {
  margin-bottom: 2.0rem;
}

.package table td {
  font-size: 2.4rem;
  padding: 1.6rem;
}

.package table td span {
  font-size: 1.8rem;
}

.package table td img {
  max-width: 275px;
}

.package div.flex-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.package div.flex-box p {
  font-size: 2.0rem;
  line-height: 1.8;
  margin-bottom: 0;
  margin-right: 1.5rem;
}

.package div.flex-box img {
  height: 150px;
}

/* 商品 */
.product-li li {
  background: #fff;
  width: 48%;
  margin-bottom: 4.0rem;
  padding: 3.2rem 4.0rem 3.0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.product-li li span.number {
  color: #fff;
  background: #000;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 7.0rem;
  font-size: 3.8rem;
  position: absolute;
  top: 1px;
  left: 1px;
}

.product-li li span.name {
  margin-left: 3.0rem;
  padding: 0 1.0rem;
  color: #000;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  display: block;
  text-align: left;
}

.product-li li img {
  margin: 3.0rem 0;
}

.product-li li p {
  color: #000;
  font-size: 1.8rem;
  text-align: left;
}

.product-li li p.detail {
  margin: 0 0 1.5rem;
  line-height: 1.6;
}

.product-li li p.price {
  text-align: center;
}

.product-li li p.price span {
  font-size: 3.6rem;
  padding: 0 1.0rem;
}

.product-li li a.btn_more {
  margin: 1.5rem auto 0;
  padding: 0.8rem 10.0rem;
}
/*# sourceMappingURL=common.css.map */