/*@import "../../vendor/basis/dist/css/basis.css";
@import "../../vendor/css-wipe/dest/bundle.css";
@import "../../vendor/font-awesome/css/font-awesome.min.css";*/

/**---------------------------------
 * ベース
 ---------------------------------*/
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
}

@media (min-width: 40rem) {
  body {}
}

a {
  color: #333333;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

/*コンテナ最大幅*/
.lp-container div {
  color: #444;
}

.lp-container {
  padding: 0 20px;
  font-size: 16px;
  line-height: 2.0;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 40rem) {
  .lp-container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

/*スマホ メニュー*/
@media (min-width: 641px) {

  .visible-xs,
  #footer {
    display: none;
  }

  .change-column {
    flex-direction: column;
  }

}

#globalmenu .grid-menu li a {
  font-size: 13px;
}

/*--- 非表示 ---*/
.u-displaynone {
  display: none !important;
}

/*--- モバイル非表示 ---*/
@media (max-width: 39.9375rem) {
  .u-displaynone-sm {
    display: none !important;
  }
}

/*--- デスクトップ非表示 ---*/
@media (min-width: 40em) {
  .u-displaynone-md-up {
    display: none !important;
  }
}

/*タイトルバナー*/
.title-image-container {
  background-color: #F2F2F2;
}

.title-image {
  max-width: 1680px;
  margin: auto;
}

.c-heading1 img {
  width: 240px;
  display: block;
  margin: 0 auto 40px;
}

/*ごあいさつ*/
.contents-greeting {
  font-size: 0.95rem;
  line-height: 2.0;
  padding: 3rem 0;
  border-bottom: 1px solid #DDD;
}

@media (min-width: 40em) {
  .contents-greeting {
    font-size: 1.05rem;
    line-height: 2.5;
    padding: 6rem 0;
    text-align: center;
  }
}

/*コレクション*/
.contents-area {
  padding: 4rem 0;
}

@media (min-width: 40em) {
  .contents-area {
    padding: 8rem 0;
  }
}

.item-image {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 39.9375rem) {
  .spec {
    padding-bottom: 3rem;
  }
}

/*フッター エリア*/
.footer-area {
  padding: 40px 0;
  background: #e3f0ea;
}

@media (min-width: 40em) {
  .footer-area {
    padding: 40px 0 80px;
  }
}

.footer-bt {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 7px 0;
  color: #FFF !important;
  background-color: #222222;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}

.footer-bt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 40em) {
  .footer-bt {
    border: 1px solid #222222;
    margin-top: 30px;
    font-size: 15px;
  }

  .footer-bt:hover {
    background: #FFF;
    color: #222222 !important;
    border: 1px solid #222222;
  }

  .footer-bt:hover::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 1px #222222;
    border-right: solid 1px #222222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.contctus {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.shop {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

@media (min-width: 40em) {
  .shop {
    margin-top: 0;
  }
}

.address {}

@media (min-width: 40em) {
  .address {
    font-size: 14px;
  }
}

@media (min-width: 40em) {
  .address br {
    display: none;
  }
}

.address span {
  font-size: 12px;
}

.phone {
  font-size: 22px;
  margin-bottom: 20px;
}

@media (min-width: 40em) {
  .phone {
    font-size: 26px;
  }
}

.contents-inner {
  margin: 0 auto 32px;
}

.contents-inner .c-about-text {
  margin: 0;
}

.flex-header {
  display: flex;
  justify-content: start;
  align-items: center;
}

.new-deco {
  color: #9e0000;
}

.phone span {
  font-size: 16px;
}

#footerLink ul.textLink li {
  font-size: 14px;
}

#footerLink p.seiki {
  font-size: 16px;
}

#footer .bnavi a {
  font-size: 12px;
}