/*-- ================================
        タイトル（旅行・イベント）
     ================================ */
/* タイトル背景 */
.title_travel {
	background-color: #daedf5;
	text-align: center;
	padding: 50px;
}

.title_travel h1 {
	margin: 0;
	font-size: 32px;
	gap: 40px;
	display: flex;
	font-size: 32px;
	align-items: center;
	justify-content: center;
}

.page-title {
	display: flex;
	align-items: center;
	gap: 16px;
}

/* ラッパー */
.img-circle {
	position: relative;
	display: inline-block;
}

/* 白丸（画像の真後ろ） */
.img-circle::before {
	content: '';
	position: absolute;
	inset: -12px;
	background: #fff;
	border-radius: 50%;
	z-index: 0;
}

/* 画像 */
.img-circle img {
	display: block;
	position: relative;
	z-index: 1;
	width: 80px;
	height: auto;
}

.title_travel {
	background-color: #daedf5;
	text-align: center;
	padding: 50px;
}

.title_travel h1 {
	margin: 0;
	gap: 40px;
	display: flex;
	font-size: 32px;
	align-items: center;
	justify-content: center;
}

.page-title {
	display: flex;
	align-items: center;
	gap: 16px;
}

/* ラッパー */
.img-circle {
	position: relative;
	display: inline-block;
}

/* 白丸（画像の真後ろ） */
.img-circle::before {
	content: '';
	position: absolute;
	inset: -12px;
	background: #fff;
	border-radius: 50%;
	z-index: 0;
}

/* 画像 */
.img-circle img {
	display: block;
	position: relative;
	z-index: 1;
	width: 80px;
	height: auto;
}

/*-- ================================
		      サービス紹介
		     ================================ */
/* タイトル＋説明エリア */
.top-text {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}

.travel_content {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	gap: 30px;
	margin-top: 94px;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-around;
}

.travel_content p {
	margin: 15px 0;
}

.travel_img img {
	border-radius: 20px;
}

.travel_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

.bold2 {
	font-size: 28px;
}

.small2 {
	font-size: 18px;
	font-weight: 400;
}
/* ======================================
   紹介セクション 全体
====================================== */
.travel_section {
	max-width: 1030px;
	margin: 0 auto;
	padding: 60px 20px 108px;
	text-align: center;
}

/* ======================================
   セクション タイトルエリア
====================================== */
.section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 36px;
}

/* タイトル文字 */
.section-title h2 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}

/* タイトル左右の装飾線 */
.section-title span {
	width: 100%;
	height: 2px;
	background: #333;
}

/* ======================================
   カード一覧（グリッド）
====================================== */
.tour-list {
	display: grid;
	justify-content: center;
	/* grid-template-columns: repeat(3, 1fr); */
	/* gap: 20px; */
}

/* ======================================
   カード本体
====================================== */
.tour-card {
	border: 2px solid #333;
	border-radius: 20px;
	overflow: hidden;
	max-width: 320px;
	display: flex;
	flex-direction: column;
	background: #fff;
}

/* カード内 画像 */
.tour-card img {
	width: 100%;
	display: block;
	border-radius: 18px 18px 0 0;
}

.tour-content {
	padding: 20px;
}

.tour-text {
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	margin: 0;
}

.red {
	color: #e60012;
}

/* 価格表示 */
.price {
	margin-top: 15px 0;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
	margin-top: auto;
	margin-bottom: 15px;
	padding: 0 20px;
}

/* 「円〜」などの小さな文字 */
.small {
	font-size: 20px;
}

/* ======================================
   注釈文
====================================== */
.note {
	font-size: 16px;
	font-weight: 500;
	color: #555;
	margin-top: 20px;
	/* text-align: right; */
}

/* ======================================
   申し込み方法セクション 全体
====================================== */
.apply {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px;
}

/* ======================================
   申し込み方法 タイトル
====================================== */
.apply-title {
	width: 260px;
	margin: 0 auto 40px;
	padding: 12px 0;
	text-align: center;
	border: 2px solid #666;
	border-radius: 999px;
	font-size: 20px;
	font-weight: bold;
}

/* ======================================
   STEPカード 外枠
====================================== */
.step-card {
	display: flex;
	align-items: center;
	height: 200px;
	gap: 24px;
	background: #f3f0e4;
	border-radius: 20px;
	margin-bottom: 24px;
}

/* ======================================
   STEPカード 中央寄せ用インナー
====================================== */
.step-inner {
	width: 711px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 48px;
}

