@charset "utf-8";

html,body,#contesntsWrapper,div#contents{
	width:100%;
	background-color: transparent;
}

html{
	width: 100%;
	visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body{
	/*min-width:950px;全幅の表示用*/
	width: 100%;
}

div#contents{
	padding:0;
	border:none;
}

article p,
#gaiyo,
article h2,
article h3,
article h4{
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.eng,
#area ol li h4 span{
	font-family: ff-basic-gothic-pro, sans-serif;
	font-weight: 400;
	font-style:normal
}

article h2.eng{
	font-size:190%;
	line-height: 2em;
	text-align: center;
	letter-spacing: 0.1em;
}

.brblock{
		display:none;
	}

@media screen and (max-width: 640px) {
	.brblock{
		display:block;
	}
}

/*スクロールでフェードイン*/

.fadeIn {
 animation-fill-mode:both;
 animation-duration:1s;
 animation-name: fadeIn;
 visibility: visible !important;
}

@keyframes fadeIn {
  from {opacity: 0;
		transform: translateY(20px);
	}
  to {opacity: 1;
		transform: translateY(0);
	}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animation{
	visibility:hidden;
}


/*----------------------------------
navi
------------------------------------*/

#navi{
	position: fixed;
	top: 180px;
	right:0px;
	height: 60px;
	z-index: 50;
}

#navi ul li a{
	text-decoration: none;
	padding:20px 0;
	font-weight: 100;
	/*color:#FC7B0A;*/
}

.local-navi{
	color:white;
}

.navi-default{
	color: #333; /* （画像よりも下までスクロールした時に変えたい文字色） */
}

#navi ul li a:hover{
	color:#696969;
}

#navi ul li{
	font-size: 130% ;
	letter-spacing:0.2em;
	font-weight:100;
	/*margin-right:80px;*/
	padding:20px 0;
	display:block;
	float:left;
	text-align: center;
	margin-right: 30px;
}

/*#navi ul li::before{
	content: "-";
	font-weight: 400;
	/*color:#FC7B0A;
}*/

#navi li.open{
	float:right;
	margin-left: -30px;
}

/*--.effect{
	opacity : 0;
    transform: translateY(20px);
    transition: all 1s;
} --*/

@media screen and (max-width: 640px) {
	#navi{
		display:none;
	}
}


/*------------------------------
#top
-------------------------------*/

#top{
	max-width: 100%;
	margin:0 auto;
	position:relative;
}


#top h1{
	font-size:430%;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	font-family: ff-basic-gothic-pro, sans-serif;
	font-weight: 400;
	font-style: italic;
	position:absolute;
	left:5%;
	top:35%;
	z-index: 50;
}

#top h1 span{
	font-size:50%;
	margin-left:10px;
}

#top h1 {
    animation-name: fadein;
    animation-duration: 6s;
	animation-fill-mode: forwards;
}

@keyframes fadein {
0%{
    opacity: 1;
    transform: translateX(0);
	color:black;
}
	
50%{
    opacity: 1;
    transform: translateX(20px);
	color:black;
}
	
100% {
    opacity: 1;
    transform: translateX(20px);
	color:white;
}
}

#top h2{
	font-size:180%;
	letter-spacing: 0.1em;
	position:absolute;
	left:5%;
	top:65%;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-style: italic;
	z-index: 50;
}

#top h2,
#navi{
    animation-name: fadein3;
    animation-duration: 6s;
	animation-fill-mode: forwards;
}
@keyframes fadein3 {
0%{
    opacity: 0;
    transform: translateX(0);
	color:black;
}
50%{
    opacity: 0;
    transform: translateX(20px);
}
100% {
    opacity: 1;
    transform: translateX(20px);
	color:white;
}
}


.heroImg img{
	width:100%;
	height:auto;
	object-fit: cover;
	min-height: 600px;
}

.heroImg{
    animation-name: fadein2;
    animation-duration: 5s;
}

@keyframes fadein2 {
0%{
    opacity: 0;
    /*transform: translateY(-20px);*/
}
30%{
    opacity: 0;
    /*transform: translateY(-20px);*/
}
100% {
    opacity: 1;
    /*transform: translateY(0);*/
}
}

#top a {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

#top a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

#top a::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media screen and (max-width: 640px) {
	#top h1{
		font-size:400%;
		left:2%;
	}
	
	#top h2{
		left:2%;
		padding:0;
	}

}


/*------------------------------
#intro
-------------------------------*/

#intro{
	position:relative;
	max-width:950px;
	height:1050px;
	margin:0 auto 00px auto;
}

#intro h2{
	text-align: left;
	margin:0 0 20px 0;
	padding:0;
}

#intro .comment1{
	max-width:450px;
	padding:100px 0 0 5%;
	box-sizing: content-box; /*bootstrapの指定を取り消し*/
}

