body {
    background-color: #1d2f4c;
}
#background_movie {
    /*display: none;*/
}
#sidebar01,
.delayed-image,
.delayed-image2 {
    opacity: 0;
    transition: opacity 0s ease-in 0s;
}
.delayed-image.show,
.delayed-image2.show,
#sidebar01.show {
  transition: 1.0s;
  opacity: 1;
}

.clickable {
    cursor: pointer; /* マウスカーソルを指マークに変更 */
    transition: transform 0.3s ease; /* 0.3秒かけて変形を行う */
}
#merit ul li a:hover img,
#merit ul li img:hover {
    transform: scale(1.075); /* 1.1倍に拡大 */
}

@media screen and (max-width: 684px){
	html {
   		/*overflow: scroll;
  		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;*/
	}
	.slide ul {
        position: relative;
        width: 100%;
        height: 84VH;
        overflow: hidden;
    }
	
	#tochi .slide ul,
	#house .slide ul {
        height: 100dvh;
    }
	
	.mv {
        position:relative;
		width:100%;
		height: calc(100dvh - 50VW);
		/*margin-bottom: -3VW;*/
		margin-top: -60px;
	}
    .mv .mv_title {
		text-align: center;
		margin: 0VW auto 0;
        background-color: rgba(11,26,55,0.9);
		width: 70%;
    	margin-left: 0;
    }
    .mv .mv_title_sub {
		margin-top: 40VW;
    }
    .mv .mv_title2 {
		text-align: center;
		margin: 0VW auto 0;
    }
    .mv_title img,
    .mv_title2 img{
        width: 100%;
        height: auto;
    }
    .mv .mv_scroal {
        position: absolute;
		width:33px;
        bottom: 10VW;
        left:0;
        right:0;
		margin: auto;
		z-index: 9998;
    }
    .move-up-down {
        width: 30px; 
        height: 30px; 
        background-image: url('../img/scroll_sp.png'); 
        background-size: cover;
        position: relative;
        animation: upDown 2s infinite;
    }
    .mv .mv_btn {
        position: absolute;
		width:92%;
        top: 64VW;
        left:0;
        right:0;
		margin: auto;
		z-index: 50;
    }
    .mv .mv_title_sub + .mv_btn {
        top: 40VW;
    }
    #area .mv .mv_btn {
        top: 130VW;
    }
    .mv .mv_btn ul li{
		float:left;
		width:48%;
		margin:0 4% 5VW 0;
    }
    .mv .mv_btn ul li:nth-child(2n){
		margin-right:0;
    }
    .mv .mv_btn3 ul li{
		float:left;
		width:32%;
		margin:0 2% 5VW 0;
    }
    .mv .mv_btn3 ul li:nth-child(2n){
		margin-right:2%;
    }
    .mv .mv_btn3 ul li:nth-child(3){
		margin-right:0;
    }
	.mv .mv_title_sub + .mv_btn {
    	top: 80VW;
  	}
	#tochi_top .mv .mv_btn {
        top: auto;
		bottom: 35VW;
    }
	#tochi_top .ban__fix__sp {
    	bottom: 5VW;
  	}
	#tochi_top #fix__btn__sp {
		display: none;
  	}
	#tochi_top #fix__btn__sp.fixed {
		display: block;
  	}
	#tochi_top .fix__btn {
        top: 0;
		bottom: auto;
  	}

