@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/sNotoSansCJKjp-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("../fonts/NotoSerifCJKjp-SemiBold.ttf") format("truetype");
  font-display: swap;
}
/*--------------------------
 ブレークポイント設定
----------------------------*/
:focus {
  outline: none;
}

/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, "NotoSansCJKjp", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-style: normal;
  font-weight: 400;
}
body img {
  width: 100%;
}
body .wrap {
  position: relative;
}
body .uk-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 25px;
}
@media (min-width: 1200px) {
  body .uk-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  body .uk-container {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, "NotoSansCJKjp", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  text-align: left !important;
  position: relative;
}
@media (max-width: 479px) {
  body {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  transition: all 0.5s ease 0s;
}

@media (min-width: 1200px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}
@media (min-width: 1200px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 479px) {
  .uk-hidden-xs {
    display: none !important;
  }
}
/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .uk-visible-xs {
    display: block !important;
  }
}
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
/* 変数 -----*/
.svg-wrap {
  height: 0;
  position: relative;
}
.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #B32C50;
}
a:hover {
  transition: all 0.5s ease 0s;
}

/*--------------------------
 ヘッダー
----------------------------*/
/* トップページのロゴ */
#Home {
  /*ロゴ -----*/
}
#Home h1 {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 999;
}
#Home h1 a {
  display: block;
}
#Home h1 img {
  width: 80px;
  height: 290px;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  #Home h1 {
    position: absolute;
  }
}
@media (max-width: 767px) {
  #Home h1 img {
    width: 50px;
    height: 180px;
  }
}
#Home h1 .h1Icon {
  display: block;
  text-align: center;
}
#Home h1 .h1Icon a {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  line-height: 1;
}
#Home h1 .h1Icon i {
  font-size: 26px;
  color: #BAAF92;
}

/* 下層のロゴ */
.page {
  /*
      h1{
          position: absolute;
          top: 0;
          left: 10px;
          padding: 10px;
          z-index: 999;
          a{
              display: block;
          }
          img{
              width: 220px;
              height: 70px;
          }
          @include small{
              top: 5px;
              left: 0;
              img{
                  width: auto;
                  height: 60px;
              }
          }
      }
  */
}
.page header {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 999;
}
@media (max-width: 767px) {
  .page header {
    background: #fff;
    position: relative;
  }
}
.page h1 {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 999;
}
@media (max-width: 767px) {
  .page h1 {
    padding: 0px 0px 0px 10px;
  }
}
.page h1 a {
  display: block;
}
.page h1 img {
  width: 80px;
  height: 290px;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  .page h1 {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .page h1 img {
    width: 45px;
    height: auto;
  }
}
.page h1 .h1Icon {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .page h1 .h1Icon {
    display: none;
  }
}
.page h1 .h1Icon a {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  line-height: 1;
}
.page h1 .h1Icon i {
  font-size: 26px;
  color: #BAAF92;
}

header {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 999;
  /*
      width: 100%;
      z-index: 2;
  */
}
@media (max-width: 767px) {
  header {
    background: #fff;
    position: relative;
  }
}
header .nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
@media (max-width: 959px) {
  header .nav {
    display: none;
  }
}
header .nav ul li {
  display: inline-block;
}
header .nav ul li a {
  color: #333;
}
header .nav__subnav {
  text-align: right;
}
header .nav__subnav ul {
  margin: 10px;
}
header .nav__subnav ul li a {
  font-size: 14px;
  padding: 0 15px;
}
header .nav__subnav ul li a:hover {
  color: #F56A47;
}
header .nav__gnav {
  margin-right: 25px;
}
header .nav__gnav ul {
  position: relative;
}
header .nav__gnav ul::before {
  content: "｜";
  color: #707070;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -10px;
  font-size: 18px;
}
header .nav__gnav ul li {
  position: relative;
  margin: 0 !important;
  /*ドロップダウン -----*/
}
header .nav__gnav ul li::before {
  content: "｜";
  color: #707070;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -25px;
}
header .nav__gnav ul li a {
  font-size: 18px;
  padding: 0 25px;
  /*hoverアクション -----*/
  /*dropdown toggle -----*/
}
header .nav__gnav ul li a::after {
  position: absolute;
  bottom: -9px;
  left: 0;
  content: "";
  width: 80%;
  height: 5px;
  left: 10%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  background: #BAAF92;
}
header .nav__gnav ul li a:hover {
  filter: brightness(100%);
}
header .nav__gnav ul li a:hover::after {
  transform: scale(1, 1);
}
header .nav__gnav ul li a.tgl::after {
  content: none;
}
header .nav__gnav ul li .uk-dropdown {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
  border-left: 5px solid #BAAF92;
  top: 26px !important;
}
header .nav__gnav ul li .uk-dropdown .uk-dropdown-nav::before {
  content: none;
}
header .nav__gnav ul li .uk-dropdown .uk-dropdown-nav li {
  display: block;
  padding: 10px 20px 10px 0;
}
header .nav__gnav ul li .uk-dropdown .uk-dropdown-nav li::before {
  content: none;
}
header .nav__gnav ul li .uk-dropdown .uk-dropdown-nav li a {
  font-size: 15px;
  position: relative;
}
header .nav__gnav ul li .uk-dropdown .uk-dropdown-nav li a::after {
  content: none;
}
header .nav__gnav ul li .uk-dropdown .uk-dropdown-nav li a::before {
  content: "";
  background: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  transition: all 0.5s ease 0s;
}
header .nav__gnav ul li .uk-dropdown .uk-dropdown-nav li a:hover {
  color: #A25E4A;
  filter: opacity(1);
}
header .nav__gnav ul li .uk-dropdown .uk-dropdown-nav li a:hover::before {
  right: -5px;
  transition: all 0.5s ease 0s;
}

/*--------------------------
 スマホヘッダー
----------------------------*/
.spn__toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  background: #F56A47;
  width: 55px;
  height: 55px;
  border-radius: 35px;
  padding: 0;
  z-index: 999;
  text-align: center;
}

/* メニュー開 */
#modal_menu {
  background: #785E4D;
  padding: 30px;
}
@media (max-width: 767px) {
  #modal_menu {
    padding: 20px;
  }
}
#modal_menu .uk-modal-dialog {
  background: none;
  padding: 50px 0px;
}
#modal_menu .uk-modal-dialog .uk-close {
  opacity: 1;
  width: 50px;
  height: 50px;
  right: 0;
  position: absolute;
  top: 0;
}
#modal_menu .uk-modal-dialog .uk-close::after {
  content: "";
  background: url(../img/common/ico_close.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  display: block;
}
#modal_menu .uk-modal-dialog .nav__gnav ul li {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 0 !important;
}
#modal_menu .uk-modal-dialog .nav__gnav ul li a {
  color: #fff;
  font-size: 20px;
  padding: 20px;
  display: block;
  position: relative;
}
#modal_menu .uk-modal-dialog .nav__gnav ul li a.uk-accordion-title::before {
  content: none;
}
#modal_menu .uk-modal-dialog .nav__gnav ul li a.uk-accordion-title::after {
  content: "";
  background: url(../img/common/ico_plus.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
}
#modal_menu .uk-modal-dialog .nav__gnav ul li .uk-accordion-content {
  margin-top: 0px !important;
  padding: 0 20px 20px;
}
#modal_menu .uk-modal-dialog .nav__gnav ul li .uk-accordion-content ul li {
  border-bottom: none;
}
#modal_menu .uk-modal-dialog .nav__gnav ul li .uk-accordion-content ul li a {
  padding: 10px 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
