@charset "UTF-8";
@media screen and (min-width: 360px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 640px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .hidden-sm-down {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-ipad-up {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 640px) {
  html {
    min-width: 1020px;
  }
}

body {
  overflow-x: clip;
  height: 100%;
  word-break: break-all;
  color: #000;
}

section {
  padding: initial;
}

.contents {
  overflow: initial;
  overflow-x: initial;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a:link {
  color: initial;
  text-decoration: none;
}

a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

i, em {
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: 0;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 0;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

.fadein {
  transform: translateY(50px);
  opacity: 0 !important;
  transition: 0.4s linear;
}
.fadein.is-scroll {
  transform: translateY(0);
  opacity: 1 !important;
}

@keyframes poyoyon {
  0% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(0.9, 0.9);
  }
  30% {
    transform: scale(1, 1);
  }
  70% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
  0%, 100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    top: 50%;
  }
  50% {
    top: calc(50% + 25px);
  }
  75% {
    top: calc(50% - 10px);
  }
  90% {
    opacity: 1;
    top: calc(50% + 5px);
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}
@keyframes bounceInDownSP {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    bottom: 0%;
  }
  50% {
    bottom: calc(0% + 25px);
  }
  75% {
    bottom: calc(0% - 10px);
  }
  90% {
    opacity: 1;
    bottom: calc(0% + 5px);
  }
  100% {
    opacity: 1;
    bottom: 0%;
  }
}
#michinoeki {
  position: relative;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-feature-settings: "palt";
  color: #343434;
  background: #F0F0F0;
}
#michinoeki::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) center -100px repeat-y;
  background-size: 1880px;
  z-index: 0;
  opacity: 0;
}
@media screen and (max-width: 639px) {
  #michinoeki::before {
    background-image: url(../img/bg_sp.png);
    background-size: contain;
  }
}
.start-mv #michinoeki::before {
  transition: 0.5s ease-in 0.5s;
  opacity: 1;
}
#michinoeki::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_icon.png) center -100px no-repeat;
  background-size: 1880px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 639px) {
  #michinoeki::after {
    display: none;
  }
}
.start-mv #michinoeki::after {
  transition: 0.5s ease-in 0.5s;
  opacity: 1;
}
#michinoeki img {
  max-width: 100%;
  height: auto;
}
#michinoeki .section {
  position: relative;
  padding: 0 0 100px;
  z-index: 1;
}
#michinoeki .section.item {
  z-index: 2;
}
#michinoeki .section h2 {
  width: 50%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 640px) {
  #michinoeki .section h2 {
    max-width: 225px;
    margin-bottom: 40px;
  }
}
#michinoeki .content-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
#michinoeki .mv {
  position: relative;
  padding: 40px 0 50px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  #michinoeki .mv {
    padding: 40px 0;
  }
}
#michinoeki .mv-title {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-title {
    padding-bottom: 26vw;
  }
}
#michinoeki .mv-title-img {
  max-width: 560px;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-title-img {
    width: 81%;
  }
}
.start-mv #michinoeki .mv-title-img {
  animation: poyoyon 1s ease-in-out 1 forwards;
}
#michinoeki .mv-title-shop {
  max-width: 625px;
  margin: -95px auto 0;
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-title-shop {
    width: 95%;
  }
}
#michinoeki .mv-lead {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-lead {
    font-size: 1.3rem;
  }
}
#michinoeki .mv-lead-top {
  margin: 25px auto 1em;
  font-size: 2rem;
  font-weight: 700;
  color: #E56C2E;
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-lead-top {
    font-size: 1.5rem;
  }
}
#michinoeki .mv [class^=mv-icon] {
  position: absolute;
  width: 58px;
  height: auto;
  opacity: 0;
}
@media screen and (max-width: 639px) {
  #michinoeki .mv [class^=mv-icon] {
    width: 8.8vw;
  }
}
.start-mv #michinoeki .mv [class^=mv-icon] {
  animation: bounceInDown 0.5s both;
}
@media screen and (max-width: 639px) {
  .start-mv #michinoeki .mv [class^=mv-icon] {
    animation: bounceInDownSP 0.5s 1s both;
  }
}
#michinoeki .mv-icon1 {
  top: 50%;
  left: 50%;
  transform: translate(-370px, -220px);
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-icon1 {
    top: auto;
    bottom: 0;
    transform: translate(-12vw, -80%);
  }
}
@media screen and (min-width: 640px) {
  .start-mv #michinoeki .mv-icon1 {
    animation-delay: 1.4s !important;
  }
}
#michinoeki .mv-icon2 {
  top: 50%;
  left: 50%;
  transform: translate(-470px, -100%);
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-icon2 {
    top: auto;
    bottom: 0;
    transform: translate(-28vw, -150%);
  }
}
@media screen and (min-width: 640px) {
  .start-mv #michinoeki .mv-icon2 {
    animation-delay: 1s !important;
  }
}
#michinoeki .mv-icon3 {
  top: 50%;
  left: 50%;
  transform: translate(-400px, 130%);
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-icon3 {
    top: auto;
    bottom: 0;
    transform: translate(-43vw, -220%);
  }
}
@media screen and (min-width: 640px) {
  .start-mv #michinoeki .mv-icon3 {
    animation-delay: 1.8s !important;
  }
}
#michinoeki .mv-icon4 {
  top: 50%;
  right: 50%;
  transform: translate(400px, -240px);
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-icon4 {
    top: auto;
    bottom: 0;
    transform: translate(43vw, -220%);
  }
}
@media screen and (min-width: 640px) {
  .start-mv #michinoeki .mv-icon4 {
    animation-delay: 1.8s !important;
  }
}
#michinoeki .mv-icon5 {
  top: 50%;
  right: 50%;
  transform: translate(470px, -90%);
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-icon5 {
    top: auto;
    bottom: 0;
    transform: translate(28vw, -150%);
  }
}
@media screen and (min-width: 640px) {
  .start-mv #michinoeki .mv-icon5 {
    animation-delay: 1.4s !important;
  }
}
#michinoeki .mv-icon6 {
  top: 50%;
  right: 50%;
  transform: translate(370px, 140%);
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-icon6 {
    top: auto;
    bottom: 0;
    transform: translate(12vw, -80%);
  }
}
@media screen and (min-width: 640px) {
  .start-mv #michinoeki .mv-icon6 {
    animation-delay: 1s !important;
  }
}
#michinoeki .shop-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 50px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    margin-bottom: 20px;
  }
}
#michinoeki .shop-list-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item:nth-child(1) figure {
    margin-left: -3.2vw;
  }
}
@media screen and (min-width: 640px) {
  #michinoeki .shop-list-item:nth-child(6) figure {
    margin-top: -28px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item:nth-child(6) figure {
    margin-top: -4.6vw;
    margin-right: calc(-20px - 1vw);
  }
}
@media screen and (min-width: 640px) {
  #michinoeki .shop-list-item:nth-child(7) figure {
    margin-top: -10px;
  }
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item:nth-child(7) figure {
    margin-top: -1.86vw;
    margin-right: -1.86vw;
  }
}
#michinoeki .shop-list-item figure {
  margin: 0 auto 20px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item figure {
    margin-bottom: 10px;
  }
}
#michinoeki .shop-list-item p {
  margin: 0 auto auto;
  font-size: 1.5rem;
  line-height: 1.66em;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p {
    font-size: 1.3rem;
  }
}
#michinoeki .shop-list-item p.shop-name {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 20px auto 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #E56C2E;
  line-height: 1.4em;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p.shop-name {
    margin-top: 0;
    font-size: 1.3rem;
  }
}
#michinoeki .shop-list-item p.shop-name .prefecture {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0.5em;
  font-size: 1.2rem;
  color: #E56C2E;
  border: 1px solid #E56C2E;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p.shop-name .prefecture {
    margin: 0 auto 0.4em;
  }
}
#michinoeki .shop-list-item p.shop-name .name {
  margin: 0 auto;
  margin-left: 0;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p.shop-name .name {
    width: 100%;
  }
}
#michinoeki .shop-list-item p.product {
  margin: 5px auto 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p.product {
    font-size: 1.2rem;
  }
}
#michinoeki .shop-list-item p.spec {
  margin: 5px auto 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p.spec {
    font-size: 1.2rem;
  }
}
#michinoeki .shop-list-item p.spec .price {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p.spec .price {
    font-size: 1.5rem;
  }
}
#michinoeki .shop-list-item .icon-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  margin: 1em auto 0;
  padding-top: 1em;
  border-top: 1px solid #060001;
}
#michinoeki .shop-list-item span[class^=icon-] {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0;
  background: url(../img/icon_s_ashiya.png) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item span[class^=icon-] {
    width: 20px;
    height: 20px;
  }
}
#michinoeki .shop-list-item span.icon-suma {
  background-image: url(../img/icon_s_suma.png);
}
#michinoeki .shop-list-item span.icon-kobe {
  background-image: url(../img/icon_s_kobe.png);
}
#michinoeki .shop-list-item span.icon-ashiya {
  background-image: url(../img/icon_s_ashiya.png);
}
#michinoeki .shop-list-item span.icon-kyoto {
  background-image: url(../img/icon_s_kyoto.png);
}
#michinoeki .shop-list-item span.icon-umeda {
  background-image: url(../img/icon_s_umeda.png);
}
#michinoeki .shop-list-item span.icon-takatsuki {
  background-image: url(../img/icon_s_takatsuki.png);
}
#michinoeki .note {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
  text-align: left;
}
@media screen and (max-width: 639px) {
  #michinoeki .note {
    font-size: 1.2rem;
  }
}
#michinoeki .store-link {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#michinoeki .store-link li {
  position: relative;
  width: 100%;
  background: #B2B2B2;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s linear, background 0.2s ease-in;
}
@media screen and (max-width: 639px) {
  #michinoeki .store-link li {
    border-radius: 10px;
  }
}
#michinoeki .store-link li::before, #michinoeki .store-link li::after {
  position: absolute;
  top: 10px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #656565;
  z-index: 1;
}
#michinoeki .store-link li::before {
  left: 10px;
}
#michinoeki .store-link li::after {
  right: 10px;
}
#michinoeki .store-link li.suma {
  background-color: #90B949;
}
@media screen and (min-width: 769px) {
  #michinoeki .store-link li.suma:hover {
    background-color: #3A620C;
  }
  #michinoeki .store-link li.suma:hover::before, #michinoeki .store-link li.suma:hover::after,
  #michinoeki .store-link li.suma:hover a::before,
  #michinoeki .store-link li.suma:hover a::after {
    background-color: #90B949;
  }
}
#michinoeki .store-link li.suma::before, #michinoeki .store-link li.suma::after,
#michinoeki .store-link li.suma a::before,
#michinoeki .store-link li.suma a::after {
  background-color: #3A620C;
}
#michinoeki .store-link li.suma .store::after {
  content: "Suma";
}
#michinoeki .store-link li.kobe {
  background-color: #A88454;
}
@media screen and (min-width: 769px) {
  #michinoeki .store-link li.kobe:hover {
    background-color: #5C3E16;
  }
  #michinoeki .store-link li.kobe:hover::before, #michinoeki .store-link li.kobe:hover::after,
  #michinoeki .store-link li.kobe:hover a::before,
  #michinoeki .store-link li.kobe:hover a::after {
    background-color: #A88454;
  }
}
#michinoeki .store-link li.kobe::before, #michinoeki .store-link li.kobe::after,
#michinoeki .store-link li.kobe a::before,
#michinoeki .store-link li.kobe a::after {
  background-color: #5C3E16;
}
#michinoeki .store-link li.kobe .store::after {
  content: "Kobe";
}
#michinoeki .store-link li.ashiya {
  background-color: #D0B240;
}
@media screen and (min-width: 769px) {
  #michinoeki .store-link li.ashiya:hover {
    background-color: #8E771E;
  }
  #michinoeki .store-link li.ashiya:hover::before, #michinoeki .store-link li.ashiya:hover::after,
  #michinoeki .store-link li.ashiya:hover a::before,
  #michinoeki .store-link li.ashiya:hover a::after {
    background-color: #D0B240;
  }
}
#michinoeki .store-link li.ashiya::before, #michinoeki .store-link li.ashiya::after,
#michinoeki .store-link li.ashiya a::before,
#michinoeki .store-link li.ashiya a::after {
  background-color: #8E771E;
}
#michinoeki .store-link li.ashiya .store::after {
  content: "Ashiya";
}
#michinoeki .store-link li.kyoto {
  background-color: #5B9DAC;
}
@media screen and (min-width: 769px) {
  #michinoeki .store-link li.kyoto:hover {
    background-color: #296776;
  }
  #michinoeki .store-link li.kyoto:hover::before, #michinoeki .store-link li.kyoto:hover::after,
  #michinoeki .store-link li.kyoto:hover a::before,
  #michinoeki .store-link li.kyoto:hover a::after {
    background-color: #5B9DAC;
  }
}
#michinoeki .store-link li.kyoto::before, #michinoeki .store-link li.kyoto::after,
#michinoeki .store-link li.kyoto a::before,
#michinoeki .store-link li.kyoto a::after {
  background-color: #296776;
}
#michinoeki .store-link li.kyoto .store::after {
  content: "Kyoto";
}
#michinoeki .store-link li.umeda {
  background-color: #004C7C;
}
@media screen and (min-width: 769px) {
  #michinoeki .store-link li.umeda:hover {
    background-color: #001B2C;
  }
  #michinoeki .store-link li.umeda:hover::before, #michinoeki .store-link li.umeda:hover::after,
  #michinoeki .store-link li.umeda:hover a::before,
  #michinoeki .store-link li.umeda:hover a::after {
    background-color: #004C7C;
  }
}
#michinoeki .store-link li.umeda::before, #michinoeki .store-link li.umeda::after,
#michinoeki .store-link li.umeda a::before,
#michinoeki .store-link li.umeda a::after {
  background-color: #001B2C;
}
#michinoeki .store-link li.umeda .store::after {
  content: "Umeda";
}
#michinoeki .store-link li.takatsuki {
  background-color: #904B2B;
}
@media screen and (min-width: 769px) {
  #michinoeki .store-link li.takatsuki:hover {
    background-color: #6E3114;
  }
  #michinoeki .store-link li.takatsuki:hover::before, #michinoeki .store-link li.takatsuki:hover::after,
  #michinoeki .store-link li.takatsuki:hover a::before,
  #michinoeki .store-link li.takatsuki:hover a::after {
    background-color: #904B2B;
  }
}
#michinoeki .store-link li.takatsuki::before, #michinoeki .store-link li.takatsuki::after,
#michinoeki .store-link li.takatsuki a::before,
#michinoeki .store-link li.takatsuki a::after {
  background-color: #6E3114;
}
#michinoeki .store-link li.takatsuki .store::after {
  content: "Takatsuki";
}
#michinoeki .store-link li.coming-soon {
  background: #B2B2B2;
  pointer-events: none;
}
#michinoeki .store-link li.coming-soon::before, #michinoeki .store-link li.coming-soon::after,
#michinoeki .store-link li.coming-soon a::before,
#michinoeki .store-link li.coming-soon a::after {
  background-color: #656565;
}
#michinoeki .store-link li.coming-soon a {
  pointer-events: none;
}
#michinoeki .store-link li.coming-soon a .info > span,
#michinoeki .store-link li.coming-soon a .icon-arrow {
  opacity: 0.2;
}
#michinoeki .store-link li.coming-soon a .info::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "coming soon…";
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 639px) {
  #michinoeki .store-link li.coming-soon a .info::after {
    font-size: 2rem;
  }
}
#michinoeki .store-link a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 40px;
  padding-right: 80px;
  color: #fff;
}
@media screen and (max-width: 639px) {
  #michinoeki .store-link a {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 40px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 769px) {
  #michinoeki .store-link a:hover {
    opacity: 1;
  }
}
#michinoeki .store-link a::before, #michinoeki .store-link a::after {
  position: absolute;
  bottom: 10px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #656565;
}
#michinoeki .store-link a::before {
  left: 10px;
}
#michinoeki .store-link a::after {
  right: 10px;
}
#michinoeki .store-link a span {
  display: inline-block;
  margin: 0;
}
#michinoeki .store-link a .store {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 640px) {
  #michinoeki .store-link a .store {
    display: block;
    width: 270px;
  }
}
#michinoeki .store-link a .store::after {
  display: inline-block;
  padding: 0 1em;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  #michinoeki .store-link a .store::after {
    font-size: 1.2rem;
  }
}
#michinoeki .store-link a .store img {
  width: 170px;
  height: auto;
}
@media screen and (max-width: 639px) {
  #michinoeki .store-link a .store img {
    width: 30vw;
    margin-left: 0;
  }
}
#michinoeki .store-link a .info {
  position: relative;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  padding-right: 0;
  text-align: left;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 639px) {
  #michinoeki .store-link a .info {
    margin-top: 10px;
    padding: 10px 0 0;
    border: none;
    border-top: 1px solid #fff;
  }
}
#michinoeki .store-link a .date {
  font-size: 3.1rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media screen and (min-width: 640px) {
  #michinoeki .store-link a .date {
    width: 285px;
  }
}
@media screen and (max-width: 639px) {
  #michinoeki .store-link a .date {
    font-size: 2.1rem;
  }
}
#michinoeki .store-link a .date .week {
  font-size: 0.677em;
}
#michinoeki .store-link a .place {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  text-align: left;
}
@media screen and (max-width: 639px) {
  #michinoeki .store-link a .place {
    font-size: 1.2rem;
  }
}
#michinoeki .store-link a .place::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: bottom;
  background: url(../img/icon-access.png) center no-repeat;
  background-size: contain;
}
#michinoeki .store-link a .icon-arrow {
  position: absolute;
  top: 50%;
  right: 35px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon-arrow.png) center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 639px) {
  #michinoeki .store-link a .icon-arrow {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_column > .col_item {
    font-size: 1.4rem;
  }
  .FooterBody .footer-copyright small {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=styles.css.map */