/* シュールームサイト用  */
br.pc {
	display: inline;
}
br.sp {
	display: none;
}

body a, body p, body li, body h2, body h3, body h4 {
	transform: rotate(0.03deg);
}
.showroom.menu .Rgrid-contents {
	padding: 16px 16px 16px 0;
	margin-top: 24px;
}

.bread.add {
	margin-top: 97px !important;
}
.right {
	line-height: 1.714;
	padding-left: 16px !important;
}

.top-showroom {
    max-width: 1344px;
    width: 100%;
    margin: 0 auto;
}

.top-showroom {
    position: relative;
    width: 100%;
	/*padding-top: 65px;*/
}
.top-show-txt {
    position: absolute;
    top: 277px;
    left: 66px;
    z-index: 1;
}

.top-show-txt p {
	color: #000;
}

ul.showroom_menu {
	display: block;
	width:100%;
    max-width: 1344px;
	/*padding-left: 120px;
	padding-right: 120px;*/
	padding-left: 222px;
	padding-right: 222px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
    zoom: 1; /* float解除 for IE6/7  */
}
ul.showroom_menu:after, ul.showroom_menu:before {
    content: "";
    clear: both;
    display: block;
}
ul.showroom_menu li {
	/*width : 20%;*/
	width : 25%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;	
	padding-bottom: 8px;
	border-right: 1px solid #9E9E9E;
}
ul.showroom_menu li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 2px;
	text-align: center;
	color: #4F4F4F;
	font-size: 1.2em;
    transition: 0.5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
ul.showroom_menu li:last-child {
	border-right: 0px solid #9E9E9E;
}
ul.showroom_menu li a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    transition: 0.5s;
    opacity: 1;	
}

ul.footerMenu {
	display: none;
}


@media all and (min-width: 1344px) {


	

}
	
	
@media all and (max-width: 1087px) {
br.pc {
	display: inline;
}
br.sp {
	display: none;
}	
.showroom.menu .r-contents-sub {
    padding-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 0px
	}
.showroom.menu .Rgrid-contents {
	padding: 16px 16px 16px 0;
	margin-top: 24px;
}
	ul.showroom_menu {
		padding-left: 0px;
		padding-right: 0px;
	}
	ul.showroom_menu li a {
		font-size: 1.05em;
	}
	
	
}	
	
@media all and (max-width: 805px) {
	br.pc {
		display: none;
	}
	br.sp {
		display: inline;
	}
	ul.showroom_menu {
		padding-left: 0px;
		padding-right: 0px;
	}
	ul.showroom_menu li a {
		font-size: 1.05em;
	}
	

	
}


@media all and (max-width: 735px) {
	br.pc {
		display: none;
	}
	br.sp {
		display: inline;
	}	
footer {
	padding-bottom: 120px !important;
}
	
    .showroom img {
        height: auto;
        object-fit: contain;
    }

    .showroom {
        position: relative;
        width: 100%;
        height: auto;
    }
    .showroom.conbertible img {
        object-position: 66% 0%;
    }
	
    .top-show-txt {
        position: absolute;
        top: 96px;
        left: 16px;
        z-index: 1;
    }	
	
	.showroom.menu {
		display: none;
	}
	
/**** foote menu ****/	
ul.footerMenu {
	display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: .3s;
	z-index: 10000;
    zoom: 1; /* float解除 for IE6/7  */
}
ul.footerMenu:after, ul.footerMenu:before {
    content: "";
    clear: both;
    display: block;
}
ul.footerMenu li {
	list-style: none !important;	
	text-align: center;
}
ul.footerMenu li a {
	color: #FFFFFF;
	display: block;
	background-color: #333333;
	margin: 0px;
}
ul.footerMenu li a img {
	width: 100%;
	height: auto;
}
/*ul.footerMenu li:first-child {
	width: 20%;
	float: left;
}
ul.footerMenu li:first-child a {
	width: 99%;
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
	ul.footerMenu li br {
		display: none;
	}
ul.footerMenu li:nth-child(n+2) {
	width: 20%;
	float: left;
}
ul.footerMenu li:nth-child(2), ul.footerMenu li:nth-child(3) {
	border-bottom: 1px solid #ffffff;
}
ul.footerMenu li:nth-child(n+2) a {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right: 1px solid #FFFFFF;
}*/

}


