@charset "UTF-8";
/* ----------------------------------
    Bauhutteコンテンツ連動セール
---------------------------------- */
body {
  background-color: #000;
  color: #fff; 
}

.bauhutte {
  color: #fff;
}

/* ---------mouseover---------*/
a.bauhutte:hover {
	color: #fff;
	text-decoration: underline;
}

a.bauhutte {
	color: #fff;
	text-decoration: none;
}

a.bauhutte:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/* ---------bauhutte---------*/
#container_bauhutte{
  width:100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 auto;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

#main_bauhutte {
  background-color: #000;
  color: #fff; 
  width: 100%;
  padding-bottom: 220px;
  margin: 0 auto;
}

#header_bauhutte {
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  border-top: 4px solid #fff;
  z-index: 1000;
  font-size: 1.4rem;
  color: #fff;
}

#footer_bauhutte {
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  font-size: 1.4rem;
  color: #fff;
}

.logo_bauhutte{
  display: block;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

#content .recProducts-bauhutte {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

#content .recProducts-bauhutte ul {
  display: flex;
  flex-wrap: wrap;
}

#content .recProducts-bauhutte ul li {
  width: 20%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

#content .recProducts-bauhutte ul li dl {
  padding: 0 5px 20px;
}

#content .recProducts-bauhutte ul li dl dt {
  padding: 3px 2px;
  text-align: center;
  margin-bottom: 10px;
}

#content .recProducts-bauhutte ul li dl dt.txt {
  background: #262626;
  height: auto;
}

#content .recProducts-bauhutte ul li dl dt.catch {
  text-align: left;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,Verdana,Arial,sans-serif,"MS Pゴシック";
  font-feature-settings: "palt" 1;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 0 20px;
  padding: 7px;
}

#content .recProducts-bauhutte ul li dl dd .productImg-bauhutte {
  margin-bottom: 10px;
  text-align: center;
}

#content .recProducts-bauhutte ul li dl dd .productImg-bauhutte img {
  max-width: 230px;
  height: auto;
}

#content .recProducts-bauhutte ul li dl dd .productName-bauhutte {
  margin-bottom: 10px;
  padding: 15px 0;
  word-wrap: break-word;
  font-size: 1.4rem;
  font-color: #fff;
}

#content .recProducts-bauhutte ul li dl dd .salesPrice-bauhutte {
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  margin: 10px 0 0;
}

#content .recProducts-bauhutte ul li dl dd .salesPriceoff-bauhutte {
  font-size: 115%;
  font-weight: bold;
  color: #fff;
  margin: 40px 0 -10px;
}

@media only screen and (max-width: 1024px) {
  #content .recProducts-bauhutte ul li {
    width: calc(100% / 3);
    font-size: 1.4rem;
  }
}

/* メニュー */
.menu-container {
  display: flex;
  justify-content: space-around; 
  list-style: none;
  padding: 0;
  margin: 30px 0;
  background-color: #333;
  flex-wrap: wrap; 
}

.menu-item {
  flex-grow: 1;
  text-align: center;
  padding: 15px 10px;
  color: white;
  text-decoration: none;
  border-right: 1px solid #777; 
}

.menu-item:last-child {
  border-right: none; 
}

/* ホバー効果 */
.menu-item:hover {
  background-color: #E0E0E0;
text-decoration: none!important;
}

/* モバイルデバイス向けのメディアクエリ */
@media (max-width: 768px) {
  .menu-container {
    flex-direction: column; 
  }

  .menu-item {
    border-right: none;
    border-bottom: 1px solid #777; 
  }
}

/* TOPへ戻る */
html{
    scroll-behavior: smooth;
}
.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}
@media(max-width:750px){
    .gotop{
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        opacity: 1;
        border: none;
        background: none;
        bottom: 10px;
        right: 10px;
    }
    .gotop::before{
        bottom: 0;
    }
}




@media only screen and (max-width: 767px) {
  #content .recProducts-bauhutte ul li {
    width: 50%;
    font-size: 1.4rem;
  }

  #content .recProducts-bauhutte ul li dl dd .salesPrice {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  #content .recProducts-bauhutte ul li dl dt.catch {
    display: block; 
    width: 100%;
    margin: 5px 0 40px;
	padding: 5 5 15px;
  }
}








