@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700&display=swap');

header{
	display: block;
	width: 100%;
	background-color:rgba(255,255,255,0.80);
	height: 80px;
	  position:fixed;
	z-index:999;
}

header h1{
width: 10%;
	display : block;
  position: absolute;
  z-index : 3;
  left : 13px;
  top   : 12px;
}

header h1 img{
width: 100%;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: absolute;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: absolute;
  z-index : 2;
	height: 100vh;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.95);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
	position: absolute;
	 top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
	font-size: 1.8rem;
  transition: .4s all;
}

nav.globalMenuSp ul li img{
	width: 6%;

}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;

}

.about{
	width: 100%;
	margin: auto;
	padding: 5% 0;
	display: flex;
}

.about h2{
	font-family: 'Zen Old Mincho', serif;
	font-size: 4rem;
	letter-spacing: 10px;
}

.about h3{
font-family: 'ABeeZee', sans-serif;
	color: #A9A8A8;
	letter-spacing: 3px;
}
.about h4{
font-size: 2.0rem;
		font-family: 'Zen Old Mincho', serif;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.about p{
font-size: 1.5rem;
	line-height: 250%;
	letter-spacing: 2px;
}
.about div{
	width: 50%;

text-align: center;
	
}

.about div:last-of-type{
;
text-align:left;
}



.company{
	width: 100%;
	margin: auto;
		padding: 5% 0;
	text-align: center;

}

.company h2{
	font-family: 'Zen Old Mincho', serif;
	font-size: 4rem;
	letter-spacing: 10px;
}

.company h3{
font-family: 'ABeeZee', sans-serif;
	color: #A9A8A8;
	letter-spacing: 3px;
}


.company table{
font-size: 1.4rem;
	margin:30px auto;
	width: 70%;
  border-collapse:  collapse; 

}
.company table th{
padding: 15px 0px  15px 30px; 
	text-align: left;
	letter-spacing: 10px;
width:20%!important;
	background-color: #E0E0E0;

}

.company table td{
		padding-left: 20px;
	text-align: left;

}

.company table td,.company table th{
	border-bottom: 1px  #BFBFBF solid;
	
}


.company table tr:last-of-type th ,.company table tr:last-of-type td{
	border-bottom: none;
	
}






.store{
	width: 100%;
	margin: auto;
		padding: 5% 0;
	text-align: center;

}

.store h2{
	font-family: 'Zen Old Mincho', serif;
	font-size: 4rem;
	letter-spacing: 10px;
}

.store h3{
font-family: 'ABeeZee', sans-serif;
	color: #A9A8A8;
	letter-spacing: 3px;
}


.itemlist{
	display: flex;
	 justify-content:space-between;
	width: 90%;
	margin:5% auto 0 auto;
}

.itemlist div{
	width: 30%;
}


.itemlist div img{
	width: 100%;
}

.itemlist div p{
	font-size: 1.4rem;
	line-height: 140%;
}


.itemlist div h4{
	font-size: 1.6rem;
	font-weight: bold;
	color: #A00002;
	line-height: 140%;
	padding: 5px 0px 20px 0px;
}

.itemlist div a span{
	display: block;
	background-color:#5E5E5E;
	width: 95%;
	margin: auto;
	padding: 7px 0px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 120%;
	color: #fff;
	border-radius:30px;
transition: 0.5s;
}

.itemlist div a span:hover{
	background-color:#838383;
	
}

.itemlist div a span small{
font-weight: normal;
	font-size: 1.2rem;
}

.itemlist div a:nth-of-type(2) span{
margin-top: 25px;
	padding: 13px 0px  13px 50px;
	background-color: #fff;
	border: 1px solid #5E5E5E;
	color: #5E5E5E;
	position: relative;
}


.itemlist div a:nth-of-type(2) span::before{
content: "";
	position: absolute;
left: 20px;

	background-image:url("../img/amazon.png");
	display: inline-block;
	width: 90px;
	height: 22px;
background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}


.itemlist div a:nth-of-type(2) span:hover{
color: #9C9C9C;
	border: 1px solid #9C9C9C;
}


.mail{
	width: 100%;
	margin: auto;
		padding: 5% 0;
	text-align: center;

}

.mail h2{
	font-family: 'Zen Old Mincho', serif;
	font-size: 4rem;
	letter-spacing: 10px;
}

.mail h3{
font-family: 'ABeeZee', sans-serif;
	color: #A9A8A8;
	letter-spacing: 3px;
}



.mail div{
position:relative;
	;
width:100%;
height:0;
padding-top:40%;
	margin-top: 50px;
}
.mail div iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}


footer{
	width: 100%;
	text-align: center;
	margin: auto;
	background-color: #272626;
}

footer small{
	color:#fff;
	padding:20px 0px;
	display: block;
}