﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

audio, canvas, video {
	display: inline-block;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


ol, ul {
	list-style: none;
}
input, textarea, keygen, select, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}

html{
    height: 100%;
}
body {
	position:relative;
	background: #fff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-size: 14px;
	color: #444;
	letter-spacing: 0;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	height: 100%;
	width: 100%;
	z-index: 0;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0;
}
h1 {
}

h1 {
	padding: 0;
	text-align: center;
}
h1 span {
	display: none;
}
h2.longh2 {
	position: relative;
	color: #fff;
	font-size: 120%;
	width: 290px;
	padding: 10px 15px;
	margin: 20px 0 20px 10px;
	background: #efbc56;
	background: #bc56ef;
}
h2.longh2.pink {
	background: #bc56ef;
}
h2.longh2.beige {
	background: #efbc56;
}
h2.longh2::before {
	position: absolute;
	content: '';
	height: 110%;
	width: 101%;
	top: 3px;
	left: 6px;
	background-image: url(../images/bg011.png); /* 50 50 */
	background-size: 6px 6px;
	background-position: 0px 0px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	z-index: -1;
}
#main #twitter_block h2.longh2 {
	background: #65cbff;
}
h2.shorth2 {
	position: relative;
	color: #fff;
	font-size: 95%;
	width: 140px;
	padding: 5px;
	margin: 5px auto;
	background: #efbc56;
	border-radius: 9em;
	text-align: center;
}
#facebook_block h2.shorth2 {
	background: #4662b1;

}
#line_block h2.shorth2 {
	background: #02c844;

}
@media screen and (min-width : 767px) {

h2.longh2 {
	width: 490px;
}
h2.longh2::before {
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
}

}

