﻿@charset "utf-8";

/*
** 共通
***************************************************/

/* header */

header#site-header {
	background: #fff;
	border-top: 3px solid #00514b;
	width: 100%;
	position: relative;
}

header#site-header._scroll {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}

#site-logo {
	margin: 0;
}

/* googlemaps */

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	margin: 1em auto;
	overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* lightbox */



/* single */

.entry dl dt img,
.entry-list .entry-content img,
article.single img {
	border-radius: 1em;
}

span.post-date,
.entry dl dd span.post-date,
article.single .entry-date {
	color: #cc4e63;
}


.entry dl dd h2,
.entry dl dd p {
	margin: 0 0 0.5em;
}

.entry-list article.ev dl dd .post-date {
	color: #cc4e63;
	font-style: normal;
	margin: 0;
}

.entry-list dl {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}


/* page */

.page-header {
	background: #e4ccaa;
	text-align: center;
	margin-bottom: 1.5em;
}

main {
	color: #624e43;
	line-height: 1.5;
	display: block;
}

main p, main h2, main h3, main h4 {
	margin: 1em auto;
}

span.indent {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

.indent li {
}

.indent li span {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

main table {
	margin: 1em 0;
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	border-collapse: collapse;
}

main table th {
	border: 2px solid #fff;
	background: #eedec7;
	color: #654f44;
	font-weight: normal;
	padding: 0.5em;
	vertical-align: middle;
}

main table td {
	border: 2px solid #fff;
	border-width: 2px 0;
	font-weight: normal;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}

main table.left td {
	text-align: left;
}

main table.nb tr,
main table.nb th,
main table.nb td {
	border: none;
	line-height: 0;
	padding: 0;
	margin: 0;
	width: auto;
	vertical-align: bottom;
}

main table.nb td span {
	display: inline;
	cursor: pointer;
}

main table.nb td span:hover img {
	opacity: 0.6;
}

main table.bdr td {
	border: 2px solid #eedec7;

}

main table td p {
	margin: 0;
}

main table.cal img {
	width: 100%;
}

._accd {
	margin: 1em 0;
}

._accd dt {
	background: #e4cca9;
	display: block;
	cursor: pointer;
	padding: 0.75em;
	position: relative;
}

._accd dt:before {
	content: '';
	width: calc(100%);
	border-top: 1px solid #e4cca9;
	position: absolute;
	top: -3px;
	left: 0;
}

._accd dt:after {
	content: '';
	width: calc(100%);
	border-bottom: 1px solid #e4cca9;
	position: absolute;
	bottom: -3px;
	left: 0;
}


._accd dt:hover {
	opacity: 0.6;
}

._accd dd {
	padding: 0.75em;
}

/* footer */

footer#site-footer {
	background: #634f46;
	text-align: center;
}

footer#site-footer .foot_nav01 {
	background: #e4ccaa;
	padding: 0.5em 0 1.5em;
}

footer#site-footer .foot_nav01 h3 {
	margin: 0.5em 0;
}

footer#site-footer .foot_nav01 ul {
	text-align: left;
	overflow: hidden;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

footer#site-footer .foot_title {
	background: url(../img/foot_title.png) no-repeat center;
	background-size: contain;
	padding: 1em 0;
	margin: 1em 0;
	font-size: 125%;
	color: #644f45;
}

footer#site-footer .foot_nav01 ul li {
	background: url(../img/foot_icon.svg) no-repeat left top;
	background-size: 1em;
	float: left;
	width: 50%;
	margin: 0.5em 0;
	padding-left: 1.2em;
}

footer#site-footer .foot_nav01 ul li:nth-child(odd) {
	clear: both;
}

footer#site-footer .foot_nav01 ul li a {
	color: #645045;
	text-decoration: underline;
}

footer#site-footer .foot_nav02 {
	background: #eedec7;
	padding: 0.5em;
}

footer#site-footer .foot_nav02 ul {
	clear: both;
}

