@charset "UTF-8";
/* pageTit */
#pageTit {
	position: absolute;
	z-index: 3;
	top: 40px;
	left: 1.5%;
}
#pageTit h1 {
	margin: 0;
	font-size: 100%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media screen and (max-width: 800px) {
	#pageTit {
		top: 1.5%;
		left: 0.5%;
	}
	#pageTit h1 {
		font-size: 70%;
	}
}
@media screen and (max-width: 600px) {
	#pageTit {
		left: 0;
	}
}
@media screen and (max-width: 600px) {
	#pageTit {
		top: 10px;
		left: 5%;
	}
	#pageTit h1 {
		-ms-writing-mode: inherit;
		writing-mode: inherit;
	}
}
/* topWrapper */
#topWrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 5% 0;
}
@media screen and (max-width: 800px) {
	#topWrapper {
		padding: 5% 5% 0;
	}
}
@media screen and (max-width: 600px) {
	#topWrapper {
		padding: 40px 5% 0;
	}
}
/* topArea */
#topArea {
	background-color: #f3f2e8;
	padding-bottom: 40px;
}
/* mainArea */
#mainArea {
	position: relative;
}
/* mainBlock */
#mainBlock {
	position: relative;
	z-index: 2;
}
#topLogo {
	width: 55%;
	padding: 3% 0 34% 3%;
}
@media screen and (max-width: 600px) {
	#topLogo {
		width: 84%;
		padding: 6% 0 46% 8%;
	}
}
/* bg01 */
#bg01 {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
#bg01 img {
	padding: 22% 0 0 7%;
	width: 50%;
}
@media screen and (max-width: 600px) {
	#bg01 {
		left: -20%;
	}
	#bg01 img {
		padding: 26% 0 0 0;
		width: 80%;
	}
}
/* slideArea */
#slideArea {
	position: absolute;
	width: 100%;
	margin: 7% auto 0;
	z-index: 0;
	top: 0;
	left: 0;
}
#slideBox {
	width: 50%;
	padding: 0 3% 0 47%;
}
@media screen and (max-width: 600px) {
	#slideBox {
		width: 70%;
		padding: 48% 0 0 40%;
	}
}
/* conceptArea */
#conceptArea {
	position: relative;
	z-index: 2;
}
/* copyBox */
.copyBox {
	position: relative;
	z-index: 1;
	float: left;
	width: 22%;
	padding: 0 4% 4% 7%
}
@media screen and (max-width: 600px) {
	.copyBox {
		float: none;
		width: 26%;
		padding: 0 4% 4% 7%;
	}
}
/* conceptBox */
.conceptBox {
	position: relative;
	z-index: 3;
	float: right;
	width: 60%;
	padding: 2% 3% 2% 0;
}
@media screen and (max-width: 600px) {
	.conceptBox {
		float: none;
		width: 86%;
		padding: 0 0 2% 0;
		margin: 0 auto;
	}
}
.conceptBox h2 {
	font-size: 400%;
	line-height: 100%;
	margin: 0;
}
@media screen and (max-width: 1100px) {
	.conceptBox h2 {
		font-size: 300%;
	}
}
@media screen and (max-width: 900px) {
	.conceptBox h2 {
		font-size: 200%;
	}
}
.conceptBox h2 span {
	padding-left: 1%;
}
.conceptBox h3 {
	font-size: 140%;
    font-weight: 600;
	padding: 0.5em 0 1em;
}
@media screen and (max-width: 900px) {
	.conceptBox h3 {
		font-size: 100%;
	}
}
@media screen and (max-width: 600px) {
	.conceptBox h3 {
		font-size: 80%;
		line-height: 1.4;
	}
}
.conceptBox p {
	text-align: justify;
	line-height: 180%;
}
/* bg02 */
#bg02 {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
#bg02 img {
	padding: 18% 0 0 50%;
	width: 46%;
}
@media screen and (max-width: 1000px) {
	#bg02 img {
		padding: 24% 0 0 40%;
	}
}
@media screen and (max-width: 800px) {
	#bg02 img {
		padding: 34% 0 0 0;
		width: 55%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 700px) {
	#bg02 img {
		padding: 44% 0 0 0;
	}
}
@media screen and (max-width: 600px) {
	#bg02 {
		position: relative;
		width: 100%;
		z-index: 1;
		top: inherit;
		left: inherit;
	}
	#bg02 img {
		width: 70%;
		margin: 0 auto;
		;
		padding: 0;
	}
}


