﻿@charset "UTF-8";

/* ここからが小見出しのCSS */

.custom-h2 {
    font-size: calc(0.5em + 1.25rem) !important; /* 画面幅に応じてフォントサイズを調整 */
    font-weight: bold !important;
    position: relative !important;
    padding: 1rem 2rem !important;
    border-radius: 10px !important;
    background: #F0F4F5 !important;
    color: #333 !important;
}
.custom-h2:after {
    position: absolute !important;
    content: '' !important;
    width: 0 !important;
    height: 0 !important;
    bottom: -10px !important;
    left: 1.5em !important;
    border-width: 10px 10px 0 10px !important;
    border-style: solid !important;
    border-color: #F0F4F5 transparent transparent transparent !important;
}

.custom-h3 {
    font-size: calc(0.5em + 1rem) !important; /* 画面幅に応じてフォントサイズを調整 */
    font-weight: 700 !important;
    color: #26b7bc !important;
    border-bottom: 1.5px solid #26b7bc !important;
    padding: 0.2em 0.5em !important;
    border-left: solid 7px #26b7bc !important;
}

/* ここからが小見出しのCSS */


/* ホワイトとカラーボディー注意の見出しCSS */

.custom-banner {
    font-size: calc(0.5em + .875rem) !important; /* 画面幅に応じてフォントサイズを調整 */
    text-align: center;
    font-weight: bold !important;
    color: #E53935 !important;
    background: #FFEBEE !important;
    border-radius: 10px !important;
    padding: 0.75rem 2rem !important;
}


/* ここからが赤太文字のCSS */

.custom-bold {
    font-size: calc(0.5em + .875rem) !important; /* 画面幅に応じてフォントサイズを調整 */
    font-weight: bold !important;
    color: #ea1010 !important;
}

/* ここまでが赤太文字のCSS */

/* ここからがシリーズへのボタンのCSS */

a.btn_series {
  display: inline-block;
  padding: 0.1rem 1.5rem;
  background-color: #fff !important;
  text-align: right !important;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
}

/* ここまでがシリーズへのボタンのCSS */


/* ここからが厚みのCSS */

