@charset "utf-8";


/*
==============================================
floating
==============================================
*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(8%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(8%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

.list {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
}
	/* flip the pane when hovered */
.list.check .turn {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.list, .front, .back {
	width: 100%;
}

/* flip speed goes here */
.turn {
	-webkit-transition: 2s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 2s;
	-moz-transform-style: preserve-3d;

	-o-transition: 2s;
	-o-transform-style: preserve-3d;

	transition: 2s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
}

/* front pane, placed above back */
.front {
	z-index: 1;
	position: inherit;
	display: block;
}

.check .front {
	display: none;
	opacity: 0;
}

/* back, initially hidden pane */
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.back + img {
	display: none;
}

.check .back {
	position: inherit;
}

.check .back::before {
    content: "";
    display: block;
    background: url("../img/i-ura.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25%;
    height: 25%;
    position: absolute;
    z-index: 999;
    top: 5px;
    left: 5px;
}

.uraomote {
	cursor: pointer;
	background: #0f0f0f;
	display: flex;
	align-items: center;
}

.uraomote.check .back::before {
	display: none;
}


body {
	background: url(../img/bg.jpg) repeat-y;
	background-position: top center;
	background-attachment: fixed;
	background-size: 150%;
}

.wrap::before {
	background:url(../img/bg.jpg) no-repeat top center;
	background-size: 150% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.logo {
	max-width: 80px;
	margin: 0 auto;
	padding-top: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.logo {
		height: 100px;
	}

	.uraomote {
		display: block;
	}

	.check .front {
		opacity: 0;
	}

	.check .back {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	.check .back a {
		-webkit-transform: rotateY(-180deg);
		-moz-transform: rotateY(-180deg);
		-o-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
	}

	.check .back::before {
	    content: "";
	    display: block;
	    background: url("../img/i-ura.png");
	    background-repeat: no-repeat;
	    background-size: contain;
	    width: 25%;
	    height: 25%;
	    position: absolute;
	    z-index: 999;
	    top: 5px;
	    right: 5px;
		-webkit-transform: rotateY(-180deg);
		-moz-transform: rotateY(-180deg);
		-o-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
	}

	.check .back::before {
		-webkit-transform: rotateY(-180deg);
		-moz-transform: rotateY(-180deg);
		-o-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
		right: 5px;
		left: inherit;
	}
}

.main-title {
	width: 90%;
	max-width: 920px;
	margin: 0 auto 30px;
}

.intro,.to-coupon {
	width: 65%;
	margin: 0 auto 30px;
}

.list-all {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto 60px;
}

.list {
	flex-basis: 50%;
	position: relative;
	margin-bottom: 15px;
}

.fair-menu {
	box-shadow: -5px 5px 5px rgba(0,0,0,0.2);
}

.list:nth-child(even) .fair-menu {
	box-shadow: -0 5px 5px rgba(0,0,0,0.2);
}

.hoveropen {
	background: url(../img/bg-front.png),#fff;
	width: 100%;
	padding: 5px 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	background-position: center;
	height: 130px;
}

.list:nth-child(even) .hoveropen {
	background: url(../img/bg-front.png),#000;
}

.sfont {
	font-size: 0.75em;
}

.shop {
	color: #e4c464;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 12px;
	padding: 7px 0 6px;
}

.menu, .price {
	font-size: 10px;
}

.ura .shop {
	color: #fff;
	margin-bottom: 0;
}

.tawan .shop {
	letter-spacing: 0;
	font-size: 1em;
	line-height: 1.2;
}

.tawan .floor {
	display: block;
	float: left;
	padding-top: 5px;
}

.tawan .menu {
	margin-bottom: 5px;
}

.floor {
	display: inline-block;
	padding-right: 1em;
}

.detail,.link {
	display: none;
}

.back .hoveropen {
	background: url(../img/bg-back.png),#1e1c1d;
	height: inherit;
}

.sub-title {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 30px;
}

.sub-lead {
	text-align: center;
	width: 90%;
	margin: 0 auto 30px;
	font-size: 11px;
}

.howto {
	width: 90%;
	margin: 0 auto 60px;
	text-align: center;
	max-width: 768px;
}

.howto01 {
	margin-bottom: 30px;
}

.font-b {
	color: #000;
}

.howto-title {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 5px;
	color: #fff;
	border-radius: 5px;
	font-size: 1.2em;
}

.available {
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	padding: 15px 0;
	text-align: center;
	width: 90%;
	margin: 0 auto 30px;
	font-size: 0.8em;
}

.abailable-title {
	font-size: 1rem;
	font-weight: bold;
}

.tab {
	display: none;
}

.step {
	margin-bottom: 20px;
	line-height: 1.3;
	padding-top: 5px;
}

.step li {
	padding-bottom: 10px;
}

.step a {
	color: #c23c1f;
	border-bottom: 1px solid #c23c1f;
	display: inline-block;
}

.coupon-img {
	width: 80%;
	margin: 0 auto 30px;
}

.note {
	width: 90%;
	margin: 0 auto 60px;
	font-size: 0.8em;
	padding-left: 1.4em;
}

.kome li {
	text-indent: -0.7em;
}

.kome li::before {
	content: "※";
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
}

.footer {
	text-align: center;
}

.ft-link {
	margin-bottom: 20px;
	display: inline-block;
}

.sns-list {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.sns {
	flex-basis: 30%;
	max-width: 140px;
	padding: 0 20px;
}

.copyright {
	padding-bottom: 5px;
	font-size: 0.8em;
}


@media all and (min-width: 768px) {
	body {
		font-size: 14px;
	}

	.logo {
		max-width: 150px;
		padding-top: 40px;
	}

	.intro {
		max-width: 350px;
	}

	.to-coupon  {
		max-width: 350px;
	}

	.list {
		flex-basis: 50%;
	}

	.list-all {
		margin-bottom: 100px;
	}

	.hoveropen {
		height: 110px;
	}

	.tab {
		display: inline-block;
	}

	.sp {
		display: none;
	}

	.sub-title,
	.howto,
	.available,
	.note {
		width: 61%;
		max-width: 768px;
	}

	.sub-lead {
		font-size: 14px;
	}

	.coupon-img {
		width: 90%;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
	}

	.coupon-img li {
		flex-basis: 48%;
	}

	.available {
		margin-bottom: 60px;
		padding: 15px 0 20px;
	}

	.shop {
		font-size: 1.1em;
	}

	.menu {
		font-size: 0.8em;
	}

	.tawan .floor {
		font-size: 1.5em;
	}

	.floor {
		font-size: 1.35em;
	}

	.note {
		font-size: 12px;
	}

/*後で消す*/

	.ura-title {
		padding: 30px;
	}

	.ura-title img {
		max-width: 378px;
	}
}

@media all and (min-width: 1024px) {
	body {
		font-size: 16px;
	}

	.main-title {
		margin-bottom: 60px;
	}

	.intro,.to-coupon  {
		margin-bottom: 60px;
	}

		/* flip speed goes here */
	.turn {
		-webkit-transition: 1s;
		-webkit-transform-style: preserve-3d;

		-moz-transition: 1s;
		-moz-transform-style: preserve-3d;

		-o-transition: 1s;
		-o-transform-style: preserve-3d;

		transition: 1s;
		transform-style: preserve-3d;

	}

	.list-all {
		max-width: 1200px;
		margin-bottom: 120px;
	}

	.list {
		flex-basis: 33.33333333333%;
		margin-bottom: 0;
	}

	.list:nth-child(even) .fair-menu,
	.fair-menu {
		box-shadow: none;
	}

	.list:nth-child(3n+1) .fair-menu  {
		box-shadow: -5px 5px 5px rgba(0,0,0,0.2) !important;
	}

	.ura .list:nth-child(3n+1) .fair-menu  {
		box-shadow: none !important;
	}

	.hoveropen {
		position: absolute;
		opacity: 0;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		padding: 10px 15px 15px;
		overflow: hidden;
		line-height: 1.7;
		height: 100%;
		background: url(../img/bg-front.png);
	}

	.list:nth-child(even) .hoveropen {
		background: url(../img/bg-front.png);
	}

	.back .hoveropen {
		background: url(../img/bg-back.png);
		height: inherit;
		padding: 3px 10px;
	}

	.list:hover .hoveropen {
		opacity: 1;
	}

	.menu,.price {
		display: block;
		font-weight: normal;
	}

	.shop {
		font-size: 1em;
		margin-bottom: 5px;
	}

	.price {
		font-size: 0.8em;
		margin-bottom: 10px;
	}

	.tawan .price {
		display: inline;
	}

	.link {
		display: inline-block;
		/* display: none; */
		position: absolute;
		bottom: 15px;
		right: 15px;
		background: #e4c464;
		color: #b51f21;
		font-weight: bold;
		padding: 2px 15px;
		float: right;
		clear: both;
		margin-right: -15px;
		letter-spacing: 1px;
		font-size: 0.8em;
	}

	.howto {
		margin-bottom: 120px;
	}

	.sub-lead,.sub-title {
		margin-bottom: 60px;
		font-size: 16px;
	}

	.ft-link,.sns-list {
		margin-bottom: 30px;
	}

	.copyright {
		padding-bottom: 10px;
	}
}

@media all and (min-width: 1100px) {
	.detail {
		display: block;
		font-size: 10px;
		margin-bottom: 10px;
	}

	.ura .list {
		flex-basis: 25%;
	}

	.sub-lead {
		font-size: 18px;
	}
}

@media all and (min-width: 1200px) {
	.detail {
		font-size: 12px;
	}

	.shop {
		font-size: 1.1em;
	}
}