@charset "utf-8";
.sp-only {
	display: none !important;
}
body {
	min-width: 1040px;
	margin: auto;
	background-image: url(../img/bg-dia.png);
	background-attachment: fixed;
	background-color: #fff;
	padding: 130px 0 0;
	color: #333;
	position: relative;
	overflow-x: hidden;
}
body#page_front {
	padding: 160px 0 0;
}
body.nav__open {
	overflow: hidden;
}
body::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
	border-width: 0 100vw 350px 0;
	border-color: transparent transparent #fff transparent;
}
body.scroll__menu::after {
	display: none;
}
#splash{
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	left:0;
	top:0;
	z-index: 10000;
	/* transition: all 2s ease .5s; */
	transition: all .8s ease .1s;
}
body.page__open #splash{
	opacity:0;
	pointer-events: none;
	visibility: hidden;
}


.inner {
	width: 1000px;
	margin: 0 auto 50px;
}
.white-bg-wrap {
	position: relative;
}
.white-bg {
	width: 100%;
	height: calc(100% - 150px);
	position: absolute;
	left: 0;
	top: 75px;
	z-index: 1;
	background: #fff;
}
.white-bg::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	left: 0;
	top: -250px;
	z-index: 0;
	pointer-events: none;
	border-width: 0 0 250px 100vw;
	border-color: transparent transparent #fff transparent;
}
.white-bg::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	left: 0;
	bottom: -250px;
	z-index: 0;
	pointer-events: none;
	border-width: 250px 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: 600px;
  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: 42px 67px 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: 140px;
  height: 30px;
  background: #c2c2c2;
  display: block;
  margin: 10px auto 40px;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all .3s;
  outline: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}