#intro .comment1 p{
	font-size:110%;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom:30px;
}

#introImg li{
	position:absolute;
}

#introImg li img{
	width:100%;
	height:auto;
}

.introImg_1{
	max-width:350px;
	right:0;
	top:10%;
}

.introImg_2{
	max-width:350px;
	left:0;
	top:950px;
}

.introImg_3{
	max-width:300px;
	right:-3%;
	top:850px;
}

.center{
	text-align: left;
	color:#4D704B;
}

.center a{
	color:#4DA069;
	font-size:80%;
}

.center img{
	border:1px #8B8888 solid;
	padding:5px;
}


@media screen and (max-width: 640px) {
	#intro{
		height:1600px;
	}
	
	#intro .comment1{
		box-sizing:border-box;
		padding:100px 2% 0 2%;
	}
	
	.introImg_1{
		max-width:250px;
		right:0%;
		top:70%;
	}
	
	.introImg_2{
		max-width:300px;
		left:0;
		top:980px;
	}

	.introImg_3{
		max-width:180px;
		left:0%;
		top:95%;
	}
	
	.center{
		width:85%;
}	
	.center img{
		width:100%;
		height:auto;
}


}

/*------------------------------
#point
-------------------------------*/

#point{
	width:100%;
	background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
	padding:150px 0;
}

#point h2{
	text-align: center;
	font-size:160%;
	font-weight: 100;
	letter-spacing: 0.1em;
}

#point ul{
	max-width:1200px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
}

#point ul li{
	width:29%;
	margin:2%;
	padding:2%;
	/*border:1px #a0cfd5 outset;*/
	text-align: center;
}

#point ul li img{
	/*padding:20px;*/
}

#point ul li h3{
	margin-bottom:50px;
	letter-spacing: 0.1em;
	font-size:130%;
}

#point ul li p {
	text-align: left;
	line-height: 1.8em;
	font-size:110%;
}

@media screen and (max-width:950px){
	#point ul li{
		width:40%;
		margin:2%;
		padding:2%;
		/*border:1px #a0cfd5 outset;*/
		text-align: center;
	}
}

@media screen and (max-width:640px){
	#point ul li{
		width:100%;
		margin:2%;
		padding:2%;
		/*border:1px #a0cfd5 outset;*/
		text-align: center;
	}

}



/*------------------------------
#floorplan
-------------------------------*/

#floorplan{
	max-width:950px;
	margin:0 auto;
	padding:100px 0;
	text-align: center;
}

#floorplan h3{
	font-size:130%;
	margin-bottom:20px;
}

#floorplan img{
	width:100%;
	height: auto;
	max-width:598px;
	margin:0 auto;
}

#photos,
#area{
	max-width:1200px;
	margin:0 auto 100px auto;
}



/*-----------------------------
#photos
------------------------------*/

#photos{
	max-width:1200px;
	margin:0 auto;
	padding-top:100px;
}

#photos h2{
	margin-bottom:50px;
}

.photowrap img {
	width:100%;
	height:auto;
}

.photowrap li {
	margin-bottom:5%;
}

p.right{
	text-align: right;
}

.line{
	display:flex;
}

.full2{
	justify-content: space-between;
}

.space{
	justify-content: space-around;
}

.space1{
	justify-content: flex-end;
}

.space1 img{
	width:auto;
}

.line2_1{
	margin-left:10%;
	margin-top:5%;
}

.line2_1_2{
	margin-left:-5%;
	margin-top:30%;
}

.line2_2{
	margin-left:-10%;
	margin-top:30%;
	margin-bottom:5%;
}

.line2_2_2{
	margin-left:0%;
	margin-top:50%;
	margin-bottom:5%;
}

.line2_3_2{
	margin-left:5%;
}

.line2_3_3{
	margin-left:-3%;
	margin-top:33%;
}

.line4_1{
	margin-top:5%;
	margin-bottom:5%;
}

.line5-1{
	margin-bottom:10%;
}

.line7{
	flex-direction:row-reverse;
	margin-bottom:10%;
}

.line7_2{
	margin-top:5%;
}

@media screen and (max-width:640px){
	.line{
		display:inline;
	}
	.space1 img{
		width:100%;
	}
	
	.photowrap li {
	margin-bottom:13%;
}
	
	.line2_1,
	.line2_2_2,
	.line2_1_2,
	.line2_2_2,
	.line2_3_2,
	.line2_3_3,
	.line4_1,
	.line4_2,
	.line7_2{
		width:60vw;
		margin:0 auto;
	}
	
	.line5-1,
	.line7_1{
		width:75vw;
		margin:0 auto;
	}

}

/*-----------------------------
#area
------------------------------*/


#area{
	width:100%;
	padding-bottom:100px;
}

#area .comment{
	max-width:800px;
	margin:0 auto 50px auto;
}