/* newsArea */
#newsArea {
	position: relative;
	z-index: 0;
	padding: 10% 0 0;
}
@media screen and (max-width: 600px) {
	#newsArea {
		padding-top: 48%;
	}
}
@media screen and (max-width: 600px) {
	#newsArea {
		padding-top: 45%;
	}
}
/* newsTit */
.newsTit {
	position: relative;
	color: #f3f2e8;
	padding: 3%;
}
.newsTit h2 {
	position: relative;
	z-index: 3;
	font-size: 400%;
	line-height: 100%;
	margin: 0;
}
@media screen and (max-width: 1100px) {
	.newsTit h2 {
		font-size: 300%;
	}
}
@media screen and (max-width: 900px) {
	.newsTit h2 {
		font-size: 180%;
	}
}
.newsTit h2 span {
	padding-left: 1%;
}
.newsTit h3 {
	position: relative;
	z-index: 3;
	font-size: 140%;
	line-height: 100%;
	margin: 0;
	padding-top: 2%;
}
@media screen and (max-width: 900px) {
	.newsTit h3 {
		font-size: 100%;
	}
}
@media screen and (max-width: 600px) {
	.newsTit h3 {
		font-size: 80%;
	}
}
/* bg_barL*/
/* bg_bar_block01*/
.bg_bar_blockL01 {
	display: block;
	float: left;
	height: 100%;
}
@keyframes expand {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}
/* bg_barL_grad01 */
.bg_barL_grad01 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -6%;
	width: 100%;
	height: 100%;
	opacity: 0;
}
@media screen and (max-width: 600px) {
	.bg_barL_grad01 {
		height: 100%;
	}
}
/* bg_bar_animeL */
.bg_bar_animeL {
	width: 0%;
	animation: expand 1.5s ease forwards;
	opacity: 1;
	transition: 0.5s;
}
.bg_barL {
	width: 55%;
	background-color: #9a071b;
}
@media screen and (max-width: 600px) {
	.bg_barL {
		width: 80%;
	}
}
/* slideArea2 */
#slideArea2 {
	position: absolute;
	width: 37%;
	margin: -20% 0 0 56%;
	z-index: 0;
	top: 0;
	left: 0;
	border-radius: 1000px;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
	#slideArea2 {
		width: 50%;
		margin: -40% 0 0;
		z-index: 0;
		top: 0;
		left: inherit;
		right: -6%;
	}
}
/* newsBox */
.newsBox {
	position: relative;
	z-index: 2;
	width: 40%;
	float: left;
	margin: 0 0 0 7%;
	padding: 5% 0 0 0;
}
@media screen and (max-width: 600px) {
	.newsBox {
		width: 86%;
		float: none;
		padding: 4% 0 0 0;
		margin: 0 auto;
	}
}
/* bannerBlock */
.bannerBlock {
	position: relative;
	z-index: 2;
	width: 40%;
	float: right;
	margin: 0 7% 0 0;
	padding: 5% 0 0 0;
}
@media screen and (max-width: 600px) {
	.bannerBlock {
		width: 86%;
		float: none;
		padding: 4% 0 0 0;
		margin: 0 auto;
	}
}
.bannerOn {
	padding-bottom: 4%;
}
.bannerBlock h2.banner {
	margin: 0;
}

/* MESSAGE PLATE
================================================== */

.messagePlateBanner {
	width: 100%;
	margin-bottom: 1em;
}

.messagePlateBanner:last-child {
	margin-bottom: 0;
}

.messagePlateBanner a {
	display: block;
	color: #222;
	text-decoration: none;
	background-color: #fff;
	padding: 3%;
	border-radius: 4px;
	border: solid 2px #9a071b;
}
@media screen and (max-width: 600px) {
	.messagePlateBanner a {
		padding: 5%;
	}
}

.messagePlateBanner img {
	display: block;
	width: 100%;
	height: auto;
}

.messagePlateBanner__text {
	padding: 5% 1% 0;
}

.messagePlateBanner__text h3 {
	margin: 0 0 2%;
	font-size: 130%;
	font-weight: 700;
	line-height: 1.5;
}
@media screen and (max-width: 600px) {
	.messagePlateBanner__text h3 {
		font-size: 100%;
	}
}


.messagePlateBanner__text p {
	margin: 0;
	font-size: 90%;
	line-height: 1.8;
}

.messagePlateBanner__text span {
    display: inline-block;
    margin-top: 4%;
    padding: 2px 1em;
    color: #fff;
    font-size: 80%;
    font-weight: 700;
    background-color: #9a071b;
    border-radius: 100px;
}

.messagePlateBanner a:hover .messagePlateBanner__text span {
	opacity: .65;
}