@keyframes upDown {
    0% {
        top: 0;
        opacity: 1;
    }
    50% {
        top: 30px; /* 動かす距離 */
        opacity: 1;
    }
    51% {
        top: 30px; /* 動かす距離 */
        opacity: 0;
    }
    75% {
        top: 0px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 0;
    }
}
	.fix__btn li {
    	width: 50%;
  	}
	.fix__btn3 li {
    	width: 33.3%;
  	}
	
    section {
        padding-top:1px;
    }
    section h3 {
    }
	
	
	/*showroom*/
    #showroom {
        padding:1px 0 60px;
    }
    #showroom h2 {
		padding-top:88px;
		font-size: 24px;
    }
	.exhibition h2 {
		background-color: #005bac;
		padding: 1rem;
		text-align: center;
		font-size: 18px;
		color: #fff;
	}
	
	
	#cboxPrevious,
	#cboxNext {
		/*display:block!important;*/
  		top: 92%;
	}
	
	.exhibition {
		/*padding-bottom: 3rem;*/
	}
	
    .exhibition {
        color: #fff;
    }
	.exhibition h3 {
	}
    .exhibition__inner h4,
	#map h4{
        padding:6em 0 0.5em;
        font-size:24px;
		margin-bottom:30px;
		margin-top:-3em;
    }
	#map h4{
	  	padding-top: 5rem!important;
		margin-left:4%;
    }
	#map .map_usage{
		margin-right:4%;
    }
	
	.exhibition .exhibition__inner {
		max-width: 1180px;
		margin: 3rem auto 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.exhibition ul.exhibition_list {
		display: flex;
		flex-wrap: wrap;
	}
	
	.exhibition ul.exhibition_list > li {
        position:relative;
		width: 100%;
		height:62VW;
		margin-bottom: 2rem;
		padding: 0px 0 0px;
		border-bottom:1px solid #666;
		
	}
	.exhibition ul.exhibition_list > li:last-child {
		margin-bottom: 0;
	}
	
	.exhibition ul.exhibition_list > li img {
		width: 100%;
		display: block;
	}
	
	.exhibition ul.exhibition_list > li span {
		font-size: 10px;
		line-height: 1.5em;
		vertical-align: middle;
    	display: inline;
	}
	.exhibition ul.exhibition_list > li .spec span {
		display: inline;
	}
	
	.exhibition ul.exhibition_list > li a.tel {
		color: #000;
	}
	
	
    .exhibition .photo{
        position:relative;
		width:100%;
		height: 27VW;
    	margin-bottom: 3VW;
    }
    .exhibition .photo .photo_gaikan{
        position:absolute;
        top:0px;
        left:0px;
    }
    .exhibition .photo img.photo_gaikan {
		width:100%;
        height: 50VW;
		object-fit: contain;
		object-position: top;
    }
    .exhibition .photo .photo_icon{
        bottom:6px;
        left:6px;
		padding: 3px 6px;
        font-size: 10px;
        position:absolute;
        color: #fff;
		background-color: #eb910b;
		font-weight:bold;
		max-width:90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .exhibition .photo .photo_premium{
        position:absolute;
        top:3px;
        left:3px;
		width:70%;
    }
    .exhibition .photo .photo_icon_wide{
		width:307px;
    }

    .exhibition h3 {
        font-size: 17px;
		line-height:1.25;
		padding: 8px 0 8px;
		height: 1.75em;
        /*overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;*/
    }

    .mv_title .area,
    .exhibition .area {
        font-size: 12px;
		padding:3px 5px;
        color: #000;
		background-color: #fff;
		display: inline-block;
    }
    .exhibition .read {
        font-size: 14px;
		padding: 10px 0 10px;
		line-height:1.7em;
		height: 2.9em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .exhibition .read2lines {
    }
	
    .exhibition .spec {
		width: 100%;
		/*margin-top: 3VW;*/
    }
    .exhibition .price {
        font-size: 11px;
		padding: 5px 0 5px;
		border-top:1px solid #666;
		border-bottom:1px solid #666;
		margin-bottom:10px;
		
		width:60%;
    }
	.exhibition_list .price {
        position:absolute!important;
		width:42%!important;
        top:0px;
        right:0px;
		text-align: right;
	}
    .exhibition .price b,
	.exhibition .hanbai b{
        font-size: 24px;
		vertical-align: middle;
    	display: inline;
    }
    .exhibition .newprice{
		background-color: #cc0000;
        color: #fff;
		padding: 2px 5px;
        font-size: 14px;
		display: inline-block!important;
    }
    .exhibition .dimension1,
    .exhibition .dimension2{
        font-size: 11px;
		margin-bottom:8px;
    }
    .exhibition .address,
    .exhibition .access {
        font-size: 11px;
		padding: 0px;
		margin-bottom:8px;
		line-height: 1.25;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
	
	.exhibition_list .clickable_area {
        position:absolute;
		width:100%;
		height:62VW;
        top:0px;
        left:0px;
	}
	.exhibition_list .clickable_area a {
		width:100%;
		height:65VW;
		display: block;
	}
	
	
	
	/*スマホ用再配置*/
    .exhibition_list > li {
        position:relative;
		width:100%;
		height:84VW;
    }
    .exhibition .photo {
		width:52%;
		height:49VW;
        position:absolute;
        top:0;
        left:0px;
		background-color: rgba(0,0,0,0.75);
    }
    .exhibition .name {
        position:absolute;
		width:100%;
        bottom:0px;
        right:0px;
        background:url(../img/btn_detail2_sp.png) right top 5px no-repeat;
		background-size: 30px;
    }
	.exhibition_list .name h3 {
		width:91%;
		margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
		font-size: 15px;
  	}
    .exhibition .read {
		width:100%;
        position:absolute;
        bottom:15VW;
        left:0px;
    }
    .exhibition .spec {
		width:42%;
        position:absolute;
        top:11.5VW;
        right:0px;
    }
	.exhibition_list .labels {
        position:absolute;
		width:35%;
        bottom:14VW;
        right:0px;
	}
	.exhibition_list .labels li:last-child{
		margin-top:2VW;
	}
    .exhibition .read2lines .spec {
        top:13VW;
    }
	
    .exhibition .btn3 {
		width:100%;
        position:absolute;
        bottom:0;
        left:0px;
    }
	.exhibition_list .madori {
		display:none;
	}
    .exhibition .photo .photo_icon{
        position:absolute;
        top: 19VW;
        left:4%;
		/*width:100%;*/
		margin-bottom: 0;
		height: 1.5em;
    }
    .exhibition .photo .photo_icon_wide{
		width:100%;
    }
	/*スマホ用再配置*/
	
	#cboxOverlay {
		opacity: 1;
	}
	#cboxContent,
    #cboxTopLeft,
    #cboxTopRight,
    #cboxBottomLeft,
    #cboxBottomRight,
    #cboxMiddleLeft,
    #cboxMiddleRight,
    #cboxTopCenter,
    #cboxBottomCenter{ /*background:none;*/}
	#cboxClose {
      right: 0px;
		top: 0;
      margin: auto;
    }
	
    /*gaiyo*/
	.gaiyo {
		padding:60px 0 3VW ;
    	margin-bottom: 0VW;
        padding-bottom: 3VW;
  	}
	.gaiyo p {
        margin-bottom: 0;
  	}
    /*gaiyo*/
	
    .return_btn {
        width:92%;
        height:70px;
		margin: 10VW auto 8VW;
    }
    ul.return_btn {
        height:auto;
    }
    ul.return_btn li {
        margin-bottom:30px;
    }
    ul.return_btn li:last-child {
        margin-bottom:0px;
    }
    .return_btn a{
		background-size: 8px!important;
    }
    ul.return_btn2btns li {
		float:left;
        width:48%;
        margin-bottom:30px;
        margin-right:4%;
    }
    ul.return_btn2btns li:last-child {
        margin-right:0px;
    }
    .return_btn2btns a{
		font-size:14px!important;
    }
    .return_btn2btns .twolines a{
		line-height:1.25em!important;
		padding-top: 1.25em;
    }
}

@media screen and (min-width: 685px){
	
	/*フローティングバナー*/
    .fix__btn2 {
        position: fixed;
        width: 55px;
        height: 193px;
        top: 180px;
        right:0px;
        display: block;
		z-index: 100000;
    }
    .fix__btn2 li {
        margin-bottom:10px;
    }
	.fix__btn img {
		width:100%;
		height:auto;
    }
    .fix__btn {
        width:100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 1000;
        height: 16VW;
    }
    .fix__btn li{
        width:25%;
		float:left;
    }
	
    #banner-sp.fixed {
		opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
	/*フローティングバナー*/
	
	
	
    .mv .mv_title {
        position: absolute;
        width: 20%;
		min-width:310px;
        height: 90px;
        top: 30%;
        left:0;
        display: block;
		z-index: 9998;
        background-color: rgba(11,26,55,0.9);
		text-align: right;
    }
    .mv .mv_title_sub {
        top: 30%;
		padding: 20px 10px;
    }
	
	 
    .mv .mv_scroal {
        position: absolute;
		width:33px;
        bottom: 50px;
        left:0;
        right:0;
		margin: auto;
		z-index: 9998;
    }
	.mv {
		position: relative;
		width:100%;
		height: calc(100VH - 0px);
		overflow: hidden;
		margin-top: -100px;
	}
	.mv .inner{
        position:relative;
		width:1200px;
		height:700px;
		margin:0 auto;
	}
	
    .mv .mv_title img{
		width:100%;
		height:auto;
		max-width: 309px;
    }
    .mv .mv_btn {
        position: absolute;
		width:1200px;
        top: 72%;
        left:0;
        right:0;
		margin: auto;
		z-index: 1;
    }
    #builthouse .mv .mv_btn {
		width:710px;
    }
    #builthouse .mv .mv_btn li {
		width:210px!important;
    }
    #area .mv .mv_btn {
		width:560px;
    }
    .mv .mv_btn ul li{
		float:left;
		width:260px;
		margin:0 40px 0 0;
    }
    .mv .mv_btn ul li img{
		width:100%;
		height:auto;
    }
    .mv .mv_btn ul li:last-child{
		margin-right:0;
    }
	
    section {
        padding-top:1px;
    }
    section h2 {
        margin:12VW auto;
        padding-bottom:5VW;
		font-size:24px;
    }
    section h3 {
        margin:0px auto 0px;
        padding-top:80px;
        padding-bottom:18px;
		font-size:30px;
    }
	
	
	
	
	
	/*showroom*/
    #showroom {
        padding:120px 0 1px;
    }

    .exhibition .exhibition__inner {
        margin: 3rem auto 0;
    }
    .exhibition {
    }
    .exhibition ul.exhibition_list > li a.reserveBtn {
        margin-bottom: 60px;
    }
    .exhibition__inner h4,
	#map h4{
        padding:2em 0 0.5em;
        font-size:26px;
		margin-bottom:30px;
    }
	
    /*showroom*/

    .exhibition {
        padding-bottom: 3rem;
        color: #fff;
    }
    .exhibition .spec a{
		pointer-events: none;
    }
    .exhibition .spec a p{
		color:#000;
    }
    section#mansion h4,
    section#mansion h3 + p,
    #mansion .exhibition {
        color: #000;
    }
    .exhibition .photo{
        position:relative;
		width:410px;
		height:410px;
		background-color: rgba(0,0,0,0.75);
    }
    .exhibition .photo a{
		/*pointer-events: none;*/
    }
    .exhibition .photo .photo_gaikan{
        position:absolute;
        top:0px;
        left:0px;
    }
    .exhibition .photo img{
		width:100%;
        height: 420px;
		object-fit: contain;
		object-position: top;
    }
    .exhibition .photo .photo_icon{
        bottom:6px;
        left:6px;
		padding: 6px 12px;
        font-size: 15px;
        position:absolute;
        color: #fff;
		background-color: #eb910b;
		font-weight:bold;
		max-width:90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .exhibition .photo .photo_premium{
        position:absolute;
        top:6px;
        left:6px;
		width:150px;
    }
    .exhibition .photo .photo_icon_wide{
		width:307px;
    }

    .exhibition h3 {
        font-size: 18px;
		padding: 10px 0 10px;
		/*border-bottom:1px solid #666;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mv_title .area,
    .exhibition .area {
        font-size: 14px;
		padding:5px 12px;
        color: #000;
		background-color: #fff;
		display: inline-block;
    }
    .exhibition .price {
        font-size: 14px;
		padding: 10px 0 10px;
		line-height:1.7em;
    }
    .exhibition .price b{
        font-size: 20px;
    }
    .exhibition .newprice{
		background-color: #cc0000;
        color: #fff;
		padding: 2px 5px;
        font-size: 10px;
    }
	
    .exhibition .dimension1,
    .exhibition .dimension2{
        font-size: 13px;
		margin-bottom:10px;
    }
    .exhibition .address,
    .exhibition .access {
        font-size: 13px;
		padding: 0px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
		line-height:1.25em;
    }
	
	.exhibition_list .madori {
        position:absolute;
        top:0px;
        right:0px;
		width:136px;
		height:136px;
		padding:10px;
		border:1px solid #cfcfcf;
		background-color: #fff;
	}
    .exhibition_list .grade {
        position:absolute;
        top:150px;
        right:0px;
		width:136px;
    }
	
	.exhibition_list .name {
        position:absolute!important;
		width:100%;
        bottom:50px!important;
        left:0px;
		text-align: left;
		border-bottom:1px solid #666;
  	}
	.exhibition_list .name h3 {
		width:410px;
		margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
  	}
	
    .exhibition .spec {
        position:absolute!important;
		width:100%!important;
        bottom:0px;
        left:0px;
		padding-bottom:10px;
        border-bottom:1px solid #666;
        background:url(../img/btn_detail2.png) right bottom 8px no-repeat;
    }
	.exhibition_list .madori {
		width:132px;
		height:130px;
		padding:0px;
	}
	.exhibition_list .labels {
        position:absolute;
		width:132px;
        bottom:104px;
        right:0px;
	}
	.exhibition_list .clickable_area {
        position:absolute;
		width:565px;
		height:514px;
        bottom:0px;
        left:0px;
	}
	.exhibition_list .clickable_area a {
		width:100%;
		height:524px;
		display: block;
	}
	.exhibition_list .labels ul li{
		width:100%;
		margin-top: 10px;
	}
	.exhibition_list .price {
        position:absolute!important;
		width:132px!important;
        bottom:50px;
        right:0px;
		text-align: right;
	}
	.exhibition_list .btn1 {
        position:absolute;
		width:132px;
        bottom:10px;
        right:0px;
	}
	.exhibition_list .madori .zoomimg ,
	.exhibition_list .madori img {
		width: 130px;
		height: 100px;
		object-fit: contain;
    }
    .exhibition_list .madori .madori_name {
        background: url(../img/kodateicon_up.png) right 5px center no-repeat;
    }
    .exhibition_list .madori .madori_name span{
        font-size: 12px;
		width: 50px;
        display: inline-block;
        line-height:1em;
		color:#000;
		vertical-align: text-top;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
	
    .exhibition_list .madori .madori_name p {
        height:18px;
        line-height:18px;
        width:calc(100% - 85px);
		margin: 5px 5px 0 5px;
		display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
		background-color: #cccccc;
		color:#000;
		text-align: center;
		font-size:12px;
    }
	
	/*grade*/
    .exhibition_list .grade {
		margin:0px 0 20px;
    }
    .exhibition_list .grade li {
		width:45px;
		float:left;
		margin-right:0px;
		margin-bottom:10px;
    }
    .exhibition_list .grade li:last-child {
		margin-right:0px;
    }
	/*grade*/
	
	
    .exhibition .exhibition__inner {
        max-width: 1200px;
        margin: 0rem auto 0;
    }

    .exhibition ul.exhibition_list {
        display: flex;
        flex-wrap: wrap;
    }

    .exhibition ul.exhibition_list > li {
        position:relative;
        width: 565px;
		height:514px;
        margin-right: 70px;
        margin-bottom: 70px;
        padding: 0px;
        text-align: left;
    }

    .exhibition ul.exhibition_list > li:nth-child(2n) {
        margin-right: 0;
    }

    .exhibition ul.exhibition_list > li img {
        width: 100%;
        display: block;
    }

	#nagoya{ 
		padding-top: 0;
    }
	
    #sidebar{
        width:280px;
        /*height:488px;
        height:418px;*/
        height:468px;
        position:fixed;
        right:-350px;
        z-index: 10;
    }
    #builthouse #sidebar{
        height:518px;
    }
    #sidebar ul{
        position:absolute;
        top:0px;
        right:0;
    }
    #sidebar ul li{
        height:50px;
        margin:0 0 0px;
        list-style-type:none;
    }
  	#sidebar ul li.side_tel{
        background: url("../img/detail/side04.gif?v=01") left top no-repeat;
  	}
	#sidebar ul li.side_tel p {
        color: #fff;
        line-height: 50px;
        padding-left: 64px;
        font-size: 20px;
  	}
    #sidebar ul li#sidebar01{
        height:232px;
        /*opacity: 0.0;*/
    }
    #sidebar.open ul li:first-child{
        /*opacity: 1;*/
    }
    #sidebar ul li.catarog{
        height:70px;
    }
    #tochi #sidebar{
        /*height: 306px;*/
        height: 468px;
    }
    /*#tochi #sidebar ul li:nth-child(4){
        height:70px;
    }*/
    /*#tochi #sidebar ul li:nth-child(1),*/
    #tochi #sidebar ul li:nth-child(5){
        height:50px;
    }
    #sidebar ul li:last-child{
        height:36px;
    }
    #sidebar button{
        position:absolute;
        bottom:0px;
        right:0px;
        width:280px;
        height:36px;
        border:none;
        display:block;
        text-align: left;
        text-indent: 0.8em;
        background-image: url("../img/side00.gif?v=1");
        color:#fff;
		font-size: 14px;
    }
    #sidebar button{
        position:absolute;
        bottom:0px;
        right:0px;
        width:280px;
        height:36px;
        border:none;
        display:block;
        text-align: left;
        text-indent: 0.5em;
        background-image: url("../img/side00.gif?v=1");
        color:#fff;
		font-size: 12px;
    }
    #sidebar #sidebar01{
		opacity: 0.0;
    }
    #sidebar.open  #sidebar01{
		opacity: 1.0;
    }
	
	
    .return_btn {
        width:800px;
        height:70px;
        margin:50px auto 0;
    }
    ul.return_btn {
        width:1200px;
    }
    ul.return_btn li {
		float:left;
        width:580px;
        height:70px;
        margin-right:40px;
    }
    ul.return_btn li:last-child {
        margin-right:0px;
    }
}


