@charset "UTF-8";
/* --------------------------------------------------
ikinari
-------------------------------------------------- */

/* --------------------------------------------------

reset

-------------------------------------------------- */
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: inherit;
	font-size: 100%;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img, a {
	vertical-align: top;
	max-width: 100%;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
*, *:before, *:after {
	box-sizing: border-box;
}
a:focus, *:focus { outline:none !important; }
/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 

/* --------------------------------------------------
fonts
-------------------------------------------------- */



/* --------------------------------------------------
link
-------------------------------------------------- */

a:link {
	color: #282828;
	text-decoration: none;
}
a:visited {
	color: #282828;
	text-decoration: none;
}
a:hover {
	color: #282828;
	text-decoration: none;
}
a:active {
	color: #282828;
	text-decoration: none;
}
a {
	transition: .2s linear;
}
a img {
	transition: opacity .2s ease-out;
}
a:hover img {
	opacity: 0.5;
}
a:focus {
	outline: 1px dotted #ccc;
}

@media screen and (max-width: 800px) {
a:hover {
	opacity: 1;
}
}
/* --------------------------------------------------
html
-------------------------------------------------- */

html {
	font-size: 62.5%;
	height: 100%;
}

@media screen and (max-width: 1080px) {
html {
	font-size: 58.12%; /* 1.4rem */
}
}

@media screen and (max-width: 600px) {
html {
	font-size: 53.75%; /* 1.3rem */
}
}

@media screen and (max-width: 400px) {
html {
	font-size: 50%; /* 1.2rem */
}
}
/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.6;
	height: 100%;
	min-height: 100%;
	color: #462619;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

/* --------------------------------------------------
top-header
-------------------------------------------------- */
#top-header-outer {
	overflow: hidden;
	
}
#top-header {
	border-bottom-right-radius: 1000px 200px;
	border-bottom-left-radius: 1000px 200px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
	background: #EED9D1;
	text-align: center;
	position: relative;
	padding: 3rem 0 4rem;
	
}
.top-logo {
	width: 320px;
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	z-index: 100;
	margin: auto;
}

#top-header h1 img{
	z-index: 100;
}

#top-header::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 7%;
	top: 3%;
	width: 434px;
	height: 364px;
	background-image: url(../img/top_left_bg.png);
	background-size: contain;
	vertical-align: middle;
}
.top-header-bg{
	position: relative;
	height: 430px;
}
.top-header-bg::before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 4%;
	top: 3%;
	width: 469px;
	height: 384px;
	background-image: url(../img/top_right_bg.png);
	background-size: contain;
	vertical-align: middle;
}

#top-header .lead {
	width: 320px;
	margin: 0 auto;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}