footer#site-footer .foot_nav02 ul li {
	display: inline-block;
	margin: 0.25em 0;
}

footer#site-footer .foot_nav02 ul li.bn_middle {
	width: 28%;
}

footer#site-footer .foot_nav02 ul li.bn_small {
	width: 20%;
}

footer#site-footer .foot_nav02 ul li.bn_big {
	width: 70%;
	clear: both;
}

footer#site-footer .foot_nav02 ul li img {
	max-width: 90%;
	margin: 0 auto;
}

footer#site-footer .foot_nav02 ul.last {
	max-width: 1000px;
	margin: 1.5em auto;
	background-size: contain;
	padding-top: 1.5em;
	position: relative;
}

footer#site-footer .foot_nav02 ul.last img {
	max-width: 240px;
}

footer#site-footer #copyright {
	background: #634f46;
	color: #fff;
	padding: 0.5em 0;
	margin: 0;
}

/* event_archive */

ul.event_list {
	margin-bottom: 1em;
}

ul.event_list li {
	color: #cc4e63;
	margin: 1em 0;
}

ul.event_list li a {
	color: #624e43;
}

.ev h2 span.icon a,
ul.event_list li span.icon a {
	display: inline-block;
	font-size: 0.7em;
	padding: 0.25em 0.5em;
	text-decoration: none;
	border-radius: 0.5em;
	color: #624e43;
}

.ev h2 span.icon a[href*="/event/cat/harvest"],
ul.event_list li span.icon a[href*="/event/cat/harvest"] {
	background: #599254;
}

.ev h2 span.icon a[href*="/event/cat/exhibition"],
ul.event_list li span.icon a[href*="/event/cat/exhibition"] {
	background: #599254;
}

.ev h2 span.icon a[href*="/event/cat/event"],
ul.event_list li span.icon a[href*="/event/cat/event"] {
	background: #de8e9a;
}

.ev h2 span.icon a[href*="/event/cat/school"],
ul.event_list li span.icon a[href*="/event/cat/school"] {
	background: #8190cb;
}

/* pagenation */

.navigation.post-navigation > .screen-reader-text {
	display: none;
}

nav.pagination {
	padding: 0;
}

.nav-links {
	margin: 1em 0;
	text-align: center;
	overflow: hidden;
	line-height: 1.0;
	height: 1;
}

.nav-links span {
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
	padding: 0.25em 0.5em;
}

.nav-links a {
	vertical-align: middle;
	text-decoration: none;
	color: #b88e52;
	display: inline-block;
	padding: 0.25em 0.5em;
	border: 1px solid #b88e52;
	border-radius: 0.5em;
}

.nav-links .prev {
	float: left;
	margin: 0;
}

.nav-links .next {
	float: right;
	margin: 0;
}

.nav-links .nav-previous {
	float: right;
	text-align: right;
}

.nav-links .nav-next {
	float: left;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
	color: transparent;
	background: url(../img/blog_list01.png) no-repeat top left;
	background-size: contain;
	border: 0;
	font-size: 0;
}

.nav-links .nav-previous a span,
.nav-links .nav-next a span {
	padding-left: 1.5em;
	display: inline-block;
}

.nav-links .nav-previous a:after,
.nav-links .nav-next a:after {
	color: #333;
	padding-left: 1.25em;
	font-size: 16px;
	display: inline-block;
}

.nav-links .nav-previous a:after {
	content: "過去の記事へ";
}

.nav-links .nav-next a:after {
	content: "新しい記事へ";
}

/* status */

span.status00 {
	display: none;
}

span.status01, span.status02, span.status03, span.status04,
span.event01, span.event02, span.event03 {
	color: #fff;
	font-size: 0.7em;
	text-align: center;
	display: inline-block;
	width: 4em;
	padding: 0.25em 0;
	margin-right: 0.5em;
	border-radius: 0.5em;
}

span.status01,
span.event02 {
	background: #f29454;
}