.exhibition__inner h3 {
    color: #fff;
    font-weight: normal;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}
section h2 {
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
    text-align: center;
	font-weight:normal;
	line-height:1em;
}
section#showroom h2 {
  	color: #fff;
}

/*メリット*/
section.reserve {
	background-color: #e0e0e0;
	padding-bottom: 100px;
}
section.reserve h2 {
	text-align: center;
	font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
  	font-weight: normal;
	line-height: 1.3;
	font-size: 47px;
	margin-bottom: 5rem;
}
section.reserve h2 small {
	font-size: 24px;
}

section.reserve h4 {
	text-align: center;
	margin-top: 2rem;
}

.return_btn a{
    display:block;
    width:100%;
    height:70px;
    background:url("../img/detail/reader.png") right 15px center no-repeat;
    background-color: #041128;
    text-align:center;
    color:#FFF!important;
    font-size:20px;
    line-height:70px;
    text-decoration: none;
}
.return_btn a:hover{
    background-color: #0c1f40;
}


@media screen and (min-width: 685px){
	section.reserve .bx-wrapper {
		display:none;
	}
}

/*動画*/
section h3 + p {
	color: #fff;
}
section .content-inner {
	max-width: 1200px;
	margin: 0 auto;
}


/*フロートバナー*/
@media only screen and (max-width: 767px) {
	
    .ban__fix__sp {
        position: fixed;
		width: 92%;
        left: 4%;
		bottom: 7VW;
		z-index: 9999;
    }
    .ban__fix__sp img{
        width: 100%;
		height:auto;
    }
    .ban__fix__inner {
        position: relative;
        width: 100%;
    }
    #closebanner-sp,
    #closebanner-sp1,
    #closebanner-sp2 {
        position: absolute;
        top:-10px;
        right: -10px;
        display: block;
        height: 30px;
        width: 30px;
        background: url('../img/float_close.png') no-repeat 0 0;
		background-size: 30px;
        cursor: pointer;
        text-indent: -9000px;
        z-index: 10;
    }
	.ban__fix{
		display: none;
	}
    #banner-sp {
		opacity: 0;
    }
    #banner-sp.fixed {
		opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
}
@media only screen and (min-width: 768px) {
    .ban__fix {
        position: fixed;
        width: 270px;
        height: 240px;
        bottom: 50px;
        left:50px;
        display: block;
		z-index: 9999;
		opacity: 0;
    }
    #banner.fixed {
		opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
    .ban__fix__inner {
        position: relative;
        width: 270px;
    }
    #closebanner {
        position: absolute;
        top:-7px;
        right: -7px;
        display: block;
        height: 20px;
        width: 20px;
        background: url('../img/float_close.png') no-repeat 0 0;
		background-size: 20px;
        cursor: pointer;
        text-indent: -9000px;
        z-index: 10;
    }
	.ban__fix__sp{
		display: none;
	}
    #banner {
		/*opacity: 0;*/
    }
    #banner.fixed {
		/*opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;*/
    }
}
@media screen and (max-width: 546px) {
#SMP------------------------{}
	.ban__fix__inner div:first-child {
		margin-right:4%;
	}
	.ban__fix__half {
		position: relative;
		width:48%;
		float:left;
	}
}
	
