@charset "UTF-8";
@import url(vendor/common.css);
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

/* version */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #333333;
  height: auto !important;
  overflow: hidden;
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

figure + h3, figure + h4 {
  margin-top: .8em;
}

figure a img {
  transition: .3s;
}

figure a:hover img {
  opacity: .7;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

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

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

.highlight a {
  color: #333333;
}

.highlight a:hover {
  color: #333333;
}

img {
  vertical-align: middle;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
  line-height: 1.6;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 16px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}

dl:last-child {
  margin-bottom: 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

dl dd:last-child {
  margin-bottom: 0;
}

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

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}

main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

.sp-mask {
  transition: none !important;
}

.highlight {
  padding: 4%;
  background: rgba(213, 184, 125, 0.1);
  color: #333333;
}

#swipebox-overlay {
  z-index: 10000002 !important;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }
  main section {
    margin-bottom: 7%;
  }
  main section:last-child {
    margin-bottom: 9%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 8%;
  }
}

@media (max-width: 767px) {
  .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .gutters .row.row_inline {
    letter-spacing: -.40em;
  }
  .gutters .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  .gutters .row.row_inline .span_1:nth-child(12n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_2:nth-child(6n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_3:nth-child(4n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_4:nth-child(3n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_5:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_6:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_7 {
    width: 57.5%;
  }
  .gutters .row.row_inline .span_8 {
    width: 66%;
  }
  .gutters .row.row_inline .span_9 {
    width: 74.5%;
  }
  .gutters .row.row_inline .span_10 {
    width: 83%;
  }
  .gutters .row.row_inline .span_11 {
    width: 91.5%;
  }
  .gutters .row.row_inline .span_12 {
    width: 100%;
  }
}

main .column_main,
main .column_sub {
  overflow: hidden;
  min-height: 100px;
}

main .column_main .widget_header,
main .column_sub .widget_header {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 0;
}

main .column_main .widget_header + *:not(.calendar_wrap),
main .column_sub .widget_header + *:not(.calendar_wrap) {
  padding: 0;
  margin: 0 auto 1em;
}

main .column_main .widget_header + .textwidget,
main .column_sub .widget_header + .textwidget {
  padding: 10px 0;
}

main .column_main .widget_wrap .menu,
main .column_main .widget_wrap > ul,
main .column_sub .widget_wrap .menu,
main .column_sub .widget_wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu ul,
main .column_main .widget_wrap > ul ul,
main .column_sub .widget_wrap .menu ul,
main .column_sub .widget_wrap > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu li,
main .column_main .widget_wrap > ul li,
main .column_sub .widget_wrap .menu li,
main .column_sub .widget_wrap > ul li {
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}

main .column_main .widget_wrap .menu li:last-child,
main .column_main .widget_wrap > ul li:last-child,
main .column_sub .widget_wrap .menu li:last-child,
main .column_sub .widget_wrap > ul li:last-child {
  border-bottom: 0;
}

main .column_main .widget_wrap .menu li a,
main .column_main .widget_wrap > ul li a,
main .column_sub .widget_wrap .menu li a,
main .column_sub .widget_wrap > ul li a {
  display: block;
  text-decoration: none;
}

main .column_main .widget_wrap .menu li a:hover,
main .column_main .widget_wrap > ul li a:hover,
main .column_sub .widget_wrap .menu li a:hover,
main .column_sub .widget_wrap > ul li a:hover {
  text-decoration: underline;
}

main .column_main .widget_wrap ul > li.page_item,
main .column_sub .widget_wrap ul > li.page_item {
  border-bottom: #ccc solid 1px;
}

main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
main .column_sub .widget_wrap ul > li.page_item.page_item_has_children {
  padding: 0.5em 0.7em 0.2em !important;
}

main .column_main .widget_wrap ul > li.page_item .children,
main .column_sub .widget_wrap ul > li.page_item .children {
  border-top: #eee solid 1px;
  margin: 0.5em 0 0 !important;
}

main .column_main .widget_wrap ul > li.page_item .children li,
main .column_sub .widget_wrap ul > li.page_item .children li {
  font-weight: normal;
  border-bottom: #eee solid 1px;
  font-size: 96%;
  padding: 0.5em 0.7em 0.5em 1em;
  position: relative;
}

main .column_main .widget_wrap ul > li.page_item .children li:before,
main .column_sub .widget_wrap ul > li.page_item .children li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.4);
  border-radius: 2.5px;
}

main .column_main .widget_wrap ul > li.page_item .children li li:before,
main .column_sub .widget_wrap ul > li.page_item .children li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.15);
  border-radius: 0;
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
  .article_detail.reverse .col.span_12,
  .article_list.reverse .col.span_12 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.sitemap {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

.sitemap li {
  list-style: none;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}

.sitemap li > ul {
  padding: 0;
  border-top: #ccc solid 1px;
}

.sitemap li > ul > li {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.sitemap li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}

.sitemap li > ul > li:last-child {
  border-bottom: none;
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li {
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 0;
}

.sitemap a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

.sitemap a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sitemap a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.parallax_h1 {
  height: 250px;
  position: relative;
}

.parallax_h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}

.parallax_h1 h1 {
  color: #fff;
}

.parallax_h1 h1:after, .parallax_h1 h1:before {
  background: #fff;
}

@media (min-width: 768px) {
  .parallax_h1 {
    height: 450px;
  }
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col table {
  line-height: 1.8;
}

.col table p, .col table dl, .col table ul, .col table ol {
  line-height: 1.8;
}

.col p, .col dl, .col ul, .col ol {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .col p, .col dl, .col ul, .col ol {
    line-height: 2;
  }
}

.container {
  padding: 0 10px;
}

@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}

.container .container {
  padding: 0;
}

#fb-root,
.fb-page {
  font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif !important;
}

#swipebox-overlay {
  background: rgba(13, 13, 13, 0.8);
}

img.wp-edited-image[width] {
  width: auto !important;
}

img.wp-edited-image[height] {
  height: auto !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  color: #333333;
}

header .row {
  margin: 0 2%;
}

header .container {
  max-width: 100%;
}

@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}

header .title {
  margin: 0;
  padding: 10px 0;
  line-height: 1;
}

header .title a {
  display: inline-block;
}

header .title img,
header .title object {
  width: 239px;
  height: 70px;
  max-width: none;
}

@media (max-width: 767px) {
  header .title img,
  header .title object {
    width: 170px;
    height: 49.79079px;
  }
}

header .global_nav > ul {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #fff;
}

@media (min-width: 768px) {
  header .global_nav > ul {
    left: auto;
    width: 50%;
    max-width: 400px;
  }
}

header .global_nav > ul > li {
  border-bottom: 1px solid #fff;
}

header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: rgba(181, 118, 73, 0.9);
}

header .global_nav > ul > li a:hover {
  color: #fff;
}

header .global_nav > ul > li a:active {
  background: #B57649;
  color: #fff;
}

header .global_nav > ul > li > a {
  background: rgba(181, 118, 73, 0.9);
}

header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 100;
}

header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: transform 0.3s;
  overflow: hidden;
}

header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #B57649;
  transition: transform 0.5s;
}

header .global_nav .menu_icon a:before {
  top: 0;
}

header .global_nav .menu_icon a:after {
  bottom: 0;
}

header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #B57649;
  transition: transform 0.5s;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}

header .global_nav .menu_icon a.close:not(.fix):before {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  background: #B57649;
}

header .global_nav .menu_icon a.close:not(.fix):after {
  bottom: 50%;
  transform: translate(0, 50%) rotate(-45deg);
  background: #B57649;
}

header .global_nav .menu_icon a.close:not(.fix) span {
  transform: translate(100%, -50%);
}

header .global_nav > ul {
  transform-origin: center top;
  visibility: hidden;
  transition: transform 0.3s;
  transform: rotateX(90deg);
}

header.menu_open .global_nav > ul {
  visibility: visible;
  transform: rotateX(0deg);
}

#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 1500px) {
  header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}

@media (min-width: 1500px) and (max-width: 1199px) {
  header .row {
    margin: auto;
    width: 100%;
  }
}

@media (min-width: 1500px) {
  header .container {
    max-width: none;
  }
  header .container .row {
    width: auto;
  }
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
    height: 100px;
    display: table-cell;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
  }
  header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
    padding-right: 50px;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
  }
  header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 .8em;
  }
  header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 0;
  }
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #B57649;
    color: #333333;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .global_nav .menu_icon {
    display: none;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}

@media (max-width: 1499px) {
  header .global_nav > ul > li a > span,
  header .global_nav > ul > li a > br {
    display: none;
  }
}

.hdr_info_wrap {
  display: none;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(5% + 40px);
  transform: translateY(-50%);
  margin: auto;
}

@media (min-width: 1500px) {
  .hdr_info_wrap {
    right: 2%;
  }
}

footer {
  position: relative;
}

@media (max-width: 767px) {
  footer {
    margin-top: 40px;
    padding-block: 25px 80px;
  }
}

footer nav {
  text-align: center;
}

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

