@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
/* normalize */
@import url(vendor/common.css);
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html.scrollPrevent {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "游ゴシック体", "Yu Gothic UI", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.8em;
  line-height: 1.4;
  color: #222;
  height: auto !important;
}
@media (min-width: 768px) {
  body {
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.6em;
  }
}
_:-ms-lang(x)::-ms-backdrop,
body {
  font-family: "Times New Roman", "ＭＳ Ｐ明朝", serif;
}

main {
  overflow: hidden;
}

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

figure img,
picture img {
  max-width: 100%;
  height: auto;
}

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

a {
  color: #ad9164;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.highlight a {
  color: #222;
}

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

a:not([class]) img,
a.swipebox img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:not([class]):hover img,
a.swipebox:hover img {
  opacity: 0.8;
}

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 2.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: 0rem;
  margin-bottom: 17px;
}

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

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

td,
th {
  padding: 0;
}

main .contents_wrapper {
  max-width: 100%;
  padding: 0;
}

main section {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  main section {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  main section:last-child {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
}
@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: -0.4em;
  }
  .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;
  }
}
.container {
  max-width: 1440px;
}

.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;
  }
}
.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 6%;
}

.sidebar ul a {
  color: #222;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  border-bottom: rgba(173, 145, 100, 0.1) solid 1px;
}

.sidebar ul a:hover {
  color: #ad9164;
  background: rgba(173, 145, 100, 0.05);
}

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

.gutters .col {
  padding: 0;
}

.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 p {
  line-height: 1.8;
}

.container {
  padding: 0 20px;
}

.highlight {
  padding: 4% 0;
  background: rgba(173, 145, 100, 0.1);
  color: #222;
}

.highlight.round {
  border-radius: 10px;
}

p.highlight,
.col.highlight {
  padding: 4%;
}

.js-header_break_point {
  display: none;
  z-index: 1481;
}

@media (min-width: 768px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row.flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.globalHeader {
  background: #c7b39c;
  color: #fff;
  font-size: 17px;
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  font-family: "Shippori Mincho", serif;
}

@media (max-width: 1480px) {
  .globalHeader.high {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1480px) {
  .globalHeader {
    z-index: 999;
    width: 100%;
  }
}
.globalHeader .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 120px;
  max-width: 100%;
}

.globalHeader .container .globalHeader_top {
  width: calc(100% - clamp(16px, 4.41vw, 64px));
  margin: 0 auto;
}

@media (max-width: 1480px) and (min-width: 768px) {
  .globalHeader .container {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .globalHeader .container {
    height: 80px;
  }
}
.globalHeader .globalHeader_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.globalHeader .header_logo {
  width: 477px;
  height: auto;
  margin: 0;
  max-width: 45%;
}

@media (min-width: 768px) and (max-width: 1480px) {
  .globalHeader .header_logo {
    height: auto;
  }
}
@media (max-width: 767px) {
  .globalHeader .header_logo {
    width: 250px;
    height: auto;
    max-width: 80%;
  }
}
.globalHeader .header_logo a {
  display: block;
  height: auto;
  line-height: 0;
}

.globalHeader .header_logo a img {
  max-width: 100%;
  height: auto;
}

.global_nav {
  padding: 130px 90px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.global_nav ul {
  padding: 0;
  list-style: none;
}
.global_nav ul li a {
  text-decoration: none;
  color: #1e1e1e;
  font-weight: 500;
  padding-left: 21px;
  position: relative;
}
.global_nav ul li a:before {
  content: "";
  border-top: solid 2px #a79077;
  border-left: solid 2px #a79077;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.global_nav ul li a:hover {
  text-decoration: underline;
  color: #a79077;
}
.global_nav.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .global_nav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .global_nav {
    padding: 80px 0;
    height: calc(100vh + 50px);
    overflow: auto;
    background: #fff;
  }
  .global_nav ul {
    width: 90%;
    margin: auto;
  }
  .global_nav ul li a {
    border-bottom: solid 1px #ccc;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/**ハンバーガーメニュー**/
#headerToggle {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 32px !important;
  z-index: 99;
  cursor: pointer;
  width: 60px;
  height: 49px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #headerToggle {
    width: 40px;
    height: 32.66px;
    right: 15px !important;
  }
}

#headerToggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1e1e1e;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #headerToggle span {
    height: 2px;
  }
}

#headerToggle span:nth-of-type(1) {
  top: 0;
}

#headerToggle span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

#headerToggle span:nth-of-type(3) {
  bottom: 0;
}

#headerToggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

#headerToggle.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
}

#headerToggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-37px) rotate(45deg);
          transform: translateY(-37px) rotate(45deg);
}
@media (max-width: 767px) {
  #headerToggle.active span:nth-of-type(3) {
    -webkit-transform: translateY(-21px) rotate(45deg);
            transform: translateY(-21px) rotate(45deg);
  }
}

.hdr_info {
  color: #1e1e1e;
  position: absolute;
  top: 26px;
  right: clamp(100px, 13.08vw, 150px);
}
.hdr_info .hdr_info_group {
  padding: 0;
  list-style: none;
}
.hdr_info .hdr_info_group .txt {
  font-size: 18px;
}
.hdr_info .hdr_info_group .tel .ic {
  padding-left: 26px;
  font-size: 40px;
  position: relative;
  color: #1e1e1e;
  line-height: 0.8;
}
.hdr_info .hdr_info_group .tel .ic:before {
  content: "";
  background: url(../img/ic_tel.png) no-repeat center/cover;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 21px;
  height: 29px;
}

.fixed_wrap {
  display: none;
}