@media screen and (min-width: 737px) {
#PC------------------------{}
	#fixbtn_cp .fixbtn_cp01{
		display: block;
	}
	#fixbtn_cp .fixbtn_cp02{
		display: none;
	}
	#fixbtn_cp.fixed .fixbtn_cp01{
		display: none;
	}
	#fixbtn_cp.fixed .fixbtn_cp02{
		display: block;
		right: 0px;
		width: 100%;
	}
	#fixbtn_cp.fixed {
  		position: fixed;
  		top: 81px;
		right: 0px;
		height:119px;
		width: 119px;
	}
}
/*フロートバナー*/


section h3 {
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
	font-weight:normal;
	line-height:1em;
	padding: 0;
}


.exhibition__inner h4 {
    color: #fff;
	display: inline-block;
    text-align:left;
	color:#e5d6ad;
    font-weight: normal;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
	border-bottom:1px solid #fff;
}
#map h4 {
    color: #fff;
	display: inline-block;
    text-align:left;
	color:#000;
    font-weight: normal;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
	border-bottom:1px solid #000;
}
#map h4{
    padding-top:0;
    float:left;
}
#map .map_usage {
    float:right;
}

#showroom {
	background-color: #0b1a37;
    /*background-color: rgba(4,17,40,1.0);*/
}

