@charset "utf-8";

.scale > img,
.scale > .img > img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.scale:hover > img,
.scale:hover > .img > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* ---------------------------------------------
　header
------------------------------------------------ */

.fv-wrapper {
    position: relative;
    padding-bottom: 45px;
    background: #f8f7f1;
}

.fv {
    position: relative;
    width: 100%;
	/*height: 400px;*/
	height: 500px;
    background-size: cover !important;
    background: url(../commute/images/bg-fv01.jpg) top center no-repeat;
}
.fv .txt-fv{
    position: absolute;
	width: 336px;
    height: 104px;
    top: 50%;
    left: 50%;
    margin: 35px 0 0 315px;
    /*margin: -85px 0 0 315px;*/
    transform: translate(-50%,-50%);
}
.fv .bnr{
    position: absolute;
    width: 459px;
    height: 170px;
    top: 50%;
    left: 50%;
    margin: 70px 0 0 320px;
    transform: translate(-50%,-50%);
}
.fv .cashless{
    position: absolute;
    width: 459px;
    height: 78px;
	top: 50%;
    left: 50%;
    margin: 210px 0 0 320px;
    transform: translate(-50%,-50%);
}
.fv .info{
    position: absolute;
    width: 397px;
    height: 120px;
    top: 43%;
    left: 50%;
    margin: 210px 0 0 320px;
    transform: translate(-50%,-50%);
}
.fv .insta {
    position: absolute;
    width: 397px;
    height: 120px;
	top: 50%;
    left: 50%;
    margin: 166px 0 0 -95px;
    transform: translate(-50%,-50%);
}

/* ---------------------------------------------
　bnr-side
------------------------------------------------ */

#bnr-side {
	position: fixed;
    top:calc(50% - 380px/2);
	right: 0;
	z-index: 999;
    pointer-events: none;
}

#bnr-side li {
	text-align: right;
    cursor: pointer;
    pointer-events: auto;
}

#bnr-side .bnr-side02 {
	margin-top: 10px;
}

#bnr-side .bnr-side03 {
	margin-top: 17px;
}

#bnr-side li {
    transition: all 0.3s;
    transform: translateX(20px);
}

#bnr-side li:hover {
    transform: translateX(7px);
    opacity: 1;
}

#bnr-side li a{
    display: block;
}
#bnr-side li a,
#bnr-side li a img:hover {
    opacity: 1 !important;
}

#bnr-side.js-scroll{
    top:calc(50% - 328px/2);
}
#bnr-side.js-scroll .bnr-side02,
#bnr-side.js-scroll .bnr-side03 {
    margin-top: 59px;
}
#bnr-side.js-scroll li{
    width: 326px;
    height: 70px;
    transform: translateX(263px);
}

#bnr-side.js-scroll .bnr-side01{
    background: url(../commute/images/bnr-side-scroll01.png) 50% 50% no-repeat;
}
#bnr-side.js-scroll .bnr-side02{
    background: url(../commute/images/bnr-side-scroll02.png) 50% 50% no-repeat;
}

#bnr-side.js-scroll .bnr-side03{
    background: url(../commute/images/bnr-side-scroll03.png) 50% 50% no-repeat;
}

#bnr-side.js-scroll li:hover{
    transform: translateX(142px);
}
#bnr-side.js-scroll li a{
    height: 70px;
}
#bnr-side.js-scroll li img{
    display: none;
}

/* ---------------------------------------------
　content
------------------------------------------------ */

.content {
	background: #f8f7f1;
    width: calc(100% - 80px);
	padding: 0 0 100px 80px;
}

.content h2 {
    margin-top: 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	position: relative;
    display: block;
    background: none;
}

.content h2 p {
	margin: 0;
	position: absolute;
	top: 0;
    right: 23px;
}

.content h2 a {
	position: relative;
	padding-right: 24px;
}

.content h2 a::after {
	content: "";
	display: block;
	width: 14px;
	height: 9px;
	background: url(../commute/images/arrow-news.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
}

.content h2 > img {
	vertical-align: middle;
	margin-right: 20px;
}

.content .bnr {
    text-align: center;
    margin: 0 0 30px;
}
/* --- pdf-link --- */
.pdf-link {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-bottom: 40px;
}
.pdf-link::after {
    display: none;
}
.pdf-link p {
    padding: 5px;
    width: 45%;
    border-radius: 5px;
    margin: 0;
}
.pdf-link p:first-of-type {
    background-color: #f6b8b7;
}
.pdf-link p:last-of-type {
    background-color: #91cbd3;
}
.pdf-link p:hover {
    opacity: 0.7;
}
.pdf-link a {
    background-position: 77% 50%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.online-link {
    margin-bottom: 30px;
}