#modal_menu .uk-modal-dialog .nav__gnav ul li .uk-accordion-content ul li a::before {
  content: "−";
  margin-right: 5px;
  display: inline-block;
}
#modal_menu .uk-modal-dialog .nav__gnav ul li.uk-open::before {
  content: none;
}
#modal_menu .uk-modal-dialog .nav__gnav ul li.uk-open a.uk-accordion-title {
  padding-bottom: 0;
}
#modal_menu .uk-modal-dialog .nav__gnav ul li.uk-open a.uk-accordion-title::after {
  background-image: url(../img/common/ico_minus.svg);
  top: calc(50% + 10px);
}
#modal_menu .uk-modal-dialog .nav__subnav {
  margin-top: 50px;
}
#modal_menu .uk-modal-dialog .nav__subnav ul li {
  text-align: left;
}
#modal_menu .uk-modal-dialog .nav__subnav ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  padding: 10px;
  position: relative;
}
@media (max-width: 479px) {
  #modal_menu .uk-modal-dialog .nav__subnav ul li a {
    font-size: 3.5vw;
  }
}
#modal_menu .uk-modal-dialog .nav__subnav ul li a::before {
  content: "−";
  display: inline-block;
  margin-right: 5px;
}
#modal_menu .uk-modal-dialog .nav__spSNS {
  width: 70%;
  margin: 0 auto;
}
#modal_menu .uk-modal-dialog .nav__spSNS ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}
#modal_menu .uk-modal-dialog .nav__spSNS ul li {
  display: block;
  width: 45%;
  text-align: center;
  font-size: 36px;
}
#modal_menu .uk-modal-dialog .nav__spSNS ul li a {
  color: #fff;
}
#modal_menu .uk-modal-dialog .spNnrBlock {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
  margin-bottom: 50px;
}
#modal_menu .uk-modal-dialog .spNnrBlock ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}
#modal_menu .uk-modal-dialog .spNnrBlock ul li {
  display: block;
  width: 45%;
  text-align: center;
  font-size: 36px;
}
#modal_menu .uk-modal-dialog .spNnrBlock ul li a {
  color: #fff;
}
#modal_menu .changeLanguage {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#modal_menu .changeLanguage ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modal_menu .changeLanguage ul li {
  display: block;
  width: 45%;
}
#modal_menu .changeLanguage ul li a {
  color: #fff;
}

/*--------------------------
 共通事項
----------------------------*/
.uk-section h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 42px;
  color: #A25E4A;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .uk-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .uk-section h2 {
    font-size: 7vw;
  }
}
.uk-section .ld {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .uk-section .ld {
    text-align: left;
    font-size: 15px !important;
  }
}

/* 伸びる矢印 ----*/
.arrow_btn {
  margin: 0;
  display: inline-block;
  position: relative;
  color: #333;
}
.arrow_btn .arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  transition: all 0.5s ease 0s;
}
.arrow_btn .arrow span {
  width: 30px;
  height: 1px;
  position: relative;
  background: #F56A47;
  display: inline-block;
  transition: all 0.5s ease 0s;
}
.arrow_btn .arrow span::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #F56A47;
  display: inline-block;
  transform: rotate(30deg);
  position: absolute;
  right: 0;
  bottom: 3px;
}

a:hover .arrow {
  right: 0;
  transition: all 0.5s ease 0s;
}
a:hover .arrow span {
  width: 50px;
  transition: all 0.5s ease 0s;
}

/* figure ----*/
figure {
  position: relative;
  overflow: hidden;
}
figure .uk-overlay-scale {
  transition: all 0.5s ease 0s;
}

a:hover {
  color: #F56A47;
}
a:hover .uk-overlay-scale {
  transform: scale(1.1);
  filter: brightness(80%);
  transition: all 0.5s ease 0s;
}

/* 購入ボタン ----*/
.btnBuy {
  text-align: center;
  line-height: 1 !important;
  font-size: 14px;
  margin: 10px auto;
}
.btnBuy span {
  display: inline-block;
  background: url(../img/common/ico_arrow.svg) no-repeat right 7px center;
  background-size: 7px;
  padding: 5px 20px 5px 5px;
  border: 1px solid #A25E4A;
  border-radius: 3px;
  color: #A25E4A;
}

/*--------------------------
 トップページ
----------------------------*/
#Home {
  /*--------------------------
   メインビジュアル
  ----------------------------*/
  /*--------------------------
   生活の中の伊勢型紙
  ----------------------------*/
  /*--------------------------
   伊勢型紙を体験する
  ----------------------------*/
  /*--------------------------
   伊勢型紙を知る
  ----------------------------*/
  /*--------------------------
   ISEKATAチャンネル
  ----------------------------*/
  /*--------------------------
   職人のご紹介
  ----------------------------*/
  /*--------------------------
  スタッフブログ
  ----------------------------*/
  /*--------------------------
  お知らせ
  ----------------------------*/
}
#Home .mainvisual {
  background: url(../img/top/mv.jpg) no-repeat center right/cover;
  width: calc(100% - 100px);
  margin-left: 100px;
  height: 100vh;
  max-height: 1050px;
}
@media (max-width: 767px) {
  #Home .mainvisual {
    width: calc(100% - 70px);
    margin-left: 70px;
  }
}
@media (max-width: 479px) {
  #Home .mainvisual {
    height: 50vh;
  }
}
#Home .inlife {
  text-align: center;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #Home .inlife {
    width: calc(100% - 40px);
  }
}
#Home .inlife .ld {
  font-size: 18px;
}
#Home .inlife__list {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #Home .inlife__list {
    margin-left: -20px;
  }
  #Home .inlife__list div {
    padding-left: 20px;
  }
}
#Home .inlife__list figure {
  margin: 0;
}
#Home .inlife__list figure i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 30%;
  padding-top: 42%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
