@charset "UTF-8";

/*基本設定
-----------------------------------------*/
* {
margin: 0;
padding: 0;
font-weight: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
li {
list-style: none;
}
a img {
border: none;
vertical-align: middle;
}
html {
min-height: 100%;
position: relative;
}
body {
padding: 0;
margin: 0;
position: relative;
font-size: 14px;
color: #000;
line-height: 1.2;
font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
background: #F2F2F2;
-webkit-text-size-adjust: 100%;
}
a {
color: #603813;
}
a:hover {
color: #B36823;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
main, header, footer, section, article, figure ,figcaption {
display: block;
}
body > header:after,
body > header + div:after,
article:after,
ul:after {
content: "";
display: block;
clear: both;
height: 100%;
width: 0;
}

/*ヘッダー
-----------------------------------------*/
body > header {
position: relative;
background: url(../../img/index01.jpg) no-repeat bottom center;
background-size: cover;
}
body.touchDevice > header {
padding-top: 30px; 
}
section > div {
padding: 3% 3% 3em;
}
body > header #header-wrapper {
padding: 3%;
background: rgba(255, 255, 255, .6);
}
.ie8 body > header #header-wrapper {
background: url(../img/back-ie8_01.png);
}
body > header button {
width: 50%;
height: 35px;
position: absolute;
top: 0;
display: none;
background: #000;
border: none;
border-top: 1px solid #999;
border-left: 1px solid #666;
color: #FFF;
font-size: 14px;
}
body.touchDevice > header button {
display: block;
}
body > header button#swPC {
left: 0;
}
body > header button#swSP {
right: 0;
}
body > header h1 {
font-size: 36px;
text-align: center;
margin-bottom: 10px;
}
body > header h2 {
font-size: 14px;
margin-bottom: 10px;
font-weight: normal;
}
body > header nav {
font-size: 20px;
}
body > header nav > ul > li {
text-align: center;
margin-bottom: 5px;
position: relative;
}
body > header nav > ul > li > a,
body > header nav li span {
display: block;
padding: 10px;
text-decoration: none;
color: #000;
}
body > header nav li a:hover {
color: #000;
background: rgba(255, 255, 255, .6);
}
.ie8 body > header nav li a:hover {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40FFFFFF', endColorstr='#40FFFFFF',GradientType=0 );
background-image: url(../img/trancepercent.png);
}
body > header nav li ul {
width: 100%;
text-align: left;
border-top: none;
background: rgba(255, 255, 255, .6);
padding: 10px;
}
.ie8 body > header nav li ul {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40FFFFFF', endColorstr='#40FFFFFF',GradientType=0 );
background-image: url(../img/trancepercent.png);
}
body > header nav li ul li,
body > header nav li ul li a {
display: inline-block;
}
body > header nav li ul li a:hover {
background: none;
}
body > header nav li ul li:after {
content: "｜";
}
/*フッター
-----------------------------------------*/
footer {
clear: both;
}
footer small {
display: block;
text-align: center;
font-size: 12px;
line-height: 30px;
background: #333;
width: 100%;
height: 30px;
position:absolute;
bottom:0;
color: #FFF;
font-family: sans-serif;
}

/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}

/*ベースレイアウト系
-----------------------------------------
-----------------------------------------*/
section {
background-color: #F2F2F2;
}
section.odd {
background-color: #FFF;
}
section.secNo1 {
}
section.secNo2 {
}
section.secNo3 {
}
article {
padding: 20px 0;
}
.text article {
border-bottom: 1px solid #CCC;
padding: 10px 0;
margin-bottom: 20px;
}

/*大見出し
-----------------------------------------*/
section h1 {
margin-bottom:10px;
font-size: 24px;
text-align: center;
font-weight: normal;
padding-top: 20px;
}


/*中見出し
-----------------------------------------*/
section header {
margin-bottom:10px;
}
section h2 {
font-size: 16px;
}
section time {
display: block;
font-size: 12px;
text-align: right;
margin-top:3px;
}


/*画像
-----------------------------------------*/
article img {
width: 100%;
margin-bottom: 10px; 
}


/*平文
-----------------------------------------*/
p {
margin: 20px 35px 35px;
line-height: 160%;
}
section p {
margin: 1em 0;
}
article p.price {
text-align: right;
margin-top: -.5em;
font-size: 18px;
}

/*普通のリスト
-----------------------------------------*/
main ul {
margin: 0 0 0 1em;
}
main ul li {
margin: 0 0 6px 0;
}
main ul li:before {
content: "・";
margin-left: -1em;
}


/* テーブル
-----------------------------------------*/
table {
border-spacing: 0;
border-collapse: collapse;
margin: 0 0 10px 0;
}
table caption {
text-align:left;
}
td, th {
border-bottom: 1px #CCC solid;
padding: 20px 5px 10px;
vertical-align: top;
}
th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight:normal;
}

/*このページの上へ戻る
-----------------------------------------*/
section {
position: relative;
}
section a[href="#top"] {
position: absolute;
bottom: 10px;
left: 10px;
}

/* Googleマップ
-----------------------------------------*/
.google-map {
position: relative;
padding-bottom: 75%; /*縦横比*/
height: 0;
overflow: hidden;
margin-bottom: 10px;
}
.google-map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



