@charset "utf-8";
html[lang="ja"] {
	margin: 0 !important;
}
body {
	padding: 70px 0 50px;
	font-size: 14px;
	background-image: url(../img/bg-dia.png);
	background-attachment: fixed;
	background-color: #fff;
	color: #333;
	position: relative;
	overflow-x: hidden;
}

p.red {
    color: #F00;
}
body.nav__open {
	overflow: hidden;
}
body::before {
	content: '';
	width: 100vw;
	height: 200px;
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
}
body::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: fixed;
	left: 0;
	bottom: 200px;
	z-index: -1;
	pointer-events: none;
	border-width: 0 100vw 80px 0;
	border-color: transparent transparent #fff transparent;
}
body.scroll__menu::before, body.scroll__menu::after {
	display: none;
}
#splash{
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	left:0;
	top:0;
	z-index: 10000;
	/* transition: all 1.5s ease .5s; */
	transition: all .8s ease .1s;
}
body.page__open #splash{
	opacity:0;
	pointer-events: none;
	visibility: hidden;
}
.pc-only {
	display: none !important;
}
#wpadminbar {
	display: none !important;
}
.inner {
	width: 94%;
	margin: 0 auto 30px;
}
.white-bg-wrap {
	position: relative;
}
.white-bg {
	height: calc(100% - 100px);
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 1;
	background: #fff;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.white-bg::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	left: 0;
	top: -100px;
	z-index: 0;
	pointer-events: none;
	border-width: 0 0 100px 100vw;
	border-color: transparent transparent #fff transparent;
}
.white-bg::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	left: 0;
	bottom: -100px;
	z-index: 0;
	pointer-events: none;
	border-width: 100px 0 0 100vw;
	border-color: #fff transparent transparent transparent;
}
.white-bg-wrap .bg-inner {
	position: relative;
	z-index: 2;
}
/* == 初回ポップアップ ============================================== */
.overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  }
.overlay .btn_area {
  width: 94%;
  max-height: 70vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  z-index: 1000;
  overflow-y: auto;
}
.overlay .btn_area .title {
  width: 100%;
  height: 50px;
  background: #468c42;
}
.overlay .btn_area .title h1 {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
.overlay .btn_area .text_box {
  padding: 30px 30px 0;
  text-align: center;
}
.overlay .btn_area .text_box p {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.overlay .btn_area .text_box p.eigyo {
  font-size: 24px;
  line-height: 32px;
}
.overlay .btn_area .text_box p.eigyo.other {
  color: #ff0000;
}
.overlay .btn_area button {
  width: 120px;
  height: 30px;
  background: #c2c2c2;
  display: block;
  margin: 10px auto 20px;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all .3s;
  outline: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}
/* == parts ============================================== */
.btn_base {
	width: 280px;
	background: #333333;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 5px 5px 0 0 #CCCCCC;
	margin: auto;
	transition: all .3s;
}
.btn_base.touch__start {
	transform: translateX(3px) translateY(3px);
	box-shadow: 0 0 0 0 #CCCCCC;
	background: #468C42;
}
.btn_base a {
	display: block;
	line-height: 60px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	transition: all .3s;
}
.btn_base a::before {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 5px solid #333;
	border-right: 5px solid #333;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	right: 0px;
	top: 0px;
	box-sizing: border-box;
	transition: all .3s;
}
.btn_base a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 5px solid transparent;
	border-right: 5px solid #333;
	border-bottom: 5px solid #333;
	border-left: 5px solid transparent;
	position: absolute;
	right: 0px;
	bottom: 0px;
	box-sizing: border-box;
	transition: all .3s;
}
.btn_base.touch__start a {
	color: #468C42;
}
.btn_base.touch__start a::before {
	border-top-color: #468C42;
	border-right-color: #468C42;
}
.btn_base.touch__start a::after {
	border-bottom-color: #468C42;
	border-right-color: #468C42;
}
.btn_big {
	width: 90%;
	max-width: 400px;
	height: 120px;
	margin: 0 auto 5px;
	box-sizing: border-box;
	text-align: center;
	display: table;
	box-shadow: 5px 5px 0 0 #CCCCCC;
	transition: all .3s;
}
/* ----- 201112 ----- */
.btn-wrap .btn_big.bg01 {
  display: none;
}
/* ------------------ */
.btn_big.touch__start {
	box-shadow: none;
	transform: translateX(3px) translateY(3px);
}
.btn_big a {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	border: solid 4px #468C42;
	background-color: #fff;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 150%;
	font-weight: 700;
	color: #468C42;
}
.btn_big.bg01 a {
	background-image: url(../img/btn-bg01.png);
}
.btn_big.bg02 a {
	background-image: url(../img/btn-bg02.png);
}
.btn-wrap {
	padding: 0 0 10px;
	overflow: hidden;
}
.btn-wrap .btn_big + .btn_big {
	margin: 25px auto 0;
}
.title_en {
	margin: 0 auto 40px;
}
.title_en .small-text {
	display: block;
	color: #666666;
	margin: 10px 0 0;
	letter-spacing: 2px;
}
.title_center {
	text-align: center;
	font-size: 6.5vw;
	margin: 0 0 25px;
	letter-spacing: 5px;
}
.table_base {
	width: 100%;
	border: solid 1px #ccc;
}
.table_base th {
	background: #468C42;
	text-align: center;
	color: #fff;
	padding: 10px;
	display: block;
	border-bottom: solid 1px #ccc;
}
.table_base td {
	font-size: 88%;
	display: block;
	padding: 10px;
	background: #fff;
	border-bottom: solid 1px #ccc;
}
.table_base .column3 {
	overflow: hidden;
}
.table_base .column3 td {
	width: 33%;
	float: left;
	box-sizing: border-box;
	font-weight: 700;
}
.table_base .column3 td + td {
	border-left: solid 1px #ccc;
}
.table_base .bg {
	text-align: center;
	background: rgba(70, 140, 66, 0.06);
}
.table_base .price td {
	text-align: center;
	font-weight: 700;
	color: #468C42;
}
.table_base small {
	display: block;
	font-size: 82%;
}
/* == header ============================================== */
.h-wrapper {
	position: fixed;
	background: #fff;
	box-shadow: 0 5px 15px -5px #999;
	width: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	overflow: hidden;
	padding: 12px;
	z-index: 1000;
}
.h-wrapper .main-logo {
	width: 222px;
}
.h-wrapper .main-logo img {
	vertical-align: top;
}
.list_main-nav {
	display: none;
}
.list_main-nav::after {
	content: '';
	clear: both;
	display: block;
}
.list_main-nav li {
	flex-grow: 1;
	text-align: center;
}
.list_main-nav a {
	display: block;
	font-size: 88%;
	transition: all .3s;
	line-height: 1;
}
.list_main-nav a:hover {
	color: #669933;
}
.list_main-nav span.icon {
	display: block;
	margin: 0 auto 6px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .3s;
}
.list_main-nav a:hover span.icon {
	transform: translateY(-5px);
}
.list_main-nav .icon img {
	vertical-align: top;
	opacity: 0;
	transition: all .3s;
}
.list_main-nav a:hover img {
	opacity: 1;
}
.list_main-nav li.ic-nav01 .icon {
	width: 30px;
	background-image: url(../img/nav01.svg);
}
.list_main-nav li.ic-nav02 .icon {
	width: 30px;
	background-image: url(../img/nav02.svg);
}
.list_main-nav li.ic-nav03 .icon {
	width: 26px;
	background-image: url(../img/nav03.svg);
}
.list_main-nav li.ic-nav04 .icon {
	width: 19px;
	background-image: url(../img/nav04.svg);
}
.list_main-nav li.ic-nav05 .icon {
	width: 18px;
	background-image: url(../img/nav05.svg);
}
.list_main-nav li.ic-nav06 .icon {
	width: 29px;
	background-image: url(../img/nav06.svg);
}
#menu-trigger {
	width: 42px;
	height: 42px;
	background: #000;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	position: fixed;
	top: 14px;
	right: 12px;
	z-index: 1001;
	margin: auto;
	transition: all .3s;
}
#menu-trigger span.border {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	width: 50%;
	height: 1px;
	margin: auto;
	background: #fff;
	transition: all .5s;
	transform-origin: center;
}
#menu-trigger span.border:nth-child(1) {
	top: 9px;
}
#menu-trigger span.border:nth-child(2) {
	top: 15px;
}
#menu-trigger span.border:nth-child(3) {
	top: 21px;
}
#menu-trigger span.menu {
	display: inline-block;
	color: #fff;
	font-size: 50%;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 4px;
	left: 0;
}
body.nav__open #menu-trigger span.border:nth-child(1) {
	transform: translateY(6px) rotate(135deg);
}
body.nav__open #menu-trigger span.border:nth-child(2) {
	transform: rotate(135deg);
	opacity: 0;
}
body.nav__open #menu-trigger span.border:nth-child(3) {
	transform: translateY(-6px) rotate(225deg);
}
#mega-menu {
	position: fixed;
	left: 0;
	top: 70px;
	width: 100vw;
	height: calc(100vh - 70px);
	border-top: solid 1px #EAEAEA;
	background: #fff;
	z-index: 1000;
	overflow-y: scroll;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .5s;
	-webkit-overflow-scrolling: touch;
	padding: 0 0 100px;
}
body.nav__open #mega-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
#mega-menu .inner {
	width: 100%;
}
#mega-menu .menu-column {
	overflow: hidden;
}
#mega-menu .menu-column .big-link {
	border-bottom: solid 1px #EAEAEA;
	font-size: 115%;
	background-position: left 10px center;
	background-repeat: no-repeat;
	position: relative;
}
#mega-menu .menu-column .big-link a, #mega-menu .menu-column .big-link span {
	display: block;
	padding: 15px 0 15px 60px;
	position: relative;
}
#mega-menu .menu-column a {
	background: url(../img/arrow.png) no-repeat;
	background-position: right 23px center;
	background-size: 9px 15px;
}
#mega-menu .menu-column .big-link span::after {
	content: '';
	width: 15px;
	height: 9px;
	background: url(../img/arrow-down.png) no-repeat;
	background-size: 15px 9px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all .3s;
}
#mega-menu .menu-column .big-link.accordion__open span::after {
	transform: rotateZ(-180deg);
}
#mega-menu .menu-column .big-link.icon-top {
	background-image: url(../img/nav00.svg);
	background-size: 30px;
}
#mega-menu .menu-column .big-link.icon-about {
	background-image: url(../img/nav01.svg);
	background-size: 30px;
}
#mega-menu .menu-column .big-link.icon-access {
	background-image: url(../img/nav02.svg);
	background-size: 30px;
}
#mega-menu .menu-column .big-link.icon-guide {
	background-image: url(../img/nav03.svg);
	background-size: 30px;
}
#mega-menu .menu-column .big-link.icon-event {
	background-image: url(../img/nav04.svg);
	background-size: 22px;
	background-position: left 18px center;
}
#mega-menu .menu-column .big-link.icon-dantai {
	background-image: url(../img/nav05.svg);
	background-size: 22px;
	background-position: left 13px center;
}
#mega-menu .menu-column .big-link.icon-gakusyu {
	background-image: url(../img/nav06.svg);
	background-size: 30px;
}
#mega-menu .menu-column .big-link.icon-pamphlet {
	background-image: url(/wp/pamphlet/nav07.png);
	background-size: 30px;
}
#mega-menu .menu-column .big-link.no-padding {
	background: none;
}
#mega-menu .menu-column .big-link.no-padding span {
	padding: 15px 0 15px 20px;
}
.list_mega-small {
	background: rgba(70, 140, 66, 0.06);
	display: none;
}
.list_mega-small a {
	display: block;
	padding: 15px 15px 15px 20px;
	border-bottom: solid 1px #EAEAEA;
	color: #468C42;
}
/*--------------------*/
.side-btn {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	background: #FE0013;
	color: #fff;
	line-height: 40px;
	width: 96%;
	margin: auto;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 3px;
	z-index: 100;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.side-btn img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	width: 18px;
}
.side-pop {
	position: fixed;
	left: 0;
	top: 0%;
	z-index: 1005;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100vh;
	opacity:0;
	visibility: hidden;
	pointer-events: none;
	transition: all .7s;
}
.side-pop.pop__open {
	top: 0;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.side-pop .btn-close {
	position: absolute;
	right: 2%;
	top: 2%;
	margin: auto;
	background: #000;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	z-index: 1000;
	font-size: 200%;
	font-weight: 700;
	cursor: pointer;
	transition: all .2s;
}
.side-pop .btn-close:hover {
	background: #468C42;
}
.side-pop .pop-base {
	position: absolute;
	width: 94%;
	height: 80%;
	overflow-y: scroll;
	left: 0;
	top: 5%;
	right: 0;
	margin: auto;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 12px;
	border-radius: 10px;
}
.side-pop .pop-base .pop-title {
	text-align: center;
	font-size: 150%;
	font-weight: 700;
	margin: 0 0 20px;
}
/* == footer ============================================== */
footer {
	margin: 80px 0 0;
	z-index: 2;
	position: relative;
	background-image: url(../img/bg-dia.png);
	background-color: #fff;
}
footer .f-bg {
	background: #468C42;
	padding: 20px;
	color: #fff;
}

footer .f-bg .f-title {
	font-size: 150%;
	font-weight: 700;
	margin: 0 0 10px;
}

footer .inner-n {

}

footer .block1 {

}

footer address {
	font-size: 88%;
}

footer .f-bg .f-att {
	font-size: 80%;
	margin: 15px 0 0;
}

footer .f-bg .f-site-t {
	text-align:left; 
    font-size:120%; 
    font-weight:700;
    padding:30px 0px 0px;
}

footer .f-bg .f-site-smma {
    font-size:65%; 
}

footer .f-bg .img {
	width:40%;
}


footer .copyright {
	padding: 15px 0 20px;
	font-size: 70%;
}
/* == frontpage ==============================================*/
.block_front-slide {
	margin: 30px 0 0;
	overflow: hidden;
}
/* == スライダー調整用 ==============================================*/
.block_front-slide .imgbox{
    text-align:center;
    margin:0 0 30px;}
/* =================================================*/

#jq_front-slide {
	overflow: hidden;
	padding: 0 0 30px;
}
#jq_front-slide .slick-dots {
	bottom: -10px;
}
#jq_front-slide .slick-list {
	overflow: visible;
	outline: none;
}
#jq_front-slide .slick-list .slick-slide {
	outline: none;
}
#jq_front-slide .content {
	position: relative;
	opacity: .8;
	transition: all .7s ease .8s;
}
#jq_front-slide .slick-slide.slick-current .content, #jq_front-slide .slick-slide.is-active-next .content {
	opacity: 1;
}
#jq_front-slide .content .slide-image {
	overflow: hidden;
	box-shadow: 0 7px 15px -5px #666;
	transition: all .3s;
}
#jq_front-slide .content .slide-image img {
	width: 100%;
	vertical-align: top;
}
#jq_front-slide .content .slide-text {
	padding: 20px;
}
#jq_front-slide .content .slide-text {
	font-size: 6vw;
	font-weight: 700;
}
#jq_front-slide .content .slide-text small {
	display: block;
	font-size: 50%;
}
/*==============================*/
.block_news-summary {
	margin: 0 0 80px;
}
.block_news-summary .title_en {
	width: 94%;
}
.block_news-summary .inner {
	position: relative;
	width: 100%;
}
.block_news-summary .list_news-tab {
	margin: 0 0 30px;
}
.list_news-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list_news-tab li {
	width: 100%;
	background: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition: all .3s;
}
.list_news-tab li.tab__select {
	background: #333333;
	color: #fff;
}
.list_news-tab li::after {
	content: '';
	border: solid transparent;
	position: absolute;
	top: 90%;
	left: 50%;
	height: 0;
	width: 0;
	border-color: rgba(0, 0, 255, 0);
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 10px;
	border-right-width: 10px;
	margin-left: -10px;
	border-top-color: #333;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease 0s;
}
.list_news-tab li.tab__select::after {
	top: 100%;
	opacity: 1;
	visibility: visible;
	transition: all .3s ease .1s;
}
.list_news-tab a {
	display: block;
	line-height: 45px;
	font-size: 88%;
}
.list_news-summary {
	margin: 0 0 40px;
}
.list_news-summary li + li {
	margin: 15px auto 0;
}
.list_news-summary a {
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 20px 30px 20px 15px;
	transition: all .3s;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 9px 15px;
	box-shadow: 0 0 6px 3px #ddd;
}
.list_news-summary .info {
	margin: 0 0 10px;
}
.list_news-summary .info .cat {
	display: inline-block;
	background: #468C42;
	min-width: 110px;
	text-align: center;
	font-size: 88%;
	color: #fff;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 0 15px 0 0;
}
.list_news-summary .info .time {
	font-size: 88%;
	letter-spacing: 1px;
}
.list_news-summary a .title {
	color: #468C42;
	text-decoration: underline;
}
/*==============================*/
.block_video-summary {
	margin: 0 0 60px;
	overflow: hidden;
}
#jq_video-slide {
	padding: 0 0 60px;
}
#jq_video-slide .slick-list {
	overflow: visible;
}
#jq_video-slide .slick-list .slick-slide {
	margin: 0 5px;
	outline: none;
	max-width: 300px;
}
#jq_video-slide .content {
	position: relative;
}
#jq_video-slide .content .slide-image img {
	vertical-align: top;
}
#jq_video-slide .content .slide-links {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	background-image: url("../img/icon-movie.png");
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s;
}
#jq_video-slide .content .slide-links p {
	position: absolute;
	left: 12px;
	bottom: 12px;
}
.list_btn-links{
	text-align: center;
}
.list_btn-links li{
	display: inline-block;
	margin: 5px;
}
.list_btn-links .btn_base{
	width: 165px;
	font-size: 88%;
	font-weight: 700;
}
/*==============================*/
.block_project-summary {
	margin: 0 0 60px;
	background: url(../img/project-bg.png) no-repeat center bottom;
	background-size: 623px 150px;
	padding: 0 0 40px;
}
.block_project-summary .project-lead {
	text-align: center;
	font-size: 6.5vw;
	margin: 30px auto 20px;
}
.block_project-summary .project-text {
	text-align: center;
	color: #666666;
	line-height: 2.5;
	font-size: 3.8vw;
}
.movie-wrap {
	width: 90%;
	margin: auto;
	position: relative;
}
.movie-wrap img {
	vertical-align: top;
}
.movie-wrap::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .5);
	background-image: url("../img/icon-movie.png");
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s;
	pointer-events: none;
}
/*==============================*/
.block_database-summary {
	margin: 0 0 60px;
}
/*==============================*/
.block_center-base .center-base-text {
	text-align: center;
	margin: 0 0 40px;
	color: #707070;
	line-height: 2.5;
	font-size: 3.8vw;
}
/* == underpage ============================================== */
body#under {
	padding: 90px 0 50px;
}
body#under .inner_wrap {
	width: 90%;
	margin: 0 auto;
}
body#under .inner {
	width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  border: solid 1px #468c42;
  padding: 13px 13px;
}
table .align_center {
  text-align: center;
  vertical-align: top;
}
table .thead {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #468c42;
  background: #f6faf6;
  padding: 2px 0;
}