h1.imgh1 {
	width: 60%;
	margin: 0 auto;
}
h2.imgh2 {
	position: relative;
	width: 90%;
	padding: 0 0 15px 15px;
	margin: 0 auto 60px auto;
}
h2.imgh2::before {
	position: absolute;
	content: '';
	height: 60%;
	width: 100%;
	top: 50px;
	left: 16px;
	background-image: url(../images/bg016.png); /* 50 50 */
	background-size: 10px 10px;
	background-size: 8px 8px;
	background-position: 0px 0px;
	z-index: -1;
}
h2.imgh2::after {
	position: absolute;
	content: '';
	height: 60%;
	width: 100%;
	top: 40px;
	left: 6px;
	background-image: url(../images/bg02.jpg); /* 1020 384 */
	background-size: 510px 192px;
	background-position: 0px 0px;
	z-index: -1;
}
@media screen and (min-width : 767px) {

h1.imgh1 {
	width: 40%;
	margin-top: 20px;
}
h2.imgh2 {
	width: 50%;
}

}
.h2heart.active {
	position: absolute;
	height: 30px;
	width: 30px;
	top: -10px;
	left: -10px;
	background-image: url(../images/imgheart04beige.png); /* 90 90 */
	background-size: 30px 30px;
	background-position: 0px 0px;

    -webkit-animation-name: h2heart;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay:0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction:normal;
    animation-name: h2heart;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay:0s;
    animation-iteration-count: infinite;
    animation-direction:normal;
}
@-webkit-keyframes h2heart {
    from,0% { -webkit-transform: translate(-5px,5px) rotate(0deg);  }
    25% { -webkit-transform: translate(-5px,5px) rotate(0deg);  }
    25.01% { -webkit-transform: translate(10px,-5px) rotate(10deg);  }
    50% { -webkit-transform: translate(10px,-5px) rotate(10deg);  }
    50.01% { -webkit-transform: translate(-5px,-5px) rotate(5deg);  }
    75% { -webkit-transform: translate(-5px,-5px) rotate(5deg);  }
    75.01% { -webkit-transform: translate(0px,15px) rotate(-20deg);  }
    99.98% { -webkit-transform: translate(0px,15px) rotate(-20deg);  }
    99.99%,to{ -webkit-transform: translate(-5px,5px) rotate(0deg);  }
}
@keyframes h2heart {
    from,0% { transform: translate(-5px,5px) rotate(0deg);  }
    25% { transform: translate(-5px,5px) rotate(0deg);  }
    25.01% { transform: translate(10px,-5px) rotate(10deg);  }
    50% { transform: translate(10px,-5px) rotate(10deg);  }
    50.01% { transform: translate(-5px,-5px) rotate(5deg);  }
    75% { transform: translate(-5px,-5px) rotate(5deg);  }
    75.01% { transform: translate(0px,15px) rotate(-20deg);  }
    99.98% { transform: translate(0px,15px) rotate(-20deg);  }
    99.99%,to{ transform: translate(-5px,5px) rotate(0deg);  }
}
.h2star.active {
	position: absolute;
	height: 30px;
	width: 30px;
	top: -10px;
	left: -10px;
	background-image: url(../images/imgstar02gray.png); /* 100 100 */
	background-size: 30px 30px;
	background-position: 0px 0px;

    -webkit-animation-name: h2star;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay:0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction:normal;
    animation-name: h2star;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay:0s;
    animation-iteration-count: infinite;
    animation-direction:normal;
}
@-webkit-keyframes h2star {
    from,0% { -webkit-transform: translate(-5px,5px) rotate(0deg);  }
    25% { -webkit-transform: translate(-5px,5px) rotate(0deg);  }
    25.01% { -webkit-transform: translate(10px,-5px) rotate(-20deg);  }
    50% { -webkit-transform: translate(10px,-5px) rotate(-20deg);  }
    50.01% { -webkit-transform: translate(-5px,-5px) rotate(5deg);  }
    75% { -webkit-transform: translate(-5px,-5px) rotate(5deg);  }
    75.01% { -webkit-transform: translate(-5px,15px) rotate(-10deg);  }
    99.89% { -webkit-transform: translate(-5px,15px) rotate(-10deg);  }
    99.9%,to{ -webkit-transform: translate(-5px,5px) rotate(0deg);  }
}
@keyframes h2star {
    from,0% { transform: translate(-5px,5px) rotate(0deg);  }
    25% { transform: translate(-5px,5px) rotate(0deg);  }
    25.01% { transform: translate(10px,-5px) rotate(-20deg);  }
    50% { transform: translate(10px,-5px) rotate(-20deg);  }
    50.01% { transform: translate(-5px,-5px) rotate(5deg);  }
    75% { transform: translate(-5px,-5px) rotate(5deg);  }
    75.01% { transform: translate(-5px,15px) rotate(-10deg);  }
    99.89% { transform: translate(-5px,15px) rotate(-10deg);  }
    99.9%,to{ transform: translate(-5px,5px) rotate(0deg);  }
}

h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0 1em 0;
	padding: 5px;
	font-weight: normal;
	border-bottom: 1px solid #c9f;
}
h4 {
	font-size: 14px;
	letter-spacing: 0.15em;
	margin: 0 0 1em 0;
	font-weight: normal;
	line-height: 20px;
}
h5,h6 {
	font-size: 10.5px;
	line-height: 12px;
	letter-spacing: 0.15em;
	font-weight: normal;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #555;
	text-decoration: none;
	opacity: 1;
	outline: none;
}
a:focus {outline:none;}
a:hover,a:active {
	outline:0;
}

ul,ol { padding:0; }

ul ul,ul ol,ol ol,ol ul { margin:0; }

li {
	list-style-position:outside;
	margin:0;
	padding:0;
}

em { font-style:italic; }

img { border: none; display: block; }
img{
	width: 100%;
}

.clearfix:after {
	content: "."; 
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix { height: 1%; }
.clearfix{ display:block; }




/* =Layout
-----------------------------------------------------------------------------*/
#wrapper {
	position: relative;
	height: 360px;
	width: 640px;
	height: auto;
	width: 100%;
}


@media screen and (min-width : 767px) {

#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#header {
	width: 200px;
	float: left;
}
#main {
	width: 790px;
	float: right;
}
#sidebar {
	width: 200px;
	float: left;
}

}