#area .comment p{
	margin: 15px;
	font-size:110%;
	line-height: 1.8em;
}

#area .wrap_h2{
	background:url("../img/map/bg_areah2.jpg");
	background-size:cover;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#area .wrap_areamap{
	max-width: 950px;
	margin: 30px auto 50px auto;
}

#area .wrap_areamap img{
	width: 100%;
	height: auto;
	margin-bottom:20px;
}

#area ol{
	max-width: 950px;
	margin: 50px auto 0 auto;
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#area ol li{
	width:250px;
	padding:25px;
	border-right:1px solid #6E6E6E;
	border-bottom:1px solid #6E6E6E;
	margin-bottom:25px;
	text-align: left;
	box-sizing: content-box;
}

#area ol li h4{
	text-align: center;
	font-size:150%;
	margin-bottom:10px;
}

#area ol li h4 span{
	font-size:150%;
	margin-right:15px;
}


#area ol li img{
	width:250px;
	height:auto;
	margin-bottom:10px;
}

#area ol li p{
	width:250px;
	font-size: 105%;
	line-height: 1.5em;
}




#area {
	padding-top:100px;
	text-align: center;
}

#area h2{
	margin-bottom:50px;
}

#area .comment3,
#area .fotorama{
	width:850px;
	margin:0 auto;
}

#area h3{
	font-size:180%;
	margin:30px 0 30px 100px;
	letter-spacing: 0.3em;
	font-weight: 100;
}

/*------------------------------
#openhouse
--------------------------------*/

#openhouse{
	text-align: center;
	padding:30px 0 50px 0;
	background:url("../img/bg_open.png")
}

#openhouse h5{
	font-size:250%;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

#openhouse h4{
	font-size: 160%;
	margin:30px auto 50px auto;
	line-height: 1.8em;
}

#openhouse h6{
	margin-bottom:10px;
}

.comment4{
	width:850px;
	margin:0 auto;
	padding:50px 0;
}

.comment4 p{
	font-size: 120%;
	line-height: 1.8em;
}

p.smallfont{
	max-width: 550px;
	margin:0 auto;
	font-size: 120%;
	color: #E0135F;
	margin-top:30px;
}

p.smallfont2{
	max-width: 550px;
	margin:0 auto;
	font-size: 120%;
	color: dimgray;
	margin-top:30px;
}

.through{
	text-decoration: line-through;
}

/* -------------- #vertual ------------- */

#vertual{
	max-width:1200px;
	margin: 0 auto;
	text-align: center;
}

#vertual h3{
	font-size:130%;
	text-align: center;
	margin-bottom:70px;
}

#vertual iframe {
  /*position: absolute;
  top: 0;
  right: 0;*/
  width: 100% !important;
  height: 600px !important;
}

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

#service{
	max-width:1200px;
	margin: 0 auto 100px auto;
}

#service img{
	width: 100%;
	height: auto;
}

/* ------------- #details -------------- */

#details{
	padding-top:100px; 
}

#details h2{
	margin-bottom:50px;
}

#gaiyo {
	margin:0px auto 50px auto !important;
	width:100%;
	max-width:1200px;
	/*min-width:950px;*/
	font-size: 15px;
	padding-bottom:50px;
}

#wakugaiyoL,
#wakugaiyoR {
	width:49%;
	float:left;
}

#wakugaiyoL table {
	margin-right: 40px;
	}

#wakugaiyoR table {
}

#details .wakugaiyo{
	width:97%;
}

#details .wakugaiyo tbody tr th {
    text-align: left;
	line-height:1.2em;
	border-bottom:solid 1px #000;
	text-indent:5px;
	/*background: #FFFFFF;*/
}

#details .wakugaiyo tbody tr td {
	text-align:left;	
	line-height:2.5em;
	border-bottom:solid 1px #000;
	text-indent:5px;
}

th {
	text-align:left;
	/*font-size: 15px;*/
}
#wakugaiyoR th {
	width:130px;
	}	
#wakugaiyoL th {
	width:130px;
}

.wakugaiyo td , .wakugaiyo th {
	line-height:210%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8F8262;
	text-align:left;
}

.formbottun {
	width: 70%;
	text-align:center;
	padding: 50px;
	margin: 0 auto 50px auto;
}


	
@media screen and (max-width: 640px) {
	#details {
		font-size: 17px;
	}
	.brnone { 
		display:none;
	}
	#details th {
		width: 20%;
	}
	#details td {
		width: 80%;
	}
	
#wakugaiyoL,
#wakugaiyoR {
	float: none;
	width: 100%;
	padding:2%;
}
#wakugaiyoL table,
#wakugaiyoR table {
	
}
	.formbottun {
	margin: 0;
}
	
}


/* ---------------------------
gmaps
------------------------------ */
#gmap {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#gmap iframe,
#gmap object,
#gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