span.st01:after,
span.status01:after,
span.event02:after {
	content: "予告";
}

span.status02,
span.event01 {
	background: #d4698a;
}

span.st02:after,
span.status02:after {
	content: "募集中";
}

span.event01:after {
	content: "開催中";
}

span.status03 {
	background: #5fa1a9;
}

span.st03:after,
span.status03:after {
	content: "締切";
}

span.status04,
span.event03 {
	background: #a99471;
}

span.st04:after,
span.status04:after,
span.event03:after {
	content: "終了";
}

.su-lightbox,
.su-lightbox img {
	position: relative;
	display: block;
}

.iso .su-lightbox {
	padding: 10px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.supporter_img li.round .su-lightbox:after,
dl dt .su-lightbox:after,
.su-lightbox strong:before {
	content: "";
	background: url(../img/lb_icon.png) no-repeat;
	background-size: contain;
	position: relative;
	float: right;
	margin: -2.5em 0.5em 0 0;
	z-index: 9;
	width: 24px;
	height: 24px;
}

dl dd .supporter_img li.single .su-lightbox:after {
	width: 0;
	height: 0;
}

dl dt .su-lightbox:after {
	width: 1.5em;
	height: 1.5em;
	margin: 0 0.5em;
}


.su-lightbox strong.nb:before {
	background: none;
}

.nav_btn {
	text-align: center;
	margin: 1.5em 0;
}

#container .nav_btn img {
	width: auto;
	margin: 0 auto;
}

/*
** PC
***************************************************/

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

	a:hover,
	.iso .su-lightbox:hover,
	nav.globalnavi ul li a:hover {
		opacity: 0.7;
	}

	._sp {
		display: none !important;
	}

	.page-header {
		background: #e4ccaa url(../img/bg_pc.png) no-repeat center;
		background-size: 70%;
	}

	aside.float_access {
		display: none;
	}

	.page-header h1 img {
		max-width: 45%;
		margin: 0 auto;
	}

	main {
		min-height: 500px;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto 5em;
	}

	#site-logo {
		max-width: 300px;
		width: 100%;
		float: left;
	}

	#site-logo img {
		width: 100%;
	}

	header#site-header .headwrap {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}

	#youtube,
	#instagram,
	#facebook{
		width: 2.5em;
		margin: 1em 0;
		height: 2.5em;
		line-height: 1.0;
		padding: 0;
		cursor: pointer;
		z-index: 9999;
		display: inline-block;
	}

	#youtube a:before {
		content: " ";
		background: url(../img/sns_yt.png) no-repeat;
		background-size: 90%;
		display: block;
		width: 100%;
		height: 100%;
	}

	#instagram a:before {
		content: " ";
		background: url(../img/sns_ig.png) no-repeat;
		background-size: 90%;
		display: block;
		width: 100%;
		height: 100%;
	}

	#facebook a:before {
		content: " ";
		background: url(../img/sns_fb.png) no-repeat;
		background-size: 90%;
		display: block;
		width: 100%;
		height: 100%;
	}

	#youtube span,
	#instagram span,
	#facebook span {
		display: none;
	}

	@media screen and (max-width: 1920px) {
		header#site-header .menu {
			font-size: 0.85vw;
		}
	}

	@media screen and (max-width: 1200px) {
		header#site-header .menu {
			font-size: 1vw;
		}
	}

	@media screen and (max-width: 1000px) {
		header#site-header .menu {
			font-size: 1.35vw;
		}
	}

	@media screen and (min-width: 1000px) {
		header#site-header .menu {
			font-size: 16px;
		}
	}

	ul.menu {
		width: 100%;
		text-align: center;
		overflow: hidden;
		vertical-align: middle;
		padding-bottom: 0.5em;
	}

	ul.menu li {
		display: inline;
		vertical-align: middle;
	}

	ul.menu li a {
		text-decoration: none;
		display: inline-block;
		padding: 0.5em 0.7em;
		vertical-align: middle;
		color: #00514b;
	}

	.header_side {
		float: right;
	}

