@charset "utf-8";

/*-------------------------
  一括設定
-------------------------*/
:root {
  --font-normal: "Noto Sans JP", sans-serif;
  --font-rounded_Mplus_2p: "m-plus-rounded-2p", sans-serif;
  --color-1E1210: #1E1210;
  --color-535353: #535353;
  --color-logoGreen : #00A040;
  --color-logoYellow : #FFF100;
  --main-color: #009D85; /* 春#E95383 夏#009D85　秋#EA5520　冬#01a9e4 */
  --sub-color: #FFF000; /* 春#F3B3C9 夏#FFF000　秋#FDD118　冬#B9E3F9 */
  --bg-color: #FFFBB2; /* 春#D3EAC6 夏#FFFBB2　秋#FFF1B9　冬#E5F2E7 */
}

/*-------------------------
  共通設定
-------------------------*/
.l-main {
  font-family: var(--font-normal);
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 0;
  background: var(--bg-color);
}
.l-container .wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.l-container section {
  padding: 0 0 60px;
}
.l-container div + h3 {
  margin-top: 0;
}
.l-container .box {
  padding: 60px 30px;
  background: #fff;
  border-radius: 60px;
  max-width: 950px;
  margin: 0 auto;
}
.l-container .box + .box {
  margin-top: 40px;
}
.l-container .is-bold {
  font-family: var(--font-normal);
  font-weight: 700!important;
}
.l-container .c-btnClose.has-text {
  color: #333;
}
.l-container .c-btnClose.has-text i {
  background: #333;
}
.l-container a,
.l-container a:hover,
.l-container a:visited {
  color: #333;
}
.l-container  a {
  transition: .2s;
}
.l-container .txt-fotoer a,
.l-container .txt-fotoer a:visited {
  color: #fff;
}
.l-container .pc_none {
  display: block;
}
.l-container .sp_none {
  display: none;
}
.l-container .column_2to5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 10px;
}

/* 見出し */
.l-container .sec_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 60px;
  text-align: center;
  width: 100%;
  background: var(--main-color);
  margin-bottom: 60px;
}
.sec_ttl .sec_ttl_inner {
  background: #fff;
  border: 4px solid var(--color-1E1210);
  border-radius: 60px;
  width: 100%;
  padding: 40px 30px;
  position: relative;
}
.sec_ttl_inner .h2_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.h2_wrapper h2 {
  font-family: var(--font-rounded_Mplus_2p);
  font-size: 32px;
  font-weight: 900!important;
  display: inline-block;
  line-height: 1.3em;
}
.h2_wrapper .h2_left,
.h2_wrapper .h2_right {
  display: inline-block;
  width: 2.7em;
}
.sec_ttl .h2_ja {
  font-family: var(--font-rounded_Mplus_2p);
  font-size: 20px;
  font-weight: 500;
}
.sec_ttl .lead {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  margin-top: 20px;
} 
.l-container h3 {
  font-family: var(--font-normal);
  font-size: 20px;
  font-weight: 600!important;
  line-height: 1.6;
  margin-bottom: 20px;
}
.sec_ttl_inner .sec_ttl_ill {
  position: absolute;
}
.special .sec_ttl_inner .sec_ttl_ill {
  width: 140px;
  left: 0;
  bottom: -146px;
}
.event .sec_ttl_inner .sec_ttl_ill {
  width: 150px;
  left: 0;
  bottom: -103px;
}
.report .sec_ttl_inner .sec_ttl_ill {
  width: 164px;
  left: 0;
  bottom: -156px;
}
.concierge .sec_ttl_inner .sec_ttl_ill {
  width: 130px;
  left: auto;
  right: 0;
  bottom: -161px;
}

