@charset "utf-8";

/* css variables */
* {
  /* body font */
  --body-font: 'TsukuARdGothic-Regular', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  --body-font-size: 16px;
  --body-font-color: #1f1817;
  --body-font-color-bg-dark: rgba(255, 255, 255, .75);
  --body-font-weight: 500;
  /* heading font */
  --heading-font: 'TsukuARdGothic-Regular', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  --heading-font-weight: 500;
  --heading-font-color: #430404;
  --heading-font-color-bg-dark: #ffffff;
  --heading-text-transform: none;
  /* h1 */
  --h1-font-size: 64px;
  --h1-font-weight: var(--heading-font-weight);
  --h1-letter-spacing: -0.02em;
  --h1-line-height: 1.15em;
  --h1-margin-bottom: 20px;
  /* h2 */
  --h2-font: var(--heading-font);
  --h2-font-size: 56px;
  --h2-font-weight: bold;
  --h2-letter-spacing: -0.015em;
  --h2-line-height: 1.3em;
  --h2-margin-bottom: 20px;
  /* h3 */
  --h3-font-size: 28px;
  --h3-font-weight: 600;
  --h3-letter-spacing: 0;
  --h3-line-height: 1.5em;
  --h3-margin-bottom: 10px;
  /* h4 */
  --h4-font-size: 20px;
  --h4-font-weight: 600;
  --h4-letter-spacing: 0;
  --h4-line-height: 1.6em;
  --h4-margin-bottom: 10px;
  /* h5 */
  --h5-font-size: 18px;
  --h5-font-weight: 600;
  --h5-letter-spacing: 0;
  --h5-line-height: 1.6em;
  --h5-margin-bottom: 10px;
  /* h6 */
  --h6-font-size: 16px;
  --h6-font-weight: 600;
  --h6-letter-spacing: 0;
  --h6-line-height: 1.6em;
  --h6-margin-bottom: 10px;
  /* mainmenu */
  --mainmenu-font: var(--body-font);
  --mainmenu-font-size: 18px;
  --mainmenu-font-weight: 600;
  --mainmenu-letter-spacing: 0;
  --mainmenu-text-transform: uppercase;
  /* header logo */
  --logo-width: 240px;
  --logo-footer-width: 150px;
  /* misc */
  --border-default: solid 1px #1f1817(30, 30, 30, 1);
  --bg-color-even: #E8E8E8;
  --bg-color-odd: #F4F4F4;
  --bg-light: #F8F9FA;
  --bg-dark-1: #101010;
  --bg-dark-2: #202020;
  --bg-dark-3: #303030;
  --bg-dark-1-rgb: 16, 16, 16;
  --bg-grey: #eeeeee;
  --bg-gradient-1: 0deg, rgba(var(--primary-color-rgb), .1) 0%, rgba(var(--secondary-color-rgb), .2) 100%;
  --swiper-theme-color: var(--secondary-color);
  --rounded-1: 20px;
  --border-color: #bbbbbb;
  --container-max-width: 1240px;
  /* button */
  --btn-color: #fff;
  --btn-hover-bg: var(--bg-dark-1);
  --btn-font-family: var(--body-font);
  --btn-font-size: 15px;
  --btn-font-weight: bold;
  --btn-letter-spacing: 0;
  --btn-padding: 6px 25px;
  --btn-rounded: 30px;
  --btn-text-decoration: none;
  --btn-text-transform: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 992px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.ps-lg-3 {
  text-align: justify;
}

#section_brandhistory {
  text-align: justify;
  background-color: #fbf5ec;
}

#section_brandhistory h4 {
  margin-bottom: 3px;
  margin-top: 40px;
}

#section_media {
  background-color: cornsilk;
  padding-bottom: 50px;
}

#section_family {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  padding: 0;
}

#section_family img {
  width: 100%;
}

#btn-extra {
  position: relative;
  margin-left: 20px;
  width: 24px;
  height: 12px;
  cursor: pointer;
  display: none;
}

.sns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 4%;
  max-width: 900px;
  margin: 0 auto;
}

.owl-custom-nav .btn-next::before,
.owl-custom-nav .btn-prev::before {
  background-color: #a22123;
}

iframe {
  border: 0;
  height: 600px;
}

/* 店舗情報レイアウト */
#shop-info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.shop-top {
  display: flex;
  flex-wrap: wrap;
  /* スマホでは縦並びに */
  gap: 20px;
  margin-bottom: 20px;
  align-items: anchor-center;
}

.shop-image img {
  width: 100%;
  max-width: 400px;
  /* PC時の最大幅 */
  height: auto;
  display: block;
  border-radius: 8px;
}

.shop-address {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
}

/* Googleマップを全幅表示 */
.shop-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 8px;
}

footer {
  background-color: #a22123;
  text-align: center;
  padding: 60px 0 10px 0;
}

.footer-menu {
  width: 100%;
  margin-top: 20px;
}

.footer-menu img {
  max-width: 550px;
  width: 100%;
  padding: 0 6%;
}

.footer-menu-wrapp {
  display: flex;
  margin: 30px auto;
  max-width: 500px;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 19px;
  line-height: 3.5;
  list-style: none;
  font-weight: bold;
  width: 100%;
  padding: 5%;
}

/* スマホ対応 */
@media screen and (max-width: 992px) {
  .shop-top {
    flex-direction: column;
  }

  .shop-image img {
    max-width: 100%;
  }

  footer {
    padding: 40px 0 10px 0;
  }
}





.swiper-inner {
  background-position: center center;
  /* 横・縦ともに中央 */
  background-size: cover;
  /* 要素を覆うように拡大縮小 */
  background-repeat: no-repeat;
  /* 繰り返さない */
}

.no-top {
  padding-top: 160px !important;
}

div#logo img {
  max-width: 250px;
}

#mainmenu a {
  color: #000;
}

#btn-extra span {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: solid 2px #000000;
}

.subtitle {
  position: relative;
  font-weight: 600;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: var(--body-font);
  color: #a22123;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 auto;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 300px) {
  div#logo img {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .no-top {
    padding-top: 120px !important;
  }
}

@media only screen and (max-width: 992px) {
  #content {
    margin-top: 0px;
  }
}

header.header-mobile {
  position: fixed !important;
  background: #fff;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}


/* スマホ時 ハンバーガーメニューのバック */
@media only screen and (max-width: 992px) {
  .header-col-mid #mainmenu {
    position: absolute;
    top: 90px;
    width: 100%;
    /* padding: 0 0 0 0; */
    left: 0px;
    background-color: #a22123;
  }

  header.header-mobile #mainmenu {
    width: 100%;
    padding-right: 40px;
    position: absolute;
    padding-left: 20px;
  }

  #menu-btn {
    color: #030303;
  }
}




/* 微調整 */
.mh-60vh {
  min-height: 60vh;
}

.mb-50 {
  margin-bottom: 50px;
}

.ls-10 {
  letter-spacing: 10px;
}