@charset "UTF-8";
header .mypage__link {
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 160px;
	height: 160px;
	/* background-color: #EC6B3B; */
	background: url(./img/mypage.svg) no-repeat center / cover;
	font-size: 1.6rem;
    line-height: 1.3;
    color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	padding-top: 5px;
}
header .mypage__link .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
header .mypage__link b {
	font-weight: 800;
	line-height: 1.25;
	display: block;
	width: 100%;
}
header .mypage__link span {
	display: block;
	width: 100%;
    font-weight: 200;
	padding-bottom: 2px;
}
header .mypage__link:hover {
	transform: scale(1.05);
}
header .mypage__link.none {
	opacity: 0;
	pointer-events: none;
}
@media only screen and (max-width: 960px) {
	header .mypage__link {
		position: fixed;
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		bottom: 5px;
		width: calc(100% - 10px);
		height: 56px;
		/* background-color: #EC6B3B; */
		background: none;
		background-color: #EC6B3B;
		border-radius: 7px;
		font-size: 1.6rem;
		line-height: 54px;
		font-weight: 600;
		color: #fff;
		text-align: center;
		display: inline-block;
		justify-content: unset;
		align-items: unset;
		z-index: 9999;
		padding-top: 0;
	}
	header .mypage__link .inner {
		display: block;
		flex-wrap: unset;
		justify-content: unset;
		align-items: unset;
	}
	header .mypage__link b {
		font-weight: 600;
		line-height: unset;
		display: inline;
		width: 100%;
	}
	header .mypage__link span {
		display: inline;
		width: 100%;
		font-weight: 600;
		padding-bottom: 2px;
	}
	header .mypage__link:hover {
		transform: translateX(-50%);
	}
	header .mypage__link.none {
		opacity: 0;
		pointer-events: none;
	}
}
footer {
	background-color: #FFF5E4;
    border-radius: 100px 100px 0 0;
	margin-top: 120px;
}
.footer__content {
	width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 120px 20px 40px 20px;
}
.footer__logo {
	display: block;
	width: 100%;
	max-width: 193px;
}
.footer__grid {
	display: flex;
}
.footer__info {
	width: 40%;
	max-width: 400px;
	font-size: 1.3rem;
	color: #777;
}
.footer__text {
	margin-top: 20px;
}
.footer__text p,
.footer__text address {
	margin-top: 10px;
}
.footer__text a {
	color: #777;
}
.footer__text a:hover {
	text-decoration: underline;
}
.footer__sitemap {
	display: flex;
	width: calc(50% + 20px);
	margin-left: -20px;
	padding-left: 20px;
}
.footer__list {
	width: calc(50% - 20px);
	margin-left: 20px;
}
.footer__list li + li {
    margin-top: 20px;
}
.footer__list li a {
	font-size: 16px;
    text-decoration: none;
    position: relative;
    display: flex;
	color: #333;
	line-height: 1;
}
.footer__list li a:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: .9em;
    height: .9em;
    position: relative;
    border-radius: 50%;
    top: .1em;
    background-color: #ff9666;
    margin-right: 8px;
    display: block;
}
.footer__list li a:hover {
	text-decoration: underline;
}
.footer__sns {
	width: 10%;
	padding-left: 20px;
}
.footer__sns ul {
	display: flex;
	gap: 15px;
}
.footer__sns img {
	width: 100%;
}
.footer__copyright {
	text-align: right;
	margin-top: 40px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	font-size: 1.3rem;
	color: #777;
}
@media only screen and (max-width: 768px) {
	footer {
		background-color: #FFF5E4;
		border-radius: 30px 30px 0 0;
		margin-top: 60px;
	}
	.footer__content {
		width: 100%;
		max-width: 1040px;
		margin: 0 auto;
		padding: 60px 20px 40px 20px;
	}
	.footer__logo {
		display: block;
		width: 100%;
		max-width: 193px;
		margin: auto;
	}
	.footer__grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer__info {
		width: 100%;
		max-width: 100%;
		font-size: 1.3rem;
		color: #777;
	}
	.footer__text {
		margin-top: 20px;
	}
	.footer__text p,
	.footer__text address {
		margin-top: 10px;
	}
	.footer__text a {
		color: #777;
	}
	.footer__text a:hover {
		text-decoration: underline;
	}
	.footer__sitemap {
		display: flex;
		gap: 40px;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		margin-top: 40px;
	}
	.footer__list {
		width: 50%;
		margin-left: 0;
	}
	.footer__list li + li {
		margin-top: 20px;
	}
	.footer__list li a {
		font-size: 16px;
		text-decoration: none;
		position: relative;
		display: flex;
		color: #333;
		line-height: 1;
	}
	.footer__list li a:before {
		content: "";
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: .9em;
		height: .9em;
		position: relative;
		border-radius: 50%;
		top: .1em;
		background-color: #ff9666;
		margin-right: 8px;
		display: block;
	}
	.footer__list li a:hover {
		text-decoration: underline;
	}
	.footer__sns {
		width: 100%;
		padding-left: 20px;
		margin-top: 40px;
	}
	.footer__sns ul {
		display: flex;
		gap: 15px;
		justify-content: center;
	}
	.footer__sns img {
		width: 100%;
	}
	.footer__copyright {
		text-align: center;
		margin-top: 20px;
		border-top: 1px solid #ddd;
		padding-top: 15px;
		font-size: 1.3rem;
		color: #777;
	}
}
@media only screen and (max-width: 540px) {
	.footer__sitemap {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-left: 0;
		padding-left:0;
		gap: 20px;
		margin-top: 40px;
	}
	.footer__list {
		width: 100%;
		margin-left: 0;
	}
}