@charset "UTF-8";
/*
Theme Name: Motoyama Tatami World
*/
/** Initialize
-------------------------*/
/** Common
-------------------------*/
/** Initialize
-------------------------*/
body {
  background: #fff;
  overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}

/**************************
1.0 - Common
**************************/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  zoom: 1;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* ----------------------------------------
   Links
---------------------------------------- */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.lined {
  text-decoration: underline;
}

@-moz-document url-prefix() { /* Firefox 画像ズレ対応 */
  a img {
    opacity: 0.9999999;
  }
}
h1, h2,
.parenttitle {
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.0333em;
  color: #1a1a1a;
}

.h2 {
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .h2 {
    font-size: 1.75em;
  }
}

.h3 {
  font-size: 1.25em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .h3 {
    font-size: 1.5em;
  }
}

.h4 {
  font-size: 1.125em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .h4 {
    font-size: 1.3175em;
  }
}

strong {
  font-weight: 600;
  color: #334333;
}

/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ----------------------------------------
   Lists
---------------------------------------- */
ul, ol {
  list-style: none;
}

/* ----------------------------------------
   Tables
---------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
}
.table th, .table td {
  border: 1px solid #a6a6a6;
  padding: 0.5em 0.675em;
  line-height: 1.6125;
}

/* ----------------------------------------
   Embedded content
---------------------------------------- */
/*Removes border when inside `a` element in IE 8/9.*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

figure {
  margin: 0;
}

/* IE8 max-widthバグへの対応*/
.ie8 img {
  width: auto;
  height: auto;
}

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) {
  overflow: hidden;
}

/* ----------------------------------------
   Icomoon
---------------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon/icomoon.eot?jnii0p");
  src: url("fonts/icomoon/icomoon.eot?jnii0p#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?jnii0p") format("truetype"), url("fonts/icomoon/icomoon.woff?jnii0p") format("woff"), url("fonts/icomoon/icomoon.svg?jnii0p#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron_up:before {
  content: "\e900";
}

.icon-chevron_down:before {
  content: "\e901";
}

.icon-chevron_right:before {
  content: "\e902";
}

.icon-chevron_left:before {
  content: "\e903";
}

.icon-home:before {
  content: "\e910";
}

.icon-mail:before {
  content: "\e911";
}

.icon-telephone:before {
  content: "\e912";
}

.icon-sp:before {
  content: "\e913";
}

.icon-info:before {
  content: "\e914";
}

.icon-window:before {
  content: "\e915";
}

.icon-order:before {
  content: "\e916";
}

.icon-freedial:before {
  content: "\e917";
}

.icon-facebook:before {
  content: "\e920";
}

.icon-facebook_circle:before {
  content: "\e921";
}

.icon-instagram:before {
  content: "\e922";
}

.icon-twitter:before {
  content: "\e923";
}

.icon-pdf:before {
  content: "\e930";
}

/**************************
1.1 - Clearfix
**************************/
.cf {
  zoom: 1;
}

.cf:after {
  clear: both;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.clear {
  clear: both;
}

.clear hr,
hr.clear {
  visibility: hidden;
  margin-bottom: 2em;
}

hr.solid-line {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
}

/**************************
2.0 - Common Patterns
**************************/
/* Text */
.x-smaller {
  font-size: 0.7em !important;
}

.smaller {
  font-size: 0.85em !important;
}

.larger {
  font-size: 1.15em !important;
}

.x-larger {
  font-size: 1.4em !important;
}

.xx-larger {
  font-size: 1.8em !important;
}

.text-semibold {
  font-weight: 500 !important;
}

.text-bold {
  font-weight: 600 !important;
}

.text-light {
  font-weight: 400 !important;
}

.white {
  color: #fff !important;
}

.black {
  color: #333333 !important;
}

.rich-black {
  color: #000 !important;
}

.red {
  color: #e00 !important;
}

.red-dark {
  color: #881F2D !important;
}

.green {
  color: #769976;
}

.dark-green {
  color: #4B6043;
}

.green-darker {
  color: #334333;
}

.gold {
  color: #C99847;
}

.txt-block {
  overflow: hidden;
}

.ffs-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* Background */
.bg-white {
  background: #fff !important;
}

.bg-y {
  background: #fffed0 !important;
}

.bg-bl {
  background: #f0f9fc !important;
}

.bg-rd {
  background: #fef2f2 !important;
}

.bg-or {
  background: #fef0e6 !important;
}

.bg-g-l {
  background: #f4f8f2;
}

.bg-g-l2 {
  background: #ecf1ea;
}

.bg-gr {
  background: #f6f6f6;
}

.bg-green {
  background-color: #4B6043 !important;
}

.bg-dark-green {
  background-color: #334333 !important;
}

.bg-indigo {
  background-color: #356C9B !important;
}

.bg-purple {
  background-color: #71477b !important;
}

.bg-vermilion {
  background-color: #c63813 !important;
}

.bg-pattern1 {
  background-image: url(images/feature_bg1.png) !important;
}

.bg-washi1 {
  background-image: url(images/bg_washi1.jpg) !important;
}

.t-l {
  text-align: left !important;
}

.t-r {
  text-align: right !important;
}

.t-c {
  text-align: center !important;
}

.of-hidden {
  overflow: hidden !important;
}

/* Margin */
.ml-0 {
  margin-left: 0;
}

.ml-min {
  margin-left: 5px !important;
}

.ml-normal {
  margin-left: 12px !important;
}

.ml-mid {
  margin-left: 20px !important;
}

.ml-large {
  margin-left: 40px !important;
}

.mr-0 {
  margin-right: 0;
}

.mr-min {
  margin-right: 5px !important;
}

.mr-normal {
  margin-right: 12px !important;
}

.mr-mid {
  margin-right: 20px !important;
}

.mr-large {
  margin-right: 40px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-xs {
  margin-top: 0.25em !important;
}

.mt-sm {
  margin-top: 0.5em !important;
}

.mt-min,
.mt-md {
  margin-top: 1em !important;
}

.mt-normal,
.mt-lg {
  margin-top: 2em !important;
}

.mt-mid,
.mt-xl {
  margin-top: 3em !important;
}

.mt-high {
  margin-top: 4em !important;
}

.mb-none,
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-xs {
  margin-bottom: 0.25em !important;
}

.mb-sm {
  margin-bottom: 0.5em !important;
}

.mb-md,
.mb-min {
  margin-bottom: 1em !important;
}

.mb-lg,
.mb-normal {
  margin-bottom: 2em !important;
}

.mb-xl,
.mb-mid {
  margin-bottom: 3em !important;
}

.mb-high {
  margin-bottom: 4em !important;
}

.mb-higher {
  margin-bottom: 5em !important;
}

.mb-highest {
  margin-bottom: 7em !important;
}

.pl-0 {
  padding-left: 0;
}

.pl-min {
  padding-left: 0.25em !important;
}

.pl-normal {
  padding-left: 12px !important;
}

.pl-mid {
  padding-left: 20px !important;
}

.pl-large {
  padding-left: 40px !important;
}

.pr-0 {
  padding-right: 0;
}

.pr-min {
  padding-right: 0.25em !important;
}

.pr-normal {
  padding-right: 12px !important;
}

.pr-mid {
  padding-right: 20px !important;
}

.pr-large {
  padding-right: 40px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-xs {
  padding-top: 0.25em !important;
}

.pt-min {
  padding-top: 1em !important;
}

.pt-normal {
  padding-top: 2em !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 0.25em !important;
}

.pb-min {
  padding-bottom: 1em !important;
}

.pb-normal {
  padding-bottom: 2em !important;
}

.pb-mid {
  padding-bottom: 3em !important;
}

/* 回りこみ */
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright,
.alignright > img {
  margin: 0 0 10px 30px;
  display: inline;
}

img.alignleft,
.alignleft > img {
  margin: 0 30px 10px 0;
  display: inline;
}

.alignleft,
.alignright,
.aligncenter,
img.alignleft,
.wp-caption.alignleft,
img.alignright,
.wp-caption.alignright,
img.aligncenter {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .alignleft,
  .alignright,
  .aligncenter,
  img.alignleft,
  .wp-caption.alignleft,
  img.alignright,
  .wp-caption.alignright,
  img.aligncenter {
    display: block;
    float: none;
    margin: 0 auto 10px !important;
    max-width: 100%;
  }
  .alignleft img,
  .alignright img,
  .aligncenter img,
  img.alignleft img,
  .wp-caption.alignleft img,
  img.alignright img,
  .wp-caption.alignright img,
  img.aligncenter img {
    margin-left: 0;
  }
}

.wp-caption.alignleft {
  margin-right: 30px;
}

.wp-caption.alignright {
  margin-left: 30px;
}

hr.spacer {
  visibility: hidden;
  margin-bottom: 1em;
}

.spacer,
[class^=spacer-],
[class^=spacer_] {
  display: block;
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  height: 10px;
}

.spacer-xxs,
.spacer_xxs {
  height: 15px;
}

@media screen and (min-width: 768px) {
  .spacer-xxs,
  .spacer_xxs {
    height: 20px;
  }
}
.spacer-xs,
.spacer_xs {
  height: 20px;
}

@media screen and (min-width: 768px) {
  .spacer-xs,
  .spacer_xs {
    height: 30px;
  }
}
.spacer-sm,
.spacer_sm {
  height: 30px;
}

@media screen and (min-width: 768px) {
  .spacer-sm,
  .spacer_sm {
    height: 50px;
  }
}
.spacer-md,
.spacer_md {
  height: 40px;
}

@media screen and (min-width: 768px) {
  .spacer-md,
  .spacer_md {
    height: 80px;
  }
}
.spacer-lg,
.spacer_lg {
  height: 50px;
}

@media screen and (min-width: 768px) {
  .spacer-lg,
  .spacer_lg {
    height: 100px;
  }
}
.spacer-xl,
.spacer_xl {
  height: 70px;
}

@media screen and (min-width: 768px) {
  .spacer-xl,
  .spacer_xl {
    height: 150px;
  }
}
.disp-il {
  display: inline !important;
}

.disp-ilb {
  display: inline-block !important;
}

.disp-blc {
  display: block !important;
}

.sp-visible {
  display: none !important;
}

.float-box {
  padding-left: 0 !important;
}

.float-box li {
  list-style: none !important;
  float: left;
}

/**************************
3.0 - Basic Structure
**************************/
.font-serif {
  font-family: "Noto Serif JP", serif;
  color: #222;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.font-sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #444;
}

body {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.8125;
  }
}
body.home {
  background: url(images/body_bg.jpg) no-repeat center center;
  background-attachment: fixed;
}

a {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #191919;
}
a:hover {
  outline: none;
  color: #999;
  text-decoration: underline;
}
a:active, a:focus {
  outline: 0;
}

img {
  border: 0;
}

/* Form Component */
button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  padding: 4px 2px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
select option {
  padding-right: 1em;
}

button,
.button,
a.button,
input[type=button],
input[type=reset],
input[type=submit] {
  position: relative;
  color: #fff !important;
  background: #4B6043 url(images/bg_pattern_1.png) repeat;
  background-size: 400% auto;
  -webkit-box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(0, 0, 0, 0.15), 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(0, 0, 0, 0.15), 0 3px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #34422e;
  border-radius: 2px;
  font-weight: 500;
  text-decoration: none !important;
  padding: 5px 2em 7px 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button:hover,
.button:hover,
a.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #576f4d;
  -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.3);
}
button::after,
.button::after,
a.button::after,
input[type=button]::after,
input[type=reset]::after,
input[type=submit]::after {
  content: "\e902";
  font-family: "icomoon";
  font-size: 0.75em;
  font-weight: 400 !important;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.125em;
  margin-top: 1px;
}
.mfp-content button::after,
.mfp-content .button::after,
.mfp-content a.button::after,
.mfp-content input[type=button]::after,
.mfp-content input[type=reset]::after,
.mfp-content input[type=submit]::after {
  content: none !important;
}

/*
button.button-lg,
.button-lg,
a.button-lg {
	font-size: 1.125em;
	padding: 8px 3em 10px 2.5em;
}
button.button-danger,
.button-danger,
a.button-danger {
	background: #97372f;
	background: -webkit-linear-gradient(top, #97372f 1%,#531914 95%,#531914 75%);
	background: linear-gradient(to bottom, #97372f 1%,#531914 95%,#531914 75%);
}
.bg-colored {
	margin-bottom: 0 !important;

	background: linear-gradient(to bottom,  #f1f3ef 0%,#f1f3ef 85%,#e6eae4 100%);
}
*/
/********************************
Post
********************************/
/* 見出し */
h1.post-ttl,
.editor-styles-wrapper h1 {
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  h1.post-ttl,
  .editor-styles-wrapper h1 {
    font-size: 2.25em;
  }
}

#content,
.editor-styles-wrapper {
  font-size: 0.9375em;
  padding-bottom: 0px;
  /* テーブル　*/
  /*下線（ドット）リスト*/
}
@media screen and (min-width: 768px) {
  #content,
  .editor-styles-wrapper {
    font-size: 1em;
  }
}
#content p,
.editor-styles-wrapper p {
  margin: 0 0px 2em 0;
  text-align: justify;
  text-justify: distribute;
}
#content .page-content,
.editor-styles-wrapper .page-content {
  padding-bottom: 50px;
  margin: auto;
}
#content h2.archive-post-ttl,
.editor-styles-wrapper h2.archive-post-ttl {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 8px 15px 5px;
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(75%, #fff));
  background: linear-gradient(to bottom, #eeeeee 0%, #fff 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eeeeee", endColorstr="$white",GradientType=0 );
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-bottom: 2px solid #191919;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: inset 0 1px 1px 1px rgba(255, 255, 255, 0.95), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px 1px rgba(255, 255, 255, 0.95), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgb(255, 255, 255);
  letter-spacing: 2px;
}
#content h2, #content h3, #content h4,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4 {
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
#content h2 a, #content h3 a, #content h4 a,
.editor-styles-wrapper h2 a,
.editor-styles-wrapper h3 a,
.editor-styles-wrapper h4 a {
  text-decoration: none !important;
}
#content h2.archive-post-ttl a,
.editor-styles-wrapper h2.archive-post-ttl a {
  color: #757575;
}
#content .num-title,
.editor-styles-wrapper .num-title {
  overflow: hidden;
  padding: 17px 0 12px !important;
  margin-bottom: 1.5em;
  border-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  border-top: 3px dotted #a6a6a6;
  border-bottom: 3px dotted #a6a6a6;
  position: relative;
  text-align: center;
  background: url(images/bg_pattern1.png) no-repeat 10px -100px;
  text-shadow: 0 0 3px #fff;
  color: #334333;
}
#content .num-title::before,
.editor-styles-wrapper .num-title::before {
  content: none;
}
#content .ttl-num,
.editor-styles-wrapper .ttl-num {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #334333;
  color: #fff;
  width: 1.5em;
  height: 1em !important;
  padding: 0.25em 0 0.25em !important;
  line-height: 1 !important;
  font-size: 1em !important;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  vertical-align: baseline;
  border-radius: 50%;
  margin: 0px auto 0.5em;
  text-shadow: none !important;
  position: relative;
  letter-spacing: 0 !important;
}
#content .post,
.editor-styles-wrapper .post {
  padding: 0 0 50px;
}
#content .post a,
.editor-styles-wrapper .post a {
  text-decoration: underline;
}
#content .post .entry-meta,
.editor-styles-wrapper .post .entry-meta {
  font-size: 0.867em;
  padding: 10px 0;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content .post .entry-meta .cat-meta a,
.editor-styles-wrapper .post .entry-meta .cat-meta a {
  display: inline-block;
  text-decoration: none !important;
  background: #ebebeb;
  padding: 0.25em 0.75em;
  border-radius: 0.25em;
  margin-right: 1em;
}
@media screen and (max-width: 479px) {
  #content .post .entry-meta span,
  .editor-styles-wrapper .post .entry-meta span {
    display: block;
  }
  #content .post .entry-meta span.sep,
  .editor-styles-wrapper .post .entry-meta span.sep {
    display: none;
  }
}
.category #content .post p, .single #content .post p,
.category .editor-styles-wrapper .post p,
.single .editor-styles-wrapper .post p {
  margin-bottom: 1.5em;
}
#content table,
.editor-styles-wrapper table {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (max-width: 479px) {
  #content table,
  .editor-styles-wrapper table {
    font-size: 0.9375em;
  }
}
#content table th,
#content table td,
.editor-styles-wrapper table th,
.editor-styles-wrapper table td {
  border: 1px solid #aaa;
  padding: 8px 10px;
  line-height: 1.4;
}
#content table tr.tbl-header th,
.editor-styles-wrapper table tr.tbl-header th {
  background: #91c752;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f6fbf0), to(#e3f0d0));
  background: linear-gradient(to bottom, #f6fbf0 20%, #e3f0d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6fbf0", endColorstr="#e3f0d0",GradientType=0 );
  color: #333;
  -webkit-box-shadow: inset 1px 0 1px 1px #fff;
          box-shadow: inset 1px 0 1px 1px #fff;
}
#content table tr.double-border th, #content table tr.double-border td,
.editor-styles-wrapper table tr.double-border th,
.editor-styles-wrapper table tr.double-border td {
  border-top-width: 4px;
  border-top-style: double;
  border-top-color: #999;
}
#content table a.button,
.editor-styles-wrapper table a.button {
  padding: 4px 10px;
  margin-top: 5px;
  font-size: 0.9em;
}
#content ul.dot-hrz li,
#content .entry-content ul.dot-hrz li,
.editor-styles-wrapper ul.dot-hrz li,
.editor-styles-wrapper .entry-content ul.dot-hrz li {
  list-style: none;
  padding-left: 5px;
  border-bottom: 　1px dotted #aaa;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#content ul.dot-hrz li.shop-child,
.editor-styles-wrapper ul.dot-hrz li.shop-child {
  border-top: 1px dotted #999;
  padding-top: 8px;
}

.editor-styles-wrapper {
  /* リスト　*/
}
.editor-styles-wrapper a {
  text-decoration: underline;
}
.editor-styles-wrapper h2 {
  color: #4B6043;
  font-size: 1.8em;
  margin-bottom: 1.5em;
  margin-top: 1em;
  position: relative;
}
.editor-styles-wrapper h2.rulelined {
  padding-bottom: 0.5em;
  letter-spacing: 2px;
  border-bottom: 1px solid #bfbfbf;
}
.editor-styles-wrapper h2.rulelined::before {
  content: "";
  display: block;
  width: 10%;
  height: 3px;
  background: #4B6043;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper h2 {
    font-size: 1.4em;
    letter-spacing: 0 !important;
  }
}
.editor-styles-wrapper h2.mark-title {
  border-bottom: none !important;
}
.editor-styles-wrapper h2.mark-title::before {
  content: "";
  display: block;
  float: left;
  width: 8px;
  height: 1.5em;
  margin-right: 14px;
  background: #4B6043 url(images/bg_cross.png) center center;
}
.editor-styles-wrapper h3 {
  font-size: 1.375em;
  font-family: "Noto Serif JP", serif;
  padding: 11px 5px 9px 0px;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1.125em;
  color: #334333;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper h3 {
    font-size: 1.25em;
  }
}
.editor-styles-wrapper h3.marked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.editor-styles-wrapper h3.marked::before {
  content: "";
  display: block;
  width: 8px;
  height: 1.65em;
  margin-right: 14px;
  background: #566c1c url(images/bg_cross.png) center center;
  background-color: gray;
  position: relative;
  top: -2px;
}
.editor-styles-wrapper h4 {
  font-size: 1.25em;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper h4 {
    font-size: 1.375em;
  }
}
.editor-styles-wrapper h5 {
  font-size: 1.125em;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper h5 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6 {
    letter-spacing: 0 !important;
  }
}
.editor-styles-wrapper hr {
  height: 1px;
  border: none;
  border-top: 1px #aaa dotted;
  margin: 1em 0;
}
.editor-styles-wrapper ul, .editor-styles-wrapper ol {
  padding-left: 22px;
  overflow: hidden;
}
.editor-styles-wrapper ul li {
  list-style: disc outside;
  margin-bottom: 10px;
}
.editor-styles-wrapper ul li ul {
  padding-top: 5px;
}
.editor-styles-wrapper ul li ul li {
  list-style: circle outside;
  margin-bottom: 5px;
}
.editor-styles-wrapper ul.dot-hrz {
  padding-left: 0;
}
.editor-styles-wrapper ol li {
  list-style: decimal outside;
}

.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
  padding: 5px 2em 7px 2em;
  border-radius: 3px;
  text-decoration: none !important;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px); /* ← わずかな浮き感 */
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 1 !important;
}
.btn-default {
  padding: 0.25em 1em 0.375em;
  border: 1px solid gray;
  background: #fff;
}
.btn-default:hover {
  background: #4B6043;
  color: #fff !important;
  text-decoration: none;
}
.btn-arrow {
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}
.btn-arrow::after {
  content: "\e902";
  font-family: "icomoon";
  font-size: 0.75em;
  font-weight: 400 !important;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.125em;
  margin-top: 1px;
}
.btn-arrow.btn-arrow_d::after {
  content: "\e901" !important;
  right: 0.75em;
  margin-top: 2px;
}
.btn-contact {
  padding-left: 3em !important;
  padding-right: 1.5em !important;
  text-align: center;
}
.btn-contact::after {
  content: "\e911";
  font-family: "icomoon";
  font-size: 1em;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.5em;
}
.btn-primary {
  display: inline-block;
  background: #4B6043;
  color: #fff !important;
  border: 1px solid #3d4e36;
}
.btn-primary:hover {
  background: #3d4e36;
}
.btn-primary.current {
  background: #627e58;
}
.btn-secondary {
  display: inline-block;
  background: #881F2D;
  color: #fff !important;
  border: 1px solid #771b28;
}
.btn-secondary:hover {
  background: #771b28;
}
.btn-secondary.no-arrow {
  background-image: none;
  padding: 0.375em 1.5em 0.5em 1.5em;
}
.btn-mono {
  display: inline-block;
  position: relative;
  color: #fff !important;
  background: #4B6043 url(images/bg_pattern_1.png) repeat;
  background-size: 400% auto;
  -webkit-box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.1), inset 0 -2px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.1), inset 0 -2px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #3d4e36;
  border-radius: 2px;
  font-weight: 500;
  text-decoration: none !important;
  padding: 0.375em 2em 0.5em 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-mono:hover {
  background-color: #3d4e36;
  -webkit-box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.1), inset 0 -2px 2px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.1), inset 0 -2px 2px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.btn-sm {
  font-size: 0.9375em;
  padding: 0.25em 1em;
}
.btn-lg {
  font-size: 1.125em;
  padding: 0.5em 3em 0.6125em 3em;
}
.btn-block {
  display: block !important;
  text-align: center;
}
.btn-apply {
  font-size: 1.5em;
  font-weight: 400;
  background-color: #356C9B;
  color: #fff !important;
  border: 1px solid #2d5c84;
  border-radius: 0.5em;
  -webkit-box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.1), inset 0 -2px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.1), inset 0 -2px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 992px) {
  .btn-apply {
    font-size: 2em;
  }
}
.btn-apply:hover {
  background-color: #2d5c84;
  -webkit-box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.1), inset 0 -2px 2px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.1), inset 0 -2px 2px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.2);
}
.btn.btn_rounded {
  display: inline-block;
  text-decoration: none !important;
  padding: 0.75em 2.5em 1em;
  /*border: 2px solid #999;*/
  font-size: 1.125em;
  line-height: 1;
  height: auto;
  border-radius: 4px;
  background: #4B6043 url(images/bg_pattern_1.png) repeat;
  background-size: 400% auto;
  -webkit-box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(0, 0, 0, 0.15), 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(0, 0, 0, 0.15), 0 3px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .btn.btn_rounded {
    font-size: 1.25em;
  }
}
.btn.btn_rounded:hover {
  opacity: 0.85;
}
.btn.arrow_b, .btn.arrow_r {
  position: relative;
}
.btn.arrow_b::after, .btn.arrow_r::after {
  content: "";
  display: inline-block;
  width: 0.375em;
  height: 0.375em;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 1em;
  top: 45%;
  border-radius: 2px;
}
.btn.arrow_r::after {
  border-left: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.btn.link_pdf::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background: url(images/pdf.svg) no-repeat center center;
  background-size: contain;
  position: relative;
  top: 2px;
}

