@charset "UTF-8";
/* -------------------------------
	home
-------------------------------- */
#mainvisual {
  position: relative;
}
#mainvisual h2 {
  font-size: 14px;
  line-height: normal;
  width: 100%;
  height: 50vw;
  margin: 0;
}
#mainvisual img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
}
@media print, screen and (min-width: 992px) {
  #mainvisual h2 {
    height: 480px;
  }
}

/**/
.home_sec_a {
  background-color: #fff;
}
.home_sec_a h2 a {
  color: #00acee;
  display: inline-block;
  margin-left: 0.5em;
}
.home_sec_a .home_news .btns {
  text-align: right;
}
.home_sec_a .home_news .btns a {
  font-weight: bold;
  text-decoration: none;
}
.home_sec_a .home_news .btns a:hover {
  text-decoration: underline;
}

.news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news_list li .dat {
  margin-bottom: 5px;
}
.news_list li .dat > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.news_list li .dat .date {
  color: #999;
  font-size: 12px;
  font-weight: bold;
}
.news_list li .dat .cat {
  font-weight: bold;
}
.news_list li .dat .new {
  color: #ff3333;
  font-family: 'Noto Sans', sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.news_list li + li {
  margin-top: 1em;
}

/**/
.home_item_figure {
  font-size: 15px;
  padding-top: 2em;
  position: relative;
}
.home_item_figure .in {
  text-align: center;
  display: block;
  border: solid 1px #ddd;
}
.home_item_figure .in img {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home_item_figure p {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.333;
  white-space: nowrap;
}
.home_item_figure > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}
.home_item_figure:hover .in img {
  opacity: 0.6;
}
@media print, screen and (min-width: 768px) {
  .home_item_figure p {
    font-size: 15px;
  }
}

.home_btns {
  margin-top: 30px;
}
.home_btns .btn {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 356px;
  border-radius: 0;
  border: solid 2px #000;
  padding: 22px 15px;
  position: relative;
}
.home_btns .btn:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -.5em;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home_btns .btn:hover:before {
  right: .5em;
  opacity: 1;
}

/**/
.home_pagenav {
  padding: 40px 15px;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_pagenav.img_1 {
  background-image: url("../images/home/home_pagenav_1.jpg");
}
.home_pagenav.img_2 {
  background-image: url("../images/home/home_pagenav_2.jpg");
}
.home_pagenav h3 {
  text-align: center;
  margin-bottom: 40px;
}
.home_pagenav h3 .en {
  font-size: 30px;
  display: block;
}
.home_pagenav h3 .sub {
  color: #000;
  font-size: 15px;
  display: block;
}
.home_pagenav p {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.home_pagenav .home_btns {
  margin-top: 40px;
}
.home_pagenav .home_btns .btn {
  border: solid 2px #fff;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .home_pagenav {
    height: 500px;
    padding-top: 100px;
  }
  .home_pagenav p {
    font-size: 15px;
  }
}

/* -------------------------------
	お知らせ
-------------------------------- */
.cat_navi {
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
.cat_navi li {
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  margin-bottom: 5px;
}
.cat_navi li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  background-color: #ffe244;
}
.cat_navi li.active > a, .cat_navi li a:hover {
  color: #fff;
  background-color: #000;
}

/**/
.info_contents .news_list li + li {
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: solid 1px #ddd;
}

.link_file a {
  text-decoration: none;
}
.link_file a:hover {
  text-decoration: underline;
}

/* ページング */
.paging {
  font-size: 14px;
  line-height: normal;
  letter-spacing: -.4em;
  text-align: center;
  margin: 0 -5px;
}
.paging span {
  letter-spacing: normal;
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
}
.paging span.paging-text {
  color: #000;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  min-width: 36px;
  height: 36px;
  background-color: #ffe244;
}
.paging span.paging-text a {
  color: #000;
  padding: 0;
  display: block;
  text-decoration: none;
}
.paging span.current {
  color: #fff;
  background: #000;
  cursor: pointer;
}
.paging span.paging-text a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* -------------------------------
	商品一覧ページ
-------------------------------- */
@media screen and (min-width: 992px) {
  #construction-wrap {
    display: -webkit-flex;
    display: flex;
  }
  #construction-wrap .construction_contents {
    -webkit-flex: 0 0 650px;
    flex: 0 0 650px;
    max-width: 650px;
    padding-right: 35px;
    order: -1;
  }
  #construction-wrap .sidecontents {
    -webkit-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
  }
  #construction-wrap .sidecontents .side_kotei {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  #construction-wrap .construction_contents {
    -webkit-flex: 0 0 850px;
    flex: 0 0 850px;
    max-width: 850px;
  }
}
@media print {
  #construction-wrap {
    *zoom: 1;
  }
  #construction-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
  #construction-wrap .construction_contents {
    max-width: 815px;
  }
  #construction-wrap .sidecontents {
    width: 290px;
    float: right;
  }
}
/**/
.search_box {
  padding: 10px;
  border: solid 1px #ccc;
}
.search_box h4 {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 5px;
  background-color: #ddd;
}
.search_box ul {
  font-size: 12px;
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin: 0 -5px 15px;
}
.search_box ul li {
  width: 50%;
  letter-spacing: normal;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.search_box ul li .label-checkbox {
  margin: 3px 0;
}
@media print, screen and (min-width: 992px) {
  .search_box {
    padding: 20px 30px;
  }
  .search_box ul > li {
    width: 33.333%;
  }
}
@media print, screen and (min-width: 1200px) {
  .search_box ul > li {
    width: 25%;
  }
}

/**/
.product_select > a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
  background-color: #111;
  position: relative;
}
.product_select > a:hover, .product_select > a:focus {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .product_select > a {
    font-size: 20px;
    text-align: center;
  }
}

