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

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

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

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

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

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

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

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

body {
  background: #fff;
  font-family: "Noto Sans JP", "-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: #614C3F;
  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: #614C3F;
  text-decoration: underline;
}

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

.highlight a {
  color: #614C3F;
}

.highlight a:hover {
  color: #614C3F;
}

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: 16px;
}

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

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

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

dl dt {
  font-weight: bold;
}

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

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

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

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}

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

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

.highlight {
  padding: 4%;
  background: rgba(73, 189, 162, 0.05);
  color: #614C3F;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article_button {
  margin-top: 5%;
}

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

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.parallax_h1 h1 {
  color: #fff;
}

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

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

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

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

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

.col p {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .col p:not([class]) {
    line-height: 2;
  }
}

.container {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .container {
    width: calc(100% - 20px);
    padding: 0;
  }
}

.container .container {
  padding: 0;
}

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

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

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

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

.grecaptcha-badge {
  visibility: hidden;
}

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

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

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

header .row {
  margin: 0 1.5%;
}

@media (min-width: 1060px) {
  header .row {
    margin-right: calc(160px + 0.5%);
  }
}

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

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

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

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

@media (max-width: 600px) {
  header .title img,
  header .title object {
    width: 200px;
    height: 33.14917px;
  }
}

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

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

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

header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: #49BDA2;
}

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

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

header .global_nav > ul > li > a {
  background: #49BDA2;
}

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

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

header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #49BDA2;
  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: #49BDA2;
  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: #49BDA2;
}

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

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

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

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

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

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

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

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

@media (min-width: 1060px) {
  header .container {
    max-width: none;
  }
  header .container .row {
    width: auto;
  }
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
    height: 100px;
    display: table-cell;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
  }
  header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
  }
  header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 1060px) and (max-width: 1200px) {
  header .global_nav > ul > li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 1060px) {
  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: #614C3F;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1em;
  }
}

@media (min-width: 1060px) and (max-width: 1200px) {
  header .global_nav > ul > li > a {
    padding: 0.3em 0.5em;
  }
}

@media (min-width: 1060px) {
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #49BDA2;
    color: #614C3F;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .global_nav .menu_icon {
    display: none;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}

@media (max-width: 1059px) {
  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;
}

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

.hdr_info_wrap .hdr_info_sp a {
  position: relative;
  display: block;
  background: #49BDA2;
  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: 1060px) {
  .hdr_info_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .hdr_info_wrap .hdr_info {
    position: absolute;
    right: 0;
    top: 0;
    right: 0;
  }
}

footer {
  position: relative;
}

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

footer nav {
  text-align: center;
}

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

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

footer nav a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.7em 0;
  text-decoration: none;
}

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

footer .footer_copyright_wrap {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

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;
    white-space: normal;
  }
  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer nav ul li {
    line-height: 1.5;
    white-space: normal;
  }
  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)
 */
footer {
  background: #F9ED66;
  color: #614C3F;
}

footer a {
  color: #614C3F;
}

footer a:hover {
  color: #614C3F;
}

@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: #614C3F;
}

.bread ul li a:hover {
  color: #614C3F;
  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, #booking-package .wpcf7-submit,
.inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 220px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 30px;
  line-height: 1;
  background: #49BDA2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: .3s;
  cursor: pointer;
}

.button:hover, #booking-package .wpcf7-submit:hover,
.inquiry .wpcf7-submit:hover {
  background: #28A789;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cal_wrapper table.cal button {
  -webkit-appearance: none;
     -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 #49BDA2;
}

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

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

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

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

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

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

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

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

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

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

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

/* お問い合わせフォーム(form liên lạc) */
#booking-package h3,
.inquiry h3 {
  background: rgba(73, 189, 162, 0.1);
  color: #614C3F;
  border-radius: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  padding: .14em .8em;
  margin-block-end: 1em;
}

