@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);
  color: #333;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
}

a {
  color: #333;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
}

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.u-wrap img {
  vertical-align: bottom;
}

@media screen and (max-width: 960px) {
*, *:before, *:after {
    box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
}

/*
 * layout
 */
.container {
  width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
.container {
  width: 100%;
}
}

/* ツールバー */
.toolbar {
  display: none;
}

@media screen and (max-width: 960px) {
.toolbar {
  display: block;
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  font-size: 16px;
}
.toolbar__inner {
  margin: 0;
  padding: 0;
}
.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar__item a {
  color: #212121;
  padding: 0 20px;
  height: 60px;
  display: table;
}
.toolbar__item a .u-wrap {
  display: table-cell;
}
.toolbar__item a i {
  vertical-align: middle;
}
.toolbar__item--menu {
  float: left;
}
.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}
.toolbar__item--cart {
  float: right;
}
.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.toolbar__item--cart .toolbar__item__count--in {
  color: #ff5722;
}
}

/* ドロワー */
.drawer {
  display: none;
}

@media screen and (max-width: 960px) {
.drawer.open {
  left: 0;
}
.drawer {
  display: block;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.drawer__item--close {
  padding: 20px;
  text-align: right;
}
.drawer__item--close a {
  color: #212121;
}
.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}
.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}
.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}
.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.drawer__item--accordion .linklist__item {
  border: none;
}
.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}
.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}
/* ドロワーが開いたときのコンテンツ背景 */
 .overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
}

/* header */
.promo__seciton {
  background-color: #8c0000;
  width: 100%;
  min-height: 49px;
}

@media screen and (max-width: 960px) {
.promo__seciton {
  padding-top: 61px;
}
}

.promo {
  background: #8c0000;
}

.promo__text {
  color: #fff;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: bold;
  background: #8c0000;
}

.header__section {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
.header__section {
  margin: 30px 0 40px;
}
}

.header-search {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 310px;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.header-search__box {
  min-width: 240px;
  padding: 15px 11px 17px 51px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #333;
}
.header-search__box:focus {
  padding: 14px 10px 16px 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.header-tools {
  float: right;
  margin: 25px 0 0;
  width: 465px;
  text-align: right;
}

@media screen and (max-width: 960px) {
.header-tools {
  display: none;
}
}

.header-tools__unit {
  display: inline;
  margin-left: 45px;
  line-height: 1.4;
}

.header-tools__unit-cart {
  margin-left: 21px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 14px;
}

.header__logo-img {
  margin: 0 0 20px 0;
/*  margin: 90px 0; */
}

.header__logo {
  margin: 70px 0;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
}

@media screen and (max-width: 960px) {
.header-gnavi {
  display: none;
}
}

.header-gnavi__unit {
  display: inline;
}

.header-gnavi__link {
  padding: 15px 30px;
}

.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #ddd;
  width: 1220px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 39px;
  background: #fff;
  z-index: 50;
  text-align: left;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}

/* slider */
#slider div {
  width: 1300px !important;
}

@media screen and (max-width: 960px) {
#slider div {
  width: 100% !important;
}
}

.slider {
  margin: 0 auto 60px;
  width: 1300px;
}

@media screen and (max-width: 960px) {
.slider {
  width: 100%;
}
}

.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 30px;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

.bx-wrapper img {
	margin: auto;
}

/* main */
.main__section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  padding: 60px 0;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
.main__section {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
}

.main__section--product {
  padding: 20px 0 60px;
}

@media screen and (max-width: 960px) {
.main__section--product {
  padding: 0;
}
}

@media screen and (max-width: 960px) {
#main.container {
  width: 90%;
}
}

/* sidebar */
.sidebar__section {
  float: left;
  width: 270px;
  margin-right: 60px;
}

.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 60px;
}

@media screen and (max-width: 960px) {
.breadcrumb__section {
  padding-bottom: 30px;
}
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  position: absolute;
  top: 0;
  right: 0;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/* contents */
.contents__section {
/*
  float: right;
  width: 970px;
*/
	width: 100%;
}

.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list {
  margin-top: 40px;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* information */
.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 60px;
}

/* footer */
.footer__section {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 960px) {
.footer__section {
  padding: 0;
}
}

.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 960px) {
.footer__guide {
  width: 90%;
  margin: 0 auto;
  border-bottom: none;
}
}

.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.guide__col--one-third {
  width: 410px;
}

@media screen and (max-width: 960px) {
.guide__col--one-third {
  width: 100%;
  margin: 0 auto;
}
}

.guide__col--half {
  width: 625px;
}

@media screen and (max-width: 960px) {
.guide__col--half {
  width: 100%;
  margin: 0 auto;
}
}

.guide__h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 15px;
}

.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #666;
}

.footer__navi {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
.footer__navi {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__info {
  float: left;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
}

.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}

.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
}

@media screen and (max-width: 960px) {
.footer-navi__col {
    width: 100%;
    padding: 0;
}
  
.footer-navi__col li {
    border-bottom: solid 1px #e0e0e0;
    position: relative;
}
  
.footer-navi__col li a {
    padding: 15px 20px;
    display: block;
}
  
.footer-navi__col li:after {
    content: "\f054";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
}
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

@media screen and (max-width: 960px) {
.pagetop__btn {
  margin-right: 5%;
}
}

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 10px;
}

.copyright {
  margin: 0 0 10px;
}

