@charset "utf-8";

/*!
 * Osaka Free Wi-Fi
 * compornent, module, etc style
 * mediaqueries = min-width: 361px, 481px, 768px, 1025px, 1201px
 */

.l-section {
	margin: 40px auto;
	padding: 0 20px;
}
@media screen and (min-width: 1025px) {
	.l-section {
		max-width: 1200px;
		padding: 0 40px;
	}
}





/*! HOME - Topics
 -------------------------------------------------- */
.l-main {
	padding-top: 100px;
}
@media screen and (min-width: 1025px) {
	.l-main {
		padding-top: 64px;
	}
}

.main-topics {
	position: relative;
}
.main-topics::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	right: calc(50% - 50vw);
	height: 100%;
	background: #f4f4f4;
}
.main-topics img {
	max-width: 100%;
}

.js-addBg {
	position: relative;
}
.main-topics_photo .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: center / cover no-repeat;
}

.store_name {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
}
.store_logo {
	display: inline-block;
	margin-top: 10px;
}
.main-topics_text .ttl {
	margin-top: 10px;
	font-size: 1.4rem;
	font-weight: 400;
}
.main-topics_text .txt {
	margin-top: 4px;
	font-size: 1.2rem;
}
.main-topics_text .link {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 2em;
	border-radius: 4px;
	color: white;
	text-align: center;
	background: #313131;
}
.main-topics_text .link::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: -3px 0 0 8px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	vertical-align: middle;
	transform: rotate(45deg);
}
html:not(.isTouch) .main-topics_text .link {
	transition: background .2s;
}
html:not(.isTouch) .main-topics_text .link:hover {
	background: #c61740;
}
html:not(.isTouch) .main-topics_text .link::after {
	transition: transform .2s cubic-bezier(.2,.6,.4,1);
}
html:not(.isTouch) .main-topics_text .link:hover::after {
	transform: rotate(45deg) translate(3px, -3px);
}
@media screen and (max-width: 767px) {
	.main-topics {
		padding: 20px;
	}
	.main-topics_photo {
		margin: 10px -20px 0;
	}
	.main-topics_text .store_greet {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.main-topics_text .link {
		width: 100%;
	}
}
@media screen and (min-width: 481px) {
	.store_name {
		font-size: 1.8rem;
	}
	.main-topics_text .ttl {
		font-size: 1.6rem;
	}
	.main-topics_text .txt {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px) {
	.main-topics {
		display: flex;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
		background: white;
	}
	.main-topics > .store_greet {
		display: none;
	}
	.main-topics_photo,
	.main-topics_text {
		flex-basis: 50%;
		max-width: 50%;
	}
	.main-topics_text {
		align-self: center;
		padding: 20px 20px 20px 40px;
	}
}
@media screen and (min-width: 1025px) {
	.main-topics_text {
		padding: 20px 40px;
	}
}





/*! HOME - PR banner
 -------------------------------------------------- */
.c-prBnr {
	display: block;
	position: relative;
	text-align: center;
}
.prBnr_photo {
	position: relative;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}
html:not(.isTouch) .c-prBnr {
	transition: opacity .2s;
}
html:not(.isTouch) .c-prBnr:hover {
	opacity: .8;
}
@media screen and (min-width: 1201px) {
	.c-prBnr .bg,
	.c-prBnr .bg::after {
		position: absolute;
	}
	.c-prBnr .bg {
		overflow: hidden;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: center / cover no-repeat;
		opacity: .5;
	}
	.c-prBnr .bg::after {
		top: -10px;
		left: -10px;
		width: calc(100% + 20px);
		height: calc(100% + 20px);
		content: "";
		background: inherit;
		filter: blur(10px);
	}
}





/*! HOME - 近くで開催中のイベント/観光スポット
 -------------------------------------------------- */
.l-eventSpot {
	margin-top: 40px;
}
.l-eventSpot_title {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
}
@media screen and (min-width: 361px) {
	.l-eventSpot_title {
		font-size: 1.6rem;
	}
}

.c-eventSpot {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
}
.c-eventSpot_item {
	position: relative;
	overflow: hidden;
}
.c-eventSpot_item a {
	display: block;
	height: 0;
	padding-bottom: 100%;
}
.c-eventSpot_photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.c-eventSpot_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.no-objectFit .c-eventSpot_photo {
	background: center / cover no-repeat;
}
.no-objectFit .c-eventSpot_photo img {
	opacity: 0;
}
html:not(.isTouch) .c-eventSpot_photo {
	transition: transform .4s cubic-bezier(.2,.6,.4,1);
}
html:not(.isTouch) a:hover .c-eventSpot_photo {
	transform: scale(1.1);
}
html:not(.isTouch) .c-eventSpot_item.-pr .c-eventSpot_photo {
	transition: opacity .2s;
}
html:not(.isTouch) .c-eventSpot_item.-pr a:hover .c-eventSpot_photo {
	opacity: .8;
	transform: none;
}
@media screen and (max-width: 767px) {
	.c-eventSpot {
		margin-right: -20px;
		margin-left: -20px;
	}
}
@media screen and (max-width: 480px) {
	.c-eventSpot_item {
		flex-basis: calc(50% - .5px);
	}
	.c-eventSpot_item:not(:nth-child(2n+1)) {
		margin-left: 1px;
	}
	.c-eventSpot_item:nth-child(n+3) {
		margin-top: 1px;
	}
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
	.c-eventSpot_item {
		flex-basis: calc(33.33333% - 2px / 3);
	}
	.c-eventSpot_item:not(:nth-child(3n+1)) {
		margin-left: 1px;
	}
	.c-eventSpot_item:nth-child(n+4) {
		margin-top: 1px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.c-eventSpot_item {
		flex-basis: calc(33.33333% - 20px / 3);
	}
	.c-eventSpot_item:not(:nth-child(3n+1)) {
		margin-left: 10px;
	}
	.c-eventSpot_item:nth-child(n+4) {
		margin-top: 10px;
	}
}
@media screen and (min-width: 1025px) {
	.c-eventSpot_item {
		flex-basis: calc(25% - 60px / 4);
	}
	.c-eventSpot_item:not(:nth-child(4n+1)) {
		margin-left: 20px;
	}
	.c-eventSpot_item:nth-child(n+5) {
		margin-top: 20px;
	}
}

.c-eventSpot_distance,
.c-eventSpot_info {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 5em;
	padding: 6px;
	border-radius: 4px;
	line-height: 1;
	text-align: center;
	background: white;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,.1);
}
.c-eventSpot_distance {
	font-size: 2rem;
	text-indent: .2em;
}
.c-eventSpot_distance .unit {
	margin-left: .1em;
	font-size: .8em;
}
@media screen and (max-width: 360px) {
	.c-eventSpot_distance,
	.c-eventSpot_info {
		font-size: 1.6rem;
	}
}

.c-eventSpot_title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	box-sizing: content-box;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 20px);
	max-height: calc(1.4em * 2 + .1em);
	padding: 10px;
	color: white;
	font-weight: 400;
}
.c-eventSpot_title::before {
	content: "";
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200%;
	background: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0));
}





