@charset "utf-8";
html{
	font-size: 62.5%;
}
body {
	color: #000;
	font-size: 1.6rem;
	font-family: 'Helvetica Neue',Helvetica,Arial,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;
}
.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 .inner {
	max-width: 980px;
	margin: auto;
}
@media screen and (max-width:1199.98px) {
	.common .inner {
		max-width: 100%;
		padding: 0 4%;
		box-sizing: border-box;
	}
}
.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 .bg-biyu {
    background: #29a7db !important;
}
.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;
}
/*--------------------------------------
header
---------------------------------------*/
.common .header-logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
/*--------------------------------------
nav
---------------------------------------*/
.global-nav__block {
	position: fixed;
	right: -360px;
	top: 0;
	width: 340px;
	height: 100vh;
	padding-top: 40px;
	background-color: #5eb24f;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto;
}
.hamburger {
	position: fixed;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: #5eb24f;
	cursor: pointer;
	z-index: 300;
}
.global-nav__list {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	font-weight: 700;
	text-align: left;
}
.global-nav__item a {
	display: block;
	padding: 10px 40px 10px 25px;
	text-decoration: none;
	color: #fff;
}
.global-nav__item a:hover {
	background-color: #329321;
}
.global-nav__item .arrow-right::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateX(-50%) rotate(45deg);
}
.hamburger__line {
	position: absolute;
	left: 14px;
	width: 23px;
	height: 3px;
	background-color: #fff;
	transition: all .6s;
}
.hamburger__line--1 {
	top: 15px;
}
.hamburger__line--2 {
	top: 22px;
}
.hamburger__line--3 {
	top: 29px;
}
.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav__block {
	right: 0;
}
.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 20px;
}
.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
}
.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 20px;
}
/*--------------------------------------
main
---------------------------------------*/
.common .content-block {
	padding-top: 50px;
}
.common .content-block .main-heading {
	margin-bottom: 30px;
	padding: 0 4%;
	font-size: 2.8rem;
	text-align: center;
}
@media screen and (max-width:767.98px) {
	.common .content-block .main-heading {
		padding: 0;
		line-height: 1.4;
		font-size: 2.4rem;
	}
}
@media screen and (max-width:320px) {
	.common .content-block .main-heading {
		font-size: 2.2rem;
	}
}
.common .transport .main-heading:before {
	content: "";
	width: 87px;
	height: 50px;
	display: block;
	margin: 0 auto 15px auto;
	background: url("../images/icn_transport.png")no-repeat;
	background-size: 100%;
}
.common .ticket .main-heading:before {
	content: "";
	width: 58px;
	height: 32px;
	display: block;
	margin: 0 auto 15px auto;
	background: url("../images/icn_ticket.png")no-repeat;
	background-size: 100%;
}
.common .course .main-heading:before {
	content: "";
	width: 49px;
	height: 49px;
	display: block;
	margin: 0 auto 15px auto;
	background: url("../images/icn_course.png")no-repeat;
	background-size: 100%;
}
.common .train .main-heading:before {
	content: "";
	width: 57px;
	height: 51px;
	display: block;
	margin: 0 auto 15px auto;
	background: url("../images/icn_train.png")no-repeat;
	background-size: 100%;
}
.common .bus .main-heading:before {
	content: "";
	width: 45px;
	height: 50px;
	display: block;
	margin: 0 auto 15px auto;
	background: url("../images/icn_bus.png")no-repeat;
	background-size: 100%;
}
.common .bus .specialOffer .sub-heading{
	margin-bottom: 30px;
	padding: 0 4%;
	font-size: 2.8rem;
	text-align: center;
}
.common .bus .specialOffer .sub-heading::before{
	content: "";
	width: 45px;
	height: 50px;
	display: block;
	margin: 0 auto 15px auto;
	background: url("../images/icn_offer.png")no-repeat;
	background-size: 100%;
}
.common .content-block .main-lead {
	margin-bottom: 30px;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}
@media screen and (max-width:767.98px) {
	.common .content-block .main-lead {
		font-size: 1.6rem;
		line-height: 1.4;
	}
}
/*--------------------------------------
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;
}
.footer .footer__copy p {
	margin-bottom: 20px;
}
@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;
	}
	.common .inner {
		max-width: 100%;
		padding: 0 4%;
		box-sizing: border-box;
	}
}
.Timetable .arrow-right::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(45deg);
}
.AudioGuide .arrow-right::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(45deg);
}
.specialOffer{
	background-color: #ffeef9;
	padding: 50px 0;
}
.specialOffer > .btn{
	background-color: #FF64C8;
}


/*--------------------------------------
202504追加
---------------------------------------*/
.common .bg-tourbus {
	background: #ff7db2 !important;
}
.common .bg-free-bycicle {
    background: #F98D06;
}
.rentalbike{
	background-color: #fff;
	width: 100%;
	padding: 10px 15px 20px;
	margin-bottom: 20px;
}