@charset "utf-8";
/* ===================================================
	Meals CSS
====================================================== */

/* ---------------------------------------------------
	Cnav、共通
------------------------------------------------------ */
.cnav { background: var(--color-bg); }

@media screen and (min-width: 601px) {
	.cnav ul li { width: calc((100% - 100px) / 4);}
}


@media screen and (hover: hover) {
}

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


/* ---------------------------------------------------
	Sec01
------------------------------------------------------ */
#sec01 { padding-top: 110px; padding-bottom: 100px; }
#sec01 #sec01_01 { margin-top: 100px; }
#sec01 #sec01_01 h3,
#sec01 #sec01_03 h3 { font-size: 22px; }
#sec01 #sec01_01 h3 span { font-size: 16px; color: var(--color03);}
#sec01 #sec01_01 .txt,
#sec01 #sec01_03 .txt { margin-top: 35px; letter-spacing: 0.1em; }
#sec01 > .photo { margin-top: 55px;}
#sec01 #sec01_02,
#sec01 #sec01_04 { margin-top: 90px; display: flex; justify-content: space-between;}
#sec01 #sec01_02 li,
#sec01 #sec01_04 li { width: min(21%, 250px);}
#sec01 #sec01_02 li .name,
#sec01 #sec01_04 li .name { display: flex; align-items: center; justify-content: center; font-size: 20px; text-align: center; line-height: 1.5; margin-bottom: 35px; }
#sec01 #sec01_02 li .photo,
#sec01 #sec01_04 li .photo { border-radius: 150px; overflow: hidden;}
#sec01 #sec01_02 li .txt,
#sec01 #sec01_04 li .txt { margin-top: 35px; font-size: 14px;}
#sec01 #sec01_03 { margin-top: 135px; }
#sec01 #sec01_03 p { margin-top: 10px; }

@media screen and (hover: hover) {
}

@media screen and (max-width: 600px) {
	#sec01 { padding-top: 50px; padding-bottom: 50px; }
	#sec01 #sec01_01 { margin-top: 40px; }
	#sec01 #sec01_01 h3 { font-size: 18px; }
	#sec01 #sec01_01 h3 span { display: block; font-size: 14px; line-height: 1;}
	#sec01 #sec01_01 .txt { margin-top: 15px; }
	#sec01 > .photo { margin-top: 30px;}
	#sec01 #sec01_02,
	#sec01 #sec01_04 { margin-top: 40px; flex-direction: column; }
	#sec01 #sec01_02 li,
	#sec01 #sec01_04 li { width: 100%; display: flex; align-items: center; flex-wrap: wrap; flex-direction: row-reverse; justify-content: space-between;}
	#sec01 #sec01_02 li .name,
	#sec01 #sec01_04 li .name { width: 65%; justify-content: flex-start; margin-bottom: 0; font-size: 18px; text-align: left;}
	#sec01 #sec01_02 li .photo,
	#sec01 #sec01_04 li .photo { width: 30%; }
	#sec01 #sec01_02 li .txt,
	#sec01 #sec01_04 li .txt { width: 70%; margin: 0; padding-left: 10px; box-sizing: border-box; }
	#sec01 #sec01_02 li + li,
	#sec01 #sec01_04 li + li { margin-top: 30px; }
	#sec01 #sec01_03 { margin-top: 50px; }
	#sec01 #sec01_03 p { margin-top: 5px; }
}


/* ---------------------------------------------------
	Sec02
------------------------------------------------------ */
#sec02 { padding-top: 110px; padding-bottom: 100px; }
#sec02 #sec02_01,
#sec02 #sec02_02 { margin-top: 100px; }
#sec02 #sec02_01 h3,
#sec02 #sec02_02 h3 { font-size: 22px; }
#sec02 #sec02_01 .txt,
#sec02 #sec02_02 .txt { margin-top: 35px; letter-spacing: 0.1em; }
#sec02 > .photo { margin-top: 55px;}
/* #sec02 #sec01_02,
#sec02 #sec01_04 { margin-top: 90px; display: flex; justify-content: space-between;}
#sec02 #sec01_02 li,
#sec02 #sec01_04 li { width: min(21%, 250px);}
#sec02 #sec01_02 li .name,
#sec02 #sec01_04 li .name { display: flex; align-items: center; justify-content: center; font-size: 20px; text-align: center; line-height: 1.5; margin-bottom: 35px; }
#sec02 #sec01_02 li .photo,
#sec02 #sec01_04 li .photo { border-radius: 150px; overflow: hidden;}
#sec02 #sec01_02 li .txt,
#sec02 #sec01_04 li .txt { margin-top: 35px; font-size: 14px;}
#sec02 #sec01_03 { margin-top: 135px; }
#sec02 #sec01_03 p { margin-top: 10px; } */

@media screen and (hover: hover) {
}

@media screen and (max-width: 600px) {
	#sec02 { padding-top: 50px; padding-bottom: 50px; }
	#sec02 #sec02_01 { margin-top: 40px; }
	#sec02 #sec02_01 h3 { font-size: 18px; }
	#sec02 #sec02_01 .txt { margin-top: 15px; }
	#sec02 > .photo { margin-top: 30px;}
	/* #sec02 #sec01_02 { margin-top: 40px; flex-direction: column; }
	#sec02 #sec01_02 li { width: 100%; display: flex; align-items: center; flex-wrap: wrap; }
	#sec02 #sec01_02 li .name { width: 100%; justify-content: flex-start; margin-bottom: 5px; padding-left: calc(30% + 10px); font-size: 18px; }
	#sec02 #sec01_02 li .photo { width: 30%; transform: translateY(-20%); }
	#sec02 #sec01_02 li .txt { width: 70%; margin: 0; padding-left: 10px; box-sizing: border-box; }
	#sec02 #sec01_02 li + li { margin-top: 30px; }
	#sec02 #sec01_03 { margin-top: 50px; }
	#sec02 #sec01_03 p { margin-top: 5px; } */
}