footer nav ul li + li {
  border-top: 1px solid #fff;
}

footer nav a {
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
}

footer nav a:hover {
  text-decoration: underline;
}

footer .footer_copyright_wrap {
  text-align: center;
}

footer .footer_copyright_wrap p {
  padding: 1em 0.3em;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  footer {
    padding-block: 1em;
  }
  footer .row:not(:last-child) {
    margin-bottom: 5px;
  }
  footer nav {
    text-align: center;
    padding: 0.7em 0 0;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
    white-space: normal;
  }
  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer nav ul li {
    line-height: 1.5;
    white-space: normal;
    margin-inline: .6em;
  }
  footer nav ul li + li {
    border: 0;
  }
  footer nav a {
    display: inline;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

/*
 * フッターパターンA(footer pattern A)
 */
footer {
  background: #333333;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  footer .container .row .col {
    float: none;
    width: 100%;
  }
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

/* 追尾ボタン */
.link_btn {
  position: fixed;
  bottom: calc(5% + 120px);
  right: 0;
  z-index: 60;
  transition: .3s;
}

@media (max-width: 767px) {
  .link_btn {
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.link_btn .box {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #B57649;
  color: #fff;
  transition: .4s;
}

@media (min-width: 768px) {
  .link_btn .box {
    width: 120px;
    border-radius: 6px 0 0 6px;
    padding-block: 14px;
  }
}

@media (max-width: 767px) {
  .link_btn .box {
    width: calc(100% / 3);
    height: 70px;
  }
}

.link_btn .box.box_01 {
  background: #30BE80;
}

.link_btn .box.box_02 {
  background: #D5B87D;
}

@media (min-width: 768px) {
  .link_btn .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.link_btn .box:hover {
  opacity: .7;
}

.link_btn .box p {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.link_btn .box p.txt_01 {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}

.link_btn .box p.txt_02 {
  font-weight: 500;
}

@media (max-width: 767px) {
  .link_btn .box p.txt_02 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .link_btn .box img {
    max-width: 25px;
    max-height: 25px;
  }
}

@media (min-width: 768px) {
  .scroll .link_btn {
    transform: translateX(122px);
  }
}

@media (min-width: 768px) {
  footer.high .link_btn {
    opacity: 0;
    pointer-events: none;
  }
}

.bread_wrap {
  margin-bottom: 2%;
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #333333;
}

.bread ul li a:hover {
  color: #333333;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

.button, .inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 190px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 0;
  line-height: 1.4;
  background: #B57649;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  transition: .3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .button, .inquiry .wpcf7-submit {
    padding: .8em;
  }
}

.button:hover, .inquiry .wpcf7-submit:hover {
  background: #985E35;
  color: #fff;
}

.highlight .button, .highlight .inquiry .wpcf7-submit, .inquiry .highlight .wpcf7-submit {
  color: #fff;
}

.highlight .button:hover, .highlight .inquiry .wpcf7-submit:hover, .inquiry .highlight .wpcf7-submit:hover {
  color: #fff;
}

.button.block, .inquiry .block.wpcf7-submit {
  display: block;
  min-width: 0;
}

.button.inverse, .inquiry .inverse.wpcf7-submit {
  border: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
}

.button.inverse:hover, .inquiry .inverse.wpcf7-submit:hover {
  background: #1a1a1a;
  color: #fff;
}

.button.cancel, .inquiry .cancel.wpcf7-submit {
  background: #888;
  color: #fff;
}

.button.cancel:hover, .inquiry .cancel.wpcf7-submit:hover {
  background: #6f6f6f;
}

.button.large, .inquiry .large.wpcf7-submit {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

.button + .button, .inquiry .wpcf7-submit + .button, .inquiry .button + .wpcf7-submit, .inquiry .wpcf7-submit + .wpcf7-submit {
  margin-left: 0.5em;
}

.button span, .inquiry .wpcf7-submit span {
  line-height: 1;
  padding-left: 20px;
  background: url(/wp-content/uploads/btn_icon.png) left center no-repeat;
  background-size: auto 14px;
}

.cal_wrapper table.cal {
  width: 100%;
}

.cal_wrapper table.cal caption {
  position: relative;
  margin-bottom: 1.0em;
}

.cal_wrapper table.cal .current_ym {
  font-size: 1.8rem;
}

.cal_wrapper table.cal button {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 0;
  margin: auto;
  padding: 20px 0 0;
  border: 0;
  background: none;
  overflow: hidden;
  cursor: pointer;
}

.cal_wrapper table.cal button::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 3px solid #B57649;
}

.cal_wrapper table.cal button.prev {
  left: 0;
}

.cal_wrapper table.cal button.prev::before {
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
}

.cal_wrapper table.cal button.next {
  right: 0;
}

.cal_wrapper table.cal button.next::before {
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.cal_wrapper table.cal td {
  padding: 0.5em;
  border-top: solid 1px #eee;
  text-align: center;
}

.cal_wrapper table.cal .headline {
  background-color: rgba(181, 118, 73, 0.7);
  color: #fff;
}

.cal_wrapper table.cal .headline td {
  padding: 0.5em;
}

.cal_wrapper .cal_legend {
  margin-top: 20px;
}

.cal_wrapper .cal_legend dl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.cal_wrapper .cal_legend dl:not(:first-child) {
  margin-top: 10px;
}

.cal_wrapper .cal_legend dt {
  width: 30px;
  height: 0;
  padding-top: 24px;
  overflow: hidden;
}

/* お問い合わせフォーム(form liên lạc) */
.inquiry {
  margin-top: 3em;
}

.inquiry fieldset {
  margin: 0;
  padding: 4%;
  border: 0;
  background: rgba(213, 184, 125, 0.1);
}

.inquiry dl {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .inquiry dl:not(:last-child) dd {
    margin-bottom: 1em;
  }
}

.inquiry dt {
  font-weight: 400;
}

.inquiry dt:after {
  content: none;
}

.inquiry dt p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.inquiry dd {
  margin: 0;
  padding: 0;
}

.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  border: 0;
  background: #fff;
  padding: 16px;
  border-radius: 2px;
}

.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

.inquiry input.tel-input {
  width: 30%;
}

.inquiry input[type="file"] {
  width: 100%;
}

.inquiry input.p-postal-code {
  width: 100px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 2em 0 0;
}

@media (min-width: 768px) {
  .inquiry .submit {
    gap: 20px;
    margin-top: 4em;
  }
}

@media (max-width: 767px) {
  .inquiry .submit {
    flex-direction: column;
    gap: 15px;
  }
}

.inquiry .submit .button, .inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0;
}

.inquiry .required,
.inquiry .optional {
  display: block;
}

.inquiry .required {
  color: #EC0000;
}

.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .inquiry {
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding: 30px 0;
  }
  .inquiry dd {
    padding: 30px 0;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

.news .news_bg {
  background: rgba(213, 184, 125, 0.1);
}

.news.typeC .news_bg {
  padding: 1em;
}

.news h2 {
  color: #B57649;
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 216px;
}

.news dl dt {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.news dl dd {
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #D5B87D;
}

.news dl dd a {
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .news.typeA h2 {
    margin: 0;
    padding: 0;
  }
  .news.typeA h2:after {
    display: none;
  }
  .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  .news.typeC dl {
    max-height: 500px;
  }
  .news dl {
    overflow-y: auto;
    max-height: 254px;
  }
  .news dl dt {
    width: 100px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em 0;
  }
  .news dl dd {
    margin: 0;
    padding: 1em 0;
  }
  .news dl dt + dd {
    padding-left: 110px;
  }
}

.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.parallax.ios {
  background-attachment: scroll;
}

.parallax .parallax_contents {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.parallax .parallax_contents h1, .parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}

.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #B57649;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

.shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopinfo .map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .map_container {
    padding-top: 70%;
  }
  .shopinfo .span_12 .map_container, .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em .3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}

.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-default td,
.table-default th {
  border: 1px solid #B57649;
}

.table-default th {
  background: rgba(181, 118, 73, 0.7);
  color: #fff;
}

.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #B57649;
  border-bottom: 1px solid #B57649;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em .3em;
  }
}

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
}

.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
  border: 1px solid #B57649;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em .3em;
  }
}

.table-schedule thead th {
  background: rgba(181, 118, 73, 0.7);
  color: #fff;
}

.table-schedule tbody th {
  background: transparent;
}

.table-schedule td {
  background: transparent;
}

.table-summary {
  border-top: 1px solid #B57649;
  width: 100%;
}

.table-summary caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-summary td,
.table-summary th {
  padding: 1em;
  border-bottom: 1px solid #B57649;
}

.table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

h1:not(.title) {
  text-align: center;
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  padding: 1.55em .5em;
  color: #fff;
  background: #B57649;
  margin: 0 0 .5em;
  letter-spacing: .05em;
}

@media (max-width: 767px) {
  h1:not(.title) {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 1em .5em;
  }
}

