@charset "UTF-8";
/* ======================================================
sightseeing共通(タイトル部)
====================================================== */
.sightseeing__inr {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}

.sightseeing__ttl {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 5.33333vw;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1000px) {
  .sightseeing__ttl {
    font-size: 40px;
  }
}

.sightseeing__ttl::after, .sightseeing__ttl::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #fff;
  position: absolute;
}

.sightseeing__ttl::before {
  top: 25%;
  left: -14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.sightseeing__ttl::after {
  top: 73%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.tr_loop {
  margin-bottom: 58px;
}

.loopslider {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .loopslider {
    height: 300px;
  }
}

.loopslider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.loopslider li {
  width: 300px;
  height: auto;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .loopslider li {
    width: 390px;
    height: 300px;
  }
}

/* ======================================================
sightseeing共通(タイトル部)
====================================================== */
.item {
  text-align: left;
  margin-bottom: 10vw;
}

@media screen and (min-width: 1000px) {
  .item {
    width: 46.5%;
    margin-bottom: 100px;
    min-height: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.item .c-link__box {
  margin-top: auto;
}

.item__img {
  margin-bottom: 1.5vw;
}

@media screen and (min-width: 1000px) {
  .item__img {
    margin-bottom: 15px;
  }
}

.item__ttl {
  color: #8F3F43;
  font-weight: bold;
  font-size: 3.2vw;
  line-height: 1.875;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 1000px) {
  .item__ttl {
    font-size: 24px;
  }
}

.item__txt {
  margin-bottom: 8vw;
  font-size: 2.4vw;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  border-bottom: 1px dashed   #000000;
}

@media screen and (min-width: 1000px) {
  .item__txt {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.item__address {
  margin-bottom: 8vw;
  font-size: 2.13333vw;
  line-height: 2.8125;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1000px) {
  .item__address {
    font-size: 16px;
    margin-bottom: 0;
  }
}

/* ======================================================
lead
====================================================== */
.lead {
  padding: 1vw 2vw 4vw 2vw;
}

@media screen and (min-width: 1000px) {
  .lead {
    padding: 10px 0 100px;
  }
}

.lead__ttl {
  text-align: center;
  font-weight: bold;
  color: #978062;
  font-size: 3.6vw;
  line-height: 1.66667;
  letter-spacing: 0.3em;
  margin-bottom: 2.5vw;
}

@media screen and (min-width: 1000px) {
  .lead__ttl {
    font-size: 27px;
    margin-bottom: 25px;
  }
}

.lead__txt {
  text-align: center;
  font-weight: bold;
  font-size: 2.4vw;
  line-height: 2.11111;
  letter-spacing: 0.3em;
}

@media screen and (min-width: 1000px) {
  .lead__txt {
    font-size: 18px;
  }
}

.lead__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.53333vw;
  line-height: 3.26316;
  letter-spacing: 0.05em;
  margin-bottom: 8vw;
}

@media screen and (min-width: 1000px) {
  .lead__link {
    margin-bottom: 80px;
    font-size: 19px;
  }
}

.lead__link a {
  margin: 0vw 5vw 0vw 5vw;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .lead__link a {
    margin: 0 50px;
  }
}

.lead__link a::after {
  content: '';
  border-top: solid 1px #211815;
  border-right: solid 1px #211815;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.lead__link a:hover::after {
  bottom: -10px;
}

/* ======================================================
sapporo
====================================================== */
.sapporo {
  background: url(../images/img_sapporo_bg.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco03.png) no-repeat;
  background-position: center top,right 12% top 56%,right 10% top 15%,left 10% bottom 15%;
  background-size: auto 50vw,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .sapporo {
    background-size: auto 351px,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.sapporo__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .sapporo__box {
    padding: 90px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ======================================================
douo
====================================================== */
.douo {
  background: url(../images/img_douo_bg.jpg) no-repeat, url(../images/img_deco01.png) no-repeat, url(../images/img_deco02.png) no-repeat, url(../images/img_deco04.png) no-repeat, url(../images/img_deco05.png) no-repeat;
  background-position: center top,left  11% bottom 21%,right 9% top 20%,left 20% bottom 2%,right 10% bottom 24%;
  background-size: auto 50vw,10% auto,10% auto,10% auto,10% auto;
  background-color: #FCFCFC;
  text-align: center;
  padding: 22vw 0vw 3vw 0vw;
}

@media screen and (min-width: 1000px) {
  .douo {
    background-size: auto 351px,auto,auto,auto,auto;
    padding: 105px 0 90px;
  }
}

.douo__box {
  padding: 9vw 0vw 1vw 0vw;
}

@media screen and (min-width: 1000px) {
  .douo__box {
    padding: 90px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/*# sourceMappingURL=style.css.map */