@charset "utf-8";
/* Usuki Trip CSS */

/* ***** Key Visual ***** */
.trip_key_visual {
	width: 100%;
	position: relative;    opacity: 0;
    animation: kv_fedein 2s ease-out forwards;
}
@keyframes kv_fedein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.trip_key_visual figure {
	aspect-ratio: 3.3 / 1;
}
.trip_key_visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.trip_key_visual figure {
		aspect-ratio: 1.618 / 1;
	}
}
/* ***** サイトロゴ ***** */
.usuki_trip_logo {
	position: absolute;
	top: clamp(8px, -7.673px + 2.041vw, 16px);
	left: clamp(8px, -7.673px + 2.041vw, 16px);
	max-width: clamp(210px, -5.510px + 28.061vw, 320px);
	background-color: #fff;
	display: grid;
	place-content: center;
	padding: clamp(2.5rem, 2.216rem + 1.212vw, 3.125rem);
	margin-inline: auto;
}
.usuki_trip_logo img {
	display: block;
	max-width: 220px;
	max-height: 220px;
	object-fit: contain;
}
@media screen and (max-width: 768px) {
	.trip_key_visual {
		display: block;
	}
	.usuki_trip_logo {
		position: inherit;
		left: 0;
		top: 0;
		max-width: 240px;
		text-align: center;
		padding: 40px;
	}
}
/* トップ説明文 */
.trip_top_text {
	font-size: 1rem;
	line-height: 2em;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 2em;
}
/* わたしのうすきとりっぷCourseのイラストタイトル */
.trip_course_title {
	text-align: center;
	max-width: 1200px;
	padding: 0 24px;
	margin: 0 auto;
}
.trip_course_title img {
	width: 100%;
	height: auto;
}
.course_title_image {
	margin-bottom: 64px;
}
.course_title_image img {
	display: block;
	width: 220px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.trip_top_text {
		font-size: 0.875rem;
		text-align: center;
		margin-bottom: 2em;
		padding: 0 2em;
	}
	.course_title_image {
		margin-bottom: 16px;
	}
	.course_title_image img {
		width: 180px;
	}
}

/* ***** Layout ***** */
.trip_top_container {	
	width: 100%;
    max-width: 1200px;
	padding: 0px 20px 40px 20px;
    margin: 0px auto;
}
.trip_day_container {
	width: 100%;
    max-width: 1200px;
	padding: 16px 20px 80px 20px;
    margin: 0px auto;
}
.trip_container {
	width: 100%;
    max-width: 1200px;
	padding: 80px 20px 80px 20px;
    margin: 0px auto;
}
.trip_container_nobtm {
	width: 100%;
    max-width: 1200px;
	padding: 80px 20px 0 20px;
    margin: 0px auto;
}
.trip_pamph_container {
	width: 100%;
    max-width: 1200px;
	padding: 8px 20px 8px 20px;
    margin: 0px auto;
}
.trip_blue {
	width: 100%;
    margin: 0px auto;	
	background-color: #e9f6fd;
}
@media screen and (max-width: 768px) {
	.trip_day_container {
		padding: 16px 20px 60px 20px;
	}
	.trip_container {
		padding: 60px 20px 60px 20px;
	}
}

/* ***** 昼コースメニュー ***** */
.day_area {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.day_image {
	position: absolute;
	left: 0;
	width: 50%;
	z-index: -1;
}
.day_image img {
	width: 100%;
	height: auto;
	display: block;
}
.day_menu {
	width: 55%;
	min-width: 480px;
}
.day_menu ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.day_menu ul li a {
	display: grid;
	place-content: center;
	background-color: #FAFAD7;
	height: clamp(3.5rem, 2.441rem + 3.53vw, 5rem);
	border: solid 1px #343233;	
    transition: box-shadow 0.3s, transform 0.3s;
}
.day_menu ul li a:hover {
    box-shadow: 6px 6px 0 rgba(72, 68, 69, 0.3);
    transform: translate(-2px, -2px);
}
@media screen and (max-width: 768px) {
	.day_area {
		display: block;
	}
	.day_image {
		position: inherit;
		width: 100%;
		margin-bottom: 16px;
	}
}

/* ***** 夜コースメニュー ***** */
.night_area {
	position: relative;
	display: flex;
	align-items: baseline;
	min-height: 430px;
}
.night_image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
}
.night_image img {
	width: 100%;
	height: auto;
	display: block;
}
.night_menu {
	width: calc(50% + 40px);
	min-width: 480px;
	z-index: 1;
}
.night_menu_linkbtn {
	margin-bottom: 26px;
}
.night_menu_linkbtn a {
	display: grid;
	place-content: center;
	background-color: #FAFAD7;
	height: clamp(3.5rem, 2.441rem + 3.53vw, 5rem);
	border: solid 1px #343233;	
    transition: box-shadow 0.3s, transform 0.3s;
}
.night_menu_linkbtn a:hover {
    box-shadow: 6px 6px 0 rgba(72, 68, 69, 0.3);
    transform: translate(-2px, -2px);
}
.night_menu_text {
	font-size: 1rem;
	line-height: 2em;
	letter-spacing: 0.08em;
	text-align: center;
	padding-right: 40px;
}
@media screen and (max-width: 768px) {
	.night_area {
		display: block;
	}
	.night_image {
		position: inherit;
		width: 100%;
	}
	.night_menu_text {
		text-align: left;
		padding: 0 1em;
		margin-bottom: 16px;
	}
}

