@charset "UTF-8";
/*
Theme Name: 畳工房大阪
Template: snow-monkey
*/
/*ここからスマホメニューバー*/
.c-drawer__toggle {
  color: #000;
  background-color: #a89756;
}
.c-ic-angle-right {
  background-color: #a89756;
  display: block;
}
.c-input-group {
  display: none;
}
.c-drawer__menu {
  color: #4f7048;
  background-color: #f4efdd;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}
#drawer-nav {
  opacity: 0.97;
}
#menu-main-menu {
  margin-top: 30px;
}
.c-drawer__item {
  border-bottom: 0px solid #f6f4e0;
  padding: 10px;
}
/*ここまでスマホメニューバー*/
.mb_2 {
  margin-bottom: 2px !important;
}
.mb_5 {
  margin-bottom: 5px !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_60 {
  margin-bottom: 60px !important;
}
.mt_0 {
  margin-top: 0px !important;
}
.mt_5 {
  margin-top: 5px !important;
}
.mt_10 {
  margin-top: 10px !important;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 575px) {
  .pc-only {
    display: none;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 575px) {
  .sp-only {
    display: block;
  }
}
table {
  width: 100%;
}
body {
  font-size :1rem;
  line-height: 1.8;
  height: 100%;
  font-family: "Noto Sans Japanese", Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
	body {
		font-size: 0.95rem;
	}
}

/* ここからお問い合わせフォーム */
.form-table .p-country-name{
	display: none!important;
}
.form-table table {
  border: none;
  border-collapse: collapse;
  font-size: 100%;
  margin: 0 0 20px;
  width: 100%;
}
.form-table table tbody tr th, .form-table table tbody tr td {
  padding: 1em .5em;
  border: none;
  line-height: 1.6;
  vertical-align: top;
  background: none;
  border-bottom: 1px solid #939f73;
}
.form-table table tbody tr th {
  min-width: 200px;
}
.form-table tbody table tr td {
  padding: 20px 10px 50px;
}
.form-table .mw-wp-form_image {
  margin-top: 5px;
}
.form-table .mw-wp-form_image img {
  max-width: 100%;
}
.form-table .require {
  color: #b70000;
}
.form-table .notes {
  color: #999;
  display: block;
  font-size: 12px;
  margin: 5px 0 0;
}
.form-table .error {
  color: #b70000;
  display: block;
  margin: 5px 0 0;
}
.form-table input, .form-table select, .form-table textarea {
  box-sizing: border-box;
  max-width: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  width: auto;
}
.form-table input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 12px;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.form-table input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
.form-table input[type="submit"]:focus, .form-table input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
.form-table label {
  display: block;
  margin: 0 5px 0 0;
  font-weight: 400;
}
.form-table label input[type="checkbox"], .form-table label input[type="radio"] {
  margin: 0 5px 0 0;
}
.form-table input[type="text"], .form-table input[type="password"], .form-table input[type="number"], .form-table input[type="email"], .form-table input[type="tel"], .form-table input[type="select"], .form-table textarea {
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  font-size: 100%;
  font-size: 16px;
  width: 100%;
}
.form-table textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 100%;
}
.form-table input[type="file"] {
  display: inline;
}
.form-table table td textarea.form-control {
  max-width: 100%;
}
.tel_area {
  width: 10em !important;
}
.zip_area {
  width: 10em !important;
}
.form-table table th {
  color: #747c53;
  border-bottom: 1px dotted #939f73;
  background: none !important;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.form-table input[type="text"], .form-table input.txt_area, .form-table textarea {
  padding: 5px 10px;
}
.form-table .required {
  float: right;
  color: #FFF;
  background: #604c40;
  font-size: .7em;
  padding: 2px .6em;
  margin-top: .2em;
}
@media screen and (max-width: 575px) {
  .form-table .required {
    float: left;
    margin-right: 8px;
  }
  .form-table table th {
    border: none;
    border-bottom: 1px dotted #939f73;
  }
}
/*horizontal style of radio and checkbox*/
.form-table .horizontal-item + .horizontal-item {
  margin-left: 0px !important;
}
.form-table label {
  margin-right: 10px !important;
}
.form-table.form-table_confirm.form-table_preview .form-lead-text, .post-15557 .form-lead-text {
  display: none;
}
.mw_wp_form input[type="submit"] {
  margin: 10px auto;
  display: block;
  cursor: pointer;
  padding: 5px 10px;
  border: 2px solid #604c40;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #9c7d6a;
  font-size: 120%;
  width: 150px;
  color: #fff;
  text-align: center;
}
.mw_wp_form input[type="submit"]:hover {
  background-color: #b09889;
  color: #fff;
}
.mw_wp_form input[type="submit"].page_back {
  margin: 10px auto;
  display: block;
  cursor: pointer;
  padding: 5px 10px;
  border: 2px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #eee;
  font-size: 120%;
  width: 150px;
  color: #888;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .form-table table th, .form-table table td {
    display: inline-block;
    width: 100%;
  }
}
.mw_wp_form_confirm .display-none-preview, .mw_wp_form_preview .display-none-preview {
  display: none;
}
/* ここまでform */
/* ここからトップページウィジェット */
#inc2734_wp_awesome_widgets_showcase-3, #inc2734_wp_awesome_widgets_showcase-7 {
  background: url(https://tatami-koubou.live/wp/wp-content/uploads/2018/07/bg_estimate.png) repeat;
}
#wpaw-showcase-inc2734_wp_awesome_widgets_showcase-4 {
  background: url(https://tatami-koubou.live/wp/wp-content/uploads/2018/06/bg_option.webp) repeat;
  background-size: 100% 100%;
}
div#inc2734_wp_awesome_widgets_showcase-5 {
  background: url(https://tatami-koubou.live/wp/wp-content/uploads/2018/06/bg_choice.webp
) repeat;
  background-size: 100% 100%;
}
div#wpaw-showcase-inc2734_wp_awesome_widgets_showcase-6 {
  background: url(https://tatami-koubou.live/wp/wp-content/uploads/2018/06/bg_about.webp) repeat;
  background-size: 100% 100%;
}
/* ここまでトップページウィジェット */
/* KV */
#custom_html-16 {
  padding: 0;
  background: #a5b173;
}
.kv {
  padding: 20px 0 10px;
}
@media screen and (min-width: 576px) {
  .kv__img img {
    width: 100%;
  }
}
/* ここまでKV */
/* page header */
body.page .c-entry__header {
  background-position: center center;
  background-size: cover;
  color: #fff;
  max-width: 100%;
  height: 30vh;
  border: none;
  margin-bottom: 40px;
  padding: 10px 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page .c-entry__header .c-entry__title {
  text-shadow: 0px 0px 8px #000000;
  color: #fafadc;
}
@media screen and (max-width: 575px) {
  body.page .c-entry__header {
    height: 24vh;
    margin-bottom: 40px;
  }
  body.page .c-entry__header .c-entry__title {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .hidden-md {
    display: none;
  }
}
@media screen and (max-width: 575px) {

  .hidden-sm {
    display: none;
  }
}
body, .l-header {
  background: #f6f4e0;
}
@media screen and (max-width: 575px) {
  .c-site-branding .custom-logo, .wpaw-site-branding .custom-logo {
    width: 140px !important;
  }
}
.p-global-nav .c-navbar__item > a {
  color: #604c40;
  font-size: 13px;
}
@media screen and (min-width: 1040px) {
  .p-global-nav .c-navbar__item > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.l-footer, .c-copyright {
  background: #a4b073;
}
.c-copyright {
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 575px) {
  .c-copyright {
    padding: 13px 0;
    line-height: 1.3;
    font-size: 11px;
    margin: 20px 0 0;
  }
}
.l-footer-widget-area .f_logo, .l-footer-widget-area .f_tel, .l-footer-widget-area .f_mail {
  margin: 0 0 20px;
  text-align: center;
}
.l-footer-widget-area .f_shop {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .l-footer-widget-area .f_shop {
    margin: 0 -30px;
    width: 320px;
  }
}
.l-footer-widget-area .f_shop_thumb {
  margin: 0 15px 10px 0;
}
@media screen and (min-width: 992px) {
  .l-footer-widget-area .f_shop_thumb {
    width: 130px;
  }
}
@media screen and (max-width: 575px) {
  .l-footer-widget-area .f_shop_thumb {
    width: 110px;
  }
}
.l-footer-widget-area .f_shop_info strong {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .l-footer-widget-area .f_shop_info strong {
    padding-bottom: 0;
  }
}
.l-footer-widget-area .menu-item {
  position: relative;
  margin-left: 1em;
}
.l-footer-widget-area .menu-item:before {
  display: block;
  content: '';
  position: absolute;
  top: .8em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #604c40;
  border-bottom: 1px solid #604c40;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-footer-widget-area #custom_html-2 {
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .l-footer-widget-area #custom_html-2 {
    max-width: 320px;
  }
}
@media screen and (min-width: 992px) {
  .l-footer-widget-area #custom_html-2 {
    max-width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .l-footer-widget-area #custom_html-2 {
    max-width: 250px;
  }
}
.l-footer-widget-area #nav_menu-3, .l-footer-widget-area #custom_html-5 {
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .l-footer-widget-area #nav_menu-3, .l-footer-widget-area #custom_html-5 {
    max-width: 320px;
  }
}
.l-sidebar-widget-area {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-contents__sidebar .widget_media_image {
    width: 50%;
    margin: 30px 0 -20px 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .l-contents__sidebar .widget_media_image {
    width: auto;
  }
}
@media screen and (max-width: 575px) {
  .l-contents__sidebar .widget_media_image {
    width: 100%;
    margin: 30px 0 -20px !important;
  }
  .l-contents__sidebar .widget_media_image img {
    width: 100%;
  }
}
a:hover img {
  opacity: .75;
}
a[href^="tel:"] {
  color: #333;
  text-decoration: underline;
}
.c-section__title, .wpaw-showcase__title, .snow-monkey-recent-posts__title {
  position: relative;
  margin: 0 0 60px;
  color: #604c40 !important;
  font-size: 1.8rem;
  text-align: center;
  flex: none !important;
  display: block !important;
  line-height: 1.32609;
}
@media screen and (max-width: 575px) {
  .c-section__title, .wpaw-showcase__title, .snow-monkey-recent-posts__title {
    margin: 0 0 40px;
    font-size: 1.3rem;
  }
}
.c-section__title:before, .wpaw-showcase__title:before, .snow-monkey-recent-posts__title:before {
  display: none;
}
.c-section__title:after, .wpaw-showcase__title:after, .snow-monkey-recent-posts__title:after {
  width: 60px;
  height: 4px;
  margin: 20px auto 0;
  background: #747c53;
  flex: none;
  display: block;
  content: '';
}
a.snow-monkey-recent-posts__more, a.wpaw-pr-box__more {
  display: inline-block;
  line-height: 1.4;
  color: #FFF;
  position: relative;
  background-color: #604c40 !important;
  border-radius: 23px;
  font-weight: bold;
  padding: .93478rem 3.73913rem !important;
}
a.snow-monkey-recent-posts__more:after, a.wpaw-pr-box__more:after {
  display: block;
  content: '';
  position: absolute;
  top: 21px;
  right: 40px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.snow-monkey-recent-posts__more:hover, a.wpaw-pr-box__more:hover {
  color: #FFF;
  text-decoration: none;
  opacity: .8;
}
.c-hamburger-btn {
  border: 2px solid #604c40;
  padding: 3px 6px;
  border-radius: 4px;
  color: #604c40;
}
.c-hamburger-btn__bar {
  background-color: #604c40;
}
.c-drawer {
  background-color: #747c53 !important;
}
.c-drawer__item {
  border-bottom: 1px solid #f6f4e0;
  padding: 10px;
}
.c-input-group, .c-input-group > :last-child {
  border-radius: 0;
}
.c-input-group__field > input[type=search] {
  color: #231815;
  font-weight: 400;
  border-radius: 0;
  border: none;
}
button.c-input-group__btn {
  background: #604c40;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 2px;
  border: none;
  border: 1px solid;
}
.c-entry-summary__figure .c-entry-summary__term {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.c-entry__content {
  color: #231815;
}
.c-entry__content > h2 {
  border-left: 4px solid;
  color: #604c3f;
  font-weight: bold;
  font-size: 1.6rem;
  background: none;
  padding: .5em .8em;
}
@media screen and (max-width: 575px) {
  .c-entry__content > h2 {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    padding: .1em .8em;
  }
}
.c-entry__content h3 {
  color: var(--wp--preset--color--sm-accent);
  padding: 0 0 15px;
}
.c-entry__content > h3 {
  padding: .5em .8em;
  font-size: 1.3rem;
  color: var(--wp--preset--color--sm-accent);
  border-color: #939f73;
  border-top: 1px solid #939f73;
}
@media screen and (max-width: 575px) {
  .c-entry__content > h3 {
    /* padding: .5em .8em; */
    font-size: 1.1rem;
  }
}
.c-entry__content table tbody th {
  min-width: 5em;
  vertical-align: top;
  text-align: left;
  color: var(--wp--preset--color--sm-accent);
  font-weight: bold;
  white-space: nowrap;
}
.c-entry__content > table tbody {
  background: rgba(255, 255, 255, 0.9);
}
.c-entry__content > table tbody th {
  color: var(--wp--preset--color--sm-accent);
  background: #e5e8c8;
  font-weight: bold;
  text-align: center;
}
.c-entry__content > table tbody td {
  background: #fffef5;
}
.c-entry__content > table tbody th, .c-entry__content > table tbody td {
  border-color: #939f73;
}
.c-entry__content .box {
  padding: 2em;
  background: #e5e8c8;
}
.c-entry__content .box strong {
  font-weight: bold;
}
.c-entry__content hr {
  margin: 35px 0;
  height: 1px;
  border: 0;
  outline: 0;
  border-bottom: 1px dotted #939f73;
}
.c-entry__content blockquote {
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.c-entry__content .wpac-section--inverse {
  background: #FFF;
}
.c-entry__content ol {
  counter-reset: number;
  list-style: none;
}
.c-entry__content ol li:before {
  content: counter(number) ".";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 1.4em;
  margin-right: .3em;
  margin-left: -1.7em;
  counter-increment: number;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  color: #747c53;
}
.c-breadcrumbs {
  color: #231815;
}
.c-breadcrumbs a {
  color: #604c3f;
}
img[class*=wp-image-] {
  width: 100%;
  margin: 0 0 10px;
  border-radius: 4px;
}
.widget_media_image {
  margin: 25px 0 !important;
}
.l-sidebar-widget-area .widget_nav_menu a {
  color: #604c3f;
}
.l-contents__main .wpaw-showcase__body {
  padding: 0;
}
.l-sidebar-widget-area .widget_nav_menu {
  width: 100%;
  border-top: 1px solid #939f73;
  border-bottom: 1px solid #939f73;
}
.l-sidebar-widget-area .menu-item {
  margin: 0;
}
.l-sidebar-widget-area .menu-item a {
  position: relative;
  margin: 0;
  padding: 1em 1em 1em 2.5em;
  display: block;
  border-bottom: 1px dotted #939f73;
  font-weight: bold;
}
.l-sidebar-widget-area .menu-item a:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 1em;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #604c40;
  border-bottom: 1px solid #604c40;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-sidebar-widget-area .menu-item:last-child a {
  border: none;
}
.c-entry__header {
  border-bottom: 2px solid #939f73;
}
.c-entry__header .c-entry__title {
  color: #7d7d3c;
}
.single .c-entry__title {
  font-size: 20px;
  color: #604c3f;
}
.wp-profile-box {
  border: 1px solid #939f73;
  background: #faf8ed;
}
.wp-profile-box__title {
  border-bottom: 1px dotted #939f73;
}
.c-comment__body {
  background: #faf8ed;
}
#wpaw-showcase-inc2734_wp_awesome_widgets_showcase-13 {
  padding: 0;
}
.service a.wpaw-pr-box__item-figure {
  display: block;
}
.service .wpaw-pr-box__item-figure {
  margin-bottom: 0;
}
.service .wpaw-pr-box__item-title {
  text-align: center;
  color: #fafadc;
  background: #57603e;
  line-height: 1.3;
}
.service .wpaw-pr-box__item-title a {
  padding: 10px;
  color: inherit;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.service .wpaw-pr-box__item-title a:hover {
  text-decoration: none;
}
.service .wpaw-pr-box__item-title span {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 3px 0 8px;
}
@media screen and (max-width: 575px) {
  .service .wpaw-pr-box__item-title span {
    font-size: 15px;
  }
}
.service .wpaw-pr-box__item-summary {
  margin-top: 0;
  padding: 10px 20px 15px;
  background: #FFF;
  height: auto;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  .service .wpaw-pr-box__item-summary {
    height: 6.5rem;
  }
}
@media screen and (min-width: 576px) {
  .service .wpaw-pr-box__item-summary {
    height: auto;
    min-height: 6.5rem;
  }
}
.wpaw-pr-box__item-summary p {
  font-size: 120%;
  color: #666;
}
@media screen and (max-width: 480px) {
  .wpaw-pr-box__item-summary p {
    font-size: 120%;
  }
}
@media screen and (min-width: 992px) {
  .service .c-row__col--lg-1-1 {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .service .c-row__col--lg-1-1 .wpaw-pr-box__item-figure {
    width: 50%;
  }
}
.service .c-row__col--lg-1-1 .wpaw-pr-box__item-txt {
  background: #FFF;
}
@media screen and (min-width: 992px) {
  .service .c-row__col--lg-1-1 .wpaw-pr-box__item-txt {
    width: 50%;
  }
}
/* estimate */
.estimate {
  text-align: center;
  color: #604c40;
  background: #FFF;
  padding: 10px;
}
@media screen and (max-width: 575px) {
  .estimate {
    padding: 0;
  }
}
.estimate__title {
  font-size: 2rem;
  margin-bottom: .5em;
}
@media screen and (max-width: 575px) {
  .estimate__title {
    font-size: 1.3rem;
  }
}
.estimate__inner {
  border: 5px solid #d3d7c4;
  padding: 30px 15px 40px;
}
@media screen and (max-width: 575px) {
  .estimate__inner {
    padding: 30px 15px;
  }
}
.estimate__contact {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .estimate__contact {
    display: block;
  }
}
.estimate__contact div:last-of-type {
  margin-left: 15px;
}
@media screen and (max-width: 575px) {
  .estimate__contact div:last-of-type {
    margin: 20px 0 0;
  }
}

/* toppage option----------------- */
@media screen and (max-width: 575px) {
  .option__list {
    margin: 0 10px;
  }
}
.option__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 640px){
  .option__list ul {
    flex-wrap: nowrap;
  }
}
.option__list ul li {
  margin: 0 20px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .option__list ul li {
    width: 50%;
    margin: 0 0 30px;
    padding: 0 5px;
  }
}
.option__list ul li span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .option__list ul li span {
    font-size: 18px;
  }
}
.option__list ul li span:before {
  display: block;
  content: '';
  position: absolute;
  transform: rotate(-45deg);
  bottom: 15px;
  left: -30px;
  width: 20px;
  height: 9px;
  border-left: 4px solid #747c53;
  border-bottom: 4px solid #747c53;
}
@media screen and (max-width: 575px) {
  .option__list ul li span:before {
    bottom: 11px;
    left: -22px;
    width: 15px;
    height: 9px;
    border-left: 3px solid #747c53;
    border-bottom: 3px solid #747c53;
  }
}
.option__thumb {
  margin-bottom: 20px;
}
.option__thumb img {
  width: 150px;
}
.option__name {
  font-weight: bold;
  color: #604c40;
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .option__name {
    font-size: .9rem;
  }
}
/*------------------------------end*/

.choice {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #604c40;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  padding: 5px;
}
.choice:hover {
  opacity: .8;
}
@media screen and (max-width: 575px) {
  .choice {
    flex-direction: column;
  }
}
.choice::before {
  content: '';
  display: block;
  background: url('https://tatami-koubou.live/wp/wp-content/uploads/2024/03/img_choice.webp') no-repeat center / cover;
  width: 50%;
  padding-top: 22.4%;
}
@media screen and (max-width: 575px) {
  .choice::before {
    width: 100%;
    padding-top: 44.8%;
  }
}
.choice__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  padding: 0 7%;
}
@media screen and (max-width: 575px) {
  .choice__contents {
    font-size: 13px;
    padding: 10px 5%;
  }
}
.choice__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.choice__link a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.about {
  background: #f6f4e0;
}
@media screen and (min-width: 576px) {
  .about {
    padding: 40px 10px 1px 30px;
  }
}
@media screen and (min-width: 1040px) {
  .about {
    padding: 80px 40px 30px 70px;
  }
}
@media screen and (max-width: 575px) {
  .about {
    margin: 0 10px;
    padding: 20px 15px 5px 15px;
  }
}
.about p {
  margin-bottom: 2em;
}
@media screen and (max-width: 575px) {
  .about p {
    margin-bottom: 1em;
    font-size: 14px;
  }
}
.about__title {
  margin-bottom: 25px;
  color: #604c40;
}
@media screen and (max-width: 575px) {
  .about__title {
    margin-bottom: 15px;
  }
}
/* showcase-loop */
.showcase-loop__item{
  flex: 0 1 calc(100% / 2);
  max-width: inherit;
  margin-bottom: 45px;
}
.showcase-loop__type{
  font-size: 12px;
  background: var(--wp--preset--color--sm-accent);
  color: #fff;
  position: absolute;
  top: 0; left: 0;
  z-index: 2;
  padding: .4em 1em;
  line-height: 1.4;
}
.showcase-loop__date{
  font-size: 12px;
  color: var(--wp--preset--color--sm-accent);
  display: block;
}
.showcase-loop__ttl{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #604c40;
}
.showcase-loop__detail{
  border: 1px solid var(--wp--preset--color--sm-accent);
  background: #fff;
  margin-top: 10px;
}
.showcase-loop__detail-item{
  font-size: 12px;
  display: flex;
  color: var(--wp--preset--color--sm-accent);
  border-top: 1px solid var(--wp--preset--color--sm-accent);
}
.showcase-loop__detail-item:nth-of-type(1){
  border-top: none;
}
.showcase-loop__detail-item dt{
  flex-shrink: 0;
  padding: .4em 0;
  width: 6em;
  text-align: center;
  background: #e5e8c8;
  border-right: 1px solid var(--wp--preset--color--sm-accent);
}
.showcase-loop__detail-item dd{
  flex-grow: 1;
  padding: .4em .5em;
}
.showcase-loop__detail-taglist{
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.showcase-loop__detail-tag a{
  display: inline-block;
  color: var(--wp--preset--color--sm-accent);
  border: 1px solid var(--wp--preset--color--sm-accent);
  background: #fff;
  padding: 0 .75em;
  border-radius: 50vh;
}
.showcase-loop__detail-tag.is-accent a {
  color: #fff;
  background: var(--wp--preset--color--sm-accent);
}
@media screen and (max-width: 575px) {
  .showcase-loop__item{
    flex: 0 1 100%;
    margin-bottom: 30px;
  }
  .showcase-loop__ttl{
    font-size: 16px;
  }
}
/* showcase-mv */
.showcase-mv{
  position: relative;
}
.showcase-mv__type{
  position: absolute;
  top: 0; left: 0;
  z-index: 2;
}
.showcase-mv__type a{
  font-size: .9em;
  display: inline-block;
  padding: .25em 1em;
  background: var(--wp--preset--color--sm-accent);
  color: #fff;
}

/* showcase-table */
.showcase-table__taglist{
  font-size: 14px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.showcase-table__tag a{
  display: inline-block;
  color: var(--wp--preset--color--sm-accent);
  border: 1px solid var(--wp--preset--color--sm-accent);
  background: #fff;
  padding: 0 .75em;
  border-radius: 50vh;
}
.showcase-table__tag.is-accent a {
  color: #fff;
  background: var(--wp--preset--color--sm-accent);
}

/* showcase */
.showcase .attachment-showcase_image {
  margin-bottom: 10px;
}
.showcase .showcase-title {
  margin: 0;
  font-weight: bold;
  color: #604c40;
  line-height: 1.5;
}
.showcase .showcase-title span {
  color: #747c53;
  font-size: 1.4rem;
  padding-right: .1em;
}
@media screen and (max-width: 575px) {
  .showcase .showcase-title span {
    font-size: 20px;
  }
  .showcase-box {
    display: block;
  }
  .showcase-box .col-md-4 {
    width: auto;
  }
}
@media screen and (min-width: 576px) {
  .showcase-box {
    display: flex;
  }
  .showcase-box .col-md-4 {
    width: auto;
  }
}
@media screen and (min-width: 1040px) {
  .showcase-box {
    display: block;
  }
  .showcase-box .col-md-4 {
    width: 33.33333333%;
  }
}
.showcase-btn{
  text-align: center;
}

/* showcase-relation */
.showcase-relation__head span{
  display: inline-block;
  line-height: 1.4;
}
.showcase-relation__item{
  flex: 0 1 calc(100% / 4);
}
.p-related-posts .showcase-relation__ttl{
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .showcase-relation__item{
    flex: 0 1 calc(100% / 2);
  }
}

/* showcase-side */
.showcase-side{
  width: 100%;
  padding: 1.2em;
  background: #e5e8ca;
  border-radius: 8px;
}
.showcase-side__block:nth-of-type(n+2){
  margin-top: calc(var(--_margin1) * var(--_margin-top));
}
.showcase-side__head{
  font-size: 17px;
  font-weight: bold;
  padding-bottom: .25em;
  margin-bottom: .5em;
  color: var(--wp--preset--color--sm-accent);
  border-bottom: 2px solid #939f73;
}
.showcase-side__type-list,
.showcase-side__tag-list{
  list-style: none;
  padding: 0;
  display: flex;
  gap: .25em;
}
.showcase-side__type-list{
  flex-direction: column;
}
.showcase-side__type-item{
  position: relative;
  padding-left: 1.25em;
}
.showcase-side__type-item::before{
  display: block;
  content: '';
  position: absolute;
  top: .8em;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #604c40;
  border-bottom: 1px solid #604c40;
  transform: rotate(-45deg);
}
.showcase-side__type-item a{
  line-height: 1.5;
  display: inline-block;
}
.showcase-side__tag-list{
  flex-wrap: wrap;
}
.showcase-side__tag-item a{
  font-size: .9em;
  display: inline-block;
  color: var(--wp--preset--color--sm-accent);
  border: 1px solid var(--wp--preset--color--sm-accent);
  background: #fff;
  padding: 0 .75em;
  border-radius: 50vh;
}
.showcase-side__tag-item.is-accent a {
  color: #fff;
  background: var(--wp--preset--color--sm-accent);
}
@media (max-width: 1023px) {
  .showcase-side{
    margin-top: -30px;
  }
}


.c-entry-summary__title {
  font-size: 18px;
  color: #604c40;
}
.c-entry-summary__content, .c-meta__item--author {
  display: none;
}
.c-entry-summary__meta {
  text-align: left;
  font-size: 13px;
  margin-top: 0;
}
.c-meta__item {
  color: #5c5c5c;
  padding: 0 !important;
}
@media screen and (max-width: 575px) {
  .c-entries__item {
    /* flex: none; */
/*
    width: 50%;
    max-width: 50%;
    padding: 2%;*/
    box-sizing: border-box;
  }
  .c-entry-summary__title {
    font-size: 12px;
    color: #604c40;
  }
  .c-meta__item--published {
    padding: 0;
    margin: 0px 0 0px;
    font-size: 13px;
  }
}
.mw_wp_form input[type="submit"] {
  font-size: 18px;
  padding: 10px;
  display: block;
  letter-spacing: 1px;
  font-weight: bold;
  background: #604c40 !important;
}
.mw_wp_form input[type="submit"]:hover {
  background: #604c40;
}
input.btn_submit:hover {
  opacity: .8;
}
/*profile*/
.prof-table th, .prof-table td {
  padding: 15px 0;
  border-right: none;
}
.prof-table td {
  border-bottom: 1px dotted #999;
  padding-left: 30px;
}
.prof-table th {
  border-bottom: 1px solid #747c53;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
/*ここからトップビデオの設定*/
.wp-video {
  display: block;
  width: 100%;
  text-align: center;
}
video {
  width: 60%;
}
/*ここまでトップビデオの設定*/
/* price */
.page-id-16 table td em {
  display: block;
  font-size: .75em;
  font-style: normal;
}
.page-id-16 table.price-table-pc01, .page-id-16 table.price-table-pc02 {
  display: table;
}
.page-id-16 table.price-table-pc01 tr td {
  text-align: center;
}
.page-id-16 table.price-table-pc01 tr th, .page-id-16 table.price-table-pc02 tr th {
  text-align: center;
}
.page-id-16 table.price-table-pc01 tr th:first-of-type {
  text-align: left;
}
@media screen and (max-width: 575px) {
  .page-id-16 table.price-table-pc01, .page-id-16 table.price-table-pc02 {
    display: none;
  }
}
.page-id-16 table.price-table-sp {
  display: table;
  margin-top: 1rem;
}
.page-id-16 table.price-table-sp th {
  text-align: center;
  width: 40%;
  min-width: 140px;
}
.page-id-16 table.price-table-sp td {
  text-align: center;
  width: 60%;
}
@media screen and (min-width: 576px) {
  .page-id-16 table.price-table-sp {
    display: none;
  }
}
.service-price {
  font-size: 1.2rem;
  color: #747c53;
  font-weight: 600;
}
/* service */
.free-service-item img {
  box-shadow: none;
}
/* guide */
@media screen and (max-width: 575px) {
  .c-entry__content > .table-guide th, .c-entry__content > .table-guide td {
    display: inline-block;
    width: 100%;
  }
  .c-entry__content > .table-guide th {
    border-bottom: none;
    text-align: center;
  }
  .c-entry__content > .table-guide td {
    border-top: none;
  }
}
/* product */
.daiken-product {
  margin-bottom: 3rem;
}
.daiken-name {
  font-size: 0.9rem;
}
.arrow {
  text-align: center;
  margin-top: 0 !important;
}
.arrow img {
  width: 115px;
}
.date {
  font-size: 0.8rem;
}
.btn, a.btn, button.btn {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 23px;
}
.btn--orange, a.btn--orange {
  color: #fff;
  background-color: #604c40;
}
.btn--orange:hover, a.btn--orange:hover {
  color: #fff;
  opacity: .8;
}
/* ここからご対応地域 */
.area_box {
  margin: 1em auto;
  padding: 1em;
  width: 98%;
  background-color: #e5e8c8; /* 背景色 */
  border: 0px solid #ccc; /* 枠線 */
}
.area_box h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 2% 0 1% 0;
  color: #604c3f;
  text-align: center;
}
.area_box h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 2% 0 1% 0;
  color: #604c3f;
  text-align: center;
}
.area_box p {
  line-height: 1.5em;
}
/* ここまでご対応地域 */
/* ここからご質問30選 */
.faqq summary {
  position: relative;
  margin: 0 0 0px;
  padding: 15px 0 15px 30px;
  border-top: 1px solid #939f73;
  border-bottom: 1px dotted #939f73;
  font-size: 17px;
  color: #5c6b1b;
  font-weight: bold;
}
.faqq summary::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: 'Q.';
  font-size: 22px;
}
.faqq dd {
  position: relative;
  margin: 15px 0 10px;
  padding: 0 0 0 10px;
}
.faqq details {
  margin: 0px;
  padding: 10px;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .faqq details {
    padding: 10px 0;
  }
}
.faqq details[open] {
  height: 100%;
}
/* ここまでご質問30選 */

/* ここから固定ページ最上段のコーディング */
.c-page-header[data-has-image=true] {
  min-height: 300px;
  height: 1px;
  padding: 1.86957rem 0
}
.c-page-header__title {
/*  white-space: nowrap;*/
  text-shadow: 1px 2px 3px #808080;
  color: #fafadc;
}
@media screen and (max-width: 575px) {
  .c-page-header__title {
    font-size: 1.5em;
  }
}
.wpac-columns__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.93478rem;
  margin-left: -.93478rem;
  margin-bottom: -0.5rem
}
.wpac-columns__row:last-child {
  margin-bottom: -3rem
}
.wpac-columns__col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding-right: .93478rem;
  padding-left: .93478rem;
  margin-bottom: 1.86957rem
}
.wpac-columns__col--1-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
  max-width: 33.33333%
}
@media (min-width:40em) {
  .wpac-columns__col--md-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    max-width: 33.33333%
  }
}
@media (min-width:64em) {
  .wpac-columns__col--lg-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    max-width: 33.33333%
  }
}
@media (min-width:80em) {
  .wpac-columns__col--xl-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    max-width: 33.33333%
  }
}
.wpac-columns__col-inner p-entry-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.wpac-section--inverse {
  background-color: #f7f7f7
}
.wpac-section + .c-section wpac-section {
  margin-top: 0 !important
}
[data-has-sidebar=false] .c-section wpac-section {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: auto;
  max-width: none
}
.daiken_seiryu {
  font-weight: bold;
}
.css-br {
  display: inline;
}
@media screen and (max-width:478px) {
  .css-br {
    display: block;
  }
}
/* ここまで固定ページ最上段のコーディング */

