
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


.ns_900 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.ns_700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.all_bk {
    top: 0;
	padding: 0;
	margin-bottom: 7rem;
}
.yado_bk::before {
    transform: inherit;
	background-color: #ffffff;
}
.blk_wrapper {
    padding: 2rem 20px;
    background-color: #fffacb;
}
h2#plan {
    margin-bottom: 0;
	margin-top: 15rem;
}
#blk06{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#blk06 .top_img_box{
	display: flex;
	margin: 1rem 0;
    gap: 1rem;
}
#blk06 .top_img_box_l{
	box-sizing: border-box;
	width: 55%;
}
#blk06 .top_img_box_l img{
	border: #000f7e solid 2px;
	box-sizing: border-box;

}

#blk06 .top_img_box_r{
	width: 45%;
    background-color: #000f7e;
    padding: 2rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 0 0;
    align-content: center;
}
#blk06 .top_img_box_r dl{
	color: #fff;
	margin-top: 1.5rem;
}
#blk06 .top_img_box_r dl dt{
	font-size: 1.8rem;
}
#blk06 .top_img_box_r dl dt span{
	font-size: 1.5rem;
    font-weight: 500;
    padding-left: 0.5rem;
}
#blk06 .top_img_box_r dl dd{
	font-size: 1.2rem;
    display: flex;
    align-items: stretch;
	margin-top: 0.7rem;
}
#blk06 .top_img_box_r dl dd span{
	font-size: 2.4rem;
	padding: 0 1px;
}
#blk06 .icon{
	background-color: #fff;
    color: #000f7e;
	display: inline-block;
	padding: 0.5rem 0.5rem 0;
	border-radius: 3px;
	margin-right: 1rem;
	width: 60px;
}
#blk06 .icon img{
    display: block;
    width: 40px;
    margin: 0 auto;
}
#blk06 .icon span{
	display: block;
	text-align: center;
	font-size: 1.0rem !important;
	font-weight: bold;
}
#blk06 .date{
    border-bottom: 5px solid #FFEB13;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: bold;
}
#blk06 .top_img_title{
	background-color: #FFEB13;
    display: inline-block;
    padding: 0.1rem 4rem;
    font-size: 2.0rem;
    color: #000f7e;
}
#blk06 .open_period{
	display: flex;
    gap: 1rem;
    align-items: stretch;
	min-height:100px;
}
#blk06 .open{
    font-size: 5.0rem;
    width: 23%;
    border: #000f7e solid 2px;
    text-align: center;
    display: flex;
	background-color: #c60000;
    justify-content: center;
    color: #fff;
	line-height: 1.8;
}
#blk06 .kikan{
	font-size: 6rem;
    text-align: center;
    width: 77%;
    border: 2px solid #000f7e;
    display: flex;
    justify-content: center;
    align-items: baseline;
	color: #000f7e;
	padding: 0 1rem;
    box-sizing: border-box;
	line-height: 1.5;
}
#blk06 .kikan span{
	font-size: 3rem;
}
#blk06 .kikan span>span{
	font-size: 2.5rem;
}
#blk06 .kikan img{
    max-width: 20px;
    margin-right: 1rem;
    padding-bottom: 0.5rem;
}
#blk06 .more{
	margin: 2rem auto 0;
}
#blk06 .more_btn{
	background-color: #fff;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#blk06 .more_btn a{
	background: #010e7e;
	color: #ffeb13;
	padding: 1rem;
	font-size: 3rem;
	box-sizing: border-box;
	max-width: 770px;
	display: block;
	margin: -2rem auto 0;
}
#blk06 .more_btn a:hover{
	opacity: 0.8;
}

@media (max-width: 736px) {
	h2#plan {
		margin-bottom: 0;
		margin-top: 8rem;
	}
	h2#plan img {
		position: inherit;
		width: 100%;
		transform: none;
		top: 0;
		left: 0;
	}
	.page_link {
		margin: 1rem auto -6rem;
	}
	#blk06 {
		padding: 0 2%;
	}
	#blk06 .top_img_box {
		display: block;
	}
	#blk06 .top_img_box_l {
		width: 100%;
	}
	#blk06 .top_img_box_r {
		width: 100%;
		padding:2rem;
		margin-top: 1rem;
	}
	#blk06 .top_img_box_r dl {
		width: 100%;
	}
	#blk06 .top_img_title {
		font-size: 1.3rem;
		width: 100%;
        text-align: center;
	}
	#blk06 .top_img_box_r dl dd {
		font-size: 1.2rem;
		width: 100%;
	}
	#blk06 .top_img_box_r dl dt{
		font-size: 1.5rem;
		width: 100%;
	}
	#blk06 .top_img_box_r dl dt span{
		font-size: 1.0rem;
	}
	#blk06 .top_img_box_r dl dd .date span {
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
	}
	#blk06 .date {
		width: 77%;
		line-height: 1.1;
	}
	#blk06 .icon {
		width: 25%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
	}
	#blk06 .icon img {
		width: 50px;
	}
	#blk06 .icon span{
		font-size: 70% !important;
	}

	#blk06 .open_period {
		display: block;
	}
	#blk06 .open {
		font-size: 2rem;
		box-sizing: border-box;
		width: 100%;
	}
	#blk06 .kikan {
		font-size: 2rem;
		text-align:center;
		width: 100%;
		padding:0.5rem;
		margin-top: 1rem;
	}
	#blk06 .kikan span,#blk06 .kikan span>span{
		font-size: 1.2rem;
	}
	#blk06 .more {
		margin: 1rem auto 0;
	}
	#blk06 .kikan img {
		max-width: 9px;
		margin-right: 0.5rem;
		padding-bottom: 0.3rem;
	}
	#blk06 .more_btn {
		background-color: inherit;
	}
	#blk06 .more_btn a {
		background: #010e7e;
		color: #ffeb13;
		padding: 1rem;
		font-size: 1.6rem;
		box-sizing: border-box;
		max-width: 90%;
		display: block;
		margin: -1.5rem auto 0;
	}
	
}



