﻿@charset "utf-8";

body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic, "メイリオ", Meiryo, sans-serif;
	background: url(../images/bg04_a.png);
	background-size: cover;
}
@font-face {
	font-family: 'Zen_Kaku_Gothic_Antique';
	  src: url('../fonts/Zen_Kaku_Gothic_Antique/ZenKakuGothicAntique-Light.ttf')format('truetype');
}

/*
img, video {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
*/
a {
	transition: all 0.3s ease;
}
#container {
	width: 100%;
//	max-width: 1920px;
}
header {
	position: fixed;
	z-index: 9999;
	padding: 20px 0;
	width: 100%;
	background: #FFF;
	transition: all 0.15s linear;
}
header.active {
     box-shadow: 0 0 20px rgba(20,50,90,0.8);   
}
header #headerBox {
	display: flex;
//	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
//	padding: 0 0 8px;
	width: 98%;
	font-family: 'Zen_Kaku_Gothic_Antique';
//	background: yellow;
}
.mark {
	position: absolute;
	top: -14px;
	left: 240px;
	
}
.mark img {
	width: 70%;
}
#headerBox hgroup {
	width: 218px;
//	background: azure;
}
header h1 {
	margin-bottom: 6px;
	font-size: 1.6rem;
	align-self: center;
}
header h1 span {
	font-size: 1.2rem;
	margin-right: 1%;
}
header h1 a {
	color: royalblue;
}
header h2 {
	margin: 0 10px 10px;
	text-align: right;
	font-size: 1.2rem;
	color: #666;
}
header h3 {
	margin-left: 4%;
	font-size: 1.2rem;
	color: #666;
}
#right_box {
	align-self: flex-end;
	width: 60%;
//	background: tomato;
}
#nav_box {
	
	width: 100%;
}

nav {
	margin: 0 0 0 0;
	width: 100%;
//	background: pink;
}
nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
nav li {
//	padding: 0 0 0 1%;
	width: 19%;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 2;
	text-align: center;
	letter-spacing: 1px;
//	border-left: 1px solid #666;
//	box-sizing: border-box;
}
nav li:nth-of-type(1) {
	border-left: none;
}
nav li a {
	display: block;
	color: #333;
}
nav li a:hover {
	border-radius: 10px;
	color: #F00;
	background: mistyrose;
}
.trigger {
	display: none;
}

main {
	margin: 0 auto;
	padding: 100px 0 80px;
	width: 98%;
//	background: peachpuff;
}
main.goods {
	padding: 100px 0 40px;
}

main h2 {
	margin-left: 10%;
	font-size:1.8rem;
	line-height: 1.8;
}

footer {
//	border-top: 1px dotted #CCC;
	width: 100%;
	background: slategray;
}
footer p {
	margin-right: 30px;
	padding-bottom: 20px;
	font-size: 0.9rem;
	text-align: right;
	color: #FFF;
}
#footerBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2% auto 0;
	padding: 20px 0 40px;
	width: 80%;
}

#footerBox li {
	font-size: 1.1rem;
	line-height: 1.8;
	color: ghostwhite;
}
#footerBox li a {
	
	font-size: 1.1rem;
	line-height: 1.8;
	color: ghostwhite;
}
#footerBox li a:hover {
	color: lightpink;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 20px;
}
/*
.pagetop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
}
.pagetop a {
	display: block;
	background-color: rgba(55,120,235,0.7);
	text-align: center;
	color: #FFF;
	font-size: 0.85rem;
	line-height: 1.6;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 30px;
}
 
.pagetop a:hover {
	display: block;
	background-color: rgba(195,28,28,0.7);
	text-align: center;
	color: #FFE6D9;
	font-size: 0.85rem;
	line-height: 1.6;
	text-decoration: none;
	padding:10px 20px;
}
/*
.pagetop {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 20px;
}*/



@media screen and (max-width:1026px){
	.mark {
		left: 220px;
	}
}


@media screen and (max-width:824px){
	.mark {
		left: 220px;
	}
	.mark img {
		width: 50%;
	}
	footer p {
		margin-right: 20px;
		font-size: 0.85rem;
		text-align: center;
	}
	#footerBox {
		width: 70%;
	}
	#footerBox li {
		font-size: 0.9rem;
		line-height: 1.6;
	}
}


@media screen and (max-width:769px){
	#container {
		margin: 0;
	}
	header #headerBox {
		width: 80%;
	}
	#headerBox hgroup {
		width: 60%;
		text-align: center;
	}
	.mark {
		top: -10px;
		left: 270px;
	}
	.mark img {
		width: 60%;
	}
	header h1 {
		width: 90%;
		font-size: 2rem;
	}
	header h2 {
		margin-right: 2%;
		font-size: 1.4rem;
	}
	#right_box {
		align-self: flex-start;
	}
	main {
		padding: 100px 0 60px;
		width: 96%;
	}
	.catch p {
		padding: 2% 4%;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	nav {
		width: 30%;
	}
	nav ul {
		flex-direction: column;
	}
	nav li {
		padding: 10px 0;
		width: 100%;
		border-bottom: 1px solid #666;
		border-left: none;
	}
	nav li:nth-of-type(1) {
		border-top:  1px solid #666;
	}
	.triggerBg {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 10;
		background-color: rgba(120, 120, 120, 0.4);
		display: none;
		top: 0;
		left: 0;
	}
	.trigger,
	.trigger span {
		display: inline-block;
		transition: all .2s;
		box-sizing: border-box;
	}
	.trigger {
		position: fixed;
		top: 60px;
		right: 10px;
		cursor: pointer;
		width: 46px;
		height: 40px;
		z-index: 1000;
	}
	.trigger span {
		width: 100%;
		height: 4px;
		background-color: midnightblue;
		border-radius: 4px;
	}
	.trigger span:nth-of-type(1) {
		top: 0;
	}
	.trigger span:nth-of-type(2) {
		top: 20px;
	}
	.trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.trigger.active span:nth-of-type(1) {
		transform: translateY(16px) rotate(-45deg);
	}
	.trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.trigger.active span:nth-of-type(3) {
		transform: translateY(-16px) rotate(45deg);
	}

.hNavWrap {
	padding: 100px 0;
	width: 240px;
	height: 100%;
	transition: all .2s;
	transform: translate(300px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	background: ivory;
}
.hNavWrap.open {
	transform: translate(0);
}
}

@media screen and (max-width:700px){
	#headerBox hgroup {
		width: 60%;
	}
	#right_box {
		width: 40%;
	}
	.mark {
		left: 260px;
	}
	main {
		padding: 140px 0 30px;
//		width: 96%;
	}
}



@media screen and (max-width: 642px){
	header #headerBox {
		flex-direction: column;
		width: 90%;
	}
	#headerBox hgroup {
		width: 90%;
		text-align: center;
	}
	header h1 {
		width: 100%;
		font-size: 2rem;
	}
	header h1 span {
		font-size: 1.8rem;
	}
	header h2 {
		text-align: center;
	}
	#right_box {
//		align-self: flex-end;
		width: 100%;
	}
	.mark {
		top: 36px;
		left: 0px;
		
	}
	.mark img {
		width: 60%;
	}
	#footerBox ul {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 420px){
	header #headerBox {
		width: 100%;
	}
	#headerBox hgroup {
		width: 100%;
	}
	header h1 span {
		font-size: 1.5rem;
	}
	header h2 {
		font-size: 1.3rem;
	}
	.mark {
		top: 32px;
		left: 4px;
	}
}