.scrolldown {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


.scrolldown img {
	width: 80px;
	-webkit-animation: sd 1.5s infinite;
	animation: sd 1.5s infinite;
	box-sizing: border-box;
}

.dango01,.dango02,.dango03,.dango04,.dango05,.dango06,.dango07{
	position: absolute;
	display: inline-block;
	
}

.dango01 img,.dango02 img,.dango03 img,.dango04 img,.dango05 img,.dango06 img,.dango07 img{
	width: 70%;
}
.dango01{
	left: 5%;
	top: 20%;
}
.dango01 figure,
.dango03 figure,
.dango05 figure,
.dango07 figure{
	-webkit-animation-name:kuru1;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	animation-name:kuru1;
	animation-duration:2s;
	animation-iteration-count:infinite;
	animation-timing-function:ease;
}


.dango02 figure,
.dango04 figure,
.dango06 figure{
	-webkit-animation-name:kuru2;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	animation-name:kuru2;
	animation-duration:2s;
	animation-iteration-count:infinite;
	animation-timing-function:ease;
}

.dango02{
	left: 20%;
	top: 7%;
}
.dango03{
	left: 12%;
	top: 56%;
}
.dango04{
	left: 29%;
	top: 40%;
}
.dango05{
	right: 15%;
	top: 10%;
}
.dango06{
	right: 12%;
	top: 50%;
}
.dango07{
	right: 26%;
	top: 40%;
}

@media screen and (max-width: 1080px) {
		.dango01 img,.dango02 img,.dango03 img,.dango04 img,.dango05 img,.dango06 img,.dango07 img{
		width: 60%;
	}
	.dango04{
		left: 24%;
		top: 40%;
	}
	.dango05{
		right: 10%;
		top: 10%;
	}
	.dango06{
		right: 6%;
		top: 50%;
	}
	.dango07{
		right: 20%;
		top: 40%;
	}
}

@media screen and (max-width: 767px) {
	.top-logo {
		width: 150px;
		position: absolute;
		left: 0;
		right: 0;
		top: 20px;
		z-index: 100;
		margin: auto;
	}

	#top-header h1 img{
		z-index: 100;
	}

	#top-header::before {
		content: '';
		display: inline-block;
		position: absolute;
		left: 7%;
		top: 3%;
		width: 231px;
		height: 194px;
		background-image: url(../img/top_left_bg.png);
		background-size: contain;
		vertical-align: middle;
	}
	.top-header-bg{
		position: relative;
		height: 200px;
	}
	.top-header-bg::before {
		content: '';
		display: inline-block;
		position: absolute;
		right: 4%;
		top: 8%;
		width: 222px;
		height: 181px;
		background-image: url(../img/top_right_bg.png);
		background-size: contain;
		vertical-align: middle;
	}

	#top-header .lead {
		width: 40%;
		margin: 0 auto;
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		z-index: 10;
	}
	.scrolldown {
		width: 10%;
		
	}
	.dango01 img,.dango02 img,.dango03 img,.dango04 img,.dango05 img,.dango06 img,.dango07 img{
		width: 30%;
	}
	.dango01 {
		left: 5%;
		top: 17%;
	}
	.dango02 {
		left: 20%;
		top: 0;
	}
	.dango03 {
		left: 2%;
		top: 50%;
	}
	.dango04 {
		left: 14%;
		top: 40%;
	}
	.dango05 {
		right: 4%;
		top: 0;
	}
	.dango07 {
		right: 12%;
		top: 30%;
	}
}
/* --------------------------------------------------
page-header
-------------------------------------------------- */
#contents{
	position: relative;
}
#page-header-outer {
	overflow: hidden;
	position: relative;
}
#page-header {
	border-bottom-right-radius: 1000px 200px;
	border-bottom-left-radius: 1000px 200px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
	background: #EED9D1;
	text-align: center;
	overflow: hidden;
	height: 150px;
	position: relative;
}
.page-logo {
	width: 170px;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	z-index: 100;
	margin: auto;
}

.page-logo a:hover img{
	opacity: 1;
}



#page-header::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1061px;
	height: 349px;
	background-image: url(../img/page_header_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: auto;
}

.page-header-sp{
	display: none;
}

@media screen and (max-width: 767px) {
	.page-header-pc{
		display: none;
	}
	.page-header-sp{
		display: block;
	}
}

/* --------------------------------------------------
top-dango-list
-------------------------------------------------- */
.top-dango-list{
	background: #C45452;
	padding-top: 13rem;
	margin-top: -10rem;
	text-align: center;
	
}

.top-dango-list-inner{
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.top-dango-list-inner::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 1%;
	top: 10%;
	width: 300px;
	height: 300px;
	background-image: url(../img/kousi_bg.png);
	background-size: contain;
	vertical-align: middle;
}

.top-dango-list-inner::after{
	content: '';
	display: inline-block;
	position: absolute;
	right: 1%;
	top: 30%;
	width: 300px;
	height: 300px;
	z-index: 1;
	background-image: url(../img/kousi_bg.png);
	background-size: contain;
	vertical-align: middle;
}


.top-dango-list ul{
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 2rem 0;
	justify-content: flex-start;
	position: relative;
	z-index: 100;
}

.top-dango-list li{
	width: 14.285%;
	padding: 0 1rem;
	
}
.top-dango-list li a{
display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-bottom: 2rem;
}


