@charset "utf-8";

/* 20251201_AMSL_FOOTER_ADD + 202502_AKA_ISLAN_HOTEL_ADD */

.section_top_amsl {
	height: 3em;
	background-color: #ffffff;
}
.section_bottom_amsl {
	padding: 3em 0em 1em 0em;
	background-color: #ffffff;
}

.section.amsl {
	padding: 1.5em 1.5em;
	border-top: solid 10px #705f57;
	border-bottom: solid 10px #705f57;
	background-color: #eeeae8;
}
.inner.amsl {
	width: 97%;
	max-width: unset;
}
.amsl_div_height{
	height: 2em;
}
.amsl_title{
	padding-left: 1.4em;
	color: #705f57;
	background: transparent;
	border-left: solid 15px #705f57;
	text-align: left;
	font-weight: normal !important;
	/* PCのみ */
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 50px;
}
.amsl_link{
	margin-top: 5px;
	padding-left: 1em !important;
	padding-right: 1em !important;
	/* PCのみ */
	display: inline-block;
}
.amsl_pc_none{
	display: block;
}
.boxx_amsl {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.boxx_amsl>.boxx_amsl-img,
.boxx_amsl>.boxx_amsl-text {
	display: block;
	padding: 0;
	text-align: left;
	/* PCのみ */
	font-size: 14px;
	line-height: 1.8em;
	color: #705f57;
}
.boxx_amsl>.boxx_amsl-img{
	width: 350px;
}
.boxx_amsl>.boxx_amsl-text {
	/* PCのみ */
	font-size: 15px;
	line-height: 1.61;
}
.boxx_amsl-text_title{
	font-weight: 400;
	/* PCのみ */
	font-size: 16px;
	margin-bottom: 0.5em;
}
.boxx_amsl-text_address{
	margin-bottom: 1em;
}
.boxx_amsl-text_other{
	margin-bottom: 1em;
}

@media(min-width: 768px) {
	.amsl_div_height{
		height: 3em;
	}
	.amsl_pc_none{
		display: none;
	}
}

/* PCのみ ▼▼▼ */
.amsl_link:after {
	display: inline-block;
	font-family: terra;
	content: "\e805";
	font-size: 12px;
	margin-left: 3px;
	margin-right: 0;
	vertical-align: baseline;
}
a.amsl_link span.blank_link {
	background: none;
	padding-right: 0px;
}
a:hover span.blank_link.amsl_link {
	background-image: none;
}
.boxx_amsl_img_view{
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
/* PCのみ ▲▲▲ */

/* 20251201_AMSL_FOOTER_ADD + 202502_AKA_ISLAN_HOTEL_ADD */
