@charset "utf-8";
.sp-only {
  display: none !important;
}
.inner {
  width: 1040px;
  margin: auto;
}
body {
  min-width: 1200px;
  margin: auto;
}
/*
main {
    margin: 80px 0 0;
}
#page_front main {
    margin: 150px 0 0;
}
*/
.float-box {
  overflow: hidden;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
body.fadeout::before {
  opacity: 1;
}
/*fade-animation*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* == parts ============================================== */
.title_base {
  font-size: 225%;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 20px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.title_base::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 1px;
  margin: auto;
}
.title_base.center {
  text-align: center;
}
.title_base.center::after {
  right: 0;
  margin: auto;
}
.title_base.scroll_anime {
  transition: all 1s ease 0.2s;
  letter-spacing: 6px;
  opacity: 0;
}
.title_base.scroll__start {
  letter-spacing: 0;
  opacity: 1;
}
.base-lead {
  text-align: center;
  margin: 0 0 50px 0;
}
.btn_base {
  width: 240px;
  text-align: center;
}
.btn_base a {
  display: block;
  padding: 15px 0;
  border: solid 1px #000;
  position: relative;
  background: #fff;
  -webkit-perspective: 240px;
  perspective: 240px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: color 0.2s linear 0.2s;
}
.btn_base a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  transform: rotateZ(45deg);
  transition: all 0.3s;
}
.btn_base a:hover::before {
  right: 35px;
}
.btn_base a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  /*background: #556b2f;*/
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
  display: block;
  transition: all 0.5s;
  z-index: -1;
}
.btn_base a:hover {
  color: #fff;
}
.btn_base a:hover::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.btn_base a:hover::after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}
.btn_base span {
  position: relative;
  z-index: 10;
}
/**/
.btn_base.black a {
  background: #000;
  color: #fff;
}
.btn_base.black a::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.btn_more {
  text-align: center;
}
.btn_more a {
  display: block;
  padding: 15px 0;
  background: #fff;
  border: solid 1px #000;
  line-height: 1;
  transition: all 0.3s;
  font-weight: bold;
}
.btn_more a:hover {
  color: #fff;
  background: #000;
}
/* == header ============================================== */
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  min-width: 1100px;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}
@media print {
  header {
    position: absolute;
  }
}
header .main-logo {
  float: left;
  padding: 15px 25px 10px;
  opacity: 0;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
  transform: translateX(10px);
}
body.page__open header .main-logo {
  opacity: 1;
  transform: translateX(0);
}
header .main-logo img {
  vertical-align: top;
}
.list_main-nav {
  float: right;
  margin: 0 20px 0 0;
}
.list_main-nav::after {
  content: "";
  display: block;
  clear: both;
}
.list_main-nav > li {
  float: left;
  width: 120px;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateX(-10px);
}
body.page__open .list_main-nav > li:nth-child(1) {
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}
body.page__open .list_main-nav > li:nth-child(2) {
  transition: opacity 0.8s ease 0.35s, transform 0.8s ease 0.35s;
}
body.page__open .list_main-nav > li:nth-child(3) {
  transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
}
body.page__open .list_main-nav > li:nth-child(4) {
  transition: opacity 0.8s ease 0.45s, transform 0.8s ease 0.45s;
}
body.page__open .list_main-nav > li:nth-child(5) {
  transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s;
}
body.page__open .list_main-nav > li {
  opacity: 1;
  transform: translateX(0);
}
.list_main-nav > li > a {
  display: block;
  padding: 20px 0;
  color: #b3b3b3;
  position: relative;
  font-size: 88%;
  transition: all 0.3s ease 0s;
}
.list_main-nav > li > a::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  transition: all 0.3s ease 0s;
}
.list_main-nav > li:hover > a {
  color: #000;
}
.list_main-nav > li:hover > a::after {
  width: 50%;
}
#page_front .list_main-nav > li:nth-child(1) > a,
#page_about .list_main-nav > li:nth-child(2) > a,
#page_tatami .list_main-nav > li:nth-child(3) > a,
#page_wara .list_main-nav > li:nth-child(4) > a,
#page_shop .list_main-nav > li:nth-child(5) > a {
  color: #000;
}
#page_front .list_main-nav > li:nth-child(1) > a::after,
#page_about .list_main-nav > li:nth-child(2) > a::after,
#page_tatami .list_main-nav > li:nth-child(3) > a::after,
#page_wara .list_main-nav > li:nth-child(4) > a::after,
#page_shop .list_main-nav > li:nth-child(5) > a::after {
  width: 50%;
}
#page_tatami.tatami-front .list_main-nav li:nth-child(3) .list_sub-nav li:nth-child(1) a,
#page_tatami.tatami-example .list_main-nav li:nth-child(3) .list_sub-nav li:nth-child(2) a,
#page_tatami.tatami-price .list_main-nav li:nth-child(3) .list_sub-nav li:nth-child(3) a {
  color: #000;
}
#page_wara.wara-front .list_main-nav li:nth-child(4) .list_sub-nav li:nth-child(1) a,
#page_wara.wara-price .list_main-nav li:nth-child(4) .list_sub-nav li:nth-child(2) a {
  color: #000;
}
.list_sub-nav {
  position: absolute;
  left: 0;
  top: calc(100% - 12px);
  width: 150%;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
  padding: 12px 0 0;
}
.list_main-nav li:hover > .list_sub-nav {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  top: 100%;
}
.list_sub-nav li {
  text-align: left;
  margin: 0 0 0 30px;
}
.list_sub-nav a {
  display: block;
  font-size: 82%;
  padding: 3px 0;
  color: #b3b3b3;
  transition: all 0.2s;
  text-shadow: 0 0 3px #fff;
}
.list_sub-nav a:hover {
  color: #000;
}
/*-------*/
#page_front .main-logo {
  background-color: #fff;
  padding: 60px 85px 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transition: padding 1.2s, background-color 1.2s;
}
#page_front .main-logo.fade__start {
  background-color: transparent;
  background-image: url(../img/main-logo2.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 15px 25px 10px;
  padding: 0;
  width: 290px;
  height: 37px;
}
#page_front .main-logo.fade__start img {
  display: none;
}
/* == footer ============================================== */
footer {
  background-color: #000;
  background-image: url(../img/f-bg.png);
  background-repeat: repeat-x;
  background-position: center top;
  color: #fff;
  padding: 220px 0 15px 0;
  margin: 100px 0 0;
  position: relative;
}
footer #pagetop {
  position: absolute;
  right: 28px;
  top: -240px;
  color: #000;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 88%;
  padding: 50px 0 0;
  background: url("../img/pagetop.png") no-repeat center top;
  cursor: pointer;
  transition: all 0.4s;
}
footer #pagetop:hover {
  letter-spacing: 2px;
}
footer .logo-nav-box {
  overflow: hidden;
}
footer .logo-nav-box .f-logo {
  float: left;
  width: 218px;
}
footer .logo-nav-box .f-logo a {
  display: block;
  height: 60px;
  background: url(../img/f-logo.png) no-repeat;
  background-size: contain;
}
.list_f-nav {
  float: right;
}
.list_f-nav > li {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}
.list_f-nav > li > a {
  display: inline-block;
  position: relative;
  margin: 0 0 12px 0;
  padding: 0 0 10px;
}
.list_f-nav > li > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #666666;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
}
.list_f-nav > li > a:hover::after {
  width: 98%;
  background: #fff;
}
.list_f-sub-nav a {
  display: inline-block;
  padding: 5px 0;
  font-size: 80%;
  color: #666666;
  transition: all 0.2s;
}
.list_f-sub-nav a:hover {
  color: #fff;
  text-decoration: underline;
}
.f-address-box {
  position: relative;
}
.f-address-box .card_area {
  position: absolute;
  top: 60px;
  right: 225px;
}
.card_area_sp {
  display: none;
}
.f-address-box .card_area p {
  margin: 0 0 10px;
  font-size: 0.9em;
}
.f-address-box .address-title {
  font-size: 88%;
  display: inline-block;
  border-bottom: solid 1px #fff;
  margin: 0 0 25px 0;
}
.f-address-box address {
  font-size: 82%;
}
.f-address-box address strong {
  display: block;
  margin: 0 0 15px 0;
  font-size: 110%;
}
footer .copyright {
  text-align: right;
  font-size: 75%;
}
/* == frontpage ==============================================*/
.block_main-base {
  position: relative;
  margin: 150px auto 100px;
  overflow: hidden;
  width: 100%;
  min-height: 980px;
  max-width: 1200px;
}
#page_shop .block_main-base {
  min-height: 636px;
}
.block_main-base .main-name {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: -20px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
  background: #fff;
  box-sizing: border-box;
  z-index: 10;
  opacity: 0;
  transition: opacity 1s ease-out 1s, right 1s ease-out 1s;
}
body.page__open .block_main-base .main-name {
  right: 28px;
  opacity: 1;
}
.block_main-base .image {
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease 1s;
  transform: scale(0.95);
  bottom: 0;
  left: 0;
  right: 0;
  width: 1040px;
  height: 980px;
  margin: auto;
}
#page_shop .block_main-base .image {
  height: 636px;
}
body.page__open .block_main-base .image {
  opacity: 1;
  transform: scale(1);
}
body.page__open .block_main-base .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}
.block_main-base .scroll {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: -90px;
  background: #fff;
  z-index: 10;
  transition: opacity 1s ease 1s, left 1s ease 1s;
  opacity: 0;
}
body.page__open .block_main-base .scroll {
  left: 17px;
  opacity: 1;
}
.block_main-base .scroll a {
  display: block;
  width: 46px;
  height: 137px;
  background: url(../img/scroll.png) no-repeat;
}
.block_main-base .scroll span {
  width: 6px;
  height: 5px;
  position: absolute;
  top: 23px;
  left: 0;
  right: 6px;
  margin: auto;
  background: url("../img/scroll_btn.png") no-repeat;
  -webkit-animation: scroll_link 1.5s ease 0s infinite;
  animation: scroll_link 1.5s ease-out 0s infinite;
}
@-webkit-keyframes scroll_link {
  0% {
    top: 23px;
  }
  100% {
    top: 40px;
  }
}
@keyframes scroll_link {
  0% {
    top: 23px;
  }
  100% {
    top: 40px;
  }
}
/*---------------------------*/
.block_front-about {
  margin: 0 0 150px 0;
}
.block_front-about .lead {
  margin: 0 0 30px 0;
}
.block_front-about .lead strong {
  margin: 0 0 20px 0;
  display: inline-block;
  font-size: 120%;
}
.block_front-about .btn_base {
  margin: 0 0 40px;
}
.list_about-menu {
  overflow: hidden;
}
.list_about-menu li {
  float: left;
  width: 500px;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.list_about-menu li.list01 {
  background-image: url("../img/about-menu01-bg.jpg");
}
.list_about-menu li.list02 {
  background-image: url("../img/about-menu02-bg.jpg");
}
.list_about-menu li + li {
  margin: 0 0 0 40px;
}
.list_about-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.list_about-menu li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.list_about-menu li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.7s ease 0s;
}
.list_about-menu li a:hover::before {
  opacity: 1;
}
.list_about-menu li a:hover img {
  transform: scale(1.1);
}
/*--------------*/
.block_front-tatami {
  background: #f6f7fa;
  margin: 0 0 130px 0;
}
.block_front-tatami .inner {
  position: relative;
  padding: 65px 0 50px;
}
.block_front-tatami .title_base {
  position: absolute;
  left: 0;
  top: -25px;
}
.list_tatami-menu li {
  overflow: hidden;
  position: relative;
  height: 240px;
}
.list_tatami-menu li + li {
  margin: 50px 0 0;
}
.list_tatami-menu .title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  font-size: 115%;
}
.list_tatami-menu .list01 .title {
  top: 42px;
}
.list_tatami-menu .list02 .title {
  top: 78px;
}
.list_tatami-menu .thumbnail {
  float: left;
  width: 410px;
  margin: 0 70px 0 120px;
}
.list_tatami-menu .text-box {
  float: left;
  width: calc(100% - 600px);
  display: table;
  height: 240px;
}
.list_tatami-menu .text-box .table {
  display: table-cell;
  vertical-align: middle;
}
.list_tatami-menu .text-box .btn_base {
  margin: 30px 0 0;
}
/*--------------*/
.block_front-wara {
  margin: 0 0 120px 0;
}
.block_front-wara .lead {
  text-align: center;
  margin: 0 0 40px;
}
.block_front-wara .lead strong {
  display: inline-block;
  font-size: 120%;
  margin: 0 0 25px 0;
}
.block_front-wara .wara-bg {
  height: 375px;
  background: url(../img/wara01.jpg) no-repeat center;
  margin: 0 0 40px 0;
}
.block_front-wara .btn_base {
  margin: auto;
}
/*--------------*/
.block_front-shop .inner {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  overflow: hidden;
  padding: 15px 0;
}
.block_front-shop .shop-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 225%;
  font-weight: 500;
  margin: 0 35px 0 100px;
}
.block_front-shop .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 88%;
}
.block_front-shop .btn_base {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
}
/* == underpage ============================================== */
/* ======
page-name #about
======*/
.block_about .about-title {
  text-align: center;
  font-size: 350%;
  line-height: 1.3;
  margin: 0 0 120px 0;
  letter-spacing: 5px;
}
.block_about .about-title strong {
  font-weight: normal;
}
.block_about .float-box {
  overflow: visible;
  margin: 0 0 10px;
}
.block_about .float-box::after {
  content: "";
  display: block;
  clear: both;
}
.block_about .float-box .left {
  float: left;
  width: 510px;
  margin: 0 110px 0 0;
}
.block_about .float-box .right {
  float: left;
  width: calc(100% - 620px);
  position: relative;
}
.block_about .float-box .right.ex {
  transform: translateY(-80px);
}
.block_about .float-box .right p {
  line-height: 2.2;
}
.block_about .float-box .right p + p {
  margin: 70px 0 0;
}
.list_about-small-img li {
  margin: 35px 0 0;
}
.block_about .shop-logo {
  text-align: right;
  margin: 80px 0 0;
}
/* ======
page-name #tatami
======*/
#page_tatami.tatami-front footer {
  margin: 0;
}
#page_tatami.tatami-front .block_main-base .image img {
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.title_center {
  font-size: 150%;
  text-align: center;
  margin: 0 0 50px;
  letter-spacing: 3px;
}
.block_tatami .title_center {
  margin: 120px 0 50px;
}
.block_tatami .tatami-lead {
  text-align: center;
  margin: 0 0 80px 0;
}
.block_tatami .bg-gray {
  background: #f6f6f3;
  padding: 70px 0 140px;
  overflow: hidden;
}
.block_tatami .tatami-set {
  min-height: 400px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 0 0;
}
.block_tatami .tatami-set.set03 {
  margin: 0 auto 100px;
}
.block_tatami .tatami-set .area_text {
  overflow: hidden;
  margin: 0 0 0 530px;
}
.block_tatami .tatami-set.set01 .area_text {
  width: 345px;
}
.block_tatami .tatami-set.set03 .area_text {
  width: 375px;
}
.block_tatami .bg-gray .title_center {
  margin: 0 0 50px;
}
.block_tatami .tatami-set .area_text .set-title {
  font-size: 150%;
  margin: 0 0 0 30px;
  padding: 30px 10px 30px 5px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  letter-spacing: 5px;
  vertical-align: top;
  float: right;
}
.block_tatami .tatami-set.set01 .area_text .set-title {
  margin: 0;
}
.block_tatami .tatami-set.set03 .area_text .set-title {
  margin: 0;
}
.block_tatami .tatami-set .area_text .text {
  line-height: 2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  float: left;
}
.list_tatami-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  border-left: solid 1px #000;
}
.list_tatami-anchor li {
  text-align: center;
  border-right: solid 1px #000;
  flex: 1;
}
.list_tatami-anchor a {
  display: block;
}
.list_tatami-anchor span.big {
  display: block;
  font-size: 175%;
  margin: 0 0 10px 0;
}
.text_waku {
  display: inline-block;
  padding: 2px 20px;
  border: solid 1px #000;
  font-size: 88%;
}
.dl_waku dt {
  display: inline-block;
  padding: 1px 10px;
  border: solid 1px #000;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.dl_waku dd {
  display: inline-block;
  vertical-align: middle;
}
.block_tatami .tatami-set .inner {
  position: relative;
}
.block_tatami .tatami-set .inner::after {
  content: "";
  width: 650px;
  height: 400px;
  position: absolute;
  left: -170px;
  top: 0;
}
.block_tatami .tatami-set.set01 .inner::after {
  background: url("../img/tatami/img01.jpg") no-repeat left top;
}
.block_tatami .tatami-set.set02 .inner::after {
  background: url("../img/tatami/img02.jpg") no-repeat right top;
  left: auto;
  right: -170px;
}
.block_tatami .tatami-set.set03 .inner::after {
  background: url("../img/tatami/img03.jpg") no-repeat left top;
}
.block_tatami .tatami-set.set02 .area_text {
  margin: 0 530px 0 0;
}
.block_tatami .tatami-set.set02 .area_text .set-title {
  float: right;
}
.block_tatami .tatami-set.set02 .area_text .text {
  float: right;
}
.block_tatami .area_flow {
  background: #000;
  padding: 70px 0;
}
.block_tatami .area_flow .title_center {
  color: #fff;
  margin: 0 0 60px;
  font-size: 200%;
}
.block_tatami .area_flow .image {
  text-align: center;
}
.block_tatami .area_kikan {
  background: #f6f6f3;
  padding: 100px 0 140px;
  text-align: center;
}
.block_tatami .area_kikan h2 {
  font-size: 180%;
  margin: 0 0 30px;
}
.block_tatami .area_kikan p {
  line-height: 2;
}
/* ======
page-name #tatami .example
======*/
.block_tatami .area_example-lead {
  text-align: center;
  margin: 0 0 120px 0;
}
.block_tatami .area_example-lead .tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
}
.block_tatami .area_example-lead .lead-title {
  font-size: 175%;
  margin: 0 0 0 50px;
}
.block_tatami .area_example-lead .lead-text {
  line-height: 2;
}
.block_tatami .area_slide {
  margin: 0 0 120px;
}
.block_tatami .area_slide .float-box + .float-box {
  margin: 80px 0 0;
}
.block_tatami .area_slide .img-box {
  float: right;
  width: 500px;
}
.block_tatami .area_slide .slide-set .img-box {
  float: left;
}
.block_tatami .area_slide .img-box img {
  vertical-align: top;
}
.block_tatami .area_slide .text-box {
  float: left;
  width: calc(100% - 500px);
  height: 400px;
  display: table;
  box-sizing: border-box;
}
.block_tatami .area_slide .slide-set .text-box {
  float: left;
  padding: 0 0 0 80px;
}
.block_tatami .area_slide .text-box .table {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.title_waku-plus {
  font-size: 125%;
  margin: 0 0 30px 0;
  line-height: 1;
}
.title_waku-plus span {
  display: inline-block;
  vertical-align: middle;
  font-size: 75%;
  border: solid 1px #000;
  padding: 4px 10px;
  margin: -2px 0 0 15px;
}
.list_tatami-img {
  overflow: hidden;
  margin: 0 0 40px 0;
}
.list_tatami-img li {
  float: left;
}
.list_tatami-img img {
  vertical-align: top;
}
.list_tatami-img li:nth-child(1) {
  width: 680px;
  margin: 0 40px 0 0;
}
.list_tatami-img li:nth-child(2) {
  margin: 0 0 40px 0;
}
.block_tatami .area_image-set {
  margin: 0 0 150px 0;
}
.block_tatami .area_image-set .title_waku-plus {
  text-align: center;
}
.block_tatami .area_image-set .set-lead {
  text-align: center;
}
.block_tatami .area_slide .slick-dots {
  left: calc(100% - -80px);
  bottom: 25px;
  text-align: left;
}
/* ======
page-name #tatami .price
======*/
#page_tatami.tatami-price .block_main-base {
  height: auto;
  padding: 150px 0 120px;
  text-align: center;
  min-height: 0;
  margin: auto;
}
.block_tatami .area_border {
  border: solid 1px #000;
  box-sizing: border-box;
  padding: 60px 60px 40px;
  position: relative;
  margin: 0 0 90px;
}
.block_tatami .area_border .list_border {
  text-align: center;
}
.block_tatami .area_border .list_border li {
  display: inline-block;
}
.block_tatami .area_border .list_border li + li {
  margin: 0 0 0 70px;
}
.block_tatami .area_border .list_border li p {
  margin: 10px 0 0;
  font-size: 88%;
}
.block_tatami .area_border .border-title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  display: inline-block;
  z-index: 2;
  text-align: center;
  font-size: 200%;
}
.block_tatami .area_border .border-title span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}
.block_tatami .area_border .border-text {
  text-align: center;
  margin: 0 0 50px;
}
.block_tatami .area_border .list_3column {
  text-align: center;
}
.block_tatami .area_border .list_3column img {
  vertical-align: top;
}
.block_tatami .area_price-set .float-box {
  margin: 0 0 50px;
}
.block_tatami .float-box .table-box {
  float: left;
  width: 40%;
}
.block_tatami .float-box .table-box + .table-box {
  width: 55%;
  margin: 0 0 0 5%;
}
.table-price {
  border: solid 1px #000;
  box-sizing: border-box;
  width: 100%;
}
.table-price + .table-price {
  margin: 15px 0 0;
}
.table-price th,
.table-price td {
  padding: 8px;
  text-align: center;
  line-height: 1;
}
.table-price th {
  border: solid 1px #000;
  background: #ebeed8;
  text-align: center;
}
.table-price td {
  border: solid 1px #000;
  width: 100px;
}
.table-price td.bg {
  width: auto;
}
.table-price .width1 {
  width: 1em !important;
}
.table-price .left {
  vertical-align: top;
  text-align: left;
}
.table-price .bg {
  background: #f0f1f1;
}
.table-price.price-big td {
  padding: 20px 8px;
}
.block_tatami .area_price-set .bnr-title {
  background: #000;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
  margin: 60px 0 0;
}
.block_tatami .area_price-set .att-text {
  margin: 50px 0;
}
/**/
.tatami-price .tatami-lead.margin {
  margin: 0 0 120px;
}
.dl_tatami-price {
  max-width: 760px;
  margin: 30px auto;
  text-align: left;
  overflow: hidden;
}
.dl_tatami-price dt {
  float: left;
  width: 120px;
  font-size: 175%;
}
.dl_tatami-price dd {
  float: left;
  width: calc(100% - 120px);
}
.dl_tatami-price dd .text {
  vertical-align: middle;
  display: inline-block;
  margin: 12px 0 4px;
}
.dl_tatami-price dd .text span {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 20px 0 0;
}
.dl_tatami-price dd .text small {
  font-size: 90%;
}
/* ======
page-name #wara
======*/
#page_wara.wara-front footer {
  margin: 0;
}
.block_wara .area_wara-lead {
  margin: 80px 0 120px 0;
}
.block_wara .area_wara-lead .inner {
  width: 900px;
  margin: auto;
  background: url("../img/wara/img01.jpg") no-repeat right top;
  box-sizing: border-box;
  padding: 0 400px 0 0;
  min-height: 310px;
}
.block_wara .area_wara-lead .lead-title {
  font-size: 180%;
  margin: 0 0 30px 0;
  padding: 15px 0 0;
  letter-spacing: 5px;
}
.block_wara .area_wara-person .wara-set {
  background: #edebe3;
  padding: 100px 0 0;
}
.block_wara .area_wara-person .wara-set + .wara-set {
  padding: 120px 0;
}
.block_wara .area_wara-person .wara-set .set-bnr {
  overflow: hidden;
  height: 480px;
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
}
.block_wara .area_wara-person .sec-title {
  font-size: 230%;
  margin: 0 0 40px;
  text-align: left;
}
.float-box {
  position: relative;
  margin: 0 0 120px 0;
}
.block_wara .area_wara-person .sec01 .float-box {
  background: url("../img/wara/sec01-img02.jpg") no-repeat left bottom, url("../img/wara/sec01-img01.jpg") no-repeat left top;
  height: 790px;
}
.block_wara .area_wara-person .sec02 .float-box {
  height: 985px;
  background: url("../img/wara/sec02-img02.jpg") no-repeat left bottom, url("../img/wara/sec02-img01.jpg") no-repeat left top;
}
.block_wara .area_wara-person .float-box .text-box {
  float: right;
  width: calc(100% - 460px);
}
.block_wara .area_wara-person .float-box .text-box .wara-text {
  line-height: 2;
  margin: 0 0 30px 0;
}
.block_wara .area_wara-person .float-box .spot-person {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.block_wara .area_wara-person .float-box .spot-person span {
  font-size: 88%;
}
.block_wara .area_wara-person .sub-inner {
  width: 900px;
  margin: auto;
}
.block_wara .area_wara-person .list_2column {
  overflow: hidden;
  margin: 0 auto 80px;
}
.list_2column li {
  float: left;
  width: 47%;
  margin: 0 0 0 6%;
}
.list_2column li:nth-child(2n + 1) {
  clear: both;
  margin: 0;
}
.list_2column .thumbnail {
  margin: 0 0 20px 0;
}
.list_2column .item-box {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 150px;
  padding: 0 180px 0 0;
  min-height: 150px;
}
.list_2column .item-box.item01 {
  background-image: url("../img/wara/sec01-img04.jpg");
}
.list_2column .item-box.item02 {
  background-image: url("../img/wara/sec01-img06.jpg");
}
.list_2column .item-box .box-title {
  font-size: 130%;
  margin: 0 0 10px 0;
}
.list_2column .item-box .box-text {
  font-size: 88%;
}
.dl_waku-big {
  overflow: hidden;
  margin: 0 0 80px 0;
}
.dl_waku-big dt {
  float: left;
  width: 200px;
  margin: 0 30px 0 0;
  text-align: center;
  border: solid 1px #000;
  padding: 5px 0;
  box-sizing: border-box;
  font-size: 88%;
}
.dl_waku-big dd {
  float: left;
  width: calc(100% - 230px);
}
.dl_waku-big .table {
  display: table;
}
.dl_waku-big .table .cell {
  display: table-cell;
  vertical-align: middle;
}
.dl_waku-big .table .cell img {
  vertical-align: top;
}
.dl_waku-big .table .cell.img {
  width: 300px;
}
.dl_waku-big .table .cell.text {
  padding: 0 0 0 40px;
}
.dl_waku-big .table .cell.text .cell-title {
  font-size: 130%;
  margin: 0 0 15px 0;
}
.dl_waku-big .table .cell.text .cell-text {
  font-size: 88%;
}
.list_3column {
  overflow: hidden;
}
.list_3column li {
  float: left;
  width: 31%;
  margin: 0 0 0 3.5%;
}
.list_3column li:nth-child(3n + 1) {
  clear: both;
  margin: 0;
}
.list_3column .list-title {
  text-align: center;
  margin: 12px 0;
  font-size: 130%;
}
.list_3column .list-text {
  font-size: 88%;
}
/*price*/
#page_wara.wara-price .block_main-base {
  height: auto;
  padding: 150px 0 160px;
  text-align: center;
  min-height: 0;
  margin: auto;
}
.list_waranawa {
  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;
}
.list_waranawa li {
  width: 46%;
  margin: 0 0 50px 0;
}
.list_waranawa .thumbnail {
  margin: 0 0 30px;
}
.list_waranawa .text-box {
  background-position: right top;
  background-size: 140px;
  background-repeat: no-repeat;
  padding: 0 160px 0 0;
}
.list_waranawa .list01 .text-box {
  background-image: url("../img/wara/price-wara01-sub.jpg");
}
.list_waranawa .list02 .text-box {
  background-image: url("../img/wara/price-wara02-sub.jpg");
}
.list_waranawa .list03 .text-box {
  background-image: url("../img/wara/price-wara03-sub.jpg");
}
.list_waranawa .list04 .text-box {
  background-image: url("../img/wara/price-wara04-sub.jpg");
}
.list_waranawa .name {
  font-size: 120%;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 0 10px;
}
.list_waranawa .name span {
  display: inline-block;
  float: right;
}
.list_waranawa .name span small {
  display: inline-block;
  font-size: 80%;
  vertical-align: middle;
}
.list_waranawa .spec {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 5px 0;
  font-size: 92%;
  margin: 0 0 15px;
}
.dl_wara-price {
  overflow: hidden;
  font-size: 92%;
}
.dl_wara-price dt {
  border: solid 1px #000;
  line-height: 1;
  padding: 10px 0;
  float: left;
  width: 90px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 10px 0 0;
}
.dl_wara-price dd {
  float: left;
  width: calc(100% - 100px);
  margin: 5px 0 0;
}
.list_musiro {
  overflow: hidden;
}
.list_musiro li {
  width: 30%;
  float: left;
  margin: 0 0 0 5%;
}
.list_musiro li:nth-child(3n + 1) {
  clear: both;
  margin: 0;
}
.list_musiro .musiro-title {
  text-align: center;
  margin: 10px 0;
  font-size: 130%;
}
.list_musiro .price {
  text-align: center;
  font-size: 120%;
  margin: 0 0 10px 0;
}
.list_musiro .price small {
  font-size: 80%;
}
.list_musiro .spec {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 5px 0;
  font-size: 92%;
  text-align: center;
  margin: 0 0 15px;
}
.block_wara .area_price-set + .area_price-set {
  margin: 150px 0 0;
}
.block_wara .area_price-set .att-text {
  margin: 60px 0 0;
}
/* ======
page-name #shop
======*/
.block_shop .area_shop {
  overflow: hidden;
}
.block_shop .area_shop .left-box {
  float: left;
  width: 300px;
}
.block_shop .area_shop .shop-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  font-size: 230%;
}
.block_shop .area_shop .right-box {
  float: right;
  width: calc(100% - 300px);
  box-sizing: border-box;
  padding: 0 30px 0 0;
}
.block_shop .area_shop .description {
  margin: 0 0 60px 0;
}
.block_shop .title_line {
  position: relative;
  margin: 0 0 25px 0;
}
.block_shop .title_line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #000;
}
.block_shop .title_line span {
  display: inline-block;
  background: #fff;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 2;
}
.block_shop .area_shop .dl_waku {
  margin: 0 0 40px 0;
}
.block_shop .area_shop .dl_waku dt {
  vertical-align: top;
  box-sizing: border-box;
  width: 100px;
  text-align: center;
  font-size: 88%;
}
.block_shop .area_shop .dl_waku dd {
  line-height: 1.6;
}
.block_shop .area_shop address {
  margin: 80px 0 0;
}
.block_shop .area_shop .address-box {
  background: url("../img/main-logo.png") no-repeat left top;
  background-position: left 20px top;
  padding: 20px 0 0 260px;
  margin: 50px 0 0;
  min-height: 210px;
}
.block_shop .area_shop .address-box .dl_waku {
  margin: 10px 0 0;
}
.block_shop .area_contact {
  padding: 100px 0 0;
}
.list_form li {
  display: table;
  width: 100%;
}
.list_form li + li {
  border-top: solid 3px #fff;
}
.list_form .area_label {
  display: table-cell;
  vertical-align: top;
  width: 240px;
  box-sizing: border-box;
  padding: 20px;
}
.list_form .area_label .label.hissu::after {
  content: "必須";
  background: #ea5452;
  color: #fff;
  font-size: 88%;
  line-height: 1;
  padding: 2px 6px;
  font-weight: bold;
  margin: 0 0 0 20px;
}
.list_form .area_input {
  display: table-cell;
  background: #dcdddd;
  padding: 25px 35px;
}
.list_form .area_input input[type="text"],
.list_form .area_input input[type="email"],
.list_form .area_input input[type="tel"] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.list_form .area_input textarea {
  width: 100%;
  border: solid 1px #ccc;
}
.area_submit {
  margin: 75px 0 0;
  text-align: center;
}
.area_submit .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 250px;
  text-align: center;
  padding: 20px 0;
  margin: 0 12px;
  display: inline-block;
  cursor: pointer;
  border: solid 2px #ccc;
  transition: all 0.3s;
}
.area_submit .btn:hover {
  border: solid 2px #666;
}
.area_submit .btn[type="button"] {
  border: solid 2px #eee;
}
.area_submit .btn[type="button"]:hover {
  border: solid 2px #ccc;
}
#formWrap {
  padding: 100px 0;
}
.formTable {
  border: solid 1px #999;
  width: 700px;
  margin: 50px auto;
}
.formTable th {
  text-align: left;
  padding: 10px;
  background: #f5f5f5;
  border: solid 1px #999;
  width: 30%;
  box-sizing: border-box;
}
.formTable td {
  padding: 10px;
  border: solid 1px #999;
}
.area_thanks .thanks-text {
  margin: 0 0 80px 0;
  text-align: center;
}
.area_thanks .btn_base {
  margin: auto;
}
