@charset "UTF-8";
/* ==============================
  Base Settings
============================== */
@media screen and (min-width: 751px), print {
  html {
    font-size: 0.625em;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.2vw;
  }
}

body {
  font-family: sans-serif;
  font-size: 1.6rem;
  color: #111;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Display
------------------------------ */
@media screen and (min-width: 751px), print {
  .forsp {
    display: none !important;
  }
  br.fortb {
    display: none;
  }
}
@media screen and (max-width: 1189px) {
  br.fortb {
    display: inline;
  }
}
@media screen and (max-width: 750px) {
  .forpc {
    display: none !important;
  }
}
/* Layout
------------------------------ */
.modal--wrapper {
  width: 94%;
  margin: 3% auto;
}
.modal--header {
  margin-bottom: 1em;
  padding: 1em 0;
  border-radius: 0.4em;
  text-align: center;
}
.modal--header span {
  display: inline-block;
  margin: 0 0.1em;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
.modal--header small {
  display: inline-block;
  margin: 0 0 0 0.5em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .modal--header span {
    font-size: 1.6rem;
  }
  .modal--header small {
    display: block;
    margin: 0.25em 0 0;
  }
}

.btn-gmap {
  display: inline-block;
  transition: 0.3s;
}
.btn-gmap > span {
  padding: 0.5em;
  border-radius: 0.4em;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 0.5em;
  line-height: 1.3;
  font-size: 0.9em;
  color: #fff;
}
.modal__aeon .btn-gmap > span {
  background-color: #c40046;
}
.modal__ufj .btn-gmap > span {
  background-color: #f00;
}
.modal__konomiya .btn-gmap > span {
  background-color: #f00;
}
.btn-gmap > span::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  border-radius: 100%;
  background: url(/assets/images/common/request_a_icon.svg) center center/contain no-repeat #fff;
}
.btn-gmap > span > span {
  flex: 1;
  text-align: center;
}
.btn-gmap:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .btn-gmap > span {
    font-size: 0.8em;
  }
}

/* イオン・マックスバリュ
------------------------------ */
.aeon--header {
  background-color: #c40046;
}
.aeon--table {
  width: 100%;
  line-height: 1.4;
  font-size: 0.9em;
}
.aeon--table caption {
  margin: -0.75em 0 1em;
  text-align: right;
  font-size: 0.9em;
  font-weight: 700;
  color: #c40046;
}
.aeon--table th, .aeon--table td {
  padding: 0.5em 1em;
  border: solid 1px;
  vertical-align: middle;
  font-weight: 400;
}
.aeon--table thead th {
  border-color: #fff;
  background-color: #952c67;
  text-align: center;
  color: #fff;
}
.aeon--table tbody th, .aeon--table tbody td {
  border-color: #aaa;
}
.aeon--table tbody tr:nth-child(even) {
  background-color: #ffe6eb;
}
.aeon--table tbody td:first-child > p > span {
  display: inline-block;
}
.aeon--table tbody td:nth-child(2) > p > span {
  display: inline-block;
  margin-right: 0.5em;
}
.aeon--table tbody td:last-child {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .aeon--table {
    font-size: 0.8em;
  }
  .aeon--table th, .aeon--table td {
    padding: 0.5em;
  }
  .aeon--table tbody td:first-child > p > span {
    display: block;
    white-space: nowrap;
  }
  .aeon--table tbody td:first-child > p.fsz--s__sp {
    font-size: 0.8em;
  }
  .aeon--table tbody td:nth-child(2) > p {
    font-size: 0.9em;
  }
  .aeon--table tbody td:nth-child(2) > p > span {
    display: block;
    margin-right: 0;
  }
}

/* UFJ
------------------------------ */
.ufj--header {
  background-color: #f00;
}
.ufj--table {
  width: 100%;
  line-height: 1.4;
  font-size: 0.9em;
}
.ufj--table caption {
  margin: -0.75em 0 1em;
  text-align: right;
  font-size: 0.9em;
  font-weight: 700;
  color: #f00;
}
.ufj--table th, .ufj--table td {
  padding: 0.5em 1em;
  border: solid 1px #aaa;
  vertical-align: middle;
  font-weight: 400;
}
.ufj--table thead th {
  background-color: #5a5a5a;
  text-align: center;
  color: #fff;
}
.ufj--table tbody tr:nth-child(even) {
  background-color: #e6e6e6;
}
.ufj--table tbody td {
  text-align: center;
}
.ufj--table tbody td:first-child p {
  white-space: nowrap;
}
.ufj--table tbody td:nth-child(3) {
  text-align: left;
}
.ufj--table tbody td:nth-child(3) > span {
  display: inline-block;
  font-size: 0.9em;
}
.ufj--table tbody td:nth-child(3) > span:not(:last-child) {
  margin-right: 0.5em;
}
@media screen and (max-width: 750px) {
  .ufj--table {
    font-size: 0.8em;
  }
  .ufj--table th, .ufj--table td {
    padding: 0.5em;
  }
}

/* コノミヤ
------------------------------ */
.konomiya--header {
  background-color: #fff000;
}
.konomiya--header span, .konomiya--header small {
  color: #f00;
}
.konomiya--table {
  width: 100%;
  line-height: 1.4;
  font-size: 0.9em;
}
.konomiya--table caption {
  margin: -0.75em 0 1em;
  text-align: right;
  font-size: 0.9em;
  font-weight: 700;
  color: #f00;
}
.konomiya--table th, .konomiya--table td {
  padding: 0.5em 1em;
  border: solid 1px #aaa;
  vertical-align: middle;
  font-weight: 400;
}
.konomiya--table thead th {
  background-color: #159b3d;
  text-align: center;
  color: #fff;
}
.konomiya--table thead th:not(:last-child) {
  width: auto;
}
.konomiya--table tbody tr:nth-child(even) {
  background-color: #d9f1e2;
}
.konomiya--table tbody td:first-child p {
  white-space: nowrap;
}
.konomiya--table tbody td:nth-child(2) {
  text-align: left;
}
.konomiya--table tbody td:nth-child(2) > span {
  display: inline-block;
  font-size: 0.9em;
}
.konomiya--table tbody td:nth-child(2) > span:not(:last-child) {
  margin-right: 0.5em;
}
.konomiya--table tbody td:last-child {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .konomiya--table {
    font-size: 0.8em;
  }
  .konomiya--table th, .konomiya--table td {
    padding: 0.5em;
  }
  .konomiya--table tbody td:first-child {
    text-align: center;
  }
  .konomiya--table tbody td:nth-child(2) > span {
    display: block;
    margin: 0;
  }
  .konomiya--table tbody td:nth-child(2) > span:not(:last-child) {
    margin-right: 0;
  }
}/*# sourceMappingURL=flyer_modal.css.map */