@charset "UTF-8";
/* 全体-------------------------------- */
.miryoku {
	background: url(/images/miryoku/bg-1.png) 0 / 300px repeat;
}
@media only screen and (max-width: 767px) {
	.miryoku {
		background-size: 100px;
	}
}
.max-width-wrapper-1200px {
	padding: 0 30px;
}
@media only screen and (max-width: 767px) {
	.max-width-wrapper-1200px {
		padding: 0 15px;
	}
}
main a {
	color: #0099db;
}
main a:hover {
	text-decoration: underline;
}
:root {
	--main-color: #783c84;
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

/* キービジュアル-------------------------------- */
.t-kv img {
	width: 100%;
}

/* パンくずリスト-------------------------------- */
#topic-path {
	padding: 40px 0;
}
@media only screen and (max-width: 767px) {
	#topic-path {
		padding: 30px 0 20px;
	}
}

/* むつ市について-------------------------------- */
.overview {
	padding-block: 80px;
}
@media only screen and (max-width: 767px) {
	.overview {
		padding-block: 0 40px;
	}
}
.about-mutsu {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5vw;
}
@media only screen and (max-width: 767px) {
	.about-mutsu {
		flex-direction: column;
	}
}
.about-mutsu::before {
	content: '';
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 300px;
	background: url(/images/miryoku/mutsu-city.svg) no-repeat center / cover;
	opacity: 0.1;
}
@media only screen and (max-width: 767px) {
	.about-mutsu::before {
		top: 0;
		width: 50vw;
		height: 50vw;
	}
}
.about-mutsu__text {
	width: 55%;
	padding-top: 40px;
}
@media only screen and (max-width: 767px) {
	.about-mutsu__text {
		padding-top: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.about-mutsu__text {
		width: 100%;
	}
}
.about-mutsu__title {
	color: var(--main-color);
	font-size: clamp(26px, calc(23px + 0.75vw), 32px);
	text-align: left;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.about-mutsu__title {
		text-align: center;
		margin-bottom: 25px;
	}
}
.about-mutsu__desc {
	font-size: clamp(14px, calc(13px + 0.25vw), 16px);
}
.about-mutsu__img {
	width: 45%;
}
@media only screen and (max-width: 767px) {
	.about-mutsu__img {
		width: 100%;
	}
}
.map {
	margin-top: 60px;
}
@media only screen and (max-width: 767px) {
	.map {
		margin-top: 40px;
	}
}

/* 観光ガイド動画-------------------------------- */
.guide {
	background: url(/images/miryoku/bg-2.png) 0 / 300px repeat;
	padding-block: 80px;
}
@media only screen and (max-width: 767px) {
	.guide {
		padding-block: 40px;
	}
}
.guide-head {
	position: relative;
}
.guide-head::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 150px;
	height: 150px;
	background: url(/images/miryoku/mutsu-city.svg);
	opacity: 0.1;
}
.guide-head img {
	width: 60px;
	margin-bottom: 10px;
}
.guide-head__title {
	color: var(--main-color);
	font-size: clamp(26px, calc(23px + 0.75vw), 32px);
}
.guide-head__title span {
	display: block;
	color: #000;
	font-size: clamp(15px, calc(13.5px + 0.375vw), 18px);
	margin-bottom: 10px;
}
.guide-head__desc {
	font-size: clamp(14px, calc(13px + 0.25vw), 16px);
	text-align: center;
	margin-top: 40px;
}
.guide-cat {
	padding-top: 60px;
	border-top: 1px solid rgba(120, 60, 132, 0.2);
	margin-top: 60px;
}
@media only screen and (max-width: 900px) {
	.guide-cat {
		padding-inline: 20px;
		margin-inline: calc(50% - 50vw);
		margin-block: 40px 0;
		width: 100vw;
	}
}
@media only screen and (max-width: 767px) {
	.guide-cat {
		padding-top: 30px;
	}
}
.guide-cat__title {
	color: var(--main-color);
	font-size: clamp(15px, calc(13.5px + 0.375vw), 18px);
}
.guide-cat__title span {
	display: block;
	font-size: clamp(40px, calc(32px + 2vw), 56px);
	letter-spacing: 0.02em;
	margin-top: 8px;
}
.guide-list {
	padding-block: 70px 40px;
	display: flex;
	flex-direction: column;
	gap: 100px;
}
@media only screen and (max-width: 767px) {
	.guide-list {
		padding-block: 30px 10px;
		gap: 60px;
	}
}
.guide-list__item {
	position: relative;
	display: flex;
	gap: 5vw;
}
@media only screen and (max-width: 900px) {
	.guide-list__item {
		flex-direction: column;
		gap: 25px;
	}
}
.guide-list__item:nth-of-type(even) {
	flex-direction: row-reverse;
}
@media only screen and (max-width: 900px) {
	.guide-list__item:nth-of-type(even) {
		flex-direction: column;
	}
}
.guide-list__video {
	width: 70%;
}
@media only screen and (max-width: 900px) {
	.guide-list__video {
		margin-inline: calc(50% - 50vw);
		width: 100vw;
	}
}
.guide-list__text {
	width: 30%;
}
@media only screen and (max-width: 900px) {
	.guide-list__text {
		width: 100%;
	}
}
.guide-list__title {
	color: var(--main-color);
	font-size: clamp(26px, calc(25px + 0.25vw), 28px);
	line-height: 1.4;
	text-align: left;
}
.guide-list__title span {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.guide-list__title span {
		margin-bottom: 5px;
	}
}
.guide-list__desc {
	font-size: clamp(14px, calc(13px + 0.25vw), 16px);
	margin-block: 15px 24px;
}
@media only screen and (max-width: 767px) {
	.guide-list__desc {
		margin-block: 12px 24px;
	}
}
.guide-list__btn a {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	padding: 20px 50px 20px 20px;
	color: var(--main-color);
	font-size: clamp(16px, calc(15px + 0.25vw), 18px);
	text-align: center;
	line-height: 1.4;
	border-radius: 10px;
}
@media only screen and (max-width: 900px) {
	.guide-list__btn a {
		max-width: 300px;
		margin-inline: auto;
	}
}
.guide-list__btn a:hover {
	text-decoration: none;
	color: #fff;
	background: var(--main-color);
}
.guide-list__btn a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: calc(100% - -3px);
	height: calc(100% - -3px);
	background: var(--main-color);
}
.guide-list__btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: clamp(15px, calc(12.5px + 0.625vw), 20px);
	height: clamp(15px, calc(12.5px + 0.625vw), 20px);
	background: url(/images/miryoku/icon-dl.svg) no-repeat center / cover;
}
.guide-list__btn a:hover::after {
	background: url(/images/miryoku/icon-dl-hv.svg) no-repeat center / cover;
}