.product_select .columns {
  padding: 10px;
  border: solid 1px #111;
}
.product_select .columns .btns {
  text-align: center;
}
.product_select .columns .btns .btn {
  width: 240px;
}
.product_select .columns ul {
  font-size: 12px;
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
.product_select .columns ul li {
  width: 50%;
  letter-spacing: normal;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.product_select .columns ul li .label-checkbox {
  margin: 3px 0;
}
@media print, screen and (min-width: 768px) {
  .product_select .columns {
    padding: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .product_select .columns ul li {
    width: 33.333%;
  }
}
@media print, screen and (min-width: 1200px) {
  .product_select .columns ul li {
    width: 25%;
  }
}

/* -------------------------------
	カテゴリー
-------------------------------- */
.cat_menu h3 {
  color: #000;
  font-size: 18px;
  padding: 0.5em 2.5em 0.5em 1em;
  margin: 0;
  background-color: #ffe244;
  position: relative;
  cursor: pointer;
}
.cat_menu h3 i {
  position: absolute;
  right: 0.75em;
  top: 50%;
  margin-top: -.5em;
  font-size: 16px;
  line-height: 1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cat_menu h3.on i {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cat_menu .catnavi {
  margin: 0;
  display: none;
}
.cat_menu .catnavi > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cat_menu .catnavi > ul > li {
  border-bottom: dotted 1px #0e224b;
}
.cat_menu .catnavi > ul > li > a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0.5em 2em 0.5em 1em;
  position: relative;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cat_menu .catnavi > ul > li > a:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -.5em;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cat_menu .catnavi > ul > li.active > a, .cat_menu .catnavi > ul > li a:hover {
  color: #000;
  background-color: #FFF3B5;
}
.cat_menu .catnavi > ul > li.active > a:before, .cat_menu .catnavi > ul > li a:hover:before {
  color: #000;
}
.cat_menu + .cat_menu {
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .cat_menu h3 {
    cursor: auto;
  }
  .cat_menu h3 i {
    display: none;
  }
  .cat_menu .catnavi {
    display: block;
  }
  .cat_menu + .cat_menu {
    margin-top: 30px;
  }
}

/* -------------------------------
	商品一覧
-------------------------------- */
.product_cat_title {
  color: #000;
  text-align: center;
  padding: 0.5em;
  margin: 0 0 10px;
  background-color: #ffe244;
}

@media print, screen and (min-width: 768px) {
.product_figure {
  padding: 15px 15px 50px !important;
}
}
.product_figure {
  color: #000;
  padding: 15px 15px 30px;
  margin-bottom: 15px;
  background-color: #f3f3f3;
  position: relative;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product_figure .photo-ofi {
  background-color: #f3f3f3;
}
.product_figure figcaption {
  margin-top: 10px;
}
.product_figure figcaption .columns p {
  font-size: 13px;
  letter-spacing: normal;
  width: 100%;
}
.product_figure figcaption .dl_columns {
  font-size: 13px;
  letter-spacing: normal;
  margin: 0 0 5px;
  overflow: hidden;
}
.product_figure figcaption .dl_columns dt, .product_figure figcaption .dl_columns dd {
  border-bottom: dashed 1px #333;
}
.product_figure figcaption .dl_columns dt {
  font-weight: 400;
  float: left;
  width: 5em;
  position: relative;
}
.product_figure figcaption .dl_columns dt:after {
  content: "：";
  position: absolute;
  right: 0;
}
.product_figure figcaption .dl_columns dd {
  white-space: nowrap;
  margin: 0;
  padding-left: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product_figure figcaption .price {
  color: #cc0000;
  font-size: 22px;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
.product_figure figcaption .price {
  color: #cc0000;
  font-size: 22px;
  text-align: right;
  position:absolute;
  bottom:7px;
  right:7px;
}
}
.product_figure figcaption .price small {
  color: #000;
  font-size: 12px;
}
.product_figure figcaption .price_tokka {
  color: #cc0000;
  font-size: 22px;
  line-height: 1.333;
  text-align: right;
}
.product_figure figcaption .price_tokka .tokka {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
  display: block;
  background-color: #cc0000;
}
.product_figure figcaption .price_tokka small {
  color: #000;
  font-size: 12px;
}
.product_figure figcaption .price_tokka .kakaku {
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: line-through;
  display: block;
}
.product_figure figcaption .sold_out_txt {
  color: #cc0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.333;
  text-align: right;
}
.product_figure figcaption .sold_out_txt small {
  font-size: 12px;
}
.product_figure figcaption .label {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 10em;
  padding: 5px 10px;
  border-radius: 0;
}
.product_figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}
.product_figure:hover {
  background-color: #f2dd67;
}

.product_figure.sold_out .photo-ofi:after {
  content: "SOLD OUT";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-family: 'Noto Sans', sans-serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin-top: -.5em;
  opacity: 0.85;
  z-index: 1;
}
.product_figure.sold_out .photo-ofi img {
  opacity: 0.65;
}

/* -------------------------------
	商品詳細
-------------------------------- */
.product_list_inline {
  color: #000;
  font-size: 13px;
  padding: 7px;
  margin: 0;
  background-color: #ddd;
}

.product_title {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 0 0.5em;
}

/**/
.rental_slider {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.rental_slider .photo-ofi {
  background-color: #f3f3f3;
}
.rental_slider .synchro-slider-nav {
  border: solid 1px #ccc;
  padding: 5px;
}
.rental_slider .synchro-slider-nav .slick-slide {
  background-color: #fff;
  padding: 0 1px;
}
.rental_slider .synchro-slider-nav .slick-slide > div {
  opacity: 0.5;
}
.rental_slider .synchro-slider-nav .slick-slide > div .photo-ofi {
  background-color: #f3f3f3;
}
.rental_slider .synchro-slider-nav .slick-current > div {
  opacity: 1;
}
.rental_slider .synchro-slider-nav .prev, .rental_slider .synchro-slider-nav .next {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 1.5em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.87);
  z-index: 10;
}
.rental_slider .synchro-slider-nav .prev {
  left: 0;
}
.rental_slider .synchro-slider-nav .next {
  right: 0;
}

/**/
.product_detail_content .price_min {
  color: #333;
  font-family: 'Noto Sans', sans-serif;
  font-size: 24px;
  text-decoration: line-through;
  margin: 0;
}
.product_detail_content .price_min small {
  color: #666;
  font-size: 12px;
}
.product_detail_content .price {
  color: #cc0000;
  font-family: 'Noto Sans', sans-serif;
  font-size: 26px;
}
.product_detail_content .price small {
  color: #000;
  font-size: 12px;
}
.product_detail_content .price .toka {
  font-weight: bold;
  font-size: 16px;
}
.product_detail_content .sold_out_txt {
  color: #cc0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333;
}
.product_detail_content .sold_out_txt small {
  font-size: 14px;
}

/* カートボタン */
.product_cart {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.product_cart .form-group, .product_cart .btns {
  padding: 0 5px;
  margin: 0;
}
.product_cart .form-group {
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
}
.product_cart .form-group .input-group-addon, .product_cart .form-group .form-control {
  border-radius: 0;
}
.product_cart .form-group .form-control {
  text-align: center;
}
.product_cart .btns {
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  max-width: 57%;
}
.product_cart .btns .btn {
  font-size: 13px;
  width: 100%;
  display: block;
  padding: 0.45em 1em;
}

/**/
.side_cart {
  position: fixed;
  right: 0;
  top: 50%;
}
.side_cart a {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 15px 0;
  width: 25px;
  border-radius: 5px 0 0 5px;
  display: block;
  background-color: #337ab7;
}
.side_cart a .in {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media print, screen and (min-width: 768px) {
  .side_cart {
    display: none;
  }
}

/* -------------------------------
	カート
-------------------------------- */
.cart_items_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.cart_items_table th, .cart_items_table td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.cart_items_table td.images {
  width: 200px;
}
.cart_items_table td.images .image {
  max-width: 200px;
  margin: 0 auto;
}
.cart_items_table td.images .image .photo-ofi {
  border: none;
  background-color: #fff;
}
.cart_items_table td.images .image .photo-ofi img {
  border: none;
}
.cart_items_table td .cart_num_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.cart_items_table td .cart_num_box .col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 5px 0;
}
.cart_items_table td .cart_num {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.cart_items_table td .cart_num > div {
  padding: 0 5px;
}
.cart_items_table td .price {
  font-size: 15px;
  font-weight: bold;
}
@media print, screen and (min-width: 375px) {
  .cart_items_table td .cart_num_box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cart_items_table td .cart_num_box .col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
  }
}
@media (max-width: 543px) {
  .cart_items_table tr {
    width: 100%;
    display: inline-block;
  }
  .cart_items_table th, .cart_items_table td {
    width: 100% !important;
    display: block;
    white-space: normal;
  }
  .cart_items_table td.images {
    border-bottom: none;
  }
}

/**/
.cart_price_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-left: 1px solid #ccc;
}
.cart_price_table th, .cart_price_table td {
  padding: 10px 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.cart_price_table tbody th {
  text-align: right;
  background-color: #e8e8e8;
}
.cart_price_table tbody td {
  font-size: 18px;
  font-weight: bold;
  width: 8.5em;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .cart_price_table tbody td {
    width: 12em;
  }
}

/* -------------------------------
	お買い物ガイド
-------------------------------- */
.tokutei_bg_1 {
  color: #fff;
  background-image: url("../images/tokutei/tokutei_bg_img_1.jpg");
}
.tokutei_bg_1 h3 {
  text-align: center;
}
.tokutei_bg_1 .box-padding-b {
  background-color: rgba(0, 0, 0, 0.9);
}
.tokutei_bg_1 .box-padding-b table > tbody > tr > th, .tokutei_bg_1 .box-padding-b table > tbody > tr > td {
  color: #000;
}

/* -------------------------------
	買取・査定ガイド
-------------------------------- */
.assessment_if {
  background-color: #f2dd67;
}

.assessment_box_a {
  height: 80px;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.assessment_box_a .in-box {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.assessment_area {
  color: #000;
  text-align: center;
  padding: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f2dd67;
}
.assessment_area .in-box {
  width: 100%;
  text-align: center;
}
.assessment_area .telphone {
  font-size: 20px;
  margin: 0;
}

.assessment_table_a > tbody > tr > th, .assessment_table_a > tbody > tr > td {
  text-align: center;
  padding: 8px;
}

/* -------------------------------
	店舗紹介
-------------------------------- */
.shop_photo {
  max-width: 360px;
  margin: 0 auto;
}
.shop_photo > img {
  display: block;
  margin: 0 auto 10px;
}
.shop_photo p {
  font-size: 12px;
  text-align: center;
  margin: 0;
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
/* フォーム用　table */
.table-contact {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 20px;
}
.table-contact th, .table-contact td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-contact tbody th {
  font-weight: normal;
  text-align: left;
  width: 260px;
  background-color: #e7e7e7;
}
.table-contact tbody th.hisu {
  position: relative;
}
.table-contact tbody th.hisu:before {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  width: 3em;
  margin-top: -10px;
  background-color: #ff0000;
}
.table-contact tbody td .zip {
  width: 8em;
  display: inline-block;
}
.table-contact tbody td .sm {
  width: 15em !important;
  display: inline-block;
}
.table-contact tbody td .md {
  max-width: 360px !important;
}
.table-contact tbody td .rei {
  color: #999;
  font-size: 12px;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
.table-contact tbody td span.error {
  color: #c00000;
  font-size: 12px;
  margin: 3px 0 0;
  display: block;
}
.table-contact tbody td.error input[type="text"], .table-contact tbody td.error input[type="tel"], .table-contact tbody td.error input[type="password"], .table-contact tbody td.error textarea {
  background-color: #FFE4E4;
}
.table-contact tbody td.error label {
  background-color: #FFE4E4;
}
@media only screen and (max-width: 767px) {
  .table-contact {
    border: none;
    border-bottom: solid 1px #ccc;
  }
  .table-contact tr {
    width: 100%;
    display: inline;
  }
  .table-contact tr th, .table-contact tr td {
    width: 100% !important;
    display: block;
    border: solid 1px #ccc;
    border-bottom: none;
    position: relative;
  }
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}
.agree.error {
  background-color: #FFE4E4;
}
.agree span.error {
  color: #c00000;
  font-size: 12px;
  margin: 3px 0 0;
  display: block;
}

.buttons {
  text-align: center;
  margin-top: 20px;
}
.buttons .btn {
  margin: 5px 10px;
  min-width: 260px;
  cursor: pointer;
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 15px;
  border: solid 1px #ccc;
  max-height: 300px;
  overflow: auto;
}
#policy .contents h5 {
  color: #422711;
  font-size: 16px;
  font-weight: bold;
  margin: 2em 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 14px;
  margin: 1em 0;
}
#policy .contents ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents ol li {
  padding-left: 1.8em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}


/*20191015修正------------------------------*/
.product_figure figcaption .table_columns {
  font-size: 13px;
  letter-spacing: normal;
  margin: 0 0 5px;
  overflow: hidden;
  width:100%;
}
.product_figure figcaption .table_columns tr {
  border-bottom: dashed 1px #333;
}
.product_figure figcaption .table_columns th {
  font-weight: 400;
  float: left;
  width: 5em;
  position: relative;
}
.product_figure figcaption .table_columns th:after {
  content: "：";
  position: absolute;
  right: 0;
}
.product_figure figcaption .table_columns td {
  /*white-space: nowrap;*/
  margin: 0;
  width:100%;
  /*padding-left: 1em;
  text-overflow: ellipsis;
  overflow: hidden;*/
}








/*アコーディオンタイトル*/
.navmenu li h3.title {
  position: relative;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    padding: 15px 30px 15px 15px;
    transition: all .5s ease;
    margin-bottom: 0;
}

/*アイコン*/
.navmenu li h3.title::before{
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navmenu li h3.title.close{
  float: none;
  opacity: 1;
}

/*　closeというクラスがついたら形状変化　*/
.navmenu li h3.title.close::before{
transform: rotate(45deg);
}

/*アコーディオンで現れるエリア*/
.navmenu li dl.box {
  display: none;/*はじめは非表示*/
  background: #f3f3f3;
  margin:0 3% 3% 3%;
  padding: 5px 10px;
}
.navmenu li dl.box a {
  padding: 10px 5px;
  border-bottom: 1px dashed #ccc;
  line-height: 1.25;
}
.navmenu li dd:last-child a{
  border: none;
}