/*************************
	3.1 - Layout
*************************/
#page {
  margin: 0 auto;
  padding: 0 0px;
}
.mob-disp #page {
  margin-top: 60px;
}

#main {
  position: relative;
  padding-top: 0px;
  background: url(images/main_bg.jpg) no-repeat center 0;
}
@media screen and (max-width: 767px) {
  #main {
    background: none;
  }
}
.home #main {
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper {
  padding-right: 10px;
  padding-left: 10px;
  margin: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1170px;
  }
}

.container {
  max-width: 1170px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: clip;
}
.container.overflow_v {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container_md {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container_sm {
  width: 768px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1260px) {
  .container_xl {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .container_xl {
    width: 1440px;
    padding-right: 45px;
    padding-left: 45px;
  }
}

@media screen and (min-width: 1440px) {
  .container_xxl {
    width: 100%;
    max-width: 1600px;
  }
}

.banner-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  max-width: 970px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row .col-w1-lg, .row .col-w2-lg, .row .col-w3-lg, .row .col-w4-lg, .row .col-w5-lg, .row .col-w6-lg, .row .col-w7-lg, .row .col-w8-lg, .row .col-w9-lg, .row .col-w10-lg, .row .col-w12-lg {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .row .col-w1-lg, .row .col-w2-lg, .row .col-w3-lg, .row .col-w4-lg, .row .col-w5-lg, .row .col-w6-lg, .row .col-w7-lg, .row .col-w8-lg, .row .col-w9-lg, .row .col-w10-lg, .row .col-w12-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col-w1-lg {
  width: 8.333% !important;
}

.col-w2-lg {
  width: 16.66666% !important;
}

.col-w3-lg {
  width: 25% !important;
}

.col-w4-lg {
  width: 33.33333% !important;
}

.col-w5-lg {
  width: 41.66666% !important;
}

.col-w6-lg {
  width: 50% !important;
}

.col-w7-lg {
  width: 58.33333% !important;
}

.col-w8-lg {
  width: 66.66666% !important;
}

.col-w9-lg {
  width: 75% !important;
}

.col-w10-lg {
  width: 83.33333% !important;
}

@media screen and (max-width: 991px) {
  .col-w1-md {
    width: 8.333% !important;
  }
  .col-w2-md {
    width: 16.66666% !important;
  }
  .col-w3-md {
    width: 25% !important;
  }
  .col-w4-md {
    width: 33.33333% !important;
  }
  .col-w5-md {
    width: 41.66666% !important;
  }
  .col-w6-md {
    width: 50% !important;
  }
  .col-w7-md {
    width: 58.33333% !important;
  }
  .col-w8-md {
    width: 66.66666% !important;
  }
  .col-w9-md {
    width: 75% !important;
  }
  .col-w10-md {
    width: 83.33333% !important;
  }
  .col-w12-md {
    width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 767px) {
  .col-w1-sm {
    width: 8.333% !important;
  }
  .col-w2-sm {
    width: 16.66666% !important;
  }
  .col-w3-sm {
    width: 25% !important;
  }
  .col-w4-sm {
    width: 33.33333% !important;
  }
  .col-w5-sm {
    width: 41.66666% !important;
  }
  .col-w6-sm {
    width: 50% !important;
  }
  .col-w7-sm {
    width: 58.33333% !important;
  }
  .col-w8-sm {
    width: 66.66666% !important;
  }
  .col-w9-sm {
    width: 75% !important;
  }
  .col-w10-sm {
    width: 83.33333% !important;
  }
  .col-w12-sm {
    width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 479px) {
  .col-w1-xs {
    width: 8.333% !important;
  }
  .col-w2-xs {
    width: 16.66666% !important;
  }
  .col-w3-xs {
    width: 25% !important;
  }
  .col-w4-xs {
    width: 33.33333% !important;
  }
  .col-w5-xs {
    width: 41.66666% !important;
  }
  .col-w6-xs {
    width: 50% !important;
  }
  .col-w7-xs {
    width: 58.33333% !important;
  }
  .col-w8-xs {
    width: 66.66666% !important;
  }
  .col-w9-xs {
    width: 75% !important;
  }
  .col-w10-xs {
    width: 83.33333% !important;
  }
  .col-w12-xs {
    width: 100% !important;
    float: none !important;
  }
}
/**************************
Flex Box
**************************/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 480px) {
  .d-flex_xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .d-flex_sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .d-flex_md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .d-flex_lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .d-flex_xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.d-flex_mid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-flex_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.d-flex_p {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.d-flex_p > * {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .d-flex_p {
    margin-right: -10px;
    margin-left: -10px;
  }
  .d-flex_p > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .d-flex_p {
    margin-right: -15px;
    margin-left: -15px;
  }
  .d-flex_p > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.d-flex_2 > * {
  width: 50%;
}
.d-flex_3 > * {
  width: 33.333%;
}
.d-flex_4 > * {
  width: 25%;
}
.d-flex_5 > * {
  width: 20%;
}
.d-flex_6 > * {
  width: 16.666%;
}
@media screen and (min-width: 480px) {
  .d-flex_xs_2 > * {
    width: 50%;
  }
  .d-flex_xs_3 > * {
    width: 33.333%;
  }
  .d-flex_xs_4 > * {
    width: 25%;
  }
  .d-flex_xs_5 > * {
    width: 20%;
  }
  .d-flex_xs_6 > * {
    width: 16.666%;
  }
}
@media screen and (min-width: 768px) {
  .d-flex_sm_2 > * {
    width: 50%;
  }
  .d-flex_sm_3 > * {
    width: 33.333%;
  }
  .d-flex_sm_4 > * {
    width: 25%;
  }
  .d-flex_sm_5 > * {
    width: 20%;
  }
  .d-flex_sm_6 > * {
    width: 16.666%;
  }
}
@media screen and (min-width: 992px) {
  .d-flex_md_2 > * {
    width: 50%;
  }
  .d-flex_md_3 > * {
    width: 33.333%;
  }
  .d-flex_md_4 > * {
    width: 25%;
  }
  .d-flex_md_5 > * {
    width: 20%;
  }
  .d-flex_md_6 > * {
    width: 16.666%;
  }
}
@media screen and (min-width: 1200px) {
  .d-flex_lg_2 > * {
    width: 50%;
  }
  .d-flex_lg_3 > * {
    width: 33.333%;
  }
  .d-flex_lg_4 > * {
    width: 25%;
  }
  .d-flex_lg_5 > * {
    width: 20%;
  }
  .d-flex_lg_6 > * {
    width: 16.666%;
  }
}
@media screen and (min-width: 1440px) {
  .d-flex_xl_2 > * {
    width: 50%;
  }
  .d-flex_xl_3 > * {
    width: 33.333%;
  }
  .d-flex_xl_4 > * {
    width: 25%;
  }
  .d-flex_xl_5 > * {
    width: 20%;
  }
  .d-flex_xl_6 > * {
    width: 16.666%;
  }
}
.d-flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/**************************
6.0 Content
**************************/
/*ページタイトル*/
h1.pagetitle,
.parenttitle {
  font-weight: 600;
  font-size: 2em;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 0px;
  padding: 1em 0;
  line-height: 1.2;
  text-align: center;
  color: #334333;
}
@media screen and (min-width: 768px) {
  h1.pagetitle,
  .parenttitle {
    font-size: 2.25em;
    padding: 1.5em 0;
  }
}
h1.pagetitle .en-ttl,
.parenttitle .en-ttl {
  font-family: Raleway;
  font-weight: 400;
  font-size: 15px;
  padding-top: 10px;
  margin-bottom: 0;
  color: #757575;
  letter-spacing: 1px;
  text-indent: -3px;
}
h1.pagetitle .smaller,
.parenttitle .smaller {
  letter-spacing: 0px;
}
h1.pagetitle.img-ttl,
.parenttitle.img-ttl {
  height: auto;
  padding: 0;
  text-indent: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  h1.pagetitle.img-ttl img,
  .parenttitle.img-ttl img {
    display: none;
  }
  h1.pagetitle.img-ttl .ttl-txt,
  .parenttitle.img-ttl .ttl-txt {
    height: auto;
    text-align: center;
    text-indent: 0;
  }
}

h1.maintitle {
  font-size: 2em;
  font-weight: 600;
  border-width: 1px 0;
  border-style: solid;
  border-color: #a6a6a6;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto 1.5em !important;
  color: #4B6043;
  letter-spacing: 2px;
  background: #ebebeb;
  background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), color-stop(75%, #fff));
  background: linear-gradient(to bottom, whitesmoke 0%, #fff 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$gray_ex_lighter", endColorstr="$white",GradientType=0 );
  -webkit-box-shadow: inset 0 1px 2px 2px #fff;
          box-shadow: inset 0 1px 2px 2px #fff;
}
@media screen and (max-width: 767px) {
  h1.maintitle {
    font-size: 1.4em;
  }
}

#primary {
  padding: 0 0;
  margin-left: auto;
  margin-right: auto;
  /* お問合せ */
}
#primary.two-col {
  float: left;
  width: 72%;
  max-width: 800px;
}
@media screen and (max-width: 991px) {
  #primary.two-col {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  #primary.one-col .site-content {
    padding-right: 0 !important;
  }
}
.page-contact #primary {
  max-width: 960px !important;
  margin: 0 auto;
}

/* 見出し */
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .section-title {
    font-size: 2.5em;
  }
}

/* 汎用パーツ */
.box1 {
  background: whitesmoke;
  padding: 15px 15px 8px;
  border-radius: 6px;
}

/* Pagenation */
.pagination {
  clear: both;
  margin: 2em 0 4em;
  padding-top: 1.5em;
  line-height: 2;
  text-align: center !important;
}

a.page-numbers,
.pagination .page-numbers.current {
  padding: 2px 0.4em;
  border-radius: 2px;
  text-decoration: none;
  font-size: 1.167em;
}

a.page-numbers {
  background: #ebebeb;
  color: #545454;
}

a.page-numbers.prev,
a.page-numbers.next {
  background: none;
}

a.page-numbers:hover {
  background: #1a1a1a;
  color: #fff !important;
}

.pagination .page-numbers.current {
  background: #a6a6a6;
  color: #fff;
}

.pagination a.page-numbers.next,
.pagination a.page-numbers.prev {
  border: 0 none;
  background: transparent;
  text-decoration: none;
  font-size: 1em;
  color: #333333 !important;
}

.pagination a.page-numbers.next:hover,
.pagination a.page-numbers.prev:hover {
  text-decoration: underline;
}

#single-nav {
  margin-bottom: 2em;
}
#single-nav .next {
  float: left;
}
#single-nav .prev {
  float: right;
}

/*-------------------------
 * Products
-------------------------*/
@media screen and (min-width: 768px) {
  h1.pagetitle_products {
    padding-bottom: 0;
  }
}

.product-wrapper {
  position: relative;
}

.product-cat-nav {
  position: sticky;
  top: 50px;
  z-index: 5;
  background: #fff;
  padding: 15px 0;
}
@media screen and (min-width: 992px) {
  .product-cat-nav {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1440px) {
  .product-cat-nav {
    font-size: 1.0625em;
  }
}
.product-cat-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .product-cat-nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .product-cat-nav ul::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #cccccc;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
  }
}
.product-cat-nav ul li {
  position: relative;
  top: 1px;
  padding: 0.25em 0.25em;
}
.product-cat-nav ul li a {
  display: block;
  padding: 0.25em 0.75em 0.25em 1.5em;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 0.25em;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.product-cat-nav ul li a::before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 0.5em;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #4B6043;
  line-height: 1;
  padding: 4px 3px 2px;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .product-cat-nav ul li {
    padding: 0 5px 0 0;
  }
  .product-cat-nav ul li:last-child {
    padding-right: 0;
  }
  .product-cat-nav ul li a {
    border-radius: 0.25em 0.25em 0 0;
    padding: 0.25em 1em 0.25em 1.75em;
    border: transparent 1px solid;
    display: block;
    border-radius: 4px 4px 0 0;
    text-align: center;
    background: #ebebeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(75%, #ebebeb));
    background: linear-gradient(to bottom, #f2f2f2 0%, #ebebeb 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2f2f2", endColorstr="$gray_ex_light",GradientType=0 );
    text-decoration: none;
    font-weight: 500;
    color: #545454;
  }
  .product-cat-nav ul li a:hover {
    background: #4B6043;
    color: #fff;
    text-shadow: none;
    -webkit-transition: color 0.3s !important;
    transition: color 0.3s !important;
    font-weight: 400;
  }
  .product-cat-nav ul li a::before {
    left: 10px;
    text-shadow: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .product-cat-nav ul li a {
    padding: 0.375em 1.5em 0.375em 2.25em;
  }
}
.product-cat-nav ul li.is_current a {
  position: relative;
  color: #fff;
  background: #4B6043;
  border-color: #545454;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .product-cat-nav ul li.is_current a {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(75%, #fff));
    background: linear-gradient(to bottom, #f2f2f2 0%, #fff 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2f2f2", endColorstr="$white",GradientType=0 );
    border: 1px solid #cccccc;
    color: #334333;
    position: relative;
    border-bottom-color: #fff !important;
  }
  .product-cat-nav ul li.is_current a::after {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    width: 100%;
    height: 8px;
    background: #fff url(images/mainnav_current.png) no-repeat center bottom;
  }
}
@media screen and (min-width: 1200px) {
  .product-cat-nav ul li.pdf-link {
    margin-left: auto;
    padding-right: 0;
  }
}
.product-cat-nav ul li.pdf-link a {
  padding-right: 2em;
  padding-left: 0.75em;
  background: #d6dfd2;
  color: #4B6043;
  border-color: #96af8d;
}
.product-cat-nav ul li.pdf-link a:hover {
  background: #fff;
  color: gray;
}
.product-cat-nav ul li.pdf-link a::before {
  content: none;
}
.product-cat-nav ul li.pdf-link a::after {
  content: "\e930";
  font-family: "icomoon";
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1px;
  color: #d60000;
}
@media screen and (min-width: 1200px) {
  .product-cat-nav ul li {
    -webkit-box-flex: 2;
        -ms-flex: 2 3 20%;
            flex: 2 3 20%;
  }
}

.product-cat-head {
  border-bottom: 2px dotted #cccccc;
}
.product-cat-head > p {
  font-size: 1.125em;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .product-cat-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3em;
    margin: 2em 0 3em;
    border-bottom: none;
  }
  .product-cat-head > figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
  .product-cat-head.no-desc {
    display: block;
  }
}
.product-cat-head p {
  padding: 1em 0;
}

.product-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 2em;
}
.product-list__item .item-inner {
  border: 1px solid #dedede;
  height: 100%;
  padding: 2em 1em 2.5em;
  border-radius: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  background: #fdfdfd;
}
.product-list__item a:hover {
  text-decoration: none !important;
}
.product-list__item a .item-img {
  position: relative;
}
.product-list__item a .item-img img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-list__item a .item-img figcaption {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.9375em;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.product-list__item a .item-ttl {
  font-size: 1.5em;
  font-weight: 600;
  color: #4B6043;
  margin: 0.75em 0 1em;
  text-align: center;
}
.product-list__item a .item-ttl span {
  display: inline-block;
  padding: 0 0.125em 0.5em;
  border-bottom: 1px solid #4B6043;
}
.product-list__item .item-detail,
.product-list__item .item-price {
  padding: 0 1em;
}
.product-list__item .item-price {
  margin-top: auto;
}
.product-list__item p {
  margin-bottom: 1em !important;
}
.product-list__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.125em 0;
}
@media screen and (min-width: 768px) {
  .product-list__item dl {
    font-size: 0.9375em;
  }
}
.product-list__item dl dt {
  width: 4em;
  font-weight: 500;
}
.product-list__item .p-price {
  font-weight: 600;
  color: #941b10;
}
.product-list__item hr {
  margin: 0.5em 0;
}
.product-list__item .btn-wrapper {
  bottom: 4em;
  width: 100%;
  padding-top: 1.5em;
  text-align: center;
  z-index: 2;
}
.product-list .guide-item__ttl {
  margin-bottom: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list .guide-item__ttl::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: #cccccc;
  border-radius: 50%;
  margin-right: 0.75em;
}
.product-list .guide-item__img {
  margin-bottom: 1em;
}
.product-list .guide-item__desc {
  margin-bottom: 1.5em;
}
.product-list .guide-item__link {
  margin-top: auto;
}
.product-list .guide-item__link a {
  display: block;
  padding: 0.125em 1em;
  margin-bottom: 0.25em;
  background: #4B6043;
  color: white;
  font-size: 1.125em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.25em;
}
.product-list .guide-item__link a:hover {
  background: #6e8d62;
}