/* ボタン */
.l-container .btn_wrapper {
  margin-top: 40px;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.l-container .btn_wrapper::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 74px;
  padding: 16px 20px;
  background: var(--main-color);
  border-radius: 20px;
  border: 3px solid var(--color-1E1210);
  bottom: -10px;
}
.l-container .btn {
  display: inline-block;
  width: 100%;
  padding: 16px 20px;
  background: var(--sub-color);
  border-radius: 20px;
  border: 3px solid var(--color-1E1210);
  color: var(--color-1E1210);
  font-family: var(--font-rounded_Mplus_2p);
  font-weight: 600;
  font-size: 20px;
  text-align: center; 
  position: relative;
}
.l-container .btn::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-color: var(--color-1E1210);
  border-style: solid;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 50%; 
  transform: translateY(-50%) rotate(45deg);
}
.l-container .btn:visited {
  color: var(--color-1E1210);
}
.l-container .btn_wrapper2::before {
  background: var(--color-1E1210);
}
.l-container .btn_02 {
  background: #fff;
}
.l-container .btn_02::before {
  border-color: #333;
  border-width: 2px 2px 0 0;
  transition: all .3s;
}

/*-------------------------
  アニメーションの設定
-------------------------*/
/* 共通 */
.l-container .ill_item {
  position: absolute;
}
/* TOPアニメ */
.l-container .ani_top {
  background: #fff;
}
.l-container .ani_top .wrapper {
  position: relative;
}
.l-container .ani_top img {
  width: 100%;
}
.l-container .ani_top_inner {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}
.l-container .ani_top_inner .ill_top_01,
.l-container .ani_top_inner .ill_top_02 {
  position: relative;
  z-index: 10;
}
.l-container .ani_top_01 .ani_top_inner {
  padding-top: 60px;
}
.l-container .ani_top_02 .ani_top_inner {
  padding-bottom: 60px;
}
/* 夏 */
.l-container .ani_top_inner .ill_sun {
  width: 15%;
  right: 10%;
  top: 60px;
  animation: ill_sun 9s linear infinite;
}
@keyframes ill_sun {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-container .ani_top_inner .ill_baloon {
  width: 30%;
  right: 25%;
  top: 60px;
  animation: ill_baloon 2s linear infinite alternate;
}
@keyframes ill_baloon {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.l-container .ani_top_inner .ill_sunflowers {
  bottom: 0;
  left: 0;
  width: 40%;
}
.l-container .ani_top_inner .ill_sunflower {
  bottom: 10px;
  width: 50%;
  bottom: -15vw;
  left: -7%;
  z-index: 11;
  animation: ill_sunflower 1s linear infinite alternate;
}
.l-container .ani_top_inner .ill_sunflower:nth-child(2) {
  left: 25%;
}
.l-container .ani_top_inner .ill_sunflower:nth-child(3) {
  left: auto;
  right: -7%;
}
@keyframes ill_sunflower {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.l-container .ani_top_inner .ill_garden {
  width: 100%;
  bottom: 0;
  z-index: 12;
}
.l-container .ani_top_02 .ani_top_inner .ill_sunflowers {
  bottom: auto;
  left: auto;
  top: 25vw;
  right: 0;
}
.l-container .ani_top .ill_bike {
  bottom: 60px;
  width: 20%;
  z-index: 11;
  animation: ill_bike 6s ease-out infinite;
  right: 0;
}
@keyframes ill_bike {
  0% {
    transform: translateX(100vw);
  }
  30% {
    transform: translateX(100vw);
  }
  60% {
    transform: translateX(-55vw);
  }
  80% {
    transform: translateX(-55vw);
  }
  100% {
    transform: translateX(-160vw);
  }
}

/* アニメエリア */
.l-container .ani_area {
  background: var(--bg-color);
  position: relative;
}
.l-container .ani_area img {
  width: 100%;
}
.l-container .ani_area_01,
.l-container .ani_area_02,
.l-container .ani_area_03,
.l-container .ani_area .ani_area_inner {
  height: 80px;
}
.l-container .ani_area.ani_area_04 .ani_area_inner,
.l-container .ani_area_04 {
  height: 200px;
}
.l-container .ani_area_04 {
  background: #fff;
}
.l-container .ani_area .ani_area_inner {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}
.ani_area .ani_area_inner .ill_sapa {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 260px;
}
.ani_area_01 .ill_car {
  position: absolute;
  bottom: 0;
  width: 54px;
  animation: ill_car 8s ease-out infinite;
}
@keyframes ill_car {
  0% {
    transform: translateX(100vw);
  }
  30% {
    transform: translateX(100vw);
  }
  60% {
    transform: translateX(-160vw);
  }
  100% {
    transform: translateX(-160vw);
  }
}
.ani_area_01 .move {
  transform: translateX(calc(100vw + 54px));
  will-change: transform;
}
.ani_area_01 .move.is-animated {
  transition: transform 2.4s cubic-bezier(0, 0, 1, 1);
  transform: translateX(-300px);
}
.ani_area_02 .ill_shops {
  bottom: 0;
  right: 0;
  width: 230px;
}
.l-container .ani_area_02 .ill_restaurant {
  left: 18px;
}
.ani_area_03 .ill_students {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
}
.ani_area_03 .ill_kitchencar {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
}
.ani_area_04 .ill_trees {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 84px;
}
.ani_area_04 .ill_gs {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
}
.ani_area_04 .ill_cars {
  bottom: 0;
  left: 0;
  width: 2400px;
  animation: ill_cars 14s linear infinite;
}
@keyframes ill_cars {
  0% {
    transform: translateX(100vw);
  }
  25% {
    transform: translateX(100vw);
  }
  75% {
    transform: translateX(-3400px);
  }
  100% {
    transform: translateX(-3400px);
  }
}

/*-------------------------
  バナーエリアの設定
-------------------------*/
.l-container .bnr_area {
  background: #fff;
  padding: 100px 0 130px 0;
}
.l-container .bnr_area .wrapper {
  max-width: 950px;
}
.l-container .bnr_area-ttl {
  font-family: var(--font-rounded_Mplus_2p);
  color: var(--color-1E1210);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

/* スライダー共通設定 */
.l-container .slider-box {
  padding: 0 24px;
}
.l-container .slider-box a {
  color: #333;
}
.l-container .slider-box a:hover {
  opacity: .7;
}
.l-container .slider-box img {
  width: 100%;
}
.l-container .slider-box p {
  font-size: 13px;
}
.l-container .slider-box .ttl {
  font-size: 17px;
  font-weight: 500;
  margin-top: 16px;
  text-align: center;
  line-height: 1.5;
}
.l-container .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.l-container .slider-box .slick-slide {
  margin: 0 8px;
}
.l-container .slider-box .slick-arrow {
  width: 80px;
  height: 80px;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  font-size: 0;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  padding: 0;
  transition: .2s;
}
.l-container .slider-box .slick-arrow:hover {
  opacity: .5;
}
.l-container .slider-box .slick-arrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #333;
  position: absolute;
  top: 25px;
  right: 8px;
  transform: rotate(45deg);
  opacity: 1;
}
.l-container .slider-box .slick-prev::before {
  border-width: 0 0 1px 1px;
  right: 0;
  left: 8px;
}
.l-container .slider-box .slick-dots {
  bottom: -25px;
}
.slick-dots li.slick-active button {
  background: #333;
}
.l-container .slick-slider .slick-track, 
.l-container .slick-slider .slick-list {
  padding-bottom: 10px;
}

/* まっぷるバナー */
.l-container #bnr_mapple {
  background: #fff;
}
.l-container #bnr_mapple a {
  display: block;
}
.l-container #bnr_mapple a:active,
.l-container #bnr_mapple a:hover {
  opacity: .7;
}
.l-container #bnr_mapple img {
  width: 100%;
}

