/* CSS Document */

*{margin:0;padding:0;}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&family=Zen+Kaku+Gothic+New&display=swap');


html,body {
	font-family: "ZenKakuGothicNew-Regular";
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 0px;
}
dl {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #999999;
}
.clear {
	clear: both;
}

.wrapper {
	position: relative;
	background-color: #F2F2F2;
}

a#logo_baba {
	width: 75px;
	height: 75px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: absolute;
	top: 20px;
	left: 25px;
	background-image: url("../images/common/SVG/baba.svg");
	background-size: 75px auto;
	background-position: left top;
	z-index: 980;
}
h2 {
	font-family: "Roboto Slab";
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding-top: 100px;
}

#navButton {
	width: 100px;
	height: 100px;
	background-color: #FFF;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	transition: all 0.3s 0s ease-out;
}
#navButton.opened {
	width: 100%;
	height: 100vh;
	clip-path: none;
	background-color: #CCC;
}
#navButton .menu-trigger,
#navButton .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#navButton .menu-trigger {
	position: absolute;
	width: 25px;
	height: 22px;
	top: 15px;
	right: 20px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
}
#navButton .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #4D4D4D;
	border-radius: 4px;
}
#navButton .menu-trigger span:nth-of-type(1) {
	top: 0;
}
#navButton .menu-trigger span:nth-of-type(2) {
	top: 9px;
}
#navButton .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
#navButton .menu-trigger:not(.active):hover span:nth-of-type(2) {
	width: 70%;
}
#navButton .menu-trigger:not(.active):hover span:nth-of-type(3) {
	width: 35%;
}
#navButton .menu-trigger.active span:nth-of-type(1) {
	transform: translateY(9px) rotate(-45deg);
}
#navButton .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
#navButton .menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);
}
#navButton nav {
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#navButton nav ul {
	text-align: center;
}
#navButton nav ul li {
	display: inline-block;
	margin-top: 5px;
}

@media screen and (min-width: 420px) {
	#navButton nav ul li a {
		color: #FFF;
		font-family: "Roboto Slab";
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		width: 180px;
		height: 60px;
		display: block;
		padding-top: 120px;
		margin: 5px;
		border: 1px solid #FFF;
		transition: all 0.2s 0s ease-out;
	}
	#navButton nav ul li a:hover {
		color: #000;
		opacity: 1;
		background-color: #C5C5C5;
	}
	#navButton nav ul li a.toHome {
		background-image: url("../images/common/SVG/baba2.svg");
		background-size: 38%;
		background-position: center 35px;
		background-repeat: no-repeat;
	}
	#navButton nav ul li a.toInfo {
		background-image: url("../images/common/icon-profile.svg");
		background-size: 45%;
		background-position: center 35px;
		background-repeat: no-repeat;
	}
	#navButton nav ul li a.toWorks {
		background-image: url("../images/common/icon-works3.svg");
		background-size: 43%;
		background-position: center 35px;
		background-repeat: no-repeat;
	}
	#navButton nav ul li a.toProfile {
		background-image: url("../images/common/icon-info.svg");
		background-size: 35%;
		background-position: center 35px;
		background-repeat: no-repeat;
	}
	#navButton nav ul li a.toOffice {
		background-image: url("../images/common/icon-office.svg");
		background-size: 55%;
		background-position: center 35px;
		background-repeat: no-repeat;
	}
	#navButton nav ul li a.toContact {
		background-image: url("../images/common/icon-mail2.svg");
		background-size: 35%;
		background-position: center 40px;
		background-repeat: no-repeat;
	}
	#navButton nav ul li a.toInsta {
		background-image: url("../images/common/icon-insta.svg");
		background-size: 45px ;
		background-position: center 50px;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 419px) {
	#navButton nav ul li a {
		color: #FFF;
		font-family: "Roboto Slab";
		font-size: 15px;
		line-height: 50px;
		text-align: center;
		width: 135px;
		height: 60px;
		display: block;
		padding-top: 70px;
		margin: 5px;
		border: 1px solid #FFF;
		transition: all 0.2s 0s ease-out;
	}
	#navButton nav ul li a:hover {
		color: #000;
		opacity: 1;
		background-color: #C5C5C5;
	}
	#navButton nav ul li a.toHome {
		background-image: url("../images/common/SVG/baba2.svg");
		background-size: 38%;
		background-position: center 25px;
		background-repeat: no-repeat;
	}
	#navButton nav ul li a.toInfo {
		background-image: url("../images/common/icon-profile.svg");
		background-size: 45%;
		background-position: center 23px;
		background-repeat: no-repeat;
	}
	#navButton nav ul li a.toWorks {
		background-image: url("../images/common/icon-works3.svg");
		background-size: 43%;
		background-position: center 22px;
		background-repeat: no-repeat;
	}
	#navButton nav ul li a.toProfile {
		background-image: url("../images/common/icon-info.svg");
		background-size: 35%;
		background-position: center 23px;
		background-repeat: no-repeat;
	}
	#navButton nav ul li a.toOffice {
		background-image: url("../images/common/icon-office.svg");
		background-size: 55%;
		background-position: center 23px;
		background-repeat: no-repeat;
	}
	#navButton nav ul li a.toContact {
		background-image: url("../images/common/icon-mail2.svg");
		background-size: 35%;
		background-position: center 25px;
		background-repeat: no-repeat;
	}
	#navButton nav ul li a.toInsta {
		background-image: url("../images/common/icon-insta.svg");
		background-size: 45px ;
		background-position: center 30px;
		background-repeat: no-repeat;
	}
}

