@charset "UTF-8";

/*========================================
  Plugin
========================================*/
/*========================================
  common
========================================*/
.about-content {
  padding: 0 40px;
}
.about-content__heading {
  position: relative;
  padding: 10px 0 12px;
  text-align: center;
  border-top: 1px solid #1d1d1b;
  border-bottom: 1px solid #1d1d1b;
}
.about-content__heading::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #1d1d1b;
}

/*========================================
  content
========================================*/
/* --------------------
  hero
-------------------- */
.about-hero {
  padding: 70px 0 0;
  text-align: center;
}
.about-hero__content {
  position: relative;
  height: 633px;
  margin-top: 15px;
  background: url(../images/about_hero_bg.png) left 60px top 0 no-repeat;
}
.about-hero__item01 {
  position: absolute;
  top: 66px;
  left: 67px;
}
.about-hero__item02 {
  position: absolute;
  top: 263px;
  right: 85px;
}

/* --------------------
  gargano
-------------------- */
.gargano {
  position: relative;
  margin-bottom: 110px;
}
.modene {
  position: relative;
  padding-bottom: 150px;
}
.gargano .about-content__heading-ttl img {
  width: 398px;
  vertical-align: middle;
}
.modene .about-content__heading-ttl img {
  width: 469px;
  vertical-align: middle;
}
.about-content__item {
  display: flex;
  margin-top: 40px;
}
.about-content__ttl {
  font-size: 18px;
  margin-bottom: 20px;
}
.content-txt + .about-content__ttl {
  margin-top: 90px;
}
.about-content__item .content-txt {
  font-feature-settings: "palt";
  letter-spacing: normal;
}
/* item01 */
.item01 .about-content__img {
  width: 500px;
}
.item01 .about-content__txt-box {
  width: 400px;
  padding-left: 40px;
}
/* item02 */
.about-content__item.reverse {
  flex-direction: row-reverse;
  -ms-align-items: center;
  align-items: center;
}
.item02 .about-content__img {
  width: 220px;
}
.item02 .about-content__txt-box {
  width: calc(100% - 220px);
}
/* item03 */
.item03 .about-content__txt-box {
  padding-left: 60px;
}
.item03 .about-content__txt-box img {
  display: none;
}
/* item04 */
.item04.about-content__item {
  display: block;
  position: relative;
}
.item04 .about-content__img {
  position: absolute;
  top: 0;
  right: 100px;
}
.item04 .about-content__img:nth-of-type(2) {
  top: 210px;
  right: 0;
}

/*
  detail
*/
.about-detail__box {
  display: flex;
  justify-content: center;
}
.about-detail__box.wide {
  display: block;
}
.about-detail {
  width: 49%;
  margin-top: 100px;
  padding: 30px 25px;
  background: #edebde;
  text-align: center;
}
.about-detail__img {
  margin: 30px auto 20px;
}
.modene .about-detail__img {
  width: 112px;
}
.about-detail__ttl {
  padding: 3px;
  background: #1d1d1b;
  text-align: center;
  color: #edebde;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: .1em;
}
.about-detail__name {
  font-size: 22px;
  font-weight: 100;
}
.about-detail__name span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.about-detail__price {
  margin-top: 15px;
  color: #cd5d30;
  font-size: 15px;
}
.about-detail__txt {
  margin-top: 17px;
  font-feature-settings: "palt";
}
.about-detail__special-img {
  margin-top: 25px;
}
.about-detail__special-txt {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}
.about-detail__special-txt span {
  font-size: 20px;
  color: #9d1236;
}
.about-detail-btn {
  width: 100%;
  height: 50px;
  margin-top: 30px;
  background: #5c8d24;
}
.about-detail-btn.inactive {
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  color: #333;
  font-weight: 600;
  font-family: inherit;
}
/* wide */
.wide .about-detail {
  width: 100%;
  text-align: left;
}
.wide .about-detail__inner {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 40px;
}
.wide .about-detail__img {
  width: 337px;
  margin: 0 0 0 0;
  padding-left: 50px;
  text-align: center;
}
.wide .about-detail__content {
  width: calc(100% - 337px);
}
.wide .about-detail-btn {
  width: 400px;
}
.about-detail__bnr {
  margin: 50px -4px 0;
}


/* --------------------
  business
-------------------- */
.top-shop {
  padding: 50px 0 55px;
  background: #edebde;
  text-align: center;
}
.business .content-ttl {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
}
.business {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 630px;
  margin: 0 auto;
}
.business__img {
  display: block;
  width: 150px;
}


.business__content {
  display: block;
  width: 430px;
}
.business__txt {
  text-align: left;
}



