@charset "UTF-8";
body {
  width: 100%;
  overflow-x: hidden;
  font-family: /* "Helvetica Neue", Arial,  */"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  font-weight: 300;
}

img {
	max-width: 100%;
  height: auto;
  vertical-align: top;
}

b, strong,
.wp-block-heading {
  font-weight: 600;
}
.wp-block-heading.border-style {
  border-left: 8px solid;
  font-weight: 600;
  line-height: 1.1;
	margin: 0 0 1.5em 0;
	padding-left: 9px;
}
.wp-block-heading.border-style.yellow {
  border-left-color: #7B7032;
}
.wp-block-heading.border-style.green {
  border-left-color: #6F906E;
}

.list-unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wp-block-heading.h2-unstyled {
	border: 0;
	padding: 0;
}
h3.wp-block-heading.unstyled {
  margin: 0;
}

.inner {
	width: 90%;
	max-width: 1418px;
	margin: auto;
}

/* .lead { line-height: 1.7;} */

.wp-block-embed {
  margin: 0;
}
.wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.wp-block-embed iframe {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.top_img img { width: 100%;}
@media screen and (max-width: 767px) {
  .top_img img {
    height: 230px;
    object-fit: cover;
  }
}

.noscroll { overflow: hidden;}

.bg_yellow { background-color: #F2EFE1;}
.bg_green { background-color: #E9F0DF;}
.bg_gray { background-color: #FAFAF7;}

.gmap_wide {
  padding-top: 39%;
  position: relative;
}
.gmap_square {
  padding-top: 74%;
  position: relative;
}
.gmap_wide iframe,
.gmap_square iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
}

/* =====================================================
.wp-block
===================================================== */
h2.wp-block-heading {
  border-left: 7px solid #7B7032;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.1;
	margin: 0 0 1.5em 0;
	padding-left: 9px;
}
h2.wp-block-heading.unstyled {
  border-left: none;
  padding-left: 0;
}

h3.wp-block-heading {
  font-size: 3.6rem;
  margin: 0 0 2.2em 0;
}

.wp-block-heading.aligncenter {
  text-align: center;
}

/* pagenavi */
.pagenav {
  margin-top: 5em;
}
.pagenav .wp-pagenavi {
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
.pagenav .wp-pagenavi a {
  color: #A59941;
}
.pagenav .wp-pagenavi a:hover {
  border-color: #A59941;
}
.pagenav .wp-pagenavi > * {
  flex: 0 0 auto;
  width: 53px;
  height: 53px;
  border: 2px solid #A59941;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenav .wp-pagenavi .extend {
  border: none;
}
.pagenav .wp-pagenavi .current {
  background-color: #A59941;
  border-color: #A59941;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pagenav .wp-pagenavi {
    font-size: 1em;
    gap: .5em;
  }
  .pagenav .wp-pagenavi > * {
    width: 42px;
    height: 42px;
  }
}


/* =====================================================
.site-header
===================================================== */
.site-header {
  background-color: #554D11;
  color: #fff;
/*   position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; */
}
.site-header .inner {
	max-width: 1600px;
}
.site-header .site-title {
  width: auto;
  max-width: initial;
  font-size: inherit;
  margin: 0;
}

.header-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-nav .menu > .fb,
.header-nav .menu > .insta,
.header-nav .menu > .youtube {
  font-size: 2rem;
}

@media screen and (min-width: 1025px) {
	.site-header .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 80px;
	}
	.site-title a {
		display: block;
		padding: 10px 0;
	}
	.header-nav {
    display: flex;
    justify-content: flex-end;
    height: 100%;
	}
	.header-nav ul {
		display: flex;
	}
	.header-nav a {
		color: #fff;
		text-decoration: none;
		font-weight: 600;
		padding: 0 1em;
		display: flex;
    align-items: center;
    height: 100%;
	}
	.header-nav .menu > li:hover > a {
		background-color: rgba(0, 0, 0, .8);
	}
	.header-nav .menu .contact a {
    background-color: #000;
  }
  .header-nav .menu > .fb:hover > a {
		background-color: #1877f2;
	}
  .header-nav .menu > .insta:hover > a {
		background-color: #CF2E92;
	}
  .header-nav .menu > .youtube:hover > a {
		background-color: #DA1725;
	}

	.header-nav .menu > li .sub-menu {
    display: none;
		background-color: #8c8346;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
		padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    white-space: nowrap;
	}
	.header-nav li {
  	position: relative;
	}
	.header-nav li:hover > .sub-menu {
  	display: block;
	}
	.header-nav .sub-menu li a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    font-size: .8em;
	}
	.header-nav .sub-menu li a:hover {
		background-color: rgba(0, 0, 0, .75);
	}
	.btn-header-nav {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
  .site-branding {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-title a {
    display: block;
    padding: 10px 0;
  }
  .btn-header-nav {
    position: relative;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
  }
  .btn-header-nav span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .btn-header-nav span:nth-child(1) {
    top: 0;
  }
  .btn-header-nav span:nth-child(2) {
    top: 9px;
  }
  .btn-header-nav span:nth-child(3) {
    bottom: 0;
  }
  .btn-header-nav.is-active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
  }
  .btn-header-nav.is-active span:nth-child(2) {
    opacity: 0;
  }
  .btn-header-nav.is-active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 9px;
  }

  .header-nav {
    width: 100%;
    height: calc(100% - 63px);
    overflow-y: auto;
    background-color: #8c8346;
    padding: 20px 5% 80px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .header-nav.is-open {
    transform: translateX(0);
  }
  .header-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 14px;
  }

  .header-nav .menu {
    border-top: 1px solid rgba(255, 255, 255, .5);
  }
  .header-nav .menu > .menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }
  
  .menu-item .sub-menu {
    margin-left: 2rem;
  }
  .menu-item .sub-menu .menu-item > a {
    border-top: 1px dotted rgba(255, 255, 255, .5);
  }
  .header-nav .menu .contact {
    background-color: #554D11;
  }

  #menu-social_menu {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .header-nav .menu .fb {
		background-color: #1877f2;
    border-right: 2px solid rgba(255, 255, 255, .5);
	}
  .header-nav .menu .insta {
		background-color: #CF2E92;
    border-right: 2px solid rgba(255, 255, 255, .5);
	}
  .header-nav .menu .youtube {
		background-color: #DA1725;
	}

}

/* =====================================================
.site-footer
===================================================== */
.site-footer {
  background-color: #F0EEDF;
}
.site-footer .inner {
  padding: 50px 0;
}
.site-footer .bd_btm {
  border-bottom: 1px solid #C4C4C4;
}

