/*------------------------------
reset.css
------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a img:hover{
    opacity: 0.5;
    transition: 0.7s;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/*------------------------------
base.css
------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body{
	width: 100%;
  background: #f2f2f2;
}
html, body {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: normal;
	margin: 0 ;
	padding: 0px;
	color: #333;
	font-style: normal;
	font-size: 15px;
	line-height: 1.6;
}
ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}
a {
	text-decoration: none;
}
a:link {
	color: #333;
}
a:active {
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
body div a:active, body div a:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	border: 0;
}

/*------------------------------
all
------------------------------*/
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}
body {
	background-color: #f2f2f2;
	font-size: 62.5%;
}
p {
	font-size: 1.6rem;
}
ul,li {
	font-size: 1.6rem;
}
th,td {
	font-size: 1.6rem;
}

/*------------------------------
header
------------------------------*/
header {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background: #fff;
}
header table {
  width: 90%;
  margin: 0 auto;
  background: #fff;
}
header table tr td {
  width: 14.2%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 3px
}
header a:link {
  color: #999;
}
header a:hover {
  color: #326231;
}
header.sp {
  display: none;
}
/*------------------------------
footer
------------------------------*/
footer {
  width: 100%;
  margin: 50px auto;
  padding: 20px 0;
  border-top: 3px solid #000000;
}
footer table {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto;
}
footer table tr td {
  max-width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 5px
}
footer a:link {
  color: #999;
}
footer a:hover {
  color: #326231;
}
.info {
  color:#999;
  font-size: 1.2rem;
  text-align: center;
}
.copyright {
  margin: 10px auto;
  color:#999;
  font-size: 1.2rem;
  text-align: center;
}
footer ul {
    margin: 15px auto;
    text-align: center;
}
footer ul li {
    background-image: url("https://sv7.eshop-do.com/ns11900/ref_img/arrow02.gif");
    background-position: left 3px;
    background-repeat: no-repeat;
    display: inline;
    margin: 0 5px;
    padding-left: 15px;
}
footer ul li a{
	color: #000000;
}
footer ul li a:hover{
	color: #999999;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background: #fff;
  }
  header table {
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }
  header table tr td {
    width: 16.6%;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 1px
  }
}

@media screen and (max-width: 640px) {
.pc {
  display: none;
}
.sp {
  display: block;
}
p {
padding: 0 0 0.1em 0;
font-size: 1.5rem;
}
ul,li {
font-size: 1.5rem;
}
th,td {
font-size: 1.5rem;
}
header.pc {
  display: none;
}
header.sp {
  display: block;
  position: fixed;
	top: 0;
  max-width: 768px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 32px;
  background-color: #ffffff;
  z-index: 998;
}
.logo-sp {
  position: relative;
  top: 0;
  left: 16px;
  height: 28px;
}
.sp_new {
  position: fixed;
  top:1px;
  left: 16px;

	}
	.sp_new p {
		font-size: 0.5rem;
		color:#F85355;
		font-weight: bold;
	}
	
.cart {
  position: fixed;
  top: 16px;
  right: 56px;
  z-index: 999;
}
nav.menu {
  position: fixed;
  top: 22px;
  right:10px;
  width:25px;
  height:30px;
  cursor:pointer;
  overflow:hidden;
  z-index:999;
}
nav .menu1 {
  width:25px;
  height:3px;
  background-color: #000;
  top:0px; position:absolute;
}
nav .menu2 {
  width:25px;
  height:3px;
  background-color: #000;
  top:8px;
  position:absolute;
}
nav .menu3 {
  width:25px;
  height:3px;
  background-color: #000;
  top:16px;
  position:absolute;
}
nav .menu1,
nav .menu2,
nav .menu3 {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
nav .menuclick1 {
  top:8px;
  -o-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
}
nav .menuclick2 {
  background-color:rgba(255,255,255,0);
}
nav .menuclick3 {
  top:8px;
  -o-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
#menu{
  display: none;
  position: fixed;
  right: 0;
  top: 50px;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  text-align: center;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#menu p {
  width: 90%;
  margin: 20px auto;
  padding: 4px;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  border-radius: 4px;
}
ul#menu{
	border-top: 1px solid #8B8B8B;
	margin-top: 20px;
}
#menu li.pd10{
	border-bottom: 1px solid #8B8B8B;
	line-height: 3;
}
.kaite_top {
		padding-top: 50px
}
}
@media screen and (max-width: 480px) {
footer ul {
	display: none;
}

}

#guide h2 {
	margin: 50px auto 30px;
}