/* snsBox */
.snsBox {
	position: relative;
	z-index: 2;
	width: 42%;
	float: right;
	margin: 0;
	padding: 5% 5% 5% 0;
}
@media screen and (max-width: 600px) {
	.snsBox {
		width: 100%;
		float: none;
		padding: 4% 0 0 0;
		margin: 0 auto;
	}
}
.facebook_wrap {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.fb-page, .fb-page span, .facebook_wrap iframe {
	width: 100% !important;
	height: 500px !important;
}
/* bannerArea */
#bannerArea {
	width: 90%;
	margin: 0 auto;
	padding: 6% 0 0;
	border-bottom: dotted #ccc 1px;
}
@media screen and (max-width: 600px) {
	#bannerArea {
		border-bottom: none;
	}
}
/* bannerBox */
.bannerBox {
	float: left;
	width: 47.5%;
	padding: 0 2.5% 3% 0;
}
.bannerBox:nth-child(even) {
	float: right;
	width: 47.5%;
	padding: 0 0 3% 2.5%;
}
@media screen and (max-width: 600px) {
	.bannerBox {
		float: none;
		width: 100%;
		padding: 4% 0 0 0;
	}
	.bannerBox:nth-child(even) {
		float: none;
		width: 100%;
		padding: 4% 0 0 0;
	}
}
.bannerBox h2 {
	padding: 0 0 4% 0;
	margin: 0;
}
@media screen and (max-width: 600px) {
	.bannerBox h2 {
		padding: 0 0 4% 0;
	}
}
/* topics */
.topics {
	margin-bottom: 4%;
    background-color: #fff;
    padding: 3% 3% 0;
    border-radius: 3px;
}
@media screen and (max-width: 600px) {
	.topics {
		padding: 5% 5% 0;

	}
}

.topics .day {
	font-size: 60%;
	font-weight: bold;
}
.topics .instagramBox {
	width: 70px;
}
@media screen and (max-width: 600px) {
	.topics .instagramBox {
		width: 50px;
	}
}
.topics a {
	display: block;
}
.topics a:hover {
	display: block;
	color: #0068b7;
	transition: 0.2s;
}
.topics h2 {
	font-size: 100%;
	font-weight: 600;
    padding: 5px 0 1em;
	line-height: 1.4
}
.topics h2 span {
	font-size: 80%;
	color: #9a071b;
}
.topics h2 a {
	display: block;
	position: relative;
	padding-left: 24px;
	color: inherit;
	text-decoration: none;
}

.topics h2 a::before {
	content: "→";
	display: flex;
	position: absolute;
	top: 50%;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border: 1px solid #8e1b22;
	border-radius: 50%;
	box-sizing: border-box;
	color: #8e1b22;
	font-size: 8px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-50%);
	transition:　background-color .3s ease,　color .3s ease;
}

.topics h2 a:hover::before {
	background: #8e1b22;
	color: #fff;
	transition: .3s;
}
/* btn */
.btn {
	position: absolute;
	z-index: 4;
	top: 20px;
	right: 4%;
	line-height: 100%;
}
.btn a {
	border: solid 2px #9a071b;
	background-color: #fff;
	padding: 20px;
	color: #9a071b;
	display: block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.btn:hover a {
	border: solid 2px #9a071b;
	background-color: #9a071b;
	transition: .3S;
	-webkit-transition: .3s;
	color: #fff;
}
@media screen and (max-width: 800px) {
	.btn {
		position: fixed;
		z-index: 4;
		top: inherit;
		right: inherit;
		bottom: 0;
		left: 0;
		line-height: 120%;
		font-size: 70%;
		font-weight: bold;
	}
	.btn a {
		padding: 20px 10px;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
	}
}
/* takeoutArea */
#takeoutArea {
	position: relative;
	z-index: 3;
	padding-top: 1%;
}
@media screen and (max-width: 1100px) {
	#takeoutArea {
		padding-top: 7%;
	}
}
@media screen and (max-width: 900px) {
	#takeoutArea {
		padding-top: 4%;
	}
}
@media screen and (max-width: 800px) {
	#takeoutArea {
		padding-top: 8%;
	}
}
/* takeoutBox */
#takeoutBox {
	float: left;
	width: 52%;
	padding: 2% 6%;
}
@media screen and (max-width: 800px) {
	#takeoutBox {
		float: none;
		width: 80%;
		padding: 6%;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	}
}
#takeoutBox h2 {
	font-size: 400%;
	line-height: 100%;
	margin: 0;
}
@media screen and (max-width: 1100px) {
	#takeoutBox h2 {
		font-size: 300%;
	}
}
@media screen and (max-width: 900px) {
	#takeoutBox h2 {
		font-size: 200%;
	}
}
#takeoutBox h2 span {
	padding-left: 1%;
}
#takeoutBox h3 {
	font-size: 140%;
}
@media screen and (max-width: 900px) {
	#takeoutBox h3 {
		font-size: 100%;
	}
}
@media screen and (max-width: 800px) {
	#takeoutBox h3 {
		font-size: 80%;
		padding-bottom: 2%;
	}
}
#takeoutBox h5 {
	margin-top: 35px;
	padding: 0 2%;
	color: #fff;
	background-color: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/* takeoutMenu */
