@charset "UTF-8";
.sp {
  display: none;
}
.br_sp {
  display: none;
}
.font-en {
  font-family: 'Open Sans', sans-serif;
}
.bc_green {
  background-color: #455d41;
}
.mb40 {
  margin-bottom: 40px;
}
#wrap {
  background-color: #455d41;
  padding-top: 90px;
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 100px;
  height: 100px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a img {
  width: 50%;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/*******************************
ヘッダー
*********************************************/
.header {
  padding: 18px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header h1 {
  width: 74px;
  display: inline-block;
}
.header h1 img {
  width: 100%;
}
.header .right {
  display: inline-block;
  float: right;
  margin-top: 18px;
}
.header ul {
  display: inline-block;
}
.header ul li {
  display: inline-block;
  margin: 0 25px;
}
.header ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.header ul li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.header ul li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.contact-btn {
  display: inline-block;
  margin-left: 26px;
}
.contact-btn a {
  color: #465e41;
  background-color: #d9ff05;
  padding: 14px 20px;
  font-weight: bold;
  box-sizing: border-box;
  border: 2px solid #465e41;
  font-family: 'Roboto', sans-serif;
}
.contact-btn a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url(../img/common/mark_contact_off.png) no-repeat;
  background-size: contain;
  padding-right: 8px;
  vertical-align: middle;
}
.contact-btn a:hover {
  color: #d9ff05;
  background-color: #42593d;
  padding: 14px 20px;
  box-sizing: border-box;
  border: 2px solid #d9ff05;
}
.contact-btn a:hover::before {
  background: url(../img/common/mark_contact_on.png) no-repeat;
}
/*******************************
アニメーションsvg
*********************************************/
#kv-wrap {
  position: relative;
  width: 100%;
  height: 31.8vw;
	background-color: #fff;
	overflow: hidden;
}
@keyframes animationZoom {
	50%{ transform:scale(1.1); }        
}
.kv {
  position: absolute;
  display: none;
	top: 0;
	animation: animationZoom 30s ease-in-out 0s infinite normal;
}

#logo-wrap {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  position: absolute;
  z-index: 100;
	width: 11%;
}
path {
  fill: none;
  stroke: #455d41; /*線の色を指定する*/
  stroke-dasharray: 2000; /*線の間隔を指定する*/
  stroke-dashoffset: 0; /*線の位置を指定する(IEは効かない属性)*/
  stroke-width: 1.5; /*線の太さを指定する*/
  -webkit-animation: hello 4.5s ease-in forwards;
  animation: hello 4.5s ease-in forwards;
}
path.wood {
  fill: none;
  stroke: #455d41; /*線の色を指定する*/
  stroke-dasharray: 2000; /*線の間隔を指定する*/
  stroke-dashoffset: 0; /*線の位置を指定する(IEは効かない属性)*/
  stroke-width: 1.5; /*線の太さを指定する*/
  -webkit-animation: hello 5s ease-in forwards;
  animation: hello 5s ease-in forwards;
}
@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent; /*透過*/
  }
  50% {
    fill: transparent; /*透過*/
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
    stroke-width: 0;
  }
}
@keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent; /*透過*/
  }
  50% {
    fill: transparent; /*透過*/
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
    stroke-width: 0;
  }
}

