@charset "UTF-8";
/*----------------------------------------------------------*/
/*   全体で使用する変数セット*/
/*----------------------------------------------------------*/
/*基本コンテンツ幅*/
/*ブレイクポイント　スマホ・タブレット共通*/
/*ブレイクポイント スマホ縦向き*/
/*ブレイクポイント スマホ横向き～タブレット縦*/
/*ブレイクポイント PC*/
/*黒*/
/*白*/
/*グレー*/
/*赤*/
/*ピンク*/
/*===============================================
変数
===============================================*/
/*===============================================
リセット
===============================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: none;
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

input, select {
  vertical-align: middle; }

a {
  text-decoration: none;
  color: #333; }

a:hover {
  color: #999; }

label {
  cursor: pointer; }

/*===============================================
共通
===============================================*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.6em;
  line-height: 1.8;
  color: #333;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  text-align: justify; }

img {
  max-width: 100%; }

#wrap {
  margin: 0 auto;
  padding: 10px 0 20%;
  width: 90%;
  background: #fff; }

/* PC */
@media screen and (min-width: 767px) {
  body {
    background-color: #f7f6f6; }

  #wrap {
    width: 600px;
    padding: 20px 50px 120px; } }
/*===============================================
ヘッダー
===============================================*/
header {
  margin: 0 auto 2em;
   }

header h1 {
  margin-bottom: 0.4em;
    line-height: 1.2;
}
header h1:before {
    display: block;
    content: "";
    width: 100%;
    height: 8px;
    margin-bottom: 3%;
    background-color:#9C332F ;
}

header h2 {
  padding: 0.8em;
  background: #AA8946;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  border-radius: 4px; }

header #postinfo {
  font-size: 0.6em;
  text-align: center;
  color: #666; }

/* PC */
@media screen and (min-width: 767px) {
  header #postinfo {
    font-size: 0.8em;
    text-align: right; } }
/*=========================================*/
/*メインコンテンツ*/
/*=========================================*/
#contents section {
  margin-bottom: 3em; }
  #contents section p {
    margin-bottom: 1em; }
#contents h1 {
  margin-bottom: 0.8em;
  padding: 0.5em;
  line-height: 1.6;
  background: #A97A28;
  color: #FFFFFF;
}
#contents .img {
  margin-bottom: 0.8em; }

#voice dl {
  margin-bottom: 1em;
  padding: 0.6em 1.2em;
  border: #ddd 1px solid;
  border-radius: 6px;
  background: #FFF7F9; }
  #voice dl dd {
    font-size: 1.4rem;
    text-align: right;
    color: #AA8946; }

.cv {
  background: #AA8946; }
  .cv div {
    margin: 0 auto;
    padding-bottom: 1em;
    width: 90%;
    text-align: center; }
    .cv div input[type="image"] {
      width: 100%; }

/*===============================================
フッター
===============================================*/
footer {
  text-align: center; }
  footer h1 {
    margin: 0 auto 1em;
    width: 80%; }
  footer ul {
    border: #ddd 1px solid;
    border-radius: 5px;
    text-align: left; }
    footer ul li {
      border-bottom: #ddd 1px solid; }
      footer ul li:last-child {
        border-bottom: none; }
      footer ul li a {
        padding: 0.8em 1em 0.8em 2em;
        background: url(../../img/himitsu/icon_arrow.png) no-repeat 1em center;
        background-size: 8px auto;
        display: block; }
  footer small {
    padding: 2em;
    font-size: 1.2rem;
    display: block; }

/* PC */
@media screen and (min-width: 767px) {
  footer h1 {
    width: 60%; }
  footer ul {
    border: none;
    text-align: center; }
    footer ul li {
      border-bottom: none;
      display: inline;
      font-size: 1.4rem; }
      footer ul li a {
        padding: 0.5em;
        background: none;
        display: inline-block; } }
.talk {
  overflow: hidden; }

.talk-text {
  background: #F2EDE3;
  border-radius: 5px;
  padding: 15px;
  overflow: hidden; }

.talk-img {
  width: 50px;
  float: left;
  margin: 0 15px auto 0; }
.item-name{

	background-color: #fcbab8;
	padding: 0 5px;
}

@media screen and (min-width: 767px) {
  .talk-img {
    width: 80px; }

  .talk-text {
    padding: 20px; } }

#cart-bottom {
    width: 100%;
    position: fixed;
    bottom:  0;
    z-index: 1;
    display: none;
	text-align: center;
    background: url("../../img/himitsu/bg_footer.jpg");
    padding: 5px 0;
}
#cart-bottom img{
	width: 477px !important;
}
@media screen and (max-width: 440px) {
  #cart-bottom img {
    width: 90% !important; } }
.is-fixed {
  display: none!important;
}