/* .footer-sns */
.footer-sns { display: flex;}
.footer-sns .site-title {
  display: flex;
  align-items: center;
  gap: 5em;
}
.footer-sns .site-title .name {
  font-size: 1.5em;
  font-weight: 600;
  color: #626262;
}
.footer-sns .site-title .name .txt_s {
  font-size: .65em;
}
.footer-sns .menu-social_menu-container {
  margin: auto;
}
.footer-sns .menu-social_menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 105px;
}
.footer-sns .menu-social_menu-container .menu-item a {
  width: 96px;
  height: 96px;
  background-color: #A59941;
  border-radius: 100%;
  color: #fff;
  font-size: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-sns .menu-social_menu-container .menu-item a:hover {
  opacity: .7;
}

/* .footer-menu */
.menu-footer_menu-container .menu {
  padding: 0;
}
.footer-menu ul,
.footer-menu li {
  list-style: none;
}
.footer-menu a {
  display: inline-block;
  color: #626262;
  text-decoration: none;
	margin-bottom: 1em;
}
.footer-menu a:hover {
  text-decoration: underline;
}
.footer-menu .menu {
  margin: 0;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1em 3%;
}
.footer-menu .menu > .menu-item:nth-child(-n+3) {
  grid-row: 1/3;
}
.footer-menu .menu > .menu-item-has-children > a {
  border-left: 6px solid #7B7032;
  font-weight: 600;
	padding-left: 8px;
}
.footer-menu .sub-menu {
  padding-left: 1em;
}

/* .footer-links */
.related_links {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 10px;
}
.related_links ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 12px;
}
.related_links a {
  display: flex;
  align-items: center;
  color: #626262;
  text-decoration: none;
}
.related_links a::before {
  content: "";
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  background-color: #554F11;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.related_links .fudosan a::before {
  background-image: url(../../../../uploads/2025/11/icn_fudosan.svg);
  background-size: 42px;
}
.related_links .mgallery a::before {
  background-image: url(../../../../uploads/2025/11/icn_mgarrery.svg);
  background-size: 38px;
}
.related_links .model_house a::before {
  background-image: url(../../../../uploads/2025/11/icn_model_house.png);
  background-size: 68px;
}
.related_links .mainte a::before {
  background-image: url(../../../../uploads/2025/11/icn_mainte.png);
  background-size: 53px;
}
.related_links .sub {
  display: block;
  font-size: .8em;
  font-weight: 300;
}

