.all_in img {
	max-width: 950px;
}

.page_bt {
	display: block;
	text-align: center;
}

.page_bt ul {

	display: flex;
	justify-content: center;
	align-items: center;
	width: 74vw;
	margin: 57px auto 117px auto;
	letter-spacing: 1px;
	text-align: center;
}


.page_bt ul li {
	text-align: center;
	border-left: solid 1px #4D4D4D;
	max-width: calc(100% / 3);
	padding: 0 2%;

	a {
		color: #000;
		font-weight: 300;
	}
}

.page_bt ul li:last-of-type {
	border-right: solid 1px #4D4D4D;
}

.page_bt ul li:after {
	content: '';
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url("https://www.hotelabest-sapporo.com/raku/img/page_bt.png") no-repeat 50% 50%;
	margin-left: 18px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.page_bt ul li a:hover {
	color: #009875;
}

.by {
	width: 100%;
	position: relative;
	/* これが疑似要素の基準になります */
	padding-bottom: 100px;
}

/* 追記：背景色用の疑似要素 */
.by::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;

	/* 画面幅いっぱいに広げて中央に配置 */
	width: 100vw;
	left: 50%;

	transform: translateX(-50%);

	background-color: #fffceb;
	z-index: -1;
	/* 文字の後ろに配置 */
}

.totty_oki {
	text-align: center;
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;

	img {
		width: clamp(220px, 160.91px + 15.76vw, 350px);

	}
}

.full-width-container {
	/* 親要素の幅を突き抜けて画面幅（100vw）にする魔法の記述 */
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);

	/* 左右の余白を強制リセット */
	margin-left: 0;
	margin-right: 0;
}

.l_r {
	width: 100%;
	height: 500px;
	/* 高さは中身に合わせて調整してください */
	overflow: hidden;
}

.bf_sl {
	width: 950px;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-bottom: 100px;
}

@media screen and (min-width:2251px) {
	.bf_sl {
		margin: 100px auto 0;
		display: block;
	}
}

.bf_sl iframe {
	width: 100%;
	height: 435px;
	display: block;
	margin: 60px auto;
}

.bf {
	margin-bottom: 100px;
}

.bf_ambitious {
	background: #fffde5;
	width: 950px;
	text-align: center;
	position: relative;
	padding: 0 0 60px;
	margin: 120px auto 40px;
}

.bf_ambitious img {
	width: 100%;
	margin-top: -40px;
}

.bf_ambitious a {
	position: absolute;
	width: 380px;
	right: 6%;
	bottom: 27%;
}

.bf_ambitious a img {
	width: 100%;
	margin-top: 0;
}

.banner {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto;
	width: 100%;
	max-width: 950px;
	/* 画像サイズ最大値制限 */
	box-sizing: border-box;
}

.banner *,
.banner *::before,
.banner *::after {
	box-sizing: border-box;
}

.banner_wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	line-height: 0;
	/* 画像下部の隙間排除 */
}

/* document.writeで出力されるaタグをレスポンシブに対応化 */
.banner_wrapper>a {
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none !important;
}

/* バナー画像スタイル */
.res_banner {
	width: 100%;
	height: auto;
	max-width: 950px;
	display: block;
	margin-bottom: 0 !important;
}

/* ==========================================================================
     「詳しくはこちら」ボタン（PC環境ベース：横幅1251px以上）
     ========================================================================== */
.baner_btn {
	position: absolute;
	right: 4vw;
	bottom: 4vw;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #22B573;
	color: #ffffff !important;
	padding: 0.8vw 1.6vw;
	border-radius: 25rem;
	font-weight: bold;
	font-size: 1.4vw;
	text-decoration: none !important;
	transition: background-color 0.3s, opacity 0.3s;
	z-index: 2;
	/* 画像より上に配置 */
	line-height: 1.5;
	pointer-events: none;
	/* PC時は下のaタグへクリックイベントを透過させる */
}

/* ボタンテキストの右矢印▶ */
.baner_btn::after {
	content: "▶";
	font-size: 0.8em;
	margin-left: 0.5vw;
	display: inline-block;
}

/* 幅1200px以上のときの固定値指定 */
@media (min-width: 1200px) {
	.baner_btn {
		font-size: 16px;
		padding: 10px 20px;
		right: 20px;
		bottom: 20px;
		opacity: 0.88;
	}
}

/* PC時：ボタン単体のホバーアクション */
/* ※外側のaタグがホバーされたら、ボタンのスタイルを変化させます */
.banner_wrapper>a:hover+.baner_btn {
	background-color: #1b935c;
	opacity: 1;
}


/* ==========================================================================
     レスポンシブ：画面幅1250px以下の設定
     （ボタン自体は消し、クリック判定のみをバナー全体に広げる）
     ========================================================================== */
@media (max-width: 1250px) {
	.baner_btn {
		background-color: transparent !important;
		/* 背景を透明に */
		color: transparent !important;
		/* 文字を透明に */
		padding: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		/* バナー全体の幅に広げる */
		height: 100%;
		/* バナー全体の高さに広げる */
		border-radius: 0;
		pointer-events: auto;
		/* 全体クリックを受け付ける */
	}

	.baner_btn::after {
		display: none !important;
		/* 矢印を消す */
	}
}

/* 画面幅750px以下のとき、ラッパーの横幅を100%にする */
@media (max-width: 750px) {
	.banner_wrapper {
		width: 100%;
	}
}