/* CSS Document */
/*------------------------------------------------------

LAYOUT

------------------------------------------------------*/
.l-sec {
  position: relative;
  margin: auto;
  padding-top: 120px; }

.l-sec-gray {
  background-color: #e5e5e5;
  margin-top: 60px;
  padding-top: 60px; }

.l-w1080 {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0 60px; }

.l-flex {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: auto; }

.l-block {
  display: block;
  margin: auto; }

.l-middle {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.l-grid-01 {
  width: 100%;
  padding-bottom: 40px; }

.l-grid-02 {
  width: calc(100% / 2);
  padding-bottom: 60px; }

.l-grid-02:not(:last-child) {
  margin-right: 10%; }

.l-grid-03 {
  width: calc(100% / 3);
  padding-bottom: 120px; }

.l-grid-03:not(:last-child) {
  margin-right: 5%; }

_:-ms-lang(x) .l-grid-03:not(:last-child), selector .l-grid-03:not(:last-child) {
  margin-right: 0; }

.l-grid-04 {
  width: calc(100% / 2); }

.l-grid-04:not(:last-child) {
  margin-right: 5%; }

.l-grid-05 {
  width: 65%; }

.l-grid-05:not(:last-child) {
  margin-right: 5%; }

@media only screen and (max-width: 800px) {
  .l-grid-04, .l-grid-05 {
    width: 100%;
    margin-right: 0; } }

@media only screen and (max-width: 740px) {
  .l-sec {
    padding-top: 60px; }
  .l-sec-gray {
    background-color: #e5e5e5;
    margin-top: 0; }
  .l-w1080 {
    position: relative;
    padding: 0 5%; }
  .l-flex {
    width: 100%;
    display: block; }
  .l-grid-02, .l-grid-03 {
    width: 100%;
    margin-right: 0;
    padding-bottom: 60px; }
  .l-grid-05 {
    width: 100%;
    margin-right: 0; } }

/*------------------------------------------------------

NAVIGATION

------------------------------------------------------*/
#gnav {
  position: relative;
  width: 100%;
  z-index: 1000; }

#gnav a {
  color: #b48c3c;;
  font-family: 'Montserrat', sans-serif; }

#gnav a:visited, a:active {
  color: #b48c3c; }

.gnav-item {
  background-color: #000;
  border-color: #7a6e58;
  border-style: solid;
  border-width: 1px 0 1px 0;
  display: block;
  line-height: 1;
  margin: auto; }
  .gnav-item ul li a {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 24px 4vw; }
  .gnav-item ul li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; }
  .gnav-item .fortop {
    display: none; }
  .gnav-item .forfeat {
    display: none; }
  .gnav-item .nav-openlist {
    display: none; }
  .gnav-item .nav-list {
    display: none; }

.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  border-width: 0;
  opacity: 0.9;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1001; }

.current {
  border-bottom: 4px solid #b48c3c; }

@media only screen and (max-width: 740px) {
  #gnav {
    position: relative;
    background-color: rgba(0, 0, 0, 0); }
  .gnav-item {
    position: fixed;
    top: 0;
    width: 100%;
    border-width: 0;
    display: none; }
    .gnav-item > ul {
      height: 100vh;
      display: block;
      padding: 40px 0;
      margin: 0 auto;
      overflow-y: auto;
      text-align: center; }
      .gnav-item > ul li {
        min-height: 40px; }
        .gnav-item > ul li a {
          font-size: 1.6rem;
          padding: 3.5vh 0; }
    .gnav-item .nav-openlist::before {
      position: absolute;
      right: 0;
      left: 0;
      color: #b48c3c;
      content: '\f067';
      font-family: 'FontAwesome';
      font-size: 1rem;
      line-height: 1.5;
      margin-left: -13rem;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .gnav-item .nav-openlist.open::before {
      position: absolute;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .gnav-item .nav-openlist {
      position: relative;
      color: #b48c3c;
      display: block;
      font-family: 'Montserrat', sans-serif;
      font-size: 1.6rem;
      font-weight: 600;
      margin-left: 10px; }
    .gnav-item .nav-list {
      display: none;
      margin: 0 auto 10px; }
      .gnav-item .nav-list a {
        font-size: 1.4rem;
        padding: 16px; }
    .gnav-item .current {
      border-bottom: 0; }
  #spnav-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    padding: 12px 10px;
    z-index: 999999; }
  .spnav-trigger, .spnav-trigger span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .spnav-trigger {
    position: relative;
    width: 24px;
    height: 20px; }
  .spnav-trigger span {
    position: absolute;
    left: 10;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px; }
  .spnav-trigger span:nth-of-type(1) {
    top: 1px; }
  .spnav-trigger span:nth-of-type(2) {
    top: 9px; }
  .spnav-trigger span:nth-of-type(3) {
    bottom: 1px; }
  .spnav-trigger.open span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg); }
  .spnav-trigger.open span:nth-of-type(2) {
    opacity: 0; }
  .spnav-trigger.open span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg); } }

