@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p { line-height: 1; }
img { vertical-align: bottom; }

/************************************************
 body
*************************************************/
body { font-size: 16px; }

#bouyouen-body { background-color: #98d4a6; }

/************************************************
 wrapper
*************************************************/
#bouyouen-body #wrapper {
	margin: 0 auto;
	width: 1280px;
	background: #deffd2;
}
@media screen and (max-width: 768px) {
	#bouyouen-body #wrapper {
		padding-top: 52px;
		width: auto;
	}
}

/************************************************
 main-navi
*************************************************/
#main-navi ul {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #a2cd63;
	height: 53px;
	width: 1280px;
	margin: 0 auto;
}
#sp-main-navi { display: none !important; }
@media screen and (max-width: 768px) {
	#main-navi { display: none; }

	#bouyouen-body .mean-bar { background: #a2cd63; }

	#bouyouen-body a.meanmenu-reveal { color: #2e2e2e; }

	#bouyouen-body .mean-nav { background: #a2cd63; }

	#bouyouen-body .mean-nav ul li a {
		color: #383838;
		border-top: 1px solid #fff;
	}
}

#main-navi li { padding: 0 30px; }

#main-navi li a {
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: .1em;
}

/************************************************
 header
*************************************************/
#bouyouen-body #bouyouen-top-header {
	position: relative;
	margin: 0 0 80px;
	height: 750px;
}
@media screen and (max-width: 768px) {
	#bouyouen-body #bouyouen-top-header {
		margin: 0 0 40px;
		height: 0;
		padding-top: calc( 750 / 1280 * 100% );
	}
}

#bouyouen-body #bouyouen-top-header::after {
	content: '';
	position: absolute;
	display: inline-block;
	background-image: url('images/bouyouen.png');
	background-size: 100%;
	width: 1280px;
	height: 750px;
}
@media screen and (max-width: 768px) {
	#bouyouen-body #bouyouen-top-header::after {
		background-size: cover;
		width: 100%;
    height: 0;
    top: 0;
    padding: calc( 750 / 1280 * 100% ) 0 0;
    background-position: center;
    background-repeat: no-repeat;
	}
}

#bouyouen-body #bouyouen-top-header ul {
	position: absolute;
	width: 420px;
	height: 420px;
	right: 434px;
	top: 249px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	#bouyouen-body #bouyouen-top-header ul {
		top: 0;
		left: 0;
		width: 100%;
		height: 99%;
	}
}

#bouyouen-body #wrapper #bouyouen-top-header .slider img { height: 420px; }
@media screen and (max-width: 768px) {
	#bouyouen-body #wrapper #bouyouen-top-header .slider img { width: 100%; }
}

.event-slider { height: 450px !important; }
@media screen and (max-width: 768px) {
	.event-slider {
		position: relative !important;
		padding: 8px 0 !important;
		height: 100px !important;
		background-color: #67ac16;
	}
}

.event-slider::after {
	background-image: url('images/bouyouen-header-event.png') !important;
	width: 1281px !important;
	height: 450px !important;
}
@media screen and (max-width: 768px) {
	.event-slider::after { content: none !important; }
}

.event-slider ul {
	width: 1281px !important;
	height: 359px !important;
	top: 71px !important;
	left: 0 !important;
	z-index: 1;
	overflow: inherit !important;
}
@media screen and (max-width: 768px) {
	.event-slider ul {
		width: 100% !important;
		height: 100px !important;
		top: 0 !important;
		left: 0 !important;
		position: relative !important;
	}
}

.event-slider .slick-slide { margin: 0 10px; }

.event-slider .slick-slide img {
	width: 407px !important;
	height: 359px !important;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.event-slider .slick-slide img {
		width: 100% !important;
		height: 100px !important;
	}
}

.event-slider .slick-prev {
	top: 165px;
	left: 455px;
	z-index: 2;
	background: #d2d2d2;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.event-slider .slick-prev:before {
	content: '<';
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.event-slider .slick-prev, .event-slider .slick-next { display: none !important; }
}

.event-slider .slick-next {
	top: 165px;
	right: 455px;
	z-index: 3;
	background: #d2d2d2;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.event-slider .slick-next:before {
	content: '>';
	opacity: 1;
}

.event-slider #event-logo {
	position: absolute;
	top: 3px;
	left: 21px;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.event-slider #event-logo {
		top: 0;
		left: 0;
		width: 100px;
	}
}

/************************************************
 navigation
*************************************************/
#bouyouen-main-navi { margin: 0 0 80px; }
@media screen and (max-width: 768px) {
	#bouyouen-main-navi { display: none; }
}

#bouyouen-main-navi ul {
	display: flex;
	justify-content: space-around;
}

/************************************************
 footer
*************************************************/
footer ul {
	position: absolute;
	top: 80px;
  padding: 0 0 10px;
	display: flex;
	justify-content: center;
	width: 1280px;
}
@media screen and (max-width: 768px) {
	footer ul {
		width: auto;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		background: #fff;
		border-radius: 6px;
		padding: 10px;
		opacity: .9;
		bottom: 10px;
		left: 20%;
		right: 20%;
		top: unset;
	}
}

footer li:first-child { margin: 0 100px 0 0; }

footer li:last-child {
	line-height: 1.7;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	footer li:first-child {
		margin: 0 0 20px;
		text-align: center;
	}

	footer li:first-child img { width: 60%; }

	footer li:last-child { font-size: 14px; }
}

#bouyouen-footer {
	width: 1280px;
	height: 221px;
	margin-top: 100px;
	position: relative;
	background: url('images/bouyouen-footer.jpg') no-repeat;
}
@media screen and (max-width: 768px) {
	#bouyouen-footer {
		background-size: cover;
		width: 100%;
		height: 0;
		margin-top: 150px;
		padding-top: calc(  221 / 1280 * 100%  );
	}
}

#page-top {
	position: fixed;
	bottom: 70px;
	right: 10px;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media screen and (max-width: 768px) {
	#page-top img { width: 60px; }
}

.page-top-show { opacity: 1 !important; }

/************************************************
 top-page
*************************************************/
#bouyouen-main-wrapper {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#bouyouen-main-wrapper {
		width: auto;
		margin: 0 10px;
	}
}

#bouyouen-main-wrapper #contact-title {
  margin-top: 50px;
	text-align: center;
}

#byouen-overview-heading, #bouyouen-history-heading {
	text-align: center;
	margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
	#byouen-overview-heading img, #bouyouen-history-heading img { width: 100%; }
}

#bouyouen-top-description {
	display: flex;
	margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
	#bouyouen-top-description { flex-direction: column; }
}

#bouyouen-top-description #bouyouen-text {
	width: 530px;
	margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
	#bouyouen-top-description #bouyouen-text {
		width: auto;
		margin: 0 0 30px;
	}
}

#bouyouen-top-description #bouyouen-text p { line-height: 1.5; }

#bouyouen-top-description #bouyouen-image { width: 450px; }
@media screen and (max-width: 768px) {
	#bouyouen-top-description #bouyouen-image { width: auto; }
}

#bouyouen-top-description #bouyouen-image img { width: 100%; }

.bouyouen-top-table {
	width: 100%;
	border-top: 1px solid #ade27f;
	border-right:  1px solid #ade27f;
	margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
	.bouyouen-top-table { border-left:  1px solid #ade27f; }
}

.bouyouen-top-table th {
	background: #ade27f;
	padding: 15px 0;
	position: relative;
	border-bottom: 1px solid #fff;
	width: 200px;
}
@media screen and (max-width: 768px) {
	.bouyouen-top-table th {
		width: 100%;
		display: block;
	}
}

.bouyouen-top-table tr:last-of-type th { border-bottom: 1px solid #ade27f; }

.bouyouen-top-table th::after {
	content: '';
	border: 10px solid;
	border-color: transparent transparent transparent #ade27f;
	position: absolute;
	top: 30%;
	right: -20px;
}
@media screen and (max-width: 768px) {
	.bouyouen-top-table th::after { content: none; }
}

.bouyouen-top-table td {
	padding-left: 30px;
	border-bottom: 1px solid #ade27f;
}
@media screen and (max-width: 768px) {
	.bouyouen-top-table td {
		padding-left: 0;
		width: 100%;
		display: block;
		text-align: center;
	}
}

/************************************************
 bouyouen-appearance
*************************************************/
#bouyouen-appearance-title {
	margin-top: 50px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#bouyouen-appearance-title img { width: 100%; }
}

#bouyouen-appearance { margin: 20px 0; }

.bouyouen-appearance-article {
	background: #fff;
	padding: 20px;
}

.bouyouen-appearance-article:nth-of-type(1) {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.bouyouen-appearance-article:nth-of-type(10) {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.bouyouen-appearance-article h1 {
	border-bottom: 2px solid #98d4a6;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
}

.bouyouen-appearance-article .bouyouen-appearance-article-info {
	font-size: 15px;
	color: #999;
	font-weight: 600;
	margin-bottom: 30px;
}

.bouyouen-appearance-article p {
	line-height: 1.75;
	letter-spacing: .15em;
}

.bouyouen-appearance-article p img {
	margin: 50px auto;
	display: block;
}

#bouyouen-appearance .wp-pagenavi {
	margin: 20px 0 0;
	text-align: center;
	font-weight: 600;
}

#bouyouen-appearance .wp-pagenavi .current {
	background: #b6e0c0;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  margin: 0 10px;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	#naka-kyounokodomotachi .wp-pagenavi .current { margin: 10px; }
}

#bouyouen-appearance .wp-pagenavi .previouspostslink, #bouyouen-appearance .wp-pagenavi .page, .wp-pagenavi .nextpostslink {
	background: #fff;
  color: #b6e0c0;
  display: inline-block;
  margin: 0 10px;
  padding: 15px 20px;
	text-decoration: none;
}

/************************************************
 bouyouen-lunch
*************************************************/
#bouyouen-lunch-heading {
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#bouyouen-lunch-heading img { width: 100%; }
}

#bouyouen-lunch-table {
	width: 100%;
	border: 1px solid #b6e0c0;
	border-radius: 10px;
	border-collapse: separate;
	background: #fff;
	table-layout: fixed;
}

#bouyouen-lunch-table caption {
	font-size: 20px;
	margin-bottom: 20px;
}

#bouyouen-lunch-table th, #bouyouen-lunch-table td {
	width: calc( 100% / 6 );
	border-right: 1px solid #b6e0c0;
	border-bottom: 1px solid #b6e0c0;
	color: #4e4449;
}

#bouyouen-lunch-table th:last-child, #bouyouen-lunch-table td:last-child { border-right: none; }

#bouyouen-lunch-table tr:last-child td { border-bottom: none; }
@media screen and (max-width: 768px) {
	#bouyouen-lunch-table tr:last-child td { border-bottom: 2px solid #b6e0c0; }

	#bouyouen-lunch-table tr:last-child td:last-child { border-bottom: none; }
}

#bouyouen-lunch-table td { padding: 0 5px 15px; }
@media screen and (max-width: 768px) {
	#bouyouen-lunch-table td.non-date { display: none !important; }

	#bouyouen-lunch-table td {
		padding: 0 0 15px !important;
		width: 100%;
		display: block;
		text-align: center;
		border-right: none !important;
	}
}

.bouyouen-lunch-table-weekday {
	/* display: flex; */
	padding: 5px 10px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #b6e0c0;
	text-align: center;
}

/* .bouyouen-lunch-table-weekday > :last-child { margin: 0 auto; } */

#bouyouen-lunch-table td p {
	font-size: 14px;
	line-height: 1.5;
	color: #4e4449;
}

#bouyouen-lunch-table td .menu { margin-bottom: 10px; }

.modal-bouyouen-lunch { text-align: center; }

.modal-bouyouen-lunch img { width: 100%; }

.modal-bouyouen-lunch-title {
  background-color: #81d13c;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  margin: 20px 0;
}

#bouyouen-lunch-table td a { color: #b6e0c0; }

@media screen and (max-width: 768px) {
	.modaal-close {
		position: absolute !important;
		top: 0 !important;
		right: -20px !important;
		width: 30px !important;
		height: 30px !important;
		background: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}

	.modaal-close:focus, .modaal-close:hover { background: none !important; }

	.modaal-close:after, .modaal-close:before {
		top: 0 !important;
		left: 20px !important;
		background: #fff !important;
	}

	.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before { background: #fff !important; }
}

/************************************************
 bouyouen-contact
*************************************************/
#bouyouen-main-wrapper #contact-title { margin-top: 50px; }
@media screen and (max-width: 768px) {
	#bouyouen-main-wrapper #contact-title img { width: 100%; }
}

#bouyouen-contact {
  width: 700px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
	#bouyouen-contact { width: 100%; }
}