.product-hierarchy {
  margin-bottom: 1em;
  font-size: 0.875em;
  color: #545454;
}
.product-hierarchy a {
  color: #545454;
  text-decoration: underline;
}

.product-block {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}
@media screen and (min-width: 992px) {
  .product-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .product-block > div {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (min-width: 1200px) {
  .product-block {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.product-block > div {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .product-block > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.product-block .product-name {
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .product-block .product-name {
    font-size: 2em;
  }
}
.product-block .product-desc {
  font-size: 1.125em;
  margin-bottom: 1em !important;
}
@media screen and (min-width: 1200px) {
  .product-block .product-desc {
    font-size: 1.1875em;
  }
}
.product-block .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25em;
}
.product-block .product-price dt {
  width: 5.5em;
  font-weight: 600;
  padding-top: 0.25em;
}
.product-block .product-price dd .p-price {
  font-size: 1.25em;
  font-weight: 500;
  color: #941b10;
}
.product-block table caption {
  text-align: left;
  font-weight: 600;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #cccccc;
  padding: 0.75em 0.675em;
  background: whitesmoke;
}
.product-block table th {
  text-align: center;
  width: 8em;
}
.product-block table th, .product-block table td {
  line-height: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-color: #cccccc !important;
}
/*-------------------------
 * Galleries
-------------------------*/
.gallery {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 4px 4px 4px;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: auto !important;
}
.gallery.gallery-columns-1.gallery-size-medium, .gallery.gallery-columns-1.gallery-size-thumbnail, .gallery.gallery-columns-2.gallery-size-thumbnail, .gallery.gallery-columns-3.gallery-size-thumbnail {
  margin: 0 auto 20px;
}
.gallery.gallery-columns-1 .gallery-item, .gallery.gallery-columns-2 .gallery-item, .gallery.gallery-columns-3 .gallery-item {
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.333%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666%;
}
.gallery .gallery-caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: gray;
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
  padding: 5px 0px 10px;
  text-align: center;
  width: 100%;
  list-style: none !important;
}
.gallery .gallery-item:hover .gallery-caption {
  opacity: 1;
  filter: alpha(opacity=0);
}
.gallery.gallery-columns-7 .gallery-caption, .gallery.gallery-columns-8 .gallery-caption, .gallery.gallery-columns-9 .gallery-caption {
  display: none;
}
@media screen and (max-width: 767px) {
  .gallery {
    margin-top: 15px;
  }
  .gallery.gallery-columns-4 .gallery-item, .gallery.gallery-columns-5 .gallery-item, .gallery.gallery-columns-6 .gallery-item, .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-8 .gallery-item, .gallery.gallery-columns-9 .gallery-item {
    width: 33%;
  }
  .gallery br {
    display: none !important;
  }
}

/*-------------------------
 * 6.6 Bread Crumb
-------------------------*/
.breadcrumb-wrapper {
  background: whitesmoke;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), color-stop(75%, #fff));
  background: linear-gradient(to bottom, #ebebeb 0%, #fff 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$gray_ex_light", endColorstr="$white",GradientType=0 );
  border-bottom: 1px solid #cccccc;
}

.breadcrumb {
  max-width: 1170px;
  margin: auto;
  padding: 10px 15px;
  text-align: left;
  font-size: 0.8em;
  letter-spacing: 1px;
  background: url(images/crumb_home.png) no-repeat 15px 1em;
  text-indent: 22px;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/*************
7.0 sidebar
*************/
@media screen and (min-width: 992px) {
  #side-wrapper {
    clear: right;
    float: right;
    width: 24%;
    padding: 0 0 30px 30px;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .sidebar {
    max-width: 700px;
    margin: auto;
  }
}

.s-ttl {
  padding: 3px 10px 12px;
  font-size: 17px;
}
.s-ttl .smaller {
  font-size: 0.75em;
  font-family: "Noto Sans JP", sans-serif;
}

/* Side Archives*/
#archives-side {
  font-size: 0.867em;
}

.side-widget {
  margin-bottom: 1.5em;
}
.side-widget h3 {
  font-weight: 400;
  margin-bottom: 0.5em;
  padding: 4px 10px 4px 12px;
  background: #1a1a1a;
  color: #fff;
}
.side-widget dt {
  padding: 4px 10px 2px 5px;
  background: whitesmoke;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fcfcfc), to(#f0f0f0));
  background: linear-gradient(to bottom, #fcfcfc 20%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fdfffc", endColorstr="#edf5e0",GradientType=0 );
  font-size: 1.154em;
  margin-bottom: 0.5em;
  cursor: pointer;
  border-radius: 3px;
}
.side-widget dt::before {
  content: url(images/arrow_dw.png);
  position: relative;
  top: 2px;
  padding-right: 6px;
}

#archives-side .sidemenu {
  margin-left: 0;
}
#archives-side .sidemenu li {
  padding-right: 0;
  padding-left: 22px;
  background: url(images/list.png) no-repeat 5px 5px;
  margin-bottom: 0.7em;
}
#archives-side .sidemenu li a {
  text-decoration: none;
}
#archives-side .sidemenu li a:hover {
  text-decoration: underline;
}

dl#ac-archive-nav dd {
  padding-bottom: 0.2em;
  display: none;
}
dl#ac-archive-nav dd.active {
  display: block;
}