#takeoutMenu {
	border: solid 2px;
	background-color: #fff;
	padding: 0 4% 20px;
}
.takeout {
	padding: 25px 0 0;
}
.takeout h4 {
	font-size: 100%;
	line-height: 130%;
	margin: 0;
}
#takeoutBox .takeout h5 {
	border-top: dotted 1px;
	padding: 2% 0 0 0;
	font-size: 90%;
	line-height: 140%;
	margin: 0;
	color: #000;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.takeout ol {
	font-size: 80%;
	line-height: 160%;
	padding: 5px 0 0 10px;
	margin: 0;
}
.takeout p {
	padding-top: 5px;
	font-size: 80%;
}
.takeout p.leftLine {
	font-weight: bold;
}
#takeoutBox p.point {
	color: #9a071b;
	font-weight: bold;
	padding: 2% 0;
}
#takeoutBox dl {
	font-weight: bold;
}
#takeoutBox dt {
	padding: 2% 0;
	font-weight: bold;
	font-size: 80%;
}
#takeoutBox dd {
	font-size: 120%;
}
@media screen and (max-width: 500px) {
	#takeoutBox dt {
		padding: 4% 0;
		font-weight: bold;
		font-size: 80%;
	}
	#takeoutBox dd {
		font-size: 100%;
	}
}
/* facebookBox */
#facebookBox {
	float: right;
	width: 33%;
	max-width: 500px;
	padding: 2% 3% 0 0;
}
@media screen and (max-width: 800px) {
	#facebookBox {
		float: none;
		width: 86%;
		padding: 8% 0 0 0;
		margin: 0 auto;
	}
}
.fbLogo {
	width: 40px;
	margin: 0 auto;
	padding-bottom: 4%;
}
/* opening */
.shutter {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #9a071b;
	z-index: 1000;
	-webkit-animation: byeShutter 2.4s forwards;
	animation: byeShutter 2.4s forwards;
}
.logo {
	position: absolute;
	width: 30%;
	top: 24%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-animation: logo 0.8s forwards;
	animation: logo 0.8s forwards;
	animation-delay: 0.2s;
}
@media screen and (max-width: 600px) {
	.logo {
		width: 50%;
		top: 28%;
	}
}
@keyframes byeShutter {
	70% {
		opacity: 1;
	}
	100% {
		display: none;
		opacity: 0;
		z-index: -1;
	}
}
@keyframes logo {
	0% {
		opacity: 1;
	}
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: scale(0.8);
	}
}

/* SPECIAL DAY
================================================== */
#specialDayArea {
	position: relative;
	z-index: 2;
	padding: 4% 0 6%;
}

.specialDayBox {
	width: 86%;
	margin: 0 auto;
}

.specialDayBox > h2 {
	font-size: 400%;
	line-height: 100%;
	margin: 0;
}

.specialDayBox > h2 span {
	padding-left: 1%;
	color: #9a071b;
}

.specialDayBox > h3 {
	font-size: 140%;
    font-weight: 600;
	padding: 0.5em 0 1em;
	margin-bottom: 3%;
}

.specialDayGrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4%;
}

.specialDayCard {
	background: #fff;
	overflow: hidden;
}

.specialDayCard__body {
	padding: 6%;
}

.specialDayCard__en {
	margin: 0 0 1%;
	font-size: 90%;
	letter-spacing: .08em;
	color: #9a071b;
}

.specialDayCard h4 {
	margin: 0;
	font-size: 170%;
	font-weight: 700;
	line-height: 130%;
}

.specialDayCard__dates {
	display: flex;
	gap: 6%;
	margin: 5% 0;
	padding: 4% 0;
	border-top: solid 1px #222;
	border-bottom: solid 1px #222;
}

.specialDayCard__dates span {
	font-family: 'Barlow', sans-serif;
	font-size: 320%;
	font-weight: 900;
	line-height: 1;
}

.specialDayCard__dates small {
	padding-left: .35em;
	font-size: 35%;
	font-weight: 900;
}

.specialDayCard__text {
	margin: 0;
	line-height: 180%;
}

/* SPECIAL DAY offer */
.specialDayCard__offer {
	margin-top: 5%;
}

.specialDayCard__product {
	margin: 0 0 4%;
	font-size: 115%;
	font-weight: 700;
	line-height: 160%;
}

.specialDayCard__price {
	padding: 5%;
	background: #f3f2e8;
	text-align: center;
}

.specialDayCard__regular {
	margin: 0;
	font-size: 100%;
	line-height: 1.4;
}

.specialDayCard__regular strong {
	font-family: 'Barlow', sans-serif;
	font-size: 180%;
	font-weight: 900;
}

.specialDayCard__regular small {
	font-size: 70%;
}

.specialDayCard__arrow {
	margin: 2% 0 1%;
	color: #9a071b;
	font-size: 90%;
	line-height: 1;
}

.specialDayCard__special {
	margin: 0;
	color: #9a071b;
	line-height: 1;
}

.specialDayCard__special span {
	display: block;
	margin-bottom: 2%;
	font-size: 105%;
	font-weight: 700;
}

.specialDayCard__special strong {
	font-family: 'Barlow', sans-serif;
	font-size: 320%;
	font-weight: 900;
	letter-spacing: -.02em;
}

.specialDayCard__special small {
	font-size: 75%;
	font-weight: 600;
}


/* mobile */
@media screen and (max-width: 600px) {

	.specialDayCard__product {
		font-size: 105%;
	}

	.specialDayCard__price {
		padding: 6% 4%;
	}

	.specialDayCard__regular strong {
		font-size: 160%;
	}

	.specialDayCard__special span {
		font-size: 95%;
	}

	.specialDayCard__special strong {
		font-size: 280%;
	}

}

@media screen and (max-width: 1100px) {
	.specialDayBox > h2 {
		font-size: 300%;
	}
}

@media screen and (max-width: 900px) {
	.specialDayBox > h2 {
		font-size: 200%;
	}

	.specialDayBox > h3 {
		font-size: 100%;
	}
}

@media screen and (max-width: 600px) {
	#specialDayArea {
		padding: 5% 0 8%;
	}

	.specialDayBox {
		width: 86%;
	}

	.specialDayBox > h3 {
		font-size: 80%;
		margin-bottom: 6%;
		line-height: 1.4;
	}

	.specialDayGrid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.specialDayCard h4 {
		font-size: 150%;
	}

	.specialDayCard__dates span {
		font-size: 220%;
	}
}

.specialDayCard__gallery {
	width: 100%;
}

.specialDayCard__img {
	margin: 0;
	overflow: hidden;
}

.specialDayCard__img {
	margin: 0;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.specialDayCard__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.specialDayCard__img--main {
	aspect-ratio: 4 / 3;
}

.specialDayCard__imgRow {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px;
	margin-top: 4px;
}

.specialDayCard__img--sub {
	aspect-ratio: 1 / 1;
}

.specialDayCard__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* SCHEDULE
================================================== */

#scheduleArea {
	position: relative;
	z-index: 2;
	padding: 5% 0 2%;
}


/* month block
================================================== */

.scheduleBox {
	width: 86%;
	margin: 0 auto;
}

.scheduleBox + .scheduleBox {
	margin-top: 9%;
}


/* header
================================================== */

.scheduleHead {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3%;
	padding-bottom: 2%;
	border-bottom: solid 1px #222;
}

.scheduleHead__en {
	margin: 0 0 4px;
	color: #9a071b;
	font-size: 90%;
	font-weight: 900;
	letter-spacing: .08em;
}

.scheduleHead h2 {
	margin: 0;
	font-size: 170%;
	font-weight: 700;
	line-height: 1.3;
}

.scheduleHead__month {
	margin: 0;
	font-size: 240%;
	font-weight: 900;
	line-height: 1;
}


/* calendar
================================================== */

.scheduleCalendar {
	width: 100%;
}

.scheduleCalendar__week,
.scheduleCalendar__days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.scheduleCalendar__week span {
	margin: 2px;
	padding: 10px 4px;
	border-radius: 3px;
	background-color: #ddd;
	font-family: 'Barlow', sans-serif;
	font-size: 80%;
	font-weight: 700;
	text-align: center;
}


/* day
================================================== */

.scheduleDay {
	position: relative;
	min-height: 90px;
	margin: 2px;
	padding: 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
	background: #fff;
}

.scheduleDay:nth-child(7n) {
	border-right: 0;
}

.scheduleDay__num {
	display: block;
	font-family: 'Barlow', sans-serif;
	font-size: 130%;
	font-weight: 700;
	line-height: 1;
}

.scheduleDay.is-empty {
	background: #f3f2e8;
}


/* event label
================================================== */

.scheduleDay__event {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	margin: 0;
	padding: 5px 4px;
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	font-size: 70%;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

/* 定休日・代休・臨時休業
================================================== */

.scheduleDay.is-closed {
	background: #eee;
}

.scheduleDay.is-closed .scheduleDay__num {
	color: #777;
}

.scheduleDay.is-closed .scheduleDay__event {
	background: #777;
}


/* 通常のDinnerのみ営業
   火曜日・金曜日など通常営業ルール
================================================== */

.scheduleDay.is-dinner {
	background: #fff;
}

.scheduleDay.is-dinner .scheduleDay__num {
	display: flex;
	align-items: baseline;
	color: #222;
}

.scheduleDay.is-dinner .scheduleDay__num::after {
	content: "Dinnerのみ";
	display: inline-block;
	margin-left: 6px;
	color: #9a071b;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 9px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.scheduleDay.is-dinner .scheduleDay__event {
	display: none;
}


/* 特別なDinnerのみ営業
   祝日など通常営業と異なる日
================================================== */

.scheduleDay.is-special-open {
	background: #fff7f7;
}

.scheduleDay.is-special-open .scheduleDay__num {
	color: #9a071b;
}

.scheduleDay.is-special-open .scheduleDay__event {
	background: #9a071b;
	color: #fff;
}


/* 祝日営業
================================================== */

.scheduleDay.is-holiday {
	background: #fff7f7;
}

.scheduleDay.is-holiday .scheduleDay__num {
	color: #9a071b;
}

.scheduleDay.is-holiday .scheduleDay__event {
	background: #9a071b;
	color: #fff;
}

/* 祝日 ＋ Dinnerのみ営業
================================================== */

.scheduleDay.is-holiday-dinner {
	background: #fff7f7;
}

.scheduleDay.is-holiday-dinner .scheduleDay__num {
	display: flex;
	align-items: baseline;
	color: #9a071b;
}

.scheduleDay.is-holiday-dinner .scheduleDay__num::after {
	content: "Dinnerのみ";
	display: inline-block;
	margin-left: 6px;
	color: #9a071b;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 9px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.scheduleDay.is-holiday-dinner .scheduleDay__event {
	background: #9a071b;
	color: #fff;
}

/* 8月までの旧ピッツァの日
================================================== */

.scheduleDay.is-pizza-old {
	background: #fff3e8;
}

.scheduleDay.is-pizza-old .scheduleDay__num {
	color: #b65322;
}

.scheduleDay.is-pizza-old .scheduleDay__event {
	background: #c65f2d;
	color: #fff;
}


/* 9月からのSPECIAL DAY
================================================== */

.scheduleDay.is-special-day {
	background: #fff3e8;
}

.scheduleDay.is-special-day::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	border-radius: 3px 3px 0 0;
	background: #e67e22;
	content: "";
}

.scheduleDay.is-special-day .scheduleDay__num {
	color: #d96812;
}

.scheduleDay.is-special-day .scheduleDay__event {
	background: #e67e22;
	color: #fff;
}

.scheduleDay.is-special-day .scheduleDay__event small {
	display: block;
	margin-bottom: 3px;
	font-family: 'Barlow', sans-serif;
	font-size: 75%;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .05em;
}


/* legend
================================================== */

.scheduleLegend {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-top: 12px;
	font-size: 80%;
}

.scheduleLegend span {
	display: flex;
	align-items: center;
	gap: 6px;
}

.scheduleLegend i {
	display: block;
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
	border-radius: 2px;
}

.scheduleLegend__closed {
	background: #777;
}

.scheduleLegend__dinner {
	background: #9a071b;
}

.scheduleLegend__specialOpen,
.scheduleLegend__holiday {
	background: #9a071b;
}

.scheduleLegend__pizzaOld {
	background: #c65f2d;
}

.scheduleLegend__specialDay {
	background: #e67e22;
}

/* tablet
================================================== */

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

	.scheduleDay {
		min-height: 78px;
		padding: 8px;
	}

	.scheduleDay__event {
		margin-top: 9px;
		font-size: 62%;
	}

	.scheduleDay.is-dinner .scheduleDay__num::after {
		margin-left: 5px;
		font-size: 8px;
	}

}