/*! HOME - banner list
 -------------------------------------------------- */
.l-bnrList {
	margin-top: 40px;
}
.c-bnrList {
	list-style: none;
}
.c-bnrList img {
	max-width: 100%;
}
.c-bnrList_item {
	position: relative;
}
.c-bnrList_item::after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid gainsboro;
}
html:not(.isTouch) .c-bnrList_item img {
	transition: opacity .2s;
}
html:not(.isTouch) .c-bnrList_item a:hover img {
	opacity: .8;
}
@media screen and (max-width: 480px) {
	.c-bnrList_item:not(:first-child) {
		margin-top: 4px;
	}
}
@media screen and (min-width: 481px) {
	.c-bnrList {
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
	.c-bnrList_item {
		flex-basis: calc(50% - 8px);
	}
	.c-bnrList_item:not(:nth-child(2n+1)) {
		margin-left: 4px;
	}
	.c-bnrList_item:nth-child(n+3) {
		margin-top: 4px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.c-bnrList_item {
		flex-basis: calc(50% - 5px);
	}
	.c-bnrList_item:not(:nth-child(2n+1)) {
		margin-left: 10px;
	}
	.c-bnrList_item:nth-child(n+3) {
		margin-top: 10px;
	}
}
@media screen and (min-width: 1025px) {
	.c-bnrList {
	}
	.c-bnrList_item {
		flex-basis: calc(33.33333% - 40px / 3);
	}
	.c-bnrList_item:not(:nth-child(3n+1)) {
		margin-left: 20px;
	}
	.c-bnrList_item:nth-child(n+4) {
		margin-top: 20px;
	}
}




















/*! Swiper.css
 -------------------------------------------------- */
.swiper-wrapper,
.swiper-container-android .swiper-slide {
	transform: translate3d(0px,0,0);
}
.swiper-container {
	z-index: 1;
	position: relative;
	overflow: hidden;
	list-style: none;
	width: 100%;
	height: 100%;
	padding: 0;
}
.swiper-wrapper {
	list-style: none;
	display: flex;
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	transition-property: transform;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide img {
	width: 100%;
}
.swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border: 1px solid #fafafa;
	border-radius: 10px;
	background: rgba(255,255,255,.5);
}
.swiper-pagination-bullet-active {
	border: 1px solid #c61740;
	background: #c61740;
}