.b_more { margin:45px auto 0; width:310px;}
.b_more:hover { opacity:0.7; }
.b_more a {
	display:block;
	padding:15px 0;
	text-decoration:none;
	color:#FFF;
	font-family:"M Plus Rounded 1C";
	font-size:125%;
	font-weight:700;
	text-align:center;
	background:#8ab304 url(../image/arrow_right-red.png) no-repeat 95%;
	border-radius:5px;
}



/*====================================================================================================
  ABOUT
====================================================================================================*/

/* MESSAGE */
.message { position: relative; margin:0 2%; padding:5%; border:3px dotted #F18D00; border-radius:15px; }
.message::before,
.message::after { content:""; position:absolute;}
.message::before { 
	left:-50px;
	top:-60px;
	width:98px;
	height:116px;
	background:url(../image/kazari01.png) no-repeat;
}
.message::after {
	right:-50px;
	bottom:-30px;
	width:110px;
	height:110px;
	background:url(../image/kazari02.png) no-repeat;
}

/* HISTORY */
.history {}
.history dl { padding: 15px 20px; overflow: hidden;}
.history dl:nth-child(odd) { background: rgba(157,200,20,0.10);}
.history dl dt { float: left; width:15%; position: relative;}
.history dl dd { float:right; width:85%;}
.history dl dt::before {
	display: block; clear: both; content:"";
	position: absolute; top:10px; right:20px;
	width:10px; height: 10px;
	background:#8ab304;
}



/*====================================================================================================
  SCHEDULE
====================================================================================================*/

/**/
.column { background:#FFFDE1; border: 5px solid rgba(157,200,20,0.20); border-radius: 20px;}
.column+.column { margin-top: 4%;}
.column::after { display: block; clear: both; content:"";}
.column h3 { margin: 0 !important; border: none !important; border-bottom:3px dotted #8ab304 !important;}
.column h4 { margin: 0 !important;}
.oneday .column .col2 { float: left; margin:0 2%; width:28% !important;}
.column .photo { float:right; margin:2%; width:30%;}
.column .photo p { margin:5px 0;}
.column .photo img { width:100%; height: auto;}
.column dl { clear: both; margin: 10px 2%; position:relative; width:96%;}
.column dt { color: #8ab304; font-size: 125%;}
.column dd { width: 100%;}
.column:nth-child(even) { background:none;}
.column h3::after { background: url("../image/kazari01.png") no-repeat center center !important; background-size: auto 100% !important;}
.column:nth-child(odd) h3::before { background: url("../image/kazari06.png") no-repeat center center !important; background-size: 100% auto !important;}
.column:nth-child(odd) h3::after { display: none !important;}

/**/
.schedule { position: relative; margin: 0 2% 2%;}
.schedule dl { margin:  0 0 2%; clear: both; overflow: hidden;}
.schedule dl dt {
	float:left;
	margin-right: 20px;
	width: 100px;
	padding:10px 20px;
	text-align: center;
	color: #fff;
	font-size: 130%;
	background:#8ab304;
	border-radius:5px;
}
.schedule dl dd { float:left; width: calc(100% - 300px); overflow: hidden;}
.schedule .come {  width: calc(100% - 500px); margin-bottom: 2%; padding: 20px; background: #FFFDE1; border-radius:5px;}
.schedule .photo { position: absolute; top:0; right: 0;}
.schedule .photo img { width:100%; height: auto; border: 3px solid #fff; box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);}
.schedule .photo p {position: relative;}
.schedule .photo p:nth-child(1) {transform: rotate(-15deg); width:300px;}
.schedule .photo p:nth-child(2) {transform: rotate(15deg); width:200px; top:-20px; right:-100px;}
.schedule .photo p:nth-child(3) {transform: rotate(-5deg); width:250px; top:-20px;}
.schedule .photo p:nth-child(4) {transform: rotate(-15deg); width:300px;}
.schedule .photo p:nth-child(5) {transform: rotate(15deg); width:200px; top:-20px; right:-100px;}
.schedule dl.bg1 dt { background:#EF858C;}
.schedule dl.bg2 dt { background:#6BC8F2;}
.schedule dl.bg3 dt { background:#8ab304;}
.schedule dl.bg4 dt { background:#FDD000;}
.schedule dl.bg5 dt { background:#F18D00;}



/*====================================================================================================
  NEWS
====================================================================================================*/
.news_list ul { padding:20px; border-bottom:1px dotted #231815; overflow: hidden;}
.news_list ul:first-child { border-top:1px dotted #231815;}
.news_list ul li { float:left; }
.news_list ul li:nth-child(1) { width: 15%; color:#F18D00;}
.news_list ul li:nth-child(2) { width: 85%; font-size:113%;}
.news_list ul li a { color:#4C4948;	text-decoration: none;}
.news_list ul li a:hover { color:#F18D00; }



/*====================================================================================================
  BLOG
====================================================================================================*/
.blog_list { position:relative;}
.blog_list::after {
	content:"";
	position:absolute;
	right:-30px;
	bottom:-60px;
	width:98px;
	height:116px;
	background:url(../image/kazari01.png) no-repeat;
}
.blog_list ul { padding:20px; border-bottom:1px dotted #231815; overflow: hidden;}
.blog_list ul:first-child { border-top:1px dotted #231815;}
.blog_list ul li { float:left;}
.blog_list ul li:nth-child(1) { width: 15%; color:#F18D00;}
.blog_list ul li:nth-child(2) { width: 85%; font-size:113%;}
.blog_list ul li a { color:#4C4948; text-decoration: none;}
.blog_list ul li a:hover { color:#F18D00;}
.blog_read ul {display: none;}
.blog_read ul:nth-child(1),
.blog_read ul:nth-child(2),
.blog_read ul:nth-child(3),
.blog_read ul:nth-child(4),
.blog_read ul:nth-child(5){display:block;}
.blog_slider { margin: 0 2%;}
.blog_slider img { width:100%; height:500px; object-fit: cover;}
.blogtemp::after { display: block; clear: both; content:"";}
.day { margin-bottom: 40px; text-align: right; padding-right: 80px;}


