@charset "utf-8";

/*タグのリセット*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, 
em, img, small, strong, sub, 
dl, dt, dd, ol, ul, li, fieldset, form, label, 
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ul{
	list-style-type: none;
}

/***************************************ページベース設定***************************************/
/*ページ背景、フォントなど*/
body {
	color: #000;
/*	background: url(../images/bg_matsu.png) repeat;*/
	background-color: #90ee90;
	font-weight: normal;
	line-height: 2;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
}
.f120 {
	font-size: 120%;
}
/*箇条書き設定*/
ol {
	padding-left: 2em;
}

dt{
	font-size: 120%;
	font-weight: bold;
}

dd{
	padding-left: 1em;
}

.disc {
	list-style-type: disc;
	margin-left: 1.5em;
}
.square {
	list-style-type: square;
	margin-left: 1.5em;
}

/*リンク設定*/
a {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/*テーブル設定*/
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #CCC;
	line-height: 2;
	margin-bottom: 10px;
}
td {
	width: 507px;
	padding: 3px 10px;
	background-color: #ffffe0; /*lightyellow*/
	border: 1px solid #CCC;
}
th {
	width: 120px;
	padding: 3px 10px;
	text-align: center;
	background-color: #ffd700; /*gold*/
	border: 1px solid #CCC;
}
caption {
	padding: 3px 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: center;
	background-color: #ffd700; /*gold*/
	font-weight: bold;
}

/*ボタン設定*/
input[type="submit"] {
	width: 150px;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	border-radius: 30px;
	background-color: #EEE;
}
input[type="submit"]:hover {
	background-color: #DDD;
}

/*幅設定*/
.wa {
	width: 100%;
}
.ws img {
	width: 300px;
}

/*テキスト配置設定*/
.c {
	text-align: center;
}
.r {
	text-align: right;
	}

/*FLOAT設定*/
.FR {
	float: right;
}

.FL {
	float: left;
}
.clear {
	clear: both;
}


/*色設定*/
.color_red {
	color: #e90e0e; /*赤*/
}
.bg_white {
	background-color: #FFF; /*背景白*/
}
.bg_color {
	background-color: #fff9cc;
/*	border-radius: 6px;*/
}

/*表示・非表示設定*/
#sdisp {
	display: none;	/*スマホだけ表示*/
}


/*コンテナ*/
#container {
	width: 900px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

/*サイトロゴ*/
header h1 {
	font-size: 12px;
	padding-left: 10px;
/*	padding-top: 20px;*/
}

/*メニューブロック設定*/
header nav ul {
	font-size: 130%;
	background-color: #FFF;
	height: 40px;
	margin-left: 2px;
	border-left: 3px dotted ;
	border-left-color: #6A4028; /*栗皮茶*/
}
/*各メニュー設定*/
header nav ul li {
	float: left;
	width: 175px;
	border-right: 3px dotted ;
	border-right-color: #6A4028; /*栗皮茶*/
}
header nav ul li a {
	line-height: 40px;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
/*	padding-right: 20px;
	padding-left: 20px;*/
	border-bottom: 5px solid;
	border-bottom-color: #FFF; 
}
header nav ul li a:hover {
	border-bottom: 5px solid;
	border-bottom-color: #339900; /*ミドリ*/
}
header nav ul li.focus {
	background-color: #ABFF7F; /*黄緑*/
	color: #FFF;
}

/*コンテンツ*/
#contents {
	clear: left;
}

/*メインコンテンツ*/
#main {
	float: left;
	width: 640px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#main h1 {
	background-color: #339900; /*ミドリ*/
/*	background: url(../images/bg_red.png) repeat;*/
	border-radius: 6px;
	font-size: 130%;
	color: #FFF;
	padding: 3px 0px 3px 15px;
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
}

#main h2 {
	font-size: 130%;
	color: #000;
	background-color: #339900; /*ミドリ*/
	background-image: url(../images/B2_bana.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 2px solid;
	padding: 5px 0px 0px 150px;
	clear: both;
}

#main h3 {
	font-size: 120%;
	color: #000;
	font-weight: normal;
	background-color: #ABFF7F; /*黄緑*/
	border-bottom: 2px solid;
	border-right: 2px solid;
	border-color: #339900; /*ミドリ*/
	border-radius: 10px;
	margin: 5px 0;
	padding: 5px 0px 0px 15px;
	clear: both;
}

#main h4 {
	font-size: 110%;
	font-weight: normal;
	color: #339900; /*ミドリ*/
	border-left: 15px solid;
	border-bottom: 1px solid;
	padding: 5px 0px 0px 10px;
	clear: both;
}

#main p {
	padding: 0 15px;
}

#main img {
	padding: 5px;
}

.photo {
	display: block;
	margin: 0 auto;
}

.shadow {
	-webkit-box-shadow: 5px 5px 5px #bebebe;
	-moz-box-shadow: 5px 5px 5px #bebebe;
	box-shadow: 5px 5px 5px #bebebe;
	margin-bottom: 10px;
}

#main figure img {
	padding: 0px;
}
#main figcaption {
	padding: 0px;
	font-size: 90%;
}

/*サブコンテンツ*/
#sub {
	float: right;
	width: 240px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.5em;
}

.shopinfo {
	padding: 5px 0;
	border: 1px solid #CCC;
}

#sub h1 {
	font-size: 120%;
	color: #FFF;
	text-align: center;
	line-height: 2em;
	padding: 5px 0px;
	background-color: #339900; /*ミドリ*/
/*	background: url(../images/bg_yellow.jpg); */
}

#sub ul {
	margin-bottom: 1em;
	line-height: 2;
}
#sub ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding-left: 10px;
}
#sub ul li a:hover {
	background-color: #fff9cc;
}

#sub img {
	padding: 10px 0;
}

/*フッター設定*/
footer {
	clear: both;
	text-align: center;
	padding: 5px 0px;
	background-color: #339900; /*ミドリ*/
	line-height: 1.5;
	font-size: 80%;
}

footer a {
	color: #CCC;
}
footer a:hover {
	color: #FFF;
}

/*ページの上へ戻る*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    line-height: 1em;
}
#page-top a {
    background: #ffd700; /*gold*/
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 5px;
    text-align: center;
    display: block;
    border-radius: 10px;
    opacity: 0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: #ffd700; /*gold*/
    opacity: 1;
}

/***************************************各ページの設定***************************************/
/*トップページのメイン画像*/
#mainimg img {
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
}

.moyori {
	font-size: 120%;
}