/* ======================================
   STEPラベル（STEP 1〜4）
====================================== */
.step-label {
	background: #333;
	color: #fff;
	padding: 8px 70px;
	border-radius: 999px;
	font-weight: bold;
	font-size: 20px;
	white-space: nowrap;
}

/* ======================================
   STEP内容テキスト
====================================== */
.step-content {
	text-align: left;
	max-width: 460px;
}

/* STEP説明文 */
.step-content p {
	margin: 0 0 16px;
	font-size: 20px;
	text-align: left;
	font-weight: 500;
}

.step-content .btn.coop {
	max-width: 300px;
}

/* ======================================
   STEP内 ボタン
====================================== */
.step-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #e60023;
	color: #fff;
	padding: 12px 20px;
	border-radius: 999px;
	font-weight: bold;
}

/* ボタン内 矢印アイコン */
.step-btn .arrow {
	background: #fff;
	color: #e60023;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 14px;
}

.contact_travel {
	padding: 0 16px 40px;
	background: #e2f0f6;
	margin-bottom: 80px;
}

.bk-btn {
	margin: 0 auto;
}

.bk-btn p {
	margin: 0;
	font-weight: 500;
}

/* フッター */
.footer-wrapper {
	background-color: #e2f0f6;
}

.box-title {
	background: #b1ddef;
}

.box-title.travel {
	margin: 40px 0 30px;
}

@media screen and (max-width: 768px) {
	/* ================================
     タイトル（旅行・イベント）
  ================================ */
	.title_travel {
		padding: 32px 16px;
	}

	.title_travel h1 {
		font-size: 22px;
		gap: 16px;
		flex-wrap: wrap;
	}

	.img-circle img {
		width: 56px;
	}

	.img-circle::before {
		inset: -8px;
	}

	/* ================================
     サービス紹介 上部
  ================================ */
	p.top-text {
		margin: 16px 0 40px;
	}

	.traveltop-text {
		font-size: 16px;
	}

	.travel_content {
		flex-direction: column;
		gap: 0;
		margin-top: 0;
		margin-bottom: 70px;
	}

	.travel_content p {
		margin: 10px 0;
	}

	.travel_img {
		margin-bottom: 10px;
	}

	.travel_img img {
		width: 100%;
	}

	.bold2 {
		font-size: 20px;
	}

	.small2 {
		font-size: 16px;
		margin: 0 0 80px;
	}

	.section-title h2 {
		margin: 40px 0;
		font-size: 20px;
	}

	.section-title span {
		display: none;
	}

	/* ================================
    ツアーカード一覧
  ================================ */
	.tour-card {
		width: 280px;
	}
	.tour-list {
		grid-template-columns: 1fr;
		justify-items: center;
		width: 280px;
		margin: 0 auto;
	}

	.tour-content {
		padding: 40px 15px 20px;
	}

	.tour-text {
		font-size: 18px;
	}

	.travel_section {
		padding: 0 15px;
		margin: 0 0 80px;
	}

	.section-title {
		margin-bottom: 0;
	}

	.travel-title {
		font-size: 17px;
	}

	.price {
		font-size: 26px;
		padding: 0 12px;
	}

	.small {
		font-size: 14px;
	}

	.note {
		width: 280px;
		margin: 20px auto 40px;
		font-size: 14px;
		/* text-align: left; */
	}

	/* ================================
     申し込み方法（STEP）
  ================================ */
	.apply {
		padding: 32px 20px;
	}

	.apply-title {
		width: auto;
		font-size: 16px;
		padding: 10px 16px;
	}

	.step-card {
		flex-direction: column;
		height: auto;
		padding: 16px;
		gap: 16px;
	}

	.step-inner {
		width: 100%;
		flex-direction: column;
		gap: 16px;
	}

	.step-label {
		padding: 6px 32px;
		font-size: 13px;
	}

	.step-content {
		max-width: 100%;
		text-align: center;
	}

	.step-content p {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.step-btn {
		justify-content: center;
		width: 100%;
	}

	/* ================================
     お問い合わせ・下部
  ================================ */
	.contact_travel {
		margin-bottom: 0;
	}

	.sub-text {
		font-size: 18px;
	}
	.tel-box .small.ctr {
		font-size: 16px;
		font-family: 400;
	}
	.web-title {
		font-size: 20px;
		margin-top: 13px;
		margin-bottom: 12px;
	}
	.bk-btn {
		width: 100%;
		max-width: 320px;
	}

	p.small.ctr {
		width: 100%;
		text-align: center;
		margin-top: 0;
		font-size: 18px;
	}
}
