@charset "utf-8";
/* CSS Document */

:root {
  --main-color: #fff119;
  --sub-color: #ff5d91;
  --ttl-color: #3383c3;
}
h1,
ul {
  margin: 0;
  padding: 0;
}
ul li{
  list-style: none;
}
a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit !important;
}
h2{
	font-size:4.5rem;
	margin-top: 0;
}
h3{
	font-size:2.2rem;
  line-height: 1.4;
	margin:0;
	padding:0;
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
}

/*---------------------
  utility
-----------------------*/
html {
	font-size:62.5%;
}
img{
    max-width: 100%;
    height: auto;
}
.text_center{
	text-align: center;
	margin: 0 auto;
}
.text_left{
	text-align: left;
	display:inline-block;
}
.is-bold{
	font-weight:bold;
}
.img_center{
	display: block;
	margin: 0 auto;
}
 .bnr_br_sp, .sp{
    display: block;
}
.bnr_br_pc, .pc{
    display: none;
}
.br_sp{
    display: block;
}
.br_pc{
    display: none;
}


/*colorここから*/
.main-color {
  color: var(--main-color);
}
.sub-color {
  color: var(--sub-color);
}
.is-blue{
  color:#3e94c2;
  /* text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff; */
}
.is-blue_2{
  color:#239fdb
}
.is-blue_3 {
  color: #00468b;
}
.is-blue_4 {
  color: #4c9ee9;
}
.is-green{
  color:#036ee6;
}
.is-green_2 {
  color: #42bf6e;
}
.is-fcolorMain{
  color:#2d720a;
}
.is-pink{
  color:#ff3399;
}
.is-pink-2 {
    color: #ff3399;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.is-pink_3 {
  color: #fb417d;
}
.is-white{
	color:#FFF;
  text-shadow: #239fdb 1px 0 10px;
}
.is-white2{
	color:#FFF;
}
.is-gray {
  color: #111;
}
.is-red{
	color:#f5007a;
}
.is-red_2{
	color:#eb6042;
}
.is-red_3 {
  color: #ff0044;
}
.is-red4 {
  color: #ff5050;
}
.is-brown{
	color:#7b1e29;
}
.is-brown2 {
  color: #8f032f;
}
.is-brown3 {
  color: #ad153e;
}
.is-yellow{
	color:#f4e81f;
}
.is-yellow2 {
  color: #f4d21f;
}
.is-orange {
  color: #ff2c00;
}
.is-orange_2 {
  color: #fb5733;
}


/*colorここまで*/
.contents {
    padding-top: 0;
}
.relative{
	position:relative;
}
.mb32{
	margin-bottom:32px!important;
}

/*-----------------------
  common
-------------------------*/
  .contents {
      font-size: 1.6rem;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      color: #333;
      overflow: hidden;
  }
  .contents P{
      margin-top: 0;
  }
  .txt_small {
      font-size: 1.3rem;
      padding-top: 15px;
}
  .txt_normal{
      font-size: 1.6rem;
  }
  .txt_vote{
  font-size:2.8rem;
  line-height:1.2;
  }
  .txt_large{
  font-size:1.8rem;
  }
  .txt_larger{
  font-size:2.2rem;
  }
  .txt_largest{
  font-size: 2.3rem;	
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom:5px;
  }
  .c-mb64 {
    margin-bottom: 64px !important;
  }

    /*-----------------------
    header
    -------------------------*/
  .header_bg{
      background-image: url(/assets/img/special/enjoy_yorimichi/2025_summer/header_summer_bg__sp.jpg) !important;
      position: relative;
      width: 100%;
      height: 60vh;
      background-repeat: no-repeat;
      background-size: cover;
	    opacity: 0.9;
      background-position: top center;
    }

    /* 透過した黒を重ねる */
  .header_bg::before {
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
  }
  .title p:first-of-type{
      font-size:2.2rem;
      font-weight:bold;
      margin:0;
      line-height: 1;
  }
h1{
	font-size:2rem;
  line-height: 1.3;
	font-family: 'Lato', sans-serif;
  font-weight: 500;
  /* text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; */
}	

    /*-----------------------
    navigation
    -------------------------*/
.nav_wrapper__sp{		
	position: absolute;
	bottom:0;
    width: 100%;
    height: 62px;
	background-color: rgba(255,255,255,0.8);
	z-index: 10;
}

.nav_logo{
	position:absolute;
    top: 12px;
    left: 5px;
    z-index: 8;
    width: 250px;
    height: auto;
}

/**************** 以下、ハンバーガーボタンのスタイリング ****************/
.btn_nav {
	position: fixed;
	top:10px;
	right: 10px;
	z-index:1000;
	width: 48px;
	height: 48px;
}

.btn-line_white {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
    transition: .2s;
	background-color:#fff;
}

.btn-line_black {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #404040;
	transition: .2s;
}

.line{
margin-bottom:13px;
}

.btn-line::before {
	transform: translateY(-16px);
}

.btn-line::after {
	/* 下の線の位置 */
	transform: translateY(16px);
}

/***** メニューオープン時 *****/
.btn-line.open {
	background-color: transparent;
}

.btn-line.open::before , .btn-line.open::after {
	content: "";
	background-color: #333;
	transition: .2s;
}

.btn-line.open::before {
	transform: rotate(45deg);
}

.btn-line.open::after {
	transform: rotate(-45deg);
}

/**************** ここまで、ハンバーガーボタンのスタイリング ****************/

