@charset "UTF-8";

/* ------------------------------------------
common
------------------------------------------ */
html,
h1 {
  margin: 0;
  padding: 0;
}

h1 {
  line-height: 0;
}

figure {
  margin: 0;
  padding: 0;
}

#TB-furniture * {
  box-sizing: border-box;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.cnt_01 {
  margin-bottom: 70px !important;
}

.blk_01 {
  margin-bottom: 40px !important;
}

.blk_02 {
  margin-bottom: 20px !important;
}

.bnr_box {
  margin-bottom: 20px;
}

.bnr_box img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}

.txt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.txt_01 {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.txt_notice {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.txt_lead_01 {
  font-size: 16px;
  font-weight: bold;
  color: #3c3c3c;
  margin: 0 0 20px;
  line-height: 1.4;
}

span.marker_01 {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #ffeae9 75%);
  font-weight: bold;
}

.ttl_01 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  background-color: #632800;
  padding: 18px 20px;
  margin-bottom: 20px;
}

.ttl_02 {
  color: #632800;
  font-size: 22px;
  font-weight: bold;
  background-color: #f8f3f0;
  padding: 15px 20px;
  border-bottom: 4px solid #632800;
  margin-bottom: 20px;
}

.ttl_03 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  background-color: #ff5400;
  padding: 18px 20px;
  margin-bottom: 20px;
}
.ttl_04 {
    font-size: 32px;
    font-weight: 900;
    color: #3a2100;
    margin: 0 auto 20px;
    text-align: center;
}

@media only screen and (max-width:768px) {
.ttl_01,
.ttl_04 {
    font-size: 5.5vw;
    padding: 16px 20px;
  }
}

.list_search {
  display: flex;
  gap: 10px 10px;
  padding: 0;
  margin: 0 0 40px;
}

.list_search li {
  position: relative;
  width: calc((100% - 30px) / 4);
  list-style-type: none;
  font-size: 16px;
  font-weight: bold;
  color: #632800;
  background-color: #f1e5dc;
  border-radius: 2px;
  padding: 12px 20px;
}

.list_search li a {
  display: block;
}

.list_search li:after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  margin-top: -5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: transparent transparent #632800 #632800;
  transform: rotate(-45deg);
}

#TB-furniture figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.list_kind {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
  padding: 0;
}

.list_kind li {
  list-style-type: none;
  width: calc((100% - 36px) / 4);
  text-align: center;
}

.list_kind li img,
.list_catalog li img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.list_kind li p,
.list_catalog li p {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 1.4;
}

.list_kind li p:after,
.list_catalog li p:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: #632800 #632800 transparent transparent;
  transform: rotate(45deg);
  margin-left: 10px;
}

.list_catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}

.list_catalog li {
  list-style-type: none;
  width: calc((100% - 50px) / 6);
}
section#search_item,
section#search_tb {
  margin-bottom: 60px;
}

section#menu_relation {
  margin-bottom: 40px;
}


.wrap_contact_box {
  display: flex;
  gap: 20px;
}

.wrap_contact_box .wrap_contact_tel_box {
  display: flex;
  gap: 20px;
  flex-direction: column;
  border-right: 1px solid #ccc;
  padding-right: 30px;
  margin-right: 20px;
}

.wrap_contact_box .contact_tel_box {
  /*  border-right: 1px solid #ccc;
    padding-right: 20px;
    margin-right: 20px;*/
}

.wrap_contact_box .contact_tel_box .cap_tel {
  font-size: 14px;
  font-weight: bold;
  color: #fa7402;
  margin: 0;
  line-height: 1;
}

.wrap_contact_box .contact_tel_box .tel a {
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #fa7402;
  padding-top: 5px;
  margin: 0;
  line-height: 1;
  text-decoration: none;
}

