@charset "UTF-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* sp */
#main .cards05 .sp {
    display: none;
}

/* cards05 */
/* img */
#main .cards05 img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

/* span */
#main .cards05 span {
    margin: 0;
    position: static;
}

/* headline */
#main .cards05 h2,
#main .cards05 h3,
#main .cards05 h4 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    margin: 0 auto;
}

#main .cards05 h2 {
  font-size: inherit;
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
  z-index: 2;
}

/* text */
#main .cards05 div,
#main .cards05 p,
#main .cards05 dl dt,
#main .cards05 dl dd,
#main .cards05 table th,
#main .cards05 table td {
    color: #000000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin: 0;
}

/* list */
#main .cards05 li {
    list-style-type: none;
    padding: 0;
}

#main .cards05 li + li {
    border-top: none;
    padding: 0;
}

/*メインコンテンツ===================================================*/

/*共通*/
#main .cards05 h2{
  width: 85%;
  font-size: 25px;
  margin-bottom: 1.5rem;
}
#main .cards05 h3{
  font-size: 23px;
  margin: 0 0 1rem 0;
}
#main .cards05 p{
  line-height: 1.5em;
  margin-bottom: 1rem;
}
#main .cards05 p.small{
  position: relative;
  font-size: 13px;
}
#main .cards05 .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .cards05 .inner{
  position: relative;
  width: 75%;
  margin: 0 auto;
  padding: 4rem 0;
  background-color: #FFF;
  border-radius: 20px;
}

#main .cards05 .sp{
  display: none;
}

#main .cards05 p.note{
  font-size: 13px;
  margin: 0.5rem 0;
}

#main .cards05 .fullwide{
  margin: 0 calc(50% - 550px);
  padding: 2rem 0;
  width: 1100px;
  max-width: 1100px
}

#main .cards05 .anchor{
  position: relative;
}
#main .cards05 .anchor::before{
  content: '';
  display: block;
  height: 250px;
  margin-top: -250px;
}

/*content*/
#main .cards05 .main_content{
  position: relative;
  background-color: #00B1BA;
  top: -3px;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}

#main .cards05 nav.main_nav{
  position: relative;
  padding: 3rem;
  z-index: 5;
}
#main .cards05 nav.main_nav ul.main_nav_list{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#main .cards05 .bn_item{
  position: relative;
  margin: 4rem auto;
}
#main .cards05 .bn{
  padding: 0 3rem;
}

#main .cards05 .main_content .inner{
  margin-top: 22rem;
  padding-top: 5rem;
}
#main .cards05 .main_content .inner h2.ttl{
  position: absolute;
  top: -155px;
  left: 50%;
  transform: translateX(-50%);
}

#main .cards05 .erabu .fullwide.bn_item{
  margin: 0 calc(39% - 550px) 5rem calc(39% - 550px);
}
#main .cards05 .erabu .fullwide.bn_item.left{
  margin: 0 calc(61% - 550px) 5rem calc(61% - 550px);
}

#main .cards05 .erabu .fullwide.bn_item .btn{
  position: absolute;
  bottom: 8px;
  right: 50px;
  width: 35%;
}
#main .cards05 .erabu .fullwide.bn_item.left .btn{
  position: absolute;
  bottom: 8px;
  left: 78px;
  right: auto;
  width: 35%;
}

#main .cards05 .erabu .car_list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-right: 2rem;
}
#main .cards05 .erabu .car_list .btn{
  width: 75%;
  padding-left: 2rem;
}

#main .cards05 .kinto{
  position: relative;
  margin-top: 8rem;
}
#main .cards05 .kinto .btn{
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}

#main .cards05 .event .bn_item.matsuri{
  position: relative;
}
#main .cards05 .event .bn_item.matsuri .btn{
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

#main .cards05 .anshin .inner{
  padding: 5rem 3rem;
}

#main .cards05 .btn{
  width: 45%;
  margin: 2rem auto;
  gap: 20px;
}
#main .cards05 .btn.btn_small{
  width: 50%;
  margin:2rem auto 0 auto;
  gap: 20px;
}
#main .cards05 .btn.flex{
  width: 100%;
}

#main .cards05 .blog{
  position: relative;
}
#main .cards05 .blog .btn{
  width: 28%;
  position: absolute;
  top: 57%;
  left: 47%;
}

#main .cards05 .shop_btn{
  position: relative;
  width: 40%;
  margin: 2rem auto;
  z-index: 10;
}

/*SNS*/
#main .cards05 .snsbanner {
    position: relative;
    margin-bottom: 6%;
  padding: 0;
}
#main .cards05 .snsbanner .flex {
  width: 30%;
  position: absolute;
  bottom: 17%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  gap: 5px;
}
#main .cards05 .snsbanner .flex a {
    width: 31%;
}
#main .cards05 .snsbanner .flex a img {
    width: 100%;
}
#main .cards05 .snsbanner .flex a:hover {
    opacity: 0.8;
}

