@charset "UTF-8";
/**************************************/
/* CSS file For shane ODAWARA         */
/* FileName: flow-of-the-day.css      */
/* date: 2024.12.24                   */
/**************************************/
/* 一日の流れ */
#flow-of-the-day .page-current p{
	left: 701px;
}
#flow-of-the-day .sub-menu-wrap1 h3 {
	line-height: 1.5em;
	margin: 0 0 2%;
}
#flow-of-the-day .small {
	font-size: 75%;
}
#flow-of-the-day h3 {
	text-align: center;
	font-size: 2.6em;
	margin: 0 15% 2%;
}
#flow-of-the-day h3.one-day-flow {
	color:#508855;
	font-size: 300%;
	margin: 0% 0 2%;
}
@media screen and (min-width: 280px)  and (max-width: 374px){
	#flow-of-the-day h3.one-day-flow {
		font-size: 200%;
	}
}

#flow-of-the-day h3.program {
	font-size: 2.6em;
	margin: 0 0 2%;
	color: #060606;
}
#flow-of-the-day .one-day-of-the-shane {
	margin-bottom: 10%;
}
#flow-of-the-day .wrap01 {
	display: inline-block;
	width: 100%;
	padding: 2% 0 1%;
	max-width: 1080px;
}
@media screen and (min-width: 1080px){
	#flow-of-the-day .wrap01 {
		
	}
}
@media screen and (max-width: 1079px){
	#flow-of-the-day .wrap01 {
	}
}




#flow-of-the-day .wrap01-01 {
	background: #e2effd;
	padding: 4.5%;
	margin: 0 4% 1%;
	/*border-radius: 10px;*/
	display: inline-block;
	width: 92%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
#flow-of-the-day .wrap01-01 img {
	text-align: center;
}
#flow-of-the-day .wrap01-01-res {
	display: none;
}



#flow-of-the-day .wrap02 {
	background: #ddf0dd;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 0%;
}





/*#flow-of-the-day .wrap02-01 {
	padding: 3%;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}*/

@media screen and (min-width: 831px){
	#flow-of-the-day .wrap02-01 {
		padding: 3%;
		margin: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		width: 100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media screen and (max-width: 830px){
	#flow-of-the-day .wrap02-01 {
		padding: 3%;
		margin: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}


/*#flow-of-the-day .wrap02-02 {
	padding: 3.5%;
	margin: 0%;
	border-radius: 10px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}*/
#flow-of-the-day h4 {
	font-size: 200%;
	margin: 0;
	padding: 0;
}
#flow-of-the-day h4.in-work {
    color: #320e14;
    margin: 2% 4.5% 1%;
	padding: 0;
	font-size: 120%;
	text-align: center;
}

#flow-of-the-day table {
	white-space: nowrap;
}
#flow-of-the-day {
	background: #fff;
}

#flow-of-the-day table {
	border-spacing: 0;
	width: 100%;
}
#flow-of-the-day tbody {
	width: fit-content;
	border: 3px solid;
}
#flow-of-the-day th,
#flow-of-the-day td {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-spacing: 0;
	text-align: center;
	padding: 0 2% 0.7%;
}
@media screen and (min-width: 680px){
	#flow-of-the-day th,
	#flow-of-the-day td {
		font-size: 120%;
	}
}
@media screen and (min-width: 640px)  and (max-width: 679px){
	#flow-of-the-day th,
	#flow-of-the-day td {
		font-size: 110%;
	}
}
@media screen and (min-width: 568px)  and (max-width: 639px){
	#flow-of-the-day th,
	#flow-of-the-day td {
		font-size: 100%;
	}
}
@media screen and (min-width: 414px)  and (max-width: 568px){
	#flow-of-the-day th,
	#flow-of-the-day td {
		font-size: 90%;
	}
}
@media screen and (min-width: 360px)  and (max-width: 413px){
	#flow-of-the-day th,
	#flow-of-the-day td {
		font-size: 80%;
	}
}
@media screen and (min-width: 320px)  and (max-width: 359px){
	#flow-of-the-day th,
	#flow-of-the-day td {
		font-size: 70%;
	}
}
@media screen and (min-width: 280px)  and (max-width: 319px){
	#flow-of-the-day th,
	#flow-of-the-day td {
		font-size: 60%;
	}
}
#flow-of-the-day td.hidden {
	display: none;
}
#flow-of-the-day  .row1, .row3, .row5, .row7, .row9, .row11 {
	background-color: #ddf0dd;
}
#flow-of-the-day .row2, .row4, .row6, .row8, .row10, .row12 {
	background-color: #fcfcfc;
}
.row1 th {
	border-right: 1px solid;
	text-align: center;
}
.row2 {
	border-top: 1px solid;
}
#flow-of-the-day .out-work .bgc-white {
	background: #fff;
}
#flow-of-the-day .out-work .bgc-lime-green {
	background: #508855;
}
#flow-of-the-day .tal {
	text-align: left;
}