/* side-nav */
ul.side-nav li a {
  display: block;
  width: 100%;
  height: 14px;
  font-size: 14px;
  line-height: 1;
  padding: 18px 0;
  text-indent: 20px;
  text-decoration: none;
  margin-bottom: 1px;
  color: #fff;
  background: #333333 url(images/s_nav_btn.png) no-repeat right -25px;
}
ul.side-nav li a:hover {
  background-color: #545454;
  background-position: right -125px;
}

/* Banner Belt (紫匠庵) */
.banner-belt a {
  display: block;
  width: 100%;
  height: 120px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(images/bannerbelt_chashitsu.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 480px) {
  .banner-belt a {
    height: 144px;
  }
}
@media screen and (min-width: 768px) {
  .banner-belt a {
    height: 168px;
  }
}
@media screen and (min-width: 992px) {
  .banner-belt a {
    height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-belt a {
    height: 204px;
  }
}
@media screen and (min-width: 1440px) {
  .banner-belt a {
    height: 240px;
  }
}

/**************************
8.0 Footer
**************************/
/* 京都から世界へ　*/
#bottom {
  background: #ebebeb url(images/bg_kyoto.png) repeat-x center bottom;
  padding: 50px 0 160px;
}
@media screen and (max-width: 767px) {
  #bottom {
    background-size: 160%;
    padding-bottom: 110px;
  }
}

.bottom-content h2 {
  color: #4B6043;
  font-size: 1.75em;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}

.flow-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow-select li a {
  display: block;
  width: 100%;
  padding: 0.5em 3em;
  background: #1a1a1a;
  -webkit-box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.6), inset 0 -2px 2px rgba(0, 0, 0, 0.75), 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.6), inset 0 -2px 2px rgba(0, 0, 0, 0.75), 0 3px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #333333;
  border-radius: 2px;
  font-size: 1.25em;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.flow-select li a:hover {
  background-color: #545454;
  -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.6), inset 0 -2px 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.6), inset 0 -2px 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.3);
}

.bottom-banner {
  margin: 0 -0.5em 2em;
}
@media screen and (min-width: 768px) {
  .bottom-banner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .bottom-banner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.333% 33.333% 33.333%;
    grid-template-columns: 33.333% 33.333% 33.333%;
  }
}
.bottom-banner-wrapper {
  width: 100%;
  max-width: 1600px;
}
.bottom-banner li {
  padding: 0 0.5em 1em;
}

#footer {
  padding: 10px 0 2em;
  background: #1a1a1a url(images/footer_bg.jpg) no-repeat center 0;
  background-size: cover !important;
  font-size: 0.857em;
  color: #cccccc;
  margin-bottom: -2em;
}
#footer a {
  color: #cccccc;
}

.footer-nav {
  padding: 30px 0 30px;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (max-width: 479px) {
  .footer-nav {
    padding: 15px 0 10px;
  }
}
.footer-nav ul {
  width: 20%;
  float: left;
}
@media screen and (max-width: 767px) {
  .footer-nav ul {
    width: 33.3%;
  }
  .footer-nav ul:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 479px) {
  .footer-nav ul {
    width: auto;
    float: none;
  }
  .footer-nav ul:last-child li:last-child {
    border-bottom: none;
  }
  .footer-nav ul.sub-menu {
    display: none;
  }
  .footer-nav ul ul.sub-menu {
    padding-left: 1em;
  }
  .footer-nav ul ul.sub-menu li {
    display: inline-block;
    width: auto;
    float: left;
    background: url(images/list2.png) no-repeat 0px 1em;
    padding: 1px 0 !important;
    margin: 　0 1.5em 0 0;
    border-bottom: none;
  }
}
.footer-nav ul li {
  margin: 0 10px 0.5em 0;
  padding: 0 0 0 18px;
  background: url(images/list.png) no-repeat 0px 0.5em;
}
@media screen and (max-width: 479px) {
  .footer-nav ul li {
    margin: 　0 0 0.5em;
    padding: 0.75em 0% 0.75em 4% !important;
    text-indent: 15px;
    background: url(images/list.png) no-repeat 10px 14px;
    border-bottom: 1px solid #545454;
  }
}
.footer-nav ul a {
  display: block;
  padding: 2px 0;
  margin-bottom: 0;
  text-decoration: none;
}
.footer-nav ul ul.sub-menu {
  float: none;
  width: auto;
  margin-top: 0.5em;
}
.footer-nav ul ul.sub-menu li {
  background: url(images/list2.png) no-repeat 0px 0.75em;
}

.footer-wrapper {
  overflow: hidden;
  padding: 20px 0 0 !important;
}
.footer-wrapper .row {
  margin-left: -15px;
  margin-right: -15px;
}
.footer-wrapper .row .footer-block {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-wrapper .row .footer-name {
  display: block;
  text-align: center;
  margin-bottom: 4em;
}
.footer-wrapper .row .address-block {
  padding-bottom: 2em;
}
@media screen and (min-width: 992px) {
  .footer-wrapper .row .address-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-wrapper .row .address-block > * {
    padding: 0 15px 2em;
  }
}

address {
  padding: 20px 0 30px;
  text-align: center;
  font-style: normal;
  font-size: 11px;
  clear: both;
  display: block;
  color: gray;
}

.snsicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 0 2em;
}
.snsicon__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  max-width: 64px;
  margin: 1em 1.2em;
}
@media screen and (min-width: 992px) {
  .snsicon__item {
    max-width: 80px;
    margin: 1em 1.5em;
  }
}

#pagetop {
  position: fixed;
  right: 0px;
  bottom: 65px;
  z-index: 9999;
}
#pagetop a {
  display: block;
  padding-top: 7px;
  background: #545454;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  width: 3em;
  height: 3em;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#pagetop a span {
  display: none;
}
#pagetop a:before {
  content: "\e900";
  display: block;
  font-family: icomoon;
  font-size: 1.25em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#pagetop a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  #pagetop a {
    padding-top: 0;
    width: 2.25em;
    height: 2.25em;
    font-size: 1.25em;
  }
  #pagetop a span {
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    top: -2px;
  }
}

.side-open #pagetop a {
  display: none;
}

#mob-tel {
  font-size: 1.2em;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 15px;
  max-width: 300px;
  line-height: 3;
}

#mob-tel .button {
  line-height: 1.5;
}

.switch-btn {
  text-align: center;
  padding: 10px;
}

.switch-btn a {
  margin: 5px 5px;
}

.switch-btn a.button.btnAcv {
  display: none;
}

.foot-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
  font-family: "Noto Sans JP", sans-serif;
}
.foot-contact * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.foot-contact.js_hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.foot-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot-contact ul li {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  background: #4B6043 url(images/bg_pattern_1.png) repeat;
}
.foot-contact ul li:hover {
  background-color: #576f4d;
}
.foot-contact ul li.item_inquiry {
  background: #881F2D url(images/bg_pattern_1.png) repeat;
}
.foot-contact ul li.item_inquiry:hover {
  background-color: #b2283b;
}
.foot-contact ul li a {
  display: block;
  width: 100%;
  padding: 0.6125em 0.5em;
  color: #fff;
  text-decoration: none;
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .foot-contact ul li a {
    font-size: 1.25em;
    padding: 0.25em;
  }
}
.foot-contact ul li a i {
  display: block;
  font-size: 1.5em;
  margin: 0 0.5em 0 0;
}
@media screen and (min-width: 768px) {
  .foot-contact ul li a i {
    font-size: 1.25em;
  }
}

.side-productlink {
  position: fixed;
  right: 0;
  bottom: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 1em 0.5em 2.75em;
  background: #881F2D;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #881F2D;
  color: #fff !important;
  font-size: 1.125em;
  letter-spacing: 3px;
  border-radius: 6px 0 0 6px;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25), inset 0 2px 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25), inset 0 2px 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .side-productlink.js_hide {
    -webkit-transform: translate(120%, -50%) !important;
            transform: translate(120%, -50%) !important;
  }
}
.side-productlink:hover {
  background: #771b28;
}
.side-productlink::after {
  position: absolute;
  left: 50%;
  bottom: 0.5em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1.75em;
  height: 1.75em;
  background: url(images/icon_tatami.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .side-productlink {
    font-size: 1.25em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/**************************
10.0 HOME
**************************/
/* バナースライダー */
.banner-slider {
  background: #fff;
  margin: 0;
  padding: 1em 0 3.5em;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner-slider__inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 80%;
  max-width: 900px;
  margin: 0 auto 0;
}
.banner-slider .swiper {
  overflow: visible;
}
.banner-slider .swiper-slide {
  background: #000;
}
.banner-slider .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.9;
  cursor: default;
}
.banner-slider .swiper-pagination {
  bottom: -2.5em;
}
.banner-slider .swiper-pagination-bullet {
  width: 1em !important;
  height: 1em;
  margin: 0 0.5em !important;
  background-color: black;
  opacity: 0.15;
}
.banner-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
  display: none;
  background: rgba(0, 0, 0, 0.75);
  width: 3em;
  height: 3em;
  border-radius: 50%;
}
.banner-slider .swiper-button-next::after,
.banner-slider .swiper-button-prev::after {
  font-size: 1.5em;
  color: #fff;
}
.banner-slider .swiper-button-next {
  right: -1.5em;
}
.banner-slider .swiper-button-prev {
  left: -1.5em;
}

/* 新着情報 */
h2.recent-title {
  min-height: 45px;
  margin-top: 20px;
  margin-bottom: 35px;
  text-align: center;
  font-size: 2em;
  color: #334333;
}
@media screen and (min-width: 768px) {
  h2.recent-title {
    font-size: 3em;
  }
}
h2.recent-title span {
  display: block;
  color: #a6a6a6;
  font-size: 0.5em;
}

.home-recent-topic {
  padding: 2em 0;
}
@media screen and (min-width: 992px) {
  .home-recent-topic {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20em 0px 1fr;
    grid-template-columns: 20em 1fr;
    -ms-grid-rows: 7em 0px auto;
    grid-template-rows: 7em auto;
    gap: 0px 0px;
    padding-top: 3em;
  }
  .home-recent-topic > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home-recent-topic > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .home-recent-topic > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .home-recent-topic > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.recent-topic__ttl {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .recent-topic__ttl {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    text-align: left;
  }
}
.recent-topic__list {
  margin: 0;
  padding: 1em 0 0px !important;
  border-top: 1px solid #cccccc;
  min-height: 0;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (min-width: 768px) {
  .recent-topic__list__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.recent-topic__list * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recent-topic__list li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
  list-style: none !important;
}
.recent-topic__list li .date {
  display: block;
  font-size: 13px;
  margin-bottom: 0.25em;
  color: gray;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .recent-topic__list li .date {
    font-size: 14px;
    padding: 0px 1.5em 0 5px;
  }
}
.recent-topic__list-ttl {
  padding: 0 0 0 1em;
  font-size: 1em;
  line-height: 1.25;
  overflow: hidden;
  letter-spacing: 0 !important;
}
@media screen and (min-width: 768px) {
  .recent-topic__list-ttl {
    font-size: 16px;
  }
}
.recent-topic .button-wrapper {
  text-align: center;
  padding-top: 1em;
}
@media screen and (min-width: 992px) {
  .recent-topic .button-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    text-align: left;
    padding-top: 0;
  }
}

/* 実績 */
#recent-works {
  margin: 0;
  overflow: hidden;
  padding: 10px 0 0 0px !important;
}
#recent-works h2#recent-works-title {
  width: 100%;
  margin: 0px 0 20px 0;
}
#recent-works h2#recent-works-title .smaller {
  font-size: 0.75em;
  letter-spacing: 3px !important;
}

