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

/*タイトルエリア*/
.contents-area {
  margin: 3rem 0 1rem;
}

@media (min-width: 40em) {
  .contents-area {

  }
}

.item-text {
  font-size: 0.95rem;
  margin: 30px 15px 50px;
  line-height: 1.5;
}

@media (min-width: 40em) {
  .item-text {
    font-size: 1rem;
    margin-top: 20px 15px;
  }
}

.text-box-title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .text-box-title {
    font-size: 1.2rem;
    text-align: left;
  }
}

.text-box {
  border: 1px solid #b6b5b5;
  line-height: 1.7;
  padding: 1rem 3rem;
}
@media (max-width: 40em) {
  .text-box {
    text-align: left;
    padding: 1rem;
  }
}
.text-box-1 span {
  text-align: left;
  font-size: 1.3rem;
}

/*メインエリア*/
.main-area {
  background-color: #ffffff;
}
.main-image {
  width: 100%;
  height: 0;
  padding-top: 117.1875%;
  background-image: url(../img/main_sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media (min-width: 40rem) {
  .main-image {
    width: 100%;
    background-image: url(../img/main_pc.jpg);
    height: 0;
    padding-top: 45%;
  }
}
.main-title {
  max-width: 600px;
  margin: 3rem auto;
}
.main-title img {
  width: 100%;
}
/*.main-title {
  width: 100%;
  background-image: url(../img/title.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 3rem auto;
}
@media (min-width: 40rem) {
  .main-title {
    max-width: 600px;
    background-image: url(../img/title.png);
    height: 0;
    padding-top: 46%;
    margin: 4rem auto 6rem;
  }
}*/

.title2 {
  width: 100%;
  height: 0;
  padding-top: 2rem;
  background-image: url(../img/title2_pc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media (min-width: 40rem) {
  .title2 {
    width: 80%;
    background-image: url(../img/title2_pc.jpg);
    height: 0;
    padding-top: 46%;
    margin: 5rem auto;
  }
}



/*フッター エリア*/
.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;
}