@charset "utf-8";

.autumn .target {
	background-color: #F9F0E1;
	background-image: url(/pages/autumn/img/bg_top.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
}

/* event */
.autumn .target .event {
	padding-top: 10rem;
}
.autumn .event .box {
	padding: 5rem;
	background-color: #fff;
	background-image: url(/pages/autumn/img/top_bg_conts_event.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 1rem;
	box-shadow: 6px 8px 3px 0px rgba(93, 42, 38, 0.2);
}
.autumn .event h2{
	display: flex;
	margin-bottom: 3rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.autumn .event h2 img {
	margin: 0 auto;
	max-width: 47.6rem;
}
.autumn .event .lead {
	margin-top: 1.5rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3.2rem;
}
.autumn .event .wrap {
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.autumn .event .wrap.eventWrap {
	margin: 0 auto;
	max-width: 830px;
	flex-wrap: nowrap;
	align-items: center;
}
.autumn .event .wrap.eventWrap .event_txt{
	margin-right: 3rem;
}
.autumn .event .wrap.eventWrap img {
	max-width: 400px;
}
.autumn .event .wrap.eventWrap .event_txt .btnMore a{
	background-color: #4D61A4;
}
@media screen and (max-width: 768px) {
	.autumn .target .event {
		padding-top: 5rem;
	}
	.autumn .event .box {
		padding: 3rem 2rem;
		border-radius: 1rem;
		box-shadow: 6px 8px 3px 0px rgba(93, 42, 38, 0.2);
	}
	.autumn .event h2{
		margin-bottom: 2rem;
	}
	.autumn .event h2 img {
		width: 100%;
	}
	.autumn .event .lead {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.autumn .event .wrap.eventWrap {
		flex-wrap: wrap-reverse;
		gap: 2rem 0;
		background: none;
		min-height: 100%;
	}
	.autumn .event .wrap.eventWrap img{
		width: 100%;
	}
	.autumn .event .wrap.eventWrap p:first-child{
		margin: auto;
		width: 100%;
	}
	.autumn .event .wrap.eventWrap .event_txt{
		margin: auto;
	}
}

/* gourmet */
.autumn .target .gourmet {
	padding-top: 5rem;
}
.autumn .gourmet .box {
	display: flex;
	box-shadow: 6px 8px 3px 0px rgba(93, 42, 38, 0.2);
	position: relative;
	border-radius: 1rem;
}
.autumn .gourmet .box .wrap {
	margin-left: auto;
	width: 50%;
	display: flex;
	padding-bottom: 5rem;
	flex-direction: column;
	align-items: center;
	background-image: url(/pages/autumn/img/top_bg_ttl_gourmet.png);
    background-size: cover;
    background-position: center;
	border-radius: 0 1rem 1rem 0;
}
.autumn .gourmet h2 {
	margin: 0 auto;
    max-width: 43.5rem;
    background-color: #F6742B;
    padding: 3rem 4rem 7rem;
    border-radius: 0 0 21rem 21rem;
}
.autumn .gourmet .pic {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    text-align: center;
    background: url(/pages/autumn/img/gourmet_img.png);
    background-size: cover;
	background-position: center;
    border-radius: 1rem 0 0 1rem;
}
.autumn .gourmet .lead {
	margin-top: 3rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3.2rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.autumn .target .gourmet {
		padding-top: 3rem;
	}
	.autumn .gourmet .box {
		flex-wrap: wrap;
		border-radius: 1rem;
	}
	.autumn .gourmet .box .wrap {
		margin-left: 0;
		padding-bottom: 3rem;
		width: 100%;
		border-radius: 0 0 1rem 1rem;
	}
	.autumn .gourmet h2 {
		padding: 2rem 2.6rem 5rem;
        max-width: 30rem;
	}
	.autumn .gourmet .pic {
		position: relative;
		height: 30rem;
		width: 100%;
		border-radius: 1rem 1rem 0 0;
	}
	.autumn .gourmet .lead {
		margin-top: 1.4rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.autumn .btnMore{
		margin: 1.4rem auto 0;
	}
}

/* sweets */
.autumn .target .sweets {
	padding-top: 5rem;
}
.autumn .sweets .box {
	display: flex;
	box-shadow: 6px 8px 3px 0px rgba(93, 42, 38, 0.2);
	position: relative;
	border-radius: 1rem;
}
.autumn .sweets .box .wrap {
    width: 50%;
	padding-bottom: 5rem;
    flex-direction: column;
    align-items: center;
    background-image: url(/pages/autumn/img/top_bg_ttl_sweets.png);
    background-size: cover;
    background-position: center;
    border-radius: 1rem 0 0 1rem;
}
.autumn .sweets h2 {
	margin: 0 auto;
    max-width: 43.5rem;
    background-color: #701561;
    padding: 3rem 4rem 7rem;
    border-radius: 0 0 21rem 21rem;
}
.autumn .sweets .pic {
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    text-align: center;
    background: url(/pages/autumn/img/sweets_img.png);
    background-size: cover;
    background-position: center;
    border-radius: 0 1rem 1rem 0;
}
.autumn .sweets .lead {
	margin-top: 3rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3.2rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.autumn .target .sweets {
		padding-top: 3rem;
	}
	.autumn .sweets .box {
		flex-wrap: wrap-reverse;
		border-radius: 1rem;
	}
	.autumn .sweets .box .wrap {
		margin-left: 0;
		padding-bottom: 3rem;
		width: 100%;
		border-radius: 0 0 1rem 1rem;
	}
	.autumn .sweets h2 {
		padding: 2rem 2.6rem 5rem;
        max-width: 30rem;
	}
	.autumn .sweets .pic {
		position: relative;
		height: 30rem;
		width: 100%;
		border-radius: 1rem 1rem 0 0;
	}
	.autumn .sweets .lead {
		margin-top: 1.4rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.autumn .btnMore{
		margin: 1.4rem auto 0;
	}
}

/* shop */
.autumn .target .shop {
	padding-top: 5rem;
}
.autumn .shop h2 {
	margin: 0 auto 3rem;
    max-width: 47.6rem;
}
.autumn .shop .box {
	padding: 5rem;
	background-color: #FFEFF0;
	border-radius: 1.5rem;
	box-shadow: 6px 8px 3px 0px rgba(93, 42, 38, 0.2);
	position: relative;
}
.autumn .shop .box .wrap {
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
	gap: 4rem 2rem;
	align-self: stretch;
	flex-wrap: nowrap;
}
.autumn .shop .box .wrap li{
	display: flex;
	max-width: 282px;
	width: 100%;
	padding: 2rem;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	border-radius: 10px;
	background: #FFF;
}
.autumn .shop .box .wrap li h3{
	width: 100%;
	margin-bottom: 0;
	font-size: 2.2rem;
}
.autumn .shop .box .wrap li .date{
	display: flex;
	height: 4rem;
	padding: 0.2rem 0 0.6rem 0;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	align-self: stretch;
	color: #fff;
	background: #629B88;
}
.autumn .shop .box .wrap li .date p{
	display: flex;
	justify-content: center;
	align-items: baseline;
	font-size: 2.8rem;
}
.autumn .shop .box .wrap li .date p span{
	font-size: 1.8rem;
	line-height: 1.6rem;
	font-weight: 400;
}
.autumn .shop .box .wrap li .date .open{
	display: inline-flex;
	align-items: center;
	font-size: 1.8rem;
	line-height: 1.6rem;
	font-weight: 400;
}
.autumn .shop .box .wrap li p{
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.autumn .shop .box .wrap li .detail{
	display: flex;
	align-items: center;
	gap: 1rem;
	align-self: stretch;
}
.autumn .shop .box .wrap li .detail span{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.6rem;
	width: 5rem;
	color: #fff;
	background: #ED7984;
}
.autumn .shop .box .wrap li .attention{
	font-size: 1.2rem;
	line-height: 1.6rem;
}
@media screen and (max-width: 768px) {
	.autumn .target .shop {
		padding-top: 3rem;
	}
	.autumn .shop h2 {
		margin: 0 auto 2rem;
		width: 100%;
	}
	.autumn .shop .box {
		padding: 3rem 2rem;
		border-radius: 1rem;
		box-shadow: 6px 8px 3px 0px rgba(93, 42, 38, 0.2);
	}
	.autumn .shop .box .wrap {
		margin-left: 0;
		width: 100%;
		gap: 2rem;
		flex-wrap: wrap;
	}
	.autumn .shop .box .wrap li{
		width: 100%;
	}
}

/* Instagram */
.autumn .target .inst {
	padding-top: 5rem;
}
.autumn .inst h2 {
	margin: 0 auto 3rem;
    max-width: 47.6rem;
}
.autumn .inst .box {
	padding: 5rem;
	background-color: #FFF;
	border-radius: 1.5rem;
	box-shadow: 6px 8px 3px 0px rgba(93, 42, 38, 0.2);
	position: relative;
}
@media screen and (max-width: 768px) {
	.autumn .target .inst {
		padding-top: 3rem;
	}
	.autumn .inst h2 {
		margin: 0 auto 2rem;
		width: 100%;
	}
	.autumn .inst .box {
		padding: 3rem 2rem;
		border-radius: 1rem;
		box-shadow: 6px 8px 3px 0px rgba(93, 42, 38, 0.2);
	}
}

/* tag */
.autumn .target .tag {
	padding-top: 5rem;
	padding-bottom: 10rem;
}
.autumn .tag h2 {
	margin-bottom: 5rem;
	text-align: center;
}
.autumn .tag .framebox {
	box-shadow: 6px 8px 3px 0px rgba(93, 42, 38, 0.2);
}
.framebox .tag_odd::before {
	display: block;
	content: '';
	width: 2.6rem;
	height: 3rem;
	margin-right: 0.5rem;
	background-image: url(/pages/autumn/img/icon_tag_01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.framebox .tag_even::before {
	display: block;
	content: '';
	width: 2.6rem;
	height: 3rem;
	margin-right: 0.5rem;
	background-image: url(/pages/autumn/img/icon_tag_02.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.autumn .tag .btnMore a {
	color: #000000;
	background-color: #FCD159;
}
.autumn .tag .btnMore a::after {
	filter: none;
}
@media screen and (max-width: 768px) {
	.autumn .target .tag {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.autumn .tag h2 {
        max-width: 60%;
        margin: 0 auto 3rem;
    }
	.autumn .tag .framebox {
		box-shadow: 6px 8px 3px 0px rgba(93, 42, 38, 0.2);
	}
	.autumn .tag .btnMore{
		margin: 0 auto;
	}
	.framebox .tag_gourmet{
		margin-top: 3rem;
	}
	.framebox .tag_odd::before, .framebox .tag_even::before{
		height: 2rem;
		width: 2rem;
		margin-right: 0;
	}
}

/* bnr */
.autumn .bnr {
	padding-top: 5rem;
}
.autumn .bnr p img{
	border-radius: 1rem;
	box-shadow: 6px 8px 3px 0px rgba(93, 42, 38, 0.2);
}
@media screen and (max-width: 768px) {
	.autumn .bnr {
		padding-top: 3rem;
	}
}

/* bnrArea */
.autumn .bnrArea {
  padding-bottom: 10rem;
}
.autumn .bnrArea .inner{
	display: grid;
}
.autumn .bnrArea .inner p a img {
    border-radius: 1rem;
}
@media screen and (max-width: 768px) {
	.autumn .bnrArea {
		padding-bottom: 5rem;
	}
}
