@charset "UTF-8";
@media screen and (max-width: 767px) {
  #mainImgTop {
    margin-top: 70px;
  }
}
#mainImgTop .mainImgTop_txt {
  position: absolute;
  z-index: 1;
}

.mainImgIn img {
  width: 100%;
  height: auto;
}

.swiper-wrapper .swiper-slide {
  position: relative;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
}
.swiper-wrapper .swiper-slide img {
  width: 100%;
}
.swiper-wrapper .swiper-slide .mail_ttl {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(166, 152, 122, 0.7607843137);
  width: 950px;
  height: 400px;
}
@media screen and (max-width: 1500px) {
  .swiper-wrapper .swiper-slide .mail_ttl {
    width: 800px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-wrapper .swiper-slide .mail_ttl {
    width: 85%;
    height: 40vw;
  }
}
.swiper-wrapper .swiper-slide .mail_ttl:before {
  content: "";
  background: url(../images/common/logo_wh.png) no-repeat;
  background-size: contain;
  display: block;
  width: 450px;
  height: 75px;
  position: relative;
  top: -10rem;
}
@media screen and (max-width: 1500px) {
  .swiper-wrapper .swiper-slide .mail_ttl:before {
    width: 340px;
    top: -5rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-wrapper .swiper-slide .mail_ttl:before {
    width: 43vw;
    top: -6vw;
  }
}
@media screen and (max-width: 500px) {
  .swiper-wrapper .swiper-slide .mail_ttl:before {
    top: -4vw;
  }
}
@media screen and (max-width: 350px) {
  .swiper-wrapper .swiper-slide .mail_ttl:before {
    top: -2vw;
  }
}
.swiper-wrapper .swiper-slide .mail_ttl .txt_wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 1px;
  top: 18rem;
  line-height: 1.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1500px) {
  .swiper-wrapper .swiper-slide .mail_ttl .txt_wrap {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    top: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-wrapper .swiper-slide .mail_ttl .txt_wrap {
    font-size: 3vw;
    letter-spacing: 0;
    padding: 3vw;
    line-height: 1.8;
    top: 15vw;
  }
}

.swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  fill: #fff;
  height: 38px;
  width: 38px;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: #000 3px 3px 60%;
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    height: 17px;
    width: 10px;
  }
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-pagination-bullet {
  width: 20%;
  height: 7px;
  border-radius: unset;
  background: #e8e3d2;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: 5px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #b58932;
}

@media screen and (max-width: 767px) {
  #header {
    height: 0;
  }
}
#header #headerTopMenu {
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 100;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  #header #headerTopMenu {
    top: -70px;
    right: 0;
  }
}
#header #headerTopMenu .h1 {
  display: none;
}
@media screen and (max-width: 767px) {
  #header #headerTopMenu .h1 {
    display: block;
  }
}
#header #headerTopMenu .hd_top {
  margin-bottom: 1rem;
}
#header #headerTopMenu .hd_top li a {
  width: 220px;
  display: inline-block;
  margin: 0 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-family: "Cinzel", serif;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#937128), to(#AD8834));
  background-image: linear-gradient(0deg, #937128, #AD8834);
  letter-spacing: 3px;
  position: relative;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px #949494;
          box-shadow: 0px 0px 10px 1px #949494;
}
#header #headerTopMenu .hd_top li a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
#header #headerTopMenu .hd_top li a::before {
  width: 23px;
  height: 23px;
}
#header #headerTopMenu .hd_top li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1px;
}
#header #headerTopMenu .hours {
  color: #FFF;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #header #headerTopMenu .hours {
    display: none;
  }
}
#header #menuList {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #header #menuList {
    display: none;
  }
}
#header #menuList .flex_wrap li a {
  padding: 4rem 0;
  font-size: 2.3rem;
  letter-spacing: 4px;
}
#header #menuList .flex_wrap li a span {
  font-size: 1.4rem;
  letter-spacing: 5px;
}
#header #menuList .flex_wrap li a p:after {
  top: 5.5rem;
}
#header #menuList .flex_wrap li a:hover {
  background-color: #faf9f0;
  color: #876824;
}
#header #menuList .flex_wrap li a:hover p:after {
  top: 6rem;
}
#header #menuList .company p {
  border-right: none !important;
}
#header #menuList .tel_btn, #header #menuList .contact_btn {
  display: none;
}

.contact_btn a::before {
  background: url(../images/common/ico_mail.svg) no-repeat;
  top: 7px;
  left: -1.5rem;
  background-size: contain;
}

.tel_btn a::before {
  background: url(../images/common/ico_tel.svg) no-repeat;
  left: -1rem;
  background-size: contain;
}

