@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*
.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}
*/
body {
  background-color: #FBF9F0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.093rem;
  background-image: url(./image/bg_texture.jpg);
}

h1 {}

h2 {
  font-size: 1.875rem;
  margin-bottom: 1.5rem;

}

h3 {
  font-size: 1.875rem;
}

h4 {}

h5 {}

h6 {}

.space01 {
  height: 4.5rem;
}

.container {
  max-width: 859px;
}

p {

  text-align: justify;
  line-height: 1.9rem;
}


.history h2 {
  color: #E84709;
  letter-spacing: 2px;
}

@media (max-width: 575.98px) {
  .row>* {
    padding-right: calc(var(--bs-gutter-x)* .8);
    padding-left: calc(var(--bs-gutter-x)* .8);
  }
}

main {
  overflow: hidden;
}

/*
ヒーロー
******************************************************************/
section#hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;

}

section#hero img {
  max-height: 80vh;

}

/*
map-floor
******************************************************************/
.map-floor h2 {
  font-weight: 500;
  font-size: 1rem;
  color: #FFFCE6;
  background-color: #475A63;
  display: block;
  text-align: center;
  width: 160px;
  padding: 4px 20px 5px 0px;
  position: relative;
  letter-spacing: 1px;
}

.map-floor h2::after {
  position: absolute;
  content: '';

  right: 0px;
  top: 1px;
  width: 0;
  height: 0;
  border-left: solid 20px transparent;
  border-bottom: solid 30px #f9f4ea;
}

.map-floor .floormap img {
  width: 698px;
}


section {
  margin-bottom: 3rem;
}

.page-top img {
  width: 87px;
  height: auto;
}

.catchcopy .text01,
.catchcopy .text02 {
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 4rem;
}

.catchcopy .text01 {
  font-size: 1.5rem;

}

.catchcopy .text02 {
  font-size: 2.28rem;
  letter-spacing: 0.5rem;

}

@media (max-width: 575.98px) {

  .catchcopy .text01,
  .catchcopy .text02 {

    line-height: 16.5vw;
  }

  .catchcopy .text01 {
    font-size: 6vw;

  }

  .catchcopy .text02 {
    font-size: 8.7vw;


  }
}


/*
店舗情報
***************************************************************/
.tenpo {
  padding-top: 2rem;
}

.tenpo .g-5,
.tenpo .gx-5 {
  --bs-gutter-x: 4.5rem;
}

.tenpo .row>* {
  margin-top: 4rem;
}



.tenpo .card-footer .row>* {
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .tenpo .row>* {
    margin-top: 3rem;
  }

  .tenpo .g-5,
  .tenpo .gx-5 {
    --bs-gutter-x: 3rem;
  }
}

@media (max-width: 767.98px) {
  .tenpo .row>* {
    margin-top: 2rem;
  }

  .tenpo .g-5,
  .tenpo .gx-5 {
    --bs-gutter-x: 2rem;
  }
}

@media (max-width: 575.98px) {
  .tenpo .row>* {
    margin-top: 4rem;
  }
}






.tenpo .card {
  border: none;
  position: relative;
}

.tenpo .card::after {
  position: absolute;
  top: -38px;
  right: -7px;
}

.tenpo .card .btn:hover {
  background-color: #b6b6b6;
  border-color: #6d6d6d;
}


.tenpo .tenpo-01 .card::after {
  content: url(./image/number_01-1.png);
}

.tenpo .tenpo-02 .card::after {
  content: url(./image/number_02-1.png);
}

.tenpo .tenpo-03 .card::after {
  content: url(./image/number_03-1.png);
}

.tenpo .tenpo-04 .card::after {
  content: url(./image/number_04-1.png);
}

.tenpo .tenpo-05 .card::after {
  content: url(./image/number_05-1.png);
}

.tenpo .tenpo-06 .card::after {
  content: url(./image/number_06-1.png);
}

