@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
html,
body {
	font-size: 62.5%;
	height: 100%;
	font-weight: 300;
}
body.ua-tablet {
  	font-size: 62.5%;
}
body {
	font-family:"Hiragino Sans","ヒラギノ角ゴ W3", "ヒラギノ角ゴ","ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro","a-otf-ud-shin-go-pr6n", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro",  "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック","HelveticaNeue", "Helvetica", "Verdana", sans-serif;
	display: block;
	line-height: 1;
	color: #000000;
	text-align: left;
	width: 100% ;
	background: #ffffff;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-webkit-font-feature-settings: “palt”;
	font-feature-settings: “palt”;
}
small {
	font-weight: 400;
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
body {
    max-width: 767px !important;
    min-width: 0px !important;
    width: 100% !important;
    height: 100%;
    overflow-x: hidden !important;
    padding-top: 0;
  }
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
li,
a,
main {
	display: block;
	text-decoration: none;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
 	 display: none;
}
template {
 	 display: none;
}
address {
  	font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-feature-settings: "palt";
}
strong,
b {
  	font-weight: bold;
}
object {
 	 pointer-events: none;
}
img {
	border: none;
	vertical-align: bottom;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
svg {
	fill: currentColor;
	vertical-align: bottom;
}
svg:not(:root) {
 	 overflow: hidden;
}
a {
	color: inherit;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
a:focus {
  	outline: none;
}
a * {
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  	-webkit-appearance: none;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus,
select {
 	 outline: 0;
  /*safariの自動フォーカスを切る */
}
:placeholder-shown {
  	color: #f5f5f5;
}
::-webkit-input-placeholder {
  	color: #f5f5f5;
}
::-moz-placeholder {
  	color: #f5f5f5;
}
:-ms-input-placeholder {
  	color: #f5f5f5;
}
::-ms-input-placeholder {
  	color: #f5f5f5;
}
::placeholder {
 	 color: #f5f5f5;
}
:-ms-input-placeholder {
 	 color: #f5f5f5 !important;
}
:-moz-placeholder {
 	 color: #f5f5f5;
}
::-moz-placeholder {
  	color: #f5f5f5;
}
::-webkit-input-placeholder {
 	 color: #f5f5f5;
}
iframe {
 	 width: 100%;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=checkbox]:focus,
textarea:focus,
label:focus {
  	outline: 0;
}
ruby {
	display: inline-table;
	border: none;
	white-space: nowrap;
	vertical-align: text-bottom;
	text-align: center;
	line-height: 100%;
}
ruby rt {
	display: table-header-group;
	font-size: 50%;
	text-align: center;
	line-height: 100%;
}
ruby ruby rt {
	display: table-footer-group;
	font-size: 50%;
	line-height: 100%;
}
ruby rp {
  	display: none;
}
body > span {
	position: fixed;
	width: 0;
	height: 0;
	overflow: hidden;
	left: 0;
}
/* font-family - set
-----------------------------------------------------------------*/
/*
font-family:'Trajan W01 Bd';
font-family:'Trajan W01 Regular';
font-family: FOT-筑紫明朝 Pr5 B または TsukuMinPr5-B
font-family: FOT-筑紫明朝 Pr6 D または TsukuMinPr6-D
*/
/*
* "Noto Sans CJK JP" licensed under the SIL Open Font License
* https://www.google.com/get/noto/#/
*/
/* reset transition
-----------------------------------------------------------------*/
a,
input,
select,
textarea,
button,
a object,
a > span,
a img,
*:before,
*:after,
button span,
a .c-button,
a .c-button--white,
.c-airdate__cell {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lte-Android4 * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.sp-on {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sp-on {
    display: block;
  }
  .sp-off {
    display: none;
  }
}
.visible-middle-less {
	display: none!important;
}
@media screen and (max-width: 1023px) {
.visible-middle-less {
	display: block!important;
}
.hidden-middle-less {
	display: none!important;
}
}

/*-------------------------------------------------------------------------------
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
------------------------------------------------------------------------------  
　■■■■■■■■■■■■■■■■■■■■■　　　pc 　　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
------------------------------------------------------------------------------  
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
--------------------------------------------------------------------------------*/



/*----------------------------------------------------------------
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●　　　header　　　●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
-----------------------------------------------------------------*/

.header{
	width:100%;
	z-index: 999;
	position: absolute;
}
.header-conta{
	height: 90px;
	max-width: 1400px;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;   
}
.header-flex{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.logo img {
	width: 175px;
}
.button-conta {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.g-button {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: space-between;
	font-size: 1.4rem;
	font-weight: 600;
}
.g-button a {
	border: solid 1px #f9f9f9;
	border-radius: 8px;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.g-button li:first-child {
	margin-right: 14px;
}
.border-button-sp {
	display: none;
}
.g-button1 {
	color: #f9f9f9;
	padding: 12px 25px 14px 25px;
  	display:block;
}
.g-button2 {
	color: #f9f9f9;
	padding: 13px 25px 14px 25px;
  	display:block;
}
.g-button1::before{
	background-image:url(/images/icon-zoom-hover.png);
	opacity: 0;
	content:'';
	display:inline-block;
	width:12px;
	height:16px;
	background-size:contain;
	position: relative;
    left: 0;
    top: 3px;
	margin-right:8px;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.g-button1::after{
	background-image:url(/images/icon-zoom.png);
	content:'';
	display:inline-block;
	width:12px;
	height:16px;
	background-size:contain;
	position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -7px;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.g-button2::before{
	background-image:url(/images/icon-fly-hover.png);
	opacity: 0;
	content:'';
	display:inline-block;
	width: 21px;
	height:15px;
	background-size:contain;
	position: relative;
    left: 0;
    top: 3px;
	margin-right:6px;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.g-button2::after{
	background-image:url(/images/icon-fly.png);
	content:'';
	display:inline-block;
	width:21px;
	height:15px;
	background-size:contain;
	position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -6px;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 1023px) {
	.g-button a:hover {
		background-color: rgba(249, 249, 249, 1);
		color: #111;
	}
	.g-button1:hover::before{
		opacity: 1;
	}
	.g-button1:hover::after{
		opacity:0;
	}
	.g-button2:hover::before{
		opacity: 1;
	}
	.g-button2:hover::after{
		opacity:0;
	}
}
.header-line{
	border-top: solid 4px #ffffff;
	width:89.7% ;
	position: absolute;
	top: 90px;
	right: 50%;
	transform:translateX(50%);
	max-width: 1256px;
}
.g-nav {
	position: absolute;
	right: 50%;
	top: 50%;
	transform:translate(50%,-50%);
}
.n-menu{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: space-between;
	font-size: 1.4rem;
	font-weight: 700;
	color: #f9f9f9;
	width: 462px;
	font-family: "a-otf-ud-shin-go-pr6n";
}
.g-nav a {
	position: relative;
    margin-left: 20px;
}
.g-nav a::before{
	background-image:url(/images/icon1.png);
	content:'';
	display:inline-block;
	width:17px;
	height:17px;
	background-size:contain;
	position: absolute;
    top: 50%;
    left: -16px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
}
@media screen and (max-width: 1260px) {
	.g-button {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		justify-content: space-between;
		font-size: 1.3rem;
		font-weight: 600;
		color: #f9f9f9;
	}
	.g-button li:first-child {
      	margin-right: 10px;
	}
	.g-button1 {
		padding: 11px 22px 13px 22px;
	}
	.g-button2 {
      	padding: 12px 22px 13px 22px;
	}
	.g-button1::after {
   		left: 22px;
	}
	.g-nav {
		position: absolute;
		right: 55%;
		top: 50%;
		transform:translate(55%,-50%);
	}
	.n-menu{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		justify-content: space-between;
		font-size: 1.3rem;
		font-weight: 700;
		color: #f9f9f9;
		width: 400px;
		font-family: "a-otf-ud-shin-go-pr6n";
    }    
	.g-nav a {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.g-nav a::before{
		background-image:url(/images/icon1.png);
		content:'';
		display:inline-block;
		width:15px;
		height:15px;
		background-size:contain;
		margin-right:8px;
		background-repeat: no-repeat;
	}
	.g-button1::before{
		margin-right: 7px;
	}
	.g-button2::before{
		margin-right: 4px;
	}
	.g-button2::after{
		left: 22px;
	}
}
    


/*----------------------------------------------------------------
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●　　　t-visual　　　●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
-----------------------------------------------------------------*/
.t-visual {
	height: 100%;
}	
.t-v-conta{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	background-color: #f6f6f6;
}
/*.t-v-img{
	background-image: url(/images/t-visual.jpg);
	background-size: cover;
	background-position: center;
	height: 780px;
	width: 100vw;
	max-width: 1400px;
	margin: 0 auto;
}*/
.t-v-img {
	margin: 0 auto;
	width: 100vw;
	position: relative;
	background-color: #f6f6f6;
	max-height: 870px;
}
.t-v-img p {
	text-align: center;
}
.t-v-img img {
	width: 100%;
	max-width: 1400px;
	text-align: center;
}


.catch {
	position: absolute;
	top: 300px;
	left: 162px;
}
.catch img {
	width: 50%;
}
.catch-sp {
	display: none;
}


/*----------------------------------------------------------------
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●　　　section　　　●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
-----------------------------------------------------------------*/
h2 {
	display: block;
}
.main-heading {
	font-size: 4.8rem;
	font-weight: 500;
	color: #111;
	font-family: "Helvetica Neue","Helvetica",sans-serif;
	padding-bottom: 11.9px ;
	letter-spacing: 0.09em;
}
.sub-heading{
	font-size: 1.8rem ;
	font-weight: 600 ;
	letter-spacing: 0.05em;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .main-heading {
		font-family: "Arial", "Helvetica", sans-serif;
    	font-weight: bold;
	}
}

/*----------------------------------------------------------------
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●　　　floorplan 間取り　　　●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
-----------------------------------------------------------------*/

.floorplan {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.floorplan-conta {
	width: 90%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: space-between;
	padding-top: 77px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}
/*----- plan-slider -----*/
.plan-slider {
	width: 45%;
}
.slider-box {
	width: 516px;
	height: 516px;
	border: solid 1px #eee;
	background-color: #f7f7f7;
}
.slider {
	position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 516px;
}
.slider-item {
	height:516px;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	background-repeat: no-repeat;/*背景画像をリピートしない*/
	background-position: center;/*背景画像の位置を中央に*/
}
.slick-prev, 
.slick-next {
	position: absolute;/*絶対配置にする*/
	z-index: 3;
	top: 42%;
	cursor: pointer;/*マウスカーソルを指マークに*/
	outline: none;/*クリックをしたら出てくる枠線を消す*/
}
.slick-prev::before {
	background-image:url(/images/prev.png);
	content:'';
	display:inline-block;
	width:50px;
	height:50px;
	background-size:contain;
	background-repeat: no-repeat;
}
.slick-next::before {
	background-image:url(/images/next.png);
	content:'';
	display:inline-block;
	width:50px;
	height:50px;
	background-size:contain;
	background-repeat: no-repeat;
}
.slick-prev {/*戻る矢印の位置と形状*/
	left:0%;
}
.slick-next {/*次へ矢印の位置と形状*/
	right:0%;
}
.slick-prev:hover,.slick-next:hover{
	opacity: 0.8;
}
.slick-dots {
	position: absolute;
	z-index: 3;
	bottom: 25px;
    left: 50%;
    transform: translate(-50%, 50%);
}
.slick-dots li {
	display:inline-block;
	margin:0 5px;
}
.slick-dots button {
	color: transparent;
	outline: none;
	width:12px;/*ドットボタンのサイズ*/
	height:12px;/*ドットボタンのサイズ*/
	display:block;
	border-radius:50%;
	background:#dbdbdb;/*ドットボタンの色*/
	border: none;
}
.slider::after{
	content: "";
	display: block;
	width: 5rem;
	height: 5rem;
	background-image: url(/images/icon-zoom.png);
	background-position:center;
	background-size: 1.3rem 1.6rem;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 2px 0 2px 0;
	/*transition: all 0.4s cubic-bezier(0.215,0.61,0.355,1);*/
	z-index: 100;
	pointer-events: none;
}
.slider:hover::after {
	opacity: 0.8;
}
.js-colorbox1 {
	max-width: 80%;
	height: 80%;
}
/*----- text -----*/
.text {
	height: 100%;
	width: 50%;
}
.small-border {
	background-color:  #b6b6b6;
	width: 20px;
	margin: 60px 0 32px 0;
	height: 1px;
}
.exp h3 {
	font-size: 1.8rem;
	font-weight: 600;
	padding-bottom: 25px;
	color: #333;
	letter-spacing: 0.08em;
} 
.exp p {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2;
	width: 84%;
	color: #555;
	letter-spacing: 0.08em;
}
.interior {
	padding-top: 70px;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 1260px) {
	/*----- plan-slider -----*/
	.plan-slider {
		width: 40vw;
	}
	.slider-box {
		width: 100%;
		height: 40vw;
	}
	.slider {
		height: 40vw;
	}
	.slider-item {
		height:40vw;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	}
}


/*----------------------------------------------------------------
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●　　　interior 内観　　　●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
-----------------------------------------------------------------*/

.gallery {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style-type: none;
}
.g-photo {
	width: calc(100%/3 - 0.94vw);
	margin-bottom: 1.4vw;
	margin-right: 1.4vw;
}
.gallery li:nth-child(3n) {
	margin-right: 0;
}
.g-photo img {
	width: 100%;
	height: 61.8%;
	border-radius: 2px;
}
.gallery-img {
	position: relative;
}
.gallery figcaption{
	position: absolute;
	left: 5.8%;
	bottom: 8.2%;
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.4);
	letter-spacing: 0.08em;
    font-feature-settings: "palt";
}
.gallery-img::after {
	content: "";
	display: block;
	width: 5rem;
	height: 5rem;
	background-image: url(/images/icon-zoom.png);
	background-position:center;
	background-size: 1.3rem 1.6rem;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 2px 0 2px 0;
	/*transition: all 0.4s cubic-bezier(0.215,0.61,0.355,1);*/
	z-index: 100;
}
.gallery li:nth-child(2) , .gallery li:nth-child(5) {
	text-align: center;
}
.gallery li:nth-child(3) , .gallery li:last-child {
	text-align: right;
}
.gallery-cap {
	color: #333;
	font-size: 1.2rem;
	font-feature-settings: "palt";
    letter-spacing: 0.08em;
}
.hide-area{
	display: none;
}
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*----------------------------------------------------------------
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●　　　quality 設備　　　●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
-----------------------------------------------------------------*/

.quality {
	width: 100%;
	height: auto;
	margin: 102px auto 0 auto;
	text-align: center;
	padding-top: 5% ;
	padding-bottom: 5%;
}
.quality-w {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.quality-conta {
	background-color:#fff ;
	width: 90%;
	margin: 0 auto;
}
.quality-conta .heading {
	text-align: center;
	padding-top: 70px;
	padding-bottom:60px;
}
.quality-column {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
	width: calc(100% - 140px);
	margin:0 auto;
}
.q-column-2 {
	width: calc(100%/2 - 2%);
	width : -webkit-calc(100% / 2 - 2%) ;
	width : calc(100% / 2 - 2%) ;
}
.q-column-3 {
	width: calc(100%/3 - 2%);
	width : -webkit-calc(100% / 3 - 2%) ;
	width : calc(100% / 3 - 2%) ;
}
.q-column-4 {
	width: calc(100%/4 - 2%);
	width : -webkit-calc(100% / 4 - 2%) ;
	width : calc(100% / 4 - 2%) ;
}
.quality img{
	width: 100%;
}
.quality-cap{
	font-size: 1.3rem;
	font-weight: 300;
	text-align: left;
	line-height: 1.7;
	color: #555;
}
.quality-head {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: left;
	padding-top: 24px;
	padding-bottom: 12px;
	color: #111;
	font-feature-settings: "palt";
	letter-spacing: 0.05em
}
.full-border1{
	background-color: #eee;
	width: calc(100% - 140px);
	height: 1px;
	margin:49px auto 44px auto ;
}
.tag {
	width: calc(100% - 140px);
	margin:0 auto;
	padding-bottom: 73px;
}
.tag-conta {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.tag-conta li {
	height: 42px;
	width: calc(100%/6 - 5px);
	line-height: 42px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 6px;
	margin-right: 5.99px;
	box-sizing: border-box;
}
.tag-conta li:nth-child(6n){
	margin-right: 0;
}

.tag-on{
	border-radius: 3px;
	background-color: #f9f7f2;
}
.tag-color{
	border: solid 1px #c1c1c1;
	border-radius: 3px;
	color: #c1c1c1;
}
.tag-caption {
	margin: 15px 0 0 0;
	font-size: 1.2rem;
	text-align: left;
}
.tag-caption p{
	padding-bottom: 11px;
	color: #333;
	font-feature-settings: "palt";
    letter-spacing: 0.08em;
}
@media screen and (max-width: 1260px) {
	.tag-conta li {
		width: calc(100%/4 - 4.5px);
	}
	.tag-conta li:nth-child(6n){
		margin-right: 6px;
	}
	.tag-conta li:nth-child(4n){
		margin-right: 0;
	}
}


/*----------------------------------------------------------------
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●　　　outline 概要　　　●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
-----------------------------------------------------------------*/

.outline {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 100px;
}
.outline-conta {
	width: 90%;
	margin: 0 auto 100px auto;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: space-between;
	list-style-type: none;
}
.outline-table-box {
	width: 72%;
}
.outline table {
	border-collapse: collapse;
	width: 100%;
	border-top: solid 1px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	margin-bottom: 5.0rem;
}
.outline table th, .outline table td {
	border-right: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
	padding-top: 19px ;
	padding-bottom: 19px;
	padding-left: 20px;
	font-size: 1.4rem;
	font-feature-settings: "palt";
    letter-spacing: 0.08em;
}
.outline table th {
	background-color: #fbfbfb;
	font-weight: 300;
	width: 32%;
	text-align: left;
}
.outline table td {
	width: 68%;
	color: #333;
}
.standardText {
	font-size: 1.6rem;
	color: #333;
	letter-spacing: 0.1rem;
    font-feature-settings: "palt";
}
.button-forOutline {
	width: 60.7%;
	margin-top: 2.1rem;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position:relative;
	z-index:0;
}
.button-forOutline:hover {
	opacity: 0.8;
}
.button-forOutline a {
	padding: 23px 20px 27px 20px;
	display: block;
}



/*----------------------------------------------------------------
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●　　　movie 動画　　　●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
-----------------------------------------------------------------*/

.movie {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f6f6f6;
	text-align: center;
}
.movie-box {
	width: 64.3vw;
	margin: 0 auto;
	max-width: 1260px;
}
.movie h2 {
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3.5rem ;
	color: #333;
}
.movie h2::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 20px;
	margin-right: 0.8rem ;
}
.movie-conta {
	width: 100%;
	position: relative;
}
.movie-conta:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.movie-conta iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------------------------------------------------------
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●　　　location アクセス　　　●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
-----------------------------------------------------------------*/

.location {
	width: 100%;
}
.location-w {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.location-conta{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 70px ;
}
.location .heading {
	text-align: center;
	padding-top: 73px;
}
.location .main-heading,.location .sub-heading {
	color: #fff;
}
.full-border2{
	background-color: #fff;
	opacity: 0.6;
	width: 100%;
	height: 1px;
	margin:60px auto 50px auto ;
}
.location-flex {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: space-between;
}
.location-left {
	width: 48.15%;
}
.location iframe {
	border-radius: 3px ;
}
.movie-bg {
	width: 100%;
	border-radius: 3px;
	margin-top: 10px;
}
.movie-box2 {
	width: 70%;
	margin: 0 auto ;
	padding: 20px 0;
}
.movie-conta2 {
	width: 100%;
	position: relative;
}
.movie-conta2:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.movie-conta2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.location-right {
	width: 48.15%;
}
.location-dt {
	line-height: 1.7;
	color: #fff;
	font-size: 1.4rem;
	padding-bottom: 23px;
	position: relative;
    top: -0.5rem;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
}
.location-right table {
	border-spacing: 0;
	width: 100%;
}
.location-right table th {
	font-size: 1.4rem;
	font-weight: 300;
	color: #fff;
	padding: 12px 0;
	text-align: left;
	font-feature-settings: "palt";
    letter-spacing: 0.08em;
}
.location-right table td {
	font-size: 1.4rem;
	font-weight: 300;
	color: #fff;
	padding: 12px 0;
	font-feature-settings: "palt";
    letter-spacing: 0.08em;
	text-align: right;
}
.location-right table th , .location-right table td {
	border-top: 1px solid rgba(255,255,255,0.2);
}
.lastBorder {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
/*----------------------------------------------------------------
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●　　　contact お問い合わせ　　　●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
-----------------------------------------------------------------*/

.contact {
	width: 100%;
	padding-top: 100px;
}
.contact-w{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.contact-conta{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 100px ;
}
.contact .heading {
	text-align: center;
}
.contact-box {
	width: 100%;
	background-color:#f4f4f4 ;
	border-radius: 10px;
	margin-top: 60px ;
	text-align: center;
	padding-bottom: 70px;
}
.contact-box h3{
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	padding: 68px 0 25px 0 ;
	color: #111;
} 
.contact-dt{
	font-size: 1.4rem;
	font-weight: 300;
	padding-bottom: 11px ;
	line-height: 1.7;
	color: #111;
	font-feature-settings: "palt";
    letter-spacing: 0.08em;
}
.contact-dt2 {
	font-size: 1.4rem;
	font-weight: 300;
	padding-bottom: 32px ;
	color: #111;
	font-feature-settings: "palt";
    letter-spacing: 0.08em;
}
.button-conta2 {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: space-between;
	width: 86%;
	margin: 0 auto;
}
.button {
	width:48.3% ;
	border-radius: 10px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position:relative;
	z-index:0;
}
.button:hover {
	opacity: 0.8;
}
.button a {
	font-feature-settings: "palt";
    letter-spacing: 0.08em;
    display: block;
}  
.c-button1 a {
	padding: 23px 20px 27px 20px;
}
.c-button2 a {
	padding: 25px 20px 27px 20px;
}
.c-button1 a::before {
	background-image:url(/images/icon-zoom.png);
	content:'';
	display:inline-block;
	width:16px;
	height:20px;
	position: relative;
    top: 3px;
	background-size:contain;
	margin-right:10px;
	background-repeat: no-repeat;
}
.c-button2 a::before{
	background-image:url(/images/icon-fly.png);
	content:'';
	display:inline-block;
	width: 26px;
	height:18px;
	position: relative;
    top: 2px;
	background-size:contain;
	margin-right:9px;
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●　　　footer フッター　　　●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
-----------------------------------------------------------------*/

.footerbody {
	background-color:#1f1f1f ;
	width: 100%;
	height: 95px;
	position: relative;
}
.f-box {
	max-width: 1260px;
	width: 90%;
	margin: 0 auto;
}
.copright {
	font-family: "helvetica";
	line-height: 95px;
	font-size: 1.2rem;
	color: #fff;
	opacity: 0.3;
	letter-spacing: 0.08em;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.f-snsLink {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 95px;
}
.f-snsLink li{
	margin-right: 14px;
}
.f-snsLink li:last-child{
	margin-right: 0;
}
.f-snsLink img{
	width: 23px;
    height: 23px;
    vertical-align: middle;
    opacity: 0.4;
}


/*-------------------------------------------------------------------------------
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
------------------------------------------------------------------------------  
　■■■■■■■■■■■■■■■■■■■■■　　　tb タブレット　　　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
------------------------------------------------------------------------------  
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
--------------------------------------------------------------------------------*/

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

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　header-tb　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.header {
		position: fixed;
	}
	.header-conta{
		height: 75px; 
		background-color: #fff ;  
	}
	.header-flex{
		width: 100%;
		height: 75px;
	}
	.header-line{
		display: none;
	}
	.logo {
		padding-left:5% ;
	}
	.logo img {
		width: 160px;
	}
	.g-nav {
		display: none;
	}
	.button-conta {
		position: relative;
		width: 200px;
	}
	.g-button {
		color: #f9f9f9;
		width: 200px;
		height: 75px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.g-button li{
		height: 75px;
	}
	.border-button-sp {
		display: block;
		position: absolute;
		top:12.5px ;
		left:91px ;
		background-color: rgba(255,255,255,0.6);
		width: 1px;
		height: 50px;
	}
	.g-button a {
		border: none;
		display: block;
		border-radius: 0px;
		text-align: center;
	}
	.g-button li:first-child {
		margin-right: 0;
	}
	.g-button1 {
		margin-right: 0px ;
		width: 91px;
		line-height: 1;
		padding: 20px 0 19px 0;
	}
	.g-button2 {
		width: 109px;
		margin-right: 0px ;
		line-height: 1;
		padding: 21px 0 19px 0;	
	}
	.g-button1::before{
		background-image:url(/images/icon-zoom@sp.png);
		display:block;
		opacity: 1;
		left: 50%;
		top: 0;
		margin-left: -6px;
		margin-bottom: 7px;
	}
	.g-button2::before{
		background-image:url(/images/icon-fly@sp.png);
		display:block;
		opacity: 1;
		left: 50%;
		top: 0;
		margin-left: -9px;
		margin-bottom: 7px;
	}
	.g-button1::after{
		display: none;
	}
	.g-button2::after{
		display: none;
	}


	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　t-visual-tb　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.t-visual {
	
	}
	.t-v-conta{
		position: absolute;
		top: 75px;
		z-index: -1;
	}
	.t-v-img{
		padding-top: 75px;
	}
	.catch {
		display: block;
		top: 35%;
		left: 8%;
		width: 90%;
	}

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　floorplan 間取り-tb　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.exp p {
		width: 100%;
	}

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　quality 設備-sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/



	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　location アクセス-sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	
	.movie-box2 {
		width: 90%;
		padding: 5% ;
	}
	

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　contact お問い合わせ-sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.sp-first_row {
		display: block;
		content: "";
		margin: 8px 0;
	}

/*----------------------------------------------------------------
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●　　　/tab　　　●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
-----------------------------------------------------------------*/

}

/*-------------------------------------------------------------------------------
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
------------------------------------------------------------------------------  
　■■■■■■■■■■■■■■■■■■■■■　　　sp スマホ　　　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
------------------------------------------------------------------------------  
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
--------------------------------------------------------------------------------*/

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

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　header-sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.header-conta{
		height: 60px;
	}
	.header-flex{
		width: 100%;
		height: 60px;
	}
	.header-line{
		display: none;
	}
	.logo img {
		width: 119px;
	}
	.g-nav {
		display: none;
	}
	.button-conta {
		width: 157px;
	}
	.g-button {
		font-size: 1.0rem;
		font-weight: 600;
		width: 157px;
		height: 60px;
	}
	.g-button li{
		height: 60px;
	}
	.border-button-sp {
		display: block;
		position: absolute;
		top:10px ;
		left:69px ;
		background-color: rgba(255,255,255,0.6);
		width: 1px;
		height: 40px;
	}
	.g-button a {
		
	}
	.g-button1 {
		width: 70px;
		padding: 17px 0 15px 0;
	}
	.g-button2 {
		width: 88px;
		padding: 17px 0 15px 0;
	}
	.g-button1::before{
		width: 10px;
		height: 13px;
		margin-bottom: 5px;
		margin-left: -5px;
	}
	.g-button2::before{
		width: 15px;
		height:13px;
		margin-bottom: 5px;
		margin-left: -8px;            
	}

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　t-visual-sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.t-visual {
		padding-top: 60px;
		position: relative;
	}
	.t-v-conta{
		top: 60px;
	}
	.t-v-img{
		padding-top: 60px;
	}
	.catch {
		display: none;
	}
	.catch-sp {
		display: block;
		position: absolute;
		top: 35vw;
		left: 4vw;
	}
	.catch-sp img {
		width: 50vw;
	}

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　section-sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.heading {
		text-align: center;
	}
	.main-heading {
		font-size: 2.6rem;
		padding-bottom: 7px ;
		letter-spacing: 0.08em;
	}
	.sub-heading{
		font-size: 1.3rem ;
	}

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　floorplan 間取り-sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.floorplan-conta {
		padding-top: 50px;
		flex-direction: column;
	}
	/*----- plan-slider -----*/
	.plan-slider {
		width: 100%;
		order: 2;
	}
	.slider-box {
		height: 90vw;
	}
	.slider {
		height: 90vw;
	}
	.slider-item {
		height:90vw;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/ 
		width: 90vw;
	}
	.slick-prev, 
	.slick-next {
		position: absolute;/*絶対配置にする*/
		z-index: 3;
		top: 42%;
		cursor: pointer;/*マウスカーソルを指マークに*/
		outline: none;/*クリックをしたら出てくる枠線を消す*/
	}
	.slick-prev::before {
		width:40px;
		height:40px;
	}
	.slick-next::before {
		width:40px;
		height:40px;
	}
	.slick-prev {/*戻る矢印の位置と形状*/
		left:0%;
	}
	.slick-next {/*次へ矢印の位置と形状*/
		right:0%;
	}
	.slick-dots button {
		width:9px;/*ドットボタンのサイズ*/
		height:9px;/*ドットボタンのサイズ*/
	}
	/*----- text -----*/
	.text {
		width: 100%;
		order: 1;
		padding-bottom: 35px;
	}
	.small-border {
		margin: 22px auto 22px auto;
	}
	.exp h3 {
		font-size: 1.3rem;
		padding-bottom: 16px;
		text-align: center;
	} 
	.exp p {
		font-size: 1.2rem;
		line-height: 1.7;
	}

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　interior 内観-sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.interior {
		padding-top: 40px;
	}
	.g-photo {
		width: calc(100%/2 - 1.61vw);
		margin-bottom: 3.2vw;
	}
	.g-photo img {
		width: 100%;
		height: 65%;
		border-radius: 2px;
	}
	.gallery figcaption {
		font-size: 1.0rem;
	}
	.gallery-img::after {
		width: 7vw;
		height: 7vw;
		background-size: 2vw 2.7vw;
	}
	.gallery li:nth-child(even) {
		margin-right: 0;
	}
	.gallery li:nth-child(odd) {
		margin-right: 3.2vw;
	}
	.gallery-cap {
		font-size: 1.0rem;
	}
	.hide-area{
		display: none;
	}
	.modaal-close:after, 
	.modaal-close:before{
		background:#ccc;	
	}
	.modaal-close:focus:after,
	.modaal-close:focus:before,
	.modaal-close:hover:after,
	.modaal-close:hover:before{
		background:#666;
	}

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　quality 設備-sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.quality {
		margin-top: 50px ;
	}
	.quality-conta .heading {
		padding-top: 40px;
		padding-bottom:40px;
	}
	.quality-column {
		flex-direction: column;
		width: 90%;
	}
	.q-column-item {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 27px;
	}
	.quality-cap{
		font-size: 1.2rem;
	}
	.quality-head {
		font-size: 1.3rem;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.full-border1{
		display: none;
	}
	.tag {
		width: 90%;
		padding-bottom: 36px;
	}
	.tag-conta li {
		height: 37px;
		width: calc(100%/2 - 2px);
		line-height: 37px;
		font-size: 1.1rem;
		margin-bottom: 4px;
		margin-right: 3.99px;
	}
	.tag-conta li:nth-child(2n) {
		margin-right: 0;
	}
	.tag-off{
		border: solid 1px #c1c1c1;
		border-radius: 3px;
		background-color: #fbfbfb;
		color: #c1c1c1;
	}
	.tag-caption {
		margin-top: 11px;
		font-size: 1.0rem;
		line-height: 1.7;
	}
	.tag-caption p{
		padding-bottom: 0;
	}

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　outline 概要-sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.outline {
		width: 90%;
		margin-bottom: 50px ;
		padding-top: 50px;
	}
	.outline-conta {
		width: 100%;
		flex-direction: column;
		margin: 0;
	}
	.outline-table-box {
		width: 100%;
	}	
	.outline table {
		margin-top: 45px;
		margin-bottom: 3.0rem;
	}
	.outline table th, .outline table td {
		padding-top: 14px ;
		padding-bottom: 14px;
		padding-left: 14px;
		font-size: 1.2rem;
	}
	.standardText {
		font-size: 1.2rem;
	}
	.button-forOutline {
		width: 100%!important;
		margin-top: 1.6rem;
		font-size: 1.4rem;	
	}

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　movie 動画-sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.movie {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.movie-box {
	width: 90vw;
	}
	.movie h2 {
		font-size: 1.6rem;
		margin-bottom: 2rem ;
	}
	.movie h2::before {
		width: 3px;
		height: 17px;
		margin-right: 0.6rem ;
	}

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　location アクセス-sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.location-conta{
		padding-bottom:50px ;
	}
	.location .heading {
		padding-top: 50px;
		padding-bottom: 45px;
	}
	.full-border2{
		display: none;
	}
	.location-flex {
		flex-direction: column;
	}
	.location-left {
		width: 100%;
		order: 2;
		margin-top: 28px;
	}
	.location-right {
		width: 100%;
		order: 1;
	}
	.location-dt {
		font-size: 1.2rem;
		padding-bottom: 18px;
	}
	.location-right table th {
		font-size: 1.3rem;
		padding: 14px 0;
	}
	.location-right table td {
		font-size: 1.3rem;
		padding: 14px 0;
	}
	

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　contact コンタクト-sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.contact {
		padding-top: 50px;
	}
	.contact-conta{
		padding-bottom: 50px ;
	}
	.contact-box {
		height: 100%;
		margin-top: 45px ;
		padding-bottom: 0;
	}
    .contact-box h3{
		font-size: 1.7rem;
		padding: 30px 0 15px 0 ;
    }
    .contact-dt {
		font-size: 1.2rem;
		padding-bottom: 12px ;
    }
    .contact-dt2{
		padding-bottom: 24px;
		font-size: 1.0rem ;
    }
    .button-conta2 {
		flex-direction: column;
		width: 90%;
		padding-bottom: 20px ;
    }
    .button-conta2 .button:first-child {
      	margin-bottom: 16px;
    }
	.button {
		width:100% ;
		font-size: 1.4rem;
	}
	.c-button1 a {
		padding:21px 20px 22px 20px ;
	}
	.c-button2 a {
		padding:24px 20px 22px 20px;
	}
	.c-button1 a::before {
		width:11px;
		height:15px;
		margin-right:7px;
	}
	.c-button2 a::before{
		width: 16px;
		height:11px;
		margin-right:6px;
		top: 0;
	}

	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　footer フッター -sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	.footerbody {
		height: 120px;
	}
	.copright {
		line-height: 1;
		font-size: 1.0rem;
		position: static;
		transform: none;
	}
	small {
		font-size: 1.0rem;
	}
	.f-box {
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		flex-direction: column;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 120px;
	}
	.f-snsLink {
		line-height: 0;
		margin-bottom: 25px;
	}
	.f-snsLink li {
		margin-right: 18px;
	}
	.f-snsLink img {
		width: 23px;
		height: 23px;
	}
	
	/*----------------------------------------------------------------
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●　　　modal モーダル -sp　　　●●●●●●●●●●●●●●●●●●●●●
	------------------------------------------------------------------ 
	●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	-----------------------------------------------------------------*/

	/*.js-modal {
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.95);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000000010;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.js-modal-area {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.js-modal-frame {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.js-modal-ui {
		height: 100%;
		position: relative;
	}
	.js-modal-close, .js-modal-prev, .js-modal-next {
		-webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
		-o-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.js-modal-close {
		cursor: pointer;
		display: block;
		width: 4rem;
		height: 4rem;
		border: none;
		background: url(/assets/image/modal/icon_modal_close.svg);
		background-size: 4rem 4rem;
		position: absolute;
		top: 4rem;
		right: 4rem;
		left: auto;
		z-index: 10001;
	}
	.js-modal-prev {
		cursor: pointer;
		display: block;
		width: 4rem;
		height: 4rem;
		border: none;
		background: url(/assets/image/modal/icon_modal_prev.svg);
		background-size: 4rem 4rem;
		position: absolute;
		top: 50%;
		left: 8rem;
		right: auto;
		z-index: 10001;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.js-modal-next {
		cursor: pointer;
		display: block;
		width: 4rem;
		height: 4rem;
		border: none;
		background: url(/assets/image/modal/icon_modal_next.svg);
		background-size: 4rem 4rem;
		position: absolute;
		top: 50%;
		right: 8rem;
		left: auto;
		z-index: 10001;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}*/

/*----------------------------------------------------------------
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●　　　/sp　　　●●●●●●●●●●●●●●●●●●●●●
------------------------------------------------------------------ 
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
-----------------------------------------------------------------*/

}