/* ***** 泊コースメニュー ***** */
.stay_area {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	min-height: 430px;
}
.stay_image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
}
.stay_image img {
	width: 100%;
	height: auto;
	display: block;
}
.stay_menu {
	width:  calc(50% + 40px);
	min-width: 480px;
	z-index: 1;
	text-align: center;
}
.stay_menu_linkbtn {
	margin-bottom: 26px;
}
.stay_menu_linkbtn a {
	display: grid;
	place-content: center;
	background-color: #FAFAD7;
	height: clamp(3.5rem, 2.441rem + 3.53vw, 5rem);
	border: solid 1px #343233;	
    transition: box-shadow 0.3s, transform 0.3s;
}
.stay_menu_linkbtn a:hover {
    box-shadow: 6px 6px 0 rgba(72, 68, 69, 0.3);
    transform: translate(-2px, -2px);
}
.stay_menu_text {
	font-size: 1rem;
	line-height: 2em;
	letter-spacing: 0.08em;
	text-align: center;
	padding-left: 40px;
}
@media screen and (max-width: 768px) {
	.stay_area {
		display: flex;
		flex-direction: column-reverse;
	}
	.stay_image {
		position: inherit;
		width: 100%;
	}
	.stay_menu_text {
		text-align: left;
		padding: 0 1em;
		margin-bottom: 18px;
	}
}

/* 夜、泊メニューのイラスト */
.course_illust img {
	max-width: clamp(320px, 124.082px + 25.51vw, 420px);
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.day_menu, .night_menu, .stay_menu {
		width: 100%;
		min-width: inherit;
	}
	.day_menu img, .night_menu img, .stay_menu img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.day_menu ul li a,
	.night_menu_linkbtn a,
	.stay_menu_linkbtn a {
		padding-left: 24px;
		padding-right: 24px;
	}
	.course_illust {
		text-align: center;
		margin-bottom: 8px;
	}	
	.course_illust img {
		width: 70%;
		height: auto;
	}
}

/* *************** 変則並びの写真ギャラリー *************** */
.trip_gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 1fr; /* 高さは自動で1fr */
  gap: 4px;
  margin-bottom: 96px;
}

.trip_gallery div {
  aspect-ratio: 1 / 1;
  overflow: hidden; /* はみ出し防止 */
}

.trip_gallery div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PC版アイテム配置 */
.tg_item2 {
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
}
.tg_item3 {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
}
.tg_item4 {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
}
.tg_item5 {
  grid-column: 3 / span 2;
  grid-row: 1 / span 2;
}
.tg_item6 {
  grid-column: 5 / span 1;
  grid-row: 1 / span 1;
}
.tg_item7 {
  grid-column: 5 / span 1;
  grid-row: 2 / span 1;
}
.tg_item8 {
  grid-column: 6 / span 1;
  grid-row: 1 / span 1;
}
.tg_item9 {
  grid-column: 6 / span 1;
  grid-row: 2 / span 1;
}
.tg_item10 {
  grid-column: 7 / span 2;
  grid-row: 1 / span 2;
}

/* *************** レスポンシブ(768px以下) *************** */
@media screen and (max-width: 768px) {
  .trip_gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 4px;
    margin-bottom: 96px;
  }

  .tg_item2 {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }
  .tg_item3 {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
  }
  .tg_item4 {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
  }
  .tg_item5 {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
  }
  .tg_item6 {
    grid-column: 1 / span 2;
    grid-row: 3 / span 2;
  }
  .tg_item7 {
    grid-column: 3 / span 1;
    grid-row: 3 / span 1;
  }
  .tg_item8 {
    grid-column: 3 / span 1;
    grid-row: 4 / span 1;
  }
  .tg_item9 {
    grid-column: 4 / span 1;
    grid-row: 3 / span 1;
  }
  .tg_item10 {
    grid-column: 4 / span 1;
    grid-row: 4 / span 1;
  }
}


/* //////////////////// コースマップ部分　//////////////////// */

.trip_yellowish {
	width: 100%;
    margin: 0px auto;	
	background-color: #eeefe9;
}
/* 各マップタイトル */
.map_title_area {
  display: grid;
  grid-template-columns: 350px 1fr 200px;
  gap: 8px;
  max-width: 1280px;
  margin: 0 auto 40px auto;
}
.map_title {
	width: 350px;
	display: flex;
	align-items: center;
	padding-right: 16px;
	border-right: 2px solid #343233;
}
.map_content {
	display: flex;
	align-items: center;	
	padding-left: 20px;
	border-left: 2px solid #343233;
}
.map_illust {
	width: 150px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.map_title img {
	width: 100%;
	height: auto;
}
.map_illust img {
	max-width: 100%;
	max-height: 128px;
	width: auto;
	height: auto;
	object-fit: contain;
}
@media screen and (max-width: 960px) {
	.map_title_area {
		grid-template-columns: 1fr;
		gap: 20px; /* スマホ縦並び余白 */
	}
	.map_title {	
		border-right: none;
	}
	.map_content {	
		padding-left: 0px;
		border-left: none;
	}
	.map_illust {
		justify-content: center;
		margin: 0 auto;
	}
}

/* ***********************************

	クリッカブルマップのモーダル表示（共通）

************************************ */
.modal {
	display: none;
	position: fixed;
	inset: 0; /* top, right, bottom, left まとめ */
	background: rgba(0,0,0,0.6);
	justify-content: center;
	align-items: center;
	padding: 0 1em;
	z-index: 1000;
}
.modal-content {
	position: relative;
	background: #fff;
	padding: 32px 16px 16px 16px;
	border-radius: 10px;
	width: fit-content;
	height: 75vh;
	margin: 10% auto 0 auto;
	transform: scale(0.8);/* 初期は少し縮小 */
	opacity: 0;
	transition: all 0.3s ease;
}
.modal.show .modal-content {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 768px) {
	.modal-content {
		padding: 32px 8px 8px 8px;
		height: auto;
		margin: 20% auto 0 auto;
	}
}

.modal-content img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.close {
  position: absolute;
  top: 8px;
  right: 18px;
  font-size: 2rem;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
}

/* ***** ポップアップのアニメーション（共通）***** */
@keyframes blinkborder {
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0.4;
	}
	100%{
		opacity: 1;
	}
}

