/*style.css*/
html{
	background-image:url(image/back.png);
	height: 100%;
}

body{
	height: 100%;
	font-family: Verdana, Arial,'メイリオ';
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
}


#header{
	overflow: hidden;
}

#header>h1{
	float: left;
	width: 200px;

}

#header>p{
	float: right;
	width: 150px;
	color:#93bcff;
	font-size: 12px;
}



body > #container{
	height:auto;
	
}


#container{
	min-height:100%;
	height: 100%;
	width: 851px;
	margin: 0 auto;
	background-color:rgba(210,255,255,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);

}

#header{
	padding: 0 0px;
	margin-bottom: 0px;
	background-color: #fff;
}

#menu {
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
	background: rgb(225,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(225,255,255,1) 0%, rgba(225,255,255,1) 7%, rgba(225,255,255,1) 12%, rgba(253,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,255,255,1)), color-stop(7%,rgba(225,255,255,1)), color-stop(12%,rgba(225,255,255,1)), color-stop(12%,rgba(253,255,255,1)), color-stop(30%,rgba(230,248,253,1)), color-stop(54%,rgba(200,238,251,1)), color-stop(75%,rgba(190,228,248,1)), color-stop(100%,rgba(177,216,245,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */

}

#slideshow {
   position: relative;
   width:  850px; /* 画像の横幅に合わせて記述 */
   height: 435px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

#main{
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 10px;
}

#contents{
	float: left;
	width: 470px;
}

#sideber{
	float: right;
	width: 330px;
	}


#sideber a{
	text-decoration: none;
	display: block;
}

#sideber aside ul li{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	height: 30px;

	background: rgb(225,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(225,255,255,1) 0%, rgba(225,255,255,1) 7%, rgba(225,255,255,1) 12%, rgba(253,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,255,255,1)), color-stop(7%,rgba(225,255,255,1)), color-stop(12%,rgba(225,255,255,1)), color-stop(12%,rgba(253,255,255,1)), color-stop(30%,rgba(230,248,253,1)), color-stop(54%,rgba(200,238,251,1)), color-stop(75%,rgba(190,228,248,1)), color-stop(100%,rgba(177,216,245,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */
}

#sideber aside ul li {
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right:11.55px;
	border-top: solid rgba(,255,255,0.9);
}
#sideber aside ul li{
	text-decoration: none;
}
#sideber aside ul li>a:hover{
	color: #fff;
	text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
}


#sideber1{
	float: right;
	width: 350px;
	}

#sideber2{
	float: right;
	width: 280px;
	margin-top: 30px;
	}

#sideber2 img{
	margin-bottom: 100px;
	}


#sideber3{
	float: right;
	width: 380px;
	margin-top: 30px;
	}

#sideber3 img{
	margin-bottom: 100px;
	}


#footer{
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	padding: 10px 0 20px;
}


#menu li {
	float: left;
	width: 120px;
	font-size: 13px;
	text-align: center;
	padding: 10px;
	padding-right:11.55px;
	border-top: solid rgba(,255,255,0.9);
}

#menu li>a:hover{
	color: #fff;
	text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
}

#menu li>a{
	text-decoration: none;
	
}
#menu li ul {
	display: none;
	margin-top: 10px;
    padding: 10px;
    padding-bottom:8px;
	position: absolute;
	width:100px;

	background: rgba(225,255,255,0.5);

	}

#menu li ul li{
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: 5px;
	display:inline-block;
}

h2{
	font-weight: bold;
	font-size: 16px;
	border-left: 5px solid #ccc;
	padding: 3px 0 3px 10px;
	margin-bottom: 10px;
}

caption{
	font-weight: bold;
	font-size: 16px;
	border-left: 5px solid #ccc;
	padding: 3px 0 3px 10px;
	margin-bottom: 10px;
}

h3{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
	margin-bottom: 10px;
}

p{
	margin-bottom: 14px;
}

ul.info{
	margin-bottom: 15px;
}

ul.info>li{
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #ccc;
}

ul.info>li:last-child{
	border: none;
}
ul.info>li>img{
	float: left;
	width: 120px;
}

ul.info>li>p{
	margin-left: 130px;
	font-size: 14px;
}


#sideber table{
	margin-bottom: 0px;
	margin-top: 10px;
 

}



article{
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	 -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	         box-sizing: border-box;
}


/*お問い合わせページ*/
input, textarea{display: block;}
input[type="submit"]
	 {width: 150px;
background: rgb(225,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(225,255,255,1) 0%, rgba(225,255,255,1) 7%, rgba(225,255,255,1) 12%, rgba(253,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,255,255,1)), color-stop(7%,rgba(225,255,255,1)), color-stop(12%,rgba(225,255,255,1)), color-stop(12%,rgba(253,255,255,1)), color-stop(30%,rgba(230,248,253,1)), color-stop(54%,rgba(200,238,251,1)), color-stop(75%,rgba(190,228,248,1)), color-stop(100%,rgba(177,216,245,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */
	border: solid 1px #aaaaaa;
	border-radius: 10px;
	padding-top :10px;
	padding-bottom: 10px;
}
textarea {
	width: 600px;
	height: 120px;
}
article h1{
	font-size: 20px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
	text-shadow:darkblue 2px 2px;

}

/*店舗情報ページ*/
table, th, td{
	border-top: solid 1px #a4d7ff;
	border-bottom: solid 1px #a4d7ff;
}
th,td {
	padding: 8px 15px 8px 15px;
}
table {
	margin-bottom: 30px;
}

th{
	background-color:rgba(225,225,225, 0.1);
}

article{
overflow: hidden;
}
article #main{
	float :left;
}
article #map{
	float: right;
	margin-top: 40px;
}

/*スマホのスタイル*/


/*タブレットのスタイル*/
@media all and(min-width: 480px){

}

/*PCのスタイル*/
@media all and(min-width: 768px){
	
}

