/*@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;
  }
}

#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;
  }
}

/*タイトルエリア*/
.main-title-toptext {
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.8;
}

@media (min-width: 40em) {
  .main-title-toptext {
    font-size: 2rem;
  }
}

.main-title {
  font-size: 1.7rem;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 5px;
}

.main-title span {
  font-size: 1.5rem;
  color: #EB656A;
}

.main-store {
  font-size: 1.05rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 0.25rem;
}

.main-memo {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  /*color: #333!important;*/
}

.main-memo::before,
.main-memo::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #222;
}

.main-memo::before {
  margin-right: 1rem;
}

.main-memo::after {
  margin-left: 1rem;
}

.c-border {
  width: 100%;
  margin: auto;
  padding: 0.5rem 0 1rem;
}


@media (min-width: 40em) {
  .main-title {
    font-size: 3rem;
    margin: 20px 0;
  }

  .main-title span {
    font-size: 2.5rem;
  }

  .main-store {
    font-size: 1.75rem;
  }

  .c-border {
    width: 550px;
    padding: 0.5rem 0 2rem;
  }

  .main-memo {
  font-size: 1.25rem;
}
}

.main-title-image-container {}

@media (min-width: 40em) {
  .main-title-image-container {}
}

.main-title-image {}

.contents-area {
  margin: 3rem 0 5rem;
}

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

.c-about-text-title {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}

.c-about-text-container {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 40em) {
  .c-about-text-container {
    margin-left: 2rem;
    margin-top: 0;
  }
}

.c-about-text {
  font-size: 0.9rem;
  text-align: left;
}

@media (min-width: 40em) {
  .c-about-text {
    font-size: 1.0rem;
    text-align: center;
  }
}

h1.c-heading1 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 1rem;
}

.gradation {}

.gradation .lefttext {
  font-size: 1rem;
  color: white;
  border-bottom: 1px solid white;
  width: fit-content;
  margin-left: 5px;
}

.gradation .righttext {
  font-size: 1.7rem;
  color: white;
  font-weight: bold;
  line-height: 1.5;
  width: fit-content;
  text-align: left;
  margin: 0 auto;
}

.gradation .righttext sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: 20px;
  left: -5px;
}

@media (min-width: 40em) {
  .gradation .righttext {
    font-size: 2rem;
  }
}

.gradation .righttext-kome {
  color: white;
  width: fit-content;
  text-align: left;
  margin: 10px auto 0;
}

.allseasons_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.mt-30 {
  margin-top: 30px;
}

.textcenter {
  text-align: center;
}

.fontbold {
  font-weight: bold;
}

h2.heading {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 30px;
}

.c-row--margin-s>.c-row__col {
  margin-bottom: 2rem !important;
}

.bigtext {
  font-size: 1.1rem;
}

@media (min-width: 40em) {
  .bigtext {
    font-size: 1.3rem;
  }
}

.bg01 {
  background-color: #f8cbad;
  padding: 30px 0 0;
}

.gradation.bg01 {
  background-color: #f8cbad;
  padding: 30px 0;
}

.bg02 {
  background-color: #f3f3f3;
  padding: 30px 0 0;
}

.bg03 {
  background-color: #e5e5e5;
  padding: 20px 0;
}

.bg04 {
  background: linear-gradient(to bottom, #ffa683, #ff8573);
  padding: 20px;
}

@media (min-width: 40em) {
  .bg04 {
    padding: 20px 0;
  }
}

.border {
  border: 1px solid #ccc;
  padding: 20px;
}

@media (min-width: 40em) {
  .border {
    padding: 20px 0;
  }
}

.yoyakutext {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: bold;
}

.yoyakutext-note {
  font-size: 0.9rem;
}

/*セミオーダー*/

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

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

.footer-area .contactus {
  text-align: center;
  font-size: 1.15rem;
}

.footer-heading {
  border: 1px solid #888;
  padding: 10px;
  margin-bottom: 20px;
}

@media (min-width: 40em) {
  .footer-heading {
    padding: 10px 30px;
  }
}

.footer-heading span {
  color: #910004;
}

.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: #999999;
  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 {
    width: 300px;
    border: 1px solid #999999;
    margin-top: 30px;
    font-size: 15px;
  }

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

  .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 #999999;
    border-right: solid 1px #999999;
    -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;
  display: block;
}

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

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

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

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

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

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


/*製法比較表*/

@media (max-width: 39.9375rem) {
  .scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-box div img {
    max-width: 100%;
    min-width: 700px;
    vertical-align: top;
  }
}

.scroll-box {
  max-width: 1200px;
  margin: auto;
}