@charset "UTF-8";
/* event */
.event .article_wrap {
  border-bottom: 4px solid #ededec;
  padding-bottom: 20px;
  margin-bottom: 40px; }

.event .box {
  width: 45.7%;
  margin: 0 8.6% 80px 0; }

.event .box:nth-child(even) {
  margin-right: 0; }

.event .img_box {
  width: 100%;
  height: 20.7vw;
  max-height: 290px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  background: #ededec; }

.event .img_box .img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.event .img_box .new,
.gallery .img_box .new {
  position: absolute;
  width: 16.66%;
  top: 10px;
  left: 10px; }

.event .img_box.close .img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.event .img_box .close_txt {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  background: rgba(54, 54, 54, 0.5);
  padding-top: 25%; }

.event .meta,
.event_detail .meta {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin-bottom: 20px; }

.event .meta .cat,
.event_detail .cat {
  background: #b8b9b4;
  display: inline-block;
  padding: 0 1.4em;
  margin-right: 10px; }

.event .meta .status,
.event_detail .status {
  display: inline-block;
  padding: 0 1.4em;
  margin-right: 10px; }

.event .meta .open,
.event_detail .meta .open {
  background: #f1c40f;
  color: #383635; }

.event .meta .yet,
.event_detail .meta .yet {
  background: #f1c40f; }

.event .meta .close,
.event_detail .meta .close {
  border: 2px solid #b7b7b7;
  color: #b7b7b7;
  padding: 0 calc(1.4em - 4px);
  line-height: 21px; }

.event .meta .accept,
.event_detail .meta .accept {
  background: #9d2328;
  display: inline-block;
  padding: 0 1.4em; }

.event .day {
  font-size: 12px;
  color: #888686;
  margin-bottom: 20px; }

.event .post_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #383635;
  letter-spacing: -0.5px; }

@media screen and (max-width: 922px) {
  .event .meta .accept {
    margin-top: 10px; }
  .event .meta {
    height: 60px; } }

@media screen and (max-width: 767px) {
  .event .article_wrap {
    width: initial;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .event .box {
    float: none;
    width: 100%;
    margin: 0 0 45px 0; }
  .event .img_box {
    max-height: initial;
    height: 67vw;
    margin-bottom: 20px; }
  .event .img_box .new,
  .gallery .img_box .new {
    width: 13.33%;
    top: 5%;
    left: 5%; }
  .event .btn_select {
    margin-bottom: 45px; }
  .event .meta {
    width: 80%;
    margin: 0 auto 15px;
    font-size: 11px;
    height: 20px;
    line-height: 20px; }
  .event .meta .close,
  .event_detail .meta .close {
    line-height: 16px; }
  .event .meta .accept {
    margin-top: 0; }
  .event .day {
    width: 80%;
    margin: 0 auto 15px; }
  .event .post_ttl {
    width: 80%;
    margin: 0 auto;
    font-size: 17px; }
  .event .img_box .close_txt {
    font-size: 15px; }
}

/* event_detail */
.event_detail .col_01 {
  width: 70%;
  max-width: 840px;
  min-width: 540px;
  margin: 0 auto;
}

.event_detail .meta {
  margin-bottom: 20px;
}

.event_detail .post_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #383635;
  width: 90%;
  margin: 0 auto 20px; }

.event_detail .post_ttl .new,
.gallery_detail .post_ttl .new {
  vertical-align: bottom;
  width: 40px;
  margin-left: 10px; }

.event_detail .post_content_wrap {
  border-top: 4px solid #ededec;
  border-bottom: 4px solid #ededec;
  padding: 40px 0 80px;
  margin-bottom: 50px; }

.event_detail .post_content {
  width: 90%;
  margin: 0 auto;
  color: #383635; }

.event_detail .img_full {
  margin-bottom: 60px;
  width: 100%;
  height: auto; }

.event_detail .event_summary {
  margin-bottom: 40px; }

.event_detail .item {
  float: left;
  width: 15%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 40px; }

.event_detail .data {
  float: left;
  width: 85%;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 40px;
  font-weight: bold;
  padding-left: 30px;
  box-sizing: border-box; }

.event_detail .data p {
  margin-bottom: 20px;
}
.event_detail .data img {
  height: auto;
}

.event_detail .data .add_place {
  margin-top: 5px; }

.event_detail .data:last-child {
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 0; }

.event_detail .img{
  width: 100%;
  height: auto;
}
.event_detail .add_img{
  margin: 20px 0
}

.event_detail .map_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 40px; }

.event_map {
  margin-top: 10px;
  width: 100%;
  height: 300px; }

.event_detail .btn {
  margin-top: 60px; }

.event_detail .single_nav {
  margin-bottom: 170px; }

.event_detail .c_cv_area {
  padding: 40px 20px;
}
.event_detail .c_cv_area .inner {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .event_detail .col_01 {
    width: initial;
    min-width: auto;
    min-width: initial; }
  .event_detail .post_content {
    width: initial; }
  .event_detail .meta {
    width: 80%;
    margin: 0 auto 20px;
    font-size: 11px;
    height: 20px;
    line-height: 20px; }
  .event_detail .post_ttl {
    width: 80%;
    font-size: 17px;
    margin-bottom: 15px; }
  .event_detail .post_ttl .new,
  .gallery_detail .post_ttl .new {
    width: 10%;
    margin-left: 5px; }
  .event_detail .post_content_wrap {
    padding: 0 0 50px;
    margin-bottom: 0;
    border-bottom: none; }
  .event_detail .img_full {
    margin-bottom: 30px; }
  .event_detail .event_summary {
    width: 80%;
    margin: 0 auto 20px; }
  .event_detail .item {
    float: none;
    width: initial;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px; }
  .event_detail .data {
    float: none;
    width: initial;
    padding-left: 0;
    font-size: 13px;
    margin-bottom: 30px; }
  .event_detail .img{
    width: 80%;
    display: block;
    margin: 0 auto; }
  .event_detail .map_name{
    width: 80%;
    margin: 40px auto 0;
    font-size: 15px; }
  .event_map_sp {
    margin-top: 10px;
    width: 100%;
    height: 240px; }
  .event_detail .btn {
    margin-top: 40px; }
  .event_detail .btn.pc_none {
    margin-top: 0; }
  .event_detail .single_nav {
    margin-bottom: 100px;
  }
}

/* blog */
.blog .col_01 {
  width: 70%;
  max-width: 840px;
  margin: 0 auto; }

.blog .col_01 .post {
  border: 4px solid #ededec;
  padding: 36px 4.5%;
  margin-bottom: 20px; }

.blog .col_01 .post:last-child {
  margin-bottom: 60px; }

.blog .col_01 .img_box {
  width: 32%;
  overflow: hidden;
  position: relative;
  height: 11.5vw;
  max-height: 160px;
  background: #ededec;
  margin-right: 5%; }

.blog .col_01 .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%; }

.blog .col_01 .post_date,
.blog .col_01 .post_ttl,
.blog .col_01 .txt {
  float: left;
  width: 63%;
  color: #383635; }

.blog .col_01 .post_date {
  font-size: 12px;
  color: #9b9a9a;
  margin-bottom: 10px;
  font-weight: bold; }

.blog .col_01 .post_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

.blog .col_01 .new {
  font-size: 12px;
  color: #9d2328;
  vertical-align: top;
  margin-left: 10px; }

.blog .col_01 .txt {
  text-align: justify; }

@media screen and (max-width: 940px) {
  .blog .col_01 {
    width: 90%; }
  .blog .col_01 .img_box {
    margin-bottom: 20px; }
  .blog .col_01 .txt {
    clear: both;
    float: none;
    width: initial; } }

@media screen and (max-width: 767px) {
  .blog .col_01 .post {
    padding: 25px 5%; }
  .blog .col_01 .img_box {
    width: 40%;
    height: 22vw; }
  .blog .col_01 .post_date,
  .blog .col_01 .post_ttl {
    width: 55%; }
  .blog .col_01 .post_date {
    font-size: 11px;
    margin-bottom: 5px; }
  .blog .col_01 .post_ttl {
    font-size: 16px;
    margin-bottom: 10px; }
  .blog .col_01 .new {
    font-size: 10px;
    margin-left: 5px; }
  .blog .col_01 .post:last-child {
    margin-bottom: 50px;
  }
}

/* blog_detail */
.blog_detail .col_01 {
  width: 70%;
  max-width: 840px;
  min-width: 540px;
  margin: 0 auto; }

.blog_detail .post_date {
  color: #9b9a9a;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 10px;
  display: block; }

.blog_detail .post_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #383635;
  width: 90%;
  margin: 0 auto 20px; }

.blog_detail .post_ttl .new {
  color: #9d2328;
  font-size: 16px;
  vertical-align: top;
  margin-left: 10px; }

.blog_detail .post_content_wrap {
  border-top: 4px solid #ededec;
  border-bottom: 4px solid #ededec;
  padding: 40px 0 80px;
  margin-bottom: 50px; }

.blog_detail .post_content {
  width: 90%;
  margin: 0 auto;
  color: #383635; }

.blog_detail .post_content * {
  max-width: 100% !important;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.blog_detail .post_content img {
  height: auto; }

@media screen and (max-width: 767px) {
  .blog_detail .col_01 {
    width: initial;
    min-width: auto;
    min-width: initial; }
  .blog_detail .post_date {
    font-size: 11px;
    width: 80%; }
  .blog_detail .post_ttl {
    font-size: 17px;
    width: 80%; }
  .blog_detail .post_ttl .new {
    font-size: 10px; }
  .blog_detail .post_content_wrap {
    margin-bottom: 0;
    border-bottom: none; }
  .blog_detail .post_content {
    width: initial; }
  .blog_detail .post_content p {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .blog_detail .single_nav {
    margin-bottom: 100px;
  }
}


/* news */
.news .col_01 .meta {
  float: left;
  width: 63%; }

.news .col_01 .post_date {
  float: none;
  width: initial;
  margin-right: 10px; }

.news .cat {
  color: #fff;
  font-size: 12px;
  background: #9d2328;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 1.4em;
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .news .col_01 .meta {
    width: 55%; }
  .news .cat {
    font-size: 11px;
    height: 20px;
    line-height: 20px; }
  .news .col_01 .post_date {
    margin-right: 5px; } }

@media screen and (max-width: 364px) {
  .news .cat {
    padding: 0 0.5em; } }

/* news_detail */
.news_detail .meta {
  width: 90%;
  margin: 0 auto 10px; }

.news_detail .post_date {
  width: auto;
  display: inline-block;
  margin-right: 10px; }

.news_detail .cat {
  color: #fff;
  font-size: 12px;
  background: #9d2328;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 1.4em;
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .news_detail .meta {
    width: 80%; }
  .news_detail .cat {
    font-size: 11px;
    height: 20px;
    line-height: 20px; } }

/* gallery */
.gallery .article_wrap {
  margin: 20px auto 36px;
  border-bottom: 4px solid #ededec; }

.gallery .box {
  width: 31.5%;
  margin: 0 2.75% 60px 0; }

.gallery .box:nth-child(3n) {
  margin-right: 0; }

.gallery .img_box {
  width: 100%;
  height: 14.2vw;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  background: #ededec; }

.gallery .img_box .img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.gallery .meta {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 25px;
  height: 25px; }

.gallery .cat {
  display: inline-block;
  background: #b8b9b4;
  padding: 0 1.4em; }

.gallery .post_ttl {
  font-size: 16px;
  font-weight: bold;
  color: #383635; }

@media screen and (max-width: 940px) {
  .gallery .box {
    width: 47.5%;
    margin-right: 5%; }
  .gallery .box:nth-child(3n) {
    margin-right: 5%; }
  .gallery .box:nth-child(2n) {
    margin-right: 0; }
  .gallery .img_box {
    height: 18.8vw; } }

@media screen and (max-width: 767px) {
  .gallery .article_wrap {
    width: initial;
    margin: 15px 0 10px;
    border-bottom: none; }
  .gallery .box,
  .gallery .box:nth-child(3n) {
    width: initial;
    margin: 0 0 45px;
    float: none; }
  .gallery .img_box {
    max-height: initial;
    height: 67vw;
    margin-bottom: 20px; }
  .gallery .meta {
    width: 80%;
    margin: 0 auto 15px;
    font-size: 11px;
    line-height: 20px;
    height: 20px; }
  .gallery .post_ttl {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
  }
}

/* gallery_detail */
.gallery_detail .col_01 {
  margin-top: 115px; }

.gallery_detail .post_content {
  width: 70%;
  max-width: 840px;
  margin: 0 auto; }

.gallery_detail .meta {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  height: 25px;
  width: 90%;
  margin: 0 auto 30px; }

.gallery_detail .cat {
  display: inline-block;
  background: #b8b9b4;
  padding: 0 1.4em; }

.gallery_detail .post_ttl {
  width: 90%;
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: bold;
  color: #383635; }

.gallery_detail .post_content_upside {
  border-top: 4px solid #ededec;
  padding: 56px 0 100px; }

.gallery_detail .gallery_sldr {
  width: 90%;
  height: 35.5vw;
  max-height: 500px;
  margin: 0 auto 20px;
  background: #ededec; }

.gallery_sldr .slick-slide {
  outline: 0;
  height: 35.5vw;
  max-height: 500px;
  position: relative;
  overflow: hidden }

.gallery_sldr .slick-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  height: 100%;
  margin: 0 auto; }

.gallery_sldr .slick-prev,
.gallery_sldr .slick-next {
  width: 20px;
  height: 20px;
  border-left: 7px solid #f4d03f;
  border-bottom: 7px solid #f4d03f;
  cursor: pointer;
  box-sizing: content-box;
  z-index: 10; }

.gallery_sldr .slick-prev {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -10%; }

.gallery_sldr .slick-next {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: -10%; }

.gallery_sldr .slick-prev:before,
.gallery_sldr .slick-next:before {
  content: none; }

.gallery_detail .gallery_sldr_nav {
  width: 90%;
  margin: 0 auto 65px; }

.gallery_sldr_nav {
  height: 92px; }

.gallery_sldr_nav .slick-slide {
  max-height: 100px; }

.gallery_sldr_nav .slick-slide img {
  width: auto;
  height: 100px; }

.gallery_sldr_nav .slick-current img {
  border: 4px solid #f1c40f;
  box-sizing: border-box; }

.gallery_detail .post_content_upside .box {
  width: 90%;
  margin: 0 auto; }

.gallery_detail .post_content_upside .txt {
  width: 45%;
  color: #383635; }

.gallery_detail .post_content_upside .img_box {
  width: 45%;
  position: relative; }

.gallery_detail .img_box_inner {
  background: #ededed;
  position: relative;
  overflow: hidden;
  height: 230px; }

.gallery_detail .img_box_inner > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto; }

.gallery_detail .grayscale > img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.gallery_detail .img_box .before {
  position: absolute;
  bottom: -10px;
  left: -40px;
  letter-spacing: 2px;
  display: block;
  font-size: 18px;
  font-family: "Arial";
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  height: 50px;
  background: rgba(78, 80, 67, 0.8);
  padding: 0 1.7em; }

.gallery_detail .post_content_downside {
  background: url(../../images/common/bg_tile.jpg);
  padding: 60px 0 80px;
  margin-bottom: 60px; }

.gallery_detail .center_ttl {
  font-size: 24px;
  color: #383635; }

.gallery_detail .center_ttl:after {
  background: #ba6568;
  margin: 15px auto 55px; }

.gallery_detail .questionnaire {
  width: 70%;
  max-width: 760px;
  margin: 0 auto 40px;
  border-collapse: collapse; }

.gallery_detail .valuation {
  height: 40px; }

.gallery_detail .valuation th {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #4e5043;
  text-align: center;
  width: 13%; }

.gallery_detail .valuation th:last-child {
  border-right: 1px solid #4e5043; }

.gallery_detail .item th {
  width: 47%;
  color: #fff;
  background: #a6a7a1;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #e1e2e0;
  padding: 14.5px 2.5%; }

.gallery_detail .item td {
  background: #fff;
  border-bottom: 1px solid #c6c7c3;
  border-right: 1px solid #ededec;
  box-sizing: border-box; }

.gallery_detail .item .star {
  background: url(../../images/post/gallery_icon_star.png) no-repeat center/25% #fff; }

.gallery_detail .comment {
  width: 70%;
  max-width: 760px;
  margin: 60px auto 0;
  border: 4px solid #ededec;
  box-sizing: border-box;
  background: #fff;
  padding: 36px 2.5% 50px;
  color: #383635; }

.gallery_detail .single_nav {
  width: 70%;
  max-width: 840px;
  margin: 0 auto 170px;
  padding-top: 50px;
  border-top: 4px solid #ededec; }

@media screen and (max-width: 1100px) {
  .gallery_detail .post_content {
    width: 80%; } }

@media screen and (max-width: 767px) {
  .gallery_detail .col_01 {
    margin-top: 50px; }
  .gallery_detail .post_content {
    width: initial; }
  .gallery_detail .meta {
    width: 80%;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px; }
  .gallery_detail .post_ttl {
    width: 80%;
    font-size: 17px;
    margin-bottom: 10px; }
  .gallery_detail .post_content_upside {
    padding: 0 0 50px; }
  .gallery_detail .gallery_sldr {
    width: 100%;
    height: 67vw;
    margin-bottom: 0; }
  .gallery_sldr .slick-slide {
    height: 67vw; }
  .gallery_detail .gallery_sldr_nav {
    width: 100%; }
  .gallery_sldr_nav .slick-slide {
    height: 50px; }
  .gallery_sldr_nav .slick-slide img {
    height: 50px; }
  .gallery_sldr .slick-prev {
    left: 5%; }
  .gallery_sldr .slick-next {
    right: 5%; }
  .gallery_sldr .slick-prev, .gallery_sldr .slick-next {
    width: 10px;
    height: 10px;
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0.7); }
  .gallery_detail .gallery_sldr_nav {
    height: 50px;
    margin-bottom: 30px; }
  .gallery_detail .post_content_upside .box {
    width: 80%; }
  .gallery_detail .post_content_upside .txt {
    float: none;
    width: initial;
    margin-bottom: 30px; }
  .gallery_detail .post_content_upside .img_box {
    float: none;
    width: 90%;
    margin: 0 auto; }
  .gallery_detail .img_box_inner{
    height: 170px;
  }
  .gallery_detail .img_box .before {
    font-size: 14px;
    left: -10%;
    height: 40px;
    line-height: 40px; }
  .gallery_detail .post_content_downside {
    padding: 40px 0;
    margin-bottom: 0; }
  .gallery_detail .center_ttl {
    font-size: 17px; }
  .gallery_detail .center_ttl:after {
    margin: 10px auto 30px; }
  .gallery_detail .questionnaire {
    width: 90%;
    margin-bottom: 30px; }
  .gallery_detail .valuation {
    display: none; }
  .gallery_detail .item th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    padding: 5.5px 5%;
    border: none; }
  .gallery_detail .item td {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    border: none;
    font-size: 12px;
    font-weight: bold;
    height: 55px;
    line-height: 55px; }
  .gallery_detail .item .star {
    background-size: 40%; }
  .gallery_detail .comment {
    width: 90%;
    margin: 0 auto;
    padding: 20px 5% 25px; }
  .gallery_detail .single_nav {
    width: initial;
    padding-top: 0;
    border-top: 2px solid #dcdcd9;
    margin-bottom: 100px;
  }
}

/* staff */
.staff .col_01 {
  margin-bottom: 90px;
}

.staff .box_wrap {
  padding: 90px 0 30px;
}

.staff .box {
  float: left;
  width: 33.33%;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.staff .box img {
  width: 78%;
  margin-bottom: 20px;
}

.staff .job,
.staff .name,
.staff .en_name {
  display: block;
  line-height: 1;
}

.staff .job {
  font-size: 12px;
  font-weight: bold;
  height: 1em;
  margin-bottom: 15px;
}

.staff .name {
  margin-bottom: 15px;
}

.staff .name span {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 2px;
}

.staff .en_name {
  font-size: 12px;
}

.staff .col_03 {
  padding-top: 80px;
  text-align: center;
  margin-bottom: 180px;
}

.staff .col_03 .sub_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 60px;
}

.staff .col_03 .img {
  width: 70%;
  max-width: 840px;
  margin-bottom: 60px;
}

.staff .col_03 .btn {
  margin-top: 60px;
}

.staff .col_03 .fancy:first-child {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .staff .col_01 {
    margin-bottom: 50px;
  }
  .staff .col_01 .lead_txt:last-child {
    margin-bottom: 50px;
  }
  .staff .box_wrap {
    width: 90%;
    padding: 40px 0 5px;
  }
  .staff .box {
    width: 50%;
    margin-bottom: 35px;
  }
  .staff .box img {
    display: none;
  }
  .staff .box img.pc_none {
    width: 82%;
    display: block;
    margin: 0 auto 15px;
  }
  .staff .job {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .staff .name {
    margin-bottom: 10px;
  }
  .staff .name span {
    font-size: 15px;
  }
  .staff .col_03 {
    padding-top: 50px;
    margin-bottom: 90px;
  }
  .staff .col_03 .sub_ttl {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .staff .col_03 .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .staff .col_03 .btn {
    margin-top: 40px;
  }
  .staff .col_03 .fancy:first-child {
    margin-right: 5%;
  }
}

/* staff_detail */
.staff_detail .col_01 {
  width: 70%;
  max-width: 840px;
  margin: 110px auto 60px; }

.staff_detail .profile {
  float: right;
  width: 50%;
  border-bottom: 10px solid #9d2328;
  padding: 0 5%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 40px; }

.staff_detail .col_01 .img {
  float: left;
  width: 42%;
  box-shadow: -10px -10px #717369; }

.staff_detail .col_01 .box {
  float: right;
  width: 50%; }

.staff_detail .col_01 .name {
  font-size: 30px;
  font-weight: 800;
  display: block; }

.staff_detail .col_01 .en_name {
  display: block; }

.staff_detail .col_01 .ill {
  width: 20%;
  position: absolute;
  bottom: 0;
  right: 5%; }

.staff_detail .col_01 .data_list {
  margin: 0 0 20px 10%;
  line-height: 1; }

.staff_detail .col_01 .data_list dt {
  float: left;
  width: 25%;
  font-weight: bold;
  margin-bottom: 40px; }

.staff_detail .col_01 .data_list dd {
  float: left;
  width: 75%;
  margin-bottom: 40px; }

.staff_detail .col_01 .licence {
  width: 90%;
  margin: 0 auto;
  border: 4px solid #ededec;
  box-sizing: border-box;
  position: relative; }

.staff_detail .licence .sub_ttl {
  position: absolute;
  top: -1.7vw;
  left: -2.15vw;
  display: block;
  color: #fff;
  background: #9d2328;
  width: 4.3vw;
  height: 4.3vw;
  text-align: center;
  line-height: 4.3vw;
  font-weight: bold; }

.staff_detail .licence .list {
  text-align: center;
  padding: 30px 0 15px;
  font-weight: bold;
  line-height: 1; }

.staff_detail .licence .list li {
  margin-bottom: 15px; }

.staff_detail .col_02 {
  padding: 60px 0;
  margin-bottom: 40px; }

.staff_detail .col_02 .box {
  width: 63.333%;
  max-width: 760px;
  margin: 0 auto 60px; }

.staff_detail .col_02 .box:last-child {
  margin-bottom: 0; }

.staff_detail .col_02 .sub_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px; }

.staff_detail .col_02 .sub_ttl span {
  padding-bottom: 2px; }

.staff_detail .col_02 dt {
  float: left;
  width: 8%;
  text-align: center;
  position: relative; }

.staff_detail .col_02 dt:after {
  content: "-";
  position: absolute;
  right: 0; }

.staff_detail .col_02 dd {
  float: left;
  width: 90%;
  padding-left: 2%;
  margin-bottom: 10px; }

.staff_detail .col_02 dd:last-child {
  margin-bottom: 0; }

.staff_detail .col_02 .long dt{
  width: 8em; }

.staff_detail .col_02 .long dd{
  width: calc(98% - 8em); }

.staff_detail .col_02 .ad_mb{
  margin-bottom: 15px; }

.staff_detail .single_nav {
  font-size: 16px;
  color: #786f57;
  width: 63.333%;
  max-width: 760px;
  margin: 0 auto 120px; }

.staff_detail .single_nav li a {
  border-bottom: none;
  padding-bottom: 0;
  vertical-align: middle;
  width: initial; }

.staff_detail .single_nav .prev,
.staff_detail .single_nav .next {
  top: 3px; }

.staff_detail .single_nav .prev a:before,
.staff_detail .single_nav .next a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 2px solid #786f57;
  border-bottom: 2px solid #786f57;
  vertical-align: middle; }

.staff_detail .single_nav .prev a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 15px; }

.staff_detail .single_nav .next a:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 15px; }

@media screen and (max-width: 1000px) {
  .staff_detail .col_01 {
    width: 85%; }
  .staff_detail .col_02 .box {
    width: 75%; } }

@media screen and (max-width: 860px) {
  .staff_detail .col_01 {
    width: 90%; }
  .staff_detail .profile {
    width: 55%; }
  .staff_detail .col_01 .box {
    width: 55%; }
  .staff_detail .col_02 .box {
    width: 80%; } }

@media screen and (max-width: 767px) {
  .staff_detail .col_01 {
    width: initial;
    margin: 60px 0 30px; }
  .staff_detail .profile {
    width: initial;
    float: none;
    padding: 0 10%;
    margin-bottom: 0; }
  .staff_detail .col_01 .name {
    font-size: 20px; }
  .staff_detail .col_01 .en_name {
    font-size: 10px;
    margin-bottom: 20px; }
  .staff_detail .col_01 .ill {
    right: 10%;
    max-width: 90px; }
  .staff_detail .col_01 .img {
    float: none;
    width: 100%;
    box-shadow: none;
    margin-bottom: 25px; }
  .staff_detail .col_01 .box {
    width: initial;
    float: none;
    margin: 0 auto; }
  .staff_detail .col_01 .data_list {
    width: initial;
    margin-left: 0; }
  .staff_detail .col_01 .data_list dt,
  .staff_detail .col_01 .data_list dd {
    font-size: 12px;
    margin-bottom: 20px; }
  .staff_detail .col_01 .data_list dt {
    text-align: right; }
  .staff_detail .col_01 .data_list dd {
    width: 70%;
    padding-left: 5%; }
  .staff_detail .col_01 .licence {
    width: 80%; }
  .staff_detail .licence .sub_ttl {
    width: 13.5vw;
    height: 13.5vw;
    line-height: 13.5vw;
    font-size: 12px;
    left: -6vw;
    top: -4vw; }
  .staff_detail .licence .list {
    font-size: 12px;
    padding: 20px 0 5px; }
  .staff_detail .col_02 {
    padding: 40px 0;
    font-size: 12px;
    margin-bottom: 0; }
  .staff_detail .col_02 .box {
    margin-bottom: 40px; }
  .staff_detail .col_02 .sub_ttl {
    text-align: center;
    font-size: 15px; }
  .staff_detail .col_02 dt {
    width: 15%; }
  .staff_detail .col_02 dd {
    width: 83%;
    margin-bottom: 20px; }
  .staff_detail .single_nav {
    border: none;
    width: initial;
    font-size: 14px;
    margin: 30px 0 90px; }
  .staff_detail .single_nav .all {
    border: none; }
  .staff_detail .single_nav .all a {
    line-height: 1; }
  .staff_detail .single_nav .prev, .staff_detail .single_nav .next {
    top: 50%;
    margin-top: -5px; }
  .staff_detail .single_nav .prev a:before, .staff_detail .single_nav .next a:after {
    width: 10px;
    height: 10px;
    border-width: 4px;
    vertical-align: top;
  }
}

/* voice */
.voice .col_01 {
  width: 60%;
  max-width: 720px;
  margin: 0 auto 60px; }

.voice .col_01 .first_txt {
  color: #383635;
  width: 82%;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1.8; }

.voice .col_01 .balloon {
  width: 14%; }

.voice .col_02 {
  width: 70%;
  max-width: 840px;
  margin: 0 auto;
  border-top: 4px solid #ededec; }

.voice .col_02 .post {
  padding: 36px 0;
  border-bottom: 4px solid #ededec; }

.voice .col_02 .post:last-child {
  margin-bottom: 60px; }

.voice .col_02 .img_box {
  width: 28.6%;
  overflow: hidden;
  position: relative;
  height: 11.5vw;
  max-height: 160px;
  background: #ededec; }

.voice .col_02 .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%; }

.voice .col_02 .txt_box {
  width: 66.66%; }

.voice .col_02 .post_date {
  font-size: 12px;
  font-weight: bold;
  color: #9b9a9a;
  margin-bottom: 10px;
  display: inline-block; }

.voice .col_02 .post_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #383635;
  margin-bottom: 20px; }

.voice .col_02 .txt {
  color: #383635;
  line-height: 1.6; }

.voice .page_nav {
  margin-bottom: 170px; }

@media screen and (max-width: 1000px) {
  .voice .col_01 {
    text-align: center;
    width: 70%; }
  .voice .col_01 .balloon {
    float: none;
    width: 20%;
    margin-bottom: 25px; }
  .voice .col_01 .first_txt {
    float: none;
    width: initial; }
  .voice .col_02 {
    width: 80%; } }

@media screen and (max-width: 767px) {
  .voice .col_01 {
    width: 80%;
    margin-bottom: 30px; }
  .voice .col_01 .balloon {
    width: 16vw; }
  .voice .col_01 .first_txt {
    font-size: 13px; }
  .voice .col_02 {
    width: 90%; }
  .voice .col_02 .post {
    padding: 21px 0; }
  .voice .col_02 .img_box {
    float: none;
    width: 90%;
    margin: 0 auto 20px;
    height: 54vw;
    max-height: none; }
  .voice .col_02 .txt_box {
    float: none;
    width: 90%;
    margin: 0 auto; }
  .voice .col_02 .post_date {
    font-size: 11px; }
  .voice .col_02 .post_ttl {
    font-size: 16px;
    margin-bottom: 10px; }
  .voice .col_02 .post:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}

/* voice_detail */
.voice_detail .col_01 {
  width: 70%;
  max-width: 840px;
  margin: 80px auto 0; }

.voice_detail .meta {
  font-size: 14px;
  font-weight: bold;
  color: #9b9a9a;
  width: 90%;
  margin: 0 auto 10px;
  line-height: 10px; }

.voice_detail .post_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #383635;
  width: 90%;
  margin: 0 auto 20px;
  line-height: 1; }

.voice_detail .post_content_wrap {
  padding: 36px 0 80px;
  border-top: 4px solid #ededec;
  border-bottom: 4px solid #ededec;
  margin-bottom: 60px; }

.voice_detail .post_contents {
  width: 90%;
  margin: 0 auto; }

.voice_detail .post_contents * {
  max-width: 100%;
  color: #383635; }

.voice_detail .hide_content {
  margin-top: 80px;
  display: none; }

.voice_detail .post_contents .more_btn {
  display: block;
  width: 80%;
  margin: 60px auto 0;
  padding: 18px 5%;
  border: 2px solid #786f57;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer; }

.voice_detail .more_btn .read_number {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #786f57;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1;
  color: #786f57; }

.voice_detail .read_number span {
  margin-left: 20px;
  color: #786f57; }

.voice_detail .next_ttl {
  color: #786f57; }

.voice_detail .post_contents img {
  display: block;
  margin: 0 auto 40px;
}

.voice_detail h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px; }

.voice_detail .single_nav {
  margin-bottom: 170px; }

@media screen and (max-width: 767px) {
  .voice_detail .col_01 {
    width: initial;
    margin-top: 50px; }
  .voice_detail .meta {
    width: 80%;
    font-size: 11px; }
  .voice_detail .post_ttl {
    font-size: 17px;
    width: 80%; }
  .voice_detail .post_content_wrap {
    padding: 0 0 40px;
    margin-bottom: 0;
    border-bottom: none; }
  .voice_detail .post_contents {
    width: initial; }
  .voice_detail .post_contents p {
    width: 80%;
    margin: 0 auto; }
  .voice_detail .post_contents img {
    margin-bottom: 30px; }
  .voice_detail .post_contents .more_btn {
    margin-top: 40px;
    padding: 15px 5%; }
  .voice_detail .more_btn .read_number {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px; }
  .voice_detail .more_btn .next_ttl {
    width: 100%;
    font-size: 12px; }
  .voice_detail h3 {
    font-size: 15px;
    width: 80%;
    margin: 0 auto 15px; }
  .voice_detail .single_nav {
    margin-bottom: 100px;
  }
}



/* works */
.main_cont_wrap {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.c_article_wrap .post_box {
  margin-bottom: 80px;
}
.c_article_wrap .post_box .img_box {
  width: 100%;
  height: 20.7vw;
  max-height: 290px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  background: #ededec;
}
.c_article_wrap .post_box .img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c_article_wrap .cat_name {
  background: #9d2328;
  border-radius: 3em;
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  margin-bottom: 10px;
}
.c_article_wrap .post_ttl {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .c_article_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c_article_wrap::after {
    content: '';
    display: block;
    width: 32%;
  }
}

@media screen and (min-width: 941px) {
  .c_article_wrap .post_box {
    width: 32%;
  }
  .c_article_wrap .post_box .img_box {
    height: 14.2vw;
    max-height: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 940px) {
  .c_article_wrap .post_box {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .c_article_wrap {
    width: inherit;
  }

  .c_article_wrap .post_box .img_box {
    max-height: inherit;
    height: 67vw;
    margin-bottom: 20px;
  }

  .c_article_wrap .post_box {
    margin-bottom: 40px;
  }
}

.works_detail .col_01 {
  width: 94%;
  max-width: 1000px;
  min-width: 540px;
  margin: 0 auto;
}

.works_detail .post_content_wrap {
  border-bottom: 4px solid #ededec;
  padding: 40px 0 80px;
  margin-bottom: 50px;
}
.works_detail .post_content_wrap .center_ttl:after {
  width: 100%;
  height: 1px;
}

.works_detail .meta {
  text-align: center;
  margin: 40px auto 30px;
}
.works_detail .meta .cat {
  background: #9d2328;
  border-radius: 3em;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px;
}
.works_detail .meta + .place {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.works_detail .img_before_after {
  margin: 60px auto;
  display: flex;
}
.works_detail .img_before,
.works_detail .img_after {
  position: relative;
}
.works_detail .img_before::before,
.works_detail .img_after::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  padding: 1px 10px;
  z-index: 2;
}
.works_detail .img_before::before {
  content: 'BEFORE';
  background: #3f3a39;
}
.works_detail .img_after::before {
  content: 'AFTER';
  background: #9d2328;
}

.img_before_after.main_img img,
.room_detail .img_box figure img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img_before_after.main_img figure,
.room_detail .img_box figure {
  background-color: #ededec;
}

.img_before_after.main_img .img_before {
  width: 36%;
  height: 20vw;
  max-height: 216px;
}
.img_before_after.main_img .img_after {
  width: 62%;
  margin-left: 2%;
  height: 27vw;
  max-height: 340px;
}

.img_before_after.main_img .img_before .arrow {
  height: 42px;
  position: relative;
  left: 70%;
  top: calc(100% + 20px);
  transform: none;
}

.works_detail .txt_left_line {
  position: relative;
  padding-left: 30px;
}
.works_detail .txt_left_line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background: #3f3a39;
}

.works_detail .detail_desc {
  margin: 70px 0 0;
}
.detail_box.box01 .ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.construction_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.construction_list ul:after {
  content: '';
  width: 24%;
  display: block;
}
.construction_list li {
  color: #c8c3c2;
  border: 2px solid #c8c3c2;
  border-radius: 1px;
  line-height: 2;
  width: 24%;
  text-align: center;
  margin-top: 10px;
}
.construction_list li.done {
  background: #3f3a39;
  border: 2px solid #3f3a39;
  color: #fff;
}

.works_detail .detail_box.box02 .price_box {
  border-bottom: 1px solid #3f3a39;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1;
  padding: 0 20px 16px;
}

.detail_box.box02 .price_box .ttl {
  font-size: 16px;
  font-weight: 700;
}
.detail_box.box02 .price_box .price {
  font-size: 18px;
  font-weight: 700;
}
.detail_box.box02 .price_box .num {
  color: #9d2328;
  font-size: 48px;
  font-weight: 700;
  line-height: .6;
  letter-spacing: 0;
  padding: 0 10px;
}

.detail_box.box02 .price_box + table {
  border: 1px solid;
  border-collapse: collapse;
  width: 100%;
}
.detail_box.box02 .price_box + table th,
.detail_box.box02 .price_box + table td {
  border: 1px solid;
  font-size: 12px;
  width: 33.33%;
  text-align: center;
  padding: 10px 0;
}
.detail_box.box02 .price_box + table th {
  background: #f4f2ef;
}

.works_detail .room_detail {
  margin: 60px 0;
}
.works_detail .room_detail .img_box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.room_detail .img_box figure {
  width: 49%;
  height: 20.7vw;
  max-height: 290px;
  overflow: hidden;
  position: relative;
  background: #ededec;
}


.works_voice,
.works_craftman {
  border-top: 1px solid #3f3a39;
  padding: 40px 0 80px;
}

.works_detail .c_ttl_hori span {
  display: inline-block;
  vertical-align: middle;
}
.works_detail .c_ttl_hori span:last-of-type {
  margin-left: 20px;
}
.works_detail .c_ttl_hori .lg {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
}


.works_detail .voice_cont h2,
.works_detail .voice_cont h3,
.works_detail .voice_cont h4,
.works_detail .works_craftman h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: 50px;
}
.works_detail .voice_cont p,
.works_detail .works_craftman .cont_wrap p {
  margin-top: 1.6em;
}

.works_detail .works_craftman .cont_wrap {
  margin: 50px 0 0;
}


@media screen and (min-width: 768px) {
  .detail_desc {
    display: flex;
    justify-content: center;
  }
  .works_detail .detail_box.box01 {
    width: 50%;
    margin-right: 20px;
  }
  .works_detail .detail_box.box02 {
    width: 48%;
  }

  .works_detail .works_craftman .cont_wrap {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
  }
  .works_craftman .img_box {
    width: 36%;
  }
  .works_craftman .txt_box {
    width: 100%;
  }
  .works_craftman .img_box + .txt_box {
    width: 62%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .construction_list li {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 767px) {
  .works_detail .post_content_wrap {
    width: 94%;
    padding: 40px 0;
    margin: 0 auto 50px;
  }

  .works_detail .col_01 {
    min-width: inherit;
  }

  .works_detail .img_before_after {
    flex-direction: column;
  }

  .works_detail .img_before::before,
  .works_detail .img_after::before {
    top: 10px;
    left: 10px;
  }
  .img_before_after.main_img .img_before .arrow {
    top: calc(100% + 10px);
    left: 24%;
    height: 30px;
  }

  .img_before_after.main_img .img_before {
    width: 48%;
    height: 27vw;
  }

  .img_before_after.main_img .img_after {
    margin-left: 24%;
    margin-top: 10px;
    width: 72%;
    height: 42vw;
  }

  .detail_box.box02 {
    margin-top: 30px;
  }
  .construction_list ul:after {
    width: 31%;
  }
  .construction_list li {
    width: 31%;
  }
}