.list-pht-circle {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	background: #FFF;
	border-radius: 50%;
	margin-bottom: 5px;
}
.list-pht-circle img {
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.top-dango-list li a:hover{
	opacity: 1;
}

.top-dango-list li a:hover .list-pht-circle{
	transform:rotate(10deg);
}

.top-dango-list li a:hover img{
	opacity: 1;
}


.top-dango-list .txt {
	background: #46271A;
	color: #FFF;
	width: 80%;
	margin: 0 auto;
	margin-top: -2rem;
	z-index: 10;
	position: relative;
	padding: .5rem;
	line-height: 1.1;
}

.top-dango-list .txt::after {
    display: inline-block;
    content: "\f105";
    font-family: fontawesome;
    margin-left: 1rem;
}

@media screen and (max-width: 1080px) {
	.top-dango-list ul{
		margin-bottom: 2rem;
		width: 90%;
	}
	.top-dango-list li{
		width: 20%;
	}
}

@media screen and (max-width: 767px) {
	.top-dango-list li{
		width: 33.3%;
		padding: 0 .5rem;
	}
	.top-dango-list-inner::before {
		left: 1%;
		top: 10%;
		width: 120px;
		height: 120px;
	}

	.top-dango-list-inner::after{
		right: 1%;
		top: 80%;
		width: 120px;
		height: 120px;
		z-index: 1;
	}

}
/* --------------------------------------------------
top-about
-------------------------------------------------- */
.top-about{
	background: #F7ECE8 url(../img/hishi_bg.png) repeat;
	text-align: center;
	padding: 8rem 0;
}

.top-about h2,
.top-yurai h2{
	position: relative;
}

.top-about h2 img,
.top-yurai h2 img{
	height: 40px;
}

.top-about h2::after,
.top-yurai h2::after{
    display: block;
    content: ' ';
	background-image: url(../img/ribbon.png);
    background-repeat: no-repeat;
    background-size: 55px 37px;
    width: 55px;
    height: 37px;
    margin: 2rem auto 0;
}


@media screen and (max-width: 767px) {
	.top-about {
		background-size: 50%;
	}
	.top-about h2 img,
	.top-yurai h2 img{
		height: 20px;
	}
}
.col-block{
	max-width: 1080px;
	margin:  5rem auto 0;
	display: flex;
	justify-content: space-between;
	font-size: 110%;
	flex-wrap: wrap;
}

.col-block figure{
	width: 45%;
	z-index: 10;
}

.col-block figure img{
	width: 100%;
}

.col-block p{
	width: 50%;
	text-align: left;
	line-height: 2;
	color: #462619;
}

@media screen and (max-width: 1080px) {
	.col-block{
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.col-block figure{
		width: 100%;
		margin-bottom: 1rem;
	}

	.col-block p{
		width: 100%;
	}
}
/* --------------------------------------------------
top-yurai
-------------------------------------------------- */
.top-yurai{
	background: #EED9D1;
	text-align: center;
	padding: 10rem 0;
	position: relative;
	overflow: hidden;
}

.top-yurai .col-block{
	flex-direction: row-reverse;
}

.top-yurai .col-block figure{
	z-index: 100;
	position: relative;
}

.top-yurai::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -7%;
	top: 10%;
	width: 506px;
	height: 521px;
	background-image: url(../img/bg_hana.png);
	background-size: contain;
	vertical-align: middle;
}

.top-yurai::after{
	content: '';
	display: inline-block;
	position: absolute;
	right: -12%;
	top: 40%;
	width: 506px;
	height: 521px;
	z-index: 1;
	background-image: url(../img/bg_hana.png);
	background-size: contain;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.top-yurai::before {
		left: -7%;
		top: 5%;
		width: 202px;
		height: 208px;
	}
	.top-yurai::after{
		right: -12%;
		top: 70%;
		width: 202px;
		height: 208px;
	}
}

/* --------------------------------------------------
dango-info
-------------------------------------------------- */
.dango-info{
	background: #C45452;
	padding-top: 13rem;
	margin-top: -10rem;
	text-align: center;
	
}

.dango-info-inner{
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding-bottom: 7rem;
}


.dango-info-inner .col-block .info-txt{
	width: 50%;
	text-align: left;
	line-height: 2;
	color: #462619;
	background: #FFF;
	z-index: 100;
	padding: 3rem;
}

.dango-info-inner .col-block .info-txt h2{
	font-size: 3.5rem;
	color: #C45252;
	border-left: 7px solid #C45252;
	position: relative;
	line-height: 1.2;
	padding-left: 1rem;
	margin-bottom: 2rem;
}

.dango-info-inner .col-block .info-txt p{
	width: 100%;
}
.dango-info-inner::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 1%;
	top: 5%;
	width: 300px;
	height: 300px;
	background-image: url(../img/kousi_bg.png);
	background-size: contain;
	vertical-align: middle;
}

.dango-info-inner::after{
	content: '';
	display: inline-block;
	position: absolute;
	right: 1%;
	top: 50%;
	width: 300px;
	height: 300px;
	z-index: -1;
	background-image: url(../img/kousi_bg.png);
	background-size: contain;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.dango-info{
		padding-top: 10rem;
	}
	.dango-info-inner .col-block .info-txt h2 {
		font-size: 2.5rem;
	}
	.dango-info-inner::before {
		left: 1%;
		top: 1%;
		width: 127px;
		height: 127px;
	}

	.dango-info-inner::after{
		right: 1%;
		top: 90%;
		width: 127px;
		height: 127px;
	}
	.dango-info-inner .col-block .info-txt {
		width: 100%;
		text-align: left;
		line-height: 2;
		color: #462619;
		background: #FFF;
		z-index: 100;
		padding: 3rem;
	}
}
/* --------------------------------------------------
others
-------------------------------------------------- */
.others{
	position: relative;
	overflow: hidden;
	padding: 5rem 0 7rem;
	text-align: center;
	background: #F7F6F1;
}

.others h2 img,
.kodawari h2 img,
.shop-info h2 img{
	height: 40px;
}
.others h2{
	margin: 0 auto;
	z-index: 10;
	position: relative;
}


.others::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 1%;
	top: 40%;
	width: 600px;
	height: 504px;
	background-image: url(../img/bg_dia.png);
	background-size: contain;
	vertical-align: middle;
}

.others::after{
	content: '';
	display: inline-block;
	position: absolute;
	right: 1%;
	top: -5%;
	width: 600px;
	height: 504px;
	z-index: 1;
	background-image: url(../img/bg_dia.png);
	background-size: contain;
	vertical-align: middle;
}

.bal-lead {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #C45252;
	border-radius: 20px;
	z-index: 10;
}

.bal-lead:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #C45252;
}

.bal-lead p {
	margin: 0;
	padding: 0;
	color: #FFF;
}

.others .col-block{
	flex-direction: row-reverse;
}

.others .col-block p{
	z-index: 10;
}
.others .slider-outer{
	width: 45%;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.others h2 img,
	.kodawari h2 img,
	.shop-info h2 img{
		height: 20px;
	}
	.others .slider-outer{
	width: 100%;
	}
	
	.others::after {
		top: -5%;
		width: 300px;
		height: 252px;
	}
	.others::before {
		left: 1%;
		top: 80%;
		width: 300px;
		height: 252px;
	}
	.bal-lead p {
		font-size: 90%;
	}
}

/* --------------------------------------------------
kodawari
-------------------------------------------------- */
.kodawari{
	background: #FFF;
	text-align: center;
	padding: 5rem 0;
	position: relative;
	overflow: hidden;
}

.kodawari h2{
	margin: 0 auto;
}

.kodawari .col-block figure{
	z-index: 100;
	position: relative;
}

.kodawari::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -7%;
	top: 10%;
	width: 506px;
	height: 521px;
	background-image: url(../img/bg_hana.png);
	background-size: contain;
	vertical-align: middle;
}

.kodawari::after{
	content: '';
	display: inline-block;
	position: absolute;
	right: -12%;
	top: 40%;
	width: 506px;
	height: 521px;
	z-index: 1;
	background-image: url(../img/bg_hana.png);
	background-size: contain;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.kodawari::before {
		left: -7%;
		top: 5%;
		width: 202px;
		height: 208px;
	}
	.kodawari::after{
		right: -12%;
		top: 70%;
		width: 202px;
		height: 208px;
	}
}
/* --------------------------------------------------
shop-info
-------------------------------------------------- */
.shop-info{
	position: relative;
	overflow: hidden;
	padding: 5rem 0 7rem;
	text-align: center;
	background: #F7F6F1;
}

.shop-info .col-block{
	flex-wrap: wrap;
}

.shop-info h2{
	margin: 0 auto;
}