.overlay .btn_area button:hover {
  background: #777;
}
/* == parts ============================================== */
.btn_base {
	width: 320px;
	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:hover {
	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:hover a {
	color: #468C42;
}
.btn_base:hover a::before {
	border-top-color: #468C42;
	border-right-color: #468C42;
}
.btn_base:hover a::after {
	border-bottom-color: #468C42;
	border-right-color: #468C42;
}

.btn_big {
	width: 480px;
	height: 160px;
	margin: 0 5px 5px;
	box-sizing: border-box;
	text-align: center;
	display: table;
	box-shadow: 5px 5px 0 0 #CCCCCC;
	transition: all .3s;
}
.btn_big:hover {
	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 {
	overflow: hidden;
}
/* .btn-wrap .btn_big {
	float: left;
}
.btn-wrap .btn_big + .btn_big {
	float: right;
} */
/* ----- 201112 ----- */
.btn-wrap .btn_big.bg01 {
  display: none;
}
.btn-wrap .btn_big + .btn_big {
  margin: 0 auto 5px;
}
/* ------------------ */
.title_en {
	margin: 0 0 50px;
}
.title_en img {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin: 0 35px 0 0;
}
.title_en .small-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 88%;
	color: #666666;
}
.title_center {
	text-align: center;
	font-size: 150%;
	margin: 0 0 40px;
	letter-spacing: 5px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  border: solid 1px #468c42;
  padding: 10px 20px;
}
table .align_center {
  text-align: center;
}
.table_temp {
  background: #fff;
}
.table_temp th {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #468c42;
  background: #f6faf6;
  padding: 2px 0;
}
.table_base{
	width: 100%;
	border:solid 1px #ccc;
}
.table_base th{
	background: #468C42;
	text-align: center;
	color: #fff;
	padding: 15px;
	border:solid 1px #ccc;
}
.table_base td{
	padding: 15px 20px;
	background: #fff;
	border: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%;
}
.heading {
  font-weight: 600;
  font-size: 200%;
  letter-spacing: 0.1em;
  color: #468c42;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 47px;
  padding-bottom: 5px;
}
.heading02 {
  width: auto;
  height: 64px;
  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;
  line-height: 64px;
  padding-left: 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: 1000px;
  margin: 0 auto 60px;
}
.breadcrumb ul li {
  display: inline-block;
  white-space: nowrap;
  font-size: 88%;
  letter-spacing: 0.1em;
  color: #666;
}
.breadcrumb ul li a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.breadcrumb ul li a:hover {
  opacity: .6;
}
.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 20px;
}
.bg_line {
  width: 100%;
  height: 13px;
  background: url(../img/bg_line@2x.png) repeat-x center left 10px;
  background-size: 44px 13px;
}
/* == header ============================================== */
.h-wrapper {
	position: fixed;
	background: #fff;
	border-radius: 50px;
	box-shadow: 7px 7px 15px -5px #999;
	width: 1060px;
	left: 50%;
	top: 30px;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	margin: auto;
	box-sizing: border-box;
	overflow: hidden;
	padding: 15px 15px 15px 30px;
	z-index: 1000;
}
.h-wrapper .main-logo {
	float: left;
	width: 222px;
	margin: 0 30px 0 0;
}
.h-wrapper .main-logo img {
	vertical-align: top;
}
.list_main-nav {
	float: left;
	width: calc(100% - 320px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 4px 0 0;
}
.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);
}
.list_main-nav li.ic-nav07 .icon {
	width: 29px;
	background-image: <img src="/var/www/httpd/htdocs/wp/pamphlet">;
}
#menu-trigger {
	width: 48px;
	height: 48px;
	background: #000;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	position: fixed;
	top: 43px;
	left: 0;
	right: -980px;
	z-index: 1001;
	margin: auto;
	transition: all .3s;
}
#menu-trigger:hover {
	background: #468C42;
}
#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: 11px;
}
#menu-trigger span.border:nth-child(2) {
	top: 17px;
}
#menu-trigger span.border:nth-child(3) {
	top: 23px;
}
#menu-trigger span.menu {
	display: inline-block;
	color: #fff;
	font-size: 60%;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 6px;
	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: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .7);
	z-index: 1000;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 150px 0 100px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 1s;
	color: #fff;
	-webkit-overflow-scrolling: touch
}
#mega-menu .inner {
	width: 1060px;
}
body.nav__open #mega-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
#mega-menu .menu-column {
	overflow: hidden;
}
#mega-menu .menu-column .column {
	float: left;
	width: 23%;
	margin: 0 0 0 2.6666%;
}
#mega-menu .menu-column .column:first-child {
	margin: 0;
}
#mega-menu .menu-column .big-link {
	border-bottom: solid 1px #fff;
	position: relative;
	padding: 5px 0 5px 50px;
	font-size: 115%;
	margin: 0 0 25px;
	background-position: left 3px center;
	background-repeat: no-repeat;
}
#mega-menu .menu-column .big-link.icon-top {
	background-image: url(../img/nav00_white.svg);
	background-size: 30px;
}
#mega-menu .menu-column .big-link.icon-about {
	background-image: url(../img/nav01_white.svg);
	background-size: 30px;
}
#mega-menu .menu-column .big-link.icon-access {
	background-image: url(../img/nav02_white.svg);
	background-size: 30px;
}
#mega-menu .menu-column .big-link.icon-guide {
	background-image: url(../img/nav03_white.svg);
	background-size: 30px;
}
#mega-menu .menu-column .big-link.icon-event {
	background-image: url(../img/nav04_white.svg);
	background-size: 22px;
	background-position: left 10px center;
}
#mega-menu .menu-column .big-link.icon-dantai {
	background-image: url(../img/nav05_white.svg);
	background-size: 22px;
	background-position: left 7px center;
}
#mega-menu .menu-column .big-link.icon-gakusyu {
	background-image: url(../img/nav06_white.svg);
	background-size: 30px;
}
#mega-menu .menu-column .big-link.icon-pamphlet {
	background-image: url(/wp/pamphlet/nav07_white.png);
	background-size: 30px;
}
#mega-menu .menu-column .big-link.no-padding {
	padding: 5px 0;
	background: none;
}
.list_mega-small {
	margin: 0 0 30px;
}
.list_mega-small a {
	display: inline-block;
	padding: 3px 0;
	font-size: 88%;
}
#mega-menu .menu-column a {
	transition: all .2s;
	text-decoration: underline;
}
#mega-menu .menu-column a:hover {
	color: #669933;
	text-decoration: none;
}
/*--------------------*/
.side-btn{
	position: fixed;
	right:0;
	top:25%;
	background: #FE0013;
	color: #fff;
	line-height: 1;
	width: 48px;
	box-sizing: border-box;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	text-align: center;
	padding: 40px 10px 40px 0;
	letter-spacing: 10px;
	z-index: 100;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	cursor: pointer;
	transition: all .3s;
}
.side-btn{
	opacity:0;
	visibility: hidden;
	pointer-events: none;
}
.side-btn.fade__start{
	opacity:1;
	visibility: visible;
	pointer-events: auto;
}
	
