.archive-achievements {
  padding: 80px 0 0;
  margin: 0 0 80px;
}
.archive-achievements .achievements-list {
  margin: 0 0 40px;
}
.archive-achievements .achievements-list .item a .achievement-meta .date {
  color: #000;
}
.archive-achievements .achievements-list .item a .achievement-meta .title {
  color: #000;
}
@media screen and (min-width: 768px) {
  .archive-achievements {
    padding: 160px 0 0;
    margin: 0 0 160px;
  }
  .archive-achievements .achievements-list {
    flex-wrap: wrap;
    margin: 0 0 64px;
  }
  .archive-achievements .achievements-list .item {
    width: calc(25% - 18px);
  }
}

.area-page-navi {
  text-align: center;
}
.area-page-navi .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.area-page-navi .wp-pagenavi .pages {
  display: none;
}
.area-page-navi .wp-pagenavi .current {
  width: 36px;
  height: 36px;
  border: solid 1px #E20314;
  background: #E20314;
  color: #fff;
}
.area-page-navi .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: solid 1px #E20314;
  color: #E20314;
}
.area-page-navi .wp-pagenavi a:hover {
  background: #E20314;
  color: #fff;
  border: solid 1px #E20314;
  opacity: 1;
}

.single-page {
  padding: 160px 15px 80px;
}
.single-page article {
  margin: 0 0 40px;
}
.single-page article .entry-header {
  margin: 0 0 40px;
}
.single-page article .entry-header .entry-title {
  margin: 0 0 8px;
  font-size: 20px;
}
.single-page article .post-thumbnail {
  margin: 0 0 40px;
}
.single-page article .entry-content h2,
.single-page article .entry-content h3,
.single-page article .entry-content h4,
.single-page article .entry-content p,
.single-page article .entry-content ul {
  margin: 0 0 24px;
}
.single-page .tag-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0 24px;
  padding: 0 0 24px;
  border-bottom: solid 1px #aaa;
}
.single-page .tag-links a {
  border: solid 1px #aaa;
  line-height: 1;
  padding: 4px 8px;
}
.single-page .tag-links a:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.single-page .navigation .nav-previous {
  margin: 0 0 24px;
}
.single-page .navigation .nav-previous .nav-subtitle {
  display: block;
}
.single-page .navigation .nav-next .nav-subtitle {
  display: block;
}
@media screen and (min-width: 768px) {
  .single-page .nav-links .nav-previous {
    width: 420px;
  }
  .single-page .nav-links .nav-next {
    text-align: right;
    width: 420px;
    margin: 0 0 0 auto;
  }
}