.heading {
  font-weight: 600;
  font-size: 230%;
  letter-spacing: 0.1em;
  color: #468c42;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 47px;
  padding-bottom: 5px;
}
.heading02 {
  border-radius: 16px;
  background: #f6faf6;
  border: 1px solid #468c42;
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #333;
  padding: 20px 32px;
  margin-bottom: 32px;
}
.heading03 {
  width: auto;
  height: 64px;
  border-radius: 16px;
  background: #468c42;
  border: 1px solid #468c42;
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #333;
  line-height: 64px;
  padding-left: 32px;
  margin-bottom: 0px;
}
.breadcrumb {
  width: 100%;
  margin: 0 auto 48px;
}
.breadcrumb ul li {
  display: inline-block;
  white-space: nowrap;
  font-size: 88%;
  letter-spacing: 0.1em;
  color: #666;
  font-size: 12px;
}
.breadcrumb ul li a {
	color:#468C42;
}
.list_bread li + li::before {
  content: '';
  width: 5px;
  height: 10px;
  background: url(../img/arrow-bread.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
  margin: 0 16px;
}
.bg_line {
  width: 100%;
  height: 13px;
  background: url(../img/bg_line@2x.png) repeat-x center left 10px;
  background-size: 44px 13px;
}
body#under footer #pagetop {
  width: 70px;
  height: 70px;
  background: url(../img/arrow-up.png) no-repeat center #fff;
  border: 4px solid #468c42;
  border-radius: 50%;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  position: absolute;
  top: -37px;
  right: 10px;
  overflow: hidden;
  transition: all .3s;
}
footer #pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
footer #pagetop:hover {
  opacity: .9;
  filter: none;
}
  /* ====== 
  page-name #outline
  ======*/
  .page_outline .white-bg {
	top: 250px;
	height: calc(100% - 330px);
  } 
  .page_outline a {
    text-decoration: underline;
    color: #468c42;
}
  .block_about .intro {
	margin-bottom: 83px;
	font-size: 16px;
  }
  .block_about .intro::after {
	content: '';
	display: block;
	clear: both;
  }
  .block_about .intro .text_box {
	letter-spacing: 0.1em;
	line-height: 28px;
  }
  .block_about .intro .img_box {
	margin: 30px calc(50% - 50vw) 0;
	width: 100vw;
  }
  /*==============================*/
  .block_outline .position_now {
	margin-bottom: 74px;
  }
  .block_outline .position_now .heading {
	padding: 0 0 30px;
	margin: 68px 0 44px;
	line-height: 50px;
  }
  .block_outline .position_now#ol03 .heading,
  .block_outline .position_now#ol04 .heading,
  .block_outline .position_now#ol05 .heading,
  .block_outline .position_now#ol07 .heading,
  .block_outline .position_now#ol08 .heading {
	  padding: 0 0 8px;
	  margin: 0 0 45px;
  }
  .block_outline .position_now#ol03 dl,
  .block_outline .position_now#ol04 dl,
  .block_outline .position_now#ol05 dl,
  .block_outline .position_now#ol07 dl,
  .block_outline .position_now#ol08 dl  {
	  font-size: 16px;
  }
  .block_outline .position_now#ol03 dd,
  .block_outline .position_now#ol04 dd,
  .block_outline .position_now#ol05 dd,
  .block_outline .position_now#ol07 dd,
  .block_outline .position_now#ol08 dd  {
	  font-size: 16px;
	  line-height: 29px;
  }
  .block_outline .position_now#ol03 dt,
  .block_outline .position_now#ol04 dt,
  .block_outline .position_now#ol05 dt {
	font-weight: 700;
	margin: 0 0 10px;
	width: 41%;
	border-right: 1px solid #999;
	letter-spacing: .1em;
  }
  .block_outline #anchor01 {
	margin-bottom: 60px;
  }
  .block_outline #anchor01 dt {
	  width: 100%;
	  border-right: none;
	  margin: 0 0 24px;
  }
  /* .block_outline #ol03, */
  .block_outline dl dt {
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 20px;
	border-right: 1px solid #999999;
	margin: 0 0 15px;
	width: 40%;
	padding: 10px 0 0 0;
  }
  .block_outline #ol01 dl dt,
  .block_outline #ol08 dl dt {
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 32px;
	border-right: none;
	border-bottom: 1px solid #999999;
	margin: 0 0 20px;
	width: 100%;
	padding: 10px 0 23px 0;
  }
  .block_outline dl dd {
	line-height: 28px;
	color: #666;
	margin: 0 0 30px;
  }
  .block_outline .set01 dl dt {
	font-size: 175%;
	letter-spacing: 0.2em;
	line-height: 25px;
	padding: 0 0 25px;
	border-bottom: 1px solid #999999;
  }
  .block_outline .set01 ol {
	border-radius: 16px;
	background: #f6faf6;
	padding: 45px 30px;
    counter-reset: item;
    margin-top: 65px;
  }
  .block_outline .set01 ol li {
	font-weight: 500;
	font-size: 100%;
	letter-spacing: 0.05em;
	line-height: 32px;
	color: #468c42;
	padding: 0 0 0 15px;
	position: relative;
  }
  .block_outline .set01 ol li::before {
	counter-increment: item;
	content: counter(item)'.';
	position: absolute;
	top: 0;
	left: 0;
  }
  .block_outline .set01 .txt_right {
	font-weight: 500;
	font-size: 88%;
	letter-spacing: 0.05em;
	line-height: 30px;
	text-align: right;
  }
  .block_outline #ol01 .txt_right:first-of-type {
	margin-bottom: 72px;
  }
  .block_outline #ol08 .title {
	font-weight: 600;
	font-size: 150%;
	letter-spacing: 0.2em;
	margin: 80px 0 43px;
  }
  .block_outline #ol08 table {
	margin-bottom: 20px;
  }
  .block_outline #ol08 .sp_table {
	  width: 870px;
	  font-size: 16px;
  }
  .block_outline #ol08 .table_wrap {
	overflow-x: scroll;

  }
  .block_outline #ol08 table th:nth-of-type(1) {
	width: 115px;
  }
  .block_outline #ol08 table th:nth-of-type(2) {
	width: 145px;
  }
  .block_outline #ol08 table .kadai {
	margin-bottom: 50px;
  }