@media all and (max-width: 640px) {

/**** foote menu ****/	
ul.footerMenu {
	display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: .3s;
	z-index: 10000;
	background-color: #ffffff;
    zoom: 1; /* float解除 for IE6/7  */
}
ul.footerMenu:after, ul.footerMenu:before {
    content: "";
    clear: both;
    display: block;
}
ul.footerMenu li {
	list-style: none !important;	
	text-align: center;
}
ul.footerMenu li a {
	color: #FFFFFF;
	display: block;
	background-color: #333333;
	margin: 0px;
}
ul.footerMenu li a img {
	width: 100%;
	height: auto;
}
/*ul.footerMenu li:first-child {
	width: 20%;
	float: left;
}
ul.footerMenu li:first-child a {
	width: 99%;
	font-size: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
}
	ul.footerMenu li br {
		display: inline;
	}
ul.footerMenu li:nth-child(n+2) {
	width: 40%;
	float: left;
}
ul.footerMenu li:nth-child(2), ul.footerMenu li:nth-child(3) {
	border-bottom: 1px solid #ffffff;
}
ul.footerMenu li:nth-child(n+2) a {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right: 1px solid #FFFFFF;
}*/
	ul.footerMenu li br {
		display: inline;
	}
	ul.footerMenu li {
		width: 50%;
		float: left;
	}
	ul.footerMenu li a {
		width: 100%;
		padding-top: 8px;
		padding-bottom: 8px;
		border-right: 1px solid #FFFFFF;
	}
	ul.footerMenu li:nth-child(2), ul.footerMenu li:nth-child(3) {
		border-bottom: 1px solid #ffffff;
	}
}



section a:hover img{
	opacity:0.66;
	filter: alpha(opacity=66);
}


.float_clear {
	clear: both;
	height: 0px;
	width: 0px;
	visibility: hidden;
}

.clearfix:after { /*floatの解除、ここがポイント*/
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;
}
.clearfix {
	    display: inline-table;
}
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 


/*    フッターの margin-topを無し   */
#footer-nav {
	margin-top: 0px !important;
}



#syowroom_wrapper {
	width:100%;
	padding-top: 70px;
	color: 333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#syowroom_wrapper a {
	text-decoration: none;
	color: 333333;
}



section.p_top {
	margin-top: 0px;	
}
section.p_top #floor_s {
	padding: 0px;
	width: 100%;
	height: auto;
	height: 150px;
	background-color: #000000;
	background-image: url(../img/common/p_header1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
section.p_top h1#ptop {
	display: block;
	width: 99%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	font-size: 28px;
	color: #FFFFFF;
	padding-top: 50px;
	padding-left: 1%;
}

section.p_top #sh_Gmenu {
	background-color: #E9E9E9;
	text-align: center;
}
section.p_top #sh_Gmenu ul { 
	display: block;
	width: 80%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
section.p_top #sh_Gmenu ul {
    zoom: 1; /* float解除 for IE6/7  */
}
section.p_top #sh_Gmenu ul::after, section.p_top #sh_Gmenu ul::before {
    content: "";
    clear: both;
    display: block;
}
section.p_top #sh_Gmenu ul li a {
	float: left;
	text-align: center;
	width: 20%;
	color: #333333;
	line-height: 2.4em;
	border-right: 1px solid #C0C0C0;
}
section.p_top #sh_Gmenu ul li:last-child a {
	border-right: none;	
}
section.p_top #sh_Gmenu ul li a:hover {
	color: #888888;	
}