/* ***********************************

	昼　石映えコースのクリッカブルマップ

************************************ */
.ishibae_map {
	max-width: 1120px;
	position: relative;
}
.ishibae_map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.ishibae_pop {
	position: absolute;
	display: block;
	border: 3px solid #f39800;  
	animation: blinkborder 2s infinite;
	border-radius: 8px;
}
@media screen and (max-width: 768px) {
	.ishibae_pop {
		border: 2px solid #f39800;
	}
}
.ishibae_pop:hover {
	background-color: rgba(255,255,255,0.50);
}
/* ポップアップボタン */
.ishibae01 {
	left: 10%;
	top: 32%;
	width: 12.5%;
	height: 18%;
}
.ishibae02 {
	left: 80.5%;
	top: 76%;
	width: 12%;
	height: 17%;
}
.ishibae03 {
	left: 29%;
	top: 16%;
	width: 13%;
	height: 17%;
}
.ishibae04 {
	left: 81.5%;
	top: 21%;
	width: 12.5%;
	height: 17%;
}
/* ***********************************

	昼　アンティークコースのクリッカブルマップ

************************************ */
.antique_map {
	max-width: 1120px;
	position: relative;
}
.antique_map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.antique_pop {
	position: absolute;
	display: block;
	border: 3px solid #82ae46;  
	animation: blinkborder 2s infinite;
	border-radius: 8px;
}
@media screen and (max-width: 768px) {
	.antique_pop {
		border: 2px solid #82ae46;
	}
}
.antique_pop:hover {
	background-color: rgba(255,255,255,0.50);
}
/* ポップアップボタン */
.antique01 {
	left: 77%;
	top: 68%;
	width: 16%;
	height: 18%;
}
.antique02 {
	left: 14%;
	top: 13%;
	width: 13%;
	height: 20%;
}
.antique03 {
	left: 4%;
	top: 64%;
	width: 16%;
	height: 19%;
}
.antique04 {
	left: 81%;
	top: 20%;
	width: 13%;
	height: 18%;
}
/* ***********************************

	昼　リフレッシュコースのクリッカブルマップ

************************************ */
.refresh_map {
	max-width: 1120px;
	position: relative;
}
.refresh_map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.refresh_pop {
	position: absolute;
	display: block;
	border: 3px solid #867ba9;  
	animation: blinkborder 2s infinite;
	border-radius: 8px;
}
@media screen and (max-width: 768px) {
	.refresh_pop {
		border: 2px solid #867ba9;
	}
}
.refresh_pop:hover {
	background-color: rgba(255,255,255,0.50);
}
/* ポップアップボタン */
.refresh01 {
	left: 85%;
	top: 21%;
	width: 13%;
	height: 18%;
}
.refresh02 {
	left: 31%;
	top: 17%;
	width: 15%;
	height: 17%;
}
.refresh03 {
	left: 18%;
	top: 24%;
	width: 12%;
	height: 18%;
}
.refresh04 {
	left: 20%;
	top: 55%;
	width: 13%;
	height: 22%;
}
.refresh05 {
	left: 5%;
	top: 75%;
	width: 13%;
	height: 18%;
}
/* ***********************************

	昼　ミステリーコースのクリッカブルマップ

************************************ */
.mystery_map {
	max-width: 1120px;
	position: relative;
}
.mystery_map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.mystery_pop {
	position: absolute;
	display: block;
	border: 3px solid #8c6450;  
	animation: blinkborder 2s infinite;
	border-radius: 8px;
}
@media screen and (max-width: 768px) {
	.mystery_pop {
		border: 2px solid #8c6450;
	}
}
.mystery_pop:hover {
	background-color: rgba(255,255,255,0.50);
}
/* ポップアップボタン */
.mystery01 {
	left: 79%;
	top: 15%;
	width: 12%;
	height: 18%;
}
.mystery02 {
	left: 78%;
	top: 72%;
	width: 14%;
	height: 18%;
}
.mystery03 {
	left: 12%;
	top: 22%;
	width: 16%;
	height: 17%;
}

/* ***********************************

	夜コースのクリッカブルマップ

************************************ */
.night_map {
	max-width: 1120px;
	position: relative;
}
.night_map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.night_pop {
	position: absolute;
	display: block;
	border: 3px solid #8c6450;  
	animation: blinkborder 2s infinite;
	border-radius: 8px;
}
@media screen and (max-width: 768px) {
	.night_pop {
		border: 2px solid #8c6450;
	}
}
.night_pop span {
	display: none;
}
.night_pop:hover {
	background-color: rgba(255,255,255,0.50);
}
/* ポップアップボタン */
.night01 {
	left: 81.5%;
	top: 67.2%;
	width: 13.6%;
	height: 13.2%;
}
.night02 {
	left: 64.7%;
	top: 62.8%;
	width: 13.6%;
	height: 13.2%;
}
.night03 {
	left: 67%;
	top: 2%;
	width: 13.6%;
	height: 13.2%;
}
.night04 {
	left: 43.7%;
	top: 15.6%;
	width: 13.6%;
	height: 13.2%;
}
.night05 {
	left: 3.5%;
	top: 42.8%;
	width: 13.6%;
	height: 13.2%;
}
.night06 {
	left: 49.8%;
	top: 69.2%;
	width: 13.6%;
	height: 13.2%;
}
.night07 {
	left: 15.2%;
	top: 58%;
	width: 13.6%;
	height: 13.2%;
}
.night08 {
	left: 19.8%;
	top: 72.3%;
	width: 13.6%;
	height: 13.2%;
}
.night09 {
	left: 30.6%;
	top: 84.8%;
	width: 13.6%;
	height: 13.2%;
}
.night10 {
	left: 47%;
	top: 83.5%;
	width: 13.6%;
	height: 13.2%;
}
.night11 {
	left: 21.7%;
	top: 14.6%;
	width: 13.6%;
	height: 13.2%;
}
.night12 {
	left: 8.7%;
	top: 28.3%;
	width: 13.6%;
	height: 13.2%;
}

