/* ------------
	section
------------ */
.sec_rental {
  padding-bottom: 54px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_rental {
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 0;
  }
}
.sec_rental .title_sec {
  margin-bottom: 10px;
}
.sec_rental .txt_read {
  margin-bottom: 12px;
  text-align: left;
  line-height: 1.6;
}

.sec_contact {
  padding-bottom: 80px;
}
.sec_contact .txt_read {
  margin-bottom: 10px;
  text-align: center;
}

.sec_news_detail {
  padding-bottom: 80px;
}

/* ------------
	layout
------------ */
@media only screen and (max-width: 767px) {
  .table_base.half {
    width: 98%;
  }
  .table_base.half tr th,
  .table_base.half tr td {
    display: block;
    padding: 5px;
    width: 100%;
    vertical-align: middle;
  }
  .table_base.half tr th {
    padding-bottom: 0;
  }
  .table_base.half tr td {
    font-size: 15px;
    opacity: .8;
  }
}

.mv_lower {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mv_lower.news_stretch {
  background: url("../images/top/bg_stretch.jpg") no-repeat;
  background-position: center;
}
.wrap_title_news {
  padding-bottom: 23px;
  border-bottom: 1px solid #bd8314;
}
@media only screen and (max-width: 767px) {
  .wrap_title_news {
    padding-bottom: 14px;
  }
}

.wrap_txt_news {
  margin-top: 6px;
}

.wrap_news {
  flex-wrap: wrap;
}
.link_border {
  padding-bottom: 3px;
  border-bottom: 1px solid;
}

.news {
  width: calc( (100% / 3) - 16px );
  margin-bottom: 20px;
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .news {
    padding: 0 0 30px;

  }
}
@media only screen and (max-width: 767px) {
  .news {
    width: 100%;
  }
}
.news .img_news_newyears {
  height: 240px;
  overflow: hidden;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .news .img_news_newyears {
    height: 200px;
  }
  .photo_news img {
  max-width: 100%;
}
}
.news .img_news_newyears img {
  width: 100%;
  vertical-align: top;
}

.photo_news {
  margin-bottom: 20px;
  text-align: center;
}

.sec_date_news_detail {
  padding-top: 20px;
}

.intro_news_detail {
  padding: 40px 0 50px;
  text-align: center;
  color: #000;
}
.news-detail-contents {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 62px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .news-detail-contents {
    padding: 0 2%;
    margin: 0 auto 48px;
  }
}
/* ------------
	txt
------------ */
p.date_news_detail{
  color: #9f7f4f;
}
body a {
  color: #000;
}
.date_news_detail {
  position: relative;
  text-align: center;
}
.date_news_detail .year {
  display: block;
  position: relative;
  margin-bottom: 30px;
  font-family: "futura-pt-n4", "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.date_news_detail .year:before {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -28px;
  left: 50%;
  width: 1px;
  height: 23px;
  margin-left: -1px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  content: "";
}
.date_news_detail .year:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: -28px;
  left: 50%;
  width: 1px;
  height: 25px;
  margin-left: -1px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  content: "";
}
.date_news_detail .month {
  display: block;
  margin-bottom: -8px;
  font-family: "futura-pt-n4", "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.date_news_detail .date {
  display: block;
  font-family: "futura-pt-n4", "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.2;
  white-space: nowrap;
}
.date_news_detail.top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0 4px;
  background-color: #2929298a;
}

/* txt */
.txt_news {
  font-size: 13px;
  text-align: left;
  opacity: .7;
}

.txt_news_detail {
  padding: 0 2%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .txt_news_detail {
    text-align: left;
  }
}

.st_category {
  margin-bottom: 4px;
  font-family: "futura-pt-n4", "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.txt_date {
  font-family: "futura-pt-n4", "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-align: right;
}

.title_intro_detail {
  font-size: 22px;
}

