@charset "utf-8";
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.012em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif;
  color: #353535;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
}

.bet {
  justify-content: space-between;
}

.jcen {
  flex-flow: row wrap;
  justify-content: center;
}
.alc {
  align-items: center;
}

.wrap {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}
.tac {
  text-align: center;
}
.bold {
  font-weight: bold;
}
figure {
  text-align: center;
}

.dot {
  background: url(../images/dot_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.dot02 {
  background: url(../images/dot_bg02.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.box_padd {
  padding: 100px 0;
}
a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
/* 共通END */

/* fv */
#fv {
  min-height: 100vh;
  position: relative;
}
h1 {
  position: absolute;
  z-index: 99;
}
.slider_fade {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100vh;
}

.item01 {
  background: url(../images/fv_bg.jpg) no-repeat;
}
.item02 {
  background: url(../images/fv_bg02.jpg) no-repeat;
}
.item03 {
  background: url(../images/fv_bg03.jpg) no-repeat;
}
.item04 {
  background: url(../images/fv_bg04.jpg) no-repeat;
}
.item05 {
  background: url(../images/fv_bg05.jpg) no-repeat;
}
.item06 {
  background: url(../images/fv_bg06.jpg) no-repeat;
}
.item07 {
  background: url(../images/fv_bg07.jpg) no-repeat;
}
.item08 {
  background: url(../images/fv_bg08.jpg) no-repeat;
}
.slider_fade_item {
  background-position: 15% 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.slider_fade_item:nth-of-type(even) {
  background-position: 55% 50%;
}
/* リンク */
#link h2,
#link p {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2;
}

#link .link_box {
  padding: 0 50px;
}
#link .link_box li {
  margin-bottom: 15px;
}

/* まち紹介=====================================================
======================================================= */
.city_container {
  position: relative;
  width: 976px;
  height: 1000px;
  margin: 0 auto 100px;
}
#city03 .city_container,
#city08 .city_container {
  height: 1060px;
}
.city_container h3 {
  font-size: 2rem;
}

.square_bg {
  content: "";
  position: absolute;
  z-index: -9;
  width: 863px;
  height: 688px;
  background-color: #bfccfd;
  top: 142px;
  left: 72px;
}
.city:nth-of-type(even) .square_bg {
  left: 38px;
}
#city02 .square_bg {
  background-color: #f7d7af;
}
#city03 .square_bg {
  background-color: #cbe9df;
}
#city04 .square_bg {
  background-color: #cedba9;
}
#city05 .square_bg {
  background-color: #f5c5e0;
}
#city06 .square_bg {
  background-color: #fff7b5;
}
#city07 .square_bg {
  background-color: #e6d2f1;
}
#city08 .square_bg {
  background-color: #ffc1bd;
}
/* タイトル */
.ttl {
  position: absolute;
  top: 110px;
  left: 0;
}
.city:nth-of-type(even) .ttl {
  right: 0;
  left: auto;
}
.city:nth-of-type(odd) .ttl {
  left: -30px;
}
#city01.city .ttl {
  left: 0;
}
/* スイーツ紹介 */
.sweets {
  position: absolute;
  top: 0;
  right: 0;
}
.city:nth-of-type(even) .sweets {
  right: auto;
  left: 0;
}
.sweets_img {
  margin-bottom: 26px;
  margin-right: -24px;
}
.city:nth-of-type(even) .sweets_img {
  margin-right: 0;
  margin-left: -24px;
}
.sweets_inner {
  position: absolute;
  right: 0;
}
.city:nth-of-type(even) .sweets_inner {
  right: auto;
  left: 0;
}
.sweets_txt {
  width: 270px;
  margin-bottom: 30px;
}
.sweets_txt h3 {
  margin-bottom: 8px;
}
.city:nth-of-type(odd) .sweets_txt h3 {
  text-align: right;
}
/* ボタン・動画 */
.btn_mov {
  right: 0;
  width: 270px;
}
.online_btn {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border: 2px solid #353535;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 1.3;
}
.online_btn a {
  padding: 10px 40px;
}
.modaal-video-wrap {
  margin: auto 100px;
}
/* スポット紹介 */
.spot {
  position: absolute;
  top: 450px;
  left: 0;
}
.city:nth-of-type(even) .spot {
  left: auto;
  right: 0;
}
.spot_ttl {
  margin-bottom: 10px;
}
.spot_box {
  width: 320px;
}
.spot_box:first-of-type {
  margin-right: 20px;
}
.spot_box figure {
  margin-bottom: 8px;
}
.spot_box p {
  margin-bottom: 15px;
}
.spot_info {
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  font-size: 1.4rem;
  padding: 12px 10px;
  line-height: 2;
}
.spot_info p {
  margin-bottom: 0;
}
.spot_info02 {
  width: 660px;
}
.spot_info02 p {
  margin-bottom: 15px;
}
.spot_info02 .spot_info p {
  text-align: center;
  margin-bottom: 0;
}
footer {
  text-align: center;
}
footer h2,
footer p {
  margin-bottom: 50px;
}
footer .copy {
  font-size: 2rem;
  margin-bottom: 0;
}