#floor_navBox {
	padding-top:20px;	
	width: 100%;
	margin-bottom: 50px;
}





#breadcrumbs li.first {
    padding-left: 0;
    background-image: none !important;
}

/* TOPページ  */
section.p_top #floor_top_s {
	padding: 0px;
	width: 100%;
	height: auto;
	height: 600px;
	position: relative;
	background-color: #FFFFFF;
/*	background-image: url(../img/top/top_img1.jpg);
	background-repeat: no-repeat;
	background-size: cover;*/
}
#floor_top_sh1 {
	width: 15%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	right: 0;
}
#floor_top_sh1 h1#top {
	width: 100%;
	padding-top: 8%;
	padding-right: 8%;
	display: block;
	text-align: center;
}
#floor_top_sh1 h1#top img {
width: 100%;
height: auto;
}

#floor_topNews {
	width: 100%;
	position: absolute;
	bottom: 0px;
	display: block;
	max-width: 1900px;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #FFFFFF;
	background-color: rgba(46,46,46,0.85)
}

#floor_topNews p.newsTitle {
width: 56%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D5D5D5;
}

#floor_topNews ul {
width: 50%;
	margin-left: auto;
	margin-right: auto;
}

#floor_topNews ul li {
	font-size: 12px;
	line-height: 1.8em;
	display: table;
	width: 100%;
}
#floor_topNews ul li {
    zoom: 1; /* float解除 for IE6/7  */
}
#floor_topNews ul li::after, #floor_topNews ul li::before {
    content: "";
    clear: both;
    display: block;
}

#floor_topNews ul li span.date {
display: table-cell;
width: 15%;
font-size: 14px;
font-weight: bold;
max-width: 100px;
min-width: 100px;
}

#floor_topNews ul li span.text {
display: table-cell;
font-size: 16px;
}
#floor_topNews ul li span.text a {
	color: #FFFFFF;
}

.topClink {
	position: absolute;
	display: inline-block;
	right: 0%;
	top: 0%;
	padding: 15px 30px 15px;
	z-index: 10;
	background-color: #203864;
	
}
.topClink p {
	margin: 0px !important;
}
.topClink p a {
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 1.2em;
	color: #ffffff;
}
.topClink p a:hover {
	color: #AAAAAA;
}

.topClink input[type="button"] {
	border-radius: 50%;
	background-color: #203864;
	border: none;
	color: #ffffff;
	width: 20px;
	height: 20px;
	margin-left: 105%;
	text-align: center;
	font-weight: bold;
	padding: 0px;
}


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

/*.topClink p a {
	font-size: 1.8em !important;
	letter-spacing: 1px;
	line-height: 1.2em;
	color: #FFFFFF;
}*/
}



h2#f_top {
	text-align: center;
	font-size: 20px;
	line-height: 1.8em;
	margin-bottom: 50px;
	color: #5C5C5C;
}

#floorImg_warp {
	width: 100%;
	background-color: #000000;	
}
#floorImg_Box {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}

#f_topMovie_Main {
	width: 100%;
	color: #FFFFFF;	
}
#f_topMovie_Main a {
	color: #FFFFFF;
}


#f_topMovie_Main h2 {
	font-size: 36px !important;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: center;
}
#f_topMovie_Main p {
	text-align: center;
	letter-spacing: 5px;
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 0px;
}

#f_topMovie_Main ul {
	width: 100%;
}

#f_topMovie_Main ul {
    zoom: 1; /* float解除 for IE6/7  */
}
#f_topMovie_Main ul::after, #f_topMovie_Main ul::before {
    content: "";
    clear: both;
    display: block;
}

#f_topMovie_Main ul li {
	width: 22%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
}

#f_topMovie_Main ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	border: 1px solid #AAAAAA;
}

#f_topMovie_Main .inline p {
	text-align: center;
	letter-spacing: 0px;
	font-size: 12px;
}




#f_topMovie_warp {
	width: 100%;
	background-color: #000000;	
}
#f_topMovie_Box {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}




#f_topMap_warp {
	width: 100%;
}
#f_topMap_Box {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}

#f_topMap_Main h2 {
	font-size: 24px;
	letter-spacing: 5px;
	text-align: center;
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-bottom: 1px solid #444444;
}

#f_topMap_Main ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#f_topMap_Main ul {
    zoom: 1; /* float解除 for IE6/7  */
}
#f_topMap_Main ul::after, #f_topMap_Main ul::before {
    content: "";
    clear: both;
    display: block;
}

#f_topMap_Main li {
	display: block;
	width: 42%;
	margin-left: 4%;
	margin-right: 4%;
	float: left;
}

#f_topMap_Main li h3 {
	text-align: center;
	display: block;
	width: 50%;
	background-color: #606060;
	color: #FFFFFF;
	font-size: 18px !important;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 25px;
}

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

.f_topMap_img#f4 {
	padding-top: 12.8%;
	padding-bottom: 12.8%;
}



#f_topPu_warp {
	width: 100%;
}
#f_topPu_Box {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}

#f_topPu_Main h3 {
	font-size: 20px;
	letter-spacing: 5px;
	text-align: center;
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-bottom: 1px solid #444444;
}


#f_topPu_Main ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#f_topPu_Main ul {
    zoom: 1; /* float解除 for IE6/7  */
}
#f_topPu_Main ul::after, #f_topPu_Main ul::before {
    content: "";
    clear: both;
    display: block;
}

#f_topPu_Main li {
	display: block;
	width: 28%;
	margin-left: 2.3%;
	margin-right: 2.3%;
	float: left;
}


#f_topPu_Main li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

#f_topPu_Main li h4 {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}

#f_topPu_Main li p {
	font-size: 12px !important;
	padding: 0px;
	margin: 0px;
}



section.f_topAp {
	padding-bottom: 0px !important;
}

#f_topAp_warp {
	width: 100%;
	height: 300px !important;
	height: auto;
	padding: 0px;
	background-color: #000000;
	background-image: url(../img/top/Ap_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -80px;
}
#f_topAp_Box {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}

#f_topAp_Main {
	color: #FFFFFF;	
}
#f_topAp_Main h3 {
	font-size: 24px;
	letter-spacing: 5px;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	width: 40%;
	padding-left: 10%;
	padding-right: 10%;
	border-bottom: 1px solid #FFFFFF;
}
	
#f_topAp_Main p {
	letter-spacing: 8px;
	font-size: 16px;	
	text-align: center;
	margin-bottom: 50px;
}

.f_topAp_Link a {
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFFFFF;
	background-color: #454545;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
}
.f_topAp_Link a:hover {
	background-color: #AAAAAA;
}







/*  フロアマップ  */

h2.h2floormap {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:45px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0px;
	padding-right:0px;
	background-color:#FBEAEA;
	font-size:24px !important;
}

h3.h3floormap {
	text-align:center !important;
	font-size:18px !important;
	line-height:1.6em;
	margin-bottom:40px;
}


.floormap_box {
	width:1180px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
}



.boxMap{
	width:100%;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 15px;
}

.imgMap {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}



area{
	display: block;
	cursor: pointer;
	outline: none;
}
#areaGuide, #areaGuide2 {
	width: 870px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

#areaGuide li, #areaGuide2 li {
	float: left;
	display: block;
	padding: 0 0 9px 9px;
	font-size: 128%;
}
#areaGuide li img:hover,
#areaGuide2 li img:hover,
#areaGuide li.active img,
#areaGuide2 li.active img {
	cursor: pointer;
}
.subImgMap {
	display: none;
}
.nonborder {
	border:none;
	outline:none;
}





/*  各フロア紹介  */






h1#floor_h1 {
	font-size: 32px;
	width: 40% !important;
	display: block;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #BBBBBB;
	line-height: 1.0em;
	padding-bottom: 3px;
	color:#444444;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
}