/* ---------------------------------------------------
	Sec03
------------------------------------------------------ */
#sec03 { padding-top: 80px; padding-bottom: 100px; }
#sec03 #sec03_01 { margin-top: 90px; }
#sec03 #sec03_01 h3 { font-size: 22px; }
#sec03 #sec03_01 .txt { margin-top: 35px; letter-spacing: 0.1em; }
#sec03 #sec03_01 .caution { font-size: 14px; color: var(--color03); margin-top: 10px; }
#sec03 #sec03_02 { margin-top: 65px; overflow: hidden;}
#sec03 #sec03_03 { padding-top: 60px; }
#sec03 #sec03_03 .detail_col { display: flex; justify-content: space-between; padding: 40px 45px; border: 1px solid var(--color03); }
#sec03 #sec03_03 .detail_col dt { line-height: 1; flex-shrink: 0; width: 255px; margin-top: 7px; }
#sec03 #sec03_03 .detail_col dt .ja { font-size: 22px; display: block;}
#sec03 #sec03_03 .detail_col dt .font_en { font-size: 20px; color: var(--color03); margin-top: 15px; display: block; }
#sec03 #sec03_03 .detail_col dd { line-height: 2.25; }
#sec03 #sec03_03 .detail_col dd .color_gr { color: var(--color03); font-size: 14px;}
#sec03 #sec03_03 .photo { margin-top: 55px; display: flex; justify-content: center; }
#sec03 #sec03_03 .photo li { width: max(40%, 480px);}

@media screen and (hover: hover) {
}

@media screen and (max-width: 600px) {
	#sec03 { padding-top: 40px; padding-bottom: 50px; }
	#sec03 #sec03_01 { margin-top: 40px; }
	#sec03 #sec03_01 h3 { font-size: 18px; }
	#sec03 #sec03_01 .txt { margin-top: 15px; }
	#sec03 #sec03_01 .caution { font-size: 13px;}
	#sec03 #sec03_02 { margin-top: 30px;}
	#sec03 #sec03_03 { padding-top: 40px; }
	#sec03 #sec03_03 .detail_col { flex-direction: column; padding: 30px 30px; }
	#sec03 #sec03_03 .detail_col dt {  width: 100%; margin-top: 0; }
	#sec03 #sec03_03 .detail_col dt .ja { font-size: 20px; display: block;}
	#sec03 #sec03_03 .detail_col dt .font_en { font-size: 16px; margin-top: 10px; }
	#sec03 #sec03_03 .detail_col dd { line-height: 2; margin-top: 20px; }
	#sec03 #sec03_03 .detail_col dd .color_gr { font-size: 12px; margin-top: 5px;}
	#sec03 #sec03_03 .photo { margin-top: 30px; }
	#sec03 #sec03_03 .photo li { width: 49%;}
}


/* ---------------------------------------------------
	Sec04
------------------------------------------------------ */
#sec04 { padding-top: 75px; padding-bottom: 145px; }
#sec04 h2 { margin-bottom: 45px; }
#sec04 > .photo { margin-bottom: 100px; }
#sec04 #sec04_01 section { display: flex; justify-content: space-between; }
#sec04 #sec04_01 section .detail_col { }
#sec04 #sec04_01 section .detail_col .name { font-size: 22px; margin-bottom: 25px;}
#sec04 #sec04_01 section .detail_col .name span { font-size: 18px; }
#sec04 #sec04_01 section .detail_col .name .clr_gr { color: var(--color03);}
#sec04 #sec04_01 section .detail_col dl div { display: flex; }
#sec04 #sec04_01 section .detail_col dl div dt { width: 100px; flex-shrink: 0; }
#sec04 #sec04_01 section .detail_col dl div dd { flex-grow: 1;}
#sec04 #sec04_01 section .detail_col dl div dd .tel-link { color: #f2f2f2; font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;}
#sec04 #sec04_01 section .detail_col .link_col { display: flex; margin-top: 30px; }
#sec04 #sec04_01 section .detail_col .link_col li + li { margin-left: 25px; }
#sec04 #sec04_01 section .detail_col .link_col li a { color: #f2f2f2; padding: 0 5px 10px; display: block;}
#sec04 #sec04_01 section .detail_col .link_col li a::after { background: #596269; }
#sec04 #sec04_01 section + section { margin-top: 60px;}

@media screen and (hover: hover) {
}

@media screen and (min-width: 601px) {
	#sec04 #sec04_01 section { align-items: flex-start; }
	#sec04 #sec04_01 section .photo_col { width: max(550px, 55%); }
	#sec04 #sec04_01 section .detail_col { width: max(450px, 45%); padding: 25px 0 0 65px; }
}

@media screen and (max-width: 600px) {
	#sec04 { padding-top: 50px; padding-bottom: 80px; }
	#sec04 h2 { margin-bottom: 20px;  }
	#sec04 > .photo { margin-bottom: 30px; }
	#sec04 #sec04_01 section { flex-direction: column-reverse; }
	#sec04 #sec04_01 section .photo_col { margin-top: 25px; }
	#sec04 #sec04_01 section .detail_col .name { font-size: 18px; margin-bottom: 15px;}
	#sec04 #sec04_01 section .detail_col .name span { font-size: 14px; }
	#sec04 #sec04_01 section .detail_col .link_col { margin-top: 15px; }
	#sec04 #sec04_01 section .detail_col .link_col li + li { margin-left: 15px; }
	#sec04 #sec04_01 section + section { margin-top: 40px;}
}