@charset "utf-8";

.l-store .store-trigger .icon,
.l-faq .faq-trigger .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: center;
    /* display: table;  kato */
}

.circle {   /* kato */
    position: relative;  /* kato */
}   /* kato */

@media screen and (min-width: 768px) {
    .l-store .store-trigger .icon {
        width: 58px !important;
        right: 62px !important;
        /* top: 45px !important; */
    }
}

@media screen and (max-width: 767px) {
    .l-store .store-trigger .icon {
    width: 20px !important;
    /*  right: 1.2vw !important;  kato 6.4vw*/
    /*  top: 12.5vw !important;  kato*/
    }
}

@media screen and (min-width: 768px) {
    .l-faq .faq-trigger .icon {
        width: 58px !important;
        right: 62px !important;
        top: 0px !important;
    }
    .pc {
		display: block!important;
	}
	.sp {
		display: none!important;
	}
}

@media screen and (max-width: 767px) {
    .l-faq .faq-trigger .icon {
        width: 20px !important;
        right: 6.4vw !important;
        top: 0px !important;
    }
    .pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
}

.store_airport {
	font-size: 13px !important;
	background-color: #3b88d2;
	color: #fff !important;
	padding: 3px;
	border-radius: 18px;
	width: 100px;
	text-align: center;
	margin: 0 0.5em 1em 0;
}
