@charset "UTF-8";
/* line 3, common.scss */
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 15px;
  line-height: 1.8;
  color: #0b0b0b;
  position: relative;
}

/* line 11, common.scss */
a:hover {
  opacity: 0.85;
  transition: .3s;
}

/* line 16, common.scss */
.flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 21, common.scss */
h2.section_tit {
  font-size: 25px;
  background: #248e3a;
  color: #ffffff;
  padding: 10px 0 10px 100px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  margin: 0px 0px 60px;
  font-weight: bold;
}
/* line 33, common.scss */
h2.section_tit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 0 300px;
  border-color: transparent transparent transparent #b7e3a8;
}
/* line 45, common.scss */
h2.section_tit span {
  font-size: 16px;
  margin-left: 10px;
  font-weight: 300;
}
/* line 51, common.scss */
h2.section_tit span:before, h2.section_tit span:after {
  content: "-";
}
/* line 55, common.scss */
h2.section_tit span:before {
  margin-right: 10px;
}
/* line 59, common.scss */
h2.section_tit span:after {
  margin-left: 10px;
}

/* line 66, common.scss */
h3.sub_section_tit {
  font-size: 28px;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
/* line 75, common.scss */
h3.sub_section_tit span {
  display: block;
  font-size: 18px;
  margin-top: 15px;
  color: #a5a5a5;
}
/* line 81, common.scss */
h3.sub_section_tit span:before, h3.sub_section_tit span:after {
  content: "-";
}
/* line 85, common.scss */
h3.sub_section_tit span:before {
  margin-right: 10px;
}
/* line 89, common.scss */
h3.sub_section_tit span:after {
  margin-left: 10px;
}

/* line 95, common.scss */
header {
  box-sizing: border-box;
}
/* line 98, common.scss */
header .working_area {
  max-width: 1144px;
  width: 96%;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #b80d0d;
  background: #fbebeb;
  padding: 15px 0px;
  line-height: 1;
}
/* line 110, common.scss */
header .working_area.sp_dis {
  display: none;
}
/* line 114, common.scss */
header .working_area a {
  color: #0b0b0b;
  text-decoration: none;
  font-size: 15px;
}
/* line 120, common.scss */
header .working_area img {
  padding-right: 10px;
}
/* line 124, common.scss */
header .working_area p {
  font-weight: bold;
}
/* line 129, common.scss */
header p {
  padding-top: 3px;
}
/* line 134, common.scss */
header .shop_carth_copy {
  font-size: 12px;
  text-align: right;
}
/* line 139, common.scss */
header .free_box_bg {
  background: #e3e3e3;
  font-weight: bold;
  padding: 10px 0px;
}
/* line 145, common.scss */
header .free_box_bg .free_txt_box {
  max-width: 1144px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
}
/* line 154, common.scss */
header .free_box_bg .free_txt_box span {
  font-size: 12px;
  margin-left: 10px;
}
/* line 159, common.scss */
header .free_box_bg .free_txt_box img {
  width: 40px;
  padding-right: 10px;
}
/* line 164, common.scss */
header .free_box_bg .free_txt_box .next_day_free {
  display: flex;
  align-items: center;
}
/* line 169, common.scss */
header .free_box_bg .free_txt_box .free_money {
  display: flex;
  align-items: center;
}
/* line 178, common.scss */
header .header_main {
  max-width: 1144px;
  width: 96%;
  margin: 0px auto 20px auto;
}
/* line 183, common.scss */
header .header_main .shop_carth_copy {
  margin-bottom: 20px;
  line-height: 1;
}
/* line 189, common.scss */
header .header_main .header_main_wripper {
  display: flex;
  flex-wrap: wrap;
  align-items:stretch;
}
/* line 194, common.scss */
header .header_main .header_main_wripper .header_left {
  width: 53%;
}
/* line 198, common.scss */
header .header_main .header_main_wripper .header_left .shop_link {
  display: block;
  text-decoration: none;
}
/* line 202, common.scss */
header .header_main .header_main_wripper .header_left .shop_link .puresuto_logo {
  display: flex;
  align-items: center;
  font-size: 1.3px;
}
/* line 207, common.scss */
header .header_main .header_main_wripper .header_left .shop_link .puresuto_logo img {
  width: 260px;
}
/* line 211, common.scss */
header .header_main .header_main_wripper .header_left .shop_link .puresuto_logo h1.shop_txt {
  font-size: 21px;
  line-height: 1.3;
  color: #248e3a;
  text-align: center;
  margin-left: 15px;
  padding-top: 3px;
  font-weight: bold;
}
/* line 225, common.scss */
header .header_main .header_main_wripper .header_right {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  flex-wrap: wrap;
}

header .header_main .header_main_wripper .header_right h2 {
    font-weight: bold;
}


header .header_main .header_main_wripper .header_right h2 span.tax_txt {
  color: #0b0b0b;
  font-size: 13px;
}

header .header_main .header_main_wripper .header_right h2 span.postage_txt {
  color: #ff0000;
}

header .header_main .header_main_wripper .header_right h2 span.postage_txt:after {
    content: "※一部の地域は除く";
    font-size: 13px;
    color: black;
}

/* line 231, common.scss */
header .header_main .header_main_wripper .header_right .sns_icon {
  display: flex;
  flex-wrap: wrap;
}
/* line 235, common.scss */
header .header_main .header_main_wripper .header_right .sns_icon img {
  margin-right: 10px;
  height: 33px;
}
/* line 242, common.scss */
header .header_main .header_main_wripper .header_right a.shop_bookmark_btn {
  display: block;
  color: #0b0b0b;
  text-decoration: none;
}
/* line 247, common.scss */
header .header_main .header_main_wripper .header_right a.shop_bookmark_btn .shop_bookmark {
  width: 240px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #248e3a;
  padding: 5px 0px;
  font-size: 14px;
  margin: 0 0 20px;
}
/* line 258, common.scss */
header .header_main .header_main_wripper .header_right a.shop_bookmark_btn .shop_bookmark img {
  width: 19px;
  margin-right: 5px;
}
/* line 267, common.scss */
header .header_main .header_main_wripper .header_sub_menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
/* line 273, common.scss */
header .header_main .header_main_wripper .header_sub_menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
/* line 279, common.scss */
header .header_main .header_main_wripper .header_sub_menu li a {
  color: #0b0b0b;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  text-decoration: none;
}
/* line 287, common.scss */
header .header_main .header_main_wripper .header_sub_menu li a:before {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: #0b0b0b;
  position: absolute;
  top: 15%;
  right: 0;
}
/* line 299, common.scss */
header .header_main .header_main_wripper .header_sub_menu li:last-of-type {
  margin-right: 0;
}
/* line 302, common.scss */
header .header_main .header_main_wripper .header_sub_menu li:last-of-type a {
  padding-right: 0;
}
/* line 305, common.scss */
header .header_main .header_main_wripper .header_sub_menu li:last-of-type a:before {
  display: none;
}
/* line 319, common.scss */
header .main-slide {
  overflow: hidden;
}
/* line 322, common.scss */
header .main-slide .slick-prev, header .main-slide .slick-next {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
}
/* line 328, common.scss */
header .main-slide .slick-slide img {
  width: 100%;
}
/* line 332, common.scss */
header .main-slide .slick-next {
  right: 2%;
  z-index: 2;
}
/* line 336, common.scss */
header .main-slide .slick-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 15px;
  position: relative;
}
/* line 346, common.scss */
header .main-slide .slick-next:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 7px);
}
/* line 361, common.scss */
header .main-slide .slick-prev {
  left: 2%;
  z-index: 2;
}
/* line 365, common.scss */
header .main-slide .slick-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 15px;
  position: relative;
}
/* line 375, common.scss */
header .main-slide .slick-prev:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: calc(50% - 7px);
}
/* line 390, common.scss */
header .main-slide .slide-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 20px 0px 0px 0px;
}
/* line 396, common.scss */
header .main-slide .slide-dots li {
  list-style: none;
  margin-right: 10px;
}
/* line 400, common.scss */
header .main-slide .slide-dots li:last-of-type {
  margin-right: 0;
}
/* line 406, common.scss */
header .main-slide .slide-dots button {
  background: none;
  font-size: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  content: "";
  display: block;
  background: #cdcdcd;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  z-index: 1;
}
/* line 424, common.scss */
header .main-slide .slide-dots .slick-active button {
  background: #248e3a;
}
/* line 435, common.scss */
header .rakuten_slide {
  max-width: 900px;
  width: 96%;
  overflow-x: hidden;
  margin: 60px auto;
}
/* line 441, common.scss */
header .rakuten_slide .mallassist_layout_56775 .tpl_container.columns {
  display: none;
}
/* line 445, common.scss */
header .rakuten_slide .mallassist_layout_56775 .tpl_container.columns.slick-initialized {
  display: block;
}
/* line 451, common.scss */
header .cupon_box {
  max-width: 1144px;
  width: 96%;
  margin: 0 auto;
  background: #f0efef;
  padding: 40px 30px;
  margin-bottom: 60px;
}
/* line 459, common.scss */
header .cupon_box h2 {
  color: #E60202;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0px 15px;
  justify-content: center;
}
/* line 469, common.scss */
header .cupon_box h2 span {
  color: #0b0b0b;
  font-size: 20px;
  padding: 0px 10px 5px 0;
}
/* line 475, common.scss */
header .cupon_box h2:after {
  color: #0b0b0b;
  content: "OFFクーポン配布中！";
}
/* line 483, common.scss */
header .cupon_box .cupon_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
/* line 489, common.scss */
header .cupon_box .cupon_list li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
/* line 497, common.scss */
header .cupon_box .cupon_list li:nth-of-type(2n) {
  margin-right: 0;
}
/* line 501, common.scss */
header .cupon_box .cupon_list li:nth-of-type(n+2) {
  margin-bottom: 0;
}
/* line 505, common.scss */
header .cupon_box .cupon_list li img {
  width: 100%;
}
/* line 517, common.scss */
header .header_menu {
  background: #248e3a;
}
/* line 521, common.scss */
header .header_menu .menu {
  max-width: 1144px;
  width: 96%;
  display: flex;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
}
/* line 532, common.scss */
header .header_menu .menu .menu__single {
  width: calc(100% / 6);
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 540, common.scss */
header .header_menu .menu .menu__single:last-of-type:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  background: #fff;
  top: 25%;
  right: 0;
}
/* line 552, common.scss */
header .header_menu .menu .menu__single > a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 0px 28px 0px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
/* line 563, common.scss */
header .header_menu .menu .menu__single > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: .3s;
  margin: 3px auto 0 auto;
  position: absolute;
  left: 50%;
}
/* line 579, common.scss */
header .header_menu .menu .menu__single > a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  background: #fff;
  top: 25%;
  left: 0;
}
/* line 590, common.scss */
header .header_menu .menu .menu__single > a.active:after {
  transform: rotate(134deg);
  top: 63%;
}
/* line 596, common.scss */
header .header_menu .menu .menu__single .navi_contents {
  position: absolute;
  background: #fff;
  width: 1144px;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  color: #0b0b0b;
  text-align: left;
  padding: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
/* line 611, common.scss */
header .header_menu .menu .menu__single .navi_contents .navi_tit {
  font-size: 18px;
  color: #248e3a;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #248e3a;
  position: relative;
  margin-bottom: 20px;
}
/* line 620, common.scss */
header .header_menu .menu .menu__single .navi_contents .navi_tit:after {
  position: absolute;
  content: "";
  display: block;
  width: 75%;
  right: 0;
  bottom: -2px;
  border-bottom: 2px solid #7e7e7e;
  z-index: 6;
}
/* line 633, common.scss */
header .header_menu .menu .menu__single .navi_contents .mega_navi {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  padding-bottom: 20px;
  margin: 0 auto 20px;
  padding: 0;
}
/* line 642, common.scss */
header .header_menu .menu .menu__single .navi_contents .mega_navi li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 30px;
  margin-bottom: 10px;
}
/* line 649, common.scss */
header .header_menu .menu .menu__single .navi_contents .mega_navi li a {
  display: block;
  color: #0b0b0b;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
}
/* line 656, common.scss */
header .header_menu .menu .menu__single .navi_contents .mega_navi li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #0b0b0b;
  border-bottom: 1px solid #0b0b0b;
  transform: rotate(-45deg);
  left: 0;
  top: calc(50% - 3px);
  margin-right: 30px;
}
/* line 670, common.scss */
header .header_menu .menu .menu__single .navi_contents .mega_navi li a:hover {
  text-decoration: underline;
}
/* line 679, common.scss */
header .header_menu .menu .menu__single .navi_contents > ul:last-of-type {
  margin-bottom: 0;
}
/* line 683, common.scss */
header .header_menu .menu .menu__single .navi_contents .all_item {
  text-align: right;
  padding-top: 30px;
}
/* line 687, common.scss */
header .header_menu .menu .menu__single .navi_contents .all_item a {
  color: #0b0b0b;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
/* line 693, common.scss */
header .header_menu .menu .menu__single .navi_contents .all_item a:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0b0b0b;
  border-bottom: 2px solid #0b0b0b;
  transform: rotate(-45deg);
  left: -15px;
  top: calc(50% - 4px);
  margin-right: 30px;
}
/* line 720, common.scss */
header .search_box_bg {
  background: #f0efef;
}
/* line 723, common.scss */
header .search_box_bg .search_box {
  max-width: 1144px;
  width: 96%;
  margin: 0 auto;
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 733, common.scss */
header .search_box_bg .search_box .search {
  width: 50%;
  margin-right: 1%;
}
/* line 737, common.scss */
header .search_box_bg .search_box .search .search_icon {
  width: 26px;
  margin: 0 auto;
}
/* line 742, common.scss */
header .search_box_bg .search_box .search form {
  display: flex;
  align-items: stretch;
  border: 0;
  font-size: 16px;
  border-radius: 0;
  outline: 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
/* line 752, common.scss */
header .search_box_bg .search_box .search form input {
  display: flex;
  align-items: stretch;
  width: calc(100% - 40px);
  border: 0;
  border-radius: 0;
  outline: 0;
  padding-left: 10px;
  padding: 7px 0px 7px 10px;
}
/* line 764, common.scss */
header .search_box_bg .search_box .search form button {
  width: 41px;
  border-radius: 0;
  background: #fff;
  border: 0;
  cursor: pointer;
  padding: 0;
}
/* line 777, common.scss */
header .search_box_bg .search_box .keyword {
  width: 49%;
}
/* line 781, common.scss */
header .search_box_bg .search_box .keyword .keyword_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
/* line 789, common.scss */
header .search_box_bg .search_box .keyword .keyword_list li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 1px solid #c9c0c0;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  width: calc((100% - 30px)/ 4);
  text-align: center;
}
/* line 801, common.scss */
header .search_box_bg .search_box .keyword .keyword_list li a {
  text-decoration: none;
  color: #0b0b0b;
  display: block;
  padding: 12.5px 8px;
}
/* line 808, common.scss */
header .search_box_bg .search_box .keyword .keyword_list li:last-of-type {
  margin-right: 0;
}

/* line 826, common.scss */
footer .footer_wripper .shop_guide {
  background: #f0efef;
  margin-top: 100px;
  padding: 80px 0;
}
/* line 831, common.scss */
footer .footer_wripper .shop_guide .pay_list {
  margin: 0 0 10px;
  padding: 0;
}
/* line 835, common.scss */
footer .footer_wripper .shop_guide .pay_list li {
  list-style: none;
}
/* line 841, common.scss */
footer .footer_wripper .shop_guide .warning_txt {
  color: red;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
/* line 849, common.scss */
footer .footer_wripper .shop_guide .shopguide_tit {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* line 859, common.scss */
footer .footer_wripper .shopping_guide_list {
  max-width: 1144px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
/* line 867, common.scss */
footer .footer_wripper .shopping_guide_list .shopping_btn {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
/* line 873, common.scss */
footer .footer_wripper .shopping_guide_list .shopping_btn a {
  line-height: 1;
  display: block;
  background: #000;
  width: 190px;
  padding: 15px 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  position: relative;
}
/* line 885, common.scss */
footer .footer_wripper .shopping_guide_list .shopping_btn a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 10%;
}
/* line 903, common.scss */
footer .footer_wripper .shopping_guide_list .shopping {
  margin-right: 3%;
  margin-bottom: 80px;
}
/* line 907, common.scss */
footer .footer_wripper .shopping_guide_list .shopping p {
  margin-bottom: 15px;
}
/* line 911, common.scss */
footer .footer_wripper .shopping_guide_list .shopping:nth-of-type(2n) {
  margin-right: 0;
}
/* line 917, common.scss */
footer .footer_wripper .shopping_guide_list .shop_guide_common {
  width: 48%;
  margin-right: 4%;
}
/* line 921, common.scss */
footer .footer_wripper .shopping_guide_list .shop_guide_common:nth-of-type(2n) {
  margin-right: 0;
}
/* line 926, common.scss */
footer .footer_wripper .shopping_guide_list .shop_guide_common .free_table {
  margin-bottom: 20px;
}
/* line 931, common.scss */
footer .footer_wripper .shopping_guide_list .shop_guide_common .free_table tr th {
  background: #248e3a;
  color: #ffffff;
}
/* line 937, common.scss */
footer .footer_wripper .shopping_guide_list .shop_guide_common .free_table tr td {
  background: #ffffff;
}
/* line 941, common.scss */
footer .footer_wripper .shopping_guide_list .shop_guide_common .free_table tr th, footer .footer_wripper .shopping_guide_list .shop_guide_common .free_table tr td {
  padding: 5px 10px;
  font-weight: bold;
  text-align: center;
}
/* line 954, common.scss */
footer .footer_wripper .shopping_guide_list .shop_guide_lay02 .courier {
  margin-bottom: 80px;
}
/* line 963, common.scss */
footer .footer_wripper .shopping_guide_list .contact .tel {
  display: flex;
  align-items: center;
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 970, common.scss */
footer .footer_wripper .shopping_guide_list .contact .tel a {
  color: #0b0b0b;
  text-decoration: none;
}
/* line 976, common.scss */
footer .footer_wripper .shopping_guide_list .contact .tel img {
  width: 25px;
  margin-right: 10px;
  padding-top: 0;
}
/* line 982, common.scss */
footer .footer_wripper .shopping_guide_list .contact .tel p {
  margin: 0;
  line-height: 1;
  padding-top: 6px;
}
/* line 990, common.scss */
footer .footer_wripper .shopping_guide_list .contact .mail_icon {
  display: flex;
  align-items: center;
  padding-top: 15px;
  margin-bottom: 10px;
}
/* line 996, common.scss */
footer .footer_wripper .shopping_guide_list .contact .mail_icon img {
  width: 30px;
  margin-right: 10px;
}
/* line 1001, common.scss */
footer .footer_wripper .shopping_guide_list .contact .mail_icon a {
  color: #0b0b0b;
  text-decoration: none;
  font-weight: bold;
  border-bottom: dashed 1px #000;
  margin-bottom: 3px;
}
/* line 1014, common.scss */
footer .footer_wripper .shop_info {
  max-width: 1144px;
  width: 96%;
  margin: 0 auto;
}
/* line 1019, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
/* line 1024, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender {
  width: 57%;
  margin-right: 4%;
}
/* line 1029, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender #calender {
  padding-top: 20px;
}
/* line 1033, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender #calender table.calframe_rakuten td.event1day_rakuten {
  background: #ffe0e0 !important;
}
/* line 1037, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender #calender td.event3day_rakuten {
  background: #ffeeb7 !important;
}
/* line 1041, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender #calender table.calbase_rakuten {
  width: 100%;
  border: 0;
  background: none;
  margin: 0px;
  padding: 0px;
}
/* line 1049, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender #calender table.calframe_rakuten {
  margin: 0px;
  float: left;
  width: 48%;
  margin-right: 4%;
}
/* line 1056, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender #calender table.calframe_rakuten:last-of-type {
  margin-right: 0;
}
/* line 1060, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender #calender th.caltitle_rakuten,
footer .footer_wripper .shop_info .shop_info_wripper .web_calender #calender table.event_rakuten td {
  display: none;
}
/* line 1065, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender #calender table.calframe_rakuten th {
  text-align: left;
  line-height: 1;
}
/* line 1069, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender table.calframe_rakuten td {
  border: 0;
  padding: 5px 0px;
  border: #fff 1px solid;
}
/* line 1075, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender #calender table tr.weektitle_rakuten td {
  background: #e7e7e7 !important;
}
/* line 1079, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender .free_calender {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
}
/* line 1086, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender .free_calender li {
  list-style: none;
  line-height: 1;
  font-size: 14px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
/* line 1095, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender .free_calender li:nth-of-type(1):before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #ffeeb7;
  margin-right: 5px;
  border: 1px solid #ebafaf;
}
/* line 1106, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .web_calender .free_calender li:nth-of-type(2):before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #ffe0e0;
  margin-right: 5px;
  border: 1px solid #ebafaf;
}
/* line 1120, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .shop_calender {
  width: 39%;
}
/* line 1123, common.scss */
footer .footer_wripper .shop_info .shop_info_wripper .shop_calender img {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 10px;
}
/* line 1135, common.scss */
footer .footer_wripper .copy_right {
  text-align: center;
  padding: 10px 0px;
  font-size: 14px;
}

/*# sourceMappingURL=common.css.map */