#Home .inlife__list .apparel i {
  background-image: url(../img/top/inlife_text01.svg);
}
#Home .inlife__list .tableware i {
  background-image: url(../img/top/inlife_text02.svg);
}
#Home .inlife__list .interior i {
  background-image: url(../img/top/inlife_text03.svg);
}
#Home .inlife__list .enjoy i {
  background-image: url(../img/top/inlife_text04.svg);
}
#Home .inlife__list .kata i {
  background-image: url(../img/top/inlife_text05.svg);
}
#Home .exp {
  position: relative;
}
#Home .exp .bg {
  background: url(../img/top/exp_bg.jpg) no-repeat;
  padding-top: 55%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 479px) {
  #Home .exp .bg {
    background-position: 40% top !important;
    background-size: 250% auto !important;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
#Home .exp .bg h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  width: 150px;
}
#Home .exp .bg h2 span {
  writing-mode: vertical-rl;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 50px;
  white-space: nowrap;
}
#Home .exp .bg h2 span::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 10px;
  width: 1px;
  height: 180px;
  background: #BAAF92;
}
@media (max-width: 767px) {
  #Home .exp .bg h2 {
    left: 0;
    top: 50px;
    bottom: auto;
    width: 100%;
  }
  #Home .exp .bg h2 span {
    writing-mode: initial;
    letter-spacing: 0;
  }
  #Home .exp .bg h2 span::after {
    content: "";
    position: absolute;
    right: auto;
    top: auto;
    left: 0;
    width: 150px;
    height: 1px;
    bottom: -10px;
  }
}
@media (max-width: 479px) {
  #Home .exp .bg h2 {
    top: 10px;
  }
}
#Home .exp__contents {
  margin-left: calc(10% + 150px);
  background: #fff;
  position: relative;
  margin-top: 30%;
  z-index: 2;
  padding: 50px 0;
}
@media (max-width: 767px) {
  #Home .exp__contents {
    margin-left: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 25px;
    box-sizing: border-box;
  }
}
@media (max-width: 479px) {
  #Home .exp__contents {
    padding: 40px 0;
    margin-top: 0;
  }
  #Home .exp__contents .uk-container {
    padding: 0;
  }
}
#Home .exp__list {
  margin-top: 50px;
}
#Home .exp__list figure {
  margin-bottom: 20px;
}
#Home .exp__list h3 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
#Home .exp__list h3 .arrow_btn {
  padding-right: 70px;
}
#Home .exp__list h3 .arrow_btn .arrow {
  height: 40px;
}
@media (max-width: 767px) {
  #Home .exp__list h3 {
    font-size: 16px;
  }
  #Home .exp__list h3 .arrow_btn .arrow {
    height: 32px;
  }
}
#Home .exp__schedule {
  margin-top: 50px;
}
#Home .exp__schedule h3 {
  font-size: 28px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", HGS明朝E, メイリオ, Meiryo, serif !important;
  border-bottom: 1px solid #BAAF92;
  padding-bottom: 10px;
}
@media (max-width: 479px) {
  #Home .exp__schedule h3 {
    font-size: 24px;
  }
}
#Home .exp__schedule ul li {
  padding: 15px 10px;
  border-bottom: 1px solid #D6D6D6;
  margin-top: 0 !important;
}
@media (max-width: 479px) {
  #Home .exp__schedule ul li {
    padding: 15px 5px;
  }
}
#Home .exp__schedule ul li span {
  color: #707070;
  margin-right: 10px;
  display: inline-block;
}
#Home .exp__schedule ul li span.cate {
  color: #6F7070;
  font-size: 14px;
  width: 7em;
  padding: 5px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  border: 1px solid #707070;
}
@media (max-width: 767px) {
  #Home .exp__schedule ul li span.cate {
    margin-bottom: 10px;
  }
}
#Home .exp__schedule ul li span.label {
  background: #B32C50;
  color: #fff;
  margin-right: 0;
  margin-left: 30px;
  width: 6em;
  padding: 5px;
  line-height: 1;
  text-align: center;
}
#Home .exp__schedule ul li span.label.end {
  background: #C9C9C9;
}
@media (max-width: 767px) {
  #Home .exp__schedule ul li span.label {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
}
#Home .know h2 span {
  font-size: 24px;
  color: #785E4D;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  #Home .know h2 span {
    font-size: 18px;
  }
}
#Home .know .leadTxt {
  text-align: center;
}
@media (max-width: 767px) {
  #Home .know .leadTxt {
    text-align: left;
  }
}
#Home .channel {
  background: #FAF6ED url(../img/top/channel_bg.jpg) repeat-y right top/calc(10% + 150px) auto;
}
@media (max-width: 767px) {
  #Home .channel {
    background-size: 150px auto !important;
  }
}
#Home .channel__inner {
  margin-right: calc(10% + 150px);
}
@media (max-width: 767px) {
  #Home .channel__inner {
    margin-right: 150px;
  }
}
@media (max-width: 479px) {
  #Home .channel__inner {
    margin-right: 0px;
  }
}
#Home .channel__inner h2 span {
  padding-left: 60px;
}
#Home .channel__inner h2 span::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #BAAF92;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
#Home .channel__list {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  #Home .channel__list {
    margin-left: -15px;
  }
}
@media (max-width: 479px) {
  #Home .channel__list__box {
    padding-left: 15px;
  }
}
#Home .channel__list__box .img {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
#Home .channel__list__box .img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Home .channel__list__box p {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #Home .channel__list__box p {
    font-size: 14px;
  }
}
#Home .channel__list__box p.title {
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #Home .channel__list__box p.title {
    font-size: 16px;
  }
}
#Home .craftsman h2 {
  text-align: center;
  position: relative;
}
#Home .craftsman h2::after {
  content: "";
  width: 150px;
  height: 1px;
  background: #BAAF92;
  bottom: -10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
#Home .craftsman__list {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 479px) {
  #Home .craftsman__list {
    margin-left: -20px;
  }
}
@media (max-width: 479px) {
  #Home .craftsman__list__box {
    padding-left: 20px;
  }
  #Home .craftsman__list__box p {
    text-align: left;
    margin-top: 0;
  }
  #Home .craftsman__list__box figure {
    margin-bottom: 10px;
  }
}
#Home .blog {
  background: #FAF6ED;
  text-align: center;
}
#Home .blog__list__box {
  position: relative;
  background-color: #fff;
}
#Home .blog__list__box::after {
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FAF6ED;
  position: absolute;
}
#Home .blog__list a {
  color: #333;
}
#Home .blog__list figure {
  margin: 0;
  max-height: 300px;
}
#Home .blog__list .text {
  text-align: left;
  background: #fff;
  padding: 30px;
}
#Home .blog__list .text p {
  margin-top: 0;
  margin-bottom: 0;
  color: #707070;
  font-size: 14px;
}
#Home .blog__list .text p.date {
  margin-bottom: 10px;
  color: #333;
}
#Home .blog__list .text p.title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}
#Home .news .uk-container {
  position: relative;
}
@media (max-width: 767px) {
  #Home .news .uk-grid {
    margin-left: 0;
  }
  #Home .news .uk-grid > div {
    padding-left: 0;
  }
}
#Home .news .h2box {
  text-align: center;
}
#Home .news .h2box h2 {
  writing-mode: vertical-rl;
  display: inline-block;
}
#Home .news .h2box .arrow_btn .arrow {
  position: absolute;
  left: auto;
  top: auto;
  transform: translate(0, 0);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -30px;
}
#Home .news__list {
  position: relative;
  padding: 30px 0;
  padding-left: 50px;
}
#Home .news__list::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #A25E4A;
}
@media (max-width: 767px) {
  #Home .news__list {
    padding-left: 0;
  }
  #Home .news__list::before {
    content: none;
  }
}
#Home .news__list ul li {
  padding: 15px 10px;
  border-bottom: 1px solid #E2E2E2;
}
#Home .news__list ul li .date {
  margin-right: 10px;
}
@media (max-width: 767px) {
  #Home .news__list ul li .date {
    display: block;
  }
}

/*--------------------------
 footer
----------------------------*/
footer {
  background: #A25E4A;
  padding: 60px;
}
footer .ft__logo {
  display: none;
}
@media (max-width: 767px) {
  footer .ft__logo {
    display: block;
    text-align: center;
  }
  footer .ft__logo img {
    width: 70%;
    height: auto;
    max-width: 200px;
  }
}
@media (max-width: 959px) {
  footer .nav {
    display: none;
  }
}
footer .nav div {
  position: relative;
}
footer .nav div::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  left: 15px;
  top: -10px;
  position: absolute;
}
footer .nav div:first-child::after {
  content: none;
}
footer .ft__nav li {
  margin-bottom: 20px;
}
footer .ft__nav li p, footer .ft__nav li a {
  font-weight: bold;
  font-size: 15px;
}
footer .ft__nav li p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.75);
}
footer .ft__nav li a {
  position: relative;
  padding-right: 20px;
  display: block;
  font-size: 15px;
  color: #fff;
}
footer .ft__nav li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .ft__nav li a::after {
  content: "";
  background: url(../img/common/ico_arrow_ft.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
}
footer .ft__nav__child {
  margin-bottom: 15px !important;
}
footer .ft__nav__child li {
  margin-bottom: 0;
}
footer .ft__nav__child li a {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
}
footer .ft__nav__child li a:hover {
  color: rgba(255, 255, 255, 0.75);
}
footer .ft__nav__child li a::before {
  content: "−";
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}
footer .ft__nav__child li a::after {
  content: none;
}

/*--------------------------
 下層ページ共通事項
----------------------------*/
.page__head {
  background: #fff;
  height: 250px;
  text-align: center;
  margin-top: 90px;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .page__head {
    margin-top: 0px;
  }
}
@media (max-width: 479px) {
  .page__head {
    height: 220px;
  }
}
.page__head h2 {
  color: #A25E4A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 2;
  letter-spacing: 2px;
}
.page__head h2 span {
  display: block;
}
.page__head h2 span.cate {
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.page__head h2 span.cate::before, .page__head h2 span.cate::after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: #A25E4A;
}
.page__head h2 span.cate::before {
  left: -60px;
}
.page__head h2 span.cate::after {
  right: -60px;
}
@media (max-width: 479px) {
  .page__head h2 span.cate {
    font-size: 4.5vw;
  }
  .page__head h2 span.cate::before, .page__head h2 span.cate::after {
    content: "";
    width: 20px;
  }
  .page__head h2 span.cate::before {
    left: -30px;
  }
  .page__head h2 span.cate::after {
    right: -30px;
  }
}
.page__head h2 span.en {
  color: #785E4D;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (max-width: 479px) {
  .page__head h2 span.en {
    font-size: 4vw;
  }
}
.page__contents {
  padding: 60px 0 80px;
  background: #faf6ed;
  /* 数字リスト　----*/
  /* ボタン　----*/
  /* スライド（サムネイル）　----*/
  /* table .tbl01　----*/
}
@media (max-width: 479px) {
  .page__contents {
    padding: 40px 0 60px;
  }
}
.page__contents .uk-section {
  position: relative;
}
.page__contents .uk-section::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eae4d4;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0px;
  max-width: 1050px;
  width: 95%;
}
.page__contents .uk-section:last-child::after {
  content: none;
}
.page__contents h3 {
  font-size: 32px;
  color: #A25E4A;
  margin-bottom: 30px;
  letter-spacing: 3px;
  position: relative;
}
.page__contents h3::before {
  content: "";
  width: 2.5em;
  height: 1px;
  background: #BAAF92;
  position: absolute;
  bottom: -5px;
  left: -0.1em;
}
@media (max-width: 767px) {
  .page__contents h3 {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .page__contents h3 {
    font-size: 24px;
    text-align: center;
  }
  .page__contents h3::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.page__contents h4 {
  font-size: 24px;
  color: #785E4D;
  font-weight: bold;
}
@media (max-width: 479px) {
  .page__contents h4 {
    font-size: 20px;
  }
}
.page__contents h5 {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 479px) {
  .page__contents h5 {
    font-size: 18px;
  }
}
.page__contents p {
  line-height: 2;
}
@media (max-width: 767px) {
  .page__contents p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.page__contents .numbox {
  margin-top: 50px;
}
@media (max-width: 479px) {
  .page__contents .numbox {
    margin-top: 25px;
  }
}
.page__contents .numbox__inner {
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 479px) {
  .page__contents .numbox__inner {
    padding-bottom: 15px;
  }
}
.page__contents .numbox__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 5px;
  height: 100%;
  background: #ccc;
  z-index: 0;
  border-radius: 2.5px;
}
.page__contents .numbox__inner:last-child {
  padding-bottom: 5px;
}
@media (max-width: 479px) {
  .page__contents .numbox__inner:last-child {
    padding-bottom: 5px;
  }
}
.page__contents .numbox__inner h5 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", HGS明朝E, メイリオ, Meiryo, serif !important;
  color: #A25E4A;
  font-weight: normal;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-left: 60px;
}
@media (max-width: 479px) {
  .page__contents .numbox__inner h5 {
    padding-left: 50px;
  }
}
.page__contents .numbox__inner h5 .num {
  background: #F56A47;
  color: #fff;
  padding: 10px;
  line-height: 1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: 0;
}
@media (max-width: 479px) {
  .page__contents .numbox__inner h5 .num {
    width: 38px;
    height: 38px;
  }
}
.page__contents .numbox__cnts {
  padding-left: 60px;
}
@media (max-width: 479px) {
  .page__contents .numbox__cnts {
    padding-left: 50px;
  }
}
.page__contents .btn {
  display: inline-block;
  margin: 10px 0 0;
}
@media (max-width: 479px) {
  .page__contents .btn {
    display: block;
  }
}
.page__contents .btn a {
  padding: 8px 40px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  display: block;
  font-weight: bold;
}
.page__contents .btn a:hover {
  filter: brightness(110%);
  color: #fff;
}
.page__contents .btn-red a {
  background: #F56A47;
}
.page__contents .btn-brown a {
  background: #A25E4A;
}
.page__contents .slideset .thumb {
  margin-top: 15px;
}
.page__contents .slideset .thumb ul li {
  width: 25%;
  box-sizing: border-box;
}
.page__contents .slideset .thumb ul li a {
  padding-top: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.page__contents .slideset .thumb ul li a img {
  height: 100%;
  width: auto;
  max-width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page__contents .slideset .thumb ul li.uk-active a::after {
  position: absolute;
  border: 2px solid #F56A47;
}
.page__contents table.tbl01 {
  margin-top: 50px;
}
.page__contents table.tbl01 th, .page__contents table.tbl01 td {
  border-bottom: 1px dotted #ccc;
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .page__contents table.tbl01 th, .page__contents table.tbl01 td {
    display: block;
    padding: 15px;
  }
}
.page__contents table.tbl01 th {
  font-size: 16px;
  font-weight: bold;
  color: #785E4D;
  white-space: nowrap;
  position: relative;
  vertical-align: top;
}
.page__contents table.tbl01 th::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #BAAF92;
}
@media (max-width: 767px) {
  .page__contents table.tbl01 th {
    border: none;
    padding-bottom: 0;
  }
  .page__contents table.tbl01 th::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .page__contents table.tbl01 td {
    padding-top: 10px;
  }
}
.page__contents .entryData {
  font-size: 85%;
  text-align: right;
}

/*--------------------------
 伊勢型紙について
  - 伊勢型紙の歴史
----------------------------*/
#history {
  /* 現代の型紙 ----*/
}
#history .ld {
  color: #785E4D;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #history .ld {
    font-size: 18px !important;
  }
}
#history .sec04 table {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #history .sec04 table {
    border-top: 1px dotted #BAAF92;
  }
}
#history .sec04 table th {
  white-space: nowrap;
  font-size: 16px;
  vertical-align: top;
}
#history .sec04 table th.year {
  border-right: 1px dotted #BAAF92;
}
#history .sec04 table th .nengo {
  font-weight: bold;
  padding-left: 0;
  width: 5em;
  display: inline-block;
}
@media (max-width: 767px) {
  #history .sec04 table th .nengo {
    width: auto;
  }
}
#history .sec04 table th .seireki {
  font-weight: normal;
  padding-left: 20px;
  width: 4em;
  display: inline-block;
  color: #BAAF92;
}
@media (max-width: 767px) {
  #history .sec04 table th .seireki {
    font-size: 14px;
  }
  #history .sec04 table th .seireki::before {
    content: "西暦";
    display: inline-block;
    margin-right: 3px;
  }
  #history .sec04 table th .seireki::after {
    content: "年";
    display: inline-block;
  }
}
#history .sec04 table td {
  font-size: 14px;
}
#history .sec04 table td, #history .sec04 table th {
  border-bottom: 1px dotted #BAAF92;
  padding: 15px 30px;
}
@media (max-width: 767px) {
  #history .sec04 table td, #history .sec04 table th {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  #history .sec04 table td, #history .sec04 table th {
    display: block;
  }
}
@media (max-width: 767px) {
  #history .sec04 table thead {
    display: none;
  }
}
#history .sec04 table thead th {
  font-weight: bold;
  color: #333;
  text-align: left;
}
#history .sec04 table thead th .nengo {
  color: #785E4D;
}
#history .sec04 table thead th .seireki {
  font-weight: bold;
}
#history .sec04 table thead td, #history .sec04 table thead th {
  border-top: 2px solid #86837c;
  border-bottom: 2px solid #86837c;
}
#history .sec04 table tbody th {
  font-weight: normal;
  color: #785E4D;
}
@media (max-width: 767px) {
  #history .sec04 table tbody th {
    border-bottom: none;
    border-right: none !important;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #history .sec04 table tbody td {
    padding-top: 5px;
  }
}