/* mobile
================================================== */

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

	#scheduleArea {
		padding: 8% 0 4%;
	}

	.scheduleBox {
		width: 94%;
	}

	.scheduleBox + .scheduleBox {
		margin-top: 18%;
	}

	/* header */
	.scheduleHead {
		align-items: flex-end;
		margin-bottom: 5%;
		padding-bottom: 3%;
	}

	.scheduleHead__en {
		font-size: 70%;
	}

	.scheduleHead h2 {
		font-size: 125%;
		line-height: 1.2;
	}

	.scheduleHead__month {
		font-size: 160%;
	}

	/* calendar */
	.scheduleCalendar__week,
	.scheduleCalendar__days {
		column-gap: 2px;
	}

	.scheduleCalendar__week span {
		margin: 0;
		padding: 8px 0;
		border-radius: 3px;
		font-size: 56%;
	}

	.scheduleDay {
		min-width: 0;
		min-height: 72px;
		margin: 1px 0;
		padding: 7px 4px;
		border-right: 0;
		border-bottom: 1px solid #ddd;
		border-radius: 3px;
		overflow: hidden;
	}

	.scheduleDay__num {
		font-size: 100%;
	}

	/* 通常のDinnerのみ */
	.scheduleDay.is-dinner .scheduleDay__num {
		display: block;
	}

	.scheduleDay.is-dinner .scheduleDay__num::after {
		content: "Dinnerのみ";
		display: block;
		margin: 5px 0 0;
		color: #9a071b;
		font-size: 6px;
		font-weight: 700;
		line-height: 1;
		white-space: nowrap;
	}
	
	/* 祝日 ＋ Dinnerのみ */
	.scheduleDay.is-holiday-dinner .scheduleDay__num {
		display: block;
	}

	.scheduleDay.is-holiday-dinner .scheduleDay__num::after {
		content: "Dinnerのみ";
		display: block;
		margin: 5px 0 0;
		color: #9a071b;
		font-size: 6px;
		font-weight: 700;
		line-height: 1;
		white-space: nowrap;
	}	

	/* 共通イベントラベル */
	.scheduleDay__event {
		display: flex;
		position: absolute;
		right: 3px;
		bottom: 7px;
		left: 3px;
		align-items: center;
		justify-content: center;
		width: auto;
		min-height: 28px;
		margin: 0;
		padding: 4px 1px;
		box-sizing: border-box;
		font-size: 7px;
		font-weight: 700;
		line-height: 1.15;
		white-space: nowrap;
		overflow: hidden;
		text-align: center;
	}
	
	/* HTML側でdata-spがある場合は短縮文字を使用 */
	.scheduleDay__event[data-sp] {
		font-size: 0;
	}

	.scheduleDay__event[data-sp]::after {
		content: attr(data-sp);
		font-size: 8px;
		font-weight: 700;
		line-height: 1.15;
		white-space: nowrap;
	}

	/* data-spが無くても、モバイルでは長い表記を短縮 */
	.scheduleDay.is-special-open .scheduleDay__event:not([data-sp]) {
		font-size: 0;
	}

	.scheduleDay.is-special-open .scheduleDay__event:not([data-sp])::after {
		content: "Dinner";
		font-size: 8px;
		font-weight: 700;
	}

	.scheduleDay.is-pizza-old .scheduleDay__event:not([data-sp]) {
		font-size: 0;
	}

	.scheduleDay.is-pizza-old .scheduleDay__event:not([data-sp])::after {
		content: "ピッツァ";
		font-size: 8px;
		font-weight: 700;
	}

	.scheduleDay.is-holiday .scheduleDay__event:not([data-sp]) {
		font-size: 0;
	}

	.scheduleDay.is-holiday .scheduleDay__event:not([data-sp])::after {
		content: "祝日営業";
		font-size: 8px;
		font-weight: 700;
	}

	/* SPECIAL DAY */
	.scheduleDay.is-special-day {
		background: #fff;
	}

	.scheduleDay.is-special-day::before {
		display: none;
	}

	.scheduleDay.is-special-day .scheduleDay__num {
		display: block;
		color: #222;
	}

	.scheduleDay.is-special-day .scheduleDay__num::after {
		content: "SPECIAL DAY";
		display: block;
		margin: 5px 0 0;
		color: #e67e22;
		font-size: 6px;
		font-weight: 700;
		line-height: 1;
		white-space: nowrap;
	}

	/* legend */
	.scheduleLegend {
		gap: 10px 16px;
		margin-top: 14px;
		font-size: 72%;
		line-height: 1.4;
	}

	.scheduleLegend span {
		gap: 5px;
	}

	.scheduleLegend i {
		width: 10px;
		height: 10px;
	}

}


.scheduleNote {
	margin: 14px 0 0;
	color: #9a071b;
	font-size: 80%;
	font-weight: 700;
	line-height: 1.7;
}

.scheduleNote span {
	display: block;
	color: #222;
	font-weight: 500;
}


/* RULE
================================================== */

#ruleArea {
	position: relative;
	z-index: 2;
	padding: 7% 0 4%;
}

.ruleBox {
	width: 86%;
	margin: 0 auto;
}


/* heading */

.ruleHead {
	margin-bottom: 4%;
}

.ruleHead h2 {
	margin: 0;
	font-size: 400%;
	line-height: 1;
}

.ruleHead h2 span {
	padding-left: 1%;
}

.ruleHead h3 {
	padding: .5em 0 1em;
	font-size: 140%;
	font-weight: 600;
}

.ruleLead {
	font-size: 100%;
	line-height: 1.9;
}


/* grid */

.ruleGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}


/* card */

.ruleCard {
	position: relative;
	padding: 7%;
	background: #fff;
	border-top: 4px solid #8e1b22;
	box-sizing: border-box;
	border-radius: 3px;
}

.ruleCard__num {
	margin: 0 0 5%;
	color: #8e1b22;
	font-size: 220%;
	font-weight: 900;
	line-height: 1;
}

.ruleCard h4 {
	margin: 0 0 6%;
	font-size: 125%;
	font-weight: 700;
	line-height: 1.5;
}

.ruleCard__lead {
	margin: 0 0 7%;
	font-size: 90%;
	line-height: 1.8;
}


/* emphasis */

.ruleCard__point {
	margin: 0 0 7%;
	padding: 4%;
	background: #f3f2e8;
	text-align: center;
}

.ruleCard__point p {
	font-size: 80%;
	font-weight: 600;
}

.ruleCard__point strong {
	display: block;
	color: #8e1b22;
	font-size: 170%;
	font-weight: 700;
	line-height: 1.3;
}


/* tel */

.ruleCard__tel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 6%;
	padding: 12px 10px;
	border: 1px solid #8e1b22;
	color: #8e1b22;
	text-decoration: none;
}

.ruleCard__tel span {
	font-size: 70%;
	font-weight: 700;
	letter-spacing: .08em;
}

.ruleCard__tel strong {
	font-size: 160%;
	line-height: 1.2;
}

.ruleCard__tel:hover {
	background: #8e1b22;
	color: #fff;
}


/* course */

.ruleCard__course {
	margin: 0 0 5%;
	line-height: 1.7;
}

.ruleCard__course strong {
	color: #8e1b22;
	font-size: 110%;
}

.ruleCard__link {
	margin-top: 5%;
}

.ruleCard__link a {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	color: #8e1b22;
	font-weight: 700;
	text-decoration: none;
}

.ruleCard__link a::before {
	content: "→";
	display: flex;
	position: absolute;
	top: 50%;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: 1px solid #8e1b22;
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 11px;
	transform: translateY(-50%);
}


/* child rules */

.ruleCard__list {
	margin: 0 0 7%;
	padding: 0;
	list-style: none;
}

.ruleCard__list li {
	position: relative;
	padding: 8px 0 8px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 90%;
	line-height: 1.5;
	font-weight: 600;
}

.ruleCard__list li::before {
	position: absolute;
	top: 14px;
	left: 0;
	color: #8e1b22;
	content: "●";
	font-size: 8px;
}


/* note */

.ruleCard__note {
	margin-top: 7%;
	font-size: 78%;
	line-height: 1.7;
}


/* cancel */

.ruleCancel {
	display: grid;
    grid-template-columns: 34% 1fr;
    gap: 6%;
    align-items: center;
    margin-top: 20px;
    padding: 3.5% 4%;
    background: #fff;
    border-radius: 3px;
    border-top: solid 4px #ccc;
}

.ruleCancel__en {
	margin: 0 0 4px;
	color: #8e1b22;
	font-size: 75%;
	letter-spacing: .08em;
}

.ruleCancel h4 {
	margin: 0;
	font-size: 110%;
	font-weight: 700;
	line-height: 1.5;
}

.ruleCancel > p {
	margin: 0;
	font-size: 88%;
	line-height: 1.8;
}


/* tablet */

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

	.ruleHead h2 {
		font-size: 200%;
	}

	.ruleHead h3 {
		font-size: 100%;
	}

	.ruleGrid {
		grid-template-columns: 1fr 1fr;
	}

	.ruleCard:last-child {
		grid-column: 1 / -1;
	}

}


/* mobile */

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

	#ruleArea {
		padding: 10% 0 5%;
	}

	.ruleBox {
		width: 86%;
	}

	.ruleHead {
		margin-bottom: 7%;
	}

	.ruleHead h2 {
		font-size: 200%;
	}

	.ruleHead h3 {
		font-size: 90%;
		line-height: 1.5;
	}

	.ruleLead {
		font-size: 90%;
		line-height: 1.8;
	}

	.ruleGrid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ruleCard:last-child {
		grid-column: auto;
	}

	.ruleCard {
		padding: 7%;
	}

	.ruleCard__num {
		font-size: 180%;
	}

	.ruleCard h4 {
		font-size: 115%;
	}

	.ruleCard__point strong {
		font-size: 150%;
	}

	.ruleCancel {
		display: block;
		margin-top: 16px;
		padding: 7%;
	}

	.ruleCancel > p {
		margin-top: 5%;
	}

}