/*------------------------------------------------------

PARTS

------------------------------------------------------*/
h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  font-variant-ligatures: none; }

#pageTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background-color: #b48c3c;
  border-radius: 20px;
  opacity: 0.5;
  z-index: 999; }

#pageTop a {
  position: relative;
  width: 40px;
  height: 40px;
  color: #fff;
  display: block; }

#pageTop a::before {
  position: absolute;
  top: 5px;
  left: 12px;
  content: '\f106';
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 1; }

ul.list-dots {
  margin: 10px 0 0 16px; }
  ul.list-dots > li {
    position: relative;
    padding-left: 4px;
    margin-bottom: 10px; }
  ul.list-dots li::before {
    position: absolute;
    top: 1rem;
    left: -1rem;
    width: 6px;
    height: 6px;
    background-color: #b48c3c;
    border-radius: 100%;
    content: '';
    display: block; }

.notes {
  display: block;
  font-size: 1.1rem !important;
  margin-top: 20px;
  text-indent: -1rem;
  margin-left: 1rem; }

.notes li::before {
  display: none; }


.moreinfo {
  display: block;
  font-size: 1.1rem !important;
  margin-top: 20px; }
  
.moreinfo li::before {
  display: none; }

.moreinfo a{
  color: #b48c3c;;
}


.points {
  display: block;
  margin-top: 20px;
 }

.points dt{
  font-weight: bold;
  margin-bottom: 10px;
  text-indent: -1rem;
}
.points dt::before {
  display: none; }

.points dd{
  margin-left: 1rem;
  margin-bottom: 20px;
}



.fa-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 1.8rem; }

.btn-more {
  position: relative;
  width: 80%;
  min-width: 120px;
  border: #695023 solid 1px;
  color: #b48c3c;
  display: block;
  font-weight: 600;
  line-height: 1;
  margin: 30px auto 0;
  padding: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.btn-more:hover {
  background-color: #695023;
  color: #fff; }

.btn-more.fa-link::after {
  right: 12px;
  margin-top: -10px; }

.btn-feat01 a {
  position: relative;
  color: #b48c3c;
  display: block;
  font-size: 1.8rem;
  padding: 0 0 20px; }

.btn-feat01 .fa-link::after {
  font-size: 1.8rem;
  margin-top: -26px; }

#kv02 {
  position: relative;
  height: 320px;
  background-position: center;
  background-size: cover;
  overflow: hidden; }

.kv02-ttl {
  height: 320px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.5rem; }

.spec-link {
  width: 100%;
  height: 260px;
  background-image: url("../img/img_kv_spec.jpg");
  background-position: center;
  background-size: cover;
  display: block; }
  .spec-link:hover {
    opacity: 0.7; }

.spec-link-ttl {
  width: 60vw;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
  margin: 0 auto;
  padding-top: 94px;
  text-align: left; }

@media only screen and (max-width: 740px) {
  #kv02 {
    height: 160px; }
  .kv02-ttl {
    height: 160px;
    font-size: 2.2rem; }
  .spec-link {
    height: 160px; }
  .spec-link-ttl {
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.5;
    padding-top: 60px;
    text-align: center; } }


@media only screen and (max-width: 740px) {
    .gnav-item {
        opacity: 0;
        transition: all 0.8s ease;
        top: -1000px;
        display: block;

    }
    .gnav-item.open{
        display: block;
        opacity: 1;
        transition: all 0.8s ease;
        top: 0;
    }
}