/*--------------------------
 伊勢型紙について
  - 伊勢型紙ができるまで
----------------------------*/
#process {
  /* 伊勢型紙とは ----*/
  /* 伊勢型紙の彫刻技法 ----*/
}
@media (max-width: 479px) {
  #process .about .uk-flex {
    display: block;
  }
}
#process .about .uk-flex .text {
  width: calc(100% - 320px);
}
@media (max-width: 479px) {
  #process .about .uk-flex .text {
    width: 100%;
  }
}
#process .about .uk-flex .img {
  width: 300px;
  margin-left: 20px;
}
@media (max-width: 479px) {
  #process .about .uk-flex .img {
    width: 100%;
    margin-left: 0;
  }
}
#process .tech__box {
  margin-top: 50px;
}
@media (max-width: 479px) {
  #process .tech__box__inner {
    margin: 15px;
    border-bottom: 1px solid #efefef;
  }
}
#process .tech__box__inner .text h4 {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}
#process .tech__box__inner .text p {
  line-height: 1.6;
  font-size: 14px;
  margin-top: 0;
}
#process .tech__box__inner .img {
  margin-bottom: 10px;
  text-align: center;
}
#process .tech__box__inner .img img {
  width: 100%;
  max-width: 200px;
}

/*--------------------------
 伊勢型紙について
  - 伝統的工芸品とは
----------------------------*/
#trad {
  /* 伝統的工芸品 ----*/
}
#trad .about .uk-clearfix .img {
  width: 300px;
  margin-left: 40px;
  margin-bottom: 20px;
  float: right;
}
@media (max-width: 767px) {
  #trad .about .uk-clearfix .img {
    width: 200px;
    margin-left: 20px;
  }
}
@media (max-width: 479px) {
  #trad .about .uk-clearfix .img {
    width: 120px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

/*--------------------------
 伊勢型紙について
  - 染型紙としての伊勢型紙
----------------------------*/
#somekatagami {
  /* 染型紙としての伊勢型紙 ----*/
}
#somekatagami .uk-clearfix .img {
  width: 500px;
  margin-left: 40px;
  margin-bottom: 30px;
  float: right;
}
@media (max-width: 767px) {
  #somekatagami .uk-clearfix .img {
    width: 300px;
    margin-left: 20px;
  }
}
@media (max-width: 479px) {
  #somekatagami .uk-clearfix .img {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
#somekatagami .uk-clearfix .text p {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #somekatagami .uk-clearfix .text p {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  #somekatagami .uk-clearfix .text p {
    margin-bottom: 35px;
  }
}

/*--------------------------
伊勢型紙を使った商品のご案内
  一覧、詳細共通
----------------------------*/
.product {
  /* 衣 , 食　, 住 , 楽　 */
}
@media (max-width: 479px) {
  .product .page__head {
    height: 250px;
  }
}
.product .page__head .nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}
.product .page__head .nav li {
  margin: 0;
  position: relative;
}
.product .page__head .nav li::before {
  content: "";
  width: 2px;
  height: 15px;
  background: #ccc;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.product .page__head .nav li a {
  padding: 15px 30px;
  display: block;
  color: #707070;
  font-size: 18px;
}
.product .page__head .nav li a:hover {
  color: #F56A47;
}
.product .page__head .nav li:last-child::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #ccc;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.product .page__head .nav li.current-menu-item a {
  position: relative;
}
.product .page__head .nav li.current-menu-item a::after {
  content: "";
  background: #BAAF92;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product .page__contents {
  position: relative;
  padding-top: 300px;
  text-align: center;
  /* 衣 */
  /* 食 */
  /* 住 */
  /* 楽 */
  /* 型 */
}
.product .page__contents::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 80px;
  width: 100px;
  height: 135px;
}
@media (max-width: 479px) {
  .product .page__contents {
    padding-top: 180px;
  }
  .product .page__contents::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 40px;
    width: 70px;
    height: 100px;
  }
}
.product .page__contents.apparel::before {
  background: url(../img/product/product_text01.svg) no-repeat center/contain;
}
.product .page__contents.tableware::before {
  background: url(../img/product/product_text02.svg) no-repeat center/contain;
}
.product .page__contents.interior::before {
  background: url(../img/product/product_text03.svg) no-repeat center/contain;
}
.product .page__contents.enjoy::before {
  background: url(../img/product/product_text04.svg) no-repeat center/contain;
}
.product .page__contents.kata::before {
  background: url(../img/product/product_text05.svg) no-repeat center/contain;
}