.works-list,
.archive-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.works-list li,
.archive-post li {
  padding-left: 8px;
  padding-right: 8px;
  list-style: none !important;
  display: block;
  width: 50%;
  margin-bottom: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works-list li,
  .archive-post li {
    width: 33.33333%;
  }
}
@media screen and (min-width: 992px) {
  .works-list li,
  .archive-post li {
    width: 25%;
  }
}
.works-list__img,
.archive-post__img {
  margin-bottom: 0.5em;
  aspect-ratio: 4/3;
  background: #1a1a1a;
}
.works-list__img a,
.archive-post__img a {
  display: block;
  width: 100%;
  height: 100% !important;
  background: #1a1a1a;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.works-list__img img,
.archive-post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list-ttl,
.archive-post-ttl {
  clear: both;
  padding: 0;
  font-size: 0.9375em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.4;
  overflow: hidden;
  letter-spacing: 0 !important;
  margin: 0;
}
.works-list .thumb,
.archive-post .thumb {
  position: relative;
}
.works-list .rcd-thumb-date,
.archive-post .rcd-thumb-date {
  position: absolute;
  bottom: 0;
  display: block;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 2px;
}

.archive-post__body {
  padding: 0.5em 0.5em 0;
  text-align: left;
}
.archive-post__ttl {
  font-weight: 500;
}
.archive-post .date {
  display: block;
  text-align: right;
  font-size: 0.875em;
  font-family: "Lora", serif;
}

.media-list__img {
  margin-bottom: 0.5em;
  aspect-ratio: 4/3;
  background: #1a1a1a;
  position: relative;
}
.media-list__img a {
  display: block;
  width: 100%;
  height: 100% !important;
  background: #1a1a1a;
  overflow: hidden;
  position: relative;
}
.media-list__img img {
  max-width: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.media-list__movie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  border-width: 0;
  overflow: hidden;
}
.media-list__ttl {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 1em;
}

.home-top-banner a {
  display: block;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .home-top-banner a {
    float: none !important;
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-top-banner a.home-top-banner-l {
  float: left;
}
.home-top-banner a.home-top-banner-r {
  float: right;
}

.home-content {
  line-height: 1.8125;
}
.home-content h2 {
  margin-bottom: 40px;
  position: relative;
  font-size: 3em;
}
.home-content h2 .smaller {
  display: block;
  width: 100%;
  font-size: 0.5em !important;
  letter-spacing: 2px;
  color: #a6a6a6;
}

/* Home 畳匠の品質 */
#feature1 {
  padding: 30px 0;
  background: whitesmoke url(images/feature_bg1.png) no-repeat center center;
}
@media screen and (min-width: 768px) {
  #feature1 {
    padding: 3em 0 4em;
  }
}
#feature1 .container {
  background: none;
}
@media screen and (min-width: 768px) {
  #feature1 .container {
    min-height: 680px;
    background: url(images/home_feature1_bg.png) no-repeat left bottom;
    background-size: 60%;
  }
}
@media screen and (min-width: 992px) {
  #feature1 .container {
    background-size: 49%;
  }
}
#feature1 .container .feature-content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #feature1 .container .feature-content {
    padding: 3em 0 2em 49%;
  }
}
#feature1 .container h2 {
  color: #334333;
  margin-bottom: 1em;
}

/* Home 畳を知る */
#feature3 {
  padding: 30px 0;
  background: #fff url(images/feature_bg1.png) no-repeat center center;
}
@media screen and (min-width: 768px) {
  #feature3 {
    padding: 4em 0 5em;
  }
}
#feature3 h2 {
  text-align: center;
  margin-bottom: 0.5em;
  color: #334333;
}

ul#about-tatami-menu {
  padding: 2em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
ul#about-tatami-menu li {
  width: 23%;
  padding: 0 1% 40px;
  position: relative;
  text-align: center;
}
ul#about-tatami-menu li .thumb {
  padding-bottom: 25px;
}
ul#about-tatami-menu li h3 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
  letter-spacing: 1px;
}
ul#about-tatami-menu li p {
  font-size: 14px;
  min-height: 4.5em;
}

/* Home 京たたみ */
#feature4 {
  padding: 30px 0;
  background: #1a1a1a url(images/home_feature4_bg.jpg) no-repeat center center;
  color: #fff;
  -webkit-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #feature4 {
    padding: 5em 0;
  }
}
#feature4 h2 {
  color: #fff;
  margin-bottom: 1em;
}
#feature4 h3 {
  color: #fff;
}
#feature4 .alignright {
  margin-left: 50px;
}
#feature4 .alignleft {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #feature4 a.home-btn.home-btn-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Home 店舗紹介 */
#feature-shop {
  padding: 4em 0 5em;
}
#feature-shop h2 {
  text-align: center;
  margin-bottom: 2em;
  font-size: 2em;
  color: #334333;
}
#feature-shop h2 .smaller {
  font-size: 0.75em !important;
}
#feature-shop .home-shopinfo li {
  text-align: center;
}
#feature-shop .home-shopinfo li .thumb {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#feature-shop .home-shopinfo li .thumb a, #feature-shop .home-shopinfo li .thumb span {
  display: block;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#feature-shop .home-shopinfo li .thumb a img, #feature-shop .home-shopinfo li .thumb span img {
  width: 100%;
}
#feature-shop .home-shopinfo li .thumb a {
  float: right;
}
#feature-shop .home-shopinfo li h3 {
  margin: 0 0 15px;
  font-size: 1.6em;
}
#feature-shop .home-shopinfo li p {
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  #feature-shop .home-shopinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #feature-shop .home-shopinfo li {
    width: 45%;
    max-width: 480px;
  }
}

/**************************
11.0 Inquiry Form
**************************/
#inquiry-form {
  margin-bottom: 20px;
}
#inquiry-form p {
  margin-bottom: 0;
}
#inquiry-form .btm-txt {
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}
#inquiry-form .btm-txt p {
  text-align: center;
}
#inquiry-form input[type=submit] {
  display: block;
  font-size: 1.4em;
  line-height: 1.75;
  cursor: pointer;
  width: 8em;
  padding: 5px 2em 7px 2em !important;
  margin: 0 auto 1em;
  text-align: center;
  border-radius: 6px;
  position: relative;
}
#inquiry-form input[type=text],
#inquiry-form input[type=email],
#inquiry-form textarea {
  background: #fff;
  border: 1px solid gray;
  margin-top: 2px;
  margin-bottom: 5px;
  padding: 0.5em 0.5em;
  font-family: "Noto Sans JP", sans-serif;
}
#inquiry-form textarea {
  width: 100%;
}
#inquiry-form textarea.inq-product {
  font-weight: 500;
  height: 4.5em;
  line-height: 1.5;
}
#inquiry-form select {
  background: #fff;
  border: 1px solid gray;
  padding: 0.5em 0.5em;
  border-radius: 3px;
}
#inquiry-form select option {
  padding: 1px 5px;
}
#inquiry-form table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
  width: 100%;
}
#inquiry-form table th, #inquiry-form table td {
  border: none;
}
#inquiry-form table th {
  padding: 15px 20px 12px 0;
  min-width: 12em;
  font-weight: 400;
  vertical-align: top;
  width: 150px;
}
#inquiry-form table th span {
  display: block;
  background: whitesmoke;
  color: #334333;
  font-weight: 500;
  border: 1px solid #ebebeb;
  position: relative;
  padding: 0.5em 0.5em;
  border-radius: 4px;
  text-align: center;
}
#inquiry-form table th .required {
  color: #f00;
}
#inquiry-form table th span.red,
#inquiry-form table th small {
  font-weight: 600;
}
#inquiry-form table td {
  padding: 0.75em 0.5em;
  overflow: hidden;
}
#inquiry-form table td smpl-txt {
  display: inline-block;
}
#inquiry-form table td label {
  padding-right: 2em;
}
#inquiry-form table hr {
  height: 1px;
  background: #cccccc;
  border-width: 0;
  margin: 1em 0;
}
#inquiry-form .wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 0.3em 0;
}
#inquiry-form #inquiry-form .wpcf7-checkbox label {
  margin: 0 0.5em;
}
#inquiry-form #inquiry-form .wpcf7-checkbox input[type=checkbox] {
  margin-right: 0.5em;
}
#inquiry-form .inquiry-submit {
  text-align: center;
}
#inquiry-form .inq-xs {
  width: 5em;
}
#inquiry-form .inq-sm {
  width: 10em;
}
#inquiry-form .inq-md {
  width: 15em;
}
#inquiry-form .inq-lg {
  width: 60%;
}
#inquiry-form .inq-xl {
  width: 100%;
}
#inquiry-form .inq-radio {
  display: block;
  padding-top: 8px;
}
#inquiry-form .inq-date {
  width: 120px;
}
#inquiry-form .inq-zip {
  width: 9em;
}
#inquiry-form .inq-name {
  width: 60%;
  min-width: 200px;
}
#inquiry-form .inq-tel {
  width: 60%;
  min-width: 200px;
}
#inquiry-form .inq-pref {
  width: 17em;
}
#inquiry-form .inq-addr,
#inquiry-form .inq-email,
#inquiry-form .inq-textarea {
  width: 100%;
}
#inquiry-form .estimate-block {
  padding: 1em;
  margin-bottom: 2em;
  border: 5px solid #7b9a6f;
  border-radius: 0.75em;
}
@media screen and (min-width: 768px) {
  #inquiry-form .estimate-block {
    padding: 2em 2em 1em;
  }
}
@media screen and (max-width: 767px) {
  #inquiry-form {
    padding: 10px 0px;
    background: none;
  }
  #inquiry-form table th,
  #inquiry-form table td {
    display: block;
    padding: 4px 0 7px;
    width: 100%;
  }
  #inquiry-form table th p,
  #inquiry-form table td p {
    text-align: left !important;
  }
  #inquiry-form table th span {
    width: 100%;
    font-size: 1.125em;
    text-align: left;
    padding: 3px 0.7em 2px;
    border-radius: 0;
    border-left: 5px solid #545454;
  }
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #5b7d2f;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #f00;
}

div.wpcf7-spam-blocked {
  border: 2px solid #B5A373;
}

div.wpcf7-validation-errors {
  border: 2px solid #f00 !important;
  color: #333333;
}

/* 確認画面 */
input.wpcf7c-conf,
textarea.wpcf7c-conf,
select.wpcf7c-conf {
  background: none !important;
  border: none !important;
  resize: none;
}

input.wpcf7c-conf#mail-confirm {
  display: none;
}

.wpcf7c-elm-step2 {
  text-align: center;
}

.wpcf7c-elm-step2.confirm-message {
  border: 3px solid #f00;
  margin-top: 3em;
}

textarea.wpcf7c-conf.inq-textarea {
  height: 8em;
}

.wpcf7-back {
  background: #cccccc !important;
  color: #333333 !important;
  position: relative;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  input.wpcf7c-conf,
  textarea.wpcf7c-conf,
  select.wpcf7c-conf {
    padding: 5px 0 !important;
  }
}
/**************************
汎用コンテンツ
**************************/
.wellbox {
  padding: 30px 30px 10px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ebebeb;
}
@media screen and (min-width: 1200px) {
  .wellbox {
    padding: 45px 45px 15px;
    border-radius: 0;
  }
}

.wellbox.wellbox-min {
  padding: 1em;
}

.wellbox-g {
  border: 1px solid #cccccc;
  background-color: whitesmoke;
}

.wellbox-g h3 {
  border-bottom: 1px solid #cccccc !important;
  padding: 0 0 1em !important;
  font-weight: 500 !important;
}
@media screen and (min-width: 768px) {
  .wellbox-g h3 {
    font-size: 1.75em;
  }
}

.wellbox__ttl {
  background: #1a1a1a;
  color: #fff;
  padding: 0.125em 1em 0.25em;
}

.intro-copy-header {
  font-size: 1.25em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .intro-copy-header {
    font-size: 1.5em;
  }
}
.info-tbl th {
  background: whitesmoke;
  color: #333333;
  font-weight: 400;
  width: 25%;
  text-align: left;
}

.info-tbl td {
  background: #fff;
}

ul.pagenav {
  margin-bottom: 2em;
  padding-left: 0 !important;
}

ul.pagenav li {
  float: left;
  display: inline-block;
  margin: 0 2%;
  width: 21%;
}

ul.pagenav li a {
  display: block;
  padding: 10px;
  border: 3px double #ebebeb;
  text-align: center;
}

