@charset "UTF-8";
/*!
Theme Name: tri-architects
Description: 株式会社TriArchitects
Theme URI: https://tri-architects.co.jp/
Version: 1.0
License: tri-architects
License URI: https://tri-architects.co.jp/
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

ul, ol {
  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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

body設定(主に書式)

*****************************************/
body {
  background-color: #FFF;
  color: #333;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  min-width: calc(1240px - 10%);
  min-height: 100%;
  float: none;
  margin: 0 auto;
  padding: 0 5%;
  float: none;
  overflow: hidden;
  transition: 0.7s ease-in-out;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #wrapper {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    min-width: 100%;
    width: 100%;
    padding: 0;
  }
}
/****************************************

フォント指定

*****************************************/
li, tt, tr, dt, dd, p, figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

h1 {
  color: #333;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

h2 {
  color: #333;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

h3 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  color: #3366CC;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover, a:active {
  color: #264A97;
  text-decoration: none;
  transition: 0.3s;
}
a img.img_opacity {
  transition: 0.3s linear;
}
a:hover img.img_opacity {
  opacity: 0.7;
  transition: 0.3s linear;
}
a img.img_up {
  transition: 0.3s linear;
}
a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a.link_txt {
  color: #3366CC;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.link_txt::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #3366CC;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
a.link_txt:hover::after {
  transform-origin: right top;
  transform: scale(0, 1);
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #toggle_sp, #sp_navi {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .header_box {
    position: relative;
  }
  .header_box .logo {
    width: 91px;
    margin: 30px auto;
  }
  .header_box .header_btn {
    display: flex;
    align-items: center;
    gap: 0 30px;
    position: absolute;
    top: 38px;
    left: 0;
  }
  .header_box .header_btn li img {
    vertical-align: middle;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #toggle_pc, #pc_navi {
    display: none;
  }
  .header_box {
    position: relative;
  }
  .header_box .logo {
    width: 46px;
    margin: 20px auto;
  }
  .header_box .header_btn {
    display: flex;
    align-items: center;
    gap: 0 20px;
    position: absolute;
    top: 10px;
    left: 5%;
  }
  .header_box .header_btn li {
    width: 20px;
  }
  .header_box .header_btn li img {
    vertical-align: middle;
  }
}
/****************************************

PCハンバーガーメニュー

*****************************************/
@media print, screen and (min-width: 768px) {
  #toggle_pc {
    position: absolute;
    right: 5%;
    top: 65px;
    width: 40px;
    height: 28px;
    cursor: pointer;
    z-index: 9999;
  }
  #toggle_pc div {
    position: relative;
  }
  #toggle_pc span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #333;
    transition: 0.35s ease-in-out;
  }
  #toggle_pc span:nth-child(1) {
    top: 0;
    width: 40px;
  }
  #toggle_pc span:nth-child(2) {
    top: 8px;
    width: 40px;
  }
  #toggle_pc span:nth-child(3) {
    top: 16px;
    right: 0;
    width: 26px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi_pc #toggle_pc {
    position: fixed;
  }
  .open_navi_pc #toggle_pc span {
    background: #333;
  }
  .open_navi_pc #toggle_pc span:nth-of-type(1) {
    width: 30px;
    transform: translateY(8px) rotate(-315deg);
  }
  .open_navi_pc #toggle_pc span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi_pc #toggle_pc span:nth-of-type(3) {
    width: 30px;
    right: auto;
    transform: translateY(-8px) rotate(315deg);
  }
  #pc_navi {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    overflow-y: hidden;
    text-align: left;
    background: #FFF;
    background-size: contain;
    z-index: 999;
    transform: translateX(400px);
    transition: 0.7s ease-in-out;
  }
  .open_navi_pc #pc_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi_pc #wrapper {
    position: relative;
    transform-origin: left center;
    transition: 0.7s ease-in-out;
    background: rgba(151, 147, 145, 0.5);
    opacity: 0.5;
    pointer-events: none;
  }
  #pc_navi .menu {
    padding: 30% 0 14% 80px;
  }
  #pc_navi .menu .menu-item {
    width: 100%;
    cursor: pointer;
    color: #333;
    margin: 0 auto;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.08em;
    font-size: 1.6rem;
    box-sizing: border-box;
  }
  #pc_navi .menu-item a {
    display: block;
    padding: 12px 0;
    font-weight: normal;
    color: #333;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  #pc_navi .menu-item a::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  #pc_navi .menu-item a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  #pc_navi .sub-menu li a {
    display: block;
    padding: 8px 0 8px 15px;
    color: #333;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
  }
  #pc_navi .sub-menu li a:link, #pc_navi .sub-menu li a:visited {
    color: #333;
    text-decoration: none;
  }
  #pc_navi .sub-menu li a:hover, #pc_navi .sub-menu li a:active {
    color: rgba(51, 51, 51, 0.7);
    text-decoration: none;
    position: none;
  }
  #pc_navi .sub-menu li a::after {
    display: none;
  }
  #pc_navi .sub-menu li {
    width: 100%;
  }
  #pc_navi .sub-menu {
    width: 100%;
    display: none;
  }
  .sp_navi_btn {
    margin: 0 auto 20px;
    text-align: center;
  }
  .sp_navi_btn img {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #toggle_pc {
    position: fixed;
  }
}
/****************************************

spハンバーガーメニュー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle_sp {
    position: absolute;
    right: 5%;
    top: 35px;
    width: 30px;
    height: 16px;
    cursor: pointer;
    z-index: 9999;
  }
  #toggle_sp div {
    position: relative;
  }
  #toggle_sp span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #333;
    transition: 0.35s ease-in-out;
  }
  #toggle_sp span:nth-child(1) {
    top: 0;
    width: 30px;
  }
  #toggle_sp span:nth-child(2) {
    top: 8px;
    width: 30px;
  }
  #toggle_sp span:nth-child(3) {
    top: 16px;
    right: 0;
    width: 16px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi_sp #toggle_sp {
    position: fixed;
  }
  .open_navi_sp #toggle_sp span {
    background: #333;
  }
  .open_navi_sp #toggle_sp span:nth-of-type(1) {
    width: 30px;
    transform: translateY(8px) rotate(-315deg);
  }
  .open_navi_sp #toggle_sp span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi_sp #toggle_sp span:nth-of-type(3) {
    width: 30px;
    right: auto;
    transform: translateY(-8px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 260px;
    overflow-y: hidden;
    text-align: left;
    background: #FFF;
    background-size: contain;
    z-index: 999;
    transform: translateX(260px);
    transition: 0.7s ease-in-out;
  }
  .open_navi_sp #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi_sp #wrapper {
    position: relative;
    transform-origin: left center;
    transition: 0.7s ease-in-out;
    background: rgba(151, 147, 145, 0.5);
    opacity: 0.5;
    pointer-events: none;
  }
  #sp_navi .menu {
    padding: 75px 0 40px 50px;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    cursor: pointer;
    color: #333;
    margin: 0 auto;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.08em;
    font-size: 1.5rem;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a {
    display: block;
    padding: 8px 0;
    font-weight: normal;
  }
  #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
    color: #333;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  #sp_navi .menu-item a:link::after, #sp_navi .menu-item a:visited::after, #sp_navi .menu-item a:hover::after, #sp_navi .menu-item a:active::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  #sp_navi .menu-item a:link:hover::after, #sp_navi .menu-item a:visited:hover::after, #sp_navi .menu-item a:hover:hover::after, #sp_navi .menu-item a:active:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .sp_navi_btn {
    margin: 0 auto 20px;
    text-align: center;
  }
  .sp_navi_btn img {
    width: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#slider {
  position: relative;
}
#slider .metaslider {
  position: relative;
  margin-inline: auto;
}
#slider .metaslider img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #slider {
    margin: 0 10px;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
}

main#page_main {
  width: 100%;
  margin-bottom: 70px;
}

main#single_main {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 70px;
}

.main_contents {
  width: 100%;
  padding: 0 calc((100% - 1240px) / 2);
}

/* 電話番号 */
a.tel_link:link, a.tel_link:visited, a.tel_link:hover, a.tel_link:active {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  main#top_main {
    padding: 0 10px;
  }
  main#page_main {
    padding: 0 10px;
    margin-bottom: 60px;
  }
  main#single_main {
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 60px;
  }
  .main_contents {
    padding: 0;
  }
}
/****************************************

contentトップ用

*****************************************/
/****************************************

content下層用

*****************************************/
/* フレックス設定 */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex figure,
  .flex_r figure {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/* Greeting */
.name {
  margin-top: 60px;
  text-align: right;
}

.about_img {
  display: flex;
  gap: 0 20px;
}

@media screen and (max-width: 767px) {
  .name {
    margin-top: 30px;
  }
  .greeting_img {
    width: 74%;
  }
  .about_img {
    flex-direction: column;
    gap: 20px 0;
  }
}
/* Flow */
.flow_list li {
  display: flex;
  position: relative;
}
.flow_list li .num {
  width: 70px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
  font-size: 2rem;
}
.flow_list li dl {
  display: flex;
  width: calc(100% - 70px);
}
.flow_list li dl dt {
  width: 280px;
  font-size: 1.8rem;
}
.flow_list li dl dd {
  width: calc(100% - 280px);
}
.flow_list li:not(:last-child) {
  padding-bottom: 100px;
}
.flow_list li:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 55px;
  left: 12px;
  width: 1px;
  height: calc(100% - 85px);
  background: #666;
}

