:root {
  --amm-primary-color: #13448f;
  --amm-secondary-color-light: #f2fafd;
  --amm-secondary-color: #046eb8;
  --amm-accent-color: #da0000;
  --amm-gray-color: #f8f8f8;
}

.p-shops-detail {
  font-size: 16px;
  line-height: 1.6;
}
.p-shops-detail .fs--sm {
  font-size: 13.5px;
  line-height: 1.5em;
}
.p-shops-detail ul.fs--sm {
  list-style: disc;
  list-style-position: outside;
  margin-left: 15px;
}
.p-shops-detail .text-color--accent {
  color: var(--amm-accent-color);
}
.p-shops-detail .fs--bold {
  font-weight: 600;
}
.p-shops-detail a.link-text {
  color: var(--amm-secondary-color);
  text-decoration: underline;
}
.p-shops-detail a.link-text:hover {
  text-decoration: none;
}
.p-shops-detail hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  padding: 0;
}
.p-shops-detail__promotion-label {
  border: 2px solid var(--amm-primary-color);
  border-radius: 5px;
  box-sizing: border-box;
  color: var(--amm-primary-color);
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
  width: 100%;
}
.p-shops-detail .alert {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  box-sizing: border-box;
  color: inherit;
  margin: 0;
  padding: 1rem 1.5rem;
  position: relative;
}
.p-shops-detail .alert h2 {
  font-size: 16px;
  font-weight: 600;
}
.p-shops-detail .alert-warning {
  border-color: var(--amm-accent-color);
  color: var(--amm-accent-color);
}
.p-shops-detail .alert-info {
  background-color: var(--amm-secondary-color-light);
  border: 2px solid var(--amm-secondary-color);
}
.p-shops-detail__header {
  align-items: flex-end;
  border-bottom: 4px solid var(--amm-primary-color);
  display: flex;
  justify-content: space-between;
  padding: 0 0 5px;
}
.p-shops-detail__header h1 {
  font-size: 1.25em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-shops-detail__header h1 {
    font-size: 1.5em;
  }
}
.p-shops-detail__header ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}
.p-shops-detail__header ul li {
  height: 32px;
  margin: 0 0 0 1rem;
  padding: 0;
  width: 32px;
}
@media (min-width: 768px) {
  .p-shops-detail__header ul li {
    height: 44px;
    width: 44px;
  }
}
.p-shops-detail__header ul li img {
  height: auto;
  max-width: 100%;
}
.p-shops-detail__header ul li:first-child {
  margin-left: 0;
}
.p-shops-detail__header ul + ul {
  margin-left: 1rem;
}
.p-shops-detail__header .btn-favorite {
  background-color: transparent;
  background-image: url(https://cdn.ana-mileagemall.net/assets/amm/menseki/favorite_add-59ae568c19580136da707b1bc091e626a17bd05e26768b3e57a5ddbabfaf410a.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0;
  height: 32px;
  margin: 0;
  outline: none;
  padding: 0;
  width: 32px;
}
@media (min-width: 768px) {
  .p-shops-detail__header .btn-favorite {
    background-size: 44px 44px;
    height: 44px;
    width: 44px;
  }
}
.p-shops-detail__header .btn-favorite:hover {
  opacity: 0.6;
}
.p-shops-detail__header .btn-favorite[data-is-registered=true] {
  background-image: url(https://cdn.ana-mileagemall.net/assets/amm/menseki/favorite-4e462e6f54e6cf34741274089e48129ffa82767d92f903040a5f1a7760b57bf5.png);
}
.p-shops-detail__main-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-shops-detail__main-content {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .p-shops-detail__main-content .border-right {
    border-right: 2px solid #ccc;
  }
}
.p-shops-detail__main-content > div:first-child {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .p-shops-detail__main-content > div:first-child {
    padding-right: 30px;
    width: 35%;
  }
}
.p-shops-detail__main-content > div:first-child img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-shops-detail__main-content > div:first-child img {
    width: 80%;
  }
}
.p-shops-detail__main-content > div:nth-child(2) {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-shops-detail__main-content > div:nth-child(2) {
    margin-top: 0;
    padding-left: 30px;
    width: 65%;
  }
}
.p-shops-detail__main-footer {
  box-sizing: border-box;
  margin: 0 auto;
  width: 65%;
}
.p-shops-detail__main-footer li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 15px;
}
.p-shops-detail__main .btn-primary {
  border: 3px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
  text-align: center;
  width: 100%;
  background: #ec7309;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  transition: 300ms ease-in;
}
.p-shops-detail__main .btn-primary::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: right top;
  transition: 300ms ease-in;
  width: 10px;
}
.p-shops-detail__main .btn-primary:hover {
  background: #c33c00;
}
.p-shops-detail__main .btn-primary:hover::after {
  right: 3%;
}
@media (max-width: 768px) {
  .p-shops-detail__main .btn-primary {
    font-size: 1.4rem;
  }
}
.p-shops-detail__main .btn-secondary {
  border: 3px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #fff;
  border-color: #da0000;
  color: #da0000;
  font-size: 1.4rem;
  font-weight: 600;
  transition: 300ms ease-in;
}
.p-shops-detail__main .btn-secondary:hover {
  background: #da0000;
  color: #fff;
}
.p-shops-detail__main p {
  line-height: 150%;
}
.p-shops-detail__main h2 {
  color: var(--amm-primary-color);
  font-size: 18px;
  font-weight: 600;
}
.p-shops-detail__main h3 {
  font-weight: 600;
}
.p-shops-detail__main dl {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-shops-detail__main dl {
    flex-direction: row;
  }
}
.p-shops-detail__main dl dt {
  font-weight: 600;
  margin-top: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-shops-detail__main dl dt {
    margin-top: 2rem;
    width: 40%;
  }
}
.p-shops-detail__main dl dd {
  margin-top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .p-shops-detail__main dl dd {
    margin-top: 2rem;
    width: 60%;
  }
}
.p-shops-detail__announcement a {
  text-decoration: underline;
}
.p-shops-detail__announcement a:hover {
  text-decoration: none;
}
.p-shops-detail__notice h2 {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-shops-detail__notice h2 {
    font-size: 22px;
  }
}
.p-shops-detail__notice h3,
.p-shops-detail__notice h4 {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-shops-detail__notice h3,
  .p-shops-detail__notice h4 {
    font-size: 20px;
  }
}
.p-shops-detail__notice h2 {
  color: var(--amm-accent-color);
}
.p-shops-detail__notice .content {
  background-color: #f8f8f8;
  padding: 3vw 4.5vw;
}
@media (min-width: 768px) {
  .p-shops-detail__notice .content {
    padding: 2rem 2.5rem;
  }
}
.p-shops-detail__notice .content a {
  color: var(--amm-secondary-color);
  text-decoration: underline;
}
.p-shops-detail__notice .content a:hover {
  text-decoration: none;
}
.p-shops-detail__subcontent h2 {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-shops-detail__subcontent h2 {
    font-size: 20px;
  }
}
.p-shops-detail__subcontent h3 {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-shops-detail__subcontent h3 {
    font-size: 18px;
  }
}
.p-shops-detail__subcontent p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}
@media (min-width: 768px) {
  .p-shops-detail__subcontent p {
    font-size: 16px;
  }
}
.p-shops-detail__subcontent .emphasis {
  background: inherit;
  position: relative;
}
.p-shops-detail__subcontent .emphasis span {
  background: #f8f8f8;
  padding-right: 5px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-shops-detail__subcontent .emphasis span {
    padding-right: 20px;
  }
}
.p-shops-detail__subcontent .emphasis::after {
  background: #000;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  width: 100%;
}
.p-shops-detail__subcontent a {
  color: #046eb8;
  font-weight: 600;
  text-decoration: underline;
  word-break: break-all;
}
.p-shops-detail__subcontent a:hover, .p-shops-detail__subcontent a:active {
  text-decoration: none;
}

.p-shops-detail-modal__content {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.p-shops-detail-modal__button {
  border: 3px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
  text-align: center;
  width: 100%;
  background: #ec7309;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  transition: 300ms ease-in;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.p-shops-detail-modal__button::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: right top;
  transition: 300ms ease-in;
  width: 10px;
}
.p-shops-detail-modal__button:hover {
  background: #c33c00;
}
.p-shops-detail-modal__button:hover::after {
  right: 3%;
}
@media (min-width: 768px) {
  .p-shops-detail-modal__button {
    width: 70%;
  }
}