h2 {
  display: block;
  text-align: center;
  margin: 0 auto 1.2em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
  color: #B57649;
  padding-top: 50px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: .8em;
    padding-top: 35px;
  }
}

h2::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/h2_icon.png) no-repeat center/contain;
  width: 36px;
  height: 35px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  h2::before {
    height: 25px;
  }
}

h2.no_icon {
  padding-top: 0;
}

h2.no_icon::before {
  content: none;
}

@media (min-width: 768px) {
  h2.pc-text-left::before {
    left: 0;
    transform: none;
  }
}

.h2_ttl {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .h2_ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.h2_ttl.text-left .ja {
  margin-left: 0;
}

@media (min-width: 768px) {
  .h2_ttl.pc-text-left .ja {
    margin-left: 0;
  }
}

.h2_ttl .en {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
}

@media (max-width: 767px) {
  .h2_ttl .en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.h2_ttl .ja {
  display: table;
  margin-inline: auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
  background: linear-gradient(transparent 60%, #FFEABE 60%);
}

@media (max-width: 767px) {
  .h2_ttl .ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.h2_ttl .large {
  font-size: 40px;
  font-size: 4rem;
}

@media (max-width: 767px) {
  .h2_ttl .large {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

h3, .h3_ttl_2 {
  margin: 0 0 .6em;
  color: #B57649;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  border-left: 4px solid #B57649;
  border-bottom: 1px solid #B57649;
  padding: .5293em 0 .5293em .6em;
  text-align: left;
}

@media (max-width: 767px) {
  h3, .h3_ttl_2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: .5em;
  }
}

h3::before, .h3_ttl_2::before {
  content: none;
}

.h3_ttl {
  padding: 0;
  border: 0;
}

h4 {
  margin: 0 0 0.6em;
  padding-left: .8em;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  color: #333333;
  font-weight: 500;
}

@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: .5em;
  }
}

h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  background: #B57649;
}

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(181, 118, 73, 0.05);
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main_visual {
  position: relative;
  table-layout: fixed;
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active) {
  transition-delay: 0.5s !important;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 42%;
  max-width: 504px;
  max-height: 513px;
  z-index: 52;
}

.main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_arrow .slick-prev {
  left: 25px;
}

.main_visual .main_visual_arrow .slick-next {
  right: 25px;
}

.main_visual .main_visual_arrow .slick-prev:before,
.main_visual .main_visual_arrow .slick-next:before {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 639px) {
  .main_visual .main_visual_arrow .slick-prev {
    left: 10px;
  }
  .main_visual .main_visual_arrow .slick-next {
    right: 10px;
  }
  .main_visual .main_visual_arrow .slick-prev:before,
  .main_visual .main_visual_arrow .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .main_visual_slick {
  padding-top: 62.5%!important;
}

@media (min-width: 1200px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 750px !important;
  }
}

@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 39.0625%!important;
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_slick {
    padding-top: 138.59375%!important;
  }
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #B57649;
}

.slide_scroll {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 45px;
  background: url(/wp-content/uploads/icon_scroll.png) center bottom no-repeat;
  z-index: 55;
  color: #fff;
  text-decoration: none;
}

.slide_scroll:hover {
  color: #fff;
}

.article_list {
  padding: .5em;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}

.article_list:nth-child(even) {
  background: rgba(213, 184, 125, 0.1);
}

.article_list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  transform: translate(-10px, -10px) rotate(45deg);
  transition: .3s;
}

.article_list:hover:before {
  background: #B57649;
}

.article_list .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_list .case_arrow {
    height: 80px;
  }
}

.article_list .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #B57649;
  border-right: 5px solid #B57649;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_list .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #B57649;
    border-right: 5px solid #B57649;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_list .span_12 {
  margin: 2% 0;
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: rgba(213, 184, 125, 0.1);
}

.article_single01 .more {
  display: block;
  text-align: center;
}

.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single02 .ofi {
  background: rgba(213, 184, 125, 0.1);
}

.article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #B57649;
  border-right: 3px solid #B57649;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_single03 .ofi {
  background: rgba(213, 184, 125, 0.1);
}

.article_single03 .more {
  display: block;
  text-align: center;
}

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

.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}

.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}

.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}

.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}

.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}

.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}

.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}

.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04 .article_single04_02 {
  margin-top: 10px;
}

.article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
  z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #B57649;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #B57649;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #B57649;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(213, 184, 125, 0.1);
  height: auto !important;
}

.article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}

.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  background: rgba(181, 118, 73, 0.05);
  padding: 4%;
  margin-bottom: 4%;
  font-size: 15px;
  font-size: 1.5rem;
}

.article_detail .article_date {
  margin-bottom: 1em;
}

.article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}

.article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}

.article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_detail .case_arrow {
    height: 80px;
  }
}

.article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #B57649;
  border-right: 5px solid #B57649;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #B57649;
    border-right: 5px solid #B57649;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_detail .span_12 {
  margin: 2% 0;
}

.wp_pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.wp_pager .wp_pager_prev {
  float: left;
}

.wp_pager .wp_pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

.wp_pager .wp_pager_prev a:before, .wp_pager .wp_pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  transition: .2s;
}

.wp_pager .wp_pager_prev a:before {
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

.wp_pager .wp_pager_prev a:after {
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

.wp_pager .wp_pager_prev a:hover {
  text-decoration: underline;
}

.wp_pager .wp_pager_prev a:hover:before {
  left: 0;
}

.wp_pager .wp_pager_prev a:hover:after {
  left: 0;
}

.wp_pager .wp_pager_next {
  float: right;
}

.wp_pager .wp_pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

.wp_pager .wp_pager_next a:before, .wp_pager .wp_pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  transform-origin: center;
  transition: .2s;
}

.wp_pager .wp_pager_next a:before {
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

.wp_pager .wp_pager_next a:after {
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

.wp_pager .wp_pager_next a:hover {
  text-decoration: underline;
}

.wp_pager .wp_pager_next a:hover:before {
  right: 0;
}

.wp_pager .wp_pager_next a:hover:after {
  right: 0;
}

#commentform {
  background: transparent;
  padding: 2% 5%;
  border: 1px solid #333;
}

#commentform #comment {
  width: 100%;
}

#commentform #submit {
  background: #B57649;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin: 0 auto;
  display: table;
}

#commentform input[type="submit"] {
  background: #B57649;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: .3em 1em;
  margin: 0 auto;
  display: table;
  border-radius: 5px;
}

@media (min-width: 768px) {
  #commentform #submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #commentform input[type="submit"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*
 * ボタン矢印(mũi tên button)
 */
.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  margin: auto;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: translate(0, -50%);
  transition: 0.2s;
}

.add_arrow.inverse:after {
  background: #fff;
}

.add_arrow.arrow_2:hover {
  border-color: #555555;
  background: #555555;
}

.add_arrow:hover {
  border: 1px solid #985E35;
  color: #fff;
  background: #985E35;
}

.add_arrow:hover:after {
  right: 0;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto;
}

.more a {
  display: block;
  border: 1px solid #B57649;
  color: #fff;
  background: #B57649;
  padding: 0.6em;
  margin: 0 auto 1px;
  max-width: 220px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .more a {
    padding: 0.789em;
  }
}

.more a.inverse {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.more a.arrow_2 {
  border: 1px solid #333333;
  color: #fff;
  background: #333333;
}

@media (min-width: 768px) {
  .more a.large {
    max-width: 300px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .more a.large::after {
    width: 18px;
  }
}

@media (min-width: 768px) {
  .more a.pc_left {
    margin-left: 0;
  }
}

/*
 * ボタンエフェクト(button effect)
 */
@media (min-width: 768px) {
  .effect01 {
    overflow: hidden;
    position: relative;
  }
  .effect01:before {
    content: '';
    position: absolute;
    display: block;
    width: 140%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: #B57649;
    opacity: 0.3;
    transform: translateX(-120%) skewX(15deg);
    transition: transform 0.3s;
  }
  .effect01:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
  .effect01:hover:before {
    transform: translateX(-15%) skewX(15deg);
  }
}

header .global_nav > ul > li.has_under > a {
  position: relative;
}

header .global_nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

header .global_nav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

header .global_nav > ul > li > ul > li {
  border-bottom: 1px solid #fff;
}

@media (min-width: 1500px) {
  header .global_nav > ul > li.has_under {
    position: relative;
  }
  header .global_nav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .global_nav > ul > li.has_under > a:after {
    border-color: #333333;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.has_under > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.has_under > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.has_under > ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -.40em;
    background: rgba(181, 118, 73, 0.9);
    z-index: 52;
  }
  header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.has_under > ul > li a {
    background: transparent;
    padding: 1em;
  }
}

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}

@media (max-width: 767px) {
  .pagetop {
    bottom: calc(70px + 1%);
  }
}

.pagetop a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 65px;
  height: 76px;
  padding: 0;
  background: url(/wp-content/uploads/top_page.png) no-repeat center/contain;
}

@media (max-width: 767px) {
  .pagetop a {
    width: 52px;
    height: 60px;
  }
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 25px;
  margin: 0;
  transform: translateY(-95%);
}