#top_feature {
  padding-top: 5rem;
  background-color: #faf9f0;
  position: relative;
  z-index: 1;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #top_feature {
    padding-bottom: 7rem;
  }
}
#top_feature .read_ttl {
  position: absolute;
  font-size: 8rem;
  font-family: "Cinzel", serif;
  letter-spacing: 6px;
  text-align: center;
  color: #e8e3d2;
  top: 5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #top_feature .read_ttl {
    font-size: 5rem;
    top: 4rem;
  }
}
#top_feature .ttl_h2 {
  font-size: 3.3rem;
  position: relative;
  z-index: 3;
  letter-spacing: 6px;
}
@media screen and (max-width: 767px) {
  #top_feature .ttl_h2 {
    font-size: 2.3rem;
    letter-spacing: 4px;
    line-height: 1.4;
  }
}
#top_feature .sub_txt {
  font-size: 2.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #top_feature .sub_txt {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 0 10px;
    line-height: 1.5;
  }
}
#top_feature .point_li {
  padding: 6.5rem 4rem 3rem 4rem;
  background-color: #fff;
  margin: 8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: point;
}
@media screen and (max-width: 767px) {
  #top_feature .point_li {
    margin: 5rem 0 2rem;
    padding: 5rem 10px 0;
  }
}
#top_feature .point_li .li_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: solid 1px #e8e3d2;
  padding-bottom: 0.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #top_feature .point_li .li_wrap {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#top_feature .point_li .li_wrap .ttl_point {
  display: inline-block;
  font-size: 2.1rem;
  color: #e8e3d2;
  font-family: "Cinzel", serif;
  line-height: 1.5;
  position: relative;
  letter-spacing: 3px;
  margin-right: 1.5rem;
  top: -5.5rem;
}
@media screen and (max-width: 767px) {
  #top_feature .point_li .li_wrap .ttl_point {
    font-size: 1.6rem;
    top: -3.5rem;
  }
}
#top_feature .point_li .li_wrap .ttl_point:before {
  counter-increment: point;
  content: counter(point, decimal-leading-zero);
  display: inline;
  font-size: 7rem;
  position: absolute;
  left: -0.5rem;
  z-index: 0;
  letter-spacing: 3px;
  line-height: 1.7;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 767px) {
  #top_feature .point_li .li_wrap .ttl_point:before {
    font-size: 5rem;
    left: 0rem;
  }
}
#top_feature .point_li .li_wrap dt {
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #876824;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #top_feature .point_li .li_wrap dt {
    font-size: 2rem;
  }
}
#top_feature .point_li .li_wrap dd {
  letter-spacing: -0.5px;
}
#top_feature .link_btn {
  text-align: center;
}

#work {
  background-color: #faf9f0;
  position: relative;
  top: 42rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #work {
    top: 20rem;
    margin-top: 2rem;
  }
}
#work .inner {
  position: relative;
  top: -38rem;
}
@media screen and (max-width: 767px) {
  #work .inner {
    top: -20rem;
  }
}
#work .work_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#work .work_li li {
  width: 25%;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  #work .work_li li {
    width: 50%;
    margin-bottom: 4rem;
  }
}
#work .work_li li .img_wrap {
  width: 325px;
  height: 325px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #work .work_li li .img_wrap {
    width: 100%;
    height: auto;
  }
  #work .work_li li .img_wrap img {
    width: 100%;
  }
}
#work .work_li li .img_wrap .hover-mask {
  background: rgba(56, 47, 36, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  width: 100%;
}
#work .work_li li .img_wrap .hover-mask:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
#work .work_li li .img_wrap .hover-mask p {
  border: 1px #fff solid;
  padding: 0.8rem 3rem 0.8rem 2rem;
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
}
#work .work_li li .img_wrap .hover-mask p:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
}
#work .work_li li .ttl_txt {
  margin-top: 3rem;
  font-size: 2.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #work .work_li li .ttl_txt {
    margin: 10px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
#work .work_li li .ttl_txt span {
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  letter-spacing: 3px;
  color: #876824;
  display: block;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #work .work_li li .ttl_txt span {
    line-height: 2;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
#work .work_li li .ttl_txt:after {
  content: "";
  display: inline-block;
  border-top: solid 2px #876824;
  border-right: solid 2px #876824;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
  position: relative;
  top: -3px;
  left: 1rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  #work .work_li li .ttl_txt:after {
    content: none;
  }
}
#work .work_li li a:hover .ttl_txt::after {
  left: 2rem;
}
#work .work_li li a:hover .hover-mask {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}

