@charset "UTF-8";

/*
	カスタマイズ用クラス

	自由にCSSを設定してください。
	
	※このCSSで定義したクラスは、CMS管理画面でのページ編集においても利用できます。
	※編集後はブラウザリロードしてください。
*/

/* 32s01 TOP */

/* Humburger menu simple */
.drawer-menu-s {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 120px 0;
    background: #d5d5d5;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
}
.drawer-menu-s li {
    text-align: center;
}
.drawer-menu-s li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.drawer-menu-s li a:hover {
    color: #1a1e24;
    background: #fff;
}
/* checkbox */
.check-s {
    display: none;
}
/* menu button - label tag */
.menu-btn-s {
    position: fixed;
    display: block;
    top: 40px;
    right: 40px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}
.bar-s {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    background: #999;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.bar-s.middle {
    top: 15px;
    opacity: 1;
}
.bar-s.bottom {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
.menu-btn-s__text {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: #999;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}
.menu-btn-s:hover .bar-s {
    background: #000;
}
.menu-btn-s:hover .menu-btn-s__text {
    color: #000;
}
.close-menu-s {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    cursor: url(/images/cross.svg),auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}
/* checked */
.check-s:checked ~ .drawer-menu-s {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}
.check-s:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}
.check-s:checked ~ .menu-btn-s .menu-btn-s__text {
    visibility: hidden;
    opacity: 0;
}
.check-s:checked ~ .menu-btn-s .bar-s.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check-s:checked ~ .menu-btn-s .bar-s.middle {
    opacity: 0;
}
.check-s:checked ~ .menu-btn-s .bar-s.bottom {
    width: 56px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.check-s:checked ~ .close-menu-s {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}





/* Footer Navi simple */
#fns-nav {
	z-index: 9999;
	position: fixed;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #318E73;
	color: #fff;
}
.fns-inner {
	width: 960px;
	margin: 0 auto;
}
#fns-nav ul {
	float: left;
}
#fns-nav li {
	display: inline;
	margin-left: 2em;
	line-height: 50px;
}




/* Go to Top gold */
#page_top-p{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 3.2rem;
  background: #318E73;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top-p a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top-p a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*map*/
.g_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.g_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}



/*Zoom-Slider */
  .main_imgBox-zs {
    height: 680px;
    overflow: hidden;
    position: relative; }
  .main_logo-zs {
    z-index:11;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:40%;
    height:auto;
}
  .main_img-zs {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 680px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }
    .main_img-zs:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }
    .main_img-zs:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }
    .main_img-zs:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }
    .main_img-zs:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }
    .main_img-zs:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }
  .main_img-zsM {
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }
    .main_img-zsM:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }
    .main_img-zsM:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }
    .main_img-zsM:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }
    .main_img-zsM:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }
    .main_img-zsM:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }
@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}
@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.2);
            z-index:9;
    }
    100% { opacity: 0 }
}










/* video */
.wrap-video{
  position:relative;
}

.wrap-video video{
  width: 100%;
  height: auto;
}

.wrap-video .text{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); /*上下左右中央寄せ*/
  text-align:center;
}

.wrap-video .text p{
  font-size:16px;
  font-weight:bold;
  color:white;
}

.wrap-video .text .headline{
  font-size:20px;
}

/*parallax fu*/ 
　
.parallaxfu {
    background: #eee;
    position: relative;
}
.box {
    background: center center / cover;
    width: 100%;
    height: auto;
}
.box.img-01  {
    background-image: url(/images/top/zumen01.jpg);
    /*height: 40rem;*/
}
.box.img-02 {
    background-image: url(/images/top/obiki01.jpg);
        /*height: 40rem;*/
}
.box.img-03 {
    background-image: url(/images/top/living01.jpg);
    /*height: 40rem;*/
}
.bbx {
    width: auto;
    height: 40rem;
    /*height: 40rem;*/
}
.bbx .midasi{
    background: #ffa50000;
    position: sticky;
	position: -webkit-sticky; /* Safari */
    top: 7rem;
    text-align: center;
    display:block;
    padding: 4rem 1rem 7rem 1rem;
    line-height: 1rem;
    text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
    font-weight: bold;
    font-size:30px;
    line-height: 1em;
    }
.bbx .txt {
    background: #ffffff;
    position: sticky;
	  position: -webkit-sticky; /* Safari */
    top: 16rem;
    text-align: left;
    display: block;
    padding: 1rem 1rem 1rem 2rem;
    font-size:16px;
    line-height: 1.2rem;
    min-height: auto;
}

/* 背景画像に文字*/
.bgc {
  position: relative;
  }

.bgc p {
  position: absolute;
  top: 20%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
   /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-weight: bold; /*太字に*/
  font-size: 16px;/*文字サイズ*/
  color: brack;/*文字色*/
  }

.bgc a {/*aタグを画像の真ん中に*/
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-weight: bold; /*太字に*/
  font-size: 28px;/*文字サイズ*/
  border: solid white 3px; /*線で囲う*/
  padding: 7px;/*文字と線の間の余白*/
  color: white;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
  }

.bgc a:hover{/*カーソルを当てたとき*/
  background: rgba(255, 255, 255, 0.3);/*背景を半透明に*/
  }

.bgc img {
  width: 100%;
  }