.side-btn:hover{
	width: 60px;
	padding: 40px 18px 40px 0;
}
.side-btn img{
	display: inline-block;
	margin: 0 0 10px;
}
.side-pop{
	position: fixed;
	left:100%;
	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{
	left:0;
	opacity:1;
	visibility: visible;
	pointer-events: auto;
}
.side-pop .btn-close{
	position: absolute;
	left:0;
	right:-990px;
	top:12%;
	margin: auto;
	background: #000;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	z-index: 1000;
	font-size: 150%;
	font-weight: 700;
	cursor: pointer;
	transition: all .2s;
}
.side-pop .btn-close:hover{
	background: #468C42;
}
.side-pop .pop-base{
	position: absolute;
	width: 1000px;
	height: 70%;
	overflow-y: scroll;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin: auto;
	background: #fff;
	box-sizing: border-box;
	padding: 50px;
}
.side-pop .pop-base .pop-title{
	text-align: center;
	font-size: 150%;
	font-weight: 700;
	margin: 0 0 20px;
}
	
	
/* == footer ============================================== */
footer {
	z-index: 2;
  position: relative;
  margin: 150px 0 0;
	background-image: url(../img/bg-dia.png);
	background-color: #fff;
}
/* #page_front footer {
	margin: 150px 0 0;
} */
footer .f-bg {
	background: #468C42;
	padding: 30px 0;
	color: #fff;
}
footer .f-bg .f-title {
	font-size: 150%;
	font-weight: 700;
	margin: 0 0 15px;
}

footer .inner-n {
   display:flex;
}

footer .block1 {
   width:630px;
}

footer address {
	font-size: 88%;
    width:550px;
}

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


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

footer .f-bg .f-site-smma {
	text-align:left; 
    font-size:75%; 
}

footer .copyright {
	padding: 20px 0 30px;
	font-size: 70%;
}
footer #pagetop {
  width: 88px;
  height: 88px;
  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: -44px;
  right: 110px;
  overflow: hidden;
  transition: all .3s;
}
footer #pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
footer #pagetop:hover {
  opacity: .9;
  filter: none;
}
/* == frontpage ==============================================*/
.block_front-slide {
	margin: 0 0 100px;
}
/* == スライダー調整用 ==============================================*/
.block_front-slide .imgbox{
    text-align:center;
    margin:0 0 30px;}
.block_front-slide .imgbox img{
	width:45%;
}
.block_front-slide .imgbox .top{
	width:45%;
}
.block_front-slide .buttonbox{
    text-align:center;
    margin:0 auto 30px;}

.block_front-slide .buttonbox .top{
 width:100%;
 height:500px;
 background-repeat:no-repeat;
 background-position:50% 50%;
 background-image:url(/cms/wp-content/uploads/2024/12/TOP仮-e1734411416745.jpg);
 pointer-events:none;
}

.block_front-slide .buttonbox .top_hover1{
 width:100%;
 height:500px;
 background-repeat:no-repeat;
 background-position:50% 50%;
 background-image:url(/cms/wp-content/uploads/2023/10/20241001　3Fリニューアル工事_2-e1733972479642.jpg);
}

.block_front-slide .buttonbox img{

}
.block_front-slide .buttonbox button{
  width:20%;
pointer-events:auto;
}
.block_front-slide .buttonbox button:hover+ .top{
 width:100%;
 height:500px;
 background-repeat:no-repeat;
 background-position:50% 50%;
 background-image:url(/cms/wp-content/uploads/2023/10/20241001　3Fリニューアル工事_2-e1733972479642.jpg);
}


.block_front-slide .imgbox button2{
	width:20%
}
.block_front-slide .imgbox button3{
	width:20%
}
.block_front-slide .imgbox button4{
	width:20%
}
/* ================================================*/