/* main */

/*スマホ
------------------------------*/

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  .sp,
  .sp_block {
    display: block;
  }
  .wrap {
    width: 90%;
    margin: 0 auto;
  }
  #fv {
    min-height: inherit;
  }
  h1 {
    margin: 0 auto;
    width: 90%;
  }
  /* ｽﾗｲﾀﾞｰ */
  .slider_fade {
    height: 500px;
    pointer-events: none;
  }
  .slider_fade_item {
    background-position: 50% 20%;
    background-size: cover;
    width: 100%;
    height: 500px;
  }
  .slider_fade_item:nth-of-type(even) {
    background-position: 50% 20%;
  }
  .item01 {
    background-image: url(../images/sp_fv_bg.jpg);
  }
  .item02 {
    background-image: url(../images/sp_fv_bg02.jpg);
  }
  .item03 {
    background-image: url(../images/sp_fv_bg03.jpg);
  }
  .item04 {
    background-image: url(../images/sp_fv_bg04.jpg);
  }
  .item05 {
    background-image: url(../images/sp_fv_bg05.jpg);
  }
  .item06 {
    background-image: url(../images/sp_fv_bg06.jpg);
  }
  .item07 {
    background-image: url(../images/sp_fv_bg07.jpg);
  }
  .item08 {
    background-image: url(../images/sp_fv_bg08.jpg);
  }
  /* リンク */
  #link .link_box {
    padding: 0 3%;
  }
  #link .link_box li {
    width: calc((100% - 30px) / 2);
    text-align: center;
  }
  .dot,
  .dot02 {
    background: url(../images/sp_dot_bg.jpg) repeat-y;
    background-size: contain;
  }
  .box_padd {
    padding: 15% 0;
  }
  /* まち紹介=============================================
  ======================================================
  ====================================================== */
  .city_container {
    width: 90%;
    height: auto;
    margin: 0 auto 20%;
  }
  #city03 .city_container,
  #city08 .city_container {
    height: auto;
  }
  .square_bg {
    width: 85%;
    height: 85%;
    top: 125px;
    left: auto;
    right: -5%;
  }
  #city01 .square_bg {
    top: 75px;
  }
  .city:nth-of-type(even) .square_bg {
    left: -6%;
  }
  .sweets,
  .sweets_inner,
  .spot,
  .ttl {
    position: static;
  }
  .ttl {
    width: 95%;
    margin-bottom: 10%;
    margin-left: -4vw;
  }
  .city:nth-of-type(even) .ttl {
    margin-left: 9vw;
  }
  /* スイーツ紹介} */
  .sweets_img {
    margin-right: 0;
    width: 100%;
    text-align: right;
    margin-left: 5vw;
  }
  .city:nth-of-type(even) .sweets_img {
    margin-left: -5vw;
  }
  .sweets_txt {
    width: 100%;
    margin: 0 auto 30px;
  }
  .sweets_inner {
    margin-bottom: 12%;
  }
  /* ボタン・動画 */
  .btn_mov {
    width: 100%;
    margin: 0 auto;
  }
  .online_btn a {
    padding: 5% 2%;
  }
  .mov img {
    width: 100%;
  }
  /* モーダル */
  .modaal-video .modaal-inner-wrapper {
    padding: 0;
  }
  .modaal-video-wrap {
    margin: auto 3%;
  }
  .modaal-close {
    right: 4px;
    width: 55px;
    height: 55px;
  }
  .modaal-close:after,
  .modaal-close:before {
    height: 40px;
    top: 9px;
    left: 26px;
  }
  /* イチオシSPOT */
  .spot_ttl {
    margin-bottom: 10%;
  }
  .spot_box:first-of-type {
    margin: 0 auto 12%;
  }
  #city06 .spot_box:first-of-type {
    margin-bottom: 0;
  }
  .spot_box,
  .spot_info02 {
    width: 100%;
    margin: 0 auto;
  }
  .spot_box figure,
  .city_container h3 {
    margin-bottom: 3%;
  }
  .spot_box img {
    width: 100%;
  }
}