#content ul.thumb-box {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.thumb-box li {
  list-style: none !important;
  text-align: center;
}

.thumb-box.thumb-2col li {
  width: 50%;
}

#content ul.thumb-box p {
  margin-bottom: 0;
  text-align: center !important;
}

/*****************/
/* 導入実績 */
/*****************/
ul.recordcat-nav {
  margin-bottom: 40px;
  overflow: hidden;
}
ul.recordcat-nav li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #cccccc;
}
ul.recordcat-nav li a {
  display: block;
  border: 1px solid #ebebeb;
  border-bottom-width: 0 !important;
  border-radius: 4px 4px 0 0;
  padding: 8px 0px;
  text-align: center;
  width: 97%;
  background: #ebebeb url(images/arrow1_r.png) no-repeat 96% center;
  background: url(images/arrow1_r.png) no-repeat 96% center, -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(75%, #ebebeb));
  background: url(images/arrow1_r.png) no-repeat 96% center, linear-gradient(to bottom, #f2f2f2 0%, #ebebeb 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2f2f2", endColorstr="$gray_ex_light",GradientType=0 );
  text-decoration: none;
  font-size: 1.3em;
  letter-spacing: 3px;
  text-shadow: 1px 1px 2px #fff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
ul.recordcat-nav li a:hover {
  background: #545454;
  color: #fff;
  text-shadow: none;
}
ul.recordcat-nav li.left a {
  float: left;
}
ul.recordcat-nav li.right a {
  float: right;
}
ul.recordcat-nav li.active a,
ul.recordcat-nav li.active a:hover {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(75%, #fff));
  background: linear-gradient(to bottom, #f2f2f2 0%, #fff 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2f2f2", endColorstr="$white",GradientType=0 );
  border: 1px solid #cccccc;
  position: relative;
  color: #545454;
}
ul.recordcat-nav li.active a:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  width: 100%;
  height: 8px;
  background: #fff url(images/mainnav_current.png) no-repeat center bottom;
}

/* 茶道用自実績　NAVI*/
ul.rcd-sado-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.rcd-sado-nav li {
  padding: 0 0.125em;
  margin-bottom: 0.5em;
}
ul.rcd-sado-nav li a.current {
  background: whitesmoke;
  color: #1a1a1a !important;
  border-color: gray;
}

/* 実績詳細 */
.rcd-single {
  padding-bottom: 4em;
}
@media screen and (min-width: 992px) {
  .rcd-single {
    padding-top: 1em;
  }
}

@media screen and (min-width: 992px) {
  .rcd-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3em;
  }
  .rcd-block > div {
    width: 50%;
  }
}

.rcd-date {
  display: block;
}

.rcd-patent {
  display: inline-block;
  margin-right: 1em;
}

.rcd-ttl {
  padding: 0 0 1em;
}
.rcd-ttl h1.rcd-name {
  margin: 0 0 1em;
  padding: 0.5em 0 0 !important;
  height: auto;
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 600;
  background: none !important;
}
@media screen and (min-width: 1200px) {
  .rcd-ttl h1.rcd-name {
    font-size: 1.5em;
  }
}

.rcd-copyright {
  background: #1a1a1a;
  color: #a6a6a6;
  padding-bottom: 1.5em;
}

h3.chronology-ttl {
  font-size: 1.6em;
}
h3.chronology-ttl span {
  font-weight: 400;
  font-size: 0.6em;
  position: relative;
  top: -2px;
}

ul.chronology {
  border-top: 6px solid #ebebeb;
  margin-top: 5px;
}
ul.chronology li {
  border-bottom: 1px solid #ebebeb;
  padding: 7px 0 7px 3px;
}
ul.chronology li:last-child {
  border-bottom: 6px solid #ebebeb;
}
ul.chronology .date {
  display: block;
  width: 6em;
  float: left;
  margin-right: 20px;
}
ul.chronology .txt {
  display: block;
  font-size: 14px;
  overflow: hidden;
}
ul.chronology .txt a {
  text-decoration: none;
}
ul.chronology .txt a .icon-photo img {
  width: 22px;
  height: 22px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}

/*****************/
/* 価格表(Grid) */
/*****************/
.pricing {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 1px;
  background: #a6a6a6;
  border: 1px solid #a6a6a6;
}
@media screen and (max-width: 767px) {
  .pricing {
    overflow-x: auto;
  }
}
.pricing_prime {
  -ms-grid-columns: auto auto (21%)[4];
  grid-template-columns: auto auto repeat(4, 21%);
}
.pricing_std {
  -ms-grid-columns: auto (28%)[3];
  grid-template-columns: auto repeat(3, 28%);
}
.pricing_flooring {
  -ms-grid-columns: auto (42%)[2];
  grid-template-columns: auto repeat(2, 42%);
}
.pricing div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75em 0.5em;
  background: #fff;
  text-align: center;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .pricing div {
    font-size: 0.875em;
    padding: 0.75em 0.2em;
  }
}
@media screen and (max-width: 479px) {
  .pricing div {
    font-size: 0.8em;
  }
}
.pricing .grade {
  background: #333333;
  color: #fff;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-top-color: #333333 !important;
  text-align: center;
}
.pricing .grade a {
  color: #fff;
}
.pricing .item {
  background: whitesmoke;
}
.pricing .colspan {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.pricing .h-made {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.pricing .m-made {
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  grid-row: 5/7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.pricing .dash {
  letter-spacing: -0.2em;
  color: gray;
}
.pricing .detail figure.limited {
  margin: 0 auto 0;
  width: 60px;
}
@media screen and (min-width: 480px) {
  .pricing .detail figure.limited {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .pricing .detail figure.limited {
    width: 120px;
  }
}
@media screen and (min-width: 992px) {
  .pricing .detail figure.limited {
    width: auto;
    max-width: 210px;
  }
}
.pricing .detail figure a {
  display: block;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.pricing .detail figure a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pricing p.desc {
  text-align: left;
  margin-bottom: 0;
}
.pricing .eyecatch {
  display: inline-block;
  padding: 0.125em 0.5em;
  margin: 0 0 0.5em;
}

/*****************/
/* 価格表 */
/*****************/
table.price-list {
  font-size: 1em;
}
table.price-list th,
table.price-list td {
  padding: 10px 0.2em !important;
}
@media screen and (max-width: 767px) {
  table.price-list th,
  table.price-list td {
    font-size: 0.9em;
  }
}
table.price-list th {
  background: whitesmoke;
  font-weight: 400;
}
table.price-list td {
  text-align: center;
  background: #fff;
}
table.price-list td figure {
  margin: 0 auto 0;
  width: 60px;
}
@media screen and (min-width: 480px) {
  table.price-list td figure {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  table.price-list td figure {
    width: 120px;
  }
}
@media screen and (min-width: 992px) {
  table.price-list td figure {
    width: auto;
    max-width: 210px;
  }
}
table.price-list tbody th {
  white-space: nowrap;
}
table.price-list tr.grade th {
  background: #333333;
  color: #fff;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-top-color: #333333 !important;
}
table.price-list tr.grade th a {
  color: #fff;
}
table.price-list tr.grade th.shop-child {
  border-left-color: #333333 !important;
}
table.price-list tr.grade th:last-child {
  border-right-color: #333333 !important;
}
table.price-list tr.explain td {
  text-align: left !important;
  vertical-align: top;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  table.price-list {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  table.price-list th,
  table.price-list td {
    width: auto;
  }
}

table.price-list_kyotatami.price-list td {
  width: 21%;
  min-width: 64px;
  text-align: center;
}

table.price-list_common.price-list td {
  width: 28%;
}

.price-list__ttl,
table.price-list caption {
  font-weight: 500;
  font-size: 1.3em;
  padding-bottom: 10px;
}

table.price-list .price-list__reco {
  position: relative;
  height: 67px;
  padding: 0 !important;
  background: none !important;
  border-color: transparent !important;
  vertical-align: top !important;
}

.price-list__reco figure {
  position: absolute;
  width: 138px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.price-list__reco figure.popular {
  width: 58px;
  top: auto;
  bottom: -12px;
}

/* 八代限定 */
table.price-list#price-list1 th.yatsushiro {
  background: #335030;
  border-width: 1px 2px;
}

table.price-list#price-list1 td.yatsushiro {
  background: #eef9e9;
  color: #236020;
  border-width: 1px 2px;
  border-color: #437029 !important;
}

table.price-list#price-list1 tr:last-child td.yatsushiro {
  border-bottom-width: 2px;
}

/* よくあるご質問 */
#content h2.faq-cat {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.9em;
  padding: 5px 1px 10px 0;
  border-radius: 1px 1px 0 0;
  border-bottom: 1px solid #cccccc;
}

.faq-box {
  margin-bottom: 0px;
}

.faq-box .post-wrapper {
  margin-bottom: 12px !important;
  border-radius: 2px;
}

.faq-list.post {
  padding: 5px 15px !important;
  border-bottom: 1px solid #ebebeb !important;
}

dl.faq-list dt {
  cursor: pointer;
}

dl.faq-list dt h3 {
  font-size: 1.133em !important;
  padding: 4px 0 !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  overflow: hidden;
}

dl.faq-list dt h3:hover {
  color: gray !important;
}

dl.faq-list dd {
  border-top: 1px dotted #a6a6a6;
  margin-bottom: 0px;
  padding-top: 20px;
}
@media screen and (min-width: 480px) {
  dl.faq-list dd {
    padding-left: 18px;
  }
}

dl.faq-list dd div {
  overflow: hidden;
  padding-top: 3px;
}

dl.faq-list .icon-faq {
  display: block;
  width: 29px;
  height: 29px;
  float: left;
  margin-right: 10px;
  background: url(images/qa_icon.png) no-repeat;
  position: relative;
  top: -1px;
}

dl.faq-list .icon-faq.icon-a {
  top: 0px;
  background-position: 0 -40px;
}

/* 日本・海外へ */
.step-box {
  background: whitesmoke url(images/feature_bg1.png) no-repeat center center;
  padding: 35px 40px;
  margin: 0 auto 35px;
  border-radius: 15px;
}

#content .step-box h2 {
  letter-spacing: 0 !important;
}

#content h3.step {
  /*	display:inline-block;*/
  font-weight: 400;
  background: #333333;
  color: #fff;
  border: none;
  padding: 1px 0.8em 3px;
  border-radius: 2px;
}

#content h3.step:before {
  content: none;
}

#content h3.step span {
  font-size: 18px;
  font-weight: 600;
  color: #769976;
  position: relative;
  top: -3px;
}

.step-box .sentence {
  margin-left: 20px;
  margin-bottom: 20px;
}

h3#free-area {
  padding-top: 40px !important;
}

/* 概算料金 */
ul.charge-box {
  list-style: none;
  display: table;
  padding: 0 !important;
  margin-bottom: 30px;
}

ul.charge-box li {
  display: table-cell;
  width: 10%;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #cccccc;
  border-radius: 6px;
}

.ie7 ul.charge-box li {
  display: block;
  float: left;
}

ul.charge-box li.divider {
  border: none;
  width: 4%;
}

table.price-list.charge-tbl caption {
  text-align: left;
}

table.price-list.charge-tbl th,
table.price-list.charge-tbl td {
  padding: 10px 1em !important;
}

table.price-list.charge-tbl th {
  text-align: left;
}

table.price-list.charge-tbl td {
  text-align: right;
}

/* 茶室　料金表のみ */
table.chashitsu-price-tbl thead th,
table.chashitsu-price-tbl_b thead th {
  background: #333333;
  color: #fff;
}

table.chashitsu-price-tbl tbody th,
table.chashitsu-price-tbl tbody td {
  line-height: 1.75 !important;
}

table.chashitsu-price-tbl tbody th {
  width: 11em;
  background: #edf6ea;
  text-align: left;
  border-bottom-width: 3px !important;
  border-bottom-style: double !important;
  white-space: nowrap;
}

table.chashitsu-price-tbl tbody th a.btn-secondary {
  font-size: 13px;
}

table.chashitsu-price-tbl td.exp {
  background: whitesmoke;
  font-size: 14px;
  border-bottom-width: 3px !important;
  border-bottom-style: double !important;
}

table.chashitsu-price-tbl td dl {
  margin-top: 6px;
}

table.chashitsu-price-tbl td dl dd {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  table.chashitsu-price-tbl,
  table.chashitsu-price-tbl th,
  table.chashitsu-price-tbl td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.chashitsu-price-tbl tbody tr th,
  table.chashitsu-price-tbl tbody tr td {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
  table.chashitsu-price-tbl tbody tr th {
    font-size: 1.125em;
  }
}
table.chashitsu-price-tbl_b td.item_price {
  text-align: right;
  white-space: nowrap;
}

table.chashitsu-price-tbl_b tbody th,
table.chashitsu-price-tbl_b tbody td {
  border-width: 0 0 1px !important;
}

table.chashitsu-price-tbl_b tbody th {
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
}

table.chashitsu-price-tbl_b tfoot th {
  text-align: left;
}

table.chashitsu-price-tbl_b tfoot th,
table.chashitsu-price-tbl_b tfoot td {
  background: whitesmoke;
  border-top-width: 3px !important;
  border-top-style: double !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  font-weight: 500;
}

table.chashitsu-price-tbl_b tfoot td {
  font-size: 1.125em;
}

@media screen and (max-width: 479px) {
  table.chashitsu-price-tbl_b thead {
    display: none;
  }
  table.chashitsu-price-tbl_b tbody th,
  table.chashitsu-price-tbl_b tbody td,
  table.chashitsu-price-tbl_b tfoot th,
  table.chashitsu-price-tbl_b tfoot td {
    display: block;
    width: 100%;
  }
  table.chashitsu-price-tbl_b tbody th {
    border-top-width: 2px !important;
    font-weight: 500;
  }
  table.chashitsu-price-tbl_b tbody td {
    font-size: 0.875em;
  }
  table.chashitsu-price-tbl_b tbody td.item_price {
    font-weight: 500;
    font-size: 1em;
  }
  table.chashitsu-price-tbl_b th,
  table.chashitsu-price-tbl_b td {
    border-bottom-style: dotted !important;
  }
  table.chashitsu-price-tbl_b tfoot td {
    border-top: none !important;
  }
  table.chashitsu-price-tbl_b tfoot td:last-child {
    display: none !important;
  }
  table.chashitsu-price-tbl_b td.item_price {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  table.chashitsu-price-tbl_b tbody th {
    width: 10em;
  }
  table.chashitsu-price-tbl_b td.item_price {
    width: 7em;
  }
}
.inquiry-well {
  padding-top: 15px;
  line-height: 1.75;
}

.inquiry-well p {
  line-height: 1.75;
}

/* フリーダイヤル （坐匠のみ）*/
.freedial-ttl {
  font-weight: 600;
}

.freedial-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1em;
  position: relative;
  border-radius: 6px;
  margin-bottom: 0.5em;
}

.freedial-box .phone-num {
  font-size: 2em;
  font-weight: 600;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.freedial-box .phone-num i {
  font-size: 1.5em;
  margin-right: 0.125em;
  margin-top: 2px;
  color: #5b7d2f;
}

@media screen and (min-width: 768px) {
  .freedial-box .freedial-ttl {
    margin-right: 1em;
  }
}
/*********************************************************************/
/*********************************************************************/
/* COMPORNENT */
/*********************************************************************/
/*********************************************************************/
/*------------------------------------------------------------ */
/*------------------------------------------------------------ */
/* 100.0 = Media Query
/*------------------------------------------------------------ */
/*------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  #pickup-wrapper {
    margin-bottom: 12px;
  }
  #inquiry-form {
    padding: 15px 7px;
  }
  .bottom-content h2 {
    font-size: 1.5em;
  }
  ul.pagenav {
    margin: auto -1% 30px;
  }
  ul.pagenav li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 10px;
  }
  .mob-hidden {
    display: none !important;
  }
  .mob-visible {
    display: block !important;
  }
  .mob-visible.disp-ilb {
    display: inline-block !important;
  }
  .mob-visible.disp-il {
    display: inline !important;
  }
  .wellbox {
    padding: 15px 10px 5px;
  }
  #about-igusa-pic img {
    float: left;
    width: 40%;
    padding: 5%;
  }
  .flow-select li a span {
    text-indent: 0;
    background: none !important;
    color: #fff;
  }
  .flow-select li a span.ttl {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  .flow-select li a span.smaller {
    font-size: 12px;
    line-height: 12px;
    color: #bdbdbc;
  }
  ul.recordcat-nav li a {
    letter-spacing: 0;
    background-position: -9999px;
  }
  .step-box {
    padding: 25px 15px;
  }
  #content .step-box h2 {
    font-size: 1.4em;
  }
  #content h3.step {
    font-size: 1.3em;
  }
  #content h3.step span {
    font-size: 16px;
    top: -1px;
  }
  .step-box .sentence {
    margin-left: 3px;
  }
  /* HOME Contents */
  #feature2, #feature-shop {
    padding: 30px 0;
  }
  .home-content h2 {
    font-size: 2em;
    text-align: center;
    height: auto !important;
  }
  ul#about-tatami-menu li {
    width: 46%;
    padding: 0 2% 30px;
    margin-bottom: 30px;
  }
  #feature-shop .home-content h2 .smaller {
    font-size: 15px !important;
  }
  .home-shopinfo li {
    float: none !important;
    width: auto !important;
    border-bottom: 2px dotted #a6a6a6;
    margin: 0 auto 2em;
  }
  .home-shopinfo li h3 {
    text-indent: 0;
    background: none !important;
    font-size: 20px;
  }
  a.home-btn {
    font-size: 17px;
  }
  #saisun1-pic div {
    float: left;
  }
}
@media screen and (max-width: 479px) {
  .sp-hidden {
    display: none !important;
  }
  .sp-visible {
    display: block !important;
  }
  .sp-visible.disp-ilb {
    display: inline-block !important;
  }
  .sp-visible.disp-il {
    display: inline !important;
  }
  .sp-pl-0 {
    padding-left: 0px !important;
  }
  .sp-pr-0 {
    padding-right: 0px !important;
  }
  .sp-ml-0 {
    margin-left: 0px !important;
    background: #ebebeb;
  }
  .sp-mr-0 {
    margin-right: 0px !important;
  }
  #site-description {
    font-size: 12px;
    color: #545454;
  }
  #site-description br {
    display: inline;
  }
  .flow-select li,
  .flow-select li.menu2 {
    float: none;
    width: auto;
    margin-bottom: 1em;
  }
  #bottom {
    background-size: 200%;
    padding-bottom: 80px;
  }
  .bottom-content h2 {
    font-size: 20px;
  }
  form#period-select {
    clear: both;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .shop-txt dl dt {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media print {
  #site-navigation-clone {
    display: none;
  }
}
/*********************************************/
/*	#photo-slider  */
/*********************************************/
.slick-slide a {
  background: #1a1a1a;
}

