@charset "UTF-8";
/** Initialize
-------------------------*/
/**************************
個別ページ
**************************/
/* 2col Box */
/*
.col-2-box .box {
	width: 48%;
	margin-bottom: 30px;
}
.col-2-box .right-col {
	float:right;
}
.col-2-box .left-col {
	float:left;
}
*/
/* 畳の選び方 */
#content .entry-content #select-wrapper ul,
#content .entry-content #select-wrapper ol {
  padding-left: 2px;
}

#content .entry-content #select-wrapper ul li {
  list-style: none;
  margin-bottom: 20px;
}

#content .entry-content #select-wrapper ul li p {
  margin-bottom: 0;
}

#content .entry-content #select-wrapper ul li ul,
#content .entry-content #select-wrapper ol li ul {
  padding-left: 22px;
}

#content .entry-content #select-wrapper ul li ul li {
  list-style: disc outside;
  margin-bottom: 10px;
}

#select-wrapper h3,
#saisun-wrapper h3 {
  color: #334333;
}

#select-wrapper h4,
#saisun-wrapper h4 {
  color: #4B6043;
  padding-top: 0.75em;
  margin-bottom: 0.5em !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

/* 京たたみ */
#kyotatami-top {
  background: url(images/kyotatami/bg_kyotatami1.jpg) no-repeat center center;
  text-indent: -9999px;
  height: 270px;
}

#kyotatami-pic {
  text-align: center;
}

#kyotatami-pic .pic-blc {
  display: inline-block;
  padding: 10px;
}

#kyotatami-pic .pic-blc span {
  display: block;
}

/* 店舗情報 */
#kyoto-txt h4,
#tokyo-txt h4 {
  letter-spacing: 1px !important;
}

#kyoto-pic {
  position: relative;
}

#kyoto-pic #kyoto-pic2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
}

#kyoto-pic .txt {
  padding-top: 20px;
  padding-right: 40%;
  margin-bottom: 0;
}

#kyoto-thumb.thumb-box {
  position: relative;
  left: 4px;
}

#kyoto-thumb.thumb-box li {
  padding: 6px !important;
  margin-bottom: 0 !important;
}

#tokyo-pic {
  position: relative;
}

#tokyo-pic #tokyo-pic2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  background: #fff;
}

#tokyo-pic .txt {
  padding-top: 15px;
  padding-right: 44%;
  margin-bottom: 0;
}

.shop-txt dl dt {
  clear: left;
  float: left;
  width: 8em;
  background: whitesmoke;
  margin-right: 2em;
  padding: 3px 1em;
  font-weight: 600;
}

.shop-txt dl dd {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 3px 0;
}

iframe.gmap-frame {
  width: 100%;
  margin: 0;
  height: 400px;
  border-width: 0;
}

/*******************
茶道用置き畳
*******************/
.ft-hero__ttl h1 {
  font-size: 1.5em !important;
  line-height: 1.4;
  padding-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .ft-hero__ttl h1 {
    font-size: 2em !important;
  }
}
@media screen and (min-width: 1200px) {
  .ft-hero__ttl h1 {
    font-size: 2.5em !important;
  }
}

