﻿@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

li {
  list-style: none;
}

input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

.error-message {
  color: #c00;
}

.sp {
  display: none;
}

.inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
}

.btn a {
  overflow: hidden;
  *zoom: 1;
  display: block;
  border: solid 1px #333;
  padding: 20px;
  color: #333;
  background: url("../images/arrow_black.png") 98% center no-repeat;
  text-align: center;
  font-size: 14px;
}
.btn a:hover {
  background: #333 url("../images/arrow_white.png") 98% center no-repeat;
  color: #FFF;
  text-decoration: none;
}

/*
#iframe_header {
	height: 240px;
}*/
/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
/*============================
#header_caution
============================*/
#header_caution {
  text-align: center;
  background-color: #ffeeee;
}

/*============================
#header_top
============================*/
#header_top {
  margin-bottom: 10px;
  margin-right: 10px;
}
#header_top ul {
  overflow: hidden;
  *zoom: 1;
}
#header_top ul li {
  float: right;
  width: auto;
  margin-left: 10px;
}

header {
  background-color: #FFF;
}
header:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
header .inner {
  clear: both;
}
header .inner:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
header .inner h1 {
  float: left;
  width: auto;
  margin-bottom: 12px;
}
header .inner h2 {
  float: left;
  width: auto;
  height: 13px;
}
header .inner h2 img {
  vertical-align: top;
}

/*============================
#header_free
============================*/
#header_free {
  float: right;
  width: auto;
}

/*============================
#g_menu
============================*/
#g_menu {
  display: block;
}
#g_menu ul {
  overflow: hidden;
  *zoom: 1;
  float: right;
  width: auto;
  padding: 5px 0;
}
#g_menu ul li {
  float: left;
  width: auto;
  font-size: 11px;
  background: url("https://image.rakuten.co.jp/onestep/cabinet/lp/top/g_header/icon_gray.gif") left center no-repeat;
  padding-left: 10px;
  margin-left: 10px;
}

/*============================
#g_menu_icon
============================*/
#g_menu_icon {
  display: none;
}

nav {
  clear: both;
  background-color: #ff6702;
  border-bottom: solid 4px #666;
  display: block;
}
nav ul {
  display: table;
  width: 100%;
  padding: 5px 0;
}
nav ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  border-left: dotted 1px #FFF;
  text-align: center;
}
nav ul li a {
  display: block;
  width: 100%;
}
nav ul li:first-child {
  border-left: none;
}

/*============================
#g_search
============================*/
#g_search {
  background-color: #676767;
  height: 32px;
  line-height: 1.0;
  padding-bottom: 4px;
  padding-left: 4px;
}
#g_search .inner {
  /*background: url("https://image.rakuten.co.jp/onestep/cabinet/lp/top/g_header/search.gif") left center no-repeat;
  padding-left: 90px;*/
  overflow: hidden;
  *zoom: 1;
}
#g_search .inner form {
  width: 50%;
  float: left;
}
#g_search .inner form input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  height: 32px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  /*@include kadomaru(3);*/
}
#g_search .inner form input[type='text'] {
  width: 80%;
  border-radius: 0;
}
#g_search .inner form input[type='submit'] {
  background: #fff url("../images/icon_mglass.png") right center no-repeat;
  border: none;
  height: 32px;
  width: 20%;
  cursor: pointer;
  border-radius: 0;
}

/*============================
#ninkiword
============================*/
#ninkiword {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*width: 50%;*/
  float: right;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
}
#ninkiword dl {
  overflow: hidden;
  *zoom: 1;
}
#ninkiword dl dt {
  float: left;
  width: auto;
  margin-right: 10px;
}
#ninkiword dl dt img {
  vertical-align: middle;
}
#ninkiword ul {
  overflow: hidden;
  *zoom: 1;
}
#ninkiword ul li {
  float: left;
  width: auto;
  font-size: 12px;
}
#ninkiword ul li:after {
  content: "/";
  padding: 0 5px;
  color: #FFF;
}
#ninkiword ul li a {
  color: #FFF;
}

/*============================
#pan
============================*/
#pan .inner {
  overflow: hidden;
  *zoom: 1;
}
#pan .inner li {
  float: left;
  width: auto;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
}
#pan .inner li:before {
  content: ">>";
  margin-right: 10px;
}
#pan .inner li:first-child {
  margin-left: 0;
}
#pan .inner li:first-child:before {
  content: none;
}
#pan .inner li a {
  color: #ff6702;
  text-decoration: underline;
}
#pan .inner li a:hover {
  text-decoration: none;
}

/*============================
.wrapper_footer
============================*/
.wrapper_footer {
  padding: 80px 0;
}
.wrapper_footer .inner h4 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.0;
}
.wrapper_footer .inner h4:before {
  content: "-";
  margin-right: 10px;
}
.wrapper_footer .inner h4:after {
  content: "-";
  margin-left: 10px;
}
.wrapper_footer .inner .summry {
  text-align: center;
  margin-bottom: 40px;
}

