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

body {
  background: #fff;
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #4e4e4e;
  height: auto !important;
  overflow: hidden;
}
main {
  overflow: hidden;
}

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

a {
  color: #4e4e4e;
  text-decoration: underline;
}
a:hover {
  color: #4e4e4e;
  text-decoration: none;
}
.highlight a {
  color: #4e4e4e;
}
.highlight a:hover {
  color: #4e4e4e;
}

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

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

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

td,
th {
  padding: 0;
}

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

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

.highlight {
  padding: 4% 0;
  background: #e9e9e9;
  color: #4e4e4e;
}

#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 + .textwidget,
main .column_sub .widget_header + .textwidget {
  padding: 10px 0;
}
main .column_main .widget_wrap .menu,
main .column_main .widget_wrap > ul,
main .column_sub .widget_wrap .menu,
main .column_sub .widget_wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main .column_main .widget_wrap .menu ul,
main .column_main .widget_wrap > ul ul,
main .column_sub .widget_wrap .menu ul,
main .column_sub .widget_wrap > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main .column_main .widget_wrap .menu li,
main .column_main .widget_wrap > ul li,
main .column_sub .widget_wrap .menu li,
main .column_sub .widget_wrap > ul li {
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}
main .column_main .widget_wrap .menu li:last-child,
main .column_main .widget_wrap > ul li:last-child,
main .column_sub .widget_wrap .menu li:last-child,
main .column_sub .widget_wrap > ul li:last-child {
  border-bottom: 0;
}
main .column_main .widget_wrap .menu li a,
main .column_main .widget_wrap > ul li a,
main .column_sub .widget_wrap .menu li a,
main .column_sub .widget_wrap > ul li a {
  display: block;
  text-decoration: none;
}
main .column_main .widget_wrap .menu li a:hover,
main .column_main .widget_wrap > ul li a:hover,
main .column_sub .widget_wrap .menu li a:hover,
main .column_sub .widget_wrap > ul li a:hover {
  text-decoration: underline;
}
main .column_main .widget_wrap ul > li.page_item,
main .column_sub .widget_wrap ul > li.page_item {
  border-bottom: #ccc solid 1px;
}
main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
main .column_sub .widget_wrap ul > li.page_item.page_item_has_children {
  padding: 0.5em 0.7em 0.2em !important;
}
main .column_main .widget_wrap ul > li.page_item .children,
main .column_sub .widget_wrap ul > li.page_item .children {
  border-top: #eee solid 1px;
  margin: 0.5em 0 0 !important;
}
main .column_main .widget_wrap ul > li.page_item .children li,
main .column_sub .widget_wrap ul > li.page_item .children li {
  font-weight: normal;
  border-bottom: #eee solid 1px;
  font-size: 96%;
  padding: 0.5em 0.7em 0.5em 1em;
  position: relative;
}
main .column_main .widget_wrap ul > li.page_item .children li:before,
main .column_sub .widget_wrap ul > li.page_item .children li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.4);
  border-radius: 2.5px;
}
main .column_main .widget_wrap ul > li.page_item .children li li:before,
main .column_sub .widget_wrap ul > li.page_item .children li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.15);
  border-radius: 0;
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -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: #fff;
}
.parallax_h1 h1:after, .parallax_h1 h1:before {
  background: #fff;
}

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

.slick-track {
  margin: 0 auto;
}

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

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

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

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

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

.link-ig, .link-line {
  display: block;
  overflow: hidden;
  height: 0;
  background: no-repeat center/contain;
  width: 64px;
  padding-top: 64px;
  transition: opacity 0.3s;
}
.link-ig:hover, .link-line:hover {
  opacity: 0.5;
}

.link-ig {
  background-image: url("images/icon_ig.png");
}

.link-line {
  background-image: url("images/icon_line.png");
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #ceb8a0;
  color: #fff;
}
header .container {
  padding: 0 20px;
}
@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}
header .title {
  display: flex;
  align-items: center;
  width: 70%;
  height: 60px;
  margin: 0;
  line-height: 1;
}
header .title img {
  width: 284px;
}
header .title a {
  display: inline-block;
}
header .global_nav > ul {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  header .global_nav > ul {
    left: auto;
    width: 50%;
    max-width: 400px;
  }
}
header .global_nav > ul > li {
  border-bottom: 1px solid #fff;
}
header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: rgba(206, 184, 160, 0.9);
}
header .global_nav > ul > li a:hover {
  color: #fff;
}
header .global_nav > ul > li a:active {
  background: #ceb8a0;
  color: #fff;
}
header .global_nav > ul > li > a {
  background: rgba(206, 184, 160, 0.9);
}
header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 100;
}
header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: transform 0.3s;
  overflow: hidden;
}
header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #fff;
  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: #fff;
  transition: transform 0.5s;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}
header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}
header .global_nav .menu_icon a.close:not(.fix):before {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  background: #fff;
}
header .global_nav .menu_icon a.close:not(.fix):after {
  bottom: 50%;
  transform: translate(0, 50%) rotate(-45deg);
  background: #fff;
}
header .global_nav .menu_icon a.close:not(.fix) span {
  transform: translate(100%, -50%);
}
header .global_nav > ul {
  transform-origin: center top;
  visibility: hidden;
  transition: transform 0.3s;
  transform: rotateX(90deg);
}
header.menu_open .global_nav > ul {
  visibility: visible;
  transform: rotateX(0deg);
}

@media (min-width: 1050px) {
  header {
    position: relative;
  }
  header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    margin: 0;
    padding: 0;
  }
  header .row::after {
    display: none;
  }
  header .container {
    max-width: none;
    padding: 0 35px;
  }
  header .global_nav,
  header .title {
    margin: 0;
  }
  header .title {
    width: auto;
    height: auto;
    padding: 0;
  }
  header .title img {
    width: auto;
  }
  header .global_nav {
    padding: 0;
    align-self: flex-end;
  }
  header .global_nav > ul {
    position: static;
    display: flex;
    gap: 60px;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
  }
  header .global_nav > ul > li {
    border: 0;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    font-family: "Noto Serif", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 1.8rem;
  }
  header .global_nav > ul > li > a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav .menu_icon {
    display: none;
  }
}
@media (min-width: 1050px) and (max-width: 1599px) {
  header .row {
    height: auto;
    flex-direction: column;
  }
  header .title {
    padding: 16px 0;
    align-self: flex-start;
  }
}
.hdr_info {
  position: absolute;
}
.hdr_info ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hdr_info ul a {
  text-decoration: none;
}
.hdr_info .link-ig, .hdr_info .link-line {
  width: 32px;
  padding-top: 32px;
}
.hdr_info .link-tel {
  display: block;
  padding-left: 36px;
  background: url("images/icon_tel_wh.png") no-repeat left calc(50% + 1px);
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
body.home .hdr_info .link-tel {
  background-image: url("images/icon_tel.png");
}
@media (min-width: 1050px) {
  .hdr_info {
    top: 23px;
    right: 35px;
  }
  .hdr_info .link-tel {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
}
@media (max-width: 1049px) {
  .hdr_info {
    top: calc(50% - 16px);
    right: 60px;
  }
}

body.home header {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
}

footer {
  position: relative;
}
footer .container {
  max-width: none;
}
footer nav {
  text-align: center;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer nav ul li + li {
  border-top: 1px solid rgb(178.5, 178.5, 178.5);
}
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;
}

@media (min-width: 768px) {
  footer .row:not(:last-child) {
    margin-bottom: 5px;
  }
  footer nav {
    text-align: center;
    padding: 0.7em 0 0;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
  }
  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer nav ul {
    white-space: normal;
  }
  footer nav ul li {
    line-height: 1.5;
    white-space: normal;
  }
  footer nav ul li + li {
    border: 0;
  }
  footer nav ul li:not(:first-child):before {
    content: "|";
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
  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)
 */
@media (min-width: 768px) {
  footer .container .row .col {
    float: none;
    width: 100%;
  }
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

.bread_wrap {
  margin-bottom: 2%;
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}
.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}
.bread ul li a {
  text-decoration: none;
  color: #4e4e4e;
}
.bread ul li a:hover {
  color: #4e4e4e;
  text-decoration: none;
}
.bread ul li:after {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.bread ul li:last-child:after {
  content: none;
}

.button, .inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 0px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  background: #ceb8a0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s;
}
.button:hover, .inquiry .wpcf7-submit:hover {
  background: rgb(205.6341463415, 212.3658536585, 210.1219512195);
  color: #ceb8a0;
}
.highlight .button, .highlight .inquiry .wpcf7-submit, .inquiry .highlight .wpcf7-submit {
  color: #fff;
}
.highlight .button:hover, .highlight .inquiry .wpcf7-submit:hover, .inquiry .highlight .wpcf7-submit:hover {
  color: #ceb8a0;
}
.button.block, .inquiry .block.wpcf7-submit {
  display: block;
  min-width: 0;
}
.button.inverse, .inquiry .inverse.wpcf7-submit {
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
}
.button.inverse:hover, .inquiry .inverse.wpcf7-submit:hover {
  background: rgb(25.5, 25.5, 25.5);
  color: #fff;
}
.button.cancel, .inquiry .cancel.wpcf7-submit {
  background: #888;
  color: #fff;
}
.button.cancel:hover, .inquiry .cancel.wpcf7-submit:hover {
  background: rgb(110.5, 110.5, 110.5);
}
.button.large, .inquiry .large.wpcf7-submit {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}
.button + .button, .inquiry .wpcf7-submit + .button, .inquiry .button + .wpcf7-submit, .inquiry .wpcf7-submit + .wpcf7-submit {
  margin-left: 0.5em;
}
.button span, .inquiry .wpcf7-submit span {
  line-height: 1;
  padding-left: 20px;
  background: url(/wp-content/uploads/btn_icon.png) left center no-repeat;
  background-size: auto 14px;
}

.cal_wrapper table.cal {
  width: 100%;
}
.cal_wrapper table.cal caption {
  position: relative;
  margin-bottom: 1em;
}
.cal_wrapper table.cal .current_ym {
  font-size: 1.8rem;
}
.cal_wrapper table.cal button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 0;
  margin: auto;
  padding: 20px 0 0;
  border: 0;
  background: none;
  overflow: hidden;
  cursor: pointer;
}
.cal_wrapper table.cal button::before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 3px solid #ceb8a0;
}
.cal_wrapper table.cal button.prev {
  left: 0;
}
.cal_wrapper table.cal button.prev::before {
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
}
.cal_wrapper table.cal button.next {
  right: 0;
}
.cal_wrapper table.cal button.next::before {
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.cal_wrapper table.cal td {
  padding: 0.5em;
  border-top: solid 1px #eee;
  text-align: center;
}
.cal_wrapper table.cal .headline {
  background-color: #ececec;
  color: #4e4e4e;
}
.cal_wrapper table.cal .headline td {
  padding: 0.5em;
}
.cal_wrapper .cal_legend {
  margin-top: 20px;
}
.cal_wrapper .cal_legend dl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.cal_wrapper .cal_legend dl:not(:first-child) {
  margin-top: 10px;
}
.cal_wrapper .cal_legend dt {
  width: 30px;
  height: 0;
  padding-top: 24px;
  overflow: hidden;
}

/* お問い合わせフォーム(form liên lạc) */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: #e9e9e9;
}
.inquiry fieldset .row {
  margin: 0;
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: normal;
}
.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: #000;
  font-size: 16px;
  font-size: 1.6rem;
}
.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}
.inquiry .submit .button, .inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
}
.inquiry .required {
  color: rgb(201, 33, 33);
}
.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: #e9e9e9;
}
.news.typeC .news_bg {
  padding: 1em;
}
.news h2 {
  color: #323232;
}
.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}
.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}
.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #ccc;
}
.news dl dd a {
  text-decoration: none;
}
.news dl dd a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .news.typeA h2 {
    margin: 0;
    padding: 0;
  }
  .news.typeA h2:after {
    display: none;
  }
  .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  .news.typeC dl {
    max-height: 500px;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .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 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 h1, .parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}
.parallax .parallax_contents {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}
.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}
.shopinfo dl {
  margin: 0;
  padding: 1.5em 1em;
  border-top: 1px solid #bebebe;
}
.shopinfo dl:last-child {
  border-bottom: 1px solid #bebebe;
}
.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}
.shopinfo dl dt:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 2px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #4e4e4e;
}
.shopinfo dl dd {
  margin: 0 0 0 0.7em;
  padding: 0;
}
@media (max-width: 767px) {
  .shopinfo dl {
    padding: 1em 1em;
  }
}
.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}
.shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shopinfo .map_container + p {
  margin-top: 2em;
}

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

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

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .map_container {
    padding-top: 70%;
  }
  .shopinfo .span_12 .map_container, .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}
@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
table {
  margin: 0 auto;
}
table td,
table th {
  padding: 1em 1em;
}
@media (max-width: 767px) {
  table td,
  table th {
    padding: 1em 0.3em;
  }
}
table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-default td,
.table-default th {
  border: 1px solid #b0b0b0;
}
.table-default th {
  background: #ececec;
  color: #4e4e4e;
}
.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 #ceb8a0;
  border-bottom: 1px solid #ceb8a0;
}
@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 {
  text-align: center;
}
@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    font-size: 1.4rem;
  }
}
.table-schedule thead th {
  padding: 0.5em 1em;
  background: #ceb8a0;
  color: #fff;
}
@media (max-width: 767px) {
  .table-schedule thead th {
    padding: 0.5em 0.25em;
  }
}
.table-schedule tbody th, .table-schedule tbody td {
  padding: 1em 1em;
  border-bottom: 1px solid #b0b0b0;
}
@media (max-width: 767px) {
  .table-schedule tbody th, .table-schedule tbody td {
    padding: 1em 0.25em;
  }
}
.table-schedule tbody th {
  background: #ececec;
}
.table-schedule tbody td {
  background: transparent;
}

.table-summary {
  border-top: 1px solid #b0b0b0;
  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 #b0b0b0;
}
.table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}
@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}
h1:not(.title) {
  position: relative;
  margin: 0 0 0.5em;
  padding: 1.15em 0;
  font-family: "Noto Serif", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 5.4rem;
  font-weight: normal;
  color: #fff;
  background: #ceb8a0;
  text-align: center;
}
h1:not(.title) a {
  text-decoration: none;
}
h1:not(.title) a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  h1:not(.title) {
    padding-top: 0.65em;
    font-size: 3rem;
  }
}
h2 {
  margin: 0 auto 0.75em;
  position: relative;
  word-wrap: break-word;
  font-family: "Noto Serif", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 3.2rem;
  font-weight: normal;
  color: #323232;
  text-align: center;
}
h2 a {
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}
h2 small {
  display: block;
  color: #ceb8a0;
  font-size: 2.4rem;
}
h2 strong {
  color: #bb9a75;
  font-weight: normal;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
  h2 small {
    font-size: 1.8rem;
  }
}
h3 {
  margin: 0 0 0.75em;
  padding-left: 0.5em;
  border-left: 6px solid #ceb8a0;
  color: #323232;
  font-family: "Noto Serif", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: normal;
  font-size: 2.4rem;
}
h3 a {
  text-decoration: none;
}
h3 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  margin: 0 0 0.75em;
  padding-left: 1em;
  font-size: 1.8rem;
  position: relative;
  color: #323232;
  font-weight: normal;
}
h4 a {
  text-decoration: none;
}
h4 a:hover {
  text-decoration: underline;
}
h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  border-radius: 50%;
  background: #ceb8a0;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.8rem;
  }
}
.main_visual {
  position: relative;
  width: 100%;
}
.main_visual ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_visual .main_visual_copy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.main_visual .main_visual_copy img {
  position: absolute;
}
@media (min-width: 750px) {
  .main_visual {
    height: 100vh;
  }
  .main_visual .main_visual_slick img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main_visual .main_visual_copy img {
    width: 75%;
    max-width: 953px;
    left: min(4.6875vw, 90px);
    bottom: min(8.334vw, 160px);
  }
  .main_visual .copy1 {
    opacity: 0;
    scale: 0.9;
    transition-duration: 1s;
    transition-property: opacity, scale;
  }
  .main_visual .copy1.animated {
    opacity: 1;
    scale: 1;
  }
  .main_visual .copy2 {
    opacity: 0;
    translate: 0 20px;
    transition-duration: 1s;
    transition-delay: 0.75s;
    transition-property: opacity, translate;
  }
  .main_visual .copy2.animated {
    opacity: 1;
    translate: 0;
  }
}
@media (max-width: 749px) {
  .main_visual .main_visual_slick img {
    width: 100%;
  }
  .main_visual .main_visual_copy img {
    width: 84.14%;
    max-width: 631px;
    margin: auto;
    bottom: 6.67vw;
    left: 0;
    right: 0;
  }
}

/*
 * ボタン矢印(mũi tên button)
 */
.add_arrow {
  display: block;
  position: relative;
}
.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin: auto;
  width: 22px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(0, -50%) skewX(45deg);
  transition: 0.2s;
}
.add_arrow.inverse:after {
  border-right: 1px solid #ceb8a0;
  border-bottom: 1px solid #ceb8a0;
}
.add_arrow.inverse:hover {
  border-color: #fff;
  color: #fff;
  background: #ceb8a0;
}
.add_arrow.inverse:hover:after {
  border-color: #fff;
}
.add_arrow:hover {
  border: 1px solid #ceb8a0;
  color: #ceb8a0;
  background: #fff;
}
.add_arrow:hover:after {
  right: 6px;
  border-color: #ceb8a0;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  border: 1px solid #ceb8a0;
  color: #fff;
  background: #ceb8a0;
  padding: 0.6em;
  margin: 0 auto 1px;
  max-width: 240px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Noto Serif", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .more a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.more a.inverse {
  border: 1px solid #ceb8a0;
  color: #ceb8a0;
  background: #fff;
}

/*
 * ボタンエフェクト(button effect)
 */
@media (min-width: 768px) {
  .effect01 {
    overflow: hidden;
    position: relative;
  }
  .effect01:before {
    content: "";
    position: absolute;
    display: block;
    width: 140%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: #ceb8a0;
    opacity: 0.3;
    transform: translateX(-120%) skewX(15deg);
    transition: transform 0.3s;
  }
  .effect01:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
  .effect01:hover:before {
    transform: translateX(-15%) skewX(15deg);
  }
}
header .global_nav > ul > li.has_under > a {
  position: relative;
}
header .global_nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  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 #fff;
}

@media (min-width: 1050px) {
  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: #fff;
    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: auto;
    right: 0;
    margin: 0;
    top: 100%;
    letter-spacing: -0.4em;
    background: rgba(188.6458333333, 158.8541666667, 126.3541666667, 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;
    transition: background 0.3s;
  }
  header .global_nav > ul > li.has_under > ul > li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
}
.pagetop {
  position: fixed;
  bottom: 60px;
  right: 5%;
  z-index: 100;
}
.pagetop a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(206, 184, 160, 0.9);
}
.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  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)
 */
.text-center {
  text-align: center !important;
}

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

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

.lead {
  color: #ceb8a0;
  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: rgb(201, 33, 33) !important;
}

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

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
@media (max-width: 1049px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}
@media (min-width: 1050px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}
@media (max-width: 749px) {
  .sp-hide03, .pc-only03, .tablet-only03 {
    display: none !important;
  }
}
@media (min-width: 750px) {
  .pc-hide03, .sp-only03 {
    display: none !important;
  }
}
.arial {
  font-family: "Arial", arial !important;
}

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

.color_pri {
  color: #ceb8a0;
}

.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: #fff;
}
.inverse h2:after {
  background: #fff;
}
.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

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

@media (max-width: 1049px) {
  body {
    padding-bottom: 50px;
  }
}

.sp_follow {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.sp_follow ul {
  display: flex;
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
  list-style: none;
}
.sp_follow li {
  flex: 1;
}
.sp_follow a {
  width: 100%;
  text-decoration: none;
}
.sp_follow .link-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #ceb8a0;
  color: #fff;
}
.sp_follow .link-tel span {
  padding-left: 30px;
  background: url("images/icon_tel_wh.png") no-repeat left calc(50% + 1px);
  background-size: 18px auto;
  font-size: 2rem;
}
.sp_follow .link-line {
  height: 0;
  padding-top: 50px;
  background-color: #06c755;
}
@media (min-width: 1050px) {
  .sp_follow {
    display: none !important;
  }
}

.sec_about {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec_about {
    padding: 80px 0 40px;
  }
  .sec_about .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 520px;
  }
  .sec_about .row::after {
    display: none;
  }
  .sec_about .image_wrap {
    position: relative;
    height: 100%;
  }
  .sec_about .image_wrap figure {
    position: absolute;
    right: 0;
    top: 0;
    width: 920px;
    height: 100%;
    clip-path: border-box;
  }
  .sec_about .image_wrap img {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none;
  }
  .sec_about .text_wrap {
    margin: 0;
  }
  .sec_about h2 {
    text-align: left;
  }
  .sec_about h2 .big {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sec_about h2 br.sp-only {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .sec_about .image_wrap figure {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .sec_about {
    padding: 40px 0;
  }
  .sec_about h2 .big {
    font-size: 3rem;
  }
}
.sec_about .wow {
  position: relative;
  overflow: hidden;
  visibility: visible !important;
}
.sec_about .wow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ceb8a0;
  z-index: 1;
  transition: translate 1s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.sec_about .wow.animated::before {
  translate: 100%;
}

.sec_message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  background: url("/wp-content/uploads/top_bg001.png") no-repeat center;
}
.sec_message .container {
  margin: 0;
}
@media (min-width: 768px) {
  .sec_message {
    height: 478px;
  }
  .sec_message .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 920px;
    min-height: 271px;
  }
  .sec_message .container::before, .sec_message .container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 38px;
    height: 100%;
    background: no-repeat center/contain;
  }
  .sec_message .container::before {
    left: 0;
    background-image: url("/wp-content/uploads/top_parts001.png");
  }
  .sec_message .container::after {
    right: 0;
    background-image: url("/wp-content/uploads/top_parts002.png");
  }
  .sec_message h2 {
    letter-spacing: 2px;
  }
}
@media (min-width: 1921px) {
  .sec_message {
    height: 24.896vw;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .sec_message {
    height: auto;
    padding: 60px 10px;
    background-size: cover;
  }
}

.sec_menu {
  position: relative;
  margin-bottom: 0;
}
.sec_menu .more {
  display: flex;
  flex-wrap: wrap;
}
.sec_menu .more a {
  margin: 0;
}
.sec_menu .bnr {
  display: block;
  position: relative;
  color: #fff;
  font-family: "Noto Serif", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  text-decoration: none;
}
.sec_menu .bnr figcaption {
  position: absolute;
  left: 0.8em;
  bottom: 0.5em;
}
.sec_menu .bnr figcaption small {
  display: block;
}
.sec_menu .bnr::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skewX(45deg);
}
.sec_menu .other {
  background: url("/wp-content/uploads/top_parts005.png") no-repeat center bottom;
  font-family: "Noto Serif", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}
@media (min-width: 768px) {
  .sec_menu {
    padding: 80px 0 40px;
  }
  .sec_menu .row.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sec_menu .row.flex.row1 {
    height: 626px;
    margin-bottom: 50px;
  }
  .sec_menu .row.flex.row2 {
    height: 515px;
    margin-bottom: 80px;
  }
  .sec_menu .row.flex.reverse {
    flex-direction: row-reverse;
  }
  .sec_menu .row.flex::after {
    display: none;
  }
  .sec_menu .image_wrap {
    position: relative;
    height: 100%;
  }
  .sec_menu .image_wrap figure {
    position: absolute;
    right: 0;
    top: 0;
    width: 860px;
    height: 100%;
  }
  .sec_menu .image_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sec_menu .image_wrap img {
    -o-object-position: 150px;
       object-position: 150px;
  }
}
@media (min-width: 768px) {
  .sec_menu .reverse .image_wrap figure {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sec_menu .reverse .image_wrap img {
    -o-object-position: -150px;
       object-position: -150px;
  }
}
@media (min-width: 768px) {
  .sec_menu .text_wrap {
    margin: 0;
  }
  .sec_menu h2 {
    text-align: left;
    letter-spacing: 2px;
  }
  .sec_menu h2 small {
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sec_menu h2 br.sp-only {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .sec_menu .more {
    gap: 10px 20px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sec_menu .more {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .sec_menu .no-gutter {
    margin-bottom: 80px;
  }
  .sec_menu .no-gutter .col {
    width: 50%;
    margin: 0;
  }
  .sec_menu .bnr figcaption {
    font-size: 3.2rem;
    letter-spacing: 2px;
  }
  .sec_menu .bnr figcaption small {
    font-size: 2.4rem;
    letter-spacing: 1px;
    padding-left: 4px;
  }
  .sec_menu .bnr img {
    transition: opacity 0.3s;
  }
  .sec_menu .bnr::after {
    right: 40px;
    bottom: 50px;
    width: 84px;
    height: 6px;
    transition: translate 0.3s;
  }
  .sec_menu .bnr:hover img {
    opacity: 0.75;
  }
  .sec_menu .bnr:hover::after {
    translate: 10px;
  }
  .sec_menu figure:has(.bnr) + p {
    margin: 0;
    padding: 1em 1.5em 0;
  }
  .sec_menu .other {
    font-size: 2.2rem;
    text-align: center;
    padding-bottom: 75px;
  }
  .sec_menu::before, .sec_menu::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    background: no-repeat center/contain;
  }
  .sec_menu::before {
    width: 451px;
    height: 507px;
    top: -180px;
    right: calc(50% - 960px);
    background-image: url("/wp-content/uploads/top_parts003.png");
  }
}
@media (min-width: 768px) and (min-width: 1921px) {
  .sec_menu::before {
    right: 0;
  }
}
@media (min-width: 768px) {
  .sec_menu::after {
    width: 286px;
    height: 507px;
    bottom: 450px;
    left: calc(50% - 960px);
    background-image: url("/wp-content/uploads/top_parts004.png");
  }
}
@media (min-width: 768px) and (min-width: 1921px) {
  .sec_menu::after {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .sec_menu .image_wrap figure {
    right: 40px;
  }
  .sec_menu .reverse .image_wrap figure {
    right: auto;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .sec_menu {
    padding: 40px 0;
  }
  .sec_menu .row1 {
    margin-bottom: 30px;
  }
  .sec_menu .row2 {
    margin-bottom: 30px;
  }
  .sec_menu .more {
    justify-content: center;
    gap: 10px 10px;
    margin-top: 20px;
  }
  .sec_menu .no-gutter {
    margin-bottom: 30px;
  }
  .sec_menu .bnr {
    max-width: 600px;
    margin: auto;
  }
  .sec_menu .bnr figcaption {
    font-size: 2.4rem;
  }
  .sec_menu .bnr figcaption small {
    font-size: 1.8rem;
    padding-left: 2px;
  }
  .sec_menu .bnr::after {
    right: 20px;
    bottom: 30px;
    width: 65px;
    height: 6px;
  }
  .sec_menu .other {
    font-size: 1.8rem;
    padding-bottom: 40px;
    background-size: auto 19px;
  }
}
.sec_menu .wow .image_wrap, .sec_menu .wow .text_wrap {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, translate;
}
.sec_menu .wow .image_wrap {
  translate: 0 -40px;
}
.sec_menu .wow .text_wrap {
  translate: 0 40px;
}
.sec_menu .wow.animated .image_wrap, .sec_menu .wow.animated .text_wrap {
  opacity: 1;
  translate: 0;
}
@media (max-width: 767px) {
  .sec_menu .wow .image_wrap, .sec_menu .wow .text_wrap {
    translate: 0;
  }
}

.sec_doctor {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  background: url("/wp-content/uploads/top_bg002.png") no-repeat center;
}
.sec_doctor .container {
  margin: 0;
}
.sec_doctor .bnr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: url("/wp-content/uploads/bnr_doctor.png") no-repeat center;
  font-family: "Noto Serif", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  text-decoration: none;
}
.sec_doctor .bnr small {
  display: block;
}
.sec_doctor .bnr::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
@media (min-width: 768px) {
  .sec_doctor {
    height: 438px;
  }
  .sec_doctor .bnr {
    width: 700px;
    height: 200px;
    padding-left: 30px;
    font-size: 3.2rem;
    letter-spacing: 2px;
    transition: opacity 0.3s;
  }
  .sec_doctor .bnr small {
    padding-left: 6px;
    font-size: 2.6rem;
    letter-spacing: 1px;
  }
  .sec_doctor .bnr:hover {
    opacity: 0.75;
  }
}
@media (min-width: 1921px) {
  .sec_doctor {
    height: 22.8125vw;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .sec_doctor {
    height: 250px;
    background-size: auto 250px;
  }
  .sec_doctor .bnr {
    width: 300px;
    height: 120px;
    padding-left: 20px;
    font-size: 2.4rem;
  }
  .sec_doctor .bnr small {
    padding-left: 6px;
    font-size: 1.8rem;
  }
}

.sec_access {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec_access {
    padding: 70px 0 80px;
  }
  .sec_access h2 {
    margin-bottom: 1em;
    letter-spacing: 2px;
  }
  .sec_access h2 small {
    letter-spacing: 1px;
  }
  .sec_access .shopinfo {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .sec_access .shopinfo .map_container {
    padding-top: 500px;
  }
  .sec_access .shopinfo::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .sec_access .shopinfo dl {
    display: flex;
    gap: 10px;
  }
  .sec_access .shopinfo dl dt {
    width: 100px;
  }
  .sec_access .shopinfo dl dd {
    flex: 1;
  }
  .sec_access .shopinfo .col:has(.map_container) {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .sec_access {
    padding: 40px 0;
  }
}

.sec_news {
  background: #e9e9e9;
}
.sec_news .container {
  background: #fff;
}
@media (min-width: 768px) {
  .sec_news {
    padding: 60px 20px 65px;
  }
  .sec_news .container {
    padding: 30px 0;
  }
  .sec_news .news {
    display: flex;
    align-items: center;
    min-height: 140px;
  }
  .sec_news h2 {
    flex: 1;
    margin: 0;
    padding: 0 10px;
    letter-spacing: 2px;
  }
  .sec_news .news_wrap {
    flex: 2;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .sec_news {
    padding: 40px 15px;
  }
  .sec_news .container {
    padding: 15px 10px;
  }
}

.sec_contact {
  background: #ceb8a0;
}
.sec_contact .container {
  background: #fff;
}
.sec_contact ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  list-style: none;
}
.sec_contact .link-tel {
  background: url("images/icon_tel.png") no-repeat left calc(50% + 1px);
  font-weight: bold;
}
.sec_contact .link-line {
  width: 32px;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .sec_contact {
    padding: 80px 20px;
  }
  .sec_contact .container {
    padding: 70px 100px 80px;
  }
  .sec_contact ul {
    gap: 50px;
    margin: 30px 0 35px;
  }
  .sec_contact .link-tel {
    padding-left: 40px;
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .sec_contact {
    padding: 40px 15px;
  }
  .sec_contact .container {
    padding: 25px 10px;
  }
  .sec_contact ul {
    gap: 20px;
    margin: 20px 0;
  }
  .sec_contact .link-tel {
    padding-left: 30px;
    font-size: 2.2rem;
  }
}

.link-ig.view-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 48px;
  padding: 0 0 0 72px;
  background-position: left center;
  background-size: 48px;
  overflow: visible;
  line-height: 1.25;
  text-align: left;
}

.doctor_name {
  width: 80%;
  max-width: 410px;
  margin: 0;
}
.doctor_name img {
  width: 100%;
}

.step {
  display: flex;
}
.step .step_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
}
.step .step_title small {
  font-size: 1.4rem;
}
.step .step_title .no {
  line-height: 1;
  font-size: 4.2rem;
}
.step .step_body {
  flex: 1;
}
.step h3 {
  margin-bottom: 0.5em;
  padding: 0;
  border: 0;
  font-weight: bold;
}
.step .flex-middle {
  display: flex;
  gap: 15px;
  align-items: center;
}
.step .link-tel {
  font-size: 2rem;
}
.step .link-line {
  width: 48px;
  padding-top: 48px;
}
.step:not(:last-child) {
  margin-bottom: 50px;
}
.step:not(:last-child) .step_title {
  position: relative;
}
.step:not(:last-child) .step_title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 20px);
  margin: auto;
  width: 45px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ceb8a0;
}
@media (max-width: 767px) {
  .step .step_title {
    width: 80px;
  }
  .step .step_title .no {
    font-size: 3rem;
  }
}
/*# sourceMappingURL=main.css.map */
