@charset "UTF-8";

#top #topics {
	margin-bottom: 95px;
}

#top #topics .inner {
	padding-top: 75px;
}

#top #topics h2 {
	padding-left: .5em;
	color: #584d44;
	letter-spacing: .5em;
}

#top #topics h2 span {
	color: #6ca602;
}

#top #topics h2 img {
	padding-top: 25px;
	padding-right: .5em;
}

#top #topics #topicsArea .main {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 15px;

	-webkit-box-flex-wrap: wrap;
	-moz-box-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-justify-content: flex-start;
	-moz-box-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#top #topics #topicsArea .main li {
	margin-bottom: 25px;
	width: 348px;
	height: 120px;
	border: 1px dashed #ffe6d2;
	background: #fff;
}

#top #topics #topicsArea .main li:hover {
	opacity: .6;
	-webkit-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	-moz-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	-o-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
}

#top #topics #topicsArea .main li a {
	display: block;
	width: 100%;
	height: 100%;
}

#top #topics #topicsArea .main li:nth-of-type(3n-1) {
	margin-right: 25px;
	margin-left: 25px;
}

#top #topics #topicsArea .main li:first-of-type a,
#top #topics #topicsArea .main li:nth-of-type(5) a {
	color: #f164af;
}

#top #topics #topicsArea .main li:nth-of-type(2) a,
#top #topics #topicsArea .main li:nth-of-type(6) a {
	color: #80c204;
}

#top #topics #topicsArea .main li:nth-of-type(3) a,
#top #topics #topicsArea .main li:nth-of-type(4) a {
	color: #16bdf7;
}

#top #topics #topicsArea .main li span {
	vertical-align: top;
}

#top #topics #topicsArea .main li .figimage {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	width: 158px;
	height: 120px;
	background: url(../img/bg-dot.jpg);
	background-size: 15px 15px;
}

#top #topics #topicsArea .main li .figimage img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#top #topics #topicsArea .main li figcaption {
	float: right;
	margin: 20px 15px;
	width: 160px;
	height: 80px;
}

#top #topics #topicsArea .main li #topics_date {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px dashed;
}

#top #topics #topicsArea .main li #topics_title {
	position: relative;
	display: block;
	overflow: hidden;
	height: 47px;
	color: #33240a;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	line-height: 1.5;
}

#top #topics #topicsArea .main li #topics_title:before,
#top #topics #topicsArea .main li #topics_title:after {
	position: absolute;
	padding-left: .25em;
	background: #fff;
}

#top #topics #topicsArea .main li #topics_title:before {
	right: 0;
	bottom: -.25em;
	padding-right: .25em;
	content: "･･･";
}

#top #topics #topicsArea .main li #topics_title:after {
	width: 100%;
	height: 100%;
	content: "";
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
	#top #topics #topicsArea .main {
		-webkit-box-justify-content: center;
		-moz-box-justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#top #topics #topicsArea .main li {
		margin: 0 10px 20px;
	}
	#top #topics #topicsArea .main li:nth-of-type(3n-1) {
		margin-right: 10px;
		margin-left: 10px;
	}
}

@media screen and (max-width: 768px) {
	#top #topics {
		margin-bottom: 60px;
	}
	#top #topics .inner {
		padding-top: 40px;
	}
	#top #topics h2 img {
		padding-top: 10px;
		width: 100px;
	}
	#top #topics #topicsArea .main {
		margin-bottom: 15px;
		padding: 0 4%;
	}
	#top #topics #topicsArea .main li {
		margin-bottom: 15px;
		width: calc(50% - 7px);
		height: auto;
		background: #fff0d2;
	}
	#top #topics #topicsArea .main li a {
		height: auto;
		background: #fff;
	}
	#top #topics #topicsArea .main li:nth-of-type(3n-1) {
		margin-right: 0;
		margin-left: 0;
	}
	#top #topics #topicsArea .main li:nth-of-type(2n) {
		margin-left: 10px;
	}
	#top #topics #topicsArea .main li:first-of-type a,
	#top #topics #topicsArea .main li:nth-of-type(4) a {
		color: #f164af;
	}
	#top #topics #topicsArea .main li:nth-of-type(2) a,
	#top #topics #topicsArea .main li:nth-of-type(5) a {
		color: #80c204;
	}
	#top #topics #topicsArea .main li:nth-of-type(3) a,
	#top #topics #topicsArea .main li:nth-of-type(6) a {
		color: #16bdf7;
	}
	#top #topics #topicsArea .main li span {
		vertical-align: top;
	}
	#top #topics #topicsArea .main li .figimage {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
		height: 33vw;
	}
	#top #topics #topicsArea .main li figcaption {
		float: none;
		margin: 0;
		padding: 10px;
		width: auto;
		height: auto;
	}
	#top #topics #topicsArea .main li #topics_date {
		display: block;
		width: 100%;
	}
	#top #topics #topicsArea .main li #topics_title {
		position: relative;
		display: block;
		height: auto;
		color: #33240a;
		line-height: 1.5;
	}
	#top #topics #topicsArea .main li #topics_title:before,
	#top #topics #topicsArea .main li #topics_title:after {
		display: none;
	}
}