.thickness-fabric-box {
  overflow: hidden !important;
  background: #E0F2F1 !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  width: 308px;
  height: 125px;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

.thickness-fabric-box h3 {
  margin: 0 0 25px !important;
  background: #0F9CA3 !important;
  font-size: 16px !important;
  line-height: 35px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-align: center !important;
  padding: 0 !important;
  height: auto !important;
}

.thickness-container {
  display: flex !important;
  background: #E0F2F1 !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
}

.thickness-label {
  font-size: 12px !important;
  background: #E0F2F1 !important;
}

.thickness-shape {
  position: relative !important;
  background: #E0F2F1 !important;
  width: 30px !important;
  border: 2px solid #0F9CA3 !important;
}


/* 厚みboxのCSS */

.thickness-1 {
  background-color: #0F9CA3 !important;
}

.thickness-2 {
  background-color: #fff !important;
}

.thickness-3 {
  background-color: #fff !important;　/* ここのカラーを#0F9CA3で変えて厚みを表現する */
}

.thickness-4 {
  background-color: #fff !important;
}

.thickness-5 {
  background-color: #fff  !important;
}



.thickness-description-container {
  display: flex !important;
  background: #E0F2F1 !important;
  justify-content: center !important;
}

.thickness-description {
  font-size: 12px !important;
  background: #E0F2F1 !important;
  position: relative !important;
  left: -3px !important;
}

/* ここまでが厚みのCSS */


/* プリント範囲のCSS */

.print-img {
    margin: 2em 0;
    background: #f7f5f0 !important;
}
.print-img .print-img-title {
    font-size: 1.2em !important;
    background: #d2d98b !important;
    padding: 7px;
    text-align: center;
    color: #6e8546 !important;
    font-weight: bold;
    letter-spacing: 0.03em;
}

/* ここからが注意書きのCSS */


/* ご利用に際しての注意点 */

.detailNotice {
    background-color: #f9f9f9 !important;
    padding: 15px;
    padding-bottom: 8px;
    font-size: 14px !important;
    line-height: 1.5;
    margin: 10px 0;
}

.detailNotice-title {
    background-color: #f9f9f9 !important;
    text-align: center;
    font-weight: bold;
    color: #333333 !important;
    font-size: 16px !important;
    margin-bottom: 5px;
}

.detailNotice ul li {
    background-color: #f9f9f9 !important;
    font-size: 85%;
    line-height: 1.4em;
    margin: 0 0 0 0;
    padding: 0 0 2px 0px;
    position: relative;
    text-indent: -1em;
    padding-left: 1em;
}

/* プリント方法の注意事項 */

.notice {
    background-color: #f9f9f9 !important;
    border-radius: 8px !important;
    padding: 20px;
    padding-bottom: 0px;
    font-size: 14px !important;
    line-height: 1.5;
    margin: 20px 0;
}

.notice-title {
    background-color: #f9f9f9 !important;
    font-weight: bold;
    color: #333333 !important;
    font-size: 18px !important;
    padding-bottom: 10px;
}

.notice li {
    background-color: #f9f9f9 !important;
    padding-left: 10px;
    padding-bottom: 10px;
}

.notice p {
    background-color: #f9f9f9 !important;
    text-indent: -1em;
    padding-left: 1em;
}

.small-text {
    background-color: #f9f9f9 !important;
    font-size: 12px !important;
    padding-left: 10px;
    padding-bottom: 20px;
    text-indent: -1em;
    padding-left: 1em;
}

a.btn_series_2 {
  display: inline-block;
  padding: 0.1rem 1.5rem;
  background-color: #f9f9f9 !important;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  float: right;
}

/* ここまでが注意書きのCSS */


/* 画像のCSS */

.custom-image {
    width: 500px !important;
    height: auto;
    background-color: transparent !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 価格表タイトルのCSS */

.custom-cash-h2 {
    font-size: 160% !important;
    line-height: 1.4em;
    font-weight: bold;
    color: #333 !important;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}

.custom-cash-h2 span.h2att {
  font-size: 60% !important;
  font-weight: bold;
}

/* ここまでが価格表タイトルのCSS */


/* ここからが価格表説明文のCSS */

.item-details item-details-smalltext {
  font-size: 14px !important;
  margin: 0 0 36px !important;
}

/* ここまでが価格表説明文のCSS */


/* ここからが価格表のCSS */

.table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

.table thead {
    background: #d3e1e8 !important;
    text-align: center;
}

.table th,
.table td {
    border: 1px dotted #ddd !important;
    border-width: 0 0 0 1px;
    border-bottom: 1px solid #ddd !important;
    color: #656565 !important;
    font-size: 10px !important;
    text-align: center;
    padding: 10px;
    background: #fff !important;
}

.table th:nth-child(1) {
    background-color: #F0F0E1 !important;
    color: #333 !important;
    text-align: center;
    font-size: 12px !important;
    font-weight: 700;
}

.table th:nth-child(2) {
    background-color: #F0F0E1 !important;
    color: #333 !important;
    text-align: center;
    font-size: 12px !important;
    font-weight: 700;
}

.table th:nth-child(3) {
    background-color: #F0F0E1 !important;
    color: #333 !important;
    text-align: center;
    font-size: 12px !important;
    font-weight: 700;
}

.table th:nth-child(4) {
    background-color: #F0F0E1 !important;
    color: #333 !important;
    text-align: center;
    font-size: 12px !important;
    font-weight: 700;
}

.table th:nth-child(5) {
    background-color: #F0F0E1 !important;
    color: #333 !important;
    text-align: center;
    font-size: 12px !important;
    font-weight: 700;
}

.table th:nth-child(6) {
    background-color: #F0F0E1 !important;
    color: #333 !important;
    text-align: center;
    font-size: 12px !important;
    font-weight: 700;
}

.table th:nth-child(7) {
    background-color: #F0F0E1 !important;
    color: #333 !important;
    text-align: center;
    font-size: 12px !important;
    font-weight: 700;
}

.table th:nth-child(8) {
    background-color: #F0F0E1 !important;
    color: #333 !important;
    text-align: center;
    font-size: 12px !important;
    font-weight: 700;
}

.table th:nth-child(9) {
    background-color: #F0F0E1 !important;
    color: #333 !important;
    text-align: center;
    font-size: 12px !important;
    font-weight: 700;
}

.table tbody tr td:nth-child(1) {
    background-color: #f1f1f1 !important;
    color: #333!important;
    text-align: center;
    font-size: 12px !important;
    font-weight: 700;
}
/* ここまでが価格表のCSS */

/* ここからがサイズのCSS */

.size-chart-item .table-sizes tr:first-child th {
    background: #F0F0E1 !important;
    text-align: center;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 20px !important;
    text-transform: uppercase;
    color: #333 !important;
    white-space: nowrap;
    height: 44px;
    vertical-align: middle;
    border: 1px dotted #fff !important;
    border-width: 0 0 0 1px !important;
    padding: 0 6px;
}

.size-chart-item .table-sizes td {
    background: #fff !important;
    text-align: center;
    vertical-align: middle;
    font-size: 10px !important;
    line-height: 14px;
    color: #656565 !important;
    height: 26px;
    width: 38px;
    padding: 4px;
    border: 1px dotted #ddd !important;
    border-width: 0 0 0 1px;
    border-bottom: 1px solid #ddd !important;
}
.size-chart-item .table-sizes th {
    background: #f1f1f1 !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 20px;
    color: #333 !important;
    border: 1px solid #ddd !important;
    border-width: 0 0 1px;
    padding: 12px 6px;
    text-align: center;
}

.size-chart-item .table-sizes {
    overflow: hidden;
    margin-bottom: 20px;
}

.size_unit {
  width: 100%;
  text-align: right;
}

/* ここまでがサイズのCSS */