@charset "UTF-8";
/* Tag Style */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5% !important;
}
body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
}
html, body {
  height: 100%;
}
a {
  color: #000;
}
img {
  width: 100%;
  height: auto;
}

input[type=submit],
input[type=button]  {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

ul, ol {
  list-style: none;
}

h2 {
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 30em) {
  h2 {
    font-size: 1.8rem;
  }
}

/* Common Style */
.pagetop__bg {
  width: 100%;
  height: 57px;
  background-image: url('../img/common/pagetop_bg_white.png');
  background-size: 63px 57px;
  background-repeat: repeat-x;
  background-position: top center;
}
.pagetop__bg--black {
  width: 100%;
  height: 57px;
  background-image: url('../img/common/pagetop_bg_black.png');
  background-size: 63px 57px;
  background-repeat: repeat-x;
  background-position: top center;
}
.link__btn--red {
  display: block;
  background: #A00000;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 6px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
}
.link__btn--blue {
  display: block;
  background: #4A67AD;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 6px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
}
.link__btn--gray {
  display: block;
  background: #9D9D9D;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 6px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
}
/* modal common style */
#modal-overlay {
  z-index: 10;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba( 0,0,0, 0.7 );
}
.modal-close {
  color: #000000;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.modal-close::before {
  content: '';
  position: absolute;
  top: 15px;
  width: 30px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-close::after {
  content: '';
  position: absolute;
  top: 15px;
  width: 30px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* modal-map style */
.modal-map {
  width: 90%;
  height: 90vh;
  max-width: 1200px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  background: #EBD7BB;
  position: fixed;
  display: none;
  z-index: 20;
}
.modal-map__close {
  position: fixed;
  left: auto;
  width: 90%;
  max-width: 1200px;
}
.map {
  padding: 30px 50px 50px;
  background-color: #EBD7BB;
}
.map__close {
  position: fixed;
  left: auto;
  width: 90%;/* .modal-mapのwidthと同じ値にする*/
  max-width: 1200px;
}
.map__header {
  text-align: center;
  color: #000000;
}
.map__title {
  font-size: 2rem;
  margin-bottom: 20px;
}
.map__inner {
  background-color: #ffffff;
  padding: 20px;
}
.map__access {
  text-align: center;
  margin-bottom: 15px;
}
.map__access-address {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.map__access-train {
  font-size: 1.4rem;
}
.map__gmap {
  margin-bottom: 20px;
}
.map__gmap iframe {
  width: 100%;
  height: 55vh;;
}
.map__store-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.map__store-info-inner {
  width: 48%;
}
.map__store-info-title {
  font-size: 1.6rem;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.map__store-open dt {
  float:left;
  clear:left;
}
.map__store-open dd {
  float: left;
}
/* footer */
#footer .backToTop {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #333333;
  color: #ffffff;
  position: fixed;
  right: 30px;
  bottom: 80px;
  background-image: url("../img/common/backtotop.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 15px;
}
@media only screen and (max-width: 48em) {
  .map {
    padding: 30px 30px 50px;
  }
}
@media only screen and (max-width: 30em) {
  .pagetop__bg {
    height: 28px;
    background-size: 31px 28px;
  }
  .pagetop__bg--black {
    height: 28px;
    background-size: 31px 28px;
  }
  #footer .backToTop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 28px;
    background-size: 12px;
  }
  .modal-map {
    height: 80vh;
  }
  .modal-close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .modal-close::before {
    width: 20px;
  }
  .modal-close::after {
    width: 20px;
  }
  .map {
    padding: 20px 15px;
  }
  .map__title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .map__access-address {
    font-size: 1.4rem;
  }
  .map__store-info {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .map__store-info-inner {
    width: 100%;
  }
  .map__store-info-inner + .map__store-info-inner {
    margin-top: 20px;
  }
  .map__store-info-title {
    font-size: 1.4rem;
  }
}

/* Utility */
.u-text__letter-space {
  letter-spacing: 3px;
}
.u-text__color--white {
  color: #ffffff;
}
.u-text__color--blue {
  color: #4A67AD;
}
.u-text__font-helvetica {
  font-family: Helvetica, Arial, sans-serif;
}
.u-pc--none {
  display: none;
}
.u-pc--show {
  display: block;
}
.u-form__error {
  color: #FF0000;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 5px;
}
@media only screen and (max-width: 48em) {
  .u-pc--none {
    display: block;
  }
  .u-pc--show {
    display: none;
  }
}
.u-sp--show {
  display: none;
}
.u-sp--none {
  display: block;
}
@media only screen and (max-width: 30em) {
  .u-sp--show {
    display: block;
  }
  .u-sp--none {
    display: none;
  }
}