/*
 * ページトップのデザインタイプ(type design của top page)
 */
.text-center {
  text-align: center !important;
}

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

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

.lead {
  color: #B57649;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #B57649 !important;
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 1499px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1500px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .sp-hide03, .pc-only03, .tablet-only03 {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .pc-hide03, .sp-only03 {
    display: none !important;
  }
}

.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.color_pri {
  color: #B57649;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p,
.inverse ul {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.link-tel {
  text-decoration: none;
}

@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

/* ================================
utility
================================ */
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.more, .btn_row {
  margin-top: 2.5em;
}

@media (max-width: 767px) {
  .more, .btn_row {
    margin-top: 1em;
  }
}

.bnr_link_wrap {
  display: block;
  text-decoration: none;
  max-width: 384px;
  margin-inline: auto;
}

.bnr_link_wrap p {
  position: relative;
  color: #B57649;
  font-size: min(2.8vw, 24px);
  font-weight: 500;
  margin: 0;
  padding: .021em 1em .021em 0;
}

@media (max-width: 767px) {
  .bnr_link_wrap p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: .2em 1.5em .2em 0;
  }
}

.bnr_link_wrap p:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #B57649;
  border-right: 1px solid #B57649;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.table-scroll {
  overflow-x: auto;
}

@media (max-width: 767px) {
  .table-scroll table {
    min-width: 768px;
  }
}

figure.point_wrap {
  position: relative;
  margin-top: 1em;
  margin-inline: auto;
}

figure.point_wrap .point {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(20deg);
  font-weight: bold;
  margin: 0;
}

figure.circle {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}

@media (max-width: 767px) {
  figure.circle {
    max-width: 300px;
    margin-inline: auto;
  }
}

.mod_step {
  margin-top: 10%;
}

.mod_step ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.mod_step ul li {
  color: #555;
  background: #e4e4e4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(100% / 3);
  padding: 11px 0;
  position: relative;
}

@media (max-width: 767px) {
  .mod_step ul li {
    flex-direction: column;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 0;
  }
}

@media (max-width: 460px) {
  .mod_step ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.mod_step ul li:not(:last-child) {
  background: #e4e4e4;
}

.mod_step ul li:not(:last-child):after {
  content: '';
  display: block;
  background: #e4e4e4;
  width: 20px;
  height: calc(100% + 2px);
  -webkit-clip-path: polygon(50% 50%, 0 100%, 0 0);
          clip-path: polygon(50% 50%, 0 100%, 0 0);
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  transform: translateY(-50%);
  z-index: 10;
}

.mod_step ul li.current {
  color: #fff;
}

.mod_step ul li.current:after {
  background: #B57649;
}

.mod_step ul li.current + li {
  background: #C2C2C2;
}

.mod_step ul li.current + li::after {
  background: #C2C2C2;
}

.mod_step ul li.current {
  color: #fff;
  background: #B57649;
}

.mod_step ul li span {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .mod_step ul li span {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 0;
  }
}

.mwform-tel-field {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ================================
  ローディング画面
================================ */
.loading {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading.is-active {
  opacity: 1;
  visibility: visible;
}

.loading.is-active .loading-animation img {
  opacity: 1;
  visibility: visible;
}

.loading .loading-animation {
  position: relative;
}

.loading .loading-animation img {
  max-width: 90vw;
  max-height: 90vh;
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
}

.loading .loading-animation .loading-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: none;
  border: none;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}

@media (max-width: 767px) {
  .loading .loading-animation .loading-close {
    font-size: 30px;
    top: -15px;
    right: -15px;
  }
}

/* ================================
メインビジュアル
================================ */
.main_visual {
  position: relative;
}

@media (min-width: 640px) {
  .main_visual {
    padding-inline: 40px;
  }
}

@media (max-width: 639px) {
  .main_visual {
    padding-bottom: 8%;
  }
}

@media (min-width: 640px) {
  .main_visual::before {
    content: "";
    position: absolute;
    display: block;
    background: rgba(213, 184, 125, 0.1);
    width: 100%;
    height: 52.4%;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
}

@media (min-width: 640px) {
  .main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
    max-width: 84%;
    object-fit: cover;
    margin-inline: auto 0;
    left: 0;
    right: 0;
  }
}

.main_visual .main_visual_copy {
  width: 100%;
  margin-top: 5%;
}

.main_visual .main_visual_copy li img {
  opacity: 0;
  margin-left: 6.6%;
}

.main_visual .main_visual_copy li img.main_copy001 {
  transition: 1.2s;
  transform: translateY(50px);
}

.main_visual .main_visual_copy li img.animated {
  opacity: 1;
  transform: none;
}

/* ================================
TOP イベント情報　sec_01
================================ */
.sec_01 {
  background: rgba(213, 184, 125, 0.1);
  padding-block: 140px 130px;
}

@media (max-width: 767px) {
  .sec_01 {
    padding-block: 8%;
  }
}

.sec_01 .link_wrap {
  display: block;
  text-decoration: none;
  max-width: 354px;
  margin-inline: auto;
  transition: .3s;
}

.sec_01 .link_wrap:hover {
  opacity: .7;
}

.sec_01 .link_wrap figure {
  width: 100%;
  aspect-ratio: 354 / 286;
}

.sec_01 .link_wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_01 .link_wrap h3 {
  font-weight: normal;
}

/* ================================
TOP 家づくりの最初に sec_02
================================ */
.sec_02 {
  position: relative;
  z-index: 0;
  padding-block: 150px 140px;
}

@media (max-width: 767px) {
  .sec_02 {
    padding-block: 8%;
  }
}

.sec_02::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img001.png) no-repeat bottom center/contain;
  width: 100%;
  height: 647px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .sec_02 .img_wrap {
    width: 910px;
    float: right;
    max-width: 48vw;
  }
}

@media (min-width: 768px) and (min-width: 1500px) {
  .sec_02 .img_wrap {
    max-width: 54.5vw;
    margin-right: -17%;
  }
}

.sec_02 .img_wrap .img_01 {
  text-align: left;
  padding-right: 15%;
}

.sec_02 .img_wrap .img_02 {
  text-align: right;
  margin-top: 4%;
  padding-left: 30%;
}

/* ================================
TOP 家づくり相談所で悩み解決！ sec_03
================================ */
.sec_03 {
  position: relative;
  z-index: 0;
  padding-block: 130px 137px;
}

@media (max-width: 767px) {
  .sec_03 {
    padding-block: 8%;
  }
}

.sec_03::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/pattern.png);
  width: 87.5%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .sec_03::before {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .sec_03 h2 {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 768px) {
  .sec_03 .col.break ~ .col {
    margin-top: 5%;
  }
}

.sec_03 .content_wrap {
  background: #fff;
  max-width: 354px;
  margin-inline: auto;
  height: 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 110px, 100% 100%, 0 100%, 0% 110px);
          clip-path: polygon(50% 0%, 100% 110px, 100% 100%, 0 100%, 0% 110px);
  padding: 70px 10px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .sec_03 .content_wrap {
    -webkit-clip-path: polygon(50% 0%, 100% 60px, 100% 100%, 0 100%, 0% 60px);
            clip-path: polygon(50% 0%, 100% 60px, 100% 100%, 0 100%, 0% 60px);
    padding: 50px 5px 20px;
  }
}

.sec_03 .content_wrap h3 {
  font-family: "Josefin Sans", sans-serif;
  color: #D5B87D;
  text-align: center;
  font-weight: normal;
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: .2em;
}

@media (max-width: 767px) {
  .sec_03 .content_wrap h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media (min-width: 768px) {
  .sec_03 .content_wrap figure {
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .sec_03 .content_wrap figure img {
    max-height: 60px;
  }
}

.sec_03 .content_wrap p {
  text-align: center;
  line-height: 1.6;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: min(2.1vw, 20px);
  margin-top: 1em;
}

@media (max-width: 767px) {
  .sec_03 .content_wrap p {
    margin-top: .5em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ================================
TOP まず知っておきたい家づくりの基本 sec_04
================================ */
.sec_04 {
  position: relative;
  z-index: 0;
  padding-block: 143px 160px;
}

@media (max-width: 767px) {
  .sec_04 {
    padding-block: 8%;
  }
}

.sec_04::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img002.png) no-repeat bottom center/contain;
  width: 666px;
  max-width: 44vw;
  height: 504px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .sec_04 h2 {
    line-height: 1.6;
  }
}

.sec_04 .slider {
  margin-bottom: 0;
  width: calc(100% + (100vw - 100%) / 2);
  margin-left: 6%;
}

@media (max-width: 767px) {
  .sec_04 .slider {
    width: 100vw;
    margin-left: -10px;
  }
}

.sec_04 .slider .link_wrap {
  display: block;
  text-decoration: none;
  width: 384px;
  max-width: 40vw;
  height: auto;
  margin-inline: 20px;
  transition: .3s;
}

@media (max-width: 767px) {
  .sec_04 .slider .link_wrap {
    margin-inline: 8px;
    max-width: 70vw;
  }
}

.sec_04 .slider .link_wrap:hover {
  opacity: .7;
}

.sec_04 .slider .link_wrap figure {
  width: 100%;
  position: relative;
  aspect-ratio: 384 / 492;
}

.sec_04 .slider .link_wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_04 .slider .link_wrap figure figcaption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  background: linear-gradient(to right, #D5B87D, rgba(213, 184, 125, 0.3));
  padding: .738em 1.5em .738em .8em;
}

@media (max-width: 767px) {
  .sec_04 .slider .link_wrap figure figcaption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_04 .slider .link_wrap figure figcaption:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5.5%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.sec_04 .custom-slick-arrows {
  position: relative;
  max-width: 160px;
  height: 60px;
  margin-top: 2.5em;
}

.sec_04 .slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff !important;
  border: 1px solid #333333;
  right: 0;
  bottom: 0;
  top: auto;
  transform: none;
}

@media (max-width: 767px) {
  .sec_04 .slick-arrow {
    top: 50%;
    bottom: auto;
    right: 5px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }
}

.sec_04 .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 3px);
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.2s;
  opacity: 1;
}

