@charset "UTF-8";

/*基本設定
-----------------------------------------*/
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(../img/trancepercent.png);
}
li {
display: list-item;
list-style: none;
}
a img {
border: none;
}
img {
vertical-align: bottom;
}
html {
}
body {
padding: 0;
margin: 0;
position: relative;
font-size: 14px;
color: #000;
line-height: 1.2;
font-family:  "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
background: #EDDFAC url(../img/back.png) top repeat-x;
}
a {
color: #8C4B79;
}
a:hover {
color: #8C2941;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
main, header, footer, section, article, figure ,figcaption {
display: block;
}
body #wrapper {
width: 1000px;
margin: 0 auto;
}
body > header:after,
body > #wrapper:after {
content: "";
display: block;
clear: both;
height: 0;
width: 0;
}
#sidebar {
color: #331A09;
width: 180px;
background: #EDE3C5 url(../img/sidebar-back.png) top repeat-x;
margin-right: 20px;
padding-top: 20px;
float: left;
}
#mainContent {
width: 800px;
padding-top: 10px;
float: left;
}

/* サイドバー #sidebar
-----------------------------------------*/
#sidebar header {
margin: 0;
position: relative;
}
#sidebar h1 {
display: block;
font-size: 35px;
font-weight: normal;
width: 180px;
height: 180px;
line-height: 180px;
text-align: center;
background: #42210B;
position: relative;
}
#sidebar h1 img {
vertical-align: middle;
}
#sidebar h1 a,
#sidebar h1 a:hover {
color: #FFF;
text-decoration: none;
}
#sidebar small {
font-size: 10px;
line-height: 1.2;
display: block;
margin: 20px 10px;
}

/* サイドバー #sidebar:メニュー
-----------------------------------------*/
nav {
line-height:1.5;
margin-bottom: 20px;
}
nav > ul {
border-bottom: 1px solid #FFF;
}
nav ul li {
border-top: 1px solid #FFF;
border-bottom: 1px solid #A67C52;
position: relative;
}
nav ul li a,
nav ul li span {
display: table-cell;
vertical-align: middle;
width: 180px;
height: 60px;
padding: 0 .5em;
color: #331A09;
text-decoration: none;
}
nav ul li a:hover,
nav ul li.here > a,
nav ul li.here > span {
background: #A87F3F;
color: #FFF;
}


/*ヘッダー:メニュー 子メニュー
-----------------------------------------*/
nav > ul > li ul {
/*display: none;*/
padding: 0;
text-align: right;
border-top: 1px solid #FFF
}
nav > ul > li ul a {
height: 30px;
padding: 0 1em;
}

/*フッター
-----------------------------------------*/
footer {
clear: both;
padding: 20px;
background: #1E0D00;
color: #FFF;
text-align: center;
font-family:  "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
footer:after {
content: "";
display: block;
margin: 20px -20px -20px -20px;
height: 95px;
background: #42210B;
}
footer small {
display: block;
font-size: 16px;
text-align: right;
width: 1000px;
margin: 0 auto;
}

/*ページの上に戻る
-----------------------------------------*/
#goto-pagetop {
position: fixed;
bottom: 30px;
margin-right: -590px;
right: 50%;
}
#goto-pagetop a {
display: block;
text-indent: -999em;
overflow: hidden;
width: 77px;
height: 77px;
text-decoration: none;
position: relative;
}

#goto-pagetop a:before {
content: url(../img/pagetop.png);
display: block;
position: absolute;
text-indent: 0;
width: 77px;
height: 77px;
top:0;
left: 0;
}
/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}

/*ベースレイアウト系
-----------------------------------------
-----------------------------------------*/
main {
padding: 0 0 0 0;
position: relative;
}
main > h1{
margin: 0 0 10px 0;
padding: 15px 30px;
background: #42210B;
color: #FFF;
text-align: right;
font-size: 20px;
font-weight: normal;
}
body section {
padding: 30px 35px 0 35px;
position: relative;
background: rgba(255, 255, 255, .7);
min-height: 700px;
}
.ie8 body section {
background: url(../img/ie8.png);
}
article {
padding: 35px 0 0;
}
article:first-child {
padding: 0;
}
section:after,
article:after {
content: "";
display: block;
clear: both;
}
main:after {
content: "";
display: block;
width: 100%;
height: 100px;
background: rgba(255, 255, 255, .7);
clear: both;
}
.ie8 main:after {
background: url(../img/ie8.png);
}
.clear {
clear: both;
}

/*大見出し
-----------------------------------------*/
section > h1 {
border-bottom: 1px solid #000;
padding: 0 0 3px 0;
margin: 0 0 20px;
font-size: 26px;
font-weight: normal;
}
section > h1:after {
content: "";
display: block;
height: 0;
border-bottom: 3px solid #000;
}

/*中見出し
-----------------------------------------*/
section header {
border-bottom: 1px solid #000;
margin: 0 0 20px;
width: 100%;
font-weight: normal;
position: relative;
}
section header h2 {
padding: 10px 100px 10px 0;
font-size: 20px;
font-weight: normal;
color: #42210B;
word-break: break-all;
}
section header time {
font-size: 12px;
position: absolute;
bottom: 10px;
right: 0;
}

/*小見出し
-----------------------------------------*/
section h3 {
color: #42210B;
margin: 0 0 10px;
padding: 10px;
width: 100%;
font-size: 1.3rem;
font-weight: normal;
}

