@charset "utf-8";
/* CSS Document */

/* メインビジュアル
---------------------------------------------------------- */
.main_imgBox {
    height: 100%;
    overflow: hidden;
    position: relative;
}
  .main_logo {
    z-index:90;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 18s 0s infinite;
    animation: anime 18s 0s infinite; }
  .main_imgBox .img01 {
    background-image: url(/img/mainimg_01.jpg);
}
  .main_imgBox .img02 {
    background-image: url(/img/mainimg_02.jpg);
}
  .main_imgBox .img03 {
    background-image: url(/img/mainimg_03.jpg);
}
    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

@keyframes anime {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
        z-index:9;
    }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        z-index:9;
  }
}



.area-concept,
.area-gallery,
.area-interior,
.area-menu,
.area-designers,
.area-access{
  padding-top: 200px;
}


/* CONCEPT
---------------------------------------------------------- */
.area-concept {
  padding-bottom: 180px;
}
.area-concept > p {
  text-align: center;
  margin-bottom: 20px;
}


/* GALLERY
---------------------------------------------------------- */
.area-gallery {
  background-color: #f2f2f2;
  padding-bottom: 190px;
}
.area-gallery ul li:first-child {
  width: 19.75%;
}
.area-gallery ul li:nth-child(2) {
  margin:0 0.5%;
}
.area-gallery ul li {
  width: 39.5%;
}
.area-gallery ul li img {
  width: 100%;
  height: auto;
}


/* INTERIOR
---------------------------------------------------------- */
.area-interior {
  background-color: #b3b3b3;
  padding-bottom: 190px;
}
.area-interior ul li:nth-child(1) {
  width: 62.15%;
  margin-right:0.5%;
  margin-bottom:0.3%;
}
.area-interior ul li:nth-child(2) {
  width: 37.35%;
  margin-bottom:0.3%;
}
.area-interior ul li:nth-child(3) {
  width: 32.65%;
}
.area-interior ul li:nth-child(4) {
  width: 33.65%;
}
.area-interior ul li:nth-child(5) {
  width: 32.65%;
}
.area-interior ul li img {
  width: 100%;
  height: auto;
}




/* MENU
---------------------------------------------------------- */
.area-menu {
}
.box-menu {
  position: relative;
  max-width: 1200px;
  margin: 16px auto 0;
  border-top: #787878 1px solid;
  padding: 100px 0 0 0;
}
.box-menu h3 {
  position: absolute;
  top:-16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 280px;
  height: 30px;
  border-radius: 6px;
  background-color:#444444; 
  text-align: center;
}
.box-menu h3 img {
  margin-top: 6px;
}
.box-menu > dl {
  width: 48%;
}
.box-menu > dl > dt {
  font-size: 16px;
  margin-bottom: 20px;
}
.box-menu > dl > dd {
  margin-bottom: 90px;
  letter-spacing: 0em;
  line-height: 200%;
}
.box-menu > dl > dt:before {
  content: "●";
  padding-right: 5px;
}
.box-menu > dl > dd > dl.box-menu-inner {
  width: 380px;
  font-size: 16px;
  margin-top: 25px;
}
.box-menu > dl > dd > dl.box-menu-inner dt {
  margin-bottom: 2px;
}
.box-menu > dl > dd > dl.box-menu-inner dt:before {
  content: "○";
  padding-right: 5px;
}
.box-menu > dl > dd > dl.box-menu-inner dd {
  letter-spacing: 0em;
  line-height: normal !important;
}
.box-menu > p {
  margin:0 2% 90px;
}



/* DESIGNERS
---------------------------------------------------------- */
.area-designers {
  background-color: #f2f2f2;
  padding-bottom: 190px;
}
.area-designers ul {
}
.area-designers ul li:nth-child(1) {
  width: 100%;
  margin-bottom:0.3%;
}
.area-designers ul li {
  width: 24.7%;
}
.area-designers ul li img {
  width: 100%;
  height: auto;
}


/* ACCESS
---------------------------------------------------------- */
.area-access {
  padding-bottom: 190px;
}

.gmap {
height: 0;
overflow: hidden;
/*padding-bottom: 56.25%;*/
padding-bottom: 600px;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
/*height: 100%;*/
height: 600px;
width: 100%;
}

