@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%;
  padding: 15px 0;
  z-index: 10;
  display: table;
  position: fixed;
  background-color: transparent;
  transition: 1.0s ;
}
.header-inner.transform {
  background-color: #fff;
}
.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;
}
.header-inner.transform a h1 {
  color: #000;
}
.site-title-wrap {
  width: 230px;
  margin-left: 20px;
}
.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;
}
@media screen and (max-width:480px) {
  .site-title-wrap {
    width: 180px;
  }
  .header-inner a h1 {
    font-size: 26px;
  }
  .site-title-wrap div {
    font-size: 16px;
  }
}

/*============================================================================
  ハンバーガーメニュー
============================================================================*/
#nav-toggle {
  position: fixed;
  top: 26px;
  right: 25px;
  height: 27px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 30px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}
.header-inner.transform #nav-toggle span,
.header-inner2.transform #nav-toggle span {
  background-color: #000;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

.open #nav-toggle span:nth-child(1) {
  background: #fff;
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  background: #fff;
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  background: #fff;
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#nav-toggle {
  z-index: 30;
}
#header-nav-wrap nav {
  z-index: 20;
}
#header-nav-wrap {
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 15;
}
.open #header-nav-wrap {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header-nav-wrap a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 15px 0 5px 0px;
  transition: color .6s ease;
  font-size: 18px;
  font-weight: bold;
}
#header-nav-wrap ul {
  list-style: none;
  margin: 10% 0 0 10%;
}
#header-nav-wrap ul li {
  list-style: none;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  transition: -webkit-transform 1.3s ease;
  transition: transform 1.3s ease;
  transition: transform 1.3s ease, -webkit-transform 1.3s ease;
  position: relative;
  display: block;
}
.open #header-nav-wrap li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*============================================================================
  メインビジュアル
============================================================================*/
 #mv-slide-wrap {
    height: 80vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
#mv-slide-wrap h2 {
  z-index:15;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-60%);
  width:80%;
  height:auto;
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-weight: normal;
  font-family:  'Times New Roman';
}
#mv-slide-wrap h2 span {
  display: block;
  font-size: 26px;
  color: #fff;
  font-family: "游明朝";
}
  .mv-slide {
    z-index:10;
    width: 100%;
    height: 80vh;
    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_sp.jpg");
}



/*============================================================================
  パーツ３
============================================================================*/
.cont-parts-03-wrap {
  position: relative;
  height: 700px;
  width: 100%;
  margin: 0 auto;
}
.cont-parts-03-wrap .bg {
  background: linear-gradient(135deg, #A68958 0%, #2A1D0A 47%);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 320px;
}
.cont-parts-03-wrap .cont-parts-03-title {
  font-size: 50px;
  color: #8c6f3f;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
  }
.cont-parts-03-wrap .cont-parts-03-img {
  background-image: url("../../images/example03/cont_img_03_sp.jpg");
  position: absolute;
  top:320px;
  right: 0;
  height: 400px;
  width: 768px;
  background-position: top right;
  background-size: 100%;
}
.cont-parts-03-wrap .cont-parts-03-text {
  width: 100%;
  position: absolute;
  top: 110px;
  left: 0;
  padding: 0 5px;
  color: #a0a0a0;
  text-align: center;
}
.cont-parts-03-wrap .cont-parts-03-text h2 {
  color: #a0a0a0;
  margin-bottom: 22px;
  font-weight: normal;
  font-size: 20px;
  font-family: "游明朝";
}

@media screen and (max-width:480px) {
  .cont-parts-03-wrap {
    height: 635px;
  }
  .cont-parts-03-wrap .bg {
    height: 400px;
  }
  .cont-parts-03-wrap .cont-parts-03-img {
    background-image: url("../../images/example03/cont_img_03_sp2.jpg");
    top: 400px;
    width: 500px;
    height: 333px;
  }
}

/*============================================================================
  パーツ１３　ギャラリー
============================================================================*/
.cont-parts-13-wrap {
  width: 100%;
  height: 1080px;
  background: linear-gradient(270deg, #A68958 0%, #2A1D0A 58%);
  position: relative;
}
.cont-parts-13-text {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: center;
}
.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: 340px;
  left: 0;
  width: 100%;
  height: 740px;
}
.cont-parts-13-gallery .img-wrap {
  width: 90%;
  margin: 0 auto;
}
.cont-parts-13-gallery .img-wrap img {
  width: 33.33%;
  float: left;
}
@media screen and (max-width:600px) {
  .cont-parts-13-wrap {
    height: 900px;
  }
  .cont-parts-13-gallery {
    height: 560px;
  }
}
@media screen and (max-width:480px) {
  .cont-parts-13-gallery {
    top: 270px;
  }
  .cont-parts-13-gallery .img-wrap {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*============================================================================
  パーツ１０
============================================================================*/
.cont-parts-10-wrap {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(335deg, #A68958 0%, #2A1D0A 58%);
}
.cont-parts-10-wrap .cont-parts-10-text {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 30px;
}
.cont-parts-10-wrap .cont-parts-10-title {
  font-size: 50px;
  color: #8c6f3f;
}
.top-new-wrap .article-list {
  margin-left: 1.6%;
  overflow: hidden;
  float: left;
  width: 47.6%;
  height:390px;
}
.under-list .article-list:nth-child(2n) {
  margin-right: 1.6%;
}
.top-new-wrap .article-list .img-wrap {
  width:100%;
  height:204px;
  overflow: hidden;
}
.top-new-wrap .article-list .img-wrap div {
  width:100%;
  height:204px;
  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;
}
@media screen and (max-width:560px) {
  .top-new-wrap .article-list {
    height: 405px;
  }
}
@media screen and (max-width:480px) {
  .top-new-wrap .article-list {
    float: none;
    width: 95%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    height: 365px;
  }
  .top-new-wrap .article-list .img-wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width:400px) {
  .top-new-wrap .article-list {
    height: 390px;
  }
}

/*============================================================================
  パーツ１４　セミフッター
============================================================================*/
.cont-parts-14-wrap {
  width: 100%;
  padding: 80px 4% 30px 4%;
  background-color: #65563c;
}
.cont-parts-14-wrap .cont-parts-14 {
  width: 46%;
  float: left;
  margin-bottom: 50px;
}
.cont-parts-14-wrap .cont-parts-14 h2 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.cont-parts-14-wrap .cont-parts-14 p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width:480px) {
  .cont-parts-14-wrap .cont-parts-14 {
    width: 92%;
  }
  .cont-parts-14-wrap .cont-parts-14 h2 {
    margin-bottom: 10px;
  }
}




/*============================================================================
  フッター
============================================================================*/
.footer {
  width: 100%;
  padding-top: 1px;
  background-color: #2A1D0A;
}
.footer-wrap {
  width: 90%;
  margin: 50px 5%;
  text-align: center;
}
.footer-box {
  width: 100%;
  float: none;
}
.footer-box:first-child {
  margin-bottom: 40px;
}
.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: auto;
  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';
}
.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;
}
@media screen and (max-width:480px) {
  .footer .footer-box ul li {
    width: 50%;
  }
}