#detail {
  background-color: #faf9f0;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #detail {
    padding-bottom: 0;
  }
}
#detail .detail_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
#detail .detail_ul .detail_li_wrap {
  width: 48%;
  background-color: #fff;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #detail .detail_ul .detail_li_wrap {
    width: 100%;
    margin: 0 1rem 4rem 1rem;
  }
}
#detail .detail_ul .detail_li_wrap img {
  height: auto;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#detail .detail_ul .detail_li_wrap img:hover {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#detail .detail_ul .detail_li_wrap .detail_dl {
  padding: 2rem 2rem 9rem 2rem;
}
#detail .detail_ul .detail_li_wrap .detail_dl .detail_dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 2.3rem;
  color: #876824;
  margin-bottom: 2rem;
  border-bottom: solid 1px #e8e3d2;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #detail .detail_ul .detail_li_wrap .detail_dl .detail_dt {
    font-size: 2rem;
    line-height: 1.3;
  }
}
#detail .detail_ul .detail_li_wrap .detail_dl .detail_dt span {
  font-size: 1.4rem;
  font-family: "Cinzel", serif;
  letter-spacing: 4px;
  display: block;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #detail .detail_ul .detail_li_wrap .detail_dl .detail_dt span {
    margin-bottom: 0.5em;
  }
}
#detail .detail_ul .detail_li_wrap .detail_dl dd .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #detail .detail_ul .detail_li_wrap .detail_dl dd .list {
    display: block;
  }
}
#detail .detail_ul .detail_li_wrap .detail_dl dd .list dt {
  font-weight: bold;
  color: #876824;
  width: 140px;
}
#detail .detail_ul .detail_li_wrap .detail_dl dd .list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#detail .detail_ul .detail_li_wrap .detail_dl dd li {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  #detail .detail_ul .detail_li_wrap .detail_dl dd li {
    line-height: 1.3;
    text-indent: -1em;
    margin-left: 1em;
  }
}
#detail .detail_ul .detail_li_wrap .detail_dl dd li::before {
  content: "・";
}
#detail .detail_ul .detail_li_wrap .link_btn a {
  width: 200px;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  padding-top: 3rem;
  font-size: 1.6rem;
  padding: 0.3rem 5rem;
}
@media screen and (max-width: 767px) {
  #detail .detail_ul .detail_li_wrap .link_btn a {
    bottom: 3rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}
#detail .detail_ul .detail_li_wrap .arrow a:after {
  content: "";
  display: block;
  border-top: solid 2px #876824;
  border-right: solid 2px #876824;
  width: 8px;
  height: 8px;
  top: -3px;
  right: 3rem;
}
#detail .detail_ul .detail_li_wrap .arrow a:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 2.5rem;
}

#top_conatct {
  background-color: #876824;
  color: #fff;
  padding: 3rem 0 10rem 0;
}
@media screen and (max-width: 767px) {
  #top_conatct {
    padding: 0.5rem 0;
  }
}
#top_conatct .ttl_h2 {
  padding-bottom: 1rem;
}
#top_conatct .ttl_h2 span {
  color: #fff;
}
#top_conatct .sub_txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top_conatct .sub_txt {
    padding: 0 10px;
  }
}
#top_conatct .contact_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #top_conatct .contact_wrap {
    display: block;
    margin: 0 10px;
  }
}
#top_conatct .contact_wrap li a {
  position: relative;
  margin: 1em;
}
@media screen and (max-width: 767px) {
  #top_conatct .contact_wrap li a {
    margin: 1em auto;
  }
}
#top_conatct .contact_wrap li a:hover {
  background-color: #fff;
  color: #876824;
}

#top_news {
  padding: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  #top_news {
    padding: 0;
  }
}
#top_news .top_news_list ul li {
  border-bottom: 1px #d0d0d0 solid;
}
#top_news .top_news_list ul li:first-child {
  border-top: 1px #d0d0d0 solid;
}
#top_news .top_news_list ul li a {
  display: block;
  padding: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top_news .top_news_list ul li a {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
}
#top_news .top_news_list ul li a:after {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: solid 2px #876824;
  border-right: solid 2px #876824;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  #top_news .top_news_list ul li a:after {
    width: 8px;
    height: 8px;
  }
}
#top_news .top_news_list ul li a:hover:after {
  right: 1rem;
}
#top_news .top_news_list ul li a:hover {
  background-color: #faf9f0;
}
#top_news .top_news_list ul li .time {
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  #top_news .top_news_list ul li .time {
    display: block;
  }
}
#top_news .top_news_btn {
  margin: 5rem 0;
  text-align: center;
}
#top_news .top_news_btn a {
  width: 300px;
}

.sns_wrap {
  padding-bottom: 6rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sns_wrap {
    background-color: #faf9f0;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
.sns_wrap h2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sns_wrap .sns_li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}
.sns_wrap .sns_li li {
  width: 70px;
}
/*# sourceMappingURL=top.css.map */