footer {
  position: relative;
  padding: 60px 0 0;
  font-size: 17px;
  font-family: "Shippori Mincho", serif;
}
footer .table-schedule th,
footer .table-schedule td {
  font-weight: 500;
}
footer .table-schedule + .text-right {
  text-align: left !important;
}
footer .table_info {
  width: 100%;
  margin-bottom: clamp(15px, 2.4vw, 30px);
}
footer .table_info th,
footer .table_info td {
  border-bottom: solid 1px #d6d6d6;
}
footer .table_info th {
  text-align: left;
  padding-left: 0;
  color: #a58757;
  font-weight: 500;
}
footer .info figure {
  max-width: 432px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer .table_info th {
    width: 64px;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 50px 0 30vw;
  }
  footer .info figure img {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  footer .info .col:first-child {
    padding-right: 2%;
  }
}
@media (min-width: 768px) {
  footer .info .col:last-child {
    padding-left: 2%;
  }
}
footer h4 {
  font-size: clamp(17px, 1.379vw, 20px);
  padding: 0 0 10px;
  font-weight: 500;
  border-bottom: 1px solid #222;
  font-weight: bold;
  letter-spacing: 0.1em;
}

footer h4:after {
  content: none;
}

@media (min-width: 768px) {
  footer h4.margin_r {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  footer h4 {
    margin: 40px 0 0;
  }
}
@media (min-width: 768px) {
  footer .fNav#d-flex ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .fNav#d-flex ul li {
    width: 50%;
  }
}
footer .fNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .fNav ul li + li {
  border-top: 1px solid rgba(173, 145, 100, 0.3);
}

footer .fNav ul li a {
  display: block;
  padding: 0.8em 0;
  text-decoration: none;
  line-height: 1.8;
}

footer .fNav ul li.menu-item-has-children ul {
  display: block !important;
}

footer .copy_right {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  footer ul li > ul {
    border-top: 1px solid rgba(173, 145, 100, 0.3);
  }
  footer ul li.menu-item-has-children ul {
    display: block !important;
    height: auto !important;
  }
  footer ul li.menu-item-has-children ul a {
    font-size: 90%;
    padding-left: 1.5em;
  }
  footer ul li.menu-item-has-children ul ul a {
    padding-left: 2.5em;
  }
  footer .col {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  footer .fNav {
    margin-bottom: 5%;
  }
  footer .fNav ul {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  footer .fNav ul li {
    border: none !important;
  }
  footer .fNav ul li a {
    padding: 0.2em 1em 0.2em 0 !important;
    text-decoration: none;
    position: relative;
  }
  footer .fNav ul li a:before {
    content: none;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #ad9164;
    border-right: solid 2px #ad9164;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
  }
  footer .fNav ul li > ul {
    padding-left: 0.2em;
  }
  footer .fNav ul li > ul a {
    font-size: 90%;
  }
  footer .fNav ul li > ul a:before {
    width: 5px;
    height: 5px;
    border: none;
    background: #ad9164;
    border-radius: 50%;
    margin-top: -2px;
  }
  footer .fNav ul li > ul .sub-menu {
    padding-left: 1em;
  }
  footer .fNav ul li > ul .sub-menu a:before {
    width: 5px;
    height: 2px;
    border: none;
    background: #ad9164;
    border-radius: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.copy_right {
  background: transparent;
  color: #222;
  font-size: 1.6rem;
  margin: 0;
  padding: 2em 0;
}

@media (max-width: 767px) {
  .copy_right {
    padding: 1em 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;
  }
}
footer {
  background: url(../img/footer_bg.jpg) no-repeat center top/cover;
  color: #222;
  padding: clamp(40px, 8.27vw, 120px) 0 0;
}
@media (max-width: 767px) {
  footer {
    background: url(../img/footer_bg_sp.jpg) no-repeat center top/cover;
  }
}

footer a {
  color: #222;
}

footer a:hover {
  color: #222;
}

footer .container .row nav a {
  font-size: clamp(16px, 1.24vw, 18px);
  font-weight: 500;
}

@media (min-width: 768px) {
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}
.bread_wrap {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .bread_wrap {
    margin-bottom: 40px;
  }
}
.bread {
  overflow: hidden;
  margin: 0;
  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: #ad9164;
}

.bread ul li a:hover {
  color: #ad9164;
  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 .form_button {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  margin: 0;
  padding: 1em 1em;
  border: #ad9164 solid 1px;
  border-radius: 0px;
  line-height: 1;
  background: #ad9164;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.6rem;
  cursor: pointer;
  /*
  * ボタン矢印
  */
}

.button:hover,
.inquiry .form_button:hover {
  background: #a28556;
  color: white;
  border-color: #a28556;
}

.button.arrow,
.inquiry .arrow.form_button {
  position: relative;
  font-size: 1.6rem;
}

.button.arrow:after,
.inquiry .arrow.form_button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 49%;
  right: 5%;
  margin: auto;
  width: 20px;
  height: 5px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button.arrow:hover,
.inquiry .arrow.form_button:hover {
  border: 1px solid #ad9164;
}

.button.arrow:hover:after,
.inquiry .arrow.form_button:hover:after {
  right: 4%;
}

.highlight .button,
.highlight .inquiry .form_button,
.inquiry .highlight .form_button {
  color: white;
}

.highlight .button:hover,
.highlight .inquiry .form_button:hover,
.inquiry .highlight .form_button:hover {
  color: white;
}

.button.inverse,
.inquiry .inverse.form_button {
  background: none;
  border-color: #ad9164;
  color: #ad9164;
}

.button.inverse:after,
.inquiry .inverse.form_button:after {
  border-color: #ad9164;
}

.button.inverse:hover,
.inquiry .inverse.form_button:hover {
  background: #ad9164;
  color: #fff;
}

.button.inverse:hover:after,
.inquiry .inverse.form_button:hover:after {
  border-color: #fff;
}

.button.block,
.inquiry .block.form_button {
  display: block;
  min-width: 100%;
}

.button.small,
.inquiry .small.form_button {
  padding: 0.6em 1em;
  max-width: unset;
  width: auto;
}

.button.small.arrow,
.inquiry .small.arrow.form_button {
  padding-right: 2.5em;
}

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

/* お問い合わせフォーム */
.inquiry fieldset {
  margin: 0;
  padding: 4%;
  border: rgba(173, 145, 100, 0.1) solid 5px;
  border-radius: 10px;
}

.inquiry .table-default {
  border: none;
}

.inquiry .table-default th {
  background: none;
  border: none;
  text-align: left;
  padding: 0.5em 50px 0.5em 0.5em;
  vertical-align: top;
  font-weight: bold;
  position: relative;
}

@media (min-width: 768px) {
  .inquiry .table-default th .required {
    position: absolute;
    top: 0.7em;
    right: 0;
  }
}
.inquiry .table-default td {
  background: none;
  border: none;
  padding: 0.5em;
}

.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: 1.6rem;
  margin: 0.2em 0.2em;
}

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

.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 .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .required {
  display: inline-block;
  background: #c00;
  color: white;
  padding: 0.2em 0.5em;
  font-size: 1.2rem;
  margin-left: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.inquiry label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    margin: 0 0.2em;
  }
  .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 .input_wrap {
    display: block;
    margin: 0 0.2em;
  }
  .inquiry .input_wrap input,
  .inquiry .input_wrap textarea {
    margin: 0;
  }
  .inquiry .input_wrap:last-child {
    margin-right: auto;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
}
.form_button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .form_button_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form_button_wrap button {
  margin: 0.5em !important;
}

.privacy_wrap {
  margin-top: 5%;
  border: #ccc solid 1px;
  padding: 1em;
  height: 400px;
  overflow-y: scroll;
}

.mw_wp_form_confirm .input-show {
  display: none;
}

.mw_wp_form_input .input-hide {
  display: none;
}

.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 dl {
  margin: 0;
  overflow-y: auto;
  max-height: 320px;
}

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

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

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

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

.news dl .badge_category {
  display: inline-block;
  background: #ad9164;
  color: white;
  padding: 0.2em 1em;
  margin-left: 1em;
  font-size: 1.4rem;
}

.qa h3.question {
  font-size: 1.6rem;
  border: none;
}

.qa .question {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 50px 1em 1em;
  background-color: rgba(173, 145, 100, 0.1);
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qa .question:after {
  content: none;
}

.qa .question:before {
  content: none;
}

.qa .question.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

.qa.qa_active .question {
  cursor: pointer;
}

.qa.qa_active .question:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 1em;
  left: auto;
  top: 50%;
  bottom: auto;
  margin-top: -12px;
  background: url(/web/wp-content/uploads/arrow_down.svg) center center no-repeat;
  background-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
}

.qa.qa_active .question:hover {
  background: rgba(168, 138, 90, 0.1);
}

.qa.qa_active .answer {
  display: none;
}

.qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}

.qa.qa-open .question:hover {
  background-color: rgba(173, 145, 100, 0.1);
}

.qa.qa-open .question:after {
  display: none;
}

.qa.qa-open .answer {
  display: block;
}

.highlight .qa .question {
  background: rgba(182, 157, 117, 0.1);
}

.highlight .qa .question:hover {
  background: rgba(177, 150, 107, 0.1);
}

.highlight .qa.qa-open .question:hover {
  background: rgba(182, 157, 117, 0.1);
}

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

.shopinfo address {
  text-align: center;
  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: #ad9164;
}

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

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

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

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

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

@media (max-width: 767px) {
  .map_wide {
    margin-top: 30px;
  }
}
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_under {
  padding-top: 50% !important;
}

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

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

#sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sitemap ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0.5em 1em;
  border-bottom: rgba(34, 34, 34, 0.3) solid 1px;
  font-size: 1.8rem;
}

#sitemap ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#sitemap ul li a:hover {
  background: rgba(173, 145, 100, 0.1);
}

.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0rem;
  margin: auto;
}

.sns_icons > li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 1.7rem;
}