/* アプリ紹介-------------------------------- */
.app {
	background: url(/images/miryoku/bg-3.png) 0 / 300px repeat;
	padding: 80px 40px;
}
@media only screen and (max-width: 767px) {
	.app {
		padding: 50px 15px;
	}
}
.app__container {
	display: flex;
	align-items: center;
	gap: 50px;
	width: 100%;
	max-width: 800px;
	background: #fff;
	padding: 40px 60px;
	margin-inline: auto;
	border-radius: 20px;
}
@media only screen and (max-width: 767px) {
	.app__container {
		padding: 40px 20px;
	}
}
@media only screen and (max-width: 767px) {
	.app__container {
		flex-direction: column;
	}
}
.app__text {
	width: 55%;
}
@media only screen and (max-width: 767px) {
	.app__text {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
.app__catch {
	font-size: clamp(16px, calc(13px + 0.75vw), 22px);
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-block: 0 10px;
}
.app__title {
	color: var(--main-color);
	font-size: clamp(38px, calc(32px + 1.5vw), 50px);
	font-weight: bold;
}
.app__title span {
	display: block;
	margin-top: 15px;
	font-size: 16px;
	color: #000;
}
.app_desc {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 20px;
}
.app__list {
	display: flex;
	list-style: none;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.app__list {
		width: fit-content;
		margin-inline: auto;
	}
}
.app__list-item {
	position: relative;
	line-height: 1.4;
	text-align: left;
	padding-left: 24px;
}
.app__list-item::before {
	position: absolute;
	top: 2px;
	margin-left: -22px;
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/images/miryoku/icon-check.svg) no-repeat center / cover;
}
.app-dl {
	display: flex;
	gap: 36px;
	max-width: 300px;
}
@media only screen and (max-width: 767px) {
	.app-dl {
		gap: 20px;
	}
}
.app-dl__appstore {
	width: 50%;
}
.app-dl__googleplay {
	width: 50%;
}
.app-dl__qr {
	margin-bottom: 20px;
}
.app-dl__btn {
	width: auto;
	height: 40px;
}
.app__img {
	width: 45%;
}
@media only screen and (max-width: 767px) {
	.app__img {
		width: 100%;
		max-width: 300px;
	}
}

/* フッター-------------------------------- */
footer > div > div {
	padding: 50px 30px 30px !important;
}
