@charset "UTF-8";

.row{
    display: flex;
}


/*-----------------------------------------
レイアウト
----------------------------------------- */

body{
    background: url(../img/temp/page_t.jpg) center bottom repeat-x;
}

.wrapper{
    background: #fff;
    width:800px;
    margin:auto;
    box-shadow: 12px 0px 8px -8px #eaf4ec, -12px 0px 8px -8px #eaf4ec;
}

header{
    width:800px;
    margin:auto;
}

.container{
    display: flex;
    justify-content: space-between;
    
}

.sidebar{
    width:240px;
}

main{
    width:552px;
    padding:10px;
}

/*-----------------------------------------
サイドグローバルナビ
----------------------------------------- */
.sidebar{
    flex-basis: 240px;
    padding:4px;
}

.g-nav li{
    width:240px;
    text-align:center;
    line-height:100%;
    font-size:1.8rem;
    border-bottom: 2px dotted #808183;
    color:#999;
    display: block;
}

.g-nav li a{
    display: block;
    padding:10px;
}
.g-nav li a:hover{
    background:#E8F29C;
}

/*-----------------------------------------
footer
----------------------------------------- */
footer{
    background:#9AD488;
    width:100%;
    padding:20px;
}

.copyright{
    text-align: center;
    font-size:1.3rem;
}

.copyright p{
    color:#fff;
}


/*-----------------------------------------
見出し
----------------------------------------- */

.heading-sec,.heading-sec a, .heading-sec a:link, .heading-sec a:visited, .heading-sec a:hover
{
  margin-bottom:10px;
  font-weight: normal;
  font-size: 2.1rem;
  color: #006837;
}

.heading-sec-sub{
    color:rgb(51, 153, 102);
    font-size:1.6rem;
    font-weight: normal;
}

/*===================================================
TOPページ
=================================================== */

.about-shop{
    display: flex;
}
.about-shop > div:first-of-type{
    flex-basis:320px
}
.shop-access{
    display: flex;
    margin-bottom:20px;
}
.shop-access > div:first-of-type{
    flex-basis: 160px;
    font-size:1.4rem;
}

/*===================================================
方針ページ content07
=================================================== */

.staff-info > div:last-of-type{
    padding:10px;
}
.staff-info dl dt{
    font-size:1.6rem;
}

.staff-info dl dt span{
    font-size:1.2rem;
}