.hrcircle {
	width: 100%;
	height: 41px;
	margin: 20px 0;
	background-image: url(../images/bg_hr01.png);

}





/* header
----------------------------------------------------------------------------------------------*/
header {
	position: relative;
}

#logo {
	width: 30%;
	height: auto;
}
#logo img {
	width: 100%;
}

@media screen and (min-width : 767px) {

#logo {
	width: 100%;
}
}

/* header_menu
----------------------------------------------------------------------------------------------*/

#header_menu {
	position: relative;
}

#header_menu  {
	right: 0;
	bottom: 0;

}
#header_menu ul {
	margin-right: 6px;
}
#header_menu li {
	width: 85px;
	float: left;
	margin: 0 3px 0 0;
}
#header_menu li span {
	display: none;
}
#header_menu li:hover {
	opacity: 0.6;
}



/* #gnavi
----------------------------------------------------------------------------------------------*/

#gnavi,
#gnavi .wrap {
}

#gnavi {
    height: 0px;
    overflow: hidden;
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
}
#menu_btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    height: 60px;
    width: 60px;
	border-radius: 5px;
    background: #efccef;
    z-index: 100;
}
@media screen and (min-width : 767px) {
#menu_btn {
	display: none;
}
}
#menu_btn a {
	display: block;
    height: 100%;
    width: 100%;
}
#menu_btn span {
    position: absolute;
    top: 25px;
    left: 5px;
    height: 11px;
    width: 50px;
	border-radius: 3px;
    background: #fff;
}
#menu_btn span::before,
#menu_btn span::after {
    position: absolute;
	content: "";
    top: -17px;
    height: 11px;
    width: 50px;
	border-radius: 3px;
    background: #fff;
}
#menu_btn span::after {
    top: 17px;
}

#sub_menu {
}
#gnavi ul {
	position: relative;
    width: 320px;
    padding: 10px;
    margin: 0 auto 20px auto;
}

@media screen and (max-width : 767px) {

#gnavi ul {
	background-image: url(../images/bg03.jpg); /* 1020 384 */
	background-size: cover;

}
#gnavi ul::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	top: 10px;
	left: 10px;
	background-image: url(../images/bg016.png); /* 50 50 */
	background-size: 10px 10px;
	background-size: 8px 8px;
	background-position: 0px 0px;
	z-index: -1;
}
}
@media screen and (min-width : 470px) {

#gnavi ul {
    width: 470px;

}
}

@media screen and (min-width : 767px) {

#gnavi ul {
    width: 150px;

}
}
#gnavi li {
	float: left;
    height: 70px;
    width: 150px;
}
#gnavi li a {
    display: block;
    height: 100%;
    width: 100%;
	text-decoration: none;
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
}
#gnavi li a img {
	width: 100%;
}
#gnavi li a:hover { background: rgba(255,255,255,0.2) }

#wrapper,
#header {
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
}
.sub_menu_on #gnavi {
    height: auto;
    height: 250px;
}
@media screen and (min-width : 470px) {

.sub_menu_on #gnavi {
    height: 180px;

}
}
@media screen and (min-width : 767px) {

.sub_menu_on #gnavi {
    height: auto;
}
#gnavi ul {
    padding: 0;
    margin: 0 0 30px 0;
}
#gnavi li {
    height: 90px;
    width: 170px;
}
#gnavi li a {
	position: relative;
	padding: 10px;
}
#gnavi li a::before {
	position: absolute;
	content: '';
	height: 65%;
	width: 100%;
	top: 40px;
	left: 16px;
	background-image: url(../images/bg016.png); /* 50 50 */
	background-size: 10px 10px;
	background-size: 8px 8px;
	background-position: 0px 0px;
	z-index: -1;
}
#gnavi li a::after {
	position: absolute;
	content: '';
	height: 65%;
	width: 100%;
	top: 30px;
	left: 6px;
	background-image: url(../images/bg03.jpg); /* 1020 384 */
	background-size: 510px 192px;
	background-position: 0px 0px;
	z-index: -1;
}
#gnavi li:hover {
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);

}

}










