@charset "UTF-8";
@import "vendor/common.css";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* version */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html {
  scroll-padding-top: 90px;
}
@media screen and (max-width: 1039px) {
  html {
    scroll-padding-top: 69px;
  }
}
:root {
  /* カラー定義 */
  /* --main_color: #68B4DD; */

  --sub_color: #d2a67b;
  --base_color_01: #fffdfc;
  --base_color_02: #fdf6da;
  --base_color_03: #2f3234;
  --accent_color: #eb5a23;
  --main_color: #484848;
  --divider_color: #d8d6d2;

  --net_color: #eb5a23;
  --line_color: #06c755;
  --text_color: #2a2a2a;
  --link_color: #3a4dc4;
  --accent_color_02: #50b734;
  --roboto: "Roboto", sans-serif;
  --fs16-24: clamp(1.6rem, 1.264vw + 0.631rem, 2.4rem);
  --fs30-56: clamp(3rem, 4.107vw - 0.15rem, 5.6rem);
}
body {
  background: var(--base_color_01);
  font-family: "Shippori Mincho", "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: 500;
  color: var(--main_color);
  height: auto !important;
  overflow: hidden;
}
@media (max-width: 750px) {
  body {
    padding-top: 65px;
  }
}
main {
  overflow: hidden;
}

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

a {
  color: var(--text_color);
  text-decoration: underline;
}
a:hover {
  color: var(--text_color);
  text-decoration: none;
}
svg {
  transition: all 0.3s ease;
}
path {
  transition: all 0.3s ease;
}
rect {
  transition: all 0.3s ease;
}
.highlight a {
  color: var(--text_color);
}
.highlight a:hover {
  color: var(--text_color);
}

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: 0px;
  font-size: 0rem;
  margin-bottom: 15px;
}
ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 15px;
  font-size: 1.5rem;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}
dl:last-child {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}
dl dd:last-child {
  margin-bottom: 0;
}

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

td,
th {
  padding: 0;
}

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

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

.highlight {
  padding: 4% 0;
  background: #f9f8f4;
  color: var(--text_color);
}

body:not(.home) .column_main .highlight {
  padding-left: 4%;
  padding-right: 4%;
}

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

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }
  /* main section {
    margin-bottom: 7%;
  } */
  /* main section:last-child {
    margin-bottom: 9%;
  } */
  /* main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 8%;
  } */
}
@media (max-width: 767px) {
  .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .gutters .row.row_inline {
    letter-spacing: -0.4em;
  }
  .gutters .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  .gutters .row.row_inline .span_1:nth-child(12n + 1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_2:nth-child(6n + 1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_3:nth-child(4n + 1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_4:nth-child(3n + 1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_5:nth-child(2n + 1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_6:nth-child(2n + 1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_7 {
    width: 57.5%;
  }
  .gutters .row.row_inline .span_8 {
    width: 66%;
  }
  .gutters .row.row_inline .span_9 {
    width: 74.5%;
  }
  .gutters .row.row_inline .span_10 {
    width: 83%;
  }
  .gutters .row.row_inline .span_11 {
    width: 91.5%;
  }
  .gutters .row.row_inline .span_12 {
    width: 100%;
  }
}
main .column_main,
main .column_sub {
  overflow: hidden;
  min-height: 100px;
}
main .column_main .widget_header,
main .column_sub .widget_header {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 0;
}
main .column_main .widget_header + *:not(.calendar_wrap),
main .column_sub .widget_header + *:not(.calendar_wrap) {
  padding: 0;
  margin: 0 auto 1em;
}
main .column_main .widget_header + .epress_search,
main .column_main .widget_header + .textwidget,
main .column_sub .widget_header + .epress_search,
main .column_sub .widget_header + .textwidget {
  padding: 10px 0;
}
main .column_main .widget_wrap .menu,
main .column_main .widget_wrap > ul,
main .column_sub .widget_wrap .menu,
main .column_sub .widget_wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main .column_main .widget_wrap .menu ul,
main .column_main .widget_wrap > ul ul,
main .column_sub .widget_wrap .menu ul,
main .column_sub .widget_wrap > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main .column_main .widget_wrap .menu li,
main .column_main .widget_wrap > ul li,
main .column_sub .widget_wrap .menu li,
main .column_sub .widget_wrap > ul li {
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}
main .column_main .widget_wrap .menu li:last-child,
main .column_main .widget_wrap > ul li:last-child,
main .column_sub .widget_wrap .menu li:last-child,
main .column_sub .widget_wrap > ul li:last-child {
  border-bottom: 0;
}
main .column_main .widget_wrap .menu li a,
main .column_main .widget_wrap > ul li a,
main .column_sub .widget_wrap .menu li a,
main .column_sub .widget_wrap > ul li a {
  display: block;
  text-decoration: none;
}
main .column_main .widget_wrap .menu li a:hover,
main .column_main .widget_wrap > ul li a:hover,
main .column_sub .widget_wrap .menu li a:hover,
main .column_sub .widget_wrap > ul li a:hover {
  text-decoration: underline;
}
main .column_main .widget_wrap ul > li.page_item,
main .column_sub .widget_wrap ul > li.page_item {
  border-bottom: #ccc solid 1px;
}
main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
main .column_sub .widget_wrap ul > li.page_item.page_item_has_children {
  padding: 0.5em 0.7em 0.2em !important;
}
main .column_main .widget_wrap ul > li.page_item .children,
main .column_sub .widget_wrap ul > li.page_item .children {
  border-top: #eee solid 1px;
  margin: 0.5em 0 0 !important;
}
main .column_main .widget_wrap ul > li.page_item .children li,
main .column_sub .widget_wrap ul > li.page_item .children li {
  font-weight: 500;
  border-bottom: #eee solid 1px;
  font-size: 96%;
  padding: 0.5em 0.7em 0.5em 1em;
  position: relative;
}
main .column_main .widget_wrap ul > li.page_item .children li:before,
main .column_sub .widget_wrap ul > li.page_item .children li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.4);
  border-radius: 2.5px;
}
main .column_main .widget_wrap ul > li.page_item .children li li:before,
main .column_sub .widget_wrap ul > li.page_item .children li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.15);
  border-radius: 0;
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -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;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}
.article_button {
  margin-top: 5%;
}

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

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

.sitemap {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}
.sitemap li {
  list-style: none;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}
.sitemap li > ul {
  padding: 0;
  border-top: #ccc solid 1px;
}
.sitemap li > ul > li {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.sitemap li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}
.sitemap li > ul > li:last-child {
  border-bottom: none;
  padding: 10px 0 0 15px;
}
.sitemap li > ul > li .children > li {
  padding: 10px 0 0 15px;
}
.sitemap li > ul > li .children > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 0;
}
.sitemap a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}
.sitemap a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sitemap a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.parallax_h1 {
  height: 250px;
  position: relative;
}
.parallax_h1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}
.parallax_h1 h1 {
  color: var(--base_color_01);
}
.parallax_h1 h1:after,
.parallax_h1 h1:before {
  background: var(--base_color_01);
}

@media (min-width: 768px) {
  .parallax_h1 {
    height: 450px;
  }
}
.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}
.col p {
  line-height: 1.8;
  letter-spacing: 0.04em;
}

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

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

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

img.wp-edited-image[width] {
  width: auto !important;
}
img.wp-edited-image[height] {
  height: auto !important;
}
img.wp-edited-image.aligncenter {
  margin: 0 auto 10px;
  display: block;
}
img.wp-edited-image.alignright {
  margin: auto 0 auto auto;
  display: block;
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: var(--base_color_01);
  color: var(--text_color);
}
header .row {
  margin: 0 40px;
}
@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}
header .title {
  margin: 0;
  line-height: 35px;
}
header .title a {
  display: inline-block;
}
header .title img,
header .title object {
  width: auto;
  height: auto;
  max-width: none;
  position: relative;
}
@media (max-width: 900px) {
  header .title img,
  header .title object {
    width: clamp(215px, 46vw, 353px);
  }
}
@media (max-width: 600px) {
  header .title img,
  header .title object {
    width: 170px;
    height: 28.8834951456px;
    min-height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
header .global_nav > ul {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #b3b3b3;
}
@media (min-width: 768px) {
  header .global_nav > ul {
    left: auto;
    width: 50%;
    max-width: 400px;
  }
}
header .global_nav > ul > li {
  border-bottom: 1px solid #b3b3b3;
}
header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: var(--base_color_01);
  background: rgba(80, 71, 61, 0.9);
}
header .global_nav > ul > li a:hover {
  color: var(--base_color_01);
}
header .global_nav > ul > li a:active {
  background: #50473d;
  color: var(--base_color_01);
}
header .global_nav > ul > li > a {
  background: rgba(80, 71, 61, 0.9);
}
header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 100;
  transition: all 0.3s ease;
}
header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: transform 0.3s;
  overflow: hidden;
}
header .global_nav .menu_icon a:after,
header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: var(--main_color);
  transition: transform 0.5s;
}
header .global_nav .menu_icon a:before {
  top: 0;
}
header .global_nav .menu_icon a:after {
  bottom: 0;
}
header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: var(--main_color);
  transition: transform 0.5s;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}
header .global_nav .menu_icon a.close.fix {
  background: none;
}
header .global_nav .menu_icon a.close.fix:before {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  background: var(--main_color);
}
header .global_nav .menu_icon a.close.fix:after {
  bottom: 50%;
  transform: translate(0, 50%) rotate(-45deg);
  background: var(--main_color);
}
header .global_nav .menu_icon a.close.fix span {
  transform: translate(100%, -50%);
}
header .global_nav > ul {
  transform-origin: center top;
  transform: rotateX(90deg);
  transition: transform 0.3s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
header.menu_open .global_nav > ul {
  transform: rotateX(0deg);
  transition: transform 0.3s;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
/* mask */
header#header.menu_open + main:before {
  content: "";
  display: block;
  background: var(--text_color);
  opacity: 0.5;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
}
/* ハンバーガー展開時スクロールの禁止 */
html:has(.menu_open) {
  overflow: hidden;
}

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

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

@media (min-width: 900px) {
  header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}
@media (min-width: 900px) and (max-width: 900px) {
  header .row {
    margin: auto;
    width: 100%;
  }
}
@media (min-width: 900px) {
  header .container {
    max-width: none;
  }
  header .container .row {
    width: auto;
  }
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
    height: 75px;
    display: table-cell;
  }
  header .title {
    max-width: none;
  }
  header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
    padding: 0 0 10px;
    vertical-align: bottom;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
    opacity: 1 !important;
    pointer-events: all !important;
  }
  header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 15px;
    font-size: 1.5rem;
    font-size: clamp(1.2rem, 0.336vw + 0.856rem, 1.5rem);
  }
  header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: var(--text_color);
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1em;
  }
}
@media (min-width: 900px) and (max-width: 900px) {
  header .global_nav > ul > li > a {
    padding: 0.3em 0.3em;
  }
}
@media (min-width: 900px) {
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #50473d;
    color: #50473d;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
  header .global_nav .menu_icon {
    display: none;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}
@media (max-width: 899px) {
  header .global_nav > ul > li a > span,
  header .global_nav > ul > li a > br {
    display: none;
  }
}
.hdr_info_wrap {
  display: none;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(10% + 20px);
  transform: translateY(-50%);
  margin: auto;
}
.hdr_info {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 23px;
}
.hdr_info a {
  text-decoration: none;
}
@media (min-width: 640px) {
  .hdr_info_wrap {
    right: 10%;
  }
}
.hdr_info_wrap .hdr_info_sp a {
  position: relative;
  display: block;
  background: #50473d;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.hdr_info_wrap .hdr_info_sp a img {
  max-width: 17px;
  max-height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 900px) {
  .hdr_info_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .hdr_info_wrap .hdr_info {
    position: absolute;
    right: 10px;
    top: 31px;
    right: calc(40px + 1.2%);
  }
}

footer {
  position: relative;
}
footer nav {
  text-align: center;
  padding: 1.1em 0;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer nav a {
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
}
footer nav a:hover {
  text-decoration: underline;
}
footer .footer_copyright_wrap {
  text-align: center;
}
footer .footer_copyright_wrap p {
  padding: 1em 0.3em;
}
footer nav ul li {
  border-left: 1px solid var(--divider_color);
}
footer nav ul li:last-child {
  border-right: 1px solid var(--divider_color);
}
@media (min-width: 768px) {
  footer .row:not(:last-child) {
    margin-bottom: 5px;
  }
  footer nav {
    text-align: center;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
    white-space: normal;
  }
  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 15px;
    font-size: 1.5rem;
  }
  footer nav ul li {
    line-height: 1.5;
    white-space: normal;
  }
  footer nav a {
    display: inline;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\a";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}
/*
 * フッターパターンA(footer pattern A)
 */
footer .footer_copyright_wrap {
  background: #50473d;
  color: var(--base_color_01);
}
@media (min-width: 768px) {
  footer .footer_copyright_wrap {
    margin-top: 0.3em;
  }
}
footer .footer_copyright_wrap a {
  color: var(--base_color_01);
}
footer .footer_copyright_wrap a:hover {
  color: var(--base_color_01);
}
@media (min-width: 768px) {
  footer .container .row .col {
    float: none;
    width: 100%;
  }
  footer .container .row nav {
    text-align: center;
  }
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em 1.8em;
    font-size: 1.7rem;
  }
}

.slider-pro.contents {
  overflow: hidden;
  margin: 0 auto !important;
}
.slider-pro.contents .sp-caption-container {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}
.slider-pro.contents .sp-caption-container h3 {
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.slider-pro.contents .sp-caption-container h3:last-child {
  margin-bottom: 0;
}
.slider-pro.contents .sp-caption-container p {
  font-size: 13px;
  font-size: 1.3rem;
}
.slider-pro.contents.sp-horizontal .sp-previous-arrow {
  left: 10px;
  margin-top: 180px;
}
.slider-pro.contents.sp-horizontal .sp-next-arrow {
  right: 10px;
  margin-top: 180px;
}
.slider-pro.contents .sp-next-arrow:after,
.slider-pro.contents .sp-next-arrow:before,
.slider-pro.contents .sp-previous-arrow:after,
.slider-pro.contents .sp-previous-arrow:before {
  background-color: #50473d;
}

@media (max-width: 767px) {
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
}
@media (min-width: 768px) {
  .slider-pro.contents .sp-caption-container {
    width: 450px;
    min-height: 40px;
    margin: 10px auto 0;
    border-right: 1px dashed #999;
    border-left: 1px dashed #999;
  }
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
  .slider-pro.contents.sp-horizontal .sp-previous-arrow {
    left: 50%;
    margin-top: 187.5px;
    margin-left: -230px;
  }
  .slider-pro.contents.sp-horizontal .sp-next-arrow {
    right: 50%;
    margin-top: 187.5px;
    margin-right: -230px;
  }
}
.slider-pro.center {
  overflow: hidden;
  width: 100%;
}
.slider-pro.center .sp-button {
  border: none;
  background: #ccc;
}
.slider-pro.center .sp-selected-button {
  background: #796957;
}
.slider-pro.center.sp-horizontal .sp-arrows {
  left: 0;
  right: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.slider-pro.center.sp-horizontal .sp-previous-arrow {
  left: 10px;
}
.slider-pro.center.sp-horizontal .sp-next-arrow {
  right: 10px;
}
.slider-pro.center .sp-previous-arrow,
.slider-pro.center .sp-next-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(80, 71, 61, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.slider-pro.center .sp-previous-arrow {
  background-image: url(/wp-content/uploads/chicmodern/brown/arrow_left_wh.png);
}
.slider-pro.center .sp-next-arrow {
  background-image: url(/wp-content/uploads/chicmodern/brown/arrow_right_wh.png);
}
.slider-pro.center .sp-next-arrow:after,
.slider-pro.center .sp-next-arrow:before,
.slider-pro.center .sp-previous-arrow:after,
.slider-pro.center .sp-previous-arrow:before {
  display: none;
}
.slider-pro.center .sp-layer {
  line-height: 1.2;
  white-space: normal !important;
  font-size: 20px;
  font-size: 2rem;
  color: var(--text_color);
}
.slider-pro.center .sp-layer small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .slider-pro.center .sp-layer {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .slider-pro.center .sp-padding {
    padding: 35px;
  }
}
@media (min-width: 1100px) {
  .slider-pro.center.sp-horizontal .sp-previous-arrow {
    left: -15px;
  }
  .slider-pro.center.sp-horizontal .sp-next-arrow {
    right: -15px;
  }
}
.slider-pro.wide {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 10px;
}
.slider-pro.wide .sp-buttons {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: auto;
  padding-top: 0;
  text-align: right;
}
.slider-pro.wide .sp-button {
  border: none;
  background: #ccc;
}
.slider-pro.wide .sp-selected-button {
  background: #796957;
}
.slider-pro.wide .sp-previous-arrow,
.slider-pro.wide .sp-next-arrow {
  z-index: 2;
}
.slider-pro.wide .sp-next-arrow:after,
.slider-pro.wide .sp-next-arrow:before,
.slider-pro.wide .sp-previous-arrow:after,
.slider-pro.wide .sp-previous-arrow:before {
  color: var(--base_color_01);
}
.slider-pro.wide .hps-slider-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-pro.wide .hps-slider-mask.stripe {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(/wp-content/uploads/chicmodern/brown/mask_stripe.png);
}
.slider-pro.wide .hps-slider-copy {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
  color: var(--text_color);
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}
.slider-pro.wide .hps-slider-copy .lead {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: var(--text_color);
}
.slider-pro.wide.disable-arrows .hps-slider-copy {
  padding: 0 10px;
}
.slider-pro.wide .hps-slider-scroll {
  display: none;
}

@media (max-width: 767px) {
  .slider-pro.wide.sp-disable-arrows .hps-slider-copy {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .slider-pro.wide .sp-buttons {
    bottom: 20px;
    right: 25px;
  }
  .slider-pro.wide .sp-button {
    width: 18px;
    height: 18px;
    margin: 0 10px;
  }
  .slider-pro.wide .hps-slider-copy {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
  }
  .slider-pro.wide .hps-slider-copy .lead {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .slider-pro.wide .hps-slider-scroll a {
    display: inline-block;
    width: 100px;
    padding-bottom: 45px;
    background: url(/wp-content/uploads/chicmodern/brown/arrow_down_white.png) center bottom no-repeat;
    text-align: center;
    color: var(--base_color_01);
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .slider-pro.wide .hps-slider-scroll.text-black a {
    background: url(/wp-content/uploads/chicmodern/brown/arrow_down_black.png) center bottom no-repeat;
    color: var(--text_color);
  }
}
@media (min-width: 1024px) {
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    bottom: 45px;
  }
}
@media (max-width: 767px) {
  .bf-af .row:not(:last-child) {
    margin-bottom: 10%;
  }
  .bf-af .before {
    padding-bottom: 16%;
    background: url(/wp-content/uploads/chicmodern/brown/arrow_down.svg) center bottom no-repeat;
    background-size: 20%;
    background-size: 45px auto;
  }
  .bf-af .after:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media (min-width: 768px) {
  .bf-af {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .bf-af .before,
  .bf-af .after {
    display: table-cell;
    vertical-align: top;
  }
  .bf-af .before span {
    display: block;
    position: relative;
  }
  .bf-af .before span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: url(/wp-content/uploads/chicmodern/brown/arrow_right.svg) center center no-repeat;
    background-size: 100%;
  }
  .bf-af.col2 .before {
    width: 55%;
    padding-right: 10%;
  }
  .bf-af.col2 .after {
    width: 45%;
  }
  .bf-af.col2 .before span:after {
    width: 10%;
    right: -16%;
  }
  .bf-af.col4 .before:nth-child(1) {
    width: 24%;
    padding-left: 0;
    padding-right: 2%;
  }
  .bf-af.col4 .after:nth-child(2) {
    width: 26%;
    padding-left: 3%;
    padding-right: 1%;
  }
  .bf-af.col4 .before:nth-child(3) {
    width: 26%;
    padding-left: 1%;
    padding-right: 3%;
  }
  .bf-af.col4 .after:nth-child(4) {
    width: 24%;
    padding-left: 2%;
    padding-right: 0;
  }
  .bf-af.col4 .before span:after {
    width: 13%;
    right: -18%;
  }
}
/* .bread_wrap {
  margin-bottom: 2%;
} */

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}
.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
  color: var(--accent_color);
}
.bread ul li a {
  text-decoration: none;
  color: var(--accent_color);
}
.bread ul li:after {
  content: "";
  display: block;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 7px;
  height: 7px;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
}
.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: var(--main_color);
}
.bread ul li:last-child:after {
  content: none;
}

.button,
.inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 0px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  background: #50473d;
  color: var(--base_color_01);
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s;
}
.button:hover,
.inquiry .wpcf7-submit:hover {
  background: #ced4d2;
  color: #50473d;
}
.highlight .button,
.highlight .inquiry .wpcf7-submit,
.inquiry .highlight .wpcf7-submit {
  color: var(--base_color_01);
}
.highlight .button:hover,
.highlight .inquiry .wpcf7-submit:hover,
.inquiry .highlight .wpcf7-submit:hover {
  color: #50473d;
}
.button.block,
.inquiry .block.wpcf7-submit {
  display: block;
  min-width: 0;
}
.button.inverse,
.inquiry .inverse.wpcf7-submit {
  border: 0;
  border-radius: 4px;
  background: var(--text_color);
  color: var(--base_color_01);
}
.button.inverse:hover,
.inquiry .inverse.wpcf7-submit:hover {
  background: #1a1a1a;
  color: var(--base_color_01);
}
.button.cancel,
.inquiry .cancel.wpcf7-submit {
  background: #888;
  color: var(--base_color_01);
}
.button.cancel:hover,
.inquiry .cancel.wpcf7-submit:hover {
  background: #6f6f6f;
}
.button.large,
.inquiry .large.wpcf7-submit {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}
.button + .button,
.inquiry .wpcf7-submit + .button,
.inquiry .button + .wpcf7-submit,
.inquiry .wpcf7-submit + .wpcf7-submit {
  margin-left: 0.5em;
}
.button span,
.inquiry .wpcf7-submit span {
  line-height: 1;
  padding-left: 20px;
  background: url(/wp-content/uploads/chicmodern/brown/btn_icon.png) left center no-repeat;
  background-size: auto 14px;
}

.feature {
  color: var(--base_color_01);
}
.feature h3 {
  margin: 0;
  text-align: center;
  color: var(--base_color_01);
  font-size: 22px;
  font-size: 2.2rem;
}
.feature img {
  width: 100%;
}
.feature .col {
  display: table;
  table-layout: fixed;
}
.feature .col:not(:last-child) {
  margin-bottom: 0;
}
.feature .col:nth-child(1) {
  background: #49afe6;
}
.feature .col:nth-child(2) {
  background: #8ed95d;
}
.feature .col:nth-child(3) {
  background: #f6aa48;
}
.feature .col:nth-child(4) {
  background: #f98282;
}
.feature .col .textbox {
  display: table-cell;
  width: 70%;
  padding: 1em 3%;
  vertical-align: middle;
}
.feature .col figure {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
.feature .col figure:first-child img {
  text-align: left;
}
.feature .col figure:last-child img {
  text-align: right;
}

@media (min-width: 768px) {
  .feature h3 {
    margin: 10px 0 15px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .feature .col {
    display: block;
    table-layout: auto;
  }
  .feature .col .textbox {
    display: block;
    width: auto;
    height: 250px;
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .feature .col figure {
    display: inline;
    width: auto;
    vertical-align: middle;
  }
}
.grid {
  display: block;
  margin: 0;
}
.grid.row,
.grid .row,
.grid.col,
.grid .col {
  margin: 0;
}
.has-child-grid .grid {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: stretch;
  align-items: stretch;
}
.has-child-grid .grid .col {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.has-child-grid .grid .col.span_12 {
  padding: 20px 0;
}
.grid .grid-arrow {
  position: relative;
  overflow: hidden;
}
.grid .grid-arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background-color: var(--base_color_01);
  transform: rotate(45deg);
  transition: 0.3s;
}
.grid p {
  margin: 0;
  padding: 0.2em 0;
}
.grid a {
  color: var(--base_color_01);
  text-decoration: none;
  transition: 0.3s;
}
.grid a > [style^="background-image"],
.grid a img {
  transition: 0.3s;
}
.grid a:hover > [style^="background-image"],
.grid a:hover img {
  opacity: 0.6;
}
.grid .grid-bg1 {
  background-color: #e74c3c;
}
.grid .grid-bg1:hover {
  background-color: #eb6d60;
}
.grid .grid-bg1:hover .grid-arrow:after {
  background-color: #df2e1b;
}
.grid .grid-bg2 {
  background-color: #3498db;
}
.grid .grid-bg2:hover {
  background-color: #57aae1;
}
.grid .grid-bg2:hover .grid-arrow:after {
  background-color: #2383c4;
}
.grid .grid-bg3 {
  background-color: #f1c40f;
}
.grid .grid-bg3:hover {
  background-color: #f3cd36;
}
.grid .grid-bg3:hover .grid-arrow:after {
  background-color: #cba50c;
}
.grid .grid-bg4 {
  background-color: #1abc9c;
}
.grid .grid-bg4:hover {
  background-color: #1fe0ba;
}
.grid .grid-bg4:hover .grid-arrow:after {
  background-color: #15987e;
}
.grid .grid-bg5 {
  background-color: #9b59b6;
}
.grid .grid-bg5:hover {
  background-color: #ac75c2;
}
.grid .grid-bg5:hover .grid-arrow:after {
  background-color: #8646a0;
}
.grid .grid-bg6 {
  background-color: #34495e;
}
.grid .grid-bg6:hover {
  background-color: #435d78;
}
.grid .grid-bg6:hover .grid-arrow:after {
  background-color: #253544;
}
.grid .grid-bg7 {
  background-color: #2ecc71;
}
.grid .grid-bg7:hover {
  background-color: #4cd787;
}
.grid .grid-bg7:hover .grid-arrow:after {
  background-color: #26ab5f;
}

.ie .grid .grid-arrow:after {
  display: none;
}

@media (min-width: 768px) {
  .grid {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .grid .col {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .grid .col.span_12 {
    padding: 0;
  }
  .grid .col.has-child-grid > * {
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .grid p {
    margin: 0;
    padding: 0.2em 0;
  }
}
.guide figure {
  margin-bottom: 1em;
}
.guide figure img {
  width: auto;
  max-width: 100%;
}
.guide .message .contents_link {
  text-align: center;
}

@media (min-width: 768px) {
  .guide {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: -1em;
  }
  .guide figure {
    flex: 1;
    margin-bottom: 0;
    min-width: 0;
  }
  .guide .message {
    flex: 3;
    padding-left: 2%;
    padding-bottom: 45px;
  }
  .guide .message.text-only {
    padding-bottom: 0;
  }
  .guide .message h2 {
    margin-bottom: 1em;
  }
  .guide .message .contents_link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .guide.reverse {
    flex-direction: row-reverse;
  }
  .guide.reverse .message {
    padding-left: 0;
    padding-right: 2%;
  }
  .ie .guide {
    display: table;
  }
  .ie .guide figure {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .ie .guide .message {
    display: table-cell;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .ie .guide.reverse .message {
    padding-left: 2%;
    padding-right: 0;
  }
}
/* お問い合わせフォーム(form liên lạc) */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: #f9f8f4;
}
.inquiry fieldset .row {
  margin: 0;
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: 500;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 5px;
  color: var(--text_color);
  font-size: 16px;
  font-size: 1.6rem;
}
.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}
.inquiry input[type="file"] {
  width: 100%;
  box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #50473d;
  color: var(--base_color_01);
  background: #50473d;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #50473d;
  color: #50473d;
  background: var(--base_color_01);
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #f00;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding: 6px 0;
  }
  .inquiry dd {
    padding-bottom: 1.5em;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .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 {
    width: 60%;
  }
  .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 .submit {
    margin: 60px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie.ar16to9 {
  padding-top: 56.25%;
}
.movie.ar4to3 {
  padding-top: 75%;
}

.news .news_bg {
  background: #f9f8f4;
}
.news.typeC .news_bg {
  padding: 1em;
}
.news h2 {
  color: var(--text_color);
}
.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}
.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: 500;
}
.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #ccc;
}
.news dl dd a {
  text-decoration: none;
  position: relative;
}
.news dl dd a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news dl dd a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .news.typeA h2 {
    margin: 0;
    padding: 0;
  }
  .news.typeA h2:after {
    display: none;
  }
  .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  .news.typeC dl {
    max-height: 500px;
  }
  .news dl {
    overflow-y: auto;
    max-height: 224px;
  }
  .news dl dt {
    width: 100px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em 0 1em 1em;
  }
  .news dl dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  /* .news dl dd:nth-child(2) {
    border-top: 1px solid #ccc;
  } */
  .news dl dt + dd {
    padding-left: 120px;
  }
}
.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.parallax.ios {
  background-attachment: scroll;
}
.parallax .parallax_contents {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.parallax .parallax_contents h1,
.parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}

.qa h3.question {
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
}
.qa .question {
  position: relative;
  margin-bottom: 1em;
  padding: 2.5em 2.5em 2.5em 81px;
  background-color: #f9f8f4;
  font-weight: 500;
}
.qa .question:before {
  content: "Q";
  font-size: 40px;
  font-size: 4rem;
  color: #a2978b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .qa .question {
    padding: 2em 2em 2em 53px;
  }
  .qa .question:before {
    font-size: 30px;
    font-size: 3rem;
    left: 16px;
  }
}
.qa .question:after {
  content: none;
}
.qa .question.open:after {
  transform: rotate(0);
}
.qa .answer {
  position: relative;
  padding: 1em 2.5em 2em 81px;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #796957;
}
.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}
.qa .answer:before {
  content: "A";
  font-size: 40px;
  font-size: 4rem;
  color: #a2978b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .qa .answer {
    padding: 1em 2em 2em 53px;
  }
  .qa .answer:before {
    font-size: 30px;
    font-size: 3rem;
    left: 16px;
  }
}

.qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}
.qa.qa-open .question:hover {
  background-color: #f9f8f4;
}
.qa.qa-open .question:after {
  display: none;
}
.qa.qa-open .answer {
  display: block;
}

.highlight .qa .question {
  background: var(--base_color_01);
}
.highlight .qa .question:hover {
  background: #faf9f5;
}
.highlight .qa.qa-open .question:hover {
  background: var(--base_color_01);
}

.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}
.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}
.basic_info_dl {
  margin: 2em 0;
  line-height: 1.4;
}
.basic_info_dl:first-child {
  margin-top: 0;
}
.basic_info_dl dt {
  margin: 0 0 0.2em 0;
  font-weight: 500;
}
.basic_info_dl dt:before {
  /* content: ""; */
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #50473d;
}
.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}
.shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shopinfo .map_container + p {
  margin-top: 2em;
}

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

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

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .basic_info_dl.dl-horizontal {
    margin: 10px 0;
  }
  .basic_info_dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .map_container {
    padding-top: 70%;
  }
  .shopinfo .span_12 .map_container,
  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}
.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0px;
  font-size: 0rem;
  margin: auto;
}
.sns_icons > li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 15px;
  font-size: 1.5rem;
}
.sns_icons li {
  display: inline-block;
}
.sns_icons li:not(:last-child) {
  margin-right: 10px;
}
.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}
.sns_icons a.icon_facebook {
  background-image: url(/wp-content/uploads/chicmodern/brown/icon_facebook.png);
}
.sns_icons a.icon_twitter {
  background-image: url(/wp-content/uploads/chicmodern/brown/icon_twitter.png);
}
.sns_icons a.icon_line {
  background-image: url(/wp-content/uploads/chicmodern/brown/icon_line.png);
}
.sns_icons a.icon_google {
  background-image: url(/wp-content/uploads/chicmodern/brown/icon_google.png);
}
.sns_icons a.icon_instagram {
  background-image: url(/wp-content/uploads/chicmodern/brown/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:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 100%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n + 1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
.step .row,
.step-h .col {
  position: relative;
  padding: 1em;
  background: #f9f8f4;
}

.step .row:not(:last-child):after,
.step-h .col:not(:last-child):after,
.step-h .row.continue .col:last-child:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background: url("/wp-content/uploads/chicmodern/brown/arrow_down.svg") center center no-repeat;
  background-size: 45px auto;
}

@media (max-width: 767px) {
  .step .row:not(:last-child),
  .step-h .col:not(:last-child),
  .step-h .row.continue .col:last-child {
    margin-bottom: 18%;
  }
  .step .row:not(:last-child):after,
  .step-h .col:not(:last-child):after,
  .step-h .row.continue .col:last-child:after {
    padding-top: 20%;
  }
  .step-h .row.continue {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .step .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 2em;
  }
  .step .row .col {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .step .row .col:not(:first-child) {
    padding-left: 2%;
  }
  .step .row:not(:last-child) {
    margin-bottom: 80px;
  }
  .step .row:not(:last-child):after {
    top: 100%;
    padding-top: 60px;
    margin: 10px 0;
  }
  .step h3:last-child {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
  }
  .step h3:last-child:after,
  .step h3:last-child:before {
    content: none;
  }
  .step .row:not(:last-child):after,
  .step-h .col:not(:last-child):after,
  .step-h .row.continue .col:last-child:after {
    background-size: auto 100%;
  }
  .step-h.gutters .col {
    margin: 0;
  }
  .step-h .col {
    padding: 0;
    background: none;
  }
  .step-h .col:not(:last-child) {
    position: relative;
    margin-right: 4%;
  }
  .step-h .col:not(:last-child):after {
    display: none;
  }
  .step-h .col:not(:last-child) figure span {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .step-h .col:not(:last-child) figure span:after {
    content: "";
    display: block;
    width: 28px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    background: url("/wp-content/uploads/chicmodern/brown/arrow_right.svg") center center no-repeat;
    background-size: contain;
  }
  .step-h .span_3 {
    width: 22%;
  }
  .step-h .span_4 {
    width: 30.66666666%;
  }
  .step-h .span_6 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .step-h .col:not(:last-child) figure span:after {
    right: -34px;
  }
}
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: 500;
}

.table-default {
  width: 100%;
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-default td,
.table-default th {
  /* border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9; */
  padding: 1.5em 1em;
}
.table-default th {
  font-weight: 500;
  text-align: left;
}
.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}
.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #50473d;
  border-bottom: 1px solid #50473d;
}
@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 caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-schedule td,
.table-schedule th {
  border-top: 1.2px solid #d9d9d9;
  border-bottom: 1.2px solid #d9d9d9;
  padding: 0.7em 1em;
  text-align: center;
}
.table-schedule th {
  font-weight: 500;
}
@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em 0.3em;
  }
}
.table-schedule th:nth-child(1) {
  text-align: left;
}
.table-schedule thead th {
  border-top: none;
}
.table-schedule tbody th {
  background: transparent;
}
.table-schedule td {
  background: transparent;
  position: relative;
}
.table-schedule td span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.table-schedule td span.open {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #50473d;
}
.table-schedule td span.close {
  width: 15px;
  height: 1px;
  background: #50473d;
}
.table-schedule td span.exception {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #50473d transparent;
  border-width: 0px 7.5px 12.99px 7.5px;
}

.table-summary {
  border-top: 1px solid #d9d9d9;
  width: 100%;
}
.table-summary caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-summary td,
.table-summary th {
  padding: 1em;
  border-bottom: 1px solid #d9d9d9;
}
.table-summary th {
  text-align: left;
  font-weight: 500;
  width: 20%;
}
@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}
@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;
  }
}
@media (max-width: 767px) {
  table.combine tbody tr:last-child td,
  table.combine tbody tr:last-child th {
    border-bottom: 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: #50473d;
}
table.table-default.typeA tr:nth-child(odd) td {
  background: #f9f8f4;
}
table.table-default.typeA tr:nth-child(even) th {
  background: #6d6153;
}
table.table-default.typeA tr:nth-child(even) td {
  background: var(--base_color_01);
}
table.table-default.typeB {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: var(--text_color);
  border: 0;
  border-bottom: 1px dashed #d9d9d9;
}
table.table-default.typeB tbody tr {
  position: relative;
}
table.table-default.typeB tbody td {
  transform: translateX(2px);
}
table.table-default.typeC th {
  background: rgba(80, 71, 61, 0.7);
  color: var(--base_color_01);
}
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 {
  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 #f9f8f4 solid;
}

._table_line .news dl {
  border-top: 1px dotted #a6a6a6;
  max-height: none;
}
._table_line .news dl dt {
  width: 230px;
  padding-left: 20px;
}
._table_line .news dl dt + dd {
  border-bottom: 1px dotted #a6a6a6;
  padding-left: 230px;
}
.news dl {
  font-weight: 500;
}
.wide_image img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 768px) {
  .wide_image div {
    margin: 0 auto;
  }
}
.h1_wrap {
  padding: 6.5em 0;
  background: #f1efeb;
  margin: 0 0 0.5em;
}

h1:not(.title) {
  text-align: left;
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  color: #50473d;
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 10px;
  letter-spacing: 0.04em;
}
h1:not(.title) a {
  text-decoration: none;
}
h1:not(.title) a:hover {
  text-decoration: underline;
}
h1:not(.title) span,
.h1_wrap > span {
  display: block;
  font-size: 50px;
  font-size: 5rem;
  font-family: "Marcellus", serif;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  color: #50473d;
}
.h1_wrap > span {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .h1_wrap {
    padding: 3.5em 0;
  }
  h1:not(.title) {
    font-size: 20px;
    font-size: 2rem;
  }
  h1:not(.title):after {
    height: 2px;
  }
  h1:not(.title) span,
  .h1_wrap > span {
    font-size: 30px;
    font-size: 3rem;
  }
}
.h2_wrap {
  display: block;
  margin: 0 auto 3.1em;
  position: relative;
  border: 0;
  padding-top: 36px;
}
h2 {
  display: block;
  text-align: left;
  margin: 0 auto 1.5em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  color: var(--text_color);
  letter-spacing: 0.1em;
  margin: 0;
  /* padding-top: 36px; */
}
h2 span,
.h2_wrap span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  color: #796957;
  font-family: "Marcellus", serif;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
h2 a {
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}
.h2_wrap:before,
.h2_wrap:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.h2_wrap:before {
  width: 100vw;
  background: #d9d9d9;
}
.h2_wrap:after {
  width: 100px;
  background: #796957;
}

@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
    /*padding-top: 23px;*/
  }
  h2:after {
    width: 60px;
  }
  h2 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h2,
.h2_wrap {
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 0;
}
h2 span,
.h2_wrap span {
  font-size: 70px;
  font-size: 7rem;
  color: #e2d6c3;
  margin-bottom: 0;
  line-height: 1;
}
h2:before,
h2:after {
  display: none;
}
.h2_wrap:before,
.h2_wrap:after {
  display: none;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h2 span {
    font-size: 50px;
    font-size: 5rem;
  }
}

/* h3 {
  padding-left: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  color: var(--text_color);
  font-weight: 500;
  letter-spacing: 0.1em;
} */
h3 a {
  text-decoration: none;
}
h3 a:hover {
  text-decoration: underline;
}
/* h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 3px;
  height: 16px;
  margin: auto;
  background: #796957;
} */
h3.border_h3 {
  padding: 0.5em 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
h3.border_h3:after {
  display: none;
}

@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h4 {
  margin: 0 0 0.7em;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  color: var(--text_color);
  font-weight: 500;
  letter-spacing: 0.1em;
}
h4 a {
  text-decoration: none;
}
h4 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--text_color);
  padding: 0.7em 0 0.7em 1em;
  background: rgba(80, 71, 61, 0.05);
}
.widget_wrap .widget_header a {
  text-decoration: none;
}
.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main_visual {
  position: relative;
  table-layout: fixed;
}
.main_visual .main_visual_slick,
.main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}
.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}
.main_visual .main_visual_slick li:not([id^="slick-slide"]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
.main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active) {
  transition-delay: 0.5s !important;
}
.main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1540px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  z-index: 53;
}
.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 46.6666666667%;
  max-width: 560px;
  max-height: 560px;
  z-index: 52;
}
.main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}
.main_visual .main_visual_arrow .slick-prev {
  left: 25px;
}
.main_visual .main_visual_arrow .slick-next {
  right: 25px;
}
.main_visual .main_visual_arrow .slick-prev:before,
.main_visual .main_visual_arrow .slick-next:before {
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 750px) {
  .main_visual .main_visual_arrow .slick-prev {
    left: 10px;
  }
  .main_visual .main_visual_arrow .slick-next {
    right: 10px;
  }
  .main_visual .main_visual_arrow .slick-prev:before,
  .main_visual .main_visual_arrow .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 750px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}
.main_visual .main_visual_slick {
  padding-top: 80% !important;
}

@media (min-width: 1200px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 960px !important;
  }
}
@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 50% !important;
  }
}
@media (max-width: 750px) {
  .main_visual .main_visual_slick {
    padding-top: 141.3333333333% !important;
  }
}
.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}
.slick-dots li.slick-active button {
  background: #50473d;
}

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

.main_visual .main_visual_slick li:not(:first-child) img {
  opacity: 0;
  transition: opacity 1000ms ease 0s;
}
.main_visual .main_visual_slick.slick-initialized li:not(:first-child) img {
  opacity: 1;
}

.epress_search {
  padding: 3px;
  width: 100%;
  z-index: 1;
}
.epress_search form {
  overflow: hidden;
  border: 4px solid #50473d;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: stretch;
  align-items: stretch;
}
.epress_search input[type="text"],
.epress_search input[type="submit"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.epress_search input[type="text"] {
  color: var(--text_color);
  margin: 0 0.3em;
  width: 70%;
}
.epress_search input[type="submit"] {
  cursor: pointer;
  padding: 0.6em 1em;
  color: var(--base_color_01);
  width: 30%;
  background: rgba(80, 71, 61, 0.7);
}
@media (min-width: 900px) {
  .epress_search input[type="submit"] {
    min-width: 65px;
  }
}

@media (max-width: 899px) {
  header .global_nav > ul > li.gnav_search {
    position: static;
  }
  header .global_nav > ul > li.gnav_search > a {
    display: none !important;
  }
  header .global_nav > ul > li.gnav_search .epress_search {
    display: block !important;
    position: static !important;
    width: 100% !important;
    background: rgba(80, 71, 61, 0.9);
  }
  header .global_nav > ul > li.gnav_search .epress_search input[type="text"],
  header .global_nav > ul > li.gnav_search .epress_search input[type="submit"] {
    line-height: 1;
  }
}
/*
 * ヘッダーナビのデザイン(design của header navi)
 */
.epress_search form {
  background: var(--base_color_01);
}
/*
  * ヘッダの検索表示タイプ(type hiển thị tìm kiếm của header)
  */
header .global_nav > ul > li.gnav_search {
  position: relative;
}
header .global_nav > ul > li.gnav_search a {
  color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  background: url("/wp-content/uploads/chicmodern/brown/search.png") no-repeat center center;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  width: 30px;
  height: 30px;
}
header .global_nav > ul > li.gnav_search a:hover {
  border-bottom: 0;
}
header .global_nav > ul > li.gnav_search .epress_search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}
@media (min-width: 900px) {
  header .global_nav > ul > li.gnav_search .epress_search {
    width: 230px;
  }
  header .global_nav > ul > li.gnav_search .epress_search input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.5em;
  }
}

.article_list {
  padding: 0.5em;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}
/* .article_list:nth-child(even) {
  color: var(--text_color);
  background: #F9F8F4;
} */
.article_list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  transform: translate(-10px, -10px) rotate(45deg);
  transition: 0.3s;
}
.article_list:hover:before {
  background: #50473d;
}
.article_list .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}
@media (max-width: 767px) {
  .article_list .case_arrow {
    height: 80px;
  }
}
.article_list .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #50473d;
  border-right: 5px solid #50473d;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .article_list .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #50473d;
    border-right: 5px solid #50473d;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}
.article_list .span_12 {
  margin: 2% 0;
}

.pagination {
  text-align: center;
}
.pagination > * {
  display: inline-block;
  padding: 0.5em;
  border: 1px solid #ccc;
}
.pagination a {
  text-decoration: none;
  background: #f9f8f4;
  transition: 0.3s;
}
.pagination a:hover {
  background: var(--base_color_01);
}
.article_single01 .article_single01_02 {
  margin-top: 10px;
}
.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}
.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}
.article_single01 .ofi {
  background: #f9f8f4;
}
.article_single01 .more {
  display: block;
  text-align: center;
}
.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}
.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}
.article_single02 .ofi {
  background: #f9f8f4;
}
.article_single02 .more {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}
.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}
.article_single03 .case_arrow {
  position: relative;
}
@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}
.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #50473d;
  border-right: 3px solid #50473d;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}
.article_single03 .ofi {
  background: #f9f8f4;
}
.article_single03 .more {
  display: block;
  text-align: center;
}
.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}
.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}
.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}
.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}
.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}
.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}
.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}
.article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}
.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}
.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: 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;
  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;
  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 #50473d;
  transition: 0.2s;
  z-index: 1;
}
.article_single04 .slick-prev {
  left: 0;
}
.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #50473d;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}
.article_single04 .slick-next {
  right: 0;
}
.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #50473d;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}
.article_single04 .ofi {
  background: #f9f8f4;
  height: auto !important;
}
.article_single04 .more {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}
.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}
.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  background: rgba(80, 71, 61, 0.05);
  padding: 4%;
  margin-bottom: 4%;
  font-size: 15px;
  font-size: 1.5rem;
}
.article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}
.article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}
.article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}
@media (max-width: 767px) {
  .article_detail .case_arrow {
    height: 80px;
  }
}
.article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #50473d;
  border-right: 5px solid #50473d;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #50473d;
    border-right: 5px solid #50473d;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}
.article_detail .span_12 {
  margin: 2% 0;
}

.epress_social {
  letter-spacing: -0.4em;
  text-align: right;
  padding: 2%;
}
.epress_social > * {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}

.epress_pager {
  overflow: hidden;
  margin-bottom: 5%;
}
.epress_pager .epress_pager_prev {
  float: left;
}
.epress_pager .epress_pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}
.epress_pager .epress_pager_prev a:before,
.epress_pager .epress_pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: var(--text_color);
  transition: 0.2s;
}
.epress_pager .epress_pager_prev a:before {
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}
.epress_pager .epress_pager_prev a:after {
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}
.epress_pager .epress_pager_prev a:hover {
  text-decoration: underline;
}
.epress_pager .epress_pager_prev a:hover:before {
  left: 0;
}
.epress_pager .epress_pager_prev a:hover:after {
  left: 0;
}
.epress_pager .epress_pager_next {
  float: right;
}
.epress_pager .epress_pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}
.epress_pager .epress_pager_next a:before,
.epress_pager .epress_pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: var(--text_color);
  transform-origin: center;
  transition: 0.2s;
}
.epress_pager .epress_pager_next a:before {
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}
.epress_pager .epress_pager_next a:after {
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}
.epress_pager .epress_pager_next a:hover {
  text-decoration: underline;
}
.epress_pager .epress_pager_next a:hover:before {
  right: 0;
}
.epress_pager .epress_pager_next a:hover:after {
  right: 0;
}

#commentform {
  background: transparent;
  padding: 2% 5%;
  border: 1px solid #333;
}
#commentform #comment {
  width: 100%;
}
#commentform #submit {
  background: #50473d;
  color: var(--base_color_01);
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin: 0 auto;
  display: table;
}
#commentform input[type="submit"] {
  background: #50473d;
  color: var(--base_color_01);
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.3em 1em;
  margin: 0 auto;
  display: table;
  border-radius: 5px;
}

@media (min-width: 768px) {
  #commentform #submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #commentform input[type="submit"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#biz_calendar,
#biz_calendar1,
#biz_calendar2 {
  max-width: none;
  margin: 2% auto 0;
  font-family: inherit;
  padding: 0.3em 1em;
  background: #f9f8f4;
  font-size: 18px;
  font-size: 1.8rem;
}
#biz_calendar p,
#biz_calendar1 p,
#biz_calendar2 p {
  margin: 0;
  line-height: 170%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
#biz_calendar p span.boxholiday,
#biz_calendar1 p span.boxholiday,
#biz_calendar2 p span.boxholiday {
  background-color: #ffb0c3;
  padding-left: 25px;
  margin-right: 10px;
}
#biz_calendar p span.boxeventday,
#biz_calendar1 p span.boxeventday,
#biz_calendar2 p span.boxeventday {
  background-color: #64bdeb;
  padding-left: 25px;
  margin-right: 10px;
}
#biz_calendar table.bizcal,
#biz_calendar1 table.bizcal,
#biz_calendar2 table.bizcal {
  margin: 10px 0;
  width: 100%;
  table-layout: fixed;
  border: none;
  line-height: 1.6;
  cursor: default;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  border-collapse: collapse;
  border-spacing: 1px;
  background: transparent;
}
#biz_calendar table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today),
#biz_calendar1 table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today),
#biz_calendar2 table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today) {
  background: var(--base_color_01);
}
#biz_calendar table.bizcal th,
#biz_calendar1 table.bizcal th,
#biz_calendar2 table.bizcal th {
  text-align: center;
  border-width: 0;
  padding: 0.5em 0.2em;
  color: var(--text_color);
  background-color: #dedede;
}
#biz_calendar table.bizcal th:first-child,
#biz_calendar1 table.bizcal th:first-child,
#biz_calendar2 table.bizcal th:first-child {
  color: red;
}
#biz_calendar table.bizcal th:nth-last-of-type(1),
#biz_calendar1 table.bizcal th:nth-last-of-type(1),
#biz_calendar2 table.bizcal th:nth-last-of-type(1) {
  color: blue;
}
#biz_calendar table.bizcal td,
#biz_calendar1 table.bizcal td,
#biz_calendar2 table.bizcal td {
  text-align: center;
  border: 1px solid rgba(0, 57, 122, 0.3);
  padding: 0.5em 0.2em;
  color: var(--text_color);
}
#biz_calendar table.bizcal .calmonth,
#biz_calendar1 table.bizcal .calmonth,
#biz_calendar2 table.bizcal .calmonth {
  text-align: left;
  font-weight: bold;
  padding: 2px 7px;
  border: none;
}
#biz_calendar table.bizcal .calbtn,
#biz_calendar1 table.bizcal .calbtn,
#biz_calendar2 table.bizcal .calbtn {
  border: none;
  cursor: pointer;
}
#biz_calendar table.bizcal .holiday,
#biz_calendar1 table.bizcal .holiday,
#biz_calendar2 table.bizcal .holiday {
  background-color: #ffb0c3;
  color: red;
}
#biz_calendar table.bizcal .eventday,
#biz_calendar1 table.bizcal .eventday,
#biz_calendar2 table.bizcal .eventday {
  background-color: #64bdeb;
  color: var(--base_color_01);
}
#biz_calendar table.bizcal .eventday a,
#biz_calendar1 table.bizcal .eventday a,
#biz_calendar2 table.bizcal .eventday a {
  color: var(--base_color_01);
}
#biz_calendar table.bizcal .today,
#biz_calendar1 table.bizcal .today,
#biz_calendar2 table.bizcal .today {
  font-weight: bold;
  text-decoration: underline;
  color: var(--text_color);
}
#biz_calendar table.bizcal .today a,
#biz_calendar1 table.bizcal .today a,
#biz_calendar2 table.bizcal .today a {
  font-weight: bold;
  color: var(--text_color);
}
#biz_calendar table.bizcal img,
#biz_calendar1 table.bizcal img,
#biz_calendar2 table.bizcal img {
  vertical-align: middle;
  box-shadow: none;
  margin: 0;
}
#biz_calendar table.bizcal .down-img,
#biz_calendar1 table.bizcal .down-img,
#biz_calendar2 table.bizcal .down-img {
  text-align: right;
}
#biz_calendar table.bizcal .today-img,
#biz_calendar1 table.bizcal .today-img,
#biz_calendar2 table.bizcal .today-img {
  text-align: center;
}
#biz_calendar table.bizcal .up-img,
#biz_calendar1 table.bizcal .up-img,
#biz_calendar2 table.bizcal .up-img {
  text-align: left;
}

#biz_calendar table.bizcal td,
#biz_calendar table.bizcal th {
  padding: 0.5em 0.2em;
}

.column_sub #biz_calendar,
.column_sub #biz_calendar1,
.column_sub #biz_calendar2 {
  font-size: 12px;
  font-size: 1.2rem;
}
.column_sub #biz_calendar p span.boxholiday,
.column_sub #biz_calendar1 p span.boxholiday,
.column_sub #biz_calendar2 p span.boxholiday {
  background-color: #ffb0c3;
  padding-left: 25px;
  margin-right: 10px;
}
.column_sub #biz_calendar p span.boxeventday,
.column_sub #biz_calendar1 p span.boxeventday,
.column_sub #biz_calendar2 p span.boxeventday {
  background-color: #64bdeb;
  padding-left: 25px;
  margin-right: 10px;
}
.column_sub #biz_calendar table.bizcal,
.column_sub #biz_calendar1 table.bizcal,
.column_sub #biz_calendar2 table.bizcal {
  font-size: 12px;
  font-size: 1.2rem;
}
.column_sub #biz_calendar table.bizcal td,
.column_sub #biz_calendar table.bizcal th,
.column_sub #biz_calendar1 table.bizcal td,
.column_sub #biz_calendar1 table.bizcal th,
.column_sub #biz_calendar2 table.bizcal td,
.column_sub #biz_calendar2 table.bizcal th {
  padding: 0.3em 0.2em;
}

@media (max-width: 767px) {
  #biz_calendar,
  #biz_calendar1,
  #biz_calendar2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #biz_calendar p span.boxholiday,
  #biz_calendar1 p span.boxholiday,
  #biz_calendar2 p span.boxholiday {
    background-color: #ffb0c3;
    padding-left: 25px;
    margin-right: 10px;
  }
  #biz_calendar p span.boxeventday,
  #biz_calendar1 p span.boxeventday,
  #biz_calendar2 p span.boxeventday {
    background-color: #64bdeb;
    padding-left: 25px;
    margin-right: 10px;
  }
  #biz_calendar table.bizcal,
  #biz_calendar1 table.bizcal,
  #biz_calendar2 table.bizcal {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #biz_calendar table.bizcal td,
  #biz_calendar table.bizcal th,
  #biz_calendar1 table.bizcal td,
  #biz_calendar1 table.bizcal th,
  #biz_calendar2 table.bizcal td,
  #biz_calendar2 table.bizcal th {
    padding: 0.3em 0.2em;
  }
}
.calendar_wrap {
  position: relative;
  padding: 4em 1.8em 2em;
  display: inline-block;
  background: rgba(80, 71, 61, 0.05);
  font-size: 10px;
  font-size: 1rem;
}
.calendar_wrap caption {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
}
.calendar_wrap table {
  border-spacing: 0;
  border-collapse: collapse;
}
.calendar_wrap table thead th {
  background: rgba(80, 71, 61, 0.7);
  color: var(--base_color_01);
  border: 1px solid #d9d9d9;
  border-bottom: none;
}
.calendar_wrap table tfoot {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.calendar_wrap table tfoot #prev a {
  width: 26px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
}
.calendar_wrap table tfoot #prev a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--text_color);
  transition: 0.2s;
}
.calendar_wrap table tfoot #prev a:after {
  transform: translate(0, -50%) rotate(-45deg);
  border-left: 1px solid var(--text_color);
  left: 15%;
}
.calendar_wrap table tfoot #prev a:hover:after {
  left: 2%;
}
.calendar_wrap table tfoot #next a {
  width: 26px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
}
.calendar_wrap table tfoot #next a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--text_color);
  transition: 0.2s;
}
.calendar_wrap table tfoot #next a:after {
  transform: translate(0, -50%) rotate(45deg);
  border-right: 1px solid var(--text_color);
  right: 15%;
}
.calendar_wrap table tfoot #next a:hover:after {
  right: 2%;
}
.calendar_wrap table tbody td {
  text-align: center;
  background: var(--base_color_01);
  border: 1px solid #d9d9d9;
}

@media (min-width: 768px) {
  .column_sub .calendar_wrap {
    padding: 40px 5px 5px;
    width: 100%;
    margin: 0 auto 1em;
  }
  .column_sub .calendar_wrap caption {
    top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .column_sub .calendar_wrap table {
    width: 100%;
  }
  .column_sub .calendar_wrap table th,
  .column_sub .calendar_wrap table td {
    padding: 0.5em 0.2em;
  }
  .column_sub .calendar_wrap table tfoot #prev a {
    width: 18px;
    height: 18px;
    top: 0;
    left: 20px;
  }
  .column_sub .calendar_wrap table tfoot #next a {
    width: 18px;
    height: 18px;
    top: 0;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .calendar_wrap {
    padding: 40px 5px 5px;
    width: 100%;
  }
  .calendar_wrap caption {
    top: 10px;
  }
  .calendar_wrap table {
    width: 100%;
  }
  .calendar_wrap table th,
  .calendar_wrap table td {
    padding: 0.5em 0.2em;
  }
  .calendar_wrap table tfoot #prev a {
    width: 12px;
    height: 12px;
    top: 0;
    left: 20px;
  }
  .calendar_wrap table tfoot #next a {
    width: 12px;
    height: 12px;
    top: 0;
    right: 20px;
  }
}
/*
 * ボタン矢印(mũi tên button)
 */
.add_arrow {
  display: block;
  position: relative;
}
.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--base_color_01);
  border-right: 1px solid var(--base_color_01);
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}
.add_arrow.inverse:after {
  border-top: 1px solid #50473d;
  border-right: 1px solid #50473d;
}
.add_arrow.inverse:hover {
  border-color: var(--base_color_01);
  color: var(--base_color_01);
  background: #50473d;
}
.add_arrow.inverse:hover:after {
  border-color: var(--base_color_01);
}
.add_arrow.blank_link1:after {
  width: 15px;
  height: 13px;
  border: none;
  background: url(/wp-content/uploads/chicmodern/brown/icon_blank01.svg) no-repeat center/contain;
  transform: translate(0, -50%) rotate(0);
}
.add_arrow.blank_link1:hover {
  color: var(--base_color_01);
  background: #50473d;
}
.add_arrow.blank_link2:after {
  width: 13px;
  height: 13px;
  border: none;
  background: url(/wp-content/uploads/chicmodern/brown/icon_blank02.svg) no-repeat center/contain;
  transform: translate(0, -50%) rotate(0);
}
.add_arrow.blank_link2:hover {
  color: var(--base_color_01);
  background: #50473d;
}
.add_arrow:hover {
  border: 1px solid #75593a;
  color: var(--base_color_01);
  background: #75593a;
}
.add_arrow:hover:after {
  right: 4%;
  border-color: var(--base_color_01);
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  border: 1px solid #50473d;
  color: var(--base_color_01);
  background: #50473d;
  padding: 0.5em;
  margin: 0 auto 1px;
  /* max-width: 235px; */
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 100px;
  line-height: 1.8;
  font-weight: 700;
}
.more a.inverse {
  border: 1px solid #50473d;
  color: #50473d;
  background: var(--base_color_01);
}
.more a.anchor_link {
  border-radius: 0;
  background: transparent;
  color: #50473d;
  max-width: 280px;
}
.more a.anchor_link:after {
  border-color: #50473d;
  transform: translate(0, -50%) rotate(135deg);
  width: 8px;
  height: 8px;
}
.more a.anchor_link:hover {
  background: #50473d;
  color: var(--base_color_01);
}
.more a.anchor_link:hover:after {
  border-color: var(--base_color_01);
}
@media screen and (min-width: 768px) {
  .more.pc-btn-left a {
    margin-left: 0;
  }
}

/*
 * ボタンエフェクト(button effect)
 */
.effect01 {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.effect01:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  left: -35%;
  z-index: -1;
  background: var(--base_color_01);
  transform: skew(50deg);
  transform-origin: top left;
  transition-duration: 0.5s;
}
.effect01:hover {
  background: #50473d;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
.effect01:hover:before {
  height: 100%;
  width: 135%;
}

header .global_nav > ul > li.has_under > a {
  position: relative;
}
header .global_nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--base_color_01);
  border-right: 2px solid var(--base_color_01);
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}
header .global_nav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}
header .global_nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
header .global_nav > ul > li > ul > li {
  border-bottom: 1px solid #b3b3b3;
}
@media (max-width: 899px) {
  header .global_nav > ul > li > ul > li a {
    background: rgba(68, 61, 52, 0.9);
  }
}

@media (min-width: 900px) {
  header .global_nav > ul > li.has_under {
    position: relative;
  }
  header .global_nav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .global_nav > ul > li.has_under > a:after {
    border-color: var(--text_color);
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.has_under > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.has_under > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.has_under > ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -0.4em;
    background: rgba(80, 71, 61, 0.9);
    z-index: 52;
  }
  header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.has_under > ul > li a {
    background: transparent;
    padding: 1em;
    overflow-wrap: break-word;
  }
}
.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 99;
}
/* .pagetop a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(80, 71, 61, 0.9);
} */
/* @media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}
.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--base_color_01);
  border-left: 2px solid var(--base_color_01);
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
} */

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

/*
 * ページトップのデザインタイプ(type design của top page)
 */
.footer_fixed_content {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 0;
  background: #e2d6c3;
  color: var(--text_color);
}
.footer_fixed_content .pc_ftr {
  /* max-width: 1238px; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_fixed_content .pc_ftr .box01 {
  /* width: 35%; */
  padding: 2em 0;
  /* background: #50473D; */
}
.footer_fixed_content .pc_ftr .box01 .title {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  color: var(--base_color_01);
}
.footer_fixed_content .pc_ftr .box02 {
  /* width: 25%; */
  margin-left: 2%;
  text-align: center;
}
.footer_fixed_content .pc_ftr .box02 .tel {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  padding-left: 35px;
  letter-spacing: 0.04em;
}
.footer_fixed_content .pc_ftr .box02 .tel:before {
  content: "";
  background: url(/wp-content/uploads/chicmodern/brown/icon_tel.png) no-repeat center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.footer_fixed_content .pc_ftr .box03,
.footer_fixed_content .pc_ftr .box04 {
  /* width: 18%; */
  /* margin-left: 2%; */
}
.footer_fixed_content .pc_ftr .box03 .more a,
.footer_fixed_content .pc_ftr .box04 .more a {
  font-size: 16px;
  font-size: 1.6rem;
}
.footer_fixed_content .pc_ftr .box03 .more a:after,
.footer_fixed_content .pc_ftr .box04 .more a:after {
  display: none;
}
.footer_fixed_content .pc_ftr .box03 .more a span,
.footer_fixed_content .pc_ftr .box04 .more a span {
  position: relative;
  padding-left: 30px;
}
.footer_fixed_content .pc_ftr .box03 .more a span:before,
.footer_fixed_content .pc_ftr .box04 .more a span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
/* .footer_fixed_content .pc_ftr .box03 .more a span:before {
  background: url(/wp-content/uploads/chicmodern/brown/icon_calendar.png) no-repeat center/contain;
} */
.footer_fixed_content .pc_ftr .box04 .more a {
  /* background: #41982A;
  border-color: #41982A; */
  opacity: 1;
  transition: 0.2s;
}
/* .footer_fixed_content .pc_ftr .box04 .more a span:before {
  background: url(/wp-content/uploads/chicmodern/brown/icon_line.png) no-repeat center/contain;
} */
.footer_fixed_content .pc_ftr .box04 .more a:hover {
  opacity: 0.8;
}
.footer_fixed_content .pc_ftr .row {
  /* max-width: 1238px; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_fixed_content .sp_ftr .inner {
  display: flex;
  align-items: center;
}
.footer_fixed_content .sp_ftr a {
  text-decoration: none;
  width: 50%;
  text-align: center;
  padding: 8px;
  position: relative;
  color: var(--text_color);
  font-size: 14px;
  font-size: 1.4rem;
  background: var(--base_color_01);
}
.footer_fixed_content .sp_ftr a img {
  display: block;
  margin: 0 auto 5px;
  width: 24px;
  height: 24px;
}
.footer_fixed_content .row p {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .footer_fixed_content .pc_ftr .box01 .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .footer_fixed_content .pc_ftr .box02 .tel {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .footer_fixed_content .pc_ftr .box03 .more a,
  .footer_fixed_content .pc_ftr .box04 .more a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .footer_fixed_content {
    padding: 0 10px;
  }
  .footer_fixed_content:after {
    /* content: ""; */
    width: 20%;
    height: 100%;
    background: #50473d;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
  }
}
@media screen and (min-width: 2050px) {
  .footer_fixed_content:after {
    width: 30%;
  }
}

footer.high .footer_fixed_content {
  position: relative;
}

footer:not(.high) .pagetop {
  bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  footer:not(.high) .pagetop {
    bottom: 60px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

/* .text-primary {
  color: #50473d !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: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-medium {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .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: 899px) {
  .sp-hide02,
  .pc-only02,
  .tablet-only02 {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .pc-hide02,
  .sp-only02 {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .sp-hide03,
  .pc-only03,
  .tablet-only03 {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .pc-hide03,
  .sp-only03 {
    display: none !important;
  }
}
.arial {
  font-family: "Arial", arial !important;
}

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

.color_pri {
  color: #50473d;
}

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

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

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

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: var(--base_color_01);
}
.inverse h2:after {
  background: var(--base_color_01);
}
.inverse h2 small,
.inverse h2 span {
  color: var(--base_color_01);
}

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

@media screen and (min-width: 900px) {
  body:not(.scrollTop) header .global_nav {
    transform: translateY(-200%);
    transition: transform 0.2s;
  }
}
header .hdr_info_wrap .hdr_info a img {
  width: 30px;
}
header .global_nav.fixed_active {
  box-shadow: 1px 4px 12px 0px #0000000d;
}
@media screen and (min-width: 900px) {
  header .global_nav.fixed_active {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    background: var(--base_color_01);
    height: auto;
    width: 100%;
    display: block;
    padding: 10px;
    z-index: 999;
    transform: translateY(0) !important;
    transition: transform 0.2s;
  }
}
@media screen and (max-width: 899px) {
  header {
    position: fixed;
    top: 0;
  }
}

.main_visual .main_visual_copy li .main_copy_txt {
  position: absolute;
  left: 10px;
  bottom: 5%;
  margin: auto;
  font-size: 30px;
  font-size: 3rem;
  color: var(--base_color_01);
  line-height: normal;
  letter-spacing: 0.04em;
  /* opacity: 0; */
  transform: translateY(-20px);
  /* transition: 1s; */
}
.main_visual .main_visual_copy li .main_copy_txt span {
  font-family: "Marcellus", serif;
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-size: 8rem;
  display: block;
  margin-top: 4%;
}
.main_visual .main_visual_calender {
  width: 100%;
  max-width: 700px;
  position: absolute;
  right: 0;
  bottom: -100px;
  margin: auto;
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); */
  z-index: 55;
  transform: translateX(20px);
  /* opacity: 0;
  transition: 1s; */
}
/* .main_visual.animated .main_visual_copy li .main_copy_txt {
  opacity: 1;
  transform: translateY(0);
}
.main_visual.animated .main_visual_calender {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.3s;
} */
@media screen and (min-width: 1000px) {
  .main_visual .main_visual_slick {
    height: calc(100vh - 190px) !important;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1530px) {
  .main_visual .main_visual_copy {
    width: 100%;
    bottom: 110px;
  }
}
/* @media screen and (max-width: 999px) {
  .main_visual .main_visual_copy li .main_copy_txt {
    font-size: 3vw;
  }
  .main_visual .main_visual_copy li .main_copy_txt span {
    font-size: 8vw;
  }
} */
@media screen and (max-width: 750px) {
  /* .main_visual .main_visual_copy li .main_copy_txt {
    font-size: 5vw;
  }
  .main_visual .main_visual_copy li .main_copy_txt span {
    font-size: 11vw;
  } */
  /* .main_visual .main_visual_calender {
    right: 0;
    left: 0;
    width: calc(100% - 20px);
  } */
}

.calendar_box {
  background: var(--base_color_01);
  padding: 4%;
}
.calendar_box table {
  margin-bottom: 4%;
}
.calendar_box .table_info {
  display: -moz-flex;
  display: flex;
}
.calendar_box .table_info p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.calendar_box .table_info p:last-child {
  margin-left: 10%;
}
.calendar_box .table_info p .exception {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #50473d transparent;
  border-width: 0px 7.5px 12.99px 7.5px;
  display: inline-block;
}

.sec_news .deco_wrap {
  /* background: #F1EFEB; */
  padding: 89px 0 49px 0;
}
.sec_news h2 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  padding-left: 0;
}
.sec_news h3:after {
  display: none;
}
.sec_news .heading {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1em;
}
.sec_news .heading p {
  margin: 0;
}
.sec_news .heading p a {
  position: relative;
  padding-right: 25px;
  text-decoration: none;
}
/* .sec_news .heading p a:hover {
  text-decoration: underline;
}
.sec_news .heading p a:after, .sec_news .heading p a:before {
  content: "";
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sec_news .heading p a:before {
  width: 18px;
  height: 1px;
  background: var(--text_color);
}
.sec_news .heading p a:after {
  width: 4px;
  height: 4px;
  border-top: 1px solid var(--text_color);
  border-right: 1px solid var(--text_color);
  transform: rotate(45deg);
} */
.sec_news .container > .row:last-child {
  max-width: 700px;
  margin: 0 auto;
}
.sec_news .reservation_wrap p {
  margin: 0 auto;
}
.sec_news .reservation_wrap .more {
  width: 221px;
}
@media screen and (max-width: 767px) {
  .sec_news .reservation_wrap .more {
    width: 100%;
  }
}
.sec_news .reservation_wrap .tel {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  padding-left: 35px;
  margin-top: 0;
  display: table;
}
.sec_news .reservation_wrap .tel:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/chicmodern/brown/icon_tel.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  /* .sec_news .news{
    width: 94%;
    margin: 0 auto;
  } */
  /* .sec_news .row .col:nth-child(1) .news{
    margin:0 auto 0 0;
  }
  .sec_news .row .col:nth-child(2) .news{
    margin:0 0 0 auto;
  } */
  .sec_news .reservation_wrap {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 30px 0;
  }
  /* .sec_news .reservation_wrap > *:not(:first-child) {
    margin-left: 2%;
  } */
}
@media screen and (max-width: 767px) {
  .sec_news .deco_wrap {
    padding: 120px 0 15%;
  }
  .sec_news .reservation_wrap > * {
    margin: 0 auto;
  }
  .sec_news .reservation_wrap > *:not(:last-child) {
    margin-bottom: 4%;
  }
}
/* add_recruit */
.front_recruit_wrap {
  max-width: 100%;
  padding: 20px;
  border: solid 1px #648155;
  background: var(--base_color_01);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.front_recruit_wrap .front_recruit_title {
  color: #648155;
  font-weight: 500;
  font-size: 26px;
}
.front_recruit_wrap .front_recruit_text {
  font-size: 16px;
}
.front_recruit_wrap .front_recruit_type {
  font-size: 18px;
  font-weight: 600;
}
/* //add_recruit */
.more a.web_reservation,
.more a.line_reservation,
.more a.tel_btn {
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 221px;
  background: var(--base_color_01);
}
.more a.web_reservation:after,
.more a.line_reservation:after,
.more a.tel_btn:after {
  display: none;
}
.more a.web_reservation span,
.more a.line_reservation span,
.more a.tel_btn span {
  position: relative;
  padding-left: 30px;
}
.more a.web_reservation span:before,
.more a.line_reservation span:before,
.more a.tel_btn span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .more a.web_reservation,
  .more a.line_reservation,
  .more a.tel_btn {
    max-width: 300px;
  }
}
/* .more a.web_reservation span:before {
  background: url(/wp-content/uploads/chicmodern/brown/icon_calendar.png) no-repeat center/contain;
} */
.more a.line_reservation {
  /* background: #41982A;
  border-color: #41982A; */
  opacity: 1;
  transition: 0.2s;
}
/* .more a.line_reservation span:before {
  background: url(/wp-content/uploads/chicmodern/brown/icon_line.png) no-repeat center/contain;
} */
.more a.line_reservation:hover {
  opacity: 0.8;
}
/* .more a.tel_btn {
  background: #D7C09C;
  border-color: #D7C09C;
  color: var(--text_color);
} */
.more a.tel_btn span:before {
  background: url(/wp-content/uploads/chicmodern/brown/icon_tel.png) no-repeat center/contain;
}

.sec_features .row.bnr_wrap {
  display: -moz-flex;
  display: flex;
}
/* .sec_features .bnr {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
} */
.sec_features .bnr .content {
  padding: 15px 0;
}
.sec_features .bnr .main_txt {
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 12px;
}
.sec_features .bnr .main_txt .num {
  display: block;
}
.sec_features .bnr .main_txt .num img {
  width: 21px;
}
.sec_features .bnr p {
  line-height: 1.9;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec_features .row.bnr_wrap {
    flex-wrap: wrap;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sec_features .container {
    padding: 0;
  }
  .sec_features h2 {
    padding: 0 10px;
  }
  .sec_features .slick-slider {
    margin-bottom: 45px;
  }
  .sec_features .slick-slider .slick-track {
    display: -moz-flex;
    display: flex;
  }
  .sec_features .bnr_wrap .slick-list {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sec_features .bnr_wrap .bnr {
    margin: 0 10px;
    margin-bottom: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    height: auto !important;
  }
  .sec_features .slick-next,
  .sec_features .slick-prev {
    z-index: 10;
    width: 15px;
    height: 15px;
    border-top: 1px solid var(--text_color);
    border-left: 1px solid var(--text_color);
  }
  .sec_features .slick-next:before,
  .sec_features .slick-prev:before {
    display: none;
  }
  .sec_features .slick-prev {
    left: 9%;
    transform: rotate(-45deg);
  }
  .sec_features .slick-next {
    right: 9%;
    transform: rotate(135deg);
  }
}

.sec_clinic {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  padding-bottom: 5%;
}
.sec_clinic:after {
  /* content: ""; */
  width: 100%;
  height: 85%;
  background: #f9f8f4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.sec_clinic .more {
  margin-top: 5%;
}
.sec_clinic table.table-default tbody tr th,
.sec_clinic table.table-default tbody tr td {
  padding: 2em 0.5em;
}
@media screen and (min-width: 768px) {
  /* .sec_clinic .large_img {
    position: relative;
    height: 550px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .sec_clinic .large_img img {
    width: 1680px;
    max-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  } */
  .sec_clinic .shopinfo .map_container {
    padding-top: 45.5%;
  }
}
@media screen and (max-width: 1420px) {
  /* .sec_clinic .large_img {
    margin-left: 10px;
  } */
}
@media screen and (max-width: 767px) {
  .sec_clinic {
    padding-bottom: 15%;
  }
  .sec_clinic .row .col:first-child {
    margin-bottom: 8%;
  }
  .sec_clinic .large_img img {
    max-width: 100%;
  }
}

.sec_about {
  position: relative;
  z-index: 0;
}
.sec_about:before,
.sec_about:after {
  content: "";
  position: absolute;
  margin: auto;
}
.sec_about:before {
  width: 100%;
  height: 25%;
  background: #f9f8f4;
  left: 0;
  right: 0;
  top: 0;
  z-index: -2;
}
.sec_about:after {
  width: 30%;
  height: 100%;
  background: var(--base_color_01);
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sec_about p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec_about .container {
  max-width: 1440px;
}
.sec_about .about_box {
  /* background: var(--base_color_01); */
  margin: 0 auto;
  /* padding: 4%; */
  margin-bottom: 7%;
}
.sec_about .about_box .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sec_about .about_box .inner h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
}
.sec_about .main_txt {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 12px;
}
/* .sec_about .medical_box {
  background: #50473d;
  padding: 4%;
} */
.sec_about .medical_box .inner {
  max-width: 1080px;
  margin: 0 auto;
}
.sec_about .medical_box .inner h3 {
  /* color: var(--base_color_01); */
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0;
  font-weight: 500;
}
.sec_about .medical_box .inner h3:after {
  display: none;
}
.sec_about .medical_btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: url(/wp-content/uploads/grandnoble/orange/bg_treatment.png) no-repeat center center / contain;
  aspect-ratio: 1 / 1;
  opacity: 0.65;
  transition: 0.2s;
}

.sec_about .medical_btn a:hover {
  opacity: 1;
}
.sec_about .medical_btn a .img {
  text-align: center;
  margin-bottom: 1em;
  display: block;
}
.sec_about .medical_btn a .img img {
  width: 117px;
}

.medical_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 117px;
  width: 100%;
  /* border-radius: 100vw;
  background: #E2D6C3;
  aspect-ratio: 1 / 1; */
  margin: 0 auto;
}

.medical_icon::before {
  content: "";
  display: block;
  background: var(--base_color_01);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  width: 64px;
  height: 64px;
}

.medical01 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon001.svg);
}
.medical02 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon002.svg);
}
.medical03 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon003.svg);
}
.medical04 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon004.svg);
}
.medical05 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon005.svg);
}
.medical06 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon006.svg);
}
.medical07 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon007.svg);
}
.medical08 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon008.svg);
}
.medical09 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon009.svg);
}
.medical10 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon010.svg);
}
.medical11 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon011.svg);
}
.medical12 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon012.svg);
}
.medical13 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon013.svg);
}
.medical14 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon014.svg);
}
.medical15 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon015.svg);
}
.medical16 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon016.svg);
}
.medical17 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon017.svg);
}
.medical18 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon018.svg);
}
.medical19 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon019.svg);
}
.medical20 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/top_icon020.svg);
}

section:not(.sub_nav) .sub_nav_btn.medical01 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/free_icon001.svg);
}
section:not(.sub_nav) .sub_nav_btn.medical02 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/free_icon002.svg);
}
section:not(.sub_nav) .sub_nav_btn.medical03 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/free_icon003.svg);
}
section:not(.sub_nav) .sub_nav_btn.medical04 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/free_icon004.svg);
}
section:not(.sub_nav) .sub_nav_btn.medical05 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/free_icon005.svg);
}
section:not(.sub_nav) .sub_nav_btn.medical06 a .img .medical_icon::before {
  mask-image: url(/wp-content/uploads/grandnoble/orange/free_icon006.svg);
}

.sec_about .medical_btn a .txt {
  position: relative;
  padding: 0 15px;
  display: table;
  margin: 0 auto;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.sec_about .medical_btn a .txt:after {
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  right: 0;
  margin: auto;
  /* width: 6px;
  height: 6px;
  border-top: 1px solid var(--text_color);
  border-right: 1px solid var(--text_color);
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s; */
}
.sec_about .more {
  margin-top: 31px;
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .sec_about .row.row_inline > .col {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .sec_about:after {
    width: 100%;
  }
  .sec_about .about_box {
    padding: 15% 0 11%;
  }
  .sec_about .about_box .inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_about .medical_box .inner h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .sec_about .main_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_about .medical_btn a {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    padding: 0.8em;
  }
  .sec_about .medical_btn a .img {
    margin-bottom: 0;
  }
  .sec_about .medical_btn a .img img {
    width: 70px;
  }
  .sec_about .medical_btn a .img .medical_icon {
    width: 70px;
  }
  .sec_about .medical_btn a .txt {
    width: calc(100% - 70px - 2%);
    margin-left: 2%;
  }
}

.sec_message p:last-child {
  margin-top: 18px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
}
.sec_message .main_txt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #50473d;
}
@media screen and (min-width: 768px) {
  .sec_message .row .col:last-child {
    /* height: 700px; */
  }
  .sec_message .row .col:last-child figure {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .sec_message .row .col:last-child figure img {
    position: absolute;
    margin: auto;
  }
  .sec_message .row .col:last-child figure img:nth-child(1) {
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sec_message .row .col:last-child figure img:nth-child(2) {
    bottom: 0;
    right: 0;
    z-index: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sec_message .row .col:last-child figure {
    height: 100%;
  }
  .sec_message .row .col:last-child figure img:nth-child(1) {
    width: 74%;
    max-width: 500px;
  }
  .sec_message .row .col:last-child figure img:nth-child(2) {
    max-width: 360px;
    width: 55%;
    bottom: auto;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sec_message .main_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_message p:last-child {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_message .row .col:last-child figure img {
    position: relative;
    display: block;
  }
  .sec_message .row .col:last-child figure img:nth-child(1) {
    max-width: 80%;
    margin: 0 auto 0 0;
    z-index: 1;
    max-width: 500px;
  }
  .sec_message .row .col:last-child figure img:nth-child(2) {
    max-width: 40%;
    margin: -40% 0 0 auto;
    z-index: 0;
    max-width: 360px;
  }
}

.sec_info {
  background: #f9f8f4;
  padding: 4% 0 0 0;
  margin-bottom: 0 !important;
}
.sec_info p {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}
.sec_info .clinic_name {
  font-size: 24px;
  font-size: 2.4rem;
}
.sec_info .tel {
  font-size: 19px;
  font-size: 1.9rem;
  margin-top: 31px;
  position: relative;
}
.sec_info .tel span {
  margin-left: 22px;
}
.sec_info .calendar_box {
  margin-top: 44px;
  padding: 30px 7.5% 30px 4.1%;
  background: transparent;
  margin-left: 1.2%;
  border-left: 1px solid var(--divider_color);
}
.sec_info .tel span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  -webkit-mask: url(/wp-content/uploads/grandnoble/orange/icon_tel.svg) no-repeat center / contain;
  mask: url(/wp-content/uploads/grandnoble/orange/icon_tel.svg) no-repeat center / contain;
  background-color: var(--main_color);
}
.clinic_info_box {
  display: flex;
  flex-direction: column;
  padding: 6.2rem 6% 6.2rem 4.6%;
}
.sec_info .clinic_info_box p {
  font-size: 16px;
  font-size: 1.6rem;
}
.sec_info .table-schedule td,
.sec_info .table-schedule th {
  padding: 0.9em 1em;
}
.sec_info .calendar_box table {
  margin-bottom: 1.6rem;
}
.sec_info .calendar_box .table_info {
  align-items: flex-start;
  padding-left: 1em;
  gap: 0.2em;
}
.sec_info .calendar_box .table_info p:last-child {
  margin-left: 0;
}
.sec_info .address {
  margin-top: 5px;
  line-height: 1.6;
}
.sec_info .more {
  margin-top: 4rem;
}
.sec_info .more a.add_share {
  height: 57px;
  justify-items: start;
  padding: 0 5%;
  font-size: 20px;
  font-size: 2rem;
  color: var(--text_color);
  background: var(--base_color_01);
}
.sec_info .more a.add_share:hover {
  background: var(--base_color_03);
  border: 1px solid var(--base_color_01);
  color: var(--base_color_01);
}
@media screen and (min-width: 768px) {
  /* .sec_info .row {
    display: -moz-flex;
    display: flex;
  } */
  .sec_info .shopinfo .map_container {
    padding-top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 1480px) {
  .sec_info {
    padding: 4% 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec_info {
    padding: 10% 0 60px;
  }
}

body:not(.home) main > section section .container {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body:not(.home) main > section section .container .row .col:has(h2) + .col {
    padding-top: 64px;
  }
}

.staff_box {
  padding: 6%;
  background: #f9f8f4;
}
.staff_box:not(:last-child) {
  margin-bottom: 4%;
}
.staff_box .main_txt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
.staff_box .staff_name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 0;
  margin-bottom: 13.5rem;
}
.staff_box .staff_name::after {
  display: none;
}
.staff_box h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .staff_box .row:not(:last-child) {
    margin-bottom: 8%;
  }
  .staff_box .main_txt {
    font-size: 20px;
    font-size: 2rem;
  }
  .staff_box h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.fees_box:not(:last-child) {
  margin-bottom: 4%;
}
.fees_box table.table-default tr th {
  background: var(--base_color_01);
  width: 28%;
}
.fees_box .fees_txt .price {
  display: block;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .fees_box .fees_txt {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .fees_box .fees_txt .price {
    margin-left: 2%;
  }
}

.trouble_box h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  padding-left: 0;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
}
.trouble_box h3:after {
  display: none;
}
.trouble_box .inner {
  background: var(--base_color_01);
  padding: 4%;
}
.trouble_box ul {
  padding: 0;
  margin-bottom: 0;
}
.trouble_box ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.trouble_box ul li:not(:last-child) {
  margin-bottom: 1em;
}
.trouble_box ul li:before {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #bc9d7c;
  border-bottom: 2px solid #bc9d7c;
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .trouble_box .inner {
    display: -moz-flex;
    display: flex;
  }
  /* .trouble_box ul {
    width: 49%;
  } */
  .trouble_box ul:not(:first-child) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .trouble_box {
    padding: 6% !important;
  }
  .trouble_box h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .trouble_box ul:not(:last-child) {
    margin-bottom: 1em;
  }
}

.merit_box h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  padding-left: 0;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
}
.merit_box h3:after {
  display: none;
}
.merit_box .inner {
  background: var(--base_color_01);
  padding: 4%;
}
.merit_box ul {
  padding: 0;
  margin-bottom: 0;
}
.merit_box ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.merit_box ul li:not(:last-child) {
  margin-bottom: 1em;
}
.merit_box ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
}
.merit_box ul.list_merit li:before {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #796957;
  box-sizing: border-box;
}
.merit_box ul.list_demerit li:before {
  --b: 2.5px;
  width: 12px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%, 50% 0, 50% var(--b), calc(var(--b) * 0.8660254038) calc(100% - var(--b) / 2), calc(100% - var(--b) * 0.8660254038) calc(100% - var(--b) / 2), 50% var(--b));
  clip-path: polygon(50% 0, 100% 100%, 0 100%, 50% 0, 50% var(--b), calc(var(--b) * 0.8660254038) calc(100% - var(--b) / 2), calc(100% - var(--b) * 0.8660254038) calc(100% - var(--b) / 2), 50% var(--b));
  background: #796957;
}
@media screen and (max-width: 767px) {
  .merit_box {
    padding: 6% !important;
  }
  .merit_box h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.row.hr-border-top {
  padding-top: 4%;
  border-top: 1px solid #d9d9d9;
}

ul.commitment_list {
  padding: 0;
}
ul.commitment_list li {
  list-style: none;
}
/* ul.commitment_list li:not(:last-child) {
  margin-bottom: 4%;
} */
ul.commitment_list li .main_txt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #796957;
  display: block;
  margin-bottom: 0.4em;
}
ul.commitment_list li .main_txt .num {
  display: block;
}
ul.commitment_list li .main_txt .num img {
  width: 21px;
}
@media screen and (max-width: 767px) {
  ul.commitment_list li .main_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.flow_wrap .step {
  background: #f9f8f4;
  padding: 6%;
}
.flow_wrap .step:not(:last-child) {
  position: relative;
  margin-bottom: 63px;
}
.flow_wrap .step:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e2d6c3 transparent transparent transparent;
  border-width: 38px 94px 0px 94px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -52.5px;
  margin: auto;
}
.flow_wrap .step .main_txt {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  color: #121212;
}
/* .flow_wrap .step .main_txt .num {
  font-size: 50px;
  font-size: 5rem;
  color: #A2978B;
  margin-right: 15px;
} */
.flow_wrap .step .main_txt + p {
  font-size: 14px;
  font-size: 1.4rem;
}
.flow_wrap table.table-default tr th {
  background: var(--base_color_01);
  width: 30%;
}
@media screen and (min-width: 768px) {
  .flow_wrap table.table-default tbody {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flow_wrap table.table-default tr {
    width: 50%;
  }
  .flow_wrap table.table-default tr th {
    text-align: center;
    width: 20%;
  }
  .flow_wrap table.table-default tr td {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .flow_wrap .step:not(:last-child) {
    margin-bottom: 42px;
  }
  .flow_wrap .step:not(:last-child):after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #e2d6c3 transparent transparent transparent;
    border-width: 22px 60px 0px 60px;
    bottom: -32px;
  }
  .flow_wrap .step .main_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* .flow_wrap .step .main_txt .num {
    font-size: 40px;
    font-size: 4rem;
  } */
}

/* .list_box {
  padding: 6% !important;
} */
.list_box ul {
  padding: 0;
}
.list_box ul li {
  list-style: none;
}
.list_box ul li:not(:last-child) {
  margin-bottom: 1em;
}

/* .payment_box_wrap {
  padding: 6% !important;
} */
.payment_box_wrap .white_box {
  background: var(--base_color_01);
  padding: 4%;
}
/* payment_icon */
.payment_box_wrap .payment_icon_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

h3.payment_title {
  padding-left: 0;
}
h3.payment_title::after {
  display: none;
}

.payment_box_wrap .payment_icon_list li {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 20%;
  max-width: 80px;
  max-width:;
  height: auto;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
}
.payment_box_wrap .payment_icon_list li.payment_icon_01 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_01.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_02 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_02.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_03 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_03.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_04 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_04.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_05 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_05.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_06 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_06.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_07 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_07.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_08 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_08.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_09 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_09.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_10 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_10.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_11 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_11.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_12 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_12.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_13 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_13.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_14 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_14.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_15 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_15.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_16 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_16.jpg);
}
.payment_box_wrap .payment_icon_list li.payment_icon_17 {
  background-image: url(/wp-content/uploads/chicmodern/brown/payment_icon_17.jpg);
}
/* //payment_icon */
.payment_box_wrap .white_box figure {
  text-align: left;
}
.payment_box_wrap h4 {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .payment_box_wrap .row.row_inline {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .payment_box_wrap .row.row_inline > .col {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .payment_box_wrap .row.row_inline > .col .white_box {
    flex-grow: 1;
  }
  .payment_box_wrap .row.row_inline .col.span_12 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .gallery_wrap {
    margin-bottom: 50px;
  }
  .gallery_wrap .col {
    margin-bottom: 0;
    padding: 0 5px;
    height: auto;
  }
}

.gallery_wrap .slick-next,
.gallery_wrap .slick-prev {
  z-index: 10;
  width: 15px;
  height: 15px;
  border-top: 1px solid var(--text_color);
  border-left: 1px solid var(--text_color);
}
.gallery_wrap .slick-next:before,
.gallery_wrap .slick-prev:before {
  display: none;
}
.gallery_wrap .slick-prev {
  left: 4%;
  transform: rotate(-45deg);
}
.gallery_wrap .slick-next {
  right: 4%;
  transform: rotate(135deg);
}

.article_list {
  padding: 6%;
  background: #f9f8f4;
}
.article_list:before {
  display: none;
}
.article_list:not(:last-child) {
  margin-bottom: 4%;
}
.article_list .col {
  margin: 0;
}
.article_list p {
  font-size: 13px;
  font-size: 1.3rem;
}
.article_date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #858585;
  font-weight: 500;
  margin-bottom: 0;
}
.article_title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0;
  margin-bottom: 0.5em;
}
.article_title:after {
  display: none;
}
.tags {
  padding: 0;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.tags li {
  position: relative;
  list-style: none;
  background: var(--base_color_01);
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.2em 1em 0.2em calc(1em + 16px);
  margin-right: 5px;
  margin-bottom: 5px;
}
.tags li:before {
  content: "";
  background: url(/wp-content/uploads/chicmodern/brown/tag.png) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
}
.tags li a {
  text-decoration: none;
}
.article_list .more a {
  background: transparent;
  color: #50473d;
}
.article_list .more a:after {
  border-color: #50473d;
}
.article_list .more a:hover {
  background: #50473d;
  color: var(--base_color_01);
}
.article_list .more a:hover:after {
  border-color: var(--base_color_01);
}

.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 10px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  background: #e2d6c3;
}
.slick-dots li.slick-active button {
  background: #796957;
}

.fadeUp {
  transform: translateY(20px);
  opacity: 0;
  transition: 1s;
}
.fadeUp.animated {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}

.fadeUpWrap [class*="ani"] {
  transform: translateY(20px);
  opacity: 0;
  transition: 1s;
  visibility: visible !important;
}
@media screen and (min-width: 768px) {
  .fadeUpWrap.animated [class*="ani"] {
    transform: translateY(0);
    opacity: 1;
  }
  .fadeUpWrap.animated .ani01 {
    transition-delay: 0.3s;
  }
  .fadeUpWrap.animated .ani02 {
    transition-delay: 0.6s;
  }
  .fadeUpWrap.animated .ani03 {
    transition-delay: 0.9s;
  }
  .fadeUpWrap.animated .ani04 {
    transition-delay: 1.2s;
  }
  .fadeUpWrap.animated .ani05 {
    transition-delay: 1.5s;
  }
  .fadeUpWrap.animated .ani06 {
    transition-delay: 1.8s;
  }
  .fadeUpWrap.animated .ani07 {
    transition-delay: 2.1s;
  }
  .fadeUpWrap.animated .ani08 {
    transition-delay: 2.4s;
  }
  .fadeUpWrap.animated .ani09 {
    transition-delay: 2.7s;
  }
}
@media screen and (max-width: 767px) {
  .fadeUpWrap [class*="ani"].animated {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
  }
}

@media screen and (max-width: 899px) {
  footer .footer_nav_wrap {
    display: none;
  }
  footer .footer_copyright_wrap {
    margin-top: 0;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* add_recruit */
.recruit_submit_btn_wrap .more + .more {
  margin-top: 24px;
}
.recruit_submit_btn_wrap .more a {
  max-width: 300px;
}

/* ------------------------------ dentist09 ------------------------------ */

main {
  margin-top: -90px;
}
section {
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
header {
  background: transparent;
}
header .global_nav {
  top: 114px;
  position: absolute;
  right: calc(40px + 1.3%);
}
header .global_nav > ul > li {
  position: relative;
}
header .global_nav > ul > li > a {
  color: var(--base_color_01);
  padding: 0 1em;
  margin: 0 20px;
  padding: 0;
  padding-bottom: 8px;
  font-size: 17px;
  letter-spacing: 0.3px;
}
header .global_nav > ul > li > a span {
  color: var(--accent_color);
}
/* header .global_nav > ul > li::after {
  content: '';
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--base_color_01);
  opacity: 0.5;
} */
header .global_nav > ul > li::before {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--base_color_01);
  opacity: 0.5;
}
.hdr_info_wrap .hdr_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  line-height: 1;
}
.hdr_info a {
  display: grid;
  grid-template-columns: 67px 136px 60px;
  align-items: center;
  border: 1px solid var(--base_color_01);
  color: var(--base_color_01);
  height: 60px;
  align-content: center;
  font-size: 21px;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}
.hdr_info a:hover {
  background: var(--base_color_01);
  color: var(--main_color);
}
.hdr_info a:hover svg path {
  stroke: var(--main_color);
}
.hdr_info a img {
  justify-self: center;
}
.hdr_info a svg {
  justify-self: center;
}

.main_visual .main_visual_calender {
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 633px 146px;
  width: 100%;
  max-width: none;
  gap: 8px;
  translate: 0 30px;
}
.calendar_box {
  position: relative;
}
.main_visual_calender_deco {
  height: calc(100% - 38px);
  border-bottom: 1px solid var(--base_color_01);
}
.main_visual .main_visual_calender .calendar_box::before {
  position: absolute;
  content: "";
  left: 50%;
  top: calc(50% - 16px);
  height: calc(100% - 30px);
  translate: -50% calc(-50% - 8px);
  width: calc(100% + 16px);
  border-top: 1px solid var(--base_color_01);
  border-left: 1px solid var(--base_color_01);
  border-right: 1px solid var(--base_color_01);
}
.main_visual_deco {
  position: absolute;
  top: 0;
  width: 40px;
  height: 101%;
  background: var(--base_color_01);
  z-index: 20;
}
.deco_left {
  left: 0;
}
.deco_right {
  right: 0;
}
.main_visual_deco.deco_left::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  width: 475px;
  height: 245px;
  background: var(--base_color_01);
  clip-path: polygon(0 0, 100% 0, 81% 37%, 33% 37%, 0 100%);
}
.main_visual .main_visual_slick {
  height: 100vh !important;
  min-height: 800px;
}
.main_visual .main_visual_copy li .main_copy_txt {
  bottom: 23.5%;
}
.main_visual .main_visual_copy li .main_copy_txt span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.56;
  letter-spacing: 0.07em;
}
.main_visual .main_visual_copy li .main_copy_txt span .text-primary {
  font-weight: 500;
  font-size: 120px;
  font-family: var(--roboto);
  display: flex;
  align-items: baseline;
  letter-spacing: 0;
  gap: 3%;
  line-height: 183px;
}
.main_visual .main_visual_copy li .main_copy_txt .stroke-text {
  font-size: 120px;
  -webkit-text-stroke: 2px var(--base_color_01);
  color: transparent;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin: 0;
}
.calendar_box .table_info {
  flex-direction: column;
  align-items: flex-end;
}
h2 span,
.h2_wrap span {
  font-size: 56px;
  font-size: 5.6rem;
  letter-spacing: -1.5px;
  color: var(--text_color);
  margin-bottom: 10px;
  font-weight: 400;
}
.h2_wrap h2,
.bullet_title {
  display: flex;
  font-size: 21px;
  align-items: center;
  column-gap: 8px;
  letter-spacing: 0.04em;
}
.h2_wrap h2::before,
.bullet_title::before {
  content: "";
  display: inline-block !important;
  width: 8px;
  height: 8px;
  border-radius: 100vw;
  background: var(--accent_color);
}
.sec_clinic .large_img {
  max-width: none;
  width: 100%;
}
.large_img {
  max-height: 720px;
}
.large_img img {
  height: 720px;
  width: 100%;
  object-fit: cover;
  max-height: 720px;
}
.sec_news .deco_wrap {
  background: url(/wp-content/uploads/grandnoble/orange/bg_news.png) no-repeat right bottom / auto;
}
.sec_news .news .row {
  display: flex;
  background-color: var(--base_color_02);
  padding: 32px 40px;
}
.sec_news .news {
  width: 100%;
  margin-bottom: 44px;
}
.sec_news .heading {
  margin-bottom: 0;
  flex-direction: column;
  padding: 28px 0 16px 23px;
}
.sec_news .col:after {
  display: none;
}
.sec_news .h2_wrap {
  margin: 0;
}
.sec_news .h2_wrap span {
  font-size: 56px;
  margin-bottom: 8px;
}
.more a.btn_with_arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fefefe;
  border: 1px solid var(--main_color);
  border-radius: 100vw;
  color: var(--text_color);
  text-decoration: none;
  font-size: clamp(1.5rem, 0.948vw + 0.473rem, 1.8rem);
  padding: 0% 8% 0% 11%;
  padding: 0 24px 0 33px;
  aspect-ratio: 228 / 72;
  width: 100%;
  max-width: 228px;
}
.btn_arrow_bg {
  fill: var(--text_color);
}
.more a.btn_with_arrow:hover {
  background: var(--base_color_03);
  color: var(--base_color_01);
  border: 1px solid var(--base_color_01);
}
.more a.btn_with_arrow:hover .btn_arrow_bg {
  fill: var(--base_color_01);
}
.more a.btn_with_arrow:hover .btn_arrow {
  stroke: var(--base_color_03);
}
.news .content {
  padding: 32px 40px;
  background-color: #fefefe;
  margin-left: 6%;
}
.news dl dd:nth-of-type(1) {
  border-bottom: 1px solid var(--main_color);
}
.sec_news .container > .row:last-child {
  max-width: none;
}
.more a {
  color: var(--text_color);
  background: transparent;
  padding: 1.5em 0;
  border-radius: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more a:hover svg path {
  stroke: var(--base_color_01);
}
.sec_news .bullet_title {
  margin: 0;
}
.sec_news .reservation_wrap .more {
  width: 100%;
  height: 100%;
}
.sec_news .reservation_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1%;
  margin: 5px 0 0 0;
  height: 112px;
}
.more a.web_reservation,
.more a.line_reservation,
.more a.tel_btn {
  max-width: none;
}
.more a.web_reservation:after,
.more a.line_reservation:after,
.more a.tel_btn:after {
  display: none;
}
.more a.web_reservation span,
.more a.line_reservation span,
.more a.tel_btn span {
  position: relative;
  padding-left: 30px;
}
.more a.web_reservation span:before,
.more a.line_reservation span:before,
.more a.tel_btn span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 767px) {
  .more a.web_reservation,
  .more a.line_reservation,
  .more a.tel_btn {
    max-width: 300px;
  }
}
.more a.web_reservation {
  border-color: var(--net_color);
}
.more a.web_reservation:hover {
  background-color: var(--net_color);
  color: var(--base_color_01);
}
.more a.web_reservation:hover span::before {
  background-color: var(--base_color_01);
}
.more a.web_reservation span::before {
  -webkit-mask: url(/wp-content/uploads/grandnoble/orange/icon_web.svg) no-repeat center/contain;
  mask: url(/wp-content/uploads/grandnoble/orange/icon_web.svg) no-repeat center/contain;
  background-color: var(--net_color);
}

.more a.line_reservation {
  border-color: var(--line_color);
}
.more a.line_reservation:hover {
  background-color: var(--line_color);
  color: var(--base_color_01);
}
.more a.line_reservation:hover span::before {
  background-color: var(--base_color_01);
}
.more a.line_reservation span::before {
  -webkit-mask: url(/wp-content/uploads/grandnoble/orange/icon_line.svg) no-repeat center/contain;
  mask: url(/wp-content/uploads/grandnoble/orange/icon_line.svg) no-repeat center/contain;
  background-color: var(--line_color);
}

.more a.tel_btn {
  border-color: var(--main_color);
}
.more a.tel_btn:hover {
  background-color: var(--main_color);
  color: var(--base_color_01);
}
.more a.tel_btn:hover span::before {
  background-color: var(--base_color_01);
}
.more a.tel_btn span::before {
  -webkit-mask: url(/wp-content/uploads/grandnoble/orange/icon_tel.svg) no-repeat center/contain;
  mask: url(/wp-content/uploads/grandnoble/orange/icon_tel.svg) no-repeat center/contain;
  background-color: var(--main_color);
}
.more a.add_share {
  display: grid;
  grid-template-columns: 1fr 28px;
  padding: 0 30px;
  height: 100%;
  align-items: center;
}
.more a.add_share span {
  text-align: left;
}
.sec_features .container {
  padding: 90px 25px;
}
.sec_features .deco_wrap {
  width: 100%;
  background: var(--base_color_02);
  background: linear-gradient(135deg, var(--base_color_02) 0%, var(--base_color_02) 14%, #ffffff 14%, #ffffff 86%, var(--base_color_02) 86%, var(--base_color_02) 100%);
}
.sec_clinic {
  background: linear-gradient(180deg, #ffffff 0%, var(--base_color_02) 100%);
  padding: 0;
}
.sec_clinic .container {
  width: 100%;
  max-width: 1202px;
  margin: -9.2% auto 0;
  background: var(--base_color_01);
  z-index: 10;
  position: relative;
  border-top: 2px solid var(--base_color_01);
  border-right: 2px solid var(--base_color_01);
  border-left: 2px solid var(--base_color_01);
  padding: 9px 9px 0px 9px;
  background-clip: content-box;
}
.shopinfo {
  padding: 64px 6%;
  display: flex;
}
.shopinfo_title {
  width: 20%;
}
.shopinfo_content {
  margin-left: 4%;
  width: 80%;
}
.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}
.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}
.basic_info_dl {
  margin: 37px 0;
  line-height: 1.4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  row-gap: 20px;
  align-items: center;
}
.basic_info_dl:first-child {
  margin-top: 0;
}
.basic_info_dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  margin: 0;
  border: 1px solid var(--text_color);
  width: 18%;
  padding: 1.2% 0;
  text-align: center;
  font-size: 18px;
  background: var(--base_color_01);
  margin-right: 4%;
}
.basic_info_dl dd {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 77%;
  font-size: 18px;
}
.basic_info_dl dd a {
  text-decoration: none;
}
.shopinfo_content .divider {
  max-width: unset;
  background: var(--text_color);
  margin-top: 39px;
  margin-bottom: 8px;
}
.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
  margin: 0;
}
.shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shopinfo .map_container + p {
  margin-top: 2em;
}
.map_other {
  margin-top: 21px;
  line-height: 1.9;
}
.sec_about .deco_wrap {
  background: url(/wp-content/uploads/grandnoble/orange/bg_diagonal_lines.svg) no-repeat center center / cover;
}
.sec_about .floating_img {
  translate: 0 -20%;
  padding-right: 9%;
}
.sec_about .h2_wrap {
  padding-top: 35px;
  margin-bottom: 33px;
}
.sec_about .medical_btn a .txt {
  color: var(--base_color_01);
}
.sec_about .medical_btn a .txt:after {
  right: -20px;
  top: 50%;
  translate: 0 -50%;
  width: 28px;
  aspect-ratio: 1;
  background: url(/wp-content/uploads/grandnoble/orange/feature_arrow.svg) no-repeat center center / contain;
}
.sec_message .deco_wrap {
  background: url(/wp-content/uploads/grandnoble/orange/bg_diagonal_lines_02.svg) no-repeat center center/cover;
  width: 100%;
  max-width: 1840px;
  margin: 0 auto;
  padding-bottom: 108px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.sec_message .deco_wrap > .container {
  width: 100%;
  max-width: 1520px;
  margin: 0;
  z-index: 10;
  padding: 151px 0 0 0;
}
.sec_message .h2_wrap {
  margin-bottom: 24px;
}
.message_text_wrap {
  background: linear-gradient(90deg, rgba(255, 255, 252, 0.9) 15%, rgba(255, 255, 252, 0.9) 0%, rgba(255, 255, 252, 0.3) 100%);
  position: relative;
  z-index: 10;
  max-width: 680px;
  width: 100%;
  padding: 63px 4% 63px 6.6%;
}
.sec_message .main_txt {
  font-size: 28px;
  letter-spacing: 1.5px;
  margin-bottom: 17px;
}
.message_signature {
  font-size: 2.6rem;
  margin-top: 1.1em;
}
.message_text_lead {
  color: var(--accent_color);
  font-size: 18px;
  margin-right: 5%;
}
.message_text_body {
  width: 68%;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}
.sec_message .deco_wrap .message_photo_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 54%;
  aspect-ratio: 1;
  max-height: 100%;
  z-index: 9;
}
.sec_message .deco_wrap .message_photo_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_info {
  position: relative;
  margin-top: 10.4%;
}
.sec_info .pagetop {
  position: absolute;
  left: 50%;
  top: -88px;
  translate: -50% 0;
  width: fit-content;
}
.sec_info .pagetop a {
  display: grid;
  justify-items: center;
  color: var(--base_color_01);
  text-decoration: none;
  font-size: 18px;
}
.sec_info .pagetop a:hover .pagetop_bg {
  fill: var(--base_color_03);
}
.sec_info .pagetop a:hover .pagetop_arrow {
  fill: var(--base_color_01);
}
.sec_info .container {
  z-index: 2;
  position: relative;
}
.sec_info_bg {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 720px;
}
.sec_info_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_info_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  background: #00000030;
}
.sec_info .shopinfo {
  display: block;
  padding: 80px 0 0 0;
  max-width: 1180px;
  margin: 0 auto;
}
.sec_info .shopinfo .map_container {
  outline-offset: 5px;
  outline: 1px solid var(--main_color);
  height: 597px;
}
.footer_fixed_content {
  background: #48484860;
  box-shadow: 1px 4px 12px 0px #0000000d;
  backdrop-filter: blur(8px);
}

.footer_actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
  height: 100%;
  padding: 20px;
}
.footer_actions .more {
  height: 100%;
}
.footer_actions::after {
  display: none;
}
.footer_fixed_content .pc_ftr .footer_actions .more a {
  background-color: var(--base_color_01);
  border: 1px solid var(--main_color);
  padding: 0;
  margin: 0;
  height: 100%;
}
.footer_fixed_content .pc_ftr .footer_actions .more a.tel_btn:hover {
  background-color: var(--main_color);
  border: 1px solid var(--base_color_01);
}
.footer_fixed_content .pc_ftr .footer_actions .more a.web_reservation:hover {
  background-color: var(--accent_color);
  border: 1px solid var(--base_color_01);
}
.footer_fixed_content .pc_ftr .footer_actions .more a.line_reservation:hover {
  background-color: var(--line_color);
  border: 1px solid var(--base_color_01);
}
.footer_fixed_content .pc_ftr .footer_actions .more a.tel_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_fixed_content .pc_ftr .row {
  padding: 13px 0;
  height: 104px;
}
.footer_nav_wrap {
  background: var(--main_color);
}
footer .footer_copyright_wrap {
  background: var(--main_color);
}
.footer_nav_wrap a {
  color: var(--base_color_01);
}
.footer_fixed_content .pc_ftr .footer_actions .more a.add_share {
  padding: 0 5%;
}
.footer_fixed_content .pc_ftr .box01 {
  border-right: 1px solid var(--base_color_01);
  padding: 1em 0;
  padding-left: 2%;
}
.footer_fixed_content .row p {
  font-weight: 500;
  color: var(--base_color_01);
}
.footer.high .footer_fixed_content {
  margin: 0;
}
.footer_fixed_content .pc_ftr .row {
  padding: 0;
}
.global_nav.fixed_active a {
  color: var(--text_color);
}

/* -------- サブページ -------- */
.h1_wrap {
  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/wp-content/uploads/grandnoble/orange/image1.webp) no-repeat center center / cover;
  padding: 0;
  height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
h1:not(.title) {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.04em;
  color: var(--base_color_01);
  margin-right: 0;
  padding: 0;
  margin-bottom: -15px;
}
.h1_wrap {
  padding: 0 40px;
}
.h1_inner {
  display: flex;
  flex-direction: column-reverse;
  padding-right: 5%;
}
.staff_profile_table {
  display: flex;
  gap: 9%;
}
.staff_box h4 {
  height: fit-content;
  padding: 12px 10px;
  border: 1px solid #5a5a5a;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-top: 50px;
  background: var(--base_color_01);
}
.staff_box {
  position: relative;
  background: transparent;
  padding: 0;
  border-top: 1px dashed var(--main_color);
}
.staff_box:not(:last-child) {
  margin-bottom: 0;
}
.staff_box_primary {
  border-bottom: 1px dashed var(--main_color);
}
.staff_box_primary_wrap {
  border: 0;
}
.table-default td,
.table-default th {
  padding: 5px 2px;
}
.table-default th {
  width: 80px;
}
.staff_profile_table:not(:last-child) {
  border-bottom: 1px solid #5a5a5a;
}
.staff_figure_primary {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
}
.staff_position {
  display: block;
  color: var(--accent_color);
}
.h2_wrap_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg_stripe_single {
  background: url(/wp-content/uploads/grandnoble/orange/bg_stripe_single.png) no-repeat top right / cover;
}
.bg_stripe_br {
  background: url(/wp-content/uploads/grandnoble/orange/bg_stripe_br.png) no-repeat right bottom / auto auto;
}
.bg_gradation {
  background: linear-gradient(180deg, var(--base_color_01) 25%, #fdf6da 100%);
}
.bg_color_tel {
  background: #484848d9;
}
.bg_stripe_color_tel {
  background: url(/wp-content/uploads/grandnoble/orange/bg_stripe_translucent.png) no-repeat top right / cover;
  background-color: #484848d9;
}
.bg_color_tel h2 span,
.bg_color_tel .h2_wrap span,
.bg_color_tel h2,
.bg_color_tel .h2_wrap,
.bg_color_tel h3,
.bg_color_tel p,
.bg_color_tel li {
  color: var(--base_color_01);
}
.bg_color_tel .dashed_top {
  border-top: 1px dashed var(--base_color_01);
}
.rect_clipped {
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
.col_hidden {
  opacity: 0;
}
.divider {
  max-width: calc(100% - 80px);
  width: 100%;
  height: 1px;
  background: var(--divider_color);
  margin: 0.8em auto;
}
.building_standards_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}
.building_standards_tags li {
  background: var(--base_color_01);
  list-style: none;
  padding: 10px;
}
.linked_hospitals {
  color: var(--base_color_01);
}
.linked_hospitals span {
  padding: 10px;
  border: 1px solid var(--base_color_01);
}
.linked_hospitals p {
  display: flex;
  align-items: center;
  gap: 20px;
}
.calendar_box_clinic {
  background: transparent;
  padding: 0;
}
.calendar_box_clinic .table_info {
  align-items: flex-start;
}
.calendar_box_clinic .table_info p:last-child {
  margin: 0;
}
.sub_nav_btn .medical_icon::before {
  background: var(--accent_color);
  width: 28px;
  height: 28px;
}
.sub_nav_btn a {
  padding: 10px 2%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  text-decoration: none;
  border-bottom: 1px solid #48484833;
  transition: border-color 0.3s;
}
.sub_nav_btn a:hover {
  border-color: var(--main_color);
}
.sub_nav_btn a::after {
  content: "";
  background: url(/wp-content/uploads/grandnoble/orange/arrow_down.png) no-repeat center center / contain;
  width: 28px;
  aspect-ratio: 1;
  position: absolute;
  right: 2%;
  top: 50%;
  translate: 0 -50%;
}
.dashed_top {
  border-top: 1px dashed var(--main_color);
}
.solid_top {
  border-top: 1px solid var(--main_color);
}
.treatment_box {
  border-top: 1px dashed var(--base_color_01);
  padding: 30px 0 60px 0;
}
.price_box {
  border-top: 1px dashed var(--base_color_01);
  padding: 30px 0;
}
.fees_box .fees_txt {
  text-align: center;
  color: var(--main_color);
  line-height: 56px;
  margin: 0;
}
.fees_box {
  background: var(--base_color_02);
}
.fees_box table.table-default tr th {
  background: var(--main_color);
  color: var(--base_color_01);
  border: 1px solid var(--base_color_01);
  padding-left: 2%;
}
.fees_box table.table-default tr td {
  background: var(--base_color_01);
  border: 1px solid var(--divider_color);
  padding-left: 2%;
}
.payment_box {
  display: flex;
  align-items: center;
  border: 1px solid var(--main_color);
  padding: 20px 2%;
  background: var(--base_color_01);
}
.row.payment_box:not(:last-child) {
  margin-bottom: 20px;
}
.text_accent {
  display: block;
  color: var(--accent_color);
}
.payment_box_wrap .payment_icon_list {
  padding-left: 2%;
  border-left: 1px solid var(--main_color);
}
.payment_box_wrap .payment_icon_list li {
  aspect-ratio: 88 / 56;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
}
.payment_box_wrap .payment_icon_list {
  gap: 10px 44px;
}
.h2_wrap.h2_wrap_center {
  text-align: center;
}
.h2_wrap.h2_wrap_center h2 {
  justify-content: center;
}

.article_date {
  display: flex;
  justify-content: space-between;
}

.treatment_box .more a,
.article_button .more a {
  border-radius: 40px;
  height: 48px;
  padding: 0 28px;
  line-height: 48px;
  text-align: left;
  position: relative;
}
.article_button .more a {
  background: var(--main_color);
  color: var(--base_color_01);
}
.article_button .more a::after {
  content: "";
  background: url(/wp-content/uploads/grandnoble/orange/icon_plus.png) no-repeat center/contain;
  width: 28px;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 28px;
  translate: 0 -50%;
}
.overflow_txt_hidden {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 4%;
}
.overflow_txt_hidden + .more a {
  max-width: 201px;
  background: var(--main_color);
  color: var(--base_color_01);
  position: relative;
  transition: none;
}
.overflow_txt_hidden + .more a:after {
  content: "";
  background: url(/wp-content/uploads/grandnoble/orange/icon_plus.png) no-repeat center/contain;
  width: 28px;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 28px;
  translate: 0 -50%;
}
.overflow_txt_hidden + .more a.close {
  background: var(--base_color_01);
  color: var(--main_color);
}
.overflow_txt_hidden + .more a.close:after {
  background: url(/wp-content/uploads/grandnoble/orange/icon_minus.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .overflow_txt_hidden + .more a {
    margin-left: 0;
  }
}

.article_list {
  padding: 30px 2%;
  background: transparent;
  border-bottom: 1px solid #48484833;
}
.article_list:first-child {
  border-bottom: 1px solid var(--main_color);
}
.article_list p {
  float: right;
}
.tags li {
  padding: 0.2em 1em;
  background: var(--accent_color);
  border-radius: 20px;
}
.tags li:before {
  display: none;
}
.tags li a {
  color: var(--base_color_01);
}
.treatment_box .more a,
.article_button .more a {
  width: 200px;
}
.article_detail {
  background: transparent;
}
.flow_divider {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.line {
  flex: 1;
  height: 1px;
  background-color: #5a5a5a;
}
.triangle {
  flex-shrink: 0;
}
.flow_wrap .step {
  background: transparent;
  padding: 0;
  height: auto;
}
.flow_wrap .step:not(:last-child) {
  margin-bottom: 0;
}
.flow_wrap .step:not(:last-child):after {
  display: none;
}
.flow_wrap .step .main_txt {
  align-items: flex-start;
}
.flow_wrap table.table-default tr th {
  border: 1px solid var(--main_color);
}
.flow_wrap .step .main_txt .num {
  position: relative;
  display: inline-block;
  line-height: 1;
  flex-shrink: 0;
}

.trouble_box .inner {
  background: transparent;
  padding: 0;
}
.trouble_box ul li {
  padding: 20px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #5b514a;
  color: var(--base_color_01);
  border: 1px solid var(--base_color_01);
}
.trouble_box ul li:before {
  display: none;
}
.treatment_details_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.details_figure {
  grid-area: 1 / 1 / 4 / 3;
}
.details_text {
  grid-area: 1 / 3 / 3 / 6;
  padding-left: 47px;
  padding-top: 13px;
  font-size: 18px;
}
.details_examples {
  background: linear-gradient(90deg, rgba(255, 255, 252, 0.9) 25%, rgba(255, 255, 252, 0.3) 100%);
  grid-area: 3 / 2 / 6 / 6;
}
ul.commitment_list li {
  border-bottom: 1px solid var(--main_color);
}
ul.commitment_list li .main_txt {
  color: var(--main_color);
  display: flex;
}
ul.commitment_list li .main_txt .num img {
  width: auto;
}
.list_box_wrap {
  display: flex;
  align-items: center;
}
.list_box_wrap .h2_wrap {
  margin: 0;
}
.list_box {
  padding: 0 4%;
  border-left: 1px solid var(--base_color_01);
}
.list_box_wrap {
  padding: 20px 3%;
}
.h1_wrap {
  height: 535px;
}
.h1_inner {
  padding-right: 4.4%;
}
.bread ul {
  padding: 1.3em 0;
}
.bread ul li {
  font-size: 18px;
}
.staff_box .main_txt {
  font-size: 2.8rem;
  margin-bottom: 0.6em;
}
.staff_box .message_text_wrap {
  padding: 30px 9% 60px 4.6%;
  margin-bottom: 40px;
  width: 630px;
}
.staff_box .message_text_body {
  width: 73%;
}
.staff_box_primary_wrap {
  padding: 207px 0 90px 0;
}
.staff_figure_primary {
  top: 65px;
}
.h1_inner {
  margin-bottom: -30px;
}
.h2_wrap h2,
.bullet_title {
  font-size: 20px;
  font-weight: 500;
}
.message_signature {
  margin-top: 1.1em;
}
.staff_profile_table {
  gap: 11%;
}
.staff_box h4 {
  padding: 20px 10px;
  margin: 10px 0 auto 0;
}
.staff_profile_table {
  margin-bottom: 0;
  padding: 2.4% 0;
}
.staff_box .message_text_wrap {
  padding: 30px 9% 60px 4.6%;
  margin-bottom: 40px;
  width: 55%;
}
.staff_profile_table .table-default th,
.staff_profile_table .table-default td {
  padding: 7px 0;
  font-size: 18px;
}
.staff_box figure {
  text-align: left;
  margin-top: 3rem;
}
.doctor_intro {
  padding: 62px 0 25px 0;
}
.doctor_intro .h2_wrap {
  margin-bottom: 40px;
}
.staff_greetings {
  padding: 56px 0 67px 0;
}
.staff_greetings .h2_wrap {
  margin-bottom: 1.8em;
}
.staff_greetings p {
  color: var(--accent_color);
  text-align: center;
  font-size: 24px;
}
.clinic_info .container {
  padding: 85px 0;
}
.clinic_info .h2_wrap {
  margin-bottom: 2.2em;
}
.clinic_info .col.span_10 {
  width: 80%;
  margin-left: 5%;
}
.clinic_info .basic_info_dl {
  margin: 37px 0 46px 0;
}
.clinic_info .basic_info_dl dt {
  width: 15%;
  margin-right: 3.3%;
}
.sub_container {
  padding: 24px 0 30px 0;
}
.clinic_info .table-schedule th,
.clinic_info .table-schedule td {
  font-size: 18px;
  padding: 1em 1em;
}
.clinic_info .calendar_box table {
  margin-bottom: 2%;
}
.clinic_info .calendar_box_clinic .table_info {
  padding-left: 1em;
}
.clinic_info .calendar_box .table_info p {
  font-size: 18px;
}
.gallery_wrap {
  margin-top: 3rem;
}
.calendar_box_clinic {
  padding: 8px 0;
}
.clinic_info .container {
  padding: 85px 0 56px 0;
}
.clinic_info .basic_info_dl {
  margin: 37px 0 46px 0;
}
.building_standards {
  padding: 77px 0 32px 0;
}
.building_standards .h2_wrap {
  margin-bottom: 1.4em;
}
.linked_hospitals_wrap {
  padding: 27px 0;
}
.building_standards_tags {
  gap: 17px 24px;
  padding: 0 0 56px 0;
}
.building_standards_tags li {
  padding: 9px 26px;
  color: var(--main_color);
  font-size: 18px;
}
.linked_hospitals {
  margin: 24px 0;
}
.linked_hospitals span {
  padding: 10px 24px;
}
.linked_hospitals p {
  gap: 36px;
  font-size: 17px;
  margin-bottom: 0;
}
.sub_nav_btn a {
  padding: 12px 2%;
  font-size: 18px;
}
.sub_nav_btn a::after {
  right: 4%;
}
.sub_nav .container {
  padding: 42px 0 55px 0;
}
.treatment_guide_wrap .container {
  padding: 90px 0;
}
.treatment_guide_wrap .h2_wrap {
  margin-bottom: 41px;
}
.treatment_box .col.span_10,
.price_list .col.span_10 {
  width: 80%;
  margin-left: 5%;
}
.treatment_box p {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 1.4em;
}
.treatment_box {
  padding: 30px 0 75px 0;
}
.overflow_txt_hidden + .more a:after {
  right: 17px;
}
.treatment_box .more a,
.article_button .more a {
  width: 230px;
  justify-content: flex-start;
  max-width: unset;
}
.treatment_guide_wrap .container {
  padding: 90px 0 33px;
}
.price_list .container {
  padding: 90px 0;
}
.price_list .h2_wrap {
  margin-bottom: 35px;
}
.fees_box:not(:last-child) {
  margin-bottom: 2.6%;
}
.fees_box table.table-default tr th {
  width: 20.8%;
}
.fees_box .fees_txt {
  justify-content: center;
}
.price_box {
  padding: 30px 0 52px 0;
}
.fees_box .fees_txt {
  font-size: 21px;
}
.fees_box table.table-default tr th {
  padding: 14.7px 2%;
  font-size: 17px;
}
.fees_box table.table-default tr td {
  padding: 14.3px 3.2%;
  font-size: 18px;
}
.payment_options .container {
  padding: 69px 0;
}
.payment_options .h2_wrap {
  margin-bottom: 41px;
}
.payment_box {
  padding: 34px 3.5%;
}
.price_list .container {
  padding: 90px 0 60px 0;
}
.payment_box .col.span_9 {
  margin-left: 1.3%;
}
.payment_box h4 {
  font-size: 19px;
  font-weight: 500;
}
.payment_box .text_accent {
  font-size: 17px;
}
.row.payment_box:not(:last-child) {
  margin-bottom: 16px;
}
.payment_box_wrap .payment_icon_list {
  padding-left: 7.4%;
  gap: 23px 53px;
}
.payment_options .container {
  padding: 69px 0 83px 0;
}
.our_location .container {
  padding: 85px 0 92px 0;
}
.our_location .shopinfo {
  padding: 0;
}
.our_location .h2_wrap {
  margin-bottom: 42px;
}
.our_location .shopinfo .map_container {
  padding-top: 51%;
}
.our_location .basic_info_dl dt {
  width: 12%;
  padding: 10px;
  margin-right: 2.7%;
}
.our_location .basic_info_dl {
  margin-top: 39px;
  margin-bottom: 48px;
}
.clinic_exterior .h2_wrap {
  margin-top: 26px;
  margin-bottom: 26px;
}
.clinic_exterior {
  padding: 0 5%;
}
.clinic_exterior p {
  margin-top: 16px;
  font-size: 20px;
}
.free_page_lead .container,
.free_page_sec .container {
  padding: 85px 0 83px 0;
}
.free_page_lead .sub_nav_btn a {
  margin-bottom: 22px;
}
.free_page_lead .lead_content {
  margin-left: 8%;
  width: 60%;
}
.free_page_lead .h2_wrap {
  margin-bottom: 69px;
}
.lead_content p {
  margin-top: 22px;
  font-size: 18px;
  letter-spacing: 0.8px;
}
.step .col {
  margin-top: 44px;
  font-size: 18px;
}
.free_page_sec .h2_wrap {
  margin-bottom: 40px;
}
.step .col.span_9 {
  width: 65%;
  margin-left: 8.5%;
}
.flow_wrap {
  padding: 6px 0;
}
.flow_wrap .step .main_txt {
  font-size: 21px;
  line-height: 39px;
}
.flow_wrap table.table-default tr th {
  width: 13%;
  padding: 9px 2px;
}
.flow_wrap .step .main_txt .num {
  margin-right: 8px;
}
.num {
  mask-size: 65px;
  background: var(--accent_color);
  width: 55px;
  height: 45px;
}
.num.num01 {
  mask-image: url(/wp-content/uploads/grandnoble/orange/num_01.svg);
}
.num.num02 {
  mask-image: url(/wp-content/uploads/grandnoble/orange/num_02.svg);
}
.num.num03 {
  mask-image: url(/wp-content/uploads/grandnoble/orange/num_03.svg);
}
.num.num04 {
  mask-image: url(/wp-content/uploads/grandnoble/orange/num_04.svg);
}
.num.num05 {
  mask-image: url(/wp-content/uploads/grandnoble/orange/num_05.svg);
}
.flow_wrap table.table-default tbody {
  max-width: 546px;
}
.flow_wrap table.table-default tr td {
  padding-left: 11%;
}
.step .col.span_9 {
  margin-bottom: 44px;
}
.flow_wrap table.table-default tr th {
  width: 22%;
}
.trouble_box {
  padding-top: 30px;
}
.trouble_box ul li {
  font-size: 19px;
}
.treatment_details {
  position: relative;
}
.treatment_details::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -60px;
  height: 120px;
  width: 1px;
  background: var(--main_color);
}
.treatment_details.free_page_sec .h2_wrap {
  margin-top: 23px;
}
.treatment_details_grid {
  grid-template-columns: 1.7fr 0.6fr 1fr 1fr 1fr;
  grid-template-rows: 0.44fr 0.45fr auto auto auto;
}
.treatment_example_lead {
  display: flex;
  align-items: flex-start;
}
.treatment_example_lead .bullet_title {
  margin: 0;
}
.treatment_example_lead .text-medium {
  margin: 0;
  font-size: 18px;
  padding-left: 7%;
}
.treatment_example {
  margin-top: 22px;
}
.details_examples {
  padding: 40px 8% 0;
  height: fit-content;
}
.example_box {
  padding: 35px 0;
}
.example_box .text-medium {
  font-size: 21px;
  color: var(--accent_color);
  margin-bottom: 0.5em;
}
.example_box p {
  font-size: 18px;
}
.example_box figure img {
  border: 1px solid var(--divider_color);
}
ul.commitment_list li {
  padding: 33px 0;
  margin: 0;
}
ul.commitment_list li .main_txt {
  margin-bottom: 0.6em;
  display: grid;
  grid-template-columns: 60px auto;
}
.list_box ul li {
  font-size: 18px;
}
.list_box ul li:not(:last-child) {
  margin-bottom: 0.9em;
}
.list_box_wrap {
  padding: 27px 3%;
  margin-top: 80px;
}
ul.commitment_list li {
  padding: 33px 0 22px;
  font-size: 19px;
  line-height: 1.7;
}
.list_box_wrap .span_2 {
  width: 12.6%;
}
.free_page_sec .fees_box {
  margin-top: 33px;
  margin-bottom: 48px;
}
.price_list .bullet_title {
  margin-top: 70px;
}
.list_box {
  padding: 0 0 0 8.2%;
}
.list_box_wrap {
  padding: 32px 3%;
}
.qa {
  padding-left: 8.7%;
}
.qa h3.question {
  font-size: 21px;
  margin-top: 7px;
  margin-bottom: 4px;
}
.qa .question {
  padding: 12px 41px;
  background-color: unset;
}
.qa .question:before {
  font-size: 24px;
  color: var(--accent_color);
  left: 0;
}
.qa .answer {
  padding: 16px 63px;
  font-size: 18px;
  border-bottom: 0;
  background: #fffbed;
}
.qa .answer:before {
  font-size: 24px;
  top: 16px;
  align-items: flex-start;
}
.qa .divider {
  max-width: unset;
  background: #5a5a5a;
  margin-bottom: 1.7em;
}
.qa .answer:not(:last-child) {
  margin-bottom: 1em;
}
.news_archive {
  padding: 53px 0;
  max-width: 1200px;
}
.news_archive .h2_wrap {
  margin-bottom: 12px;
}
.article_date p {
  font-size: 19px;
  font-family: var(--roboto);
  margin-bottom: 0;
}
.article_list_content {
  font-size: 18px;
}
.article_date {
  font-size: 28px;
  align-items: center;
  margin: 0;
}
.article_title {
  font-size: 26px;
  margin: 15px 0 19px;
}
.article_button .more a::after {
  right: 15px;
}
.article_list {
  padding: 63px 1.4% 18px;
}
.tags {
  gap: 7px;
}
.tags li {
  font-size: 16px;
  padding: 0.1em 1.1em;
  margin: 0;
}
.footer_nav_wrap .container {
  max-width: unset;
  padding: 0 5%;
}
.footer_fixed_content .pc_ftr .box03 .more a,
.footer_fixed_content .pc_ftr .box04 .more a {
  font-size: 21px;
}
.footer_fixed_content .pc_ftr .box03 .more a span,
.footer_fixed_content .pc_ftr .box04 .more a span {
  padding-left: 48px;
}
.footer_fixed_content .pc_ftr .box03 .more a span:before,
.footer_fixed_content .pc_ftr .box04 .more a span:before {
  width: 28px;
  height: 28px;
}
.more a.web_reservation,
.more a.line_reservation,
.more a.tel_btn {
  font-size: 24px;
}
.more a.web_reservation span,
.more a.line_reservation span,
.more a.tel_btn span {
  padding-left: 50px;
}
.more a.web_reservation span:before,
.more a.line_reservation span:before,
.more a.tel_btn span:before {
  width: 30px;
  height: 30px;
}
.footer_actions .more a.tel_btn span {
  padding-left: 48px;
  font-size: 21px;
}
.footer_actions .more a.tel_btn span:before {
  width: 28px;
  height: 28px;
}
header.high .primary_header {
  border-bottom: 1px solid #48484899;
  background: var(--base_color_01);
  box-shadow: 1px 4px 12px 0px #0000000d;
}
header .global_nav.fixed_active > ul > li::before,
header .global_nav.fixed_active > ul > li::after {
  background-color: var(--main_color);
}
.news dl p {
  line-height: 28px;
}
.news dl dd a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-right: 1%;
}
.news dl dt {
  padding: 8px 0 8px 1%;
}
.news dl dd {
  padding: 8px 0;
}
.news dl dt + dd {
  margin-bottom: 1rem;
}
ul.commitment_list {
  padding-left: 0;
}
.free_page_sec .commitment_list_wrap .h2_wrap {
  margin-bottom: 0;
  margin-top: 60px;
}
.trouble_box ul li:nth-child(odd) {
  border-color: var(--accent_color);
}
@media (max-width: 1440px) {
  .container {
    padding: 0 25px;
  }
  header .global_nav > ul > li::before {
    content: "";
    width: 1px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--base_color_01);
    opacity: 0.5;
  }
  header .global_nav.fixed_active ul {
    max-width: none;
  }
  .footer_actions .more a.web_reservation span,
  .footer_actions .more a.line_reservation span,
  .footer_actions .more a.tel_btn span {
    font-size: 16px;
    padding-left: 37px;
  }
  .map_other p {
    line-height: 1.9;
  }
  header .global_nav > ul {
    max-width: calc(100% - 200px);
    text-align: right;
  }
  header .global_nav > ul > li > a {
    margin: 0 16px;
    padding-bottom: 3px;
    font-size: 15px;
  }
  header .global_nav > ul > li > a span {
    display: none;
  }
  .footer_fixed_content .pc_ftr .box03 .more a span,
  .footer_fixed_content .pc_ftr .box04 .more a span {
    padding-left: 37px;
  }
  .sec_about .container {
    padding: 0 25px;
  }
  .sec_clinic .container {
    width: calc(100% - 50px);
  }
  .sec_message .deco_wrap > .container {
    padding: 151px 25px 0;
  }
  .sec_info .container {
    padding: 0 25px;
  }
  .main_visual .main_visual_copy li .main_copy_txt {
    left: calc(40px + 3%);
  }
  .sec_news .heading {
    padding: 28px 0 16px 0;
  }
  .sec_news .news .row {
    padding: 32px 25px;
  }
  .sec_news .heading p a {
    padding-right: 15px;
    padding-left: 20px;
  }
  .more a.web_reservation,
  .more a.line_reservation,
  .more a.tel_btn {
    max-width: none;
    font-size: 18px;
  }
  .free_page_lead .container,
  .free_page_sec .container {
    padding: 85px 25px 83px;
  }
  .payment_box {
    padding: 20px 2.5%;
  }
  .payment_box_wrap .payment_icon_list {
    padding-left: 5.4%;
    gap: 20px 30px;
  }
  .treatment_details_grid {
    grid-template-rows: 0.84fr 0.85fr auto auto auto;
  }
  .details_examples {
    padding: 30px 5% 0;
  }
  .payment_options .container {
    padding: 69px 25px 83px;
  }
  .our_location .container {
    padding: 85px 25px 92px;
  }
  .clinic_info .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .news_archive {
    max-width: calc(100% - 80px);
    padding: 53px 25px;
  }
}
@media (max-width: 900px) {
  .main_visual .main_visual_copy {
    max-width: 100%;
  }
  .hdr_info {
    column-gap: 9px;
  }
  .hdr_info a {
    display: block;
    border: 0;
    height: auto;
  }
  .hdr_info a span {
    display: none;
  }
  .hdr_info a svg {
    display: none;
  }
  .main_visual_deco {
    width: 10px;
  }
  .main_visual .main_visual_slick {
    min-height: unset;
  }
  header .global_nav {
    top: -32px;
  }
  .main_visual_deco.deco_left::after {
    left: 9px;
    width: 215px;
    height: 140px;
    clip-path: polygon(0 0, 100% 0, 76% 50%, 29% 50%, 0 100%);
  }
  header .global_nav .menu_icon {
    right: 8px;
    width: 32px;
    aspect-ratio: 1;
    border-radius: 100%;
    border: 1px solid var(--main_color);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main_color);
  }
  header.menu_open .global_nav .menu_icon {
    background: var(--base_color_01);
  }
  header .global_nav .menu_icon a {
    width: 18px;
    height: 13px;
  }
  header .global_nav .menu_icon a:after,
  header .global_nav .menu_icon a:before {
    height: 1px;
    background: var(--base_color_01);
  }
  header .global_nav .menu_icon a span {
    height: 1px;
    background: var(--base_color_01);
  }
  header .global_nav {
    right: 8px;
    top: 22px;
  }
  header.menu_open .global_nav > ul {
    width: 80vw;
    max-height: 622px;
    position: fixed;
    right: 0;
    left: auto;
    top: 0;
    padding: 68px 24px 75px 24px;
    background: #484848cc;
    border-radius: 0 0 0 20px;
  }
  header .global_nav > ul > li::before,
  header .global_nav > ul > li::after {
    display: none;
  }
  header .global_nav > ul > li:first-child::before {
    display: none;
  }
  .global_nav.fixed_active a {
    color: var(--base_color_01);
  }
  .global_nav.fixed_active a:hover {
    color: var(--base_color_01);
  }
  header .global_nav > ul {
    border-top: 0;
  }
  header .global_nav > ul > li > a {
    color: var(--base_color_01);
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
    background: transparent;
    text-align: left;
  }
  .main_visual_deco.deco_left::after {
    display: none;
  }
  header.low .title a::before {
    content: "";
    position: absolute;
    top: 0;
    background: var(--base_color_01);
    left: 9px;
    width: clamp(215px, 60vw, 475px);
    height: 114px;
    clip-path: polygon(0 0, 100% 0, 85% 40%, 17% 40%, 0 100%);
    aspect-ratio: 250 / 141;
  }
  .primary_header {
    position: relative;
    height: 46px;
  }
}

@media (max-width: 1260px) {
  .bg_color_tel .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bread_wrap .container {
    padding: 0 40px;
  }
}
@media (max-width: 1085px) {
  .hdr_info a {
    grid-template-columns: 67fr 136fr 60fr;
  }
}

/* --------------------- Tablet --------------------- */
@media (max-width: 900px) and (min-width: 768px) {
  .hdr_info_wrap {
    right: 60px;
  }
  .main_visual .main_visual_calender {
    right: 10px;
  }
  .sec_features .bnr .main_txt {
    font-size: 120%;
  }
  .sec_clinic .more {
    margin-right: 0;
    width: 228px;
  }
  .sec_about .main_txt {
    font-size: 2.1rem;
  }
  .sec_about .medical_btn a .txt {
    padding: 0 3%;
    font-size: 100%;
  }
  .sec_info .calendar_box {
    padding: 30px 4% 30px 4.1%;
  }
  .sec_info .table-schedule td,
  .sec_info .table-schedule th {
    padding: 0.9em 0.8em;
  }
  .sec_info .more a.add_share {
    font-size: 100%;
  }
  .large_img img {
    height: 60vw;
  }
  .more a.add_share {
    padding: 0 5%;
  }
  .map_other {
    display: flex;
    flex-wrap: wrap;
  }
  .map_other .col {
    width: 100%;
  }
  .sec_about .medical_btn a .txt:after {
    width: 21px;
  }
  .message_text_body {
    width: 80%;
  }
  .footer_fixed_content .pc_ftr .footer_actions .more a.tel_btn {
    padding: 0 5%;
  }
  .footer_fixed_content .row p {
    padding-right: 4%;
  }
  .more a.web_reservation span,
  .more a.line_reservation span,
  .more a.tel_btn span {
    padding-left: 40px;
  }
  .footer_actions .more a.web_reservation span,
  .footer_actions .more a.line_reservation span,
  .footer_actions .more a.tel_btn span {
    padding-left: 20px;
  }
  .step .col.span_9 {
    margin-left: 3.5%;
  }
  .flow_wrap .step .main_txt {
    width: 31%;
  }
  .flow_wrap table.table-default tbody {
    max-width: 546px;
  }
  .treatment_details_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .treatment_example_lead .bullet_title {
    width: 90px;
    line-height: 1.8;
  }
  .our_location .basic_info_dl dt {
    width: 20%;
  }
}

/* --------------------- SP --------------------- */
@media (max-width: 767px) {
  .bg_stripe_single {
    background: url(/wp-content/uploads/grandnoble/orange/bg_stripe_single.png) no-repeat top right / 100%;
  }
  .bg_stripe_br {
    background: url(/wp-content/uploads/grandnoble/orange/bg_stripe_br.png) no-repeat right bottom / auto auto;
  }
  .bg_stripe_color_tel {
    background: url(/wp-content/uploads/grandnoble/orange/bg_stripe_translucent.png) no-repeat top right / 100%;
    background-color: #484848d9;
  }
  section,
  .divider {
    max-width: calc(100% - 20px);
  }
  .container {
    padding: 0 5%;
  }
  .bread_wrap .container {
    padding: 0;
  }

  .main_visual .main_visual_copy li .main_copy_txt span {
    font-weight: 500;
    font-size: 17px;
    width: 55%;
  }
  .main_visual .main_visual_copy li .main_copy_txt span .text-primary {
    font-size: 60px;
    align-items: flex-start;
    flex-direction: column;
  }
  .main_visual .main_visual_copy li .main_copy_txt .stroke-text {
    line-height: inherit;
    font-size: 60px;
  }
  .main_visual .main_visual_calender {
    grid-template-columns: 1fr 85% 1fr;
    --offset: 20%;
  }
  .main_visual .calendar_box {
    top: 20%;
    top: 43.6px;
  }
  .main_visual .main_visual_calender .calendar_box::before {
    top: 0;
    translate: -50% -7px;
    height: calc(100% - 20%);
    height: calc(100% - 43.6px);
  }
  .sec_news .reservation_wrap .more {
    overflow: visible;
  }
  .main_visual .main_visual_copy li .main_copy_txt {
    bottom: 12%;
    left: 7.5%;
  }
  .sec_news .news .row {
    padding: 20px 5%;
    flex-direction: column;
  }
  .news .content {
    padding: 15px 5%;
  }
  .sec_news .reservation_wrap {
    grid-template-columns: 1fr;
  }
  .more a {
    margin: 0;
    font-weight: 500;
  }
  .sec_news .heading p a {
    margin-left: auto;
  }
  .sec_news .heading {
    display: block;
  }
  .more a.add_share {
    height: 88px;
  }
  .sec_clinic .container {
    width: calc(95% - 20px);
  }
  /* .shopinfo {
  padding: 20px;
} */
  .shopinfo .map_container iframe {
    outline: 1px solid var(--main_color);
  }
  .basic_info_dl dt {
    width: 30%;
  }
  .basic_info_dl dd {
    width: 90%;
  }
  .sec_about .floating_img {
    translate: 0 -60%;
  }
  .sec_about .medical_btn a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 40px;
    background: url(/wp-content/uploads/grandnoble/orange/bg_treatment_sp.png) no-repeat center center / contain;
    aspect-ratio: 177 / 64;
  }
  .sec_about .medical_btn a .img .medical_icon {
    width: 60px;
  }
  .sec_about .medical_btn a .txt {
    width: calc(100% - 90px - 2%);
    margin: 0;
  }
  .sec_message .deco_wrap .message_text_wrap {
    margin-top: 65%;
  }
  .sec_message .deco_wrap .message_photo_wrap {
    top: 10%;
    width: 90%;
  }
  .sec_message p:last-child {
    font-size: 21px;
  }
  .sec_message .deco_wrap > .container {
    padding-left: 0;
  }
  .sec_message .deco_wrap .message_text_wrap {
    max-width: 90%;
    margin-right: auto;
    margin-left: 0;
  }
  .sec_message .main_txt {
    font-size: 24px;
  }
  .message_text_body {
    width: 80%;
    font-size: 16px;
  }
  .sec_info_bg {
    height: 320px;
  }
  .footer_fixed_content .sp_ftr .inner {
    padding: 2%;
    gap: 2%;
  }
  .footer_fixed_content .sp_ftr .line_reservation img {
    width: 16px;
    height: 24px;
  }

  .message_text_wrap {
    margin-left: 0;
    margin-top: 90vw;
  }
  .h1_wrap {
    height: 360px;
    padding: 0;
  }
  .staff_figure_primary {
    top: 7%;
    width: 100%;
  }

  h2 span,
  .h2_wrap span {
    font-size: 40px;
  }
  .staff_box .staff_name {
    text-align: center;
  }
  .staff_profile_table {
    flex-direction: column;
  }
  .staff_box h4 {
    writing-mode: horizontal-tb;
    width: fit-content;
  }
  .message_text_body {
    width: 100%;
  }
  .staff_profile_table {
    border-bottom: 1px solid #5a5a5a;
    margin-bottom: 2%;
    padding-bottom: 2%;
  }
  .payment_box {
    flex-direction: column;
  }
  .payment_box_wrap .payment_icon_list {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--main_color);
    padding-top: 10px;
  }
  .payment_box_wrap h4 {
    display: flex;
    justify-content: space-between;
  }
  .sec_info {
    margin-top: 80px;
  }
  .main_visual .main_visual_copy li .main_copy_txt span .text-primary {
    line-height: 1.1;
    margin-bottom: 0.4em;
  }

  .main_visual .main_visual_copy li .main_copy_txt span {
    width: 90%;
  }
  .main_visual .main_visual_calender {
    translate: -10px 0;
    right: 9px;
    left: auto;
  }
  .main_visual_calender_deco {
    height: calc(100% - 6px);
  }
  .main_visual .main_visual_calender {
    right: 9px;
    left: auto;
  }
  .sec_news .deco_wrap {
    padding: 80px 0 6%;
  }
  .sec_news .reservation_wrap > *:not(:last-child) {
    margin-bottom: 7%;
  }
  .sec_features .container {
    padding: 90px 0;
  }
  .sec_features .h2_wrap {
    padding-left: calc(25px + 5%);
    padding-right: 25px;
  }
  .sec_features .bnr_wrap .bnr {
    box-shadow: unset;
  }
  .sec_features .slick-prev {
    left: auto;
    right: 20%;
  }
  .sec_features .slick-next {
    right: 14%;
  }
  .main_visual_calender_deco {
    height: calc(100% - 6px);
  }
  .h2_wrap h2,
  .bullet_title {
    font-size: 19px;
  }
  .large_img img {
    height: 480px;
  }
  .sec_news .heading {
    padding: 0;
  }
  .sec_news .h2_wrap span {
    font-size: 48px;
  }
  .more a.btn_with_arrow {
    font-size: clamp(1.7rem, 0.948vw + 0.473rem, 1.8rem);
  }
  .news .content {
    margin-left: 0;
  }
  .sec_news .bullet_title {
    padding: 0 5%;
    margin-bottom: 5%;
  }

  .sec_news .news .row {
    padding: 40px 5%;
  }
  .news .content {
    padding: 24px 5%;
    margin-top: 22px;
  }
  .sec_news .reservation_wrap {
    display: flex;
    flex-direction: column;
    padding: 0 5%;
    height: auto;
  }
  .slick-prev,
  .slick-next {
    top: -3%;
  }
  .sec_clinic .row .col:first-child {
    line-height: 1.7;
  }
  .shopinfo {
    flex-direction: column;
  }
  .shopinfo_title {
    width: 100%;
  }
  .shopinfo_content {
    margin-left: 0;
    width: 100%;
  }
  .basic_info_dl {
    display: grid;
    width: 100%;
  }
  .basic_info_dl dt {
    font-size: 16px;
  }
  .basic_info_dl dd {
    font-size: 16px;
  }
  .shopinfo_content .divider {
    background: transparent;
  }
  .basic_info_dl dt {
    width: 120px;
    padding: 2%;
  }
  .basic_info_dl dd {
    width: 100%;
    padding-left: 26px;
  }
  .sec_clinic .container {
    margin: -23% auto 0;
  }
  .shopinfo {
    padding: 32px 6%;
  }
  .large_img img {
    height: auto;
    aspect-ratio: 710 / 410;
  }
  .sec_about p {
    font-size: 16px;
  }
  .sec_about .about_box {
    margin-top: -35%;
  }
  .sec_about .main_txt {
    font-size: 2rem;
  }
  .more a.btn_with_arrow {
    padding: 0 17px 0 30px;
    max-width: 200px;
    height: 56px;
  }
  .sec_message .deco_wrap {
    padding-bottom: 45px;
    overflow: hidden;
  }
  .sec_message .deco_wrap > .container {
    padding: 80px 0 0 0;
  }
  .sec_message .h2_wrap {
    padding-left: 5%;
  }
  .sec_about .floating_img {
    translate: 0;
  }
  .sec_message .deco_wrap .message_photo_wrap {
    top: 15%;
    width: 100%;
    left: 10%;
  }
  .sec_message .main_txt {
    font-size: 20px;
  }
  .sec_info {
    margin-top: 120px;
  }
  .sec_clinic .row .col:first-child {
    font-size: 16px;
  }
  .sec_info .pagetop svg {
    width: 124px;
    height: 124px;
  }
  .sec_info {
    background: var(--base_color_01);
  }
  .sec_info .calendar_box {
    margin: 0;
    padding: 0;
    border-left: 0;
    border-top: 1px solid var(--divider_color);
    padding: 10px 5%;
  }
  .clinic_info_box {
    padding: 33px 5%;
  }
  .sec_info .table-schedule td,
  .sec_info .table-schedule th {
    padding: 0.7em 0.3em;
  }
  .sec_info .calendar_box .table_info {
    padding: 0 0.3em;
  }
  .sec_info .more a.add_share {
    padding: 0 15px;
    font-size: 17px;
  }
  .sec_info .container {
    padding: 0 5%;
  }
  .sec_info_bg::after {
    height: 100%;
  }
  .slick-slide {
    opacity: 0.7 !important;
    padding-top: 1%;
  }
  .slick-slide.slick-current {
    opacity: 1 !important;
    padding-top: 0;
  }

  .bread ul li {
    padding-right: 1.2em;
    margin-right: 1em;
  }
  .staff_box .staff_name {
    margin-bottom: 0;
  }
  .message_signature {
    font-size: 20px;
  }
  .message_text_lead {
    font-size: 16px;
  }
  h1:not(.title) {
    font-size: 21px;
  }
  .bread ul {
    padding: 0.5em 0 0 0;
  }
  .bread ul li {
    font-size: 16px;
  }
  .staff_box .main_txt {
    font-size: 20px;
  }
  .staff_box .message_text_body {
    width: 100%;
  }
  .staff_box_primary_wrap {
    padding: 60px 0;
  }
  .staff_box .message_text_wrap {
    padding: 30px 7% 60px 4.6%;
    width: 100%;
    translate: -6% 0;
  }
  .staff_profile_table .table-default th,
  .staff_profile_table .table-default td {
    font-size: 16px;
  }
  .staff_box figure {
    text-align: center;
    margin-top: 2rem;
  }
  .staff_greetings p {
    font-size: 20px;
  }
  .staff_box .message_text_wrap {
    margin-top: 70vw;
  }
  .staff_box h4 {
    padding: 10px 25px;
    margin: 0 0 0.5em 0;
  }
  .staff_profile_table {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .linked_hospitals p {
    align-items: flex-start;
    flex-direction: column;
  }
  .clinic_info .col.span_10 {
    width: 90%;
  }
  .clinic_info .basic_info_dl dt,
  .our_location .basic_info_dl dt {
    width: 120px;
  }
  .clinic_info .table-schedule th,
  .clinic_info .table-schedule td {
    font-size: 15px;
    padding: 0.6em 0.5em;
    text-wrap: nowrap;
  }
  .clinic_info .calendar_box_clinic .table_info {
    align-items: flex-end;
  }
  .clinic_info .calendar_box .table_info p {
    font-size: 15px;
  }
  .clinic_info .container,
  .our_location .container {
    padding: 60px 5%;
  }
  .building_standards {
    padding: 50px 0 30px 0;
  }
  .linked_hospitals_wrap {
    padding: 15px 0 0;
  }
  .building_standards_tags {
    gap: 12px 10px;
    padding: 0 0 30px 0;
  }
  .building_standards_tags li {
    padding: 6px 9px;
    font-size: 15px;
  }
  .linked_hospitals span {
    padding: 6px 9px;
    translate: -26px 0;
  }
  .linked_hospitals p {
    gap: 10px;
    font-size: 16px;
    padding-left: 26px;
    margin-top: 1.2em;
  }
  .clinic_figure {
    width: 163%;
  }
  .clinic_info .container {
    overflow: hidden;
  }
  .gallery_wrap .slick-prev,
  .gallery_wrap .slick-next {
    top: 50%;
  }
  .sub_nav .container {
    padding: 30px 0 0 0;
  }
  .treatment_box .col.span_10,
  .price_list .col.span_10 {
    width: 91%;
  }
  .treatment_box p {
    font-size: 15px;
  }
  .treatment_box,
  .price_box {
    padding: 20px 0 40px 0;
  }
  .treatment_guide_wrap .container,
  .price_list .container,
  .free_page_lead .container,
  .free_page_sec .container {
    padding: 60px 5% 45px;
  }
  .treatment_guide_wrap .treatment_box .h2_wrap,
  .price_list .h2_wrap,
  .our_location .h2_wrap,
  .free_page_lead .h2_wrap,
  .free_page_sec .h2_wrap {
    margin-bottom: 20px;
  }
  .treatment_box figure {
    aspect-ratio: 480 / 360;
  }
  .treatment_box figure img {
    height: 100%;
    object-fit: cover;
  }
  .fees_box .fees_txt {
    line-height: 40px;
  }
  .fees_box:not(:last-child) {
    margin-bottom: 20px;
  }
  .fees_box table.table-default tr th {
    width: 28%;
  }
  .fees_box .fees_txt {
    font-size: 18px;
  }
  .fees_box table.table-default tr th {
    padding: 10px 2%;
    font-size: 15px;
  }
  .fees_box table.table-default tr td {
    padding: 10px 3.2%;
    font-size: 16px;
  }
  .payment_options .h2_wrap {
    margin-bottom: 25px;
  }
  .payment_box {
    padding: 23px 3.5%;
  }
  .payment_box h4 {
    font-size: 18px;
  }
  .row.payment_box:not(:last-child) {
    margin-bottom: 20px;
  }
  .payment_box_wrap .payment_icon_list {
    gap: 15px 17px;
  }
  .payment_options .container {
    padding: 40px 5%;
  }
  .payment_box_wrap h4 {
    flex-direction: column;
  }
  .clinic_exterior figure {
    overflow: hidden;
  }
  .clinic_exterior figure img {
    width: 160%;
    max-width: unset;
  }
  .our_location .shopinfo .map_container {
    padding-top: 90%;
  }
  .our_location .basic_info_dl {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .clinic_exterior .h2_wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .clinic_exterior {
    padding: 0;
  }
  .clinic_exterior p {
    font-size: 15px;
  }
  .clinic_info .container,
  .our_location .container,
  .news_archive.container,
  .news_detail.container {
    padding: 60px 5%;
  }
  .lead_content_wrap {
    border-top: 1px dashed;
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 0;
  }
  .step .num img {
    width: 46px;
  }
  .flow_wrap table.table-default tbody tr {
    display: flex;
    align-items: center;
  }
  .free_page_lead .sub_nav_btn a {
    margin-bottom: 0;
  }
  .free_page_lead .lead_content {
    margin: 0 auto;
    width: 90%;
  }
  .lead_content p {
    margin-top: 15px;
    font-size: 16px;
  }
  .step .col {
    margin-top: 17px;
    font-size: 16px;
  }
  .step .col.span_9 {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .flow_wrap .step .main_txt {
    font-size: 19px;
    line-height: 32px;
  }
  .flow_wrap table.table-default tbody {
    max-width: unset;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .flow_wrap table.table-default tr td {
    padding-left: 8%;
    width: fit-content;
  }
  .step .col.span_9 {
    margin-bottom: 35px;
  }
  .flow_wrap table.table-default tr th {
    width: 36%;
    text-align: center;
  }
  .trouble_box ul li {
    font-size: 16px;
  }
  .treatment_details::before {
    top: -40px;
    height: 80px;
  }
  .treatment_details_grid {
    display: flex;
    flex-direction: column;
  }
  .free_page_lead .sp_image_cols {
    margin-top: 15px;
  }
  .list_box ul {
    margin-bottom: 0.6em;
  }
  .details_figure {
    padding: 0 5%;
  }
  .details_text {
    font-size: 16px;
    padding: 0 5%;
  }
  .list_box_wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .list_box {
    border-left: 0;
    border-top: 1px solid var(--base_color_01);
  }
  .treatment_details.free_page_sec .h2_wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
  .treatment_example_lead {
    flex-direction: column;
    gap: 10px;
  }
  .treatment_example_lead .text-medium {
    font-size: 16px;
    padding-left: 0;
  }
  .details_examples {
    padding: 0;
    margin-top: 35px;
    background: 0;
  }
  .example_box {
    padding: 25px 0;
  }
  .example_box .text-medium {
    font-size: 19px;
    text-align: center;
    margin-bottom: 10px;
  }
  ul.commitment_list {
    padding: 0 5%;
  }
  .list_box ul li {
    font-size: 16px;
    margin-bottom: inherit;
  }
  .list_box ul li:not(:last-child) {
    margin-bottom: inherit;
  }
  ul.commitment_list li {
    padding: 20px 0;
    font-size: 16px;
  }
  .list_box_wrap .span_2 {
    width: 100%;
  }
  .price_list .bullet_title {
    margin-top: 60px;
  }
  .list_box {
    padding: 20px 5% 0;
  }
  .list_box_wrap {
    padding: 20px 6%;
  }
  .qa {
    padding-left: 0;
  }
  .qa h3.question {
    font-size: 19px;
  }
  .qa .question {
    padding: 12px 0 12px 36px;
  }
  .qa .answer {
    padding: 16px 5% 16px 50px;
    font-size: 16px;
  }
  .row.commitment_list_wrap {
    margin-top: 35px;
  }
  .treatment_box .more a,
  .article_button .more a {
    width: 170px;
    padding: 0 21px;
  }
  .news_archive {
    max-width: unset;
  }
  .article_date p {
    font-size: 17px;
  }
  .article_list_content {
    font-size: 16px;
  }
  .article_title {
    font-size: 21px;
    margin: 13px 0 15px;
  }
  .article_list {
    padding: 50px 1.4% 30px;
  }
  .tags li {
    font-size: 15px;
    padding: 0.1em 0.7em;
  }
  .article_detail .span_12 {
    margin: 3% 0 8%;
  }
  .article_detail {
    padding: 0;
  }
  .h2_wrap h2,
  .bullet_title {
    align-items: flex-start;
  }
  .h2_wrap h2::before,
  .bullet_title::before {
    margin-top: 10px;
  }
  header .global_nav > ul {
    max-width: unset;
  }
  header .global_nav > ul > li::before {
    display: none;
  }
  .bread_wrap {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
  .news dl dd a {
    align-items: flex-end;
  }
  .news dl dt {
    padding: 8px 0 8px 0;
  }
  .news dl dd {
    margin: 0;
    padding-top: 0;
  }
  .free_page_sec .commitment_list_wrap .h2_wrap {
    margin-top: 45px;
    text-align: center;
  }
  .free_page_sec .commitment_list_wrap .h2_wrap h2 {
    justify-content: center;
  }
  .sec_info .shopinfo .map_container {
    height: 60vw;
  }
  .sec_info .shopinfo {
    padding: 45px 0 0 0;
  }
  .sec_about .medical_btn a .txt:after {
    right: -30px;
  }
  .sec_info .shopinfo {
    padding: 45px 0 0 0;
  }
  .sec_info .shopinfo .map_container {
    height: 60vw;
  }
  .sec_about .medical_btn a .img .medical_icon {
    width: 45px;
  }
  .sec_about .medical_btn a .txt {
    font-size: 18px;
    padding-right: 0;
  }
  .medical_icon::before {
    width: 56px;
    height: 56px;
  }
  .sec_info .calendar_box {
    margin: 0;
    top: 0;
  }
  .staff_box {
    padding-bottom: 4%;
  }
  .example_box p {
    font-size: 16px;
  }
  .h1_inner {
    margin-bottom: -15px;
  }
}

/* Fixes */
.row:not(:last-child) {
  margin: 0;
}
.free_page_lead .sp_image_cols {
  margin-top: 23.8%;
}
.row.commitment_list_wrap {
  margin-top: 24px;
}
.sec_info .more a.add_share {
  font-weight: 500;
}
.footer_actions .more a span {
  font-weight: 500;
}

/* 202605_add_EPARK歯科ロゴ追加 */
p.banner_epark_wrap {
  margin: 12px 0;
}
.banner_epark_wrap a {
  display: inline-block;
  text-align: left;
}
.banner_epark_wrap a img {
  max-width: 244px;
}
.banner_epark_wrap a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .banner_epark_wrap a img {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
  }
}
/* //202605_add_EPARK歯科ロゴ追加 */

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