@charset "utf-8";
/* CSS Document */

/*基本cssここから*/
body{
background-color:#FFF;
background-image:url(../img/bg.png);
background-repeat:repeat;
	}
.top{
	background-image:url(../img/topbg.png);
	background-repeat:repeat;
	}
.shopname{
	line-height:1.2rem;
min-height:31px;
	/*background-image:url(../img/icon.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;*/
	margin:5px 0;
	font-weight:bold;
font-size: 18px;
color:#000 !important;
	}
.shopdate ul{
	list-style-type:circle;
	font-size:12px;
	list-style-position: inside;
	}
.shopdate li{}
h1{
	margin-top:10px;
	}
/*
.topbg{
	background-image:url(../img/topbg.png);
	background-repeat:repeat-x;}
*/
h1 img{
	margin:auto;
	display:block;
	}
h3{
	/*text-align:center;*/
font-size: 13px;
line-height: 1.5rem;
letter-spacing: 0.1em;
color:#fff;
text-align:center;
	}
.reed{
	margin-bottom:30px;
	}
/*パンクズここから*/
.pankuzu{
	opacity:0.6;
	font-size:12px;
	margin-bottom:0;
	}
.pankuzu a{}
/*パンクズここまで*/

/*フッターここから*/
.footer{
width: 100%;
padding: 30px;
margin-top: 50px;
background-color: rgba(255, 255, 255, 0.34);
/* background-image: url(../img/topbg.png); 
background-repeat: repeat-x;*/
}
address{
	color:#666;
	font-style:normal;
	font-size:12px;
	text-align:center;
	}
/*フッターここまで*/

/*基本cssここまで*/

/*限定デザインここから*/
.center{
	margin:auto;
	display:block;
	}
.line{
	/*margin:10px 0;*/
	z-index:1;
	}
.tenpotext{
	background-color:#ed6d25;
	padding:30px 10px 10px 10px;
	margin: 0 0 10px 0;
	}
.tenpotext p{
	color:#fff;
	margin:0;
	}
.tenpocath{
	
	}
.mesodotext{
margin-bottom: 10px !important;
color: #804C2E !important;
background-color: #fff;
border-radius: 10px;
padding: 10px;
width: 100%;
text-align: center;
font-size: 1rem;
display: inline-block;
	}
.mesodotext span{
	color:#E60012;
	font-weight:bold;
	font-size: 1.3rem;
	margin:0 5px;
	}
.icon {
	font-size:12px;
	margin:10px 0 3px 0;
	}
.icon img{
	padding-right:5px;
	}
.mesodo{
	position: relative;
margin-bottom: -45px;
}
.caption{
	letter-spacing: 0.1rem !important;
	padding:5px 0px ;
	font-size:12px;
line-height: 1.5em;
margin: 2px 0 5px 0;
	}
.tenpo{
	text-align:center;
	}
.tenpo a{
min-width: 180px;
background-color: #F5E14A;
padding: 10px 30px;
color: #867A1A;
border-radius: 10px;
margin: 10px auto 0 auto;
display: inline-block;
border-bottom: 3px solid #D4C026;
}
.tenpo a:hover{
	border-bottom:none;
	margin-top: 13px;
	}
hr{
	background-image: url(../img/line02.png);
background-repeat: repeat-x;
border: none;
height: 20px;
	}
.other img{
	margin:auto;
	display:block;
	}
.other img:hover{
	opacity:0.6;
}
.robosukin{
	margin:0 0 50px 0;
	}
.robosukin img{
	margin:auto;
	display:block;
	}
.robosukin img:hover{
	opacity:0.6;
	}
.panel{
background-color: #fff;
box-shadow: 10px 10px 0 #FFF100;
border: 3px #E85298 solid;
	}
.catch{
	color:#E85298 !important;
	font-size:13px;
	letter-spacing:0.05rem;
	font-weight:bold;
	margin:5px auto;
	}
.tel{
	color:#E85298;
	font-size:14px;
	}
.tel:hover{
	color:#D7C251;
	}
.staff img{
	margin:auto;
	display:block;
	}
.staff p{
	font-size: 13px;
	text-align:center;
	color:#E95377;
	}
.address{
	font-weight:normal;
	}
.osusumelink{
	margin-top:30px;
	}
.tokusyulink p{
	font-size:12px;
	}
