@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
.body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #333;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
	display: inline-block;
}
a:hover {
	opacity: .7;
}
a img {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
}
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
	display: block;
}
input,
select {
	vertical-align: middle;
}
body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: #333;
	width: 100%;
	min-width: 1100px;
	overflow-x: scroll;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #fff;
}
.en {
	font-family: 'Avenir', 'Open Sans', sans-serif;
}
img {
	max-width: 100%;
	margin: auto;
	vertical-align: bottom;
}
ul,
li,
dl,
dt,
dd,
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	letter-spacing: normal;
	/* For IE 6/7 */
	*display: inline;
	*zoom: 1;
}
li::marker {
	margin: 0;
	padding: 0;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
ins {
	/* remember to highlight inserts somehow! */
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	/* markup tables with 'cellspacing="0"' */
	border-collapse: collapse;
	border-spacing: 0;
}
.alc {
	text-align: center !important;
}
.all {
	text-align: left !important;
}
.alr {
	text-align: right !important;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clr {
	zoom: 1;
}
.clr:after {
	content: ' ';
	display: block;
	clear: both;
	height: 0;
}
.clearboth {
	clear: both !important;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/* ==================================
header
=====================================*/
.header_content {
	max-width: 1100px;
	height: 85px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 0;
}
.header_logo img {
	display: block;
	width: 150px;
}
.header_logo a {
	display: block;
	width: 100%;
}
.header_menubtn {
	display: none;
}
.header_menulist ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}
.header_menulist ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_menulist ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.05rem;
	text-align: center;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333333;
	position: relative;
}
.header_menulist ul li:first-child a {
	padding-left: 0;
}
.header_menulist ul li:last-child a {
	padding-right: 0;
}
/* --------------
footer
---------------- */
footer {
	background-color: #5b534a;
	padding: 45px 0 20px;
}
.footer_cont {
	margin: auto;
	max-width: 1100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer_cont1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	color: #fff;
	line-height: 1.6rem;
}
.footer_cont1 h1 {
	width: 194px;
	margin-right: 90px;
}
.footer_cont1_info h2 {
	font-size: 16px;
	font-weight: 400;
}
.footer_cont1_info p {
	font-size: 14px;
}
.footer_cont2 {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.footer_cont2 .list01 {
	margin-right: 80px;
}
.footer_cont2 ul li {
	margin-bottom: 20px;
}
.footer_cont2 ul li a {
	font-size: 16px;
	line-height: 1.6rem;
	color: #fff;
}
.copyright {
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 75px;
}
.copyright a {
	color: #fff;
}
@media only screen and (max-width: 768px) {
	/* --------------
共通
---------------- */
	body {
		min-width: 100%;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	/* --------------
header
---------------- */
	.header_menubtn {
		position: fixed;
		width: 40px;
		height: 48px;
		top: 16px;
		right: 16px;
		z-index: 99;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header_menubtn span {
		display: block;
		width: 100%;
		height: 2px;
		background: #5b534a;
		position: absolute;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.header_menubtn span.top {
		top: 30%;
	}
	.header_menubtn span.middle {
		top: 48%;
	}
	.header_menubtn span.bottom {
		bottom: 30%;
	}
	.open .header_menubtn {
		z-index: 999;
	}
	.open .header_menubtn span.top {
		background: #fff;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		-ms-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		top: calc(50% - 2px);
	}
	.open .header_menubtn span.middle {
		display: none;
	}
	.open .header_menubtn span.bottom {
		background: #fff;
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		bottom: 50%;
	}
	.header_menubg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(91, 83, 74, 0.9);
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		z-index: 100;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.header_content {
		height: 80px;
		width: 100%;
		padding: 0 5%;
	}
	.header_menulist {
		display: table;
		width: 100%;
		padding: 0;
		border: none;
	}
	.header_menulist ul {
		display: block;
		width: 100%;
		height: 100%;
		padding: 13% 0;
	}
	.header_menulist ul li {
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.header_menulist ul li a {
		display: block;
		color: #fff;
		font-size: 18px;
		text-align: center;
		padding: 20px 0;
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open .header_menubg {
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}
	.header_logo img {
		width: 140px;
	}
/* --------------
footer
---------------- */
	footer {
		padding-top: 30px;
	}
	.footer_cont {
		width: 100%;
		padding: 0 5%;
		display: block;
	}
	.footer_cont1 {
		display: block;
		text-align: center;
		line-height: 1.5rem;
	}
	.footer_cont1 h1 {
		width: 160px;
		margin: 0 auto;
	}
	.footer_cont1_info {
		text-align: left;
		display: inline-block;
	}
	.footer_cont1_info h2 {
		font-size: 14px;
		margin-top: 20px;
	}
	.footer_cont1_info p {
		font-size: 13px;
	}
	.footer_cont2 {
		display: none;
	}
	.copyright {
		margin-top: 50px;
	}
	.copyright a {
		line-height: 1.8rem;
	}
}