.wrap_contact_box .contact_tel_box .tel a:before {
  content: "";
  width: 16px;
  height: 22px;
  display: inline-block;
  background-image: url(https://tools.itembox.design/item/category/aircon-all/img/ico_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.wrap_contact_box .contact_tel_box .txt {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding-top: 5px;
  margin: 0;
  line-height: 1;
}

.wrap_contact_box .contact_form_box a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  background-color: #fa7402;
  border-radius: 4px;
  margin: 0;
  padding: 20px 40px;
  line-height: 1;
}

.wrap_contact_box .contact_form_box a:hover {
  opacity: .8;
  text-decoration: none;
}

.wrap_contact_box .contact_form_box a:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 16px;
  margin: 0 10px 0 0;
  background: url(https://tools.itembox.design/item/category/aircon-all/img/ico_mail.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

#menu_flow .wrap_contact_box .contact_tel_box {
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 20px;
}

#menu_flow .wrap_contact_box .contact_tel_box .tel {
  margin: 0;
}

#menu_flow .wrap_contact_box .contact_tel_box .tel a {
  color: #fa7402;
}

/*総合問合せ*/
.wrap_inquiry_box {
  position: relative;
  border-left: 4px solid #632800;
  border-right: 4px solid #632800;
  border-bottom: 4px solid #632800;
  margin-bottom: 20px;
}
.wrap_inquiry_box .ttl_inquiry {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  background-color: #632800;
  padding: 18px 20px;
  margin-bottom: 20px;
}
.wrap_inquiry_box .man {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 230px;
  height: auto;
}

.wrap_inquiry_box .wrap_contact_box {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0 20px 20px;
  border-right: 1px solid #ccc;
}

.wrap_inquiry_box .contact_tel_box {
  /*border-right: 1px solid #ccc;
    padding-right: 20px;
    margin-right: 20px;*/
}

.wrap_inquiry_box .contact_tel_box p.tel {
  margin: 0;
}

.wrap_inquiry_box .cap {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0 0 7px;
  line-height: 1;
}

.wrap_inquiry_box .contact_tel_box .tel a {
  position: relative;
  font-size: 34px;
  font-weight: bold;
  color: #ff5400 !important;
  padding-top: 0;
  margin: 0;
  line-height: 1;
}

.wrap_inquiry_box .contact_tel_box .tel a:before {
  content: "";
  width: 19px;
  height: 26px;
  display: inline-block;
  background-image: url(https://tools.itembox.design/item/category/aircon-all/img/ico_tel_orange.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.wrap_inquiry_box .contact_tel_box .tel.small a {
  font-size: 22px;
}

.wrap_inquiry_box .contact_tel_box .tel.small a:before {
  width: 12px;
  height: 17px;
}

.wrap_inquiry_box .contact_tel_box .txt {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding-top: 5px;
  margin: 0;
  line-height: 1;
}

.wrap_inquiry_box .contact_form_box a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  background-color: #ff5400;
  border-radius: 4px;
  margin: 0;
  padding: 26px 40px;
  line-height: 1;
}

.wrap_inquiry_box .contact_form_box a:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 15px;
  margin: 0 10px 0 0;
  background: url(https://tools.itembox.design/item/category/aircon-all/img/ico_mail.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/*readmore*/
.readmore {
  position: relative;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 40px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

@media only screen and (max-width:768px) {
  .wrap_inquiry_box {
    margin: 0 0 20px;
  }
  .wrap_inquiry_box .ttl_inquiry {
    font-size: 5.5vw !important;
    padding: 16px 20px !important;
    text-align: left !important;
  }
  .wrap_contact_box .wrap_contact_tel_box {
    gap: 10px;
  }

  .wrap_inquiry_box .wrap_contact_box .contact_tel_box,
  .wrap_contact_box .wrap_contact_tel_box {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    text-align: left;
  }

  .wrap_inquiry_box .contact_tel_box .tel a {
    font-size: 8vw;
  }

  .wrap_inquiry_box .contact_tel_box .tel a:before {
    content: "";
    width: 17px;
    height: 23px;
  }

  .wrap_inquiry_box .cap {
    line-height: 1.3;
  }

  .wrap_inquiry_box .man {
    position: absolute;
    right: 0;
    bottom: inherit;
    width: 85px;
    height: auto;
    top: 5px;
  }

  .wrap_inquiry_box .wrap_contact_box .contact_tel_box {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    text-align: left;
  }

  .wrap_inquiry_box .contact_tel_box .tel {
    position: relative;
    font-size: 8.53vw;
    text-align: center;
  }

  .wrap_inquiry_box .wrap_contact_box {
    display: flex;
    gap: 10px;
    align-items: inherit;
  }

  .wrap_inquiry_box .cap {
    text-align: center;
  }
}


/* 続きを読むボタン */
.readmore-label {
  display: table;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 7px 20px 5px;
  color: #632800;
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid #632800;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  letter-spacing: -.05em;
}

.readmore-label:before {
  content: '詳しく見る';
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: '閉じる';
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}


#TB-furniture .main {
  width: 100%;
  margin: 0;
  line-height: 1.4;
}

#TB-furniture .panel-radios {
  display: none;
}


