@charset "UTF-8";


/*
汎用
タイトル・導入
商品リスト
予約受付
販売店舗
バナー
*/


/* 汎用 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

}

@media print, screen and (min-width: 768px) {

	.ItemList_Notice_List li::before,
	.ItemList_ShopList_List li::before {
	top: 0.75rem !important;
	}

}


/* タイトル・導入 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.ItemList_TitleUnit {
	padding-bottom: 0;
	border-bottom: none;
	}
	
	.ItemList_TitleUnit_Photo {
	margin-top: 2rem;
	}

	.ItemList_TitleUnit_Lead {
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 2;
	}

	.ItemList_TitleUnit_Lead2 {
	margin-top: 2rem;
	}
	
}

@media print, screen and (min-width: 768px) {

	.ItemList_TitleUnit {
	display: flex;
	padding-bottom: 0;
	border-bottom: none;
	}

	.ItemList_TitleUnit_Photo {
	width: 56rem;
	}

	.ItemList_TitleUnit_LeadUnit {
	flex: 1;
	padding-left: 4rem;
	}

	.ItemList_TitleUnit_Lead {
	margin-top: 2.4rem;
	font-size: 1.5rem;
	line-height: 2;
	}

	.ItemList_TitleUnit_Lead2 {
	margin-top: 2rem;
	}

}


/* 商品リスト --------------------------------------------------- */

.Item_Lead {
font-weight: 400;
}

@media only screen and (max-width: 767px) {

	.ItemList_List_Wrap {
	margin-top: 2rem;
	}

	.ItemList_List {
	grid-template-columns: repeat(1, 1fr);
	}

    .Item_Lead {
	margin-top: 1rem;
	font-size: 1.3rem;
	line-height: 1.8;
    }

}

@media print, screen and (min-width: 768px) {

	.ItemList_List_Wrap {
	margin-top: 6rem;
	}

	.ItemList_List {
	grid-template-columns: repeat(4, 1fr);
	}

    .Item_Lead {
	font-size: 1.3rem;
    }

}


/* 予約受付 --------------------------------------------------- */

.ItemList_Notice {
border: 1px dashed var(--base-deep);
}

@media only screen and (max-width: 767px) {

	.ItemList_Notice {
	margin-top: 3.2rem;
	padding: 2.4rem;
	}

	.ItemList_Notice_Mds {
	font-size: 1.6rem;
	}

	.ItemList_Notice_List {
	margin-top: 1.2rem;
	}

}

@media print, screen and (min-width: 768px) {

	.ItemList_Notice {
	margin-top: 6rem;
	padding: 3rem;
	}

	.ItemList_Notice_Mds {
	font-size: 1.8rem;
	}

}


/* 販売店舗 --------------------------------------------------- */

.ItemList_ShopList {
border-top: 1px solid var(--base-middle);
}

@media only screen and (max-width: 767px) {

	.ItemList_ShopList {
	margin-top: 3.2rem;
	padding-top: 1.6rem;
	}

	.ItemList_ShopList_MdsMain {
	font-size: 2rem;
	}

	.ItemList_ShopList_MdsSub {
	margin-top: 1.8rem;
	font-size: 1.6rem;
	}

	.ItemList_ShopList_Notice {
	margin-top: 2.4rem;
	}

}

@media print, screen and (min-width: 768px) {

	.ItemList_ShopList {
	margin-top: 6rem;
	padding-top: 1.6rem;
	}

	.ItemList_ShopList_MdsSub {
	margin-top: 2.4rem;
	}

	.ItemList_ShopList_Notice {
	margin-top: 3.2rem;
	}

}


/* バナー --------------------------------------------------- */

@media only screen and (max-width: 767px) {

    .ItemList_BannersWrap {
	margin-top: 6rem;
    }

    .ItemList_Banners li {
	margin-top: 2rem;
    }

}

@media print, screen and (min-width: 768px) {

   .ItemList_BannersWrap {
	margin-top: 8rem;
    }

    .ItemList_Banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
	max-width: 96rem;
    margin: 0 auto;
    }

}


