@charset "UTF-8";

.page-header {
  width: 100%;
  background-color: #ff0000;
  text-align: center;
}

/* -------------------------------------------
  My First Card - Summary
-------------------------------------------- */
.mfc-unit {
  width: 100%;
  margin-bottom: 80px;
}
.mfc-unit h2 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.3;
  text-align: center;
  color: #ff0000;
  margin: 0 auto 20px;
}
.mfc-unit h2 span {
  font-size: 0.8em;
  display: block;
  margin-top: 10px;
}
.mfc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.mfc__item {
  width: 48%;
}
.arrow img {
  width: 35px;
}
.login-unit {
  position: relative;
  top: -40px;
  background-color: #000000;
  border-radius: 15px;
  padding: 20px 25px;
  margin-bottom: -40px;
  text-align: center;
}
.login-unit p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 15px;
}
.login-unit ul li:last-of-type {
  margin-top: 15px;
}
.mfc-btn {
  position: relative;
  width: 100%;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  height: 40px;
  border-radius: 7.5px;
  background-color: #533302;
  border: none;
  cursor: pointer;
  outline: 0;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(255,255,255,1);
  box-shadow: 0px 0px 4px 2px rgba(255,255,255,1);
}
.mfc-btn i {
  position: absolute;
  top: 12.5px;
  right: 20px;
}

/* お近くの店舗をさがす */
.search-shop {
}
.search-shop h2 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.3;
  text-align: center;
  color: #533302;
  margin: 0 auto 20px;
}
.search-shop h2 span {
  font-size: 0.8em;
  display: block;
  margin: 10px 0 0;
}
.search-shop h2 small {
  font-size: 0.7em;
  display: block;
  margin: 20px 0 0;
}
.search-shop .mfc-btn {
  width: 50%;
  height: 50px;
  line-height: 50px;
  margin: auto;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}
.search-shop .mfc-btn i {
  position: absolute;
  top: 17.5px;
  right: 20px;
}
.search-shop .mfc-btn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width:480px) {
  .mfc-unit {
    margin-bottom: 10%;
  }
  .mfc-unit h2 {
    margin-bottom: 15px;
  }
  .mfc {
    display: block;
    margin-bottom: 0;
  }
  .mfc:last-of-type {
    margin-bottom: 5%;
  }
  .mfc__item {
    width: 100%;
  }
  .arrow {
    margin: 10px auto 0;
    text-align: center;
    display: block;
  }
  .arrow img {
    width: 40px;
    transform: rotate(90deg);
  }
  .mfc__item {
    margin-top: 15px;
  }
  .mfc:first-of-type .mfc__item:last-of-type {
    margin-top: 10px;
  }
  .search-shop {
    margin-top: 5%;
  }
  .search-shop .mfc-btn {
    width: 100%;
  }
}

/* -------------------------------------------
  お知らせ･キャンペーン情報
-------------------------------------------- */
.info-unit {
  width: 100%;
  margin-bottom: 80px;
}
.info-unit h2 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.3;
  text-align: center;
  color: #533302;
  margin-bottom: 20px;
}
.info__bnr {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.bnr {
  position: relative;
  width: 32%;
  height: auto;
  overflow: hidden;
  /*
  background-color: #533302;
  */
}
.bnr a img {
  transition: 0.3s;
}
.bnr a:hover img {
  transform: scale(1.2);
}
/*
.bnr p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
}
*/
@media screen and (max-width:480px) {
  .info-unit {
    margin-bottom: 10%;
  }
  .info-unit h2 {
    margin-bottom: 15px;
  }
  .info__bnr {
    display: block;
  }
  .bnr {
    width: 100%;
    /*
    height: 180px;
    */
  }
  .bnr:not(:first-of-type) {
    margin-top: 15px;
  }
}

/* -------------------------------------------
  お問い合わせ
-------------------------------------------- */
.inquiry-unit {
  width: 100%;
  color: #533302;
  text-align: center;
}
.inquiry-unit h2 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.3;
  text-align: center;
  color: #533302;
  margin-bottom: 20px;
}
.inquiry__summary {
  width: 100%;
  display: block;
}
.inquiry__item {
  width: 60%;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #ffffff;
  border: solid 1px #533302;
}
.inquiry__item h3 {
  margin-bottom: 20px;
}
.inquiry__item h3 span {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  border-bottom: solid 3px #533302;
  padding-bottom: 5px;
}
.inquiry__item ul li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.inquiry__item ul li.tel-num {
  font-size: 2.5em;
}
.inquiry__item ul li:last-of-type {
  height: 40px;
  margin-top: 10px;
}
.to-form {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background-color: #533302;
  color: #ffffff;
  text-decoration: none;
  padding: 0 65px;
  border-radius: 7.5px;
}
.to-form i {
  display: inline-block;
  padding-left: 10px;
}
@media screen and (max-width:480px) {
  .inquiry-unit h2 {
    margin-bottom: 15px;
  }
  .inquiry__summary {
    display: block;
  }
  .inquiry__item {
    width: 100%;
  }
  .inquiry__item:first-of-type ul li:last-of-type {
    height: auto;
  }
  .inquiry__item:last-of-type {
    margin-top: 15px;
  }
}

/* -------------------------------------------
  My First Card - New Issue
-------------------------------------------- */
.card-new-issue {
  text-align: center;
  background-color: #000000;
  padding: 35px 0;
  box-sizing: border-box;
}
.card-new-issue p {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  border: solid 2px #ffffff;
  display: inline-block;
  padding: 0.5em 1.25em;
  box-sizing: border-box;
}
@media screen and (max-width:480px) {
  .card-new-issue {
    padding: 5% 0;
  }
  .card-new-issue p {
    font-size: 3.75vw;
    padding: 0.5em 1em;
  }
}