.sns_icons li {
  display: inline-block;
}

.sns_icons li:not(:last-child) {
  margin-right: 10px;
}

.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sns_icons a.icon_facebook {
  background-image: url(/web/wp-content/uploads/icon_facebook.png);
}

.sns_icons a.icon_twitter {
  background-image: url(/web/wp-content/uploads/icon_twitter.png);
}

.sns_icons a.icon_line {
  background-image: url(/web/wp-content/uploads/icon_line.png);
}

.sns_icons a.icon_google {
  background-image: url(/web/wp-content/uploads/icon_google.png);
}

.sns_icons a.icon_instagram {
  background-image: url(/web/wp-content/uploads/icon_instagram.png);
}

footer .sns_icons {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }
  .sns_icons.center {
    margin: auto;
  }
  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }
  .sns_icons a {
    width: 68px;
    height: 68px;
  }
  footer .sns_icons {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .sp_image_cols.sp_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sp_image_cols.sp_col2 .col {
    width: 50%;
    padding: 0 1%;
  }
  .sp_image_cols.sp_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sp_image_cols.sp_col3 .col {
    width: 33.3333333333%;
    padding: 0 1%;
  }
}
table {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em 0.3em;
  }
}
table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
  table-layout: fixed;
}

.table-default thead th,
.table-default thead td {
  background: rgba(173, 145, 100, 0.15);
}

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

.table-default th {
  background: rgba(204, 204, 204, 0.2);
  color: #222;
}

.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}

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

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

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 0.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 th,
.table-schedule td {
  font-size: clamp(16px, 1.285vw, 18px);
}
.table-schedule thead th:first-child {
  width: clamp(130px, 34.66vw, 170px);
}

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

.table-schedule td,
.table-schedule th {
  padding: 23px 5px;
  text-align: center;
  border-bottom: 1px solid #a58757;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .table-schedule td,
  .table-schedule th {
    padding: 23px 5px;
  }
}
.table-schedule thead th,
.table-schedule thead td {
  color: #a58757;
  padding-bottom: 10px;
}

.table-schedule tbody th,
.table-schedule tbody td {
  padding: 32px 5px;
}

@media (max-width: 1000px) {
  .table-schedule tbody th,
  .table-schedule tbody td {
    padding: 10px 5px;
  }
}
.table-schedule tbody th {
  min-width: 136px;
  padding: 23px 20px;
}

@media (max-width: 1000px) {
  .table-schedule tbody th {
    padding: 10px 5px;
    min-width: auto;
  }
}
@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;
  }
}
@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}
table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
  background: #ad9164;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(173, 145, 100, 0.1);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #bfa985;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(191, 169, 133, 0.1);
}

table.table-default.typeB {
  border-spacing: 0;
  overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #222;
  border: 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody th {
  color: #ad9164;
}

table.table-default.typeC th {
  background: rgba(204, 204, 204, 0.2);
  color: #222;
}

table.table-default.typeC td,
table.table-default.typeC th {
  border: 0;
}

table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px #fff solid;
}

table.table-default.typeC tr {
  position: relative;
}

table.table-default.typeC td {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
  border: 0;
}

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(173, 145, 100, 0.1) solid;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

h1:not(.header_logo) {
  text-align: center;
  font-size: 4rem;
  font-weight: normal;
  padding: 0.7em 5%;
  color: #fff;
  background: #ad9164;
  margin: 0 0 40px;
}

h1:not(.header_logo) a {
  text-decoration: none;
}

h1:not(.header_logo) a:hover {
  text-decoration: underline;
}

h1:not(.header_logo) span {
  display: block;
  font-size: 1.6rem;
  padding-top: 0.5em;
  color: white;
  font-style: italic;
}

@media (max-width: 767px) {
  h1:not(.header_logo) {
    font-size: 2.4rem;
  }
  h1:not(.header_logo) span {
    font-size: 1.4rem;
  }
}
h2 {
  display: block;
  margin: 0 auto clamp(15px, 1.72vw, 25px);
  position: relative;
  text-align: center;
  border: 0;
  font-weight: 500;
  line-height: 1.4;
  font-size: clamp(24px, 2.89vw, 42px);
  color: #222;
  letter-spacing: normal;
}
h2.h2 {
  font-size: clamp(22px, 1.79vw, 26px);
  margin-bottom: clamp(20px, 3.79vw, 55px);
}
h2.h2 .en {
  color: #af8658;
  font-size: clamp(36px, 5.51vw, 80px);
  display: block;
  line-height: 0.9;
  padding-bottom: clamp(10px, 1.37vw, 20px);
}
@media (max-width: 767px) {
  h2.h2 .en {
    line-height: 1.2;
  }
}

h2 a {
  text-decoration: none;
  color: #222;
}

h2 a:hover {
  text-decoration: underline;
  color: #222;
}

h3 {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  color: #222;
  font-size: 2.4rem;
  position: relative;
}

h3 a {
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(173, 145, 100, 0.6);
}

@media (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 1.8rem;
  position: relative;
  color: #222;
  font-weight: bold;
}

h4 a {
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 1em;
  margin: auto;
  background: #ad9164;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.4rem;
  }
}
.widget_wrap .widget_header {
  font-size: 1.6rem;
  color: #222;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: #ad9164 solid 2px;
  font-weight: bold;
}

