@charset "utf-8";

/* Fonts
--------------------------- */

#two_dir h1 span {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
#two_dir h1 {
	font-family: 'Roboto',"Noto Sans Japanese","Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* Animation
--------------------------- */

.outline a:before,
.detail ul li table,
.detail ul li table td a:before,
.spec a:before,
.spec a:after {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

/* Common
--------------------------- */

html{
/**    overflow: hidden; sg **/
	overflow-y: scroll;
}

body {

}

.headerMenuList {
}
.headerMenuList > li{
	font-size: 12px !important;
}

.container{
	position: relative;
}
/* .sliderItem {
	height: 800px;
	margin: 0 10px;
}*/
#two_dir h2.title {
	color: #fff;
}

.detail .floating_tel{
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	position: fixed;
	background: #7c4670;
	z-index: 9999;
	transition: all .5s;
	/*transform: translate(0,100px);*/
	transform: translate(0,0);
}
.detail .floating_tel.active{
	/*transform: translate(0,0);*/
}
.detail .floating_tel .flex_area{
	width: 100%;
	max-width: 1150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail .floating_tel .flex_area div{
	margin: 0 auto;
}
/*
.detail .floating_tel .flex_area div:nth-of-type(1){
	width: 65%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.detail .floating_tel .flex_area div:nth-of-type(1) p{
	color: #fff;
	text-align: left;
	letter-spacing: .2em;
}
.detail .floating_tel .flex_area div:nth-of-type(1) p:nth-of-type(1){
	font-size: 20px;
	margin: 0 20px 1px 0;
}
.detail .floating_tel .flex_area div:nth-of-type(1) p:nth-of-type(1) span{
	font-size: 12px;
}
.detail .floating_tel .flex_area div:nth-of-type(1) p:nth-of-type(2){
	font-size: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.detail .floating_tel .flex_area div:nth-of-type(1) p:nth-of-type(2) img{
	width: 17px;
	margin: 0 5px 5px 5px;
}
.detail .floating_tel .flex_area div:nth-of-type(1) p:nth-of-type(2) a{
	font-size: 22px;
	vertical-align: middle;
	pointer-events: all;
}

.detail .floating_tel .flex_area div:nth-of-type(2){
	width: 35%;
	position: relative;
}
.detail .floating_tel .flex_area div:nth-of-type(2) a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.detail .floating_tel .flex_area div:nth-of-type(2) p{
	width: 85%;
	margin: 0 auto;
	background: #fff;
	padding: 10px 0;
	color: #7c4670;
	font-size: 18px;
	letter-spacing: .2em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail .floating_tel .flex_area div:nth-of-type(2) p span{
	margin: 0 20px;
	font-size: 14px;
}
.detail .floating_tel .flex_area div:nth-of-type(2) p img{
	width: 20px;
}
*/

.detail .comparison{
    /* sg */
    /*
	width: 100%;
	max-width: 1000px;
    */
    width: 1150px;
	margin: 100px auto;
	position: relative;
}
.detail .comparison .main_text{
	color: #333;
	font-size: 18px;
	text-align: center;
	letter-spacing: .15em;
	padding: 0 0 30px;
}
.detail .comparison .flex_area{
    /* sg */
    /* width: 80%; */
    width: 1000px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.detail .comparison .flex_area div{
    /* sg */
	/* width: 90%; */
/*	margin: 0 5px; sg */
}
.detail .comparison .flex_area div img{
	width: 100%;
}
/*** sg ***/
.detail .comparison .flex_area div a{
    display: block;
    margin: 0 18px;
}
.detail .comparison .flex_area div a .image_container{
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
}
/*** sg ***/

.detail .comparison .flex_area div p{
	color: #333;
	padding: 10px 0 0;
	line-height: 1.5em;
	letter-spacing: .1em;
	text-align: left;
}
.detail .comparison img{
	width: 100%;
}
/** sg **/
.detail .comparison .slick-arrow{
	width: 26px;
	top: 148px;
	transform: translate(0,-50%);
	position: absolute;
}
.detail .comparison .prev_arrow{
/* width: 20px;
	top: 50%; */
	left: -70px;
/* transform: translate(0,-50%);
	position: absolute; */
}
.detail .comparison .next_arrow{
/* width: 20px;
	top: 50%; */
	right: -70px;
/* transform: translate(0,-50%);
	position: absolute; */
}

/*** moreボタン ***/
.more{
    margin-top: 1.4rem;
    text-align: center;
    display: none;
}
.more .toggle{
    display: inline-block;
    padding: 10px 50px;
    border: 1px solid #7c4670;
    color: #7c4670;
    font-size: 16px;
}

.more .toggle:active{
    background: rgba(0,0,0,.1);
}
.more .toggle:after{
    content: '';
    display: inline-block;
    width: .8rem;
    height: .8rem;
    margin-left: .5em;
    border-top: 1px solid #7c4670;
    border-left: 1px solid #7c4670;
    transform: rotate(225deg);
    vertical-align: text-top;
}
.more .toggle.on:after{
    transform: rotate(45deg);
    vertical-align: middle;
}


/* Container
--------------------------- */
._sp{
	display: none;
}
._pc{
	display: block;
}
/*
#anker01{
	margin: -100px auto 100px;
	padding: 100px 0 0;
}
#anker02{
	margin: -50px auto 0;
	padding: 100px 0 0;
}
#anker03{
	margin: -100px auto 0;
	padding: 100px 0 0;
}
#anker04{
	margin: 0 auto;
	padding: 100px 0 0;
}
*/
.detail th{
	font-size: 14px;
	padding: 10px;
	background: #d2d2d2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.detail td{
	font-size: 14px;
	padding: 10px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}
.detail .main_img{
    width: 100%;
    max-height: 850px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.detail .main_img h1 {
  top: auto;
  left: 0;
  font-size: 26px;
  padding: 45px 5% 45px;
  z-index: 100;
  position: absolute;
  width: 90%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  letter-spacing: .2em;
}
/** sg **/
.detail .main_img .immediate_move_in {
    display: inline-block;
    background: url(/grantact/img/detail/immediate_move_in.png) no-repeat center;
    background-size: 100%  auto;
    width: 95px;
    height: 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}
/** sg **/
/** sg **/
.detail .main_img .image_container{
    height: 850px;
    background-repeat: no-repeat;
    background-color: #ccc;
    background-size: cover;
}
/** sg **/
.detail .main_img .note{
	color: #fff;
    /* width: 100%; */
	width: 40%;
	/* max-width: 1200px; */
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	font-size: 10px;
	letter-spacing: .1em;
	position: absolute;
	bottom: 0;
	/*left: 50%; */
	right: 0;
	/*transform: translate(-50%,0); */
}
.detail .main_img .scroll_arrow {
	left: 47%;
	bottom: 100px;
	position: absolute;
	transform: translate(-50%,0) rotate(90deg);
	animation: sdb01 2s infinite;
}
.detail .main_img .scroll_arrow a{
	width: 100%;
	padding-right: 75px;
	color: #fff;
}
.detail .main_img .scroll_arrow a sup{
	font-size: 12px;
	letter-spacing: .2em;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.detail .main_img .scroll_arrow a span{
	height: 1px;
	background: #fff;
	position: absolute;
}
.detail .main_img .scroll_arrow a span:nth-of-type(1){
	width: 100px;
	left: 0;
	top: 0;
}
.detail .main_img .scroll_arrow a span:nth-of-type(2){
	width: 50px;
	top: -18px;
	left: 57px;
	transform: rotate(45deg);
}
@-webkit-keyframes sdb01 {
  0% {
    -webkit-transform: rotate(90deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg) translate(20px, 0);
    opacity: 0;
  }
}
@keyframes sdb01 {
  0% {
    transform: rotate(90deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(90deg) translate(20px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes sdb02 {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg) translate(20px, 0px);
    opacity: 0;
  }
}
@keyframes sdb02 {
  0% {
    transform: rotate(45deg) translate(0, 0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) translate(20px, 0px);
    opacity: 0;
  }
}
.jump_menu{
	/*top: 30%;*/
	top: 40%;
	right: 0;
	position: fixed;
	z-index: 999;
}
.jump_menu ul{
	position: relative;
}
.jump_menu ul li{
	width: 82px;
    height: 64px;
	margin: 0;
    border: 1px solid #6c4b6d;
	background: #f7f7f7;
	position: absolute;
	right: 0px;
}
.jump_menu ul li:nth-child(2){
    top: 64px
}
.jump_menu ul li:nth-child(3){
    top: 128px
}
.jump_menu ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
/*
.jump_menu ul li.anime_non{
	animation: none;
}
.jump_menu ul li span.anime_non{
	animation: none;
}
.jump_menu ul li:nth-of-type(1){
	top: 0;
	padding: 14px 0;
	animation-duration: 2s;
}
.jump_menu ul li:nth-of-type(2){
	top: 60px;
	padding: 11px 0;
	animation-duration: 2.1s;
}
.jump_menu ul li:nth-of-type(3){
	top: 120px;
	padding: 9px 0;
	animation-duration: 2.2s;
}
.jump_menu ul li:nth-of-type(4){
	top: 180px;
	padding: 9px 0;
	animation-duration: 2.3s;
}
.jump_menu ul li:nth-of-type(5){
	top: 240px;
	padding: 9px 0;
	animation-duration: 2.3s;
}
.jump_menu ul li a,
.jump_menu ul li div.share_trigger,
.jump_menu ul li div.share_btn{
	display: flex;
	justify-content: center;
	align-items: center
}
.jump_menu ul li.share{
    cursor: pointer;
}
.jump_menu ul li.share > div{
    position: relative;
}
.jump_menu ul li.share *{
    box-sizing: border-box;
}
.jump_menu ul li span{
	width: 0;
	height: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 0 0 0 10px;
	opacity: 0;
	animation-name: jump_menu_span;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease;
}
.jump_menu ul li sup{
	font-size: 12px;
}
.jump_menu ul li img{
	width: 30px;
	margin-left: 10px;
}
.jump_menu ul li:nth-of-type(5) img{
	margin-left: 7px;
}
.jump_menu ul li:hover{
	animation-name: jump_menu_hover;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease;
}
.jump_menu ul li:hover span{
	animation-name: jump_menu_span_hover;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease;
}
@keyframes jump_menu_hover {
	0%{
		width: 50px;
		border-radius: 50%;
	}
	100%{
		width: 150px;
		border-radius: 20px 20px 20px 20px;
	}
}
@keyframes jump_menu_span_hover {
	0%{
		width: 0;
		height: 0;
		opacity: 0;
	}
	100%{
		width: auto;
		height: auto;
		opacity: 1;
	}
}
@keyframes jump_menu {
	0%{
		width: 150px;
		border-radius: 20px 20px 20px 20px;
	}
	20%{
		width: 150px;
		border-radius: 20px 20px 20px 20px;
	}
	40%{
		width: 150px;
		border-radius: 20px 20px 20px 20px;
	}
	60%{
		width: 150px;
		border-radius: 20px 20px 20px 20px;
	}
	80%{
		width: 150px;
		border-radius: 20px 20px 20px 20px;
	}
	90%{
		width: 150px;
		border-radius: 20px 20px 20px 20px;
	}
	100%{
		width: 50px;
		border-radius: 50%;
	}
}
@keyframes jump_menu_span {
	0%{
		width: auto;
		height: auto;
		opacity: 1;
	}
	20%{
		width: auto;
		height: auto;
		opacity: 1;
	}
	40%{
		width: auto;
		height: auto;
		opacity: 1;
	}
	60%{
		width: auto;
		height: auto;
		opacity: 1;
	}
	80%{
		width: auto;
		height: auto;
		opacity: 1;
	}
	90%{
		width: auto;
		height: auto;
		opacity: 0;
	}
	100%{
		width: 0;
		height: 0;
		opacity: 0;
	}
}
*/
.jump_menu ul li.share .share_wrap{
    display: block;
    position: absolute;
    top: 45px;
    right: 0px;
    width: 400px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    transition: opacity 0.1s linear;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    padding: 20px;
}
.jump_menu ul li.share .share_trigger.open + .share_wrap{
    opacity: 1;
    pointer-events: auto;
}
.jump_menu ul li.share .share_wrap .url_wrap{
    position: relative;
    width: 100%;
    height: 50px;
}
.jump_menu ul li.share .share_wrap .url_wrap input{
    background: #eeeeee;
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 0 120px 0 20px;
    font-size: 16px;
}
.jump_menu ul li.share .share_wrap .url_wrap .share_btn{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 100px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(#744370, #462144);
    z-index: 2;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-family: sans-serif;
}
.jump_menu ul li.share .share_wrap .residence_img,
.jump_menu ul li.share .share_wrap .residence_name{
    display: block;
}
.jump_menu ul li.share .share_wrap .residence_img{
    margin: 10px 0;
}
.jump_menu ul li.share .share_wrap .residence_img img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    margin: 0;
}
.jump_menu ul li.share .share_wrap .residence_name{
    font-size: 18px;
}
.detail .wrap{
  width: 100%;
  margin: 0 auto 100px;
}
.detail .event,.slide_area,.video_area,.type_area,.cg_ref .main_txt,.iframe_area,.inte .flex_area,.flex_area,.outline .inner,.detail .note_area,.office_info,.location .inner,.detail .information_release_date_area{
	max-width: 1150px;
}
.detail .price_area{
    width: 100%;
    margin: 50px auto 50px;
	padding: 0 0 50px;
	border-bottom: 1px solid #d9d9d9;
}
.detail .price_area .flex_area{
  width: 40%;
	max-width: 540px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
}
.detail .price_area .flex_area p{
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 24px;
}

.detail .main_txt{
  /*
  color: #7c4670 !important;
  text-align: left !important;
  font-size: 24px !important;
  letter-spacing: .2em !important;
  border-left: 10px solid #7c4670 !important;
  padding: 0 0 0 20px !important;
	margin: 30px auto !important;
	position: relative !important;
	max-width: 1150px;
    */
}
.detail .event{
  width: 100%;
  margin: 0 auto 100px;
}
.detail .event div{
  width: 100%;
	margin: 0 auto;
  background: #f4f4f4;
  padding: 20px 0 20px;
}
.detail .event .flex_area{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
}
.detail .event div p{
	width: 90%;
	margin: 0 auto;
  font-size: 18px;
  text-align: left;
}
.detail .event div table{
  width: calc(90%/2);
}

.detail .event div table th{
	width: 30%;
}
.detail .event div table td{
	width: 70%;
}

.detail .slide_area{
  width: 100%;
  margin: 0 auto 100px;
}
.detail .slide_area	.slide li .note{
	color: #fff;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	right: 0;
	bottom: 0;
	position: absolute;
}


.detail .video_area{
	width: 100%;
    padding-bottom: 56.25%;
	margin: 0 auto 80px;
    position: relative;
}
.detail .video_area iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: 100%;
    width: 100%;
}

.detail .type_area{
	width: 100%;
    border: 1px solid #dadada;
	/*padding: 50px 0 0;*/
	text-align: center;
	box-shadow: 0px 0px 5px rgb(0,0,0,.4);
}
.detail .type_area .type_wrap{
	position: relative;
    box-sizing: border-box;
}
.detail .type_area .type{
	//overflow: auto;
	height: 800px;
	z-index: 1;
	position: relative;
    padding: 20px;
    box-sizing: border-box;
}
/* 
.detail .type_area img{
width: 60%;
	padding: 0 0 30px;
    object-fit: contain;
    width: 100%;
    height: 100% 
}*/

.detail .type_area #type_img.focus{
    cursor: grab;
}
.detail .type_area #type_img.focus:active{
    cursor: grabbing;
}

.detail .type_area #floor_plan{
    width: 100%;
    height: 100%;
}
.detail .type_area .zoom_btn{
	width: 200px;
	height: auto;
	bottom: 20px;
	right: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
    z-index: 10;
}
.detail .type_area .zoom_btn div{
	width: 50px;
	height: 50px;
	margin: 10px;
	border-radius: 50%;
	position: relative;
	background: #a6a6a6;
	cursor: pointer;
}
.detail .type_area .zoom_btn div span{
	width: 30px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
}
.detail .type_area .zoom_btn div span:nth-of-type(1){
	top: 100%;
	left: 20%;
	transform: rotate(0deg) translate(0,-25px);
}
.detail .type_area .zoom_btn div span:nth-of-type(2){
	top: 80%;
	left: 20%;
	transform: rotate(90deg) translate(-50%,0%);
}
.detail .type_area .feature{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f4f4f4;
	/*box-shadow: 0px 20px 30px -15px rgb(0,0,0,.4);*/
	position: relative;
	z-index: 2;
}
.detail .type_area .feature .title{
    /*
	width: 20%;
	margin: 0 auto;
	padding: 20px 0;
    */
}
.detail .type_area .feature .title p{
	color: #744370;
	font-size: 24px;
	text-align: center;
	letter-spacing: .2em;
}
.detail .type_area .feature .slide-toggle{
	width: 80%;
	margin: 20px auto;
}
/*
.detail .type_area .feature ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	border-left: 2px solid #744370;
}
*/
.detail .type_area .feature .feature_category .sub_title{
    font-size:18px;
    color: #744370;
    text-align:left;
	letter-spacing: .2em;
    padding: 5px 0 5px 20px;
    font-weight:bold;
	border-left: 2px solid #744370;
}
.detail .type_area .feature .feature_category ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	border-left: 2px solid #744370;
    padding-bottom:20px;
}
.detail .type_area .feature .feature_category ul li{
	width: calc(100%/8);
	color: #333;
	font-size: 12px;
	text-align: center;
	padding: 0 0 10px;
}
.detail .type_area .feature .feature_category ul li img{
	width: 100%;
	padding: 0 0 0px;
}
.detail .cg_ref{
	width: 100%;
	margin: 0 auto 100px;
}

.detail .cg_ref .cg_ref_inner{
	width: 1150px;
	margin: 0 auto;
}
.detail .cg_ref .main_txt{
	width: 100%;
	max-width: 1150px;
}
.detail .cg_ref .iframe_area{
	margin: 0 auto;
    width: 100%;
}
.detail .cg_ref .iframe_area iframe{
    width: 100%;
}

.detail .cg_ref img{
	width: 100%;
}
.detail .cg_ref .note{
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	color: #333;
	font-size: 10px;
	text-align: left;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: 10px 0;
}
.detail .cg_ref .img_area{
	width: 100%;
	margin: 0 auto;
	max-width: 1150px;
}
.detail .cg_ref .inte{
	width: 100%;
	margin: 20px auto 0;
}
.cg_ref .inte .table_wrap{
	width: calc(91%/2);
	padding: 30px 20px;
	background: #f4f4f4;
}
.detail .cg_ref .inte .sub_text{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	background: #aeaeae;
}
.detail .cg_ref .inte .sub_text p{
	width: 100%;
	margin: 0 auto;
	max-width: 1150px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: .2em;
	padding: 10px 0;
	position: relative;
}

.detail .cg_ref .inte .pull_down_area{
    display: none;
}
.detail .cg_ref .inte .pull_down_area.active{
    display: block;
}
.detail .cg_ref .inte .flex_area{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: none;
}

.detail .cg_ref .inte table{
	width: 100%;
}
.detail .cg_ref .inte p sup{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	border: 1px solid #fff;
}

.detail .cg_ref .inte p sup::after{
	display: inline-block;
	content: "";
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-90deg);
}
.detail .cg_ref .inte p.on sup::after{
	display: none;
}