/* Okittami Head */
.ft-head-price-wrapper {
  background: url(images/bg_washi2.jpg) no-repeat left center;
  padding: 2em 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.ft-head-price {
  margin: 0;
  padding: 0 !important;
}

.ft-head-price li {
  padding: 0 15px;
  list-style-type: none !important;
  margin: 0 auto !important;
}

.ft-head-price__item {
  background: #d3d3d3;
  padding: 2px !important;
  border: 3px solid #111;
  border-radius: 1px;
  max-width: 360px;
}

.ft-head-price__item .inner {
  background: #111;
  background: url(images/header_bg.png) repeat-x 0 top;
  color: #fff;
  padding: 0.8em 1em;
  text-align: center;
  border-radius: 1px;
}

.ft-head-price__item .item-txt {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0.2em 0 0.5em;
  color: #fff;
}

.ft-head-price__item .item-num {
  background: #c6b66a;
  color: #111;
  display: inline-block;
  padding: 3px 0.6em 5px;
  margin-right: 0.8em;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1em;
  border-radius: 4px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-style: italic;
}

.ft-head-price__item .item-price,
.ft-head-price__item .item-price_before,
.ft-head-price__item .item-price_after {
  color: #c6b66a;
  font-style: italic;
}

.ft-head-price__item .item-price {
  font-size: 1.8em;
  font-weight: bold;
}

.ft-head-price__item .item-price_before,
.ft-head-price__item .item-price_after {
  font-size: 1.2em;
}

.ft-head-price .item-icon {
  text-align: center;
  line-height: 0;
}

.ft-head-price .item-icon img {
  width: 24px;
  max-width: 24px;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

@media screen and (min-width: 992px) {
  .ft-head-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ft-head-price__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
    max-width: 29%;
  }
  .ft-head-price__item .item-txt {
    font-size: 1.26667em;
    line-height: 1.4em;
  }
  .ft-head-price .item-icon img {
    width: 32px;
    max-width: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .ft-head-price__item .item-txt {
    font-size: 1.6em;
  }
  .ft-head-price__item .item-price {
    font-size: 2.2em;
  }
  .ft-head-price__item .item-num {
    font-size: 1.33333em;
    top: -4px;
  }
}
@media screen and (min-width: 1440px) {
  .ft-head-price {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .ft-head-price__item .item-price {
    font-size: 2.4em;
  }
  .ft-head-price .item-icon img {
    width: 40px;
    max-width: 40px;
  }
}
/* OkittamiNavi */
.ft-nav {
  margin: 0 auto 1em;
  max-width: 1440px;
}

.ft-navinner {
  padding-left: 0 !important;
}

.ft-nav__item {
  background: #111;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #888;
  list-style-type: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ft-nav__item:hover {
  background: #363653;
}

.ft-nav__item.order-btn {
  border: 1px solid #ba2b24;
  background: #ba2b24;
}

.ft-nav__item.order-btn:hover {
  background: #da3b34;
}

.ft-nav__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em 1em;
  text-decoration: none;
  position: relative;
  color: #ddd;
}

.ft-nav__item.order-btn a {
  font-size: 1.1em;
  padding: 0.4em 1em;
}

.ft-nav__item a span {
  display: inline-block;
  margin-right: 1em;
  font-family: "Questrial";
  font-weight: bold;
  font-size: 1.2em;
}

.ft-nav__item a::after {
  content: "\e901";
  font-size: 0.8em;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ft-nav__item.order-btn a::after {
  content: "\e902";
}

.ft-nav__item.order-btn a {
  color: #fff;
}

@media screen and (min-width: 600px) {
  .ft-navinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft-nav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    border-right-width: 0;
  }
  .ft-nav__item:nth-child(2n+1) {
    border-right: 1px solid #888;
  }
  .ft-nav__item:nth-last-child(2) {
    border-bottom: none;
  }
  .ft-nav__item a {
    padding-left: 2em;
  }
}
@media screen and (min-width: 992px) {
  .ft-nav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    border-right: 1px solid #888;
  }
  .ft-nav__item:last-child {
    border-color: #ba2b24;
  }
  .ft-nav__item:nth-last-child(3) {
    border-bottom: none;
  }
}
@media screen and (min-width: 1200px) {
  .ft-nav__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
    border-bottom: none !important;
  }
  .ft-nav__item a {
    padding: 1em 1em 1em 0.5em;
    text-align: center;
  }
  .ft-nav__item a span {
    margin-right: 0.8em;
  }
  .ft-nav__item a::after {
    content: none !important;
  }
  .ft-nav__item.order-btn a {
    font-size: 1.2em;
    padding: 0.7em 1em;
  }
}
/* Okittami-sado */
.ft-tc-nav {
  display: inline-block;
  text-align: left;
}

.ft-tc-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

.ft-tc-nav li .num {
  margin-right: 1em;
  color: #39394e;
}

.ft-tc-nav li a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #39394e;
  margin-bottom: 0.8em;
  color: #39394e;
}

.ft-tc-nav li a:hover {
  color: #779;
  border-bottom: 1px solid #779;
}

@media screen and (min-width: 768px) {
  .ft-tc-nav {
    font-size: 1.2em;
  }
}
.ft-tc-feature {
  padding: 0 !important;
  margin: 1em 0 0 !important;
}

.ft-tc-feature__item {
  padding: 0 15px;
  list-style: none !important;
}

.ft-tc-feature__ttl {
  text-align: center;
  color: #39394e;
  font-size: 1.2em;
  font-weight: 500;
  border: 3px dotted #7f7f93;
  border-radius: 1em;
  margin-top: 0 !important;
  margin-bottom: 0.5em;
  padding: 0.5em 0.5em;
  font-weight: 500;
}

.ft-tc-feature__ttl span {
  font-size: 0.7em;
  font-weight: normal;
}

.ft-tc-feature__ttl br {
  display: none;
}

.ft-tc-feature__img {
  max-width: 100px;
  margin: 0 auto 1em;
}

.ft-tc-feature__desc {
  margin-bottom: 1.4em;
}

