@charset "utf-8";
.com_mv {	/* main visual */
	background: url('/assets/images/about/kv_about.jpg') no-repeat top center;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

section {
	width: 100%;
}

.ttl_top_com { padding-top:70px; }
.ttl_top_com:before {
	content: '';
	position: absolute;
	width: 77px;
	height: 60px;
	background: url('/assets/images/common/icon_about.svg') no-repeat top center;
	background-size: contain;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*overview*/
.mod_table_div1 > .row > .heading{
	width: 30%;
	max-width: 250px;
}

.mod_table_div1 > .row > .text{
	width: 70%;
	max-width: 730px;
}

.mod_table_div1 .scroll-wrap {
	overflow-x: auto;
	margin-bottom: var(--main-gap);
}

#overview .scroll-wrap {
	overflow-x: auto;
	margin-bottom: var(--main-gap);
}

/*right*/
#right ol.mod_ol.custom > li:before{
	top: 5px;
}

/* floor map table */
.ctn_floor_map {
	max-width: 788px;
    width: 80.081%;
    margin: 50px auto 20px;
}
.ctn_floor_map table {
	width: 100%;
	border: none;
}
.ctn_floor_map table td {
	background: var(--main-color);
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: var(--white-color);
	padding: 22px 20px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
.ctn_floor_map table td.col_01 {
	width: 10.152%;
	max-width: 80px;
	font-size: 20px;
}
.ctn_floor_map table td.col_01.bg_none {
	background: none;
}
.ctn_floor_map td.col_01.custom_line{
	line-height: 1.4;
}
.ctn_floor_map table td.col_02 {
	width: 33.629%;
	max-width: 265px;
	background-color: var(--soft-green);
	color: var(--dark-grey);
}
.ctn_floor_map table td.col_02.col_header {
	background-color: var(--main-color);
	color: var(--white-color);
}
#floor_map .mod_hanging li {
	margin-bottom: 0;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	/* floor map table */
	.ctn_floor_map {
		margin: 0.50rem auto 0.20rem;
	}
	.ctn_floor_map table td {
		font-size: 0.16rem;
		padding: 0.22rem 0.20rem 0.18rem;
	}
	.ctn_floor_map table td.col_01 {
		font-size: 0.20rem;
	}
}

/* SP */
@media only screen and (max-width: 767px) {
	.ttl_top_com { padding-top: 1.2rem; margin-bottom: .6rem;}
	/* floor map table */
	.ctn_floor_map {
		width: 6.55rem;
		margin: 0.50rem auto 0.20rem;
	}
	.ctn_floor_map table td {
		font-size: 0.16rem;
		padding: 0.22rem 0.20rem 0.18rem;
	}
	.ctn_floor_map table td.col_01 {
		width: 0.80rem;
		font-size: 0.20rem;
	}
	.ctn_floor_map table td.col_02 {
		width: 2.65rem;
	}
	#floor_map .mod_hanging li {
        font-size: 0.20rem;
    }
}