#flow-of-the-day .in-facility-work {
	margin-bottom: 10%;
}
#flow-of-the-day .out-site-work {
	margin-bottom: 10%;
}

/*#flow-of-the-day .in-work .col1 {
	width: 36%;
}*/
#flow-of-the-day .in-work .col2 {
	width: 36%;
}
@media screen and (min-width: 640px) {
	#flow-of-the-day .in-work .col1 {
		width: 36%;
	}
	#flow-of-the-day .in-work .col2 {
		width: 36%;
	}
}
@media screen and (min-width: 414px)  and (max-width: 639px){
	#flow-of-the-day .in-work .col1 {
		width: 34%;
	}
	#flow-of-the-day .in-work .col2 {
		width: 38%;
	}
}
@media screen and (min-width: 414px)  and (max-width: 639px){
	#flow-of-the-day .in-work .col1 {
		width: 32%;
	}
	#flow-of-the-day .in-work .col2 {
		width: 40%;
	}
}
@media screen and (min-width: 280px)  and (max-width: 413px){
	#flow-of-the-day .in-work .col1 {
		width: 30%;
	}
	#flow-of-the-day .in-work .col2 {
		width: 42%;
	}
}
#flow-of-the-day .in-facility-work h4 {
	color: #508855;
	font-size: 2.6em;
	text-align: center;
	margin: 0 0 3%;
}
#flow-of-the-day .out-site-work h4 {
	color: #508855;
	font-size: 2.6em;
	text-align: center;
	margin: 0 0 3%;
}
#flow-of-the-day h5 {
	font-size: 200%;
	margin: 0;
	padding-left: 1%;
}
/*#flow-of-the-day .wrap02-01 .wrap02-01-caption {
	width: 32%;
	float: left;
	margin: 1%;
	margin-right: 2%;
}
#flow-of-the-day .wrap02-01 div.wrap02-01-img {
	width: 60%;
	float: left;
	margin: 0%;
}*/
@media screen and (min-width: 831px){
	#flow-of-the-day .wrap02-01 .wrap02-01-caption {
		width: 32%;
		float: left;
		margin: 1%;
		margin-right: 2%;
	}
	#flow-of-the-day .wrap02-01 div.wrap02-01-img {
		width: 60%;
		float: left;
		margin: 0%;
	}
}
@media screen and (max-width: 830px){
	#flow-of-the-day .wrap02-01 .wrap02-01-caption {
		width: 100%;
		float: left;
		margin: 1%　0;
	}
	#flow-of-the-day .wrap02-01 div.wrap02-01-img {
		width: 100%;
		float: left;
		margin: 0%;
	}
}