.sec_04 .slick-arrow.slick-prev {
  right: auto;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .sec_04 .slick-arrow.slick-prev {
    left: 5px;
  }
}

.sec_04 .slick-arrow.slick-prev:before {
  transform: translate(-50%, -50%) rotate(-135deg);
  left: calc(50% + 3px);
}

/* ================================
TOP 家づくり診断 sec_05
================================ */
.sec_05 {
  position: relative;
  background: rgba(213, 184, 125, 0.5);
  padding-block: 44px 46px;
}

@media (max-width: 767px) {
  .sec_05 {
    padding-block: 10%;
  }
}

.sec_05::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img007.png) no-repeat bottom 8% left 2%, url(/wp-content/uploads/bg_img006.png) no-repeat top right;
  background-size: min(41vw, 606px) auto, min(41vw, 611px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec_05::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bnr_img018.png) no-repeat top left 12.5%, url(/wp-content/uploads/bnr_img019.png) no-repeat top 50% left 5.5%, url(/wp-content/uploads/bnr_img020.png) no-repeat top 100% left 19%, url(/wp-content/uploads/bnr_img021.png) no-repeat top 11% right 28.5%, url(/wp-content/uploads/bnr_img022.png) no-repeat top 42% right 9%, url(/wp-content/uploads/bnr_img023.png) no-repeat top 100% right 21%;
  background-size: min(22vw, 369px) auto, min(18vw, 304px) auto, min(20vw, 334px) auto, min(11vw, 155px) auto, min(25vw, 435px) auto, min(15vw, 246px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 1600px) {
  .sec_05::after {
    background-position: top left 6%, top 50% left 1%, top 100% left 12%, top 11% right 18%, top 42% right 1%, top 100% right 12%;
  }
}

@media (max-width: 767px) {
  .sec_05::after {
    background: url(/wp-content/uploads/sp_bnr_img018.png) no-repeat top left, url(/wp-content/uploads/sp_bnr_img020.png) no-repeat top 99% left 2.5%, url(/wp-content/uploads/sp_bnr_img021.png) no-repeat top 6% right 7%, url(/wp-content/uploads/sp_bnr_img022.png) no-repeat top 99% right 1.5%;
    background-size: min(25vw, 159px) auto, min(21vw, 133px) auto, min(14vw, 87px) auto, min(21vw, 132px) auto;
  }
}

.sec_05 .row_wrap {
  position: relative;
  padding: 56px 10px 67px;
}

@media (max-width: 767px) {
  .sec_05 .row_wrap {
    padding: 20px 10px 25px;
  }
}

.sec_05 .row_wrap::before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 100% 200px, 100% 100%, 0 100%, 0% 200px);
          clip-path: polygon(50% 0%, 100% 200px, 100% 100%, 0 100%, 0% 200px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 767px) {
  .sec_05 .row_wrap::before {
    -webkit-clip-path: polygon(50% 0%, 100% 100px, 100% 100%, 0 100%, 0% 100px);
            clip-path: polygon(50% 0%, 100% 100px, 100% 100%, 0 100%, 0% 100px);
  }
}

.sec_05 .row_wrap .text_wrap {
  position: relative;
  z-index: 1;
}

.sec_05 .row_wrap .text_wrap h2 {
  line-height: 1.1;
  margin-bottom: .28em;
  font-size: 82px;
  font-size: 8.2rem;
}

@media (max-width: 767px) {
  .sec_05 .row_wrap .text_wrap h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sec_05 .row_wrap .text_wrap h2 .large {
  font-size: 91px;
  font-size: 9.1rem;
}

@media (max-width: 767px) {
  .sec_05 .row_wrap .text_wrap h2 .large {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .sec_05 .row_wrap .text_wrap .txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.sec_05 .row_wrap .text_wrap ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 510px;
  margin-inline: auto;
}

.sec_05 .row_wrap .text_wrap ul li {
  width: calc((100% - 10px) / 2);
  color: #fff;
  background: #E5BD1C;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

@media (max-width: 767px) {
  .sec_05 .row_wrap .text_wrap ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .sec_05 .row_wrap .text_wrap .more {
    margin-top: 2em;
  }
}

/* ================================
TOP 家づくり相談所について sec_06
================================ */
.sec_06 {
  position: relative;
  z-index: 0;
  padding-block: 140px;
}

@media (max-width: 767px) {
  .sec_06 {
    padding-block: 8%;
  }
}

.sec_06::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img003.png) no-repeat top center/contain;
  width: 811px;
  max-width: 52vw;
  height: 672px;
  top: 0;
  right: 0;
  z-index: -1;
}

.sec_06 .container {
  width: 1440px;
  max-width: calc(100% - 20px);
  padding: 0;
}

@media (min-width: 768px) {
  .sec_06 h2 {
    margin-bottom: 1.8em;
  }
}

.sec_06 .row:not(:last-child) {
  margin-bottom: 6%;
}

.sec_06 .bnr_row::after {
  content: none;
}

@media (min-width: 768px) {
  .sec_06 .bnr_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em 2%;
  }
  .sec_06 .bnr_row .bnr-slider {
    max-width: 32%;
  }
}

.sec_06 .bnr_link_wrap {
  max-width: 460px;
}

.sec_06 .bnr_link_wrap p {
  font-weight: bold;
  line-height: 2;
}

.sec_06 .bnr_wrap .bnr_link_wrap {
  max-width: 996px;
  position: relative;
}

@media (max-width: 767px) {
  .sec_06 .bnr_wrap .bnr_link_wrap img {
    height: 180px;
    object-fit: cover;
  }
}

.sec_06 .bnr_wrap .bnr_link_wrap p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .sec_06 .bnr_wrap .bnr_link_wrap p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec_06 .bnr_wrap .bnr_link_wrap p::after {
  border-color: #fff;
  width: 12px;
  height: 12px;
  border-top-width: 2px;
  border-right-width: 2px;
}

@media (max-width: 767px) {
  .sec_06 .bnr_row .bnr-slider {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .sec_06 .bnr_row .bnr_link_wrap {
    max-width: 70vw;
    margin-inline: 8px;
    transition: .3s;
  }
  .sec_06 .bnr_row .bnr_link_wrap:hover {
    opacity: .7;
  }
  .sec_06 .bnr_row .bnr_link_wrap figure {
    width: 100%;
    aspect-ratio: 460 / 300;
  }
  .sec_06 .bnr_row .bnr_link_wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec_06 .bnr_row .bnr_link_wrap p {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0.5em;
  }
}

/* ================================
TOP 当社の想い sec_07
================================ */
.sec_07 {
  position: relative;
  z-index: 0;
  padding-block: 140px;
}

@media (max-width: 767px) {
  .sec_07 {
    padding-block: 8%;
  }
}

.sec_07::before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(181, 118, 73, 0.1);
  width: 87.5%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -2;
}

@media (max-width: 767px) {
  .sec_07::before {
    width: 100%;
  }
}

.sec_07::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img004.png) no-repeat top center/contain;
  width: 870px;
  max-width: 55vw;
  height: 628px;
  top: 36%;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .sec_07 .btn_row {
    max-width: 510px;
  }
}

/* ================================
TOP お知らせ sec_08
================================ */
.sec_08 {
  position: relative;
  z-index: 1;
  padding-block: 200px 140px;
}

@media (max-width: 767px) {
  .sec_08 {
    padding-block: 8%;
  }
}

@media (max-width: 767px) {
  .sec_08 .news_row > .col:not(:last-child) {
    margin-bottom: 8%;
  }
}

.sec_08 .content_wrap {
  max-width: 568px;
  margin-inline: auto;
}

.sec_08 .content_wrap .ttl_row {
  display: flex;
  align-items: center;
  margin-bottom: 1.6em;
}

@media (max-width: 767px) {
  .sec_08 .content_wrap .ttl_row {
    margin-bottom: 1em;
  }
}

