@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;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 50px;
}
.amsl_link{
	margin-top: 5px;
	padding-left: 1em !important;
	padding-right: 1em !important;
}
.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;
	font-size: 14px;
	line-height: 1.8em;
	color: #705f57;
}
.boxx_amsl>.boxx_amsl-img{
	width: 350px;
}
.boxx_amsl>.boxx_amsl-text {
	font-size: 15px;
	line-height: 1.61;
}
.boxx_amsl-text_title{
	font-weight: 400;
	font-size: 22px;
	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;
	}
}

@media screen and (min-width: 1024px) {
	.amsl_title{
		font-size: clamp(1.125rem, .839rem + .45vw, 1.375rem);
	}
	.boxx_amsl>.boxx_amsl-img {
		width: clamp(21.875rem, 3.375rem + 28.91vw, 38.063rem);
	}
	.boxx_amsl>.boxx_amsl-text {
		font-size: clamp(.938rem, .723rem + .33vw, 1.125rem);
	}
}

@media screen and (max-width: 768px) {
	.inner.amsl {
		width: 100%;
	}
	.amsl_title{
        font-size: 14px;
        line-height: 1.7857142857;
        padding-left: 17px;
        border-left: 7px solid #705f57;
        margin-bottom: 40px;
	}
	.boxx_amsl {
		flex-wrap: wrap;
	}
	.boxx_amsl>.boxx_amsl-img{
		width: auto;
	}
	.boxx_amsl-text {
		font-size: 15px;
		max-width: 100%;
		width: 100%;
		margin: 43px 0 20px;
	}
	.boxx_amsl-text_title{
		font-size: 15px;
	}
}

/* 20251201_AMSL_FOOTER_ADD + 202502_AKA_ISLAN_HOTEL_ADD */
