@charset "euc-jp";

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

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

.btn {
  border-radius: 0;
}

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

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

/* header */
#header {
 width:100%; 
  border-bottom:solid 1px #333;
}
#header a {
	color:#fff;
}
#header a:hover {
	color:#ccc;
}
#header .header_box{
   width:1100px;
  margin:0 auto;
}
.promo__seciton {
  background-color: #990000;
  width: 100%;
  min-height: 49px;
}

.promo {
  background: #990000;
}

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

}
.header_right .flex_box01{
	display:flex;
	justify-content:flex-end;
}
.header_right .flex_box01 .time{
	margin:0 1.5em 0 0;
  	color:#ccc;
}
/*.header_right .time{
   	float:right; 
    margin:0 1.5em 0 0;
  	color:#ccc;
}*/
.header__section {
  text-align: center;
  margin-bottom: 8px;
}

.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 {
  margin: 0 0 5px 0;
  text-align: right;
}

.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 29px 7px 49px;
  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-tools li{
margin-left:9px;
}
.h_tel{
 display:inline; 
  background:#666;
  padding:5px 17px 5px 17px;
 margin:0 0 0 5px;
  color:#fff;
  font-size:1.2em;
      border-radius: 0px 0px 4px 4px;
}
.h_tel img{
 margin:0 5px 0 0; 
}
.h_tel span{
padding-top:3px;
}



.header__logo-img {
   margin: 20px 0 10px 0;
    float:left;

}



.header__logo {
  margin: 10px 0;
    /*float:left;*/
}

.header-gnavi {
  list-style-type: none;
  position: relative;
  text-align:right;
  margin-top:5px;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header-gnavi li{
	/*float:left; */
  border-right:solid 1px #ccc;
}
.header-gnavi li.last{
  border-right:none;  
}
.header-gnavi li a{
  display: inline-block;
    padding: .2em 0.5em .2em 0.5em;
  height: 1.2rem;
}

.header-gnavi__unit {
  display: inline;
}


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

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #ccc;
  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;
}

.slider {
  margin: 0 auto 50px auto;
  width: 1098px;
}
.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;
}

/*スライダーの下の画像*/
.img_photo_area{
  	width:1098px;
	margin:0 auto 2em;
  clear:both;
}
.img_photo_area li{
	float:left;
  width:19%;
  margin:0 1.25% 0 0;
  list-style-type:none;
}
.img_photo_area li:last-child{
	margin:0;
  float:right;
}
.img_photo_area li img{
	width:100%;
  	height:inherit;
}
/* main */
#main a img:hover {
  opacity:0.8;
}
#main_wrapper{
     width: 98%;
    /*background: #fff;*/
    margin: 0 auto; 
}
#main_wrapper2{
  	color:#fff;
}
#main_wrapper2 a ,#main_wrapper3 a{
  color:#fff; 
}
#main_wrapper2 a:hover ,#main_wrapper3 a:hover{
 color:#999; 
}
#main_wrapper2 .breadcrumb__section{
	background:#000;
}

/*商品詳細*/
#main_wrapper3{
  width:1098px;
  padding:0;
  margin:0 auto;
}
#main_wrapper3 .breadcrumb-list__unit a {
 color:#999; 
}
#main_wrapper3 .recommend__section{
	color:#fff;
}
#main_wrapper3 .recommend__section h2{
  text-align:center;
  color:#6FAAA7;
  background:#003333;
  border:solid 1px #fff;
  line-height: 2em;
    padding: 0;
    font-size: 1.5em;
}

#main_wrapper3 .recommend__section .product-list__unit-md {
  width:23%;
  margin:0 2.6% 2% 0;
}
#main_wrapper3 .recommend__section li:nth-child(4n).product-list__unit-md {
  margin:0 0 2% 0;
}
#main_wrapper3 .recommend__section .product-list__unit-md .txt--md{
  font-size:1.1em;
}
#main_wrapper3 .recommend__section .product-list__unit-md p.txt--md{
  font-size:1em;
}
#main_wrapper3 .recommend__section .product-list__unit-md .txt--md .product-list__price{
font-size: 1em;
  text-align:center;
  color:#fff;
}

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

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

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

.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {
  background:#fff;
  padding:20px;
}

.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: 760px;*/
 font-size:16px;
}

.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;
}
.free-space__section ul li p{
 color:#ccc; 
 font-size:15px;
  min-height:3em;
}
.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: 40px;
  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 #ccc;
  padding-top: 60px;
}

/* footer */
#footer{
	color:#fff;
}
#footer_top_nav{
  margin-bottom: 40px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding: 20px 0;
}
#footer_top_nav ul{
  list-style-type:none;
  text-align:center;
  margin:.6em 0;
}
#footer_top_nav ul li{
  display:inline-block;
}
#footer_top_nav ul li a{
  width:100%;
  padding:0 15px;
  color:#fff;
  border-left:solid 1px #fff;
}
#footer_top_nav ul li:first-child a{
	border-left:none;
}
#footer_top_nav ul li a:hover {
  opacity:0.8;
}

#footer h2{
	color:#B5A37F;
}
#footer dt{color:#ccc;}
#footer dd{color:#ccc;}
.footer__section {
  /*border-bottom: 1px solid #999;*/
}

.footer__guide {
  padding-bottom: 30px;
  /*border-bottom: 1px solid #ccc;*/
}

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

.guide__col--one-third {
  /*width: 410px;*/
  width:30%;
}

.guide__col--half {
  width: 47%;
}

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

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 15px;
}

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

.footer__navi {
  margin-bottom: 40px;
}

.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;
}
.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}

li .fa-stack-2x{
color:cadetblue;
}
.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
}

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

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 14px;
width:100%;
    border-top: 1px solid #333;

}