.sec_08 .content_wrap .ttl_row > .col {
  margin-bottom: 0;
}

.sec_08 .content_wrap .ttl_row h2 {
  margin-bottom: 0;
}

.sec_08 .content_wrap .ttl_row .more .add_arrow {
  margin-right: 0;
}

@media (max-width: 767px) {
  .sec_08 .content_wrap .ttl_row .more .add_arrow {
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  .sec_08 .content_wrap dl dt, .sec_08 .content_wrap dl dd {
    padding-block: .8em .3em;
  }
}

/* ================================
TOP ロゴスライダー sec_09
================================ */
.sec_09 {
  padding-block: 0 140px;
}

@media (max-width: 767px) {
  .sec_09 {
    padding-block: 0 8%;
  }
}

.sec_09 .slider_img {
  max-width: 120vw;
}

@media (max-width: 767px) {
  .sec_09 .slider_img {
    max-width: 150vw;
  }
}

.sec_09 .slider_img img {
  width: 100%;
}

/* ================================
TOP お問い合わせ sec_10
================================ */
.sec_10 {
  background: url(/wp-content/uploads/bg_img005.jpg) no-repeat center/cover;
}

@media (min-width: 768px) {
  .sec_10 {
    padding-block: 100px;
  }
}

@media (max-width: 767px) {
  .sec_10 {
    background: rgba(181, 118, 73, 0.8);
  }
}

@media (min-width: 768px) {
  .sec_10 .container {
    padding: 0;
  }
}

.sec_10 .content_row > .col {
  margin: 0;
}

@media (min-width: 768px) {
  .sec_10 .content_row > .col {
    padding: 0 2.2%;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .sec_10 .content_row > .col {
    padding: 8% 0;
  }
}

@media (min-width: 768px) {
  .sec_10 .content_row > .col:not(:last-child) {
    border-right: 1px solid #fff;
  }
}

@media (max-width: 767px) {
  .sec_10 .content_row > .col:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 768px) {
  .sec_10 .content_row h2 {
    margin-bottom: .6em;
    margin-left: 0;
  }
}

.sec_10 .content_row .tel {
  margin-top: 0;
}

.sec_10 .content_row .tel a {
  color: #fff;
  font-size: min(4vw, 42px);
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .sec_10 .content_row .tel a {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media (min-width: 768px) {
  .sec_10 .content_row .more {
    margin-top: 1em;
    width: 100%;
  }
}

/* ================================
家づくりの流れpage
================================ */
.flow2_sec_01 {
  position: relative;
  z-index: 0;
}

.flow2_sec_01::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/flow2_bg_img001.png) no-repeat top 23.5% right, url(/wp-content/uploads/flow2_bg_img002.png) no-repeat top 42% left, url(/wp-content/uploads/flow2_bg_img003.png) no-repeat top 100% right;
  background-size: min(38vw, 540px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .flow2_sec_01 h2 {
    margin-bottom: 2.6em;
  }
}

@media (min-width: 768px) {
  .flow2_sec_01 .step_wrap .row {
    display: flex;
  }
}

@media (min-width: 768px) {
  .flow2_sec_01 .step_wrap .row:not(:last-child) {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .flow2_sec_01 .step_wrap .row:first-child .step::before {
    top: 50%;
    height: calc(50% + 100px);
  }
}

@media (min-width: 768px) {
  .flow2_sec_01 .step_wrap .row:last-child .step::before {
    height: 50%;
  }
}

@media (min-width: 768px) {
  .flow2_sec_01 .step_wrap .row.reverse .img {
    order: 1;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .flow2_sec_01 .step_wrap .row.reverse .content {
    order: 3;
    margin-left: 2%;
  }
}

@media (min-width: 768px) {
  .flow2_sec_01 .step_wrap .row .col {
    margin: 0;
  }
}

.flow2_sec_01 .step_wrap .row .step {
  position: relative;
}

@media (min-width: 768px) {
  .flow2_sec_01 .step_wrap .row .step {
    order: 2;
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 2%;
  }
}

.flow2_sec_01 .step_wrap .row .step::before {
  content: "";
  position: absolute;
  display: block;
  background: #D5B87D;
  width: 2px;
  height: calc(100% + 100px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .flow2_sec_01 .step_wrap .row .step::before {
    width: 100%;
    height: 2px;
    top: 65%;
    transform: translate(-50%, -50%);
  }
}

.flow2_sec_01 .step_wrap .row .step p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  background: #D5B87D;
  color: #fff;
  -webkit-clip-path: polygon(50% 0%, 100% 50px, 100% 100%, 0 100%, 0% 50px);
          clip-path: polygon(50% 0%, 100% 50px, 100% 100%, 0 100%, 0% 50px);
  width: 100%;
  max-width: 160px;
  margin-inline: auto;
  padding-block: 40px 2px;
}

@media (max-width: 767px) {
  .flow2_sec_01 .step_wrap .row .step p {
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-clip-path: polygon(50% 0%, 100% 30px, 100% 100%, 0 100%, 0% 30px);
            clip-path: polygon(50% 0%, 100% 30px, 100% 100%, 0 100%, 0% 30px);
    max-width: 80px;
    padding-block: 25px 4px;
  }
}

.flow2_sec_01 .step_wrap .row .step p span {
  font-size: 80px;
  font-size: 8rem;
  display: block;
  margin-top: .1em;
}

@media (max-width: 767px) {
  .flow2_sec_01 .step_wrap .row .step p span {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .flow2_sec_01 .step_wrap .row .img {
    order: 3;
    width: 39%;
    margin-left: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .flow2_sec_01 .step_wrap .row .content {
    order: 1;
    width: 39%;
  }
}

.flow2_sec_01 .step_wrap .row .content h3 {
  border: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .flow2_sec_01 .step_wrap .row .content h3 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 1.1em;
  }
}

.flow2_sec_01 .step_wrap .row .content h4 {
  color: #D5B87D;
  padding: 0;
}

@media (min-width: 768px) {
  .flow2_sec_01 .step_wrap .row .content h4 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 1.2em;
    line-height: 1.5;
  }
}

.flow2_sec_01 .step_wrap .row .content h4::after {
  content: none;
}

.flow2_sec_02 h2 {
  margin-bottom: 1.5em;
}

@media (max-width: 767px) {
  .flow2_sec_02 h2 {
    margin-bottom: .8em;
  }
}

/* ================================
全部無料の理由page
================================ */
@media (min-width: 768px) {
  .all_free_sec_01 .flex {
    justify-content: flex-end;
  }
}

.all_free_sec_01 ul {
  list-style-type: none;
  border: 2px solid #f08300;
  border-radius: 20px;
  padding: 0;
  font-weight: bold;
  color: #f08300;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
}

@media (min-width: 768px) {
  .all_free_sec_01 ul {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.all_free_sec_01 ul li {
  padding: 10px 5px;
  line-height: 1;
}

.all_free_sec_01 ul li:not(:last-child) {
  border-bottom: 2px solid #f08300;
}

.all_free_sec_01 .price {
  color: #f08300;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.all_free_sec_01 .price .num {
  font-size: 300px;
  font-size: 30rem;
  line-height: .7;
}

@media (max-width: 999px) {
  .all_free_sec_01 .price .num {
    font-size: 240px;
    font-size: 24rem;
  }
}

@media (max-width: 500px) {
  .all_free_sec_01 .price .num {
    font-size: 170px;
    font-size: 17rem;
  }
}

.all_free_sec_01 .price .yen {
  margin-left: -50px;
  font-size: 50px;
  text-shadow: 3px 3px 2px #FFF, -3px -3px 2px #FFF, -3px 3px 2px #FFF, 3px -3px 2px #FFF, 3px 0px 2px #FFF, -3px -0px 2px #FFF, 0px 3px 2px #FFF, 0px -3px 2px #FFF;
}

.all_free_sec_01 figure {
  flex: 1;
  max-width: 150px;
  align-self: flex-end;
}

@media (min-width: 768px) {
  .all_free_sec_01 .text-wrap {
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .all_free_sec_01 .text-wrap {
    max-width: 500px;
    margin-inline: auto;
  }
}

.all_free_sec_01 .text-wrap .ttl {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 768px) {
  .all_free_sec_01 .text-wrap .ttl {
    font-size: 40px;
    font-size: 4rem;
  }
}

.all_free_sec_01 .text-wrap .ttl span {
  color: #f08300;
}

.all_free_sec_01 .text-wrap .sub_ttl {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .all_free_sec_01 .text-wrap .sub_ttl {
    margin-bottom: .5em;
  }
}

.all_free_sec_01 .text-wrap .sub_ttl span {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #999;
  padding-inline: 1em;
}

@media (max-width: 767px) {
  .all_free_sec_01 .text-wrap .sub_ttl span {
    font-size: 18px;
    font-size: 1.8rem;
    padding-inline: .5em;
  }
}

.all_free_sec_07 .container {
  background: url(/wp-content/uploads/all_free_bg.jpg) no-repeat center/cover;
}

.all_free_sec_07 .text-wrap {
  background: rgba(255, 255, 255, 0.9);
  padding: 4% 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.all_free_sec_04 .point_wrap {
  width: -moz-fit-content;
  width: fit-content;
}

/* ================================
家づくり相談所とは？page
================================ */
.about_sec_01 .container {
  max-width: 1440px;
}

.about_sec_02 p {
  line-height: 2;
}

@media (min-width: 768px) {
  .about_sec_03 h2 {
    margin-bottom: 5.5rem;
  }
}

@media (min-width: 768px) {
  .about_sec_03 .col.break ~ .col {
    margin-top: 3.3%;
  }
}

.about_sec_03 .box {
  border: 2px solid #D5B87D;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .about_sec_03 .box {
    height: 100%;
    min-height: 230px;
    max-width: 364px;
    margin-inline: auto;
  }
}

.about_sec_03 .box .heading {
  background: #D5B87D;
  color: #fff;
  padding: 10px 5px;
}

.about_sec_03 .box .heading p {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .about_sec_03 .box .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .about_sec_03 .box .heading {
    min-height: 118px;
  }
  .about_sec_03 .box .heading p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.about_sec_03 .box .content {
  padding: 20px;
}

.about_sec_04 {
  background: url(/wp-content/uploads/pattern.png);
  padding-block: 7.5%;
}

@media (min-width: 768px) {
  .about_sec_04 .col.break ~ .col {
    margin-top: 4.5%;
  }
}

@media (min-width: 768px) {
  .about_sec_04 h2 {
    margin-bottom: 5.5rem;
  }
}

.about_sec_04 .wrap {
  max-width: 354px;
  margin-inline: auto;
}

.about_sec_04 figure {
  aspect-ratio: 1 / 1;
  background: url(/wp-content/uploads/about_bg.png) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10%;
  padding: 20px 10px;
  margin-bottom: 2rem;
}

@media (max-width: 999px) {
  .about_sec_04 figure {
    gap: 10px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .about_sec_04 figure img {
    max-height: 80px;
  }
}

.about_sec_04 figure figcaption {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .about_sec_04 figure figcaption {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .about_sec_04 figure figcaption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .about_sec_04 figure figcaption {
    color: #fff !important;
    padding: .5em;
    background: #B57649;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .about_sec_04 p {
    line-height: 2;
  }
}

/* ================================
よくある質問page
================================ */
.btn_area p {
  height: 100%;
}

.btn_area p .block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* ================================
家づくり診断コンテンツ
================================ */
.diagnosis-section {
  background: url(/wp-content/uploads/diagnosis_bg_img001.png) no-repeat top right/min(38.333333333333336vw, 460px) auto, url(/wp-content/uploads/diagnosis_bg_img002.png) no-repeat bottom left/min(38.333333333333336vw, 460px) auto;
}

.diagnosis-section #diagnosis-form,
.diagnosis-section #diagnosis-result {
  background: rgba(213, 184, 125, 0.2);
  padding: 8% 4%;
}

@media (min-width: 768px) {
  .diagnosis-section #diagnosis-form,
  .diagnosis-section #diagnosis-result {
    padding-block: 5rem;
  }
}

.diagnosis-section #diagnosis-form .diagnosis-question,
.diagnosis-section #diagnosis-form .result-content,
.diagnosis-section #diagnosis-result .diagnosis-question,
.diagnosis-section #diagnosis-result .result-content {
  max-width: 1000px;
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0% 10%);
          clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0% 10%);
  padding: 16% 8% 4%;
  margin-inline: auto;
  animation: fadeIn 0.4s;
}

@media (min-width: 768px) {
  .diagnosis-section #diagnosis-form .diagnosis-question,
  .diagnosis-section #diagnosis-form .result-content,
  .diagnosis-section #diagnosis-result .diagnosis-question,
  .diagnosis-section #diagnosis-result .result-content {
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
            clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    padding: 16% 4% 4%;
  }
}

.diagnosis-section #diagnosis-form .diagnosis-question h2,
.diagnosis-section #diagnosis-form .result-content h2,
.diagnosis-section #diagnosis-result .diagnosis-question h2,
.diagnosis-section #diagnosis-result .result-content h2 {
  font-family: "Josefin Sans", sans-serif;
  color: #D5B87D;
  padding: 0;
}

@media (min-width: 768px) {
  .diagnosis-section #diagnosis-form .diagnosis-question h2,
  .diagnosis-section #diagnosis-form .result-content h2,
  .diagnosis-section #diagnosis-result .diagnosis-question h2,
  .diagnosis-section #diagnosis-result .result-content h2 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 0.5em;
  }
}

.diagnosis-section #diagnosis-form .diagnosis-question h2::before,
.diagnosis-section #diagnosis-form .result-content h2::before,
.diagnosis-section #diagnosis-result .diagnosis-question h2::before,
.diagnosis-section #diagnosis-result .result-content h2::before {
  content: none;
}

.diagnosis-section #diagnosis-form .diagnosis-question p,
.diagnosis-section #diagnosis-form .result-content p,
.diagnosis-section #diagnosis-result .diagnosis-question p,
.diagnosis-section #diagnosis-result .result-content p {
  text-align: center;
  font-weight: 700;
}

@media (min-width: 768px) {
  .diagnosis-section #diagnosis-form .diagnosis-question p,
  .diagnosis-section #diagnosis-form .result-content p,
  .diagnosis-section #diagnosis-result .diagnosis-question p,
  .diagnosis-section #diagnosis-result .result-content p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.diagnosis-section #diagnosis-form .diagnosis-question .question-wrap,
.diagnosis-section #diagnosis-form .result-content .question-wrap,
.diagnosis-section #diagnosis-result .diagnosis-question .question-wrap,
.diagnosis-section #diagnosis-result .result-content .question-wrap {
  max-width: 792px;
  display: grid;
  gap: 20px;
  margin: 2.5em auto 0;
}

@media (min-width: 768px) {
  .diagnosis-section #diagnosis-form .diagnosis-question .question-wrap,
  .diagnosis-section #diagnosis-form .result-content .question-wrap,
  .diagnosis-section #diagnosis-result .diagnosis-question .question-wrap,
  .diagnosis-section #diagnosis-result .result-content .question-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}

.diagnosis-section #diagnosis-form .diagnosis-question label,
.diagnosis-section #diagnosis-form .result-content label,
.diagnosis-section #diagnosis-result .diagnosis-question label,
.diagnosis-section #diagnosis-result .result-content label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B57649;
  color: #fff;
  font-weight: 700;
  max-width: 376px;
  width: 100%;
  min-height: 90px;
  cursor: pointer;
  transition: 0.2s;
  padding: 4% 6%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .diagnosis-section #diagnosis-form .diagnosis-question label,
  .diagnosis-section #diagnosis-form .result-content label,
  .diagnosis-section #diagnosis-result .diagnosis-question label,
  .diagnosis-section #diagnosis-result .result-content label {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.diagnosis-section #diagnosis-form .diagnosis-question label::before,
.diagnosis-section #diagnosis-form .result-content label::before,
.diagnosis-section #diagnosis-result .diagnosis-question label::before,
.diagnosis-section #diagnosis-result .result-content label::before {
  content: '';
  display: block;
  background: #B57649;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.2s;
}

.diagnosis-section #diagnosis-form .diagnosis-question label::after,
.diagnosis-section #diagnosis-form .result-content label::after,
.diagnosis-section #diagnosis-result .diagnosis-question label::after,
.diagnosis-section #diagnosis-result .result-content label::after {
  content: '';
  display: block;
  background: #975423;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -2;
  transition: 0.2s;
}

