@charset "utf-8";

/*共通*/

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-size: 13px;
  font-size: 1.3rem;
  color: #333333;
}

input, select, textarea, button {
  appearance: none;
  padding: 0;
  border-radius: 0;
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

a:link, a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover, a:active {
  color: #333333;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha( opacity=80)”;
}

nav a:hover {
  background: #FFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha( opacity=80)”;
}

.pcOnly {
  display: none;
}

main {
  margin-bottom: 30px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.mb10 {
  margin-bottom: 10px;
}

header {
  width: 1000px;
  margin: 10px auto 30px;
}

.navi {
  margin-top: 10px;
}

.navi li {
  padding-right: 20px;
}

#headerMenu {
  background: #2d1a16;
}

.newsArea{
  background: #fff7f4;
  text-align:center;
  padding: 10px 0;
}
.newsArea a{
display:block;
}

#headerMenu .dropdwn {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}

#headerMenu ul {
  text-align: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}

#headerMenu li {
  max-width: calc(1200px/5);
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 2;
}

.dropdwn>li {
  z-index: 30;
}

.dropdwn02>li {
  z-index: 10;
}

#headerMenu .dropdwn>li {
  width: 1200px;
  display: inline;
}

#headerMenu .dropdwn_menu {
  width: 100%;
  display: none;
  position: absolute;
  padding: 0;
  background: rgba(66, 32, 25, 0.9);
}

#headerMenu .dropdwn_menu li {
  width: 100%;
}

#headerMenu .dropdwn_menu li a {
  padding: 5px 0;
  margin: -5px 5px -5px -5px;
  display: block;
  color: #fff;
}

#headerMenu li a:hover {
  color: #fff;
}


/*main*/

#mainArea {
  width: 1000px;
  margin: 10px auto;
}

#leftArea {
  width: 260px;
  float: left;
  margin-right: 20px;
}

#rightArea {
  float: right;
  width: 720px;
}

.simply-scroll-container {
  position: relative;
  margin: 60px 0 50px;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  padding: 0;
  margin: 0;
  width: 150px;
  height: 150px;
}

.simply-scroll-list li img {
  display: block;
}


/* 表示ボタン */



.openBtn {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #2d1a16;
  border-left: 10px solid #2d1a16;
  color: #2d1a16;
}

.openBtn:hover {
  opacity: 0.7;
}


/* 説明文 */

.textArea {
  display: none;
  padding: 10px 10px 30px 10px !important;
  color: #2d1a16;
}
.textArea a{
display:block;
}

/* 表示ボタン ー 逆三角アイコン */

.faColor {
  color: #2d1a16;
}

#menu li {
  line-height: 2.5;
}

#price h2 {
  color: #FFF;
  padding: 5px;
  background: #2d1a16;
}

#price li {
  line-height: 2;
}

#price a:hover {
  background-color: #ccc;
}

#bn260 p {
  margin-bottom: 5px;
}

#bn260 h2 {
  padding: 5px;
  border-bottom: 1px solid #2d1a16;
  color: #2d1a16;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: bold;
}

.tab-group{
    display: flex;
    justify-content: center;

}
.tab{
    flex-grow: 1;
    padding:5px;
    list-style:none;
    border:solid 1px #CCC;
    border-radius: 5px 5px 0 0;
    border-bottom:none;
    text-align:center;
    cursor:pointer;
}
.panel-group{
    font-size:12px;
    height:250px;
    border-top:solid 3px #2d1a16;
    margin-bottom:10px;
    padding-top:10px;
    background:#ededed;
}

.rank01{
    padding-top:30px;
    background: url(../images/rank_no01.gif) no-repeat left 5px top 1px;
}

.rank02{
    padding-top:30px;
    background: url(../images/rank_no02.gif) no-repeat left 5px top 1px;
}

.rank03{
    padding-top:30px;
    background: url(../images/rank_no03.gif) no-repeat left 5px top 1px;
}

.rank04{
    padding-top:30px;
    background: url(../images/rank_no04.gif) no-repeat left 5px top 1px;
}

.rank05{
    padding-top:30px;
    background: url(../images/rank_no05.gif) no-repeat left 5px top 1px;
}

.panel{
    display:none;
}
.tab.is-active{
    background:#2d1a16;
    color:#FFF;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
}


#newItems table td {
  border-right: 1px dashed #2d1a16;
  border-left: 1px dashed #2d1a16;
  border-bottom: 1px dashed #2d1a16;
  padding: 10px;
}

#newItems p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

#popularItems p {
  margin-bottom: 10px;
}

#brand h2 {
  margin-bottom: 10px;
}

#brand li {
  float: left;
  margin: 0 15px 15px 0;
}

#brand li:last-child {
  margin-right: 0;
}
#newsArea{
background:#fff7f4;
padding:50px 0;
}
#newsArea h2{
font-size:30px;
  margin-bottom:20px;
  font-weight:bold;
}
#newsArea p.text{
  margin-top: 30px;
font-size:15px;
}
#newsArea p.text span{
font-size:20px;
  color: red;
  font-weight:bold;
}

.logo {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}


footer {
  background: #efefef;
  padding-bottom: 30px;
}

#footerInfo h2 span {
  font-size: 30px;
}

#footerInfo h3 {
  padding: 5px;
  border-bottom: 1px solid #2d1a16;
  color: #2d1a16;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: bold;
}

#footerInfo strong, #footerInfo h4 {
  color: red;
}

#footerInfo {
  padding-top: 50px;
  width: 1000px;
  margin: 0 auto;
}

.box {
  background: #fff;
  padding: 20px;
  margin: 10px;
  position: relative;
}

.h350 {
  display: block;
  min-height: 350px;
}

.more {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.copy {
  margin-top: 30px;
  text-align: center;
}

.floating {
  position: fixed;
  right: 28px;
  bottom: 28px;
  margin: 0;
  padding: 0;
  width: 80px;
  overflow: hidden;
  z-index: 1000;
  list-style: none;
}



.rightlogo:hover{
 right: 10px;
}

/*===================================================================

	769px～ For tablet

====================================================================*/

@media screen and (min-width: 768px) and (max-device-width: 1024px), print {
  header, main, footer {
    width: 1000px;
  }
}


/*===================================================================

	For SP

====================================================================*/

@media screen and (max-device-width: 768px), print{
  header, main #mainArea, footer #footerInfo {
    width: 100%;
  }

#leftArea{
  display:none;
}

#headerMenu .dropdwn{
  display:none;
}

.slider li{

}

#rightArea {
  clear: both;
  width: 100%;
}
#GoQSystem{
  display:none;
}



}


/*=================================

	clearfix

=================================*/

.clear:after {
  content: "";
  clear: both;
  display: block;
}
