﻿/* ----スライダー内ページ---- */
#catalog_wrap {
  width:90%;
  height:90%;
  padding:30px;
  font-family: 'EB Garamond', serif;
  font-size: 62.5%; /* currently ems cause chrome bug misinterpreting rems on body element */
  margin:0 auto;
}


.slider_main {
  width:100%;
  margin:0 auto;
}
.slider_main img {
  max-width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
  }

/* slider_thumb */
.slider_thumb {
  width:90%;
  margin:0 auto;
}

.slider_thumb img {
  max-width: 90%;
  height: auto;
  display: block;
}


/* テキスト */
#catalog_wrap h3 {
  font-size: 1.4rem;
  line-height: 1.3;
 /* letter-spacing: -.1rem; */
}

.text_main{
  width:90%;
  margin:0 auto;
 font-size: 1rem;
 margin-left:30px;
}

.more_info{
font-size: 0.8rem;
}

.more_info a{
  text-decoration: underline;
  color:#000;
}

.more_info a:hover{
  text-decoration: underline;
  color:#333;
}


ul.price {
  list-style-type: none;
}

.text_sub{
  font-size:0.8rem;
}

.text_sub_r{
  font-size:0.8rem;
  text-align:right;
  line-height: 1;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: none; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }

.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width:100%;
 margin-bottom: 1rem;
}
 
.row-head th,
.row-head td {
  border: 1px solid #caceca;
  padding: 3px;
  text-align: center;

}

.row-head label {
  line-height: 34px;
  margin: 0;
}

/* SP Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 767px){ 
#catalog_wrap {
  padding:10px;
}

.text_main{
  width:100%;
  margin:0 auto;
 font-size: 1rem;
 margin-left:0;
}

table{
  margin-bottom: 2.5rem;
display:fixed;
}


.row-head,
.row-head td,
.row-head th {
  border: 1px solid #caceca;
  border-collapse: collapse;
  text-align: center;
  overflow-x: auto;
}

.row-head thead th {
  display: none;
}

.row-head tbody th {
  background: #eee;
  padding: 4px 12px;
  display: block;
  width: 100%
}

.row-head td {
  padding: 4px 12px;
  display: block;
  width: 100%
}

.row-head td[data-title]::before {
  color: #000;
  content: attr(data-title) " :";
  font-weight: bold;
  padding: 0 10px 0 0;
  display: inline;
}
}
