@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 article h3.program {
	color: #060606;
}
#flow-of-the-day .one-day-of-the-shane {
	margin-bottom: 10%;
}

#flow-of-the-day .wrap01 {
	background: #ddf0dd;
	width: 100%;
	padding: 2%;
}
#flow-of-the-day .wrap01 .table-wrap {
	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 {
	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%;
}
@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%;
	}
}
@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 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 .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%;
}
@media screen and (max-width: 1280px){
	#flow-of-the-day .in-facility-work h4 ,
	#flow-of-the-day .out-facility-work h4 {
		font-size: 1.8em;
	}
}
#flow-of-the-day h5 {
	font-size: 200%;
	margin: 0;
	padding-left: 1%;
}
@media screen and (max-width: 1280px){
	#flow-of-the-day h5 {
		font-size: 1.6em;
	}
}
#flow-of-the-day .wrap02-01 div.wrap02-01-img {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (min-width: 831px){
	#flow-of-the-day .wrap02-01 .wrap02-01-caption {
		width: 32%;
		margin: 1%;
		margin-right: 2%;
	}
	#flow-of-the-day .wrap02-01 div.wrap02-01-img {
		width: 60%;
		margin: 0%;
	}
}
@media screen and (max-width: 830px){
	#flow-of-the-day .wrap02-01 .wrap02-01-caption {
		width: 100%;
		margin: 1% 0;
	}
	#flow-of-the-day .wrap02-01 div.wrap02-01-img {
		width: 100%;
		margin: 0%;
	}
}
@media screen and (min-width: 360px){
	#flow-of-the-day div.wrap02-01-img img {
		width: 45.8%;
		height: auto;
		margin: 2%;
	}
}
@media screen and (max-width: 359px){
	#flow-of-the-day div.wrap02-01-img img {
		width: 92%;
		height: auto;
		margin: 4%;
	}
}
#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;
}
#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: 1081px){
	#flow-of-the-day .table-wrap .in-work {
		width: 1080px;
	}
}
@media screen and (min-width: 1001px) and (max-width: 1080px){
	#flow-of-the-day .table-wrap .in-work {
		width: 100%;
	}
}
@media screen and (min-width: 280px) and (max-width: 1000px){
	#flow-of-the-day .table-wrap .in-work {
		width: 100%;
	}
}

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