.archive-store .store {
  margin: 80px 0 144px;
}
.archive-store .store .region + .region {
  margin: 32px 0 0;
}
.archive-store .store .region .title03 {
  margin: 0 0 16px;
  padding: 16px 8px;
  background: #E20314;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.archive-store .store .region .store-list .store-item + .store-item {
  margin: 24px 0 0;
}
.archive-store .store .region .store-list .store-item .img {
  margin: 0 0 8px;
}
.archive-store .store .region .store-list .store-item .img.border {
  border: solid 1px #ccc;
}
.archive-store .store .region .store-list .store-item .img a {
  position: relative;
  display: block;
  width: 100%;
  padding: 56.25% 0 0;
  background-size: cover;
  background-position: center;
}
.archive-store .store .region .store-list .store-item .title05 a {
  font-weight: 500;
  font-size: 16px;
}
.archive-store .store .region .store-list .store-item .title05 a span {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.archive-store .store .region .store-list + .store-list {
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .archive-store .store {
    margin: 80px 0 192px;
  }
  .archive-store .store .region + .region {
    margin: 48px 0 0;
  }
  .archive-store .store .region .title03 {
    margin: 0 0 24px;
    padding: 24px 16px;
    background: #E20314;
    color: #fff;
    font-size: 24px;
  }
  .archive-store .store .region .store-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .archive-store .store .region .store-list .store-item {
    width: calc(33% - 20px);
  }
  .archive-store .store .region .store-list .store-item + .store-item {
    margin: 0;
  }
  .archive-store .store .region .store-list .store-item .img {
    margin: 0 0 16px;
  }
  .archive-store .store .region .store-list .store-item .title05 a {
    font-weight: 500;
    font-size: 20px;
  }
  .archive-store .store .region .store-list .store-item .title05 a span {
    margin: 0 0 8px;
    font-size: 16px;
  }
  .archive-store .store .region .store-list + .store-list {
    margin: 24px 0 0;
  }
}
.archive-store .flow {
  margin: 0 0 144px;
}
.archive-store .flow .title01 {
  margin: 0 0 32px;
}
.archive-store .flow .intro {
  margin: 0 0 32px;
}
.archive-store .flow .intro .title02 {
  margin: 0 0 16px;
  text-align: center;
}
.archive-store .flow .intro .text {
  line-height: 2;
}
.archive-store .flow .intro .text + .text {
  margin: 16px 0 0;
}
@media screen and (min-width: 768px) {
  .archive-store .flow {
    margin: 0 0 192px;
  }
  .archive-store .flow .title01 {
    margin: 0 0 48px;
  }
  .archive-store .flow .intro {
    margin: 0 0 48px;
  }
  .archive-store .flow .intro .title02 {
    margin: 0 0 32px;
    font-size: 28px;
  }
  .archive-store .flow .intro .text {
    text-align: center;
  }
  .archive-store .flow .intro .text + .text {
    margin: 24px 0 0;
  }
  .archive-store .flow .flow-list .item {
    width: 23.5%;
  }
}

.single-store .wrapper {
  padding: 142px 0 0;
}
.single-store .wrapper .full {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.single-store .wrapper .head {
  margin-bottom: 40px;
  padding: 0 15px;
}
.single-store .wrapper .head .area-store-name {
  margin: 0 0 32px;
}
.single-store .wrapper .head .area-store-name .thumbnail {
  width: 200px;
  margin: 0 0 32px;
}
.single-store .wrapper .head .area-store-name .title01 {
  margin: 0 0 8px;
  font-size: 24px;
}
.single-store .wrapper .head .area-store-name .text {
  font-weight: 700;
  color: #9B9B9B;
  font-size: 16px;
}
.single-store .wrapper .head .area-sllider .splide__pagination .splide__pagination__page {
  background: #fff;
}
.single-store .wrapper .head .area-sllider .splide__pagination .splide__pagination__page.is-active {
  background: #1B1B1B;
}
@media screen and (min-width: 768px) {
  .single-store .wrapper .head {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0;
    margin-bottom: 96px;
  }
  .single-store .wrapper .head .area-store-name {
    width: 41.875%;
    margin: 0 0;
    padding: 0 32px;
  }
  .single-store .wrapper .head .area-store-name .thumbnail {
    width: 210px;
    margin: 0 0 32px;
  }
  .single-store .wrapper .head .area-store-name .title01 {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 1.1428571429;
  }
  .single-store .wrapper .head .area-store-name .text {
    font-size: 18px;
  }
  .single-store .wrapper .head .area-sllider {
    width: 58.125%;
  }
  .single-store .wrapper .head .area-sllider .splide .splide__pagination {
    bottom: 1em;
  }
}
.single-store .wrapper .anchor-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 80px;
}
.single-store .wrapper .anchor-list .item {
  position: relative;
  width: calc(50% - 8px);
}
.single-store .wrapper .anchor-list .item::before, .single-store .wrapper .anchor-list .item::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  transform: translateY(10px);
  width: 1px;
  height: 10px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 0px);
}
.single-store .wrapper .anchor-list .item::before {
  transform: rotate(45deg);
}
.single-store .wrapper .anchor-list .item::after {
  transform: rotate(-45deg);
}
.single-store .wrapper .anchor-list .item a {
  display: block;
  padding: 12px 8px;
  font-size: 12px;
  background: #EEEEEE;
  color: #1B1B1B;
  border-radius: 8px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .single-store .wrapper .anchor-list {
    margin: 0 0 96px;
    flex-wrap: initial;
    gap: 16px;
  }
  .single-store .wrapper .anchor-list .item {
    position: relative;
    width: calc(25% - 24px);
  }
  .single-store .wrapper .anchor-list .item::before, .single-store .wrapper .anchor-list .item::after {
    content: "";
    position: absolute;
    margin: 0 0 -5px;
    right: 20px;
    bottom: 50%;
    width: 1px;
    height: 10px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: 50% calc(100% - 0px);
  }
  .single-store .wrapper .anchor-list .item::before {
    transform: rotate(45deg);
  }
  .single-store .wrapper .anchor-list .item::after {
    transform: rotate(-45deg);
  }
  .single-store .wrapper .anchor-list .item a {
    display: flex;
    align-items: center;
    height: 72px;
    padding: 0 16px;
    font-size: 16px;
  }
}
.single-store .wrapper .store-img {
  display: flex;
  gap: 4px;
  margin: 0 0 80px;
}
.single-store .wrapper .store-img .store-main-slider {
  width: 75.3%;
}
.single-store .wrapper .store-img .store-main-slider .splide__slide {
  display: block;
}
.single-store .wrapper .store-img .store-main-slider .splide__slide.is-active {
  display: flex;
  align-items: center;
}
.single-store .wrapper .store-img .store-thumb-slider {
  width: 24.7%;
  display: flex;
  flex-direction: column;
}
.single-store .wrapper .store-img .store-thumb-slider img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .single-store .wrapper .store-img {
    margin: 0 0 96px;
  }
}
.single-store .wrapper .info {
  padding: 80px 0;
  background: #EEEEEE;
}
.single-store .wrapper .info .detail {
  margin: 0 0 32px;
}
.single-store .wrapper .info .detail table {
  border-collapse: separate;
  border-spacing: 0 4px;
  margin: -4px 0 8px;
}
.single-store .wrapper .info .detail table tbody tr th {
  padding: 8px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  background: #fff;
  line-height: 1;
}
.single-store .wrapper .info .detail table tbody tr td {
  padding: 0 0 0 12px;
  font-weight: 500;
  font-size: 16px;
}
.single-store .wrapper .info .detail .link a {
  display: block;
  padding: 21px 0;
  background: #E20314;
  text-align: center;
  border-radius: 8px;
}
.single-store .wrapper .info .detail .link a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.single-store .wrapper .info .detail .link a span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 22px;
  margin: 0 8px 0 0;
  background: url(../img/common/icon/map.png) no-repeat 0 0;
  background-size: 100%;
}
.single-store .wrapper .info .map-img .img {
  margin: 0;
}
.single-store .wrapper .info .map-img .link {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-store .wrapper .info {
    padding: 96px 0;
  }
  .single-store .wrapper .info .area-info {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .single-store .wrapper .info .area-info .map {
    width: 45%;
    max-width: 450px;
    padding-bottom: 430px;
  }
  .single-store .wrapper .info .area-info .map-img {
    width: 45%;
    max-width: 450px;
  }
  .single-store .wrapper .info .area-info .map-img .img {
    margin: 0 0 16px;
  }
  .single-store .wrapper .info .area-info .detail {
    width: 54.4%;
    max-width: 550px;
    margin: 0;
  }
  .single-store .wrapper .info .area-info .detail table {
    border-spacing: 0 8px;
    margin: -8px 0 8px;
  }
  .single-store .wrapper .info .area-info .detail table tbody tr {
    border-bottom: 4px solid transparent;
  }
  .single-store .wrapper .info .area-info .detail table tbody tr th {
    padding: 6px 18px 7px;
    font-size: 18px;
    text-align: center;
  }
  .single-store .wrapper .info .area-info .detail table tbody tr td {
    padding: 6px 18px 7px;
    font-size: 18px;
  }
}
.single-store .wrapper .shop-contact {
  margin-bottom: 80px;
}
.single-store .wrapper .shop-contact .bg {
  padding: 80px 0;
  background: url(../img/store/contact-bg01.png) no-repeat center;
  background-size: cover;
}
.single-store .wrapper .shop-contact .bg a {
  display: block;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.single-store .wrapper .shop-contact .bg a .title01 {
  display: block;
  padding: 8px 0;
  text-align: center;
  background: #E20314;
  color: #fff;
  font-size: 20px;
  border-radius: 15px 15px 0 0;
}
.single-store .wrapper .shop-contact .bg a .contact-detail {
  display: block;
  width: 100%;
  border: solid 2px #E20314;
  border-top: none;
  background: #fff;
  border-radius: 0 0 15px 15px;
}
.single-store .wrapper .shop-contact .bg a .contact-detail .area-detail {
  display: block;
  padding: 12px;
}
.single-store .wrapper .shop-contact .bg a .contact-detail .area-detail .tel {
  display: block;
  margin: 0 0 8px;
  text-align: center;
  line-height: 1;
}
.single-store .wrapper .shop-contact .bg a .contact-detail .area-detail .tel .num {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.single-store .wrapper .shop-contact .bg a .contact-detail .area-detail .tel .num:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 8px 0 0;
  background: url(../img/common/icon/tel.png) no-repeat 0 0;
  background-size: cover;
}
.single-store .wrapper .shop-contact .bg a .contact-detail .area-detail .area-text {
  display: block;
  text-align: center;
}
.single-store .wrapper .shop-contact .bg a .contact-detail .area-detail .area-text .time {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.single-store .wrapper .shop-contact .bg a .contact-detail .area-detail .area-text .text {
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .single-store .wrapper .shop-contact .bg {
    padding: 96px 0;
  }
  .single-store .wrapper .shop-contact .bg .inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .single-store .wrapper .shop-contact .bg .inner a {
    display: block;
    width: 100%;
  }
  .single-store .wrapper .shop-contact .bg .inner a .title01 {
    padding: 8px 0;
    font-size: 28px;
  }
  .single-store .wrapper .shop-contact .bg .inner a .contact-detail {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 40px;
    border: solid 2px #E20314;
    border-top: none;
  }
  .single-store .wrapper .shop-contact .bg .inner a .contact-detail .area-detail {
    width: auto;
    padding: 0;
  }
  .single-store .wrapper .shop-contact .bg .inner a .contact-detail .area-detail .tel {
    display: block;
    width: 100%;
    margin: 0 0 12px;
  }
  .single-store .wrapper .shop-contact .bg .inner a .contact-detail .area-detail .tel .num {
    font-size: 58px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .single-store .wrapper .shop-contact .bg .inner a .contact-detail .area-detail .tel .num:before {
    width: 50px;
    height: 50px;
    margin: 0 16px 0 0;
  }
  .single-store .wrapper .shop-contact .bg .inner a .contact-detail .area-detail .area-text {
    display: block;
  }
  .single-store .wrapper .shop-contact .bg .inner a .contact-detail .area-detail .area-text .time {
    display: block;
    font-size: 22px;
    margin: 0 0 16px;
  }
  .single-store .wrapper .shop-contact .bg .inner a .contact-detail .area-detail .area-text .text {
    display: block;
    font-size: 16px;
  }
}
@media screen and (min-width: 860px) {
  .single-store .wrapper .shop-contact {
    padding: 0;
  }
  .single-store .wrapper .shop-contact .bg {
    padding: 144px 0 96px;
  }
  .single-store .wrapper .shop-contact .bg a .contact-detail {
    text-align: left;
  }
  .single-store .wrapper .shop-contact .bg a .contact-detail:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 296px;
    background: url(../img/store/img-contact01.png) no-repeat 0 0;
    background-size: cover;
  }
  .single-store .wrapper .shop-contact .bg a .contact-detail .area-detail {
    display: inline-block;
  }
}
.single-store .wrapper .access {
  margin-bottom: 80px;
  padding: 0 0 80px;
  background: #eee;
}
.single-store .wrapper .access .tab-list {
  display: flex;
  border-bottom: solid 1px #E20314;
  margin: 0 0 24px;
}
.single-store .wrapper .access .tab-list .tab-item {
  width: 40%;
  padding: 12px;
  border-radius: 8px 8px 0 0;
  background: #fff;
  color: #1b1b1b;
  text-align: center;
  font-size: 12px;
  border: solid 1px #fff;
  border-bottom: none;
  cursor: pointer;
}
.single-store .wrapper .access .tab-list .tab-item.is-active {
  background: #E20314;
  color: #fff;
  border-color: #E20314;
}
.single-store .wrapper .access .tab-content {
  display: none;
}
.single-store .wrapper .access .tab-content.is-active {
  display: block;
}
.single-store .wrapper .access .tab-content .access-images {
  counter-reset: number 0;
}
.single-store .wrapper .access .tab-content .access-images .detail {
  position: relative;
}
.single-store .wrapper .access .tab-content .access-images .detail:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  width: 75px;
  height: 25px;
  background: #dad5cd;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.single-store .wrapper .access .tab-content .access-images .detail:last-child::before {
  content: none;
}
.single-store .wrapper .access .tab-content .access-images .detail + .detail {
  margin: 48px 0 0;
}
.single-store .wrapper .access .tab-content .access-images .detail .img {
  margin: 0 0 12px;
}
.single-store .wrapper .access .tab-content .access-images .detail .text {
  position: relative;
  padding: calc(1em + 16px) 0 0;
  font-size: 14px;
}
.single-store .wrapper .access .tab-content .access-images .detail .text:before {
  counter-increment: number 1;
  content: "ROUTE" counter(number);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px 0 0;
  font-size: 14px;
  color: #E20314;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .single-store .wrapper .access {
    padding: 0 0 96px;
    margin-bottom: 96px;
  }
  .single-store .wrapper .access .tab-list {
    margin: 0 0 32px;
  }
  .single-store .wrapper .access .tab-list .tab-item {
    width: 36%;
    padding: 24px 0;
    font-size: 24px;
    line-height: 1;
  }
  .single-store .wrapper .access .tab-list .tab-item.is-active {
    background: #E20314;
    color: #fff;
    border-color: #E20314;
  }
  .single-store .wrapper .access .tab-content {
    display: none;
  }
  .single-store .wrapper .access .tab-content.is-active {
    display: block;
  }
  .single-store .wrapper .access .tab-content .access-images {
    display: flex;
    gap: 24px;
  }
  .single-store .wrapper .access .tab-content .access-images .detail {
    width: 33.33%;
  }
  .single-store .wrapper .access .tab-content .access-images .detail:before {
    height: 16px;
    width: 65px;
    left: auto;
    right: -44px;
    bottom: calc(50% + 16px);
    transform: translateY(-50%) rotate(-90deg);
  }
  .single-store .wrapper .access .tab-content .access-images .detail + .detail {
    margin: 0;
  }
  .single-store .wrapper .access .tab-content .access-images .detail .text {
    position: relative;
    padding: calc(1em + 16px) 0 0;
    font-size: 16px;
  }
  .single-store .wrapper .access .tab-content .access-images .detail .text:before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 12px 0 0;
    font-size: 16px;
  }
}
.single-store .wrapper .youtube {
  position: relative;
  margin: 0 0 80px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.single-store .wrapper .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .single-store .wrapper .youtube {
    margin: 0 0 96px;
  }
}
.single-store .wrapper .flyer {
  margin: 0 0 80px;
}
@media screen and (min-width: 768px) {
  .single-store .wrapper .flyer {
    margin: 0 0 96px;
  }
  .single-store .wrapper .flyer .img {
    text-align: center;
  }
  .single-store .wrapper .flyer .img a {
    display: inline-block;
    width: auto;
  }
}
.single-store .wrapper .staff {
  margin: 0 0 80px;
}
.single-store .wrapper .staff .title03 {
  margin: 0 0 168px;
}
.single-store .wrapper .staff .title03.no-img {
  margin: 0 0 56px;
}
.single-store .wrapper .staff .detail {
  position: relative;
  /*
  table {
      border-collapse: collapse;

      tr {
          th {
              width: 6em;
              padding: 8px;
              font-size: 14px;
              font-weight: 500;
              text-align: left;
              background: #EEEEEE;
              border-bottom: solid 2px #fff;
          }

          td {
              width: calc(100% - 6em);
              padding: 8px;
              font-size: 14px;
              font-weight: 500;
              line-height: 1.7;
          }
      }
  }
  */
}
.single-store .wrapper .staff .detail + .detail {
  margin: 160px 0 0;
}
.single-store .wrapper .staff .detail .img {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
}
.single-store .wrapper .staff .detail .img img {
  width: 200px;
  border-radius: 200px;
  margin: 0 auto;
}
.single-store .wrapper .staff .detail .area-text {
  padding: 144px 24px 24px;
  border-radius: 15px;
  background: #eee;
}
.single-store .wrapper .staff .detail .area-text.no-img {
  padding: 24px;
}
.single-store .wrapper .staff .detail .area-text .name {
  margin: 0 0 16px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
.single-store .wrapper .staff .detail .area-text .furigana {
  margin: 0 0 32px;
  line-height: 1;
  font-size: 12px;
  color: #E20314;
  text-align: center;
}
.single-store .wrapper .staff .detail .area-text .text {
  padding: 16px 24px;
  border-radius: 15px;
  background: #fff;
  line-height: 1.7777777778;
  font-size: 12px;
}
.single-store .wrapper .staff .detail .area-text .text + .text {
  margin: 32px 0 0;
}
.single-store .wrapper .staff .detail .area-text .text .title02 {
  margin: 0 0 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.single-store .wrapper .staff .detail .area-text .text table {
  width: 100%;
  border-collapse: collapse;
}
.single-store .wrapper .staff .detail .area-text .text table tbody tr {
  display: block;
  padding: 8px 0;
  border-top: solid 1px #eee;
}
.single-store .wrapper .staff .detail .area-text .text table tbody tr:last-child {
  border-bottom: solid 1px #eee;
}
.single-store .wrapper .staff .detail .area-text .text table tbody tr th {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  background: none;
  font-size: 12px;
  font-weight: 700;
}
.single-store .wrapper .staff .detail .area-text .text table tbody tr td {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .single-store .wrapper .staff {
    margin: 0 0 96px;
  }
  .single-store .wrapper .staff .title03 {
    margin: 0 0 176px;
  }
  .single-store .wrapper .staff .detail {
    /*
    table {
        width: 70%;
        max-width: 640px;

        &.full {
            width: 100%;
            max-width: none;
        }

        tr {
            th {
                width: 8em;
                padding: 8px;
                font-size: 18px;
                text-align: center;
                border-bottom: solid 4px #fff;
            }

            td {
                width: calc(100% - 6em);
                padding: 8px 12px;
                font-size: 18px;
            }
        }
    }
    */
  }
  .single-store .wrapper .staff .detail .img {
    width: 30%;
    max-width: 360px;
    margin: 0;
    top: -120px;
  }
  .single-store .wrapper .staff .detail .img img {
    width: 240px;
  }
  .single-store .wrapper .staff .detail .area-text {
    padding: 184px 48px 48px;
  }
  .single-store .wrapper .staff .detail .area-text.no-img {
    padding: 48px;
  }
  .single-store .wrapper .staff .detail .area-text .name {
    margin: 0 0 24px;
    font-size: 32px;
  }
  .single-store .wrapper .staff .detail .area-text .furigana {
    margin: 0 0 32px;
    font-size: 16px;
  }
  .single-store .wrapper .staff .detail .area-text .text {
    padding: 32px 24px;
    line-height: 1.5;
    font-size: 16px;
  }
  .single-store .wrapper .staff .detail .area-text .text + .text {
    margin: 32px 0 0;
  }
  .single-store .wrapper .staff .detail .area-text .text .title02 {
    margin: 0 0 24px;
    font-size: 18px;
  }
  .single-store .wrapper .staff .detail .area-text .text table {
    width: 100%;
    max-width: none;
  }
  .single-store .wrapper .staff .detail .area-text .text table tbody tr {
    display: table-row;
    padding: 8px 0;
  }
  .single-store .wrapper .staff .detail .area-text .text table tbody tr:last-child th {
    border-bottom: solid 1px #eee;
  }
  .single-store .wrapper .staff .detail .area-text .text table tbody tr th {
    display: table-cell;
    width: 30%;
    max-width: 264px;
    margin: 0;
    padding: 16px 0;
    font-size: 16px;
    text-align: left;
    border-top: solid 1px #eee;
  }
  .single-store .wrapper .staff .detail .area-text .text table tbody tr td {
    display: table-cell;
    width: calc(100% - 264px);
    padding: 16px;
    font-size: 16px;
    text-align: left;
  }
}
.single-store .wrapper .achievements {
  margin-bottom: 80px;
  padding: 80px 0;
  background: #E20314;
}
.single-store .wrapper .achievements .title03 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .single-store .wrapper .achievements {
    margin-bottom: 96px;
    padding: 96px 0;
  }
  .single-store .wrapper .achievements .list {
    justify-content: flex-start;
  }
}/*# sourceMappingURL=post.css.map */