.tenpo .card .card-header {
  margin-top: 1.5rem;
  padding-top: 0;
  padding: 0 1.5rem;
  align-content: flex-end;
  align-items: center;
}

.tenpo .card h3 {
  font-size: 0.95rem;
  position: relative;
  padding-left: 0.5rem;
}

.tenpo .tenpo-02 .card h3 {
  text-align: center;
}

.tenpo .card h3 span {
  font-size: 0.625rem;
}



.tenpo .card .card-body {
  padding: 0 1.5rem 0 1.5rem;
}

.tenpo .card ul {
  margin-bottom: 0;
  padding-left: 1.3rem;
}

.tenpo .card p,
.tenpo .card ul li {
  /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
  font-size: 0.737rem;
  line-height: 1.156rem;
  letter-spacing: 0px;
  /*font-feature-settings: "palt";*/
  margin-bottom: 0;
}

.tenpo .card .card-header img {
  width: 63px;
}

.tenpo .card figure {
  padding: .5rem 1.5rem 0 1.5rem;

}

.tenpo .tenpo-01 .card figure img {
  width: 170px;
}

.tenpo .tenpo-02 .card figure img {
  width: 342px;
}

.tenpo .tenpo-03 .card figure img {
  width: 128px;
}

.tenpo .tenpo-04 .card figure img {
  width: 153px;
}

.tenpo .tenpo-05 .card figure img {
  width: 176px;
}

.tenpo .tenpo-06 .card figure img {
  width: 170px;
}


.tenpo .tenpo-02 .card .card-header {
  margin-top: 2.5rem;
}

.tenpo .tenpo-04 .card .card-body {
  /*padding: 0 1.5rem 0 0;*/
}

.tenpo .tenpo-04 .card figure {
  /*padding: 0.5rem 0 0 1.5rem;*/
}




.tenpo .card .card-footer {
  padding-bottom: 1rem;
}

.tenpo .card .card-footer .btn {
  font-size: 0.68rem;
  padding: 1.5px 0.5rem 2px;
  border-radius: 0;
  line-height: 1rem;
  font-weight: 700;
}

.tenpo .card .card-footer a span img,
.tenpo .card .card-footer a img {
  width: 15px;
  padding-bottom: 1px;
  margin-left: 0.2rem;
}

.tenpo .card .card-text {}

.tenpo .tenpo-05 .card .card-footer p {
  font-size: 0.563rem;
  line-height: 0.6rem;
}

/*
m-footer
*****************************************************************/
.m-footer ul li {
  font-size: 0.875rem;
  font-weight: 700;
}

.m-footer ul li img {
  width: 258px;
}

.m-footer ul li.icon-list {
  display: flex;
  align-items: flex-start;
}

.m-footer ul li.icon-list img {
  width: 16px;
  margin-right: 0.3rem;
  top: 2px;
  position: relative;
}

.m-footer ul li.list-5 ul li {
  display: flex;
  line-height: 1.5rem;

}

@media (min-width: 576px) {

  .m-footer ul li.list-5 ul {
    display: flex;
    /* 横並びにする */
    list-style: none;
    /* マーカーを消す */
    padding: 0;
    margin: 0;
  }

  .m-footer ul li.list-5 ul li {
    display: flex;

  }
}

footer ul li {
  font-size: 0.875rem;
  font-weight: 700;
}

footer ul li.list-2 {
  font-size: 1rem;
}


/*
*********************************************************/
/* `sm` は極小デバイス（縦向きモバイル, 576px未満）に適用 */
@media (max-width: 575.98px) {}

/* `md` は小デバイス（横向きモバイル, 768px 未満）に適用 */
@media (max-width: 767.98px) {}

/* `lg` は中デバイス（タブレット, 992px 未満）に適用 */
@media (max-width: 991.98px) {}

/* `xl` は大デバイス（デスクトップ, 1200px 未満）に適用 */
@media (max-width: 1199.98px) {}

/* `xxl` は特大デバイス（ワイド・デスクトップ, 1400px 未満）に適用 */
@media (max-width: 1399.98px) {}