/* sidebar
----------------------------------------------------------------------------------------------*/
#sidebar {
	margin-top: 40px;
}

#facebook_block,
#line_block {
	float: left;
	width: 150px;
	height: 150px;
	margin-left: 7px;
	text-align: center;
}
#line_block {
	height: 190px;
}

@media screen and (max-width : 767px) {

#sidebar > .wrap {
	width: 320px;
	margin: 0 auto;
}

}

@media screen and (min-width : 767px) {

#facebook_block,
#line_block {
	margin-left: 25px;
}
#twitter_box a {
height: 700px;
}
}








/* footer
----------------------------------------------------------------------------------------------*/
#footer {
	position: relative;
	background: #fff4d8;
	text-align: center;
	font-size: 80%;
	line-height: 1.6;
	margin-top: 100px;
	z-index: 10;
}
#footer::before {
	position: absolute;
	content: "";
	top: -70px; left: 0;
	height: 70px; width: 100%;
	background-image: url(../images/lace01.png);
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}
#footer .wrap::after {
	position: fixed;
	content: "";
	bottom: 0; left: 0;
	height: 45px; width: 100%;
	background-image: url(../images/lace03.png);
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.999;
	z-index: 10;
}




#footer-charimg {/* 133 228 */
	position: fixed;
	bottom: 0;
	right: 40%;
	width: 66px;
	height: 114px;
}
#footer-charimg img {
	height: 100%;
}
@media screen and (min-width : 767px) {
#footer-charimg {/* 133 228 */
	right: 49%;
}
}

#footer-lace {/* 702 156 */
	position: fixed;
	bottom: 0;
	right: 10px;
	width: 300px;
	height: 50px;
}
#footer-lace img {
	height: 100%;
}

#footer .shopname {
	font-size: 180%;
	padding: 15px 0 10px 0;
}
#footer-businesshours {
	background: #f6cea2;
	width: 280px;
	margin: 5px auto;
	padding: 5px 0;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);

}
.businesshourstitle {
	margin-bottom: 5px;
}
.businesshourstitle span {
	background: #fff;
	padding: 0px 20px;
	border-radius: 9em;
}



#footerCopyright {
	padding-bottom: 140px;
	font-size: 80%;
	z-index: 100;

}
#footerCopyright span {
	display: block;
	
	z-index: 100;
}

