@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*----------------------------------------------------------*/
/*   全体で使用する変数セット*/
/*----------------------------------------------------------*/
/*基本コンテンツ幅*/
/*ブレイクポイント　スマホ・タブレット共通*/
/*ブレイクポイント スマホ縦向き*/
/*ブレイクポイント スマホ横向き～タブレット縦*/
/*ブレイクポイント 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%;
  border-top: 10px solid #AA8946; }

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

img {
  max-width: 100%; }

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

/* PC */
@media screen and (min-width: 767px) {
  body {
    background: #F2EDE3; }
  #wrap {
    width: 600px;
    padding: 30px 50px 0; } }

/*===============================================
ヘッダー
===============================================*/
header {
  margin: 0 auto 2em;
  width: 90%; }

header h1 {
  margin-bottom: 0.4em; }

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-left: 1em;
  line-height: 1.6;
  border-left: 10px solid #AA8946; }

#contents h2 {
  margin-bottom: 0.8em;
  padding: 0.5em 0.8em;
  line-height: 1.2;
  background: #F2EDE3;
  border-radius: 10px;
  color: #AA8946;}
#contents section p + h2,
#contents section .img + h2{
    margin-top: 1.5em;
}

#contents h3 {
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-size: 2rem;
  color: #AA8946;
}

#contents .img {
  margin-bottom: 0.8em; }

#contents section ul {
  margin-bottom: 1em;
  padding-left: 0.5em;
  margin-left: 1em;
  list-style: square;}
#contents section ul.sozai {
font-size: 1.2em;
font-weight: bold;}
#contents section ul.zairyo {
  margin-left: 0;
  padding: 1.1em 3em;
  background: #F2EDE3;
  border-radius: 8px;
}

#contents section ol {
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style: decimal;
}
#contents section ol li {
  margin-bottom: 0.5em;
}

#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%; }

.c-red { color: #D90000;}

/*===============================================
フッター
===============================================*/
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/icon_arrow.png) no-repeat 1em center;
        background-size: 8px auto;
        display: block; }
  footer small {
    padding: 2em;
    font-size: 1.2rem;
    display: block; }

#cart-bottom {
    width: 100%;
    position: fixed;
    bottom:  0;
    z-index: 1;
    display: none;
	text-align: center;
}
#cart-bottom img{
	width: 100%;
}
.is-fixed {
  display: none!important;
}



/* 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; }

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