.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: 1.4rem;
  }
}
.main_visual {
  position: relative;
}
.main_visual .main_copy {
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_visual .main_copy li {
  max-width: 1117px;
  width: 77.034%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main_visual .main_copy li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .main_visual .main_copy li {
    width: 95%;
  }
}
@media (min-width: 2000px) {
  .main_visual > figure {
    height: 963px;
  }
  .main_visual > figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.slick-dots {
  z-index: 55 !important;
  bottom: 0;
}

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

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

.main_visual .main_visual_swiper .swiper-slide {
  position: relative;
}

.main_visual .main_visual_swiper .swiper-slide a {
  color: white;
}

.main_visual .main_visual_swiper .swiper-slide .ofi {
  padding-top: 700px;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3 {
  color: white;
  padding: 0;
  margin: 0 0 0.5em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3:after {
  content: none;
}

.main_visual .swiper-button-prev,
.main_visual .swiper-button-next {
  background: #ad9164;
  color: white;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev,
  .main_visual .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.main_visual .swiper-button-prev:after,
.main_visual .swiper-button-next:after {
  font-size: 16px;
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev:after,
  .main_visual .swiper-button-next:after {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main_visual .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .main_visual .swiper-button-next {
    right: 0;
  }
}
.main_visual .swiper-pagination {
  position: static;
  margin: 1em 0;
}

.main_visual .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ad9164;
  margin: 0 5px;
  outline-color: transparent;
}

.article_list {
  padding: 0.5em;
  border-top: rgba(173, 145, 100, 0.2) solid 1px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}
.article_list .span_12 {
  margin: 2% 0;
}

.article_list:last-of-type {
  border-bottom: rgba(173, 145, 100, 0.2) solid 1px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .article_list:last-of-type {
    margin-bottom: 40px;
  }
}
.article_list .post_header .time:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}

.article_list .post_header .category_badge {
  background: #ad9164;
  color: white;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.article_list .post_header .category_badge a {
  display: block;
  padding: 0.2em 1em;
  color: white;
  text-decoration: none;
}

.article_list h2 {
  text-align: left;
  margin: 0 0 0.5em !important;
  padding: 0;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .article_list h2 {
    font-size: 1.9rem;
  }
}
.article_list h2:after {
  content: none;
}

.article_list h2 a:hover {
  text-decoration: none;
  color: #ad9164;
}

.article .container {
  border-bottom: #ccc dotted 1px;
  padding-bottom: 3%;
}

.m-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .m-pagenation {
    margin-bottom: 50px;
  }
}
.m-pagenation .m-pagenation__prev {
  margin-right: 0.5em;
}

.m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  padding: 0.3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__prev a:hover {
  background: rgba(173, 145, 100, 0.1);
  border-color: rgba(173, 145, 100, 0.1);
}

.m-pagenation .m-pagenation__next {
  margin-left: 0.5em;
}

.m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  padding: 0.3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__next a:hover {
  background: rgba(173, 145, 100, 0.1);
  border-color: rgba(173, 145, 100, 0.1);
}

.m-pagenation .m-pagenation__body {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-pagenation .m-pagenation__body li {
  display: inline-block;
  margin: 0 5px;
}

.m-pagenation .m-pagenation__body li a {
  text-decoration: none;
  display: block;
  padding: 0.3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__body li a:hover {
  background: rgba(173, 145, 100, 0.1);
  border-color: rgba(173, 145, 100, 0.1);
}

.m-pagenation .m-pagenation__body li.current {
  background: #ad9164;
  color: white;
  border: #ad9164 solid 1px;
  padding: 0.3em 1em;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 50px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  padding: 0.3em 1em;
  border: #ccc solid 1px;
  color: #ad9164;
}

.wp-pagenavi a.current,
.wp-pagenavi span.current {
  background: #ad9164;
  color: white;
  border: #ad9164 solid 1px;
  padding: 0.3em 1em;
}

.wp-pagenavi a:hover {
  background: rgba(173, 145, 100, 0.1);
  border-color: rgba(173, 145, 100, 0.1);
}

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

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

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

.article_single01 .ofi {
  background: rgba(173, 145, 100, 0.1);
}

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

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

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

.article_single02 .ofi {
  background: rgba(173, 145, 100, 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;
  -webkit-transition: opacity 0.3s;
  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 #ad9164;
  border-right: 3px solid #ad9164;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.article_single03 .ofi {
  background: rgba(173, 145, 100, 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;
  -webkit-transform: none !important;
          transform: none !important;
  left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: 16% !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;
  -webkit-transform: none !important;
          transform: none !important;
  left: 0 !important;
}

.article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: 16% !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;
  -webkit-transition: opacity 0.3s;
  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 #ad9164;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

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

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

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

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

.article_single04 .ofi {
  background: rgba(173, 145, 100, 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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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

.article_detail {
  margin-bottom: 4%;
  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 h2 {
  text-align: left;
  margin: 0 0 1em;
  padding: 0 0 0.5em !important;
  font-size: 2.4rem;
  border-bottom: #ad9164 solid 2px;
}

@media (max-width: 767px) {
  .article_detail h2 {
    font-size: 1.9rem;
  }
}
.article_detail h2:after {
  content: none;
}

.article_detail h2 a:hover {
  text-decoration: none;
  color: #ad9164;
}

.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 #ad9164;
  border-right: 5px solid #ad9164;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

.article_detail .post_header .time:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}

.article_detail .post_header .category_badge {
  background: #ad9164;
  color: white;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.article_detail .post_header .category_badge a {
  display: block;
  padding: 0.2em 1em;
  color: white;
  text-decoration: none;
}

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

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.pager .pager_prev a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #ad9164;
  border-left: solid 2px #ad9164;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -6px;
}

.pager .pager_prev a:hover {
  opacity: 0.8;
}

.pager .pager_next {
  float: right;
}

.pager .pager_next a {
  display: block;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}

.pager .pager_next a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #ad9164;
  border-right: solid 2px #ad9164;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -6px;
}

.pager .pager_next a:hover {
  opacity: 0.8;
}

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

.more {
  text-align: center;
}
.more a {
  background: #c99e10;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 13px 34px;
  text-decoration: none;
  font-weight: 700;
}
.more a.arrow {
  position: relative;
}
.more a.arrow:before, .more a.arrow:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.more a.arrow:before {
  right: 19px;
}
.more a.arrow:after {
  right: 13px;
}
.more a:hover {
  background: #9a790c;
}
@media (max-width: 767px) {
  .more a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .more a {
    min-width: 340px;
  }
}

header .global_nav > ul > li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .global_nav > ul > li.menu-item-has-children > a {
  position: relative;
}

@media (max-width: 1480px) {
  header .global_nav > ul > li.menu-item-has-children > a {
    width: calc(100% - 49px);
  }
}
header .global_nav > ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 1480px) {
  header .global_nav > ul > li.menu-item-has-children > a:after {
    content: none;
  }
}
header .global_nav > ul > li.menu-item-has-children.menu_under_open > a:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

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

@media (min-width: 1481px) {
  header .global_nav > ul > li > .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 1480px) {
  header .global_nav > ul > li > .sub-menu {
    width: 100%;
    display: none;
  }
}
header .global_nav > ul > li > .sub-menu > li {
  border-bottom: 1px solid #b3b3b3;
}

header .global_nav > ul > li > .sub-menu > li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li > a {
  background: rgba(191, 169, 133, 0.9);
  padding-left: 2em;
  position: relative;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
  position: relative;
}

@media (max-width: 1480px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
    width: calc(100% - 49px);
  }
}
@media (min-width: 1481px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media (max-width: 1480px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: none;
  }
}
@media (max-width: 1480px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > a:after {
    -webkit-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
  }
}
header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1481px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 1480px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    display: none;
  }
}
@media (min-width: 1481px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
  }
}
@media (max-width: 1480px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    width: 100%;
    display: none;
  }
}
header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
  border-bottom: #fff solid 1px;
}

@media (max-width: 1480px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
    border-bottom: #b3b3b3 solid 1px;
  }
}
header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
  background: rgba(199, 181, 150, 0.9);
}