#footer-charimg {
    -webkit-animation-name: footer-char;
    -webkit-animation-duration: 30s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay:0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction:normal;
    animation-name: footer-char;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-delay:0s;
    animation-iteration-count: infinite;
    animation-direction:normal;
}
@-webkit-keyframes footer-char {
    from,0% { -webkit-transform: translate(0px,5px) rotate(0deg);  }
    2% { -webkit-transform: translate(10px,5px) rotate(0deg);  }
    4% { -webkit-transform: translate(0px,5px) rotate(0deg);  }
    5% { -webkit-transform: translate(-10px,5px) rotate(0deg);  }
    6% { -webkit-transform: translate(-10px,5px) rotate(0deg);  }
    8% { -webkit-transform: translate(0px,5px) rotate(0deg);  }
    10% { -webkit-transform: translate(10px,5px) rotate(0deg);  }
    20% { -webkit-transform: translate(100px,5px) rotate(0deg);  }
    22% { -webkit-transform: translate(80px,5px) rotate(9deg);  }
    24% { -webkit-transform: translate(60px,5px) rotate(-9deg);  }
    26% { -webkit-transform: translate(40px,5px) rotate(9deg);  }
    28% { -webkit-transform: translate(20px,5px) rotate(-9deg);  }
    30% { -webkit-transform: translate(10px,5px) rotate(0deg);  }
    40% { -webkit-transform: translate(0px,5px) rotate(0deg);  }
    50% { -webkit-transform: translate(-20px,5px) rotate(0deg);  }
    52% { -webkit-transform: translate(-20px,-15px) rotate(0deg);  }
    54% { -webkit-transform: translate(-20px,5px) rotate(0deg);  }
    56% { -webkit-transform: translate(-20px,-15px) rotate(0deg);  }
    58% { -webkit-transform: translate(-20px,5px) rotate(0deg);  }
    60% { -webkit-transform: translate(-20px,5px) rotate(0deg);  }
    65% { -webkit-transform: translate(-10px,5px) rotate(0deg);  }
    67% { -webkit-transform: translate(0px,5px) rotate(9deg);  }
    69% { -webkit-transform: translate(0px,5px) rotate(-9deg);  }
    71% { -webkit-transform: translate(0px,5px) rotate(9deg);  }
    73% { -webkit-transform: translate(-20px,5px) rotate(-9deg);  }
    90% { -webkit-transform: translate(-120px,5px) rotate(0deg);  }
    93% { -webkit-transform: translate(-120px,5px) rotate(0deg);  }
    99.9%,to{ -webkit-transform: translate(0px,5px) rotate(0deg);  }
}
@keyframes footer-char {
    from,0% { transform: translate(0px,5px) rotate(0deg);  }
    2% { transform: translate(10px,5px) rotate(0deg);  }
    4% { transform: translate(0px,5px) rotate(0deg);  }
    5% { transform: translate(-10px,5px) rotate(0deg);  }
    6% { transform: translate(-10px,5px) rotate(0deg);  }
    8% { transform: translate(0px,5px) rotate(0deg);  }
    10% { transform: translate(10px,5px) rotate(0deg);  }
    20% { transform: translate(100px,5px) rotate(0deg);  }
    22% { transform: translate(80px,5px) rotate(9deg);  }
    24% { transform: translate(60px,5px) rotate(-9deg);  }
    26% { transform: translate(40px,5px) rotate(9deg);  }
    28% { transform: translate(20px,5px) rotate(-9deg);  }
    30% { transform: translate(10px,5px) rotate(0deg);  }
    40% { transform: translate(0px,5px) rotate(0deg);  }
    50% { transform: translate(-20px,5px) rotate(0deg);  }
    52% { transform: translate(-20px,-15px) rotate(0deg);  }
    54% { transform: translate(-20px,5px) rotate(0deg);  }
    56% { transform: translate(-20px,-15px) rotate(0deg);  }
    58% { transform: translate(-20px,5px) rotate(0deg);  }
    60% { transform: translate(-20px,5px) rotate(0deg);  }
    65% { transform: translate(-10px,5px) rotate(0deg);  }
    67% { transform: translate(0px,5px) rotate(9deg);  }
    69% { transform: translate(0px,5px) rotate(-9deg);  }
    71% { transform: translate(0px,5px) rotate(9deg);  }
    73% { transform: translate(-20px,5px) rotate(-9deg);  }
    90% { transform: translate(-120px,5px) rotate(0deg);  }
    93% { transform: translate(-120px,5px) rotate(0deg);  }
    99.9%,to{ transform: translate(0px,5px) rotate(0deg);  }
}











/* indexページ
----------------------------------------------------------------------------------------------*/

h1#toph1 {

	line-height: 1.7;
	height: 1px;
	overflow: hidden;
}
#intro dl {
	position: relative;
}
#intro .introtext {
	line-height: 1.7;
	padding: 1em;
	width: 200px;
	font-size: 85%;
	margin: 0 40% 0 auto;
}
#intro .introimg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55%;
	height: auto;

}
#intro .introimg img {
	width: 100%;
	max-width: 250px;
}

#whatsnew_box iframe,
#blognew_box iframe {
	width: 100%;
}
@media screen and (min-width : 767px) {

#intro .introtext {
	margin: 160px 65% 20px auto;
}
#intro .introimg img {
	max-width: 400px;
}

#whatsnew_box iframe,
#blognew_box iframe {
	width: 600px;
}
}