#jq_front-slide {
	overflow: hidden;
	padding: 50px 0 100px;
}
#jq_front-slide .slick-list {
	overflow: visible;
	outline: none;
}
#jq_front-slide .slick-list .slick-slide {
	margin: 0 60px;
	outline: none;
}
#jq_front-slide .content {
	position: relative;
	transition: all .7s ease .8s;
	opacity: .8;
}
#jq_front-slide .slick-slide.slick-current .content, #jq_front-slide .slick-slide.is-active-next .content {
	transform: scale(1.2);
	opacity: 1;
	pointer-events: auto;
}
#jq_front-slide .content .slide-image {
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 7px 7px 15px -5px #666;
	transition: all .3s;
}
#jq_front-slide .content .slide-image img {
	width: 100%;
	vertical-align: top;
}
#jq_front-slide .content a:hover .slide-image {
	filter: contrast(135%);
}
#jq_front-slide .content .slide-text {
	position: absolute;
	left: 25px;
	bottom: 15px;
	width: calc(100% - 25px);
	color: #fff;
}
#jq_front-slide .content .slide-text {
	font-size: 200%;
	font-weight: 700;
}
#jq_front-slide .content .slide-text small {
	display: block;
	font-size: 50%;
}
/*==============================*/
.block_news-summary {
	margin: 0 0 150px;
}
.block_news-summary .inner {
	position: relative;
}
.block_news-summary .list_news-tab {
	position: absolute;
	right: 0;
	top: 0;
}
.list_news-tab {
	width: 600px;
	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 80px;
}
.list_news-summary a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	padding: 15px 50px 15px 30px;
	transition: all .3s;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
}
.list_news-summary a:hover {
	background-color: rgba(255, 255, 255, .7);
	box-shadow: 2px 2px 7px 0px #999;
}
.list_news-summary .info {
	margin: 0 0 10px;
}
.list_news-summary .info .cat {
	display: inline-block;
	background: #468C42;
	min-width: 130px;
	text-align: center;
	font-size: 88%;
	color: #fff;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 0 30px 0 0;
}
.list_news-summary .info .time {
	font-size: 88%;
	letter-spacing: 1px;
}
.list_news-summary a .title {
	transition: all .3s;
}
.list_news-summary a:hover .title {
	color: #468C42;
	text-decoration: underline;
}
/*==============================*/
.block_video-summary {
	margin: 0 0 150px;
}
#jq_video-slide {
	padding: 0 0 80px;
}
#jq_video-slide .slick-list {
	overflow: visible;
}
#jq_video-slide .slick-list .slick-slide {
	margin: 0 20px;
	outline: none;
	max-width: 300px;
}
#jq_video-slide .content {
	position: relative;
	transition: all .3s;
}
#jq_video-slide .content:hover {
	transform: scale(1.1);
}
#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-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
#jq_video-slide .content:hover .slide-links {
	opacity: 1;
	visibility: visible;
}
#jq_video-slide .content .slide-links p {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 88%;
}

.list_btn-links{
	text-align: center;
}
.list_btn-links li{
	display: inline-block;
	margin: 5px;
}
.list_btn-links .btn_base{
	width: 195px;
	font-size: 88%;
	font-weight: 700;
}

/*==============================*/
.block_project-summary {
	margin: 0 0 80px;
	background: url(../img/project-bg.png) no-repeat center bottom;
	padding: 0 0 90px;
}
.block_project-summary .project-lead {
	text-align: center;
	font-size: 150%;
	margin: 40px auto 30px;
}
.block_project-summary .project-text {
	text-align: center;
	color: #666666;
	line-height: 3;
}
.movie-wrap {
	width: 500px;
	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-repeat: no-repeat;
	background-position: center;
	transition: all .3s;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}