/*--------------------------
伊勢型紙を使った商品のご案内
  - 一覧ページ
----------------------------*/
.product-list .page__contents {
  padding-bottom: 150px;
}
@media (max-width: 479px) {
  .product-list .page__contents {
    padding-bottom: 60px;
  }
}
.product-list .list {
  margin-top: 50px;
  margin-left: -60px;
}
@media (max-width: 479px) {
  .product-list .list {
    margin-top: 0;
  }
}
.product-list .list > div {
  padding-left: 60px;
}
@media (max-width: 959px) {
  .product-list .list {
    margin-left: -35px;
  }
  .product-list .list > div {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .product-list .list {
    margin-left: -15px;
  }
  .product-list .list > div {
    padding-left: 15px;
  }
}
.product-list .list figure {
  margin-bottom: 0;
}
.product-list .list .productname {
  text-align: center;
  line-height: 1.3;
  margin: 10px auto;
}

/*--------------------------
伊勢型紙を使った商品のご案内
  - 詳細ページ
----------------------------*/
.product-detail {
  /*-- 商品情報 */
  /*-- 型紙について */
}
@media (max-width: 479px) {
  .product-detail {
    margin-bottom: 70px;
  }
}
.product-detail .page__contents {
  padding-bottom: 0;
}
.product-detail h3 {
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", HGS明朝E, メイリオ, Meiryo, serif !important;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
}
@media (max-width: 479px) {
  .product-detail h3 span {
    display: block;
    font-size: 14px;
  }
}
.product-detail h3::before, .product-detail h3::after {
  content: "";
  background: #A25E4A;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.product-detail h3::before {
  left: -120px;
}
.product-detail h3::after {
  right: -120px;
}
@media (max-width: 767px) {
  .product-detail h3 {
    font-size: 20px;
  }
  .product-detail h3::before, .product-detail h3::after {
    width: 40px;
  }
  .product-detail h3::before {
    left: -50px;
  }
  .product-detail h3::after {
    right: -50px;
  }
}
.product-detail .info {
  padding-bottom: 50px;
  position: relative;
  /*-- ご購入ボタン（固定） */
}
.product-detail .info .fixed__btn {
  right: 0 !important;
  top: 80px !important;
  z-index: 99;
  width: 100px !important;
  height: 100px;
  position: absolute;
}
.product-detail .info .fixed__btn.uk-sticky {
  top: 90px !important;
}
.product-detail .info .fixed__btn a {
  display: block;
  width: 100px;
  height: 100px;
  background: #B32C50;
  position: relative;
  font-size: 0;
}
.product-detail .info .fixed__btn a::before {
  content: "";
  background: url(../img/product/ico_cart_fixed.svg) no-repeat center/contain;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.product-detail .info .fixed__btn a:hover {
  filter: brightness(110%);
}
@media (max-width: 479px) {
  .product-detail .info .fixed__btn {
    position: fixed;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 70px !important;
  }
  .product-detail .info .fixed__btn.uk-sticky {
    top: auto !important;
  }
  .product-detail .info .fixed__btn a {
    width: 100%;
    height: 70px;
  }
  .product-detail .info .fixed__btn a::before {
    background: url(../img/product/ico_cart_fixed_spn.svg) no-repeat center/contain;
    width: 150px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.product-detail .info__img .uk-slideshow-items {
  min-height: auto !important;
  height: 0;
  padding-top: 60%;
  background: #e2dcce;
}
.product-detail .info__img .uk-slideshow-items li img {
  max-width: auto;
  width: auto;
  height: 100%;
}
.product-detail .info__img .thumb ul li {
  margin-bottom: 15px;
  width: 10%;
}
@media (max-width: 479px) {
  .product-detail .info__img .thumb ul li {
    width: 20%;
  }
}
.product-detail .info__img .thumb ul li a img {
  width: auto;
  height: 100%;
}
.product-detail .info__text {
  text-align: left;
  margin-top: 50px;
}
.product-detail .info__text div[uk-grid] {
  margin-left: -50px;
}
.product-detail .info__text div[uk-grid] > div {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .product-detail .info__text div[uk-grid] > div.uk-grid-margin {
    margin-top: 50px;
  }
}
.product-detail .info__text h4 {
  margin-bottom: 0;
}
.product-detail .info__text p.product__price {
  margin-top: 0px;
}
.product-detail .info__text p.btn a {
  line-height: 30px;
  background: #B32C50;
}
.product-detail .info__text p.btn a::before {
  content: "";
  background: url(../img/product/ico_cart.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.product-detail .info__text h5 {
  color: #707070;
  padding-left: 30px;
  position: relative;
}
.product-detail .info__text h5::before {
  content: "";
  width: 20px;
  height: 3px;
  background: #BAAF92;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 479px) {
  .product-detail .info__text h5 {
    margin-bottom: 0px;
  }
}
.product-detail .info__text table {
  margin-top: 20px;
}
@media (max-width: 479px) {
  .product-detail .info__text table {
    margin-top: 0px;
  }
}
.product-detail .info__text table th, .product-detail .info__text table td {
  font-size: 14px;
  padding: 15px;
  line-height: 2;
}
.product-detail .info__text table th {
  width: 6em;
}
@media (max-width: 767px) {
  .product-detail .info__text table th {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .product-detail .info__text table td {
    padding-top: 0;
  }
}
.product-detail .katagami {
  background: #fff;
  text-align: left;
  margin-top: 50px;
  padding-bottom: 150px;
  /*-- 画像 */
  /*-- テキスト */
}
@media (max-width: 479px) {
  .product-detail .katagami {
    padding-bottom: 80px;
  }
}
@media (max-width: 959px) {
  .product-detail .katagami__img {
    padding: 70px 70px 0;
    box-sizing: border-box;
  }
}
@media (max-width: 479px) {
  .product-detail .katagami__img {
    padding: 0px;
  }
}
.product-detail .katagami__img .uk-slideshow-items {
  min-height: auto !important;
  height: 0;
  padding-top: 70%;
}
@media (max-width: 479px) {
  .product-detail .katagami__img .thumb {
    padding-right: 15px;
  }
}
.product-detail .katagami__img .thumb ul li {
  margin-bottom: 15px;
  width: 14.28%;
}
@media (max-width: 479px) {
  .product-detail .katagami__img .thumb ul li {
    width: 20%;
  }
}
.product-detail .katagami__img .thumb ul li a img {
  width: 100%;
  height: auto;
}
.product-detail .katagami__img .thumb ul li span {
  display: block;
  color: #A25E4A;
}
.product-detail .katagami__text {
  padding: 40px;
  box-sizing: border-box;
  max-width: 800px;
}
@media (min-width: 1200px) {
  .product-detail .katagami__text {
    padding: 70px;
  }
}
@media (max-width: 959px) {
  .product-detail .katagami__text {
    padding: 70px;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .product-detail .katagami__text {
    padding: 30px;
  }
}
.product-detail .katagami__text__box {
  margin-top: 30px;
}
.product-detail .katagami__text__box h5 {
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  font-size: 16px;
}
.product-detail .katagami__text__box h5 span {
  color: #A25E4A;
  position: absolute;
  left: 0;
  top: 0;
}
.product-detail .katagami__text__box p {
  padding-left: 35px;
  margin-top: 0;
  line-height: 1.8;
  font-size: 14px;
}

/*--------------------------
 ワークショップ
----------------------------*/
#workshop #anc-taiken,
#workshop #anc-online {
  padding-top: 100px;
  margin-top: -100px;
}
#workshop h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  #workshop h4 {
    margin-bottom: 20px;
  }
}
#workshop .uk-flex {
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  #workshop .uk-flex {
    display: block;
  }
}
#workshop .uk-flex .text {
  width: calc(65% - 30px);
  margin-right: 30px;
}
@media (max-width: 479px) {
  #workshop .uk-flex .text {
    width: 100%;
    margin: 0;
  }
}
#workshop .uk-flex .img {
  width: 45%;
}
@media (max-width: 479px) {
  #workshop .uk-flex .img {
    width: 100%;
    margin-bottom: 40px;
  }
}
#workshop .exp .text__inner {
  margin-bottom: 50px;
}
#workshop .exp__schedule {
  margin-top: 50px;
}
#workshop .exp__schedule h4 {
  font-size: 28px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", HGS明朝E, メイリオ, Meiryo, serif !important;
  border-bottom: 1px solid #BAAF92;
  padding-bottom: 10px;
}
@media (max-width: 479px) {
  #workshop .exp__schedule h4 {
    font-size: 24px;
  }
}
#workshop .exp__schedule ul li {
  padding: 15px 10px;
  border-bottom: 1px solid #D6D6D6;
  margin-top: 0 !important;
}
@media (max-width: 479px) {
  #workshop .exp__schedule ul li {
    padding: 15px 5px;
  }
}
#workshop .exp__schedule ul li span {
  color: #707070;
  margin-right: 10px;
  display: inline-block;
}
#workshop .exp__schedule ul li span.cate {
  color: #6F7070;
  font-size: 14px;
  width: 7em;
  padding: 5px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  border: 1px solid #707070;
}
@media (max-width: 767px) {
  #workshop .exp__schedule ul li span.cate {
    margin-bottom: 10px;
  }
}
#workshop .exp__schedule ul li span.label {
  background: #B32C50;
  color: #fff;
  margin-right: 0;
  margin-left: 30px;
  width: 6em;
  padding: 5px;
  line-height: 1;
  text-align: center;
}
#workshop .exp__schedule ul li span.label.end {
  background: #C9C9C9;
}
@media (max-width: 767px) {
  #workshop .exp__schedule ul li span.label {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
}
#workshop .online .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#workshop .online .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#workshop .online div[uk-grid] {
  margin-left: -60px;
}
#workshop .online div[uk-grid] > div {
  padding-left: 60px;
}
#workshop .online .set {
  border-top: 1px solid #BAAF92;
  padding: 30px 10px 0;
}
@media (max-width: 767px) {
  #workshop .online .set {
    display: block;
  }
}
#workshop .online .set .text {
  width: calc(65% - 20px);
  margin-left: 20px;
  margin-right: 0;
}
@media (max-width: 767px) {
  #workshop .online .set .text {
    width: 100%;
    margin: 20px 0 0px;
  }
}
#workshop .online .set .text p.text-small {
  font-size: 14px;
  margin-top: 8px;
}
#workshop .online .set .text p.text-small strong {
  display: block;
}
@media (max-width: 767px) {
  #workshop .online .set .img {
    width: 100%;
  }
}
@media (max-width: 479px) {
  #workshop .kit .img {
    margin-top: 30px;
  }
}
#workshop .eventInfo {
  text-align: center;
}
#workshop .eventInfo_inner {
  text-align: left;
  margin: 35px 0px;
}
#workshop .eventInfo_inner h3 {
  font-size: 24px;
  color: #785E4D;
  margin-bottom: 20px;
}
#workshop .eventInfo_inner h3::before {
  display: none;
}
#workshop .eventInfo__status {
  margin-top: 50px;
  padding: 30px;
  background: #fff;
  text-align: center;
  border: 1px solid #A25E4A;
}
#workshop .eventInfo__status p {
  margin: 0 auto;
}
#workshop .eventInfo__status p strong {
  color: #a50000;
  font-size: 125%;
}
#workshop .eventInfo .date {
  font-size: 130%;
  font-weight: bold;
  color: #F56A47;
  margin-bottom: 10px;
}
#workshop .eventInfo table {
  margin: 0 auto;
  border-top: 1px solid #BAAF92;
  border-collapse: collapse;
}
#workshop .eventInfo table th, #workshop .eventInfo table td {
  text-align: left;
  border-bottom: 1px solid #BAAF92;
  font-weight: normal;
  vertical-align: top;
  padding: 15px;
}
#workshop .eventInfo table td ul {
  margin: 0px;
}
#workshop .eventInfo table td a {
  color: #A25E4A;
}
#workshop .eventInfo .btnBlock {
  margin: 10px auto;
}
#workshop .eventInfo .btnBlock a {
  display: inline-block;
  background-color: #a50000;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
}
#workshop .schedule {
  text-align: center;
}
#workshop .schedule .inner {
  display: inline-block;
  background-color: #fff;
  margin: 0 auto;
  padding: 35px 100px;
}
@media (max-width: 767px) {
  #workshop .schedule .inner {
    padding: 25px 20px;
  }
}
#workshop .schedule .inner h5 {
  color: #785E4D;
  position: relative;
  margin-bottom: 35px;
}
#workshop .schedule .inner h5:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 3px;
  content: "";
  border-radius: 2px;
  background: #BAAF92;
}
#workshop .schedule .inner dl {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto 10px auto;
}
#workshop .schedule .inner dl dt {
  padding-right: 20px;
}
#workshop .phtGallery ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #workshop .phtGallery ul {
    flex-wrap: wrap;
  }
}
#workshop .phtGallery ul li {
  display: block;
}
@media (max-width: 767px) {
  #workshop .phtGallery ul li {
    width: 33%;
  }
}
/*--------------------------
 協同組合について
----------------------------*/
#union {
  /* 協同組合について ----*/
  /* 事業内容 ----*/
}
#union .about .linkbox {
  margin-top: 50px;
}
#union .about .linkbox .pagename {
  font-size: 20px;
}
#union .about .linkbox .pagename .arrow_btn {
  padding-right: 70px;
}
#union .about .linkbox .pagename .arrow_btn .arrow {
  height: 40px;
  line-height: 1.4;
}
#union .outline .tbl01 th {
  width: 5em;
}
#union .business ul {
  margin-top: 50px;
}
#union .business ul li {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}
#union .business ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 15px;
  height: 2px;
  background: #BAAF92;
}