#introheaert01 {
	position: absolute;
	height: 60px;
	width: 60px;
	top: 7%;
	left: 0%;
	background-image: url(../images/imgheart01beige.png); /* 90 90 */
	background-size: 60px 60px;
	background-position: 0px 0px;
	z-in9dex: -1;

    -webkit-animation-name: introheaert01;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay:0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction:normal;
    animation-name: introheaert01;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay:0s;
    animation-iteration-count: infinite;
    animation-direction:normal;
}
@-webkit-keyframes introheaert01 {
    from,0% { -webkit-transform: translate(0px,0px) rotate(10deg);  }
    50% { -webkit-transform: translate(0px,0px) rotate(10deg);  }
    50.01% { -webkit-transform: translate(10px,-15px) rotate(-10deg);  }
    99.98% { -webkit-transform: translate(10px,-15px) rotate(-10deg);  }
    99.99%,to{ -webkit-transform: translate(0px,0px) rotate(10deg);  }
}

@keyframes introheaert01 {
    from,0% { transform: translate(0px,0px) rotate(10deg);  }
    50% { transform: translate(0px,0px) rotate(10deg);  }
    50.01% { transform: translate(10px,-15px) rotate(-10deg);  }
    99.98% { transform: translate(10px,-15px) rotate(-10deg);  }
    99.99%,to{ transform: translate(0px,0px) rotate(10deg);  }
}
#introheaert02 {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 35%;
	left: 5%;
	background-image: url(../images/imgheart02beige.png); /* 90 90 */
	background-size: 40px 40px;
	background-position: 0px 0px;

    -webkit-animation-name: introheaert02;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay:0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction:normal;
    animation-name: introheaert02;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay:0s;
    animation-iteration-count: infinite;
    animation-direction:normal;
}
@-webkit-keyframes introheaert02 {
    from,0% { -webkit-transform: translate(0px,0px) rotate(0deg);  }
    50% { -webkit-transform: translate(0px,0px) rotate(0deg);  }
    50.01% { -webkit-transform: translate(20px,5px) rotate(-30deg);  }
    99.98% { -webkit-transform: translate(20px,5px) rotate(-30deg);  }
    99.99%,to{ -webkit-transform: translate(0px,0px) rotate(0deg);  }
}
@keyframes introheaert02 {
    from,0% { transform: translate(0px,0px) rotate(0deg);  }
    50% { transform: translate(0px,0px) rotate(0deg);  }
    50.01% { transform: translate(20px,5px) rotate(-30deg);  }
    99.98% { transform: translate(20px,5px) rotate(-30deg);  }
    99.99%,to{ transform: translate(0px,0px) rotate(0deg);  }
}
#introheaert03 {
	position: absolute;
	height: 70px;
	width: 70px;
	top: 15%;
	right: 5%;
	background-image: url(../images/imgheart07beige.png); /* 90 90 */
	background-size: 70px 70px;
	background-position: 0px 0px;

    -webkit-animation-name: introheaert03;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay:0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction:normal;
    animation-name: introheaert03;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay:0s;
    animation-iteration-count: infinite;
    animation-direction:normal;
}
@-webkit-keyframes introheaert03 {
    from,0% { -webkit-transform: translate(0px,0px) rotate(0deg);  }
    50% { -webkit-transform: translate(0px,0px) rotate(0deg);  }
    50.01% { -webkit-transform: translate(20px,-25px) rotate(-15deg);  }
    99.98% { -webkit-transform: translate(20px,-25px) rotate(-15deg);  }
    99.99%,to{ -webkit-transform: translate(0px,0px) rotate(0deg);  }
}
@keyframes introheaert03 {
    from,0% { transform: translate(0px,0px) rotate(-20deg);  }
    50% { transform: translate(0px,0px) rotate(-20deg);  }
    50.01% { transform: translate(20px,-25px) rotate(-5deg);  }
    99.98% { transform: translate(20px,-25px) rotate(-5deg);  }
    99.99%,to{ transform: translate(0px,0px) rotate(0deg);  }
}
@media screen and (max-width : 767px) {

#introheaert01 {
	height: 40px;
	width: 40px;
	background-size: 40px 40px;
}
#introheaert02 {
	height: 20px;
	width: 20px;
	background-size: 20px 20px;
}
#introheaert03 {
	height: 40px;
	width: 40px;
	background-size: 40px 40px;
}
}