/* お知らせ一覧
-------------------------------*/

#list #topics #topicsArea .main {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 10px;

	-webkit-box-flex-wrap: wrap;
	-moz-box-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-justify-content: flex-start;
	-moz-box-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#list #topics #topicsArea .main li {
	margin-bottom: 30px;
	width: 254px;
	border-top: 3px dashed #ffe6d2;
	border-right: 3px solid #ffe6d2;
	border-bottom: 3px dashed #ffe6d2;
	border-left: 3px solid #ffe6d2;
	background: #fff;
}

#list #topics #topicsArea .main li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}

#list #topics #topicsArea .main li:nth-of-type(4n-2),
#list #topics #topicsArea .main li:nth-of-type(4n-1),
#list #topics #topicsArea .main li:nth-of-type(4n) {
	margin-left: 20px;
}

#list #topics #topicsArea .main li:first-of-type,
#list #topics #topicsArea .main li:nth-of-type(5) {
	border-top-color: #fcc4e2;
	border-bottom-color: #fcc4e2;
}

#list #topics #topicsArea .main li:nth-of-type(2),
#list #topics #topicsArea .main li:nth-of-type(6) {
	border-top-color: #ffcf78;
	border-bottom-color: #ffcf78;
}

#list #topics #topicsArea .main li:nth-of-type(3),
#list #topics #topicsArea .main li:nth-of-type(7) {
	border-top-color: #b7ee4f;
	border-bottom-color: #b7ee4f;
}

#list #topics #topicsArea .main li:nth-of-type(4),
#list #topics #topicsArea .main li:nth-of-type(8) {
	border-top-color: #71d9fc;
	border-bottom-color: #71d9fc;
}

#list #topics #topicsArea .main li:first-of-type a,
#list #topics #topicsArea .main li:nth-of-type(5) a {
	color: #f164af;
}

#list #topics #topicsArea .main li:nth-of-type(2) a,
#list #topics #topicsArea .main li:nth-of-type(6) a {
	color: #faa30c;
}

#list #topics #topicsArea .main li:nth-of-type(3) a,
#list #topics #topicsArea .main li:nth-of-type(7) a {
	color: #80c204;
}

#list #topics #topicsArea .main li:nth-of-type(4) a,
#list #topics #topicsArea .main li:nth-of-type(8) a {
	color: #16bdf7;
}

#list #topics #topicsArea .main li a:hover {
	opacity: .6;
	-webkit-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	-moz-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	-o-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
}

#list #topics #topicsArea .main li span {
	vertical-align: top;
}

#list #topics #topicsArea .main li .figimage {
	position: relative;
	display: block;
	overflow: hidden;
	width: 254px;
	height: 190px;
	background: url(../img/bg-dot.jpg);
	background-size: 15px 15px;
}

#list #topics #topicsArea .main li .figimage img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#list #topics #topicsArea .main li figcaption {
	margin: 20px 15px 0;
}

#list #topics #topicsArea .main li #topics_date {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px dashed;
}

#list #topics #topicsArea .main li #topics_title {
	position: relative;
	display: block;
	padding-bottom: 20px;
	color: #33240a;
	line-height: 1.5;
}