@media (max-width: 1480px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
    padding-left: 2.5em;
  }
}
@media (min-width: 1481px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu,
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.child-menu-button {
  position: relative;
  width: 49px;
  min-height: 49px;
  background: #000;
  border: 0;
  outline: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 1481px) {
  .child-menu-button {
    display: none;
  }
}
.child-menu-button:before,
.child-menu-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.child-menu-button:before {
  width: 15px;
  height: 1px;
}

.child-menu-button:after {
  width: 1px;
  height: 15px;
}

.child-menu-button.is-open:before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.child-menu-button.is-open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.child-menu-button.is-open + .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  display: none;
}

@media (min-width: 1481px) {
  header .global_nav > ul > li.menu-item-has-children {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  header .global_nav > ul > li.menu-item-has-children > a {
    padding-right: 2em;
    position: relative;
  }
  header .global_nav > ul > li.menu-item-has-children > a:after {
    border-color: #fff;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.menu-item-has-children > a:after {
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.menu-item-has-children > a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu {
    position: absolute;
    right: 0;
    margin: auto;
    top: 100%;
    min-width: 200px;
    letter-spacing: -0.4em;
    z-index: 999;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li {
    letter-spacing: normal;
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li:not(:last-child) {
    border-bottom: white solid 1px;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a {
    display: block;
    background: rgba(173, 145, 100, 0.9);
    padding: 0.5em;
    color: #fff;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a:before {
    content: none;
  }
}
@media (min-width: 1481px) and (max-width: 1480px) {
  header .global_nav > ul > li.menu-item-has-children {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1481px) {
  header .global_nav > ul > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header .global_nav > ul > li.menu-item-has-children:hover > a:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}
.pagetop {
  position: fixed;
  bottom: clamp(10px, 1.379vw, 20px);
  right: clamp(10px, 1.379vw, 20px);
  z-index: 98;
  margin: 0;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: clamp(60px, 6.48vw, 94px);
  height: clamp(60px, 6.48vw, 94px);
  padding: 0;
  background: url(../img/top.png) no-repeat center center/cover;
}

.text-center {
  text-align: center;
}

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

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

.lead {
  color: #ad9164;
  font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 2rem;
  }
  .text-small {
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@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: 1480px) {
  .sp-hide02,
  .pc-only02,
  .tablet-only02 {
    display: none !important;
  }
}
@media (min-width: 1481px) {
  .pc-hide02,
  .sp-only02 {
    display: none !important;
  }
}
.arial {
  font-family: "Arial", arial !important;
}

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

.js-tel a {
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 768px) {
  .js-tel a {
    pointer-events: none;
  }
}
.fs12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .sp-fs12 {
    font-size: 12px !important;
  }
}
.fs13 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .sp-fs13 {
    font-size: 13px !important;
  }
}
.fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .sp-fs14 {
    font-size: 14px !important;
  }
}
.fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  .sp-fs15 {
    font-size: 15px !important;
  }
}
.fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sp-fs16 {
    font-size: 16px !important;
  }
}
.fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .sp-fs17 {
    font-size: 17px !important;
  }
}
.fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .sp-fs18 {
    font-size: 18px !important;
  }
}
.fs19 {
  font-size: 19px;
}

@media (max-width: 767px) {
  .sp-fs19 {
    font-size: 19px !important;
  }
}
.fs20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sp-fs20 {
    font-size: 20px !important;
  }
}
.fs21 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .sp-fs21 {
    font-size: 21px !important;
  }
}
.fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .sp-fs22 {
    font-size: 22px !important;
  }
}
.fs23 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .sp-fs23 {
    font-size: 23px !important;
  }
}
.fs24 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .sp-fs24 {
    font-size: 24px !important;
  }
}
.fs25 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .sp-fs25 {
    font-size: 25px !important;
  }
}
.fs26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .sp-fs26 {
    font-size: 26px !important;
  }
}
.fs27 {
  font-size: 27px;
}

@media (max-width: 767px) {
  .sp-fs27 {
    font-size: 27px !important;
  }
}
.fs28 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .sp-fs28 {
    font-size: 28px !important;
  }
}
.fs29 {
  font-size: 29px;
}

@media (max-width: 767px) {
  .sp-fs29 {
    font-size: 29px !important;
  }
}
.fs30 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .sp-fs30 {
    font-size: 30px !important;
  }
}
.fs31 {
  font-size: 31px;
}

@media (max-width: 767px) {
  .sp-fs31 {
    font-size: 31px !important;
  }
}
.fs32 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .sp-fs32 {
    font-size: 32px !important;
  }
}
.fs33 {
  font-size: 33px;
}

@media (max-width: 767px) {
  .sp-fs33 {
    font-size: 33px !important;
  }
}
.fs34 {
  font-size: 34px;
}

@media (max-width: 767px) {
  .sp-fs34 {
    font-size: 34px !important;
  }
}
.fs35 {
  font-size: 35px;
}

@media (max-width: 767px) {
  .sp-fs35 {
    font-size: 35px !important;
  }
}
.fs36 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .sp-fs36 {
    font-size: 36px !important;
  }
}
.fs37 {
  font-size: 37px;
}

@media (max-width: 767px) {
  .sp-fs37 {
    font-size: 37px !important;
  }
}
.fs38 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .sp-fs38 {
    font-size: 38px !important;
  }
}
.fs39 {
  font-size: 39px;
}

@media (max-width: 767px) {
  .sp-fs39 {
    font-size: 39px !important;
  }
}
.fs40 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .sp-fs40 {
    font-size: 40px !important;
  }
}
.mt0 {
  margin-top: 0 !important;
}

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

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

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

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

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

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

.image_right {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .image_right {
    display: inline-block;
    float: right;
    margin-left: 1em;
  }
}
.dsp-home-only {
  display: none;
}

.dsp-under-only {
  display: block;
}

.home .dsp-home-only {
  display: block;
}

.home .dsp-under-only {
  display: none;
}

.ofi.cover img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.icon-tel:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.hdr_info_wrapper {
  top: 37px;
}

.hdr_info_wrapper .tel span {
  font-size: 2.6rem;
  font-family: "游明朝", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  padding-left: 25px;
}

.hdr_info_wrapper .tel span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  right: auto;
  width: 16px;
  height: 21px;
  background: url(/web/wp-content/uploads/hdr_tel.png) no-repeat center center/cover;
}

.fa-phone-square-alt {
  position: relative;
}

.fa-phone-square-alt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  right: auto;
  width: 20px;
  height: 26px;
  background: url(/web/wp-content/uploads/sp_tel.png) no-repeat center center/cover;
}

.color_pri,
.color01 {
  color: #ad9164;
}

.color_sec,
.color02 {
  color: #7e7b75;
}

