@charset "utf-8";
/*
theme Name: オリジナルテーマ
Author: I's Creation
Description: original theme
version： 1.0.0
*/
/*サイト全体の基準となるCSSを記述*/
body {
  font-family: 'Halant','Helvetica Neue','Helvetica','Arial', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
/*============================================================================
  ヘッダー
============================================================================*/
.header-inner {
  width: 100%;
  max-width: 2048px;
  min-width: 1000px;
  padding: 30px 0 15px 0;
  z-index: 10;
  display: table;
  position: fixed;
  background-color: transparent;
  transition: 1.0s ;
}
.header-inner a {
  text-decoration: none;
}
.header-inner a h1 {
  font-size: 33px;
  color: #fff;
  font-weight: normal;
  line-height: 33px;
  text-align: center;
  font-family:  'Times New Roman';
}
.header-inner.transform {
  background-color: #d0d0d0;
  padding: 5px 0;
}
.header-inner.transform a h1 {
  color: #000;
}
.site-title-wrap {
  margin-left: 50px;
  width: 230px;
}
.header-nav-wrap {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
.site-title-wrap div {
  color: #fff;
  text-align: center;
  line-height: 20px;
  letter-spacing: 5px;
  font-size: 18px;
}
.header-inner.transform .site-title-wrap div {
  color: #000;
}
.header-nav-wrap ul {
  float: right;
}
.header-nav li {
  display: inline;
  list-style: none;
  float: left;
  padding-left: 30px;
  text-align: right;
}
.header-nav li a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.header-inner.transform li a {
  color: #000;
}
.header-nav li a::after {
  position: absolute;
  bottom: -8px;
  left: 25%;
  content: '';
  width: 50%;
  height: 2px;
  border-radius: 20px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.header-inner.transform .header-nav li a::after {
  background: #000;
}
.header-nav li a:hover::after {
  transform: scale(1, 1);
}

/*============================================================================
  メインビジュアル
============================================================================*/
 #mv-slide-wrap {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
#mv-slide-wrap h2 {
  z-index:15;
  position: absolute;
  top:50%;
  left:0;
  transform:translate(0,-60%);
  width:50%;
  height:auto;
  text-align: center;
  font-size: 66px;
  color: #d0d0d0;
  font-weight: normal;
  font-family:  'Times New Roman';
}
#mv-slide-wrap h2 span {
  display: block;
  font-size: 28px;
  color: #8c6f3f;
  font-family: "游明朝";
}
  .mv-slide {
    z-index:10;
    width: 100%;
    height: 1080px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
.mv-slide-01 {
  background-image: url("../../images/example03/mv01.jpg");
}

/*============================================================================
  パーツ３
============================================================================*/
.cont-parts-03-wrap {
  position: relative;
  height: 800px;
  width: 100%;
  margin: 0 auto;
}
.cont-parts-03-wrap .cont-parts-03-title {
  font-size: 60px;
  color: #8c6f3f;
  position: absolute;
  top: 200px;
  left: 50px;
  z-index: 5;
  }
.cont-parts-03-wrap .cont-parts-03-img {
  background-image: url("../../images/example03/cont_img_03.jpg");
  position: absolute;
  top: 0px;
  right: 0;
  height: 800px;
  width: 75%;
  background-position: right;
}
.cont-parts-03-wrap .cont-parts-03-text {
  width: 30%;
  position: absolute;
  top: 300px;
  left: 50px;
  z-index: 3;
  color: #a0a0a0;
}
.cont-parts-03-wrap .bg {
  width: 58%;
  height: 800px;
  background: linear-gradient(135deg, #A68958 0%, #2A1D0A 47%);
  position: absolute;
  top: 0;
  left: -17%;
  -webkit-transform: skewX(21deg);
  transform: skewX(21deg);
  z-index: 2;
}

.cont-parts-03-wrap .cont-parts-03-text h2 {
  color: #a0a0a0;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 30px;
  font-family: "游明朝";
}

/*============================================================================
  パーツ１３　ギャラリー
============================================================================*/
.cont-parts-13-wrap {
  width: 100%;
  height: 1080px;
  background: linear-gradient(135deg, #A68958 0%, #2A1D0A 58%);
  position: relative;
}
.cont-parts-13-text {
  width: 38%;
  position: absolute;
  top: 200px;
  left: 60%;
}
.cont-parts-13-text .cont-parts-13-title {
  font-size: 60px;
  color: #8c6f3f;
}
.cont-parts-13-text p {
  color: #a0a0a0;
}
.cont-parts-13-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 1080px;
}
.cont-parts-13-gallery .img-wrap {
  width: 90%;
  max-width: 900px;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.cont-parts-13-gallery .img-wrap img {
  width: 33.33%;
  float: left;
}
@media screen and (max-width:1400px) {
  .cont-parts-13-wrap {
    height: 800px;
  }
  .cont-parts-13-gallery {
    height: 800px;
  }
}

/*============================================================================
  パーツ１０
============================================================================*/
.cont-parts-10-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  background: linear-gradient(335deg, #A68958 0%, #2A1D0A 58%);
}
.cont-parts-10-wrap .cont-parts-10-text {
  text-align: center;
  margin-bottom: 50px;
}
.cont-parts-10-wrap .cont-parts-10-title {
  font-size: 60px;
  color: #8c6f3f;
}
.top-new-wrap .article-list {
  margin-left: 1.6%;
  overflow: hidden;
  float: left;
  width: 23%;
  height:405px;
}
@media screen and (max-width:1400px) {
  .top-new-wrap .article-list {
    height: 425px;
  }
}
.top-new-wrap .article-list:last-child {
  margin-right: 1.6%;
}
.top-new-wrap .article-list .img-wrap {
  width:100%;
  height:220px;
  overflow: hidden;
}
.top-new-wrap .article-list .img-wrap div {
  width:100%;
  height:220px;
  background-size: cover;
  background-position: center;
  transition-duration: 1s;
}
.top-new-wrap .article-list .img-wrap div:hover {
  transform: scale(1.1);
  transition-duration: 1s;
}
.top-new-wrap .article-list .article-date {
  margin: 0 10px;
}
.top-new-wrap .article-list .article-date time {
  font-size: 13px;
  color: #d0d0d0;
  display: inline-block;
  padding: 16.5px 0;
}
.top-new-wrap .article-list .article-date time:after {
  content: '|';
  padding: 0 5px;
}
.top-new-wrap .article-list .article-date a {
  color: #d0d0d0;
  font-size: 13px;
  text-decoration: none;
  transition-duration: 0.3s;
  min-width: 48px;
  display: inline-block;
  padding: 16.5px 0;
}
.top-new-wrap .article-list .article-date a:hover {
  color: #AF173F;
  transition-duration: 0.3s;
}
.top-new-wrap .article-list .text {
  margin: 0 10px;
}
.top-new-wrap .article-list a {
  text-decoration: none;
}
.top-new-wrap .article-list a .text:hover {
  opacity: 0.7;
}
.top-new-wrap .article-list a .text span {
  font-size: 16px;
  padding: 10px 5px 5px 0;
  color: #d0d0d0;
  font-weight: bold;
}
.top-new-wrap .article-list .text p {
  font-size: 14px;
  text-decoration: none;
  color: #d0d0d0;
}

/*============================================================================
  パーツ１４　セミフッター
============================================================================*/
.cont-parts-14-wrap {
  width: 100%;
  padding: 80px 4%;
  background-color: #65563c;
}
.cont-parts-14-wrap .cont-parts-14 {
  width: 23%;
  float: left;
}
.cont-parts-14-wrap .cont-parts-14 h2 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.cont-parts-14-wrap .cont-parts-14 p {
  color: #fff;
  text-align: center;
}


/*============================================================================
  フッター
============================================================================*/
.footer {
  width: 100%;
  min-width: 1000px;
  padding-top: 1px;
  background-color: #2A1D0A;
}
.footer-wrap {
  width: 900px;
  margin: 50px auto;
}
.footer-box {
  width: 50%;
  float: left;
}
.footer-box address p {
  color: #d0d0d0;
  font-style: normal;
}
.footer .footer-box .footer-nav {
  margin-top: 20px;
}
.footer .footer-box ul {
  list-style: none;
  padding-left: 10px;
}
.footer .footer-box ul li {
  width: 33%;
  float: left;
  margin-bottom: 20px;
}
.footer .footer-box ul li a {
  text-decoration: none;
  color: #d0d0d0;
  transition-duration: 0.3s;
}
.footer .footer-box ul li a:hover {
  color: #fff;
  transition-duration: 0.3s;
}
.footer-logo {
  width: 200px;
  margin-bottom: 20px;
}
.footer-logo a {
  text-decoration: none;
}
.footer-logo a h2 {
  font-size: 26px;
  color: #d0d0d0;
  font-weight: normal;
  line-height: 26px;
  font-family:  'Times New Roman';
  text-align: center;
}
.footer-logo div {
  color: #d0d0d0;
  line-height: 20px;
  font-family:  'Times New Roman';
  text-align: center;
}
.footer-copyright {
  width: 100%;
  background-color: #ECECEC;
  padding: 5px 0;
}
.footer-copyright p {
  font-size: 14px;
  color: #000;
  text-align: center;
}