<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 共通 */

@media screen and (min-width: 1025px){

body {
	width: 100%;
	color: #000;
	margin: 0px auto;
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

a,a:hover {
	text-decoration: none;
}

ul,li {
	list-style: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

div#wrapper {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

/* ヘッダー */
div#header {
	width: 100%;
	margin: 0 auto;
}

ul.head-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 30px auto;
}

ul.head-nav li {
	padding-right: 100px;
}

ul.head-nav li img {
	width: 32px;
}

a.title-link {
	color: #000;
}

a.title-link:hover {
	border-bottom: 3px solid #000;
}

/* コンテンツ */
div#contents {
	width: 100%;
	margin: 0 auto;
}

p.news-title {
	width: 180px;
	font-size: 180%;
	border-bottom: 5px solid #000;
	margin: 100px auto 30px;
}

p.news-text {
	width: 640px;
	font-size: 85%;
	text-align: left;
	border-bottom: 1px solid #000;
	margin: 10px auto 20px;
}

p.en-hand {
	font-size: 150%;
	font-family: 'Pangolin', cursive;
	margin: 100px auto 30px;
}

img.about-img {
	width: 640px;
	margin: 0 auto;
}

p.about-text {
	width: 620px;
	text-align: center;
	margin: 10px auto;
}

img.amusement {
	width: 640px;
	margin: 100px auto 30px;
}

div.wood-title {
	width: 640px;
	height: 95px;
	position: relative;
	margin: 0 auto 30px;
}

div.wood-title p {
	width: 640px;
	font-size: 150%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 0;
	margin: 0;
  }

div.wood-title img {
	width: 100%;
	opacity: 0.9;
}

p.amusement-text {
	width: 380px;
	text-align: center;
	margin: 10px auto;
}

p.green-bt {
	color: #000;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #cce198;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px #cce198;
	border: dashed 1px #FFF;
	margin: 10px auto;
}

p.green-bt a {
	color: #000;
}

p.green-bt a:hover {
	color: #000;
	opacity: 0.5;
}

img.event {
	width: 1366px;
	margin: 100px auto 50px;
}

h2 {
	width: 380px;
	font-size: 180%;
	border-bottom: 5px solid #000;
	margin: 100px auto 30px;
}

h3 {
	width: 640px;
	text-align: center;
	margin: 10px auto;
}


ul.event-box {
	width: 640px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 30px auto 5px;
}

li.event-photo {
	width: 300px;
	padding: 10px;
}

li.event-textbox {
	width: 340px;
	text-align: left;
	padding: 10px;
}

p.event-title01 {
	font-size: 150%;
}

p.event-title02 {
	font-size: 150%;
	text-indent: 1em;
}

table.event-table {
	width: 340px;
	border: 1px solid #000;
	border-collapse: collapse;
}

table.event-table td {
	font-size: 85%;
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 10px;
}

p.company {
	width: 640px;
	font-size: 75%;
	text-align: right;
	margin: 0 auto;
}

p.company a {
	color: #000;
	border-bottom: 1px solid #000;
}

div.map {
	width: 1080px;
	height: 608px;
	margin: 50px auto;
}

p.booth-title-pc {
	width: 70%;
	font-size: 150%;
	line-height: 120%;
	margin: 30px auto 0;
}

p.booth-title-sp {
	display: none;
}

img.booth-info {
	width: 640px;
	margin: 50px auto;
}

p.booth-attention {
	width: 100%;
	font-size: 75%;
	text-align: center;
	margin: 10px auto 0;
}

ul.booth-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto 5px;
}

ul.booth-box li {
	width: 25%;
	padding: 10px;
}

p.booth-text {
	font-size: 85%;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

p.booth-cate {
	width: 150px;
	font-size: 75%;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-left: 20px;
}

ul.report-slider {
	width: 640px;
	margin: 0 auto;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}


/* フッター */
div#footer {
	width: 100%;
	margin: 250px auto 0;
}

img.jyouzen-logo {
	width: 320px;
	margin: 0 auto;
}

p.jyouzen-info {
	font-size: 85%;
	text-align: cneter;
	margin: 10px auto;
}

p.jyouzen-info a {
	color: #000;
}

p.jyouzen-info a:hover {
	border-bottom: 1px solid #000;
}

p.motherplus-info {
	font-size: 75%;
	text-align: cneter;
	margin: 30px auto 10px;
}

img.motherplus-logo {
	width: 120px;
	margin: 0 auto;
}

p.copyright {
	font-size: 75%;
	text-align: cneter;
	margin: 50px auto 0;
}

}/* @media screen */
	</pre></body></html>