/* systemページ
----------------------------------------------------------------------------------------------*/
.system #main {

}

.system .cautiontext {
	padding: 15px 0 30px 0;
	line-height: 1.7;
}
.system .syohizei table {
	border: thin black solid;
	border-collapse: collapse;
}
.system .syohizei th {
	border: thin black solid;
	border-collapse: collapse;
	text-align: center;
}
.system .syohizei td {
	border: thin black solid;
	border-collapse: collapse;
	text-align: right;
}
.system dt {
	margin-top: 0.5em;
}
.system .price {
	margin-left: 12em;
}
.system .itemmenu {
	margin-left: 7em;
}
#cafetime_menu_box {
	position: relative;

}
dl.menu {
	position: relative;
}
#menuimg001 {
	width: 300px;
	margin: 0 auto;
}
@media screen and (min-width : 767px) {

#menuimg001 {
	position: absolute;
	bottom: -32px;
	right: 0;
}
}

.h2cafe,
.h2bar {
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	top: 0%;
	left: 0%;
	background-image: url(../images/h2cafe.png); /* 100 100 */
	background-size: 50px 50px;
	background-position: 0px 0px;

    -webkit-animation-name: h2bar;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay:0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction:normal;
    animation-name: h2bar;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay:0s;
    animation-iteration-count: infinite;
    animation-direction:normal;
}
.h2bar {
	background-image: url(../images/h2bar.png); /* 100 100 */
}
@-webkit-keyframes h2bar {
    from,0% { -webkit-transform: translate(120px,80px) rotate(-20deg);  }
    30% { -webkit-transform: translate(120px,80px) rotate(-20deg);  }
    30.01% { -webkit-transform: translate(-30px,40px) rotate(15deg);  }
    60% { -webkit-transform: translate(-30px,40px) rotate(15deg);  }
    60.01% { -webkit-transform: translate(10px,-30px) rotate(0deg);  }
    99.98% { -webkit-transform: translate(10px,-30px) rotate(0deg);  }
    99.99%,to{ -webkit-transform: translate(120px,80px) rotate(-20deg);  }
}
@keyframes h2bar {
    from,0% { transform: translate(120px,80px) rotate(-20deg);  }
    30% { transform: translate(120px,80px) rotate(-20deg);  }
    30.01% { transform: translate(-30px,40px) rotate(15deg);  }
    60% { transform: translate(-30px,40px) rotate(15deg);  }
    60.01% { transform: translate(10px,-30px) rotate(0deg);  }
    99.98% { transform: translate(10px,-30px) rotate(0deg);  }
    99.99%,to{ transform: translate(120px,80px) rotate(-20deg);  }
}




/* maidページ
----------------------------------------------------------------------------------------------*/
.maid #main {

}

#maidlist {
}
#maidlist li {
	float: left;
	position: relative;
	width: 160px;
	height: 90px;
	background-image: url(../images/maidframe01.png);
	background-size: cover;
}
#maidlist li:nth-child(2n) {
	background-image: url(../images/maidframe02.png);
}
#maidlist li a {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
/*	line-height: 75px; */
	line-height: 25px;
	font-size: 105%;
	color: #959;
	text-decoration: none;
}

@media screen and (max-width : 480px) {
#maidlist li:nth-child(4n+0),
#maidlist li:nth-child(4n+1) {
	background-image: url(../images/maidframe01.png);
}
#maidlist li:nth-child(4n+2),
#maidlist li:nth-child(4n+3) {
	background-image: url(../images/maidframe02.png);
}

}
@media screen and (min-width : 640px) {
#maidlist li:nth-child(8n+1),
#maidlist li:nth-child(8n+3),
#maidlist li:nth-child(8n+6),
#maidlist li:nth-child(8n+8) {
	background-image: url(../images/maidframe01.png);
}
#maidlist li:nth-child(8n+2),
#maidlist li:nth-child(8n+4),
#maidlist li:nth-child(8n+5),
#maidlist li:nth-child(8n+7) {
	background-image: url(../images/maidframe02.png);
}

}