/**************** 以下、メニューのスタイリング ****************/
.nav_menu {
	/* メニューを縦に */
	display: none;
	position: absolute;
	flex-direction: column;
	/* メニューの位置マイナス指定で画面外に */
	right: -100%;
	width: 100%;
	height: 100vh;
	background-color: #fff;
    z-index: 9;
}
.nav_menuitem {
	/* メニューテキスト位置をリスト内中心に */
	display: block;
	align-items: center;
	justify-content: center;
	font-size: 3.2rem;
	border-bottom: solid 1px #dcdcdc;
	margin: 0 20px 20px;
}
.nav_menuitem:first-of-type{
	margin: 80px 20px 20px;
}

.nav_menuitem:hover {
	cursor: pointer;
	transition: .3s;
}
.nav_menutitle{
	pointer-events: all;
}
.nav_menutitle i{
	margin-left: 10px;
	transition: .3s;
}

/***** メニューオープン時位置0にして画面内に *****/
.nav_menu.open {
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	overflow-y: scroll;
}

.nav_menu__child{
	display: none;
	font-size: 2.4rem;
}
.nav_menu__child li{
	margin-left: 40px;
}


/* PageTopBtn */
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 5;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color:#fff;
    border-radius: 50%;
    line-height: 50px;
    box-shadow: 0px 0px 9px -6px rgba(0,0,0,0.6);
	transition: .3s;
}
.pagetop a:hover{
	background-color:#5cb736;
}
.pagetop a i{
    font-size: 2rem;
    color:#333333;
    line-height: 50px;
}
.pagetop a:hover .fas.fa-chevron-up{
    color:#fff;
}


/*-----------------------
about
-------------------------*/
.about{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    min-width: 320px;
    max-width: 640px;
    /* flex-direction: column; */
    /* text-align: center; */
    align-items: center;
}
	.about_thumb{
    max-width:80px;
    height: auto;
    padding-right:3%;
    /* padding-top: 40px; */
    margin: 0 auto;
}
.about_title{
    padding: 20px 0 15px 0;
    font-size:1.6rem;
    /* text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; */
    color: #fff;
  }

.about_lead{
	font-size:1.2rem;
  /* text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; */
    color: #fff;
}
.about_bg{
		background: #e5f8f6;
	}
.shadow{
	text-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
}
.shadow2{
	text-shadow: rgba(0, 0, 0, 0.8) 0 0 20px;
}
.shadow3{
	text-shadow: rgba(255, 255, 255, 1) 0 0 40px;
}
.shadow4{
  text-shadow: 0 0 8px rgba(255, 255, 255, .8);
}

/*-----------------------
movie
-------------------------*/
#movie{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
	height:100vh;
} 
@supports (-webkit-touch-callout: none) {
  #movie {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}


#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;
	height:56.25vw;
    min-height: 70%;
    min-width: 100%;
}

.navigation__pc.fixed, .nav_wrapper__sp.fixed{
	  position: fixed;/*fixedを設定して固定*/
    z-index: 999;/*最前面へ*/
    top:0;/*位置指定*/
    left:0;/*位置指定*/
}

/*-----------------------
section_inner
-------------------------*/
.section_inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 64px 10px 80px;
}
.section_inner2{
    max-width: 1000px;
    margin: 0 auto;
    padding: 64px 10px 0 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/*-----------------------
Special_Content
-------------------------*/
.info_thumb{
    width:100%;
}

.info_thumb_first{
    margin-right: 1.3333%;
}
.info_thumb_second{
    margin-right: 1.3333%;
}

.info_list{
	padding-top:30px;
}
.logo_1,.logo_2,.logo_3{
	position:relative;
}

.info_list:nth-child(even):before{
	right: 1%;
    top: 3%;
}

.info_list:first-of-type{
	padding-top:0;
}
.info_list:nth-child(even){
}
.info_txt{
	text-align: center;
    width:100%;
    margin-top:15px;
}
.info_txt_l {
    /* padding-top: 20px; */
    /*text-align: center;*/
}
.info_txt_l:last-child {
    margin-bottom:0;
}
.info_title{
    font-size:2.2rem;
	margin-bottom:18px;
}
.info_title2{
    font-size:2.5rem;
    margin-bottom:18px;
}
.info_title span{
    font-size:1.6rem;
}
.info_title p{
	line-height: 1.3;
}
.info_content p{
	margin-top: 15px;
}
.bnr_takeout{
	margin-bottom:40px;
}
.info_line_winter{
	border-bottom: solid 10px #fcd005;
}
.campaign{
	padding-top:15px;
}
.sapa_bnr{
	text-align: center;
}
.item_outer{
	padding-bottom:20px;
}

.c-roundbox {
	padding:24px 24px 40px;
    border-radius: 0 0 32px 0;
    background: #fff;
}
.section_inner2 .c-roundbox {
  z-index: 1;
}
.c-roundbox.bg-deepblue {
  background: #78C2D6 url(/assets/img/special/enjoy_yorimichi/2023_fall/bg_deepblue.jpg) repeat-y center;  
}
.c-roundbox.bg-deepgreen {
  background: #97D1B7 url(/assets/img/special/enjoy_yorimichi/2023_fall/bg_deepgreen.jpg) repeat-y center;  
}
.c-roundbox.bg-orangepink {
  background: #F49A90 url(/assets/img/special/enjoy_yorimichi/2023_fall/bg-orangepink.jpg) repeat-y center;  
}
.c-roundbox.bg-deepyellow {
  background: #FEDC69 url(/assets/img/special/enjoy_yorimichi/2023_fall/bg-deepyellow.jpg) repeat-y center;  
}
.c-roundbox2 {
	padding:0px 20px 0;
}
.content__2_1 {
    padding-bottom: 30px;
}
.menu_content__2{
	margin-top:7px;
}

.menu_frame{
	padding: 1.5em 1.5em 0 1.5em;
    border: solid 3px #6091d3;
    border-radius: 40px;
	margin-bottom:50px;
	position:relative;
}
	.menu_frame:last-child{
        margin-bottom: 0px;
	}
.menu_green_bkg{
	background: #53b9bf;
}
.menu_green2_bkg{
    background: #47b28c;
}
.menu_blue_bkg{
	background: #249FDB;
}
.menu_yellow_bkg{
	background: #f8ec58;
}
.menu_green{
	font-size:1.7rem;
    border-radius: 10px;
	background: #53b9bf;
	border: solid 3px #6091d3;
	padding: 2px 15px;
	position:absolute;
	top:-3.5%;
}
.menu_green2{
	font-size:1.7rem;
    border-radius: 10px;
	background: #47B28C;
	border: solid 3px #6091d3;
	padding: 2px 15px;
	position:absolute;
	top:-3.5%;
}
.menu_blue{
	font-size:1.7rem;
    border-radius: 10px;
	background: #249fdb;
	border: solid 3px #6091d3;
	padding: 2px 15px;
	position:absolute;
	top:-3.5%;
}
.menu_yellow{
	font-size:1.7rem;
    border-radius: 10px;
	background: #f8ec58;
	border: solid 3px #6091d3;
	padding: 2px 15px;
	position:absolute;
	top:-3.5%;
}

/*.menu_frame:last-child{
	margin-bottom:0;
}*/
	/*-----------------------
	info_limited
	-------------------------*/	
  /*＃ハイウェイスタンプラリーキャンペーン*/
   .info_list_s{
	display: block;
    padding-top:30px;
    padding-bottom:15px;
  }

  .info_thumb_s{
    text-align: center;
  }
  .info_thumb_s img{
    margin: 5% 10%;
    width:70%;
  }
  .info_time{
    font-size:2.2rem;
    margin-bottom:13px;
    transform-origin: left center;
    transform: scale(1.05, 0.9);
    line-height: 1.4em;
    padding-top:10px;
  }
  .txt_small {
      font-size: 1.3rem;
  padding-top: 15px;
  }
  .info_limited .c-mt24{
  margin-top:24px;
  }
  .oe_limited_2{
      margin-top:55px;
  }
  .info_col1to2 {
    display: block;
  }
  .info_col1to2_item {
    margin-bottom: 30px;
  }
  .info_col1to2_item:last-child {
    margin-bottom: 0;
  }

	/*-----------------------
	Special Contentイラストなど
	-------------------------*/	
  .illust_box1, .illust_box2{
    position:relative;
  }
  .illust_box1::before {
    position: absolute;
    top: -3em;
    left: -1em;
    content: '';
    display: inline-block;
    width: 4em;
    height: 5em;
    background: url(/assets/img/special/enjoy_yorimichi/2025_summer/ill_01.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .illust_box1::after {
    position: absolute;
    top: 6.2em;
    right: -1em;
    content: '';
    display: inline-block;
    width: 4em;
    height: 5em;
    background: url(/assets/img/special/enjoy_yorimichi/2025_summer/ill_02.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .illust_box2::before {
    position: absolute;
    top: -3.3em;
    left: 0.5em;
    content: '';
    display: inline-block;
    width: 4.0em;
    height: 4.0em;
    background: url(/assets/img/special/enjoy_yorimichi/2025_summer/ill_03.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .illust_box2::after {
    position: absolute;
    top: 6.8em;
    right: 0em;
    content: '';
    display: inline-block;
    width: 3em;
    height: 3em;
    background: url(/assets/img/special/enjoy_yorimichi/2025_summer/ill_04.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  img.illusut_box3, img.illusut_box4, img.illusut_box5, img.illusut_box6 {
    position: absolute;
  }
  img.illusut_box3 {
    top: 90%;
    left: 0;
    width: 5.5em;
    opacity: .6;
  }
  img.illusut_box4 {
    top: 90%;
    right: 0;
    width: 5.5em;
    opacity: .6;
  }
  img.illusut_box5 {
    top: -27%;
    left: 0;
    width: 6em;
  }
  img.illusut_box6 {
    top: -27%;
    right: 0;
    width: 6em;
  }
  .logo_winter{
    position:relative;
    padding-top: 45px;
  }
  .logo_winter::after {
    position: absolute;
    top: -80%;
    right: 0%;
    content: '';
    display: inline-block;
    width: 5em;
    height: 5em;
    background: url(/assets/img/special/enjoy_yorimichi/winter/logo_winter.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .info_txt {
    margin-top: 20px;
  }
  .info_txt{
    margin-bottom: 55px;
  }
  .info_txt:last-of-type{
    margin-bottom: 0;
  }
  .info_txt_l {
    margin-bottom: 16px;
  }

  .info_txt_m{
    margin-bottom: 55px;
    padding-top: 15px;
    text-align: center;
  }

  .special_content_bg{
    background: url(/assets/img/special/enjoy_yorimichi/2025_summer/special_content_bg.jpg) repeat-y center top;
    padding-bottom: 70px;
    background-size: 100%;
    position: relative;
    overflow: hidden;
  }
  .info_thumb_s{
    text-align: center;
  }
  .info_thumb_01{
    width: 50%;
    padding-top:20px;
  }
  .info_thumb_02{
    width: 85%;
    padding-top:15px;
    padding-bottom:10px;
}
  .info_thumb_03{
    width: 100%;
    padding-top:15px;
  }
  .il_img {
    margin-top: 10px;
  }

 	/*-----------------------
	btn
	-------------------------*/
.btn_wrapper{
	display: flex;
	justify-content: center;
	margin:20px 0 30px 0;
}
.btn_wrapper_2{
	justify-content: center;
	margin-top:20px;
}
.btn_wrapper_3{
	justify-content: center;
	margin-top:20px;
	margin-bottom:30px;
}
.btn_wrapper_4 {
  justify-content: center;
	margin-top:20px;
}
.btn_insta_first{
	margin:20px 0 50px 0;
}
.btn_box{
	display:flex;
}
.btn  {
  color: #fff;
  text-align: center;
  /*background:#6eba44;*/
	/*background:#5cb736;*/
  background: #ed717b;
  padding: 10px 5px;
  position: relative; 
  margin-right: 1%;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.btn_orange  {
  background: #ff7f63;
}
.btn_blue  {
  background: #0071bc;
}
.btn_sub-color {
  background: var(--sub-color);
}
.btn a{
	display:block;
  padding: 0 36px;
}
.btn:hover{
  opacity:.75
}
.btn_2{
	width:70%;
}
.btn_3{
	width:70%;
}
.btn_4{
	width:50%;
}
.btn_5{
	width:70%;
}
.btn::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/*-----------------------
event_campaign
-------------------------*/
.ui-sliderWrap {
    max-width: 510px;
    margin: 0 auto;
}
.ec_area_name{
    padding-bottom: 3px;
    padding-top: 2px;
}
.ec_area_name:first-child{
    padding-top:10px;
}

h2 p.ttl{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: var(--ttl-color);
    /* text-shadow:
      2px 2px 0 #fff,
      -2px 2px 0 #fff,
      -2px -2px 0 #fff,
      2px -2px 0 #fff; */
}
.areattl {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin:  32px auto;
  align-items: center;
  position: relative;
}
.areattl::after {
  content: url(/assets/img/special/enjoy_yorimichi/2025_winter/ill_07.png);
  position: absolute;
  bottom: -35px;
  right: -52px;
}
.areattl img {
  width: 25%;
}
.areattl .h3-area p {
  font-size: 1.4rem;
  background-color: #8f032f;
  display: inline-block;
  color: #fff;
  padding: 0 12px;
  border-radius: 1.5rem;
}
.areattl .h3-area h3 {
  color: #494949;
  font-size: 3rem;
  margin-top: 4px;
}
.gourmet_bg2 h2 p.ttl{
    line-height: 1.1;
}
.section_ttl{
    padding-bottom: 10px;
}
.sub_ttl{
    font-size:1.5rem;
    padding-top:10px;
    font-weight:600;
    color: var(--ttl-color);
    /* text-shadow:
      1px 1px 0 #fff,
      -1px 1px 0 #fff,
      -1px -1px 0 #fff,
      1px -1px 0 #fff; */
}
.event_campaign_txt{
    margin-top:30px;
}
.h2_ec{
    margin-bottom:34px;
}
.item_list{
margin-bottom:28px;
}
 .item_list2{
padding-bottom:70px;
}
 .item_list3{
padding-bottom:70px;
}

.item_list:nth-child(even){
    margin-right:0;
}
.item_thumb{
margin: 0 auto;
overflow: hidden;
}
.item_thumb img{
    margin-bottom:8px;
    width:100%;
}
.item_name{
    font-size: 1.8rem;
    line-height: 1.3;
}
.item_txt{
    width:100%;
}
.area_name{
    font-size:1.2rem;
}
.area_name2{
    font-size:1.4rem;
}
.sp_item_exp {
    font-size: 1.4rem;
    padding-bottom: 10px;
}

.bg_pink{
    background-color:#FFFCE9;
}

.bg_orange{
    background-color:#FFF6E9;
}

.thumb_list{
    margin-bottom: 15px;
}
.thumb_list p {
    padding-top: 10px;
}
.thumb_list:nth-child(even){
    margin-right:0;
}
.thumb_list:last-child{
    margin-bottom: 0;
}
.thumb_list img{
    width:100%;
}
.menu_content__1 {
    width: 80%;
    margin: 0 auto;
	padding-bottom: 50px;
}

/*-----------------------
other
-------------------------*/
.other_box{
        background-color:transparent;
}
.other_bg{
	background: #FCFBF5;
}
.other_box{
    /*padding-top:40px;*/
    padding-bottom: 20px;
}
/*.other_box:last-child{
    padding-bottom:40px;
}*/
.other_txt{
  padding:0 20px;
	text-align: center;
}
.other_ttl{
  font-size:2.625rem;
  margin-bottom:30px;
  color:#696046;
  padding-top: 20px;
}

.other_01_bg.other_box{
  padding-bottom: 40px;
}
.c-col figcaption {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 8px;
}
.c-col figcaption a.c-link .txt-title {
  color: #2d720a;
}
.c-col figcaption .is-bold {
  font-weight: bold!important;
}
.c-col figcaption p {
  text-align: center;
}

/*-----------------------
insta
-------------------------*/
.sns_ttl{
    font-size:2.2rem;
    margin-bottom: 30px;
}
.img_insta{
    margin-top:20px;
    width:60px;
}
.sns_inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 10px 80px;
}
.sns_box{
    margin-bottom: 30px;
}
.sns_thumb{
    justify-content: space-around;
    margin: 0 auto;
    max-width: 200px;
    display:flex;
}
.sns_embed{
    display:flex;
    margin:0 auto;
    max-width:1000px;
}
.instagram{
    width:500px;
}

/*-----------------------
map
-------------------------*/
.cont_search_map {
    width: 100%;
    min-height: 590px;
    padding-bottom: 23px;
}
.contents .cont_event_view-outer{
    border:none;
}
.contents .cont_search_item {
  background: transparent;
  border-bottom: none;
}

/*-----------------------
gourmet全体
-------------------------*/
.gourmet-wrapper {
  margin-top: 32px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.gourmet-wrapper .period {
  font-size: 1.8rem;
  color: #ed717b;
  margin-top: 12px;
}
.gourmet-wrapper .road {
  font-size: 1.2rem;
  text-align: start;
  line-height: 22px;
}
.gourmet-wrapper .fairttl {
  font-size: 2.3rem;
  color: #696046;
  line-height: 1.4;
}
.more {
  text-align: end;
}
.more a {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 12px;
}
.more a:hover {
  opacity: .7;
}

/*-----------------------
gourmet　最初の
-------------------------*/
.gourmet {
  background: #fff;
  padding: 12px;
}
.gourmet .wrapper-01{
  display: flex;
  flex-direction: column;
}
.gourmet .wrapper-01 img {
  width: 100%;
}
.gourmet .wrapper-01 .txt-box {
  margin-top: 24px;
  text-align: center;
}
.gourmet .wrapper-01 .fairttl {
  font-size: 2.3rem;
  color: #696046;
  line-height: 1.4;
}
.gourmet .period {
  font-size: 1.8rem;
  color: #ed717b;
}
.gourmet .road {
  font-size: 1.2rem;
  text-align: start;
  line-height: 22px;
}
.gourmet .wrapper-02 {
  margin-top: 24px;
}
.gourmet .wrapper-02 ul li img {
  width: 100%;
}
.gourmet .wrapper-02 ul li + li {
  margin-top: 8px;
}

/*-----------------------
gourmet2
-------------------------*/
.gourmet2 {
  background: #fff;
  padding: 12px 12px 8px;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  display: flex;
  flex-direction: column;
}
.gourmet2 .wrapper-01 img {
  width: 100%;
}
.gourmet2 .wrapper-01 .txt-box {
  margin-top: 24px;
}
.gourmet2 .infobox {
  margin-bottom: 24px;
}
.gourmet2 .wrapper-02 {
  margin-top: auto;
}
.gourmet2 + .gourmet2 {
  /* margin-top: 24px; */
}
.gourmet2 .wrapper-02 img {
  width: 100%;
}



@media screen and (min-width: 350px){
	.about{
    min-width: 350px;
    max-width: 640px;
}
}

@media screen and (min-width: 415px){
	/*-----------------------
	movie
	-------------------------*/
  #movie{
	height:100vh;
	}
	
	@supports (-webkit-touch-callout: none) {
  #movie {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
  }

	#video {
    min-height: 100%;
    min-width: 100%;
  }
}
@media screen and (min-width: 460px){
  .areattl .h3-area h3 {
    font-size: 4rem;
  }
  .header_bg{
    background-image: url(/assets/img/special/enjoy_yorimichi/2025_summer/header_summer_bg__pc.jpg)!important;
    padding-top: 172px;
    background-position: top center;
  }
  .special_content_bg{
    /* background: url(/assets/img/special/enjoy_yorimichi/2025_summer/special_content_bg.jpg) repeat-y center top; */
    background-size: 100%;
  }
  .l-container .c-columns.col1to5,
  .l-container .c-columns.col1to7,
  .l-container .c-columns.col1to8 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .l-container .c-columns[class*="col1to"] > .c-col:first-of-type,
  .l-container .c-columns[class*="col1to"] > .c-col:nth-of-type(2) {
    margin-top: 0;
  }
  .l-container .c-columns.col1to5 > .c-col {
    width: 48%;
    margin-top: 0;
  }
  .l-container .c-columns.col1to7 > .c-col {
    width: calc((100% - 93px) / 3);
    margin-top: 24px;
  }
  .l-container .c-columns.col1to8 > .c-col {
    width: 22%;
    margin-top: 24px;
  }
}

@media screen and (min-width: 640px){
	/*-----------------------
	utility
	-------------------------*/
       .bnr_br_sp, .sp{
        display: none;
      }
      .bnr_br_pc, .pc{
        display: block;
      }
      .info_title2{
        font-size:3rem;
      }
	
	/*-----------------------
	header
	-------------------------*/
      h1{
	  font-size:3rem;
      }
      .header_logo {
      width: 130px;
      left: 8px;
      background: none;
      }
	/*-----------------------
	about
	-------------------------*/
    .about{
      min-width: 600px;
      padding:0;
      flex-direction: row;
      align-items: center;
    }
    .about_title{
      font-size:2.5rem;
      padding: 40px 0 30px 0;
    }
      .about_lead{
      font-size:1.6rem;
      /* color: #181818; */
      }

    .about_txt{
      text-align: left;
    }
    .about_thumb{
      max-width:150px;
      padding-right:4%;
    }

	/*-----------------------
	btn
	-------------------------*/
    .absolute{
    position:absolute;
      left: 10%;
      bottom: -10.5%;   
    width:80%;
    }
    .btn_wrapper_2{
        justify-content: flex-start;
    }
    .btn_wrapper_3{
        justify-content: flex-start;
    }
    .btn_wrapper_4{
      justify-content: flex-end;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
    }
    .btn_wrapper_5{
      justify-content: center;
    }
    .btn_2{
      width:53%;
    }
    .btn_4{
      width:20%;
    }
    .btn_5{
      width:43%;
    }
	
    
	/*-----------------------
	Special Content
	-------------------------*/
	.info_box{
		margin:0 auto;
	}
  .info_list{
    display:flex;
    padding-top:50px;
  }
  .info_list:nth-child(even){
      flex-direction: row-reverse;
  }
  .info_col1to2 {
    display: flex;
    justify-content: space-between;
  }
  .info_col1to2_item {
    margin-bottom: 0;
    width: 49%;
  }
	
	/*-----------------------
	Special Contentのイラストなど
	-------------------------*/	
  .illust_box1::before {
    top: 1em;
    left: -8em;
    width: 6em;
    height: 6em;
  }
  .illust_box1::after {
    top: 1em;
    right: -8em;
    width: 6em;
    height: 6em;
  }
.illust_box2::before {
  top: 0.5em;
  left: -8em;
  width: 6em;
  height: 6em;
}
.illust_box2::after {
  top: 1.2em;
  right: -8em;
  width: 5.2em;
  height: 5.2em;
}
img.illusut_box3 {
    top: 59%;
    left: 17px;
    width: 8em;
}
img.illusut_box4 {
    top: 59%;
    right: 17px;
	  width: 8em;
}
img.illusut_box5 {
    top: 0%;
    left: 0;
	/* width:7em; */
}
img.illusut_box6 {
    top: 0%;
    right: 0;
	/* width:7em; */
}
	.info_thumb_s {
    display: flex;
	height: auto;
    align-items: flex-start;
}
	.info_thumb_01{
    width: 60%;
    padding-right: 5%;
    padding-top:0;
	}
    .info_thumb_02{
    width: 35%;
    padding-top:0;
	}
    .txt_largest{
    padding-bottom:0;
    }

  .gourmet-wrapper {
    margin-top: 0;
  }
	
/*-----------------------
info_limited
-------------------------*/
  .info_list_s{
      display: flex;
      }
	
	.info_txt_s{
        width: calc(100% - ( 26% + 30px) );
    }
	.info_thumb_s{
		width: 26%;
		margin-right:30px;
	}
		.info_thumb_s img{
        width:100%;
		margin:0;
	}

	/*-----------------------
	event_campaign
	-------------------------*/

	.ec_area_name{
    font-size: 1.7rem;
    /*text-align: center;*/
	text-align: left;
	padding-bottom:10px;
	padding-top:5px;
	}

	.event_campaign_txt{
          margin-top:0;
      }
	.item_outer{
		padding-bottom:30px;
	}

    .item_list{
    max-width: 800px;
    margin-right: 2%;
    }

	.item_list:nth-child(even){
	margin-right:2%;
}
    .item_list:nth-of-type(3n){
	margin-right:0;
}
    .item_list2{
    width: 47.5%;
    max-width: 560px;
    margin-right: 5%;
    }
     .item_list3{
    width: 45%;
    max-width: 400px;
    margin-right: 15%;
    }
     .item_list2:nth-of-type(2n), .item_list3:nth-of-type(2n){
	margin-right:0;
	}

    .thumb_box{
        display:flex;
        flex-wrap: wrap;
    }
    .box_center{
        justify-content: center;
    }
    .thumb_list{
        width: 32%;
        margin-right: 2%;
        margin-bottom:0;
    }

	.thumb_list:nth-child(even) {
     margin-right: 2%; 
    }
    .thumb_list:nth-child(3n) {
     margin-right: 0; 
    }
	.thumb_list:nth-of-type(4),.thumb_list:nth-of-type(5),.thumb_list:nth-of-type(6),.thumb_list:nth-of-type(7),.thumb_list:nth-of-type(8),.thumb_list:nth-of-type(9){
		padding-top:20px;
	}
	
	.menu_green{
	top:-7%;
  }
  .menu_green2{
    top:-7%;
  }
  .menu_yellow{
      top:-7%;
  }
  .menu_blue{
      top:-7%;
  }	
	.menu_box {
    display: flex;
    grid-gap: 15px 12px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
	margin-top:20px;
  }
	.menu_frame{
        margin-bottom: 70px;
	}
    .menu_frame:last-of-type{
        margin-bottom: 30px;
	}
	.menu_content__1{
		grid-column: 1 / 3;
        grid-row: 1 / 2;
		width: 40%;
		padding-bottom:0;
	}
	.menu_list{
    width: calc(100% - ( 40% + 2%) );
    margin-left: 2%;
	}
	.menu_content__2 {
    grid-column: 1/2;
    grid-row: 2;
	margin:0;
	display: flex;
    }
    .content__2_1 {
    width: 50%;
	padding-bottom:0;
}
	.content__2_2 {
    width: calc(100% - ( 50% + 4%) );
    margin-left: 4%;
}
	.contents_grid__3 {
    grid-column: 2/2;
    grid-row: 2;
	margin:0;
    }
	.contents_grid__4 {
    grid-column: 1/1;
    grid-row: 3;
	margin:0;
    }
	.contents_grid__5 {
    grid-column: 2/2;
    grid-row: 3;
	margin:0;
    }
	.contents_grid__6 {
    grid-column: 1/1;
    grid-row: 4;
	margin:0;
    }
    .contents_grid__7 {
    grid-column: 2/2;
    grid-row: 4;
	margin:0;
    }
    .contents_grid__8 {
    grid-column: 1/1;
    grid-row: 5;
	margin:0;
    }
    .contents_grid__9 {
    grid-column: 2/2;
    grid-row: 5;
	margin:0;
    }
	.menu_content__2{
    margin-top: 7px;
	}
	.menu_content__2 img{
    margin: 0 0 10px 0;
    }
	
/*-----------------------
Other
-------------------------*/	
.other_box{
	display:flex;
    }
.other_box:nth-child(even){
	flex-direction: row-reverse;
    }	
	.other_box:last-child{
    padding-bottom:40px;
}
	.other_txt{
    margin-top:4%;
	width: calc(100% - ( 51.3% + 50px) );
	text-align: left;
    }
	.other_ttl{
		padding-top:0;
	}
	.other_thumb{
	width: 51.3%;
	margin-right: 10px;
	text-align:right;	
	}
	.other_thumb img{
		padding-right: 20px;
	}
  /*-----------------------
  余白
  -------------------------*/	
  .c-w100 {
    width: 100% !important;
  }
  .c-mr0 {
    margin-right: 0 !important;
  }
  .c-mt0 {
    margin-top: 0 !important;
  }
  .c-mb48 {
    margin-bottom: 48px !important;
  }
  /*-----------------------
  Event Campaign メニューエリア
  -------------------------*/	
  .areattl {
    width: 370px;
    margin-top: 80px;
  }
  .areattl::after {
    bottom: -22px;
    right: -73px;
  }
}
@media screen and (min-width: 740px){
  /* .illust_box1::before {
    left: -5.8em;
    width: 4.5em;
    height: 6.5em;
    top: 2em;
  }
  .illust_box1::after {
    right: -8em;
    top: 0em;
    width: 5em;
    height: 5em;
  } */
}

@media screen and (max-width:767px) {
    li.category .box{
    margin:0 auto;
	margin-top:20px;
    }
  }

@media screen and (min-width: 768px){
    .c-roundbox {
	padding:48px 34px;
    border-radius: 0 0 64px 0;
    }
	.c-roundbox2 {
	padding:0;
    }
	/*-----------------------
	about
	-------------------------*/
	.about{
	}
    .about_thumb{
    padding-right: 4%;
	}

	.about_txt{
		text-align: left;
	}
	/*-----------------------
	event_campaign
	-------------------------*/
	.item_outer{
		padding-bottom:50px;
	}
	.menu_box {
    grid-gap: 45px 20px;
    -ms-grid-columns: 40% 20px 60%;
	grid-template-columns: 40% 60%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
	.menu_frame{
		padding: 1.2em 1.2em 0 1.2em;
	}
	.menu_content__1{
		grid-column: 1/2;
        grid-row: 1/3;
	}
	.menu_content__2 {
    grid-column: 2/3;
    grid-row: 1;
	margin:0;
	display: flex;
    }
	.content__2_1 {
    width: 40%;
}
	.content__2_2 {
    width: calc(100% - ( 40% + 3.5%) );
    margin-left: 3.5%;
}
	.ui-sliderWrap {
    max-width: 300px;
}
	.contents_grid__3 {
    grid-column: 3/3;
    grid-row: 1;
	margin:0;
    }
	.contents_grid__4 {
    grid-column: 2/3;
    grid-row: 2;
	margin:0;
    }
	.contents_grid__5 {
    grid-column: 3/3;
    grid-row: 2;
	margin:0;
    }
	.contents_grid__6 {
    grid-column: 2/3;
    grid-row: 3;
	margin:0;
    }
    .contents_grid__7 {
    grid-column: 3/3;
    grid-row: 3;
	margin:0;
    }
    .contents_grid__8 {
    grid-column: 2/3;
    grid-row: 4;
	margin:0;
    }
    .contents_grid__9 {
    grid-column: 3/3;
    grid-row: 4;
	margin:0;
    }
	.menu_content__2 img{
    margin: 0 0 10px 0;
    }
	
	/*-----------------------
	other
	-------------------------*/	
	.other_box{
	padding-top:40px;
	padding-bottom:30px;
    }
  /*-----------------------
  gourmet全体
  -------------------------*/
  .gourmet-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gourmet-wrapper .period {
    margin-top: 24px;
  }
  .gourmet-wrapper .fairttl {
    font-size: 2.2rem;
  }

  /*-----------------------
  gourmet
  -------------------------*/
  .gourmet {
    padding: 40px;
  }
  .gourmet .wrapper-01 {
    display: grid;
    grid-template-columns: 1fr 40px 4fr;
  }
  .gourmet .wrapper-01 .txt-box {
    grid-column: 3;
    margin-top: 0;
    text-align: start;
  } 
  .gourmet .wrapper-02 {
    margin-top: 32px;
  }
  .gourmet .wrapper-02 ul li + li {
    margin-top: 0px;
  }
  .gourmet .wrapper-02 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 24px;
  }
  .c-roundbox.bg-deepblue {
    padding: 48px;
  }
  .c-roundbox.bg-deepgreen {
    padding: 48px;
  }
  .c-roundbox.bg-orangepink {
    padding: 48px;
  }
  .c-roundbox.bg-deepyellow {
    padding: 48px;
  }
  /*-----------------------
  gourmet2
  -------------------------*/
  .gourmet-wrapper .gourmet2 {
    width: 48%;
  }
  .gourmet2 {
    padding: 32px 32px 8px;
  }
  .gourmet2 .wrapper-01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gourmet2 .wrapper-01 .img-box {
    width: 35%;
  }
  .gourmet2 .wrapper-01 .txt-box {
    width: 60%;
    margin-top: 0;
  }
  .l-container .c-columns[class*="col1to"] > .c-col + .c-col {
    margin-top: 0;
  }
  .l-container .c-columns.col1to5 > .c-col {
    width: 18%;
    margin-left: 0;
  }
  .l-container .c-columns.col1to7 > .c-col {
    width: calc((100% - 93px) / 7);
    margin-top: 0;
  }
  .l-container .c-columns.col1to8 > .c-col {
    width: 11%;
    margin-top: 0;
  }
  .c-col figcaption {
    font-size: 14px;
  }
}

@media screen and (min-width: 960px){
	/*-----------------------
	common
	-------------------------*/
    .br_sp{
        display: none;
    }
    .br_pc{
        display: block;
    }
	h1{
		font-size:4rem;
	}

	/*-----------------------
	navigation
	-------------------------*/
    .nav_logo {
        position: static;
		width:400px;
       z-index: 11;
		margin: auto 0;
    }
    .btn_nav {
		display: none;
	}

	.navigation__pc {
		position: absolute;
		bottom:0;
		left: 0;
		width: 100%;
		height:86px;
		background-color: rgba(255,255,255,0.8);
		z-index: 11;
	}
	.nav_wrapper__pc{
		display: flex;
		justify-content: space-between;
		max-width: 1140px;
		margin: 0 auto;
		padding: 0 20px;
	}
    .nav_menu__wrapper__pc{
		display: flex;
        flex-direction: inherit;
        position: static;
		top: 0;
		right: 40px;
		width: auto;
		height: auto;
        background-color: transparent;
    }

	.nav_menu__pc {
		display: flex;
		flex-direction: inherit;
		margin: 0 auto;
    }
	.nav_menu__pc > li{
		display: inline-block;
		position: relative;
		padding: 10.5px 20px 10.5px 0;
		cursor: pointer;
	}

	.nav_menutitle__pc img{
		display: block;
		margin: auto;
        width:40.5px;
		height: auto;
	}
	.nav_menutitle__pc2 img{
		display: block;
		margin: auto;
		width:42.5px;
		height: auto;
		margin-top: 5px;
	}
    .nav_menu__pc > li:nth-of-type(2){
        padding: 10.5px 30px 10.5px 0;
    }
	.nav_menutitle__pc span{
		font-size: 1.4rem;
		font-family: 'Lato', sans-serif;
		font-weight:700;
	}

	.nav_menu__pc > li > ul{
		display: none;
	}
	.nav_menu__pc > li:hover ul{
		display: block;
		position: absolute;
		padding: 0;
		margin: 0;
		top: 96px;
		left: 0;
		list-style-type: none;
		background-color: #fff;
		box-shadow: 0 1px 8px rgb(0 0 0 / 5%);
	}
	.nav_menu__child__pc li{
		font-size: 1.5rem;
		padding: 10px 8px;
		border-top: 1px solid #d9d9d9;
		transition: .3s;
	}
	.nav_menu__child__pc li a{
		display: block;
		width: 100%;
	}
	.nav_menu__child__pc li:hover{
		background-color: #c3c3c3;
	}


	/*-----------------------
	btn
	-------------------------*/
	.btn_3{
	width:70%;
	}
    /*-----------------------
	about
	-------------------------*/
	.about_title{
	font-size:2.8rem;
	white-space: nowrap;
	}
	.about_lead{
	font-size:1.85rem;
    white-space: nowrap;
	}
    .about{
    min-width:960px;
	}
    .about_thumb{
    max-width: 200px;
    height: auto;
	width:200px;
    }
	/*-----------------------
	Special Contentイラストなど
	-------------------------*/
    img.illusut_box3 {
      top: 45%;
      left: 6px;
      width: 9em;
    }
    img.illusut_box4 {
      top: 45%;
      right: 6px;
      width: 9em;
    }
    img.illusut_box5 {
    top: 0%;
    left: 50px;
    /* width: 10em; */
    }
    img.illusut_box6 {
    top: 0%;
    right: 50px;
    /* width: 10em; */
    }
	.logo_winter::after {
    top: -250%;
    right: 0%;
    }
	.info_title{
		padding-top18px;
		margin-bottom:10px;
	}

	/*-----------------------
	gourmet_information
	-------------------------*/	
	h3{
      font-size:2.8rem;
    }
		li.category .txt .comment{
        font-size:1.6rem;
    }
	li.category .box p {
        font-size:1.6rem;
    }
	
	/*-----------------------
	Event_Campaign
	-------------------------*/	
	.thumb_list{
	width: 18.4%;
    }
	.thumb_list:nth-child(3n) {
     margin-right: 2%; 
    }
	.thumb_list:nth-of-type(5){
    margin-right: 0;
    }
    .thumb_list:last-child{
		margin-right:0;
    }
    .thumb_list:nth-of-type(4),.thumb_list:nth-of-type(5),.thumb_list:nth-of-type(6),.thumb_list:nth-of-type(7),.thumb_list:nth-of-type(8),.thumb_list:nth-of-type(9){
    padding-top:0;
    }
    .contents_grid {
    -ms-grid-columns: 1fr 20px 2fr;
	grid-template-columns: 1fr 2fr;
}
	
	/*-----------------------
	Other
	-------------------------*/	
    .other_txt{
    margin-top:6%;
}
}

.l-container .ui-modalWrap .ui-modalblock {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}