@charset "utf-8";
@media screen and (max-width: 768px) {
.pc {
	display: none;
}
html, body {
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
#wrapper img {
	width:100%;
	height:auto;
}
#wrapper * {
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	max-height: 999999px;
	word-wrap:break-word;
	line-height: 1.5;
}
#wrapper {
	margin: 0 auto;
	font-size: 14px;
	position: relative;
}
.inner {
	margin: 0 15px;
}


/* -----------------------------------------------------------------------------

	btn

----------------------------------------------------------------------------- */

.btn01 a {
	position: relative;
	display: table;
	text-align: center;
	width: 80%;
	height: 60px;
	margin: 0 auto;
	background: #ddc750;
	transition: all .2s;
}
.btn01 a:after {
	content: "";
	background: url(../img/icon_arw01.svg) no-repeat center center;
	background-size: 20px;
	display: block;
	position: absolute;
	top: 30%;
	left: 30px;
	transition: all .2s;
	width: 25px;
	height: 25px;
}
.btn01 span{
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.btn02 a:after {
	content: "";
	background: url(../img/icon_arw02.svg) no-repeat center center;
	background-size: 32px 7px;
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -5px;
	transition: all .2s;
	width: 32px;
	height: 7px;
}
/* pagetop */
#pagetop {
	position: absolute;
	right: 3%;
	top: -104px;
	z-index: 400;
	margin: 0;
	display: none;
	cursor: pointer;
	width: 120px;
	backface-visibility: hidden;
}
#pagetop.fixed {
	position: fixed;
	right: 3%;
	bottom: 0px;
	top: inherit;
}
#pagetop a {
	opacity: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
	
/* -----------------------------------------------------------------------------

	footer

----------------------------------------------------------------------------- */
footer {
}
footer small {
	color: #fff;
}
	
/* -----------------------------------------------------------------------------

	ttl

----------------------------------------------------------------------------- */
h3.secTtl {
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 30px;
	font-weight: 400;
}
h3.secTtl b{
	font-family: futura-pt, sans-serif;
	font-size: 4.5rem;
	display: block;
	font-weight: 400;
	letter-spacing: 4px;
	display: block;
	line-height: 1.2!important;
}

	
	/* -----------------------------------------------------------------------------

	img animation

----------------------------------------------------------------------------- */
	
.img-animation {
	animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.img-animation:before {
	animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
	animation-delay: 1s;
	background: #ddc750;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@keyframes img-opacity {
from {
		opacity: 0;
	}
}

@keyframes img-animation {
	100% {
		transform: translateX(100%);
	}
}
	
	
/* -----------------------------------------------------------------------------

		fixNav

  ----------------------------------------------------------------------------- */

#fixNav {
	display: none;
	position: absolute;
	bottom: 40px;
	width: 100%;
}
#fixNav.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}
#fixNav ul {
	width: 100%;
	display: flex;
}
#fixNav ul li {
	width: 25%;
}
#fixNav ul li a {
	display: block;
	color: #fff;
	font-weight: bold;
	background: #333;
	height: 44px;
	padding-left: 43px;
	border-left: #fff 1px solid;
	position: relative;
}
#fixNav ul li:last-child a {
	padding-left: 35px;
	}
#fixNav ul li a b{
	display: table-cell;
	vertical-align: middle;
	height: 44px;
	font-size: 9px;
	color: #fff;
	}
#fixNav ul li:first-child a {
	background: #fb8b30;
	border-left: 0;
}
#fixNav ul li:nth-child(2) a {
	background: #b7d32f;
}
#fixNav ul li a:before {
	position: absolute;
	top: 8px;
	left:13px;
	content: "";
	display: block;
}
#fixNav ul li:first-child a:before {
	background: url("../img/icon_train.svg") left center;
	background-size: 25px auto;
	width: 25px;
	height: 25px;
}
#fixNav ul li:nth-child(2) a:before {
	background: url("../img/icon_map.svg") left center;
	background-size: 25px auto;
	width: 25px;
	height: 25px;
}
#fixNav ul li:nth-child(3) a:before {
	background: url("../img/icon_tel_white.svg") left center;
	background-size: 25px auto;
	width: 25px;
	height: 25px;
}
#fixNav ul li:nth-child(4) a:before {
	background: url("../img/icon_mail_white.svg") left center;
	background-size: 25px auto;
	width: 25px;
	height: 25px;
	left: 5px;
}
#fixNav #pagetop a {
	background: url("../img/arw_pagetop02.svg") no-repeat center center #333;
	width: 100%;
	height: 32px;
	display: block;
	border-top: #fff 1px solid;
	background-size: 50px;
}

}