/*ここから固定ページの事例紹介設定*/
.item_box {
  width: 100%;
}
.item_box .inner ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.item_box .inner ul li {
  /* width: calc(25% - 22px); */
  width: 50%;
  padding: 0.5rem;
  list-style: none;
}
.item_box .inner ul li img {
  padding: 0;
  height: 300px;
  object-fit: cover;
}
.card__title {
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  text-decoration: none;
  color: #604c40;
}
a.card__title:hover {
  color: #ccc;
  text-decoration: none;
}
.card__time {
  text-align: right;
  font: 0.8em sans-serif;
}
@media only screen and (max-width: 686px) {
  .item_box .inner ul li {
    /* width: calc(50% - 22px); */
    width: 50%;
    padding: 0.5rem;
    list-style: none;
  }
  .item_box .inner ul li img {
    padding: 0;
    height: 85px;
    object-fit: cover;
  }
}
/*ここまで固定ページの事例紹介設定*/

.p-entry-content h3 {
  margin-bottom: 0;
}
.c-entry-summary__figure {
  margin-bottom: 5px;
}
.c-entry-summary__header {
  margin-bottom: 0;
}

/* プロフィールウィジェットの調整------ */
.wp-profile-box{
  position: relative;
  border-top: none;
}
.wp-profile-box__title{
  display: flex;
  align-items: center;
  gap: 0 .6em;
  border-bottom: none;
  position: absolute;
  right: 0;
  left: 0;
  top: -.85em;
  margin: auto;
  padding: 0;
}
.wp-profile-box__title::before,
.wp-profile-box__title::after{
  content: '';
  display: block;
  height: 1px;
  flex-grow: 1;
  background: #939f73;
}
.wp-profile-box__container{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em 2em;
}
.wp-profile-box__body{
  flex-grow: 1;
}
.wp-profile-box__figure{
  max-width: 130px;
  aspect-ratio: 1 / 1;
  width: 80%;
  border-radius: 100%;
  border: 1px solid #939f73;
  margin: 1em auto 0;
}
.wp-profile-box__figure img{
  width: 100%;
  height: auto;
}
.wp-profile-box__buttons{
  text-align: right;
}
.wp-profile-box__buttons a{
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
}
.wp-profile-box__buttons a::after{
  content: 'はこちら >';
  display: inline-block;
  margin-left: -.2em;
  letter-spacing: 0.02em;
  text-decoration: underline;
}

