/* ヘッダー */

header h1,
header .header_logo {
	clear: both;
}
header .logo img {
	width: 300px;
}
header.hide_sp.is-animation h1,
header.hide_sp.is-animation .header_logo {
	clear: none;
}
header.hide_sp.is-animation .logo img {
    width: 200px;
    transition: all ease .4s;
}
header .main_menu li a, 
header .share_menu li a,
header .main_menu li span {
	padding: 0 18px;
}

header .button_biz {
    width: 110px;
    height: auto;
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e5e5e1;
    display: block;
    margin: 0 0 0 15px;
}
header .button_biz:hover {
  text-decoration: none;
}

/* モバイル用スタイル */
@media screen and (max-width: 768px) {
	h1,
	h2 {
		margin-top: 70px; 
	}
	header {
		padding-top: 5%;
	}
	header .logo img {
		margin: 0 auto;
	}
	header .logo img {
		width: 240px;
	}
	header .gnav_menu_bt {
    	z-index: 10;
	}
	header .gnav_menu_bt .bt_menu {
		width: 50%;
	}
}


main {
	padding-top: 145px;
}

.list_txt {
    font-size: 0.8rem;
    text-align: left;
    word-break: break-all;
}

#floor_guide_top_table td .arrow_link {
    left: 330px;
}

