@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
------------------------------ */
#mainvisual{
width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	padding-top:2rem;
	display: block;
} 
#mainvisual h1 {
	max-width: 950px;
	margin: 0 auto;
	font-size: 2.85rem;
	font-weight: 500;
	overflow: hidden;
}

#mainvisual h1 span{
	font-size: 60%;
	margin-left: 20px;
}

#mainvisual img {
	margin: 2rem auto 0;
}
@media screen and (max-width:1260px){
	#mainvisual h1 {
		width: 90%;
	}
}
@media screen and (max-width:767px){
	#mainvisual img {
		width: 100%;
	}
	
	#mainvisual h1 span{
	display: block;
	margin-left: 0;
	}

}

/* 　画像切り替え　 */
.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
	article img {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px){
	article img {
		width: 100%;
	}
}

/* lead
--------------------------------------------------------- */
section#lead {
  margin-block-start: 100px;
}
h3.subtitle{
font-size: 4.5rem;
letter-spacing: 0.75rem;
font-weight: 300;
}

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

/* photos
--------------------------------------------------------- */
section#photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 950px;
	margin-inline-start: auto;
	margin-inline-end: auto;
	margin-block-end: 60px;
}
.photo_one {
	max-width: 950px;
	padding: 2%;
}
.photo_one img {
	max-width: 100%;
}
.photo_two {
	max-width: 950px;
	margin: auto;
}
.photo_two img {
	max-width: 100%;
}
.flexbox {
	display: flex;
}
.box1 {
	width: 50%;
	padding: 2%;
}
.box2 {
	width: 50%;
	padding: 2%;
}
@media screen and (max-width:640px) {
	.flexbox {
		display: block;
	}
	.flexbox .box1 {
		width: 100%;
		margin: 0 auto;
	}
	.flexbox .box2 {
		width: 100%;
		margin: 0 auto;
	}
}
section#photo .photo_text {
	font-size: 1.475rem;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

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

/* 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;
}


/* details　物件概要
---------------------------------------------------------------*/
section#details {}
dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: none;
}
dt {
	width: 25%;
	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: 70%;
	box-sizing: border-box;
}
.producer:after {
	content: "\0bb";
}

/* inquiry
--------------------------------------------------------- */
section#inquiry {
}
.button a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 1em 2em;
	width: 300px;
	color: #292e33;
	font-size: 1.65rem;
	font-weight: 700;
	background-color: #dddddd;
	transition: 0.3s;
	text-decoration: none;
	letter-spacing: 0.25rem;
}
.button a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 2px solid #292e33;
	transition: 0.2s;
}
.button a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #333333;
	border-right: 3px solid #333333;
	transform: rotate(45deg);
}
.button a:hover::before {
	top: 0;
	left: 0;
}
.button a:hover {
	text-decoration: none;
	background-color: #e4e4e4;
}

/* 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 */
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background-color: #cccccc;
  border-radius: 50vh;
  transition: 0.3s;
}

.pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #333;
  border-left: 3px solid #333;
  transform: rotate(45deg);
  transition: 0.3s;
}

.pagetop span {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

.pagetop a:hover {
  background-color: #333333;
}

.pagetop a:hover::after {
  border-top: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
}

/*--------------------------------------------------
 #camera_box　360度カメラ
----------------------------------------------------*/
#wrap_camera{
	margin-bottom: 200px
}
#wrap_camera .camera_box {
  max-width: 1080px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
#wrap_camera .setsumei {
  background: url("../img/ic_360.png") center top no-repeat;
  padding-top: 10px;
  margin-bottom: 1em;
  text-align: center;
}

#wrap_camera h2.section-title{
	background: none;
}

#wrap_camera .setsumei p{
	font-size: 16px
}



/*===========================================================*/
/* sp*/
/*===========================================================*/
@media screen and (max-width: 767px) {
	/* deg360 */
	#wrap_camera{
	margin-bottom: 100px
	}
	section#deg360 {
		width: 94%;
		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;
	}
	
	#wrap_camera .camera_box {
	  max-width: 100%;
	  margin-inline-start: auto;
	  margin-inline-end: auto;
	  padding-inline-start:5px;
	  padding-inline-end:5px;
}
}