.movie-wrap:hover::after {
	opacity: 1;
	visibility: visible;
}
/*==============================*/
.block_database-summary {
	margin: 0 0 100px;
}
.block_database-summary .btn-wrap {
	margin: 60px 0 0;
}
/*==============================*/
.block_center-base .center-base-text {
	text-align: center;
	margin: 0 0 50px;
	color: #707070;
	line-height: 3;
}
/* == underpage ============================================== */
/* #under main a {
  text-decoration: underline;
  color: #468c42;
  transition: all .3s;
}
#under main a:hover {
  opacity: .6;
} */
#under ul.arrow li {
  line-height: 48px;
  background: url(../img/arrow.png) no-repeat center right;
}
/* #under .btn_base a {
  text-decoration: none;
  color: #333;
}
#under .btn_base a:hover {
  opacity: 1;
  color: #468c42;
} */
/* ====== 
page-name #outline
======*/
.page_outline .white-bg {
  top: 250px;
  height: calc(100% - 330px);
} 
.page_outline main a {
  text-decoration: underline;
  color: #468c42;
  transition: all .3s;
}
.page_outline main a:hover {
  opacity: .6;
}
.block_about .intro {
  margin-bottom: 78px;
}
.block_about .intro::after {
  content: '';
  display: block;
  clear: both;
}
.block_about .intro .text_box {
  width: 560px;
  height: 284px;
  letter-spacing: 0.1em;
  line-height: 28px;
  float: left;
}
.block_about .intro .img_box {
  width: 404px;
  height: 284px;
  float: right;
}

/*==============================*/
.block_outline .position_now {
  margin-bottom: 100px;
}
.block_outline #ol01 {
  margin-bottom: 88px;
}
.block_outline dl dt {
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 170px;
  line-height: 48px;
  display: inline-block;
  vertical-align: middle;
}
.block_outline dl dd {
  border-left: 1px solid #999;
  width: 765px;
  line-height: 28px;
  color: #666;
  padding-left: 56px;
  display: inline-block;
  vertical-align: middle;
}
.block_outline .set01 dl dt {
  font-size: 150%;
  letter-spacing: 0.2em;
}
.block_outline .set01 ol {
  border-radius: 16px;
  background: #f6faf6;
  padding: 55px;
  counter-reset: item;
  margin-top: 64px;
}
.block_outline .set01 ol li {
  font-weight: 500;
  font-size: 87%;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: #468c42;
}
.block_outline .set01 ol li::before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: 1em;
}
.block_outline .set01 .txt_right {
  font-weight: 500;
  font-size: 75%;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: right;
}
.block_outline #ol01 .txt_right:first-of-type {
  margin-bottom: 100px;
}
.block_outline #ol07 ul li,
.block_outline #ol08 ul li {
  width: 320px;
}
.block_outline #ol06 ul li {
  width: 320px;
}
.block_outline #ol08 .title {
  font-weight: 600;
  font-size: 150%;
  letter-spacing: 0.2em;
  margin: 80px 0 30px;
}
.block_outline #ol08 table {
  margin-bottom: 20px;
}
.block_outline #ol08 table th:nth-of-type(1) {
  width: 185px;
}
.block_outline #ol08 table th:nth-of-type(2) {
  width: 220px;
}
.block_outline #ol08 table .kadai {
  margin-bottom: 50px;
}
.block_outline #ol08 table li{
	width: 550px;
}

/* ====== 
page-name #annual-report
======*/
.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: 10px;
}
.block_report .report_set.set04 .business_list {
  margin-left: 2em;
  margin-bottom: 30px;
}
.block_report .report_set.set04 .business_list ul > li > ul {
  text-indent: 2em;
}
.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 {
  background: #fff;
  border-radius: 25px;
  padding: 50px 54px;
  margin-top: 30px;
}
.block_access .access_box .text_box {
  font-weight: 600;
  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: 110px 0 60px;
}
.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 .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: 100px;
}
/* ====== 
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);
} 
.block_guide p {
  color: #666;
}
.block_guide.floor4 .text_area,
.block_guide .text_box,
.block_guide.outdoor .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}
.block_guide .text_box,
.block_guide.outdoor .img_box {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.block_guide.floor4 .text_area .text_set,
.block_guide .text_box p {
  width: 480px;
}
.block_guide.floor4 .text_area .text_set .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: 480px; */
  width: 205px;
  height: auto;
  margin-right: 20px;
}
.block_guide.floor4,
.block_guide.floor3,
.block_guide.outdoor {
  margin-bottom: 110px;
}
.imgmap-box {
margin:0;
padding:0;
}
.imgmap-box img{
width:100%;
height:auto;
}
/* ====== 
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 {
  width: 990px;
  height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
  display: flex;
  margin: 0 auto 53px;
}
.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: 18px;
  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: 90px;
}
.block_event_contents .contents_area img {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
  height: auto;
}
.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-name #holiday
======*/
.block_event_holiday .calendar_area::after {
  content: '';
  display: block;
  clear: both;
}
.block_event_holiday .calendar_set {
  width: 480px;
  height: 480px;
  float: left;
  margin: 0 30px 40px 0;
}
.block_event_holiday .calendar_set:nth-of-type(2n) {
  margin-right: 0;
}
.block_event_holiday .calendar_set img {
  width: 100%;
  height: 100%;
}