/* navigation */

	#navigation {
		display: none;
	}

	.pc_sub {
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		background: #e1e8a6;
		z-index: 9999;
	}

	ul.menu li ul.pc_sub a {
		color: #644f45;
	}

/* category */

	.entry-list article.entry:last-child dl {
		padding-bottom: 0;
		border: none;
	}

	.entry-list article.entry dl dt {
		float: left;
		max-width: 180px;
		text-align: left;
		position: relaitve;
		overflow: hidden;
		max-height: 180px;
	}

	.entry-list article.entry dl dt a {
		display: block;
		width: 160px;
		margin-right: 20px;
		height: 160px;
		position: relative;
		overflow: hidden;
		border-radius: 1em;
	}

	.entry-list article.entry dl dt img {
		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: 100%;
	}

	.entry-list article.entry dl dd.thumb {
		float: left;
		max-width: 820px;
	}

	.entry-list article.entry dl dd.full {
		width: 100%;
	}

/* ev */

	.entry-list article.ev dl {
		overflow: hidden;
		padding-bottom: 1em;
		border-bottom: 1px solid #ccc;
	}

	.entry-list article.ev:last-child dl {
		padding-bottom: 0;
		border: none;
	}

	.entry-list article.ev dl dt {
		float: left;
		max-width: 180px;
		text-align: left;
		position: relaitve;
		overflow: hidden;
		max-height: 180px;
	}

	.entry-list article.ev dl dt a {
		display: block;
		width: 160px;
		margin-right: 20px;
		height: 160px;
		position: relative;
		overflow: hidden;
		border-radius: 1em;
	}

	.entry-list article.ev dl dt img {
		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: 100%;
	}

	.entry-list article.ev dl dd h2,
	.entry-list article.ev dl dd p{
		margin: 0 0 0.5em;
	}

	.entry-list article.ev dl dd .post-date {
		color: #cc4e63;
		font-style: normal;
		margin: 0;
	}

	.entry-list article.ev dl dd.thumb {
		float: left;
		max-width: 1000px;
	}

	.entry-list article.ev dl dd.full {
		width: 100%;
	}

	.entry-list dl {
		border-bottom: 1px solid #ccc;
		padding: 1em 0;
		overflow: hidden;
	}

	#container .nav_btn img {
		height: 3em !important;
	}

}

/*
** SP
***************************************************/

@media screen and (max-width: 720px) {

	._pc {
		display: none !important;
	}

	body {
		font-size: 0.85rem;
	}

	#container img {
		width: 100%;
		display: block;
		vertical-align: bottom;
		height: auto !important;
	}

	header .h_cont {
		overflow: hidden;
		background: #fff;
		position: relative;
	}

	#site-logo {
		max-width: 43%;
		width: 100%;
		float: left;
		text-align: left;
	}

	.header_side {
		float: right;
		position: relative;
	}

	#youtube,
	#instagram,
	#facebook{
		width: 2.5em;
		margin: 0 0.25em;
		height: 2.5em;
		line-height: 1.0;
		position: relative;
		padding: 0;
		cursor: pointer;
		top: 0.75em;
		right: 1.5em;
		display: inline-block;
	}

	#youtube a:before {
		content: " ";
		background: url(../img/sns_yt.png) no-repeat;
		background-size: contain;
		display: block;
		width: 100%;
		height: 100%;
	}

	#instagram a:before {
		content: " ";
		background: url(../img/sns_ig.png) no-repeat;
		background-size: contain;
		display: block;
		width: 100%;
		height: 100%;
	}

	#facebook a:before {
		content: " ";
		background: url(../img/sns_fb.png) no-repeat;
		background-size: contain;
		display: block;
		width: 100%;
		height: 100%;
	}

	#youtube span,
	#instagram span,
	#facebook span {
		display: none;
	}