.implant_about {
  padding: clamp(40px, 8.27vw, 120px) 0;
  background: url(../img/implant_about_bg_sp.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .implant_about {
    background: url(../img/implant_about_bg.jpg) no-repeat center/cover;
  }
  .implant_about .txt_wrap {
    text-align: center;
  }
  .implant_about .txt_wrap p {
    line-height: 1.8888888889;
  }
}

.color {
  color: #ba5536;
}

.implant_common_reservation {
  padding: clamp(40px, 8.27vw, 120px) 0;
  background: url(../img/implant_reservation_bg.jpg) repeat left top;
}
.implant_common_reservation .primary_block {
  background: #fff;
  padding: clamp(20px, 2.75vw, 40px);
}
.implant_common_reservation h2 {
  color: #ba5536;
  font-size: clamp(22px, 2vw, 30px);
  border-top: solid 1px #1e1e1e;
  border-bottom: solid 1px #1e1e1e;
  padding: 14px 0;
  margin-bottom: clamp(10px, 1.6vw, 20px);
}
.implant_common_reservation .txt_list {
  padding: 0;
  list-style: none;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.6;
}
.implant_common_reservation .txt_list .txt1 {
  font-size: clamp(17px, 1.37vw, 20px);
}
.implant_common_reservation .txt_list .txt1 small {
  font-size: 80%;
}
.implant_common_reservation .tel_box {
  padding: 0;
  list-style: none;
  font-family: "Shippori Mincho", serif;
  background: -webkit-gradient(linear, left top, right bottom, from(#d2b75e), to(#c99e10));
  background: linear-gradient(to bottom right, #d2b75e 0%, #c99e10 100%);
  padding: 22px 17px;
  font-family: "Shippori Mincho", serif;
}
.implant_common_reservation .tel_box .txt {
  border: solid 1px #eaddb4;
  font-size: clamp(17px, 1.37vw, 20px);
  line-height: 1.4;
  padding: 23px 10px;
  text-align: center;
  font-weight: 500;
}
.implant_common_reservation .tel_box .number .ic {
  font-size: clamp(38px, 5.2vw, 47.76px);
  padding-left: 34px;
  position: relative;
}
.implant_common_reservation .tel_box .number .ic:before {
  content: "";
  background: url(../img/ic_tel.png) no-repeat center/cover;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 34px;
}
.implant_common_reservation .tel_box .number a {
  color: #222;
  text-decoration: none;
}
@media (min-width: 768px) {
  .implant_common_reservation .tel_box {
    height: 149px;
    max-width: 650px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 29.5% 64.2%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .implant_common_reservation .tel_box {
    text-align: center;
  }
  .implant_common_reservation .tel_box .txt {
    padding: 10px;
  }
  .implant_common_reservation .tel_box .txt br {
    display: none;
  }
}
@media (min-width: 1250px) {
  .implant_common_reservation .primary_block {
    display: grid;
    grid-template-columns: 47% 49%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1249px) {
  .implant_common_reservation .primary_block .col:not(:last-child) {
    margin-bottom: 20px;
  }
}

.implant_whatis {
  padding: clamp(40px, 8.27vw, 120px) 0;
  background: url(../img/implant_whatis_bg_sp.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .implant_whatis {
    background: url(../img/implant_whatis_bg.jpg) no-repeat center/cover;
  }
  .implant_whatis .txt_box {
    margin-left: auto;
    background: #fff;
    padding: clamp(15px, 3.448vw, 50px);
    max-width: 730px;
    width: 100%;
  }
  .implant_whatis .txt_box p {
    line-height: 1.8888888889;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .implant_whatis figure {
    margin-bottom: 1em;
  }
}

.implant_point {
  padding: clamp(40px, 8.27vw, 120px) 0;
  background: url(../img/implant_point_bg_sp.jpg) no-repeat center top, #efe5da;
}
.implant_point .primary_block {
  margin-bottom: clamp(20px, 3.4vw, 50px);
}
.implant_point h3 {
  font-size: clamp(22px, 2.13vw, 31px);
  text-align: center;
  padding: 0;
  margin-bottom: 15px;
}
.implant_point h3:after {
  display: none;
}
@media (min-width: 768px) {
  .implant_point {
    background: url(../img/implant_point_bg.jpg) no-repeat center/cover;
  }
  .implant_point .primary_block {
    display: grid;
    grid-template-columns: 43.57% 52.145%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .implant_point .primary_block .txt_wrap {
    line-height: 1.8888888889;
  }
}
@media (min-width: 768px) and (max-width: 1449px) {
  .implant_point .primary_block {
    display: block;
  }
  .implant_point .primary_block .txt_wrap {
    margin-bottom: 1em;
  }
}

.implant_reason {
  padding: clamp(40px, 8.27vw, 120px) 0;
}
.implant_reason .container {
  max-width: 100%;
  padding: 0;
}
.implant_reason .contents {
  width: 95%;
  margin: -25px auto 0;
  background: #fff;
  padding: clamp(20px, 3.4vw, 50px);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: relative;
}
.implant_reason .contents h3 {
  font-size: clamp(22px, 2.2vw, 32px);
  text-align: center;
  font-weight: 500;
  margin: 0 auto clamp(10px, 1.379vw, 20px);
}
.implant_reason .contents h3:after {
  background-color: #c99e10;
  height: 1px;
}
.implant_reason .contents .num {
  line-height: 0.8;
  margin: 0;
  position: absolute;
  left: 0;
  top: -55px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .implant_reason .primary_block .col:not(:last-child) {
    margin-bottom: 25px;
  }
  .implant_reason .primary_block .col .num {
    top: -35px;
  }
  .implant_reason .primary_block .col .num img {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .implant_reason .primary_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 0;
  }
  .implant_reason .primary_block .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .implant_reason .primary_block .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 82%;
    margin: -85px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1449px) {
  .implant_reason .primary_block .contents {
    margin: -30px auto 0;
  }
}

.implant_equipment {
  padding: clamp(40px, 8.27vw, 120px) 0;
  background: url(../img/implant_equipment_bg.jpg) no-repeat center/cover;
}
.implant_equipment h2 {
  margin-bottom: 20px;
}
.implant_equipment h3 {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#896133), color-stop(85%, #c7b39c), to(rgba(199, 179, 156, 0.4)));
  background: linear-gradient(to right, #896133 0%, #c7b39c 85%, rgba(199, 179, 156, 0.4) 100%);
  font-size: clamp(22px, 2.06vw, 30px);
  padding: 14px 0 14px 20px;
  margin-bottom: 15px;
  letter-spacing: normal;
}
.implant_equipment h3:after {
  display: none;
}
.implant_equipment .primary_block {
  margin-bottom: clamp(20px, 3.4vw, 50px);
}
.implant_equipment .secondary_block figure {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .implant_equipment .txt_wrap {
    line-height: 1.6666666667;
  }
  .implant_equipment .primary_block .txt_wrap {
    text-align: center;
  }
  .implant_equipment .secondary_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(40px, 6.2vw, 90px) clamp(20px, 2.64vw, 59.5px);
  }
  .implant_equipment .secondary_block .col:nth-child(even) {
    margin-top: clamp(30px, 4.8vw, 70px);
  }
}

.implant_flow {
  background: #f4f4f4;
  padding: 0 0 clamp(40px, 8.27vw, 120px);
}
.implant_flow .movie {
  max-width: 768px;
  width: 100%;
  margin: 0 auto clamp(20px, 3.4vw, 50px);
}
.implant_flow .flow_container h3 {
  background: #46597f;
  color: #fff;
  text-align: center;
  padding: 13px 0 15px;
  font-size: clamp(20px, 1.79vw, 26px);
  margin: 0;
  font-weight: 500;
}
.implant_flow .flow_container h3:after {
  display: none;
}
.implant_flow .flow_container .flew_card_box {
  border: solid 1px #46597f;
  background: #ffffff;
}
.implant_flow .flow_container .flew_card_box:not(:last-child) {
  margin-bottom: 95px;
  position: relative;
}
.implant_flow .flow_container .flew_card_box:not(:last-child):after {
  content: "";
  width: 154px;
  height: 48px;
  background: url(../img/arrow_flow.png) no-repeat center/cover;
  position: absolute;
  top: calc(100% + 27px);
  left: 0;
  right: 0;
  margin: auto;
}
.implant_flow .flow_container .flew_card_box .contents {
  padding: clamp(10px, 2.34vw, 34px);
}
@media (max-width: 767px) {
  .implant_flow .flew_card_box .contents figure {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .implant_flow .main_container {
    max-width: 1600px;
  }
  .implant_flow .movie {
    padding-top: 500px;
  }
}
@media (min-width: 1250px) {
  .implant_flow .flow_container .flew_card_box .contents {
    display: grid;
    grid-template-columns: 43.6% 54.6%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .implant_flow .flow_container .flew_card_box .contents figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .implant_flow .flow_container .flew_card_box .contents .txt_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) and (max-width: 1249px) {
  .implant_flow .flow_container figure {
    margin-bottom: 1em;
    width: 100%;
    height: 400px;
  }
  .implant_flow .flow_container figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.implant_other {
  padding: clamp(40px, 8.27vw, 120px) 0;
}
.implant_other h2 {
  font-size: clamp(26px, 3.44vw, 50px);
  position: relative;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: clamp(20px, 3.4vw, 50px);
}
.implant_other h2:before, .implant_other h2:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  z-index: 1;
}
.implant_other h2:before {
  background: #a9b8d8;
  width: 100%;
}
.implant_other h2:after {
  background: #46597f;
  width: 130px;
}
.implant_other h2 small {
  font-size: 55%;
  letter-spacing: normal;
}
.implant_other .card_block:not(:last-child) {
  margin-bottom: clamp(30px, 4.82vw, 70px);
}
.implant_other .card_block.reverse .card_box:after {
  left: clamp(10px, 9.44vw, 137px);
}
.implant_other .card_block:not(.reverse) h2 {
  text-align: right;
}
.implant_other .card_block:not(.reverse) h2:after {
  left: auto;
  right: 0;
}
.implant_other .card_block:not(.reverse) .card_box:after {
  right: clamp(10px, 9.44vw, 137px);
}
.implant_other .card_block .card_box {
  position: relative;
  z-index: 0;
  padding: clamp(20px, 3.4vw, 50px) 0 70px;
}
.implant_other .card_block .card_box:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: url(../img/other_bg.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (min-width: 1450px) {
  .implant_other .card_block.reverse .card_box .row .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .implant_other .card_block.reverse .card_box .row .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .implant_other .card_block.reverse .card_box .row figure img {
    left: 0;
  }
  .implant_other .card_block:not(.reverse) .card_box .row figure img {
    right: 0;
  }
  .implant_other .card_box .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
    margin: 0;
  }
  .implant_other .card_box .row figure {
    position: relative;
    height: 380px;
  }
  .implant_other .card_box .row figure img {
    max-width: none;
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1449px) {
  .implant_other .card_box {
    max-width: 900px;
    width: 100%;
    margin: auto;
  }
  .implant_other .card_box:after {
    height: calc(100% - 200px);
    bottom: 0;
    top: auto;
  }
  .implant_other .card_box .row .col figure {
    height: 350px;
  }
  .implant_other .card_box .row .col figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .implant_other .card_box .row .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .implant_other .card_box .row .txt_wrap {
    width: 80%;
    margin: auto;
  }
}

.implant_proposal {
  padding: clamp(40px, 8.27vw, 120px) 0;
  background: url(../img/implant_proposal_bg.jpg) no-repeat center top/cover;
}
.implant_proposal h2 {
  font-size: clamp(26px, 3.44vw, 50px);
  position: relative;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: clamp(20px, 3.4vw, 50px);
}
.implant_proposal h2:before, .implant_proposal h2:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  z-index: 1;
}
.implant_proposal h2:before {
  background: #a78b6a;
  width: 100%;
}
.implant_proposal h2:after {
  background: #7a5934;
  width: 130px;
}
.implant_proposal .wrapper {
  max-width: 880px;
  width: 100%;
}
.implant_proposal .primary_block {
  margin-bottom: clamp(40px, 8.27vw, 120px);
}
.implant_proposal .card_box {
  padding: clamp(15px, 4.137vw, 60px);
  background: #a78b6a;
}
.implant_proposal .card_box:not(:last-child) {
  margin-bottom: clamp(15px, 2.2vw, 32px);
}
.implant_proposal .card_box h3 {
  background: #fff;
  text-align: center;
  font-size: clamp(20px, 1.793vw, 26px);
  padding: clamp(6px, 0.8vw, 12px) 10px;
}
.implant_proposal .card_box h3:after {
  display: none;
}
.implant_proposal .card_box .txt_wrap {
  color: #fff;
}
@media (max-width: 767px) {
  .implant_proposal .card_box h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .implant_proposal .card_box {
    display: grid;
    grid-template-columns: 35.89% 60.9%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .implant_proposal .card_box .txt_wrap {
    line-height: 1.8888888889;
  }
}

.implant_dentures {
  padding: clamp(40px, 8.27vw, 120px) 0;
  background: url(../img/implant_dentures_bg.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .implant_dentures .contents {
    max-width: clamp(480px, 62.5vw, 620px);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .implant_dentures {
    padding-bottom: 200px;
    background: url(../img/implant_dentures_bg_sp.jpg) no-repeat center bottom/contain;
  }
}

.implant_fee {
  padding: 0 0 clamp(40px, 8.27vw, 120px);
  background: url(../img/implant_fee_bg.jpg) repeat left top/cover;
}
.implant_fee .box_bg_parts h3 {
  background: #fff;
  padding: 10px 10px;
  text-align: center;
  font-size: clamp(17px, 1.93vw, 28px);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .implant_fee .box_bg_parts h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .implant_fee .box_bg_parts .row {
    display: grid;
    grid-template-columns: 40% 55.8%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .implant_fee .box_bg_parts .row.reverse {
    grid-template-columns: 55.8% 40%;
  }
  .implant_fee .box_bg_parts .row.reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .implant_fee .box_bg_parts .row.reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.implant_guarantee {
  padding: clamp(40px, 8.27vw, 100px) 0;
}
.implant_guarantee .primary_block .box p {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8);
}
.implant_guarantee .secondary_block {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: clamp(15px, 3.9vw, 57px);
}
.implant_guarantee .secondary_block h3 {
  font-size: clamp(20px, 1.93vw, 28px);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.implant_guarantee .secondary_block h3:after {
  height: 1px;
  background: #c99e10;
}
@media (min-width: 768px) {
  .implant_guarantee {
    background: url(../img/implant_guarantee_bg.png) no-repeat right 5%;
  }
  .implant_guarantee .secondary_block {
    display: grid;
    grid-template-columns: 42.18% 54%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .implant_guarantee .secondary_block {
    display: block;
  }
}
@media (min-width: 1450px) {
  .implant_guarantee {
    position: relative;
    z-index: 0;
  }
  .implant_guarantee:before {
    content: "";
    width: 1427px;
    height: 841px;
    background: url(../img/implant_guarantee_img.png) no-repeat center/cover;
    position: absolute;
    top: 18%;
    left: 0;
    z-index: -1;
  }
  .implant_guarantee .image {
    display: none;
  }
  .implant_guarantee .primary_block {
    margin-bottom: 260px;
  }
  .implant_guarantee .primary_block .box {
    max-width: 610px;
    width: 100%;
    margin-left: auto;
    margin-top: 170px;
  }
}
@media (min-width: 768px) and (max-width: 1449px) {
  .implant_guarantee {
    background-size: 30%;
  }
  .implant_guarantee .primary_block {
    display: grid;
    grid-template-columns: 43% 55%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .implant_guarantee .image {
    margin-left: -20px;
    margin-right: -20px;
  }
  .implant_guarantee .primary_block {
    display: grid;
    margin-bottom: 20px;
  }
  .implant_guarantee .primary_block .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .implant_guarantee .primary_block .box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.implant_faq {
  padding: 0 0 clamp(40px, 8.27vw, 120px);
}

.implant_column {
  padding: clamp(40px, 8.27vw, 120px) 0;
  background: url(../img/implant_column_bg_sp.jpg) no-repeat center top/cover;
}
.implant_column .title {
  font-size: clamp(16px, 1.37vw, 20px);
  line-height: 1.8;
}
.implant_column .title a {
  color: #1e1e1e;
  text-decoration: none;
}
.implant_column .title a:hover {
  color: #c99e10;
}
@media (min-width: 768px) {
  .implant_column {
    background: url(../img/implant_column_bg.jpg) no-repeat center top/cover;
  }
  .implant_column .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 clamp(20px, 4.8vw, 70px);
  }
  .implant_column .col figure {
    height: clamp(228px, 29.68vw, 430px);
  }
  .implant_column .col figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.headline_container {
  background: url(../img/headline_bg_sp.jpg) no-repeat center top/contain;
  padding: clamp(40px, 6.89vw, 100px) 0;
  margin-bottom: clamp(20px, 3.4vw, 50px);
}
.headline_container h2 {
  margin: 0;
  color: #fff;
}
.headline_container h2 .en {
  color: #fff;
}
@media (min-width: 768px) {
  .headline_container {
    background: url(../img/headline_bg.jpg) no-repeat center/cover;
  }
}
.headline_container.type_gold {
  background: url(../img/headline_gold_bg_sp.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .headline_container.type_gold {
    background: url(../img/headline_gold_bg.jpg) no-repeat center/cover;
  }
}

.box_bg_parts {
  background: #c8ae90;
  padding: clamp(20px, 3.58vw, 52px) clamp(20px, 4.8275vw, 70px);
  position: relative;
  margin-bottom: clamp(20px, 3.4vw, 50px);
  z-index: 0;
}
.box_bg_parts:before {
  content: "";
  border: solid 1px #fff;
  width: calc(100% - clamp(10px, 1.379vw, 20px));
  height: calc(100% - clamp(10px, 1.379vw, 20px));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.table_fee {
  width: 100%;
  table-layout: fixed;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.table_fee th,
.table_fee td {
  border: solid 1px #7a5934;
}
.table_fee thead th,
.table_fee thead td {
  background: #7a5934;
  color: #fff;
  font-size: clamp(16px, 1.37vw, 20px);
  padding: 20px 10px;
}
.table_fee tbody th,
.table_fee tbody td {
  padding: 22px clamp(10px, 2.55vw, 37px);
}
.table_fee tbody th {
  background: #eadac9;
  text-align: left;
}
.table_fee tbody td {
  background: #fff;
  text-align: right;
}
.table_fee:not(:last-child) {
  margin-bottom: clamp(20px, 3.4vw, 50px);
}

.qa_parts .question {
  padding: 18px 100px 18px 40px;
  background: #26427b;
  font-size: 26px;
  color: #fff;
  margin: 0;
  cursor: pointer;
}
.qa_parts .question:before, .qa_parts .question:after {
  content: "";
  width: clamp(15px, 1.379vw, 20px);
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: clamp(15px, 3.9vw, 57px);
  left: auto;
  margin: auto;
}
.qa_parts .question:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.qa_parts .question.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.qa_parts .question .ttl {
  padding-left: 67px;
  display: block;
  position: relative;
}
.qa_parts .question .ttl:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.qa_parts .question .ttl:after {
  content: "Q";
  font-size: 22px;
  color: #26427b;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 12px;
  margin: auto;
  font-family: "Shippori Mincho", serif;
}
.qa_parts .answer {
  display: none;
  border: solid 1px #26427b;
  padding: 32px 32px 48px 40px;
}
.qa_parts .answer .contents {
  position: relative;
  padding-left: 67px;
}
.qa_parts .answer .contents:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #ba5536;
  position: absolute;
  top: -5px;
  left: 0;
  margin: auto;
}
.qa_parts .answer .contents:after {
  content: "A";
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  font-family: "Shippori Mincho", serif;
}
.qa_parts .answer + .question {
  margin-top: clamp(15px, 2vw, 30px);
}
@media (max-width: 767px) {
  .qa_parts .question {
    font-size: 17px;
    padding: 15px 50px 15px 20px;
  }
  .qa_parts .question .ttl {
    padding-left: 40px;
    min-height: 30px;
  }
  .qa_parts .question .ttl:before {
    width: 30px;
    height: 30px;
  }
  .qa_parts .question .ttl:after {
    font-size: 16px;
    left: 9px;
  }
  .qa_parts .answer {
    padding: 20px 22px 30px 20px;
  }
  .qa_parts .answer .contents {
    padding-left: 40px;
  }
  .qa_parts .answer .contents:before {
    width: 30px;
    height: 30px;
  }
  .qa_parts .answer .contents:after {
    font-size: 16px;
    left: 9px;
    top: -2px;
  }
}

.targetOffset {
  margin-top: -120px;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .targetOffset {
    margin-top: -80px;
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .column_archive .column_main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto clamp(40px, 8vw, 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 2%;
  }
  .column_archive .article_list {
    padding: 0;
    border: 0;
    width: 32%;
  }
  .column_archive .article_list .container {
    padding: 0;
  }
  .column_archive .article_list figure {
    height: clamp(239px, 31.1vw, 394px);
  }
  .column_archive .article_list figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .column_archive .m-pagenation {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */