/*
Theme Name: LUXMAN PRODUCT
Description: LUXMANテンプレート 製品情報
Author: LUXMAN
Author URI: http://www.luxman.co.jp/
Version: 1.0
*/

.container.lg {
  width: 100%;
  max-width: 1600px;
}

/************
 index
************/
#myTabContent>div {
  display: none;
}

#myTabContent>.active {
  display: block;
}

.item-end {
  position: relative;
  border-top: 5px solid #363636;
  padding-top: 80px;
}

.item-end:before {
  content: "生産終了モデル";
  position: absolute;
  left: 15px;
  margin-top: -60px;
  z-index: 10;
  border: 1px solid #363636;
  padding: 10px 20px;
}

#change_btn,
#change_btn2 {
  color: #fff;
  text-decoration: none;
}

.btn_categories {
  margin-bottom: 1rem;
}

.product-item {
  margin-bottom: 3em;
}

.product-img {
  position: relative;
  margin-bottom: 1rem;
}

.product-name {
  margin-bottom: 1rem;
}

.product-name h3 {
  font-weight: bold;
  margin-top: 5px;
}

.icon {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 0.5rem;
  padding: 1px 5px;
}

.icon-new {
  background-color: #c31606;
}

.icon-end {
  background-color: #a6a6a6;
}

.icon-little {
  background-color: #337ab7;
}

/************
 single
************/
.hero-header {
  position: relative;
  background-color: #363636;
}

.hero-visual img {
  width: 100%;
  max-width: 100%;
}

.hero-description {}

.hero-description_inner {
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
}

.description-excerpt {
  margin-bottom: 30px;
}

.navbar .glyphicon {
  font-size: 0.5rem;
}

#item_detail .item_box {
  padding: 30px 0;
}

.item_detail .item_detail__title {
  margin-top: .5em;
  margin-bottom: 1rem;
}

.item_detail .item_detail__caption {
  line-height: 1.8;
}

.gallery_item,
.gallery_item img {
  max-height: 200px;
}

.download_item {
  margin-bottom: 1rem;
}

.download_item .btn {
  width: 100%;
  font-size: 1rem;
  border-radius: 0;
  white-space: normal;
}

/* 受賞ロゴ 2021.05.27 */
.hero-award {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px solid #363636;
  padding: 15px 0;
  margin: 0 -5px;
}

.hero-award .hero-award__item {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  width: 20%;
  max-width: 240px;
  padding: 0 5px;
}

.hero-award .hero-award__logo {
  padding: 0 15%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hero-award {
    justify-content: center;
  }

  .hero-award .hero-award__item {
    width: 10%;
  }
}

/*--------------------------
 SEARCH
--------------------------*/
#product .searchWord {
  margin-bottom: 15px;
}

#product .searchForm {
  padding: 15px;
  margin-bottom: 15px;
  border: #ccc 1px solid;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#product .searchForm .cap {
  padding-bottom: 15px;
  border-bottom: #ccc 1px dotted;
  margin-bottom: 15px;
}

#product .searchForm .cap label {
  display: block;
}

#product .searchForm .cap_title {
  white-space: nowrap;
  margin-bottom: 5px;
}

#product .search_action {
  text-align: right;
}

/* 検索結果 */
.resultItem .itemBox {
  margin-bottom: 30px;
}

.resultItem .itemPhoto {
  position: relative;
  margin-bottom: 10px;
}

.resultItem .itemPhoto .front {
  width: 100%;
  display: block;
}

.resultItem .itemPhoto .icon:not(.new) {
  position: absolute;
  bottom: 0;
  right: 0;
}

.resultItem .itemPhoto .icon.new {
  position: absolute;
  top: 0;
  left: 0;
}

.resultItem .itemTitle {
  font-weight: bold;
  margin-bottom: 10px;
}

/*--------------------------
 VERUP
--------------------------*/
#verup h3 {
  margin-bottom: 15px;
}

#verup .verBox {
  padding: 15px;
  margin-top: 15px;
  border: #ccc 1px solid;
  background: #fff;
  border-radius: 5px;
}

#verup .verBox h4 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: #ccc 1px dotted;
}

#verup .verBox .photo {
  width: 100px;
  float: left;
  padding-top: 3px;
}

#verup .verBox .text {
  width: 420px;
  float: left;
  padding-right: 14px;
}

#verup .verBox .price {
  width: 120px;
  float: left;
  font-size: 93%;
  padding-top: 20px;
}

/*--------------------------
 CAR
--------------------------*/
#car h3 {
  margin-bottom: 1.5rem;
}

/*--------------------------
 MANUAL
--------------------------*/
#manual .searchCaption {
  margin-bottom: 30px;
}

#manual .searchCaption p+p {
  margin-top: 1em;
}

#manual .searchTable .assistive-text {
  white-space: nowrap;
  padding: 15px 0 5px;
}

#manual .searchTable input[type="text"],
#manual .searchTable select {
  width: 100%;
}

#manual .submit_area {
  margin-top: 30px;
  margin-bottom: 30px;
}

#manual_list {
  overflow-x: auto;
}

#manual_list .manual_title,
#manual_list .manual_item {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-width: 600px;
}

#manual_list .manual_title li,
#manual_list .manual_item li {
  display: table-cell;
  text-align: center;
  padding: 5px 8px;
}

#manual_list .manual_item li {
  border-bottom: 1px solid #ddd;
}

#manual_list .manual_title li:first-child,
#manual_list .manual_item li:first-child {
  width: 30%;
}

#manual_list .manual_item li.item_category,
#manual_list .manual_item li.item_name {
  text-align: left;
}

#manual_list .manual_item li.item_category {
  background-color: #eee;
}

/* ラックスマン現行製品の消費電力 */
.tableScroll {
  overflow-x: auto;
}

.es1200-guide {
  font-size: 10px;
  min-width: 600px;
  width: 100%;
  border-top: #878787 1px solid;
  border-left: #878787 1px solid;
}

.es1200-guide th,
.es1200-guide td {
  border-bottom: #878787 1px solid;
  border-right: #878787 1px solid;
  padding: 4px 10px;
}

.es1200-guide th {
  background: #f1f1f1;
}

.es1200-guide td {
  white-space: nowrap;
  text-align: center
}

@media (min-width: 768px) {
  .es1200-guide {
    font-size: 13px;
  }
}

/*--------------------------
 FAQ
--------------------------*/
.faqArea {
  margin-top: 40px;
}

.faqArea_hide::after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%)rotate(45deg);
  transition: all 0.3s;
}

.faqArea_hide.opend::after {
  transform: translateY(-70%)rotate(135deg);
}

.faqArea_title {
  font-size: 20px;
  font-weight: 700;
  background-color: #f1f1f1;
  padding: 10px 20px;
}

.faqArea_list_item_q {
  font-weight: 700;
  border-bottom: 1px solid black;
  padding: 30px 40px 30px;
  position: relative;
  cursor: pointer;
}

.faqArea_list_item_q::before {
  content: 'Q.';
  font-size: 20px;
  color: black;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: 30px;
  left: 0;
}

.faqArea_list_item_a_wrap {
  display: none;
}

.faqArea_list_item_a {
  display: flex;
  gap: 10px;
  padding: 30px;
  position: relative;
}

.faqArea_list_item_a::before {
  content: 'A.';
  font-size: 20px;
  color: black;
  font-weight: 700;
  line-height: 1.5;
}

.opend .faqArea_list_item_a {
  border-bottom: 1px solid black;
}

.faqArea_hide {
  position: relative;
}

.faqArea_hide+.faqArea_list {
  display: none;
}