/*タイムライン*/
.timeline{
    color: #000000;
    font-feature-settings: "palt";
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.3;
    font-weight: bold;
    width: 45%;
    margin: 0 auto 3%;
}
.timeline iframe{
    width: 100% !important;
    height: 585px;
}

#main .cards05 .linkButton{
  width: 30%;
  text-align: center;
  margin: 2rem auto !important;
}
#main .cards05 .linkButton img{
  margin-bottom: 2rem;
}

.baseWidth{
  overflow: hidden;
}

@media screen and (max-width: 1299px) {
    .timeline iframe{
    width: 100% !important;
    height: 44vw;
    }
}

.sns-logo img{
    width: 15%;
}
.sns-title{
    margin: 2% auto 5% !important;
    text-align: center;
}

@media screen and (max-width: 1024px){
  #main .cards05 .fullwide{
    margin: 0 calc(50% - 47vw);
    width: 93.3vw;
    max-width: 100vw;
  }
}

@media screen and (max-width: 600px){
  #main .cards05 .sp {
    display: block;
  }
  #main .cards05 .pc {
    display: none;
  }
  #main .cards05 .anchor::before{
    height: 100px;
    margin-top: -100px;
  }
  #main .cards05 .btn{
    width: 96%;
    margin: 2rem auto;
  }
  #main .cards05 .inner{
    width: 90%;
    padding: 2rem 0;
  }
  #main .cards05 .flex {
    flex-wrap: wrap;
  }
  #main .cards05 p{
    font-size: 14px;
  }
  #main .cards05 p.note{
    font-size: 11px;
    text-align: left;
    padding: 0.5rem;
  }
  #main .cards05 h2{
    width: 100%;
    font-size: 5vw;
  }
  #main .cards05 h3{
    font-size: 5vw;
  }

  #main .cards05 .fullwide{
    margin: 0 auto;
    width: 100% !important;
  }

  #main .cards05 nav.main_nav{
    padding: 2rem 0;
  }
  #main .cards05 nav.main_nav ul.main_nav_list{
    display: block;
    width: 85%;
  }
  #main .cards05 nav.main_nav ul.main_nav_list li{
    margin-bottom: 2rem;
  }

  #main .cards05 .main_content .inner {
    margin-top: 10rem;
  }

  #main .cards05 .main_content .inner h2.ttl {
    top: -88px;
    width: 85%;
  }

  #main .cards05 .bn {
    padding: 0 1rem;
  }

  #main .cards05 .erabu .fullwide.bn_item,#main .cards05 .erabu .fullwide.bn_item.left {
      margin: 0 calc(40% - 50%) 3rem calc(40% - 50%);
      width: 120% !important;
  }
  #main .cards05 .erabu .fullwide.bn_item .btn{
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
  }
  #main .cards05 .erabu .fullwide.bn_item.left .btn{
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
  }

  #main .cards05 .erabu .car_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 0;
    margin: 0;
  }
  #main .cards05 .erabu .car_list img.car{
    width: 300px;
    height: 160px;
    object-fit: contain;
  }
  #main .cards05 .erabu .car_list .btn{
    width: 70%;
    margin-top: 5px;
    padding-left: 1.5rem;
  }
  #main .cards05 .erabu .fullwide.car_list_wrap{
    margin: 0 calc(40% - 50%) 3rem calc(44.5% - 50%);
    width: 108% !important;
  }

  #main .cards05 .package{
    padding-top: 4rem;
  }

  #main .cards05 .kinto{
    margin-top: 3rem;
  }
  #main .cards05 .kinto .btn {
    bottom: -19px;
    width: 80%;
  }

  #main .cards05 .event .inner{
    padding: 5rem 2rem 0.5rem 2rem;
  }
  #main .cards05 .event .bn_item.matsuri{
    margin-top: 0;
  }
  #main .cards05 .event .bn_item.matsuri .btn{
    width: 85%;
    bottom: -17px;
  }

  #main .cards05 .anshin .inner{
    padding: 1rem 1.5rem 0.5rem 1.5rem;
  }


  #main .cards05 .shop_btn{
    width: 80%;
  }
  #main .cards05 .blog .btn{
    top: 48%;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  /*SNS*/
  #main .cards05 .snsbanner {
    position: relative;
    margin-bottom: 4%;
    background-color: #91dfd8;
  }
  #main .cards05 .snsbanner .flex {
    width: 44%;
    position: absolute;
    bottom: 15.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    gap: 5px;
  }
  #main .cards05 .snsbanner .flex a {
      width: 31%;
  }
  #main .cards05 .snsbanner .flex a img {
      width: 100%;
  }
  #main .cards05 .linkButton{
    width: 70%;
  }

  /*タイムライン*/
  .timeline{
      display: none;
  }
}