@charset "utf-8";
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
body {
	color: #333333;
	font-size: 1.6rem;
	font-family: 'Kosugi Maru', sans-serif;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
.common .container {
	overflow: hidden;
}
.common h1, h2, h3 {
	margin: 0;
}
.common p {
	margin: 0;
	line-height: 1.5;
}
.common a {
	transition: .3s;
}
.common .btn:hover {
	text-decoration: none;
	transform: translateY(0.1875em);
	opacity: .8;
}
.common ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.common dl {
	margin-bottom: 0;
}
.common .container {
	width: 100%;
	padding: 0;
}
.common .emphasis {
	color: #ff0000;
}
.common .arrow {
	position: relative;
}
.common .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.common .justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.common .align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.common .flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.common .fc-normal {
	color: #000;
}
.common .fc-lavender {
	color: #c94d93;
}
.common .fc-furano-green {
	color: #199161;
}
.common .fc-furano-blue {
	color: #0e6fa1;
}
.common .bg-lightgray {
	background: #f2f2f2;
}
.common .bg-gray {
	background: #808080;
}
.common .bg-lavender {
	background: #c94d93;
}
.common .bg-furano-green {
	background: #199161;
}
.common .bg-furano-blue {
	background: #0e6fa1;
}
.common .bg-yellow{
	background: #fff700 !important;
}
.common .bg-salmon{
	background: #eb615a;
}
.common .bg-green{
	background: #44a635;
}
.common .bg-free-pass {
	background: #9c6dda;
}
.common .bg-free-ticket {
	background: #05b8b4;
}
.common .bd-lavender {
	border-color: #c94d93 !important;
}
.common .bd-furano-green {
	border-color: #199161 !important;
}
.common .bd-furano-blue {
	border-color: #0e6fa1 !important;
}
.common .fc-free-pass {
	color: #9c6dda;
}
.common .fc-free-ticket {
	color: #05b8b4;
}
.common .fc-salmon{
	color: #eb615a;
}
.common .fc-green{
	color: #44a635!important;
}
.common .bd-free-pass {
	border-color: #9c6dda !important;
}
.common .bd-free-ticket {
	border-color: #05b8b4 !important;
}
.common .fs-18 {
	font-size: 1.8rem;
}
.common .fs-28 {
	font-size: 2.8rem;
}
.common .page-break{
	page-break-before: always;
}

.v-middle{
	display: flex;
	justify-content: center;
	align-items: center;
}
/*--------------------------------------
header
---------------------------------------*/
header h1 {
	max-width: 230px;
}
header h1 a {
	color: #00a040;
	text-decoration: none;
}

@media screen and (max-width:1074px) {
	header h1 {
	max-width: 220px;
	}
}
@media screen and (max-width:414px) {
	header h1 {
		position: fixed;
		top: 5px;
		padding-bottom: 20px;
	}
}

/*--------------------------------------
nav
---------------------------------------*/
header{
	background-color: rgba(255, 255, 255, 1.0);
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 100;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width:414px){
	header{
		height: 110px;
	}
}
header.pageview{
	background-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    width: 100%;
    z-index: 100;
}

header .inner{
	margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 15px 2% 10px;
    width: 90%;
	vertical-align: middle;
}
@media screen and (max-width:1150px){
	.inner{
    width: 100%;
	padding: 15px 2% 10px;
	}
}
.mension{
	width: 100%;
	text-align: right;
}
.mension .time p{
	border: dotted 2px #00a040;
	font-size: 1.6rem;
	text-align: center;
	padding: 5px 10px;
}
@media screen and (max-width:650px){
	.mension .time p{
	border: none;
	}
}
@media screen and (max-width:1074px) {
	.mension .time p{
	font-size: 1.2rem;
	}
}
.mension .contact-btn p{
	background-color: #00a040;
	color: #fff;
	padding: 8px 10px;
	font-weight: bold;
	text-align: center;
}
.mension .contact-btn p a{
	color: #fff;
}
@media screen and (max-width:1074px) {
	.mension .contact-btn  p{
	font-size: 1.8rem;
	}
}
@media screen and (max-width:650px) {
	.mension .contact-btn  p{
		background-color: #00a040;
		border-radius: 10px;
		color: #fff;
		padding: 8px 10px;
		font-weight: bold;
		text-align: center;
		width: 80%;
		margin: 5px auto;
	}
}
header h1{
	float: left;
}

/*　ハンバーガーメニュー　*/
@media screen and (min-width:636px){
	.hamburger{
		 display : none;
	}
}
@media screen and (max-width:635px){
	.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
	}
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #fff;
	opacity: 0.8;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #AEADAD;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#B3B3B3;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
  font-weight: bold;
}
nav.globalMenuSp.active {
  transform: translateX(0%);
}