.detail .cg_ref .inte p sup::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.detail .flex_area{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.detail .flex_area.map_and_comment{
    margin-bottom: 100px;
}
/* sg
.detail .flex_area div{
	width: calc(90%/2);
	text-align: center;
}
*/
.detail .flex_area .map_content{
	width: 100%;
}

/* sg */
.detail .flex_area  .map{
    width: 45%;
}
.detail .flex_area .map img{
	width: 100%;
}
/* sg */
.detail .flex_area .map .map_btn{
	width: 90%;
	margin: 50px auto 0;
	border: 1px solid #744370;
	/*position: relative;*/
}
.detail .flex_area .map .map_btn a{
    display: inline-block;
	width: 100%;
	height: 100%;
	/*top: 0;
	left: 0;
	position: absolute;*/
}
.detail .flex_area .map .map_btn p{
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #744370;
	font-size: 14px;
	text-align: center;
	letter-spacing: .1em;
}
.detail .flex_area .map .map_btn p img{
	width: 25px;
	padding: 0 20px 0 0;
}
.detail .flex_area .map .map_btn p span{
	color: #744370;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 10px;
}
.detail .flex_area .comment{
    width: 45%;
}
.detail .flex_area .comment div{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.detail .flex_area .comment p{
	color: #000;
	font-size: 14px;
	text-align: left;
	letter-spacing: .15em;
	line-height: 1.5em;
}
.detail .flex_area .comment .main_txt {
	cursor: auto;
}
.detail .flex_area .comment .main_txt sup{
	display: none;
}


.detail .location{
	width: 100% !important;
	margin: 0 auto;
	padding: 100px 0 0;
}

.detail .location .main_txt{
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}
.detail .location .main_txt.on sup::after{
	display: none;
}
.detail .location .main_txt sup{
	content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  border: 1px solid #000;
}
.detail .location .main_txt sup::before{
	content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.detail .location .main_txt sup::after{
	display: inline-block;
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-90deg);
}

.detail .location .flex_area{
	width: 100%;
	display: none;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.detail .location .flex_area.active{
	display: flex;
}
.detail .location .inner{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 50px;
}
.detail .location .inner p{
    display:inline-block;
}
.detail .location p{
	width: calc(95%/3);
	color: #000;
	font-size: 14px;
	text-align: left;
	letter-spacing: .15em;
	padding: 0 0 20px;
}

.detail .outline{
	width: 100% !important;
	margin: 0 auto ;
}
.detail .outline .main_txt{
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}
.detail .outline .sub_text{
	width: 100%;
	background: #aeaeae;
	margin: 0 auto;
}
.detail .outline .sub_txt{
	width: 100%;
	max-width: 1150px;
	margin: 30px auto;
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: .2em;
	padding: 10px 0;
	background: #aeaeae;
	position: relative;
}
.detail .outline .sub_txt sup{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	border: 1px solid #fff;
}

.detail .outline .sub_txt sup::after{
	display: inline-block;
	content: "";
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-90deg);
}
.detail .outline .sub_txt.on sup::after{
	display: none;
}

.detail .outline .sub_txt sup::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.detail .outline .inner{
	width: 100%;
	margin: 0 auto 50px;
	background: #f4f4f4;
	padding: 10px 0 50px;
}
.detail .outline .inner p{
	width: 95%;
	margin: 0 auto;
	color: #333;
	font-size: 20px;
	text-align: left;
	padding: 0 0 10px;
	letter-spacing: 0.1em;
}
.detail .outline .inner .flex_area{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.detail .outline .inner table{
	width: calc(95%/2);
	margin: 0 20px;
}
.detail .outline .inner table th{
	width: 25%;
}
.detail .outline .inner table td{
	width: 75%;
}
.detail .information_release_date_area{
	width: 100%;
	margin: 4px auto 50px;
}
.detail .information_release_date_area p{
	color: #333;
	font-size: 12px;
	text-align: left;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.detail .information_release_date_area p .terms_of_trade_expiration_date{
    margin-left: 20px;
}
.detail .note_area{
	width: 100%;
	margin: 0 auto;
}
.detail .note_area p{
	color: #333;
	font-size: 10px;
	text-align: left;
	letter-spacing: .1em;
	line-height: 1.2em;
}

.detail .office_info{
	width: 100%;
	text-align: left;
	margin: 100px auto 0;
}
.detail .office_info h3 {
	color: #333;
	font-size: 14px;
	letter-spacing: .15em;
	text-align: left;
	padding: 10px 0;
}
.detail .office_info h3 a{
	font-size: 12px;
	border-bottom: 1px solid #744370;
}
.detail .office_info p{
	color: #333;
	font-size: 14px;
	letter-spacing: .15em;
	text-align: left;
	padding: 10px 0;
}
.detail .office_info p .note{
	color: #333;
	font-size: 10px;
}
.detail .office_info p a{
	color: #744370;
}
.detail .office_info p:nth-of-type(5){
	padding: 50px 0 0;
}

.detail .library_number{
	width: 100%;
	text-align: left;
	margin: 100px auto 0;
}


.detail .pull_down{
	cursor: pointer;
}
.detail .pull_down_area{
	display: none;
}
.detail .pull_down_area.active{
	display: block;
}

@media screen and (max-width: 1200px) {
    html * {
        box-sizing: border-box;
    }
	.floating_box{
		display: none !important;
	}
	.detail .comparison {
		width: 100%;
		margin: 50px auto;
	}

	.detail .comparison .flex_area{
		width: 80%;
    }
	.detail .comparison .flex_area div{
		width: 90%;
		margin: 0 auto;
	}

    /** sg **/
	.detail .comparison .flex_area div a{
        margin: 0;
    }
    /** sg **/

    /** sg **/
	.detail .comparison .slick-arrow{
		width: 27px;
        top: 45%;
        top: 35vw;
    }
	.detail .comparison .prev_arrow{
		/* width: 25px; */
		left: -10%;
	}
	.detail .comparison .next_arrow{
		/* width: 25px; */
		right: -10%;
	}
    /** sg **/
    /*	#anker01{
		margin: -140px auto 0;
		padding: 60px 0 0;
	}
	#anker02{
		margin: 0 auto 20px;
		padding: 0px 0 40px;
	}
	#anker03{
	margin: -100px auto;
		margin: 0 auto;
		padding: 0;
	}
	#anker04{
		margin:0 auto;
		padding: 0;
	} sg */

	.detail .main_img h1{
		position: static;
	}

	.detail th{
		font-size: 12px;
	}
	.detail td{
		font-size: 12px;
	}
	.detail .flex_area{
		display: block;
	}

	.jump_menu_sp{
		bottom: 45%;
		right: 0;
		position: fixed;
		z-index: 999;
        display: none;
	}
	.jump_menu_sp ul{
		position: relative;
	}
	.jump_menu_sp ul li{
		width: 57px;
		margin: 10px;
		background: #7c4670;
		border-radius: 50%;
		position: absolute;
		right: 0;
		transition: .3s;
	}
	.jump_menu_sp ul li:nth-of-type(1){
		top: 0;
		padding: 5px 0;
	}
	.jump_menu_sp ul li:nth-of-type(2){
		top: 65px;
		padding: 11px 0;
	}
	.jump_menu_sp ul li:nth-of-type(3){
		top: 130px;
		padding: 11px 0;
	}
	.jump_menu_sp ul li span{
		display: block;
		color: #fff;
		text-align: center;
		margin: 2px auto 0;
	}
	.jump_menu_sp ul li img{
		width: 25px;
		margin: 0 auto;
	}
	.jump_menu_sp ul li:nth-of-type(3) span{
        font-size: 11px;
	}
	.jump_menu_sp ul li:nth-of-type(3) img{
		width: 16px;
        height: auto;
	}

	.detail .wrap{
		width: 100%;
	}
	.detail .main_img {
	/*	max-height: 490px; */
	}
	.detail .main_img h1 {
		top: 1.5%;
        left: 0;
        font-size: 16px;
        padding: 10px 3%;
        /* text-align: center; */
        z-index: 100;
        width: 100%;
        color: #fff;
        background: rgba(0, 0, 0, 1);
        position: static;
	}
    /** sg **/
    .detail .main_img .image_container{
        height: 450px;
    }
    /** sg **/
    /** sg **/
    .detail .main_img .immediate_move_in {
        width: 3.8em;
        height: 1.6em;
    }
    /** sg **/
    /** sg **/
	.detail .main_img img._sp {
         width: 100%;
    }
    /** sg **/
	.detail .main_img .scroll_arrow {
		left: 35%;
		bottom: 50px;
	}
	.detail .main_img .scroll_arrow a sup{
		font-size: 10px;
	}
	.detail .main_img .scroll_arrow a span:nth-of-type(1){
		width: 70px;
	}
	.detail .main_img .scroll_arrow a span:nth-of-type(2){
		width: 40px;
		top: -14px;
		left: 37px;
	}
    /** .detail .main_txt{
		width: 80%;
	}
	.detail .price_area {
		margin: 40px auto 50px;
	} **/
	.detail .price_area .flex_area {
		width: 60%;
		margin: 0 auto 20px;
		justify-content: space-around;
	}
	.detail .event{
        width: 94%;
        margin-bottom: 40px;
    }

	.detail .event .flex_area{
		display: block;
	}
    /**
	.detail .event div{
		width: 90%;
	}
    **/
	.detail .event div table{
		width: 100%;
		margin: 20px 0;
	}
	.detail .event div table th{
		padding: 10px;
	}
	.detail .event div table td{
		padding: 10px;
	}

	.detail .slide_area	{
		width: 100%;
        margin: 0 auto 60px;
	}
	.detail .slide_area	.slide li .note{
		font-size: 10px;
		padding: 5px;
	}
	.detail .slide_area	.main_txt{
		width: 93%;
	}

	.detail .video_area{
		margin: 25px auto 60px;
	}
	.detail .video_area iframe{
		/*height: 300px;*/
	}

	.detail .type_area {
		width: 94%;
		margin: 0 auto;
	}
	.detail .type_area .type{
		height: auto;
		height: 100vw;
        padding: 10px;
		overflow: hidden;
	}
    /* .detail .type_area img{
		width: 100%;
        transform: scale(1)!important;
	} */
    .detail .type_area #type_img.focus,
    .detail .type_area #type_img.focus:active{
        cursor: auto;
    }
    .detail .type_area #type_img g{
        transform: translate(0, 0) scale(1)!important;
    }
	.detail .type_area .zoom_btn{
		display: none;
	}

	.detail .type_area .feature{
		display: block;
	}
	.detail .type_area .feature .title{
		width: 100%;
	}
    .detail .type_area .feature .slide-toggle{
		width: 100%;
		margin: 0 auto;
    }

    .detail .type_area .feature .feature_category {
		width: 100%;
		border-left: none;
		flex-wrap: wrap;
		padding: 20px 0 0;
    }
    .detail .type_area .feature .feature_category .sub_title{
        font-size:18px;
        color: #744370;
        text-align:left;
    	letter-spacing: .2em;
        padding: 5px 0 5px 15px;
        font-weight:bold;
        border-left:none;
    }
	.detail .type_area .feature .feature_category ul{
		width: 100%;
		/*border-top: 2px solid #744370;*/
		border-left: none;
		flex-wrap: wrap;
		padding: 0 0 20px 0;
	}

	.detail .type_area .feature .feature_category ul li{
		width: calc(100%/4);
	}
	.detail .type_area .feature .feature_category ul li img{
		width: 100%;
	}

	.detail .cg_ref{
		margin: 50px auto 60px;
	}
    .detail .cg_ref .cg_ref_inner{
        width: 94%;
    }
    /*
	.detail .cg_ref .img_area{
		width: 90%;
	}
    */
	.detail .cg_ref .inte .flex_area{
        display: block;
		width: 94%;
        padding: 10px;
        background: #f4f4f4;
	}
	.detail .cg_ref .inte .sub_text p{
		width: 94%;
		text-align: left;
		padding: 10px 2%;
		margin: 0 auto 10px;
		position: relative;
	}
	.detail .cg_ref .inte p sup{
		right: 10px;
        display: none;
	}
	.detail .cg_ref .inte .pull_down_area{
		display: none;
	}
	.detail .cg_ref .inte .pull_down_area.active{
		display: block;
	}
	.detail .cg_ref .inte .table_wrap{
		width: 100%;
		padding: 0;
	}
	.detail .cg_ref .inte .flex_area table{
		width: 95%;
		margin: 0 auto;
	}
	.detail .cg_ref .inte .flex_area table th{
		width: 50%;
	}
	.detail .cg_ref .inte .flex_area table td{
		width: 50%;
	}

	.detail .flex_area > div{
		width: 100%;
	}
    .detail .flex_area.map_and_comment{
        margin-bottom: 50px;
    }
	.detail .flex_area .map{
        width: 94%;
        margin: 0 auto;
    }
    .detail .flex_area .map .map_btn{
        margin-top: 30px;
    }
    .detail .flex_area .map .map_btn p{
        padding: 10px 0;
    }
    .detail .flex_area .map .map_btn p img{
        width: 42px;
        padding-right: 1em
    }
    .detail .flex_area .map .map_btn p span {
         font-size: inherit;
    }
    /* .detail .flex_area .map_content{
		width: 90%;
		margin: 0 auto;
	} */
	.detail .flex_area .comment{
        width: 94%;
		margin: 50px auto 0;
	}

	.detail .flex_area .comment .main_txt{
	}

	.detail .flex_area .comment p:nth-of-type(2){
		padding: 10px 0;
	}
	.detail .flex_area .comment .pull_down_area{
		width: 90%;
		position: relative;
		height: 135px;
		overflow: hidden;
		transition: .5s;
		display: inline-block;
	}
	.detail .flex_area .comment .pull_down_area.active{
		display: block;
		height: auto;
		transition: .5s;
	}
	.detail .flex_area .comment .pull_down_area::before{
		content: "";
		display: inline-block;
		width: 100%;
		height: 100%;
		bottom: 0;
		left: 0;
		background: linear-gradient(0deg, rgba(255,255,255,1)15%, rgba(255,255,255,0)100%);
		position: absolute;
		z-index: 100;
		transition: .5s;
	}
	.detail .flex_area .comment .pull_down_area.active::before{
		height: 0;
		background: none;
		transition: .5s;
	}
    .detail .flex_area .comment p{
        margin-bottom: 20px;
    }
	.detail .location{
		width: 100% !important;
		margin: 40px auto 0;
		padding: 60px 0 0;
	}

	.detail .location .main_txt{
		width: 94%;
	}

	.detail .location .flex_area{
		width: 90%;
		display: none;
	}
	.detail .location .flex_area.active{
		display: block;
	}
	.detail .location{
		width: 100%;
	}
	.detail .location p{
		width: 100%;
		font-size: 14px;
		padding: 0 0 20px;
	}

	.detail .outline .main_txt{
		width: 94%;
	}
	.detail .outline .sub_txt{
		width: 94%;
		padding: 10px 2%;
		text-align: left;
	}

	.detail .outline .inner{
		width: 94%;
	}
	.detail .outline .inner .flex_area{
		display: block;
	}
	.detail .outline .sub_txt sup{
        display: none;
	}
	.detail .outline .inner .flex_area table{
		width: 95%;
		margin: 0 auto;
	}
	.detail .outline .inner .flex_area table th{
		width: 30%;
	}

	.detail .outline .inner .flex_area table:nth-child(2) th,
	.detail .outline .inner .flex_area table:nth-child(2) td{
         border-top: none;
    }
	.detail .outline .inner .flex_area table td{
		width: 70%;
	}
	.detail .information_release_date_area{
		width: 90%;
	}
    .detail .information_release_date_area p .terms_of_trade_expiration_date{
        margin-left: 0;
    }
	.detail .note_area{
		width: 90%;
	}

	.detail .office_info {
		width: 94%;
		margin: 50px auto 0;
	}
	.detail .office_info div{
		margin: 0 auto;
	}
	.detail .office_info p{
		font-size: 11px;
	}

    /*** more ***/
    .more{
        display: block;
    }
    .slide-toggle{
        display: none;
    }
    .slide-toggle.active{
        display: block;
    }
    .jump_menu_sp ul li.share .share_wrap{
        display: block;
        position: absolute;
        bottom: 0px;
        right: 60px;
        width: calc(100vw - 75px);
        max-width: 350px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
        transition: opacity 0.1s linear;
        opacity: 0;
        pointer-events: none;
        cursor: default;
        padding: 10px;
    }
    .jump_menu_sp ul li.share .share_trigger.open + .share_wrap{
        opacity: 1;
        pointer-events: auto;
    }
    .jump_menu_sp ul li.share .share_wrap .url_wrap{
        position: relative;
        width: 100%;
        height: 60px;
    }
    .jump_menu_sp ul li.share .share_wrap .url_wrap input{
        background: #eeeeee;
        width: 100%;
        height: 60px;
        position: relative;
        z-index: 1;
        border-radius: 4px;
        border: none;
        outline: none;
        padding: 0 90px 0 20px;
        font-size: 16px;
    }
    .jump_menu_sp ul li.share .share_wrap .url_wrap .share_btn{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 80px;
        height: 40px;
        cursor: pointer;
        color: #fff;
        background: linear-gradient(#744370, #462144);
        z-index: 2;
        border-radius: 20px;
        color: #fff;
        font-size: 14px;
        font-family: sans-serif;
    }
    .jump_menu_sp ul li.share .share_wrap .residence_img,
    .jump_menu_sp ul li.share .share_wrap .residence_name{
        display: block;
    }
    .jump_menu_sp ul li.share .share_wrap .residence_img{
        margin: 10px 0;
    }
    .jump_menu_sp ul li.share .share_wrap .residence_img img{
        width: 100%;
        height: 150px;
        border-radius: 10px;
        object-fit: cover;
        object-position: center;
        margin: 0;
    }
    .jump_menu_sp ul li.share .share_wrap .residence_name{
        font-size: 16px;
    }

}

@media screen and (max-width: 820px) {
    ._sp{
        display: block;
    }
    .jump_menu_sp._sp{
        display: none;
    }
}