/* .footer-contact */
.site-footer .footer-contact {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.f-info {
  color: #554D11;
  font-size: 1.125em;
}
.f-info .name {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 .7em 0;
}
.f-info .ad {
  display: flex;
  gap: 2em;
}
.f-contact-btns {
  display: flex;
}
.f-contact-btns .btn {
  width: 300px;
  background-color: #554D11;
  border-radius: 2.5em;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 10px 2.5em 10px 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-contact-btns .btn::before {
  content: "";
  flex: 0 0 auto;
}
.f-contact-btns .btn + .btn {
  margin-left: 2em;
}
.f-contact-btns .btn.tel {
  background-color: #7B7032;
}
.f-contact-btns .btn.tel::before {
  width: 28px;
  padding-top: 28px;
  background: url(../../../../uploads/2025/11/icn_tel.svg) center/contain no-repeat;
}
.f-contact-btns .btn.tel .notes {
  font-size: .6em;
  font-weight: 300;
}
.f-contact-btns .btn.form {
  background-color: #000;
}
.f-contact-btns .btn.form::before {
  width: 23px;
  padding-top: 28px;
  background: url(../../../../uploads/2025/11/icn_form.png) center/contain no-repeat;
}

/* .copyright */
.copyright {
  background-color: #554D11;
  color: #fff;
  font-size: 0.875em;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .footer-sns,
  .footer-menu {
    display: none;
  }
  .related_links ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer .footer-contact {
    display: block;
  }
  .f-info {
    text-align: center;
    margin-bottom: 1em;
  }
  .f-info .ad {
    justify-content: center;
  }
  .f-contact-btns {
    justify-content: center;
    flex-wrap: wrap;
  }
  @media screen and (max-width: 767px) {
    .related_links {
      font-size: 1em;
      padding: 0;
    }
    .related_links a::before {
      width: 58px;
      height: 58px;
      margin-right: 10px;
    }
    .related_links .fudosan a::before { background-size: 29px;}
    .related_links .mgallery a::before { background-size: 32px;}
    .related_links .model_house a::before { background-size: 52px;}
    .related_links .mainte a::before { background-size: 42px;}

    .f-info { margin-bottom: .8em;}
    .f-info .name { font-size: 1.1em;}
    .f-info .ad,
    .f-info .ad span { display: block;}

    .f-contact-btns .btn + .btn {
      margin-left: 0;
      margin-top: 1em;
    }

    .copyright { font-size: 0.75em;}
  }
}

/* =====================================================
.aioseo-breadcrumbs
===================================================== */
.aioseo-breadcrumbs {
	width: 90%;
	max-width: 1418px;
	margin: 2rem auto;
}
.aioseo-breadcrumbs span,
.aioseo-breadcrumbs a {
	color: #707070;
}

/* =====================================================
.popular_posts
.wpp_ranking_list
===================================================== */
.popular_posts.bg {
  background-color: #FAFAF7;
  padding: 65px 0;
}
.popular_posts h2 {
  font-size: 2.25em;
}

.wpp_ranking_list {
  margin-top: 4em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em 3%;
}
.wpp_ranking_list a {
  color: #000;
  text-decoration: none;
}
.wpp_ranking_list li {
  background-color: #fff;
}
.wpp_ranking_list .photo {
  background-color: rgba(123, 112, 50, .25);
  padding-top: 53%;
  position: relative;
  overflow: hidden;
}
.wpp_ranking_list .photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.wpp_ranking_list .data {
  padding: 1em;
}
.wpp_ranking_list .property {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.wpp_ranking_list .date {
  font-weight: 600;
}
.wpp_ranking_list .cat {
  background-color: #7B7032;
  color: #fff;
  font-size: .9em;
  padding: 0 1em;
}
.wpp_ranking_list .ttl {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .popular_posts h2 {
    font-size: revert;
  }

  .wpp_ranking_list {
    margin-top: 1em;
    grid-template-columns: auto;
    gap: 1em;
  }
  .wpp_ranking_list li {
    background: none;
  }
  .wpp_ranking_list li a {
    display: grid;
    grid-template-columns: 35% 60%;
    gap: 5%;
  }
  .wpp_ranking_list .data {
    padding: 0;
  }
  .wpp_ranking_list .photo {
    align-self: start;
    border: 1px solid #c8c8c8;
    padding-top: 100%;
  }
  .wpp_ranking_list .property,
  .wpp_ranking_list .date,
  .wpp_ranking_list .ttl {
    font-size: 1em;
    font-weight: 300;
  }
}

/* =====================================================
.contact form 7
===================================================== */
.wpcf7-list-item { margin: 0;}
.wp-block-contact-form-7-contact-form-selector {
  width: 82.85%;
  margin: auto;
}
.wpcf7 .form_contact {
  font-size: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 50px;
}
.wpcf7 .form_contact p,
.wpcf7 .form_contact dd {
  margin: 0;
}
.wpcf7 .form_contact dt {
  margin-bottom: 1em;
}
.wpcf7 .form_contact .required {
  display: inline-block;
  background-color: #A59941;
  border-radius: 5px;
  color: #fff;
  font-size: .75em;
  padding: 0 6px;
  margin-left: 1em;
}
.wpcf7 .form_contact input[type="text"],
.wpcf7 .form_contact input[type="email"],
.wpcf7 .form_contact input[type="tel"],
.wpcf7 .form_contact textarea {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 10px;
  font-size: 1em;
}
.wpcf7 .form_contact input[type="text"]::placeholder,
.wpcf7 .form_contact input[type="email"]::placeholder,
.wpcf7 .form_contact input[type="tel"]::placeholder,
.wpcf7 .form_contact textarea::placeholder {
  color: #adadad;
}
.wpcf7 .form_contact textarea {
  resize: vertical;
}
.wpcf7 .form_contact .input_address {
  height: 2.25em;
}
.wpcf7 .form_contact input[type="radio"],
.wpcf7 .form_contact input[type="checkbox"] {
  display: none;
}
.wpcf7 .form_contact label:has(input[type="radio"]),
.wpcf7 .form_contact label:has(input[type="checkbox"]) {
  display: inline-flex;
  margin-right: 1em;
  position: relative;
}
.wpcf7 .form_contact label:has(input[type="radio"])::before,
.wpcf7 .form_contact label:has(input[type="checkbox"])::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  border: 3px solid #707070;
  margin-right: .25em;
}
.wpcf7 .form_contact label:has(input[type="radio"])::before {
  border-radius: 100%;
}
input:checked + label::before{
  background-color: #ffebe9;
}

.wpcf7 .form_contact label:has(input[type="radio"]:checked)::before{
  background-color: #a69941;
  outline: 3px solid #fff;
  outline-offset: -6px;
}
.wpcf7 .form_contact label:has(input[type="checkbox"]:checked)::after {
  content: "";
  width: 1em;
  height: .5em;
  border-bottom: 4px solid #7b7032;
  border-left: 4px solid #7b7032;
  position: absolute;
  left: .25em;
  top: calc(50% - .25em);
  transform: translateY(-50%) rotate(-45deg);
}

.wpcf7 .btns_contact > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9%;
}
.wpcf7 .btns_contact input[type="reset"] {
  width: 80%;
  max-width: 340px;
  background-color: #d0d0d0;
  border: none;
  border-radius: 2em;
  color: #70706F;
  cursor: pointer;
  padding: 10px;
}
.wpcf7 .btns_contact input[type="submit"] {
  width: 80%;
  max-width: 340px;
  background-color: #A59941;
  border: none;
  border-radius: 2em;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}
.wpcf7 .btns_contact input[type="submit"]:disabled {
  background-color: #D8D1A5;
  color: #70706F;
  cursor: not-allowed;
}
.wpcf7 .btns_contact .wpcf7-spinner {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .wpcf7 .form_contact dl:not(.one_column) {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 1002px) {
  .wpcf7 .btns_contact input[type="submit"] {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector {
    width: 100%;
  }
  .wpcf7 .form_contact {
    grid-template-columns: auto;
    gap: 0;
  }
}

/* =====================================================
.page
===================================================== */
.page h1 {
	width: 90%;
	max-width: 1418px;
	margin: 1.4em auto;
	font-size: 2.25em;
  font-weight: 600;
}

/* =====================================================
.archive
===================================================== */
.archive:not(.post-type-archive) { background-color: #F2EFE1;}
.archive h1 {
	width: 90%;
	max-width: 1418px;
	margin: 1.4em auto;
	font-size: 2.25em;
}


/* =====================================================
.single
===================================================== */
.single h1 {
	width: 90%;
	max-width: 1418px;
	margin: 1.4em auto;
	font-size: 2.25em;
}

.single.single-post {
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 65%, rgba(250, 250, 247, 1) 65%);
}
.single .columns {
  margin-top: 120px;
}
.single .columns .inner {
  display: grid;
  grid-template-columns: 65% 30%;
  gap: 9%;
}
.single .columns .sidenav {
  padding-bottom: 5em;
  
}
.single .columns .sidenav h2{
    font-size: 2.4rem;
  }
@media screen and (max-width: 767px) {
  .single h1 { font-size: 1.8em;}

  .single.single-post {
    background: #fff;
  }
  .single .columns {
    margin-top: 40px;
  }
  .single .columns .inner {
    width: 100%;
    grid-template-columns: auto;
    gap: 50px;
  }
  .single .columns .main {
    width: 90%;
    margin: auto;
  }
  .single .sidenav {
    background-color: #FAFAF7;
    padding: 0 5%;
  }
}

/* =====================================================
.blog
.post
===================================================== */
.blog { background-color: #F2EFE1;}
.blog h1 {
	width: 90%;
	max-width: 1418px;
	margin: 1.4em auto;
	font-size: 2.25em;
}

.post {
  padding-bottom: 170px;
}
.post_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em 3.5%;
}
.post_list li {
  background-color: #fff;
  padding: 1em;
}
.post_list li a {
  color: #292929;
  text-decoration: none;
}
.post_list .photo {
  background-color: #f0f0f0;
  padding-top: 78%;
  position: relative;
  overflow: hidden;
}
.post_list .photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.post_list .data {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post_list .cat {
  background-color: #7B7032;
  color: #fff;
  font-size: .75em;
  font-weight: 300;
  padding: 0px 1em;
}
.post_list h2 {
  font-size: 1.125em;
  font-weight: 300;
  margin: 1em 0 0;
}
@media screen and (max-width: 767px) {
  .post { padding-bottom: 60px;}
  .post_list {
    grid-template-columns: auto;
  }
}

/* .single-post */
.single-post h1.wp-block-heading {
  border-left: 7px solid #7B7032;
  font-size: 3rem;
	margin: 0 0 .5em 0;
	padding-left: .5em;
}

.single-post h2.wp-block-heading {
  border-left: none;
  border-bottom: 1px solid #707070;
  padding: 0 0 1em 0;
}

.single-post .columns .header {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .single-post h1.wp-block-heading {
    font-size: 1.5em;
    line-height: 1.5;
  }
}

/* .archive_aside */
.archive_aside {
  padding: 120px 0;
}
.archive_aside .wrapper_title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2rem;
}
.archive_aside .wrapper_title h2,
.archive_aside .wrapper_title p {
  margin: 0;
}
.archive_aside .archive_list {
  max-width: 1024px;
  margin: 4em auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 4.8%;
}
.archive_aside .year_list {
  position: relative;
}
.archive_aside .list_title {
  border: 1px solid;
  color: #A59941;
  cursor: pointer;
  text-align: center;
  padding: .75em;
  margin: 0;
}
.archive_aside .list_title .arw {
  font-size: .85em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(360deg);
  transition: all .6s;
}
.archive_aside .list_title .arw::after {
  content: "▶";
}
.archive_aside .list_title.js-open .arw {
  transform: translateY(-50%) rotate(0);
}
.archive_aside .list_title.js-open .arw::after {
  content: "▽";
}
.archive_aside .list_title a {
  display: block;
  color: #A59941;
  text-decoration: none;
}
.archive_aside .month_list {
  display: none;
  background-color: rgb(255 255 255 / 80%);
  box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
  padding: .5em 1em;
  position: absolute;
  right: 0;
  z-index: 1;
  transition: all .3s;
}
.archive_aside .month_list a {
  color: #A59941;
  text-decoration: none;
}
.archive_aside .year_toggle.js-open + .month_list {
  display: flex;
  flex-direction: column-reverse;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .archive_aside { padding: 60px 0;}
  .archive_aside .archive_list { grid-template-columns: repeat(3, 1fr);}
  .archive_aside .list_title .arw { right: .5em;}
}

/* 
.reccomend_content
“あなたにおすすめ”の他の〇〇
*/
.reccomend_content + .reccomend_content {
  margin-top: 1em;
}
.reccomend_content_link {
  color: #000;
  text-decoration: none;
  display: grid;
  grid-template-columns: 35% 60%;
  gap: 5%;
}
.reccomend_image {
  border: 1px solid #c8c8c8;
  padding-top: 100%;
  position: relative;
}
.reccomend_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.reccomend_data .date,
.reccomend_data .title {
  font-size: 1em;
  font-weight: 300;
  margin: 0;
}
.reccomend_data .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* =====================================================
.staff
===================================================== */
.staff_list_ttl {
	border-left: 7px solid #7B7032;
	margin-top: 5em;
	margin-bottom: 1.5em;
	padding-left: 9px;
}
.staff_list_ttl.owner { display: none;}

.staff_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 100px 3.5%;
}
.staff_list:not(.carpenter) li:first-child { grid-column: 1/3;}
.staff_list:not(.carpenter) li:nth-child(2) { grid-column: 3/5;}

.staff_list .photo {
	background-color: rgba(123, 112, 50, .25);
	border-radius: 100%;
	padding-top: 100%;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.staff_list .photo img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto
}
.staff_list .position {
	color: #A59941;
	font-size: 2.2rem;
	margin-bottom: 1em;
}
.staff_list .name {
	font-size: 2em;
	font-weight: 600;
	margin-bottom: .6em;
}
.staff_list .data {
	font-size: 2rem;
	line-height: 1.35;
	margin-bottom: 1.5em;
	display: flex;
	flex-direction: column;
	gap: .4em;
}
@media screen and (max-width: 767px) {
	.staff_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px 5%;
	}
	.staff_list:not(.carpenter) li:nth-child(2) { grid-column: 1/3;}

	.staff_list .photo { margin-bottom: 20px;}
}


/* =====================================================
.magazine_post
===================================================== */
.magazine_post {
  margin-top: 70px;
  padding: 50px 0;
}
.magazine_post.bg {
  background-color: #FAFAF7;
}
.magazine_list_ttl {
	border-left: 7px solid #7B7032;
	margin: 1.5em 0;
	padding-left: 9px;
}
.magazine_list {
  border-bottom: 1px solid #707070;
  padding-bottom: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 6.3%;
}
.magazine_list .content a {
  color: #000;
  text-decoration: none;
}
.magazine_list .content a:hover {
  opacity: .75;
}
.magazine_list .content .title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .magazine_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 5%;
  }
}


