@charset "UTF-8";

/* reset ------------------------------------------------------------------- */

body,html {
	width: 100%;
	height: 100%;
}

html {
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,a,blockquote,th,td,img {
    margin: 0;
	padding: 0;
}

table {
    border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0; 
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
	font-weight: normal;
}

li { 
	list-style: none; 
} 

caption,th { 
	text-align: left; 
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
	font-weight: normal;
}

q: before,q: after { 
	content: ''; 
}
	
abbr,acronym { 
	border: 0;
	font-variant: normal; 
}

sup { 
	vertical-align: text-top; 
}

sub { 
	vertical-align: text-bottom; 
}

input,textarea,select { 
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit; 
}

input,textarea,select {
	 *font-size: 100%; 
}

legend { 
	color: #000; 
}


/* body,Anchor -------------------------------------------*/

body,html {
	margin:0;
	padding:0;
	background: #fff;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
}

p {
	width: auto;
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

h1,h2,ul,li {
	margin:0; 
	padding:0; 
}


/*トップスクロール ------------------------------------------------*/

#page-top {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1;
}

#page-top img {
	width: 100%;
	height: auto;
}

#page-top a {
	display: block;
}

#page-top a:hover {
}


/*コンテナ ------------------------------------------------*/

div#container {
	width: 100%;
	height: 100%;
	background: #fff;
	float: left;
	z-index: 1;
}


/* スライドショー ------------------------------------------------ */

div#slideshow {
	width: 100%;
	height: 100%;
	background: #000;
	float: left;
}


/* ロゴ ------------------------------------------------ */

div#logo {
	width: 250px;
	height: 167px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -84px 0 0 -125px;
	z-index: 2;
}

div#logo img {
	width: 250px;
	height: 167px;
}


/* ナビ ------------------------------------------------ */

ul#nav_pc {
	display: none;
}

div#nav {
	width: 100%;
	height: auto;
	background: #333;
	float: left;
	clear: both;
}

div#nav ul {
 }
 
div#nav li {
  	text-align: center;
	border-bottom: 1px solid #666;
	padding: 8px 0;
}

div#nav li a {
	font-size: 14px;
	line-height: 1em;
	color: #eee;
	text-decoration: none;
}

div#nav li a:hover {
	text-decoration: underline;
}


/* コンテンツ ------------------------------------------------ */

div.contents {
	width: 100%;
	height: auto;
	padding: 50px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

div.contents h2 {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 30px;
}

span.large img {
	width: 94%;
	height: auto;
	margin: 0 3%;
}


/* ご挨拶 ------------------------------------------------ */

div#goaisatsu {
	width: 100%;
	background: #f9f9f9;
	float: left;
	clear: both;
}

ul#feed {
}

li.entry {
	margin-bottom: 14px;
}

p.date {
	font-size: 13px;
	line-height: 1em;
	color: #ff6600;
	margin-bottom: 0px;
}

h3 a {
 	font-size: 14px;
	line-height: 1em;
	color: #333;
	text-decoration: underline;
 }
 
h3 a:hover {
	color: #333;
	text-decoration: none;
 }
 
 h3 a:visited {
	color: #777;
	text-decoration: underline;
 }

p.goaisatsu {
	width: auto;
	margin:  0 20px 21px 20px; 
}


/* お品書き ------------------------------------------------ */

div#menu {
	float: left;
	clear: both;
}


/* ぎゃらりー ------------------------------------------------ */

div#gallery {
	width: 100%;
	background: #f9f9f9;
	float: left;
	clear: both;
}

div#gallery p {
	font-size: 14px;
	line-height: 1em;
	margin-top: 16px;
}


/* ご案内 ------------------------------------------------ */

div#contact {
	width: 100%;
	float: left;
	clear: both;
}

div#contact ul {
	margin-top: 16px;
}

div#contact li {
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
}

div#contact li a {
	font-size: 14px;
	line-height: 1.8em;
	color: #ff6600;
	text-decoration: none;
}

div#contact li a:hover {
	font-size: 14px;
	line-height: 1.6em;
	text-decoration: underline;
}

div#contact li.phone {
	font-size: 18px;
	line-height: 1.6em;
}

p.heiten {
	font-size: 14px;
	line-height: 1.8em;
	margin: 14px 20px 0 20px;
	color: #ff6633;
}


/* フッター ------------------------------------------------ */

div#footer {
	width: 100%;
	background: #f9f9f9;
	text-align: center;
	padding: 20px 0;
	border-bottom: 5px #333 solid;
	float: left;
	clear: both;
}

div#footer p {
}

.footertitle {
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #eee;
}

.footertitle  a {
	color: #333;
	text-decoration: none;
}

.footertitle  a:hover {
	color: #ff6600;
}

.copyright {
	font-size: 11px;
	line-height: 1.2em;
	color: #333;
}


/* tablet
************************************************************/

@media only screen
	and ( min-width: 481px) 
	and ( max-width: 768px ) {
	
/* ロゴ ------------------------------------------------ */

div#logo {
	width: 300px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -150px;
	z-index: 2;
}

div#logo img {
	width: 300px;
	height: 200px;

/* ご挨拶 ------------------------------------------------ */

p.goaisatsu {
	width: 600px;
	margin:  0 auto 21px auto; 
}

/* ご案内 ------------------------------------------------ */

p.heiten {
	max-width: 600px;
	margin: 14px auto;
}

}

	
/* ナビ ------------------------------------------------ */

div#nav {
	width: 100%;
	height: auto;
	background: #333;
	float: left;
	clear: both;
}

div#nav ul {
 }
 
div#nav li.left, div#nav li.right {
	box-sizing: border-box;
	width: 50%;
	height: auto;
	border-bottom: 1px solide #666;
}

div#nav li.left {
	float: left;
}

div#nav li.right {
	border-left: 1px solid #666;
	float: right;
}

div#nav li a {
	font-size: 14px;
	line-height: 1em;
	color: #eee;
	text-decoration: none;
}


div#nav li a:hover {
	text-decoration: underline;
}


/* コンテンツ ------------------------------------------------ */

span.large img {
	width: 94%;
	height: auto;
	margin: 0 3%;
}



}


/* pc
************************************************************/

@media only screen
	and ( min-width: 768px) {
	
/*トップスクロール ------------------------------------------------*/

#page-top {
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
}


/* ロゴ ------------------------------------------------ */

div#logo {
	width: 600px;
	height: 400px;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -300px;
}

div#logo img {
	width: 400px;
	height: 267px;
}


/* ナビ ------------------------------------------------ */

div#nav {
	display: none;
 }

div#logo ul {
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 0px;
	text-align: center;
	clear: both;
	float: left;
}
 
div#logo li {
  	display: inline;
	color: #fff;
	text-shadow: 2px 2px 5px #333;
	margin: 0;
	border-bottom: 0px;
}

div#logo li a {
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
}

div#logo li a:hover {
	color: #ff6600;
}


/* コンテンツ ------------------------------------------------ */

span.large img {
	width: 600px;
	height: auto;
}

/* ご挨拶 ------------------------------------------------ */

p.goaisatsu {
	width: 600px;
	margin:  0 auto 21px auto; 
}

/* ご案内 ------------------------------------------------ */

p.heiten {
	max-width: 600px;
	margin: 14px auto;
}

}