#cboxCurrent {
    display:none!important;
}


/*map*/
@media only screen and (max-width: 767px) {
	#map {
		margin:0px auto;
		padding:30px 0;
	}
	#map_canvas {
		width:100%;
		height:125VW;
		margin:30px auto;
	}
}
@media only screen and (min-width: 768px) {
	#map {
		margin:0px auto;
		padding:75px 0 100px;
	}
    #map .inner{
        max-width: 1200px;
        margin: 0rem auto 0;
		/*text-align: right;*/
    }
	#map_canvas {
		width:1200px;
		height:450px;
		padding:50px 0;
	}
}
#map {
    background-color: #ececec;
    background-color: #fff;
}
.map_usage {
	border:1px solid #999;
	padding:6px 12px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 30px;
}
/*map*/

/*フロートバナー*/
@media only screen and (max-width: 767px) {
	#fix-sp {
    	opacity: 0;
  	}
	#fix-sp.fixed {
    	opacity: 1.0;
  	}
    .ban__fix__sp {
        position: fixed;
		width: 92%;
        left: 4%;
		bottom: 18VW;
		z-index: 9999;
    }
    #builthouse .ban__fix__sp {
		bottom: 5VW;
    }
    .ban__fix__sp img{
        width: 100%;
		height:auto;
    }
    .ban__fix__inner {
        position: relative;
        width: 100%;
    }
    #closebanner-sp,
    #closebanner-sp1,
    #closebanner-sp2 {
        position: absolute;
        top:-10px;
        right: -10px;
        display: block;
        height: 25px;
        width: 25px;
        background: url('../img/float_close.png') no-repeat 0 0;
		background-size: 25px;
        cursor: pointer;
        text-indent: -9000px;
        z-index: 10;
    }
	.ban__fix{
		display: none;
	}
    #banner-sp {
		opacity: 0;
    }
    #banner-sp.fixed {
		opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
}
@media only screen and (min-width: 768px) {
    .ban__fix {
        position: fixed;
        width: 280px;
        height: 245px;
        bottom: 50px;
        left:50px;
        display: block;
		z-index: 9999;
		opacity: 0;
    }
    #banner.fixed {
		opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
    .ban__fix__inner {
        position: relative;
        width: 280px;
    }
    #closebanner {
        position: absolute;
        top:-7px;
        right: -7px;
        display: block;
        height: 20px;
        width: 20px;
        background: url('../img/float_close.png') no-repeat 0 0;
		background-size: 20px;
        cursor: pointer;
        text-indent: -9000px;
        z-index: 10;
    }
	.ban__fix__sp{
		display: none;
	}
    #banner {
		/*opacity: 0;*/
    }
    #banner.fixed {
		/*opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;*/
    }
}
@media screen and (max-width: 546px) {
#SMP------------------------{}
	.ban__fix__inner div:first-child {
		margin-right:4%;
	}
	.ban__fix__half {
		position: relative;
		width:48%;
		float:left;
	}
}
	