/*　PCメニュー　*/
@media screen and (max-width:635px){
	header nav.pc-nav{
		display: none;
	}
}
@media screen and (min-width:636px){
	header nav.sp-nav{
		display: none;
	}
}
header nav.pc-nav,
header nav.sp-nav
{
	float: right;
}
@media screen and (max-width:768px){
	header nav.pc-nav{
		float: left;
	}
}
@media screen and (max-width:414px){
	header nav.sp-nav{
		float: left;
	}
}

header nav.pc-nav ul{
	float: right;
	padding-top: 20px;
	clear:both;
}

header nav.sp-nav ul{
	float: left!important;
	padding-top: 20px;
	clear:both;
}
header nav.pc-nav li,
header nav.sp-nav li{
	float:left;
	font-size: 1.6rem;
	margin-right: 31px;
	text-align: center;
	display:block !important;
	cursor: pointer;
}
@media screen and (max-width:1024px){
	header nav.pc-nav li{
		margin-right: 20px;
	}
}
@media screen and (max-width:980px){
	header nav.pc-nav li{
	margin-right: 15px;
		}
}
@media screen and (max-width:1105px) {
	header nav.pc-nav li{
	font-size: 1.4rem;
	}
}
@media screen and (max-width:675px) {
	header nav.pc-nav li{
	font-size: 1.3rem;
	}
}
@media screen and (max-width:320px) {
	header nav.sp-nav li{
	font-size: 1.3rem;
	}
}

header nav.pc-nav li a,
header nav.sp-nav li a{
	color: #333333;
	font-weight: bold;
}
header nav.pc-nav li a span,
header nav.sp-nav li a span{
	font-size: 1.4rem;
	display: block;
}
@media screen and (max-width:1074px) {
	header nav.pc-nav li a span{
	font-size: 1.2rem;
	}
}
header nav.pc-nav li:nth-child(5),
header nav.sp-nav li:first-child{
	font-size: 2.8rem;
	color: #00a040!important;
	font-weight: bold;
}
header nav.pc-nav li:nth-child(5) a,
header nav.sp-nav li:first-child a{
	color: #00a040!important;
}
@media screen and (max-width:1074px) {
	header nav.pc-nav li:nth-child(5){
	font-size: 2.8rem;
	}
}
@media screen and (max-width:414px) {
	header nav.sp-nav li:first-child{
	font-size: 2.6rem;
	}
}
@media screen and (max-width:414px) {
	header nav.sp-nav{
		position: fixed;
		top: 50px;
	}
}
header nav.pc-nav li:nth-child(5):before,
header nav.sp-nav li:first-child:before{
	content: "";
	width: 17px!important;
	height: 25px!important;
	display: inline-block;
	margin: 0 3px -2px auto;
	background: url("../images/icn_sp.png")no-repeat;
	background-size: 100%;
}
header nav.pc-nav li:nth-child(6):before,
header nav.sp-nav li:nth-child(2):before{
	content: "";
	width: 17px!important;
	height: 25px!important;
	display: inline-block;
	margin: 0 3px -2px auto;
	background: url("../images/icn_access.png")no-repeat;
	background-size: 100%;
}
header nav.pc-nav li:last-child,
header nav.sp-nav li:last-child{
	margin-right: 0;
	margin-top: 5px;
}

header nav.pc-nav li.wait{
	opacity: 0.4;
	pointer-events : none;
}

.Wrap {
	position: absolute;
	top: 113px;
	left: 0;
	z-index: 100;
	overflow: hidden;
	display: none;
	width: 100%;
}
@media screen and (max-width:1146px){
	.Wrap {
	top: 180px;
	}
}
@media screen and (max-width:800px){
	.Wrap {
	top: 148px;
	}
}