/* ====== 
page-name #annual-report
======*/
#under ul.arrow li {
    /* line-height: 48px; */
	background: url(../img/arrow.png) no-repeat center right;
	/* text-decoration: underline; */
	/* color: #468c42; */
	font-size: 1.1em;
	margin: 0 20px 22px;
}
.page_report .white-bg {
  /* top: 2040px; */
  /* height: calc(100% - 2120px); */
} 
.block_report a {
  text-decoration: underline;
  color: #468c42;
  transition: all .3s;
}
.block_report a:hover {
  opacity: .6;
}
.block_report .bg_line {
  margin: 60px 0;
}
.block_report .report_set {
  margin-top: 80px
}
.block_report .report_set:first-of-type {
  margin-top: 0px
}
.block_report span.num {
  margin-right: 15px;
}
.block_report .report_set.set01 ul li,
.block_report .report_set.set03 ul li {
  width: 180px;
}
.block_report .report_set.set02 ul li,
.block_report .report_set.set05 ul li {
  width: 240px;
}
.block_report .report_set.set04 .title {
  font-weight: 600;
}
.block_report .report_set.set04 .title.t1 {
  margin-bottom: 20px;
}
.block_report .report_set.set04 .business_list {
  margin-bottom: 30px;
}
.block_report .report_set.set04 .business_list ul > li > ul {
  text-indent: 2em;
}
.block_report .report_set.set04 .business_list ul > li {
	margin: 10px 0;
}
.block_report .report_set.set04 .sec02 .indent {
  text-indent: 2.5em;
}
.block_report .report_set.set04 .sec04 .indent {
  text-indent: 2em;
}
/* ====== 
page-name #access
======*/
.page_access .white-bg {
	top: 375px;
	height: calc(100% - 450px);
  } 
  .block_access a {
	text-decoration: underline;
	color: #468c42;
	transition: all .3s;
  }
  .block_access a:hover {
	opacity: .6;
  }
  .block_access .access_box {
	margin-top: 60px;
	padding: 0 20px;
  }
  .block_access .access_box .text_box {
	letter-spacing: 0.05em;
	line-height: 32px;
  }
  .block_access .access_box .text_box:first-of-type {
	margin-bottom: 35px;
  }
  .block_access .access_box .text_box .title {
	color: #468c42;
  }
  .block_access .map_box {
	width: 100%;
	margin-top: 56px;
  }
  .block_access .map_box iframe {
	width: 100%;
	height: 440px;
  }
  .block_access .small_a {
	font-size: 75%;
  }
  .block_access .bg_line {
	margin: 55px 0;
  }
  .block_access .sec01 p {
	color: #666;
  }
  .block_access .sec01 img {
	display: block;
	width: 540px;
	height: auto;
	margin: 36px auto 55px;
  }
  .block_access .sec02 table th {
	width: 236px;
  }
  .block_access .sec02 table td {
	width: 758px;
  }
  .block_access .sec03 table {
	text-align: center;
	margin-top: 16px;
	font-weight: 500;
  }
  .block_access .sec03 table th {
	width: 25%;
	padding: 5px 0;
  }
  .block_access .sec03 table td {
	padding: 5px 0;
  }
  .block_access .sec03 .t_c {
	color: #468c42;
  }
  .block_access .sec03 .t_c_r {
	color: #fe0013;
  }
  .block_access .sec03 ul {
	text-indent: -1em;
	margin: 16px 0 10px 2em;
	font-size: 14px;
	line-height: 24px;
  }
  .block_access .sec03 ul li::before {
	content: '※';
	display: inline-block;
	margin-right: 1em;
  }
  .block_access .sec03 .small_a {
	margin-left: 2.4em;
  }
  .block_access .sec03 .price_before {
	margin-bottom: 65px;
  }