.slider1-dots {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slider1-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 0 !important;
  cursor: pointer;
}

.slider1-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto !important;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.slider1-dots li button:hover,
.slider1-dots li button:focus {
  outline: none;
}

.slider1-dots li button:hover:before,
.slider1-dots li button:focus:before {
  opacity: 1;
}

.slider1-dots li button::before {
  content: " ";
  font-size: 1px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #ebebeb;
  overflow: hidden;
  border-radius: 50%;
}

.slider1-dots li.slick-active button::before {
  background-color: #a6a6a6 !important;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 100%;
  @transform translateY(-50%);
  margin-top: -15px;
  background: #1a1a1a;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .slick-arrow {
    width: 48px;
    height: 48px;
    margin-top: -20px;
  }
}
.slick-arrow::before {
  font-family: "icomoon";
}

.slick-prev {
  left: 5px;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: 15px;
  }
}
.slick-prev::before {
  content: "\e903";
}

.slick-next {
  right: 5px;
}

@media screen and (min-width: 768px) {
  .slick-next {
    right: 15px;
  }
}
.slick-next::before {
  content: "\e902";
}

#photo-slider {
  display: none;
  margin-bottom: 12px;
}

#photo-slider .slick-list {
  text-align: center;
  width: 100%;
  /*	height: 100%;*/
}

#photo-slider .slick-list li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 1px;
  position: relative;
}

#photo-slider .slick-list li a img {
  display: blcok;
  max-height: 100%;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translatex(-50%);
  transform: translateY(-50%) translatex(-50%);
  left: 50%;
}

#photo-slider-nav {
  display: none;
  margin-right: -6px;
  margin-left: -6px;
  margin-bottom: 2em;
  padding-bottom: 10px;
}

#photo-slider-nav li {
  padding: 0 6px;
  cursor: pointer;
}

#photo-slider-nav li:active,
#photo-slider-nav li:focus {
  border: 0;
  outline: none;
}

#photo-slider-nav li img,
#photo-slider-nav li:hover img {
  width: 100%;
  opacity: 0.5;
}

#photo-slider-nav li.slick-current img {
  opacity: 1 !important;
}

#photo-slider-nav .slider1-dots li button:before {
  background: #ebebeb;
}

#photo-slider-nav .slider1-dots {
  line-height: 0 !important;
}

#photo-slider-nav .slider1-dots li {
  margin: 2px 6px !important;
}

@media screen and (max-width: 767px) {
  #photo-slider-nav {
    margin-bottom: 1em;
  }
  #photo-slider-nav .slider1-dots {
    bottom: -18px;
  }
}
#photo-slider .slick-prev {
  left: 2%;
}

#photo-slider .slick-next {
  right: 2%;
}

#photo-slider .slick-prev,
#photo-slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin-top: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
}

#photo-slider .slick-prev::before,
#photo-slider .slick-next::before {
  content: "" !important;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0 !important;
  position: relative;
  left: 15%;
  border-style: solid;
  border-color: #fff;
  opacity: 1;
  line-height: 1;
}

#photo-slider .slick-prev::before {
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#photo-slider .slick-next:before {
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#photo-slider .slick-prev:hover,
#photo-slider .slick-next:hover {
  opacity: 0.75 !important;
}

