@charset "UTF-8";
.head{
	max-width: 1000px;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 40px;
}
.head img{
	width: 100%;
	height: auto;
}
.header {
    max-width: 1000px;
    margin: 0 auto;
}
.nav {
    width: 1000px;
    height: 70px;
    background-color: #ffffff;
    position: fixed;
    z-index: 10;
    box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
}
.nav .logo {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-left: 30px;
    text-align: right;
    z-index: 300;
    position: relative;
}
#wrapper:after {
    content: '';
    display: inline-block;
    max-width: 1070px;
    width: 100%;
    height: 50px;
    right: 0;
    left: 0;
    margin: 40px auto 0;
    background: url(/store/nori/images/base/bg_main-bottom.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    position: absolute;
}
hr {
    max-width: 800px;
    width: 95%;
    border-color: #000;
    margin: 3em auto;
}
.dot-line {
	margin-top: 40px;
	margin-bottom: 40px;
}
.dot-line:after {
	background: radial-gradient(circle farthest-side, #24581E, #24581E 35%, transparent 35%, transparent);
	background-size: 12px 12px;
	content: "";
	display: inline-block;
	height: 12px;
	width: 500px;
}
.yokoku{
	padding-top: 70px;
    margin-top: -70px;
} 
.box {
    width: 100%;
    position: relative;
    padding: 0.25em 1.5em;
    margin: 0 0 0 1.5em;
    top: 0;
}
.box:before {
    position: absolute;
    top: 10%;
    content: '';
    width: 10px;
    height: 80%;
    display: inline-block;
    box-sizing: border-box;
    border-left: solid 1px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    left: 0;
}
.box p {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
	margin: 0;
}
@media screen and (max-width: 768px) {
	.nav {
		width: 100%;
		height: 50px;
	}
	.nav .logo {
		height: 50px;
		padding-left: 4%;
		text-align: left;
	}
	.nav .logo img {
		width: 37.281%;
	}
	.head {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.dot-line:after {
		background: radial-gradient(circle farthest-side, #24581E, #24581E 40%, transparent 40%, transparent);
		background-size: 10px 10px;
		height: 10px;
		width: 95%;
	}
	.yokoku{
		padding-top: 50px;
		margin-top: -50px;
	} 	
}
/* ===============================================================================
FooterArea
=============================================================================== */
.footer {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 120px 0 60px;
	font-weight: bold;
	font-family: 'Helvetica','Arial','Koburina Gothic W6 JIS2004',sans-serif;
	background-color: #eefaff;
  }
  .footer .share__list {
	display: flex;
	justify-content: center;
	padding: 45px 0;
  }
  .footer .share__list li {
	margin-right: 36px;
	font-size: 14px;
  }
  .footer .share__list li:last-child {
	margin-right: 0;
  }
  .footer a:hover{
	  opacity: 0.5;
  }
  .footer .share__list li a, .footer .share__list li span {
	font-size: 14px;
	color: #000;
  }
  .footer .share__list li img {
	margin-right: 5px;
	vertical-align: middle;
  }
  .footer__menu {
	display: flex;
	justify-content: center;
  }
  .footer__menu li a {
	font-size: 12px;
	color: #000;
  }
  .footer__menu li:after {
	content: "／";
	display: inline;
	font-size: 12px;
  }
  .footer__menu li:last-of-type:after {
	display: none;
  }
  .footer .copyright {
	display: block;
	padding: 20px 0;
	text-align: center;
	font-size: 1px;
	letter-spacing: .5em;
  }
  @media screen and (max-width: 640px){
	.footer {
	  width: 100%;
	  max-width: 100%;
	  margin: 0 auto;
	  padding: 60px 0;
	}
	.footer .share__list {
	  width: 80%;
	  margin: 0 auto;
	  display: flex;
			justify-content: center;
	  padding: 25px 0;
	  flex-wrap: wrap;
	}
	.footer .share__list li a, .footer .share__list li span {
	  font-size: 13px;
	  letter-spacing: .04em;
	}
	.footer .share__list li {
	  width: 50%;
	  margin-right: 0;
	  font-size: 13px;
	  margin-bottom: 15px;
	}
	.footer__menu li:after{
	  display: none;
	}
	.footer__menu {
	  display: flex;
			justify-content: center;
			flex-direction: column;
	}
	.footer__menu li {
	  text-align: center;
	  line-height: 1.5;
	}
	.footer .copyright {
	  display: block;
	  padding: 20px 0;
	  text-align: center;
	  font-size: 10px;
	  letter-spacing: .5em;
	}
  }