#flow-of-the-day div.wrap02-01-img img {
	height: auto;
	/*min-height: 170px;*/
	float: left;
}
@media screen and (min-width: 360px){
	#flow-of-the-day div.wrap02-01-img img {
		width: 46%;
		margin: 2%;
	}
}
@media screen and (max-width: 359px){
	#flow-of-the-day div.wrap02-01-img img {
		width: 92%;
		margin: 4%;
	}
}
/*#flow-of-the-day .wrap02-02 .wrap02-02-caption {
	width: 31%;
	min-height: 179px;
	float: left;
	margin: 1%;
}
#flow-of-the-day div.wrap02-02-img {
	width: 60%;
	min-height: 179px;
	float: left;
	margin: 1%;
}
#flow-of-the-day div.wrap02-02-img img {
	width: 46%;
	margin: 2%;
	height: auto;
	min-height: 170px;
	float: left;
}*/
#flow-of-the-day .text-box {
	background: #84c58969;
	padding: 1em 0;
}
#flow-of-the-day .text-box p {
	padding: 0.5% 4% 0.5%;
	margin: 0;
	font-size: 1em;
	/*font-weight: bold;*/
}
#flow-of-the-day .lunch-menu {
	margin-bottom: 10%;
}
#flow-of-the-day .lunch-menu h4 {
	color: #508855;
	font-size: 2.6em;
	text-align: center;
	margin: 0 0 3%;
}
#flow-of-the-day .lunch-menu-box {
    background: #ddf0dd;
    display: inline-block;
    width: 100%;
    padding: 2% 0 1%;
}
#flow-of-the-day .lunch-menu-box h5 {
	margin: 2% 0 0;
	color: #0043cc;
}
#flow-of-the-day .lunch-menu-box p {
	clear: both;
	padding: 1% 2% 4%;
	font-size: 120%;
	color: #508855;
	font-weight: 600;
}
#flow-of-the-day .greenbg {
    background: #e2effd;
    padding: 2%;
    margin: 0 2% 1%;
    border-radius: 10px;
    display: inline-block;
}

#flow-of-the-day .fb-l {
	width: 48%;
	margin-right: 4%;
	float: left;
}
#flow-of-the-day .fb-r {
	width: 48%;
	float: left;
}
#flow-of-the-day .lunch-menu-sample-box {
	margin-top: 15px;
	padding-right: 20px;
}

#flow-of-the-day .lunch-menu-sample {
	width: 45%;
	float: right;
}
#flow-of-the-day .lunch-menu-sample-caption {
	float: left;
	width: 55%;
}

#flow-of-the-day .lunch-menu-box .lunch-menu-sample .fb img {
    width: 100%;
    padding: 0%;
}


#flow-of-the-day .table-wrap {
	margin: 2% 0;
}
#flow-of-the-day .table-wrap .in-work {
	border: 3px solid;
	margin: 0 auto;
}
@media screen and (min-width: 1080px){
	#flow-of-the-day .table-wrap .in-work {
		width: 1080px;
	}
}
@media screen and (min-width: 851px) and (max-width: 1000px){
	#flow-of-the-day .table-wrap .in-work {
		width: 100%;
	}
}
@media screen and (min-width: 667px)  and (max-width: 850px){
	#flow-of-the-day .table-wrap .in-work {
		width: 100%;
	}
}
@media screen and (min-width: 640px)  and (max-width: 666px){
	#flow-of-the-day .table-wrap .in-work {
		width: 100%;
	}
}
@media screen and (min-width: 568px)  and (max-width: 639px){
	#flow-of-the-day .table-wrap .in-work {
		width: 100%;
	}
}
@media screen and (min-width: 414px)  and (max-width: 567px){
	#flow-of-the-day .table-wrap .in-work {
		width: 100%;
	}
}
@media screen and (min-width: 360px)  and (max-width: 413px){
	#flow-of-the-day .table-wrap .in-work {
		width: 100%;
	}
}
@media screen and (min-width: 280px)  and (max-width: 359px){
	#flow-of-the-day .table-wrap .in-work {
		width: 100%;
	}
}



#flow-of-the-day .fb img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#flow-of-the-day .fb2 img {
	width: 100%;
	margin: 0 auto;
}



@media screen and (max-width: 359px){
	.fod-br::after {
		content: "A" ;
		white-space: pre;
	}
}