/* footerバナーエリア */
.l-container #bnr_area-03 {
  padding-bottom: 80px;
}
.l-container .bnr-list {
  padding: 0 24px;
}
.l-container .bnr-list .text {
  margin-top: 12px;
}
.l-container .bnr-list .ttl {
  color: var(--color-535353);
  font-size: 18px;
  font-weight: 500;
}
.l-container .bnr-list li img {
  width: 100%;
}
.l-container .bnr-list a:hover {
  opacity: .8;
}
.l-container .bnr-list li + li {
  margin-top: 60px;
}

/*-------------------------
  movie
-------------------------*/
.l-outline.specialpage_header_footer {
  min-height: calc(100vh - 48px);
  padding-top: 48px
}
#movie{
  position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
  height: calc(100vh - 100px);
}
#video_area{
	position:absolute;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}
#video {
  /*天地中央配置*/
  position: absolute;
  /* z-index: -1; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width:177.77vh; */
  /* width: 100%; */
  height: 100%;
  /* min-height: 70%;
  min-width: 100%; */
}

/* .l-container .movie {
	width: 100%;
  height: calc(100vh - 250px);
  position: relative;
  overflow: hidden;
}  */
@supports (-webkit-touch-callout: none) {
  #movie {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
/* .l-container .movie #video {
  object-fit: cover;
  height: 100%;
  width: 100%;
} */





/*-------------------------
  What's ENJOY YORIMICHI?
-------------------------*/
.l-container .about {
  padding: 60px 0;
  background: #fff;
}
.l-container .about-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.about-inner .ttl {
  color: var(--main-color);
  font-family: var(--font-rounded_Mplus_2p);
  font-weight: 800;
  font-size: 28px;
}
.about-inner .lead {
  font-family: var(--font-rounded_Mplus_2p);
  font-weight: 600;
  font-size: 15px;
  margin-top: 0;
}
.about-inner .sub_ttl {
  color: var(--main-color);
  font-family: var(--font-rounded_Mplus_2p);
  font-weight: 800;
  font-size: 23px;
  margin-top: 0;
}
/*-------------------------
  SAPA写真
-------------------------*/
.l-container .sapaPHOTO img {
  width: 100%;
}
/*-------------------------
  ナビ
-------------------------*/
.l-container #navi {
  height: 60px;
}
.l-main.l-container .nav_wrapper_pc {
  display: none;
}
.l-main.l-container .nav_wrapper_sp {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 0.2);
}
#navi.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.nav_wrapper_sp .nav_logo a {
  display: block;
  height: 60px;
  padding: 10px;
}
.nav_wrapper_sp .nav_logo img {
  height: 40px;
}
.nav_box .drawer_hidden {
  display: none;
}
.nav_box .drawer_open {
  position: relative;
  height: 60px;
  width: 32px;
  cursor: pointer;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
}
#drawer_input:checked ~ .drawer_open {
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 200;
}
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 32px;
  border-radius: 3px;
  background-color: var(--color-1E1210);
  position: absolute;
}
.drawer_open span:before {
  bottom: 9px;
}
.drawer_open span:after {
  top: 9px;
}
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #fff;
}
#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
}
.nav_box .nav_content {
  right: -100%;
  background: var(--color-logoGreen);
  width: 80vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 150;
  transition: right .5s;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#drawer_input:checked ~ .nav_content {
  right: 0;
}
.nav_box .nav_list {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
.nav_list li {
  font-size: 18px;
  line-height: 1.2;
}
.nav_list li a {
  display: block;
  padding: 16px 60px 16px 16px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.nav_list li:first-child a {
  border-top: 1px solid #fff;
}
.l-main.l-container .nav_list li a,
.l-main.l-container .nav_list li a:visited {
  color: #fff;
  font-family: var(--font-rounded_Mplus_2p);
  font-weight: 600;
}
.nav_list li a:active,
.nav_list li a:hover {
  opacity: .7;
}
.nav_list li a:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 2px solid var(--color-1E1210);
  background-color: var(--color-logoYellow);
  right: 14px;
  top: calc(50% - 10px); 
}
.nav_list li a::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-color: var(--color-1E1210);
  border-style: solid;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 50%; 
  transform: translateY(-50%) rotate(135deg);
}
.nav_list .small {
  font-size: 14px;
  font-weight: 500;
}
.nav_box .nav_others {
  width: 100%;
  padding: 0 30px;
}
.nav_box .nav_others a {
  display: block;
}
.nav_box .nav_others a:active,
.nav_box .nav_others a:hover {
  opacity: .7;
}
.nav_others .nav_bnr {
  text-align: center;
}
.nav_others .nav_sns {
  margin-top: 16px;
  text-align: center;
}
.nav_others .nav_sns img {
  width: 40px;
}