@media (min-width: 640px) {
  .wp-profile-box__container{
    padding: 2.5em 2em 2em;
  flex-direction: row;
  }
  .wp-profile-box__figure{
    margin: 0;
  }
}
/* -----実装位置での調整 */
/*投稿内で表示時に上部マージン*/
.c-entry__body .wp-profile-box{
  margin-top: 3.5em;
}
/*固定ページで非表示*/
.type-page .c-entry__body .wp-profile-box{
  display: none;
}
/*著者アーカイブ以外ではアーカイブウィジェットエリアの著者非表示*/
body:not(.author) .l-contents__main .l-archive-top-widget-area .wp-profile-box{
  display: none;
}
/*アーカイブでは一覧への誘導ボタン非表示*/
body.archive .wp-profile-box .wp-profile-box__buttons{
  display: none;
}
/*アーカイブウィジェット内で使用されているときに下パディング無効*/
#inc2734_wp_awesome_widgets_profile_box-3{
  padding-bottom: 0;
}
/*------------------------------end*/

/* スライダーの調整----------------- */
.spider__dots{
  gap: 15px;
}
.spider__dot:before{
  width: 100%!important;
  height: 100%!important;
}
/*------------------------------end*/

/* toppage news----------------- */
#snow_monkey_recent_posts_widget-3 .c-entries--text{
  border-top: 1px solid #c7cbb8;
}
#snow_monkey_recent_posts_widget-3 .c-entries--text .c-entries__item{
  border-bottom: 1px solid #c7cbb8;
}
#snow_monkey_recent_posts_widget-3 .c-entries__item a{
  padding: 1em 0;
}
@media screen and (max-width: 575px){
  
}
/*------------------------------end*/

