@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
/* アローボタン */
.btn-arrow a {
	display: inline-block;
	padding: .6em 1.5em .6em 2.5em;
	background-image: url(/products/common/images/chevron-right-solid.svg);
	background-repeat: no-repeat;
	background-position: left .8em top .8em;
	background-size: auto 1em;
	text-decoration: none;
	transition: all .2s;
}

.btn-arrow.maru a {
	background-color: #fff;
	color: #000;
	border: solid 1px #000;
	border-radius: 10rem;
}

.btn-arrow.kadomaru a {
	background-color: #fff;
	color: #000;
	border: solid 1px #000;
	border-radius: .8rem;
}

.red-maru span {
	display: inline-block;
	padding: .5em 1em .5em 2em;
	color: #DD0000;
	border: solid 1px #DD0000;
	border-radius: 10rem;
}

/* アロータイトル・左 */
.has-arrow-left {
	padding: 0 0 0 1em;
	background-image: url(/kitchen/event/common/images/angle-right-solid.svg);
	background-repeat: no-repeat;
	background-position: left top .2em;
	background-size: auto 1.2em;
}

/* フレックスコンテナ */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	width: 100%;
}

/* ポップアップ */
.pop-outer {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	transition: all .3s;
}

#popup:not(.pop-open) {
	z-index: -1;
	opacity: 0;
}

.pop-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 5%;
	position: relative;
}

.pop-container {
	padding: 4rem 5% 2rem;
	background-color: #fff;
	position: relative;
}

.pop-container .btn-close {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.pop-container .btn-close::before {
	content: '';
	width: 2px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	transform: rotate(45deg);
}

.pop-container .btn-close::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	transform: rotate(225deg);
}

.pop-container .ttl {
	margin-bottom: 3rem;
	font-size: 1.8rem;
	padding: 2em 0 0 0;
	background-image: url(common/images/tips.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 1.5em;
	text-align: center;
}

ul.list-class li {
	margin-bottom: 3rem;
}

ul.list-class li .class-name span {
	display: inline-block;
	width: 12em;
	padding: .2em .5em;
	border-radius: 2rem;
	text-align: center;
}

ul.list-class li .class-name span {
	font-size: 1.5rem;
}

ul.list-class li .class-text .caption {
	margin-top: .5em;
}

/* インデックス */
.page-header-navi {
	position: sticky;
    top: 0;
    padding: 1.3rem 0;
    background: #FFFFFF;
    z-index: 51;
}

.page-header-navi.fixed {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.page-header-navi.hide {
}

.page-header-navi.show {
}

.nav-container {
	display: flex;
	justify-content: center;
}

.nav-container ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style-type: none;
}

.nav-container li {
	display: block;
	padding-right: 1.3rem;
	padding-left: 2rem;
	font-size: 1.4rem;
	color: #535353;
}

.nav-container li a {
	position: relative;
}

.nav-container li a::before {
	content: '';
	position: absolute;
	left: -1.6rem;
	top: 55%;
	transform: translate(0, -50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #535353;
}

.anchor {
    display: block;
    padding-top: 5rem;
    margin-top: -5rem;
}

/* メインニュース */
.main-news-text {
	color: #535353;
}

.btn-movie a {
	display: block;
	padding: .5em 3em .5em 2em;
	border: solid 3px #A0A0A0;
	border-radius: 2rem;
	background-image: url(common/images/movie.svg);
	background-repeat: no-repeat;
	background-position: right .8em center;
	background-size: auto 1.5em;
	text-decoration: none;
}

/* 新着情報 */
ul.list-news a {
	text-decoration: underline;
}

ul.list-news a:hover {
	text-decoration: none;
}

/* カテゴリー選択 */
#selectClass {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	border-radius: 5px;
	padding-top: 4.5rem;
}

ul.list-style {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2rem;
}

ul.list-options {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.list-style li,
ul.list-options li {
	position: relative;
	display: inline-block;
	margin-right: .5em;
	margin-bottom: .6rem;
	color: #A0A0A0;
}


ul.list-style li input,
ul.list-options li input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

ul.list-style li input[type="radio"]+label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 13.3em;
	height: 100%;
	margin: 0;
	padding: .8em 0;
	font-size: 1.2rem;
	line-height: 1.2;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left 6px center;
	background-size: 18px auto;
	border: solid 1px #A0A0A0;
//	border-radius: 5rem;
}

ul.list-options li input[type="checkbox"]+label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10em;
	height: 100%;
	margin: 0;
	padding: .4em 0;
	font-size: 1.2rem;
	line-height: 1.2;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left 6px center;
	background-size: 18px auto;
	border: solid 1px #A0A0A0;
	border-radius: 5rem;
}