/* ====== 
page-name #science
======*/
.page_science .white-bg {
  height: calc(100% - 310px);
  top: 230px;
}
.block_science .sec03 {
  margin-top: 60px;
}
.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 .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}
.block_science .content_box .img_box {
  width: 310px;
}
.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: 30px;
}
.block_challenge .sec01 table th {
  width: 240px;
}
.block_challenge .sec02 .heading02 span {
  font-size: 16px;
}
.block_challenge .sec02 table th {
  width: 250px;
  background: #98be96;
  border: 1px solid #468c42;
  color: #fff;
  text-align: left;
  padding-left: 24px;
}
.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;
}
.block_group a:hover {
  opacity: .6;
}
.block_group .section {
  margin-bottom: 110px;
}
.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; */
  width: 23%;
}
.block_group .sec03 table th:first-of-type {
  /* width: 290px; */
  width: 31%;
}
.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;
}
.block_group .red {
  color:#F00;
}

/* ====== 
page-name #education
======*/
/* .page_education .white-bg {
  top: 20px;
  height: calc(100% - 95px);
}  */

.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 .text_box,
.block_education .img_box {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.block_education .text_area .text_set,
.block_education .text_box p {
  width: 480px;
}
.block_education p {
  color: #666;
}
.block_education .text_area,
.block_education .text_box,
.block_education .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}



/* ====== 
page-name #education_topic
======*/
.page_education_topic .white-bg {
  top: 500px;
  height: calc(100% - 575px);
} 
.block_education_topic .align_center {
  font-size: 87%;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
}
.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  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin: 32px 0 20px;
}

.block_education_topic .topic_set {
  width: 480px;
}

.block_education_topic .topic_set .img_box {
  margin-bottom: 24px;
}
.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;
}

.block_education_topic .topic_set2 {
  width: 320px;
}

.block_education_topic .topic_set2 .img_box2 { 
 height: 50% 
 margin-bottom: 24px;
}

/* ====== 
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 0px;
}
.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 {
  width: 565px;
  float: left;
  color: #666;
}
.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 {
  width: 395px;
  float: right;
} 
.temp_study_set .img_box img {
  margin-bottom: 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;
}
.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 #guide_d
======*/
.block_guide.gannseki .img_area,
.block_guide.deck .img_area {
  width: 205px;
  margin-left: 20px;
}
.block_guide.others ul {
  width: 450px;
}
.block_guide.others ul li a {
  text-decoration: underline;
  color: #468c42;
  transition: all .3s;
}
.block_guide.others ul li a:hover {
  opacity: .6;
}
/* ====== 
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-top: 50px;
}
.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;
  width: 565px;
  /* height: 576px; */
  border-radius: 16px;
  background: #f6faf6;
  padding: 55px;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 28px;
  color: #666;
}
.block_guide_sintenji .temp_set .content_box .text_box {
  width: 565px;
  /* line-height: 28px;
  color: #666; */
}
.block_guide_sintenji .temp_set .content_box .img_box {
  /* width: 395px; */
  width: 250px;
}
.block_guide_sintenji .programming .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}
.block_guide_sintenji .section.programming .img_box img {
  width: 310px;
}
.block_guide_sintenji .section.robot .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between; */
  -ms-flex-pack: distribute;
	justify-content: space-around;
  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 {
  /* width: 395px; */
  width: 565px;
}
.block_guide_sintenji .section.robot .img_box {
  /* width: 565px; */
  width: 352px;
}
.block_guide_sintenji .section.robot .img_set {
  /* width: 480px; */
  width: 352px;
}
.block_guide_sintenji .section.robot .img_set img {
  margin-bottom: 30px;
}
.block_guide_sintenji .content_box.img_box {
  margin-top: 56px;
}
.block_guide_sintenji .hikouki .content_box.img_box img {
  width: 310px;
}
.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 .img_box {
  width: 205px;
} */
.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: 225px;
  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.set01 ul,