.floor_h2Box {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;	
}
.floor_h2Box {
    zoom: 1; /* float解除 for IE6/7  */
}
.floor_h2Box::after, .floor_h2Box::before {
    content: "";
    clear: both;
    display: block;
}

.floor_h2Box.fmapTop {
	margin-top: 50px;
}

.floor_h2_svg {
	width: 15%;
	max-width: 140px;
	float: left;
}
.floor_h2_svg svg {
	width: 100%;
	height: auto;
}

.floor_h2 {
	float: right;
	width: 80%;
}
#floor_h2Main {
	width: 100%;
	float: right;
}
#floor_h2Main {
    zoom: 1; /* float解除 for IE6/7  */
}
#floor_h2Main::after, #floor_h2Main::before {
    content: "";
    clear: both;
    display: block;
}

#floor_h2Main h2 {
	float: left;
	font-size:22px !important;	
	text-align:left!important;
	padding-left: 0px;
}

#floor_h2Main h2 span {
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	width: 26px;
	padding-top: 1px;
	line-height: 1.6em;
}

#floor_h2Map a {
	float: left;
	display: block;
	width: 90px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FF004F;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 5px;
}
#floor_h2Map a:hover {
	background-color: #FF6494;	
}

.floor_h2 p {
	font-size:16px !important;
	line-height:1.8em;	
	margin-top: 0px;
}

.f_mapImg {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 30px;
}

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





#floorLink_warp {
	width: 100%;	
}
#floorLink_Box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}



/*  フロアマップTOP用   */
ul#link_tab {
width: 100%;
display: block;
margin-bottom: 20px;
}
#link_tab li {
	display: inline-block;
	width: 49.5%;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 0px;
	font-size: 24px;
	cursor: pointer;
	color: #444444;
	letter-spacing: 3px;
	border-bottom: 1px solid #989898;
	;
}
#link_tab li a {
display: block;
}

#link_tab li {
	float: left;
}
#link_tab li.t4f {
	float: right;
}
#link_tab li.select {
	font-weight: bold;
	color: #444444;
	border-top: 1px solid #989898;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
	border-bottom: 0px solid #989898 !important;
}
/*  ↑フロアマップTOP用   */


ul#main_tab {
width: 100%;
display: block;
margin-bottom: 20px;
}

#main_tab li {
	display: inline-block;
	width: 49.5%;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 0px;
	font-size: 24px;
	cursor: pointer;
	color: #444444;
	letter-spacing: 3px;
	border-bottom: 1px solid #989898;
	;
}
.tab li {
display:inline;
	float: left;
}
.tab li.t4f {
	float: right;
}
.tab li.select {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	border-top: 1px solid #989898;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
	border-bottom: 0px solid #989898 !important;
}


.floorLink_Main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


.floorLink_Main ul {
	width: 100%;
	padding-top: 10px;
}

.floorLink_Main ul {
    zoom: 1; /* float解除 for IE6/7  */
}
.floorLink_Main ul::after, .floorLink_Main ul::before {
    content: "";
    clear: both;
    display: block;
}

.floorLink_Main ul li a {
	display: block;
	width: 22%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 15px;
	float: left;
	text-align: left;
	font-size: 11px;
	color: #555555;
}

.floorLink_Main ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.floorLink_Main ul li a:hover {
	color: #888888;	
}
.floorLink_Main ul li a:hover img {
	opacity:0.66;
	filter: alpha(opacity=66);
}