/*--------------------------
 協同組合について
  - 型屋と型彫師
----------------------------*/
#kataya {
  /* 型屋の役割 ----*/
}
#kataya .sec02 .img {
  padding: 15px 40px;
  margin-top: 40px;
  background: #f9f5ec;
}
#kataya .sec02 .img .svg-wrap {
  padding-top: 45%;
}
@media (max-width: 767px) {
  #kataya .sec02 .img {
    padding: 0;
  }
}

/*--------------------------
 協同組合について
  - 組合員の紹介　一覧ページ
----------------------------*/
#member-list {
  /* 絞り込み-*/
  /* 一覧-*/
}
#member-list h4 {
  margin-bottom: 40px;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 479px) {
  #member-list h4 {
    margin-bottom: 20px;
  }
}
#member-list h4::before {
  content: "";
  width: 10px;
  height: 25px;
  background: #F56A47;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
#member-list .uk-subnav {
  margin-left: -10px;
}
@media (max-width: 479px) {
  #member-list .uk-subnav {
    margin-left: -5px;
  }
}
#member-list .uk-subnav li {
  padding-left: 10px;
  margin: 5px 0;
}
#member-list .uk-subnav li a {
  font-size: 14px;
  background: #efefef;
  padding: 5px 20px;
  border-radius: 20px;
}
#member-list .uk-subnav li a:hover {
  background: #ccc;
}
#member-list .uk-subnav li.uk-active a {
  background: #785E4D;
}
@media (max-width: 479px) {
  #member-list .uk-subnav li {
    padding-left: 5px;
    margin: 2.5px 0;
  }
  #member-list .uk-subnav li a {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 15px;
  }
}
#member-list .list {
  margin-top: 50px;
  margin-left: -60px;
}
@media (max-width: 479px) {
  #member-list .list {
    margin-top: 0;
  }
}
#member-list .list > div {
  padding-left: 60px;
}
@media (max-width: 959px) {
  #member-list .list {
    margin-left: -35px;
  }
  #member-list .list > div {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  #member-list .list {
    margin-left: -15px;
  }
  #member-list .list > div {
    padding-left: 15px;
  }
}
#member-list .list figure {
  margin-bottom: 10px;
}
#member-list .list .pagename {
  margin-top: 0;
}
#member-list .list .pagename .arrow_btn {
  padding-right: 70px;
  height: 18px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #member-list .list .pagename .arrow_btn {
    font-size: 16px;
    height: 16px;
    padding-right: 0;
  }
  #member-list .list .pagename .arrow_btn i {
    position: absolute;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    bottom: -20px;
    left: 0;
  }
}
@media (max-width: 479px) {
  #member-list .list .pagename .arrow_btn {
    font-size: 3.5vw;
  }
}