ul.list-style li input[type="radio"]:checked+label {
	border: none;
	background-color: #A0A0A0;
	color: #fff;
}

ul.list-options li input[type="checkbox"]:checked+label {
	border: none;
}

.help-class {
	margin-top: 1em;
	text-align: center;
}

.help-class a {
	display: inline-block;
	padding: 0 0 0 1.5em;
	background-image: url(common/images/tips.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 1.5em;
	font-size: 1.2rem;
	color: #535353;
	text-decoration: underline;
}

.help-class a:hover {
	text-decoration: none;
}

/* イベント開催月 */
.event-month {
	margin-bottom: .8em;
	padding-left: .5em;
	font-weight: bold;
	border-left: solid 5px #A0A0A0;
}

.event-month:not(.hit) {
	display: none;
}

/* イベントリスト */
.event-list-section {
	min-height: 50vh;
	padding-bottom: 2rem;
}

.event-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2.2rem 0 4rem;
	border-top: solid 1px #A0A0A0;
}

.event-month.hit + div {
	border-bottom: solid 5px #A0A0A0;
}

.event-item.not-selected {
	display: none;
}

.event-img {
	width: 28%;
}

.event-text-container {
	padding: 0 0 1.5em 5%;
}

.event-title {
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 500;
}

.category {
	width: 12em;
	margin-top: .5em;
	padding: .2em .5em;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 500;
	border-radius: 10rem;
	text-align: center;
}

ul.list-tags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 500;
}

ul.list-tags li {
	margin-bottom: .5em;
	padding: 0 .5em;
	color: #4b4b4b;
	border-right: solid 2px #4b4b4b;
}

ul.list-tags li:first-child {
	border-left: solid 2px #4b4b4b;
}

.event-day {
	margin-top: 1em;
}

.event-text {
	margin-top: .5em;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #8d8d8d;
}

.event-item .detail-box {
	width: 100%;
	font-size: 1.2rem;
	text-align: right;
}

/* カレンダー */
.calendar {
	margin-top: 6rem;
	margin-bottom: 8rem;
}

.calendar .text {
	margin-top: 1em;
	font-size: 1.2rem;
}

