@charset "utf-8";
/* CSS Document */

html {
    width: 100%;
    height: 100%;
}

body {
font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
color:#1A1311;
width: 100%;
height:100%;
}

.continer {
    min-height: 100vh;
    padding-bottom: 100px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: -100px;
    height: auto;
}
 /*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 2px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 2px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*================================================
 * BASE css
================================================*/
header {
    display: block;
    width:100%;
    min-width: 820px;
    height: 150px;
    border-top: 20px solid #c7b299;
}

footer{
    font-size: 80%;
    width: 100%;
    min-width: 820px;
    height: 100px;
    text-align: center;
    background-color: #c7b299;
    display: block;
}

footer address {
    padding-top: 20px;
    width: 960px;
    text-align: center;
    margin: auto;
    font-size: 10px;
}

.logo {
    width: 960px;
    height: auto;
    margin: auto;
    padding: 10px 0px 10px 0px;
}

/*****グローバルナビ*****/
.topnav {
    width: 90%;
    min-width: 920px;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding: 10px 0 10px 0;
    text-align: center;
    border-bottom: thin solid #c1c0c0; 
}

.topnav li {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    margin: auto;
    padding: 0 10px 0 10px;
    border-right: 1px solid #c1c0c0;
    text-align: center;
    text-decoration: none;
}

.topnav li:last-child {
    border: none;
}

.topnav li a {
    text-decoration: none;
    font-size: 14px;
    color: #1A1311;
}

.topnav span {
    display: block;
}

.topnav li a:hover {
    transition: color 0.3s ease-out;
    color: #D5BCA0;
}

.footer_nav {
    width: 80%;
    min-width: 920px;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding: 10px 0 10px 0;
    text-align: center;
}

.footer_nav span {
    display: block;
}

.footer_nav li a:hover {
    transition: color 0.3s ease-out;
    color: #FFFFFF;
}

.footer_nav li {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  margin: auto;
  padding: 0 10px 0 10px;
  border-right: 1px solid #1A1311;
  text-align: center;
  text-decoration: none;
}

.footer_nav li:last-child {
    border: none;
}

.footer_nav li a {
    text-decoration: none;
    font-size: 12px;
    color: #1A1311;
}

.blog a {
    line-height: 38px;
}

.toi a {
    line-height: 38px;
} 

.privacy a {
    line-height: 38px;
} 

/*================================================
 * コンテンツエリア
================================================*/

/**** カテゴリーバナー ****/
.title {
    width: 960px;
    margin: auto;
    text-align: center;
    padding: 20px 0 10px 0;
}
.title h1 {
    font-size: 16px;
    font-weight: lighter;
}

.nav_area {
    width: 960px;
    margin: auto;
    padding: 20px 10px 30px 10px;
    overflow: hidden;
}

.npss {
    float: left;
    width: 170px;
    height: 370px;   
    align-items: center;
    display: flex;
}

.npss img {
    vertical-align: middle;
    margin: 0;
    width: 100%;
    height: auto;
    padding-right: 20px;
}

.main_box1 {
    float: right;
    height: 185px;
    margin: auto;
}

.main_box2 {
    float: right;
    height: 185px;
    margin: auto;
    border-top: 0.5px solid #c1c0c0;
}

/*-----追加用バナーcss---+/
.main_box3 {
    float: right;
    height: 195px;
    margin: auto;
    border-top: 0.5px solid #c1c0c0;
}
/*----ここまで、以下コピペして"box3→box4等にhtmlに合わせて変更---*/

/**** リンクバナー　右ボーダーあり ****/
.l_bn1 {
    float: left;
    width: 255px;
    height: 185px;
    margin: auto;
    padding-left: 2px;
    border-right: thin solid #c1c0c0;
    position: relative;
}

.l_bn1:hover {
    background:rgba(205, 173, 142,0.3);
   
}

.l_bn1 img {
    position: absolute;
    width: 170px;
    height: auto;
    bottom: 10px;
    left: 10px;
    margin: 2px;
}

.l_bn1 p {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-align: center;
    line-height: 1.2;
    color: #1A1311;
    font-size: 12px;
}
/**** リンクバナー　右ボーダー無し ****/
.l_bn2 {
    float: left;
    width: 255px;
    height: 185px;
    margin: auto;
    padding-left: 2px;
    position: relative;
}

.l_bn2:hover {
    background:rgba(205, 173, 142,0.3);
}


.l_bn2 img {
    position: absolute;
    width: 180px;
    height: auto;
    bottom: 10px;
    left: 5px;
    margin: 2px;
}

.l_bn2 img:last-child {
    width: 230px;
    height: auto;
    padding-left: 40px;
    margin: auto;
}

.main_box2 .l_bn2 img:last-child {
    width: 230px;
    height: auto;
    padding-left: 27px;
    top: 45px;
    margin: auto;
}


.l_bn2 p {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-align: center;
    line-height: 1.2;
    color: #1A1311;
    font-size: 12px;
}

/***** 区切り線 *****/
hr {
    width: 960px;
    margin: 0 auto 0 auto;
}


/***** お知らせ *****/
.info {
    width: 960px;
    margin: auto;
    padding-bottom: 20px;
    text-align: center;
}

.info h2 {
    font-size: 14px;
    font-weight: lighter;
    margin: auto;
    padding: 15px 0px 0px 0px;
}

.info p {
    font-size: 24px;
    font-weight: bold;
    margin: auto;
}

.info_txt ul {
    width: 860px;
    margin: auto;
}

.info_txt li {
    width: 820px;
    margin: auto;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 15px; 
}


/***** ここから商品エリア *****/

/***** 商品タイトル *****/
.label {
    width: 960px;
    height: auto;
    text-align: center;
    padding-bottom: 40px;
    font-size: 14px;
}

.label img {
    width: auto;
    height: 40px;
    margin: 25px 0px 10px 0px;
    text-align: center;
}

.no_item {
    width: 960px;
}

.no_item p {
    font-size: 20px;
    margin: auto;
    padding-top: 40px;
}

.shouhin {
    width: 960px;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding-top: 20px;
    font-size: 12px;
    color: black;
}

/*================================================
 * 商品エリア 3個
================================================*/

/***** 商品個別囲み *****/
.item_3 {
    float: left;
    width: 310px;
    height: auto;
    margin: auto auto auto 10px;
    padding: 10px 0px 10px 0px;

}

/***** 商品画像 *****/
.item_3 img {
    width: 290px;
    height: auto;
    margin: auto;
	text-align: center;
}

.item_3 img:hover {
    background:rgba(205, 173, 142,0.3);
}

/***** 商品詳細 *****/
.item_3 table {
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
}

/*================================================
 * 商品エリア 4個
================================================*/

/***** 商品個別囲み *****/
.item {
    float: left;
    width: 230px;
    height: auto;
    margin: auto auto auto 10px;
    padding: 10px 0px 10px 0px;

}

/***** 商品画像 *****/
.item img {
    width: 210px;
    height: auto;
    margin: auto;
}

.item img:hover {
    background:rgba(205, 173, 142,0.3);
}

/***** 商品詳細 *****/
.item table {
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
}

a.cp_btn {
    display: block;
    width: 160px;
    padding: 0.3em 0.5em;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    transition: .4s;
    background: #c7b299;
    border: 2px solid #c7b299;
    margin: auto;

}
a.cp_btn:hover {
    background: #fff;
    color: #c7b299;
    border: 2px solid #c7b299;
}

/*================================================
 *  お断り
 ================================================*/
.disclaimer {
    width: 960px;
    margin: auto;
    padding: 10px 0px 20px 0px;
    text-align: center;
}

.disclaimer h2 {
    font-size: 14px;
    font-weight: lighter;
    margin: auto;
    padding-bottom: 5px;
}

.disclaimer p {
    font-size: 20px;
    font-weight: bold;
    margin: auto;
}

.dis1_txt {
    width: 860px;
    margin: auto;
    padding-left: 120px;
    padding-bottom: 10px;
    color: #8e765c;
}

.dis1_txt li {
    width: 860px;
    margin: auto;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 5px; 
}

.dis2_txt {
    width: 860px;
    margin: auto;
    padding-left: 120px;
    padding-bottom: 30px;
    text-indent: 1em;
}

.dis2_txt a {
    color: #2A2A2A;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}
.totop img {
    background:#c7b299;
    border-radius: 10px;
    border: solid 1px rgba(255, 255, 255, 0.6);
}
.totop img:hover {
    background:rgba(255, 255, 255, 0.3);
    border: solid 1px #c7b299;
}