.shop-info::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 1%;
	top: 40%;
	width: 600px;
	height: 504px;
	background-image: url(../img/bg_dia.png);
	background-size: contain;
	vertical-align: middle;
}

.shop-info::after{
	content: '';
	display: inline-block;
	position: absolute;
	right: 1%;
	top: -5%;
	width: 600px;
	height: 504px;
	z-index: 1;
	background-image: url(../img/bg_dia.png);
	background-size: contain;
	vertical-align: middle;
}

.gmap-col {
	position: relative;
	padding-bottom: 30%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 50%;
	z-index: 10;
}
 
.gmap-col iframe,
.gmap-col object,
.gmap-col embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shop-info dl{
	width: 45%;
	text-align: left;
	z-index: 10;
}

.shop-info dt{
	font-size: 2.5rem;
	border-bottom: 1px solid #C45252;
}

.shop-info dd{
	display: flex;
	border-bottom: 1px solid #CBC2BB;
	padding: 1.5rem 0;
}

.shop-info dd h3{
	width: 30%;
	font-weight: bold;
}

.shop-info dd span{
	width: 70%;
	display: block;
}

.shop-info dd a{
	text-decoration: underline;
}

.shop-info p.caution{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
	padding-top: 3rem;
}

.shop-info p.top-btn{
	width: 100%;
	margin: 3rem auto 0;
	text-align: center;
	z-index: 10;
}

.shop-info p.top-btn a{
	display: inline-block;
	background: #E66447;
	padding: 2rem;
	color: #FFF;
	text-align: center;
	width: 35%;
}

.shop-info p.top-btn a:hover{
	opacity: .8;
}

@media screen and (max-width: 767px) {
	.gmap-col {
		padding-bottom: 50%;
		width: 100%;
		margin-bottom: 1rem;
	}
	.shop-info dl{
		width: 100%;
	}
	.shop-info::after {
		top: -5%;
		width: 300px;
		height: 252px;
	}
	.shop-info::before {
		left: 1%;
		top: 80%;
		width: 300px;
		height: 252px;
	}
	.shop-info p.top-btn a{
		width: 100%;
	}
}


/* --------------------------------------------------
footer
-------------------------------------------------- */
#footer{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	padding-top: 4rem;
}

.kumamoto-logo{
	width: 200px;
	margin: 0 auto 2rem;
}

.to-kankouguide{
	padding: .5rem 5rem;
	border: 1px solid #000;
	display: inline-block;
}
.to-kankouguide a:hover{
	opacity: .7;
}

.copyright{
	background: #46281B;
	color: #FFF;
	font-size: 60%;
	text-indent: .1rem;
	letter-spacing: .1rem;
	padding: 1.5rem 0;
	margin-top: 4rem;
}



/* --------------------------------------------------
animation
-------------------------------------------------- */


@-webkit-keyframes sd {
	 0% {
	 -webkit-transform: rotateY(0) rotateZ(0) translate(0, 0);
	 opacity: 0;
	}
	 50% {
	 opacity: 1;
	}
	 100% {
	 -webkit-transform: rotateY(0) rotateZ(0) translate(0, 30px);
	 opacity: 0;
	}
}
@keyframes sd {
	 0% {
	 transform: rotateY(0) rotateZ(0) translate(0, 0);
	 opacity: 0;
	}
	 50% {
	 opacity: 1;
	}
	 100% {
	 transform: rotateY(0) rotateZ(0) translate(0, 30px);
	 opacity: 0;
	}
}

@-webkit-keyframes kuru1 {
	0% {-webkit-transform:rotate(0deg);}
	50% {-webkit-transform:rotate(5deg);}
	100% {-webkit-transform:rotate(0deg);}
}

@keyframes kuru1 {
	0% {transform:rotate(0deg);}
	50% {transform:rotate(5deg);}
	100% {transform:rotate(0deg);}
}


@-webkit-keyframes kuru2 {
	0% {-webkit-transform:rotate(0deg);}
	50% {-webkit-transform:rotate(-5deg);}
	100% {-webkit-transform:rotate(0deg);}
}

@keyframes kuru2 {
	0% {transform:rotate(0deg);}
	50% {transform:rotate(-5deg);}
	100% {transform:rotate(0deg);}
}
