﻿@charset "utf-8";

@media print, screen and (min-width: 768px) {
  /*		Contents
---------------------------------------------------------------------------

	Common（共通部分）

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

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

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

  .sp {
    display: none;
  }

  .inner {
    position: relative;
    width: 1020px;
    margin: 0 auto;
  }

  /* ----------------------------------------
	logo_area
---------------------------------------- */
  .logo_area {
    padding: 30px 0;
    background: #ffffff;
    font-size: 1.3rem;
  }

  .logo_area h1,
  .logo_area .summary {
    position: absolute;
    top: 16px;
    left: 90px;
    line-height: 15px;
  }

  .logo_area .logo {
    text-align: center;
  }

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

  /* navi
---------------------------------------- */
  .logo_area .navi {
    position: absolute;
    top: 16px;
    right: 140px;
  }

  .logo_area .navi li {
    float: left;
    line-height: 15px;
  }

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

  .logo_area .navi li a:hover {
    text-decoration: underline;
  }

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

  /* ----------------------------------------
	menu
---------------------------------------- */
  #menu {
    background: url(../../img/common/bg_menu.png) repeat-x center bottom;
    text-align: center;
  }

  #menu .btn {
    display: none;
  }

  #menu ul {
    display: block !important;
    font-size: 0;
  }

  #menu ul li {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 69px;
  }

  #menu ul li::after {
    content: '│';
    padding: 0 1em;
  }
  #menu ul li:last-child::after {
    content: '';
    padding: 0;
  }
  #menu ul li a {
    color: #ffffff;
    text-decoration: none;
  }
  #menu ul li a:hover {
    text-decoration: underline;
  }
  #menu ul li.cart a {
    color: #e60012;
  }

  /* ----------------------------------------
	contents
---------------------------------------- */
  #contents {
    overflow: hidden;
    width: 1020px;
    margin: 0 auto;
    padding: 50px 0 80px 0;
  }

  #contents main {
    float: left;
    width: 760px;
    padding: 17px 20px 0;
    /* background: #ffffff; */
    background: #000;
  }

  #contents aside {
    float: right;
    width: 240px;
  }

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

  /* ----------------------------------------
	main
---------------------------------------- */

  main > .bnr {
    margin: -17px -20px 0;
  }

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

  main h2.title {
    margin: 0 0 20px 0;
    padding: 0 20px 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: 28px 0 24px 0;
    border-top: 2px solid #cea85e;
    border-bottom: none;
    text-align: center;
    font-size: 2.4rem;
  }

  main h3 {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
  }

  main h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 384px;
    height: 2px;
    background: #b83836;
  }

  /* path
---------------------------------------- */
  #path {
    padding: 0 0 17px 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;
  }

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

  #path li a:hover {
    text-decoration: underline;
  }

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

  aside .list ul li a:hover {
    text-decoration: underline;
  }

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

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

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

  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 li {
    padding: 0 0 20px 0;
  }
  aside .bnr li:last-child {
    padding: 0;
  }

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

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

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

  /* information
---------------------------------------- */
  footer .information {
    overflow: hidden;
    width: 1020px;
    margin: 0 auto 30px;
    background: #ebebe4;
  }

  footer .information .block {
    float: left;
    width: 480px;
    margin: 0 0 0 20px;
    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 20px 18px;
    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 {
    width: 400px;
  }

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

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

  footer .information table td {
    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 -20px;
    padding: 30px 0 0 0;
    background: url(../../img/common/bg.png);
  }

  #home .division {
    padding: 20px 20px 50px;
    background: #ffffff;
  }

  .bnr-furusato {
    margin-bottom: 30px !important;
  }

  /* ----------------------------------------
	selection
---------------------------------------- */
  #home .selection li {
    float: left;
    width: 240px;
    margin: 0 20px 30px 0;
    background: #ffffff;
  }

  #home .selection li:nth-child(3n) {
    margin-right: 0;
  }

  /* ----------------------------------------
	popular
---------------------------------------- */
  #home .popular {
    padding: 0 0 20px 0;
  }

  #home .popular ul li {
    float: left;
    width: 232px;
    margin: 0 12px 26px 0;
  }

  #home .popular ul li:nth-child(3n) {
    margin-right: 0;
  }

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

  #home .popular h3 {
    margin: 0;
    padding: 12px 0 8px 0;
    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 {
    overflow: hidden;
    padding: 6px 10px 6px 20px;
    border-bottom: 1px solid #c8c8c8;
    font-size: 1.5rem;
  }

  #home .blog ul li time {
    float: left;
    padding: 0 30px 0 0;
  }

  #home .blog ul li a {
    display: block;
    overflow: hidden;
    color: #222222;
    text-decoration: none;
  }
  #home .blog ul li a:hover {
    text-decoration: underline;
  }

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

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

  #product .detail h2 {
    padding: 4px 0;
    border: none;
    line-height: 1.5;
  }

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

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

  #product .detail dl dt {
    float: left;
    width: 177px;
    text-align: center;
  }

  #product .detail dl dd {
    float: left;
    width: 537px;
    padding: 0 10px;
    background: #ffffff;
  }

  #product .detail dl dd span {
    display: block;
    margin: -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 18px;
    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 20px 0;
  }

  #product .detail .gallery ul {
    padding: 0 0 10px 0;
  }

  #product .detail .gallery ul li {
    float: left;
    width: 232px;
    margin: 0 12px 10px 0;
    font-weight: bold;
  }

  #product .detail .gallery ul li:nth-child(3n) {
    margin-right: 0;
  }

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

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

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

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

  /* ----------------------------------------
	cart
---------------------------------------- */
  #product .detail .cart {
    overflow: hidden;
    margin: 0 0 30px 0;
    padding: 10px 0;
    background: #f0efed;
    text-align: center;
    font-size: 0;
    line-height: 45px;
  }

  #product .detail .cart > * {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: top;
  }

  #product .detail .cart p {
    width: 130px;
    padding: 0 0 0 10px;
  }

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

  #product .detail .cart .btn {
    width: 240px;
    padding: 0 15px 0 0;
  }

  #product .detail .cart .btn a {
    display: block;
    background: #b83836;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
  }

  #product .detail .cart span {
    float: left;
    padding: 10px 10px 5px;
    line-height: 1;
  }

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

  #gift .gift {
    padding: 0 0 20px 0;
  }

  #gift .gift p {
    overflow: hidden;
  }

  #gift .gift p img {
    float: right;
    margin: 0 0 0 40px;
  }

  #gift .gift section:nth-of-type(2) p img {
    margin-left: 80px;
  }

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

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

  /* ----------------------------------------
	box
---------------------------------------- */
  #order .box {
    width: 580px;
    margin: 0 auto;
    padding: 40px 76px 0;
    border: 1px solid #333333;
  }

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

  #order .box p.fax,
  #order .box p.tel {
    padding: 0 0 16px 74px;
    background: url(../../img/order/icon_fax.png) no-repeat left top;
    text-align: left;
    font-size: 2.8rem;
    font-weight: bold;
    color: #b83836;
    line-height: 36px;
  }

  #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: inline-block;
    font-size: 1.4rem;
    font-weight: normal;
    color: #222222;
    line-height: 30px;
  }

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

  #order .box .btn a {
    display: inline-block;
    width: 270px;
    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 30px 0;
  }

  #faq dl dt {
    margin: 0 0 12px 0;
    padding: 0 0 0 40px;
    background: url(../../img/faq/icon_q.png) no-repeat left top;
    font-weight: bold;
    line-height: 28px;
  }

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

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

  #law table {
    margin: 0;
    font-size: 1.4rem;
    line-height: 24px;
  }

  #law table th {
    width: 200px;
    padding: 15px 20px;
    background: #f6f6f6;
    border: 1px solid #dcdcdc;
    text-align: left;
    font-weight: normal;
  }

  #law table td {
    padding: 15px 20px;
    border: 1px solid #dcdcdc;
  }

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

  #privacy p {
    padding: 0 0 40px 0;
  }

  .mb30 {
    margin-bottom: 30px;
  }
}
