﻿@charset "utf-8";

@media screen and (max-width: 767px) {
  /*		Contents
---------------------------------------------------------------------------

	Common（共通部分）

	HOME										[ / ]
	商品一覧									[ /product/ ]
	商品詳細									[ /product/ ]
	ギフトについて								[ /gift/ ]
	ご注文方法									[ /order/ ]
	Q＆A										[ /faq/ ]
	特定商取引に関する法律に基づく表記			[ /law/ ]
	プライバシーポリシー						[ /privacy/ ]

------------------------------------------------------------------------ */

  /* ========================================================================
	Common（共通部分）
======================================================================== */
  body {
    min-width: 320px;
    background: url(../../img/common/bg.png);
  }

  a:hover {
    text-decoration: none;
  }

  .pc {
    display: none;
  }

  /* ----------------------------------------
	logo_area
---------------------------------------- */
  .logo_area {
    background: #ffffff;
    text-align: center;
    font-size: 1.3rem;
  }

  .logo_area h1,
  .logo_area .summary {
    padding: 20px 10px 10px;
    line-height: 15px;
  }

  .logo_area .logo {
    padding: 0 0 10px 0;
  }

  .logo_area .logo img {
    width: auto;
    height: 30px;
  }

  .logo_area ul {
    padding: 0 0 20px 0;
    font-size: 0;
  }

  .logo_area ul li {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 15px;
  }

  .logo_area ul li::after {
    content: '│';
  }
  .logo_area ul li:last-child::after {
    content: '';
  }

  .logo_area ul li a {
    color: #222222;
    text-decoration: none;
  }

  /* ----------------------------------------
	menu
---------------------------------------- */
  #menu .btn {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #menu ul {
    display: none;
    position: absolute;
    top: 120px;
    width: 100%;
    padding: 10px 10px 13px;
    background: url(../../img/common/bg_menu.png) repeat-x center bottom #000000;
    z-index: 10;
  }

  #menu ul li {
    float: left;
    width: 50%;
    padding: 5px 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 24px;
  }

  #menu ul li a {
    color: #ffffff;
    text-decoration: none;
  }
  #menu ul li.cart a {
    color: #e60012;
  }

  /* ----------------------------------------
	contents
---------------------------------------- */
  #contents {
    padding: 20px 10px 0;
  }

  /* key
---------------------------------------- */
  #contents > .key {
    padding: 0 0 20px 0;
    text-align: center;
  }

  /* ----------------------------------------
	main
---------------------------------------- */
  main {
    margin: 0 0 20px 0;
    padding: 14px 10px 0;
    /* background:#ffffff; */
    background: #000;
  }

  main > .bnr {
    margin: -14px -10px 0;
  }

  /* h要素
---------------------------------------- */
  main h2 {
    margin: 0 0 20px 0;
    padding: 0 0 6px 0;
    border-bottom: 2px solid #cea85e;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }

  main h2.title {
    padding: 0 10px 3px;
    background: url(../../img/common/bg_h2.png) no-repeat center bottom #000000;
    border: none;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 40px;
  }

  main h2.title_recommend {
    margin: 0;
    padding: 20px 0;
    border-top: 2px solid #cea85e;
    border-bottom: none;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
  }

  main h3 {
    margin: 0 0 20px 0;
    padding: 0 0 6px 0;
    border-bottom: 2px solid #b83836;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
  }

  /* path
---------------------------------------- */
  #path {
    padding: 0 0 14px 0;
    text-align: right;
    font-size: 0;
  }

  #path li {
    display: inline-block;
    padding: 0 0 0 0.5em;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;
  }

  #path li::after {
    content: '>';
    padding: 0 0 0 0.5em;
  }

  #path li:last-child::after {
    content: '';
    padding: 0;
  }

  #path li a {
    color: #222222;
    text-decoration: none;
  }

  /* scroll
---------------------------------------- */
  main .scroll {
    overflow-x: scroll;
    margin: 15px auto 20px;
  }

  /* ----- scrollbar ----- */
  main .scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  main .scroll::-webkit-scrollbar-track {
    background: #cccccc;
  }
  main .scroll::-webkit-scrollbar-thumb {
    background: #000000;
  }
  /* --------------------- */

  main .scroll table {
    width: 600px;
    margin: 0;
  }

  /* ----------------------------------------
	aside
---------------------------------------- */
  aside > div {
    background: #ffffff;
    border: 5px solid #fff0f0;
  }

  /* list
---------------------------------------- */
  aside .list {
    margin: 0 0 20px 0;
    padding: 15px 10px 10px;
  }

  aside .list h2 {
    margin: 0 0 16px 0;
    padding: 0 10px;
    background: #fff0f0;
    border-left: 4px solid #d51115;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 30px;
  }

  aside .list h3 {
    position: relative;
    margin: 0 0 6px 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #d51115;
  }

  aside .list h3::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d51115;
  }

  aside .list h3 span {
    position: relative;
    padding: 0 6px 0 0;
    background: #ffffff;
    z-index: 1;
  }

  aside .list ul {
    padding: 0 0 10px 0;
  }

  aside .list ul li {
    padding: 0 0 0 1.5em;
    text-indent: -1.5em;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 26px;
  }

  aside .list ul li a {
    color: #222222;
    text-decoration: none;
  }

  /* shop
---------------------------------------- */
  aside .shop {
    margin: 0 0 20px 0;
    padding: 20px 10px 15px;
    text-align: center;
    line-height: 20px;
  }

  aside .shop h2 {
    padding: 0 0 10px 0;
  }

  aside .shop p img {
    width: 120px;
  }

  aside .shop address {
    padding: 0 10px 10px;
  }

  aside .shop address p {
    padding: 8px 0;
    border-bottom: 1px solid #fff0f0;
    font-size: 1.4rem;
    font-weight: bold;
  }

  aside .shop address p:last-of-type {
    border: none;
  }

  /* bnr
---------------------------------------- */
  aside .bnr {
    margin: 0 -5px;
    padding: 0 0 10px 0;
  }

  aside .bnr li {
    float: left;
    width: 50%;
    padding: 0 5px 10px;
    text-align: center;
  }

  aside .bnr li img {
    width: 200px;
  }

  /* ----------------------------------------
	footer
---------------------------------------- */
  footer {
    background: #000000;
  }

  footer .pagetop a {
    display: block;
    padding: 10px 0 12px;
    text-align: center;
    line-height: 0;
  }

  footer .pagetop img {
    width: 10px;
  }

  footer small {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #cea85e;
    line-height: 40px;
  }

  /* information
---------------------------------------- */
  footer .information {
    margin: 0 10px 20px;
    padding: 0 10px;
    background: #ebebe4;
  }

  footer .information .block {
    font-family:
      '游ゴシック Medium', '游ゴシック体', 'YuGothic M', YuGothic, 'ヒラギノ角ゴ ProN',
      'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.2rem;
    line-height: 20px;
  }

  footer .information h2 {
    margin: 0 0 18px 0;
    padding: 0 2px;
    border-bottom: 1px solid #c3c2b4;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 45px;
  }

  footer .information h3 {
    margin: 0 0 4px 0;
    padding: 0 8px;
    background: #c0bfb1;
    font-family:
      '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'メイリオ', Meiryo,
      sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 25px;
  }

  footer .information strong {
    color: #d51115;
  }

  footer .information dl dt {
    font-weight: bold;
  }

  footer .information p,
  footer .information dl dd {
    padding: 0 0 20px 0;
  }

  footer .information dl dd img {
    margin: 18px 0 0 0;
  }

  footer .information ul li {
    padding: 0 0 0 1em;
    font-weight: bold;
  }

  footer .information table br {
    display: none;
  }

  footer .information table tr {
    border-bottom: 1px dotted #c0bfb1;
  }

  footer .information table th {
    padding: 10px 0;
    text-align: left;
  }

  footer .information table td {
    width: 60px;
    padding: 10px 0;
    text-align: right;
    vertical-align: bottom;
  }

  footer .information table tr:first-child th,
  footer .information table tr:first-child td {
    padding-top: 0;
  }

  /* ----------------------------------------
	table.reset
---------------------------------------- */
  table.reset {
    margin: 0;
    border: none;
  }

  table.reset th {
    padding: 0;
    background: none;
    border: none;
    font-weight: normal;
  }

  table.reset td {
    padding: 0;
    border: none;
  }

  /* ========================================================================
	HOME										[ / ]
======================================================================== */
  #home {
    margin: 0 -10px;
    padding: 20px 0 0 0;
    background: url(../../img/common/bg.png);
  }

  #home .division {
    padding: 20px 10px;
    background: #ffffff;
  }
  .bnr-furusato {
    padding-bottom: 30px;
  }

  /* ----------------------------------------
	selection
---------------------------------------- */
  #home .selection {
    margin: 0 -5px 20px;
  }

  #home .selection li {
    float: left;
    width: 33.33%;
    padding: 0 5px;
  }

  /* ----------------------------------------
	popular
---------------------------------------- */
  #home .popular ul {
    margin: 0 -5px 10px;
  }

  #home .popular ul li {
    float: left;
    width: 50%;
    padding: 0 5px 20px;
  }

  #home .popular ul li a {
    display: block;
    text-decoration: none;
  }

  #home .popular ul li img {
    display: block;
    margin: 0 auto;
  }

  #home .popular h3 {
    margin: 0;
    padding: 10px 0 8px 0;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    color: #222222;
    line-height: 1.5;
  }

  #home .popular h3::after {
    display: none;
  }

  #home .popular p {
    font-size: 1.2rem;
    line-height: 16px;
    color: #646464;
  }

  /* ----------------------------------------
	blog
---------------------------------------- */
  #home .blog h2 {
    margin-bottom: 6px;
  }

  #home .blog ul li {
    padding: 6px 10px 6px 10px;
    border-bottom: 1px solid #c8c8c8;
    font-size: 1.5rem;
  }

  #home .blog ul li a {
    display: block;
    margin: 6px 0 0 0;
    color: #222222;
    text-decoration: none;
  }

  /* ========================================================================
	商品一覧									[ /product/ ]
======================================================================== */
  #product .list > p {
    padding: 0 0 20px 0;
    text-align: right;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
  }

  /* ========================================================================
	商品詳細									[ /product/ ]
======================================================================== */
  #product .detail {
    padding: 0 0 10px 0;
  }

  #product .detail h2 {
    padding: 0;
    border: none;
  }

  #product .detail > p {
    padding: 0 0 20px 0;
    font-family:
      '游ゴシック Medium', '游ゴシック体', 'YuGothic M', YuGothic, 'ヒラギノ角ゴ ProN',
      'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  }

  #product .detail dl {
    overflow: hidden;
    margin: 0 0 10px 0;
    background: #f0efed;
    border: 3px solid #f0efed;
    text-align: center;
    font-size: 1.4rem;
  }

  #product .detail dl dt {
    padding: 10px;
  }

  #product .detail dl dd {
    padding: 10px;
    background: #ffffff;
  }

  #product .detail dl dd span {
    display: block;
    padding: 10px 0 0 0;
  }

  #product .detail dl dd select {
    width: 100%;
  }

  /* ----------------------------------------
	tag
---------------------------------------- */
  #product .detail .tag {
    overflow: hidden;
  }

  #product .detail .tag p {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0 10px;
    background: #000000;
    font-weight: bold;
    color: #ffffff;
    line-height: 28px;
  }

  #product .detail .tag p.tag_1 {
    background: #b83836;
  }

  /* ----------------------------------------
	gallery
---------------------------------------- */
  #product .detail .gallery p {
    padding: 0 0 10px 0;
  }

  #product .detail .gallery ul {
    margin: 0 -5px 10px;
  }

  #product .detail .gallery ul li {
    float: left;
    width: 33.33%;
    padding: 0 5px 10px;
    font-weight: bold;
  }

  /* ----------------------------------------
	comment
---------------------------------------- */
  #product .comment {
    padding: 0 0 20px 0;
    font-family:
      '游ゴシック Medium', '游ゴシック体', 'YuGothic M', YuGothic, 'ヒラギノ角ゴ ProN',
      'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  }

  #product .comment table {
    margin: 0;
    font-family:
      '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'メイリオ', Meiryo,
      sans-serif;
    font-size: 1.4rem;
  }

  #product .comment table th {
    width: 120px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #dcdcdc;
    text-align: left;
    font-weight: normal;
  }

  #product .comment table td {
    padding: 10px;
    border: 1px solid #dcdcdc;
  }

  /* ----------------------------------------
	cart
---------------------------------------- */
  #product .detail .cart {
    margin: 0 0 20px 0;
    padding: 20px 10px;
    background: #f0efed;
    text-align: center;
    font-size: 1.4rem;
  }

  #product .detail .cart p {
    padding: 0 0 20px 0;
  }

  #product .detail .cart input {
    width: 60px;
  }

  #product .detail .cart .btn a {
    display: inline-block;
    width: 240px;
    background: #b83836;
    text-align: center;
    color: #ffffff;
    line-height: 45px;
    text-decoration: none;
  }

  #product .detail .cart span {
    display: block;
    padding: 10px 0 0 0;
  }

  /* ========================================================================
	ギフトについて								[ /gift/ ]
======================================================================== */
  #gift .key,
  #gift .gift section {
    padding: 0 0 30px 0;
  }

  #gift .gift p img {
    display: block;
    margin: 0 auto 10px;
  }

  /* ========================================================================
	ご注文方法									[ /order/ ]
======================================================================== */
  #order .order {
    padding: 0 0 30px 0;
  }

  #order .order p {
    padding: 0 0 20px 0;
  }

  /* ----------------------------------------
	box
---------------------------------------- */
  #order .box {
    padding: 20px 10px 0;
    border: 1px solid #333333;
  }

  #order .box p {
    text-align: center;
    font-size: 1.4rem;
  }

  #order .box p.fax,
  #order .box p.tel {
    padding: 0 0 20px 30px;
    background: url(../../img/order/icon_fax.png) no-repeat left 6px;
    background-size: 20px 18px;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    color: #b83836;
  }

  #order .box p.tel {
    background-image: url(../../img/order/icon_tel.png);
  }
  #order .box p.tel a {
    text-decoration: none;
  }

  #order .box p.fax span,
  #order .box p.tel span {
    display: block;
    padding: 10px 0 0 0;
    font-size: 1.4rem;
    font-weight: normal;
    color: #222222;
  }

  /* btn
---------------------------------------- */
  #order .box .btn {
    padding: 0 0 20px 0;
    text-align: center;
  }

  #order .box .btn a {
    display: inline-block;
    width: 240px;
    background: #b83836;
    border: 2px solid #baaf6e;
    text-align: center;
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 46px;
    text-decoration: none;
  }

  /* ========================================================================
	Q＆A										[ /faq/ ]
======================================================================== */
  #faq dl {
    padding: 0 0 10px 0;
  }

  #faq dl dt {
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    background: url(../../img/faq/icon_q.png) no-repeat left 2px;
    background-size: 20px;
    font-weight: bold;
  }

  #faq dl dd {
    padding: 0 0 20px 30px;
    background: url(../../img/faq/icon_a.png) no-repeat left 2px;
    background-size: 20px;
  }

  /* ========================================================================
	特定商取引に関する法律に基づく表記			[ /law/ ]
======================================================================== */
  #law {
    padding: 0 0 30px 0;
  }

  #law table {
    margin: 0;
    border-top: 1px solid #dcdcdc;
    font-size: 1.4rem;
    line-height: 24px;
  }

  #law table th {
    display: block;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #dcdcdc;
    border-top: none;
    text-align: left;
    font-weight: normal;
  }

  #law table td {
    display: block;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-top: none;
  }

  /* ========================================================================
	プライバシーポリシー						[ /privacy/ ]
======================================================================== */
  #privacy p {
    padding: 0 0 30px 0;
  }
}