/* =====================================================
.works
===================================================== */
.works_archive {
  padding: 90px 0;
}
.taxonomy_works_link {
  display: inline-block;
  background-color: #fff;
  border: 1px solid;
  border-radius: 2.5em;
  color: #7B7032;
  font-weight: 300;
  text-decoration: none;
  padding: 10px;
  margin-bottom: 1.5em;
}
.works_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 3.5%;
}


/* =====================================================
/masuii_shinya/
.ms
===================================================== */
.ms {
  padding-bottom: 146px;
}
.ms .data {
  display: flex;
  justify-content: space-between;
}
.ms .cat {
  background-color: #292929;
  color: #fff;
  font-size: .75em;
  padding: 3px 1em;
}
@media screen and (max-width: 767px) {
  .ms .data {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

/* .ms_list */
.ms_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 3.5%;
}
.ms_list a {
  color: #000;
  text-decoration: none;
}
.ms_list .photo {
  padding-top: 52.95%;
  position: relative;
  overflow: hidden;
}
.ms_list .photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ms_list .text {
  padding: 30px 20px 0;
}
.ms_list h2 {
  font-size: 1.125em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .ms_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 5%;
  }
  .ms_list .text {
    padding: 20px 10px 0;
  }
}

/* pagenavi */
.ms .wp-pagenavi a {
  color: #292929;
}
.ms .wp-pagenavi a:hover {
  border-color: #292929;
}
.ms .wp-pagenavi > * {
  border-color: #292929;
}
.ms .wp-pagenavi .current {
  background-color: #292929;
  border-color: #292929;
}

/* .single */
.ms.single {
  max-width: 900px;
}
.ms.single h2 {
  font-size: 2.625em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #707070;
}
.ms.single .data {
  margin-bottom: 5em;
}
.ms.single p {
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .ms.single h2 {
    font-size: 1.8em;
  }
}

/* .single_nav */
.ms.single .pagenav {
  margin: 10em 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 3em 0;
}
.ms .single_nav {
  display: grid;
  grid-template-columns: 37% 1fr 37%;
}
.ms .single_nav a {
  color: #292929;
  text-decoration: none;
}
.ms .single_nav .navtext {
  font-size: 2.2rem;
  font-weight: 600;
}
.ms .single_nav .archive_link {
  text-align: center;
  padding: 0 1em;
}
.ms .single_nav .photo {
  background-color: #f0f0f0;
  margin-top: 1em;
  padding-top: 39%;
  position: relative;
  overflow: hidden;
}
.ms .single_nav .photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ms .single_nav .title {
  margin-top: 1em;
}
.ms .single_nav .prev .navtext::before {
  content: "";
  display: inline-block;
  width: 9px; 
  padding-top: 15px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.539%22%20height%3D%2219.039%22%20viewBox%3D%220%200%2013.539%2019.039%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_80%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2080%22%20transform%3D%22translate(11.429%2016.928)%20rotate(180)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_27%22%20data-name%3D%22%E7%B7%9A%2027%22%20x1%3D%229.318%22%20y1%3D%227.624%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%23292929%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_28%22%20data-name%3D%22%E7%B7%9A%2028%22%20y1%3D%227.2%22%20x2%3D%229.318%22%20transform%3D%22translate(0%207.624)%22%20fill%3D%22none%22%20stroke%3D%22%23292929%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center/contain no-repeat;
  margin-right: 1em;
}
.ms .single_nav .prev .photo,
.ms .single_nav .prev .title {
  margin-left: 1em;
}
.ms .single_nav .next .navtext {  
  text-align: right;
}
.ms .single_nav .next .navtext::after {
  content: "";
  display: inline-block;
  width: 9px; 
  padding-top: 15px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.539%22%20height%3D%2219.039%22%20viewBox%3D%220%200%2013.539%2019.039%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_80%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2080%22%20transform%3D%22translate(2.111%202.111)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_27%22%20data-name%3D%22%E7%B7%9A%2027%22%20x1%3D%229.318%22%20y1%3D%227.624%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%23292929%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_28%22%20data-name%3D%22%E7%B7%9A%2028%22%20y1%3D%227.2%22%20x2%3D%229.318%22%20transform%3D%22translate(0%207.624)%22%20fill%3D%22none%22%20stroke%3D%22%23292929%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center/contain no-repeat;
  margin-left: 1em;
}
.ms .single_nav .next .photo,
.ms .single_nav .next .title {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .ms { padding-bottom: 80px;}
  .ms.single .pagenav {
    margin: 3em 0 0;
  }
  .ms .single_nav {
    grid-template-columns: auto;
    gap: 2rem;
  }
  .ms .single_nav .prev {
    order: -2;
  }
  .ms .single_nav .next {
    order: -1;
  }
  .ms .single_nav li:not(.archive_link) a {
    display: grid;
    grid-template-columns: 35% 60%;
    gap: 0 5%;
  }
  .ms .single_nav .prevtext,
  .ms .single_nav .navtext {
    grid-column: 1/3;
  }
  .ms .single_nav .navtext {
    font-size: 1em;
  }
  .ms .single_nav .prev .photo,
  .ms .single_nav .next .photo {
    align-self: start;
    padding-top: 100%;
    margin: 0;
  }
  .ms .single_nav .prev .title,
  .ms .single_nav .next .title {
    margin: 0;
  }
}

/* =====================================================
.page-template-page-concept
.page-template-page-point
===================================================== */
.page-template-page-concept .top_img,
.page-template-page-point .top_img {
  position: relative;
}

/* ==============
.page-template-page-concept
================= */
.concept_page_title{
  background-color: rgba(255, 255, 255, .8);
  color: #4E4E4E;
  font-size: 2em;
  text-align: center;
  padding: .8em 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  max-width: 90%;
  white-space: nowrap;
}
.concept_page_title .title{
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
}
.concept_page_title .sub {
  width: auto;
  border-top: 1px solid;
  font-size: 1em;
  font-weight: 300;
  margin: .5em 0 0 0;
  padding-top: .5em;
}

.concept_page_lead{
  /* background-image */
  
  padding: 0 14.5%;
  margin-top: 5em;
  margin-bottom: 6em;
}

.page-template-page-concept .content.inner {
  padding: 120px 0;
}

.page-template-page-concept .images .wp-block-columns,
.page-template-page-concept .images .wp-block-image,
.page-template-page-concept .images .wp-block-gallery {
  margin: 0;
  gap: 0;
}

@media screen and (max-width: 767px) {
  .concept_page_title { font-size: 1em;}
  .page-template-page-concept .content.inner { padding: 80px 0;}
}

/* ==============
.page-template-page-point
================= */
.page-template-page-point section.wp-block-group {
  padding: 120px 0;
}

.page-template-page-point section.intro {
  width: 95%;
  max-width: 1668px;
  margin: 0 0 0 auto;
  padding: 0;
}
.page-template-page-point .point_common_page_title {
  font-size: 2.25em;
  font-weight: 600;
  margin: 0 0 1.9em;
}

.wrap_point_page_title {
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 3.875em;
}
.wrap_point_page_title .num {
  flex: 0 0 2.5em;
  width: 2.5em;
  height: 2.5em;
  background-color: #6E906E;
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.wrap_point_page_title .wp-block-post-title {
  font-size: 2em;
  margin: 0;
}

.page-template-page-point h2.wp-block-heading {
  border-color: #6E906E;
}
@media screen and (min-width: 768px) {
  .page-template-page-point p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-point .point_common_page_title {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: .5em;
  }
  .page-template-page-point section.wp-block-group {
    padding: 80px 0;
  }

  .point_common_page_title + .wp-block-columns > .wp-block-column:first-child {
    padding-right: 5%;
  }
}

/* cta_point */
.text_cta_point {
  width: fit-content;
  max-width: 950px;
  margin: auto;
}
.wp-block-buttons.btns_cta_point {
  margin-top: 3em;
  gap: 2.5em;
}
.wp-block-buttons.btns_cta_point .wp-block-button {
  max-width: 300px;
  height: 60px;
  position: relative;
} 
.wp-block-buttons.btns_cta_point .wp-block-button__link {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 2em 0 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-block-buttons.btns_cta_point .tel .wp-block-button__link::before {
  content: "";
  width: 28px;
  padding-top: 28px;
  background: url(../../../../uploads/2025/11/icn_tel.svg) center/contain no-repeat;
}
.wp-block-buttons.btns_cta_point .form .wp-block-button__link::before {
  content: "";
  width: 23px;
  padding-top: 28px;
  background: url(../../../../uploads/2025/11/icn_form.png) center/contain no-repeat;
}
.wp-block-buttons.btns_cta_point .wp-block-button__link .has-small-font-size {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons.btns_cta_point .wp-block-button {
    width: 100%;
  }
}

/* nav_point */
.nav_point {
  border-top: 14px solid #6E906E;
  padding-top: 11em;
  padding-bottom: 6.25em;
  margin-top: 5em;
}
.nav_point .wp-block-image {
  padding: 0 30px;
  margin: 0;
}
.nav_point .wp-block-image img {
  display: inherit;
}
.nav_point .wp-element-caption {
  border-bottom: 9px solid transparent;
  padding-bottom: 12px;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: flex-end;
}
.page-id-39 .nav_point .num01 .wp-element-caption,
.page-id-28 .nav_point .num02 .wp-element-caption,
.page-id-6111 .nav_point .num03 .wp-element-caption,
.page-id-44 .nav_point .num04 .wp-element-caption,
.page-id-11 .nav_point .num05 .wp-element-caption {
  border-bottom-color: #6E906E;
}
.nav_point .wp-element-caption::before {
  flex: 0 0 2.5em;
  width: 2.5em;
  height: 2.5em;
  background-color: #6E906E;
  color: #fff;
  font-size: 1.15em;
  font-weight: 600;
  padding-right: 8px;
  margin-right: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.nav_point .num01 .wp-element-caption::before {
  content: "1";
}
.nav_point .num02 .wp-element-caption::before {
  content: "2";
}
.nav_point .num03 .wp-element-caption::before {
  content: "3";
}
.nav_point .num04 .wp-element-caption::before {
  content: "4";
}
.nav_point .num05 .wp-element-caption::before {
  content: "5";
}
.nav_point .wp-element-caption::after {
  content: "▶";
  color: #6E906E;
  font-size: 1.5em;
  line-height: 1.1;
  margin-left: auto;
}

.nav_point .slick-arrow {
  width: 117px;
  height: 117px;
  background-color: #6E906E;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_point .slick-arrow::before {
  content: "";
  width: 16px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.512%22%20height%3D%2230.131%22%20viewBox%3D%220%200%2020.512%2030.131%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_150%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20150%22%20transform%3D%22translate(-208.646%20-2558.889)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_27%22%20data-name%3D%22%E7%B7%9A%2027%22%20x1%3D%2216.29%22%20y1%3D%2213.328%22%20transform%3D%22translate(210.757%202561)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_28%22%20data-name%3D%22%E7%B7%9A%2028%22%20y1%3D%2212.588%22%20x2%3D%2216.29%22%20transform%3D%22translate(210.757%202574.328)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center/contain no-repeat;
  padding-top: 26px;
  opacity: 1;
}
.nav_point .slick-prev {
  left: 6%;
  z-index: 1;
}
.nav_point .slick-prev::before {
  transform: scaleX(-1);
}
.nav_point .slick-next { right: 6%;}

@media screen and (max-width: 767px) {
  .nav_point {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .nav_point .wp-block-image {
    padding: 0 5px;
  }
}

/* ==============
自然素材
================= */
/* .tabs_domestic_wood */
.tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs {
  margin-bottom: 0;
  gap: 18px;
  counter-reset: tab_num;
}
.tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper {
  flex: 0 1 calc(100% / 5);
  max-width: 269px;
  counter-increment: tab_num;
}
.tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab {
  border: 1px solid #6e8f6d;
  border-radius: 0;
  color: #000;
  font-size: 1.5em;
  font-weight: 600;
  text-align: left;
  opacity: 1;
  padding: .75em 30px .9em;
  display: grid;
  grid-template-columns: 30% 70%;
}
.tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper .smb-tabs__tab::before {
  content: "0" counter(tab_num);
  color: #6e8f6d;
  font-weight: 200;
  font-size: 1.6em;
  grid-row: 1/3;
}
.tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper .smb-tabs__tab::after {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 10px;
}
.tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper:first-child .smb-tabs__tab::after {
  content: "Natural Material";
}
.tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper:nth-child(2) .smb-tabs__tab::after {
  content: "Plasterers";
}
.tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper:nth-child(3) .smb-tabs__tab::after {
  content: "Paint";
}
.tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper:nth-child(4) .smb-tabs__tab::after {
  content: "Japanese Paper";
}
.tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper:nth-child(5) .smb-tabs__tab::after {
  content: "Iron";
}
.tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab[aria-selected=true] {
  background-color: #6e8f6d;
  color: #fff;
}
.tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper .smb-tabs__tab[aria-selected=true]::before {
  color: #fff;
}

.tabs_domestic_wood .smb-tab-panel {
  border-top: 5px solid #6F906E;
  border-bottom: 0;
  padding: 6.5em 0 0 0;
}

@media screen and (max-width: 767px) {
  .tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs {
    gap: 6px;
  }
  .tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper {
    flex: 1 1 auto;
  }
  .tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab {
    font-size: 1em;
    padding: .5em .5em .75em;
    grid-template-columns: 2em auto;
    column-gap: 5px;
  }
  .tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper .smb-tabs__tab::before {
    font-size: 1.35em;
  }
  .tabs_domestic_wood.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper .smb-tabs__tab::after {
    font-size: .75em;
    margin-top: 5px;
    white-space: break-spaces;
  }

  .smb-tab-panel__body .wp-block-group.intro  {
    padding: 0;
  }
  .smb-tab-panel__body .intro .wp-block-columns > .wp-block-column:first-child {
    padding-right: 5%;
  }
}

/* .sec_dw */
.sec_dw {
  margin-top: 80px;
}
.sec_dw h4 {
  font-size: 3.6rem;
  margin-top: 0;
}

/* .sec_dw_iron */
.sec_dw_iron h3 {
  margin-bottom: 0;
}
.sec_dw_iron p {
  margin-top: 0;
}

/* ==============
茶室
================= */
/* .tearoom_works */
.tearoom_works .wp-element-caption {
  font-size: 2.2rem;
}

/* .tearoom_magazine_list */
.tearoom_magazine_list .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px 6.5%;
}
.tearoom_magazine_list .wp-block-post-template a {
  color: #000;
}
.tearoom_magazine_list .wp-block-post-template .wp-block-post {
  margin: 0;
  padding: 0;
}
.tearoom_magazine_list .wp-block-post-template .wp-block-columns {
  display: block;
  margin: 0;
}
.tearoom_magazine_list .wp-block-post-template .wp-block-post-title {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0;
}

/* tearoom_school */
.tearoom_school .sec_menu {
  margin-top: 60px;
}
.tearoom_school .sec_menu p {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .tearoom_magazine_list .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 6.5%;
  }
}

/* ==============
古民家再生
================= */
/* .masuiikominka_earthquake */
.masuiikominka_earthquake .sec_recommend {
  margin-top: 120px;
}
.masuiikominka_earthquake .sec_recommend h3,
.masuiikominka_earthquake .sec_recommend p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .masuiikominka_earthquake .sec_recommend h3,
  .masuiikominka_earthquake .sec_recommend p,
  .masuiikominka_earthquake .wp-block-list,
  .masuiikominka_earthquake .wp-element-caption {
    font-size: 2.2rem;
  }
}

/* .masuiikominka_sakan */
.page-template-page-point .masuiikominka_sakan section.wp-block-group {
  padding-bottom: 0;
}
.masuiikominka_sakan .pickup_area,
.masuiikominka_sakan .pickup_area.wp-block-list {
  background-color: #f4f4f4;
  padding: 1em 2em;
  margin: 0 0 1em 0
}
.masuiikominka_sakan .pickup_area h3 {
  font-size: 2.2rem;
  margin: 0;
}
.masuiikominka_sakan .pickup_area .wp-block-list {
  margin: 0;
}
.masuiikominka_sakan .pickup_area cite {
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .masuiikominka_sakan .pickup_area .wp-block-list,
  .masuiikominka_sakan .pickup_area.wp-block-list {
    font-size: 2.2rem;
  }
}

/* .masuiikominka_carpenter */
.page-template-page-point section.wp-block-group.masuiikominka_carpenter {
  padding-top: 0;
}


/* =====================================================
.page-template-page-corporate
===================================================== */
.page-template-page-corporate h1 {
	width: 90%;
	max-width: 1418px;
	margin: 1.4em auto;
	font-size: 2.25em;
}
.page-template-page-corporate h1 .coporate_name {
  font-size: .65em;
}
.page-template-page-corporate h2.wp-block-heading {
    border-left: none;
    padding-left: 0;
}

/* .greeting */
.page-template-page-corporate .greeting {
  padding-bottom: 100px;
}
.page-template-page-corporate .greeting .wp-block-columns {
  align-items: flex-end !important;
}
.page-template-page-corporate .greeting .wp-block-image img {
  border-radius: 2.5em;
}
.page-template-page-corporate .greeting .text {
  line-height: 1.8;
}

/* table */
.page-template-page-corporate .inner.table {
  max-width: 1280px;
  padding-bottom: 100px;
}

.page-template-page-corporate .table .wp-block-table table {
  border-collapse: separate;
  border-spacing: 70px 0;
  table-layout: fixed;
  
}
.page-template-page-corporate .table .wp-block-table td:first-child{
  width: 15em;
  @include mq{
    max-width100%
  }
}
.page-template-page-corporate .table .wp-block-table td,
.page-template-page-corporate .table .wp-block-table th {
  border-right: 0;
  border-left: 0;
  padding: 2rem .5em;
  box-sizing: border-box;
}
.page-template-page-corporate .table .wp-block-table tr:nth-child(n+2) td,
.page-template-page-corporate .table .wp-block-table tr:nth-child(n+2) th {
  border-top: 0;
}

/* .philosophy */
.page-template-page-corporate .philosophy.inner {
  max-width: 1120px;
  padding: 120px 0;
}


/* =====================================================
model_house
===================================================== */
/* masuii_model_house */
@media screen and (max-width: 767px) {
  .page-id-9145 .top_img img,
  .post-type-archive-model_house .top_img img,
  .single-model_house .top_img img {
    object-position: left center;
  }
}

.wp-block-columns.menu_model_house h2 {
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #707070;
  border-radius: 1em;
  line-height: 1.2;
  padding: 1em;
  margin: 0;
}
.wp-block-columns.menu_model_house > .wp-block-column:first-child h2 {
  background-image: url(../../../../uploads/2025/12/icn_event.png);
  background-position: right 20px bottom 34px;
  background-size: 112px;
  padding-bottom: 166px;
}
.wp-block-columns.menu_model_house > .wp-block-column:nth-child(2) h2 {
  background-image: url(../../../../uploads/2025/12/icn_workshop.png);
  background-position: right 22px bottom 33px;
  background-size: 99px;
  padding-bottom: 128px;
}
.wp-block-columns.menu_model_house > .wp-block-column:nth-child(3) h2 {
  background-image: url(../../../..//uploads/2025/12/icn_modelhouse.png), url(../../../..//uploads/2025/12/icn_modelhouse02.png);
  background-position: left 22px bottom 19px, right 22px bottom 26px;
  background-size: 65px, 62px;
  padding-bottom: 166px;
}
.menu_model_house > .wp-block-column p {
  font-size: 2rem;
}

.menu_model_house + .wp-block-separator {
  margin: 150px 0 80px;
}

.list_model_house_event ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px 6.5%;
}
.list_model_house_event li {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 30% 68%;
  column-gap: 2%;
}
.list_model_house_event li figure {
  margin-bottom: 0;
  grid-row: 1 / 3;
}
.list_model_house_event li .wp-block-post-date {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.list_model_house_event li .wp-block-post-title {
  font-size: 2.2rem;
  line-height: 1.27em;
  margin: 0;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.list_model_house_event li .wp-block-post-date a,
.list_model_house_event li .wp-block-post-title a {
  color: #000;
  text-decoration: none;
}

.header_event_model_house {
  margin-bottom: 3em;
}
.header_event_model_house h2.wp-block-heading {
  margin-bottom: 0;
}
.event_model_house .text_link a {
  color: #000;
  text-decoration: none;
}
.event_model_house + .wp-block-separator {
  margin: 80px 0;
}

/* これトップ？クラス名かえる */
.contact_model_house {
  padding-bottom: 120px;
}
.contact_model_house h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_model_house_event ul {
    grid-template-columns: auto;
  }
}

/* model_house archive */
.post-type-archive-model_house .top_img {
 position: relative; 
}
.archive .inner.model_house {
  max-width: 900px;
  padding-bottom: 120px;
}
.model_house_list li + li {
  margin-top: 2em;
  border-top: 1px solid #707070;
  padding-top: 2em;
}
.model_house_list a {
  color: #000;
  text-decoration: none;
  display: grid;
  grid-template-columns: 20% 78%;
  gap: 1em 2%;
}
.model_house_list .date {
  grid-column: 1/3;
}
.model_house_list .cat {
  display: inline-block;
  background-color: #7B7032;
  border: 1px solid #7B7032;
  color: #fff;
  font-size: .75em;
  font-weight: 300;
  padding: 3px 1em 0;
  margin-left: 5px;
}
.model_house_list .tag {
  display: inline-block;
  background-color: #fff;
  border: 1px solid;
  color: #7B7032;
  font-size: .75em;
  font-weight: 300;
  padding: 3px 1em 0;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .archive .inner.model_house {
    padding-bottom: 30px;
  }
  .model_house_list h2 {
    line-height: 1.6;
  }
}

/* pagenavi */
.model_house .wp-pagenavi a {
  color: #292929;
}
.model_house .wp-pagenavi a:hover {
  border-color: #292929;
}
.model_house .wp-pagenavi > * {
  border-color: #292929;
}
.model_house .wp-pagenavi .current {
  background-color: #292929;
  border-color: #292929;
}

/* .single */
.single.single-model_house {
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 70%, rgba(250, 250, 247, 1) 70%);
}
.single-model_house .top_img {
  position: relative;
}
@media screen and (max-width: 767px) {
.single.single-model_house {
  background: #fff;
}
}

/* .info_model_house */
.info_model_house {
  background-color: #fff;
  color: #626262;
  padding: 80px 0;
}
.info_model_house .inner {
  display: flex;
  align-items: center;
}
.info_model_house .name {
  display: flex;
  align-items: center;
}
.info_model_house .name::before {
  content: "";
  flex: 0 0 auto;
  width: 127px;
  height: 127px;
  background: #554F11 url(../../../../uploads/2025/11/icn_model_house.png) center/93px no-repeat;
}
.info_model_house .text {
  flex: 0 0 auto;
  color: #626262;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-left: 4%;
}
.info_model_house .text .sub {
  font-size: .8em;
  font-weight: 300;
}
.info_model_house .border {
  flex: 0 0 1px;
  align-self: stretch;
  width: 1px;
  background-color: #707070;
  margin: 0 1.9% 0 3%;
}
.info_model_house .address {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
}
.info_model_house .address .sub {
  font-size: .8em;
  font-weight: 300;
}
.info_model_house .btns {
  margin-left: auto;
}
.info_model_house .btn.tel {
  width: 300px;
  background-color: #7B7032;
  border-radius: 2.5em;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 10px 2em 10px 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info_model_house .btn.tel::before {
  content: "";
  width: 28px;
  padding-top: 28px;
  background: url(../../../../uploads/2025/11/icn_tel.svg) center / contain no-repeat;
}
.info_model_house .btn.tel .notes {
  font-size: .6em;
  font-weight: 300;
  padding: 0;
}
.info_model_house .btns .caution { 
  display: block;
  color: #707070;
  font-size: .85em;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .info_model_house .inner {
    flex-direction: column;
    gap: 20px;
  }
  .info_model_house .name {
    width: 100%;
  }
  .info_model_house .name::before {
    width: 80px;
    height: 80px;
    background-size: 60px;
  }
  .info_model_house .text {
    flex: 1;
    font-size: 1.1em;
  }
  .info_model_house .border {
    width: 100%;
    margin: auto;
  }
  .info_model_house .address {
    font-size: 1em;
  }
  .info_model_house .btns {
    margin: auto;
  }
}

/* =====================================================
.workflow
===================================================== */
.workflow {
  width: fit-content;
  margin: auto;
}
.workflow_list {
  width: fit-content;
  margin: auto;
}

ul.flow02 {
  list-style: none;
  display: flex;
}
ul.flow02 li {
  text-decoration: none;
  color: #fff;
  padding: 1em;
  position: relative;
}
ul.flow02 li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #cec178;
    transform: skewX(-15deg);
}
ul.flow02 li:nth-child(odd)::before {
  background-color: #b5a966;
}
ul.flow02 h4 {
  margin: 0;
}
ul.flow02 h5 {
  font-weight: 300;
  margin: .5em 0 0;
}
.notes {
  padding: 0 0 0 2em;
  font-size: .85em;
}

@media screen and (max-width: 767px) {
  ul.flow02 {
      flex-direction: column;
      padding-left: 0;
  }
  ul.flow02 li,
  ul.flow02 li.is-current {
    background-color: #cec178;
    font-weight: 600;
    padding: .5em 1em;
    margin-bottom: 2em;
  }
  ul.flow02 li:nth-child(odd) {
    background-color: #b5a966;
  }
  ul.flow02 li:last-child {
    margin-bottom: 0;
  }
  ul.flow02 li::before {
    content: none;
  }
  ul.flow02 li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px;
    left: 0;
    border-style: solid;
    border-color: #cec178 transparent transparent transparent;
    border-width: 20px 30px 0 30px;
    z-index: 1;
  }
  ul.flow02 li:nth-child(odd):not(:last-child):after {
    border-color: #b5a966 transparent transparent transparent;
  }
  .notes {
    padding-left: 0;
  }
}


