.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

/*GALLERY SP*/
.p-gallery .mdl-btn-01 {
  width: 100%;
  max-width: 40rem;
}

.s1_ttl {
  font-size: 1.7rem;
  line-height: 1.529412;
  color: #202020;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}

.gallery {
  padding: 0 0 5rem;
}

.gallery-main .ttl {
  color: #fff;
  padding: 0.6rem 1rem;
  text-align: center;
  background-color: #ee4e4e;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

.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: 2.8rem;
}

.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: 50%;
  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.2rem;
  line-height: 1.666667;
}

.gallery-main .message_box .copy + .copy {
  margin-top: 2rem;
}

.gallery-main .blog_social {
  margin-top: 1rem;
}

.gallery-main .blog_social .button {
  display: inline-block;
  float: right;
  margin-left: 0.75rem;
  margin-top: 0.5rem;
}

.gallery-main .blog_social .button:last-child {
  margin-left: 0;
}

.gallery-pages {
  margin-top: 4rem;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  padding: 1.5rem 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: 1rem;
  line-height: 1;
  padding: 0.6rem 0.5rem;
  width: 2.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 1.5rem 0.5rem 2.1rem;
  background: url(/common/img/arr_gray01.png) no-repeat left 0.8rem center #fff;
  background-size: 0.6rem 0.9rem;
}

.gallery-pages .nav.next {
  padding: 0.5rem  2.1rem 0.5rem 1.5rem;
  background: url(/common/img/arr_gray02.png) no-repeat right 0.8rem center #fff;
  background-size: 0.6rem 0.9rem;
}

.gallery-category {
  background: url(/common/img/cm_bg01.jpg) repeat top left;
  background-size: 3rem 3rem;
  padding: 4rem 0 5rem;
}

.gallery-category .links {
  margin-bottom: 2.5rem;
  padding: 2rem 0 0;
  position: relative;
}

.gallery-category .links_btnPrev {
  position: absolute;
  top: 0;
  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;
}

.gallery-category .links_btnNext {
  position: absolute;
  top: 0;
  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;
}

.gallery-category .links ul {
  font-size: 0;
}

.gallery-category .links ul li {
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #7e7e7e;
  width: 10%;
  text-align: center;
  display: inline-block;
  padding: 1.05rem 0;
}

.gallery-category .links ul li.links_month {
  font-size: 1.3rem;
  padding: 1.3rem 0;
  line-height: 1.5;
  color: #222;
  width: 20%;
}

.gallery-category .links ul li a {
  color: #ee4e4e;
  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 {
  margin-bottom: 2.5rem;
}

.gallery-category .filter_item {
  padding: 0.5rem 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 {
  font-size: 1.3rem;
  line-height: 1.53846154;
  color: #342b1e;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0.8rem;
}

.gallery-category .filter_radio ul li {
  display: inline-block;
  color: #a7a7a7;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.45rem 1.5rem 0.45rem 0;
}

.gallery-category .filter_radio ul li:last-child {
  padding-right: 0;
}

.gallery-category .filter_radio ul li input {
  float: left;
  margin-top: 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  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: 1px solid #d9d9d9;
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  left: 0;
  top: 50%;
  margin-top: -0.6rem;
  z-index: 1;
  border-radius: 50%;
}

.gallery-category .filter_radio ul li input::after {
  background-color: #ee4e4e;
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  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: 0.5rem;
}

.gallery-category .filter_radio-02 ul li {
  color: #342b1e;
}

.gallery-category .filter_item + .filter_item {
  border-top: 1px solid #d9d9d9;
  margin-top: 1rem;
  padding-top: 1rem;
}

.gallery-calendar {
  padding: 4rem 0 1rem;
}

.gallery-calendar .item {
  margin-bottom: 4rem;
}

.gallery-calendar .item_month {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.875;
  padding: 0.6rem 0;
  font-weight: bold;
  text-align: center;
  background-color: #ee4e4e;
  margin-bottom: 0.8rem;
}

.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.3rem;
  color: #7e7e7e;
  font-weight: bold;
  line-height: 4.4rem;
}

.gallery-calendar .item_day li a {
  color: #ee4e4e;
  border-bottom: 1px solid #f5b1b0;
}

@media print, screen and (max-width: 359px) {
  .gallery-main .blog_social .button {
    margin-left: 0.2rem;
  }
}

/*# sourceMappingURL=gallery_sp.css.map */