@charset "utf-8";
/*-------------------
main-images
-------------------*/
.main-image {
	position: relative;
	width: 100%;
	height: 49vw;
	margin: 3vw auto 0;
}
.logo {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 41%;
	margin: 62px auto 0;
}
.logo .item {
	position: absolute;
	top: -10%;
	right: 14%;
	width: 22%;
	animation: vertical 1s ease-in-out infinite alternate;
}
@-webkit-keyframes vertical {
	0% {
		transform: translateY(-30px);
	}
	100% {
		transform: translateY(  0px);
	}
}
@keyframes vertical {
	0% {
		transform: translateY(-30px);
	}
	100% {
		transform: translateY(  0px);
	}
}
.logo .item02 {
	position: absolute;
	top: 23%;
	right: 0;
	width: 15%;
}
.logo .item03 {
	position: absolute;
	bottom: 4%;
	left: 22%;
	width: 15%;
	animation: yurayura 1s linear infinite;
}
.chick {
	position: absolute;
	top: 0;
	left: 14%;
	width: 17.5%;
}
.chick img.img-item {
	animation: yurayura 1s linear infinite;
}
@-webkit-keyframes yurayura {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(5deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes yurayura {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(5deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.chick img.img-text {
	position: absolute;
	top: 55%;
	right: -11%;
	width: 15.5%;
}
.witch {
	position: absolute;
	top: 30%;
	left: 8%;
	width: 21.5%;
}
.witch img.img-text {
	position: absolute;
	right: 29%;
	bottom: 16%;
	width: 7.5%;
}
.witch img.img-icon {
	position: absolute;
	top: 0;
	left: 24%;
	width: 7.5%;
}
.ballerina {
	position: absolute;
	bottom: 9%;
	left: 10%;
	width: 15.5%;
}
.ballerina img.img-item {
	animation: yurareve 1s linear infinite;
}
@-webkit-keyframes yurareve {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes yurareve {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.ballerina img.img-text {
	position: absolute;
	top: -11%;
	right: 7%;
	width: 27%;
}
.lion {
	position: absolute;
	bottom: -1%;
	left: 25%;
	width: 19%;
}
.lion img.img-text {
	position: absolute;
	top: 5%;
	left: 13%;
	width: 18.5%;
}
.reindeer {
	position: absolute;
	right: 18%;
	bottom: 3%;
	width: 14.5%;
}
.reindeer img.img-text {
	position: absolute;
	top: 20%;
	left: -11%;
	width: 23%;
}
.pilot {
	position: absolute;
	top: 29%;
	right: 12%;
	width: 18.5%;
}
.pilot img.img-item {
	animation: yurareve 1s linear infinite;
}
.pilot img.img-text {
	position: absolute;
	top: 25%;
	right: -15%;
	width: 25%;
}
.sailor {
	position: absolute;
	top: 0;
	right: 11%;
	width: 18.5%;
}
.sailor img.img-text {
	position: absolute;
	right: 0;
	bottom: 54%;
	width: 16.5%;
}
/*-------------------------
contents
------------------------*/
.contents {
	font-size: 15px;
	line-height: 1.5;
	width: 100%;
	margin-top: 8vw;
}
.info-text {
	width: 35%;
	margin: 0 auto 40px;
	text-align: center;
}
.narikiri_second {
	margin: 0 auto 20px;
	text-align: center;
}
.outer-box {
	margin: 9vw auto;
}
#cinderella.outer-box {
	margin: 9vw auto 0;
}
.main-box {
	width: 57vw;
}
ul.photo-list {
	width: 35vw;
	margin: 2.5vw 0 0 2vw;
	text-align: right;
}
ul.photo-list.list--r {
	width: 35vw;
	margin: 2.5vw 0 0;
	text-align: left;
}
ul.photo-list li {
	position: relative;
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
ul.photo-list li:before {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 22px;
	height: 21px;
	content: "";
	background-image: url(../images/arrow.png);
	background-size: cover;
}
ul.photo-list li img {
	border-radius: 10px;
}
ul.photo-list li a{
	display: block;
}
.sub-box {
	width: 37vw;
	margin: 7vw 0 0 0;
}
.box--l {
	margin: 7vw 0 0 0;
	text-align: right;
}
img.box-logos {
	width: 35%;
	margin-bottom: 3.5vw;
	animation: vertical 1s ease-in-out infinite alternate;
}
.sub-box.right p {
	width: 87%;
	text-align: left;
}
.sub-box.left p {
	width: 87%;
	margin: 0 0 0 13%;
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.reserve-fixed {
	position: fixed;
	z-index: 100;
	right: 1%;
	bottom: 0;
	width: 200px;
	animation: yurayura 1s linear infinite;
}
.reserve-fixed a {
	display: block;
	text-decoration: none;
}
.reserve-fixed a:hover,
.plan a:hover {
	opacity: 0.7;
}
p.shop-info {
	font-size: 13px;
	line-height: 2;
	margin: 15px 0;
}
.sub-box.left p.shop-info {
	font-size: 13px;
	line-height: 2;
	margin: 15px 0 0 13%;
}
p.shop-info span {
	padding: 5px 10px;
	color: #fff;
	background-color: #000;
}
.plan-text {
	width: 35%;
	margin: 7vw auto 0;
}
.plan {
	width: 430px;
	margin: 3vw auto;
}
.recruit {
    width: 100%;
    padding: 30px 0 50px 0;
    margin: 50px auto;
    background-image: linear-gradient(-45deg, #fff 25%, #ffffcc 25%, #ffffcc 50%, #fff 50%, #fff 75%, #ffffcc 75%, #ffffcc);
    background-size: 10px 10px;
    background-attachment: fixed;
    text-align: center;
}
.recruit >div {
    width: 90%;
    margin: 0 auto;
}
.recruit .box {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.recruit .box.box01 {
    width: 43%;
}
.box.box01 p {
    width: 75%;
    margin: 0 auto;
}
.recruit a:hover {
	opacity: 0.7;
}
.recruit p {
	font-size: 11px;
	margin-top: 10px;
}
/*-------------------
vertical
---------------------*/
.sub-box.left p.vertical,
.sub-box.right p.vertical{
	width: 100%;
	height: 6.9vw;
	margin: 0;
	border-radius: 10px;
}
.sheep01.vertical{
	background-image: url(../images/sheep/img-item01.jpg);
	background-size: cover;
	background-position-y: 44%;
}
.sheep02.vertical{
	background-image: url(../images/sheep/img-item02.jpg);
	background-size: cover;
	background-position-y: 57%;
}
.sheep03.vertical{
	background-image: url(../images/sheep/img-item03.jpg);
	background-size: cover;
    background-position-y: 44%;
}
.mouse02.vertical{
	background-image: url(../images/mouse/img-item02.jpg);
	background-size: cover;
	background-position-y: 72%;
}
.bear01.vertical{
	background-image: url(../images/bear/img-item02.jpg);
	background-size: cover;
	background-position-y: 55%;
}
.white_rabbit01.vertical{
	background-image: url(../images/white_rabbit/img-item01.webp);
	background-size: cover;
	background-position-y: 40%;
}
.white_rabbit03.vertical{
	background-image: url(../images/white_rabbit/img-item03.webp);
	background-size: cover;
	background-position-y: 94%;
}
.baker02.vertical{
	background-image: url(../images/baker/img-item02.webp);
	background-size: cover;
	background-position-y: 49%;
}
.baker03.vertical{
	background-image: url(../images/baker/img-item03.webp);
	background-size: cover;
	background-position-y: 52%;
}
.tiger01.vertical{
	background-image: url(../images/tiger/img-item01.webp);
	background-size: cover;
	background-position-y: 60%;
}
.tiger03.vertical{
	background-image: url(../images/tiger/img-item03.webp);
	background-size: cover;
	background-position-y: 78%;
}
.cook02.vertical{
	background-image: url(../images/cook/img-item02.webp);
	background-size: cover;
	background-position-y: 43%;
}
.cook03.vertical{
	background-image: url(../images/cook/img-item03.webp);
	background-size: cover;
	background-position-y: 45%;
}
/*-------------------
howto
---------------------*/
.howto{
	position: relative;
	background-image: url(../images/howto/bg-howto.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 60px auto;
	padding-top: 54%;
}
.howto-box {
	position: absolute;
    width: 50%;
    top: 0;
    right: 10%;
    text-align: center;
}
.howto-box h3 {
	position: relative;
    width: 80%;
    margin: 10% auto 5%;
}
.howto-box .text-box {
    width: 100%;
    margin: 0% auto 0;
}
.howto-box h3:after {
    content: "";
    position: absolute;
    bottom: 10%;
    right: -13%;
    padding: 12%;
    background-image: url(../images/howto/item.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: yurareve 1s linear infinite;
}
/*--------------------
sp
---------------------*/
@media screen and (max-width:640px) {
	div#sb-site {
		padding: 0 0 0;
	}
	/*--------------------
main
---------------------*/
	.main-image {
		height: auto;
		margin: 4vw auto 0;
	}
	.chick,
	.witch,
	.lion,
	.pilot,
	.sailor {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		width: 95%;
		margin: 0 auto;
	}
	.ballerina {
		position: relative;
		top: 0;
		left: 0;
		width: 85%;
		margin: 0 auto;
	}
	.reindeer {
		position: relative;
		top: 0;
		left: 0;
		width: 76%;
		text-align: right;
	}
	.logo {
		position: relative;
		width: 66%;
		margin: 0vw auto 2vw;
	}
	.logo .item {
		top: -16%;
		right: -5%;
		width: 35%;
		animation: spvertical 1s ease-in-out infinite alternate;
	}
	@-webkit-keyframes spvertical {
		0% {
			transform: translateY(-15px);
		}
		100% {
			transform: translateY(  0px);
		}
	}
	@keyframes spvertical {
		0% {
			transform: translateY(-15px);
		}
		100% {
			transform: translateY(  0px);
		}
	}
	.logo .item02 {
		position: absolute;
		top: 17%;
		right: -18%;
		width: 24%;
	}
	.logo .item03 {
		position: absolute;
		bottom: -2%;
		left: -11%;
		width: 24%;
		animation: yurayura 1s linear infinite;
	}
	/*-------------------------
contents
------------------------*/
	.contents {
		margin-top: 10vw;
	}
	.info-text {
		width: 85%;
		margin: 0 auto 5vw;
		text-align: center;
	}
    .narikiri_second {
        width: 90%;
    }
	.left,
	.right {
		float: none;
	}
	.outer-box {
		margin: 15vw auto;
	}
	#pilot.outer-box {
		margin: 0 auto;
	}
	#witch.outer-box {
		margin: 20vw auto 0;
	}
	#cinderella.outer-box {
		margin: 15vw auto 0;
	}
	#alice.outer-box,
	#bee.outer-box {
		margin: 8vw auto 0;
	}
    #prince.outer-box,
	#snowwhite.outer-box {
        margin: 15vw auto 0;
    }

	.main-box {
		position: relative;
		width: 100%;
		margin-bottom: 7vw;
		padding-top: 22vw;
	}
	#pilot .main-box,
	#ballerina .main-box,
	#sailor .main-box {
		padding-top: 14vw;
	}
	#lion .main-box {
		padding-top: 10vw;
	}
	.sub-box {
		width: 95%;
		margin: 0 auto;
	}
	ul.photo-list {
		width: 100%;
		margin: 5% auto;
		text-align: center;
	}
	ul.photo-list li {
		width: 32%;
	}
	ul.photo-list li:before {
		width: 19px;
		height: 18px;
	}
	.sub-box.right p,
	.sub-box.left p {
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	img.box-logos.logo--r {
		position: absolute;
		top: 0;
		right: 5%;
	}
	img.box-logos.logo--l {
		position: absolute;
		top: 0;
		left: 5%;
	}
	#pilot img.box-logos.logo--r {
		top: 11%;
	}
	#witch img.box-logos.logo--l {
		top: -4%;
	}
	#ballerina img.box-logos.logo--r,
	#sailor img.box-logos.logo--r {
		top: 3%;
	}
	#alice img.box-logos.logo--l {
		top: 8%;
	}
	#bee img.box-logos.logo--r {
		top: 4%;
	}
	p.shop-info {
		margin: 7vw 0 !important;
	}
	.plan {
		width: 95%;
		margin: 0 auto 3vw;
	}
	.plan-text {
		width: 85%;
		margin: 12vw auto 7vw;
	}
	.recruit {
    width: 100%;
    margin: 0 auto 20px;
    }
	.recruit .box {
    display: block;
    width: 100%;
    }
	.recruit .box.box01 {
	width: 100%;
    margin-bottom: 10%;
    }
    .box.box01 p {
    width: 100%;
    }
/*-------------------
vertical
---------------------*/
p.vertical {
    height: 21.2vw;
    border-radius: 10px;
}
/*-------------------
howto
---------------------*/
.howto {
    background-image: url(../images/howto/bg-howto_sp.jpg);
    padding: 50% 0 10% 0;
    margin: 10px auto;
}
.howto-box {
    position: relative;
    width: 80%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.howto-box h3:after {
    bottom: 7%;
    right: -24%;
    padding: 18%;
}
/*--------------
reservation
---------------*/
#reservation {
    width: 100%;
    margin: 35px auto;
    text-align: center;
}
#reservation > a {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 11px 10px 10px;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    color: #fff;
    border-radius: 5px;
    background: #d91b40;
    box-shadow: 0 3px 0 #8a1129;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
#reservation > a:hover {
    top: 3px;
    box-shadow: none;
}
#reservation > a:after {
    position: absolute;
    right: 5%;
    bottom: 28%;
    width: 7%;
    height: 7vw;
    content: "";
    background: url(../../plan/images/link_blank.png) no-repeat right bottom;
    background-size: contain;
}
#reservation .clear{
    zoom:1;
}
#reservation .clear:after {
    clear: both;
}
#reservation .clear:before,
#reservation .clear:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
}