.title_news {
  margin-bottom: 7px;
  font-size: 18px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .title_news {
    margin-bottom: 9px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .title_news {
    height: 22px;
  }
}

.category_news {
  padding-left: 5px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .category_news {
    font-size: 11px;
  }
}

.img_news_newyears {
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.img_news_newyears img {
  width: 100%;
}

.tel-link {
  display: block;
  margin: 2em auto;
  font-size: 16px;
  text-align: center;
  transition: 0.4s;
}
.tel-link:hover {
  opacity: 0.7;
}
.news-detail-subtitle {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #4d4d4d;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .news-detail-subtitle {
    padding-bottom: 2%;
    margin-bottom: 2%;
    font-size: 4vw;
  }
}


.sec_interview {
  padding: 0 0 200px;
}

.sec_interview .inner_base {
  max-width: 1000px;
}

.sec_interview .inner_base:nth-child(odd) .sec_interview_content {
  flex-flow: row;
}

.sec_interview .inner_base:nth-child(odd) .sec_interview_content .sec_interview_kv:first-of-type {
  margin-right: 39px;
  width: 100%;
}

.sec_interview .inner_base:nth-child(even) .sec_interview_content {
  flex-flow: row-reverse;
}

.sec_interview .inner_base:nth-child(even) .sec_interview_content .sec_interview_kv {
  margin-left: 39px;
  width: 100%;
}

.sec_interview_kv img {
  width: 100%;
}

.sec_interview .inner_base:last-of-type {
  margin-top: 200px;
}


.sec_interview .inner_base:last-of-type .sec_interview_content .sec_interview_kv {
  width: 480px !important;
}

.sec_interview .inner_base:last-of-type .sec_interview_title {
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4d4d4d;
  text-align: left;
}

.sec_interview .inner_base:not(:last-of-type) {
  margin-bottom: 150px;
}

.sec_interview_title {
  margin-bottom: 75px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.sec_interview_title .sec_interview_txt {
  display: block;
  margin-top: 12px;
  font-weight: normal;
}

.sec_interview_content {
  justify-content: center;
}

.sec_interview_block {
  justify-content: space-between;
  width: 420px;
}

.sec_interview_pics {
  justify-content: center;
}

.sec_interview_pic:first-of-type {
  margin-right: 14px;
}

.sec_interview_txt {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}

.sec_interview_txt2 {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {

  .sec_interview_title {
    margin-bottom: 35px;
  }

  .sec_interview .inner_base {
    width: 100%;
  }

  .sec_interview_pics {
    display: none;
  }

  .sec_interview .inner_base:nth-child(even) .sec_interview_content .sec_interview_kv,
  .sec_interview .inner_base:nth-child(odd) .sec_interview_content .sec_interview_kv {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }

  .sec_interview_content {
    flex-flow: column !important;
  }

  .sec_interview .inner_base .sec_interview_content {
    margin: auto;
    width: 96%;
  }

  .sec_interview_block {
    width: 100%;
  }

  .sec_interview .inner_base:not(:last-of-type) {
    margin-bottom: 75px;
  }

  .sec_interview .inner_base:last-of-type .sec_interview_title {
    margin: 0 auto 20px;
    width: 96%;
  }

  .sec_interview_txt2 {
    margin: auto;
    width: 96%;
  }

  .sec_interview .inner_base:last-of-type {
    margin-top: 100px;
  }

  .sec_interview .inner_base:last-of-type .sec_interview_content .sec_interview_kv {
    width: 100% !important;
  }
}

/* image */
.sec_interview_pic0-1 {
  margin: 60px auto 70px;
  text-align: center;
  width: 1000px;
}

.sec_interview_pic0-1 img {
  display: block;
  width: 100%;
}

.news-detail-thum {
  margin-top: 62px;
}

@media only screen and (max-width: 767px) {
  .sec_interview_pic0-1 {
    margin: 40px 0 0;
    width: 100%;
    padding: 0 2%;
  }
}
@media only screen and (min-width: 768px) {
.photo_news img {
  max-width: 800px;
}
}