/* ---------- CITY plus 徳島沖浜店のご案内 ---------- */

#cityplus #main {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#cityplus .top_image {
	width: 100%;
	height: 400px;
	background-image: url("images/plus_top.png");
	background-size: cover;
	background-position: center center;
	position: relative;
}

#cityplus .top_image h2 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	width: 100%;
	height: auto;
	padding: 2.2rem 6rem;
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-size: 3.6rem;
	letter-spacing: 0.1rem;
	text-align: center;
}

#cityplus .comment-box {
	width: 1200px;
	height: auto;
	text-align: center;
	margin: 4rem auto;
}

#cityplus .content {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#cityplus .content h3 {
	width: 100%;
	height: auto;
	font-size: 3rem;
	padding: 2rem 0;
	text-align: center;
	color: #e5001b;
	border-bottom: solid 1px #e5001b;
}

#cityplus .floor01 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 2rem;
	position: relative;
}

#cityplus .content-body h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10rem;
	height: 10rem;
	font-size: 7rem;
	color: #ffffff;
}

#cityplus .floor01 h4 {
	background-color: #e5001b;
}

#cityplus .floor01 h4::after {
	content: "";
	position: absolute;
	left: 0;
	top: 5rem;
	width: 100%;
	height: auto;
	border-top: dotted 4px #e5001b;
	z-index: -1;
}

#cityplus .content-body .floor-map {
	width: 100%;
	height: auto;
	text-align: center;
}

#cityplus .content-body .floor-map .floor-image-area {
	width: 1200px;
	height: auto;
	padding: 4rem 0;
	position: relative;
}

#cityplus .floor01 .floor-map span {
	position: absolute;
	display: block;
	width: auto;
	height: 5rem;
	text-align: center;
	border-radius: 2.5rem;
	background-color: #e5001b;
	color: #ffffff;
	font-weight: bold;
	line-height: 5rem;
	padding: 0 2rem;
}

#cityplus .floor01 .floor-map span.text01 {
	left: 40%;
	top: 10%;
}

#cityplus .floor01 .floor-map span.text01::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 20px 0px 0 20px;
	border-color: #e5001b transparent transparent transparent;
}


#cityplus .floor01 .floor-map span.text02 {
	left: 30%;
	bottom: 7%;
}

#cityplus .floor01 .floor-map span.text02::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	margin-top: -20px;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #e5001b transparent;
}

#cityplus .floor01 .floor-map span.text03 {
	right: 11%;
	bottom: 7%;
}

#cityplus .floor01 .floor-map span.text03::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	margin-top: -20px;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #e5001b transparent;
}

#cityplus .floor01 .floor-map .map-image01 {
	position: absolute;
	left: 68%;
	top: 20%;
}

#cityplus .floor01 .floor-map .map-image02 {
	position: absolute;
	right: 0;
	top: 30%;
}

#cityplus .space-box h5 {
	width: 100%;
	height: auto;
	font-size: 2.6rem;
	color: #e5001b;
	padding: 1rem;
	border-bottom: dotted 2px #e5001b;
}

#cityplus .floor01 .space-box .image-box {
	width: 100%;
	height: 380px;
	margin-top: 4rem;
	position: relative;
}

#cityplus .floor01 .image-box img {
	width: 40%;
	height: auto;
}

#cityplus .floor01 .image-box img.image01 {
	position: absolute;
	left: 0;
	top: 0;
}

#cityplus .floor01 .image-box img.image02 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 10%;
	z-index: 1;
}

#cityplus .floor01 .image-box img.image03 {
	position: absolute;
	right: 0;
	top: 0;
}

#cityplus .space-box .text-box {
	width: 70%;
	height: auto;
	padding: 2rem;
	margin: 2rem auto;
	border: dotted 2px #e5001b;
}

.sumitas-btn {
	width: max-content;
	padding: 1rem;
	margin: 2rem auto 1rem;
	background-color: #e5001b;
	border: 2px solid #e5001b;
	border-radius: 5px;
}

.sumitas-link {
	color: #ffffff !important;
	text-decoration: none;
}

.sumitas-btn:hover {
	background-color: #ffffff;
	transition: .3s;
}

.sumitas-btn:hover .sumitas-link {
	color: #e5001b !important;
}

#cityplus .floor02 .floor-mark {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#cityplus .floor02 h4 {
	background-color: #0068b7;
}

#cityplus .floor02 h4::after {
	content: "";
	position: absolute;
	left: 0;
	top: 5rem;
	width: 100%;
	height: auto;
	border-top: dotted 4px #0068b7;
	z-index: -1;
}