html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
/* タブレットサイズ */
@media (max-width: 1020px) and (min-width: 768px) { 
	html {
		scroll-padding-top: 100px;
	}
}
/* スマホサイズ */
@media (max-width: 767px) {
	html {
		scroll-padding-top: 90px;
	}
}

.inpage_link {
  background: #fffcf4;
  border-radius :8px;
  box-shadow :0px 0px 5px silver;
  padding: 0.5em 0.5em 0.5em 2em;
}
.inpage_link li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.listcase {
  background: #e5e8ca;
  border-radius :8px;
  padding: 1.2em;
}

.listcase__head {	font-size: 17px;
    font-weight: bold;
    padding-bottom: .25em;
    margin-bottom: .5em;
    color: var(--wp--preset--color--sm-accent);
    border-bottom: 2px solid #939f73;
}

.listcase li {
  font-weight: bold;
  color: #604c40;
  line-height: 1.2;
  padding: 0.5em 0;
  list-style: none;
}

.option_price {
  background: #e5e8ca;
  padding: 1.2em;
}

.option_price__head {	font-size: 17px;
    font-weight: bold;
    padding-bottom: .25em;
    margin-bottom: .5em;
    color: var(--wp--preset--color--sm-accent);
    border-bottom: 2px solid #939f73;
}