#TB-furniture table,
#TB-furniture td,
#TB-furniture th {
  border: 1px solid #ffffff;
  border-collapse: collapse;
  margin: 0;
}

#TB-furniture td,
#TB-furniture th {
  padding: 5px;
  text-align: center;
}

#TB-furniture tr.location td {
  padding: 15px 5px;
}

#TB-furniture th {
  font-size: 16px;
  font-weight: normal;
  width: 50px;
  background: #f1e5dc;
}

#TB-furniture td {
  font-size: 20px;
  font-weight: bold;
  width: 300px;
  background: #f8f3f0;
}

#TB-furniture table span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

#TB-furniture tr:nth-child(even) td {
  background: #fefbf9;
}

#TB-furniture .arrow {
  width: 50px;
  background: #ffffff url(https://tools.itembox.design/item/common/aircon_arrow001.png) no-repeat center;
  background-size: 50%;
}



#TB-furniture a {
  color: #632800;
  text-decoration: none;
}

#TB-furniture a:hover {
  opacity: .8;
}

/*関連記事*/
#menu_relation .image_wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#menu_relation .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#menu_relation .item {
  width: calc(100% / 3);
  height: auto;
  position: relative;
}

#menu_relation .item img {
  width: 100%;
  height: auto;
}

#menu_relation .item .link:before {
  content: '';
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#menu_relation .title_area {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 4;
  color: #fff;
  padding: 10px 20px;
}

#menu_relation .date {
  font-size: 12px;
  margin: 0 0 5px 0;
  position: relative;
  padding: 0;
}

#menu_relation .title {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  max-height: 3em;
  height: 3em;
  overflow: hidden;
  visibility: visible;
  word-wrap: break-word;
  word-break: break-all;
}

#menu_relation .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}



#menu_relation .wrap_slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#menu_relation .item .link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.slider_main.slick-dotted.slick-slider {
  margin: 0 auto 40px;
}
.slider_shop {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
}

.slider_shop li {
  margin: 0 5px;
}

.slider_shop li img {
  height: auto;
  width: 100%;
}

.slick-prev {
  left: 5px !important;
}

.slick-next {
  right: 5px !important;
}

.slick-prev:before,
.slick-next:before {
  color: #fff !important;
}

.slick-prev,
.slick-next {
  z-index: 100;
}
.slick-dots li button:before {
  font-size: 8px;
}
/*.slick-list {
  height: 200px !important;
}*/

