@charset "utf-8";

/* CSS Document */
@media all{
	
body{
	font-family: A1 Gothic R, sans-serif;
}
.lgt{
	font-family: A1 Gothic L, sans-serif;
}
.mid{
	font-family: A1 Gothic M, sans-serif;
}
.bld{
	font-family: A1 Gothic B, sans-serif;
}

p,
ul,
ol,
li,
dl,
dt,
dd{
	margin: 0; padding: 0;
}
li{
	list-style: none;
}

a{
	text-decoration: none; 
	color: #000;
	transition: .3s;
}
	a:hover{
		opacity: .7;
	}

h1,
h2,
h3,
h4,
th{
	font-family: A1 Gothic B, sans-serif;
	font-weight: normal; 
	margin: 0;
}

img{
	width: 100%; 
	height: auto;
	vertical-align: bottom;
}
.ofi{
	font-family: 'object-fit: cover; object-position: 50% 50%;'
}

nav.pure-drawer{
	background: #fff000;
}
nav.pure-drawer li{
	list-style: none;
}
nav #menulist{
	border-top: solid 1px #777;
	background: #fff;
	margin-bottom: 20px;
}
nav #menulist li{
	font-family: A1 Gothic M, sans-serif;
	border-bottom: solid 1px #777;
	position: relative;
	font-size: 1rem;
	height: 4em;
	transition: .3s;
}
nav #menulist li::after{
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	top: 1.2em;
	left: 1.5em;
	background: url("/images/logo_c.png") no-repeat;
	background-size: contain;
}
nav #menulist li a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 1.2em 1em 1.2em 4.5em;
	box-sizing: border-box;
}
nav #menulist li:hover{
	background: #f0f0f0;
}
nav #logopart{
	width: 140px;
	margin: 40px auto;
}
nav .linklist{
	font-family: A1 Gothic M, sans-serif;
	font-size: 0.9rem;
	text-align: center;
	margin-bottom: 10px;
}
nav .linklist a{
	display: inline-block;
	margin: 0 1em;
}
nav .linklinedw{
	display: block;
	width: 150px;
	margin: 20px auto;
}
nav a#insta{
	display: block;
	width: 30px;
	margin: 0 auto 20px;
}
nav #cprtbox{
	width: 100%;
	height: 100px;
	background-color: #fff;
	background-image: url(/images/drawer_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	position: relative;
}
nav #cprtbox .cprt{
	position: absolute;
	width: 100%;
	bottom: 0;
	font-size: 0.85rem;
	text-align: center;
	padding: 1em;
	box-sizing: border-box;
	color: #fff;
}
.blackbg{
	width: 100%;
	height: 100%;
	background: #000;
}

.moreinfo{
	display: block;
	width: 330px;
	margin: 0 auto 40px;
}

footer{
	background-image: url("/images/footer_bg_wht.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-color: #fff;
	min-height: 50vw;
	position: relative;
}
#addbox{
	position: absolute;
	width: 100%;
	min-height: 250px;
	bottom: 0;
	left: 0;
}
#addbox .addarea .add h3{
	font-family: A1 Gothic M, sans-serif;
	font-size: 1rem;
	margin-bottom: 0.5em;
}
	#addbox .addarea .add a{
		color: #fff;
	}
a#scrltop{
	position: fixed; 
	display: block; 
	bottom: 20px; 
	right: 20px; 
	width: 50px; 
	height: 67px; 
	z-index: 1; 
}
	
}

@media screen and (max-width: 567px){
	html{
		font-size: 15px;
	}

	.linklinefix{
		display: block;
		position: fixed;
		width: 90px;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	
nav #cprtbox{
	height: 33.4vw;
	background-color: #fff;
}
	
footer{
	background-image: url("/images/footer_bg_wht.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 200%;
	background-color: #fff;
	min-height: 100vw;
	position: relative;
}
#addbox{
	position: static;
	width: 100%;
	min-height: 250px;
	bottom: 0;
	left: 0;
}
#addbox::before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60vw;
	background: rgba(0,78,162,.65);
	mix-blend-mode: multiply;
}
#addbox .addarea{
	position: absolute;
	color: #fff;
	font-size: 0.8rem;
	bottom: 40px;
	left: 10px;
	width: calc(100% - 20px);
}
#addbox .addarea .logo{
	width: 40%;
	margin: 0 30% 15px;
}
#addbox .addarea .add{
	width: 100%;
	text-align: center;
	line-height: 1.5em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
#addbox .addarea .add h3{
	font-size: 0.9rem;
	margin-bottom: 0.5em;
}
#addbox .addarea .linklist{
	font-family: A1 Gothic M, sans-serif;
	width: 100%;
	text-align: center;
}
#addbox .addarea .linklist a{
	display: inline-block;
	color: #fff;
}
#addbox .addarea .linklist a:first-child{
	margin-right: 2em;
}
#addbox .cprt{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	padding: 1em;
	box-sizing: border-box;
}
	
	.pd{display: none;}
	.pc{display: none;}
	.pdpc{display: none;}

}

@media screen and (min-width: 568px) and (max-width: 1024px){
	html{
		font-size: 12px;
	}

	.linklinefix{
		display: block;
		position: fixed;
		width: 150px;
		top: 10px;
		left: 10px;
		z-index: 1;
	}
	
#home footer{
	background-image: url("/images/footer_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-color: #fff000;
	min-height: 50vw;
	position: relative;
}
#addbox .addarea{
	position: absolute;
	width: 90%;
	margin: 70px 0;
	top: 0;
	left: 5%;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
}
#addbox::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,78,162,.65);
	mix-blend-mode: multiply;
}
#addbox .addarea .logo{
	width: 25%;
	padding-right: 30px;
	box-sizing: border-box;
}
#addbox .addarea .add{
	width: 47%;
	color: #fff;
	padding-right: 20px;
	box-sizing: border-box;
}
#addbox .addarea .linklist{
	font-family: A1 Gothic M, sans-serif;
	width: 28%;
	display: flex;
	align-items: flex-end;
}
#addbox .addarea .linklist a{
	display: inline-block;
	color: #fff;
}
#addbox .addarea .linklist a:first-child{
	margin-right: 1em;
}
#addbox .cprt{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.9rem;
	padding: 2em;
	box-sizing: border-box;
}
	
	.sp{display: none;}
	.pc{display: none;}

}

@media screen and (min-width: 1025px){
	html{
		font-size: 12px;
	}

	.linklinefix{
		display: block;
		position: fixed;
		width: 150px;
		top: 10px;
		left: 10px;
		z-index: 1;
	}
	
#home footer{
	background-image: url("/images/footer_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-color: #fff000;
	min-height: 50vw;
	position: relative;
}
#addbox .addarea{
	position: absolute;
	width: 90%;
	margin: 70px 0;
	top: 0;
	left: 5%;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.16rem;
}
#addbox .addarea div{
	padding: 0 30px;
	box-sizing: border-box;
}
#addbox::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,78,162,.65);
	mix-blend-mode: multiply;
}
#addbox .addarea .logo{
	width: 30%;
}
#addbox .addarea .add{
	width: 40%;
	color: #fff;
}	
#addbox .addarea .linklist{
	font-family: A1 Gothic M, sans-serif;
	width: 30%;
	display: flex;
	align-items: flex-end;
}
#addbox .addarea .linklist a{
	display: inline-block;
	color: #fff;
}
#addbox .addarea .linklist a:first-child{
	margin-right: 2em;
}
#addbox .cprt{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.9rem;
	padding: 2em;
	box-sizing: border-box;
}
	
	.sp{display: none;}
	.pd{display: none;}
	.sppd{display: none;}

}