/* ***********************************

	泊コースのクリッカブルマップ

************************************ */
.stay_map {
	max-width: 1120px;
	position: relative;
}
.stay_map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.stay_pop {
	position: absolute;
	display: block;
	border: 3px solid #8c6450;  
	animation: blinkborder 2s infinite;
	border-radius: 8px;
}
@media screen and (max-width: 768px) {
	.stay_pop {
		border: 2px solid #8c6450;
	}
}
.stay_pop:hover {
	background-color: rgba(255,255,255,0.50);
}
/* ポップアップボタン */
.stay_pop01 {
	left: 51%;
	top: 46.2%;
	width: 12%;
	height: 10%;
}
.stay_pop02 {
	left: 22%;
	top: 48.5%;
	width: 12%;
	height: 10%;
}
.stay_pop03 {
	left: 8%;
	top: 53.2%;
	width: 12%;
	height: 9.5%;
}
.stay_pop04 {
	left: 65.8%;
	top: 76.7%;
	width: 12%;
	height: 9.5%;
}
.stay_pop05 {
	left: 34.5%;
	top: 25.7%;
	width: 12%;
	height: 9.5%;
}
.stay_pop06 {
	left: 5.6%;
	top: 75.7%;
	width: 12.5%;
	height: 9.7%;
}
.stay_pop07 {
	left: 52.5%;
	top: 81.6%;
	width: 12.2%;
	height: 9.7%;
}
.stay_pop08 {
	left: 58.3%;
	top: 61.3%;
	width: 12.2%;
	height: 9.7%;
}
.stay_pop09 {
	left: 9.6%;
	top: 36.8%;
	width: 12%;
	height: 9.5%;
}
.stay_pop10 {
	left: 58.2%;
	top: 29.3%;
	width: 12.2%;
	height: 9.7%;
}
.stay_pop11 {
	left: 39.2%;
	top: 79%;
	width: 12.2%;
	height: 9.7%;
}
.stay_pop12 {
	left: 71%;
	top: 58.4%;
	width: 12.2%;
	height: 9.7%;
}
.stay_pop13 {
	left: 26.3%;
	top: 76%;
	width: 12.2%;
	height: 9.7%;
}

/* ***********************************

	イラスト

************************************ */
.illust_area {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
.illust_bycicle {
	text-align: right;
	width: 100%;
	padding-right: 40px;
}
@media screen and (max-width: 768px) {
	.illust_area {
		width: auto;
	}
	.illust_area figure img {
		width: 50%;
		height: auto;
	}
}
/* ***********************************

	パンフレットダウンロード

************************************ */
.pamphlet_block {
	position: relative;
	width: 100%;
    max-width: 1200px;
	padding: 1rem;
    margin: 0px auto 24px auto;
	border: 1px solid #C1C3B9;
}
.pamphlet_block h2 {
	position: absolute;
	top: -16px;
	left: 24px;
	background-color: #fff;
	padding: 0 24px;
}
.pamphlet_block h2 img {
	display: block;
}
.pamphlet_inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	padding-top: 24px;
	margin-bottom: 32px;
}
.pamphlet_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.pamph_title {
	display: grid;
	place-content: center;
	max-width: 300px;
	height: 80px;
	
}
.pamph_dl_btn {
	display: grid;
	place-content: center;
	background-color: #343233;
/*	width: 267px;
	height: 48px;*/
	padding: 1em 4em !important;
	border-radius: 100vh;
	transition: background-color 0.25s;
}
.pamph_dl_btn:hover {
	background-color: #555051;
}
.pamph_explanation {
	color: #343233;
	font-size: 0.75rem;
	text-align: center;
}
.pamphlet_distribution {
	color: #343233;
	font-size: 0.75rem;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.pamphlet_block {
		width: fit-content;
	}
	.pamphlet_inner {
		display: block;
		padding-top: 24px;
		margin-bottom: 32px;
	}
	.pamphlet_box {
		margin-bottom: 40px;
	}
}
/* フェードイン */
.fluffy {
    opacity: 0;
    transition : all 1.5s ease;
    }

.fluffy.fluffy_in {
    opacity: 1;
    }

/* リサイズイン */
.scale-in {
    opacity: 0;
    transition: 0.5s ease;
}
.scale-in.is-on {
        opacity: 1;
        transition: 0.5s ease;
        animation: kf-scale 1s ease 0s 1;
    }

.scale-in:nth-child(1).is-on {
        transition-delay: 0s;
    }

.scale-in:nth-child(2).is-on {
        transition-delay: 0.15s;
    }

.scale-in:nth-child(3).is-on {
        transition-delay: 0.3s;
    }

.scale-in:nth-child(4).is-on {
        transition-delay: 0.45s;
    }


@keyframes kf-scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

/* コピーライト */
.trip_copyright {
	font-size: 0.813rem;
	color: #666;
	width: 100%;
    max-width: 1200px;
	padding: 1em 2em;
    margin: 0px auto 48px auto;
}
.trip_copyright div {
	display: grid;
	grid-template-columns: 15em 1fr;
}


