
@media only screen and (max-width: 767px) {
	header {
		padding: 2rem;
		width: 100%;
		display: flex;
		justify-content: space-between;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		transition: all .5s;
		background-color: white;
		align-items: center;
	}

	header .menu {
		position: absolute;
		left: 100%;
		transition: all .5s;
		top: 10rem;
		width: 100%;
		height:  calc(100vh - 10rem);
		background: linear-gradient(125deg, #ed9953 0%, #ffd2ad 100%);
		text-align: center;
		padding: 5rem;
	}

	header .menu.active {
		left: 0;
	}

	header .menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	header .menu ul li {
		padding: 1rem 0;
	}

	header .menu ul li a {
		font-family: Montserrat;
		font-weight: normal;
		font-size: 1.4rem;
		color: #63636d;
	}

	header .menu .sns {
		color: #63636d;
		font-size: 2.4rem;
	}

	header .menu .contact {
		border: solid 1px #63636d;
		border-radius: 5px;
		width: 100%;
		height: 5rem;
		color: #63636d;
		font-size: 1.4rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}

	header .menu .contact i {
		margin-right: 10px;
		padding-top: .5rem;
	}
	/*  */

	/* burger */

	header .burger {
		display: block;
	}

	/* footer */

	footer {
        background-color: #63636D;
        padding: 3rem 0;
        position: relative;
    }

	footer .logo {
		text-align: center;
	}

    footer .logo .txt {
		font-family: YuGo-Medium;
		font-weight: normal;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		line-height: 2.4rem;
		color: #ed9953;
		padding-top: 2.5rem;
    }

    footer .logo  a {
		text-align: center;
    }

    footer div.menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    footer ul {
        margin: 1rem 0;
        padding: 0;
		width: 100%;
        display: flex;
        justify-content: space-between;
		list-style: none;
    }

    footer ul li a {
		font-family: YuGo-Medium;
		font-weight: normal;
		font-size: 1.1rem;
		letter-spacing: 0.05em;
		line-height: 3.4rem;
		text-align: right;
		color: #fff;
    }

    footer ul li a:hover {
        color: #fff;
    }

    footer ul li:last-child a {
        padding-right: 0rem;
    }

    footer ul li a::before {
        content: '-';
        padding-left: 1rem;
    }

    footer  .sns {
        text-align: center;
        width: 100%;
		margin-bottom: 1.5rem;
    }

    footer  .sns a {
        color: #ed9953;
        font-size: 2rem;
    }

    footer .copyright {
		font-family: YuGo-Medium;
		font-weight: normal;
		font-size: 1rem;
		letter-spacing: 0.1em;
		margin: 0;
		text-align: right;
		color: #fff;
		opacity: 0.3;
    }
}














@media only screen and (min-width: 768px) {
	header {
		background-color: #fff;
		padding-left: 13rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 1000;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10
	}

	header .menu {
		display: flex;
		align-items: center;
		font-size: 1.4rem;
	}

	header .menu ul {
		display: flex;
		justify-content: space-between;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	header .menu ul li {
		padding-left: 2rem;
	}

	header .menu ul li a {
		font-family: Montserrat;
		font-weight: normal;
		font-size: 1.4rem;
		color: #63636d;
	}

	header .menu .sns {
		color: #ed9953;
		font-size: 2.4rem;
		margin: 0 5rem;
	}

	header .menu .contact {
		background: linear-gradient(125deg, #0ff 0%, #008000 100%);
		height: 100%;
		width: 20rem;
		height: 10rem;
		color: white;
		font-size: 1.4rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	header .menu .contact i {
		margin-right: 10px;
		padding-top: .2rem;
	}
	/*  */
	/* burger */

	header .burger {
		display: none;
	}

	/* footer */

	footer {
        background-color: #63636D;
        padding: 7rem 0;
        position: relative;
    }

	footer .cnt-in {
        display: flex;
        justify-content: space-between;
	}

	footer .logo img {
		margin-left: -10px;
		margin-bottom: 1.5rem;
	}

    footer .logo .txt {
		font-family: "Yu Gothic";
		font-weight: normal;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		line-height: 3rem;
		text-align: left;
		color: #ed9953;		
    }

    footer div.menu {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: column;
		width: 50%;
    }

    footer ul {
        margin: 0;
        padding: 0;
		width: 100%;
        display: flex;
        justify-content: space-between;
		list-style: none;
    }

    footer ul li a {
		font-family: YuGo-Medium;
		font-weight: normal;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		line-height: 3.4rem;
		text-align: right;
		color: #fff;
    }

    footer ul li a:hover {
        color: #fff;
    }

    footer ul li:last-child a {
        padding-right: 0rem;
    }

    footer ul li a::before {
        content: '-';
        padding-left: 1rem;
    }

    footer  .sns {
        text-align: right;
        width: 100%;
    }

    footer  .sns a {
        color: #ed9953;
        font-size: 2rem;
        margin-left: 2%;
    }

    footer .copyright {
		font-family: Montserrat;
		font-weight: normal;
		font-size: 1rem;
		letter-spacing: 0.1em;
		margin: 0;
		text-align: right;
		color: #fff;
    }
}























.burger {
	position: relative;
	cursor: pointer;
	width: 6rem;
	height: 6rem;
	border: none;
	outline: none;
	background: none;
	transform: rotate(0deg);
	transition: 0.35s ease-in-out;
}

.burger-line {
	display: block;
	position: absolute;
	width: 60%;
	height: 2px;
	left: 20%;
	border: none;
	outline: none;
	opacity: 1;
	border-radius: 0.25rem;
	background: #ed9953;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
	top: 30%;
}

.burger-line:nth-child(2), .burger-line:nth-child(3) {
	top: 48%;
}
.burger-line:nth-child(4) {
	bottom: 30%;
}
.burger.active .burger-line:nth-child(1), .burger.active .burger-line:nth-child(4) {
	top: 48%;
	width: 0%;
	left: 50%;
}

.burger.active .burger-line:nth-child(2) {
	transform: rotate(45deg);
}
.burger.active .burger-line:nth-child(3) {
	transform: rotate(-45deg);
}