@media screen and (min-width: 737px) {
#PC------------------------{}
	#fixbtn_cp .fixbtn_cp01{
		display: block;
	}
	#fixbtn_cp .fixbtn_cp02{
		display: none;
	}
	#fixbtn_cp.fixed .fixbtn_cp01{
		display: none;
	}
	#fixbtn_cp.fixed .fixbtn_cp02{
		display: block;
		right: 0px;
		width: 100%;
	}
	#fixbtn_cp.fixed {
  		position: fixed;
  		top: 81px;
		right: 0px;
		height:119px;
		width: 119px;
	}
}
/*フロートバナー*/


/*メリット*/
#merit {
	background-color: #0b1a37;
	background-color: rgba(11,26,55,0.90);
	color:#fff;
}

#merit h2 {
    color: #fff;
	display: inline-block;
    text-align:center;
    font-weight: normal;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
	border-bottom:1px solid #fff;
	padding-bottom: 2VW;
	margin-bottom: 2VW;
}
#merit h2 + p {
    text-align:center;
	color:#e5d6ad;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}
.gallery_modal,
.merit_modal {
	text-align: center;
}
.gallery_modal img,
.merit_modal img{
	max-width:100%;
	max-height:650px;
}
.gallery_modal h3,
.merit_modal h3{
	margin:20px 0 0;
	color:#fff;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}
.gallery_modal p,
.merit_modal p{
	margin:10px 0 0;
	color:#fff;
	line-height:1.5em;
}
.gallery_modal .custom-close,
.merit_modal .custom-close{
	display: block;
	text-align: center;
	color:#fff;
	text-decoration: underline;
	padding-top:20px;
}
.gallery_modal .custom-close span,
.merit_modal .custom-close span{
	padding: 5px 70px;
	background-size: 17px;
	background-color: #fff;
  	color: #000;
}

@media screen and (max-width: 684px){
	
	/*merit*/
	#merit {
		text-align: center;
		width:100%;
		margin:0px auto 0;
		padding-top: 15VW;
		padding-bottom: 0;
	}
    #merit h2 {
        background-image:url("../img/title01e.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat;
        background-position:center top;
		padding-top:0;
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 20px;
    }
    #merit h2 + p {
		font-size:32px;
		margin-bottom:15VW;
    }
	#merit > ul{
		width:100%;
		background-color: #000;
	}
	#merit > ul > li{
		width:100%;
		overflow: hidden;
	}
	#merit > ul > li img{
		width:100%;
	}
	
	#merit > ul > li a,
	#merit > ul > li .merit_layer00,
	#merit > ul > li .merit_layer01,
	#merit > ul > li .merit_layer02{
		/*height:56VW;*/
		height:auto;
	}
	#merit > ul > li{
		width:100%;
		height:60VW;
	}
	#merit > ul > li .merit_layer02 p{
		height:2em;
		padding:16VW 0 12.5VW;
		background-size: 140px;
		font-size:28px;
	}
	#merit > ul > li .merit_layer02 p small{
		font-size:16px;
	}
	
	.merit_modal {
		background-color: #000;
	}
	.merit_modal h3{
		padding:0 2% 0VW;
	}
	.merit_modal p{
		padding:0 2% 4VW;
	}
	
}
@media screen and (min-width: 737px) {
#PC------------------------{}
    .merit_modal h3{
        font-size:24px;
    }
	
	#merit {
		width:100%;
		margin:0px auto 0;
		padding-top: 85px;
		padding-bottom: 0;
		text-align: center;
	}
    #merit h2 {
        background-repeat:no-repeat;
        background-position:center top;
		padding-top:0px;
		margin-top:0px;
		font-size:32px;
    }
    #merit h2 + p {
		font-size:42px;
		margin-bottom:85px;
    }
	#merit > ul > li a,
	#merit > ul > li .merit_layer00,
	#merit > ul > li .merit_layer01,
	#merit > ul > li .merit_layer02{
		height:31.1VW;
	}
	#merit > ul > li{
		float:left;
		width:50%;
		height:31.1VW;
	}
	#merit > ul > li .merit_layer02 p{
		height:2em;
		padding:14VW 0 5.5VW;
		background-size: 140px;
		font-size:28px;
	}
	#merit > ul > li .merit_layer02 p small{
		font-size:16px;
	}
	/*merit*/
}
	
	#merit > ul{
		width:100%;
		background-color: #000;
	}
	#merit > ul > li{
		overflow: hidden;
	}
	#merit > ul > li a{
		display: block;
        position:relative;
		float:left;
		width:100%;
	}
	#merit > ul > li .merit_layer00{
		width:100%;
        position:absolute;
        top:0px;
        left:0px;
		z-index:0;
	}
	#merit > ul > li .merit_layer01{
		width:100%;
        position:absolute;
        top:0px;
        left:0px;
		z-index:1;
	}
	#merit > ul > li .merit_layer02{
		width:100%;
        position:absolute;
        top:0px;
        left:0px;
		z-index:2;
	}
	#merit > ul > li .merit_layer02 p{
		height:2em;
        background:url(../img/merit_layer_btn.png) center bottom no-repeat;
        font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
		color:#fff;
        text-shadow: 
            black 2px 0px 2px, black -2px 0px 2px,
            black 0px -2px 2px, black -2px 0px 2px,
            black 2px 2px 2px, black -2px 2px 2px,
            black 2px -2px 2px, black -2px -2px 2px,
            black 1px 2px 2px, black -1px 2px 2px,
            black 1px -2px 2px, black -1px -2px 2px,
            black 2px 1px 2px, black -2px 1px 2px,
            black 2px -1px 2px, black -2px -1px 2px,
            black 1px 1px 2px, black -1px 1px 2px,
            black 1px -1px 2px, black -1px -1px 2px;
	}
