/*
Theme Name: 蕪水亭
Version: 1.1
*/


.custom-cooking-form .row-section {
	border: 2px solid #698d87;
	padding: 40px 20px 60px;
}
.custom-cooking-form h2 {
	text-align: center;
	margin-bottom: 20px;
}
.custom-cooking-form .text-common {
	line-height: 2;
}

.row-section.seasons-lead {
	margin: 40px auto 60px;
}

.seasons-schedule-time {
    display: block;
    font-size: 2rem;
    letter-spacing: 0.22rem;
    margin-bottom: 10px;
}

.seasons-wrap .row-wrapper:first-child {
    padding-top: 0;
}
.seasons-content:nth-child(odd) .col-flex-illust {
    flex-direction: row;
}

.seasons-schedule {
	padding: 80px 20px 0;
	text-align: center;
}
.seasons-schedule ul {
	list-style-type: none;
	padding: 20px 0 0;
}
.seasons-schedule li {
	position: relative;
}
.seasons-schedule li:not(:last-child) {
	margin-bottom: 20px;
}
.seasons-schedule li:not(:last-child):after {
	content: '↓';
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 2.4rem;
}

.seasons-schedule img {
	border-radius: 20px;
	margin-bottom: 10px;
}

.seasons-link {
	padding: 60px 20px 0;
}
.seasons-link .button-common {
	max-width: unset;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.seasons-banner {
    padding: 80px 20px 20px;
	max-width: 748px;
	margin: auto;
}
.seasons-banner small {
	margin-left: 10px;
}
.seasons-banner ul {
    list-style-type: none;
	padding: 0;
}
.seasons-banner li {
	position: relative;
	border-radius: 10px;
	transition: all .3s;
	overflow: hidden;
    width: 100%;
    height: 70px;
	background: #698D87;
}
.seasons-banner li:hover {
	opacity:.8;
}
.seasons-banner li:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
    background: linear-gradient(to right,  rgba(105,141,135,1) 50%,rgba(0,0,0,0.35) 100%);
}
.seasons-banner .comming-soon:hover {
	opacity:1;
}
.seasons-banner .comming-soon:before {
	background: #666;
}

.seasons-banner li:not(:last-child){
    margin-bottom: 30px;
}
.seasons-banner a,
.seasons-banner span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
	text-decoration: none;
	font-size: 1.6rem;
	color: #fff;
}
.seasons-banner img {
    position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.row-wrapper.workshop {
	padding-top: 0;

}
.row-wrapper.workshop a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	height: 70px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-radius: 10px;
	transition: all .3s;
	background-image: url(img/common/icon-arrow-line.svg);
	background-repeat: no-repeat;
	background-size: 10px 20px;
	background-position: right 15px center;
}
.row-wrapper.workshop a:hover {
	opacity: .8;
}
.row-wrapper.workshop small {
	margin-top: 4px;
	font-size: 13px;
}

@media (min-width: 1100px) {
	.row-wrapper.workshop {
		padding-top: 25px;
	}
	.row-wrapper.workshop .row-section {
		padding-left: 80px;
	}
	.row-wrapper.workshop a {
		background-size: 13px 26px;
		background-position: right 30px center;
		height: 80px;
	}
	.event-buttons {
		display: flex;
		flex-wrap: wrap;
		width: 680px;
	}
	.event-buttons .button {
		margin-right: 40px;
	}
	.event-buttons .button-common {
		min-width: 270px;
		padding: 18px 34px;
		width: 100%;
		max-width: 315px;
	}
	.row-section.seasons-lead {
		margin: 80px auto 100px;
		text-align: center;
	}
	.seasons-wrap .col-flex-second {
		padding: 40px 0;
		line-height: 2;
	}
	.seasons-wrap .col-flex-second p {
        line-height: 2;
	}
	.seasons-schedule {
        margin: 0 0 0 120px;
		padding: 120px 80px 0px;
	}
	.seasons-schedule ul {
		display:flex;
	}
	.seasons-schedule li {
		width: 208px;
	}
	.seasons-schedule img {
		width: 208px;
		height: 148px;
		object-fit: cover;
	}
    .seasons-schedule li:not(:last-child) {
        margin: 0 50px 0 0;
    }
    .seasons-schedule li:not(:last-child):after {
        position: absolute;
        right: -36px;
        top: 115px;
        content: '→';
        display: block;
        margin: 0;
    }
	.seasons-link .button-common {
		width: 500px;
	}
    .custom-cooking-form .row-section {
        padding: 40px;
    }
	.custom-cooking-form h2 {
	margin-bottom: 40px;
	}
    .seasons-banner {
        padding: 120px 80px 0 160px;
			max-width: unset;
			margin: 0 0 0 120px;
    }
    .seasons-banner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .seasons-banner li {
        width: calc(50% - 20px);
        height: 80px;
    }
    .seasons-banner li:not(:last-child){
        margin-bottom: 0;
    }
    .seasons-banner li:nth-child(1),
    .seasons-banner li:nth-child(2) {
        margin-bottom: 40px;
    }
    .seasons-banner a {
    	font-size: 1.8rem;
    }
	.page-meal .seasons-banner {
		padding: 120px 120px 0px 200px;
		max-width: unset;
		margin: 0 0 0 40px;
	}
	.seasons-link {
		    padding: 60px 20px 0 130px;
	}
}
