@charset "utf-8";
/*------------------------------------------------------------------
	base.css
------------------------------------------------------------------*/
body {
	width: 100%;
	min-width: 1300px;
	position: relative;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	color: #202020;
	letter-spacing: .075em;
	-webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
img {
	max-width: 100%;
}
.alphaOver a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: .7;
	opacity: .7;
	zoom: 1;
}
a,
a:link {
	color: #202020;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:hover span{
	opacity: .5;
}
.en {
	font-family: 'Jost', sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: .2em;
}
/* ==================================
header
=====================================*/
.header_inner {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	max-width: 1300px;
	margin: auto;
	padding-bottom: 20px;
}
.header_inner h1 {
	width: 450px;
	box-sizing: border-box;
}
.header_inner h1 img {
	display: block;
	max-width: 173px;
	height: auto;
}
.header_inner .header_content {
	width: calc(100% - 450px);
}
.header_inner .header_content nav ul {
	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_inner .header_content nav ul li a span{
	font-size: 16px;
	letter-spacing: .2em;
	display: block;
}
.header_inner .header_content nav ul li.cvBtn a{
	display: block;
	width: 170px;
	height: 120px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: .8;
	letter-spacing: .1em;
	background: #202020;
	padding: 35px 10px;
	box-sizing: border-box;
}
.header_inner .header_content nav ul li.cvBtn a span{
	font-size: 13px;
	color: #6e6e6e;
}
/* main部分
=======================*/
.wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 200px;
}
/* inviewContents関連
=======================*/
.inviewContents {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: .8s;
}
.fadein {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/* ==========================
footer 
=============================*/
footer {
	background: #202020;
	color: #fff;
}
.footer_content {
	padding: 40px 0 20px;
	text-align: center;
}
.footer_content .logo{
	margin-bottom: 20px;
}
.footer_content .logo img{
	max-width: 173px;
}
.footer_content .address{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 2.5;
}
.footer_content .tel{
	margin-bottom: 10px;
	color: #fff;
	font-size: 26px;
	letter-spacing: 0.1em;
}
.footer_content .tel span{
	font-size: 20px;
}
.footer_content .insta{
	margin-bottom: 20px;
}
.footer_content .insta img{
	width: 20px;
}
footer .copyright,
footer .copyright a {
	font-size: 12px;
	color: #fff;
	line-height: 1.8;
}
@media screen and (max-width: 480px) {
	body {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
		font-size: 14px;
		color: #333;
		line-height: 1.8em;
	}
	/*header
	========================================*/
	.header_inner {
		display: block;
		padding: 20px 0;
	}
	.header_inner h1 {
		width: 100%;
		padding: 0;
	}
	.header_inner .header_content {
		width: 100%;
	}
	.header_inner h1 img {
		max-width: 180px;
		margin: auto;
	}
	.header_inner .header_content nav ul {
		display: block;
	}
	.header_inner .header_content nav ul li.cvBtn a{
		display: block;
		width: 60%;
		height: auto;
		margin: auto;
		line-height: .7;
		padding: 4% 0 5%;
	}
	header .menu_btn {
		display: block;
		width: 50px;
		height: 50px;
		position: fixed;
		top: 20px;
		right: 0;
		z-index: 99;
		box-sizing: border-box;
	}
	.open header .menu_btn {
		display: block;
		line-height: 30px;
		text-align: center;
		z-index: 999;
	}
	header .menu_btn span {
		display: block;
		width: 34px;
		height: 2px;
		background: #202020;
		border-radius: 5px;
		transition: all 0.3s;
		transform: rotate(0deg);
	}
	header .menu_btn span.middle {
		transform: translateY(6px);
	}
	header .menu_btn span.bottom {
		transform: translateY(12px);
	}
	.open header .menu_btn span {
		background: #202020;
	}
	.open header .menu_btn span.middle {
		background: rgba(255, 255, 255, 0);
	}
	.open header .menu_btn span.top {
		transform: rotate(-45deg) translate(-8px, 12px);
	}
	.open header .menu_btn span.bottom {
		transform: rotate(45deg) translate(9px, 5px);
	}
	header .menu_bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255,0.9);
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		z-index: 100;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	header .menu {
		display: table;
		width: 100%;
		padding: 0;
		border: none;
	}
	header .menu ul {
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 20% 0 0;
	}
	header .menu ul li {
		width: 100%;
		margin: auto;
		text-align: center;
	}
	header .menu ul li.sp {
		font-size: 13px;
	}
	header .menu ul li a {
		display: block;
		width: 80%;
		margin: auto;
		padding: 20px 0;
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open header .menu_bg {
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}
	/*  .main
    =============================================  */
	.wrapper {
		padding-bottom: 80px;
	}
	/*footer
    ============================================*/
	.footer_content{
		width: 90%;
		margin: auto;
		padding: 30px 0 70px;
	}
	.footer_content .logo{
		margin-bottom: 30px;
	}
	.footer_content .logo img{
		max-width: 173px;
	}
	.footer_content .insta{
		margin-bottom: 30px;
	}
	.footer_content .insta img{
		width: 20px;
	}
	.footerArea {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 54px;
		overflow: hidden;
		z-index: 10;
	}
	.footerArea a {
		display: block;
		position: relative;
		width: 50%;
		float: left;
		background: rgba(32, 32, 32,0.9);
		text-align: center;
		font-size: 15px;
		letter-spacing: .1em;
		color: #fff;
		line-height: 54px;
	}
	.footerArea a.tel {
		box-sizing: border-box;
		border-right: 1px solid #fff;
	}
	.footerArea a.tel span{
		display: inline-block;
		font-size: 13px;
	}
}
@media screen and (min-width: 481px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 480px) {
	.sp {
		display: inline-block;
	}
	.pc {
		display: none !important;
	}
}