#maidlist li:hover {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}
#maidlist li:hover:before {
	position: absolute;
	content: '';
	height: 50px;
	width: 36px;
	top: 5%;
	left: 5%;
	background-image: url(../images/imgkira02beige.png); /* 360 500 */
	background-size: 36px 50px;
	background-position: 0px 0px;

    -webkit-animation-name: maidlisthover;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay:0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction:normal;
    animation-name: maidlisthover;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay:0s;
    animation-iteration-count: infinite;
    animation-direction:normal;
}
@-webkit-keyframes maidlisthover {
    from,0% { -webkit-transform: translate(0px,10px) rotate(-20deg);  }
    50% { -webkit-transform: translate(0px,10px) rotate(-20deg);  }
    50.01% { -webkit-transform: translate(90px,-25px) rotate(15deg);  }
    99.98% { -webkit-transform: translate(90px,-25px) rotate(15deg);  }
    99.99%,to{ -webkit-transform: translate(0px,10px) rotate(-20deg);  }
}
@keyframes maidlisthover {
    from,0% { transform: translate(0px,10px) rotate(-20deg);  }
    50% { transform: translate(0px,10px) rotate(-20deg);  }
    50.01% { transform: translate(90px,-25px) rotate(15deg);  }
    99.98% { transform: translate(90px,-25px) rotate(15deg);  }
    99.99%,to{ transform: translate(0px,10px) rotate(-20deg);  }
}







/* recruitページ
----------------------------------------------------------------------------------------------*/
.recruit #main {

}
#recruitpoint {
	background-image: url(../images/recruitimg001.jpg); /* 592 900 */
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

#recruitinfo_box dl.recruitinfo {
	width: 300px;
	float: left;
	background-color: #fdf;
	margin: 0 15px 15px 5px;
	padding: 10px;
	line-height: 1.5;
	box-shadow: 2px 3px 0 rgba(0,0,0,0.2);
}
#recruitinfo_box .recruitinfoitem {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 3px solid #fff5ff;
	margin-bottom: 10px;
}
dl.recruitinfo {
	position: relative;
}
dl.recruitinfo.active {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
dl.recruitinfo.recruitinfol.active {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}
.recruitinfostar {
	position: absolute;
}
dl.recruitinfo.active .recruitinfostar {
	height: 40px;
	width: 40px;
	top: 0%;
	left: 0%;
	background-image: url(../images/imgstar01gray.png); /* 100 100 */
	background-size: 40px 40px;
	background-position: 0px 0px;

    -webkit-animation-name: recruitinfostar;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay:0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction:normal;
    animation-name: recruitinfostar;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay:0s;
    animation-iteration-count: infinite;
    animation-direction:normal;
}
@-webkit-keyframes recruitinfostar {
    from,0% { -webkit-transform: translate(-20px,10px) rotate(-20deg);  }
    50% { -webkit-transform: translate(-20px,10px) rotate(-20deg);  }
    50.01% { -webkit-transform: translate(190px,-25px) rotate(15deg);  }
    99.98% { -webkit-transform: translate(190px,-25px) rotate(15deg);  }
    99.99%,to{ -webkit-transform: translate(-20px,10px) rotate(-20deg);  }
}
@keyframes recruitinfostar {
    from,0% { transform: translate(-20px,10px) rotate(-20deg);  }
    50% { transform: translate(-20px,10px) rotate(-20deg);  }
    50.01% { transform: translate(190px,-25px) rotate(15deg);  }
    99.98% { transform: translate(190px,-25px) rotate(15deg);  }
    99.99%,to{ transform: translate(-20px,10px) rotate(-20deg);  }
}

#recruitinfo_box dl:nth-of-type(2n+1) {
	margin: 5px 5px 10px 15px;
}