/*--------------------------
 協同組合について
  - 組合員の紹介　詳細ページ
----------------------------*/
@media (max-width: 479px) {
  .member-detail .info01 {
    margin-bottom: 0;
  }
}
@media (max-width: 959px) {
  .member-detail .info01 .uk-container > .uk-flex {
    display: block;
  }
}
.member-detail .info01__detail {
  width: 45%;
}
@media (max-width: 959px) {
  .member-detail .info01__detail {
    width: 100%;
  }
}
.member-detail .info01__detail ul li {
  line-height: 1.3;
  padding-left: 40px;
  position: relative;
}
.member-detail .info01__detail ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.member-detail .info01__detail ul li.tel a {
  font-size: 30px;
  font-weight: bold;
  pointer-events: none;
  color: #785E4D;
}
.member-detail .info01__detail ul li.tel a:hover {
  color: #785E4D;
}
@media (max-width: 767px) {
  .member-detail .info01__detail ul li.tel a {
    pointer-events: inherit;
  }
}
.member-detail .info01__detail ul li.tel::before {
  background: url(../img/union/ico_tel.svg) no-repeat center/contain;
}
.member-detail .info01__detail ul li.address::before {
  background: url(../img/union/ico_address.svg) no-repeat center/contain;
}
.member-detail .info01__detail ul li.mail::before {
  background: url(../img/union/ico_mail.svg) no-repeat center/contain;
}
.member-detail .info01__detail ul li.url::before {
  background: url(../img/union/ico_url.svg) no-repeat center/contain;
}
.member-detail .info01__detail ul li.insta::before {
  background: url(../img/union/ico_insta.svg) no-repeat center/contain;
}
.member-detail .info01__icon {
  width: calc(55% - 30px);
  margin-left: 30px;
}
@media (max-width: 959px) {
  .member-detail .info01__icon {
    width: 100%;
    margin: 30px 0 0;
  }
}
.member-detail .info01__icon ul {
  margin-left: -15px;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .member-detail .info01__icon ul {
    margin-left: -5px;
  }
}
.member-detail .info01__icon ul li {
  width: calc(16.6% - 10px);
  margin-left: 10px !important;
  margin-top: 0;
  padding-top: 15%;
}
@media (max-width: 479px) {
  .member-detail .info01__icon ul li {
    width: calc(16.6% - 5px);
    margin-top: 5px;
    margin-left: 5px !important;
  }
}
.member-detail .info02 {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .member-detail .info02 {
    padding-top: 50px;
  }
}
.member-detail .info02 .uk-flex {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .member-detail .info02 .uk-flex {
    display: block;
  }
}
.member-detail .info02 .uk-flex .text {
  width: calc(60% - 50px);
  margin-right: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .member-detail .info02 .uk-flex .text {
    width: 100%;
    margin: 0;
  }
}
.member-detail .info02 .uk-flex .text p.ld {
  font-size: 36px !important;
  line-height: 1.3;
  color: #785E4D;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", HGS明朝E, メイリオ, Meiryo, serif !important;
}
@media (max-width: 767px) {
  .member-detail .info02 .uk-flex .text p.ld {
    font-size: 28px !important;
  }
}
@media (max-width: 479px) {
  .member-detail .info02 .uk-flex .text p.ld {
    font-size: 24px !important;
  }
}
.member-detail .info02 .uk-flex .text .tbl01 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 959px) {
  .member-detail .info02 .uk-flex .text .tbl01 {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .member-detail .info02 .uk-flex .text .tbl01 {
    margin-top: 40px;
  }
}
.member-detail .info02 .uk-flex .text .tbl01 th {
  width: 6em;
  padding-left: 15px;
  padding-right: 15px;
}
.member-detail .info02 .uk-flex .img {
  width: 40%;
}
.member-detail .info02 .uk-flex .img .uk-slideshow-items {
  min-height: auto !important;
  height: 0;
  padding-top: 120%;
}
.member-detail .info02 .uk-flex .img .thumb ul li {
  margin-bottom: 15px;
}
.member-detail .info02 .uk-flex .img .thumb ul li a img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .member-detail .info02 .uk-flex .img {
    width: 100%;
    margin-top: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .member-detail .info02 .uk-flex .img .uk-slideshow-items {
    width: calc(85% - 15px);
    float: left;
  }
  .member-detail .info02 .uk-flex .img .thumb {
    float: right;
    width: 15%;
    margin-top: 0;
  }
  .member-detail .info02 .uk-flex .img .thumb ul {
    display: block;
  }
  .member-detail .info02 .uk-flex .img .thumb ul li {
    width: 100%;
  }
}
.member-detail .info03 {
  padding-bottom: 80px;
}
.member-detail .info03 h4 {
  margin-bottom: 40px;
  position: relative;
  color: #A25E4A;
  letter-spacing: 2px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: normal;
}
.member-detail .info03 h4 span {
  background: #faf6ed;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.member-detail .info03 h4::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #A25E4A;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 479px) {
  .member-detail .info03 .result {
    margin-left: -10px;
  }
}
.member-detail .info03 .result__box a.uk-inline {
  position: relative;
}
.member-detail .info03 .result__box a.uk-inline:hover::before {
  transition: all 0.5s ease 0s;
}
.member-detail .info03 .result__box a.uk-inline:hover img {
  filter: brightness(80%);
}
.member-detail .info03 .result__box a.uk-inline:hover::before {
  content: "";
  background: url(../img/common/ico_loupe.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.member-detail .info03 .result__box p {
  margin-top: 10px !important;
}
@media (max-width: 479px) {
  .member-detail .info03 .result__box {
    padding-left: 10px;
  }
  .member-detail .info03 .result__box P {
    font-size: 13px;
  }
}
.member-detail .info03 .btn__outer {
  text-align: center;
  margin-top: 80px;
}
.member-detail .info03 .btn__outer .btn a {
  font-size: 18px;
  max-width: 400px;
  box-sizing: border-box;
}
.member-detail .uk-lightbox-items > * > * {
  max-width: 80vw;
  max-height: 80vh;
}
@media (max-width: 767px) {
  .member-detail .uk-lightbox-items > * > * {
    max-width: 100vw;
    max-height: 100vh;
  }
}
.member-detail .uk-lightbox-button {
  display: block !important;
  margin: 0;
  background: none;
  text-align: center;
}

/*--------------------------
 アクセス
----------------------------*/
#access {
  /* 鈴鹿市伝統産業会館 ----*/
  /* 型紙教室 ----*/
  /* アクセス ----*/
}
#access .uk-section ul {
  margin-top: 50px;
}
#access .uk-section ul li {
  margin-bottom: 15px;
  padding-left: 6em;
  position: relative;
}
#access .uk-section ul li span {
  font-weight: bold;
  color: #785E4D;
  width: 5em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#access .museum .img {
  float: right;
  max-width: 500px;
  margin: 30px;
  margin-right: 0;
}
@media (max-width: 767px) {
  #access .museum .img {
    max-width: 300px;
  }
}
@media (max-width: 479px) {
  #access .museum .img {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 400px;
  }
}
#access .access .map iframe {
  height: 400px;
}
#access .access p span {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
#access .access p span::before {
  content: "|";
  color: #BAAF92;
  position: absolute;
  left: -15px;
}
#access .access p span:first-child::before {
  content: none;
}
@media (max-width: 767px) {
  #access .access p span {
    display: block;
  }
  #access .access p span::before {
    content: none;
  }
}

/*--------------------------
 新着情報
----------------------------*/
#news .entry .date {
  font-size: 80%;
  margin-bottom: 5px;
}
#news .entry h3 {
  font-size: 150%;
  margin: 0px;
}
#news .entry .excerpt {
  font: 100%;
}

/*--------------------------
 お問い合わせ
----------------------------*/
#contact .telData {
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
}
@media (max-width: 767px) {
  #contact .telData {
    flex-flow: wrap;
  }
}
#contact .telData dl {
  width: 45%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #contact .telData dl {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
#contact .telData dl dt {
  margin-bottom: 0px;
}
#contact .telData dl dd {
  font-size: 38px;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 767px) {
  #contact .telData dl dd {
    font-size: 26px;
  }
}
#contact .formTable table {
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #eae4d4;
}
#contact .formTable table th,
#contact .formTable table td {
  padding: 15px;
  border-bottom: 1px solid #eae4d4;
  font-weight: normal;
}
#contact .formTable table th {
  vertical-align: top;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #contact .formTable table th {
    padding-bottom: 0;
  }
}
#contact .formTable table th .req {
  background: #A25E4A;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  padding: 3px 10px;
  margin-left: 15px;
}
#contact .formTable table td input {
  padding: 10px;
  border-radius: 0;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
#contact .formTable table td input:focus {
  outline: solid 1px #BAAF92;
}
#contact .formTable table td input.name {
  width: calc(50% - 10px);
  margin-right: 10px;
  display: inline-block;
}
#contact .formTable table td input.name:last-child {
  margin-right: 0;
}
#contact .formTable table td textarea {
  padding: 10px;
  border-radius: 0;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
#contact .formTable table td textarea:focus {
  outline: solid 1px #BAAF92;
}
@media (max-width: 767px) {
  #contact .formTable table th,
  #contact .formTable table td {
    display: block;
    padding: 15px 0;
  }
}
#contact .btnBlock {
  text-align: center;
  margin-top: 10px;
}
#contact .btnBlock input {
  margin: 0 auto;
  padding: 15px 0px;
  width: 350px;
  border-radius: 5px;
  border: none;
  background-color: #a50000;
  color: #fff;
}

/*--------------------------
 オーダー事例
----------------------------*/
#order .galleryBlock {
  width: 100%;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  #order .galleryBlock {
    margin-bottom: 35px;
  }
}
#order .galleryBlock ul {
  margin: 50px 0px;
  padding: 0px;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#order .galleryBlock ul li {
  list-style: none;
  width: 30%;
  margin: 0 1%;
}
#order .galleryBlock ul li img {
  width: 100%;
  height: auto;
}
#order .exposition {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #order .exposition {
    flex-wrap: wrap;
  }
}
#order .exposition .note {
  width: 50%;
}
@media (max-width: 767px) {
  #order .exposition .note {
    width: 100%;
  }
}
#order .exposition .data {
  width: 45%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #order .exposition .data {
    width: 100%;
  }
}
#order .exposition .data h4 {
  font-size: 18px;
  border-bottom: 1px solid #BAAF92;
}
#order .exposition .data dl {
  font-size: 90%;
}
#order .exposition .data dl dd {
  margin-left: 20px;
  margin-bottom: 20px;
}
#order .workFlow .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #order .workFlow .inner {
    flex-wrap: wrap;
  }
}
#order .workFlow .inner .stepBox {
  width: 23%;
  position: relative;
}
@media (max-width: 767px) {
  #order .workFlow .inner .stepBox {
    width: 90%;
    margin: 0 5% 30px 5%;
  }
}
#order .workFlow .inner .stepBox figure {
  margin-bottom: 10px;
}
#order .workFlow .inner .stepBox h5 {
  margin: 0px;
  padding: 0px;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: -15px;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 15px 10px;
  box-sizing: border-box;
  background-color: #BAAF92;
  border-radius: 50%;
  color: #fff;
}
#order .workFlow .inner .stepBox p {
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

/*--------------------------
バーチャルツアー
----------------------------*/
.virtualTourMov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.virtualTourMov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */