@charset "utf-8";

/*/////////////////////////////////////////////////

TOP

////////////////////////////////////////////////*/

div.search{
	margin:0px auto 30px auto;
	padding:0px 0px 0px 0px;
	width:600px;
	}

div.shopnews{
	margin:0px auto 30px auto;
	padding:0px 0px 0px 0px;
	width:640px;
	}

div.event{
	margin:0px auto 30px auto;
	padding:0px 0px 0px 0px;
	width:640px;
	}

div.news{
	margin:0px auto 30px auto;
	padding:0px 0px 0px 0px;
	width:640px;
	}

div.pickup{
	margin:0px auto 30px auto;
	padding:0px 0px 0px 0px;
	width:640px;
	}

ul.pick{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:620px;
	clear:both;
	overflow:hidden
	}

ul.pick li{
	margin:0px 0px 0px 0px;
	padding:0px 9px 16px 9px;
	width:291px;
	float:left;
	}

ul.pick2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:640px;
	}

ul.pick2 li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 16px 0px;
	width:640px;
	}
	
	

.flexslider{
	width:640px !important;	
	margin:0px 0px 40px 0px !important;	
}

.ico-new{
	vertical-align: middle;
}

.box{
	clear:both;
	border-bottom:1px #ccc dotted;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	overflow:auto;
}

.box .box_image{
	float:left;
	margin:0px 20px 20px 0px;
}

.box h3{
	font-size:1.2em;
	margin:0px 0px 10px 0px;
}

.box .box_image img{
	border:1px #ccc solid;
}

.box a:hover{
	text-decoration:none;	
}

.box dl{
	float:right;
	width:410px;
	word-break: break-all;
}

.section{
	margin:0px 10px 20px 10px;
}

.news{
	
}
.news dl{
	
}
.news dl dt{
	float:left;
	width:140px;
	padding:0px 0px 12px 20px;
	margin:0px 0px 12px 0px;
}
.news dl dd{
	border-bottom:1px #ccc dotted;
	padding:0px 0px 12px 0px;
	margin:0px 0px 12px 0px;
}

.news dl dd a{
	display:block;	
	text-decoration:underline;
}
.news dl dd a:hover{
	text-decoration:none;
}
.sunpark40th_banner_wrap{
	display: flex;
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
.sunpark40th_banner{
	max-width: 640px;
}
.foodway_banner_wrap{
	display: flex;
	width: 100%;
	max-width: 620px;
	justify-content: space-between;
	margin: 0 auto 30px;
	text-align: center;
}

.shop_info_12{
	width: 600px;
	margin: 0 auto 20px;
}
.shop_info_12_ttl{
	text-align: center;
	margin-bottom: 1.5em;
}
.shop_info_12_ttl img{
	width: 60%;
	height: auto;
}
.shop_icon_list_wrap{
	width: 600px;
	height: auto;
	display: flex;
	/*margin: 0 auto 40px;*/
}
.shop_icon_list{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shop_icon_list_items,
.shop_icon_list_items a,
.shop_icon_list_items img{
	width: calc(525px / 6);
    height: calc(525px / 6);
    aspect-ratio: 1 / 1;
}
.shop_icon_list_items img{
	object-fit: cover;
	box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.3);
}
.shop_icon_list_items{
	display: flex;
	position: relative;
}
.shop_icon_list_items span {
    width: 7.5em;
    height: auto;
    color: #000;
	font-size: 13px;
    font-weight: bold;
    position: absolute;
	text-align: center;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    /*text-shadow: 1px 2px 3px #2d2a2a;*/
}

/*//////////////////////////////////////
ループスライダーここから
///////////////////////////////////////*/

/* 202404追加 */
.flexslider_wrap {
	overflow: hidden;
	width: 600px!important;
	min-height: 315px;
	margin-inline: auto!important;;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.flexslider_wrap .flexslider {
	margin-left: auto!important;
	margin-right: auto!important;
	max-width: 514px;
	width: 514px!important;
	background: none!important;
	box-sizing: border-box;
	float: none;
} 
.flexslider_wrap .flexslider .flex-viewport {
	overflow: visible!important;
}

.flexslider .slides > li {
	box-sizing: border-box;
}

.flexslider .slides img{
	margin-inline: 7px!important;
	width: 500px;
	/* min-height: 300px; */
	/* width: 100%; */
  height: 282px;
  object-fit: cover;
/* 画像の比率 width / height */
  /* aspect-ratio: 400 / 380; */
}

.flex-direction-nav .flex-prev {
	left: -20px!important;
}

.flex-direction-nav .flex-next {
	background-position: -40px 0!important;
	right: -20px!important;
}

.flex-control-nav {
	display: block!important;
	left: 50%!important;
	transform: translateX(-50%);
	bottom: -29px!important;
}

.flex-control-nav li{
	margin-left: 16px!important;
}

.flex-control-nav a{
	background-image: url(../../js/flexslider/theme/bg_control_nav_gray.png)!important;
	/* background-image: url(../js/flexslider/theme/bg_control_nav_yellow.png)!important; */
	/* background-image: url(../js/flexslider/theme/bg_control_nav_red.png)!important; */
}

/*//////////////////////////////////////
ループスライダーここまで
///////////////////////////////////////*/

/*//////////////////////////////////////
youtube埋め込みここから
///////////////////////////////////////*/

.movie_area {
  width: 600px;
	margin: 0 0 40px 20px;
	background-image: url(../../img/top/youtube_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.movie{
	width: 455px;
	aspect-ratio: 16 / 9;
}
.movie_area_ttl{
	text-align: center;
	margin-bottom: 1.5em;
}

.movie_area iframe {
  width: 100%;
  height: 100%;
}


/*//////////////////////////////////////
youtube埋め込みここまで
///////////////////////////////////////*/


.limited_banner_wrap {
    display: flex;
    max-width: 640px;
    justify-content: space-between;
    margin-bottom: 30px;
}
.limited_banner_wrap a,
.limited_banner_wrap a img{
	width: auto;
	height: 183px;
}
.limited_banner_wrap .c_s {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    background: #969696;
    color: #d5d7d4;
    font-size: 1.5em;
	text-decoration: none;
	cursor: pointer;
}

.eventspace_top_bnr{
	text-align: center;
}

.eventspace_top_bnr img{
	max-width: 600px;
	height: auto;
	box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.3);
}