@charset "UTF-8";

/* --------------------------------------
  ご当地ページ
-------------------------------------- */

.thumb-list-gotochi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 2%;
}
.thumb-item-gotochi {
	width: 30%;
	list-style: none;
	text-align: center;
}
.thumb-item-gotochi a, .thumb-item-gotochi a img {
	display: block;
	width: 100%;
	border-radius: 15px;
	box-sizing: border-box;
}
.thumb-item-gotochi a img{
	border: solid 3px #0A66A6;
}



.section-gotochi {
	display: none;
}



.gotochi-download {
	width: 100%;
}
.gotochi-h3-dc {
	text-align: center;
	font-size: 1.2em;
	color: #0A66A6;
	font-weight: bold;
	margin: 0 auto 10px;
}
.gotochi-illust {
	width: 60%;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
.gotochi-icon img, .gotochi-wallpaper img {
	width: 100%;
	margin: 0 auto;
}
.icon-wallpaper-box {
	display: flex;
	justify-content: center;
	gap:0 30px ;
}

.modaal-container{
	border-radius: 30px;
}

/* --------------------------------------
   　PC style
-------------------------------------- */
@media screen and (min-width: 768px) {
	.thumb-list-gotochi {
		gap: 40px 4%;
	}
	.thumb-item-gotochi {
		width: 20%;
	}

	.gotochi-modal-inner {
		display: flex;
		justify-content: center;
	}
	.gotochi-illust {
		width: 30%;
		margin-top: 40px;
	}
	.icon-wallpaper-box {
		width: 60%;
	}
	.gotochi-download {
		width: 90%;
	}

	.gotochi-icon, .gotochi-wallpaper {
		width: 40%;
		margin: 0;
	}
	.gotochi-icon img, .gotochi-wallpaper img {
		width: 100%;
	}

}




/* --------------------------------------
  キャラクタービジュアル
-------------------------------------- */

.thumb-list-cv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 20px 2%;
}
.thumb-item-cv {
	width: 40%;
	list-style: none;
	text-align: center;
}

.title-cv {
	text-align: center;
	font-size: 0.8em;
	color: #0A66A6;
	font-weight: bold;
	margin: 10px auto 20px;
	line-height: 1.6em;
}
.thumb-item-cv a, .thumb-item-cv a img {
	display: block;
	width: 100%;
	border-radius: 15px;
	box-sizing: border-box;
}
.thumb-item-cv a img{
	border: solid 3px #0A66A6;
}
/* --------------------------------------
   　PC style
-------------------------------------- */
@media screen and (min-width: 768px) {
	.thumb-list-cv {
		justify-content: center;
		gap: 20px 4%;
	}
	.thumb-item-cv {
		width: 30%;
	}
	.title-cv {
		font-size:1em;
		line-height: 1.5em;

	}
}



/* --------------------------------------
  お出かけスケジュール
-------------------------------------- */
.list-schedule  {
	border-top: dotted #a6b1b9 2px;
	padding-top: 20px;
}
.list-schedule li {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 20px;
	list-style: none;
	border-bottom: dotted #a6b1b9 2px;
}
.schedule-date {
	min-width: 8em;
	margin-right: 10px;
	flex-shrink: 0;
}
.schedule-place {
	flex: 1;
}
@media screen and (max-width: 600px) {
	.list-schedule li {
		display: block;
	}
	.schedule-date, .schedule-place {
		display: block;
		min-width: 0;
		margin-right: 0;
	}
}