.block_guide_sintenji .zinriki .content_set.set03 ul {
  width: 485px;
}
.block_guide_sintenji .zinriki .content_set.set02 ul {
  width: 265px;
}
.block_guide_sintenji .zinriki .content_set.set04 a {
  width: 185px;
}
.block_guide_sintenji .zinriki .content_set.set05 a {
  display: inline-block;
  margin: 32px 0;
}
.block_guide_sintenji .zinriki .content_set.set06 ul {
  width: 480px;
}
.block_guide_sintenji .section.temp_set.last_set ul {
  width: 190px;
}
/* ====== 
page-name #kagaku navi
======*/
.block_guide_nav .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.block_guide_nav .content_box .text_box {
  width: 500px;
}
.block_guide_nav .content_box .img_box {
  width: 480px;
}
.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 a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
.block_guide_nav .section ul li a:hover {
  opacity: .6;
}
/* ====== 
page-name #event_kako
======*/
.block_event_kako ul {
  border-radius: 16px;
  background: #f6faf6;
  padding: 55px;
  margin-top: 40px;
}
.block_event_kako ul li {
  font-weight: 500;
  font-size: 87%;
  letter-spacing: 0.05em;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: left;
}
.block_event_kako ul li a {
  text-decoration: underline;
  color: #468c42;
  transition: all .3s;
}
.block_event_kako a:hover {
  opacity: .6;
}
/* ====== 
page-name #rikasakuhin
======*/
.block_rikasakuhin .info_text {
  color: #fe0013;
  margin-bottom: 40px;
}
.block_rikasakuhin .content_box {
  border-radius: 16px;
  background: #f6faf6;
  padding: 30px 55px;
  margin-top: 40px;
}
.block_rikasakuhin .content_box dl {
  margin: 15px 0;
}
.block_rikasakuhin .content_box dl dt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #333;
  display: inline-block;
  width: 530px;
  margin-right: 40px;
}
.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;
  transition: all .3s;
}
.block_rikasakuhin .content_box dl dd a:hover {
  opacity: .6;
}
.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_rikasakuhin a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}
/* ====== 
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;
  transition: all .3s;
}
.page_event_single .content blockquote {
  background: #eee;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 15px 0;
}
.page_event_single table th {
  width: 240px;
}
/* ====== 
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;
	table-layout: fixed;
	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;
}
.page_tomonokai .table_fee .t_c {
	color: #468c42;
	text-align:left;
	text-indent: 5em;
}
.page_tomonokai table th {
  width: 240px;
}
.page_tomonokai table {
  margin-bottom: 50px;
}
/* ====== 
page-name #minilabo
======*/

.page_minilabo a {
  color:#468C42;
  text-decoration: underline;
  transition: all .3s;
}