@media screen and (max-width: 479px) {
  #photo-slider .slick-prev,
  #photo-slider .slick-next {
    font-size: 20px;
    width: 20px;
    height: 20px;
  }
  #photo-slider .slick-prev:before,
  #photo-slider .slick-next:before {
    width: 10px;
    height: 10px;
    left: 20%;
  }
}
/* 180426 */
.content-nav {
  text-align: center;
  font-size: 0;
}
.content-nav a {
  display: inline-block;
  margin: 0 0.25em 1.5em;
  text-decoration: none;
  padding: 4px 1em;
  color: #fff;
  background: #333333;
  font-size: 1.125rem;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 479px) {
  .content-nav a {
    display: block;
    width: 12em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75em;
    font-size: 1rem;
  }
}
.content-nav a:hover {
  opacity: 0.75;
}
.content-nav a.btn_lg {
  padding: 6px 2em;
  background: #4B6043;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #edffc6));
  background: linear-gradient(transparent 50%, #edffc6 50%);
  color: #1a1a1a;
}

/* Special Post */
.special-post {
  font-size: 1.1em;
}

.special-post * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.special-post__subttl {
  border-bottom: none !important;
  color: #4B6043;
  font-size: 1.25em !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
}

.special-post__img {
  padding: 0 15px 18px;
}

.special-post__list {
  font-size: 1.06667em;
}

.special-post__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.special-post__price .item {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.special-post__price .item-inner {
  text-align: center;
  background: whitesmoke;
  border: 1px solid #4B6043;
  padding: 1em 0;
  line-height: 1.4;
}

.special-post__price .item-inner .product {
  display: block;
  color: #4B6043;
  font-weight: 500;
}

.special-post__price .item-inner .price {
  display: block;
  color: #881F2D;
  font-weight: 600;
  font-size: 2em;
  font-family: "Questrial";
}

@media screen and (min-width: 768px) {
  .special-post__subttl {
    font-size: 1.6em !important;
  }
  .special-post__price .item-inner .product {
    font-size: 1.5em;
  }
  .special-post__price .item-inner .price {
    font-size: 3em;
  }
}
.special-post__well {
  border: 1px solid gray;
  background: #fff;
}

.special-post__well-ttl {
  display: block;
  background: #333333;
  color: #fff;
  font-weight: 400;
  padding: 0.5em 1em;
  margin-bottom: 1.5em;
  width: 100%;
  text-align: center;
}

.special-post__well h4 {
  padding: 0 15px 0.5em;
  margin-bottom: 0 !important;
  font-size: 1.1em !important;
  font-weight: 500 !important;
}

.special-post__well p {
  padding: 0 15px 0.5em;
}

.special-post__well-ttl::before {
  content: none !important;
}

@media screen and (min-width: 992px) {
  .special-post__well h4,
  .special-post__well p {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Add 2020.08 */
.page-hero {
  max-width: 1440px;
  margin: 0 auto 0;
  position: relative;
}

.page-hero__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}

.page-hero__ttl h1 {
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.page-hero__ttl h1 span {
  font-size: 0.75em;
  letter-spacing: 0.1em;
}

.page-hero__sub-ttl {
  color: #fff;
  padding-top: 10px;
  font-family: "Raleway";
}

.page-hero__caption {
  position: absolute;
  right: 1em;
  bottom: 0.5em;
  color: white;
  font-size: 0.8em;
  opacity: 0.85;
}

@media screen and (min-width: 768px) {
  .page-hero__ttl h1 {
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .page-hero__sub-ttl {
    font-size: 1.5em;
    letter-spacing: 0.05em;
  }
  .page-hero__caption {
    right: 2em;
    bottom: 1em;
    font-size: 0.93333em;
  }
}
@media screen and (min-width: 992px) {
  .page-hero__ttl h1 {
    font-size: 3em;
  }
  .page-hero__sub-ttl {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1200px) {
  .page-hero {
    margin: 30px auto 0;
  }
  .page-hero__ttl h1 {
    font-size: 3.8em;
    letter-spacing: 0.2em;
  }
  .page-hero__caption {
    font-size: 1em;
  }
}
.brandnew-sec-ttl {
  border-bottom: none !important;
}

@media screen and (min-width: 480px) {
  .brandnew-sec-ttl {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .brandnew-sec-ttl {
    font-size: 2em !important;
    line-height: 1.8 !important;
  }
}
@media screen and (min-width: 768px) {
  .brandnew-read {
    font-size: 1.2em;
    line-height: 2;
  }
  .brandnew-read p:first-letter {
    font-size: 2.2em; /*文字の大きさ*/
    font-family: "Noto Serif JP", serif;
    margin-right: 0.4em;
    margin-top: 0.4em;
    float: left;
    line-height: 1;
  }
}
/* brandnew-page */
.bn-page-nav {
  background: #111;
  padding: 1em 0;
}
.bn-page-nav a {
  color: #fff;
  letter-spacing: 1px;
}
.bn-page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .bn-page-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bn-page-nav ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0em 1.5em;
  margin: 0.5em 0;
}
.bn-page-nav ul li:nth-child(2n) {
  border-left: 1px solid #545454;
}
@media screen and (min-width: 768px) {
  .bn-page-nav ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-left: 1px solid #545454;
    font-size: 1.125em;
  }
  .bn-page-nav ul li:last-child {
    border-right: 1px solid #545454;
  }
}

.bn-sec-header {
  text-align: center;
}

.bn-sec-header__ttl {
  font-size: 1.6em !important;
  line-height: 1.4 !important;
  border-bottom: none !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.bn-sec-header__ttl span {
  font-size: 0.6em;
  display: block;
}

.bn-sec-header__num {
  display: block;
  text-align: center;
  font-size: 2.4em;
  line-height: 1;
  color: #1a1a1a;
  /*
  font-family: 'Questrial';*/
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.25em;
  text-indent: -0.5em;
}

@media screen and (min-width: 768px) {
  .bn-sec-header {
    padding: 0.5em 0;
  }
  .bn-sec-header__ttl {
    font-size: 2.2em !important;
    margin-bottom: 1em !important;
  }
  .bn-sec-header__ttl span {
    display: inline-block;
    font-size: 0.7em;
  }
  .bn-sec-header__num {
    font-size: 3em;
    margin-bottom: 0.2em;
    letter-spacing: 0.05em;
  }
  .bn-sec-header__read {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .bn-sec-header__read {
    font-size: 1.33333em;
  }
}
.section-header {
  overflow: hidden;
  padding: 1.5em 0 1.5em !important;
  margin-bottom: 1.6em;
  border-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0;
  border-top: 3px dotted #cccccc;
  border-bottom: 3px dotted #cccccc;
  position: relative;
  text-align: center;
  background: url(images/bg_pattern1.png) no-repeat 10px -100px;
  text-shadow: 0 0 3px #fff;
}

.section-header__ttl {
  border-bottom: none !important;
}

@media screen and (min-width: 1200px) {
  .section-header__read {
    font-size: 1.13333em;
  }
}
.text-justify,
.text-justify p {
  text-align: justify;
  text-justify: distribute;
}

.flex-box {
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-box_vmid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-box__item {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
}

@media screen and (min-width: 992px) {
  .flex-box {
    margin-left: -25px;
    margin-right: -25px;
  }
  .flex-box_md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-box__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .flex-box {
    margin-left: -45px;
    margin-right: -45px;
  }
  .flex-box__item {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.grid-list__item {
  margin-bottom: 3em;
}

.grid-list__itemname {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.5em;
}

.grid-list__itemname::before {
  content: none !important;
}

.grid-list__label {
  display: inline-block;
  padding: 0em 1em;
  color: #fff;
  background: #5b7d2f;
}

.grid-list__label_p {
  background: #333333;
}

@media screen and (max-width: 479px) {
  .grid-list__item {
    margin-bottom: 1em;
    padding-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #cccccc;
  }
  .grid-list__itemimg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin-right: 15px;
    padding-top: 5px;
  }
  .grid-list__itemname {
    font-size: 1.2em !important;
    padding: 0 !important;
    margin-bottom: 0.2em !important;
    line-height: 1.4;
    border-bottom: none;
  }
  .grid-list__label {
    font-size: 0.8em;
  }
  .grid-list__desp {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 480px) {
  .grid-list {
    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;
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .grid-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .grid-list__item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .grid-list__itemname {
    font-size: 1.6em !important;
  }
}
/* feature-grid */
.feature-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.feature-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 1em;
}

.feature-grid__itemimg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  max-width: 150px;
  margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .feature-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
  }
  .feature-grid__item {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 390px;
            flex: 0 1 390px;
    max-width: 390px;
  }
  .feature-grid__itemimg {
    margin-right: 0;
    max-width: none;
  }
}
/* full width hero */
.full-hero {
  position: relative;
}
@media screen and (min-width: 992px) {
  .full-hero figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 360px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .full-hero figure {
    height: 480px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1440px) {
  .full-hero figure {
    height: 600px;
  }
}
@media screen and (min-width: 992px) {
  .full-hero figure img {
    height: auto;
    display: block;
  }
}
.full-hero__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.full-hero__ttl h1 {
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  line-height: 1.375;
}
@media screen and (min-width: 1200px) {
  .full-hero__ttl h1 {
    font-size: 2.5em;
  }
}

/* Oreder Form */
.form-caption-box {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.form-caption-box ul li {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 0.5em;
  color: #1a1a1a;
}

.order-notice,
.sp-notice {
  font-size: 0.8em;
}

@media screen and (min-width: 992px) {
  .form-caption-box {
    padding: 1.5em 3em;
  }
  .order-showcase {
    width: calc(100% - 380px);
    min-height: 600px;
  }
  .sp-notice {
    display: none;
  }
}
.page-order-tc #site-navigation-clone,
.page-order-tc_okiro #site-navigation-clone {
  position: absolute;
}

/*****************/
/* Chashitsu */
/*****************/
.chashitsu-hero {
  background: url(images/sado/sado_01_hero.jpg) no-repeat center center;
  background-size: cover;
  height: 300px;
  margin-bottom: 1em;
  position: relative;
}

.chashitsu-hero__body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.chashitsu-hero__ttl-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chashitsu-hero__ttl {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
  font-size: 1.75em;
  letter-spacing: 0.2em !important;
  margin: 1em auto;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.5);
}

.chashitsu-hero__subttl {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5em 0.5em;
  letter-spacing: 1px;
  white-space: nowrap;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff !important;
}

.chst {
  line-height: 2;
}

.chst-sec-hero {
  display: block;
  width: 100%;
  max-width: 1400px;
  height: 240px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.chst-block__head {
  margin-top: -7em;
}

.chst-block__head.static {
  margin-top: 10px !important;
}

.chst-block__ttl-wrapper {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 100;
}

.chst-block__ttl {
  background: #1a1a1a url(images/bg_washi_dark1.jpg) no-repeat center center;
  width: 160px;
  height: 160px !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
}

.chst-block__ttl h2 {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
  font-size: 1.75em;
  letter-spacing: 0.2em !important;
}

.chst-block__read h3 {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .chashitsu-hero {
    height: 360px;
  }
  .chashitsu-hero__ttl {
    font-size: 2em;
  }
  .chst-sec-hero {
    height: 320px;
  }
  .chst-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .chst-block__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 170px;
    margin-top: -8.5em;
    margin-right: 3em;
  }
  .chst-block__ttl-wrapper {
    width: 170px;
  }
  .chst-block__ttl {
    width: 170px;
    height: 170px;
  }
  .chst-block__read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .chst-block__read h3 {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    padding-right: 0.5em;
  }
}
@media screen and (min-width: 992px) {
  .chashitsu-hero {
    height: 400px;
  }
  .chashitsu-hero__ttl {
    margin: 2em auto 1em;
  }
  .chashitsu-hero__subttl {
    font-size: 1.125em;
  }
  .chst-block__head {
    margin-right: 4em;
  }
}
.split-sentence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.split-sentence > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  max-width: 47%;
}

.split-sentence.split-img > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}

@media screen and (min-width: 1200px) {
  .chashitsu-hero {
    height: 500px;
  }
  .chashitsu-hero__ttl {
    font-size: 2.25em;
  }
  .chashitsu-hero__subttl {
    font-size: 1.25em;
  }
  .split-sentence_lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .split-sentence_lg > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
}
.contents-nav {
  border: 1px solid #ebebeb;
  background: whitesmoke url(images/feature_bg1.png);
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 8px 10px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 10px 1px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

.contents-nav__ttl {
  margin-right: 1em;
  font-size: 1.5em;
  font-weight: 600;
}

.contents-nav ol {
  list-style-type: none !important;
  counter-reset: num;
}

.contents-nav ol li {
  position: relative;
  padding: 0em 0 0em 2.5em;
}

.contents-nav ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  left: 0;
  width: 1.33333em;
  height: 1.33333em;
  line-height: 1.2;
  text-align: center;
  top: 0.33333em;
}

.contents-nav ol.nav2 {
  counter-reset: item 5;
}

.contents-nav ol.nav2 li:before {
  content: counter(item);
  counter-increment: item;
}

.contents-nav a {
  text-decoration: none;
  display: block;
}

.contents-nav ol .sep {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #a6a6a6;
  height: 0 !important;
  padding: 0 !important;
  margin: 0.4em 0 0.2em;
}

.contents-nav ol .sep:before {
  content: none;
}

@media screen and (min-width: 480px) {
  .contents-nav__ttl {
    font-size: 1.75em;
    margin-right: 2em;
    margin-left: -4em;
  }
}
@media screen and (min-width: 768px) {
  .contents-nav ol {
    font-size: 1.2em;
  }
}
.notice li {
  margin-bottom: 0.5em;
  font-weight: 500;
  /*	color: $secondary_color;*/
}

.notice li:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .notice li {
    font-size: 1.2em;
  }
}
.youtube_short {
  width: 70%; /* 伸縮する横幅 */
  max-width: 315px; /* 最大の横幅 */
  margin: auto; /* 画面の中央に配置 */
}
.youtube_short iframe {
  aspect-ratio: 9/16;
  width: 100%;
  height: 100%;
}

/*****************************/
/*****************************
Swiper */
/*****************************/
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: $gray_ex_lighter;
  --color-gray: $gray_ex_light;
  --color-theme: #5b7d2f;
  --color-theme-darken: #4B6043;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem $white;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem $white;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem $white;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba($white,.2);
}

.gallery-section {
  border-top: 1px solid #ebebeb;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2em;
  aspect-ratio: 1/1;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  position: absolute;
  top: 0.225em;
  left: 35%;
  width: 0.175em;
  height: 0.175em;
  content: "" !important;
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  -webkit-transform: translateX(-25%) rotate(-135deg) !important;
          transform: translateX(-25%) rotate(-135deg) !important;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev::after {
    margin-top: 1px;
  }
}

.swiper-button-next::after {
  -webkit-transform: translateX(-50%) rotate(45deg) !important;
          transform: translateX(-50%) rotate(45deg) !important;
}

/*****************************/
/* 事例スライダー */
/*****************************/
.gallery01 {
  overflow: hidden;
}
.gallery01 .swiper-button-prev,
.gallery01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.gallery01 .swiper-button-prev::before,
.gallery01 .swiper-button-next::before {
  background: rgba(0, 0, 0, 0.6) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: "icomoon";
  width: 2em;
  height: 2em;
  line-height: 2;
}
.gallery01 .swiper-button-prev::after,
.gallery01 .swiper-button-next::after {
  content: none !important;
}
.gallery01 .swiper-button-prev {
  right: calc(100% - 3.2rem);
}
.gallery01 .swiper-button-prev::before {
  content: "\e903";
  padding-right: 2px;
}
.gallery01 .swiper-button-next {
  left: calc(100% - 3.2rem);
}
.gallery01 .swiper-button-next::before {
  content: "\e902";
  padding-left: 2px;
}
.gallery01 .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.5;
}
.gallery01 .swiper {
  max-width: 100%;
  margin: auto;
}
.gallery01 .slide-media {
  margin-bottom: 0.5em;
  aspect-ratio: 4/3;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.gallery01 .slide-media a {
  display: block;
  width: 100%;
  height: 100% !important;
  background: #1a1a1a;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.gallery01 .slide-media img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.gallery01 .thumb-media {
  aspect-ratio: 1/1;
  border-radius: 4px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.gallery01 .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery01 .swiper-main {
  overflow: visible;
  margin-bottom: 1em;
}
.gallery01 .swiper-thumb {
  padding-top: 8px;
  padding-bottom: 2em;
}
.gallery01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.gallery01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.gallery01 .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 75%;
}
.gallery01 .swiper-scrollbar {
  position: relative;
  margin-top: 1.6rem;
}
.gallery01 .swiper-scrollbar::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #cccccc;
}
.gallery01 .swiper-scrollbar-drag {
  position: relative;
  top: -2px;
  height: 8px;
  cursor: pointer;
  background-color: var(--color-theme);
  background-clip: content-box;
}
.gallery01 .swiper-scrollbar-drag:active {
  background-color: var(--color-theme-darken);
}
.gallery01 .slide {
  display: block;
}
.gallery01 .slide-title {
  text-align: center;
  line-height: 1.6;
  padding: 0.5em 0;
}
.gallery01 .swiper-slide-thumb-active {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0.3;
}
.gallery01 .swiper-slide-thumb-active .thumb-media {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.gallery01 .swiper-slide-thumb-active .thumb-media img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1199px) {
  .gallery01 .swiper-button-prev::before,
  .gallery01 .swiper-button-next::before {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark);
  }
  .gallery01 .swiper-button-prev {
    right: calc(100% - 2.4rem);
  }
  .gallery01 .swiper-button-next {
    left: calc(100% - 2.4rem);
  }
}
@media screen and (min-width: 1200px) {
  .gallery01 .swiper-scrollbar-drag:hover {
    background-color: var(--color-theme-darken);
  }
  .gallery01 .thumb-media:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .gallery01 .thumb-media:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 1199px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .pc-tab {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/*MV01*/
.mv01 {
  height: 300px;
}

@media (min-width: 480px) {
  .mv01 {
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .mv01 {
    height: 540px;
  }
}
@media screen and (min-width: 1200px) {
  .mv01 {
    height: 100%;
  }
}
.mv01 .swiper,
.mv01 .slide {
  height: 100%;
}

.mv01 .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mv01 .swiper-button-prev,
.mv01 .swiper-button-next {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.mv01 .swiper-button-prev::before,
.mv01 .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.mv01 .swiper-button-prev::after,
.mv01 .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.mv01 .swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mv01 .swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mv01 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.mv01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.mv01 .slide-media {
  height: 100%;
  position: relative;
}

.mv01 .slide-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), color-stop(50%, rgba(17, 17, 17, 0)), color-stop(85%, rgba(17, 17, 17, 0.5)), color-stop(98%, rgba(17, 17, 17, 0.6)));
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.5) 85%, rgba(17, 17, 17, 0.6) 98%);
  opacity: 1;
}

.mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mv01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.75)), color-stop(8%, rgba(0, 0, 0, 0.3)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 1%, rgba(0, 0, 0, 0.3) 8%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=0 );
}

/*.mv01*/
.mv01 .slide-title {
  position: absolute;
  bottom: 8%;
  left: 10%;
  margin-left: -1em;
  text-align: left !important;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px 6px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none !important;
  opacity: 0;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  .mv01 .slide-title {
    bottom: 16%;
  }
}

.mv01 .slide-title h2 {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #fff;
}

@media (min-width: 480px) {
  .mv01 .slide-title h2 {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .mv01 .slide-title h2 {
    font-size: 2.25em;
    line-height: 1.8;
  }
}
@media (min-width: 1440px) {
  .mv01 .slide-title h2 {
    font-size: 2.5em;
  }
}
.mv01 .slide-title span {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #aaa;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.125em 0.75em 0.25em;
  margin-top: 0.5em;
  background: rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  .mv01 .slide-title span {
    font-size: 1.375em;
  }
}
@media (min-width: 1440px) {
  .mv01 .slide-title span {
    font-size: 1.5em;
  }
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mv01 .swiper-slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}