@charset "UTF-8";
html,
body {
    margin: 0px;
    padding: 0px;
    background: url(../img/bg_header.jpg) no-repeat top;
    background-size: 1040px;
    background-position-y: 134px;
}

a:hover {
    text-decoration: none;
}


/*ヘッダー------------------------------------------*/

#header-bar {
    height: 10px;
    width: 100%;
    background-color: #493a31;
}

header {
    margin: 2.5% auto;
    overflow: hidden;
}

header nav {
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
}

header nav a>img {
    float: left;
    width: 30%;
    padding-top: 1%;
}

header nav ul {
    float: right;
    width: 45%;
}

header nav ul li {
    float: right;
    width: 11%;
    list-style: none;
}

header nav ul li img {
    width: 100%;
}

header nav ul li.l_space {
    margin-left: 3%;
}

#list {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PM";
    font-size: 1.6rem;
    text-align: center;
    padding: 5%;
    position: fixed;
    width: 80%;
    height: 80%;
    top: calc((100% - 80%)/2);
    left: calc((100% - 70%)/2);
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
    z-index: 1;
    opacity: 1;
    overflow: scroll;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    transform: scale(0);
}

#list.on {
    opacity: 1;
    transform: scale(1);
}

#list li {
    line-height: 2.63;
    list-style: none;
}

#list li.outlink a {
    background: url("../img/lbl_outlink.jpg") no-repeat left;
    padding-left: 5%;
    background-size: 1rem;
}

#list li a {
    text-decoration: none;
    color: #231815;
}

#list li.last a {
    font-size: 2.6rem;
    color: #ccc;
}


/*ヘッダー end------------------------------------------*/


/*ナビ------------------------------------------*/

#nav {
    margin: 0px auto;
    width: 900px;
    overflow: hidden;
}


/*ナビ end------------------------------------------*/


/*メイン------------------------------------------*/

#main {
    width: 900px;
    height: 100%;
    margin: 0px auto;
    background-color: #FFF;
    overflow: hidden;
    margin-bottom: 20px;
}

#main img {
    vertical-align: bottom;
}


/*メイン　end------------------------------------------*/


/*コンテナ------------------------------------------*/

#container {
    width: 900px;
    height: 100%;
    margin: 0px auto;
    text-align: left;
    z-index: 99;
    overflow: hidden;
}

#outercontainer {
    height: 100%;
    overflow: auto;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    padding: 0 0 0px 0;
}

#main-box {
    width: 620px;
    text-align: center;
    margin: 80px auto 0;
    padding: 40px 20px 40px 20px;
    background-color: #FFF;
}

#main-box2 {
    width: 900px;
    margin: 0 auto;
    padding: 40px 20px 40px 160px;
    background-color: #FFF;
}

#main-box3 {
    float: right;
    width: 620px;
    text-align: center;
    margin: 0 auto;
    padding: 40px 20px 40px 20px;
    background-color: #FFF;
}

#main-box-1col {
    width: 900px;
    text-align: left;
    margin: 109px auto 0;
    padding: 40px 20px 40px 20px;
    background-color: #FFF;
}

#main-box-1col h4 {
    background-image: url(../img/tab86.png);
    padding: 0px 0 0 20px;
    background-repeat: no-repeat;
    line-height: 31px;
    color: #6A3906;
    text-align: left;
    margin: 0 0 20px 0px;
    display: block;
    width: 860px;
    height: 32px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#main-box-1col-site {
    width: 900px;
    text-align: left;
    margin: 0 auto;
    padding: 40px 20px 40px 20px;
    background-color: #FFF;
}

#main-box-1col-site h4 {
    background-image: url(../img/tab86.png);
    padding: 0px 0 0 20px;
    background-repeat: no-repeat;
    line-height: 31px;
    color: #6A3906;
    text-align: left;
    margin: 0 0 20px 0px;
    display: block;
    width: 860px;
    height: 32px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#main-box-1col-site p {
    font-size: 12px;
    line-height: 200%;
    padding-left: 30px;
}

#submenu {
    float: left;
    width: 210px;
}

#submenu ul {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#submenu ul li {
    border-bottom: #000 solid 1px;
}

#submenu ul li a {
    background-color: #493a31;
    color: #FFF;
    display: block;
    text-decoration: none;
    padding: 15px;
}

#submenu ul li a:hover {
    background: #FFF;
    /*背景色*/
    color: #000;
    /*文字色*/
    text-decoration: none;
}

#shoplist a {
    background-color: #000;
    color: #FFF;
    display: block;
    text-decoration: none;
    padding: 15px;
}

#shoplist a:hover {
    background: #FFF;
    /*背景色*/
    color: #000;
    /*文字色*/
    text-decoration: none;
}


/*コンテナ　end------------------------------------------*/


/*box------------------------------------------*/

.frame-box {
    padding: 0;
    margin: 0 0 15px 0;
}

.center {
    text-align: center;
}

.midashi {
    padding: 0;
    margin: 10px 0 15px 0;
}

.mg-bottom {
    margin: 0 0 30px 0;
}


/*box　end------------------------------------------*/


/*copy-----------------------------------------*/

.yokoku {
    padding: 10px 0 10px 0;
    font-size: 10px;
    letter-spacing: -0.1em;
    line-height: 150%;
    color: #999;
}

.yokoku2 {
    padding: 10px 0 0 0;
    font-size: 9px;
    letter-spacing: 0em;
    line-height: 150%;
    color: #999;
}

.chu {
    font-size: 14px;
    letter-spacing: 0em;
    margin-bottom: 20px;
    text-align: right;
}


/*copy　end------------------------------------------*/


/*footer------------------------------------------*/

footer {
    background: url("../home/img/footer/bg_footer.jpg") no-repeat bottom;
    background-size: 1086px;
    height: 300px;
    text-align: center;
    font-weight: 100;
}

footer ul {
    margin: 0 auto;
    overflow: hidden;
    width: 60%;
    padding-bottom: 16px;
}

footer ul li {
    float: left;
    width: 42%;
    list-style: none;
}

footer ul li img {
    width: 100%;
}

footer ul li.l_space {
    margin-left: 6%;
}

footer small {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
}


/*footer　end------------------------------------------*/


/*table design　start------------------------------------------*/


/*table design end------------------------------------------*/


/*コンセプト-----------------------------------------*/


/*コンセプト-----------------------------------------*/


/*ロケーション-----------------------------------------*/


/*ロケーション------------------------------------------*/


/*素材-----------------------------------------*/


/*ＴＯＰインフォメーション-----------------------------------------*/

.info-box-left {
    padding: 0;
    width: 478px;
    height: 100%;
    float: left;
}

.info-box-left .mems {
    margin-bottom: 20px;
}

.info-box-right {
    padding: 0;
    width: 350px;
    height: 100%;
    float: right;
    border-bottom: #000 solid 1px;
}

.info-box-right p {
    line-height: 1.8em;
}

.news {
    border-top: #000 solid 1px;
    margin-bottom: 10px;
    font-size: 13px;
}

.news-title {
    padding-left: 10px;
    width: 40px;
    height: 100%;
    float: right;
}

.map {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.clear {
    clear: both;
}

#logo {
    width: 400px;
    float: left;
}

#links {
    width: 100%;
    text-align: center;
    font: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 12px;
    padding: 10px 0 10px 0;
}

#links a {
    color: #000;
}

#links a:hover {
    color: #493a31;
}

.privacy {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 16px;
    text-align: left;
    line-height: 1.5em;
}

#pagetop {
    clear: both;
    text-align: right;
}

#pagetop a {
    background-color: rgba(255, 255, 255, 0.7);
    /*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（0.7＝70％）の指定。*/
    color: #90805a;
    /*文字色*/
    text-decoration: none;
    text-align: center;
    width: 14em;
    /*ボックスの幅*/
    font-size: 10px;
    /*文字サイズ*/
    letter-spacing: 0.1em;
    /*文字間隔。少し広げる設定。*/
    display: inline-block;
    border-radius: 10px;
    /*角丸のサイズ*/
}

#pagetop a:hover {
    background-color: rgba(255, 255, 255, 1);
    /*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（1＝100％）の指定。*/
    color: #90805a;
}

#main-box p {
    text-align: left;
    font-size: 12px;
    line-height: 180%;
    padding: 0 0 20px 0;
    margin: 0;
}

#main-box h3 {
    width: 560px;
    text-align: left;
    margin: 0 0 20px 30px;
    display: block;
}

#main-box h4 {
    background-image: url(../img/tab.png);
    padding: 0px 0 0 20px;
    background-repeat: no-repeat;
    line-height: 31px;
    color: #6A3906;
    text-align: left;
    margin: 0 0 0 30px;
    display: block;
    width: 540px;
    height: 32px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#main-box h5 {
    color: #6A3906;
    text-align: left;
    margin: 0 0 5px 0;
    display: block;
}

#main-box .read {
    display: block;
    width: 560px;
    margin: 20px 0 20px 30px;
}

#main-box .aisatu {
    text-align: right;
}

#main-box .box {
    position: relative;
    width: 560px;
    margin: 20px 0 40px 30px;
}

#main-box .box img {
    float: left;
    margin: 4px 20px 10px 0;
}

#main-box .box p {
    overflow: auto;
    zoom: 1;
}

#main-box .box2 {
    position: relative;
    width: 560px;
    margin: 20px 0 40px 30px;
}

#main-box .box2 img {
    float: right;
    margin: 4px 0 10px 20px;
}

#main-box .box2 p {
    padding: 0;
    display: block;
}

#main-box .box3 {
    position: relative;
    width: 560px;
    margin: 20px 0 40px 30px;
}

#main-box .box3 img {
    float: left;
    margin: 4px 20px 10px 0;
}

#main-box .box4 {
    position: relative;
    width: 560px;
    margin: 20px 0 40px 30px;
}

#main-box .box4 img {
    margin: 4px 20px 10px 0;
}

.gaiyo {
    width: 560px;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-left: 30px;
    font-size: 12px;
    margin-bottom: 30px;
}

.gaiyo th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #493a31;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.gaiyo td {
    text-align: left;
    width: 75%;
    padding: 10px;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#product {
    width: 860px;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-left: 0px;
    font-size: 12px;
    margin-bottom: 30px;
}

#product th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #493a31;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#product td {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#product2 {
    width: 300px;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-left: 0px;
    font-size: 12px;
    margin-bottom: 30px;
}

#product2 th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #493a31;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#product2 td {
    padding: 10px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.product-read {
    text-align: left;
    font-size: 12px;
}

#tel-order {
    padding: 20px 0 0px 0;
    color: #6A3906;
    text-align: left;
    margin: 0;
    display: block;
    font-size: 20px;
}

.pink {
    background-color: #FFEAF5;
    font-weight: bold;
}

#product-top {
    position: relative;
    width: 100%;
    height: 100px;
}

#product-top h3 {
    position: absolute;
    width: 300px;
}

#product-top p {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 350px;
    font-size: 12px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*/
    /*/
  height: auto;
  overflow: hidden;
  /**/
}

.bk-or1 {
    background-color: #fde9d9;
}

.bk-or2 {
    background-color: #fcd5b4;
}

.bk-y {
    background-color: #fdf7e1;
}