/* オーバーレイ（非表示） */
.nav_wrapper_sp::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 98; /* nav_content(99)より下、メニューより後ろ */
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
/* チェック時：オーバーレイを表示 */
.nav_wrapper_sp.is-open::after {
  opacity: 1;
  pointer-events: auto;
}

/*-------------------------
  Special Contents
-------------------------*/
.l-container .special {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bg-color);
}
.special .text {
  margin-top: 40px;
  font-size: 15px;
}
.special .catchcopy {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
}
.special .period {
  font-weight: 600;
  font-size: 18px;
  margin-top: 40px;
}
.special .c-list li + li {
  margin-top: 20px;
}
.special .c-link.mark {
  cursor: pointer;
  text-decoration: none;
  color: #333;
  transition: all .1s;
  font-size: 16px;
}
.special .c-link.mark:hover {
  color: #333;
  opacity: .7;
}

/*-------------------------
  インスタグラム
-------------------------*/
.l-container .sns {
  background: #fff;
  padding-top: 60px;
}
.l-container .sns .wrapper {
  max-width: 950px;
}
.sns .col-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sns .ico_ig_link:hover img {
  transition: transform 1.5s;
  transform: rotateY(360deg);
}
.sns .ico_ig {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
}
.sns .col .lead {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.sns .col .col-cnt {
  height: calc(64vw*2 + 2vw);
}
.sns .insta-img {
  width: 100%;
  height: 64vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}
.sns .insta-img > div {
  background: #000 no-repeat center / cover;
  width: 44vw;
  height: 64vw;
}
.sns .col-btn {
  margin-top: 30px;
}

/*-------------------------
  イベント・キャンペーン
-------------------------*/
.l-container section#event {
  padding-bottom: 0;
}