/*メリット*/

/*discount*/
@media screen and (max-width: 684px){
	.mv .mv_title_sub {
    	margin-top: 30VW;
  	}
	.mv .mv_title2 {
		padding:2VW 0;
    }
	.mv .mv_btn {
    	top: 80VW;
  	}
}

@media screen and (min-width: 685px){
	.mv .mv_title2 {
        position: absolute;
        width: 696px;
        top: 20%;
        right: 0;
        left: 0;
		margin:auto;
        z-index: 1;
    }

	#showroom .exhibition .read {
        font-size: 14px;
        padding: 0px;
        margin-bottom: 10px;
  	}
}


#discount {
	text-align: center;
}
#sidebar ul li#sidebar01 {
    height: 195px;
  }

#builthouse #sidebar {
    height: 531px;
}
.discount_btn{
    width:100%;
    max-width:890px;
    margin:20px auto 0;
}
.discount_btn li {
    float:left;
    height:60px;
    margin:0 auto;
}
.discount_btn li:first-child {
    width:60%;
}
.discount_btn li:last-child {
    width:30%;
    margin-left:10%;
}
.discount_btn li a{
    display:block;
    width:100%;
    height:60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align:center;
    color:#FFF;
    font-size:20px;
    line-height:60px;
    text-decoration: none;
}
.discount_btn li:first-child a {
    background:url(../img/reader.png) right 10px center no-repeat;
    background-color: #e0331f;
}
.discount_btn li:last-child a {
    background:url(../img/reader.png) right 10px center no-repeat;
    background-color: #B91643;
}
.discount_btn li:first-child a:hover {
    background-color: #cb1601;
}
.discount_btn li:last-child a:hover {
    background-color: #cb1601;
}
	