/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {
	article {
		font-size: 1.4rem;
	}

	/* インデックス */
	.page-header-navi {
	    padding: 1rem 0;
	}

	.page-header-navi.hide {
		transform: translateY(-8rem);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0;
		overflow: hidden;
	}
	
	.page-header-navi.show {
		transform: translateY(0);
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		-ms-transition: all 0.1s;
		-o-transition: all 0.1s;
		transition: all 0.1s;
		opacity: 1.0;
		overflow: hidden;
	}

	.nav-container li a::before {
		left: -1.4rem;
	}

	/* メインビジュアル */
	#mainVisual .visual {
		margin-bottom: 2rem;
	}

	/* メインニュース */
	.main-news {
		margin-top: 3rem;
		padding: 2rem 0 2rem;
		text-align: center;
	}

	.main-news-ttl {
		margin-bottom: 1em;
		font-size: 1.6rem;
	}

	.main-news-text {
		font-size: 1.3rem;
		line-height: 1.6;
	}

	.btn-movie {
		max-width: 300px;
		margin-top: 1.5em;
	}

	/* 新着情報 */
	#news {
		margin-top: 2rem;
		padding-bottom: 2rem;
	}

	.news-title {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}

	ul.list-news {
		padding: 1em 0;
		border-top: solid 1px #A0A0A0;
		border-bottom: solid 1px #A0A0A0;
	}

	ul.list-news li {
		margin-top: 1em;
		display: none;
	}

	ul.list-news li:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}

	ul.list-news li:nth-child(-n + 12) {
		display: block;
	}

	ul.list-news li .text {
		margin-top: 0.2em;
	}

	ul.list-news li .date {
		font-size: 1.4rem;
	}

	ul.list-news li .text {
		font-size: 1.4rem;
	}

	/* カテゴリー選択 */
	#selectClass {
		margin: 4rem auto;
		padding-bottom: 2rem;
	}

	ul.list-style,
	ul.list-options {
		padding: 0 5%;
	}

	/* ポップアップ */
	.pop-container {
		max-height: 100%;
		overflow-y: scroll;
	}

	ul.list-class li .class-name {
		margin-bottom: .5em;
		text-align: center;
	}

	/* イベント開催月 */
	.event-month {
		font-size: 1.6rem;
	}

	/* イベントリスト */
	.event-img {
		width: 100%;
	}

	.event-text-container {
		display: flex;
		flex-wrap:wrap;
		padding: 1em 0 1em 0;
	}

	.event-title {
		order: 0;
		width: 100%;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}

	ul.list-tags {
		display: none;
	}

	.event-day {
		order: 3;
		margin-top: 0;
		justify-content: flex-end;
		width: calc( 100% - 10.5em );
		line-height: 1.2;
		padding: 0 0 0 1em;
		display: grid;
 		place-items: center;
	}
	.event-text {
		order: 1;
		width: 100%;
		line-height: 1.2;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.category {
		order: 2;
		display: grid;
 		place-items: center;
	}

	.nowrap {
		white-space: nowrap;
	}

	/* 関連 */
	.relation {
		margin-top: 4rem;
	}

	.relation .line {
		margin-bottom: 4rem;
	}

	.relation .img-container {
		font-size: 1.4rem;
		color: #535353;
	}

	.relation .text {
		margin-top: 1em;
		font-size: 1.2rem;
	}

}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {
	article {
		padding-bottom: 8rem;
	}

	/* メインビジュアル */
	#mainVisual .visual {
		max-width: 1500px;
		margin-bottom: 3rem;
	}

	.nav-container ul {
		justify-content: center;
	}

	/* メインニュース */
	.main-news {
		width: 910px;
		margin-top: 4rem;
		padding: 2.5rem 0 3rem;
		text-align: center;
	}

	.main-news-ttl {
		margin-bottom: .5em;
		font-size: 2rem;
	}

	.main-news-text {
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.btn-movie {
		width: 480px;
		margin-top: 1em;
	}

	.btn-movie a {
		padding: 1em 3em 1em 2em;
	}

	/* 新着情報 */
	#news {
		margin-top: 2rem;
		padding-bottom: 2rem;
	}

	.news-title {
		margin-bottom: 1rem;
		font-size: 2rem;
	}

	ul.list-news {
		padding: 1em 1em;
		border-top: solid 1px #A0A0A0;
		border-bottom: solid 1px #A0A0A0;
	}

	ul.list-news li {
		padding-top: 1em;
		display: none;
	}

	ul.list-news li:first-child {
		padding-top: 0;
	}

	ul.list-news li:nth-child(-n + 12) {
		display: inherit;
	}

	ul.list-news li .date {
		display: table-cell;
		width: 8em;
		font-size: 1.4rem;
	}

	ul.list-news li .text {
		display: table-cell;
		padding-left: 2em;
		font-size: 1.4rem;
	}

	/* カテゴリー選択 */
	#selectClass {
		margin: 8rem auto;
		padding-bottom: 4rem;
	}

	ul.list-style li input[type="radio"]+label {
		width: 16em;
		font-size: 1.8rem;
		padding: 1em 0;
	}
	ul.list-options li input[type="checkbox"]+label {
		width: 12em;
		font-size: 1.8rem;
	}

	.help-class a {
		font-size: 1.4rem;
	}

	/* ポップアップ */
	.pop-container {
		max-width: 1200px;
		padding: 4rem 5% 4rem;
	}

	.pop-container .ttl {
		margin-bottom: 4rem;
		font-size: 2.4rem;
	}

	ul.list-class li {
		display: flex;
		margin-bottom: 3rem;
	}

	ul.list-class li .class-name span {
		width: 12em;
		padding: .5em .5em;
	}

	ul.list-class li .class-text {
		padding: 0 1em;
	}

	/* イベント開催月 */
	.event-month {
		margin-top: 4rem;
		font-size: 2.2rem;
	}

	/* イベントリスト */
	.event-img {
		width: 240px;
	}

	.event-text-container {
		flex: 1;
		padding: 0 0 2rem 3rem;
	}

	.event-title {
		font-size: 2.4rem;
	}

	.category {
		width: 160px;
		font-size: 1.5rem;
	}

	.event-item .detail-box {
		font-size: 1.4rem;
	}

	.event-day {
		font-size: 1.8rem;
	}

	.event-text {
		font-size: 1.6rem;
	}

	ul.list-tags {
		font-size: 1.4rem;
	}

	/* 関連 */
	.relation {
		margin-top: 4rem;
	}

	.relation .line {
		margin-bottom: 8rem;
	}

	.relation .img-container {
		width: 580px;
		font-size: 1.4rem;
		color: #535353;
	}

	.relation .text {
		margin-top: 1em;
	}

}