#cityplus .floor02 .floor-map {
	width: 1200px;
	height: auto;
	padding: 4rem 0;
	margin: 4rem auto;
}

#cityplus .floor02 .floor-map span {
	position: absolute;
	display: block;
	width: auto;
	height: 5rem;
	text-align: center;
	border-radius: 2.5rem;
	background-color: #0068b7;
	color: #ffffff;
	font-weight: bold;
	line-height: 5rem;
	padding: 0 2rem;
}

#cityplus .floor02 .floor-map span.text01 {
	right: 2%;
	top: 30%;
}

#cityplus .floor02 .floor-map span.text01::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 20px 0px 0 20px;
	border-color: #0068b7 transparent transparent transparent;
}

#cityplus .floor02 .floor-map span.text02 {
	left: 12%;
	bottom: 12%;
}

#cityplus .floor02 .floor-map span.text02::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	margin-top: -20px;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #0068b7 transparent;
}

#cityplus .floor02 .floor-map span.text03 {
	left: 57%;
	top: 5%;
}

#cityplus .floor02 .floor-map span.text03::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 20px 0px 0 20px;
	border-color: #0068b7 transparent transparent transparent;
}

#cityplus .floor02 .floor-map span.text04 {
	left: 55%;
	bottom: 12%;
}

#cityplus .floor02 .floor-map span.text04::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	margin-top: -20px;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #0068b7 transparent;
}

#cityplus .floor02 .floor-map .map-image01 {
	position: absolute;
	left: 45%;
	top: 12%;
}

#cityplus .floor02 .detail-box {
	width: 100%;
	height: auto;
	margin: 4rem auto;
	padding: 0;
	background-color: rgba(138, 207, 212, 0.2);
}

#cityplus .floor02 .image-area {
	width: 1200px;
	height: auto;
	overflow: hidden;
	padding: 4rem 0;
	margin: 0 auto;
}

#cityplus .floor02 .space-box {
	width: 30%;
	height: auto;
	overflow: hidden;
	margin: 0 1.6%;
	float: left;
	position: relative;
}

#cityplus .floor02 .space-box .image-box {
	width: 100%;
	height: auto;
}

#cityplus .floor02 .space-box .image-box img {
	width: 100%;
	height: auto;
}

#cityplus .floor02 .space-box .description {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 1rem;
	color: #ffffff;
	background-color: rgba(0, 104, 183, 0.7);
	font-weight: bold;
	text-align: center;
}


/* ---------- 画面サイズが767px以下の場合読み込む---------- */

@media screen and (max-width:767px) {


	#cityplus .top_image {
		height: 24rem;
	}

	#cityplus .top_image h2 {
		font-size: 2.8rem;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 2rem;
	}

	#cityplus .comment-box {
		width: 94%;
		margin: 2rem auto;
		text-align: left;
	}

	#cityplus .content-title {
		margin-top: 0;
	}

	#cityplus .content h3 {
		padding: : 1rem 0;
	}

	#cityplus .floor01 {
		width: 94%;
	}

	#cityplus .content-body h4 {
		width: 6rem;
		height: 6rem;
		font-size: 4rem;
	}

	#cityplus .floor01 h4::after {
		top: 3rem;
	}

	#cityplus .content-body .floor-map {
		width: 100%;
		overflow-x: scroll;
	}

	#cityplus .content-body #scrollbox,
	#cityplus .content-body #scrollbox2 {
		overflow: hidden;
	}

	#cityplus .floor01 .image-box img {
		width: 100%;
	}

	#cityplus .floor01 .space-box .image-box {
		height: auto;
	}

	#cityplus .floor01 .image-box img.image01,
	#cityplus .floor01 .image-box img.image02,
	#cityplus .floor01 .image-box img.image03 {
		position: static;
		margin-bottom: 2rem;
	}

	#cityplus .space-box .text-box {
		width: 100%;
	}

	#cityplus .floor02 {
		width: 94%;
		margin: 0 auto;
	}

	#cityplus .floor02 .floor-mark {
		width: 100%;
	}

	#cityplus .floor02 h4::after {
		top: 3rem;
	}

	#cityplus .floor02 .floor-map {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 2rem;
	}

	#cityplus .floor02 .image-area {
		width: 100%;
		padding: 0;
		padding-top: 2rem;
		margin-bottom: 2rem;
	}

	#cityplus .floor02 .space-box {
		width: 94%;
		margin: 0 auto;
		margin-bottom: 2rem;
		float: none;
	}




	/* ---------- スマホ用ここまで ---------- */
}