/*slider*/
.slider {
  margin-top: 5px;
  display: block;
  margin: 0 auto;
}

.bx-pager {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  left: -1px !important;
  border: 1px solid #b2a487 !important;
  margin: 0 auto !important;
  background: #fff;
}

.bx-pager-item {
  visibility: hidden;
}

/* frees pace */
.news {
  border-style: double none;
  /*border-color: #99CC66;*/
  max-width: 900px;
  padding: 18px 0 10px 0;
  margin: 0 auto;
  margin-top: 5em;
}

.news-inner {
  max-width: 1050px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  padding-left: 5px;
  color: #5d5d5d;
}

.free-space {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-left: 5px;
  color: #5d5d5d;
}

/* recommernd */
.recommend-items {
  margin-top: 3em;
}


#container{
 max-width: inherit!important;
  width:100%;
  margin:0 auto;
}

.l-main{
margin-top:-4em;
}

.item-wrapper {
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
}



/* 商品ラインナップ */
.ttl-h2 {
    border: solid 2px #0a5926;
    background: linear-gradient(#0a8e36, #0a5926);
    border-radius: 3px;
    line-height: 1.5em;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px 8px 20px;
    text-shadow: 1px 1px 0px #000;
}

/*見積もり */
.pdf-title {
    margin-bottom: 4%;
    margin-top: 3%;
    font-weight: bold;
    color: #008CBA;
}

.quote {
    display: inline-block;
    padding: 10px 80px;
    letter-spacing: 3px;
    background-color: #e70000; /* 通常時の背景色 */
    border: 1px solid #e70000; /* 通常時のボーダー色 */
    color: #ffffff; /* 通常時のテキスト色 */
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s; /* 背景色とテキスト色の変化のアニメーション */
}

.quote:hover {
    background-color: #ffffff; /* ホバー時の背景色 */
    color: #e70000; /* ホバー時のテキスト色 */
}


/* ご注文について */

.tr_informationBox_tit {

    padding: 8px 10px;
    border-radius: 4px 4px 0 0;
    background: #ddd;
    font-size: 25px;
    color: #333;
}

.information-text {
    border: solid 1px #ddd;
    border-top: 0 none;
    border-radius: 0 0 4px 4px;
    margin: 0;
    padding: 7px 27px;
    box-sizing: border-box;
      background-color: #fff;
}



.information-text b {
      font-weight: bold;
}

.padding-text{
  padding-bottom:30px
}


 /* 商品詳細ボタン */
.btnlink.more.detail-btn {
    background-color: #40c822; /* 通常時の背景色 */
      border: 1px solid #40c822; /* 通常時のボーダー色 */
      border-radius: 5px;
    font-weight: bold;

    color: #ffffff; /* 通常時のテキスト色 */
display: inline-block;
    padding: 10px 80px;
    letter-spacing: 3px;
  transition: background-color 0.3s, color 0.3s; /* 背景色とテキスト色の変化のアニメーション */
}

.btnlink.more.detail-btn:hover {
    background-color: #ffffff; /* ホバー時の背景色 */
    color: #40c822; /* ホバー時のテキスト色 */
}