@media (min-width: 768px) {
  .diagnosis-section #diagnosis-form .diagnosis-question label::after,
  .diagnosis-section #diagnosis-form .result-content label::after,
  .diagnosis-section #diagnosis-result .diagnosis-question label::after,
  .diagnosis-section #diagnosis-result .result-content label::after {
    top: 8px;
    left: 8px;
  }
}

.diagnosis-section #diagnosis-form .diagnosis-question label input[type="radio"],
.diagnosis-section #diagnosis-form .result-content label input[type="radio"],
.diagnosis-section #diagnosis-result .diagnosis-question label input[type="radio"],
.diagnosis-section #diagnosis-result .result-content label input[type="radio"] {
  display: none;
}

.diagnosis-section #diagnosis-form .diagnosis-question label:hover,
.diagnosis-section #diagnosis-form .result-content label:hover,
.diagnosis-section #diagnosis-result .diagnosis-question label:hover,
.diagnosis-section #diagnosis-result .result-content label:hover {
  transform: translate(6px, 6px);
}

@media (min-width: 768px) {
  .diagnosis-section #diagnosis-form .diagnosis-question label:hover,
  .diagnosis-section #diagnosis-form .result-content label:hover,
  .diagnosis-section #diagnosis-result .diagnosis-question label:hover,
  .diagnosis-section #diagnosis-result .result-content label:hover {
    transform: translate(8px, 8px);
  }
}