.copyright {
    width:1100px;
  margin:0 auto;
      text-align:center;
}

.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 3% 2% 0;
  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;*/
  width:31.5%;
  margin:0 2.7% 2% 0;
}
.productlist-list li:nth-child(3n).product-list__unit-lg {
 margin:0 0 2% 0; 
}

.product-list__unit-lg h3 a{
   /*height:2em; */
  font-size:18px;
}
.product-list__unit-lg .to_page {
 margin:1em 0; 
}
.product-list__unit--sidebar {
  display: block;
  margin: 0 10px 20px;
}


.product-list__image{
width:100%;
}
.product-list__image:hover {
  opacity: 0.8;
}

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

.product-list__text {
  display: block;
  text-align:center;
}

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

.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;
  color:#999;
}
.pagenation .disabled {
  color:#999;
}

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

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

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

/* product */
.product__section {
  margin-bottom: 120px;
  background:#fff;
  padding:20px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
}
#main_wrapper3 .product__section a{
color:#999;
}

.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: #B5A37F;
}

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

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

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

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

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  padding-bottom: 5px;
      font-size: 18px;
    font-weight: bold;
}

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

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

.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 #ccc;
  border-bottom: 1px solid #ccc;
  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 #ccc;
}

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

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #ccc;
  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 #ccc;
  border-left: 1px solid #ccc;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.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;
  padding-bottom: 20px;
  border-bottom: 3px solid #ccc;
  font-size: 16px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.btn-primary {
  background: #990000;
  border: 1px solid #333;
  border:none;
  color: #fff;
}
#header .btn-primary {
    border-radius: 0px 0px 4px 4px;
}
.btn-primary:hover {
  background: #aa1122;
  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:1em;
  color:#ccc;
}

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

/*メインバナー*/
.main_bnr{
	display:table;
}
.main_bnr li{
 display:table-cell;
  vertical-align:bottom;
    padding:0px;
}
.main_bnr li.liftup{
padding: 32px 0px 0px 26px;
}

#contents #delivery,
#contents #payment,
#contents #cancel,
#contents #info{
 color:#fff; 
}
.shop-info__section{
 color:#fff; 
}
.to_top{
 text-align:center;
  margin-bottom:40px;
}

/*footer送料テーブル*/
.f_souryou{
  border-left:solid 1px #eee;
  border-top:solid 1px #eee;
  width:100%;
}
.f_souryou th,
.f_souryou td{
  border-right:solid 1px #eee;
  border-bottom:solid 1px #eee;
  text-align:right;
  padding:.2em 2em;
}
.f_souryou th{
 background:#666; 
  width:60%;
}
span.text_r{
  display:block;
	text-align:right;
}
.header_box .to_insta{
 float: left;
    margin: 50px 0 0 15px; 
}
#main_wrapper2 .recommend__section .to_page ,#main_wrapper3 .recommend__section .to_page {
    margin: 1em 0;
}
#main_wrapper2 .recommend__section .product-list__unit-md .txt--md .product-list__price {
    font-size: 1em;
    text-align: center;
    color: #fff;
}
/*　page 共通　*/
#contents .page{
 background-color:#333; 
  padding:2em;
}

/*　特商法取引法表記　*/
#info .section__title-h2{
  font-size:1.8em;
  border-bottom: 2px solid #ccc ;
}
#info .shop-info-list__title{
  font-size:1.1em;  
  padding: 30px 0 5px;
}

/*フリーページ*/
.free_page{background:#fff; padding:2em; margin-bottom:4em;}
.free_page h2{
	text-align: left;
	padding: .2em 1em;
	font-size: 1.8em;
	border: none;
	color: #6FAAA7;
	background: #003333;
	line-height: 2em;
}
.free_page h3{
	font-size:1.17em;
	margin:0 0 1em 0;
	font-weight:bold;
}
.free_page .float_l{float:left;}
.free_page .float_l.img40{margin:0 2% 2% 0;}
.free_page .float_r{float:right;}
.free_page .float_r.img40{margin:0 0 2% 2%;}

.free_page .img40{width:40%;}


.free_page p{
	margin:0 0 1em 0;
}
#main .free_page a {
color:#555; 
  font-size:20px;
  text-decoration:underline;
}
#main .free_page a:hover {
  opacity:0.8;
}
#footer .to_inq a{
  display:block;
  text-align:center;
  border:solid 1px #ccc;
  color:#ccc;
  padding:10px 0;
  margin:0 0 10px 0;
}
#footer p{color:#ccc;}
/*20190906追加*/
#main .main_bnr2{ background:#000;}
#main .main_bnr2 .box{margin:0 auto 40px;}

#main .main_bnr2 h2{
	text-align:center;
	padding:10px 0;
	background:#3f3f3f;
	color:#fff;
}
#main .main_bnr2 h3{text-align:center; color:#fff;}
#main .main_bnr2 img{max-width:100%; height:inherit;}

#main .main_bnr2 .col2,
#main .main_bnr2 .col3{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	list-style-type:none;
	margin:0 0 20px;
	padding:0;
}

#main .main_bnr2 .col2 li{ width:49%;}
#main .main_bnr2 .col3 li{ width:32%;}

#main .main_bnr2 .col3 li h2{font-size:16px;}

#main .main_bnr2 .to_cat a{
	display:block;
	background:#990000;
	text-align:center;
	width:90%;
	max-width:700px;
	margin:10px auto;
	padding:8px 0;
	text-decoration:none;
	color:#fff;
}
#main .main_bnr2 .to_cat a:before{
	content:"\00bb";
	display:inline-block;
	margin: 0 5px 0 0;
}

.gentei{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    max-width: 1077px;
    margin: 10px auto;
    border: solid 2px #d22121;
    padding: 10px;
    background: #666;
}