@media screen and (max-width: 767px) {
  .flow_list li .num {
    width: 50px;
    font-size: 1.8rem;
  }
  .flow_list li dl {
    flex-direction: column;
    width: calc(100% - 50px);
  }
  .flow_list li dl dt {
    width: 100%;
    margin-bottom: 25px;
    font-size: 1.7rem;
  }
  .flow_list li dl dd {
    width: 100%;
  }
  .flow_list li:not(:last-child) {
    padding-bottom: 70px;
  }
}
/* house-Other */
.work_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1560px;
  margin-inline: auto;
  padding: 0 20px;
}

.work_parts {
  width: 100%;
}
.work_parts figure {
  width: 100%;
  overflow: hidden;
}
.work_parts figure img {
  width: 100%;
  height: auto;
  transition: 0.6s ease;
}
.work_parts figure:hover img {
  opacity: 0.8;
  transform: scale(1.1);
}
.work_parts figure:hover::before {
  opacity: 1;
}
.work_parts h3 {
  display: block;
  margin-top: 20px;
  font-size: 1.6rem;
}
.work_parts:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .work_parts:not(:last-child) {
    margin-bottom: 50px;
  }
  .work_parts h3 {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
/* News */
.blog_parts {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.blog_parts figure {
  display: block;
  position: relative;
  width: 400px;
  overflow: hidden;
}
.blog_parts figure:after {
  display: block;
  content: "";
  padding-top: 75%;
}
.blog_parts figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}
.blog_parts figure:hover img {
  opacity: 0.8;
  transform: scale(1.1);
}
.blog_parts figure:hover::before {
  opacity: 1;
}
.blog_parts .blog_txt {
  width: calc(100% - 500px);
}
.blog_parts .blog_txt .date {
  display: block;
  margin-bottom: 10px;
  color: #666;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
}
.blog_parts .btn01 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.blog_parts:not(:last-child) {
  margin-bottom: 80px;
}

@media print, screen and (min-width: 768px) {
  .blog_wrap {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .blog_parts {
    flex-direction: column-reverse;
    width: 100%;
  }
  .blog_parts figure {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .blog_parts .blog_txt {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog_parts .blog_txt .date {
    margin-bottom: 3px;
  }
  .blog_parts .btn01 {
    right: 10px;
    bottom: -40px;
  }
  .blog_parts:not(:last-child) {
    margin-bottom: 110px;
  }
}
/* Contact */
.form {
  max-width: 920px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .form {
    width: 100%;
  }
}
/****************************************

single.php

*****************************************/
.single_box img {
  max-width: 1240px;
  width: 100%;
  height: auto;
  margin-block: 10px;
}

.article_none {
  text-align: center;
}
.article_none p {
  font-size: 1.6rem;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 100px auto 0;
}
.nav-below .back {
  position: relative;
  width: 120px;
  text-align: center;
  transition: 0.3s;
}
.nav-below .back a {
  display: block;
  padding: 12px 0;
  color: #333;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.nav-below .back a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.nav-below .back a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.nav-below .back::before, .nav-below .back::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 1px;
  height: 18px;
  margin-block: auto;
  background: #666;
}
.nav-below .back::before {
  left: 0;
}
.nav-below .back::after {
  right: 0;
}
.nav-below .next, .nav-below .prev {
  position: relative;
  width: 100px;
  transition: 0.3s;
}
.nav-below .next a, .nav-below .prev a {
  display: block;
  padding: 12px 0;
  color: #333;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.nav-below .next a::after, .nav-below .prev a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.nav-below .next a:hover::after, .nav-below .prev a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.nav-below .prev {
  text-align: right;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
  transition: 0.3s;
}
a.page-numbers:link, a.page-numbers:visited {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a.page-numbers:hover, a.page-numbers:active {
  color: #999;
  transition: 0.3s;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .single_box img {
    max-width: 100%;
    margin-block: 10px;
  }
  .article_none p {
    font-size: 1.4rem;
  }
  .nav-below {
    width: 100%;
    margin: 40px auto 0;
  }
  .nav-below .back {
    width: 28%;
  }
  .nav-below .next, .nav-below .prev {
    width: 22%;
  }
}
/****************************************

テーブル

*****************************************/
.overview_table {
  width: 100%;
  border-collapse: collapse;
}
.overview_table tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.overview_table tr {
  display: flex;
  width: calc((100% - 60px) / 2);
  margin-bottom: 15px;
}
.overview_table th {
  display: block;
  width: 21%;
  padding: 10px 0 15px;
  border-bottom: 1px solid #DDD;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.overview_table td {
  display: block;
  width: 79%;
  padding: 10px 0 15px;
  border-bottom: 1px solid #DDD;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .overview_table tbody {
    flex-direction: column;
  }
  .overview_table tr {
    flex-direction: column;
    width: 100%;
    margin-bottom: 18px;
  }
  .overview_table th {
    width: 100%;
    padding: 0;
    border-bottom: none;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
  }
  .overview_table td {
    width: 100%;
    padding: 5px 0 18px;
  }
}
/****************************************

ボタン

*****************************************/
.btn01 {
  width: auto;
  transition: 0.3s linear;
}
.btn01 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-right: 15px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.btn01 a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.btn01 a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn01 a:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin-block: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

/****************************************

txt設定

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mt30 {
  margin-top: 30px;
}

.ml15 {
  margin-left: 15px;
}

.txt700 {
  width: calc(100% - 500px);
}

@media screen and (max-width: 767px) {
  .mb70, .mb80, .mb90, .mb100, .mb110, .mb120, .mb130, .mb140 {
    margin-bottom: 70px;
  }
  .txt700 {
    width: 100%;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 28px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: bold;
}

.big {
  font-size: 1.8rem;
}

.small {
  font-size: 1.3rem;
}

.red {
  color: #D90000;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
  .small {
    font-size: 1.2rem;
  }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
  .pc_tc {
    text-align: center;
  }
}
/****************************************

img

*****************************************/
.img400 {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .img400 {
    width: 100%;
    max-width: 400px;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  padding-bottom: 30px;
  text-align: center;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
}

.single_headline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  padding-bottom: 10px;
  font-size: 2.6rem;
  text-align: center;
}

.h2_subhead01 {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
}
.h2_subhead01::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 14px;
  height: 1px;
  background: #333;
}

.sidebar h2 {
  margin-bottom: 20px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
}

.blog_txt h2 {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
}
.blog_txt h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 14px;
  height: 1px;
  background: #333;
}

@media screen and (max-width: 767px) {
  .headline {
    height: 110px;
    padding-bottom: 25px;
  }
  .single_headline {
    height: 120px;
    font-size: 1.8rem;
  }
  .h2_subhead01 {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .sidebar h2 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #666;
    font-size: 1.8rem;
  }
  .h2_subhead01 {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .blog_txt h2 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
}
/****************************************

footer

*****************************************/
footer {
  position: relative;
  width: 100%;
}

.copyright {
  display: block;
  padding: 50px 0;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .copyright {
    padding: 30px 0 40px;
    font-size: 1.1rem;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 300px;
  max-width: 100%;
  padding: 16px;
  box-shadow: none;
  border: 1px #666 solid;
  background-color: #666;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.15em;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(102, 102, 102, 0.3);
  background-color: #fff;
  color: #666;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #666 solid;
  box-shadow: 0 0 2px 2px rgba(102, 102, 102, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}
.form_row .form_label {
  width: 250px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_input {
  width: calc(100% - 250px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #666;
}

.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.tc {
  text-align: center;
}

.wpcf7 .ajax-loader {
  display: block !important;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #666;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #666;
  border-right: 3px solid #666;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #6c5d2f;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #666;
  box-shadow: 0 0 2px 2px rgba(102, 102, 102, 0.5);
  background-color: #666;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(102, 102, 102, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #666;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 20px;
}

span.wpcf7-list-item {
  display: block;
  margin-left: 0;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #666;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(102, 102, 102, 0.7), rgba(102, 102, 102, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 1px 1px rgba(102, 102, 102, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 1px 1px rgba(102, 102, 102, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    margin-bottom: 15px;
    padding: 0 0 20px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack *//*# sourceMappingURL=style.css.map */