/* =====================================================
トップページ
.home
===================================================== */
.home .top_img,
.home .aioseo-breadcrumbs,
.home h1:not([class]) {
  display: none;
}
/* .home h2.wp-block-heading {
  border: none;
  text-align: center;
  padding: 0;
} */
.home .title_home_sec {
  width: fit-content;
  margin: 0 auto 1em;
  border-bottom: 3px solid;
  padding-bottom: 16px;
}

.home .text_link a {
  color: #000;
  text-decoration: none;
}

.home .mv { position: relative;}
.home .mv .title {
  color: #4E4E4E;
  font-size: 2.5em;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 2;
}
.home .mv .title p {
  background-color: rgba(255, 255, 255, .8);
  padding: 0 10px;
  margin: 0;
}
.home .mv .title p + p {
  margin-top: .25em;
}
.home .mv .topics {
  gap: 0;
  position: absolute;
  bottom: 50px;
  left: 8%;
  z-index: 2;
}
.home .mv .topics h2.wp-block-heading {
  background-color: #000;
  border-radius: 2em 0 0 2em;
  color: #fff;
  font-size: 1.125em;
  padding: 12px 2em;
  margin: 0;
}
.home .mv .topics .wp-block-latest-posts__list li {
  background-color: rgba(255, 255, 255, .8);
  border-right: 2px solid;
  font-size: 1.125em;
  padding: 10px 1em;
  display: flex;
  flex-direction: row-reverse;
}
.home .mv .topics .wp-block-latest-posts__post-title {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.home .mv .topics .wp-block-latest-posts__post-date {
  font-size: 1.125em;
  padding-right: .75em;
}
.home .mv .topics .link {
  background-color: rgba(255, 255, 255, .8);
  font-size: 1.125em;
  font-weight: 600;
  padding: 12px 1em;
}
.home .mv .topics .link a {
  color: #000;
  text-decoration: none;
}

/* .news */
.home .news {
  padding: 120px 0;
}
.home .list_news .slick-list li {
  padding: 0 20px;
}
.home .list_news .slick-list li > .wp-block-group {
  background-color: #fff;
  padding-bottom: 1em;
}
.home .list_news .slick-list li a {
  color: #000;
  text-decoration: none;
}
.home .list_news .wp-block-post-featured-image {
  padding-top: 53%;
  position: relative;
  overflow: hidden;
}
.home .list_news .wp-block-post-featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  object-fit: cover;
}
.home .list_news .wp-block-post-date {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 24px;
}
.home .list_news .wp-block-post-title {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0 24px;
  margin: 6px 0 0;
}
.home .list_news .wp-block-post-title a {
  /* 以下行数制限 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home .list_news .slick-dots {
  position: static;
  margin-top: 50px;
}
.home .list_news .slick-dots li {
  width: 70px;
  height: 10px;
}
.home .list_news .slick-dots li button {
  background-color: #fff;
  border: 1px solid #cbcbcb;
  width: 70px;
  height: 8px;
  padding: 0;
}
.home .list_news .slick-dots .slick-active button {
  background-color: #cbcbcb;
}
.home .list_news .slick-dots li button::before {
  content: none;
}

/* .ch */
.home .ch {
  padding: 72px 0 90px;
}
.home .ch .wp-block-group__inner-container {
  width: 88.45%;
  max-width: 1698px;
  margin: auto;
}
.home .ch .wp-block-column:first-child {
  padding-left: 14%;
}
.home .ch .logos {
  justify-content: space-between;
}
.home .ch .logo_youtube img {
  width: 169px;
}
.home .ch .logo_msch img {
  width: 139px;
}
.home .ch .wp-block-column:nth-child(2) {
  margin-top: -137px;
}
.home .ch .wp-element-caption {
  margin: 0;
  font-weight: 600;
}

/* .concept */
.home .concept {
  padding: 100px 0 60px;
}
.home .concept .inner {
  max-width: 1600px;
}
.home .concept_list .wp-block-column {
  background-color: #fff;
}
.home .concept_list .wp-block-image {
  margin-bottom: 0;
  position: relative;
}
.home .concept_list .wp-block-image::before {
  content: "";
  width: 76px;
  height: 76px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.512%22%20height%3D%2230.131%22%20viewBox%3D%220%200%2020.512%2030.131%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_150%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20150%22%20transform%3D%22translate(-208.646%20-2558.889)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_27%22%20data-name%3D%22%E7%B7%9A%2027%22%20x1%3D%2216.29%22%20y1%3D%2213.328%22%20transform%3D%22translate(210.757%202561)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_28%22%20data-name%3D%22%E7%B7%9A%2028%22%20y1%3D%2212.588%22%20x2%3D%2216.29%22%20transform%3D%22translate(210.757%202574.328)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center/13px no-repeat;
  border: 2px solid #fff;
  border-radius: 100%;
  position: absolute;
  right: 40px;
  bottom: 14px;
}
.home .concept_list .wrapper_title {
  padding: 1em 1.5em;
  justify-content: space-between;
  align-items: flex-end;
}
.home .concept_list .wrapper_title a {
  color: #000;
  text-decoration: none;
}
.home .concept_list .wp-block-heading {
  font-size: 1.5em;
  margin-bottom: 0;
}

/* .point */
.home .point {
  padding: 120px 0 60px;
}
.home .point .nav_point {
  border: 0;
  padding: 0;
}
.home .point .nav_point .slick-arrow {
  width: 76px;
  height: 76px;
  background-color: transparent;
  border: 2px solid #fff;
}
.home .point .nav_point .wp-element-caption {
  padding-left: 30px;
  margin-top: -40px;
}
.nav_point .wp-element-caption::before {
  flex-basis: 3.25em;
  width: 3.25em;
  height: 3.25em;
}
.home .point .nav_point .slick-dots {
  bottom: -50px;
}
.home .point .nav_point .slick-dots li {
  width: 70px;
  height: 10px;
}
.home .point .nav_point .slick-dots li button {
  background-color: #fff;
  border: 1px solid #cbcbcb;
  width: 70px;
  height: 8px;
  padding: 0;
}
.home .point .nav_point .slick-dots .slick-active button {
  background-color: #cbcbcb;
}
.home .point .nav_point .slick-dots li button::before {
  content: none;
}

/* .flow */
.home .flow {
  padding: 120px 0 70px;
}
.home .flow .wp-block-gallery {
  gap: 0;
}

/* .after_follow */
.home .after_follow {
  padding: 70px 0;
}

/* home_works */
.home_works {
  padding: 120px 0 60px;
}

/* voice */
.home .voice {
  padding: 120px 0;
}
.home .voice .wp-block-columns {
  gap: 30px;
}

/* .home_works */
.home_works .list_works li > .wp-block-group {
  padding: 0 15px;
}
.home_works .list_works li a {
  color: #000;
  text-decoration: none;
}
.home_works .list_works .wp-block-post-title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home_works .list_works .wp-block-post-title::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../../../uploads/2025/11/icn_arrow_right.svg) center / contain no-repeat;
  margin-left: 10px;
}

/* .home_contact */
.home_contact {
  padding: 70px 0 120px;
}