.Wrap .wrapInner a,
.Wrap .wrapInner-special a{
	color: #fff;
}
.Wrap .wrapInner a:hover,
.Wrap .wrapInner-special a:hover{
	color: #E5FC3F;
}


.pc-nav ul li.submenu:hover:after{
	display:block;
	content: "";
	border: 10px solid transparent;
	border-bottom: 18px solid #00a040;
	position: absolute;
	top: 105px;
	margin-left: 2%;
	z-index: 1000;
}
@media screen and (max-width:1146px){
	.pc-nav ul li.submenu:hover:after{
	top: 182px;
	}
}
@media screen and (max-width:800px){
	.pc-nav ul li.submenu:hover:after{
	top: 150px;
	}
}
.pc-nav ul li a:hover{
	color: #44a735;
	text-decoration: none;
}
.Wrap .wrapInner {
	margin: 20px auto 0;
	width: 100%;
	height: auto;
	background: #00a040;
	color: #fff;
	padding: 15px 0px;
	font-weight: bold;
	text-align: center;
	font-size: 2.4rem!important;
}
.Wrap .wrapInner img,
.Wrap .wrapInner-special img{
	width: 80px;
	height: 80px;
	margin-right: 10px;
	display: inline-block;
}
.Wrap .wrapInner span,
.Wrap .wrapInner-special span{
	margin-bottom: 10px;
	display: block;
}
.Wrap .wrapInner-special {
	margin: 0px auto;
	width: 100%;
	height: auto;
	background: #78BD93;
	color: #fff;
	padding: 15px 0px;
	font-weight: bold;
	text-align: center;
}
.Wrap img.s-icon{
	height: 60px;
	width: 60px;
}
/*--------------------------------------
topImage
---------------------------------------*/
section.main-slider{
	padding-top: calc(1.169 * 7%);
    width: 100%;
    position: relative;
    z-index: 5;
}
@media screen and (max-width:867px) {
	section.main-slider{
	padding-top: calc(1.169 * 15%);

	}
}
@media screen and (max-width:535px) {
	section.main-slider{
	padding-top: calc(1.169 * 20%)
	}
}
@media screen and (max-width:414px) {
	section.main-slider{
	padding-top: calc(1.169 * 22%)
	}
}


/*--------------------------------------
fadein
---------------------------------------*/
.box{
  opacity:0;
}
.fadeInRight{
  transition: all 0.5s ease-in;
  transform: translateY(-30px);
  opacity: 1 !important;
}

/*--------------------------------------
table01
---------------------------------------*/
table.table01 {
	width:100%;
	border-right:#00a040 solid 1px;
	border-collapse: collapse;
	border-top:#00a040 solid 1px;
}
table.table01 thead th {
	background:#00a040;
	color:#FFF;
	padding:10px 15px;
	border-right:#00a040 solid 1px;
	border-bottom:#00a040 solid 1px;
}
table.table01 thead th:last-child {
	border-right:#00a040 solid 1px;
}
table.table01 tbody th {
	background:#fff;
	color:#333333;
	padding:10px 15px;
	border-bottom:#00a040 solid 1px;
	border-left:#00a040 solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#00a040 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#00a040 solid 1px;
	border-bottom:#00a040 solid 1px;
	vertical-align:top;
	text-align: center;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
	background-color: #00a040;
	color: #fff;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
	}
}


/*--------------------------------------
table02
---------------------------------------*/
* {
  box-sizing: border-box;
}

#table-wrap {
  max-width: 980px;
  padding: 0 10px;
  margin: 20px auto;
  font-size: 14px;
}

table.table02 {
  width: 100%;
}
table.table02 th, 
table.table02 td {
  text-align: center;
}
@media screen and (min-width: 501px) {
  table.table02 {
    table-layout: fixed;
  }
  table.table02 th, table.table02 td {
    padding: 10px;
    border: 1px solid #00a040;
  }
  table.table02 th {
    background-color: #DBECE2;
  }
}
@media screen and (max-width: 500px) {
  table.table02 {
    display: block;
  }
  table.table02 thead {
    display: none;
  }
  table.table02 tbody, table.table02 tr, table.table02 th, table.table02 td {
    display: block;
    width: 100%;
  }
  table.table02 tr {
    border-bottom: 1px solid #00a040;
    margin-bottom: 5px;
  }
  table.table02 th {
    padding: 10px 10px 5px;
    font-weight: bold;
    font-size: 16px;
  }
  table.table02 td {
    position: relative;
    padding: 10px 10px 10px calc(80% + 10px);
    border-top: 1px solid #00a040;
    border-left: 1px solid #00a040;
    border-right: 1px solid #00a040;
    background-color: #fff;
  }
  table.table02 td:before {
    content: attr(aria-label);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 80%;
    height: 100%;
    padding: 10px;
    border-right: 1px solid #00a040;
    background-color: #DBECE2;
	  font-size: 12px;
  }
}
.table-scroll{
	overflow:auto;
	white-space:nowrap;
	-webkit-overflow-scrolling:touch
}
@media screen and (max-width:799px){
	.table-scroll{
		overflow:auto;
		white-space:nowrap;
		-webkit-overflow-scrolling:touch
	}
}

/*--------------------------------------
table3
---------------------------------------*/
.table3 {
    width: 100%;
    margin-bottom: 0;
    background: #fff;
	font-size: 1.6rem;
	border: solid 1px #000;
}
@media screen and (max-width:640px){
	.table3{
		font-size: 1.3rem;
	}
}
.table3 tbody {
    border: solid 1px #000;
}
.table3 th {
    font-weight: 400;
    padding: .5em 1em;
    color: #00a040;
    border: solid 1px #999;
    background: #fff;
	text-align: left;
	font-weight: bold;
}
.table3 th.bg-green{
	background-color: #E3F3E9;
	color: #00a040;
	text-align: center;
}
.table3 td {
    padding: .5em 1em;
    border: solid 1px #999;
	text-align: center;
}
/*--------------------------------------
button
---------------------------------------*/
.btn-inline {
    display: inline-block;
    width: auto;
}
.btn2 {
    position: relative;
    padding: .5em 2em .5em .8em;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    text-align: left;
    color: #fff;
    border: none;
    background: #00a040;
}
.btn2:focus, 
.btn2:hover{
	text-decoration: none;
	color: #EFD500;
}
.btn2-border {
    position: relative;
    padding: .5em 2em .5em .8em;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    text-align: left;
    color: #00a040;
    border: #00a040 1px solid;
	border-radius: 5px;
    background: #fff;
	font-weight: bold;
}
.btn2-border:focus, 
.btn2-border:hover{
	text-decoration: none;
	background: #00a040;
	color: #fff;
}
.btn2-wide {
    position: relative;
    padding: .5em 2em .5em .8em;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    text-align: left;
    color: #fff;
    border: none;
    background: #00a040;
	width: 100%;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
}
.btn2-wide:focus, 
.btn2-wide:hover{
	text-decoration: none;
	color: #EFD500;
}

.v-middle{
	display: flex;
	justify-content: center;
	align-items: center;
}
.red{
	color: #FF0004
}
/*--------------------------------------
footer
---------------------------------------*/
.footer .footer__bnr-block {
	padding-top: 44px;
	padding-bottom: 70px;
}
.footer .footer__image {
	display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
  background: #3eaa43;
  color: #fff;
  text-align: center;
}
.footer .footer__image:hover {
	text-decoration: none;
	opacity: 0.8;
	transform: translateY(0.1875em);
}
.footer .arrow-right::before {
	content: "";
	display: block;
	position: absolute;
	top: 52%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
	transform: translateX(-50%) rotate(45deg);
}
.footer .footer__copy {
	padding: 30px 0 32px 0;
	background: #44a635;
	text-align: center;
	color: #fff;
	
	
	border-top: solid 1px #fff;
}
.footer .footer__copy p {
	margin-bottom: 20px;
}


.footer .scroll {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer .scroll {
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 768px) {
  .footer .scroll img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width:767.98px) {
	.footer .footer__bnr-block {
			padding-top: 20px;
			padding-bottom: 20px;
	}
	.footer .footer__copy p {
		font-size: 1.4rem;
	}
}
@media print {
	body {
		zoom: 1;
		-webkit-print-color-adjust: exact;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}
	main.page {
		max-width: 100%;
		padding: 0 4%;
		box-sizing: border-box;
	}
}
@media print{
	header{
		display: none;
	}
}
