.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

/*GALLERY PC*/
.p-gallery .mdl-btn-01 {
  min-width: 43rem;
}

.s1_ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #202020;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6rem;
}

.gallery {
  padding: 5rem 0 7rem;
}

.gallery-main .ttl {
  color: #fff;
  padding: 0.7rem 1rem;
  text-align: center;
  background-color: #ee4e4e;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 2rem;
}

.gallery-main .time {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.666667;
  color: #a7a7a7;
  background: url(../img/time_ico.png) no-repeat left center;
  background-size: 2rem 2rem;
  padding-left: 2.7rem;
}

.gallery-main .shop {
  padding-top: 3rem;
}

.gallery-main .shop_smttl {
  color: #202020;
  font-size: 1.2rem;
  line-height: 1.666667;
  font-weight: normal;
  margin-top: 0.6rem;
}

.gallery-main .shop_pics {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}

.gallery-main .shop_pics .pic {
  float: left;
  width: 16.666666%;
  padding: 0 0.8rem;
  margin-top: 1.6rem;
}

.gallery-main .shop_pics .pic img {
  width: 100%;
}

.gallery-main .message {
  padding-top: 5rem;
}

.gallery-main .message_box {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.gallery-main .message_box .copy {
  font-size: 1.4rem;
  line-height: 2.142857143;
}

.gallery-main .message_box .copy + .copy {
  margin-top: 2rem;
}

.gallery-main .blog_social.c-top {
  position: relative;
  top: -2rem;
}

.gallery-main .blog_social .button {
  display: inline-block;
  float: right;
  margin-left: 1rem;
}

.gallery-pages {
  margin-top: 4rem;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery-pages > a {
  color: #999999;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 0.5rem;
  width: 4rem;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

.gallery-pages > a.active {
  background-color: #ee4e4e;
  color: #fff;
  border-color: #ee4e4e;
}

.gallery-pages > a:hover {
  border-color: #ee4e4e;
}

.gallery-pages .nav {
  width: auto;
  padding: 0.5rem 3rem;
  border-radius: 2rem;
}

.gallery-pages .nav.prev {
  padding: 0.5rem 2.3rem 0.5rem 3.9rem;
  background: url(/common/img/arr_gray01.png) no-repeat left 1.4rem center #fff;
  background-size: 1rem 1.5rem;
}

.gallery-pages .nav.next {
  padding: 0.5rem  3.9rem 0.5rem 2.3rem;
  background: url(/common/img/arr_gray02.png) no-repeat right 1.4rem center #fff;
  background-size: 1rem 1.5rem;
}

.gallery-category {
  background: url(/common/img/cm_bg01.jpg) repeat top left;
  background-size: 3rem 3rem;
  padding: 5.7rem 0 6.7rem;
}

.gallery-category .links {
  margin-bottom: 5rem;
  padding: 0 4rem;
  position: relative;
}

.gallery-category .links_btnPrev {
  position: absolute;
  top: 50%;
  left: 0;
  text-indent: -9999999rem;
  width: 1.3rem;
  height: 1.6rem;
  background: url(/common/img/arr_black01_02.png) no-repeat left 0.2rem center;
  background-size: 0.9rem 1.6rem;
  margin-top: -1.1rem;
}

.gallery-category .links_btnNext {
  position: absolute;
  top: 50%;
  right: 0;
  text-indent: -9999999rem;
  width: 1.3rem;
  height: 1.6rem;
  background: url(/common/img/arr_black01.png) no-repeat right 0.2rem center;
  background-size: 0.9rem 1.6rem;
  margin-top: -1.1rem;
}

.gallery-category .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery-category .links ul li {
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #7e7e7e;
}

.gallery-category .links ul li.links_month {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.gallery-category .links ul li a {
  color: #ee4e4e;
  display: inline-block;
  border-bottom: 1px solid #ee4e4e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-category .links ul li a:hover {
  border-bottom-color: transparent;
}

.gallery-category .filter_item {
  padding: 1rem 0;
}

.gallery-category .filter_item::before, .gallery-category .filter_item::after {
  content: '';
  display: table;
}

.gallery-category .filter_item::after {
  clear: both;
}

.gallery-category .filter_lbl {
  width: 9.7rem;
  float: left;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #342b1e;
  font-weight: bold;
  padding: 0.7rem 0;
}

.gallery-category .filter_radio {
  width: calc(100% - 9.7rem);
  float: left;
}

.gallery-category .filter_radio ul li {
  display: inline-block;
  color: #a7a7a7;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1rem 2rem 1rem 0;
}

.gallery-category .filter_radio ul li:last-child {
  padding-right: 0;
}

.gallery-category .filter_radio ul li input {
  float: left;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  background-color: #fff;
  border: none;
  outline: none;
}

.gallery-category .filter_radio ul li input::before {
  background-color: #fff;
  border: 2px solid #d9d9d9;
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  left: 0;
  top: 50%;
  margin-top: -1.2rem;
  z-index: 1;
  border-radius: 50%;
}

.gallery-category .filter_radio ul li input::after {
  background-color: #ee4e4e;
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}

.gallery-category .filter_radio ul li input:checked::before {
  border-color: #ee4e4e;
}

.gallery-category .filter_radio ul li input:checked::after {
  z-index: 2;
}

.gallery-category .filter_radio ul li label {
  padding-left: 1rem;
}

.gallery-category .filter_radio-02 ul li {
  color: #342b1e;
}

.gallery-category .filter .mdl-btn_wrap {
  margin-top: 2rem;
}

.gallery-category .filter_item + .filter_item {
  border-top: 1px solid #d9d9d9;
}

.gallery-calendar {
  padding: 7rem 0 9rem;
}

.gallery-calendar .items {
  margin-left: -2rem;
  margin-right: -2rem;
}

.gallery-calendar .item {
  float: left;
  width: 33.3333333%;
  padding: 0 2rem;
  margin-top: 1.5rem;
}

.gallery-calendar .item_month {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 0.5rem 0;
  font-weight: bold;
  text-align: center;
  background-color: #ee4e4e;
  margin-bottom: 1rem;
}

.gallery-calendar .item_day {
  font-size: 0;
  width: 100%;
}

.gallery-calendar .item_day li {
  display: inline-block;
  width: 14.28571%;
  text-align: center;
  font-size: 1.2rem;
  color: #7e7e7e;
  font-weight: bold;
  line-height: 4rem;
}

.gallery-calendar .item_day li a {
  color: #ee4e4e;
  border-bottom: 1px solid #f5b1b0;
}

@media print, screen and (max-width: 1023px) {
  .gallery-main .shop_pics .pic {
    width: 25%;
  }
  .gallery-pages > a {
    font-size: 1.5rem;
    line-height: 1.4666667;
    width: 3.4rem;
  }
  .gallery-pages .nav {
    border-radius: 1.7rem;
  }
  .gallery-pages .nav.prev {
    padding: 0.5rem 2rem 0.5rem 3rem;
  }
  .gallery-pages .nav.next {
    padding: 0.5rem  3rem 0.5rem 2rem;
  }
  .gallery-category .links {
    padding: 0 2.5rem;
  }
  .gallery-category .links_month {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .gallery-category .links_day {
    margin-left: 0;
  }
  .gallery-category .filter_lbl {
    width: 9rem;
    float: left;
    font-size: 1.5rem;
  }
  .gallery-category .filter_radio {
    width: calc(100% - 9rem);
  }
  .gallery-category .filter_radio ul li {
    font-size: 1.5rem;
    line-height: 1.46666667;
  }
  .gallery-category .filter_radio ul li input {
    width: 2.2rem;
    height: 2.2rem;
  }
  .gallery-category .filter_radio ul li input::before {
    width: 2.2rem;
    height: 2.2rem;
    margin-top: -1.1rem;
  }
  .gallery-category .filter_radio ul li input::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .gallery-category .filter_radio ul li input:checked::before {
    border-color: #ee4e4e;
  }
  .gallery-category .filter_radio ul li input:checked::after {
    z-index: 2;
  }
  .gallery-category .filter_radio ul li label {
    margin-left: 1rem;
  }
  .gallery-category .filter_radio-02 ul li {
    color: #342b1e;
  }
  .gallery-category .filter .mdl-btn_wrap {
    margin-top: 2rem;
  }
  .gallery-category .filter_item + .filter_item {
    border-top: 1px solid #d9d9d9;
  }
  .gallery-calendar .items {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .gallery-calendar .item {
    padding: 0 1rem;
    margin-top: 1.5rem;
  }
  .gallery-calendar .item_month {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=gallery_pc.css.map */