.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 table td {
  width: 50%;
}
.page_elementary .t_c {
  text-align: left;
  text-indent: 2em;
}
/* ====== 
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 table {
  table-layout: auto;
  width: 100%;
  text-align: center;
  background: #fff;
}
.page_junior-high .t_c {
  text-align: left;
  text-indent: 1em;
  width: 500px;
}
.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%;
	text-align: center;
	background: #fff;
	width: 100%;
}
.page_sozai table th {
	background: #98be96;
	color: #fff;
}
.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 table th:nth-of-type(1) {
  width: 185px;
}
.block_kyogikai table th:nth-of-type(2) {
  width: 220px;
}
.block_kyogikai table .kadai {
  margin-bottom: 50px;
}
.block_kyogikai table li{
	width: 550px;
}
.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 th {
  width: 240px;
}
.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;
  font-size: 13px;
}
.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;
}
/* ====== 
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: 480px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  margin-bottom: 40px;
}
.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: 32px !important;
  line-height: 47px !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;
}
.xo-event-calendar table.xo-month .month-event-title {
  font-size: 11px !important;
  text-align: center !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;
}
/* ====== 
page-name #guide_a
======*/
.page_guide_a .white-bg {
  top: 330px;
  height: calc(100% - 405px);
} 
.block_guide_a {
  color: #666;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 73px;
}
.block_guide_a .content_box .text_box {
  width: 565px;
}
.block_guide_a .content_box .img_box {
  width: 395px;
  /* width: 205px; */
}
.block_guide_a .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 73px;
}
.block_guide_a .exhibition_list {
  border-radius: 16px;
  background: #f6faf6;
  padding: 50px 80px 82px 55px;
  box-sizing: border-box;
}
.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-top: 32px;
}
.block_guide_a .sec01 .map_box .exhibition_list {
  padding: 50px 50px 50px 50px;
  position: absolute;
  top: 300px;
  right: 0px;
}
.block_guide_a .sec01 .map_box .exhibition_list ul li {
  margin-right: 1em;
}
.block_guide_a .sec02 .exhibition_list {
  margin: 30px;
  column-count: 2;
  padding: 50px;
}
.block_guide_a .sec02 .content_box {
  margin-top: 40px;
  /* -ms-flex-pack: distribute;
  justify-content: space-around; */
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.block_guide_a .sec02 .content_box .img_box {
  width: 240px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.block_guide_a .sec02 .content_box .img_box p {
  color: #468c42;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.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: 85%;
  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;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}
.block_guide_b .sec03 .content_box,
.block_guide_b .sec04 .content_box,
.block_guide_b .sec06 .content_box {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.block_guide_b .sec00 .content_box {
  margin-top: 73px;
}
.block_guide_b .content_box .text_box {
  width: 565px;
}
.block_guide_b .content_box .img_box {
  width: 395px;
}
.block_guide_b .exhibition_list {
  border-radius: 16px;
  background: #f6faf6;
  padding: 50px 80px 82px 55px;
  box-sizing: border-box;
}
.block_guide_b .exhibition_list_new {
  border-radius: 16px;
  background: #f6faf6;
  padding: 50px 80px 82px 55px;
  box-sizing: border-box;
}
.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 .exhibition_list_new 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-top: 32px;
}
.block_guide_b .sec01 .map_box .exhibition_list {
  width: 480px;
  padding: 50px;
  color: #333;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.block_guide_b  .exhibition_list p {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #333;
}
.block_guide_b .sec01 .map_box .exhibition_list ul li {
  margin-right: 1em;
}
.block_guide_b .sec02 .exhibition_list {
  margin: 30px;
  column-count: 2; 
  padding: 50px;
}
.block_guide_b .sec02 .exhibition_list_new {
  margin: 10px 30px;
  column-count: 2; 
  padding: 5px 50px;
}
.block_guide_b .sec02 .content_box {
  margin-top: 40px;
  /* -ms-flex-pack: distribute;
  justify-content: space-around; */
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.block_guide_b .sec02 .content_box .img_box {
  width: 240px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.block_guide_b .sec02 .content_box .img_box p {
  color: #468c42;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.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: 85%;
  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;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 73px;
}
.block_guide_c .content_box .text_box {
  width: 565px;
}
.block_guide_c .content_box .img_box {
  width: 395px;
}
.block_guide_c .exhibition_list {
  border-radius: 16px;
  background: #f6faf6;
  padding: 50px 80px 82px 55px;
  box-sizing: border-box;
}
.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 {
  margin-top: 32px;
}
.block_guide_c .sec01 .map_box .exhibition_list {
  padding: 50px;
  color: #333;
  margin: 20px auto 0;
  column-count: 3; 
}
.block_guide_c  .exhibition_list p {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #333;
}
.block_guide_c .sec01 .map_box .exhibition_list ul li {
  display: block;
  margin-right: 1em;
}
.block_guide_c .sec02 .exhibition_list {
  margin: 30px;
  column-count: 2; 
  padding: 50px;
}
.block_guide_c .sec02 .content_box {
  margin-top: 40px;
  /* -ms-flex-pack: distribute;
  justify-content: space-around; */
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.block_guide_c .sec02 .content_box .img_box {
  width: 240px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.block_guide_c .sec02 .content_box .img_box p {
  color: #468c42;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.block_guide_c .sec02 .content_box .img_box img {
  border-radius: 10px;
}
.block_guide_c .sec03 ul {
  width: 450px;
}
.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: 85%;
  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;
}
.block_guide_c .sec03 ul {
}