@charset "UTF-8";
/*================================
メディアクエリ
=================================*/
/* =============================================================================
      header min-width: 768px PC版
      ========================================================================== */
@media screen and (min-width: 768px) {
  .lo_keyimages {
    background-color: #CCC;
    height: 298px;
    width: 100%;
  }
}

/* =============================================================================
      under 共通
      ========================================================================== */
/*#under a {color: #0068b7;text-decoration: underline;}*/
/*#under a:link {color: #0068b7;}*/
/*#under a:visited {color: #0068b7;}
  #under a:hover {color: #00877e;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
  #under a:active {color: #0068b7;}*/
#under {
  padding-bottom: 100px;
  background: url(../images/global/bk-img.jpg) no-repeat 0 100%;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 767px)  {
  #under {
    padding-bottom: 60px;
  }
}

#under .keyimages {
  background: url(../images/global/bgKeyimages.jpg) no-repeat 0 100%;
  background-size: cover;
  background-position: center;
}

#under .keyimages h2 {
  padding: 80px;
  font-size: 35px;
  color: #fff;
  height: 240px;
  position: relative;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #under .keyimages h2 {
    font-size: 24px;
    padding: 50px 0;
    height: 150px;
  }
}


#under .keyimages h2 span {
  display: block;
  font-size-adjust: 18px;
  font-family: Helvetica, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", メイリオ, Meiryo, Osaka, sans-serif;
  font-size: 18px;
  margin-top: 3px;
}

#under .pankuzu img {
  padding-bottom: 10px;
}

body {
  color: #1F2B20;
}

.pankuzu img {
  width: 16px;
}

.inner {
  max-width: 1080px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

/*================================
ページ内リンクボタン
=================================*/
.btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 589px) {
  .btn__wrapper {
    display: block;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .btn__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.info__btn {
  margin-right: 20px;
}

.info__btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 589px) {
  .info__btn {
    margin-right: 0;
  }
  .info__btn:last-child {
    margin-right: 0;
    margin-top: 24px;
  }
}

.link-btn {
  display: inline-block;
  padding: 14px 42px 8px 22px;
  background: #fff;
  letter-spacing: .1em;
  position: relative;
  -webkit-box-shadow: 1.97px 2.26px 5px rgba(98, 98, 98, 0.35);
          box-shadow: 1.97px 2.26px 5px rgba(98, 98, 98, 0.35);
}

@media screen and (max-width: 589px) {
  .link-btn {
    width: 90%;
    text-align: left;
    padding: 14px 40px 18px 20px;
  }
}

.link-btn span {
  font-weight: bold;
  line-height: 1.8125;
}

@media screen and (max-width: 589px) {
  .link-btn span {
    line-height: 1;
  }
}

.link-btn span::after {
  position: absolute;
  content: "";
  background: url(../images/company/arrow-y.png) no-repeat center center/contain;
  width: 16px;
  height: 9px;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*================================
店舗情報
=================================*/

@media screen and (max-width: 767px) {
  .section__heading1 h3 img {
    height: 65px;
  }
}


.shop-info {
  padding: 104px 0 94px;
}

@media screen and (max-width: 767px) {
  .shop-info {
    padding: 0 0 60px;
  }
}

.shop-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .shop-info__wrapper {
    display: block;
    margin-top: 0;
  }
}

.shop-info__image {
  margin-right: 4.557%;
  width: 34.888%;
}

@media screen and (max-width: 767px) {
  .shop-info__image {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    width: 100%;
  }
}

.shop-info__contents {
  text-align: left;
  border-top: 3px solid #2C372D;
  border-bottom: 3px solid #2C372D;
  width: 60.555%;
}

@media screen and (max-width: 767px) {
  .shop-info__contents {
    margin: 30px auto 0;
    max-width: 600px;
    width: 100%;
  }
}

.shop-data__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 24px 22px 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: linear-gradient(to right, #AAAEA5, #AAAEA5 1px, transparent 1px, transparent 8px);
  background-size: 2px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media screen and (max-width: 478px) {
  .shop-data__row {
    display: block;
  }
}

.shop-data__row dt {
  color: #50812D;
  letter-spacing: .1em;
  font-weight: bold;
  width: 122px;
}

@media screen and (max-width: 478px) {
  .shop-data__row dt {
    width: 100px;
  }
}

.shop-data__row:last-child {
  background: none;
}

.shop-data__row:first-child {
  padding: 28px 24px 26px;
}

.shop-data__row dd {
  letter-spacing: .1em;
}

.br-lg {
  display: none;
}

@media screen and (max-width: 1024px) {
  .br-lg {
    display: block;
  }
  .bl-lg--hidden {
    display: none;
  }
}

/*================================
アクセスマップ
=================================*/

.access__map {
  max-width: 706px;
  width: 100%;
  margin: 37px auto 0;
}

@media screen and (max-width: 767px) {
  .access__map {
    margin-top: 0;
    padding: 0 20px;
  }
}

.iframe_wrap {
  width: 100%;
  padding-top: 48.86686%;
  position: relative;
}

.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