#bouyouen-contact-form {
  width: 100%;
  margin: 60px 0 10px;
}
@media screen and (max-width: 768px) {
	#bouyouen-contact-form {
		display: flex;
		flex-direction: column;
	}
}

#bouyouen-contact-form dt {
  width: 30%;
  font-weight: bold;
  float: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
	#bouyouen-contact-form dt {
		width: 100%;
		float: none;
	}
}

#bouyouen-contact-form dt .label {
  float: none;
  background-color: #f00;
  font-size: 12px;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px ;
  margin: 0 5px 0 10px;
}
@media screen and (max-width: 768px) {
	#bouyouen-contact-form dt .label { margin: 0 5px 0 0; }
}

#bouyouen-contact-form dd {
  padding: 0 0 10px 32%;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
	#bouyouen-contact-form dd { padding: 0 0 10px 0; }
}

#bouyouen-contact-form input[type="text"], #bouyouen-contact-form input[type="tel"], #bouyouen-contact-form input[type="email"], #bouyouen-contact-form textarea {
  width: 96%;
  border: 1px solid #ccc;
  box-shadow: none;
  padding: 8px;
}

.mfp-buttons {
  text-align: center;
  padding-top: 20px;
}

#bouyouen-contact-button {
  color: #fff;
  background: #98d4a6;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  min-width: 200px;
  padding: 10px 30px;
  border: 2px solid #98d4a6;
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
	-webkit-appearance : none;
}

#bouyouen-contact-buttond:after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  transition: all .3s;
}

#bouyouen-contact-button:hover {
  background-color: #fff;
  color: #98d4a6	;
}

#bouyouen-contact .wpcf7-validation-errors, #bouyouen-contact .wpcf7-acceptance-missing, #bouyouen-contact .wpcf7-mail-sent-ok {
	border-color: #98d4a6;
	background: #fff;
	border-radius: 10px;
	padding: 10px 0;
	text-align: center;
}

/************************************************
 institution-bouyouen
*************************************************/
#bouyouen-service {
	margin: 0 0 20px;
	display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
	#bouyouen-service { flex-direction: column; }
}

#bouyouen-service img { width: 300px; }
@media screen and (max-width: 768px) {
	#bouyouen-service-image { margin: 20px 0 0; }

	#bouyouen-service img { width: 100%; }
}

#bouyouen-institution-table {
	margin: 0 0 30px;
	width: 100%;
	background: #fff;
	border: 1px solid #ade27f;
}

#bouyouen-institution-table caption {
	background: #fff;
	border-top: 1px solid #ade27f;
	border-left: 1px solid #ade27f;
	border-right: 1px solid #ade27f;
}

#bouyouen-institution-table td:first-child {
	padding: 10px 0;
	border-right: 1px solid #ade27f;
}

#bouyouen-institution-table td:last-child {
	padding: 0 10px;
	vertical-align: middle;
}

#bouyouen-facility {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	#bouyouen-facility { justify-content: center; }
}

#bouyouen-facility li {
	margin: 0 0 15px;
	width: 320px;
}

#bouyouen-facility li img { width: 100%; }

/************************************************
 use-bouyouen
*************************************************/
.use-heading {
	margin: 0 0 20px;
	padding: 5px 0 5px 10px;
	border-top: 3px solid #98d4a6;
	background-color: #fbfaef;
	color: #98d4a6;
	font-size: 18px;
	font-weight: 600;
}

#bouyouen-use-timeline {
	margin: 20px 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ade27f;
	box-sizing: border-box;
}

#bouyouen-use-timeline th {
	width: 150px;
	text-align: center;
	border-right: 1px solid #ade27f;
	border-bottom: 1px solid #ade27f;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	#bouyouen-use-timeline th {
		width: 100%;
		display: block;
	}

	#bouyouen-use-timeline tr:first-child th { display: none; }
}

#bouyouen-use-timeline td {
	border-bottom: 1px solid #ade27f;
	vertical-align: middle;
	padding-left: 20px;
}
@media screen and (max-width: 768px) {
	#bouyouen-use-timeline td {
		padding: 0 !important;
		width: 100% !important;
		display: block;
		text-align: center;
	}
}

#bouyouen-use-timeline td:nth-child(2) { width: 240px; }

#bouyouen-use-timeline tr:first-child td:last-child { border-left: 1px solid #ade27f; }
@media screen and (max-width: 768px) {
	#bouyouen-use-timeline tr:first-child td:last-child { padding: 10px 0 !important; }
}

#bouyouen-use-timeline td img { width: 240px; }

.bouyouen-use-table {
	margin: 20px 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ade27f;
	border-left: 1px solid #ade27f;
}

.bouyouen-use-table td {
	padding: 10px 0;
	text-align: center;
	border-right: 1px solid #ade27f;
	border-bottom: 1px solid #ade27f;
}

.bouyouen-use-image {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.bouyouen-use-image {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.bouyouen-use-image li {
	margin: 0 0 15px;
	width: 320px;
}
@media screen and (max-width: 768px) {
	.bouyouen-use-image li { width: 100%; }
}

.bouyouen-use-image li img {
	width: 100%;
	height: 200px;
}

#bouyouen-request {
	margin: 10px 0 20px;
	padding: 14px;
	background-color: #fff;
	border: 1px solid #ade27f;
}

#bouyouen-request p:nth-child(2) { margin: 10px 0; }

#bouyouen-cost {
	margin: 20px 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ade27f;
	border-left: 1px solid #ade27f;
}

#bouyouen-cost th {
	padding: 5px 0;
	width: 50%;
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #ade27f;
	border-right: 1px solid #ade27f;
}

#bouyouen-cost td {
	padding: 5px 0;
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #ade27f;
	border-right: 1px solid #ade27f;
}

#month-event-wrapper {
	background: #fff;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	#month-event-wrapper { margin-top: 50px; }
}

#month-event-wrapper h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

#month-event-wrapper table { width: 1000px; }
@media screen and (max-width: 768px) {
	#month-event-wrapper table {
		width: 100%;
		table-layout: fixed;
	}
}

#month-event-wrapper table th {
	background: #98d4a6;
	font-weight: 600;
	text-align: center;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	padding: 5px 0;
}

#month-event-wrapper table th:last-child { border-right: 1px solid #e4e4e4; }

#month-event-wrapper table td {
	vertical-align: top;
	padding: 0 5px;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	width: calc(1000px / 6);
	height: 70px;
	box-sizing: border-box;
}

#month-event-wrapper table td:last-child { border-right: 1px solid #e4e4e4; }

#month-event-wrapper table #today { background-color: #fdf8e4; }

#month-event-wrapper table td .day {
	padding: 5px 0;
	text-align: right;
	font-size: 18px;
}

#month-event-wrapper .month-event {
	background-color: #98d4a6;
	color: #fff;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 5px;
	line-height: 1.5;
}

/* 2020.06.09 */
.bouyouen-top-news { margin: 0 0 50px; }

.bouyouen-top-news dl {
	display: flex;
	margin: 0 0 16px;
	padding: 0 0 16px;
	border-bottom: 1px solid #ade27f;
}

.bouyouen-top-news dl:last-child { margin: 0; }

.bouyouen-top-news dt { margin: 0 16px 0 0; }

.bouyouen-top-news dl a { color: #086827; }
@media screen and (max-width: 768px) {
	.bouyouen-top-news dl { flex-direction: column; }

	.bouyouen-top-news dt { margin: 0 0 5px; }
}


/* Top 臨時のお知らせ */
.box_bouyouen {
    position: relative;
	margin: 2em auto;
	padding: 0.5em 1em;
	border: solid 1px #086827;
	width: 80%;
	background: white;
	border-radius: 5px;
}
.box_bouyouen .box_bouyouen-title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: 2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #086827;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_bouyouen p {
    margin: 0; 
    padding: 0;
    line-height: 1.7em;
    color: dimgray;
}
.box_bouyouen_underline {
	border-bottom: 2px dashed #086827;
	line-height: 2.0em;
}
.box_bouyouen_textright {margin-left: 80%}

@media screen and (max-width: 768px) {
	.box_bouyouen {width: 90%}
	.box_bouyouen_textright {margin-left: 0%}
}

.use-event { display: flex; }

.use-event-content { width: 33%; }

.use-event-content + .use-event-content { margin: 0 .5%; }

.use-event-content img { width: 100%; }

.use-event-content p { margin-top: 10px; }

@media screen and (max-width: 768px) {
	.use-event { flex-direction: column; }

	.use-event-content { width: 100%; }

	.use-event-content + .use-event-content { margin: 40px 0 0; }
}