@media (max-width: 767px) {
  #booking-package h3,
  .inquiry h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#booking-package fieldset,
.inquiry fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  #booking-package fieldset,
  .inquiry fieldset {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#booking-package input[type="text"],
#booking-package input[type="url"],
#booking-package input[type="email"],
#booking-package input[type="tel"],
#booking-package input[type="date"],
#booking-package input[type="number"],
#booking-package select,
#booking-package textarea,
.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: 7.8px 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 5px;
  border: 1px solid #614C3F;
}

#booking-package input[type="number"],
.inquiry input[type="number"] {
  width: 150px;
  text-align: center;
}

#booking-package input.p-postal-code,
.inquiry input.p-postal-code {
  max-width: 40%;
}

#booking-package select.day,
.inquiry select.day {
  width: 78px;
}

#booking-package .submit,
.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

#booking-package .submit .button, #booking-package .submit .wpcf7-submit,
.inquiry .submit .button,
.inquiry .submit #booking-package .wpcf7-submit,
#booking-package .inquiry .submit .wpcf7-submit,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
}

#booking-package .title,
.inquiry .title {
  font-weight: bold;
  display: grid;
  grid-template-columns: 75px auto;
  align-items: center;
  line-height: 1.5;
}

@media (max-width: 767px) {
  #booking-package .title,
  .inquiry .title {
    align-items: flex-start;
    grid-template-columns: 60px auto;
  }
}

#booking-package .required, #booking-package .optional,
.inquiry .required,
.inquiry .optional {
  background: rgba(255, 0, 0, 0.6);
  color: #fff;
  padding: .37em .87em;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 15px;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 767px) {
  #booking-package .required, #booking-package .optional,
  .inquiry .required,
  .inquiry .optional {
    padding: 0 .5em;
    margin-right: 10px;
  }
}

#booking-package .optional,
.inquiry .optional {
  background: #B8B8B8;
}

#booking-package label,
.inquiry label {
  display: block;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 996px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry select {
    width: 220px;
  }
  .inquiry select.day {
    width: 100px;
  }
  .inquiry input.auto {
    width: auto;
  }
  .inquiry input.w_short {
    width: 28%;
  }
  .inquiry .submit {
    margin: 40px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}

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

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

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

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

.news .news_bg {
  background: rgba(73, 189, 162, 0.05);
}

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

.news h2 {
  color: #614C3F;
}

.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 #D9D9D9;
}

.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: 115px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em;
    border-bottom: 1px solid #49BDA2;
  }
  .news dl dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  .news dl dt + dd {
    padding-left: 135px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  margin: 0 auto;
}

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

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

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

.table-default {
  width: 100%;
}

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

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

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

.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}

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

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

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

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

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

.table-schedule {
  width: 100%;
}

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

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

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

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

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

.table-schedule td {
  background: transparent;
}