.ft-tc-feature__desc:first-letter {
  font-size: 2em;
  margin-right: 8px;
  margin-top: 1px;
  float: left;
  line-height: 1 !important;
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 479px) {
  .ft-tc-feature__ttl {
    font-size: 1.5em;
    padding: 0.35em 0.25em;
  }
  .ft-tc-feature__ttl .space {
    display: inline-block;
    width: 0.5em;
  }
}
@media screen and (min-width: 480px) {
  .ft-tc-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft-tc-feature__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .ft-tc-feature__ttl br {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .ft-tc-feature__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .ft-tc-feature__ttl {
    font-size: 1.3em;
  }
  .ft-tc-feature__ttl span {
    font-size: 0.5em;
  }
}
@media screen and (min-width: 1200px) {
  .ft-tc-feature__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 1320px) {
  .ft-tc-feature__ttl {
    font-size: 1.5em;
  }
}
.ft-tc-1,
.ft-tc-op {
  background: #f1f1f2 url(images/feature_bg1.png) !important;
}

.ft-tc-reco__list {
  padding: 0 !important;
  margin: 0 auto 1em;
  max-width: 380px;
}

.ft-tc-reco__list li {
  list-style-type: none !important;
  padding: 0 0 0 2em !important;
  background: url(images/check.svg) no-repeat left top;
  background-size: 20px 20px;
}

.ft-tc-reco__list li span {
  color: #97372f;
  font-weight: 500;
}

.ft-tc-reco figure {
  text-align: center;
}

.ft-tc-reco figure img {
  width: 200px;
}

@media screen and (min-width: 480px) {
  .ft-tc-reco__list {
    max-width: 480px;
  }
  .ft-tc-reco__list li {
    font-size: 1.06667em;
  }
  .ft-tc-reco figure img {
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  .ft-tc-reco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ft-tc-reco__list {
    max-width: none;
  }
  .ft-tc-reco__list li {
    font-size: 1.13333em;
    background-size: 25px 25px;
    background-position: 0 3px;
  }
}
@media screen and (min-width: 992px) {
  .ft-tc-reco__list li {
    font-size: 1.2em;
    background-position: 0 6px;
  }
}
@media screen and (min-width: 1200px) {
  .ft-tc-reco__list li {
    font-size: 1.33333em;
    background-position: 0 8px;
    margin-bottom: 0.6em !important;
  }
  .ft-tc-reco figure img {
    width: 300px;
  }
}
/* ft-tc-point  */
.ft-tc-point {
  min-height: 300px;
}

.ft-tc-point_1 {
  background: url(https://www.kyo-tatami.com/lib/wp-content/themes/motoyama/images/oki/ft_tc_point_img1.jpg) no-repeat center center;
}

.ft-tc-point_2 {
  background: url(https://www.kyo-tatami.com/lib/wp-content/themes/motoyama/images/oki/ft_tc_point_img2.jpg) no-repeat center center;
}

.ft-tc-point_3 {
  background: url(https://www.kyo-tatami.com/lib/wp-content/themes/motoyama/images/oki/ft_tc_point_img3.jpg) no-repeat center center;
}

.ft-tc-point__inner {
  padding: 1em 15px 2em 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft-tc-point__ico {
  display: block;
  background: #39394e;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  text-indent: -0.5em;
  position: relative;
}

.ft-tc-point__ico span {
  display: block;
  position: relative;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff !important;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1;
}

.ft-tc-point__ico::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -19px;
  right: -14px;
  border-width: 25px 13px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #39394e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ft-tc-point__body {
  padding-left: 15px;
  text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  max-width: 540px;
}

.ft-tc-point__ttl {
  font-size: 1.4em;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.2;
  /*	color: #5e6b39 !important;*/
  margin-bottom: 0.75em;
}

.ft-tc-point__num {
  font-size: 4em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
  color: #39394e;
}

.ft-tc-point p {
  /*font-weight: 500;*/
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .ft-tc-point_1,
  .ft-tc-point_3 {
    background-position: -600px center;
    background-size: 1500px;
  }
  .ft-tc-point_2 {
    background-position: -300px center;
    background-size: 1500px;
  }
}
@media screen and (max-width: 767px) {
  .ft-tc-point_1,
  .ft-tc-point_3 {
    background-position: -680px center;
  }
  .ft-tc-point_2 {
    background-position: -500px center;
  }
}
@media screen and (min-width: 480px) {
  .ft-tc-point__inner {
    padding-left: 15%;
  }
  .ft-tc-point_2 .ft-tc-point__inner {
    padding-left: 10px;
    padding-right: calc(15% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .ft-tc-point__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
            flex: 0 0 115px;
    width: 115px;
    height: 115px;
  }
  .ft-tc-point__ico span {
    font-size: 2.4em;
  }
  .ft-tc-point__ico::after {
    bottom: -19px;
    right: -14px;
  }
  .ft-tc-point__body {
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .ft-tc-point {
    min-height: 500px;
    padding-top: 2em;
  }
  .ft-tc-point__inner {
    padding-left: 40%;
  }
  .ft-tc-point__ttl {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1200px) {
  .ft-tc-point {
    min-height: 600px;
    padding-top: 3em;
  }
  .ft-tc-point__inner {
    padding-left: 44%;
  }
  .ft-tc-point__ttl {
    font-size: 1.7em;
    line-height: 1.5;
  }
  .ft-tc-point p {
    font-size: 1.06667em;
    line-height: 1.8;
  }
  .ft-tc-point_2 .ft-tc-point__inner {
    padding-left: 8%;
  }
}
@media screen and (min-width: 1440px) {
  .ft-tc-point_2 .ft-tc-point__inner {
    padding-left: 12%;
  }
}
.ft-tc-3 {
  background: url(https://kyo-tatami.com/lib/wp-content/themes/motoyama/images/oki/ft_tc_case_bg.jpg) no-repeat center center;
  color: #fff;
}

.ft-tc-3 .bn-sec-header__ttl,
.ft-tc-3 .bn-sec-header__num {
  color: #fff !important;
}

.ft-tc-3 .bn-sec-header__ttl span {
  display: block;
  margin-bottom: 0.2em;
}

.ft-tc-case {
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding: 0 0 20px !important;
}

.ft-tc-case__item {
  list-style-type: none !important;
}

.ft-tc-case__item-inner {
  padding: 0 15px;
}

.ft-tc-case__img {
  margin-bottom: 1em;
}

.ft-tc-case__ttl {
  font-size: 1.2em;
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .ft-tc-case__item p {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .ft-tc-case {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .ft-tc-case__item-inner {
    padding: 0 30px;
  }
}
/* ft-tc-hero */
.ft-tc-hero__header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 240px;
  position: relative;
}

.ft-tc-hero__header .bn-sec-header {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .ft-tc-hero__header {
    height: 400px;
  }
}
.ft-tc-set__header {
  background-image: url(images/oki/ft_tc_set_hero.jpg);
}

.ft-tc-pfo__header {
  background-image: url(images/oki/ft_tc_pfo_hero.jpg);
}

.ft-tc-grade__header {
  background-image: url(images/oki/ft_tc_grade_hero.jpg);
}

/* ft-tc-set */
.ft-tc-product__setname {
  font-size: 1.4em;
  font-weight: 400 !important;
  position: relative;
  margin-bottom: 0.4em;
  border-bottom: 3px dotted #3c3c59;
  color: #3c3c59;
}

@media screen and (min-width: 768px) {
  .ft-tc-product__setname {
    font-size: 2em;
  }
}
.ft-tc-product__setname.with-num {
  line-height: 1.4 !important;
  padding: 0.6em 0 0.6em 2em;
}

.ft-tc-product__setname.with-num .num {
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  line-height: 1;
  padding: 0.3em 0;
  background: #3c3c59;
  color: #fff;
  border-radius: 50%;
}

.fc-tc-set__read {
  font-size: 1.1333em;
  color: #3c3c59;
  margin-bottom: 0.4em;
}

.fc-tc-set__price .price {
  text-align: right;
  /*color: #ba2b24;*/
  font-size: 1.13333em;
}

.jpy {
  display: inline-block;
  margin-right: 0.6em;
  font-size: 0.85em;
}

.fc-tc-set__price th,
.fc-tc-set__size th {
  font-weight: 500;
  white-space: nowrap;
}

.fc-tc-set__size td {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .fc-tc-set__price,
  .fc-tc-set__size {
    font-size: 0.86667em;
  }
  .fc-tc-set__price th,
  .fc-tc-set__size th {
    padding-left: 0 !important;
  }
}
/* Options */
.option-item {
  margin-bottom: 2em;
}

.option-item__name {
  font-size: 1.2em;
}

.option-item__tbl {
  width: 100%;
}

.option-item__tbl th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.option-item__tbl th p {
  padding-left: 1em;
}

.option-item__tbl td {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1em 2%;
  }
  .option-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
  .option-item__content {
    margin: 0 auto;
    max-width: 360px;
  }
}
/*  */
.ft-tc-pfo {
  background: #f1f1f2 url(images/feature_bg1.png);
}

.ft-tc-pfo .flow-list li {
  margin-bottom: 2em;
}

.ft-tc-pfo .flow-list__name {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.4em;
}

.ft-tc-pfo .flow-list__name .num {
  font-size: 0.8em;
  background: #3c3c59;
  color: #fff;
  padding: 0.2em 0.6em;
  white-space: nowrap;
  display: block;
}

@media screen and (min-width: 480px) {
  .ft-tc-pfo .flow-list__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ft-tc-pfo .flow-list__name .num {
    margin-right: 1em;
  }
}
@media screen and (min-width: 992px) {
  .pfo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pfo-box > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
}
.ft-tc-product-sec {
  margin-bottom: 2em;
}

.ft-tc-product__grade {
  font-size: 1.4em;
  font-weight: 500 !important;
  background: #39394e !important;
  margin-bottom: 1.2em !important;
  /*	color: #5e6b39 !important;*/
  color: #fff !important;
  padding: 0.2em 1em 0.33333em !important;
  position: relative;
  overflow: visible !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.ft-tc-product__grade::before {
  content: none !important;
}

.ft-tc-product__grade::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -39px;
  left: 5%;
  /*transform: translateX(-50%);*/
  border-width: 20px 13px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #39394e;
}

.ft-tc-product__main-img {
  margin-bottom: 1em;
}

.ft-tc-product__main-spec {
  margin-bottom: 2em;
}

.ft-tc-product__main-spec dt {
  float: left;
  clear: left;
  width: 7em;
  padding-right: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  white-space: nowrap;
}

.ft-tc-product__main-spec.spec_en dt {
  width: 12em;
}

.ft-tc-product__main-spec dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 1em;
}

.ft-tc-product__main-spec dd {
  overflow: hidden;
  padding-bottom: 0.2em;
}

.ft-tc-product__item h4,
.ft-tc-product__item h3,
.ft-tc-product__card h3 {
  border-left: 4px solid #39394e;
  color: #39394e !important;
  padding: 0 0 0 0.6em !important;
  margin-bottom: 0.8em !important;
  font-size: 1.4em;
  font-weight: 600 !important;
  font-family: "EB Garamond", serif;
}

.ft-tc-product__item h4::before,
.ft-tc-product__card h3::before {
  content: none !important;
}

.ft-tc-product__list {
  padding-left: 0 !important;
}

.ft-tc-product__itemsku {
  list-style-type: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em !important;
}

/*
.ft-tc-product__item-img {
	flex: 0 0 100px;
	margin-right: 15px;
}
*/
.ft-tc-product__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.ft-tc-product__item-name {
  font-size: 1.06667em;
  font-weight: 600;
  line-height: 1.4;
}

.ft-tc-product__item-price {
  margin-left: auto;
  text-align: right;
}

.ft-tc-product__item-price span {
  display: inline-block;
}

.ft-tc-product__item-price .price {
  font-size: 1.2em;
  font-weight: 600;
  color: #ba2b24;
}

.ft-tc-product__item-price .tax {
  color: #ba2b24;
  padding-left: 0.2em;
  font-size: 0.933333em;
}

.ft-tc-product__item-spec {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
}

a.ft-product__btn {
  display: inline-block;
  background: #ba2b24;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  padding: 0.8em 1em;
  min-width: 15em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .ft-tc-product__grade {
    font-size: 1.6em !important;
  }
  .ft-tc-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ft-tc-product__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .ft-tc-product_en .ft-tc-product__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .ft-tc-product__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 2 100%;
            flex: 0 2 100%;
    padding-left: 20px !important;
  }
  .ft-tc-product_card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .ft-tc-product__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .ft-tc-product__grade {
    font-size: 1.8em !important;
  }
  .ft-tc-product__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    max-width: 36%;
  }
  .ft-tc-product__item {
    padding-left: 60px !important;
  }
  .ft-tc-product__list-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .ft-tc-product__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    max-width: 42%;
  }
  .ft-tc-product__item {
    padding-left: 90px !important;
  }
  .ft-tc-product__item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    max-width: 140px;
  }
  a.ft-product__btn {
    min-width: 18em;
  }
}
.ft-tc-op__item {
  margin-bottom: 3em;
}

.ft-tc-op__item-img {
  margin-bottom: 1em;
}

.ft-tc-op__item-ttl {
  text-align: center;
  padding: 0;
  font-size: 1.2em !important;
  font-weight: 500;
  /*	color: #5e6b39 !important;*/
}

.ft-tc-op__item-ttl::before {
  content: none !important;
}

a.ft-product__btn.ft-op__btn {
  background: #39394e;
}

a.ft-product__btn.ft-op__btn_2 {
  background: #97372f;
}

@media screen and (min-width: 768px) {
  .ft-tc-op {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ft-tc-op__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
  }
  .ft-tc-op__item-ttl {
    font-size: 1.4em !important;
  }
}
@media screen and (min-width: 1200px) {
  .ft-tc-op__item {
    padding: 15px 30px;
  }
  .ft-tc-op__item-ttl {
    font-size: 1.8em !important;
  }
}
.ft-tc-guide__ttl {
  border-bottom: none !important;
}

.ft-tc-guide__inner .special-post__well {
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .ft-tc-guide__inner {
    padding: 3em 60px 2em;
  }
  .ft-tc-guide__inner .special-post__well {
    height: 100%;
  }
}
.ft-order__head {
  border-bottom: none !important;
  text-align: center;
}

.ft-order__content {
  text-align: center;
  padding-bottom: 2em;
}

.ft-order__icon {
  color: #39394e;
  font-size: 4em;
}

a.ft-order__btn {
  display: inline-block;
  color: #fff;
  background: #39394e;
  /*background: #ba2b24;*/
  text-decoration: none;
  min-width: 20em;
  max-width: 90%;
  padding: 0.3em 3em !important;
  position: relative;
}

.ft-order__tel-head {
  color: #39394e;
  line-height: 1.2;
}

.ft-order__tel {
  color: #39394e;
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: bold;
}

.ft-order__tel a {
  font-family: "Questrial";
  color: #39394e;
  text-decoration: none;
}

.ft-order__tel i {
  font-size: 1.4em;
  position: relative;
  top: 0.18em;
  padding-right: 0.1em;
}

.ft-order__well {
  background: #f1f3ef;
  border: 1px solid #39394e;
  padding: 1em;
}

.ft-tc-guide .special-post__well-ttl {
  margin-bottom: 0.25em;
  padding-bottom: 0 !important;
}

table.fc-tc-set__price {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 480px) {
  .ft-order__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ft-order__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .ft-order__content:first-child {
    border-right: 1px solid #39394e;
  }
}
@media screen and (min-width: 768px) {
  .ft-order__head {
    font-size: 1.4em;
  }
  .ft-order__icon {
    font-size: 5em;
  }
  a.ft-order__btn {
    font-size: 1.4em;
    margin-top: 1em;
  }
  .ft-order__tel-head {
    margin-top: -1em;
    font-size: 1.2em;
  }
  .ft-order__tel {
    font-size: 2.4em;
  }
  .ft-order__well {
    padding: 1.5em 1em;
  }
  .ft-order__well p {
    text-align: center !important;
  }
  .ft-order__well-btn {
    font-size: 1.2em !important;
  }
}
@media screen and (min-width: 1200px) {
  .ft-order__head {
    font-size: 1.6em;
  }
  .ft-order__tel {
    font-size: 3em;
  }
  .ft-order__well p {
    font-size: 1.2em;
  }
}
/*******************************************
置炉用置き畳
*******************************************/
/*******************************************
Okiro Page */
.okiro * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.okiro a.okiro-link {
  display: inline-block;
  border: 1px solid #4B6043;
  color: #4B6043 !important;
  text-decoration: none;
  font-size: 0.9375em;
  padding: 0.25em 1.5em 0.375em 0.5em;
  margin-top: 0.75em;
  background: #edeeea;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .okiro a.okiro-link {
    font-size: 1.125em;
    padding: 0.25em 2em 0.375em 1.5em;
  }
}
.okiro a.okiro-link:hover {
  background: none;
}
.okiro a.okiro-link::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-left: 1px solid #111;
  border-bottom: 1px solid #111;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 0.25em;
  top: 50%;
  margin-top: -0.1725em;
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .okiro a.okiro-link::after {
    right: 0.6875em;
  }
}
.okiro-sect-ttl {
  line-height: 1.25 !important;
  padding: 0 0.5em 0.125em 0.6725em !important;
  border-left: 2px solid #111;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .okiro-sect-ttl {
    font-size: 2em;
  }
}
.okiro-sect__head {
  position: relative;
  padding-top: 3em;
}
.okiro-sect__head .ttl {
  font-size: 1.625em;
  position: relative;
  z-index: 2;
  letter-spacing: 0 !important;
  line-height: 1.375;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .okiro-sect__head .ttl {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 992px) {
  .okiro-sect__head .ttl {
    font-size: 3em;
  }
}
.okiro-sect__head .ttl::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #111;
  position: absolute;
  bottom: -0.3725em;
  left: 0px;
}
.okiro-sect__head .ttl_en {
  font-size: 4em;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ddd;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .okiro-sect__head .ttl_en {
    font-size: 5em;
  }
}
@media screen and (min-width: 992px) {
  .okiro-sect__head .ttl_en {
    font-size: 7em;
  }
}
.okiro-sect__read {
  font-size: 1.125em;
}
@media screen and (min-width: 992px) {
  .okiro-sect__read {
    font-size: 1.75em;
  }
}
.okiro-well {
  border-color: #999;
}

/*Okiro Header */
.okiro-header {
  color: #fff;
  font-size: 0.875em;
  position: relative;
  background: #111;
}
.okiro-header__ttl {
  font-size: 1.385em;
  background: #111;
  padding: 0.5em 1em;
}
@media screen and (min-width: 1200px) {
  .okiro-header__ttl {
    width: 100%;
    font-size: 1.75em;
    padding: 0.75em 1em;
    text-align: center;
  }
}
.okiro-header__ttl h1 {
  color: #fff;
  font-size: 1.25em !important;
  padding-top: 0.125em;
  padding-bottom: 0.125em;
}
.okiro-header__ttl h2 {
  color: #fff;
  font-size: 0.75em !important;
  padding-bottom: 0.75em;
  height: 100%;
  border-bottom: none !important;
}
.okiro-header .slide-media {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .okiro-header {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .okiro-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .okiro-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(images/okiro/bg_hemp.png) no-repeat right top;
  }
}
.okiro-header__hero {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .okiro-header__hero {
    position: relative;
    background: #111;
    width: 70%;
  }
  .okiro-header__hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0)), color-stop(65%, rgba(17, 17, 17, 0)), color-stop(98%, rgb(17, 17, 17)));
    background: linear-gradient(to right, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 65%, rgb(17, 17, 17) 98%);
    z-index: 10;
  }
  .okiro-header__hero figure {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .okiro-header__hero figure img {
    max-width: 110%;
    min-height: 100%;
  }
}
.okiro-header__hero img {
  line-height: 0;
}
.okiro-header a,
.okiro-header h1,
.okiro-header h2 {
  color: #fff;
  text-decoration: none;
}
.okiro-header__content {
  max-width: none;
  padding: 1em 10% 8em;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .okiro-header__content {
    width: 30%;
    max-width: 500px;
    padding: 0 5% 0 0;
    margin-top: 2em;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1440px) {
  .okiro-header__content {
    padding: 0 8% 0 0;
  }
}
.okiro-header__nav {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 1200px) {
  .okiro-header__nav {
    margin-bottom: 5em;
    padding-right: 1em;
  }
}
.okiro-header__nav-ttl {
  visibility: hidden;
}
@media screen and (min-width: 1200px) {
  .okiro-header__nav-ttl {
    visibility: visible;
    text-align: right;
    border-bottom: 1px solid #444;
    font-size: 1.375em;
  }
}
.okiro-header__nav ul {
  padding-left: 0 !important;
}
.okiro-header__nav ul li {
  list-style-type: none !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #444;
}
.okiro-header__nav ul li a {
  display: block;
  padding: 0.75em 1em;
  font-size: 1.125em;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.okiro-header__nav ul li a:hover {
  opacity: 0.6;
}
.okiro-header__nav ul li a::before {
  content: "";
  display: block;
  font-size: 1.125em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  color: #111;
  background: #4B6043;
  background: -webkit-gradient(linear, left top, left bottom, from(#4B6043), to(#5f6147));
  background: linear-gradient(to bottom, #4B6043 0%, #5f6147 100%);
  border-radius: 50%;
  position: absolute;
  right: 0.5em;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.okiro-header__nav ul li a::before:hover {
  opacity: 0;
}
.okiro-header__nav ul li a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-left: 2px solid #111;
  border-bottom: 2px solid #111;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 0.6875em;
  top: 50%;
  margin-top: -0.125em;
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.okiro-header__nav ul li a::after:hover {
  border-color: #fff;
}

.okiro-1st-sec {
  background: #f6f6f6;
}
.okiro-1st-sec .portfolio-block {
  margin-top: -2em;
}

/*******************************************
Okiro Head Feat. */
.okiro-head-feat {
  position: relative;
  top: -5em;
  margin-bottom: -5em;
  z-index: 21;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .okiro-head-feat .okiro-head-feat ul {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.okiro-head-feat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
@media screen and (min-width: 768px) {
  .okiro-head-feat ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .okiro-head-feat ul {
    max-width: none;
  }
}
.okiro-head-feat ul li {
  font-size: 13px;
  text-align: center;
  background: url(images/okiro/bg_circle_1.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  border-radius: 50%;
  width: 12em;
  height: 12em;
  padding: 3em 1em;
  margin: 0 0.25em 2em;
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 992px) {
  .okiro-head-feat ul li {
    font-size: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .okiro-head-feat ul li {
    font-size: 1.125em;
    width: 13em;
    height: 13em;
  }
}
.okiro-head-feat ul li.item_2 {
  background-image: url(images/okiro/bg_circle_2.png);
}
.okiro-head-feat ul li.item_3 {
  background-image: url(images/okiro/bg_circle_3.png);
}
.okiro-head-feat ul li.item_4 {
  background-image: url(images/okiro/bg_circle_4.png);
}
.okiro-head-feat ul li h2 {
  color: #fff;
  margin-bottom: 0.25em;
}

/*******************************************
Okiro Feature */
@media screen and (min-width: 992px) {
  .okiro-read-sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*flex-flow: row-reverse;*/
  }
  .okiro-read-sect > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .okiro-read-sect .okiro-sect__read {
    margin-bottom: 0.5em;
  }
  .okiro-read-sect p {
    font-size: 1.125em;
    line-height: 2;
  }
}
.okiro-crosssect {
  margin: 0 auto 1em;
  background: #f6f6f6;
  padding: 2em;
  text-align: center;
  border-radius: 1em;
}
.okiro-crosssect img {
  width: 360px;
}

.okiro-feature__subttl {
  font-size: 1.5em;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .okiro-feature__subttl {
    font-size: 2em;
  }
}
.okiro-feature__subttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #111;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.okiro-feature__subttl span {
  display: inline-block;
  background: #fff;
  padding-right: 1em;
  position: relative;
  z-index: 1;
}

.okiro-feature-card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.okiro-feature-card ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 3em;
}
.okiro-feature-card ul li div {
  padding: 0 15px;
}
.okiro-feature-card ul figure {
  margin-bottom: 1em;
}
.okiro-feature-card ul h4 {
  font-weight: 600;
  font-size: 1.0625em;
  margin-bottom: 1em;
  line-height: 1.75;
}
@media screen and (min-width: 1200px) {
  .okiro-feature-card ul h4 {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 992px) {
  .okiro-feature-card ul {
    margin: 0 -25px;
  }
  .okiro-feature-card ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .okiro-feature-card ul li div {
    padding: 0 25px;
  }
}

/*******************************************
Okiro Variation */
.okiro-var {
  background-color: #f6f6f6;
}

.var-sect-bar {
  /*border-top: 1px dotted #666b5d;*/
  border-top: 1px dotted #111;
  position: relative;
  padding-left: 2.75em;
  font-size: 1.375em;
  line-height: 2;
  font-weight: 500;
  /*  color: #666b5d;*/
}

.var-sect-bar .num {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 2em;
  height: 2em;
  color: #fff;
  background: #111;
  /*  background: #666b5d;*/
  text-align: center;
}

.var-sect__ttl {
  font-size: 1.375em;
  line-height: 1.5;
}

.var-sect__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.var-sect__content ul.col_2 .item {
  width: 46%;
  margin-bottom: 3em;
}

.var-sect__content ul.col_3 .item {
  width: 31%;
}

.var-sect__content .item h4 {
  font-size: 1.375em;
  margin-bottom: 0.75em;
}

.var-sect__content .col_3 .item h4,
.var-sect__content .col_3 .item h5 {
  font-size: 1.0625em;
  margin-bottom: 0.125em;
  text-align: center;
}

.var-sect__content .item h5 {
  font-size: 1.0625em;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
  .var-sect-bar {
    font-size: 2em;
  }
  .var-sect__ttl {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 1200px) {
  .var-sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .var-sect__head {
    width: 40%;
  }
  .var-sect__ttl {
    font-size: 2.25em;
  }
  .var-sect__head p {
    font-size: 1.125em;
    margin-bottom: 1em;
  }
  .var-sect__content {
    width: 50%;
  }
  .var-sect__content .item figure {
    margin-bottom: 1em;
  }
  .var-sect__content .item h4 {
    font-size: 1.6125em;
  }
  .var-sect__content .col_3 .item h4 {
    font-size: 1.375em;
  }
  .var-sect__content .item h5 {
    font-size: 1.125em !important;
  }
}
@media screen and (max-width: 1199px) {
  .var-sect .hid {
    display: none;
  }
}
/*******************************************
Opyion List*/
.option-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.option-list ul li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 3em;
}

.option-list ul li figure {
  margin-bottom: 1em;
}

.option-list ul li .item-ttl {
  margin-bottom: 0.5em;
}

.option-list ul li .btn.btn_rounded {
  margin-top: 1em;
  font-size: 1em;
  padding: 0.75em 1em 1em;
}

@media screen and (min-width: 992px) {
  .option-list ul {
    margin: 0 -25px;
  }
  .option-list ul li {
    width: 33.33333%;
    padding: 0 25px;
  }
  .option-list ul li .item-ttl {
    font-size: 1.75em;
  }
  .option-list ul li .btn.btn_rounded {
    font-size: 1.125em;
    padding: 0.75em 1.75em 1em;
  }
}
/*******************************************
Opyion Price*/
.okiro-price {
  background: #f6f6f6;
}

.okiro-price-tbl {
  width: 100%;
}

.okiro-price-tbl th,
.okiro-price-tbl td {
  border: 1px solid #888;
}

.okiro-price-tbl th .smaller,
.okiro-price-tbl td .smaller {
  font-weight: normal;
}

.okiro-price-tbl th {
  font-weight: 600 !important;
}

.okiro-price-tbl th.tbl-ttl {
  text-align: left;
  background: #333;
  color: #fff;
  font-size: 1.75em;
  padding: 0.5em 1em !important;
}

.okiro-price-tbl th.grade {
  background: #5f6147;
  color: #fff;
}

.okiro-price-tbl th.grade a {
  color: #fff;
}

.okiro-price-tbl th.grade span {
  font-size: 0.75em;
}

.okiro-price__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.okiro-price__btm .btn {
  margin: 0 10px 1em;
}

@media screen and (min-width: 1200px) {
  .okiro-price-tbl th,
  .okiro-price-tbl td {
    font-size: 1.125em;
  }
}
/*******************************************
Opyion Guide*/
.okiro-guide-tbl th,
.okiro-guide-tbl td {
  border: 1px solid #888;
  padding: 1em 1em;
}

.okiro-guide-tbl th {
  font-weight: bold;
  text-align: center;
  width: auto;
  white-space: nowrap;
}

.okiro-guide-tbl dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11em;
          flex: 0 0 11em;
  font-weight: bold;
}

.okiro-guide-tbl dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 11em);
          flex: 0 0 calc(100% - 11em);
  display: block;
  margin-bottom: 0.75em;
}

@media screen and (min-width: 992px) {
  .okiro-guide-tbl th,
  .okiro-guide-tbl td {
    padding: 1em 2em;
  }
  .okiro-guide-tbl th {
    min-width: 12em;
  }
  .okiro-guide-tbl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/*******************************************
Heri */
.heri .section-intro h2 {
  font-size: 2.5em;
}
.heri .section-intro .material {
  font-size: 1.25em;
}
.heri .section-intro .caption {
  font-weight: 500;
}

.heri-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.heri-list li {
  padding: 0 8px 2em;
  text-align: center;
}
.heri-list li figure {
  max-width: 108px;
  margin: 0 auto 0.5em;
}
.heri-list li .num, .heri-list li .color {
  font-size: 1.125em;
  line-height: 1.25;
  font-weight: 500;
}
@media screen and (min-width: 480px) {
  .heri-list li .num, .heri-list li .color {
    font-size: 1.375em;
  }
}
.heri-list li .num {
  margin-bottom: 0.25em;
}
.heri-list li .name_jp {
  font-size: 0.9375em;
  font-family: "Noto Serif JP", serif;
}

.heri-cotton-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media screen and (min-width: 992px) {
  .heri-cotton-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
  }
}

@media screen and (min-width: 768px) {
  .heri-hemp-list {
    padding-right: 4em;
  }
}
.heri-hemp-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.heri-hemp {
  background: url(images/heri/bg_hemp.jpg) no-repeat left top;
  background-size: cover;
}
.heri-hemp * {
  color: #b83523;
}

.heri-taka {
  position: relative;
  background: url(images/heri/bg_taka.jpg) no-repeat right top;
  background-size: cover;
}
.heri-taka * {
  color: #27007f;
}
@media screen and (min-width: 992px) {
  .heri-taka-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .heri-taka-bg_1 {
    background: url(images/heri/bg_taka.jpg) no-repeat right top;
    background-size: cover;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .heri-taka-bg_2 {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    background: url(images/heri/heri_taka.jpg) no-repeat right top;
    background-size: cover;
  }
}
.heri-taka-main {
  position: relative;
  z-index: 1;
}
.heri-taka-photo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
  gap: 15px;
}
.heri-taka-photo > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.heri-taka-photo > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.heri-taka-photo > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.heri-taka-photo > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (min-width: 992px) {
  .heri-taka-photo {
    width: 50%;
    margin-left: 2em;
  }
}
.heri-taka-photo_1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
@media screen and (min-width: 992px) {
  .heri-taka-photo_1 {
    display: none;
  }
}
.heri-taka-photo_2 {
  margin: 0 auto;
}
.heri-taka-photo_3 {
  padding: 0 5%;
}
@media screen and (min-width: 992px) {
  .heri-taka-photo_3 {
    padding: 0 0 0 10%;
  }
}
@media screen and (min-width: 1200px) {
  .heri-taka-photo_3 {
    padding-left: 15%;
  }
}

.heri-chemical-btn {
  max-width: 600px;
}
.heri-chemical-list {
  max-width: 900px;
}
.heri-chemical-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media screen and (min-width: 768px) {
  .heri-chemical-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666%;
            flex: 0 0 16.666%;
  }
}

@media screen and (max-width: 767px) {
  .heri-chemical-btn .btn-lg {
    padding: 0.5em 1.5em !important;
    display: block;
  }
}

/*******************************************
Hondoko */
.hondoko-h3 {
  font-size: 1.375em;
  padding-top: 0.5em;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .hondoko-h3 {
    font-size: 1.75em;
  }
}
.hondoko-h3 .num {
  font-size: 1.5em;
  color: #4B6043;
}

/*******************************************
Button */
/*******************************************
List */
.list_normal {
  padding-left: 1.5em;
}
.list_normal li {
  list-style-type: disc;
  margin-bottom: 0.25em;
}

ol.list_numbered li {
  list-style-type: normal;
  margin-left: 1.25em;
  padding-left: 0.25em;
}