@charset "utf-8";

/* ******************************************
	General
****************************************** */
html {
	padding-top: 120px;
}
main {
	padding-bottom: 0;
}

@media screen and (max-width:600px) {
	html {
		padding-top: 85px;
	}
}


/* *******************
	top_slider
******************* */
#top_slider {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/* overflow: hidden; */
}

#top_slider .slider {
	width: 100%;
	height: auto;
	line-height: 0.1em;
}
#top_slider .slider img {
	width: 100%;
}
#top_slider .screen {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.3);
	mix-blend-mode: multiply;
}

#top_slider .top_logo {
	position: absolute;
	left: 80px;
	top: 80px;
}
#top_slider .top_logo img {
	position: absolute;
	width: 60px;
	bottom: -50px;
}


@media screen and (min-width:1400px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}


/* *******************
	top_flyer
******************* */
#top_flyer {}
#top_flyer .flyer {
	width: calc(90% - 100px);
	margin: 0 auto;
}
#top_flyer .flyer .slick-list {
  margin: 0 -15px;
}
#top_flyer .flyer .slick-slide {
  margin: 0 15px;
}
#top_flyer .flyer .item picture {
	border: 2px solid #f8dc4a;
	border-radius: 15px;
	aspect-ratio: 9/14;
}
#top_flyer .flyer .item picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
#top_flyer .flyer .item p {
	text-align: left;
	margin-top: 5px;
}
#top_flyer .flyer .item p small {
	display: block;
	font-size: 0.75em;
	line-height: 1.2em;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}


/* *******************
	top_event
******************* */
#top_event {
	background-color: #fdfdfd;
	position: relative;
	padding-bottom: 150px;
}
#top_event .event {
	width: calc(90% - 100px);
	margin: 0 auto;
}
#top_event .event .slick-list {
  margin: 0 -7px;
}
#top_event .event .slick-slide {
  margin: 0 7px;
}
#top_event .event .item picture {
	border: 2px solid #f8dc4a;
	border-radius: 15px;
	aspect-ratio: 9/13;
/* 	aspect-ratio: 16/9; */
}
#top_event .event .item picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
#top_event .event .item p {
	text-align: left;
	margin-top: 5px;
}
#top_event .ashirai_1 {
	width: 122px;
	height: 122px;
	border-radius: 50%;
	background-color: rgba(255,0,0,0.42);
	position: absolute;
	top: -60px;
	left: 3%;
}
#top_event .ashirai_2 {
	width: 61px;
	height: 61px;
	border-radius: 50%;
	background-color: rgba(255,0,0,0.42);
	position: absolute;
	top: 15px;
	right: calc(0.5% + 100px);
}
#top_event .ashirai_3 {
	width: 122px;
	height: 122px;
	border-radius: 50%;
	background-color: rgba(248,243,239,1);
	position: absolute;
	top: 50px;
	right: -1%;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#top_event .ashirai_1 {
		width: 60px;
		height: 60px;
	}
	#top_event .ashirai_2 {
		width: 30px;
		height: 30px;
	}
	#top_event .ashirai_3 {
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width:450px) {
}




/* *******************
	top_shopguide
******************* */
#top_shopguide {
	background-image: url(../images/index/guide_bk.png);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f8f3ef;
	position: relative;
	padding-bottom: 50px;
}
#top_shopguide h2 {
	margin-top: 5vh;
}



#top_shopguide .ashirai_1 {
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background-color: rgba(255,0,0,0.42);
	position: absolute;
	top: -70px;
	left: 6%;
}
#top_shopguide .ashirai_2 {
	width: 170px;
	max-width: 170px;
	height: 280px;
	position: absolute;
	top: -150px;
	right: 5%;
	background-image: url(../images/index/guide_ashirai.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#top_shopguide .ashirai_1 {
		width: 70px;
		height: 70px;
	}
	#top_shopguide .ashirai_2 {
		width: 20%;
	}
}
@media screen and (max-width:450px) {
}




/* ******************************************
	top_shopguide
****************************************** */
#top_shopguide {
  position: relative;
}

/*タブ切り替え全体のスタイル*/
#top_shopguide .tabs {
  margin: 0 auto;
}
#top_shopguide .tab_item {
  width: calc(100%/4);
  font-size: 24px;
  text-align: center;
  color: #313332;
  float: left;
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  transition: all 0.2s ease;
}
#top_shopguide .tab_item::before {
	content: '';
	width: 23px;
	height: 23px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
  padding-right: 23px;
  margin-right: 5px;
}
#top_shopguide .tab_item.fashion::before {
	background-image: url(../images/common/ico-fashion.svg);
}
#top_shopguide .tab_item.food::before {
	background-image: url(../images/common/ico-food.svg);
}
#top_shopguide .tab_item.interior::before {
	background-image: url(../images/common/ico-interior.svg);
}
#top_shopguide .tab_item.service::before {
	padding-right: 40px;
	background-image: url(../images/common/ico-service.svg);
}

#top_shopguide .tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 60px 0 0;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #b88f63;
}

/*選択されているタブのコンテンツのみを表示*/
#radioA:checked ~ #content_fashion,
#radioB:checked ~ #content_food,
#radioC:checked ~ #content_interior,
#radioD:checked ~ #content_service {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input + .tab_item {
  color: #313332;
  border-bottom: 5px solid #f8f3ef;
}
.tabs input:checked + .tab_item {
  border-bottom: 5px solid #b88f63;
}

@media screen and (max-width:1024px) {
  #shopguide .tab_item {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  #top_shopguide .tab_item {
    width: calc(100%/2);
    padding-top: 10px;
    margin-top: 2px;
    background-color: #fcfaf8;
  }
  .tabs input + .tab_item {
    border-bottom: 5px solid #fcfaf8;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:400px) {
  #top_shopguide .tab_item {
    width: 100%;
  }
}




#top_shopguide .tab_content ul {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#top_shopguide .tab_content ul li {
	width: calc(30% - 2px);
	margin-right: 5%;
	margin-bottom: 30px;
}
#top_shopguide .tab_content ul li:nth-child(3n) {
	margin-right: 0;
}
#top_shopguide .tab_content ul li a {
}
#top_shopguide .tab_content ul li h3 {
  color: #313332;
  text-align: left;
  font-size: 21px;
}
#top_shopguide .tab_content ul li picture {
	border: 2px solid #dedede;
	border-radius: 15px;
  background-color: #fff;
	aspect-ratio: 6/4;
  margin-bottom: 8px;
}
#top_shopguide .tab_content ul li picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 15px;
}
#top_shopguide .tab_content ul li p {
	text-align: left;
	margin-top: 5px;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#top_shopguide .tab_content ul li {
		width: 48%;
		margin-right: 2%;
    margin-bottom: 10px;
	}
	#top_shopguide .tab_content ul li:nth-child(3n) {
		margin-right: 2%;
	}
	#top_shopguide .tab_content ul li:nth-child(2n) {
		margin-right: 0;
	}
  #top_shopguide .tab_content ul li h3 {
    font-size: 18px;
  }
}
@media screen and (max-width:400px) {
	#top_shopguide .tab_content ul li {
		width: calc(100% - 4px);
		margin-right: 0;
	}
}






/* *******************
	top_info
******************* */
#top_info {
	background-image: url(../images/index/info_bk.png);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fdfdfd;
	position: relative;
}
#top_info h2 {
	margin-top: 25vh;
}
#top_info ul {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#top_info ul li {
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 20px;
}
#top_info ul li:nth-child(4n) {
	margin-right: 0;
}
#top_info ul li a {
}
#top_info ul li picture {
	border: 2px solid #f8dc4a;
	border-radius: 15px;
	aspect-ratio: 16/9;
}
#top_info ul li picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
#top_info ul li p {
	text-align: left;
	margin-top: 5px;
}
#top_info .ashirai_1 {
	width: 230px;
	max-width: 230px;
	height: 350px;
	position: absolute;
	top: -50px;
	left: 5%;
	background-image: url(../images/index/info_ashirai.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#top_info ul li {
		width: 32%;
		margin-right: 2%;
	}
	#top_info ul li:nth-child(4n) {
		margin-right: 2%;
	}
	#top_info ul li:nth-child(3n) {
		margin-right: 0;
	}
	#top_info .ashirai_1 {
		width: 180px;
		height: 180px;
	}

}
@media screen and (max-width:450px) {
	#top_info ul li {
		width: 48%;
		margin-right: 2%;
	}
	#top_info ul li:nth-child(3n) {
		margin-right: 2%;
	}
	#top_info ul li:nth-child(2n) {
		margin-right: 0;
	}
}



/* *******************
	top_map
******************* */
#top_map {
	background-color: #f8f3ef;
	padding-bottom: 200px;
}
#top_map h3 {
	margin-bottom: 80px;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}