@charset "UTF-8";
body {
  background-color: #FFEBCD;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  display: grid;
  grid-template: "header" auto "main" 1fr "footer" auto;
}

ul {
  list-style: none;
}

header, footer {
  border: 1px solid;
  background-color: #EE0000;
  text-align: center;
}
header {
  grid-area: header;
}

main {
  border: 1px solid;
  grid-area: main;
}

footer {
  grid-area: footer;
}

header a, footer a {
  color: white;
  font: bold 1.7rem sans-serif;
  margin-right: 35px;
  text-decoration: none;
}

header a:hover {
  color: #ffff1a;
  text-decoration: underline;
}

.menu-navi {
  display: flex;
  justify-content: center;
}

.phone-number::before, .map-navi::before, .footer-phone::before {
  font-family: "Font Awesome 5 Free";
  color: #fff;
  text-align: center;
}
.phone-number::before {
  content: "\f879";
}

.map-navi::before {
  content: "\f5a0";
  margin-right: 5px;
}

.information-wrapper {
  margin: 0 auto;
  margin-bottom: 3%;
  width: 95%;
}

/* 店舗情報 の部分 */
.information-header-title, .recruit-header-title {
  font-size: 2rem;
  margin-bottom: 60px;
  text-align: center;
}

.border-bottom {
  letter-spacing: 2px;
  border-bottom: 5px solid red;
  padding-bottom: 10px;
}

/* 外観と内装の情報 */
.exterior, .interior {
  margin-bottom: 5%;
  text-align: center;
}
.exterior .information-image, .interior .information-image {
  background: #fff;
  width: 90%;
}

.information-index {
  font-family: Helvetica;
  color: white;
  /*文字色*/
  padding: 0.5em;
  /*文字周りの余白*/
  display: inline-block;
  /*おまじない*/
  line-height: 1.3;
  /*行高*/
  background: #5D99FF;
  /*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
  /*左側の角を丸く*/
}
.information-index::before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.information-content, .recruit-content {
  font-size: 1.45rem;
  margin: auto;
  text-align: justify;
  width: 80%;
}
.image-wrapper {
  display: flex;
  justify-content: center;
}
.table-information {
  display: inline-block;
  text-align: left;
  font-size: 1.585rem;
}

.number-table {
  color: red;
}

/* 店舗情報の表 */
.info-table, .recruit-table {
  margin: 0 auto;
  margin-bottom: 5%;
  width: 90%;
}

/* 地図 */
.info-map {
  margin-bottom: 5%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.info-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.store-detail {
  letter-spacing: 3px;
  text-align: center;
}

/* 採用情報の表 */
.recruit-content {
  width: 80%;
}
.store-table, .recruitment {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  border-collapse: collapse;
}

.store-table td, .recruitment td, .store-table th, .recruitment th {
  border: solid 3px white;
  font-size: 1.5rem;
  height: 70px;
  padding: 0 10px;
  vertical-align: middle;
}
.paypay-payment {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.store-table th, .recruitment th {
  padding: 2.3%;
  width: 20%;
  color: white;
  background-color: #FF0033;
}

.store-table td, .recruitment td {
  background-color: #DDDDDD;
}

footer a:hover {
  color: #ffff1a;
  text-decoration: underline;
}
.phone-wrapper {
  margin: 2.5% 0px;
}
.guidance-sentence {
  color: white;
  font-size: 24px;
}
.phone-guidance {
  margin-bottom: 7%;
}
.footer-phone {
  padding: 15px;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  background: #e9546b;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #e5e4e6;
  text-align: center;
}
.footer-phone::before {
  content: "\f879";
  left: 15px;
  font-size: 24px;
}

/*# sourceMappingURL=information.css.map */