.diagnosis-section #diagnosis-form .diagnosis-question label:hover::after,
.diagnosis-section #diagnosis-form .result-content label:hover::after,
.diagnosis-section #diagnosis-result .diagnosis-question label:hover::after,
.diagnosis-section #diagnosis-result .result-content label:hover::after {
  top: 0;
  left: 0;
}

.diagnosis-section #diagnosis-form .diagnosis-question label span,
.diagnosis-section #diagnosis-form .result-content label span,
.diagnosis-section #diagnosis-result .diagnosis-question label span,
.diagnosis-section #diagnosis-result .result-content label span {
  text-align: left;
  color: #B57649;
  line-height: 1;
  background: #fff;
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}

@media (min-width: 768px) {
  .diagnosis-section #diagnosis-form .diagnosis-question label span,
  .diagnosis-section #diagnosis-form .result-content label span,
  .diagnosis-section #diagnosis-result .diagnosis-question label span,
  .diagnosis-section #diagnosis-result .result-content label span {
    font-size: 24px;
    font-size: 2.4rem;
    width: 50px;
    height: 50px;
  }
}

.diagnosis-section #diagnosis-form .diagnosis-question .question-number,
.diagnosis-section #diagnosis-form .result-content .question-number,
.diagnosis-section #diagnosis-result .diagnosis-question .question-number,
.diagnosis-section #diagnosis-result .result-content .question-number {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  width: 30px;
  height: 30px;
  margin: 2em auto 0;
  position: relative;
}

@media (min-width: 768px) {
  .diagnosis-section #diagnosis-form .diagnosis-question .question-number,
  .diagnosis-section #diagnosis-form .result-content .question-number,
  .diagnosis-section #diagnosis-result .diagnosis-question .question-number,
  .diagnosis-section #diagnosis-result .result-content .question-number {
    font-size: 24px;
    font-size: 2.4rem;
    width: 40px;
    height: 40px;
  }
}

.diagnosis-section #diagnosis-form .diagnosis-question .question-number::after,
.diagnosis-section #diagnosis-form .result-content .question-number::after,
.diagnosis-section #diagnosis-result .diagnosis-question .question-number::after,
.diagnosis-section #diagnosis-result .result-content .question-number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right bottom, #fff 49.8%, #999 50%, #fff 50.2%);
  z-index: -1;
}

.diagnosis-section #diagnosis-form .diagnosis-question .question-number .current,
.diagnosis-section #diagnosis-form .result-content .question-number .current,
.diagnosis-section #diagnosis-result .diagnosis-question .question-number .current,
.diagnosis-section #diagnosis-result .result-content .question-number .current {
  line-height: 0.9;
  color: #D5B87D;
  position: absolute;
  top: 0;
  left: 0;
}

.diagnosis-section #diagnosis-form .diagnosis-question .question-number .total,
.diagnosis-section #diagnosis-form .result-content .question-number .total,
.diagnosis-section #diagnosis-result .diagnosis-question .question-number .total,
.diagnosis-section #diagnosis-result .result-content .question-number .total {
  line-height: 0.6;
  color: #999;
  position: absolute;
  right: 0;
  bottom: 0;
}

.diagnosis-section #diagnosis-result .result-content {
  padding: 14% 4% 6%;
}

.diagnosis-section #diagnosis-result .result-content h2 {
  color: #B57649;
  font-weight: 700;
}

.diagnosis-section #diagnosis-result .result-content h2 small {
  display: block;
  color: #333333;
  font-weight: 400;
}

@media (min-width: 768px) {
  .diagnosis-section #diagnosis-result .result-content h2 small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.diagnosis-section #diagnosis-result .result-content p {
  font-weight: 400;
}

@media (min-width: 768px) {
  .diagnosis-section #diagnosis-result .result-content p {
    font-size: 20px;
    font-size: 2rem;
  }
}

.diagnosis-section #diagnosis-result .result-content .underline {
  background: linear-gradient(transparent 60%, #FFEABE 60%);
}

.diagnosis-section #diagnosis-result .result-content .diagnosis-advice {
  max-width: 588px;
  border: 1px solid #D5B87D;
  margin: 2em auto 0;
}

.diagnosis-section #diagnosis-result .result-content .diagnosis-advice h3 {
  text-align: center;
  color: #fff;
  background: #D5B87D;
  border: none;
  padding: 0.15em 0.5em;
  margin: 0;
}

.diagnosis-section #diagnosis-result .result-content .diagnosis-advice-inner {
  padding: 2%;
}

.diagnosis-section #diagnosis-result .result-content .diagnosis-advice ul {
  display: table;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .diagnosis-section #diagnosis-result .result-content .diagnosis-advice ul {
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.diagnosis-related a {
  text-decoration: none;
}

.diagnosis-related a:hover figcaption::after {
  right: 2%;
}

.diagnosis-related a figcaption {
  font-weight: 500;
  position: relative;
}

@media (min-width: 768px) {
  .diagnosis-related a figcaption {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.diagnosis-related a figcaption::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #B57649;
  border-right: 1px solid #B57649;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

/* ================================
お問い合わせ
================================ */
.contact_form .container {
  max-width: 1000px;
}

/* ================================
店舗を探す
================================ */
#store .map {
  max-width: 916px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  #store .map {
    background: url(/wp-content/uploads/search_img001.png) no-repeat center center/contain;
    aspect-ratio: 916 / 655;
  }
}

@media (min-width: 768px) {
  #store .map dl {
    padding: 0.5em 1em;
    margin: 0;
    position: absolute;
  }
}

#store .map dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.3em;
}

@media (min-width: 768px) {
  #store .map dl dt {
    font-size: min(1.9650655021834063vw, 18px);
  }
}

#store .map dl dd {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  #store .map dl dd {
    font-size: min(1.5283842794759825vw, 14px);
  }
}

#store .map dl dd ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  #store .map dl dd ul li {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.5em;
  }
}

@media (min-width: 768px) {
  #store .map dl dd ul li:not(:last-child) {
    border-right: 1px solid #333333;
    padding-right: 0.5em;
    margin-right: 0.5em;
  }
}

#store .map dl dd ul li a {
  display: block;
  text-decoration: none;
  position: relative;
}

@media (min-width: 768px) {
  #store .map dl dd ul li a {
    color: #036EA7;
  }
  #store .map dl dd ul li a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  #store .map_area1 {
    width: min(23.689956331877728vw, 217px);
    height: min(14.301310043668122vw, 131px);
    top: min(0.43668122270742354vw, 4px);
    right: min(0.7641921397379913vw, 7px);
  }
  #store .map_area2 {
    width: min(23.689956331877728vw, 217px);
    height: min(14.301310043668122vw, 131px);
    top: min(22.707423580786028vw, 208px);
    right: min(0.7641921397379913vw, 7px);
  }
  #store .map_area3 {
    width: min(24.67248908296943vw, 226px);
    height: min(13.100436681222707vw, 120px);
    top: min(2.6200873362445414vw, 24px);
    left: min(29.366812227074234vw, 269px);
  }
  #store .map_area4 {
    width: min(23.689956331877728vw, 217px);
    height: min(11.135371179039302vw, 102px);
    bottom: min(16.266375545851528vw, 149px);
    right: min(0.7641921397379913vw, 7px);
  }
  #store .map_area5 {
    width: min(30.349344978165938vw, 278px);
    height: min(11.681222707423581vw, 107px);
    bottom: min(1.6375545851528384vw, 15px);
    right: min(23.799126637554586vw, 218px);
  }
  #store .map_area6 {
    width: min(24.563318777292576vw, 225px);
    height: min(12.991266375545852vw, 119px);
    top: min(2.8384279475982535vw, 26px);
    left: min(0.8733624454148471vw, 8px);
  }
  #store .map_area7 {
    width: min(24.67248908296943vw, 226px);
    height: min(11.681222707423581vw, 107px);
    bottom: min(1.2008733624454149vw, 11px);
    left: min(3.602620087336245vw, 33px);
  }
  #store .map_area8 {
    width: min(24.67248908296943vw, 226px);
    height: min(16.266375545851528vw, 149px);
    top: min(21.069868995633186vw, 193px);
    left: min(0.8733624454148471vw, 8px);
  }
}

.qa .question {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
  background: rgba(213, 184, 125, 0.1);
  padding: 1em;
  padding-right: 90px;
  border-radius: 5px;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .qa .question {
    padding-right: 55px;
  }
}

.qa .question:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: translate(0, -50%) rotate(135deg);
  transition: .5s;
}

@media (max-width: 767px) {
  .qa .question:before {
    right: 3%;
  }
}

.qa .question.open:before {
  transform: translate(0, -50%) rotate(-45deg);
}

.qa .question.sub_question {
  background: rgba(181, 118, 73, 0.08);
  font-weight: bold;
  background: none;
  border-bottom: 2px solid #333333;
  border-radius: 0;
  padding-block: 1em;
}

.qa .answer {
  padding: 0 0 2em;
}

/*# sourceMappingURL=main.css.map */