.discount_btn .custom-close {
  padding-top: 0px;
}
	
@media screen and (max-width: 684px){
	#discount img {
 		max-width: 100%;
  		max-height: 650px;
	}
    .discount_btn{
        width:100%;
		max-width:890px;
        margin:20px auto 0;
    }
    .discount_btn li {
        width:100%!important;
    }
    .discount_btn li:last-child {
		margin-left:0%!important;
		margin-top:5VW;
    }
	#cboxContent {
  		background: none;
	}
	
	#cboxContent,
    #cboxTopLeft,
    #cboxTopRight,
    #cboxBottomLeft,
    #cboxBottomRight,
    #cboxMiddleLeft,
    #cboxMiddleRight,
    #cboxTopCenter,
    #cboxBottomCenter{ background:none;}
	#cboxClose {
      left: 0px;
      right: 0px;
		bottom: 5VW;
      margin: auto;
    }
	#cboxClose {
		bottom: -50VW;
    }
}
/*discount*/

/*スクロールイベントここから*/
.scroalevent img{
	transition: 1.5s;
  animation-delay: 0.9s;
}
.scroalevent div:not(#map) {
    transition: 0.9s;
}
/* 移動なしフェードイン */
.list-mv02 {
	opacity: 0;
}
.mv02{
	opacity: 1.0;
}
.list-mv02v {
	opacity: 0;
	transform: translate(0,20px); 
	-webkit-transform: translate(0,20px); 
}
.mv02v{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.list-mv02h {
  animation-delay: 0.8s;
	opacity: 0;
	transform: translate(-100px,0); 
	-webkit-transform: translate(-100px,0); 
}
.mv02h{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.list-mv02h2 {
	opacity: 0;
  animation-delay: 1.5s;
	transform: translate(-50px,0); 
	-webkit-transform: translate(-50px,0); 
}
.mv02h2{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
/*スクロールイベントここまで*/



.delay01 {
  animation-delay: 0.2s;
}
.delay02 {
  animation-delay: 0.4s;
}
.delay03 {
  animation-delay: 0.6s;
}
.delay04 {
  /*transition-delay: .9s!important;
  -webkit-transition-delay: .9s!important;*/
  animation-delay: 0.8s;
}
.delay05 {
  animation-delay: 1.0s;
}
.delay06 {
  animation-delay: 1.2s;
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUp0{
animation-name:fadeUpAnime0;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime0{
  from {
    opacity: 0;
  transform: translateY(0px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 右方向フェードイン */
.fadeLR{
animation-name:fadeLRAnime;
animation-duration:0.9s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLRAnime{
  from {
    opacity: 0;
  transform: translateX(-30px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 左方向フェードイン */
.fadeRL{
animation-name:fadeRLAnime;
animation-duration:0.9s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRLAnime{
  from {
    opacity: 0;
  transform: translateX(30px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.fadeUpTrigger{
    opacity: 0;
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(0px, 3px) rotateZ(0deg)}
    50% {transform: translate(0px, 0px) rotateZ(0deg)}
    75% {transform: translate(0px, 3px) rotateZ(0deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
@keyframes hurueru_v {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(3px, 0px) rotateZ(0deg)}
    50% {transform: translate(0px, 0px) rotateZ(0deg)}
    75% {transform: translate(3px, 0px) rotateZ(0deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}