@media screen and (max-width: 750px) {


  /*========================================
    Plugin
  ========================================*/
  /*========================================
    common
  ========================================*/
  .about main {
    padding: 0 4vw;
  }

  /*========================================
    content
  ========================================*/
  /* --------------------
    hero
  -------------------- */
  .about-hero {
    padding: 13.3vw 0 18.6vw;
    text-align: center;
  }
  .about-hero__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: 100vw;
    margin-top: 4vw;
    background: url(../images/about_hero_bg_sp.png) right 0 top 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-background-size: 92%;
    background-size: 92%;
  }
  .about-hero__item01,
  .about-hero__item02 {
    display: block;
    position: static;
    width: 44.6vw;
  }

  /* --------------------
    content common
  -------------------- */
  .about-content {
    padding: 0;
  }
  .about-content__heading {
    padding: 0 0 2.6vw;
  }
  .about-content__heading-ttl {
    font-size: 5.3vw;
  }
  .about-content__heading-txt {
    font-size: 2.4vw;
  }

  /* --------------------
    gargano
  -------------------- */
  .gargano {
    margin-bottom: 18.6vw;
  }
  .modene {
    padding-bottom: 13.3vw;
  }
  .gargano .about-content__heading-ttl img {
    width: 70.6vw;
  }
  .modene .about-content__heading-ttl img {
    width: 83.3vw;
  }
  .about-content__list {
    padding: 0 11vw;
  }
  .about-content__item {
    display: block;
    position: relative;
    margin-top: 8vw;
  }
  .about-content__item + .about-content__item {
    margin-top: 13.3vw;
  }
  .about-content__ttl {
    font-size: 2.9vw;
    margin-bottom: 4.6vw;
  }
  .content-txt + .about-content__ttl {
    margin-top: 10vw;
  }
  .about-content__txt-box {
    text-align: justify;
  }
  /* item01 */
  .item01 .about-content__img {
    width: 100%;
  }
  .item01 .about-content__txt-box {
    width: 100%;
    margin-top: 4.6vw;
    padding-left: 0;
  }
  /* item02 */
  .item02 .about-content__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 30vw;
    z-index: -1;
  }
  .item02 .about-content__txt-box {
    width: 100%;
  }
  /* item03 */
  .item03 .about-content__txt-box {
    padding-left: 0;
  }
  .item03 .about-content__txt-box img {
    float: left;
    display: inline;
    width: 28vw;
    margin-right: 1em;
  }
  /* item04 */
  .item04 .about-content__img {
    position: relative;
    left: 12.5vw;
    right: auto;
    width: 49.3vw;
  }
  .item04 .about-content__img:nth-of-type(2) {
    top: -12.4vw;
    left: 48vw;
    width: 31.2vw;
  }
  .item04 .about-content__txt-box {
    padding: 0 11vw;
    font-feature-settings: "palt";
  }


  /*
    detail
  */
  .about-detail__box,
  .about-detail__box.wide {
    display: block;
  }
  .about-detail {
    width: 100%;
    margin-top: 13.3vw;
    padding: 4vw 4vw 8vw;
  }
  .about-detail + .about-detail {
    margin-top: 6vw;
  }
  .about-detail__img {
    margin: 5vw auto 8vw;
  }
  .about-detail__ttl {
    padding: 1.5vw 0;
    font-size: 2.6vw;
  }
  .about-detail__name {
    font-size: 4vw;
  }
  .about-detail__name span {
    font-size: 2.6vw;
  }
  .about-detail__price {
    margin-top: 3.5vw;
    font-size: 2.6vw;
  }
  .about-detail__txt {
    margin-top: 4.5vw;
  }
  .about-detail__special-img {
    margin-top: 6vw;
  }
  .about-detail__special-txt {
    margin-top: 2.2vw;
    font-size: 2.4vw;
  }
  .about-detail__special-txt span {
    font-size: 3.36vw;
  }
  .about-detail-btn {
    width: 100%;
    height: 10.6vw;
    margin-top: 30px;
    font-size: 4vw;
  }

  /* wide */
  .wide.about-detail {
    padding-bottom: 1.4vw;
  }
  .wide .about-detail__inner {
    display: block;
    margin-top: 5.5vw;
  }
  .wide .about-detail__img {
    width: 45.3vw;
    margin-left: 26vw;
    padding-left: 0;
    text-align: center;
  }
  .wide .about-detail__content {
    width: 100%;
    padding: 0 4vw;
  }
  .wide .about-detail-btn {
    width: 100%;
  }
  .about-detail__bnr {
    margin: 8vw -2.6vw 0;
  }

  /* --------------------
    shop
  -------------------- */
  .top-shop {
    padding: 13.3vw 0;
  }
  .top-shop__list {
    display: block;
    margin: 6.6vw auto 0;
  }
  .top-shop__item {
    margin: 0 auto 6.6vw;
    text-align: center;
  }
  .top-shop__item-img {
    display: inline-block;
    width: 44vw;
  }
  .top-shop__item-ttl {
    position: relative;
    margin: 2.6vw auto 1.6em;
  }
  .top-shop__item-ttl:after {
    bottom: -.8em;
    width: 4vw;
  }
  .top-shop__item-price {
    color: #cd5d30;
  }


  /* --------------------
    business
  -------------------- */
  .business-wrap {
    margin: 0 -4vw;
    padding: 13.3vw 4vw;
  }
  .business .content-ttl {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 300;
    font-size: 26px;
    text-align: left;
  }
  .business {
    display: block;
    max-width: 550px;
    margin: 0 auto;
  }
  .business__img {
    display: block;
    width: 34vw;
    margin: 0 auto;
  }


  .business__content {
    width: 100%;
    margin-top: 4vw;
  }
  .business .content-ttl {
    font-size: 5.3vw;
    text-align: center;
  }
  .business__txt {
    font-size: 3.8vw;
  }

}
