@charset "UTF-8";
/**
 * 目次
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #4f2e00;
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  min-width: 980px;
  -webkit-text-size-adjust: 100%; }

/* link
   ========================================================================== */
a {
  color: #4f2e00;
  text-decoration: none; }

a:visited {
  color: #4f2e00;
  text-decoration: none; }

a:hover {
  color: #4f2e00;
  text-decoration: underline; }

/* image
   ========================================================================== */
img {
  line-height: 1.0;
  vertical-align: bottom; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE7 */
.clearfix,
.fbox,
#contents,
.item-wrap {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html .fbox,
* html #contents,
* html .item-wrap {
  height: 1%; }

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

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

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* html
   ========================================================================== */
html {
  background: url(img/bg_contents.gif) repeat left top; }

html, body {
  height: 100%; }

#wrapper {
  background: url(img/bg_contents_center.gif) repeat-y center top;
  min-height: 100%;
  position: relative; }

/* header
   ========================================================================== */
#header-wrap {
  background: url(img/bg_header_btm.gif) repeat-x left bottom;
  padding-bottom: 5px; }

header {
  background: url(img/bg_common_parts.jpg) repeat center top; }

#header-inner {
  margin: 0 auto;
  width: 980px;
  position: relative; }

#head-logo {
  left: 0;
  position: absolute;
  top: 31px; }

#btn-webshop {
  position: absolute;
  right: 0;
  top: 42px; }

/* navigation
   ========================================================================== */
#gnav {
  margin-left: 211px;
  overflow: hidden;
  padding-top: 42px; }
  #gnav li {
    background: url(img/bg_gnavline.gif) no-repeat left top;
    padding-left: 1px;
    position: relative; }
    #gnav li:first-child {
      background: none;
      padding-left: 0; }
  #gnav a {
    display: block;
    position: relative; }
    #gnav a:after {
      background: url(img/gnav_arrow.png) no-repeat center top;
      bottom: -8px;
      content: '';
      left: 0;
      height: 8px;
      position: absolute;
      width: 100%;
      -webkit-transition: bottom .25s ease;
      -moz-transition: bottom .25s ease;
      -o-transition: bottom .25s ease;
      transition: bottom .25s ease; }
  #gnav li.active,
  #gnav li.activeParent {
    position: relative; }
    #gnav li.active:after,
    #gnav li.activeParent:after {
      background: url(img/gnav_arrow.png) no-repeat center top;
      bottom: 0;
      content: '';
      left: 0;
      height: 8px;
      position: absolute;
      width: 100%; }
  #gnav a:hover:after {
    bottom: 0; }

#head-utility {
  position: absolute;
  right: 0;
  text-align: right;
  top: 5px; }
  #head-utility li {
    margin-left: 9px; }

/* contents
   ========================================================================== */
#contents-wrap {
  background: url(img/bg_contents_top.gif) no-repeat center top;
  margin-top: -5px;
  padding-top: 5px; }

#contents {
  padding-bottom: 21.6%; }

/* topicpath
   ========================================================================== */
#topicpath-wrap {
  position: relative; }

#topicpath {
  letter-spacing: -.40em;
  position: absolute;
  right: 0;
  top: 40px;
  text-align: right;
  width: 100%; }
  #topicpath li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 8px;
    vertical-align: middle; }
    #topicpath li:before {
      content: '>';
      margin-right: 8px; }
    #topicpath li:first-child {
      margin-left: 8px; }
      #topicpath li:first-child:before {
        display: none; }
  #topicpath img {
    vertical-align: middle; }

/* footer
   ========================================================================== */
#pagetop {
  padding-bottom: 25px;
  text-align: center; }
  #pagetop img {
    cursor: pointer; }

#cont-bottom {
  background: url(img/bg_contents_center.gif) repeat-y center top;
  bottom: 0;
  position: absolute;
  width: 100%; }

#footer-wrap {
  background: url(img/bg_common_parts.jpg) repeat left top;
  padding-top: 3px; }

footer {
  background: url(img/bg_footer_btm.gif) repeat-x left top; }

#footer-inner {
  background: url(img/bg_contents_btm.gif) no-repeat center top;
  margin-top: -3px;
  padding-bottom: 23px;
  padding-top: 21px; }

#foot-utility {
  letter-spacing: -.40em;
  float: left;
  padding-left: 13px;
  width: 445px; }
  #foot-utility li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin-left: 10px; }
    #foot-utility li:first-child {
      margin-left: 0; }
    #foot-utility li.icon-fb {
      margin-left: 20px; }

#copyright {
  float: right;
  width: 258px; }

/* Error
   ========================================================================== */
.error-txt {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px; }

.error-link {
  margin-top: 15px; }
  .error-link li {
    margin-bottom: 9px;
    font-size: 15px;
    font-size: 1.5rem; }
    .error-link li a {
      background: url(img/icon_arrow02.png) no-repeat center left;
      padding-left: 18px; }

.small {
  font-size: 80% !important; }

/* ==========================================================================
   04. Parts
   ========================================================================== */
/* タイトル
   ========================================================================== */
.ttl-eng {
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2; }

.header-ttl-wrap {
  padding: 39px 0 34px; }

.sttl01 {
  background: url(img/bg_sttl01.png) repeat-x left center;
  margin-bottom: 23px;
  text-align: center; }
  .sttl01 span {
    background-color: #fef6e2;
    display: inline-block;
    padding: 0 26px; }

.sttl02 {
  border-bottom: 2px solid #d7c28a;
  border-left: 7px solid #d7c28a;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  padding-bottom: 3px;
  padding-left: 10px; }

/* コンテンツ
   ========================================================================== */
.cont-inner {
  margin: 0 auto;
  width: 980px; }

.fade img {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.fade:hover img {
  opacity: .7; }

.recommend-wrap {
  background-color: #f5ead0;
  padding-top: 70px; }
  .recommend-wrap .sttl01 span {
    background-color: #f5ead0; }

.recommend-limited li {
  width: 303px; }
  .recommend-limited li:nth-child(2n) {
    margin-left: 35px; }
  .recommend-limited li:nth-child(3n) {
    margin-left: 36px; }

.recommend-other {
  padding-top: 70px; }
  .recommend-other .sttl01 {
    margin-bottom: 0; }
  .recommend-other .item-box {
    border-bottom: none; }
    .recommend-other .item-box .item-label span {
      background-color: #f79d00; }

/* ボタン
   ========================================================================== */
.btn01 {
  background-color: #b79949;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  text-align: center;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease; }
  .btn01:hover {
    opacity: .7; }
  .btn01 span {
    background: url(img/icon_arrow_w.png) no-repeat left center;
    display: inline-block;
    padding-left: 10px; }

.btn02 {
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  text-align: center;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease; }
  .btn02:hover {
    opacity: .7; }
  .btn02 span {
    background: url(img/icon_arrow_br.png) no-repeat left center;
    display: inline-block;
    padding-left: 10px; }

/* テーブル
   ========================================================================== */
.tbl01 {
  width: 100%; }
  .tbl01 th,
  .tbl01 td {
    border: 1px solid #dcd5cc;
    padding: 8px 10px;
    text-align: center; }
  .tbl01 th {
    background-color: #f7e5b4; }
  .tbl01 td {
    background-color: #fff; }