#list #topics .page {
	display: flex;
	display: -webkit-flex;
	text-align: center;

	-webkit-box-justify-content: center;
	-moz-box-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#list #topics .page li {
	position: relative;
	display: flex;
	display: -webkit-flex;
	margin: 0 10px;
	width: 120px;
	height: 40px;
	border-radius: 3px;
	background: #c4bfb5;
	color: #fff;

	-webkit-box-align-items: center;
	-moz-box-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-justify-content: center;
	-moz-box-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#list #topics .page li a {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	width: 120px;
	height: 40px;
	border-radius: 3px;
	background: #faa30c;
	color: #fff;
	-webkit-transition: all 0.2s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	-moz-transition: all 0.2s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	-o-transition: all 0.2s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	transition: all 0.2s cubic-bezier(0.205, 0.635, 0.4, 0.89);

	-webkit-box-align-items: center;
	-moz-box-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-justify-content: center;
	-moz-box-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#list #topics .page li a:hover {
	background: #f164af;
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
	#list #topics #topicsArea .main {
		-webkit-box-justify-content: center;
		-moz-box-justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#list #topics #topicsArea .main li {
		margin: 0 10px 20px;
	}
	#list #topics #topicsArea .main li:nth-of-type(3n-1) {
		margin-right: 10px;
		margin-left: 10px;
	}
}

@media screen and (max-width: 768px) {
	#list #topics #topicsArea .main li {
		margin-bottom: 15px;
		width: calc(50% - 11px);
	}
	#list #topics #topicsArea .main li:nth-of-type(4n-2),
	#list #topics #topicsArea .main li:nth-of-type(4n-1),
	#list #topics #topicsArea .main li:nth-of-type(4n) {
		margin-left: 0px;
	}
	#list #topics #topicsArea .main li:nth-of-type(2n) {
		margin-left: 10px;
	}
	#list #topics #topicsArea .main li span {
		vertical-align: top;
	}
	#list #topics #topicsArea .main li .figimage {
		width: 100%;
		height: 33vw;
	}
	#list #topics #topicsArea .main li figcaption {
		float: none;
		margin: 0;
		padding: 10px 10px 0;
		width: auto;
		height: auto;
	}
	#list #topics #topicsArea .main li #topics_date {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	#list #topics #topicsArea .main li #topics_title {
		padding-bottom: 10px;
		color: #33240a;
		line-height: 1.5;
	}
	#list #topics .page li {
		width: 100px;
		height: 30px;
	}
	#list #topics .page li a {
		width: 100px;
		height: 30px;
	}
}


/* お知らせ詳細
-------------------------------*/

#detail #topics #topicsArea {
	margin-bottom: 40px;
}

#detail #topics h2 {
	line-height: 1.5;
}

#detail #topics #topics_date {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #80c204;
	color: #fff;
}

#detail #topics #topics_body {
	padding: 30px;
	border: 3px dashed #ffe6d2;
	background: #fff;
	line-height: 1.6;
}

#detail #topics #topics_body img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	#detail #topics #topicsArea {
		margin-bottom: 25px;
	}
	#detail #topics #topics_date {
		padding: 3px 5px;
		font-size: 13px;
		font-size: 0.8125rem;
	}
	#detail #topics #topics_body {
		padding: 2% 3%;
	}
}


/* lightbox
-------------------------------*/

body:after {
	display: none;
	content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
}

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	background-color: black;
	opacity: 0.8;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.lightbox {
	position: absolute;
	left: 0;
	z-index: 10000;
	width: 100%;
	text-align: center;
	font-weight: normal;
	line-height: 0;
}

.lightbox .lb-image {
	display: block;
	max-width: inherit;
	max-height: none;
	height: auto;
	/* Image border */
	border: 4px solid white;
	border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	margin: 0 auto;
	width: 250px;
	height: 250px;
	border-radius: 4px;
	/* Background color behind image.
     This is visible during transitions. */
	background-color: white;

	*zoom: 1;
}

.lb-outerContainer:after {
	display: table;
	clear: both;
	content: "";
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	width: 100%;
	height: 25%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	margin: 0 auto;
	width: 32px;
	height: 32px;
	background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
	display: block;
	height: 100%;
	cursor: pointer;
}

.lb-nav a.lb-prev {
	left: 0;
	float: left;
	width: 34%;
	background: url(../img/prev.png) left 48% no-repeat;
	opacity: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	opacity: 1;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.lb-nav a.lb-next {
	right: 0;
	float: right;
	width: 64%;
	background: url(../img/next.png) right 48% no-repeat;
	opacity: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	opacity: 1;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;

	*zoom: 1;
}

.lb-dataContainer:after {
	display: table;
	clear: both;
	content: "";
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	float: left;
	width: 85%;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-weight: bold;
	font-size: 13px;
	line-height: 1em;
}

.lb-data .lb-caption a {
	color: #4ae;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	color: #999999;
	font-size: 12px;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	outline: none;
	background: url(../img/close.png) top right no-repeat;
	text-align: right;
	opacity: 0.7;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	opacity: 1;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	cursor: pointer;
}


/*# sourceMappingURL=option.css.map */