@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, figcaption, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

img {vertical-align: bottom;}
ul {list-style: none;}

/* ========================================
General
======================================== */
html,body {
	font-size:62.5%;
	line-height: 1.75;
	box-sizing: border-box;
}

body {
    font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
    font-size: 1.4rem;
    color: #000;
    background:linear-gradient(#000000, #321d0c, #7a624c);
    word-wrap: break-word;
    min-width: 750px;
}

.bg {
    background: url(../images/bg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

.inner {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    filter: drop-shadow(0px 0px 30px rgba(255, 235, 200, .2));
}

._mb_10 {margin-bottom: 10px;}
._mb_20 {margin-bottom: 20px;}
._mb_30 {margin-bottom: 30px;}
._mb_40 {margin-bottom: 40px;}

/* ========================================
Cart
======================================== */
.box_cart {position: relative;}

.box_cart a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	transition: .3s;
}

.box_cart_a a {bottom: 80px;}
.box_cart_b a {bottom: 130px;}
.box_cart a:hover  {opacity: .7;}

/* ========================================
Note
======================================== */
.box-postage {
    margin: 20px auto;
    background-color: #e3f9fb;
    border: 1px #002d70 dotted;
    color: #002d70;
    padding: 1em;
    font-size: 1.4rem;
}

.box-postage p {
    font-weight: bold;
    font-size: 1.6rem;
}

.info_inner,
.note_inner {
    width: 90%;
    margin: 0 auto;
    font-size: 1.3rem;
}

.info_ttl_a {
    background-color: #002c6f;
    font-size: 1.7rem;
    color: #FFF;
    font-weight: bold;
    line-height: 1;
    padding: 1em 2.8em 0.8em;
    margin: 15px 0px 20px;
}

.info_ttl_b {
    font-size: 1.8rem;
    font-weight: bold;
    color: #002c6f;
}

.info_ttl_b {font-size: 1.6rem;}

.info_inner dl dt {
    font-weight: bold;
    color: #002c6f;
}

.info_inner dl dd {margin: 0 0 10px;}

.note_toggle>ul:first-child {
	border-top: 1px solid #CCC;
}

.note_toggle a.toggle {
    position: relative;
    display: block;
    padding: 14px 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #002c6f;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
}

.note_toggle a.toggle::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 3px solid #CCC;
    border-right: 3px solid #CCC;
    content: "";
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.note_toggle a.toggle.active:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box_toggle {
    display: none;
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
	width: 100%;
}

.list_bullet_a > ul > li,
.list_bullet_b > ul > li {
	position: relative;
    padding-left: 1em;
}

.list_bullet_a ul li::before,
.list_bullet_b ul li::before {
    position: absolute;
    top: 0;
    left: 0;
}

.list_bullet_a > ul > li::before {content: "・";}
.list_bullet_b ul li::before {content: "●";}


.list_note_a li {display: flex;}
.list_note_a .mark {margin-right: .3rem;}

.note_em, .note_contents dl dt {
    font-weight: bold;
    color: #002c6f;
}

.info_hr {border-top: 1px dashed #002c6f;}

/* ========================================
Fotter
======================================== */
footer .inner {
    padding: 20px 0;
    background: #fff;
}

footer p {
	text-align: center;
}