@charset "UTF-8";
/* CSS Document */
.page_img {
	background-image: url("../img/park/osekihan/bg_head_osekihan.jpg");
}
section{
	margin-bottom: 100px;
}
.container_wrap h2.ttl{
	background-image: url("../img/park/osekihan/bg_h2_pic_osekihan.png"),url("../img/park/osekihan/bg_h2_osekihan.jpg");
}
.container_wrap h2.ttl.osekihan_head {
    padding: 0;
    background: no-repeat;
    color: #b22222;
}
/*=====お赤飯が登場する行事=====*/
/*----一生----*/
.life_wrap{
	background: url("../img/park/osekihan/life_arrow.png") no-repeat center / 100% 100%;
    margin-bottom: 60px;
}
.life {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
.life:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.life li {
	width: 17.8%;
    max-width: 160px;
    height: 16vw;
    max-height: 160px;
    background: #fce5e4;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	margin: 20px 1.2%;
    position: relative;
}
.life li::after {
	display: block;
	width: 100%;
    position: absolute;
	left: 0;
    bottom: -1.5em;
	text-align: center;
	line-height: 120%;
}
.life li.okuisome::after{
    content: "●お食い初め";	
}
.life li.obiiwai::after{
    content: "●帯祝い";	
}
.life:first-child li {
    margin-top: 0;
}
.life:last-child li {
    margin-bottom: 0;
}
.life li.opa0{
	opacity: 0;
}
.life li .inner {
    text-align: center;
}
.life .txt {
    text-align: center;
    font-size: 1.25em;
    line-height: 140%;
    color: #40220f;
}
/*----一年----*/
.koyomi_list {
    display: flex;
    justify-content: center;
}
.list_flex {
	margin: 0 1.5%;
    background: #fefae6;
    border: 1px solid #ac8047;
    margin-bottom: 30px;
    flex-grow: 1;
}
.list_flex .name {
    text-align: center;
    line-height: 100%;
    background: #ac8047;
    color: #ffffff;
    font-size: 1.25em;
    padding: 0.3em 0;
}
.img_list {
    display: flex;
    justify-content: center;
}
.img_list .img_wrap{
	width: 100%;
	max-width: 85px;
    padding: 20px 0;
    margin-left: 2%;
    margin-right: 2%;
}
.img_list .img {
	margin: 0 auto 5px;
}
.img_list .txt {
    text-align: center;
    font-size: 0.935em;
    line-height: 140%;
}
.txt_right {
    text-align: right;
    line-height: 160%;
}
/*=====なぜなぜ？お赤飯=====*/
.why_wrap .why {
    background: #fff6e4;
    border: 2px dashed #f1ddb8;
    box-shadow: 0 0 0 10px #fff6e4, 10px 10px 10px 0 rgba(0,0,0,0.3);
	margin-bottom: 75px;
	padding: 25px 30px;
	width: calc(100% - 20px);
}
.why_wrap .why h3.ttl {
    padding-top: 10px;
	padding-left: 8px;
    line-height: 130%;
    margin-bottom: 20px;
}

.why_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.why_flex .svg_wrap {
    width: 50%;
}
.why_flex .why_wrap {
	width: 44%;
    margin-top: 10px;
}
.why_flex .why_wrap .why {
    width: 100%;
}

.why_wrap .why .txt_wrap .txt .name{
    color: #b8142b;
    font-weight: bold;
    font-size: 1.125em;
}
.why_wrap.longver .why {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
.why_wrap.longver .why:nth-of-type(2n){
	flex-direction: row-reverse;
}
.why_wrap.longver .why .img_wrap {
    width: 35.8%;
    max-width: 335px;
}
.why_wrap.longver .why .txt_wrap{
	width: 61.5%;	
}
.why_wrap.longver .why .txt_wrap .txt {
    margin-right: 35px;
}
/*=====昔ながらのお赤飯の作り方=====*/
.howto_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-start;
}
.howto_flex .img_wrap{
	width: 48%;
    border-radius: 10px;
    overflow: hidden;
}
.howto_flex .txt_wrap{
	width: 49%;
}
.howto_flex .txt_wrap .ttl{
	color: #b8142b;
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.howto_flex .method li {
    counter-increment: number;
    margin-bottom: 10px;
    line-height: 174%;
    text-indent: -1em;
    padding-left: 1em;
}
.howto_flex .method li::before {
    content: counter(number);
    text-align: center;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50%;
    text-indent: 0;
    font-size: 0.8em;
    line-height: 16px;
    padding: 0;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
}
/*=====炊飯器でもおいしく！=====*/
.end_wrap{
	position: relative;
}
.end_wrap .img{
	width: 100%;
	max-width: 1000px;
	height: 50vw;
	max-height: 550px;
	background: url("../img/park/osekihan/bg_end.jpg") no-repeat center / cover;
    border-radius: 10px;
}
.end_wrap .txt_wrap {
    width: 90%;
    max-width: 580px;
    padding: 2em;
    line-height: 200%;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 35px;
    left: 5%;
    z-index: 2;
}
@media screen and (max-width:1000px) {
/*=====なぜなぜ？お赤飯=====*/
.why_flex .why_wrap {
    width: 100%;
}
.why_flex .why_wrap .why {
    width: calc(100% - 20px);
}
.why_flex .svg_wrap {
    width: 100%;
    max-width: 497px;
    margin: 0 auto 40px;
}
}
@media screen and (max-width:900px) {
/*=====昔ながらのお赤飯の作り方=====*/
.howto_flex .txt_wrap {
    width: 100%;
}
.howto_flex .img_wrap {
    width: 100%;
    height: 40vw;
    max-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.howto_flex .img_wrap .img {
    width: 100%;
}
.howto_flex .txt_wrap .ttl,
.howto_flex .method li {
    margin-bottom: 5px;
    line-height: inherit;
}
}
@media screen and (max-width:768px) {
/*----一生----*/
.life_outer {
	height: 162.644vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.life_wrap {
    margin-bottom: 0;
    transform: rotate(90deg);
    min-width: 162.644vw;
    min-height: 92vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-size: 100% 95%;
}
.life {
    width: 90%;
    justify-content: space-between;
}
.life li {
    height: 54.2vw;
    width: 54.2vw;
    transform: rotate(-90deg);
    margin: 0;
    max-width: 27vw;
    max-height: 27vw;
}
.life .txt {
    font-size: 1em;
    width: 100%;
}
.life li::after {
	bottom: -0.5vw;
}
}
@media screen and (max-width:600px) {
	section{
		margin-bottom: 60px;
	}
/*=====お赤飯が登場する行事=====*/
/*----一生----*/
.life li .img{
	width: 50px;
}
/*----一年----*/
.koyomi_list {
    display: block;
	margin-bottom: 15px;
}
.list_flex {
    display: flex;
    margin-bottom: 1px;
}
.list_flex .name {
    padding: 0.5em;
}
.list_flex .img_list {
    width: calc(100% - 3em);
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.list_flex .img_list .img_wrap {
    margin: 0;
    padding: 5px 0 7px;
}
.txt_right {
    text-align: left;
}
/*=====なぜなぜ？お赤飯=====*/
.why_wrap .why {
    margin-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto 50px;
}
.why_wrap.longver .why {
    display: block;
}
.why_wrap.longver .why .txt_wrap,
.why_wrap.longver .why .img_wrap{
    width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.why_wrap.longver .why .txt_wrap{
	margin-bottom: 20px;
}
.why_wrap.longver .why .txt_wrap .txt{
	margin-right: 0;
}
	.why_wrap .why h3.ttl{
		text-align: left;
	}
.why_wrap .why h3.ttl br{
	display: none;
}
/*=====炊飯器でもおいしく！=====*/
.end_wrap .txt_wrap {
    position: static;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    line-height: inherit;
}
}
@media all and (-ms-high-contrast: none){
	.howto_flex .method li::before{
		line-height: 13px;
}
}