.store_head .store_sub_list::after,
.store .path_areas::after,
.store .delivery_area .table_delivery_menu::after,
.store .about_area_us .guide_images::after {
  display: block;
  clear: both;
  content: '';
}

.store_head {
  position: relative; 
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 108px;
}
html.sp .store_head {
  max-width: inherit;
  padding-top: 0; 
  background: none;
}
.store_head .store_introduction {
  position: relative;
  z-index: 1;
  display: table;
  width: 980px;
  min-height: 144px; 
  margin: 0 auto;
}
html.sp .store_head .store_introduction {
  display: block; 
  width: auto;
  min-height: auto;
}
.store_head .store_visual {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; 
  height: 252px;
}
html.sp .store_head .store_visual {
  position: relative; 
  height: auto;
  padding-bottom: 30.625%;
}
.store_head .store_visual img {
  position: relative; 
  bottom: 0;
}
html.sp .store_head .store_visual img {
  position: absolute; 
  bottom: auto;
  width: 173%;
  margin-top: 12px;
}
.store_head .store_visual:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1180px;
  height: 252px;
  content: '';
  background: url(/img/share/bg-shadow.png) no-repeat left top;
}
html.sp .store_head .store_visual:after {
  display: none; 
  background: none;
}
html.sp .store_head .store_visual {
  position: relative;
  overflow: hidden;
}
.store_head .store_logo {
  display: table-cell;
  width: 200px;
  vertical-align: top;
}
html.sp .store_head .store_logo {
  position: relative;
  display: block;
  width: auto;
  margin-top: -53px;
  padding-left: 5%; 
  background: none;
}
.store_head .store_logo img {
  border: 1px solid rgba(130, 118, 118, 0.3);
}
html.sp .store_head .store_logo img {
  display: block;
  width: auto;
  width: 140px;
}
.store_head .store_text {
  position: relative; 
  display: table-cell;
  padding-left: 40px;
  vertical-align: top;
}
html.sp .store_head .store_text {
  display: block;
  width: auto;
  padding: 24px 5% 0;
}
.store_head .store_name {
  color: #fff;
  font-size: 2.17rem;
  font-weight: bold;
  line-height: 1.2;
}
html.sp .store_head .store_name {
  color: inherit; 
  font-size: 1.5rem;
  line-height: 1.4;
}
.store_head .store_des {
  margin-top: 8px; 
  color: #fff;
  font-size: 1.34rem;
  font-weight: bold;
  line-height: 1.5;
}
html.sp .store_head .store_des {
  margin-top: 4px;
  padding-bottom: 16px;
  color: inherit;
  border-bottom: 1px solid #f9f9f9; 
  font-size: 1.09rem;
  font-weight: normal;
}
html.sp .store_head .store_des.pc_class {
  display: none;
}
.store_head .store_sub_wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}
.store_head .store_sub_list {
  margin-top: 5px;
}
html.sp .store_head .store_sub_list {
  display: none; 
  border: 1px solid #000;
  border-bottom: 0;
}
.store_head .store_sub_item {
  display: inline-block;
  margin-left: 1px; 
  vertical-align: bottom;
  border-top: 1px solid rgba(209, 184, 152, 0.9);
  border-right: 1px solid rgba(209, 184, 152, 0.9);
  border-left: 1px solid rgba(209, 184, 152, 0.9);
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.17rem;
}
html.sp .store_head .store_sub_item {
  float: none;
  margin-bottom: 0; 
  padding: 0 7px;
  border-bottom: 1px solid #000;
  border-left: 0;
}
.store_head .store_sub_item:first-child {
  padding-left: 0;
  border-left: 0;
}
.store_head .store_sub_item a {
  position: relative; 
  display: block;
  width: 180px;
  padding: 10px 0 9px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
html.sp .store_head .store_sub_item a {
  display: block;
  padding: 10px 0;
}
.store_head .store_sub_item a.active,
.store_head .store_sub_item a:hover {
  padding: 12px 0 11px;
  color: #d1b898;
}
.store_head .store_sub_item a.active:after,
.store_head .store_sub_item a:hover:after {
  content: '';
}

.store_information .store_visual {
  position: relative;
  overflow: hidden;
  height: 178px;
  text-align: center; 
  border: 1px solid #d9d6d6;
}
html.sp .store_information .store_visual {
  height: 78px;
}
.store_information .store_visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.store_information .store_name {
  margin-top: 25px; 
  font-size: 2.17rem;
  font-weight: bold;
}
html.sp .store_information .store_name {
  margin-top: 12px; 
  font-size: 1.5rem;
}

.store_information .store_des {
  font-size: 1.34rem;
  font-weight: bold;
}
html.sp .store_information .store_des {
  font-size: 1.09rem;
  font-weight: normal;
}

.store_information.other_info {
  display: table;
  overflow: hidden;
  width: 100%; 
  table-layout: fixed;
}
html.sp .store_information.other_info {
  display: block;
  margin-bottom: 20px;
}
.store_information.other_info .store_visual {
  display: table-cell;
  width: 100px;
  height: 100px;
  vertical-align: top;
}
html.sp .store_information.other_info .store_visual {
  display: block;
  width: auto;
}
html.pc .store_information.other_info .store_visual a {
  position: relative;
  display: block;
  height: 98px;
}
html.sp .store_information.other_info .store_visual img {
  width: auto;
  max-width: 100%;
  max-height: 68px;
}
.store_information.other_info .store_txt {
  display: table-cell;
  padding-left: 16px;
}
html.sp .store_information.other_info .store_txt {
  display: block;
  width: auto;
  padding: 0;
}
.store_information.other_info .store_name {
  margin-top: 0;
}
html.sp .store_information.other_info .store_name {
  margin-top: 12px; 
  font-size: 1.5rem;
}
.store_information.other_info.form_class .store_txt {
  width: 525px;
  margin-left: 18px;
}

.store_nav {
  margin: 24px auto 40px;
  padding-bottom: 21px;
  border-bottom: 1px solid #ccc;
}
html.sp .store_nav {
  display: none;
}
.store_nav .button {
  display: none;
}
html.sp .store_nav .button {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #000; 
  background: #fff;
  line-height: 30px;
}

.store_nav_bottom {
  clear: both;
  padding-top: 40px;
}
html.pc .store_nav_bottom {
  max-width: 1530px;
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
}
html.sp .store_nav_bottom {
  padding-right: 16px;
  padding-left: 16px;
}
html.sp .store_nav_bottom {
  display: none;
}
html.pc .layout .store_nav_bottom {
  padding-right: 0;
  padding-left: 0;
}
.store_nav_bottom .store_menu_item a {
  padding: 15px 0 14px;
}
.store_nav_bottom .store_menu_item a svg {
  right: 25px;
}

.store_menu {
  display: table;
  width: 100%;
  border-left: 1px solid #ccc;
}
html.sp .store_menu {
  display: block;
  display: none; 
  border: 1px solid #ccc;
  border-bottom: 0;
}
.store_menu_item {
  display: table-cell;
  width: 245px;
  text-align: center; 
  border-right: 1px solid #ccc;
}
html.sp .store_menu_item {
  width: auto;
  margin-bottom: 0; 
  border-bottom: 1px solid #000;
  border-left: 0;
}
.store_menu_item a {
  position: relative; 
  display: block;
  padding: 5px 0 4px;
  text-decoration: none;
  color: #000;
  font-size: 1.17rem;
}
.store_menu_item a svg {
  display: inline-block;
  width: 6px;
  height: 12px;
  margin: -2px 0 0 5px;
  vertical-align: middle; 
  color: #d1b898;
}
html.sp .store_menu_item a {
  display: block;
  padding: 10px 0;
}
.store_menu_item a:hover {
  opacity: 0.7;
}
.store_menu_item a.active {
  color: #ac9271;
  font-weight: bold;
}
.store_menu_item a.active svg {
  display: none;
}

.store .category .content_title {
  margin-bottom: 20px;
}

.store_aside_sp {
  display: none;
}
html.sp .store_aside_sp {
  display: block;
}
html.sp .store_aside_sp {
  padding-right: 16px;
  padding-left: 16px;
}
html.sp .layout .store_aside_sp {
  padding-right: 0;
  padding-left: 0;
}

.related_ingredient {
  margin-top: 60px;
}
html.sp .related_ingredient {
  display: none;
}
.related_ingredient_detail {
  margin-top: 18px;
}
.related_ingredient_title {
  font-size: 1.17rem;
}
.related_ingredient_list {
  margin-top: 2px;
}
.related_ingredient .wrapper_link_item {
  display: inline-block;
  margin-top: 4px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #4c4c4c;
  line-height: 11px;
}
.related_ingredient .wrapper_link_item:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.related_ingredient .wrapper_link_item.other {
  margin-left: 6px; 
  padding-left: 5px;
}
.related_ingredient .wrapper_link_item.other:first-child {
  margin-left: 0; 
  padding-left: 0;
}
.related_ingredient_link {
  display: inline-block; 
  text-decoration: none;
  color: #4c4c4c;
  font-size: 0.84rem;
}
.related_ingredient_link:link {
  color: #4c4c4c;
}

html.sp .store .content_title {
  padding-left: 8px;
  font-size: 1.5rem;
}

html.sp .store .layout_aside {
  display: none;
}

html.sp .store .section_content {
  margin-right: -16px;
  margin-left: -16px;
}

.store_content {
  margin-top: 20px;
}
html.sp .store_content {
  margin-top: 10px;
}

.store .title {
  padding-bottom: 12px;
  color: #331e00;
  border-bottom: 1px solid #331e00; 
  font-size: 1.67rem;
  font-weight: bold;
}
html.sp .store .title {
  padding-right: 16px;
  padding-left: 16px;
}
html.sp .store .title {
  position: relative;
  margin: 0; 
  padding-bottom: 9px;
  font-size: 1.34rem;
}

.store .content_title {
  font-size: 2rem; 
  font-weight: bold;
}

.store .path_areas {
  margin-top: 30px;
}
.store .path_areas .scroll_area {
  position: relative;
  float: left;
  width: 33.3%;
  margin-bottom: 8px; 
  border-left: 1px solid #ccc;
}
html.sp .store .path_areas .scroll_area {
  width: 50%;
}
html.sp .store .path_areas .scroll_area:nth-child(2n+2) {
  border-right: 1px solid #ccc;
}
.store .path_areas .scroll_area a {
  display: block;
  margin-right: -1px;
  padding: 4px 15px 3px; 
  border-right: 1px solid #ccc;
}
html.sp .store .path_areas .scroll_area a {
  margin-right: 0; 
  padding: 6px 28px 6px 14px;
  border-right: 0;
  font-size: 0.92rem;
}
.store .path_areas .scroll_area a:hover {
  opacity: 0.7;
}
.store .path_areas .scroll_area svg {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  color: #d1b898;
}
html.sp .store .path_areas .scroll_area svg {
  right: 5px;
}

.store .table {
  line-height: 1.7;
}
html.sp .store .table {
  margin-top: 0;
  border: none;
}
.store .table_time {
  border-top: 1px solid #ccc;
}
.store .table.table_law {
  margin-bottom: 20px;
}
.store .table dl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.store .table dl:first-child {
  border: none;
}
html.sp .store .table dl {
  border: none;
}
.store .table dt {
  display: table-cell;
  width: 27%;
  padding: 14px 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc; 
  background: #f3f3f3;
  font-size: 1.17rem;
  font-weight: bold;
}
html.sp .store .table dt {
  font-size: 0.92rem;
}
.store .table dd {
  display: table-cell;
  padding: 14px 22px;
  vertical-align: top;
  border-bottom: 1px solid #e7e7e7; 
  font-size: 1.17rem;
}
html.sp .store .table dd {
  font-size: 0.92rem;
}
.store .table.table_delivery .table_price {
  border-top: 1px solid #ccc;
}
.store .table.table_delivery .carriage_box {
  display: table-cell;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.store .table.table_delivery .delivery_method dl,
.store .table.table_delivery .delivery_method dt,
.store .table.table_delivery .delivery_method dd {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  border: none;
  background: none;
}
.store .table.table_about dl,
.store .table.table_about dt,
.store .table.table_about dd {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  border: none;
  background: none; 
  font-weight: normal;
}
html.sp .store .table.table_about .commission_table {
  margin-left: -18px;
}
.store .table.table_about .commission_table table {
  width: 100%;
  margin-bottom: 15px; 
  border-top: 1px solid #ccc;
}
html.sp .store .table.table_about .commission_table table {
  margin-bottom: 8px;
}
.store .table.table_about .commission_table tr {
  display: table;
  width: 100%;
  padding: 0;
}
html.sp .store .table.table_about .commission_table tr {
  border: none;
}
.store .table.table_about .commission_table th {
  display: table-cell;
  padding: 14px;
  vertical-align: top;
  border-bottom: 1px solid #ccc; 
  background: #f3f3f3;
  font-size: 1.17rem;
  font-weight: bold;
}
.store .table.table_about .commission_table th:first-child {
  width: 27%;
}
.store .table.table_about .commission_table th:not(:first-child) {
  border-left: 1px solid #fff;
}
html.sp .store .table.table_about .commission_table th {
  font-size: 0.92rem;
}
html.sp .store .table.table_about .commission_table th:first-child {
  width: 37%;
}
.store .table.table_about .commission_table td {
  display: table-cell;
  padding: 14px;
  vertical-align: top;
  border-bottom: 1px solid #e7e7e7; 
  font-size: 1.17rem;
}
html.sp .store .table.table_about .commission_table td {
  font-size: 0.92rem;
}

.store .delivery_area {
  margin-top: 72px;
}
html.sp .store .delivery_area {
  margin-top: 40px;
}
.store .delivery_area .table dt {
  width: 27%;
  padding: 0 14px; 
  text-align: left;
  vertical-align: middle;
}
html.sp .store .delivery_area .table dt {
  width: 106px;
  padding: 0;
  padding-left: 16px;
}
.store .delivery_area .table dd {
  text-align: left;
}
.store .delivery_area .carriage_box .price_item {
  display: table;
  width: 100%;
  border: none;
}
html.sp .store .delivery_area .carriage_box .price_item {
  text-align: left;
}
.store .delivery_area .carriage_box .price_item:not(:first-child) {
  border-top: 1px solid #e7e7e7;
}
.store .delivery_area .carriage_box .price_item .item {
  display: table-cell;
  width: 50%;
  padding: 18px 14px;
  vertical-align: middle; 
  border-left: 1px solid #fff;
}
.store .delivery_area .carriage_box .price_item .item .name {
  display: none;
}
html.sp .store .delivery_area .carriage_box .price_item .item .name {
  display: inline-block;
}
html.sp .store .delivery_area .carriage_box .price_item .item {
  width: auto; 
  padding: 15px 16px 15px 13px;
  border: none;
}
html.sp .store .delivery_area .carriage_box .price_item .item.col_title {
  width: 106px; 
  padding: 0 13px;
}
.store .delivery_area .carriage_box .price_item .item .price_title {
  display: block; 
  font-weight: bold;
}
html.sp .store .delivery_area .carriage_box .price_item .item .price_title {
  font-size: 0.92rem;
}
.store .delivery_area .carriage_box .price_item .item .sub_price_title {
  display: block;
}
html.sp .store .delivery_area .carriage_box .price_item .item .sub_price_title {
  font-size: 1.09rem;
}
.store .delivery_area .carriage_box .price_item .title_item {
  border-top: none;
  background: #f3f3f3;
}
.store .delivery_area .delivery_method .text_list {
  margin-bottom: 15px;
}
html.sp .store .delivery_area .delivery_method .text_list {
  margin-bottom: 0; 
  font-weight: normal;
}
html.sp .store .delivery_area .delivery_method .text_note {
  padding-left: 46px;
  text-indent: -46px;
}
.store .delivery_area .delivery_method .bank_transfer {
  margin-bottom: 10px; 
  padding-left: 8px;
}
html.sp .store .delivery_area .delivery_method .bank_transfer {
  margin-bottom: 20px;
}
html.sp .store .delivery_area .delivery_method .bank_transfer dt {
  font-weight: normal;
}
.store .delivery_area .delivery_method li {
  padding-left: 11px; 
  text-indent: -10px;
}
html.sp .store .delivery_area .delivery_method li {
  padding-left: 0;
}
.store .delivery_area .table_delivery_menu {
  margin: 30px 0;
}
html.sp .store .delivery_area .table_delivery_menu {
  padding-right: 16px;
  padding-left: 16px;
}
html.sp .store .delivery_area .table_delivery_menu {
  margin-top: 20px;
  margin-bottom: 20px;
}
.store .delivery_area .table_delivery_menu .table_delivery_item {
  float: left;
}
.store .delivery_area .table_delivery_menu .table_delivery_item:not(:first-child) {
  margin-left: 10px;
}
.store .delivery_area .table_delivery_menu .table_delivery_item .select {
  width: 200px;
}
.store .delivery_area .table_delivery_menu .table_delivery_item .button {
  display: block;
  width: 70px;
  border-color: #d1b898;
}
html.pc .store .delivery_area .table_delivery_menu .table_delivery_item .button {
  height: 40px;
  font-size: 1.09rem;
}
html.sp .store .delivery_area .table_delivery_menu .table_delivery_item .button {
  font-size: 1.09rem;
}

.store .goods_area .table_head {
  width: 100%;
  padding: 30px 22px;
  border-bottom: 1px solid #9c9ea3;
}
.store .goods_area .table_head li {
  margin-bottom: 5px; 
  list-style-type: none;
}
.store .goods_area .table_head p {
  padding-left: 16px;
}
html.sp .store .goods_area .table_head {
  margin-bottom: 20px; 
  padding: 0;
  border: none;
}
html.sp .store .goods_area .table_head li:first-child {
  margin-bottom: 20px;
}
html.sp .store .goods_area .table_head p {
  padding: 0;
}

.store .goods_area .table_body .other_matter li {
  padding-left: 12px;
  text-indent: -12px;
}

.store .payment_area .cart_list {
  display: block;
  margin-bottom: 5px;
}
.store .payment_area .cart_list .cart_photo {
  display: inline-block; 
  width: 177px;
  height: 27px;
  margin-left: 10px;
}
.store .payment_area .cart_list .cart_photo img {
  width: 100%;
  height: auto;
}
.store .payment_area .cart_list .cart_name {
  display: none;
}
html.sp .store .payment_area .cart_list {
  margin-bottom: 0;
}
html.sp .store .payment_area .cart_list .cart_photo {
  display: block;
  width: 68.75%;
  margin: 5px 0 10px;
}
html.sp .store .payment_area .cart_list .cart_name {
  display: block;
}

html.sp .store .payment_area .payment_guide {
  margin-top: 24px;
}

html.sp .store .payment_area .guide {
  display: block;
}

.store .payment_area .payee_detail li {
  display: table;
  margin-top: 5px; 
  padding-left: 7px;
}
.store .payment_area .payee_detail li .col_require {
  display: table-cell;
  vertical-align: bottom;
}
.store .payment_area .payee_detail li .col_sample {
  display: table-cell; 
  padding-left: 13px;
}
.store .payment_area .payee_detail li .col_sample .text_small {
  font-size: 0.92rem;
}

.store .payment_area .payee_detail .notice {
  margin-top: 19px;
  padding-left: 7px;
}

.store .payment_area .cash_detail {
  padding-left: 7px; 
  text-indent: -7px;
}

.store .about_area {
  margin-top: 50px;
}
html.sp .store .about_area {
  border-bottom: 1px solid #ccc;
}
html.sp .store .about_area dt {
  padding-right: 16px;
  padding-left: 16px;
}
html.sp .store .about_area dt {
  display: block;
  width: auto;
  padding-top: 4px;
  padding-bottom: 3px;
  text-align: left; 
  border: 0;
  background: #f3f3f3;
  font-size: 0.92rem;
  font-weight: bold;
}
html.sp .store .about_area dd {
  padding-right: 16px;
  padding-left: 16px;
}
html.sp .store .about_area dd {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 0; 
  font-size: 1.09rem;
}

.store .about_area_us {
  margin: 75px 0 40px;
}
html.sp .store .about_area_us {
  margin: 25px 0 0;
}
.store .about_area_us_text {
  padding: 25px 0;
  font-size: 1.17rem;
}
html.sp .store .about_area_us_text {
  padding-right: 16px;
  padding-left: 16px;
}
html.sp .store .about_area_us_text {
  padding-top: 15px;
  padding-bottom: 15px; 
  font-size: 1.09rem;
  line-height: 1.8;
}
.store .about_area_us_text_p:not(:first-child) {
  margin-top: 10px;
}
html.pc .store .about_area_us_table.phone_info {
  border-bottom: 0;
  font-size: 1.17rem;
}
html.sp .store .about_area_us_table.phone_info.voucher_list {
  border-bottom: 0;
}
html.sp .store .about_area_us_table.phone_info.voucher_list .voucher_item .voucher_item_title {
  display: block;
  padding: 4px 18px 3px; 
  text-align: left;
  border: 0;
}
html.sp .store .about_area_us_table.phone_info.voucher_list .voucher_item .voucher_item_title:first-child {
  width: auto;
}
html.sp .store .about_area_us_table.phone_info.voucher_list .voucher_item .voucher_item_price {
  display: block;
  padding: 11px 18px;
  padding-right: 0; 
  border: 0;
}
html.sp .store .about_area_us .about_area_us_table.phone_info .voucher_item .voucher_item_price {
  font-size: 1.09rem;
}
html.sp .store .about_area_us .number_list {
  padding-right: 16px;
  padding-left: 16px;
}
.store .about_area_us .number_list li {
  border-top: 1px solid #ccc;
}
.store .about_area_us .number_list li:first-child {
  border-top: 0;
}
html.sp .store .about_area_us .number_list li {
  padding-right: 1px;
  padding-left: 20px;
}
.store .about_area_us .number_list_title {
  font-size: 1.34rem; 
  font-weight: bold;
}
html.sp .store .about_area_us .number_list_title {
  margin-left: 0;
  padding-right: 0; 
  text-indent: -20px;
  background: none;
  font-size: 1.17rem;
}
.store .about_area_us .number_list_title .num {
  margin-right: 5px; 
  color: #9f9f9f;
}
html.pc .store .about_area_us .number_list_text {
  margin-top: 8px;
  margin-left: 23px;
  font-size: 1.17rem;
  line-height: 1.71429;
}
html.sp .store .about_area_us .number_list_text {
  padding: 0;
  font-size: 1.09rem;
  line-height: 1.53846;
}
.store .about_area_us .guide_payment {
  margin-bottom: 5px;
}
html.sp .store .about_area_us .guide_payment {
  margin-left: 0;
}
.store .about_area_us .guide_images {
  margin-bottom: 10px;
}
.store .about_area_us .guide_images li {
  float: left;
}
.store .about_area_us .guide_images li:not(:first-child) {
  margin-left: 10px;
}
.store .about_area_us .phone_info {
  border-bottom: 1px solid #ccc;
}
html.sp .store .about_area_us .phone_info {
  padding-right: 16px;
  padding-left: 16px;
}
html.sp .store .about_area_us .phone_info {
  border: none;
}
.store .about_area_us .phone_info .time {
  margin-top: 10px; 
  padding-bottom: 0;
  padding-left: 16px;
  font-size: 1.17rem;
}
html.sp .store .about_area_us .phone_info .time {
  margin: 0;
  padding-left: 18px;
  font-size: 1.09rem;
}
.store .about_area_us .phone_info dl {
  padding: 25px 0;
}
html.sp .store .about_area_us .phone_info dl {
  padding: 15px 0;
}
.store .about_area_us .phone_info dl:not(:first-child) {
  border-top: 1px solid #ccc;
}
.store .about_area_us .phone_info dt {
  font-size: 1.34rem; 
  font-weight: bold;
}
html.sp .store .about_area_us .phone_info dt {
  display: block;
  background: none;
  font-size: 1.17rem;
}
.store .about_area_us .phone_info dt:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px; 
  content: '';
  vertical-align: middle;
  background: #9f9f9f;
}
html.sp .store .about_area_us .phone_info .note {
  font-size: 1.09rem;
}
.store .about_area_us .phone_info .voucher_item {
  display: table;
  width: 100%;
}
.store .about_area_us .phone_info .voucher_item .voucher_item_title {
  display: table-cell;
  width: 27%;
  padding: 14px;
  border-bottom: 1px solid #ccc; 
  background: #f3f3f3;
  font-weight: bold;
}
html.sp .store .about_area_us .phone_info .voucher_item .voucher_item_title {
  vertical-align: top;
  font-size: 0.92rem;
}
html.sp .store .about_area_us .phone_info .voucher_item .voucher_item_title:first-child {
  width: 37%;
}
.store .about_area_us .phone_info .voucher_item .voucher_item_title + .voucher_item_title {
  width: auto;
  border-left: 1px solid #fff;
}
.store .about_area_us .phone_info .voucher_item .voucher_item_price {
  display: table-cell;
  padding: 9px 14px 8px;
  border-bottom: 1px solid #e7e7e7;
}
html.sp .store .about_area_us .phone_info .voucher_item .voucher_item_price {
  padding: 14px;
  vertical-align: top;
  font-size: 0.92rem;
}
.store .about_area_us .phone_info .voucher_item:first-child .voucher_item_title {
  border-top: 1px solid #ccc;
}
.store .about_area_us .phone_info .voucher_item:first-child .voucher_item_price {
  border-top: 1px solid #e7e7e7;
}
html.sp .store .about_area_us dt {
  padding: 4px 0 3px;
  background: #f3f3f3;
  font-size: 0.92rem; 
  font-weight: bold;
}
html.sp .store .about_area_us dd {
  display: block;
  padding: 9px 0;
  font-size: 1.09rem;
}
.store .about_area_us .contact_info {
  padding: 22px;
}
html.sp .store .about_area_us .contact_info {
  padding: 0;
}
html.sp .store .about_area_us .contact_info .contact_item {
  display: block;
}
.store .about_area_us .contact_info dd {
  margin-top: 5px;
  padding-left: 8px;
}
.store .about_area_us .voucher_title {
  margin-bottom: 10px;
  font-weight: bold;
}
.store .about_area_us .voucher_list {
  margin-bottom: 15px;
}
html.sp .store .about_area_us .voucher_list {
  margin-bottom: 8px;
}
html.sp .store .about_area_us.payment .voucher_list {
  margin-left: -18px;
}

html.sp .store .law_area {
  border-bottom: 1px solid #d8d8d8;
}

.store .law_area .text_link {
  text-decoration: none;
  color: #000;
}
.store .law_area .text_link:hover {
  text-decoration: underline;
}

.store .law_area li {
  float: left;
  padding-left: 12px;
}
.store .law_area li:first-child {
  padding-left: 0;
}
html.sp .store .law_area li {
  float: none;
  padding-left: 0;
}
