@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, textarea, select {
  -webkit-appearance: none;
}

@font-face {
  font-family: "gujarati_sangam_mn";
  src: url("../font/gujarati_sangam_mn.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
html.fixed {
  overflow: hidden;
}

body {
  min-height: 100vh;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #333333;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  display: block;
  width: 100%;
}

.header {
  margin-top: 1em;
}
.header .inner {
  width: 100%;
  margin: 0 auto;
  padding: 1vw 5vw 0;
  box-sizing: border-box;
  position: relative;
}
.header .site-title {
  width: 456px;
}
@media only screen and (max-width: 600px) {
  .header .site-title {
    width: 60%;
    position: relative;
    z-index: 1001;
  }
}
.header .site-title span {
  display: inline-block;
  margin-top: 0.5em;
  color: #6D9131;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 768px) {
  .header .site-title span {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.header .hide .site-title {
  opacity: 0;
  left: -100%;
}

.menu__button {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 5vw;
  z-index: 1001;
  transform: translateY(25%);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .menu__button {
    width: 40px;
    height: 40px;
    padding: 0;
  }
}
.menu__button .line {
  display: block;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background: #475019;
  transition: all 0.5s ease;
}
.menu__button .line:first-child {
  width: 30px;
}
@media only screen and (max-width: 768px) {
  .menu__button .line:first-child {
    width: 20px;
  }
}
.menu__button .line:nth-child(2) {
  width: 25px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .menu__button .line:nth-child(2) {
    width: 15px;
    margin-top: 5px;
  }
}
.menu__button .line:nth-child(3) {
  width: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .menu__button .line:nth-child(3) {
    width: 10px;
    margin-top: 5px;
  }
}
.menu__button.active .line:first-child {
  width: 30px;
  transform: rotate(45deg) translate(6px, 6px);
}
@media only screen and (max-width: 768px) {
  .menu__button.active .line:first-child {
    width: 20px;
    transform: rotate(45deg) translate(5px, 5px);
  }
}
.menu__button.active .line:nth-child(2) {
  width: 30px;
  opacity: 0;
}
.menu__button.active .line:nth-child(3) {
  width: 30px;
  transform: rotate(-45deg) translate(9px, -9px);
}
@media only screen and (max-width: 768px) {
  .menu__button.active .line:nth-child(3) {
    width: 20px;
    transform: rotate(-45deg) translate(3px, -3px);
  }
}

.header__nav {
  width: 100%;
  height: 100%;
  padding-right: 5vw;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url(../images/module/menu_bg.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50% auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 1000;
  transition: all 1s ease;
}
@media only screen and (max-width: 600px) {
  .header__nav {
    background-image: none;
  }
}
.header__nav .nav__lists {
  list-style: none;
  font-size: 2.3rem;
  line-height: 2.608;
  text-align: right;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .header__nav .nav__lists {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.header__nav .nav__lists a:hover {
  text-decoration: none;
}
.header__nav .nav__lists a:hover::before {
  content: "●";
  color: #553191;
  padding-right: 0.3em;
}
.header__nav .other__link {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 5vw;
  bottom: 5vw;
  font-family: "Shippori Mincho B1", serif;
}
@media only screen and (max-width: 768px) {
  .header__nav .other__link {
    flex-direction: column;
  }
}
.header__nav .other__link .list__item:first-child {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #333;
}
@media only screen and (max-width: 768px) {
  .header__nav .other__link .list__item:first-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    text-align: right;
  }
}
.header__nav.active {
  right: 0;
}

.main {
  width: 100%;
  padding: 125px 5vw 170px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .main {
    padding-top: 40px;
    padding-bottom: 30vw;
  }
}
.main .content__wrap {
  width: 90%;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .main .content__wrap {
    max-width: unset;
  }
}

.footer--home {
  width: 100%;
  position: fixed;
  bottom: 0;
}
.footer--home::before {
  display: block;
  content: "";
  width: 122px;
  height: 92px;
  background: url(../images/top/footer_ico.png) no-repeat left top/cover;
  position: absolute;
  bottom: 0;
  right: 90px;
}
@media only screen and (max-width: 768px) {
  .footer--home::before {
    width: 59px;
    height: 44px;
    right: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer--home {
    width: 100%;
    left: 0;
  }
}
.footer--home .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 5vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .footer--home .inner {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
  }
}
.footer--home .info-l,
.footer--home .info-r {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .footer--home .info-l,
.footer--home .info-r {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer--home .info-l {
  font-size: 1rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  .footer--home .info-l {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 0;
    font-size: 8px;
    font-size: 2.1333333333vw;
  }
}
.footer--home .info-l .site-title {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .footer--home .info-l .site-title {
    width: 50%;
  }
}
.footer--home .info-r {
  font-size: 1.2rem;
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #707070;
}
@media only screen and (max-width: 768px) {
  .footer--home .info-r {
    margin-top: 0;
    margin-left: 0;
    padding-top: 1em;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #707070;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.footer--home .info-r p:first-child {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media only screen and (max-width: 768px) {
  .footer--home .info-r p:first-child {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.footer {
  padding-top: 20px;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-top: 1px solid #6D9131;
  font-family: "Shippori Mincho B1", serif;
}
.footer::before {
  display: block;
  content: "";
  width: 122px;
  height: 91px;
  background: url(../images/module/footer_ico.png) no-repeat left top/cover;
  position: absolute;
  top: 0;
  right: 9.6vw;
  transform: translateY(-100%);
}
.footer a {
  color: #000;
}
.footer .inner {
  width: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
  box-sizing: border-box;
  margin: 0 auto;
}
.footer .site-title {
  width: 183px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .footer .site-title {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer .info__wrap {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.footer .bottom__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .footer .bottom__wrap {
    flex-direction: column;
  }
}
.footer .footer__link {
  width: auto;
  margin: 13px auto 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .footer .footer__link {
    width: 100%;
    margin: 25px auto 0;
    flex-direction: column;
  }
}
.footer .footer__link .list__item {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #707070;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer .footer__link .list__item {
    margin-left: 0;
    margin-bottom: 0.5em;
    padding-left: 0;
    border-left: none;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.footer .footer__link .list__item:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.footer .copy {
  font-size: 1rem;
}
@media screen and (max-width: 1250px) {
  .footer .copy {
    width: 100%;
    text-align: left;
    margin-top: 25px;
  }
}

.article__lists {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  margin-left: 90px;
}
@media only screen and (max-width: 768px) {
  .article__lists {
    margin-left: 1em;
  }
}
.article__lists .list__item {
  margin-top: 3em;
  font-size: 2rem;
  font-family: YuMincho, "Yu Mincho", serif;
}
.article__lists .list__item a {
  position: relative;
}
.article__lists .list__item a:hover {
  text-decoration: none;
}
.article__lists .list__item a:hover::before {
  content: "●";
  color: #553191;
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  left: -1.3em;
  transform: translateY(-50%);
}
.article__lists .list__item .post-title {
  padding-left: 65px;
}
@media only screen and (max-width: 768px) {
  .article__lists .list__item .post-title {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .article__lists .list__item {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.article__lists .list__item:first-child {
  margin-top: 0;
}

.form__wrap {
  margin-top: -3em;
}
@media only screen and (max-width: 768px) {
  .form__wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.form-table {
  width: 760px;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .form-table {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .form-table tr {
    display: block;
    width: 100%;
  }
}
.form-table th,
.form-table td {
  padding: 1em;
  vertical-align: middle;
}
.form-table th {
  width: 25%;
  text-align: left;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .form-table th {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
    margin-bottom: 0.5em;
  }
}
.form-table td {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .form-table td {
    display: block;
    width: 100%;
    margin-bottom: 2em;
    padding: 0;
  }
}
.form-table input,
.form-table textarea,
.form-table select {
  width: 100%;
  padding: 0.5em;
  border: solid 1px #333;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .form-table input,
.form-table textarea,
.form-table select {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.btn__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

input[type=submit] {
  display: block;
  width: 90%;
  max-width: 300px;
  margin: 50px 50px 0 0;
  padding: 1em 0;
  border: none;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
  background: #E8E8E8;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #333;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  input[type=submit] {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

input[name=submitBack] {
  margin-right: 5%;
}

.nav-links {
  margin-left: 90px;
}
@media only screen and (max-width: 768px) {
  .nav-links {
    margin-left: 0;
  }
}

.page-numbers {
  margin-top: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-numbers {
    margin-top: 30px;
  }
}
.page-numbers li {
  margin-left: 1em;
}
.page-numbers li:first-child {
  margin-left: 0;
}
.page-numbers li a, .page-numbers li .current {
  display: block;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers li a.current, .page-numbers li .current.current {
  font-weight: bold;
}

.single .pagenation {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single .pagenation a {
  display: block;
  width: 2em;
  height: 2em;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single .pagenation a:first-child {
  margin-right: 1em;
}

.page__title {
  margin-bottom: 70px;
  color: #414141;
  font-size: 4.2rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  .page__title {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 60px;
  }
}

#wrapper {
  display: block;
  transition: all 1s ease;
}
#wrapper .hide {
  display: none;
}

.loading__wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading__wrap.is-active {
  opacity: 0;
  visibility: hidden;
}
.loading__wrap .logo__wrap {
  width: 30%;
  max-width: 400px;
}

.txt--center {
  text-align: center !important;
}

.txt--left {
  text-align: left !important;
}

.txt--right {
  text-align: right !important;
}

.txt--center--sp {
  text-align: center !important;
}

.txt--left--sp {
  text-align: left !important;
}

.txt--right--sp {
  text-align: right !important;
}

.fontW--normal {
  font-weight: normal !important;
}

.fontW--bold {
  font-weight: bold !important;
}

.txt.--smallest {
  font-size: 1rem;
}
.txt.--smaller {
  font-size: 1.2rem;
}
.txt.--small {
  font-size: 1.4rem;
}
.txt.--normal {
  font-size: 1.6rem;
}
.txt.--large {
  font-size: 1.8rem;
}
.txt.--larger {
  font-size: 2rem;
}
.txt.--largest {
  font-size: 2.2rem;
}

.break-pc {
  display: block !important;
}
@media only screen and (max-width: 600px) {
  .break-pc {
    display: none !important;
  }
}

.break-sp {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  .break-sp {
    display: block !important;
  }
}

.page-top {
  position: relative;
  background: #6D9131;
}
.page-top .header .site-title span {
  color: #000;
}
.page-top .header .site-title img {
  transition: all 1s ease;
}
.page-top .header.active .site-title img {
  filter: brightness(0%);
}
.page-top .main {
  padding-top: 25px;
  justify-content: flex-start;
}
.page-top .top__nav__lists {
  list-style: none;
  position: relative;
  opacity: 1;
  left: 0;
  transition: all 1s ease;
}
.page-top .top__nav__lists .list__item {
  font-size: 1.4rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .page-top .top__nav__lists .list__item {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.page-top .top__nav__lists .list__item a {
  color: #fff;
}
.page-top .top__nav__lists .list__item a:hover {
  text-decoration: none;
}
.page-top .top__nav__lists .list__item a:hover::after {
  content: "●";
  color: #553191;
  padding-left: 0.3em;
}
.page-top .footer {
  width: 100%;
  position: fixed;
  bottom: 0;
}

.hide .top__nav__lists {
  opacity: 0;
  left: -100%;
}

.page-about dl {
  width: 100%;
  max-width: 900px;
  margin-bottom: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 2.4;
}
@media only screen and (max-width: 768px) {
  .page-about dl {
    line-height: 1.7;
  }
}
.page-about dl dt {
  width: 4em;
  margin-right: 2em;
}
.page-about dl dd {
  width: calc(100% - 6em);
}
@media only screen and (max-width: 1024px) {
  .page-about dl dd {
    width: calc(100% - 6em);
  }
}

.page-furniture .lead-txt,
.page-works .lead-txt {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .page-furniture .lead-txt,
.page-works .lead-txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.page-furniture .link-txt,
.page-works .link-txt {
  display: inline-block;
  margin-top: 140px;
  padding-left: 1.5em;
  font-size: 1.8rem;
  line-height: 1.8;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-furniture .link-txt,
.page-works .link-txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    display: block;
    width: 100%;
    margin-top: 36px;
    padding: 1em 0;
    box-sizing: border-box;
    background: #6D9131;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.page-furniture .link-txt::before,
.page-works .link-txt::before {
  display: block;
  content: "●";
  color: #6D9131;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .page-furniture .link-txt::before,
.page-works .link-txt::before {
    display: none;
  }
}
.page-furniture .work-sample1,
.page-works .work-sample1 {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-furniture .work-sample1,
.page-works .work-sample1 {
    flex-direction: column;
    margin-top: 50px;
  }
}
.page-furniture .work-sample1 .img__wrap,
.page-works .work-sample1 .img__wrap {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-furniture .work-sample1 .img__wrap,
.page-works .work-sample1 .img__wrap {
    width: 100%;
  }
}
.page-furniture .work-sample1 .txt__wrap,
.page-works .work-sample1 .txt__wrap {
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  .page-furniture .work-sample1 .txt__wrap,
.page-works .work-sample1 .txt__wrap {
    margin-left: auto;
  }
}
.page-furniture .work-sample2,
.page-works .work-sample2 {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  .page-furniture .work-sample2,
.page-works .work-sample2 {
    margin-top: 80px;
  }
}
.page-furniture .work-sample2 .txt__wrap,
.page-works .work-sample2 .txt__wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .page-furniture .work-sample2 .txt__wrap,
.page-works .work-sample2 .txt__wrap {
    margin-top: 20px;
  }
}
.page-furniture .work-sample3,
.page-works .work-sample3 {
  width: 100%;
  margin: 200px auto 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-furniture .work-sample3,
.page-works .work-sample3 {
    width: 100%;
    margin: 80px auto 0;
    flex-direction: column;
  }
}
.page-furniture .work-sample3 .img__wrap,
.page-works .work-sample3 .img__wrap {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-furniture .work-sample3 .img__wrap,
.page-works .work-sample3 .img__wrap {
    width: 100%;
  }
}
.page-furniture .work-sample3 .txt__wrap,
.page-works .work-sample3 .txt__wrap {
  margin-right: 100px;
}
@media only screen and (max-width: 768px) {
  .page-furniture .work-sample3 .txt__wrap,
.page-works .work-sample3 .txt__wrap {
    margin-right: auto;
  }
}
.page-furniture .work-sample4,
.page-works .work-sample4 {
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-furniture .work-sample4,
.page-works .work-sample4 {
    flex-direction: column;
    margin-top: 50px;
  }
}
.page-furniture .work-sample4 .img__wrap,
.page-works .work-sample4 .img__wrap {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-furniture .work-sample4 .img__wrap,
.page-works .work-sample4 .img__wrap {
    width: 100%;
  }
}
.page-furniture .work-sample4 .txt__wrap,
.page-works .work-sample4 .txt__wrap {
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  .page-furniture .work-sample4 .txt__wrap,
.page-works .work-sample4 .txt__wrap {
    margin-left: auto;
  }
}
.page-furniture .txt__wrap,
.page-works .txt__wrap {
  width: calc(50% - 100px);
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .page-furniture .txt__wrap,
.page-works .txt__wrap {
    width: 100%;
    margin: 20px auto 0;
  }
}
.page-furniture .txt__wrap .sample-title,
.page-works .txt__wrap .sample-title {
  margin-bottom: 5px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-furniture .txt__wrap .sample-title,
.page-works .txt__wrap .sample-title {
    font-size: 18px;
    font-size: 4.8vw;
    padding-bottom: 0.1em;
  }
}
.page-furniture .txt__wrap .sample-price,
.page-works .txt__wrap .sample-price {
  font-size: 1.4rem;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .page-furniture .txt__wrap .sample-price,
.page-works .txt__wrap .sample-price {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
}

.page-works .work-sample1 {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  .page-works .work-sample1 {
    margin-top: 80px;
  }
}
.page-works .work-sample2 {
  margin-top: 0;
}

.single .page__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  font-size: 4.2rem;
  font-weight: normal;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media only screen and (max-width: 768px) {
  .single .page__title {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.single .page__title .date {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .single .page__title .date {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.single .article__wrap {
  width: 100%;
  max-width: 900px;
  margin-top: 90px;
  margin-left: 90px;
}
@media only screen and (max-width: 1024px) {
  .single .article__wrap {
    max-width: unset;
    margin: 50px auto 0;
    margin-left: 0;
  }
}
.single .thumbnail__wrap {
  width: 100%;
}
.single .txt__wrap {
  width: 100%;
  margin-top: 50px;
}
.single .txt__wrap p {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .single .txt__wrap p {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
.single .link-txt {
  display: block;
  margin-top: 140px;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: underline;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .single .link-txt {
    margin-top: 3em;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.page-privacy-policy .head,
.page-tokushoho .head {
  color: #6D9031;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-privacy-policy .head,
.page-tokushoho .head {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.page-privacy-policy .head + .txt,
.page-tokushoho .head + .txt {
  margin-top: 0.5em;
}
.page-privacy-policy .txt + .head,
.page-tokushoho .txt + .head {
  margin-top: 1em;
}/*# sourceMappingURL=style.css.map */