@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*PCでは無効（改行しない）*/
.sma {
  display: none;
}
/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
  .sma {
    display: block;
  }
}



/* mainvisual
--------------------------------------------------------- */
section#mainvisual{
  max-width: 100%;
  margin: 0 auto;
  margin-block-end: 120px;
}
section#mainvisual h1.title{
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  font-size: 2.75rem;
  letter-spacing: 0.25em;
  line-height: 2em;
  font-weight: normal;
  padding-top: 6%;
  color: #222;
  text-align: center;
  margin-block-end:10px;
}
picture img{
max-width: 100%;
}



/* lead
--------------------------------------------------------- */
section#lead {
  margin-block-start: 30px;
}

.architecture{
text-align: right;
}
.architecture a:hover{
  text-decoration: underline;
}

/* gallery
--------------------------------------------------------- */
section#gallery{
  max-width: 720px;
  margin: 0 auto;
  padding-block-end: 2px;
  font-size: 1.65rem;
  letter-spacing: 0.1rem;
}
.photo_box img{
padding: 10px 0 60px;
}
.wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item {
  padding: 20px 0;
  width: 44%;
  background-color: #fff;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }

  .item:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* plan
--------------------------------------------------------- */
section#plan {}
section#plan img {
  padding: 0 1%;
  max-width: 100%;
}
/* img */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/* photos
--------------------------------------------------------- */
#photos {
  width: 86%;
  margin-inline: auto;
  margin: 0 7%;
  padding: 0 0 200px 0;
}
#photos p {
  text-align: center;
  margin-bottom: 35px;
}
.photo_txt {
  font-size: 1.65rem;
}
#photos .fadein {
  width: 90%;
  margin-inline: auto;
}
.fancybox_area {
  column-count: 6;
  column-gap: 10px;
}
.fancybox_area li a {
  display: inline-block;
  margin: 5px 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-inline: auto;
    padding: 20px 0 150px 0;
  }
  #photos p {
    width: 80%;
    margin: 0 auto 35px;
    text-align: start;
  }
  .fancybox_area {
    column-count: 3;
    width: 95%;
    margin-inline: auto;
  }
}

/* map
--------------------------------------------------------- */
section#map {}

/* parallax
--------------------------------------------------------- */
.parallax {
	max-width: 100%;
	margin-top: 100px;
	height: 400px;
	background-image: url("../img/parallax.webp");
	background-attachment: fixed;
	background-size: cover;
}

@media (max-width: 767px) {
	.parallax {
		background-attachment: scroll;
		height: 250px;
	}
}


/* deg360
--------------------------------------------------------- */
section#deg360 {
  width: 100%;
  background-color: #f0f0f0;
  padding-block-start: 80px;
  margin-block-end: 100px;
}
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;
}
@media screen and (max-width: 767px) {
  /* deg360 */
  section#deg360 {
    width: 94%;
    margin-inline: auto;
    background-color: #FFFFFF;
    padding-block-end: 60px;
  }
  section#deg360 .camera_box iframe {
    height: 440px;
  }
}

/* inquiry
--------------------------------------------------------- */
section#inquiry {}

/* open
--------------------------------------------------------- */
section#open{
padding:60px 0 100px;
}
.open_txt{
  width: 100%;
  max-width: 660px;
    margin-inline-start: auto;
  margin-inline-end: auto;
font-size: 2.25rem;
text-align: center;
letter-spacing: 0.2rem;
}


/* details　物件概要
---------------------------------------------------------------*/
section#details {}
#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
}
#details table th, #details table td {
  border-block-end: 1px solid #212A2D;
  vertical-align: middle;
  font-style: normal;
  text-align: justify;
  line-height: 2;
  padding: 10px 0;
}
#details table th {
  width: 20%;
  font-weight: bold;
}
#details table a {
  padding: 0 .5em;
  text-decoration: underline;
  transition: .5s all;
}
#details table a:hover {
  opacity: .5;
}
@media screen and (max-width: 767px) {
  #details table {
    width: 100%;
  }
  #details table th, #details table td {
    display: block;
    width: 100%;
    padding-left: 1em;
    border-block-end: 0px;
  }
  #details table th {
    mix-blend-mode: multiply;
	background-color: #eeeeee;
  }
}
/*　#inquiry
--------------------------------------------------------- */
#inquiry {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
}
#inquiry a {
  min-width: 300px;
  padding: 20px 50px;
  overflow: hidden;
  border: 2px solid #45516b;
  position: relative;
  color: #45516b;
  z-index: 1;
}
#inquiry a::before {
  content: ">";
  position: absolute;
  right: 10px;
  z-index: 1;
}
#inquiry a:hover {
  color: #fff;
  background: #45516b;
}

/*----------------------- 
     section#service 
-------------------------*/

#service ul {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 27px;
  grid-template-columns: repeat(auto-fill, minmax(302px, 1fr));
  text-align: center;
}
#service p {
  text-align: center;
  margin-bottom: 1.6rem;
}

/*スマホ表示*/
@media screen and (max-width: 767px) {
  #service ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  #service p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
  }
    #service img{
	max-width: 320px;
	}
}

/* Google Map
--------------------------------------------------------- */
section#gmap {
  margin: 0 auto 10rem;
  width: 100%;
  max-width: 960px;
  padding-top: 60px;
}