@charset "UTF-8";

/* priset[font-size] */
.fz-10 {font-size: 10px;}
.fz-11 {font-size: 11px;}
.fz-12 {font-size: 12px;}
.fz-13 {font-size: 13px;}
.fz-14 {font-size: 14px;}
.fz-15 {font-size: 15px;}
.fz-16 {font-size: 16px;}
.fz-17 {font-size: 17px;}
.fz-18 {font-size: 18px;}
.fz-19 {font-size: 19px;}
.fz-20 {font-size: 20px;}
.fz-21 {font-size: 21px;}
.fz-22 {font-size: 22px;}
.fz-23 {font-size: 23px;}
.fz-24 {font-size: 24px;}
.fz-25 {font-size: 25px;}
.fz-26 {font-size: 26px;}
.fz-27 {font-size: 27px;}
.fz-28 {font-size: 28px;}
.fz-29 {font-size: 29px;}
.fz-30 {font-size: 30px;}

/* color */
c-006934 {color: #006934;}


/* title */
.title {
  font-size: 25px;
  font-weight: bold;
  color: #006934;
  text-align: center;
}

.title:before{
  content: url(//gigaplus.makeshop.jp/Hokurengs01/images/cheese_farm/farm_list2/title_cheese_01.png);
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}

.title:after{
  content: url(//gigaplus.makeshop.jp/Hokurengs01/images/cheese_farm/farm_list2/title_cheese_02.png);
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.article-title {
  font-size: 21px;
  font-weight: bold;
  color: #006934;
  line-height: 1.5;
}

/* main */
.main {
  padding: 40px 60px 80px;
  background-color: rgba(255,255,255,.6);
  width: 860px;
}

/* descritpion */
.descritpion {
  font-size: 16px;
  line-height: 1.5;
  color: #2a2a2a;
}

/* article */
.article.wrap02 {margin-bottom: 70px;}
.article.wrap03 {margin-bottom: 90px;}

/* xxx-column */
.article-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.article-column .image-box {
  width: 488px;
}
.article-column .image-box img{
  width: 100%;
}

.article-column .image-box p{
  text-align: center;
}

.article-column .text-box {
  width: calc(100% - 512px);
}
.article-column > * + * {
  margin-left: 24px;
}

.plofile-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-color: #1b5a2a;
}
.plofile-area .image-box {
  width: 200px;
}
.plofile-area .text-box {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 28px;
  font-size: 14px;
}
.plofile-area .text-box p {
  color: #fff;
}
.plofile-area .text-box .sub {
  margin-bottom: 4px;
  font-size: 14px;
}
.plofile-area .text-box .name {
  margin-bottom: 12px;
  font-size: 14px;
}
.plofile-area .text-box .desc {
  line-height: 2;
  font-size: 14px;
}
.plofile-area .text-box p .strong {
  font-size: 200%;
  font-weight: bold;
}

.info-area {
  background-color: #fffdf3;
  border: 2px solid #ffeeae;
  padding: 48px 0 28px;
}

.info-area h3{
  margin-left: 70px;
}
.info-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.info-column .text-box {
  margin-left: 38px;
}
.info-column .shop-name {
  font-size: 14px;
  font-weight: bold;
}
.info-column .shop-detail {
  font-size: 12px;
}


/* item */
.item-area {}
.item-area .item-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item-area .item-column li {
  width: 200px;
  padding: 0 30px;
}
.item-area .item-column .item-name {
  margin-top: 8px;
}

.item-area .item-image img{
  width: 200px;
  height: 150px;
}

/* banner */
.banner-area { margin-bottom: 120px;}
.banner-area ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.product-area img{
  width: 100%;
}

.btn_anchor {
  text-align: right;
}

.btn_anchor a {
  display: inline-block;
  text-align: right;
  padding: 8px 12px 8px 36px;
  border-radius: 5px;
  color: #6B4B33 !important;
  font-size: 1rem;
  background: url(//gigaplus.makeshop.jp/Hokurengs01/images/cheese_farm/farm_list2/icon_cheese.png) #BED551 7px 4px no-repeat;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 20px;
  transition: all .3s ease;
}
.shoplist-link{
  text-align: center;
  font-size: 21px;
  margin-bottom: 30px;
}
.shoplist-link img {
  transform: translateY(-2px);
}

.shoplist-link img:first-child {
  margin-right: 20px;
}
.shoplist-link img:last-child {
  margin-left: 20px;
}