/* 地図から探す */
.l-container .map-area {
  max-width: 950px;
  padding-bottom: 90px;
}
.l-main .contents .cont_search_item .searchbox {
  margin-bottom: 20px;
}
.l-main .contents .cont_search_item .searchbox select,
.cont_search_list-inner .event h3 {
  font-family: var(--font-normal);
}
.contents .cont_search_item #sapa {
  margin-bottom: 10px;
}
.l-main .contents .cont_search_item .searchbox p {
  font-weight: 600;
  font-size: 14px;
  padding-left: 10px;
}
.l-main .contents .cont_search_item .searchbox#eventnamesearch {
  max-width: none;
}

@media screen and (min-width: 415px){
  #movie{
	height:100vh;
	}
	@supports (-webkit-touch-callout: none) {
  #movie {
    height: -webkit-fill-available;
  }
  }
	#video {
    min-height: 100%;
    min-width: 100%;
  }
}

@media screen and (min-width: 540px) {
  .sec_ttl_inner .h2_wrapper {
    justify-content: center;
  }
  .h2_wrapper h2 {
    font-size: 40px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .l-container .bnr-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 5%;
  }
  .l-container .bnr-list li + li {
    margin-top: 0;
  }
  #video {
    object-fit: cover;
  }
  .l-container .bnr_area-ttl {
    font-size: 24px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .l-container .box {
    padding: 80px;
    border-radius: 100px;
  }
  .l-container .pc_none {
    display: none;
  }
  .l-container .sp_none {
    display: block;
  }
  .l-container .column_2to5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .l-container .sec_ttl {
    padding-bottom: 30px;
  }
  .sec_ttl .sec_ttl_inner {
    padding: 30px;
    border-radius: 160px;
    max-width: 950px;
  }
  .h2_wrapper h2 {
    font-size: 50px;
  }
  .sec_ttl .h2_ja {
    line-height: 1;
  }
  .sec_ttl .lead {
    font-size: 16px;
  }
  .special .sec_ttl_inner .sec_ttl_ill {
    width: 178px;
    bottom: -136px;
  }
  .event .sec_ttl_inner .sec_ttl_ill {
    width: 165px;
    bottom: -63px;
  }
  .report .sec_ttl_inner .sec_ttl_ill {
    width: 184px;
    bottom: -120px;
  }
  .concierge .sec_ttl_inner .sec_ttl_ill {
    width: 150px;
    bottom: -140px;
  }
  .l-container h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .l-container .btn_wrapper {
    justify-content: center;
  }
  .l-container .btn_wrapper::before {
    width: 300px;
  }
  .l-container .btn {
    width: 300px;
  }  
  .l-container .btn:hover {
    bottom: -10px;
  }
  .l-container .btn_02 {
    font-size: 19px;
  }
  /* .l-container .movie {
    margin-top: 0;
    height: calc(100vh - 68px);
  } */
  .l-container .about .ttl {
    font-size: 36px;
  }
  .l-container .ani_top_inner .ill_sun {
    width: 50px;
    right: 280px;
    top: 60px;
  }
  .l-container .ani_top_inner .ill_baloon {
    width: 110px;
    right: auto;
    left: 180px;
    top: 50px;
  }
  .l-container .ani_top_inner .ill_sunflowers {
    width: 160px;
    left: 50px
  }
  .l-container .ani_top_inner .ill_sunflower {
    bottom: -66px;
  }
  .l-container .ani_top_02 .ani_top_inner .ill_sunflowers {
    top: 33%;
    right: auto;
    left: 32%;
  }
  .l-container .ani_top .ill_bike {
    width: 80px;
    animation: ill_bike2 13s ease-out infinite;
  }
  @keyframes ill_bike2 {
    0% {
      transform: translateX(100vw);
    }
    30% {
      transform: translateX(100vw);
    }
    60% {
      transform: translateX(-62vw);
    }
    80% {
      transform: translateX(-62vw);
    }
    100% {
      transform: translateX(-160vw);
    }
  }
  .l-container .special {
    background: var(--bg-color) url('/assets/img/special/enjoy_yorimichi/2026renewal/bg_road.svg') repeat-y center top / 100%;
  }
  .special .text {
    font-size: 16px;
  }
  .special .catchcopy,
  .special .period {
    font-size: 22px;
  }
  .l-container .special .image img {
    width: 100%;
  }
  .l-container .c-btnClose.has-text:hover {
    color: #333;
    opacity: .7;
  }
  .l-container .c-btnClose.has-text:hover i {
    background: #333;
    opacity: .7;
  }
  .l-container #navi {
    background: #fff;
    height: 80px;
  }
  .l-main.l-container .nav_wrapper_sp {
    display: none;
  }
  .l-main.l-container .nav_wrapper_pc {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 0.2);
  }
  .nav_wrapper_pc .nav_box {
    max-width: 950px;
  }
  .nav_box .nav_content {
    position: static;
    width: 100%;
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }
  .nav_box .nav_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
  }
  .nav_list li {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .l-main.l-container .nav_list li a,
  .l-main.l-container .nav_list li a:visited {
    color: var(--color-1E1210);
  }
  .l-main.l-container .nav_list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 80px;
    padding: 10px 50px 10px 20px;
    border-bottom: none;
  }
  .nav_list li a:before {
    right: 22px;
  }
  .nav_list li a::after {
    right: 28px;
  }
  .nav_list li a:active,
  .nav_list li a:hover {
    opacity: 1;
  }
  .nav_list li a:hover {
    background: var(--sub-color);
  }
  .l-container .sns .wrapper {
    margin: 0 auto;
  }
  .l-container .sns .bnr_area-ttl {
    padding-bottom: 20px;
  }
  .sns .col .col-cnt {
    height: 210px;
  }
  .sns .insta-img {
    height: 210px;
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .sns .insta-img > div {
    width: 160px;
    height: 210px;
  }
  .l-container .slider-3 .slick-slide {
    margin: 0 10px;
  }
  .l-container .slider-3 .slick-arrow {
    right: -50px;
  }
  .l-container .slider-3 .slick-arrow.slick-prev {
    right: auto;
    left: -50px;
  } 
  .l-container .event .box {
    display: flex;
    justify-content: space-between;
  }
  .l-container .event .box:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .l-container .event .box .image {
    width: 45%;
  }
  .l-container .event .box .text {
    margin-top: 0;
    width: 50%;
  }
  .l-container .event .h3_wrapper h3 {
    font-size: 22px;
  }
  .l-container .map-area {
    margin: 0 auto 80px;
    padding-bottom: 20px;
  }
  .l-main .contents .cont_search_item .searchbox#eventnamesearch {
    max-width: 450px;
  }
  .l-container .ani_area_01,
  .l-container .ani_area_02,
  .l-container .ani_area_03,
  .l-container .ani_area .ani_area_inner {
    height: 200px;
  }
  .ani_area .ani_area_inner .ill_sapa {
    width: 420px;
  }
  .ani_area_01 .ill_car {
    width: 80px;
    animation: ill_car 10s ease-out infinite;
  }
  @keyframes ill_car {
    0% {
      transform: translateX(100vw);
    }
    20% {
      transform: translateX(100vw);
    }
    90% {
      transform: translateX(-160vw);
    }
    100% {
      transform: translateX(-160vw);
    }
  }
  .ani_area_02 .ill_shops {
    width: 300px;
  }
  .ani_area_02 .ill_terrace {
    width: 270px;
    bottom: 0;
    left: 0;
  }
  .ani_area_03 .ill_students {
    width: 180px;
  }
  .ani_area_03 .ill_kitchencar {
    width: 210px;
  }
  .ani_area_04 .ill_trees {
    width: 100px;
  }
  .ani_area_04 .ill_gs {
    width: 240px;
  }
  .ani_area_04 .ill_cars {
    width: 2400px;
  }
  .l-container .bnr_area .wrapper {
    margin: 0 auto;
  }
  .l-container .report {
    background: var(--bg-color) url('/assets/img/special/enjoy_yorimichi/2026renewal/bg_road.svg') repeat-y center top / 100%;
  }
  .l-container .concierge {
    background: var(--bg-color) url('/assets/img/special/enjoy_yorimichi/2026renewal/bg_road.svg') repeat-y center top / 100%;
  }
  .l-container .slider-box {
    padding: 0 32px;
  }
  .l-container .slider-box .slick-dots {
    bottom: -45px;
  }
  .l-container .slider-box .slick-arrow.slick-prev {
    left: -54px;
  }
  .l-container .slider-box .slick-arrow.slick-next {
    right: -54px;
  }
  .l-container .slider-box .slick-prev::before {
    left: 30px;
  }
  .l-container .slider-box .slick-next::before {
    right: 30px;
  }
  .l-container .txt-fotoer a,
  .l-container .txt-fotoer a:visited {
    color: rgba(255, 255, 255, 0.7);
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .l-outline {
    padding-top: 48px !important;
  }
}

@media screen and (min-width:950px) {
  .l-container .ani_top_inner .ill_sun {
    width: 60px;
    right: 350px;
  }
  .l-container .ani_top_inner .ill_baloon {
    left: 210px;
    top: 60px;
  }
  .special .c-list li + li {
    margin-top: 0;
  }
  .special .c-link.mark {
    font-size: 13px;
  }
  .sns .col .col-cnt {
    height: 300px;
  }
  .sns .insta-img {
    height: 300px;
    gap: 12px;
  }
  .sns .insta-img > div {
    width: 229px;
    height: 270px;
  }
  .l-container .season {
    height: 70vh;
  }
}

@media (min-width: 960px) {
  .l-outline.specialpage_header_footer {
    min-height: calc(100vh - 68px);
    padding-top: 68px
  }
  #movie{
    height: calc(100vh - 68px);
  }
}

@media screen and (min-width: 1000px) {
  .l-container .map-area.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
} 