@charset "euc-jp";
html {
  text-align: justify;
  text-justify: inter-ideograph;
}

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;
font-feature-settings : "palt" 1;
}
/*----------*/

@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700");
@font-face {
	font-family: "Yu Mincho";
	src: local("Yu Mincho Regular");
	font-weight: 500
}
.gothic{	font-family: 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif}
.mincho{font-family: 'Noto Serif', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;}
a:hover img {
     filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
transition: 0.6s ;
}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb40 {margin-bottom:40px;}
.mb60 {margin-bottom:60px;}
.pt40 {padding-top:40px;}
.pb40 {padding-bottom:40px;}
.pl40 {padding-left:40px;}
.pr40 {padding-right:40px;}
.f_l{float: left;}
.f_r{float: right;}


.clear{
	clear: both;
	font-size: 0;
	line-height: 0;
}
/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:" ";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/*------------*/
html {
margin: 0!important;
padding: 0!important;
}
body {
  background-color: #ffffff;
  background-image: url();
  color: #000000;
  -webkit-font-smoothing: antialiased;
margin: 0!important;
padding: 0!important;
}

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

.btn {
  border-radius: 0;
}

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

/*
 * layout
 */
.wrapper{margin: 0!important;padding: 0!important}
.container {
  width: 1000px!important;
  margin: 0 auto!important;
}

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

.promo {
  background: #238c00;
}

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

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

.header-search {
  position: relative;
  float: left;
  margin-top: 0;
  width: 200px;
margin-bottom:10px;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.header-search__box {
  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;
  max-width: 200px;
}

.header-tools {
  float: right;
  margin: 0;
  width: 304px;
	font-size: 11px;
	text-align: left;
letter-spacing: -.4em;
}
.header-tools > p {
letter-spacing: normal;
}
.header-tools__unit {
  display: inline-block;
width: 71px;
  margin-right: 5px!important;
  line-height: 1;
letter-spacing: normal;
}


.header__logo-img {
  margin: 30px 0 0;
	float:left;
}

.header__logo {
  margin: 70px 0;
}
.header-navi{
width:70px;
float: right;
padding-right:10px;
	margin-top:60px;
}
.header-navi li{
	background-image: url(https://img21.shop-pro.jp/PA01423/219/etc/header-navi-ya.png?cmsp_timestamp=20181006165006);
	background-position: left top;
	background-repeat: no-repeat;
	 font-size: 11px;
	list-style-type: none;
	text-align: left;
	padding-left:14px;
}


.header-gnavi {
  list-style-type: none;
	border-top: 1px solid #000000;
	margin-top:20px;
	margin-bottom:10px;
	padding-top:10px;
	letter-spacing: -.4em;
}

.header-gnavi__unit {
  display: inline-block;
	width: 16.6%;
	text-align: center;
	font-size:16px;
	letter-spacing: normal;
}



.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}
.header-tel{
 float:right;
	width:310px;
	font-size:11px;
	text-align: left;
	margin-top:24px;
}

.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: 100% !important;
}

.slider {
  margin: 0 auto 60px;
  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;
}
.slider .bx-wrapper img {
  min-width: 100% !important;
}

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

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

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

.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

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

.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: 744px;
}

.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__unit_btn {
    display: inline-block;
	font-size: 15px;
    padding: 0.75em 1em;
    text-decoration: none;
    color: #000000;
    border: solid 1px #8c8c8c;
    transition: .4s;
  width: 100%;
	line-height: 1;
box-sizing: border-box;
}
a.sub-list__unit_btn  {
    color: #000000;
}
.sub-list__unit_btn:hover {
  background-color:  rgba(0, 0, 0, 0.8);
    color: #ffffff;
}


.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_bg {
	background-image: url(https://img21.shop-pro.jp/PA01423/219/etc/bg_black.jpg?cmsp_timestamp=20181010110743);
	background-position: center top;
	background-repeat: repeat;
	padding:50px 0;
	width: 100%;
}
.footer_bg a {
color: #ffffff;
}
.footer_bg a:hover {
color: #ffffff;
}
.fa-inverse {
    color: #000000!important;
}


.footer__section {
}

.footer_bnr_box {
text-align: center;
	margin-bottom:30px;
	width: 744px
}
.footer_bnr_box li{
	display: inline-block;
	margin:0 0 18px 18px;
	vertical-align: middle;
	list-style-type: none;
	width: 236px;
}
.footer_bnr_box li:first-child,
.footer_bnr_box li:nth-child(4){
	display: inline-block;
	margin:0 0 18px 0;
}
.footer_bnr_box ul{
margin:0 auto;
	width:744px;
}

.fmark_box {
text-align: center;
	margin-bottom:30px;
}
.fmark_box li{
	display: inline-block;
	margin:0 0 10px 40px;
	vertical-align: middle;
}
.fmark_box li:first-child{
	display: inline-block;
	margin:0 0 10px 0;
}
.fmark_box ul{
margin:0 auto;
	width:auto;
}




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

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

.guide__col--one-third {
  width: 306px!important;
}

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

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

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 10px;
}

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

.footer__navi {
}

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

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

  position: fixed;
  bottom: 50px; 
  right: 20px;
	

}

/* copyright */
.copyright__section {
  padding: 10px 0;
  font-size: 12px;
	background-color: #000000;
	color: #ffffff;
	line-height: 1.0;
	text-align: center;
}

.copyright {
}

.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%;
	font-size: 13px;
}

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

.category-list__unit {
  position: relative;
	border-bottom:1px solid #c3c3c3;
}

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

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

.product__model {
  color: #666;
  font-size: 14px!important;
}

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

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

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

.image__thumb--active {
  border: 1px 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-top: 20px;
  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;
}

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

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

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

/* 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 0 24px 0!important;
  padding: 0 0 8px;
  font-size: 22px;
border-bottom:1px solid #333333!important;
}

.side_section__title-h2 {
  margin: 34px 0 0 0!important;
  padding: 8px;
  font-size: 16px;
	background-color: #000000;
	color: #ffffff;
}
.side_section__title-h2-nobg {
  margin-top: 34px 0 0 0!important;
  padding: 8px;
  font-size: 16px;
}
.fax_order_att {
line-height: 1.2;
  font-size: 14px;
	padding-top:6px;
}

.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;
}
.pt20 {
  padding-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;
}
.col {
     padding-right: 2%!important;
    padding-left: 2%!important;
    *padding-right: 2% !important;
    *padding-left: 2% !important;
}
/* 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;
}
/*商品詳細*/
.cell_1,cell_2 {
	vertical-align: middle!important;
}


/*共通*/
.wrap_744{
	width:744px;
	margin: 0 auto;
}
.t_l{text-align: left;}
.t_c{text-align: center;}
.t_r{text-align: right;}
.square_btn {
    display: inline-block;
	font-size: 13px;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #000000;
    border: solid 1px #000000;
    transition: .4s;
}
a.square_btn  {
    color: #000000;
}
.square_btn:hover {
  background-color:  rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

.square_btn_w {
    display: inline-block;
	font-size: 13px;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #ffffff;
    transition: .4s;
}
a.square_btn_w  {
    color: #ffffff;
}
.square_btn_w:hover {
  background-color:  rgba(0, 0, 0, 0.8);
    color: #ffffff;
}




/*トップページ*/
.bg_white{
	background-image: url(https://img21.shop-pro.jp/PA01423/219/etc/bg_white.jpg?cmsp_timestamp=20181009143326);
	background-position: center top;
	background-repeat: repeat;
}
.column_space{
padding:40px 0 40px;
}
.top_read_tit{
	font-size: 21px;
	font-weight: 700;
		line-height: 1.0;
}
.top_read{
	font-size: 13px;
	line-height: 1.5;
	padding-top:25px;
}
.top_read_img{
width:286px;
	padding-right:20px;
}

.top_history_box{
	background-image: url(https://img21.shop-pro.jp/PA01423/219/etc/top_history_bg.jpg?cmsp_timestamp=20181009135211);
	background-position: center top;
	background-repeat: no-repeat;
	height: 460px;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.78;
}
.top_history_tit{
	padding: 36px 0 16px;
}

.top_tool_box{
	background-image: url(https://img21.shop-pro.jp/PA01423/219/etc/top_tool_bg.jpg?cmsp_timestamp=20181119103153);
	background-position: center top;
	background-repeat: no-repeat;
	height: 390px;
}
.top_tool_txtbox{
	padding-left:370px;
	padding-right:70px;
}
.top_tool_tit{
	padding: 42px 0 10px;
	color: #ffffff;
	font-size: 20px;
}
.top_tool_txt{
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
}
.square_btn_tool {
    display: inline-block;
	font-size: 13px;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
	transition: .4s;
	margin-left: auto;
}
a.square_btn_tool  {
    color: #000000;
}
.square_btn_tool:hover {
  background-color:  rgba(0, 0, 0, 0.8);
    color: #ffffff;
}
.top_craftman_box{
	background-image: url(https://img21.shop-pro.jp/PA01423/219/etc/top_craftman_bg.jpg?cmsp_timestamp=20181119110703);
	background-position: center top;
	background-repeat: no-repeat;
	height: 390px;
}
.top_craftman_tit{
	padding: 42px 0 10px;
	font-size: 20px;
}
.top_craftman_txt{
	font-size: 13px;
	line-height: 1.78;
}
/*カテゴリーなど２階層目タイトル*/
.tit_2f_bg{
	background-image: url(https://img21.shop-pro.jp/PA01423/219/etc/tit_2f_bg.jpg?cmsp_timestamp=20181022113850);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
height:260px;
display: flex;
  justify-content: center;
  align-items: center;
}
.tit_2f{
	font-size:50px;
	line-height: 1.2;
	text-align: center;
	width:440px;
	font-weight: bold;
}

/*カテゴリー・グループサブタイトル*/
.cat_subtit{
	font-size:30px;
	margin-top:16px;
	padding-bottom:8px;
}
.cat_txt{
	font-size:16px;
	padding-top:8px;
	padding-bottom:8px;
}
.cat_columun_bg{
	background-image: url(https://img21.shop-pro.jp/PA01423/219/etc/cat_column_bg.jpg?cmsp_timestamp=20181021220941);
	background-position: center top;
	background-repeat: repeat-y;
}
.cat_columun{
width:684px;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	line-height: 1.5;
	padding-top:30px;
	padding-bottom:30px;
}
.col2_txt{
	width: 356px;
	font-size:16px;
	line-height: 1.5;
}
.cat_columun:first-child{
	border-top:none;
}
.cat_columun_txt{
width:352px;
	font-size:16px;
	line-height: 1.5;
}
.cat_columun_txt_jukyu{
width:302px;
	font-size:16px;
	line-height: 1.5;
}
.cat_columun_txt > p,
.cat_columun_txt_jukyu > p{
	font-size:30px;
	line-height: 1.3;
	padding-bottom:10px;
}
.cat_columun_tit {
	background-image: url(https://img21.shop-pro.jp/PA01423/219/etc/cat_columun_tit_line.gif?cmsp_timestamp=20181024024447);
	background-position: left top;
	background-repeat: repeat-y;
	font-size:30px;
	line-height: 1.3;
	padding-left:20px;
	padding-bottom:20px;
	margin-bottom:16px;
}

/*フリーページ*/
.cat_columun_free{
width:100%;
	font-size:16px;
	line-height: 1.5;
	padding-top:30px;
	padding-bottom:30px;
}
.cat_columun_free_hr{
	border-top:1px solid #b2b2b2;
}
.cat_columun_free_txt{
width:352px;
	font-size:16px;
	line-height: 1.5;
}
.cat_columun_free_txt > p{
	font-size:30px;
	line-height: 1.3;
	padding-bottom:10px;
}
/*フリー ホリエのこだわり*/
.credo_number{
	padding-right:10px;
		text-align: left;
	margin:0;
}
.credo_tit{
	font-size:30px;
	line-height: 1.3;
	padding-bottom:10px;
}
/*フリー ホリエの歴史*/
.hh_age{
		font-size:16px;
}
.hh_jukyu{
		font-size:30px;
	margin-bottom: 20px;
}
.hh_name{
		font-size:19px;
}
/*フリー 職人紹介*/
.hc_kana{
	font-size:20px;
	line-height: 0.5;
}
.hc_name{
	font-size:38px;
}
.hc_tit{
	font-size:26px;
	line-height: 1.2;
	margin-top:30px;
	margin-bottom:20px;
}
/*フリー 道具紹介*/
.tool_name{
	font-size:30px;
}
.tool_name_furi{
	font-size:14px;
}
.tool_wrap{
    display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
    flex-direction: row;
flex-wrap: wrap;
		margin: 0 0 30px;
	width: 100%;
}
.tool_box{
width:356px!important;
	margin:0 0 2% 0;
}
.col2_txt{
	width: 356px;
	font-size:16px;
	line-height: 1.5;
}
/*送料*/
.souryo_tbl,
.souryo_tbl th,
.souryo_tbl td{
	border:1px solid #b2b2b2;
border-collapse: collapse;
padding:0.5em;
}
/* ----------------------------------------
 * よくある質問
 * ---------------------------------------- */
dl.faq_ac{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dotted #b2b2b2;
	margin-bottom: 22px;
}
dl.faq_ac dt{
	background-image: url(https://img21.shop-pro.jp/PA01423/219/etc/faq_close.png?cmsp_timestamp=20181106132854);
	background-position: right 18px;
	background-repeat: no-repeat;
	padding: 14px 50px 14px 52px;
	text-indent: -52px;
    display:block;
    cursor:pointer;
	line-height: 1.2;
}
dl.faq_ac dt img,
dl.faq_ac dd img{
	vertical-align: middle;
	padding-right: 20px;
}
dl.faq_ac dt.active{
	background-image: url(https://img21.shop-pro.jp/PA01423/219/etc/faq_open.png?cmsp_timestamp=20181106132911);
	background-position: right 22px;
	background-repeat: no-repeat;
}
dl.faq_ac dd{
	background-image: url(https://img21.shop-pro.jp/PA01423/219/etc/faq_a.png?cmsp_timestamp=20181106132922);
	background-position: 0 12px;
	padding: 14px 28px 14px 54px;
	background-repeat: no-repeat;
	min-height: 52px;
	display: none;
}
dl.faq_ac dd.open{
	display: block;
}
table.faq_table{
	width: 100%;
	border-top: 1px solid #cbcbcb;
}
table.faq_table th,
table.faq_table td{
	font-size: 1.8rem;
	border-bottom: 1px solid #cbcbcb;
	padding: 9px 18px;
	vertical-align: middle;
	display: table-cell;
	width:auto;
	font-size:16px;
}
table.faq_table th{
	background-color: #F0F0F0;
}
table.faq_table td{
	background-color: #ffffff;
}
.table-scroll {
        overflow-x: scroll;
}
@media print, screen and (min-width : 721px) {
.table-scroll {
        overflow-x: visible;
}
.faq_txt{
	width:50%;
	}
.faq_img{
text-align: right;
}
}
.haisouryou{
	text-align: right;
	white-space: nowrap;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

@media print, screen and (min-width : 721px) {
.movie-wrap {
  position: static;
     padding-bottom: 0; /*アスペクト比 16:9の場合の縦幅*/
  width: 100%;
  height: auto;
}
 
.movie-wrap iframe {
   position: static;
    width: 744px;
  height: 418px;
}
}

.flow dt {
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	width: 30%;
	box-sizing: border-box;
	font-weight: normal;
	float: left;
	clear: left ;
	padding-left:20px;
}
.flow dd {
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	margin-bottom:20px;
	margin-left:30%;
	width: 70%;
	box-sizing: border-box;
	border-left:1px solid #7b7b7b;
}
.flow{
		border-left:1px solid #7b7b7b;
	box-sizing: border-box;
}

/*yourname*/
.yourname_flex{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.yourname_flex>dl{
	width: 45vw;
	margin-bottom: 20px;
}
.yourname_flex>dl:nth-child(even){
	margin-left: 3vw;
}

@media print, screen and (min-width : 721px) {
.yourname_flex>dl{
	width: 276px;
		margin-bottom: 40px;
}
.yourname_flex>dl:nth-child(even){
	margin-left: 36px;
}

}
.yourname_flex>dl>dt{
	background-color: #ffff00;
	height: 45vw;
	font-size:22px;
	text-align: center;
	position: relative;
}
.yourname_flex>dl>dt>div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
	width: 45vw;
}
@media print, screen and (min-width : 721px) {
.yourname_flex>dl>dt>div{
	width: 276px;
}
}
.yourname_flex>dl>dt>div>span{
	font-size:18px;
	line-height: 1.2;
}

.yourname_flex>dl>dt>img{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
}

@media print, screen and (min-width : 721px) {
.yourname_flex>dl>dt{
	background-color: #ffff00;
	height: 276px;
}
}
.yourname_flex>dl>dd{
padding-top: 20px;
font-size:16px;
line-height: 1.7;
}
@media print, screen and (min-width : 721px) {
.yourname_handan{
display: flex;
justify-content: space-between;
}
}
.yourname_handan>li>img{
border:1px solid #aeaeae;
}
.yourname_inei>img{
max-width: 50%;
}
@media print, screen and (min-width : 721px) {
.yourname_inei>img{
width: 50%;
}
}

/* ----------------------------------------
 * 150周年キャンペーン
 * ---------------------------------------- */


.timeline{
background-color: #e1e1ce!important;
}
.timeline>dl{
 width: 90%!important;
 margin-top: 11px!important;
 margin-right: auto!important;
 margin-left: auto!important;
 border-bottom:1px solid #000000!important;
}
@media print, screen and (min-width : 721px) {
.timeline>dl{
width: 720px;
margin-top: 0;
border-bottom: none;
display: flex;
align-items: center;
background-image: url(images/horie150/line.png);
background-position: right bottom;
background-repeat: no-repeat;
padding-top: 40px;
padding-bottom: 40px;
}
.timeline>dl.timeline_top{
align-items: stretch;
}
}

.timeline>dl>dt{
text-align: center;
}
@media print, screen and (min-width : 721px) {
.timeline>dl>dt{
text-align: right;
width: 120px;
}
}
.timeline>dl>dt>span{
display: inline-block;
font-size:20px;
line-height: 1.0;
color: #ffffff;
background-color: #603813;
padding:6px 10px;
}
.timeline>dl>dt>span.year_l{
font-size:30px;
background-color: #c30d23;
}
.yearbg_r{
background-color: #c30d23!important;
}

.timeline>dl>dt+dd{
width: 100%;
font-size:20px;
font-weight: bold;
line-height: 1.2; 
text-align: center;
}
@media print, screen and (min-width : 721px) {
.timeline>dl>dt+dd{
width: 272px;
text-align: left;
}
}

.timeline>dl>dd{
width: 100%;
padding-top: 11px;
padding-bottom: 11px;
font-size:19px;
line-height: 1.5;
}
@media print, screen and (min-width : 721px) {
.timeline>dl>dd{
width: 284px;
padding-top: 0;
padding-bottom: 0;
padding-left: 22px;
}
}

.timiline_subtit{
font-size:30px;
font-weight: bold;
line-height: 1.2;
}
.timiline_subtit>span{
font-size:19px;
}