@media only screen and (max-width:768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .bnr_box {
    margin-bottom: 10px;
  }

  .list_search {
    gap: 5px 5px;
    margin: 0 0 30px;
    flex-wrap: wrap;
  }

  .list_search li {
    position: relative;
    width: calc((100% - 10px) / 2);
    font-size: 14px;
    padding: 10px 10px;
  }

  .ttl_02 {
    font-size: 18px;
    padding: 10px;
  }

  .list_kind {
    gap: 15px 10px;
  }

  .list_kind li {
    width: calc((100% - 10px) / 2);
  }

  .tabs .wrap_box {
    padding: 20px 0;
    flex-direction: column;
  }

  .wrap_step_box .step_box {
    flex-direction: column;
  }

  .wrap_step_box .step_box .txt_box {
    width: 100%;
    padding: 0 0 20px;
  }

  .wrap_contact_box {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .wrap_contact_box .contact_tel_box {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    text-align: center;
  }

  .wrap_contact_box .contact_tel_box .txt {
    line-height: 1.3;
    text-align: center;
  }

  .wrap_contact_box .contact_tel_box .tel {
    position: relative;
    font-size: 8.53vw;
  }

  .wrap_contact_box .contact_form_box a {
    padding: 20px;
    text-align: center;
  }

  .wrap_contact_box .contact_tel_box .tel:before {
    content: "";
    width: 17px;
    height: 23px;
  }

  #menu_flow .wrap_contact_box .contact_tel_box {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }






  /* 流れ*/
  .wrap_step_box .step_box .step {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #632800;
    left: calc(50% - 30px);
    top: -30px;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
  }

  .wrap_step_box .step_box {
    position: relative;
    padding: 50px 20px 30px 20px;
    align-items: center;
    margin: 0 0 60px;
    /* padding: 0 20px; */
  }

  .wrap_step_box .step_box:after {
    bottom: -35px;
  }

  .tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  .tabs .tab_item {
    width: calc(100% / 4);
    font-size: 14px;
    text-align: center;
    color: #333;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
  }

  .tabs .tab_item.bd-top {
    border-top: 1px solid #ccc;
  }

  .tabs .tab_item.bd-right {
    border-right: 1px solid #ccc;
  }

  .tabs input:checked+.tab_item {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .tabs input:nth-child(5):checked+.tab_item,
  .tabs input:nth-child(11):checked+.tab_item {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  .tabs .wrap_box .box {
    width: 100%;
  }

  .tabs .wrap_detail_box {
    /*display: flex;
    gap: 20px 20px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;*/
  }

  figure {
    text-align: center;
  }

  .wrap_step_box {
    padding-top: 20px;
  }

  #menu_relation .wrap_slider {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px 20px;
  }

  #menu_relation .item {
    width: 100%;
  }

  #TB-furniture ul#tabs-list {
    display: flex;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    padding: 0;
  }

  #TB-furniture ul#tabs-list li {
    text-align: center;
    font-size: 0.875em;
    width: 25%;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    position: relative;
  }

  #TB-furniture ul#tabs-list li:first-child {
    border-left: 1px solid #dfdfdf;
  }

  #TB-furniture ul#tabs-list li:last-child:hover {
    border-right: 1px solid #dfdfdf;
  }

  #TB-furniture ul#tabs-list li:hover {
    -webkit-transition: none;
    transition: none;
    border-right: none;
  }

  #TB-furniture ul#tabs-list li:hover.last {
    border-right: 1px solid transparent;
  }

  #TB-furniture ul#tabs-list li:hover+li {
    border-left: 1px solid #dfdfdf;
  }

  #TB-furniture ul#tabs-list li label.panel-label {
    position: relative;
    padding: 24px 0;
    font-size: 100%;
    font-weight: bold;
  }

  #TB-furniture ul#tabs-list li label.panel-label::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    background-color: #632800;
    height: 0;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
  }

  #TB-furniture ul#tabs-list li label.panel-label:hover {
    padding-top: 24px;
  }

  #TB-furniture ul#tabs-list li label.panel-label:hover::after {
    height: 6px;
  }

  #TB-furniture main {
    width: 100%;
    margin: 0;
    line-height: 1.4;
  }

  #TB-furniture .panel-radios {
    display: none;
  }


  #TB-furniture .location a {
    text-align: right;
    margin: 0 20px 20px 0;
    display: block;
    width: 100%;
    text-decoration: underline;
  }

  #TB-furniture ul {
    margin: 0;
    padding: 0;
  }

  #TB-furniture #panels li {
    list-style-type: none;
    text-align: center;
    border-bottom: 2px solid #ffffff;
    margin: 0;
    padding: 15px 0px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    background: #fefbf9 url(https://tools.itembox.design/item/common/img05/aircon_arrow001.png?01) no-repeat;
    background-size: 3%;
    background-position: 95% 50%;
  }
 #TB-furniture #panels li:last-child {
    border-bottom: none;
 }
  #TB-furniture #panels span {
    display: inline-block;
    position: right;
  }

  #TB-furniture #panels span img {
    width: 20%
  }

  #TB-furniture #panels li:nth-child(even) {
    background: #f8f3f0 url(https://tools.itembox.design/item/common/img05/aircon_arrow001.png?01) no-repeat;
    background-size: 3%;
    background-position: 95% 50%;
  }

  #TB-furniture a {
    color: #632800;
    text-decoration: none;
  }

  #TB-furniture a:hover {
    opacity: 0.5;
  }
  .slick-list {
  height: 100% !important;
  }
}




