@charset "utf-8";

.infobox {
	display: flex;
	margin: 20px 0px;
	padding-top: 20px;
	padding-bottom: 40px;
	border-bottom: solid 10px #eee;
	align-items: center;
}
.image {
	border: thin solid #C0C0C0;
	padding: 3px;
	width: 250px;
	margin-right: 25px;
}
.image img {
	width: 250px;
}
.text {
	font-size: 1.8rem;
	line-height: 1.8rem;
}
.text p {
  padding: 0 !important;
}
.infobox a {
	color: #990033;
	display: block;
	font-size: 1.8rem;
	margin-top: 1.8rem;
}

.infobox a:hover {
	text-decoration: underline;
}

#other_item {
	padding: 10px 10px 10px 40px;
	border: 2px solid #808080;
	background-color:rgba(205,205,205,0.1);
}

.other {
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1.8rem;
	font-size: 1.8rem;
	color: #000000;
	display: block;
}

span.other_item {
	display: block;
	font-family: "UD新ゴ コンデンス90 M";
	margin: 1rem 0;
}

.other a {
	font-family: "UD新ゴ コンデンス90 M";
	color: #3399FF;
	font-size: 1.8rem;
	text-decoration: underline;
	font-weight: normal;
}

.floorguide a {
	color: #3399FF;
	font-size: 1.8rem;
	text-decoration: underline;
	padding-left: 20px;
}


/* ■スマホ用CSS
--------------------------------------------------------------*/

/*スマホ用要素PC非表示*/
# {
	display: none;
}

/*スマホ用表示*/
@media screen and (max-width: 750px) {
.catch {
	font-size: medium;
	line-height: 1.25em;
	margin: 1em auto;
	padding-left: 0.5em;
}

.infobox {
	display: flex;
	flex-direction: column;
}
.image {
	clear: left;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	margin: 0 auto;
	text-align: center;
	border: none;
}
.image img {
	width: 100%;
}
.text {
	width: 100%;
	margin-top: 0.5rem;
}

.infobox p {
	clear: left;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	text-align: left;
	line-height: 150%;
	font-size: small;
	margin: 0 0 2em 0;
	padding: 0 1em;
}
.infobox a{
	font-size: small;
}

#other_item {
	width: 100%;
	box-sizing: border-box;
	margin: 0px 0px 10px 0;
	padding: 1em;
}

.other {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0;
	line-height: 2em;
	font-size: small;
}
.other p {
	font-size: small;
}

.other a {
	text-decoration: underline;
	font-weight: normal;
	color: #3399FF;
	font-size: 14px;
}

.floorguide a {
	font-size: small;
	padding-left: 0;
}

}