/* CSS Document */

/* =============================================
share
================================================ */
article, aside, canvas, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  display: block; }

.pc {
  display: block; }

.mb {
  display: none; }

a {
  color: white;
    text-decoration: none;
}

a:hover {
    color: #BE8C46; }


#toTop {
  position: fixed;
  bottom: 100px;
  right: 0; }


body{
    background: #053806;
    color: white;
}
section{
    position: relative;
    width: 680px;
    padding: 0 20px;
    margin: auto;
    padding-left: 280px;
}

section article#main h1{
    text-align: center;
    padding:70px 0 50px;
}
section article#main h2{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 130%;
    line-height: 180%;
    font-weight: normal;   
    width: 490px;
    margin: 0 auto;
}
section article#main p{
    font-size: 85%;
    line-height: 180%;
    width: 490px;
    margin: 30px auto 0;
}
section aside{
    padding-left: 55px;
    width: 185px;
    position: absolute;
    left: 20px;
    top: 0;
    padding-top: 80px;
    height: 100%;
    background: url(img/side_back.png) repeat;
}
section aside img{
    margin-bottom: 10px;
}
section aside h3{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 130%;
    font-weight: normal;
    margin-bottom: 30px;
}

section aside li{
    padding: 8px 0;
    font-size: 85%;
	 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
section aside li a{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
article#shop_info{
    border-top: solid 1px white;
    padding: 20px 0;
    margin-top: 80px;
}
article#shop_info h2{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: -35px;
    margin-bottom: 25px;
    background: #053806;
    width:110px;
}
article#shop_info .cont { zoom: 1; }

article#shop_info .cont:after { content: ""; display: block; clear: both; }

article#shop_info .cont div{
    float: left;
    width: 48%;
}
article#shop_info .cont #blog{
    border-left: 1px dashed white;
    padding-left: 3%;
    position: relative;
}
article#shop_info .cont #blog span:before{
    content: "";
    display: block;
    position: absolute;
    right: 70px;
    top: -40px;
    width: 71px;
    height: 72px;
    background: url(img/check.png) no-repeat center;
}
article#shop_info .cont #blog a:hover span:before{
    background: url(img/check_on.png) no-repeat center;
}
article#shop_info .cont #blog span{
    display: block;
    background:url(img/blog_ico_on.jpg) no-repeat left top;
}
article#shop_info .cont #blog a:hover span img{
    opacity: 0;
    filter: alpha(0);
}

article#shop_info .cont #blog h3{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 10px;
    font-size: 100%;
}
article#shop_info .cont #blog p{
    font-size: 80%;
    margin: 10px 0;
}


article#shop_info .cont #shop{
    overflow: hidden;
    zoom:1;
}
article#shop_info .cont #shop h1{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    float: left;
    line-height: 180%;
    font-size: 110%;
    font-weight: normal;
}
article#shop_info .cont #shop p{
    float: left;
    font-size: 80%;
    line-height: 180%;
    margin-left: 20px;
}

article#shop_info .cont #shop p a{
    text-decoration: underline;
}