.menu{
	font-weight:bold;
	font-size:15px;
	margin-top:5px;
	margin-bottom:0;
	line-height:1.5rem;
	}
.price{
	color:#E60012 !important;
	font-size:18px;
	font-weight:bold;
	}
@media only screen and (min-width: 640px){
	/*.tenpo{
		margin-top:25px;
		}
		*/
}
/*限定デザインここまで*/
/*ギャラリーここから*/
.windy-demo {
	width: 220px;
	margin: 30px auto 40px;
	color: #aaa;
}

.windy-demo ul.wi-container {
	width: 220px;
	height: 318px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.windy-demo li img {
	display: block;
}

.windy-demo h4 {
	font-size:18px;
	padding: 0 10px;
	line-height: 74px;
	margin: 0;
	color: #ccc;
	text-align: center;
}

.windy-demo ul.wi-container:before,
.windy-demo ul.wi-container:after{
	content: '';
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left:  10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.windy-demo ul.wi-container:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.windy-demo ul.wi-container li {
	padding: 0;
	border: 10px solid #DDD;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.windy-demo nav {
	position: relative;
	width: 100px;
	margin: 0 auto;
}

.windy-demo nav span {
	width: 42px;
	height: 42px;
	margin: 0 4px;
	float: left;
	background: url(../img/nav.png) no-repeat 100% 0;
	text-indent: -9000px;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.windy-demo nav span:first-child {
	background-position: 0 0;
}

.windy-demo nav span:active {
	background-position: 100% 2px;
}

.windy-demo nav span:first-child:active {
	background-position: 0 2px;
}
.container > header {
    margin: 10px;
    padding: 20px 10px 10px 10px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}

.container > header h1 {
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    position: relative;
    font-weight: 300;
    color: #666;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}

.container > header h2 {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 15px 0 5px 0;
    color: #888;
    font-family: Cambria, Georgia, serif;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}

/* Header Style */

.codrops-top {
    line-height: 24px;
    font-size: 11px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    font-family: Cambria, Georgia, serif;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.codrops-top:before,
.codrops-top:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.codrops-top:after {
    clear: both
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.codrops-top {
    *zoom: 1
}

.codrops-top a {
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    display: inline-block;
}

.codrops-top a:hover {
    background: rgba(255,255,255,0.6)
}

.codrops-top span.right {
    float: right
}

.codrops-top span.right a {
    float: left;
    display: block;
}

/* Demo Buttons Style */

.codrops-demos {
    text-align: center;
    display: block;
    line-height: 30px;
    padding: 5px 0px;
}

.codrops-demos a {
    display: inline-block;
    margin: 0px 4px;
    padding: 0px 6px;
    color: #aaa;
    line-height: 20px;
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #fff;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.codrops-demos a:hover {
    color: #333;
    background: #fff;
}

.codrops-demos a:active {
    background: #fff
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
    background: #f0f0f0;
    border-color: #d9d9d9;
    color: #aaa;
    box-shadow: 0 1px 1px rgba(255,255,255,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

p.info {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
    color: #666;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
    padding: 20px;
    display: block;
    clear: both;
    text-align: center;
    width: 240px;
    margin: 0 auto;
}
.shopdate {
	/*background-image:url(../img/colombg.png);*/
	background-repeat:repeat;
	}
h2 img{
	display:block;
	margin:auto;
	}
.ebook img{
	margin-bottom:10px;
	border:1px solid #666;
	}
.ebook img:hover{
	opacity:0.6;
	}
/**/
.myButton {
	-moz-box-shadow: 3px 4px 0px 0px #8a2a21;
	-webkit-box-shadow: 3px 4px 0px 0px #8a2a21;
	box-shadow: 3px 4px 0px 0px #8a2a21;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
	background-color:#c62d1f;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	margin-top:30px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24437;
}
.myButton:active {
	position:relative;
	top:1px;
}
a.myButton:hover{
	color:#fff;
	}
.topimg{
	margin-bottom:30px;
	}
.kensaku img:hover{
	opacity:0.6;
	
	}
.menu{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin:30px 0 10px 0;
	}
.headar {
	overflow: hidden;
	clear: both;
	padding: 10px 0 10px 0px;
}
.headar img {
	float: left;
	margin-right: 10px;
}
@media only screen and (max-width: 640px){
.headar img {
	float: none;
	margin-right: 10px;
}
	h3{
		text-align:left;
		}
}