/* navigation */

	@keyframes nav_start01 {
		0%   { left: 22%; top: 0.6em; }
		100% { left: 22%; top: 1.15em; transform: rotate(45deg); }
	}

	@keyframes nav_start02 {
		0%   { width: 55%; left: 22%; }
		100% { width: 0%; left: 50%; }
	}

	@keyframes nav_start03 {
		0%   { left: 22%; top: 1.65em; }
		100% { left: 22%; top: 1.15em; transform: rotate(-45deg); }
	}

	@keyframes nav_end01 {
		0%   { left: 22%; top: 1.15em; transform: rotate(45deg); }
		100% { left: 22%; top: 0.6em; }
	}

	@keyframes nav_end02 {
		0%   { width: 0%; left: 50%; }
		100% { width: 55%; left: 22%; }
	}

	@keyframes nav_end03 {
		0%   { left: 22%; top: 1.15em; transform: rotate(-45deg); }
		100% { left: 22%; top: 1.65em; }
	}

	#navigation {
		width: 2.5em;
		margin: 0 0.5em 0 0;
		height: 2.5em;
		line-height: 1.0;
		padding: 0;
		top: 0.5em;
		right: 0.5em;
		cursor: pointer;
		z-index: 9999;
		position: relative;
		float: right;
	}

	#navigation span.n01,
	#navigation span.n02,
	#navigation span.n03 {
		display: block;
		height: 1px;
		background: #00514b;
		color: #00514b;
		position: absolute;
	}

	#navigation span.n01 {
		width: 55%;
		animation-name: nav_end01;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-duration: 0.2s;
		left: 22%;
		top: 0%;
	}

	#navigation span.n02 {
		width: 55%;
		animation-name: nav_end02;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-duration: 0.2s;
		left: 22%;
		top: 43%;
	}

	#navigation span.n03 {
		width: 55%;
		animation-name: nav_end03;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-duration: 0.2s;
		left: 22%;
		top: 65%;
	}

	#navigation.active span.n01 {
		animation-name: nav_start01;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-duration: 0.2s;
	}

	#navigation.active span.n02 {
		animation-name: nav_start02;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-duration: 0.2s;
	}

	#navigation.active span.n03 {
		animation-name: nav_start03;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-duration: 0.2s;
	}

	#navigation span.n04,
	#navigation span.n05 {
		bottom: -14%;
		display: block;
		position: absolute;
		font-size: 75%;
		left: 0;
		text-align: center;
		width: 100%;
		font-weight: bold;
	}

	#navigation span.n05 {
		display: none;
	}

	nav.globalnavi {
		background: #fff;
		position: fixed;
		height: 100%;
		max-width: 100%;
		z-index: 9990;
		top: 0;
		right: -300px;
		box-shadow: 0 0 6px #828a88;
	}

	nav.globalnavi ul {
		width: 250px;
		margin: 1.5em 0.5em 0;
		padding: 0 0.5em 3em;
		list-style: none;
		height: 100%;
		z-index: 9989;
	}

	nav.globalnavi ul li {
		margin: 0;
		padding: 0;
	}

	nav.globalnavi ul li a {
		color: #00514b;
		display: block;
		border-bottom: 1px solid #ccc;
		text-decoration: none;
		padding: 0.5em;
		box-sizing: border-box;
	}

	nav.globalnavi ul.menu>li a:before {
		background: url(../img/nav_icon.png) no-repeat;
		background-size: 100%;
		content: "";
		margin-right: 0.5em;
		width: 1em;
		height: 1em;
		line-height: 1.0;
		display: inline-block;
	}

	nav.globalnavi ul.menu ul.subMenu li a:before {
		display: none;
	}

	nav.globalnavi ul li a._sub:after {
		content: '>';
		float: right;
	}

	nav.globalnavi ul li ul.sub {
		display: none;
		margin: 0;
		padding: 0.5em;
		font-size: 90%;
	}

	nav.globalnavi ul li ul.sub li a {
		border: none;
		padding: 0.5em;
	}

	nav.globalnavi ul li ul.subMenu li a {
		text-indent: 0;
		padding: 0.5em 0 0.5em 1.9em;
	}

	@keyframes st_point {
		0%   { transform: rotate(0deg); }
		100% { transform: rotate(90deg); }
	}

	@keyframes en_point {
		0%   { transform: rotate(90deg); }
		100% { transform: rotate( 0deg); }
	}

	nav.globalnavi ul li a.sel._sub:after {
		animation-name: st_point;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-duration: 0.3s;
	}

	nav.globalnavi ul li a._sub:after {
		animation-name: en_point;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-duration: 0.3s;
	}

	nav.globalnavi ul {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

	nav.globalnavi ul a.sub:after {
		content: '>';
		float: right;
		transform: rotate(90deg);
	}

	nav.globalnavi ul a.active:after {
		content: '<';
		float: right;
		transform: rotate(90deg);
	}

	nav.globalnavi ul ul.subMenu {
		margin: 0;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		display: none;
		overflow: hidden;
	}

	nav.globalnavi ul ul.subMenu li {
		text-indent: 1em;
	}

	/* page */

	main {
		margin: 0 1em 4em;
	}

	main table {
		width: 100%;
	}

	main table.left th {
		width: 30%;
	}


/**/
	aside.float_access {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 3.5vw;
		color: #fff;
		z-index: 50;
		background: #00514b;
	}

	aside.float_access ul {
		overflow: hidden;
	}

	aside.float_access li {
		width: 33.33%;
		float: left;
		text-align: center;
	}

	aside.float_access li img {
		max-width: 100%;
		margin: 0 auto;
	}

	aside.float_access li span {
		display: none;
	}

/* category */

	.entry-list article.entry dl {
		overflow: hidden;
		margin: 1em 0;
	}

	.entry-list article.entry dl dt {
		position: relative;
		overflow: hidden;
	}


	.entry-list article.entry dl dt img {
		width: 100%;
		position: abusolute;
		object-fit: cover;
	}

	.entry-list article.entry dl dd h2 {
		margin: 1em 0 0;
	}

	.entry-list article.entry dl dd .more {
		float: right;
	}

/* entry */

	#container .entry-list .entry dl dt {
		text-align: center;
	}

	#container .entry-list .entry dl dt img,
	#container .single .entry-content img,
	#container .event_main img {
		width: 60%;
		margin: 0 auto;
	}

	#container .nav_btn img {
		height: 2em !important;
		width: auto;
	}

	article.ev dl dd.full {
		padding-top: 1em;
		overflow: hidden;
	}

	article.ev dl dd.full h2 {
		margin-top: 0;
	}

	a.more {
		float: right;
	}

}

/*
lotate
*/

@media screen and (max-width: 1200px) and (orientation: landscape) {

	#site-logo {
		max-width: 23%;
	}

	#site-logo img {
		max-height: 4em;
		float: left;
	}

	.header_side {
		padding-bottom: 1em;
	}

	#navigation span.n04, #navigation span.n05 {
		font-size: 1.25vw;
	}

	aside.float_access li img {
		max-height: 3em;
	}

}

/*
stock_photos
*/

.stockWrap {
	overflow: hidden;
	position: relative;
}

.stock img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	display: block;
}

/*
2020.08 add.
*/

.iso ._full,
.iso ._full2 {
	width: 100%;
}


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

	.iso ._full .su-lightbox {
		width: 50%;
		margin: 2.5em auto 0;
	}

	.iso ._full2 .su-lightbox {
		width: 25%;
		margin: 2.5em auto 0;
	}

}

@media screen and (max-width: 720px) {

	main table th,
	main table td {
		min-width: 20%;
		box-sizing: border-box;
		font-size: 3vw;
		word-break: break-all;
	}

	main table th small,
	main table td small {
		font-size: 75%;
	}

}