@charset "utf-8";
/* /nursery/lunch/ セリオの給食 */
img {
	max-width: 100%;
	vertical-align: bottom;
}
.lunch {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #333;
}

/* KV */
#kvWrap {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
#kvTtlWrap {
	background-color: #ffe5dc;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
#kvTtlWrap::before,
#kvTtlWrap::after {
	content: '';
	display: block;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
}
#kvTtlWrap::before {
	background-image: url("/img/nursery/lunch/ico_illu_01.png");
}
#kvTtlWrap::after {
	background-image: url("/img/nursery/lunch/ico_illu_02.png");
}
.kvTtl {
	color: #634b4b;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: -0.1em;
}
.kvTtl em {
	font-style: normal;
}
.kvTtl .ttl,
.kvTtl .sub {
	display: block;
}
.kvTtl .ttl {
	margin-bottom: 0.25em;
}
/* Contents */
.contentsWrap {
	background-image: url("/img/nursery/lunch/contents_bg.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100%  auto;
	padding-left: 5%;
	padding-right: 5%;
	border-bottom: #dbdbdb 1px solid;
}
.contentsTtl {
	color: #f7943b;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.5em;
}
.boxTtl {
	display: inline-block;
	background-color: #f7943b;
	color: #fff;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: normal;
	padding: 0 0.25em;
	margin-bottom: 0.5em;
}
/* カレンダー */
.calendar_wrap {
	background-color: #fff;
	padding-left: 5%;
	padding-right: 5%;
}
.calendar_frame {
	margin-left: auto;
	margin-right: auto;
	background-color: #fffde8;
	border: #eb304a 4px solid;
	text-align: center;
}
.calendar_ttl {
	color: #eb304a;
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: 0.5em;
	font-weight: normal;
}
#nursery main .calendar_link a {
	display: block;
	background-color: #eb304a;
	border-radius: 2em;
	border: #eb304a 2px solid;
	color: #fff;
	font-family: 'Kosugi Maru', sans-serif;
}

/* SP */
@media screen and (max-width:767px){
#kvWrap {
	aspect-ratio: 768 / 550;
	background-image: url("/img/nursery/lunch/kv_sp.jpg");
}
#kvTtlWrap {
	width: 90%;
	border-radius: 10px;
	padding: 20px 0;
	bottom: -70px;
}
#kvTtlWrap::before,
#kvTtlWrap::after {
	width: 65px;
	bottom: -30px;
}
#kvTtlWrap::before {
	left: -5%;
}
#kvTtlWrap::after {
	right: -5%;
}
.kvTtl .ttl {
	font-size: 6vw;
}
.kvTtl .ttl .fsS {
	font-size: 0.8em;
}
.kvTtl .sub {
	font-size: 5vw;
}
/* Contents */
.contentsWrap {
	padding-top: 95px;
	padding-bottom: 30px;
}
.contentsTtl {
	font-size: 7.5vw;
	line-height: 1.4;
	margin-top: -0.5em;
}
.boxTtl {
	font-size: 2.4rem;
}
.boxTxt {
	font-size: 1.4rem;
	margin-bottom: 1em;
}
.boxPhoto2col {
	margin-bottom: 15px;
}
.contentBox + .contentBox {
	margin-top: 30px;
}
/* カレンダー */
.calendar_wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}
.calendar_frame {
	border-radius: 10px;
	padding: 20px;
}
.calendar_ttl {
	font-size: 2.2rem;
	line-height: 1.4;
}
.calendar_link > li {
	margin-bottom: 15px;
}
.calendar_link > li:last-child {
	margin-bottom: 0;
}
#nursery main .calendar_link a {
	font-size: 1.8rem;
	padding: 0.25em;
}
}

/* PC */
@media print, screen and (min-width:768px) {
/* KV */
#kvWrap {
	aspect-ratio: 1920 / 830;
	background-image: url("/img/nursery/lunch/kv_pc.jpg");
}
#kvTtlWrap {
	width: 80%;
	max-width: 730px;
	border-radius: 20px;
	padding: 20px 0;
	bottom: -80px;
}
#kvTtlWrap::before,
#kvTtlWrap::after {
	width: 176px;
	bottom: -60px;
}
#kvTtlWrap::before {
	left: -130px;
}
#kvTtlWrap::after {
	right: -130px;
}
.kvTtl .ttl {
	font-size: 4.8rem;
}
.kvTtl .ttl .fsS {
	font-size: 4rem;
}
.kvTtl .sub {
	font-size: 3.6rem;
}
.text-emphasis-dot {
	padding-top: 0.75em;
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 1em 1em;
	background-image: radial-gradient(0.15em 0.15em at center center, #ff9f49, #ff9f49 100%, transparent);
}
/* Contents */
.contentsWrap {
	padding-top: 160px;
	padding-bottom: 80px;
}
.contentsTtl {
	font-size: 5.5rem;
}
.boxTtl {
	font-size: 4.6rem;
}
.boxTxt {
	font-size: 1.8rem;
}
.contentBox {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.contentBox .txtBox {
	width: 56.3%;
	line-height: 1.8;
	padding-bottom: 50px;
}
.contentBox .photoBox {
	width: 40.4%;
	padding-bottom: 50px;
}
.contentBox2nd .photoBox {
	padding-bottom: 0;
}
.contentBox + .contentBox {
	margin-top: 80px;
}
.contentBox .txtBox .boxTxt {
	margin-bottom: 75px;
}
.contentBox .photoBox,
.contentBox .txtBox {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.contentBox1st .photoBox {
	background-image: url("/img/nursery/lunch/box_bg_illu_01.png");
}
.contentBox2nd .txtBox {
	background-image: url("/img/nursery/lunch/box_bg_illu_02.png");
}
.contentBox3rd .photoBox {
	background-image: url("/img/nursery/lunch/box_bg_illu_03.png");
}
.contentBox4th .photoBox {
	background-image: url("/img/nursery/lunch/box_bg_illu_04.png");
}
.contentBox5th .photoBox {
	background-image: url("/img/nursery/lunch/box_bg_illu_05.png");
}
.contentBox6th .photoBox {
	background-image: url("/img/nursery/lunch/box_bg_illu_06.png");
}
.contentBox:nth-child(odd) .txtBox {
	order: 2;
}
.contentBox:nth-child(odd) .photoBox {
	order: 1;
}
/* カレンダー */
.calendar_wrap {
	padding-top: 95px;
	padding-bottom: 95px;
}
.calendar_frame {
	padding: 80px;
	border-radius: 20px;
}
.calendar_ttl {
	font-size: 4.4rem;
}
.calendar_link {
	display: flex;
	justify-content: space-between;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.calendar_link > li {
	width: 48%;
}
#nursery main .calendar_link a {
	font-size: 2.8rem;
	padding: 0.5em;
}
}

/* PCは電話番号リンクを無効にする */
@media (min-width: 769px) {
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
}
/* タブレット */
@media all and (min-width: 768px) and (max-width: 1024px) {
}

/* hover */
@media (hover: hover) {
#nursery main .calendar_link a {
	transition: 0.3s;
}
#nursery main .calendar_link a:hover {
	text-decoration: none;
	color: #eb304a;
	background-color: #fff;
}
}