.block_access .sec03_2 {
	margin-bottom:100px;
}
.block_access .sec03_2 .sec {
margin:30px 0 30px;
}
.block_access .sec03_2 table {
  text-align: left;
  margin-top: 16px;
  font-weight: 500;
}
.block_access .sec03_2 table th {
  width: 25%;
  padding: 5px 0;
  padding: 10px 20px;
}
.block_access .sec03_2 table td {
  padding: 5px 0;
 padding: 10px 20px;
}

  .block_access .sec04 p {
	font-weight: 600;
  }
  .block_access .sec04 ul {
	text-indent: -.5em;
	margin-left: 1em;
	margin-bottom: 30px;
  }
  .block_access .sec04 ul li::before {
	content: '・';
	display: inline-block;
  }
  .block_access .sec06 ul {
	margin-top: 30px;
  }
  .block_access .sec06 ul li {
	width: 320px;
  }
  .block_access .sec02,
  .block_access .sec03,
  .block_access .sec04,
  .block_access .sec05  {
	margin-bottom: 70px;
  }
  .table_temp {
	  width: 998px;
	  background: #fff;
  }
.table_wrap {
	  overflow-x: scroll;
  }
  .table_temp th {
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	color: #468c42;
	background: #f6faf6;
	padding: 2px 0;
  }
/* ====== 
page-name #museumshop
======*/
.page_museumshop .white-bg {
	top: 270px;
	height: calc(100% - 345px);
  } 
  .block_restaurant img,
  .block_shop img {
	display: block;
	width: 654px;
	height: auto;
	margin: 0 auto 40px;
  }
  .block_shop {
	margin-top: 120px;
  }
/* ====== 
page-name #guide
======*/
.page_guide .white-bg {
	top: 420px;
	height: calc(100% - 495px);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
  } 
  .block_guide p {
	color: #666;
  }
  .block_guide .btn_base {
	margin-top: 40px;
  }
  .block_guide .floor_img {
	width: 100%;
	height: auto;
  }
  .block_guide.floor3 .floor_img {
	margin-bottom: 40px;
  } 
  .block_guide.outdoor .img_box {
	margin-bottom: 34px;
  }
  .block_guide.outdoor .img_box img {
  /* width: 100%; */
  width: 205px;
  height: auto;
  display: block;
  margin: 0 auto 5px;
  }
  .block_guide.floor4,
  .block_guide.floor3,
  .block_guide.outdoor {
	margin-bottom: 80px;
  }
  .block_guide.floor4 .text_set {
	  margin: 50px auto 0;
  }
  .block_guide.floor4 .text_set_margin {
	  margin: 80px auto 0;
  }
/* ====== 
page-name #archive
======*/
.block_event_guid .list_event-tab {
	/* border: 1px solid #000; */
  }
  .block_event_guid .list_event-tab,
  .block_event_holiday .list_event-tab {
	height: 42px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	margin: 0 calc(50% - 50vw) 53px;
	width: 100vw;
  }
  .block_event_guid .list_event-tab li,
  .block_event_holiday .list_event-tab li {
	width: 100%;
	line-height: 42px;
	background: #fff;
	color: #468c42;
	  text-align: center;
	  cursor: pointer;
	  position: relative;
	  transition: all .3s;
  }
  .block_event_guid .list_event-tab li.tab__select,
  .block_event_holiday .list_event-tab li.tab__select {
	  background: #333333;
	  color: #fff;
  }
  .block_event_guid .list_event-tab li a,
  .block_event_holiday .list_event-tab li a {
	display: block;
	width: 100%;
	height: 100%;
  }
  .pagenation ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: center;
  }
  .pagenation ul li {
	width: 20px;
	height: 20px;
	/* background: #fff; */
	text-align: center;
	border-radius: 50%;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 20px;
	color: #666;
	margin: 14px;
	position: relative;
  }
  .pagenation ul li a {
	display: block;
	width: 100%;
	height: 100%;
	/* background: #fff; */
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
  }
  .pagenation ul li.now {
	line-height: 18px;
	color: #fff;
	background: #468c42;
  }
  .pagenation .prev {
	background: url(../img/arrow_prev.png) no-repeat center;
  }
  .pagenation .next {
	background: url(../img/arrow.png) no-repeat center;
  }