#floorLink_Box li span {
	display: inline-block;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	width: 18px;
	padding-top: 1px;
	line-height: 1.6em;
}
#floorLink_Box li span.f2bc1, #floor_h2Main h2 span.f2bc1 {
	background-color: #91b95a;
}
#floorLink_Box li span.f2bc2, #floor_h2Main h2 span.f2bc2 {
	background-color: #467dd2;
}
#floorLink_Box li span.f2bc3, #floor_h2Main h2 span.f2bc3 {
	background-color: #963232;
}
#floorLink_Box li span.f2bc4, #floor_h2Main h2 span.f2bc4 {
	background-color: #5a7d64;
}
#floorLink_Box li span.f2bc5, #floor_h2Main h2 span.f2bc5 {
	background-color: #648cb4;
}
#floorLink_Box li span.f2bc6, #floor_h2Main h2 span.f2bc6 {
	background-color: #b4be32;
}
#floorLink_Box li span.f2bc7, #floor_h2Main h2 span.f2bc7 {
	background-color: #1e8778;
}
#floorLink_Box li span.f2bc8, #floor_h2Main h2 span.f2bc8 {
	background-color: #ff8237;
}
#floorLink_Box li span.f2bc9, #floor_h2Main h2 span.f2bc9 {
	background-color: #aaa0be;
}
#floorLink_Box li span.f2bc10, #floor_h2Main h2 span.f2bc10 {
	background-color: #d7b446;
}
#floorLink_Box li span.f2bc11, #floor_h2Main h2 span.f2bc11 {
	background-color: #c382a0;
}
#floorLink_Box li span.f2bc12, #floor_h2Main h2 span.f2bc12 {
	background-color: #fa7887;
}
#floorLink_Box li span.f2bc13, #floor_h2Main h2 span.f2bc13 {
	background-color: #b46b37;
}
#floorLink_Box li span.f2bc14, #floor_h2Main h2 span.f2bc14 {
	background-color: #5ac3e1;
}
#floorLink_Box li span.f2bc15, #floor_h2Main h2 span.f2bc15 {
	background-color: #ce1515;
}
#floorLink_Box li span.f2bc16, #floor_h2Main h2 span.f2bc16 {
	background-color: #8cbe8c;
}
#floorLink_Box li span.f2bc17, #floor_h2Main h2 span.f2bc17 {
	background-color: #e27d67;
}
#floorLink_Box li span.f2bc18, #floor_h2Main h2 span.f2bc18 {
	background-color: #ffa546;
}
#floorLink_Box li span.f2bc19, #floor_h2Main h2 span.f2bc19 {
	background-color: #ffd21e;
}
#floorLink_Box li span.f2bc20, #floor_h2Main h2 span.f2bc20 {
	background-color: #b4bed7;
}

#floorLink_Box li span.f4bc1, #floor_h2Main h2 span.f4bc1 {
	background-color: #9c72ab;
}
#floorLink_Box li span.f4bc2, #floor_h2Main h2 span.f4bc2 {
	background-color: #bf9c46;
}
#floorLink_Box li span.f4bc3, #floor_h2Main h2 span.f4bc3 {
	background-color: #adab45;
}
#floorLink_Box li span.f4bc4, #floor_h2Main h2 span.f4bc4 {
	background-color: #9cb97b;
}
#floorLink_Box li span.f4bc5, #floor_h2Main h2 span.f4bc5 {
	background-color: #ffa546;
}
#floorLink_Box li span.f4bc6, #floor_h2Main h2 span.f4bc6 {
	background-color: #a7add1;
}






section.floorAccess {
	padding: 0px !important;	
}

#floorAccess_warp {
	width: 100%;
	background-color: #E8E8E8;
}
#floorAccess_Box {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}

#floorAccess_Box {
    zoom: 1; /* float解除 for IE6/7  */
}
#floorAccess_Box::after, #floorAccess_Box::before {
    content: "";
    clear: both;
    display: block;
}

#floorAccess_address {
	width: 33%;
	float: left;
	padding-top: 20px;
}
#floorAccess_address h3 {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-bottom: 1px solid #555555;
}

#floorAccess_address p {
	padding-left: 10px;
	padding-right: 10px;
}
#floorAccess_address p#f_addr {
	font-size: 16px;
}
#floorAccess_address p#f_tel {
	font-size: 24px;
	font-weight: bold;
}
#floorAccess_address p#f_tel span {
	font-size: 18px;	
}
#floorAccess_address p#f_time {
	font-size: 14px;	
	margin-top: 25px;
}
#floorAccess_address p.f_link {
	font-size: 14px;	
	margin-top: 20px;
}
#floorAccess_map {
	width: 62%;
	float: right;
}






















.floor_main {
	width: 1180px;
	min-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
.floor_box {
	width: 100%;
}
.floor_link {
	width:7%;
	float:right;
}

.anchor {
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.anchor2 {
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 0px;
}

/*#floor2f_1 {
	background-color:#6cad47;
}
#floor2f_2 {
	background-color:#ac4b8e;
}
#floor2f_3_1 {
	background-color:#174637;
}
#floor2f_3_2 {
	background-color:#174637;
}
#floor2f_4 {
	background-color:#3b5ea1;
}
#floor2f_5 {
	background-color:#8f9936;
}
#floor2f_6 {
	background-color:#9d454e;
}
#floor2f_7 {
	background-color:#465389;
}
#floor2f_8 {
	background-color:#a5822c;
}
#floor2f_9 {
	background-color:#897eb3;
}
#floor2f_10 {
	background-color:#c93e57;
}
#floor2f_11 {
	background-color:#c93e22;
}
#floor2f_12 {
	background-color:#6bb6bb;
}
#floor2f_13 {
	background-color:#1e6940;
}
#floor2f_14 {
	background-color:#e7b616;
}
#floor2f_15 {
	background-color:#89a5af;
}


#floor4f_1 {
	background-color:#704894;
}
#floor4f_2 {
	background-color:#777bb7;
}
#floor4f_3 {
	background-color:#896e32;
}
#floor4f_4 {
	background-color:#35519e;
}
#floor4f_5 {
	background-color:#6e9a40;
}
#floor4f_6 {
	background-color:#dd962d;
}*/

.floor_pagetop {
	margin-left:960px;
}



#floor_link_wrapper {
	width: 100%;
	background-image: url(../img/floormap/black60.png);
	background-repeat: repeat;
	background-position: left top;
	position: fixed;
	bottom: 0;
	padding-top:10px;
	padding-bottom:10px;
}
#floor_linkbox {
	width:1180px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#floor_linkbox_4f {
	width:490px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.floor_link {
	width:65px;
	margin-left:2px;
	margin-right:2px;
	float:left;
}
.floor_link a {
	width:65px;
	height:65px;
	background-color:#FFFFFF;
	display:block;
}

#footer_bottom {
	height:85px;
}







.floor_top {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.floor_namebox {
	float: left;
	width: 67%;	
}
h3.floor_name {
	width:100%;
	text-align: left !important;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom:20px;
	padding-left:20px;
}
.floor_back {
	width:200px;
	margin-left:10px;
}
.floor_back a {
	width: 200px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF !important;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}
.floor_back a:hover {
	color: #DDDDDD !important;
	border: 1px solid #DDDDDD;
}

.floor_map {
	float:right;
	width:30%;
}
.floor_map img {
	width:100%;
	height:auto;
}
p.floor {
	display:block;
	padding-top:15px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
}
#contents > section:nth-of-type(1)#floor2f_1, #contents > section:nth-of-type(1)#floor4f_1 {
	margin-top:0px !important;
}

/* PLUS DESIGN  */

h1#h1plusdesign {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	border-bottom-style: none;
	padding-left:0px;
	padding-right:0px;
}


h2#h2plusdesign {
	text-align:center;
	font-size:36px !important;
}
h2#h2plusdesign span {
	position:relative;
	display:inline-block;
}

h2#h2plusdesign span sup {
	font-size:10px;
	position:absolute;
	display:inline-block;
	width:30px;
	left:0px;
	top:5px;
}