/*大見出し:画像タイプ
-----------------------------------------*/
main header.img {
margin: 0;
padding: 0;
position: relative;
}
main header.img img {
margin: 0;
}
main header.img h1 {
border-bottom: none;
background: rgba(66, 33, 11, .7);
padding: 15px 35px;
margin: 0;
width: 800px;
font-size: 20px;
color: #FFF;
font-weight: normal;
text-align: right;
position: absolute;
bottom: 0;
}
.ie8 main header.img h1 {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BB42210B', endColorstr='#BB42210B',GradientType=0 );
}

/*平文
-----------------------------------------*/
p {
margin-bottom: 1em;
line-height: 160%;
}
section p {
clear: both;
text-align: center;
line-height: 2.5;
}
section > div,
.theme-tmp + div {
display: block;
clear:both;
margin: 20px 35px 2em;
}
section > div {
margin: 0 0 3.5em;
}

/* dalとhibiの中央寄せ */
.box{
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 35%;
}

/*menu menuとflower menu
-----------------------------------------*/
.menu, .flower{
  margin: 0 auto;
  text-align: center;
  width: 730px;
}
.menu .hena{
  text-indent: 1em;
}
.popular{
  font-size: 0.7rem;
  text-align: left;
  margin: -10px;
}

/*organic menu
-----------------------------------------*/
.organic p{
  text-align: left;
  margin: 0 auto;
}

.care {
  margin: 0px auto;
  padding-bottom: 50px;
}

.trouble{
  margin: 60px auto;
  text-align: left;
  width: 300px;
}

/*画像
-----------------------------------------*/
main img {
vertical-align: bottom;
}
main #slider img {
margin: 0;
}

/* 文章＋画像設定
-----------------------------------------*/
article div {
float: left;
}
article div.img-wrapper {
margin: 0 20px 20px 0;
padding: 5px;
}

/*逆レイアウト*/
article.reverse div {
float: right;
}
article.reverse div.img-wrapper {
margin: 0 0 20px 20px;
}

/*ページ送り
-----------------------------------------*/
main > ol {
background: rgba(255, 255, 255, .7);
padding: 90px 0 0 0;
text-align: center;
}
.ie8 main > ol {
background: url(../img/ie8.png);
}
main > ol li {
display: inline-block;
border: 1px solid #B3B3B3;
background: #000;
color: #DDDDDD;
padding: 5px 8px;
font-size: 16px;
}
main > ol li a {
display: block;
background: #FFF;
color: #B3B3B3;
padding: 5px 8px;
margin: -5px -8px;
text-decoration: none;
}
main > ol li a:hover {
background: #000;
color: #DDDDDD;
}

/*普通のリスト
-----------------------------------------*/
main ul {
margin: 0 0 0 1em;
list-style: none;
list-style-image: none;
}
main ul li {
margin: 0 0 6px 0;
list-style: none;
list-style-image: none;
display: block;
text-align: left;
margin: 0 auto;
text-indent: -2em;
list-style: none;
display: block;
padding: 20px;
border-top: none;

}
main ul li:before {
/* content: "・"; */
margin-left: -1em;
list-style: none;
list-style-image: none;
}

/* テーブル（記事）
-----------------------------------------*/
div > table {
border-spacing: 2px;
border-collapse: separate;
margin: 1em 0 0 0;
font-size: 12px;
width: 100%;
}
div > table caption {
text-align:left;
font-weight: normal;
background: #42210B;
color: #FFF;
padding: 5px;
margin: 0 2px;
}
div > table td, div > table th {
border: 1px #F2E5D2 solid;
padding: 10px 5px;
}
div > table th {
text-align:left;
white-space: nowrap;
width: 5em;
font-weight:normal;
background-color: #DDAB68;
color: #42210B;
}
div > table td {
background-color: #FBF8EF;
}
table + p,
table + ul {
margin-top: 1em;
}

/* テーブル(大)
-----------------------------------------*/
section > table {
border-spacing: 1px;
border-collapse: separate;
margin: 1em 0 0 0;
width: 100%;
}
section > table td, section > table th {
border: 1px #F2E5D2 solid;
padding: 10px 5px;
color: #231815;
}
section > table th {
text-align:left;
white-space: nowrap;
width: 20%;
font-weight:normal;
background-color: #DDAB68;
color: #42210B;
}
section > table td {
background-color: #FBF8EF;
}


/* topページ専用
-----------------------------------------*/
body.top #mainContent {
padding-bottom: 50px;
}
body.top main:after {
display: none;
}
body.top .theme-tmp {
margin: 10px 0;
}
body.top:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 500px;
top: 20px;
left: 0;
right: 0;
background: url(../img/top-back.png) center repeat-y;
z-index: 1;
}
body.top #wrapper {
z-index: 1000;
position: relative;
}
body.top main aside {
margin: 20px 0;
}
body.top main aside dl {
border: 1px solid #FFF;
color: #42210B;
margin-bottom: 15px;
padding: 10px 0;
display: table;
table-layout: fixed;
}
body.top main aside dl dt,
body.top main aside dl dd {
padding: 0 10px;
display: table-cell;
vertical-align: middle;
}
body.top main aside dl dt {
text-align: center;
}
body.top main aside dl dd {
border-left: 1px solid #FFF;
}
body.top main aside dl.one {
width: 100%;
}
body.top main aside dl.two {
width: 49%;
float: left;
clear: both;
}
body.top main aside dl.two.end-line {
margin-left: 2%;
clear: none;
}
body.top main aside dl.two dt {
width: 20%;
}