.gmap iframe,
.gmap object,
.gmap embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.gmap .place-card {

}
.area-access dl {
  width: 380px;
  margin: 100px auto 0;
}
.area-access dl > dt,
.area-access dl > dd {
  line-height: 220%;
  letter-spacing: 0.05em;
}
.area-access dl > dt {
  font-family: 'Josefin Sans', sans-serif;
  width: 30%;
}
.area-access dl > dd {
  width: 70%;
}

.area-access a[href*="tel:"] {
	pointer-events: none;
}



/* ==========================================================================//
//
//　SP 1000px以下
//
// ========================================================================== */

@media screen and (max-width: 1000px) {

  
  /* メインビジュアル
---------------------------------------------------------- */
.main_imgBox {
  height: 60%;
  z-index: 50;
}
.main_logo {
  width:20%;
  height:auto;
}
.main_img {
  height: 100%;
}
  
/* area共通
---------------------------------------------------------- */
.area-concept,
.area-gallery,
.area-interior,
.area-menu,
.area-designers,
.area-access{
  padding-top: 80px;
}

  h2 img {
    height:20px;
    width: auto;
  }  
  
  
/* CONCEPT
---------------------------------------------------------- */
.area-concept {
  padding-bottom: 80px;
}
.area-concept > h2 {
  margin-bottom: 60px !important;
  }


/* GALLERY
---------------------------------------------------------- */
.area-gallery {
  padding-bottom: 80px;
}
.area-gallery ul li:first-child {
  width: 33.15%;
}
.area-gallery ul li:nth-child(2) {
  width: 66.3%;
  margin:0 0 0.3% 0.5%;
}
.area-gallery ul li:nth-child(3) {
  width: 100%;
}
  
  
/* INTERIOR
---------------------------------------------------------- */
.area-interior {
  padding-bottom: 80px;
}
.area-interior ul li:nth-child(1) {
  width: 100%;
  margin-right:0;
  margin-bottom:0.4%;
}
.area-interior ul li:nth-child(2) {
  width: 44.8%;
  margin-bottom:0.4%;
  margin-right:0.3%;
}
.area-interior ul li:nth-child(3) {
  width: 54.65%;
}
.area-interior ul li:nth-child(4) {
  width: 50.5%;
  margin-right:0.3%;
}
.area-interior ul li:nth-child(5) {
  width: 49%;
}


/* MENU
---------------------------------------------------------- */
.area-menu {
}
.area-menu .flex {
 display: block !important;
}
.box-menu {
  width: 100%;
  margin: 14px auto 0;
  padding: 60px 0 20px 0;
}
.box-menu h3 {
  top:-14px;
  width: 160px;
  height: 26px;
}
.box-menu h3 img {
  margin-top: 6px;
  width: auto;
  height: 12px;
}
.box-menu > dl {
  width: 90%;
  margin: 0 auto;
}
.box-menu > dl > dt {
  margin-bottom: 10px;
}
.box-menu > dl > dd {
  margin-bottom: 40px;
  letter-spacing: 0em;
  line-height: 160%;
}
.box-menu > dl > dt:before {
  line-height: 180%;
}
.box-menu .flex {
  display: flex !important;
}
.box-menu > dl > dd > dl.box-menu-inner {
  width: 100%;
  font-size: 14px;
  margin-top: 15px;
}
.box-menu > dl > dd > dl.box-menu-inner dt {
  margin-bottom: 10px;
  width: 70%;
}
.box-menu > p {
  margin:0 auto 40px;
  width: 90%;
  line-height: 160%;
}
  
  
/* DESIGNERS
---------------------------------------------------------- */
.area-designers {
  padding-bottom: 90px;
}
.area-designers ul li:nth-child(1) {
  width: 100%;
  margin-bottom:0.8%;
}

.area-designers ul li {
  width: 49.5%;
  margin-bottom:0.5%;
}


.area-designers ul li img {
  width: 100%;
  height: auto;
}

  
 
/* ACCESS
---------------------------------------------------------- */
.area-access {
  padding-bottom: 90px;
}
.area-access .flex {
  }
.gmap {
padding-bottom: 400px;
}
.area-access dl {
  width: 90%;
  max-width: 380px;
  margin: 50px auto 0;
}
.area-access dl > dt,
.area-access dl > dd {
  line-height: 160%;
}
.area-access dl > dt {
  width: 40%;
  margin-bottom: 10px;
}
.area-access dl > dd {
  width: 60%;
  line-height: 160%;
}

.area-access a[href*="tel:"] {
	pointer-events: initial;
}

  
  
  
  
  
  
  
}