/*関連記事*/

#TB-furniture #menu_relation .ttl_04 {
  font-size: 32px;
  font-weight: 900;
  color: #3a2100;
  margin: 0 auto 20px;
  text-align: center;
}

#menu_relation .item {
  width: calc(100% / 3);
  height: auto;
  position: relative;
}

#menu_relation .item img {
  width: 100%;
  height: auto;
}

#menu_relation .item .link:before {
  content: '';
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#menu_relation .title_area {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 4;
  color: #fff;
  padding: 10px;
}

#menu_relation .date {
  font-size: 12px;
  margin: 0 0 5px 0;
  position: relative;
  padding: 0;
}

#menu_relation .title {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  max-height: 3em;
  height: 3em;
  overflow: hidden;
  visibility: visible;
  word-wrap: break-word;
  word-break: break-all;
}

#menu_relation .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}



#menu_relation .ttl_01_wrap:before {
  content: none;
}

#menu_relation .wrap_slider {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  box-sizing: border-box;
}

#menu_relation .wrap_slider .slider {
  display: flex;
}

@media only screen and (max-width:768px) {
  #menu_relation {
    margin: 40px calc(50% - 50vw) !important;
    width: 100vw;
  }
  #TB-furniture #menu_relation .ttl_04 {
    font-size: 5.5vw;
    padding: 16px 20px;
  }
  #menu_relation .wrap_slider {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px 20px;
  }
  #menu_relation .item {
    width: 100%;
    margin-bottom: 20px;
  }
  #menu_relation .wrap_slider .slider {
    display: flex;
    flex-direction: column;
  }
}




.btn_box {
  padding: 0 0 30px;
  text-align: center;
}

.btn_box .btn {
  position: relative;
  width: 40%;
  margin: 0 auto;
}

.btn_box .btn {
  display: block;
  padding: 20px;
  text-align: center;
  color: #3a2100;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #3a2100;
  background-color: #f1e5dc;
}

@media only screen and (max-width:768px) {
  .btn_box .btn {
    width: calc(100% - 40px);
    box-sizing: border-box;
  }
}

.btn_box a:hover {
  color: #d13719;
}

.btn_box .btn:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d13719;
  margin-top: -8px;
  top: 50%;
  right: 20px;
  z-index: 10;
}

.btn_box .btn:after {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-left: 7px solid #fff;
  margin-top: -4px;
  top: 53%;
  right: 22px;
  z-index: 10;
  transform: rotate(90deg);
}

.btn_box .btn.on-click:after {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-left: 7px solid #fff;
  margin-top: -4px;
  top: 47%;
  right: 22px;
  z-index: 10;
  transform: rotate(270deg);
}

.wrap__hide {
  display: none;
}

@media only screen and (max-width:768px) {
  #TB-furniture #menu_relation .link {
    margin: 0 auto;
  }

  #TB-furniture #menu_relation .slider {
    margin: 0 auto;
  }
}