.option_price li {
  font-size: 14px;
  line-height: 1.2;
  padding: 0.5em 0;
}


.not {
  background: #e5e8ca;
  border-radius :8px;
  padding: 1.2em;
}

.not__head {	font-size: 17px;
    font-weight: bold;
    padding-bottom: .25em;
    margin-bottom: .5em;
    color: var(--wp--preset--color--sm-accent);
    border-bottom: 2px solid #939f73;
}

.not li {
  line-height: 1.2;
  padding: 0.5em 0;
}

.ta-c {
	text-align: center;
}

.no_wrap {
	white-space: nowrap;
}

.review_list {
	margin-bottom: 20px;
	padding: 15px 0;
	background: #fffcf4;
}



.review_list ul , .review_list li {
list-style: none!important;
}
.review_list ul {
	height: 300px;
	overflow-y: scroll;
}
.review_list li {
	margin-bottom: 10px;
}
.review_list .star {
	color:#fa6218;
	padding-right: 5px;
	display: inline-block;
}
.review_list .date {
	padding-right: 10px;
	display: inline-block;
}
.review_list .type {
	font-size: .8em;
}
.review_area .al-r {
	text-align: right;
}

/* スマホサイズ */
@media (max-width: 767px) {
.review_list ul {
margin-left: 0!important;
	padding:0 10px!important;
}
}

.price-table-01 th {
	vertical-align: middle!important;
}
table.price-table-01 {
	width: 90%;
}
table.price-table-01 tbody th {
  min-width: 5em;
  vertical-align: top;
  text-align: left;
  color: var(--wp--preset--color--sm-accent);
  font-weight: bold;
  white-space: nowrap;
}
table.price-table-01 tbody {
  background: rgba(255, 255, 255, 0.9);
}
table.price-table-01 tbody th {
  color: var(--wp--preset--color--sm-accent);
  background: #e5e8c8;
  font-weight: bold;
  text-align: center;
}
table.price-table-01 tbody td {
  background: #fffef5;
}
table.price-table-01 tbody th, table.price-table-01 tbody td {
  border-color: #939f73;
padding:10px 15px;
}

@media (max-width: 767px) {
table.price-table-01 {
	width: 100%;
	overflow-x: scroll;
}
table.price-table-01 tbody th, table.price-table-01 tbody td {
padding:10px 12px;
}
}

.br_8 {
	border-radius: 8px;
}