@media screen and (max-width: 960px) {
.copyright {
  text-align: center;
  font-size: 13px;
}
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.category-list__unit {
  position: relative;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 40px;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 303px;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin-top: 10px;
  text-align: left;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}

/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.product__section {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
.product__section {
  margin-bottom: 0;
}
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
}

.product__explain {
  padding-top: 60px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

@media screen and (max-width: 960px) {
.product__explain {
  padding-top: 30px;
}
}

.product__model {
  color: #666;
}

.product__image-main {
  text-align: center;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}

@media screen and (max-width: 960px) {
.product__image-thumb ul li {
  margin-bottom: 30px;
  padding: 0;
  height: auto !important;
}
}

.image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}

.image__thumb--active {
  border: 2px solid #ddd;
}

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #666;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 0 60px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #ddd;
  display: inline-block;
}

@media screen and (max-width: 960px) {
.init-list__detail-num {
  width: 100%;
}
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 30px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 960px) {
.option-table table {
  width: 100%;
}
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 560px) {
.option-table table th,
.option-table table td {
  display: block;
  text-align: left;
  padding: 15px;
}
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

@media screen and (max-width: 960px) {
.related-list {
  text-align: left;
  padding-right: 0;
}
}

.related-list__unit {
  display: inline-block;
}

@media screen and (max-width: 960px) {
.related-list__unit {
  position: relative;
}
}

.related-list__unit:after {
  content: "|";
  display: inline-block;
}

@media screen and (max-width: 960px) {
.related-list__unit:after {
  content: none;
}
}

.related-list__unit:last-child:after {
  content: none;
}

@media screen and (max-width: 960px) {
.related-list__unit:before {
   content: "\f104";
   display: block;
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   font: normal normal normal 14px/1 FontAwesome;
}
}

.related-list__unit a {
  padding: 0 5px;
}

@media screen and (max-width: 960px) {
.related-list__unit a {
  padding-left: 20px;
}
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #ddd;
  font-size: 16px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.btn-primary {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 12px;
}

.txt--lg {
  font-size: 16px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}


/* パーツ
---------------------------------------------------- */
.schedule dl {
	width: 785px;
	margin: 0;
}
@media screen and (max-width: 960px) {
.schedule dl {
  width: 100%;
}
}
.schedule dl:nth-of-type(n + 2) {
	margin-top: 30px;
}
.schedule dt {
	padding: 15px 30px;
	background-color: #f9f9f9;
	border: 2px solid #ddd;
}
@media screen and (max-width: 960px) {
.schedule dt {
  padding: 15px 10px;
  border-left: none;
  border-right: none;
}
}
.schedule dd {
	margin: 0;
	padding: 15px 30px;
}
@media screen and (max-width: 960px) {
.schedule dd {
  padding: 15px 0;
}
}
.schedule dd:nth-of-type(n + 2) {
	border-top: 1px dotted #ccc;
}
.schedule dd.schedule_notes {
	padding: 0 30px;
	border-top: 0;
}
@media screen and (max-width: 960px) {
.schedule dd.schedule_notes {
  padding: 0;
}
}

/* ----- フリーページ ----- */
.free_container {
	font-size: 18px;
}
@media screen and (max-width: 960px) {
.free_container {
	font-size: 16px;
}
}
.free_container a {
	text-decoration: underline;
}
.free_container a:hover {
	text-decoration: none;
}
.free_container p + p {
	margin-top: 1em;
}
.free_container h3 {
	margin: 50px 0 20px;
	padding: 10px 30px;
	background-color: #8c0000;
	color: #fff;
	font-size: 24px;
	letter-spacing: .1em;
}
@media screen and (max-width: 960px) {
.free_container h3 {
	padding: 10px 15px;
	font-size: 20px;
}
.free_container h3:first-child {
	margin: 0 0 20px;
}
}
.free_container h4 {
	position: relative;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
	color: #8c0000;
	font-size: 20px;
	font-weight: normal;
}
.free_container h4:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30%;
	border-bottom: 1px solid #8c0000;
	content: "";
}
@media screen and (max-width: 960px) {
.free_container h4 {
	font-size: 18px;
}
}

/* ----- 販売スケジュール ----- */
.schedule_inner {
	overflow: hidden;
}
.free_schedule {
  	float: left;
	border: 1px solid #ddd;
}
@media screen and (max-width: 960px) {
.free_schedule {
	width: 100%;
	margin-bottom: 10px;
}
}
.free_schedule thead th {
	padding: 8px 20px;
	background-color: #f9f9f9;
}
@media screen and (max-width: 960px) {
.free_schedule thead th {
	padding: 8px 10px;
}
}
.free_schedule thead th + th {
	border-left: 1px solid #ddd;
}
.free_schedule tbody tr td {
	padding: 8px 20px;
	border-top: 1px solid #ddd;
	text-align: center;
}
@media screen and (max-width: 960px) {
.free_schedule tbody tr td {
	padding: 8px 10px;
}
}
.free_schedule tbody td + td {
	border-left: 1px solid #ddd;
}
.banner {
	float: right;
}

/* ----- ご注文の流れ ----- */
.order_mailList {
	margin: 15px 0;
	padding: 30px 50px;
	background-color: #f6f6f6;
}
@media screen and (max-width: 960px) {
.order_mailList {
	padding: 20px;
}
}
.order_mailList li {
	list-style-position: inside;
}
.order_mailList li + li {
	margin-top: .5em;
}

/* ----- 工場直送便について ----- */
.about_sentence {
	box-sizing: border-box;
	padding-right: 30px;
}
.about_sentence-r {
	box-sizing: border-box;
	padding-left: 30px;
}
@media screen and (max-width: 960px) {
.about_sentence {
	padding-right: 0;
	float: none !important;
	width: 100%;
}
.about_sentence-r {
	padding-left: 0;
	float: none !important;
	width: 100%;
}
.about_sentence_img img {
	float: none !important;
	width: 100%;
	margin: 15px 0;
}
}