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





/*Comment
--------------------------------------------------------- */
section#comment {
  margin-top: 160px;
  text-align: center;
}

.box6 {
margin: 2em auto;
padding:2em;/*内側余白*/
position: relative;
border: 8px solid #eee;/* 線の太さ・種類・色 */
z-index: 0;
}

@media screen and (max-width: 767px) {
section#comment {
  margin-top: 40px;
}
.box6 {
margin-block-end:120px;
}
}


/* message
--------------------------------------------------------- */
section#msgSec {
  margin-block-start: -20px;
  padding-block-end: 30px;
  background-color: #724938;
}
section#msgSec .txtarea {
  padding-block-end: 40px;
  color: #ECECE7;
}
section#msgSec img {
  max-width: 100%;
  margin: 0 auto;
}
.msbackground{
background-color: #724938;
}
@media screen and (max-width: 767px) {
section#msgSec {
  margin-block-start: -20px;
  padding-block-start:40px;
}
}


/* map
--------------------------------------------------------- */
section#map {}
/* plan
--------------------------------------------------------- */
section#plan {
  width: 100%;
  padding-block-start: 100px;
}

/* 改装写真とコメント
--------------------------------------------------------- */
.contents-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  margin-block-end: 120px;
  font-size: 1.65rem;
  letter-spacing: 0.1rem;
}
.contents-box {
  margin-bottom: 3rem;
  padding: 2rem;
  width: 32%;
  background-color: #f0f0f0;
}
.contents-box img {
  display: block;
  margin: 2rem 0;
  width: 100%;
  height: auto;
}
.contents-box h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}
.contents-box p {
  margin-bottom: 1rem;
  font-size: 1.55rem;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .contents-wrap {
    flex-direction: column;
  }
  .contents-box {
    width: 100%;
  }
}





/* #photo
--------------------------------------------------------- */
#photos {
  width: 100%;
  margin: 0 auto;
  margin-block-end:120px;
  padding: 120px 5% 160px;
}
#photos h2 {
  margin-bottom: 30px;
}
#photos p {
  text-align: center;
  color: #ECECE7;
}
#photos .fadein {
  width: 90%;
  margin: 0 auto;
}
.fancybox_area {
  column-count: 5;
  column-gap: 10px;
}
.fancybox_area li a {
  display: inline-block;
  margin: 3px 0 0;
  position: relative;
}
.fancybox_area li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-family: 'Material Icons';
  content: '\e8b6';
  font-size: 3rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transition: all .5s ease;
}
.fancybox_area li a:hover::before {
  opacity: 1;
}
.fancybox_area img {
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  #photos {
    width: 100%;
    margin: 0 auto;
    padding: 150px 0;
  }
  #photos p {
    width: 80%;
    margin: 0 auto 35px;
    text-align: start;
  }
  .fancybox_area {
    column-count: 3;
    width: 100%;
    margin: 0 auto;
  }
}

/* deg360
--------------------------------------------------------- */
section#deg360 {
  width: 100%;
  background-color: #f0f0f0;
  padding-block-start: 80px;
}
section#deg360 .innerWrap {
  padding-block-end: 100px;
}
section#deg360 p {
  text-align: center;
  margin-block-end: 20px;
  font-size: 1.55rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
section#deg360 .camera_box {
  max-width: 1080px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
section#deg360 p {
  text-align: center;
  margin-block-end: 20px;
  font-size: 1.6rem;
}
/* details　物件概要
---------------------------------------------------------------*/
section#details {}
dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: none;
}
dt {
  width: 18%;
  padding: 14px 8px 8px 8px;
  box-sizing: border-box;
  border-block-end: 1px solid #5e5e5e;
  font-weight: 600;
}
dd {
  padding: 14px 8px 8px 8px;
  margin: 0;
  border-block-end: 1px solid #5e5e5e;
  width: 82%;
  box-sizing: border-box;
}
.producer:after {
  content: "\0bb";
}
/* inquiry
--------------------------------------------------------- */
section#inquiry {}
.btn {
  width: 300px;
  padding: 20px 0 20px 0;
  font-size: 1.85rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #724938;
  line-height: 1;
  letter-spacing: 0.25rem;
  border-radius: 50px;
  transition: all .2s;
}
.btn .btn_txt {
  color: #fff;
}
.btn:hover {
  border-radius: 0px;
}
/* Google Map
--------------------------------------------------------- */
section#gmap {
  position: relative;
  width: 100%;
  height: 800px;
  margin: 0 auto;
}
#gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* pagetop */
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 0;
  display: none;
  z-index: 150;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
.pagetop img { 
display: none;
}
}


/*===========================================================*/
/* sp*/
/*===========================================================*/
/* img */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* photo */
  section#photos{
  margin-block-end:120px;
  }
  section#photo_list {
    margin-inline-start: 3%;
  }
  section#photo_list div {
    padding: 3px 6px;
    width: 32%;
  }
  section#photo_list div:not(:nth-child(3n+3)) {
    margin-block-end: 1%;
  }

  /* deg360 */
  section#deg360 {
    width: 100%;
    margin: 0 auto;
  }
  section#deg360 .camera_box iframe {
    height: 440px;
  }
  /* details */
  section#details dt, dd {
    display: block;
    width: 100%;
    border: none;
  }
  dt {
    background-color: #eee;
  }
}