/* ====== 
page-name #single
======*/
.block_event_contents .contents_area {
	line-height: 28px;
	color: #666;
	margin-bottom: 40px;
  }
  .block_event_contents .contents_area .contents_area_img {
	display: block;
	margin: 0 calc(50% - 50vw) 40px;
	width: 100vw;

  }
  .block_event_contents .contents_area dl dt {
	width: 110px;
	display: inline-block;
  }
  .block_event_contents .contents_area dl dd {
	width: 870px;
	display: inline-block;
	vertical-align: top;
  }
  .page_event_single footer {
	margin: 114px 0 0;
  }
  /* ====== 
page-name #science
======*/
.block_science .desc {
  margin-bottom: 60px;
}
.block_science .section .title {
  font-weight: 600;
  font-size: 150%;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
.block_science .section ul li::before {
  content: '・';
}
.block_science .card_list {
  margin-top: 60px;
}
.block_science .card_set {
  height: auto;
  /* margin: 0 30px 40px 0; */
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.block_science .card_set:nth-of-type(3n) {
  margin-right: 0;
}
.block_science .card_set .img_box {
  margin-bottom: 20px;
}
.block_science .card_set .img_box img {
  width: 100%;
  height: 100%;
}
.block_science .card_set .text_box {
  letter-spacing: 0.1em;
  line-height: 28px;
  font-size: 16px;
  color: #666;
}
/* ====== 
page-name #science
======*/
.block_science .desc {
  margin-bottom: 30px;
}
.block_science .section .title {
  font-weight: 600;
  font-size: 150%;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
.block_science .section ul li::before {
  content: '・';
}
.block_science .card_list {
  margin-top: 60px;
}
.block_science .card_set {
  width: 310px;
  height: auto;
  /* margin: 0 30px 40px 0; */
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.block_science .card_set:nth-of-type(3n) {
  margin-right: 0;
}
.block_science .card_set .img_box {
  /* width: 310px;
  height: 310px; */
  margin-bottom: 20px;
}
.block_science .card_set .img_box img {
  width: 100%;
  height: 100%;
}
.block_science .card_set .text_box {
  letter-spacing: 0.1em;
  line-height: 28px;
  font-size: 16px;
  color: #666;
}
.block_science .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    color: #333;
}
.block_science table th {
  width: 240px;
}
.block_science table {
	margin-bottom: 50px;
}
/* ====== 
page-name #challenge
======*/
.page_challenge .white-bg {
	top: 450px;
	height: calc(100% - 524px);
  } 
  .block_challenge .desc {
	margin-bottom: 30px;
  }
  .block_challenge .sec01 {
	margin-bottom: 50px;
  }
  .block_challenge .sec01 table th {
	width: 240px;
  }
  .block_challenge .sec02 .heading02 span {
	font-size: 16px;
  }
  .block_challenge .sec02 table th {
	width: 250px;
	/* height: 79px; */
	background: #98be96;
	border: 1px solid #468c42;
	color: #fff;
	text-align-last: left;
	padding: 0 24px;
	box-sizing: border-box;
  }
  .block_challenge .sec02 table .t_c {
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #468c42;
	background: #f6faf6;
	padding: 0 20px;
  }
  .block_challenge .title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 25px;
	color: #333;
  }
  /* ====== 
page-name #group
======*/
.page_group .white-bg {
	top: 20px;
	height: calc(100% - 95px);
  } 
  .block_group .bg_line {
	margin: 50px 0;
  }
  .block_group a {
	text-decoration: underline;
	color: #468c42;
	transition: all .3s;
	display: inline-block;
	line-height: 35px;
  }
  .block_group a:hover {
	opacity: .6;
  }
  .block_group .section {
	margin-bottom: 60px;
  }
  .block_group .bg_box {
	border-radius: 16px;
	background: #f6faf6;
	padding: 50px 55px;
	font-size: 87%;
	letter-spacing: 0.05em;
	line-height: 28px;
  }
  .block_group .sec02 .bg_box {
	position: relative;
	z-index: 3;
  }
  .block_group .bg_box {
	border-radius: 16px;
	background: #f6faf6;
	padding: 50px 55px;
	font-size: 87%;
	letter-spacing: 0.05em;
	line-height: 28px;
  }
  .block_group .sec03 table {
	margin: 18px 0 15px 0;
  }
  .block_group .sec03 table th {
	width: 230px;
  }
  .block_group .sec03 table th:first-of-type {
	width: 290px;
  }
  .block_group .sec03 table .row_head {
	width: 10px;
	background: #98be96;
	color: #fff;
	/* -ms-writing-mode: tb-rl; */
	/* writing-mode: vertical-rl; */
  }
  .block_group .sec03 table ul li::before {
	content: '・';
  }
  .block_group .sec03 table ul li {
	text-indent: -1em;
  }
  .block_group .sec03 ul {
	margin-left: 1em;
  }
  .block_group .sec03 sup {
	font-size: 62.5%;
  }
  .block_group .sec03 .small_text {
	font-size: 87%;
  }
  .block_group .sec03 .small_text ul {
	margin-bottom: 24px;
  }
  .block_group .sec03 .small_text ul li::before {
	content: '※';
	margin-right: 1em;
  }
  .block_group .sec03 .small_text ul li {
	text-indent: -2em;
  }
  .block_group .small_text ul {
	margin-left: 2em;
  }
  /* ====== 
page-name #education
======*/
/* .page_education .white-bg {
  top: 20px;
  height: calc(100% - 95px);
}  */
.block_education a {
	transition: all .3s;
  }
  .block_education a:hover {
	opacity: .6;
  }
  .block_education ol {
	border-radius: 16px;
	background: #f6faf6;
	padding: 50px 55px;
	font-weight: 500;
	font-size: 87%;
	letter-spacing: 0.05em;
	line-height: 40px;
	counter-reset: item;
	margin-top: 40px;
  }
  .block_education ol li {
	margin-left: 1.9em;
	text-indent: -1.9em;
  }
  .block_education ol li::before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: 1em;
  }

.block_education p {
  color: #666;
  margin: 15px 0;
}

  /* ====== 
page-name #education_topic
======*/
.page_education_topic .white-bg {
	top: 500px;
	height: calc(100% - 575px);
  } 
  .block_education_topic .align_center {
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 40px;
  }
  .block_education_topic .topic_area {
	color: #666;
	margin-top: 65px;
  }
  .block_education_topic .topic_area .title {
	font-weight: 600;
	font-size: 150%;
	letter-spacing: 0.2em;
	margin-bottom: 27px;
	color: #333;
  }
  .block_education_topic .topic_area .align_right {
	text-align: right;
  }
  .block_education_topic .topic_box  {

	margin: 32px 0 20px;
  }
  .block_education_topic .topic_set .img_box {
	margin-bottom: 24px;
  }
  .block_education_topic .topic_set {
	  margin: 0 0 45px;
  }
.page_education_topic p {
  margin: 15px 0;
}
.page_education_topic .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    color: #333;
}

  /* ====== 
page-name #wakuwaku
======*/
.block_wakuwaku ul {
	border-radius: 16px;
	background: #f6faf6;
	padding: 55px;
	margin-top: 40px;
  }
  .block_wakuwaku ul li a {
	font-weight: 500;
	text-decoration: underline;
	font-size: 87%;
	letter-spacing: 0.05em;
	line-height: 40px;
	text-align: left;
	color: #468c42;
	transition: all .3s;
  }
  .block_wakuwaku a:hover {
	opacity: .6;
  }
  /* ====== 
page-name #gakusyu
======*/
.page_gakusyu .white-bg {
	top: 455px;
	height: calc(100% - 530px);
  } 
  .block_gakusyu {
	color: #666;
  }
  .block_gakusyu a {
	text-decoration: underline;
	color: #468c42;
	transition: all .3s;
  }
  .block_gakusyu a:hover {
	opacity: .6;
  }
  .block_gakusyu .sec01 {
	margin: 32px 0 110px;
  }
  .block_gakusyu .sec01 ul li::before {
	content: '・';
  }
  .block_gakusyu .sec01 ul li {
	text-indent: -1em;
  }
  .block_gakusyu .sec01 ul {
	margin-left: 1em;
  }
  .block_gakusyu .sec02 {
	margin-bottom: 80px;
  }
  .block_gakusyu .sec02 .title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.2em;
	color: #333;
	margin-bottom: 25px;
  }
  .block_gakusyu .sec02 ol {
	counter-reset: item;
  }
  .block_gakusyu .sec02 ol li::before {
	counter-increment: item;
	content: '['counter(item)']';
	padding-right: 1em;
  }
  .block_gakusyu .sec02 ol li {
	text-indent: -2.2em;
  }
  .block_gakusyu .sec02 ol {
	margin: 0 0 60px 2.8em;
  }
  .block_gakusyu .sec03 ul li {
	width: 320px;
  }
  /* ====== 
page-name #gakusyu_buturi
======*/
.block_buturi .sec01 {
	color: #666;
	margin-bottom: 80px;
  }
  .temp_study_set {
	margin-bottom: 60px;
  }
  .temp_study_set::after {
	content: '';
	display: block;
	clear: both;
  }
  .temp_study_set .title {
	font-weight: 600;
	font-size: 150%;
	letter-spacing: 0.2em;
	margin-bottom: 27px;
  }
  .temp_study_set .text_box {
	color: #666;
	margin: 0 0 30px;
  }
  .temp_study_set.temp02 .text_box {
	width: 100%;
	float: none;
  }
  .temp_study_set .text_box .bg_title {
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	background: #98be96;
	line-height: 24px;
	padding: 10px 10px;
	margin-bottom: 24px;
  }
  .temp_study_set .text_box ul {
	margin-left: 2em;
	margin-bottom: 24px;
  }
  .temp_study_set .text_box ul li {
	text-indent: -2em;
  }
  .temp_study_set .text_box ul li::before {
	content: '■';
	margin-right: 1em;
  }
  .temp_study_set .img_box img {
  /* margin-bottom: 20px; */
  display: block;
  margin: 0 auto 20px;
  }
  .temp_study_set.kadai02 .title + p {
	color: #666;
	margin-bottom: 24px;
  }
  /* ====== 
page-name #gakusyu_seibutu
======*/
.block_seibutu .sec01 {
	color: #666;
	margin-bottom: 50px;
  }
/* ====== 
page-name #gakusyu_tigaku
======*/
.block_tigaku .sec01 {
	color: #666;
	margin-bottom: 50px;
  }
/* ====== 
page-name #gakusyu_kagaku
======*/
.block_kagaku .sec01 {
	color: #666;
	margin-bottom: 80px;
  }
/* ====== 
page-name #Q&A
======*/
.page_qa .white-bg-wrap {
	margin-top: -50px;
  }
  .page_qa .white-bg {
	top: 230px;
	height: calc(100% - 305px);
  } 
  .block_qa .ac_header {
	  overflow: hidden;
	  border-radius: 10px;
	padding: 40px 24px;
	  transition: all .3s;
	  /* background-image: url(../img/arrow.png);
	  background-repeat: no-repeat;
	background-position: right 25px center; */
	/* transform: rotate(90deg); */
	cursor: pointer;
	position: relative;
  }
  .block_qa .ac_header::after {
	content: '';
	display: block;
	width: 12px;
	height: 18px;
	background: url(../img/arrow.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(90deg);
	transition: all .3s;
  }
  .block_qa .ac_header:hover,
  .block_qa .ac_header.open {
	  background-color: rgba(255, 255, 255, .7);
	  box-shadow: 2px 2px 7px 0px #999;
  }
  .block_qa .ac_header.open::after {
	transform: translateY(-50%) rotate(-90deg);
  }
  .block_qa .ac_header p {
	  transition: all .3s;
	  padding: 0 18px 0 0;
  }
  .block_qa .ac_header:hover p,
  .block_qa .ac_header.open p {
	  color: #468C42;
	  text-decoration: underline;
  }
  .block_qa .ac_inner {
	border-radius: 16px;
	background: #f6faf6;
	padding: 40px 24px;
	display: none;
  }
  .block_qa .ac_inner .txt_a_ac {
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 28px;
	color: #468c42;
  }
  .block_qa .ac_inner a {
	color:#468C42;
	text-decoration: underline;
	transition: all .3s;
  }
  .block_qa .ac_inner a:hover {
	opacity: .6;
  }
  /* ============================
page-name #yagai
============================ */
.block_guide.gannseki .text_box .img_area,
.block_guide.deck .text_box .img_area {
	/* width: 100%;
  margin: 30px 0 50px; */
  width: 205px;
  margin: 30px auto 50px;
}
.block_guide.gannseki .text_box .img_area img,
.block_guide.deck .text_box .img_area img {
	width: 100%;
}
.block_guide.others a {
	text-decoration: underline;
	color: #468c42;
	transition: all .3s;
	}
/* ====== 
page-name #sintenji
======*/
/* .page_guide_sintenji .white-bg {
  top: 330px;
  height: calc(100% - 405px);
}  */
.block_guide_sintenji a {
	color:#468C42;
	text-decoration: underline;
	transition: all .3s;
  }
  .block_guide_sintenji a:hover {
	opacity: .6;
  }
  .block_guide_sintenji a.arrow {
	display: block;
	line-height: 48px;
	background: url(../img/arrow.png) no-repeat center right;
	width: 270px;
	margin: 20px auto 30px;
  }
  .block_guide_sintenji .sec00 .title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.2em;
	text-align: left;
  }
  .block_guide_sintenji .sec00 .index_list  {
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 32px;
	border-radius: 16px;
	background: #f6faf6;
	padding: 40px 15px;
	box-sizing: border-box;
	margin-top: 27px;
  }
  .block_guide_sintenji .sec00 .index_list ul li::before {
	content: '・';
  }
  .block_guide_sintenji .sec00 .index_list ul li {
	text-indent: -1em;
	font-size: 87%;
  }
  .block_guide_sintenji .sec00 .index_list ul {
	margin-left: 1em;
  }
  .block_guide_sintenji .section {
	margin-bottom: 80px;
  }
  .block_guide_sintenji .temp_set .content_box {
	line-height: 28px;
	color: #666;
  }
  .block_guide_sintenji .temp_set .content_box .img_box,
  .block_guide_sintenji .kyouryu .img_box {
    /* width: 395px; */
    width: 250px;
    margin: 0 auto;
  }
  .block_guide_sintenji .temp_set.zinriki .content_box .img_box {
    width: 120px;
  }
  .block_guide_sintenji .temp_set .content_box .text_box {
	margin: 0 0 30px;
  }
  .block_guide_sintenji .programming .img_box {
  /* margin-top: 32px; */
  width: 250px;
  margin: 32px auto 0;
  }
  .block_guide_sintenji .section.programming .img_box img {
	width: 100%;
	margin: 0 0 20px;
  }
  .block_guide_sintenji .section.robot .content_box {
	line-height: 28px;
	color: #666;
  }
  .block_guide_sintenji .section.robot .content_box:first-of-type {
	margin-bottom: 50px;
  }
  .block_guide_sintenji .section.robot .text_box {
	margin: 0 0 30px;
  }
  .block_guide_sintenji .section.robot .img_set {
  /* margin: 0 0 30px; */
  width: 250px;
  margin: 0 auto 30px;
  }
  .block_guide_sintenji .section.robot .img_box {
    /* width: 565px; */
    width: 250px;
    margin: 0 auto;
  }
  .block_guide_sintenji .section.robot .img_set img {
	margin-bottom: 30px;
  }
  .block_guide_sintenji .content_box.img_box {
  /* margin-top: 56px; */
  width: 250px;
  margin: 56px auto 0;
  }
  .block_guide_sintenji .hikouki .content_box.img_box img {
	width: 100%;
	margin: 0 0 20px;
  }
  .block_guide_sintenji .hikouki .bg_box {
	border-radius: 16px;
	background: #f6faf6;
	padding: 50px;
	margin-top: 40px;
  }
  .block_guide_sintenji .hikouki .bg_box p {
	font-weight: 500;
	font-size: 87%;
	letter-spacing: 0.05em;
	line-height: 28px;
	color: #333;
  }
  .block_guide_sintenji .hikouki .bg_box .title {
	font-weight: 600;
  }
  .block_guide_sintenji .hikouki .bg_box .text_box:first-of-type {
	margin-bottom: 30px;
  }
  .block_guide_sintenji .kyouryu .content_box  {
	margin-top: 33px;
  }
  .block_guide_sintenji .kyouryu .content_box .title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.2em;
	color: #333;
	margin-bottom: 27px;
  }
  .block_guide_sintenji .kyouryu .content_box.img_box .img_set {
	width: 100%;
	font-size: 87%;
  }
  .block_guide_sintenji .zinriki .content_set {
	color: #666;
	margin-top: 30px;
  }
  .block_guide_sintenji .zinriki .content_set .title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.2em;
	color: #333;
	margin-bottom: 27px;
  }
  .block_guide_sintenji .zinriki a.arrow {
	margin-top: 20px;
  }
  .block_guide_sintenji .zinriki table {
	margin-top: 32px;
  }
  .block_guide_sintenji .zinriki table th {
	width: 236px;
  }
  .block_guide_sintenji .zinriki .content_set ul.arrow {
	margin-top: 30px;
  }
  .block_guide_sintenji .zinriki .content_set.set05 a {
	display: inline-block;
	margin: 32px 0;
  }
  .kyouryu .img_set p {
	  margin: 0 0 30px;
	  font-size: 16px;
	  text-align: center;
  }
  .zinriki .zinriki_margin {
	  margin: 20px 0;
  }
  .zinriki ul.arrow li {
	  padding: 0 20px 0 0;
  }
/* ====== 
page-name #kagaku navi
======*/
.block_guide_nav .content_box {
  margin-bottom: 30px;
}
.block_guide_nav .content_box .text_box {
  margin-bottom: 20px;
}
.block_guide_nav .content_box .img_box {
  max-width: 480px;
  margin: 0 auto;
}
.block_guide_nav .section {
  margin-bottom: 80px;
}
.block_guide_nav .section .title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #333;
  margin-bottom: 25px;
}
.block_guide_nav .section ul li {
  margin-bottom: 5px;
}
.block_guide_nav .section ul li a {
  color:#468C42;
  text-decoration: underline;
}
/* ====== 
page-name #event_kako
======*/
.block_event_kako ul {
  border-radius: 16px;
  background: #f6faf6;
  padding: 40px 15px;
  margin-top: 40px;
}
.block_event_kako ul li {
  font-weight: 500;
  font-size: 100%;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
.block_event_kako ul li a {
  text-decoration: underline;
  color: #468c42;
}
/* ====== 
page-name #rikasakuhin
======*/
.block_rikasakuhin .info_text {
  color: #fe0013;
  margin-bottom: 40px;
}
.block_rikasakuhin .content_box {
  border-radius: 16px;
  background: #f6faf6;
  padding: 30px 15px;
  margin-top: 40px;
}
.block_rikasakuhin .content_box dl {
  margin: 30px 0;
}
.block_rikasakuhin .content_box dl dt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #333;
}
.block_rikasakuhin .content_box dl dd {
  display: inline-block;
  vertical-align: top;
}
.block_rikasakuhin .content_box dl dd {
  margin-right: 20px;
}
.block_rikasakuhin .content_box dl dd a {
  font-weight: 500;
  text-decoration: underline;
  font-size: 87%;
  letter-spacing: 0.05em;
  color: #468c42;
}
.page_rikasakuhin .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    color: #333;
}
.page_rikasakuhin p {
  margin: 0 0 30px;
  color: #666;
}

/* ====== 
page-name #single
======*/
.page_event_single .heading {
  line-height: 40px;
}
.page_event_single .content h2 {
  font-size: 26px;
  line-height: 36px;
  margin: 40px 0 20px;
}
.page_event_single .content h3 {
  font-size: 22px;
  line-height: 32px;
  margin: 40px 0 20px;
}
.page_event_single .content p {
  margin: 15px 0;
}
.page_event_single .content ul {
  list-style-type: disc;
  padding-left: 1em;
  margin: 15px 0 0 8px;
}
.page_event_single .content ol {
  list-style-type: decimal;
  padding-left: 1em;
  margin: 15px 0 0 6px;
}
.page_event_single .content a {
  color: #468C42;
  text-decoration: underline;
}
.page_event_single .content blockquote {
  background: #eee;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 15px 0;
}
.page_event_single .table_temp {
	width: 100%;
}
.page_event_single table th {
	width: 20%;
}
/* ====== 
page-name #tomonokai
======*/
.page_tomonokai a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.page_tomonokai .section {
  margin-bottom: 50px;
}
.page_tomonokai p {
  margin: 0 0 30px;
  color: #666;
}
.page_tomonokai .bg_box {
  border-radius: 16px;
  background: #f6faf6;
  padding: 50px 55px;
  font-size: 87%;
  letter-spacing: 0.05em;
  line-height: 28px;
}
.page_tomonokai .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    color: #333;
}
.page_tomonokai ul {
	margin: 0 0 30px;
	color: #666;
}
.page_tomonokai .table_fee {
	background: #fff;
	text-align: center;
	margin-top: 16px;
	font-weight: 500;
	width: 100%;
}
.page_tomonokai .table_fee th {
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #468c42;
	background: #f6faf6;
	padding: 5px 0;
}
.page_tomonokai .table_fee td {
	padding: 5px 0;
	width: 70%;
}
.page_tomonokai .table_fee .t_c {
	color: #468c42;
	text-align:left;
	text-indent: 1em;
}
.page_tomonokai .table_temp {
	width: 100%;
}
.page_tomonokai table th {
	width: 20%;
}
.page_tomonokai table {
	margin-bottom: 50px;
}
/* ====== 
page-name #minilabo
======*/
.page_minilabo .section {
  margin-bottom: 50px;
}
.page_minilabo p {
  margin: 0 0 30px;
  color: #666;
}
.page_minilabo ul {
  list-style-type: none;
}
.page_minilabo .bg_box {
  border-radius: 16px;
  background: #f6faf6;
  padding: 50px 55px;
  font-size: 87%;
  letter-spacing: 0.05em;
  line-height: 28px;
}
.page_minilabo .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    color: #333;
}
.page_minilabo .title-2 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    color: #468c42;
}
.page_minilabo .title-3 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    color: #333;
}
/* ====== 
page-name #gakusyu_top
======*/
.page_gakusyu_top a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.page_gakusyu_top .section {
  margin-bottom: 50px;
}
.page_gakusyu_top p {
  margin: 0 0 30px;
  color: #666;
}
.page_gakusyu_top .title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #333;
  margin-bottom: 25px;
}
.page_gakusyu_top .title-2 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #333;
  margin-bottom: 10px;
}
.page_gakusyu_top  ol {
  counter-reset: item;
}
.page_gakusyu_top  ol li::before {
  counter-increment: item;
  content: '['counter(item)']';
  padding-right: 1em;
}
.page_gakusyu_top ol li {
  text-indent: -2.2em;
}
.page_gakusyu_top  ol {
  margin: 0 0 40px 2.8em;
}
.page_gakusyu_top li{
  color: #666;
}
.block_gakusyu_top ul li {
    width: 320px;
}
/* ====== 
page-name #jiyukenkyu
======*/
.page_jiyukenkyu p {
  color: #666;
  margin: 0 0 30px;
}
.page_jiyukenkyu a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.page_jiyukenkyu .title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #333;
  margin-bottom: 25px;
}
/* ====== 
page-name #elementary
======*/
.block_elementary .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    color: #333;
}
.block_elementary a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.page_elementary p {
  margin: 0 0 30px;
  color: #666;
}
.page_elementary table {
  table-layout: fixed;
  width: 100%;
  text-align: center;
  background: #fff;
}
.page_elementary table th {
  background: #98be96;
  color: #fff;
}
.page_elementary .t_c {
  text-align: left;
}
/* ====== 
page-name #junior-high
======*/
.block_junior-high .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    color: #333;
}
.block_junior-high a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.page_junior-high p {
  margin: 0 0 30px;
  color: #666;
}
.page_junior-high .t_c {
  text-align: left;
  text-indent: 1em;
}
.block_junior-high table {
	margin-bottom: 20px;
	background: #fff;
	text-align: center
}
.block_junior-high .sp_table {
	  width: 870px;
	  font-size: 16px;
}
.block_junior-high .table_wrap {
	overflow-x: scroll;
}
.page_junior-high table th {
  background: #98be96;
	color: #fff;
}
/* ====== 
page-name #sozai
======*/
.block_sozai .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    color: #333;
}
.block_sozai a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.page_sozai p {
  margin: 0 0 30px;
  color: #666;
}
.page_sozai table {
  width: 100%;
}
.page_sozai table th {
  background: #98be96;
	color: #fff;
}
.page_sozai table td {
	text-align: center;
}
.page_sozai table td {
	text-align: center;
}
/* ====== 
page-name #challenge-video
======*/
.block_challenge-video .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    color: #333;
}
.block_challenge-video a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.page_challenge-video p {
  margin: 0 0 30px;
  color: #666;
}
.page_challenge-video table {
   table-layout: fixed;
   width: 100%;
}
.page_challenge-video table th {
  background: #98be96;
	color: #fff;
}
.page_challenge-video table td {
	text-align: center;
}
/* ====== 
page-name #kagakukan-video
======*/
.block_kagakukan-video .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    color: #333;
}
.block_kagakukan-video a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.page_kagakukan-video p {
  margin: 0 0 30px;
  color: #666;
}
.page_kagakukan-video table {
   table-layout: fixed;
   width: 100%;
}
.page_kagakukan-video table th {
  background: #98be96;
	color: #fff;
}
.page_kagakukan-video table td {
	text-align: center;
}
/* ====== 
page-name #tosyo
======*/
.block_tosyo .info_text {
  color: #fe0013;
  margin-bottom: 40px;
}
.block_tosyo .content_box {
  border-radius: 16px;
  background: #f6faf6;
  padding: 30px 55px;
  margin-top: 40px;
}
.page_tosyo p {
  margin: 0 0 30px;
  color: #666;
}
.block_tosyo a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.block_tosyo ul li {
	margin: 15px 0;
}
.block_tosyo .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    color: #333;
}
/* ====== 
page-name #gamoh
======*/
.block_gamoh a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.block_gamoh .section {
  margin-bottom: 50px;
}
.page_gamoh p {
  margin: 15px 0;
  color: #666;
}
.page_gamoh table {
  text-align: center;
  margin-top: 16px;
  font-weight: 500;
}
.page_gamoh table th {
  padding: 5px 0;
}
.page_gamoh table td {
  padding: 5px 0;
}
.page_gamoh .t_c {
  text-align: left;
  text-indent: 1em;
}
.block_gamoh .img_box {
  text-align :center;
}
/* ====== 
page-name #kyogikai
======*/
.block_kyogikai a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
  .block_kyogikai table {
	margin-bottom: 20px;
	background: #fff;
}
  .block_kyogikai .sp_table {
	  width: 870px;
	  font-size: 16px;
}
  .block_kyogikai .table_wrap {
	overflow-x: scroll;
}
  .block_kyogikai table th:nth-of-type(1) {
	width: 115px;
}
  .block_kyogikai table th:nth-of-type(2) {
	width: 145px;
}
  .block_kyogikai table .kadai {
	margin-bottom: 50px;
}
.block_kyogikai .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    color: #333;
}
/* ====== 
page-name #quiz
======*/
.block_quiz a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.block_quiz a:hover {
  opacity: .6;
}
.block_quiz p {
  color: #666;
}
.block_quiz a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.page_quiz p {
  margin: 15px 0;
}
.block_quiz .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    color: #333;
}
/* ====== 
page-name #sundayscience
======*/
.page_sundayscience a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.page_sundayscience .section {
  margin-bottom: 50px;
}
.page_sundayscience p {
  margin: 0 0 20px;
  color: #666;
}
.page_sundayscience .title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #333;
  margin-bottom: 25px;
}
.page_sundayscience .title-2 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #468c42;
  margin-bottom: 10px;
}
.page_sundayscience .bg_box {
  border-radius: 16px;
  background: #f6faf6;
  padding: 50px 55px;
  font-size: 87%;
  letter-spacing: 0.05em;
  line-height: 28px;
}
.page_sundayscience .table_temp {
	width: 100%;
}
.page_sundayscience table th {
	width: 20%;
}
.page_sundayscience table {
	margin-bottom: 50px;
}
.page_sundayscience .content {
    font-size: 22px;
    line-height: 32px;
	font-weight: bold;
}
/* ====== 
page-name #tokubetsuten
======*/
.block_tokubetsuten .info_text {
  color: #fe0013;
  margin-bottom: 40px;
}
.block_tokubetsuten .content_box {
  border-radius: 16px;
  background: #f6faf6;
  padding: 30px 55px;
  margin-top: 40px;
}
.block_tokubetsuten .content_box dl {
  margin: 15px 0;
}
.page_tokubetsuten .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    color: #333;
}
.page_tokubetsuten p {
  margin: 0 0 30px;
  color: #666;
}
.page_tokubetsuten a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
/* ====== 
page-name #kikakuten
======*/
.block_kikakuten .info_text {
  color: #fe0013;
  margin-bottom: 40px;
}
.block_kikakuten .content_box {
  border-radius: 16px;
  background: #f6faf6;
  padding: 30px 55px;
  margin-top: 40px;
  font-size: 13px;
}
.block_kikakuten .content_box dl {
  margin: 15px 0;
}
.page_kikakuten .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    color: #333;
}
.page_kikakuten p {
  margin: 0 0 30px;
  color: #666;
}
.page_kikakuten a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
/* ====== 
page-name #guide_a
======*/
.page_guide_a .white-bg {
	top: 330px;
	height: calc(100% - 405px);
} 
.block_guide_a {
	color: #666;
	margin: 0 0 80px;
}
.block_guide_a a {
	text-decoration: underline;
	color: #468c42;
	transition: all .3s;
}
.block_guide_a a:hover {
	opacity: .6;
}
.block_guide_a .title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 25px;
	color: #333;
}
.block_guide_a .section {
	margin-bottom: 80px;
}
.block_guide_a .content_box {
	margin-top: 34px;
}
.block_guide_a .exhibition_list {
	border-radius: 16px;
	background: #f6faf6;
	padding: 40px 40px;
	box-sizing: border-box;
	margin: 30px 0;
  }
