@charset "UTF-8";
.machine {
  background-color: #faf7f0;
  overflow: hidden;
}

.machine .billboard {
  background-image: url(../img/machine/machine_billboard.png);
}

.machine_lead_text {
  margin-top: 35px;
}

.type_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.type_wrap dl {
  max-width: 570px;
  width: 50%;
}

.type_wrap dl:first-child {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .type_wrap dl:first-child {
    margin-right: 10px;
  }
}

.type_wrap dt img {
  margin: auto;
  max-height: 360px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .type_wrap dt img {
    width: 85%;
  }
}

.type_wrap dd {
  font-size: 16px;
  font-weight: 600;
  background-color: #efe8d9;
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .type_wrap dd {
    font-size: 12px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.machine_feture_lead {
  text-align: center;
}

.machine_table {
  width: 100%;
}

.machine_table th, .machine_table td {
  margin-right: 10px;
  margin-bottom: 10px;
}

.machine_table .bg_brown {
  background-color: #a68b62;
}

.machine_table .bg_white {
  background-color: white;
}

.machine_table .bg_light_brown {
  background-color: #efe8d9;
}

.machine_table .font_white {
  color: white;
}

.machine_table .name {
  height: 80px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.machine_table .type {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

/*テーブル風*/
@media screen and (max-width: 767px) {
  .machine_category_section .compare_wrap .lead_text .first {
    display: none;
  }
}

.machine_category_section .wrap {
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .machine_category_section .wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .machine_category_section .wrap .second:last-child {
    margin-right: 0;
  }
}

.machine_category_section .flex_parent {
  height: 100%;
}

.machine_category_section .list {
  flex-direction: row !important;
  align-items: flex-start !important;
}

.machine_category_section .detail_text {
  height: calc(100% - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  .machine_category_section .detail_text {
    padding: 20px;
    height: calc(100% - 50px);
  }
}

@media screen and (max-width: 600px) {
  .machine_category_section .detail_text {
    padding: 10px;
  }
}

.machine_category_section .detail_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.machine_category_section .detail_list li {
  width: 100%;
}

.machine_category_section .lead_text .second {
  display: flex;
  justify-content: center;
  align-items: center;
}

.machine_category_section .first, .machine_category_section .second {
  font-size: 24px;
}

@media screen and (max-width: 1500px) {
  .machine_category_section .first, .machine_category_section .second {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .machine_category_section .first, .machine_category_section .second {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .machine_category_section .first, .machine_category_section .second {
    font-size: 12px;
  }
}

.machine_category_section .first {
  width: 27%;
  margin-right: 10px;
  padding: 50px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .machine_category_section .first {
    width: 100%;
    padding: 20px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 600px) {
  .machine_category_section .first {
    padding: 10px;
  }
}

.machine_category_section .first div {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.machine_category_section .second {
  width: 35%;
  margin-right: 10px;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .machine_category_section .second {
    width: 49%;
    margin-top: 5px;
    margin-right: 1%;
  }
}

.machine_category_section .second .inner {
  width: 100%;
}

.machine_category_section .second .inner ul, .machine_category_section .second .inner li {
  font-family: var(--gothic);
  font-weight: normal;
}

.machine_category_section .second .blue {
  color: #2599dc;
}

@media screen and (max-width: 767px) {
  .machine_category_section .second_top {
    width: 49%;
  }
}

.machine_category_section .second_top:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .machine_category_section .second_top .primary_lead_text {
    padding: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .machine_category_section .second_top .primary_lead_text {
    padding: 10px;
  }
}

.machine_category_section .third {
  width: 35%;
}

.machine_category_section .center_aline {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 38px;
}

@media screen and (max-width: 767px) {
  .machine_category_section .center_aline {
    height: 50px;
    font-size: 8vw;
  }
}

.machine_category_section .blue {
  color: #2599dc;
}

.machine_category_section .bg_brown {
  background-color: #a68b62;
}

.machine_category_section .bg_white {
  background-color: white;
}

.machine_category_section .bg_light_brown {
  background-color: #efe8d9;
}

.machine_category_section .font_white {
  color: white;
}

/*詳細マシン情報*/
.machine_detail_wrap {
  margin-top: 80px;
}

.machine_detail_wrap .switchs {
  margin: auto auto 40px auto;
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .machine_detail_wrap .switchs {
    max-width: 100%;
  }
}

.machine_detail_first p {
  font-family: var(--gothic);
}

.machine_detail_second {
  display: none;
}

.machine_detail_second p {
  font-family: var(--gothic);
}

.machine_detail_sub_text {
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
.machine_detail_info .machine_detail_sub_text {
  font-family: inherit;
  font-size: min(4vw, 20px);
}

.machine_detail_info {
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .machine_detail_info {
    padding-bottom: 50px;
  }
}

.machine_detail_info figure {
  margin: auto;
}

.machine_detail_info figure img {
  width: 100%;
}

.machine_detail_info p {
  font-family: var(--gothic);
}

.machine_detail_info .machine_detail_banner {
  background-color: #efe8d9;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  height: 250px;
  overflow: hidden;
}

.machine_detail_info .machine_detail_banner figure {
  margin-top: 20px;
  max-width: 235px;
}

.machine_detail_info .machine_detail_banner figure img {
  width: 100%;
}

.machine_detail_info .machine_detail_banner .banner_info_wrap {
  padding-top: 75px;
  padding-left: 20px;
}

.machine_detail_info .machine_detail_banner .banner_info_wrap span, .machine_detail_info .machine_detail_banner .banner_info_wrap p {
  font-family: var(--gothic);
}

.machine_detail_info .machine_detail_banner .banner_info_wrap .first {
  display: block;
  font-size: 24px;
  font-weight: 600;
}

.machine_detail_info .machine_detail_banner .banner_info_wrap .second {
  font-weight: 300;
}

.machine_detail_info .sub_img {
  max-width: 690px;
  margin: auto;
}

.machine_detail_info .sub_img img {
  width: 100%;
}
/*# sourceMappingURL=machine.css.map */


/*2021/09/13*/
@media screen and (max-width: 767px) {
  .machine_detail_info .machine_detail_banner .banner_info_wrap .first{
    font-size: 5vw;
  }
  .machine_detail_info .machine_detail_banner .banner_info_wrap .second{
    font-size: 4vw;
  }
}

@media screen and (max-width: 1500px) {
  .machine_detail_info .machine_detail_banner .banner_info_wrap{
    padding-top: 5%;
    padding-left: 5%;
  }
  .machine_detail_info .machine_detail_banner{
    padding: 3%;
    height: auto;
  }
}

.switchs li{
  width: 50%;
}