.table-summary {
  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 {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
  border-bottom: 1px solid #49BDA2;
}

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

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

h1:not(.title) {
  text-align: center;
  position: relative;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: normal;
  padding: 0.8em 10px;
  color: #fff;
  background: #614C3F;
  margin: 0 0 .5em;
}

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

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

h1:not(.title) span {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  h1:not(.title) {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h1:not(.title) span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h2 {
  text-align: center;
  padding-bottom: 0.5em;
  margin: 0 auto 0.8em;
  position: relative;
  border: 0;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  color: #614C3F;
}

h2 a {
  text-decoration: none;
}

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

h2:after, h2:before {
  content: '';
  display: block;
  background: #49BDA2;
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0;
}

h2:before {
  right: 50%;
}

h2:after {
  background: #F9ED66;
  left: 50%;
}

@media (min-width: 768px) {
  h2.pc-text-left::before {
    right: auto;
    left: 0;
  }
  h2.pc-text-left::after {
    left: 30px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h3 {
  padding: 0.3em 0.5em;
  margin: 0 0 0.5em;
  color: #614C3F;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 4px solid #49BDA2;
  position: relative;
}

h3 a {
  text-decoration: none;
}

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

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h4 {
  margin: 0 0 0.5em;
  padding-left: 0.9em;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  color: #614C3F;
  font-weight: normal;
}

h4 a {
  text-decoration: none;
}

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

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

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

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #614C3F;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(73, 189, 162, 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%;
  right: 0;
  left: auto;
}

.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: calc(100% - 40px);
  max-width: 1720px;
  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: 44.58333%;
  max-width: 535px;
  max-height: 320px;
  z-index: 52;
  top: 41%;
  right: auto;
}

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

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

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

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

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

.main_visual.wow .main_visual_copy > li img {
  opacity: 0;
}

.main_visual.wow .main_visual_copy > li img.main_copy1 {
  transition: 1s .4s;
  transform: translateX(40px);
}

.main_visual.wow.animated .main_visual_copy > li img {
  opacity: 1;
}

.main_visual.wow.animated .main_visual_copy > li img.main_copy1 {
  transform: translateX(0);
}

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

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

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

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

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

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

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

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

.slide_scroll:hover {
  color: #fff;
}

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

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

.article_list:nth-child(even) {
  background: rgba(73, 189, 162, 0.05);
}

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

.article_list:hover:before {
  background: #49BDA2;
}

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

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

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

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

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

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

.article_single01 .ofi {
  background: rgba(73, 189, 162, 0.05);
}

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

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

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

.article_single02 .ofi {
  background: rgba(73, 189, 162, 0.05);
}

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

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

.article_single03 .ofi {
  background: rgba(73, 189, 162, 0.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #49BDA2;
  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 #49BDA2;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(73, 189, 162, 0.05);
  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(73, 189, 162, 0.05);
  padding: 4%;
  margin-bottom: 4%;
  font-size: 15px;
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.wp_pager .wp_pager_prev {
  float: left;
}

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

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

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

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

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

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

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

.wp_pager .wp_pager_next {
  float: right;
}

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

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

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

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

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

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

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

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

#commentform #comment {
  width: 100%;
}

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

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

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

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

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

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

.more a.inverse {
  color: #614C3F;
  background: #F9ED66;
}

.more a.inverse:hover {
  color: #614C3F;
  background: #f0dd09;
}

.more a:hover {
  color: #fff;
  background: #28A789;
}

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

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

.add_arrow.inverse:after {
  border-top: 1px solid #614C3F;
  border-right: 1px solid #614C3F;
}

.add_arrow.inverse:hover:after {
  border-color: #614C3F;
}

.add_arrow:hover:after {
  right: 7%;
  border-color: #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: #49BDA2;
    opacity: 0.3;
    transform: translateX(-120%) skewX(15deg);
    transition: transform 0.3s;
  }
  .effect01:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
  .effect01:hover:before {
    transform: translateX(-15%) skewX(15deg);
  }
}

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

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

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

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

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

@media (min-width: 1060px) {
  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: #614C3F;
    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%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    top: 100%;
    letter-spacing: -.40em;
    background: #49BDA2;
    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: .2s;
  }
  header .global_nav > ul > li.has_under > ul > li a:hover {
    background: #28A789;
  }
}

.pagetop {
  position: fixed;
  bottom: 5%;
  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%;
  background: #614C3F;
}

@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 #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .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: #49BDA2;
  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: #49BDA2 !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: 1059px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

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

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

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

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

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

.color_pri {
  color: #49BDA2;
}

.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:before {
  background: #fff;
}

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

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

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

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

.en {
  font-family: "Caveat", cursive;
  font-weight: 400;
}

/*--------------------------------
  Common
--------------------------------*/
a img {
  transition: .3s;
}

a:hover img {
  opacity: .8;
}

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

@media (min-width: 768px) and (max-width: 1219px) {
  .h2_ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

.pagination {
  max-width: 1200px;
  margin: auto;
  margin-top: 4em;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .nav-links .page-numbers {
  display: inline-block;
  margin: 0 1em;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

@media (max-width: 767px) {
  .pagination .nav-links .page-numbers {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pagination .nav-links .page-numbers:not(.prev):not(.next):not(.dots) {
  margin: 0 0.2em;
  background: rgba(73, 189, 162, 0.3);
  color: #000;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .pagination .nav-links .page-numbers:not(.prev):not(.next):not(.dots) {
    width: 30px;
  }
}

.pagination .nav-links .page-numbers:not(.prev):not(.next):not(.dots).current {
  background: #49BDA2;
  color: #fff;
}

/*--------------------------------
  Header
--------------------------------*/
.hdr_info .contact {
  width: 160px;
  height: 100px;
  border-radius: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}

/*--------------------------------
  sec_news
--------------------------------*/
.sec_news {
  padding-block: 6rem 10rem;
}

@media (max-width: 767px) {
  .sec_news {
    padding-block: 6rem 3rem;
  }
}

.sec_news .container {
  max-width: 792px;
  position: relative;
}

@media (min-width: 768px) {
  .sec_news .more {
    min-width: 220px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*--------------------------------
  sec_concept
--------------------------------*/
.sec_concept {
  background: url(/wp-content/uploads/bnr_img002.jpg) no-repeat right bottom/min(18.75vw, 360px);
}

@media (max-width: 767px) {
  .sec_concept {
    background: none;
    padding-block: 3rem 6rem;
  }
}

@media (min-width: 768px) {
  .sec_concept .img_wrap {
    float: right;
    width: min(44.0625vw, 846px);
    height: 578px;
  }
}

.sec_concept .txt_wrap {
  position: relative;
}

@media (min-width: 768px) {
  .sec_concept .txt_wrap {
    max-width: 554px;
    margin-inline: auto;
  }
}

.sec_concept .h2_ttl {
  display: table;
}

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

.sec_concept .en {
  color: #F9ED66;
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  top: -45%;
  left: -7%;
  transform: rotate(-5deg);
}

@media (min-width: 768px) {
  .sec_concept .en {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  .sec_concept .en {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

/*--------------------------------
  sec_about
--------------------------------*/
.sec_about {
  background: url(/wp-content/uploads/bg_img001.jpg) no-repeat center center/cover;
  padding-block: 14rem;
}

@media (max-width: 767px) {
  .sec_about {
    padding-block: 6rem;
  }
}

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

.sec_about .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: url(/wp-content/uploads/bnr_img003.png) no-repeat center center/contain;
  max-width: 364px;
  aspect-ratio: 364 / 330;
  padding-top: 8%;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .sec_about .item .icon {
    max-width: 80%;
  }
  .sec_about .item .icon img {
    max-width: 50%;
    max-height: 50%;
  }
}

.sec_about .item p {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .sec_about .item p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  .sec_about .item p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*--------------------------------
  sec_service
--------------------------------*/
.sec_service {
  background: url(/wp-content/uploads/bg_img002.jpg) no-repeat right top/min(60vw, 1152px);
  padding-block: 14rem 7rem;
}

@media (max-width: 1219px) {
  .sec_service {
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .sec_service {
    background-size: contain;
    padding-block: 6rem 3rem;
  }
}

.sec_service .container {
  max-width: 1600px;
}

@media (min-width: 768px) {
  .sec_service .bnr_wrap {
    margin-bottom: 6%;
  }
}

@media (min-width: 768px) {
  .sec_service .bnr_wrap > .col + .col {
    margin-top: 2%;
  }
}

/*--------------------------------
  sec_works
--------------------------------*/
.sec_works {
  padding-block: 7rem 14rem;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .sec_works {
    padding-block: 3rem 6rem;
  }
}

.sec_works::before, .sec_works::after {
  content: '';
  display: block;
  background: rgba(73, 189, 162, 0.2);
  width: min(11.458333333333332vw, 220px);
  height: min(28.4375vw, 546px);
  position: absolute;
  z-index: -1;
}

.sec_works::before {
  background: rgba(249, 237, 102, 0.2);
  bottom: 20%;
  left: 0;
}

.sec_works::after {
  top: 20%;
  right: 0;
}

.sec_works .content_wrap a {
  text-decoration: none;
}

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

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

.sec_works .content_wrap img {
  aspect-ratio: 384 / 296;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .sec_works .content_wrap p {
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.sec_works .h3_ttl {
  display: table;
  border: none;
  border-bottom: 1px solid #49BDA2;
}

@media (max-width: 1219px) {
  .sec_works .h3_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

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

/*--------------------------------
  sec_collaboration
--------------------------------*/
.sec_collaboration {
  background: rgba(249, 237, 102, 0.1);
  padding-block: 14rem;
}

@media (max-width: 767px) {
  .sec_collaboration {
    padding-block: 6rem;
  }
}

.sec_collaboration .content_wrap a {
  text-decoration: none;
}

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

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

.sec_collaboration .content_wrap img {
  aspect-ratio: 384 / 296;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .sec_collaboration .content_wrap p {
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.sec_collaboration .h3_ttl {
  display: table;
  border: none;
  border-bottom: 1px solid #F9ED66;
}

@media (max-width: 1219px) {
  .sec_collaboration .h3_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

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

/*--------------------------------
  sec_company
--------------------------------*/
.sec_company {
  background: #F9F9F9;
  padding-block: 14rem;
}

@media (max-width: 767px) {
  .sec_company {
    padding-block: 6rem;
  }
}

@media (min-width: 768px) {
  .sec_company .shopinfo .map_container {
    padding-top: 560px;
  }
}

@media (min-width: 768px) {
  .sec_company .table-summary {
    max-width: 532px;
    margin-left: 0;
  }
}

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

.sec_company .table-summary th {
  min-width: 140px;
}

@media (max-width: 767px) {
  .sec_company .table-summary th {
    min-width: 100px;
  }
}

@media (min-width: 768px) {
  .sec_company .more {
    margin-top: 3em;
  }
  .sec_company .more a {
    margin-left: 0;
  }
}

/*--------------------------------
  sec_contact
--------------------------------*/
.sec_contact {
  background: url(/wp-content/uploads/bg_img003.jpg) no-repeat center top/contain;
  padding-block: 21% 12rem;
}

@media (max-width: 767px) {
  .sec_contact {
    padding-block: 21% 6rem;
  }
}

.sec_contact .content_wrap {
  max-width: 995px;
  background: rgba(73, 189, 162, 0.9);
  padding: 8% 4%;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .sec_contact .content_wrap {
    padding-block: 6%;
  }
}

.sec_contact .tel {
  font-weight: 700;
}

@media (min-width: 768px) {
  .sec_contact .tel {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
    margin-top: 0.8em;
  }
}

.sec_contact .tel .link-tel {
  color: #F9ED66;
  position: relative;
  padding-left: 3rem;
}

.sec_contact .tel .link-tel::before {
  content: '';
  display: block;
  background: url(/wp-content/uploads/icon_tel.png) no-repeat center center/contain;
  width: 23px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

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

/*--------------------------------
  under
--------------------------------*/
.table-scroll {
  overflow-x: auto;
}

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

.step_parts {
  display: flex;
}

.step_parts .head {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #49BDA2;
}

.step_parts .head p {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  color: #fff;
}

.step_parts .head p span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

.step_parts .content {
  padding: 20px 0;
}

.step_parts .content .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .step_parts .head {
    width: 24%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .step_parts .head p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .step_parts .head p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .step_parts .content .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.qa .row:not(:last-child) {
  margin-bottom: 1em;
}

.qa .question {
  position: relative;
  cursor: pointer;
  border: none;
  padding: 1em;
  padding-right: calc(2em + 24px);
  margin: 0;
  display: block;
  font-weight: bold;
  background: rgba(73, 189, 162, 0.05);
}

.qa .question:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  border-right: 2px solid #614C3F;
  border-bottom: 2px solid #614C3F;
  width: 10px;
  height: 10px;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: center;
  transition: .2s;
}

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

@media (max-width: 767px) {
  .qa .question {
    padding-right: calc(2em + 18px);
    margin-bottom: 1em;
  }
  .qa .question:before {
    width: 8px;
    height: 8px;
  }
}

.qa .question.open:before {
  transform: translateY(-50%) rotate(225deg);
}

.qa .answer {
  display: none;
  padding: 1em;
}

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