.block_guide_a  .exhibition_list p {
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 28px;
	color: #333;
}
.block_guide_a .exhibition_list ul li {
	font-weight: 500;
	font-size: 87%;
	letter-spacing: 0.05em;
	line-height: 28px;
	color: #333;
}
.block_guide_a .sec01 .map_box {
	position: relative;
	margin: 32px 0 0 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.block_guide_a .sec01 .map_box img {
	width: 100%;
}
.block_guide_a .sec01 .map_box .exhibition_list ul li {
	display: block;
	margin-right: 1em;
}
.block_guide_a .sec02 .content_box {
	margin-top: 32px;
}
.block_guide_a .sec02 .exhibition_list {
	padding: 40px 15px;
	margin-bottom: 35px;
}
.block_guide_a .sec02 .exhibition_list ul li {
	display: block;
}
.block_guide_a .sec02 .text_box ul.arrow {
}
.block_guide_a .sec03 ul {
	width: 210px;
}
.block_guide_a .content_box .text_box {
	margin: 0 0 30px;
}
.block_guide_a .content_box .img_box img {
	display: block;
	margin: 0 auto;
}
.block_guide_a .sec02 .content_box .img_box {
	width: 250px;
	margin-bottom: 10px;
	position: relative;
	margin:auto
}
.block_guide_a .sec02 .content_box .img_box p {
	color: #468c42;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom:20px;
}
.block_guide_a .sec02 .content_box .img_box img {
	border-radius: 10px;
}
.block_guide_a .sec03 ul {
	width: 190px;
}
.block_guide_a .sec02 .content_box .img_box .caption {
	font-size: 90%;
	color: #fff;
	margin: 10px; 
}
.block_guide_a .sec02 .content_box .img_box .mask {
	width: 100%;
	height: 88%;
	position: absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 10px;
}
.block_guide_a .sec02 .content_box .img_box .mask:hover {
	opacity: 1;	/* マスクを表示する */
	transition:all 0.6s ease;
}
/* ====== 
page-name #guide_b
======*/
.page_guide_b .white-bg {
	top: 330px;
	height: calc(100% - 405px);
} 
.block_guide_b {
	color: #666;
	margin: 0 0 80px;
}
.block_guide_b a {
	text-decoration: underline;
	color: #468c42;
	transition: all .3s;
}
.block_guide_b a:hover {
	opacity: .6;
}
.block_guide_b .title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 25px;
	color: #333;
}
.block_guide_b .section {
	margin-bottom: 80px;
}
.block_guide_b .content_box {
	margin-top: 34px;
}
.block_guide_b .exhibition_list {
	border-radius: 16px;
	background: #f6faf6;
	padding: 40px 40px;
	box-sizing: border-box;
	margin: 30px 0;
}
.block_guide_b .exhibition_list p {
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 28px;
	color: #333;
}
.block_guide_b .exhibition_list ul li {
	font-weight: 500;
	font-size: 87%;
	letter-spacing: 0.05em;
	line-height: 28px;
	color: #333;
}
.block_guide_b .sec01 .map_box {
	position: relative;
	margin: 32px 0 0 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.block_guide_b .sec01 .map_box img {
	width: 100%;
}
.block_guide_b .sec01 .map_box .exhibition_list ul li {
	display: block;
	margin-right: 1em;
}
.block_guide_b .sec02 .content_box {
	margin-top: 32px;
}
.block_guide_b .sec02 .exhibition_list {
	padding: 40px 15px;
	margin-bottom: 35px;
}
.block_guide_b .sec02 .exhibition_list ul li {
	display: block;
}
.block_guide_b .sec02 .text_box ul.arrow {
}
.block_guide_b .sec03 ul {
	width: 210px;
}
.block_guide_b .content_box .text_box {
	margin: 0 0 30px;
}
.block_guide_b .content_box .img_box img {
	display: block;
	margin: 0 auto;
}
.block_guide_b .sec02 .content_box .img_box {
	width: 250px;
	margin-bottom: 10px;
	position: relative;
	margin:auto
}
.block_guide_b .sec02 .content_box .img_box p {
	color: #468c42;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom:20px;
}
.block_guide_b .sec02 .content_box .img_box img {
	border-radius: 10px;
}
.block_guide_b .sec03 ul {
	width: 190px;
}
.block_guide_b .sec02 .content_box .img_box .caption {
	font-size: 90%;
	color: #fff;
	margin: 10px; 
}
.block_guide_b .sec02 .content_box .img_box .mask {
	width: 100%;
	height: 88%;
	position: absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 10px;
}
.block_guide_b .sec02 .content_box .img_box .mask:hover {
	opacity: 1;	/* マスクを表示する */
	transition:all 0.6s ease;
}
/* ====== 
page-name #guide_c
======*/
.page_guide_c .white-bg {
	top: 330px;
	height: calc(100% - 405px);
} 
.block_guide_c {
	color: #666;
	margin: 0 0 80px;
}
.block_guide_c a {
	text-decoration: underline;
	color: #468c42;
	transition: all .3s;
}
.block_guide_c a:hover {
	opacity: .6;
}
.block_guide_c .title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 25px;
	color: #333;
}
.block_guide_c .section {
	margin-bottom: 80px;
}
.block_guide_c .content_box {
	margin-top: 34px;
}
.block_guide_c .exhibition_list {
	border-radius: 16px;
	background: #f6faf6;
	padding: 40px 40px;
	box-sizing: border-box;
	margin: 30px 0;
}
.block_guide_c  .exhibition_list p {
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 28px;
	color: #333;
}
.block_guide_c .exhibition_list ul li {
	font-weight: 500;
	font-size: 87%;
	letter-spacing: 0.05em;
	line-height: 28px;
	color: #333;
}
.block_guide_c .sec01 .map_box {
	position: relative;
	margin: 32px 0 0 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.block_guide_c .sec01 .map_box img {
	width: 100%;
}
.block_guide_c .sec01 .map_box .exhibition_list ul li {
	display: block;
	margin-right: 1em;
}
.block_guide_c .sec02 .content_box {
	margin-top: 32px;
}
.block_guide_c .sec02 .exhibition_list {
	padding: 40px 15px;
	margin-bottom: 35px;
}
.block_guide_c .sec02 .exhibition_list ul li {
	display: block;
}
.block_guide_c .sec02 .text_box ul.arrow {
}
.block_guide_c .sec03 ul {
	width: 210px;
}
.block_guide_c .content_box .text_box {
	margin: 0 0 30px;
}
.block_guide_c .content_box .img_box img {
	display: block;
	margin: 0 auto;
}
.block_guide_c .sec02 .content_box .img_box {
	width: 250px;
	margin-bottom: 10px;
	position: relative;
	margin:auto
}
.block_guide_c .sec02 .content_box .img_box p {
	color: #468c42;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom:20px;
}
.block_guide_c .sec02 .content_box .img_box img {
	border-radius: 10px;
}
.block_guide_c .sec03 ul {
	width: 190px;
}
.block_guide_c .sec02 .content_box .img_box .caption {
	font-size: 90%;
	color: #fff;
	margin: 10px; 
}
.block_guide_c .sec02 .content_box .img_box .mask {
	width: 100%;
	height: 88%;
	position: absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 10px;
}
.block_guide_c .sec02 .content_box .img_box .mask:hover {
	opacity: 1;	/* マスクを表示する */
	transition:all 0.6s ease;
}
.block_guide_c .sec02 a {
  text-decoration: underline;
  color: #fff;
  transition: all .3s;
}
/* ====== 
XO Event Calendar
======*/
.xo-months {
  /* display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between; */
}
.xo-event-calendar::after {
  content: '';
  display: block;
  clear: both;
}
.xo-month-wrap {
  width: 100%;
  border-radius: 40px;
  background: #fff;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  margin: 0 auto 30px;
}
.xo-event-calendar table.xo-month .month-header {
  margin-bottom: 20px;
}
.xo-event-calendar table.xo-month .month-header > span {
  font-weight: 600;
  font-size: 21px !important;
  line-height: 31px !important;
  color: #333;
  display: block !important;
  text-align: left !important;
  margin-bottom: 20px;
}
.xo-event-calendar table.xo-month {
  width: 90%;
  margin: auto !important;
  border: none !important;
}
.xo-event-calendar table.xo-month > thead th.sunday,
.xo-event-calendar table.xo-month > thead th.monday,
.xo-event-calendar table.xo-month > thead th.tuesday,
.xo-event-calendar table.xo-month > thead th.wednesday,
.xo-event-calendar table.xo-month > thead th.thursday,
.xo-event-calendar table.xo-month > thead th.friday,
.xo-event-calendar table.xo-month > thead th.saturday {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: center;
  color: #3e3e3e !important;
  opacity: 0.5;
  padding-bottom: 20px;
}
#calendar-year table.xo-month .month-dayname td div {
	padding: 0;
	text-align: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 26px;
  text-align: center;
  color: #333;
}
.xo-event-calendar table.xo-month th,
.xo-event-calendar table.xo-month td {
  border: none !important;
}
.xo-event-calendar table.xo-month .month-dayname td div.other-month {
  color: #cfcfcf !important;
}
.xo-event-calendar table.xo-month .month-week table {
  margin-bottom: 10px !important;
}

.block_event_holiday .holiday_color li {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 20px;
}
.block_event_holiday .holiday_color li:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ffdadc;
  margin-right: 5px;
}
.block_event_holiday .holiday_color .holiday02:before {
  background: #99ccff;
}
.block_event_holiday .holiday_color .holiday03:before {
  background: #fffb01;
}