/*============================
#newsale
============================*/
#newsale {
  background-color: #f2f2f2;
}
#newsale section.inner .flexslider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
}
#newsale section.inner .flexslider .slides li {
  padding: 0 20px;
}
#newsale section.inner .flexslider .slides li a {
  text-decoration: none;
  color: #333;
}
#newsale section.inner .flexslider .slides li a .img {
  margin-bottom: 10px;
}
#newsale section.inner .flexslider .slides li a .day {
  margin-bottom: 10px;
  color: #CCC;
  font-size: 11px;
  text-align: right;
  display: block;
}
#newsale section.inner .flexslider .slides li a .title {
  font-weight: bold;
  margin-bottom: 10px;
}
#newsale section.inner .flexslider .slides li a .text {
  margin-bottom: 20px;
}
#newsale section.inner .flexslider .slides li a .btn {
  overflow: hidden;
  *zoom: 1;
  display: block;
  border: solid 1px #333;
  padding: 10px;
  color: #333;
  background: url("../images/arrow_black.png") 98% center no-repeat;
  font-size: 14px;
}
#newsale section.inner .flexslider .slides li a:hover .btn {
  background: #333 url("../images/arrow_white.png") 98% center no-repeat;
  color: #FFF;
  text-decoration: none;
}
#newsale section.inner .flexslider .slides li a:hover .title {
  text-decoration: underline;
}
#newsale section.inner .flexslider .slides li a:hover .text {
  text-decoration: underline;
}

/*============================
#category
============================*/
#category {
  background-color: #f2f2f2;
}
#category .inner ul.btn {
  overflow: hidden;
  *zoom: 1;
  border-bottom: solid 1px #333;
  margin-bottom: 40px;
}
#category .inner ul.btn li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  float: left;
}
#category .inner ul.btn li:nth-of-type(3n) {
  width: 34%;
  border-right: solid 1px #333;
}
#category .inner ul.btn li a {
  border-right: none;
  border-bottom: none;
}
#category .inner p.btn {
  width: 60%;
  margin: 0 auto;
}

/*============================
#price
============================*/
#price .inner ul.btn {
  overflow: hidden;
  *zoom: 1;
  border-bottom: solid 1px #333;
  margin-bottom: 40px;
}
#price .inner ul.btn li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  float: left;
}
#price .inner ul.btn li:nth-of-type(3n) {
  width: 34%;
  border-right: solid 1px #333;
}
#price .inner ul.btn li a {
  border-right: none;
  border-bottom: none;
}

/*============================
#information
============================*/
#information .inner > ul {
  overflow: hidden;
  *zoom: 1;
}
#information .inner > ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 10px;
  margin-bottom: 20px;
}
#information .inner > ul li:nth-of-type(2n-1) {
  padding-left: 0;
  padding-right: 10px;
}
#information .inner > ul li .icon {
  float: left;
  width: auto;
  margin-right: 20px;
}
#information .inner > ul li dl {
  text-align: left;
  float: left;
  width: auto;
}
#information .inner > ul li dl dt {
  font-size: 16px;
  font-weight: bold;
}

/*============================
#awards
============================*/
#awards {
  display: table;
  border: solid 1px #333;
  width: 100%;
}
#awards dt {
  display: table-cell;
  width: 220px;
  background-color: #333;
  color: #FFF;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
#awards dd {
  display: table-cell;
  padding: 20px;
}

/*============================
#pagetop
============================*/
#pagetop {
  text-align: center;
}
#pagetop a {
  display: block;
  background-color: #ff6702;
  height: 40px;
}
#pagetop a span {
  background-color: #ff6702;
  border-radius: 50%;
  padding: 18px;
}
#pagetop a:hover {
  background-color: #333;
}
#pagetop a:hover span {
  background-color: #333;
}

footer {
  background-color: #f2f2f2;
}

/*============================
#footer_nav
============================*/
#footer_nav {
  overflow: hidden;
  *zoom: 1;
}
#footer_nav h5 {
  margin-bottom: 20px;
  line-height: 1.0;
}
#footer_nav a {
  font-size: 12px;
}

.footer_box {
  overflow: hidden;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding: 0 20px;
  border-left: solid 1px #CCC;
  margin-bottom: 80px;
}

/*============================
#footer_category
============================*/
/*============================
#footer_guide
============================*/
/*============================
#footer_etc
============================*/
/*============================
#footer_contact
============================*/
#footer_contact {
  width: 40%;
  overflow: hidden;
  *zoom: 1;
}
#footer_contact .btn {
  margin-bottom: 20px;
  font-size: 14px;
}
#footer_contact .btn a {
  background: url("../images/icon_mail.png") 20px center no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}
#footer_contact .btn a:hover {
  background-color: #333;
  color: #FFF;
}

/*============================
#footer_address
============================*/
#footer_address {
  float: left;
  width: auto;
}
#footer_address dt {
  font-weight: bold;
}
#footer_address dd {
  font-size: 12px;
}
#footer_address dd > dl {
  overflow: hidden;
  *zoom: 1;
  margin-top: 10px;
}
#footer_address dd > dl dt {
  float: left;
  width: 60px;
}
#footer_address dd > dl dd {
  margin-left: 60px;
}

/*============================
#pmark
============================*/
#pmark {
  float: right;
  width: 100px;
}

/*============================
#copyright
============================*/
#copyright {
  border-top: solid 1px #CCC;
  text-align: center;
  clear: both;
  margin-top: 80px;
  padding-top: 40px;
  font-weight: bold;
}

/*# sourceMappingURL=base-pc.css.map */
