@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
/* ＝＝＝＝＝＝＝＝＝【Reset】＝＝＝＝＝＝＝＝ */
*, *::before, *::after {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
img {
  width: 100%;
  height: auto;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
  text-align: center;
}
code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #f6fafd;
  cursor: help;
}
mark, ins {
  background: #f4f5f7;
  text-decoration: none;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
.txt_red {
  color: #cb4829;
}
.txt_bold {
  font-weight: bold;
}
.txt_ul {
  text-decoration: underline;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.vtop {
  vertical-align: top;
}
.vmiddle {
  vertical-align: middle;
}
.no_float {
  float: none !important;
}
.display_b {
  display: block;
}
.dis_inb {
  display: inline-block;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}
button, input {
  line-height: normal;
  overflow: visible;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text], input[type=email], textarea {
  color: #aaa;
  border: 1px solid #fff;
  border-radius: 5px;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
  color: #101010;
}
input[type=text], input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  padding: 10px;
  vertical-align: top;
  width: 98%;
}
a {
  color: #258d3f;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  color: #136eab;
}
.header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: #040f07 url(../images/navy.png);
}
@media (max-width: 1023px) {
  .header {
    display: none;
  }
}
.header .logo-text {
  padding: 0;
}
.header-front {
  background: url(../images/front_tt01.jpg);
  background-size: cover;
  height: 90vh;
  min-height: 800px;
}
@media (max-width: 1023px) {
  .header-front {
    background-position: 20%;
    height: 70vh;
  }
}
h1 {
  display: grid;
  place-items: center;
}
h1 img.front_logo {
  width: 520px;
  position: relative;
  top: 50%;
}
.navi {
  background: #040f07 url(../images/navy.png);
}
.navi .navi-in a {
  color: #fff;
}
.navi-in > ul li {
  height: 100px;
  line-height: 100px;
}
.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.content {
  flex: 1;
}
.footer {
  background: url(../images/footer_tt.jpg);
  background-size: cover;
}
@media (max-width: 1023px) {
  .footer {
    height: auto;
  }
}
.footer .footer-add {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
@media (max-width: 1023px) {
  .footer .footer-add {
    display: block;
  }
}
.footer .footer-add .left {
  padding: 0 1.5em;
}
@media (max-width: 1023px) {
  .footer .footer-add .left {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 1em;
  }
}
.footer .footer-add .right {
  text-align: left;
  color: #fff;
  font-size: 14px;
}
.footer .copyright {
  display: block;
  text-align: center;
  border-top: #f6fafd solid 1px;
  padding: 1em;
  color: #fff;
}
.header-in .logo-image img {
  min-width: 185px;
  max-width: 300px;
}
@media (max-width: 1023px) {
  .wrap {
    padding: 0 0.5em;
  }
}
.front-policy {
  background: url(../images/front_tt02.jpg) bottom;
  background-size: cover;
  height: 80vh;
  min-height: 800px;
}
@media (max-width: 1023px) {
  .front-policy {
    height: 75vh;
    background-position: 45%;
  }
}
.front-policy .policy_in {
  width: 55%;
  position: relative;
  top: 5em;
  right: -50%;
  text-align: center;
  color: #fff;
}
@media (max-width: 1023px) {
  .front-policy .policy_in {
    width: 100%;
    position: static;
    padding: 2em 0;
  }
}
.front-policy .policy_in h2 {
  font-size: 6em;
  font-family: 'Sawarabi Mincho', sans-serif;
}
@media (max-width: 1023px) {
  .front-policy .policy_in h2 {
    font-size: 3em;
  }
}
.front-policy .policy_in a {
  background: #fff;
  padding: 0.5em;
  margin-top: 3em;
}
.container-front {
  background: url(../images/front_tt03.png);
  background-size: cover;
}
.content-front {
  margin: 1.5em 0 6em;
}
.content-front h2 {
  text-align: center;
  color: #fff;
  font-size: 6em;
  font-family: 'Sawarabi Mincho', sans-serif;
  margin: 0.5em;
}
@media (max-width: 1023px) {
  .content-front h2 {
    font-size: 4em;
  }
}
.content-front main {
  margin-bottom: 3em;
}
.item-label {
  font-family: 'Sawarabi Mincho', sans-serif;
  position: relative;
}
.item-label p {
  color: #aaa;
  font-size: 1.7em;
  position: relative;
  top: 0.4em;
}
.item-label span {
  color: #fff;
  font-size: 0.85em;
  position: absolute;
  bottom: 1.3em;
  left: 0;
  right: 0;
}
.item-label span:hover {
  color: #aaa;
}
.in_subhead {
  font-family: 'Sawarabi Mincho', sans-serif;
  height: 25vh;
  min-height: 150px;
  color: #fff;
}
.in_subhead h2, .in_subhead p {
  display: grid;
  place-items: center;
}
.in_subhead h2 {
  font-size: 5em;
  padding-top: 0.2em;
}
@media (max-width: 1023px) {
  .in_subhead h2 {
    font-size: 4em;
  }
}
.in_subhead p {
  font-size: 1.5em;
}
@media (max-width: 1023px) {
  .in_subhead p {
    font-size: 1em;
  }
}
.news {
  background: url(../images/sub_tt01.jpg);
  background-size: cover;
  background-position: bottom;
}
.suit-order {
  background: url(../images/sub_tt02.jpg);
  background-size: cover;
  background-position: bottom;
}
.design {
  background: url(../images/sub_tt03.jpg);
  background-size: cover;
  background-position: top;
}
.price {
  background: url(../images/sub_tt04.jpg);
  background-size: cover;
  background-position: center;
}
.company {
  background: url(../images/sub_tt05.jpg);
  background-size: cover;
  background-position: center;
}
.contact {
  background: url(../images/sub_tt06.jpg);
  background-size: cover;
  background-position: center;
}
main.page-main {
  background: #fff;
}
main.page-main .container-page {
  background: #f4f5f7;
}
main.page-main .post-date {
  display: none;
}
.sidebar h3 {
  background: none;
  font-family: 'Sawarabi Mincho', sans-serif;
  color: #1b642d;
  border-bottom: 2px solid #1b642d;
}
.sidebar h3:before {
  font-family: FontAwesome;
  content: '\f105';
  padding-right: 0.5em;
}
.entry-content {
  margin: 0;
}
.article h2 {
  background: none;
  text-align: center;
  font-size: 32px;
  font-family: 'Sawarabi Mincho', sans-serif;
  color: #103c1b;
  padding: 0.5em 0;
}
.article h3 {
  border: none;
  font-family: 'Sawarabi Mincho', sans-serif;
  color: #103c1b;
  border-bottom: 2px solid #103c1b;
}
.article h4 {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: normal;
  border: none;
  margin: 0;
  padding: 0 0 0.5em;
  font-size: 1.3em;
  color: #258d3f;
}
.article h4:before {
  font-family: FontAwesome;
  content: '\f14a';
  padding-right: 0.5em;
}
.txtbox {
  margin: 0.5em 0 6em;
}
.txtbox p {
  margin: 0 0 1.5em;
}
.txtbox p:last-of-type {
  margin: 0;
}
.page_flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .page_flex {
    display: block;
  }
}
@media (max-width: 1023px) {
  .page_flex .flex_img {
    margin-bottom: 1.5em;
    width: 100%;
  }
}
.page_flex .flex_txt {
  padding: 0 1em;
}
@media (max-width: 1023px) {
  .page_flex .flex_txt {
    padding: 0;
    width: 100%;
  }
}
.page_flex:nth-child(even) {
  flex-direction: row-reverse;
}
.page_flex_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .page_flex_list {
    display: block;
  }
}
.page_flex_list .content_list {
  background: #f4f5f7;
  margin-bottom: 1.5em;
}
@media (max-width: 1023px) {
  .page_flex_list .content_list {
    width: 100%;
  }
}
.page_flex_list .content_list .list_txt {
  padding: 1em;
}
.list_tag {
  padding: 0.2em;
  background: #19602d;
  color: #fff;
  font-size: 14px;
}
.txt_red {
  font-weight: bold;
  color: #cb4829;
}
.txt_bold {
  font-weight: bold;
}
.page_line {
  border-bottom: 1px dotted #aaa;
  padding: 1em 0;
}
.btn_page, .btn_tel {
  display: block;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  margin: 2em auto;
}
.btn_page {
  background: #30b551;
}
.btn_tel {
  background: #136eab;
}
@media (min-width: 1024px) {
  .btn_tel {
    display: none;
  }
}
.main-bdr {
  border-color: #258d3f;
}
.tl-content {
  position: relative;
  padding: 0 0 1.5em 1.8em;
}
.tl-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
  width: 3px;
  background: #aaa;
}
.tl-content:not(:first-of-type):not(:last-of-type) .tl_marker {
  background: transparent;
}
.tl-content:last-of-type:before {
  content: none;
}
.tl-content img {
  max-width: 100%;
  height: auto;
}
.tl_label {
  padding-top: 2px;
  color: #258d3f;
  font-size: 14px;
  font-weight: bold;
}
.tl_title {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
}
.tl_main {
  margin-top: 0.5em;
  padding: 0 0 1.5em;
  font-size: 0.9em;
  line-height: 1.6;
  border-bottom: dashed 1px #aaa;
}
.main-bc {
  background-color: #258d3f;
}
.tl_marker {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #258d3f;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 1023px) {
  .is-fixed {
    display: none;
  }
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
select, textarea, .field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 350px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media (max-width: 500px) {
  .inquiry td, .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #f4f5f7 !important;
  }
  .inquiry .any, .inquiry .haveto {
    font-size: 10px;
  }
}
.inquiry th {
  text-align: left;
}
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #cb4829;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.any {
  font-size: 7px;
  padding: 5px;
  background: #136eab;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.verticallist .wpcf7-list-item {
  display: block;
}
#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #258d3f;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  margin: 25px auto 0;
}
#formbtn:hover {
  background: #fff;
  color: #258d3f;
  border: 2px solid #258d3f;
}
th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}
td {
  border-top: 1px solid #f4f5f7;
  padding: 12px;
}
input, select, textarea {
  border: 1px solid #f4f5f7;
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}
.mobile-menu-buttons {
  background: #040f07 url(../images/navy.png);
  color: #fff;
  box-shadow: none;
  padding: 0.2em 0;
}
.logo-menu-button img {
  width: auto;
}
.mobile-menu-buttons .menu-button > a {
  color: #fff;
}
.navi-menu-content {
  font-family: 'Sawarabi Mincho', sans-serif;
  background: #040f07 url(../images/navy.png);
}
.navi-menu-content .menu-drawer a {
  color: #f6fafd;
}
.navi-menu-content .menu-item p {
  font-size: 1.7em;
  display: inline-block;
}
.navi-menu-content .menu-item span {
  font-size: 0.8em;
  padding-left: 0.5em;
}
.width0 {
  width: 0;
}
.width10 {
  width: 10%;
}
.width20 {
  width: 20%;
}
.width30 {
  width: 30%;
}
.width40 {
  width: 40%;
}
.width50 {
  width: 50%;
}
.width60 {
  width: 60%;
}
.width70 {
  width: 70%;
}
.width80 {
  width: 80%;
}
.width90 {
  width: 90%;
}
.width100 {
  width: 100%;
}
.width32 {
  width: 32%;
}
.width333 {
  width: 33.3%;
}
.width49 {
  width: 49%;
}
.m0 {
  margin: 0;
}
.m1em {
  margin: 1em;
}
.m2em {
  margin: 2em;
}
.m3em {
  margin: 3em;
}
.mb0 {
  margin-bottom: 0;
}
.mb1em {
  margin-bottom: 1em;
}
.mb2em {
  margin-bottom: 2em;
}
.mb3em {
  margin-bottom: 3em;
}
.mt0 {
  margin-top: 0;
}
.mt1em {
  margin-top: 1em;
}
.mt2em {
  margin-top: 2em;
}
.mt3em {
  margin-top: 3em;
}
.p0 {
  padding: 0;
}
.p1em {
  padding: 1em;
}
.p2em {
  padding: 2em;
}
.p3em {
  padding: 3em;
}
.pb0 {
  padding-bottom: 0;
}
.pb1em {
  padding-bottom: 1em;
}
.pb2em {
  padding-bottom: 2em;
}
.pb3em {
  padding-bottom: 3em;
}
.pt0 {
  padding-top: 0;
}
.pt1em {
  padding-top: 1em;
}
.pt2em {
  padding-top: 2em;
}
.pt3em {
  padding-top: 3em;
}
.txt_right {
  text-align: right;
}
.txt_left {
  text-align: left;
}
.txt_center {
  text-align: center;
}
@media (min-width: 1024px) {
  .media_pc {
    display: block;
  }
}
@media (max-width: 1023px) {
  .media_pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .media_sp {
    display: none;
  }
}
@media (max-width: 1023px) {
  .media_sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */