@charset "utf-8";
/* CSS Document */

html{
  scroll-behavior: smooth;
}

* {
	
	font-family: "brandon-grotesque", "Yu Gothic UI", sans-serif;
	font-weight: 200;
}

a:hover {
	opacity: 0.6;
	
}

.mt_50 {
	padding-top: 50px;
}
.wrapper {
	width: 90%;
	max-width: 960px;
	margin: auto;
}


.subttl {
	background-color: whitesmoke;
	font-size: 16px;
	font-weight: bold;
	  padding: 1em;
  border-left: 10px solid #CBC57A;
  background: whitesmoke;
}


.text {
	line-height: 1.8em;
	font-size:16px;
	color: #555;
	font-weight: 400;
}

.mt_section {
	margin-top: 80px;
}

/*contents*/

.cg_ttl {
	font-family: "brandon-grotesque", "Yu Gothic UI", sans-serif;
	font-weight: 200;
	font-size: 36px;
	color: #CBC57A;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	margin-bottom:0;
	padding-bottom: 0;
}

.cg_ttl h3 {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
}

.cg_ttl .jp {
	font-size: 0.45em;
	margin-left: 20px;
	padding-top: 2px;
	letter-spacing: 0.15em;
	font-weight: normal;
}


.l-header {
	background: url("../img/logo.jpg") no-repeat 5px;
	background-size: 23px;
	padding-left: 35px;
	margin-left:20px;
	font-size: 1.3em;
	line-height: 2em;
}
.footer {
	background:black;
	padding: 50px;
	margin-top: 40px;
	color: white;
}

.footer ul {
	display: flex;
justify-content: center;}

.footer li {
	padding: 15px;
}



a {text-decoration: none; color: inherit;}