h3#h3plusdesign {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 30px;
	border-bottom-style: none;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 28px !important;
	letter-spacing: 5px;
}
h4#h4plusdesign {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 60px;
	border-bottom-style: none;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px !important;
	letter-spacing: 5px;
}


#plusdesign_main {
	width:1180px;
	margin-left:auto;
	margin-right:auto;
}

.plusdesign_box {
	width: 500px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 70px;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
}
h5.h5plusdesign {
	padding-top:5px;
	color:#FFFFFF;
	width:500px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:0px;
	font-size:18px;
}

.plusdesign_box p.copy {
	margin-top:0px !important;
	margin-bottom:12px;
}
.plusdesign_box p.text {
	margin-top: 0px !important;
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
	color: #DCDCDC;
}

.to_floor {
	width:272px;
	margin-left:auto;
	margin-right:auto;
}
.to_floor a {
	width: 260px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF !important;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	background-color:#454545;
}
.to_floor a:hover {
	color: #DDDDDD !important;
	background-color: #828282;
}


#faq_main {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}


#plusdesign_linkbox{
	width:100%;
	padding-top:40px;
	margin-bottom:40px;
}
#plusdesign_linkbox ul {
	width:1060px;
	margin-right:auto;
	margin-left:auto;
}
#plusdesign_linkbox li {
	width:300px;
	float:left;
	margin-left:25px;
	margin-right:25px;
}

#plusdesign_linkbox li a {
	width: 300px;
	font-size:18px;
	text-align: center;
	display: block;
	background-color: #111111;
	color: #FFFFFF;
	border: 1px solid #CC0033;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 8px;
	background-image: url(../img/top_icon1.png);
	background-repeat: no-repeat;
}
#plusdesign_linkbox li a:hover {
	background-color:#444444;
}

#plusdesign_linkbox li.yoyaku a {
	background-position: 25px 19px;
}
#plusdesign_linkbox li.map a {
	background-position: 70px 19px;
}
#plusdesign_linkbox li.top a {
	background-position: 25px 19px;
}


#page_linkbox {
	width:100%;
	padding-top:40px;
	margin-bottom:40px;
}
#page_linkbox ul {
	width:1060px;
	margin-right:auto;
	margin-left:auto;
}
#page_linkbox li {
	width:300px;
	float:left;
	margin-left:25px;
	margin-right:25px;
}

#page_linkbox li a {
	width: 289px;
	font-size:18px;
	text-align: center;
	display: block;
	background-color: #fff6f9;
	color: #444444;
	border: 1px solid #CC0033;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	background-image: url(../img/top_icon1.png);
	background-repeat: no-repeat;
}
#page_linkbox li a:hover {
	background-color: #FFFFFF;
}

#page_linkbox li.yoyaku a {
	background-position: 20px 22px;
}
#page_linkbox li.cat a {
	background-position: 65px 22px;
}
#page_linkbox li.top a {
	background-position: 20px 22px;
}
#page_linkbox li.map a {
	background-position: 65px 22px;
}
#page_linkbox li.to_f a {
	background-position: 100px 22px;
}




#page_linkbox2 {
	width:100%;
	padding-top:0px;
	margin-bottom:40px;
}
#page_linkbox2 ul {
	width:705px;
	margin-right:auto;
	margin-left:auto;
}
#page_linkbox2 li {
	width:300px;
	float:left;
	margin-left:25px;
	margin-right:25px;
}

#page_linkbox2 li a {
	width: 300px;
	font-size:16px;
	text-align: center;
	display: block;
	background-color: #CC0033;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 6px;
	border-radius: 8px;
}
#page_linkbox2 li a:hover {
	background-color: #FDA8BD;
}



/***********************************************************************/

.bread-crumb-wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.ftr-top {
	margin-top: 0px !important;
}

/*#contents.fullwidth h2, #contents.fullwidth h3 { text-align: center; }
#contents.fullwidth h2 { font-size: 3.2rem;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
}
*/