@media screen and (min-width: 800px) {
	#sns {
		text-align: right;
		margin: 0px 50px;
		position: relative;
	}
	#sns span {
		width: 20px;
		margin: 0px 0px 0px 8px;
		display: inline-block;
	}
}
@media screen and (max-width: 799px) {
	#sns {
		text-align: right;
		margin: 0px 25px;
		position: relative;
	}
	#sns span {
		width: 20px;
		margin: 0px 0px 0px 8px;
		display: inline-block;
	}
}

footer {
	color: #FFF;
	text-align: center;
	width: 100%;
	padding: 20px 0px 30px 0px;
	letter-spacing: 0em;
	background-color: #4D4D4D;
}
footer a {
	color: #FFF;
}
footer a:hover {
	text-decoration: none;
}
footer p {
	font-family: "Roboto Slab";
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin-top: 10px;
}
footer h3 {
	display: block;
	width: 140px;
	height: 14px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px auto 10px auto;
	background-image: url("../images/common/SVG/babadesign.svg");
	background-size: 140px auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
footer h4 {
	font-family: "Roboto Slab";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
footer menu {
	margin-top: 10px;
}
footer menu li {
	display: inline-block;
	margin: 5px;
}
footer menu li a {
	font-family: "Roboto Slab";
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 25px;
	width: 107px;
	height: 25px;
	display: block;
	border: solid 1px #FFFFFF;
	background-image: url("../images/common/arrow-right.svg");
	background-size: 5px auto;
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
footer a.contact {
	font-family: "Roboto Slab";
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 52px;
	width: 228px;
	height: 55px;
	display: block;
	margin: 15px auto;
	border: solid 5px #FFFFFF;
	background-image: url("../images/common/icon-mail3.svg");
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: 10px 13px;
}
footer a.privacy {
	font-family: "Roboto Slab";
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 25px;
	margin-top: 10px;
	padding-left: 15px;
	display: inline-block;
	background-image: url("../images/common/arrow-right.svg");
	background-size: 5px auto;
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
footer aside {
	font-family: "Roboto Slab";
	font-weight: 300;
	color: #999;
	font-size: 11px;
	line-height: 20px;
	margin-top: 10px;
}

.linkText {
	text-decoration: underline;
}