@media screen and (max-width: 767px){
	#kv-wrap {
			height: 164vw;
	}
	#logo-wrap {
			width: 40%;
			height: 17vh;
	}
}
/*******************************
コンテンツ
*********************************************/
#kv {
  padding-bottom: 80px;
}
.contents {
  padding: 75px 0;
}
h2 {
  text-align: center;
  margin-bottom: 64px;
}
h2.ttl .en {
  display: block;
  font-size: 80px;
  color: #d5c679;
  letter-spacing: 6px;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
}
.col_3 {
  display: inline-block;
  width: 31.74%;
  margin-bottom: 32px;
  vertical-align: top;
}
.col_3 img {
  width: 100%;
}
.col_3:nth-of-type(3n+2) {
  margin: 0 2%;
}
.col_3 .txt_area {
  padding: 16px 20px;
  background-color: #fff;
  min-height: 60px;
  position: relative;
}
.txt_area .date {
  color: #808080;
  font-size: 15px;
  margin-bottom: 4px;
  font-family: 'Asap', sans-serif;
}
.col_3 a .txt {
  color: #000;
  line-height: 1.2;
}
.col_3 a:hover .txt_area {
  background-color: #D0D6CF;
}
.col_3_desc {
  color: #d5c679;
  border: 1px solid #D5C679;
  text-align: center;
  height: 42px;
  line-height: 40px;
  margin-top: 16px;
}
.reserve_time {
  padding-top: 110px;
}
.reserve_ttl {
  margin: 0 auto;
  width: 268px;
  height: 74px;
  background: #d5c679;
  line-height: 74px;
  text-align: center;
  color: #465E41;
  font-size: 32px;
  font-weight: bold;
}
.reserve_num {
  height: 80px;
  text-align: center;
  font: normal normal bold 54px/80px Noto Sans JP;
  letter-spacing: 0.2rem;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 20px;
}
.reserve_num img {
  margin: 19px 0;
}
.reserve_txt_white {
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 36px;
}
.reserve_txt_yellow {
  text-align: center;
  color: #D5C679;
  font-size: 24px;
  line-height: 36px;
  margin-top: 64px;
}
.reserve_time .showroom-txt {
  margin: 56px 0 80px 0;
}
.reserve_flow {
  text-align: center;
}
.reserve_flow_ttl {
  margin: 0 auto;
  font: normal normal bold 32px/30px Noto Sans JP;
  letter-spacing: 0px;
  color: #D5C679;
  opacity: 1;
  width: 400px;
  height: 55px;
  border-bottom: #D5C679 1px solid;
}
.reserve_flow img {
  margin: 30px auto;
  width: 85%;
}
.btn {
  text-align: center;
  margin-top: 38px;
}
.btn a {
  width: 580px;
  display: inline-block;
  background-color: #d9ff05;
  color: #465E41;
  font-size: 20px;
  text-align: center;
  padding: 16px 0;
}
.btn a:hover {
  background-color: #263324;
  color: #fff;
}
/*******************************
about
*********************************************/
#about-txt {
  background-size: 100%;
  text-align: center;
  padding: 80px 0;
  background: url("../img/about_bg.jpg") no-repeat;
}
#about-txt .inner {
  width: 900px;
}
#about-txt .inner .logo {
  width: 264px;
  margin: 0 auto 64px auto;
}
#about-txt .inner .logo img {
  width: 100%;
}
#about-txt .txt_wrap {
  background-color: rgba(255, 255, 255, 0.8);
}
#about-txt .txt_wrap .txt_inner {
  padding: 64px 120px;
  font-size: 14px;
  color: #465E41;
  line-height: 3.3;
}
.showroom-txt {
  line-height: 3.3;
  text-align: center;
  color: #fff;
  margin-bottom: 34px;
}
.showroom .col_3:nth-of-type(3n+2) {
  margin: 0 2%;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 50px;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.product .col_3 {
  vertical-align: top;
  text-align: center;
  color: #465E41;
  transition: 1.0s;
}
.product .col_3:hover {
  opacity: 0.8;
}
.product .col_3 .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.product .caution {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin: 36px 0 66px;
}
.bnr_hover {
  transition: 1.0s;
}
.bnr_hover:hover {
  opacity: 0.8;
}
/*******************************
map
*********************************************/
.map .adress, .map .googlemaps {
  float: right;
}
.map .adress {
  padding: 100px 50px;
  background-color: #fff;
  color: #000;
  width: 388px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 2;
}
.googlemaps iframe, .googlemaps object, .googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*******************************
フッター
*********************************************/
.footer {
  padding: 80px 0;
  text-align: center;
}
.footer, .footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul {
  margin-bottom: 40px;
}
.footer ul li {
  display: inline-block;
  margin: 0 20px;
}

@media screen and (max-width:1199px) {
  .matterport {
    position: relative;
    width: 100%;
    padding: calc(600 / 1200 * 100%) 0 0;
  }
  .matterport iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width:1080px) {
  .header h1 {
    width: 60px;
  }
  .header .right {
    font-size: 12px;
  }
  .header ul li {
    margin: 0 10px;
  }
  .contact-btn {
    margin-left: 10px;
  }
}

@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  .br_sp {
    display: block;
  }
  #wrap {
    padding-top: 13.334vw;
  }
  .inner {
    width: 100%;
  }
  #pageTop a {
    width: 60px;
    height: 60px;
  }
  #kv {
    padding-bottom: 30px;
  }
  /*******************************
	ヘッダー
*********************************************/
  .header {
    padding: 0;
    height: 13.334vw;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  .header h1 {
    width: 13vw;
    display: inherit;
    margin: 0 auto;
  }
  .header h1 img {
    padding-top: 2.2vw;
  }
  .header ul li a::after {
    transition: none;
  }
  .header #btn_menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 13.334vw;
    height: 13.334vw;
    background-image: url("../img/common/sp_hum_off.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13.334vw auto;
  }
  .header #btn_menu.close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 13.334vw;
    height: 13.334vw;
    background-image: url(../img/common/sp_hum_on.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13.334vw auto;
  }
  #gnav {
    padding-top: 1.3vw;
  }
  #gnav > ul {
    width: 50%;
    right: 0;
    position: absolute;
  }
  .header ul li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .header ul li a {
    display: block;
    padding: 2.5vw 0;
    color: #d5c679;
    background-color: #263325;
    border-bottom: 1px solid #788e73;
    font-size: 18px;
  }
  .header ul li:last-child a {
    border-bottom: none;
    color: #d9ff05;
  }
  .header ul li:last-child a::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 16px;
    background: url(../img/common/mark_contact_on.png) no-repeat;
    background-size: contain;
    padding-right: 0;
    vertical-align: middle;
  }
  .header .right {
    margin-top: 1.4vw;
    display: none;
  }
  h2 .n-ttl, h2 .a-ttl, h2 .g-ttl {
    width: 38.4vw;
  }
  h2 .s-ttl {
    width: 59.867vw;
  }
  h2 .p-ttl {
    width: 47.2vw;
  }
  /*******************************
コンテンツ
*********************************************/
  .contents {
    padding: 35px 0;
  }
  h2 {
    margin-bottom: 40px;
  }
  h2.ttl .en {
    font-size: 40px;
    letter-spacing: 4px;
  }
  h2.ttl .img img {
    width: 40%;
  }
  .showroom-txt {
    margin-bottom: 80px;
  }
  .col_3 {
    width: 100%;
    margin-bottom: 16px;
    padding: 0 28px;
    box-sizing: border-box;
  }
  .col_3_desc {
    height: 50px;
    line-height: 48px;
    margin: 18px 0 34px 0;
  }
  .inner_sp {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .col_3:nth-of-type(3n+2) {
    margin: 0 0 16px 0;
  }
  .reserve_time {
    padding-top: 40px;
  }
  .reserve_ttl {
    width: 150px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }
  .reserve_num {
    height: 40px;
    text-align: center;
    font: normal normal bold 28px/40px Noto Sans JP;
    letter-spacing: 0.2rem;
    color: #FFFFFF;
  }
  .reserve_num img {
    margin: 6px 0;
    height: 28px;
  }
  .reserve_txt_white {
    font-size: 14px;
  }
  .reserve_txt_yellow {
    font-size: 14px;
    margin-top: 40px;
    line-height: 28px;
  }
  .reserve_flow img {
    margin: 30px auto;
    width: 90%;
  }
  .reserve_flow_ttl {
    font: normal normal bold 20px/20px Noto Sans JP;
    letter-spacing: 0px;
    color: #D5C679;
    opacity: 1;
    width: 50%;
    max-width: 350px;
    height: 40px;
  }
  .matterport {
    position: relative;
    width: 100%;
    padding: calc(600 / 1200 * 100%) 0 0;
  }
  .matterport iframe {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
  }
  .btn {
    padding: 0 26px;
    box-sizing: border-box;
    margin-top: 18px;
  }
  .btn a {
    width: 100%;
    font-size: 15px;
    padding: 12px 0;
  }
  #about-txt {
    padding: 40px 0;
    background-position: top center;
  }
  #about-txt .inner .logo {
    width: 44%;
    margin: 0 auto 36px auto;
  }
  #about-txt .inner {
    width: 100%;
  }
  #about-txt .txt_wrap .txt_inner {
    padding: 50px 10px;
    font-size: 14px;
    line-height: 3;
  }
  .showroom .col_3 {
    padding: 0;
  }
  .showroom-txt {
    line-height: 3;
    padding: 0 28px;
  }
  .showroom-txt span {
    font-size: 13px;
  }
  .showroom .col_3:nth-of-type(3n+2) {
    margin: 0 0 16px 0;
  }
  .video {
    margin-top: 0px;
  }
  .product .caution {
    padding: 0 28px;
    margin: 18px 0 33px;
  }
  .map .adress {
    width: 100%;
    padding: 16px 28px;
    font-size: 14px;
  }
  .map .adress, .map .googlemaps {
    float: none;
  }
  .respon {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .respon iframe, .respon object, .respon embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .product .col_3 {
    padding: 0;
  }
  .footer {
    padding: 0px 0 40px;
  }
  .footer ul {
    margin-bottom: 20px;
  }
  .footer ul li {
    margin: 0 12px;
  }
  .footer .copy {
    font-size: 11px;
  }
}