@charset "UTF-8";
/* version */
@import url(vendor/common.css);
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "游ゴ", "Yu Gothic", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-size: 1.5em;
  line-height: 1.8;
  color: #381d00;
  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: #381d00;
  text-decoration: underline;
}

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

.highlight a {
  color: #381d00;
}

.highlight a:hover {
  color: #381d00;
}

img {
  vertical-align: middle;
}

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

.round-large {
  border-radius: 28px;
}

p {
  margin: 0.5em 0 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

dl dt {
  font-weight: bold;
}

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

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

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

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}

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

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

.highlight {
  padding: 4% 0;
  background: rgba(252, 146, 46, 0.05);
  color: #381d00;
}

#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: 5%;
  }
  main section:last-child {
    margin-bottom: 7%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 7%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@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: 1000px;
    margin: auto;
    padding: 0 10px;
  }
}

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

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

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

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

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

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

header section {
  margin: 0;
  width: 100%;
}

header .row {
  margin: 0 3%;
}

header .primary_header {
  color: #381d00;
}

header .title {
  max-width: 40%;
  margin: 0;
  width: 20%;
  padding: 10px 1%;
  line-height: 1;
  text-align: left;
  font-size: 10px;
  font-size: 1rem;
  max-width: none;
  width: 100%;
}

@media (max-width: 600px) {
  header .title {
    width: 90%;
  }
}

header .title object {
  max-width: 240px;
}

header .title img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

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

header .title object {
  pointer-events: none;
  width: 261px;
  height: 31px;
}

@media (max-width: 600px) {
  header .title object {
    width: 180px;
    height: 21.37931px;
    min-height: 45px;
  }
}

header .global_nav:not(:last-child) {
  display: none;
}

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

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

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

header .global_nav > ul > li a {
  display: block;
  padding: 0.7em 1em;
  text-decoration: none;
  color: #381d00;
  background: rgba(252, 146, 46, 0.9);
}

@media (max-width: 1023px) {
  header .global_nav > ul > li a {
    font-size: 18px;
    font-weight: bold;
  }
}

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

header .global_nav > ul > li a:active {
  background: rgba(255, 250, 246, 0.9);
  color: #381d00;
}

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

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

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

header .global_nav .menu_icon a:before, header .global_nav .menu_icon a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #fc922e;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .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%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #fc922e;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  overflow: hidden;
  text-indent: 100%;
  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%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  background: #fc922e;
}

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

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

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

header.menu_open .global_nav > ul {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  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: 1024px) {
  header .container .row {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }
  header .row {
    margin: 0;
  }
  header .title, header .global_nav {
    margin: 0;
    vertical-align: middle;
  }
  header .title {
    max-width: none;
    width: 261px;
    width: 100%;
    text-align: center;
    max-width: none;
    padding: 10px 0;
  }
  header .title object {
    max-width: 100%;
  }
  header .title img {
    width: auto;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1580px) {
  header .title {
    text-align: left;
    padding-left: 3%;
  }
}

@media (min-width: 1024px) {
  header .global_nav {
    text-align: right;
    width: calc(94vw - 261px);
    padding: 0;
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
  header .global_nav:not(:last-child) {
    display: table-cell;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    -webkit-transform: none;
    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;
    padding: .3em 1em;
    border-left: 1px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  header .global_nav > ul > li > a {
    display: inline;
    padding: 0;
    color: #381d00;
    text-decoration: none;
    background: transparent;
  }
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #fc922e;
    color: #fc922e;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li a {
    padding: .3em 0;
    transition: .3s;
  }
  header .global_nav > ul > li:last-child {
    border-right: 1px;
  }
  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: 767px) {
  header .global_nav > ul > li > a > br,
  header .global_nav > ul > li > a > span {
    display: none;
  }
}

.hdr_info {
  display: none;
}

@media (min-width: 1024px) {
  .hdr_info {
    display: block;
    position: absolute;
    top: 35px;
    right: 3%;
  }
}

footer {
  position: relative;
  background: #fc922e;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer nav {
  text-align: center;
}

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

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

footer nav a {
  display: block;
  padding: .7em .3em;
  text-decoration: none;
}

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

footer .copyright {
  text-align: center;
}

footer .copyright p {
  padding: 0em .3em 1em;
  font-size: 12px;
}

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

.slider-pro.contents {
  overflow: hidden;
  margin: 0 auto !important;
}

.slider-pro.contents .sp-caption-container {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}

.slider-pro.contents .sp-caption-container h3 {
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.slider-pro.contents .sp-caption-container h3:last-child {
  margin-bottom: 0;
}

.slider-pro.contents .sp-caption-container p {
  font-size: 13px;
  font-size: 1.3rem;
}

.slider-pro.contents.sp-horizontal .sp-previous-arrow {
  left: 10px;
  margin-top: 180px;
}

.slider-pro.contents.sp-horizontal .sp-next-arrow {
  right: 10px;
  margin-top: 180px;
}

.slider-pro.contents .sp-next-arrow:after,
.slider-pro.contents .sp-next-arrow:before,
.slider-pro.contents .sp-previous-arrow:after,
.slider-pro.contents .sp-previous-arrow:before {
  background-color: #fc922e;
}

@media (max-width: 767px) {
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
}

@media (min-width: 768px) {
  .slider-pro.contents .sp-caption-container {
    width: 450px;
    min-height: 40px;
    margin: 10px auto 0;
    border-right: 1px dashed #999;
    border-left: 1px dashed #999;
  }
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
  .slider-pro.contents.sp-horizontal .sp-previous-arrow {
    left: 50%;
    margin-top: 187.5px;
    margin-left: -230px;
  }
  .slider-pro.contents.sp-horizontal .sp-next-arrow {
    right: 50%;
    margin-top: 187.5px;
    margin-right: -230px;
  }
}

.slider-pro.center {
  overflow: hidden;
  width: 100%;
}

.slider-pro.center .sp-button {
  border: none;
  background: #d2d2d2;
}

.slider-pro.center .sp-selected-button {
  background: #fc922e;
}

.slider-pro.center.sp-horizontal .sp-arrows {
  left: 0;
  right: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.slider-pro.center.sp-horizontal .sp-previous-arrow {
  left: 10px;
}

.slider-pro.center.sp-horizontal .sp-next-arrow {
  right: 10px;
}

.slider-pro.center .sp-previous-arrow,
.slider-pro.center .sp-next-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(252, 146, 46, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}

.slider-pro.center .sp-previous-arrow {
  background-image: url(/wp-content/uploads/arrow_left_wh.png);
}

.slider-pro.center .sp-next-arrow {
  background-image: url(/wp-content/uploads/arrow_right_wh.png);
}

.slider-pro.center .sp-next-arrow:after,
.slider-pro.center .sp-next-arrow:before,
.slider-pro.center .sp-previous-arrow:after,
.slider-pro.center .sp-previous-arrow:before {
  display: none;
}

.slider-pro.center .sp-layer {
  line-height: 1.2;
  white-space: normal !important;
  font-size: 20px;
  font-size: 2rem;
  color: #381d00;
}

.slider-pro.center .sp-layer small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .slider-pro.center .sp-layer {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .slider-pro.center .sp-padding {
    padding: 35px;
  }
}

@media (min-width: 1100px) {
  .slider-pro.center.sp-horizontal .sp-previous-arrow {
    left: -15px;
  }
  .slider-pro.center.sp-horizontal .sp-next-arrow {
    right: -15px;
  }
}

.slider-pro.wide {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 10px;
}

.slider-pro.wide .sp-buttons {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: auto;
  padding-top: 0;
  text-align: right;
}

.slider-pro.wide .sp-button {
  border: none;
  background: #d2d2d2;
}

.slider-pro.wide .sp-selected-button {
  background: #fc922e;
}

.slider-pro.wide .sp-previous-arrow,
.slider-pro.wide .sp-next-arrow {
  z-index: 2;
}

.slider-pro.wide .sp-next-arrow:after,
.slider-pro.wide .sp-next-arrow:before,
.slider-pro.wide .sp-previous-arrow:after,
.slider-pro.wide .sp-previous-arrow:before {
  color: #fff;
}

.slider-pro.wide .hps-slider-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-pro.wide .hps-slider-mask.stripe {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(/wp-content/uploads/mask_stripe.png);
}

.slider-pro.wide .hps-slider-copy {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 50px;
  color: #381d00;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}

.slider-pro.wide .hps-slider-copy .lead {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #381d00;
}

.slider-pro.wide.disable-arrows .hps-slider-copy {
  padding: 0 10px;
}

.slider-pro.wide .hps-slider-scroll {
  display: none;
}

@media (max-width: 767px) {
  .slider-pro.wide.sp-disable-arrows .hps-slider-copy {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .slider-pro.wide .sp-buttons {
    bottom: 20px;
    right: 25px;
  }
  .slider-pro.wide .sp-button {
    width: 18px;
    height: 18px;
    margin: 0 10px;
  }
  .slider-pro.wide .hps-slider-copy {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
  }
  .slider-pro.wide .hps-slider-copy .lead {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .slider-pro.wide .hps-slider-scroll a {
    display: inline-block;
    width: 100px;
    padding-bottom: 45px;
    background: url(/wp-content/uploads/arrow_down_white.png) center bottom no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .slider-pro.wide .hps-slider-scroll.text-black a {
    background: url(/wp-content/uploads/arrow_down_black.png) center bottom no-repeat;
    color: #000;
  }
}

@media (min-width: 1024px) {
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    bottom: 45px;
  }
}

@media (max-width: 767px) {
  .bf-af .row:not(:last-child) {
    margin-bottom: 10%;
  }
  .bf-af .before {
    padding-bottom: 16%;
    background: url(/wp-content/uploads/arrow_down.svg) center bottom no-repeat;
    background-size: 20%;
  }
  .bf-af .after:not(:last-child) {
    margin-bottom: 10%;
  }
}

@media (min-width: 768px) {
  .bf-af {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .bf-af .before, .bf-af .after {
    display: table-cell;
    vertical-align: top;
  }
  .bf-af .before span {
    display: block;
    position: relative;
  }
  .bf-af .before span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: url(/wp-content/uploads/arrow_right.svg) center center no-repeat;
    background-size: 100%;
  }
  .bf-af.col2 .before {
    width: 55%;
    padding-right: 10%;
  }
  .bf-af.col2 .after {
    width: 45%;
  }
  .bf-af.col2 .before span:after {
    width: 10%;
    right: -16%;
  }
  .bf-af.col4 .before:nth-child(1) {
    width: 24%;
    padding-left: 0;
    padding-right: 2%;
  }
  .bf-af.col4 .after:nth-child(2) {
    width: 26%;
    padding-left: 3%;
    padding-right: 1%;
  }
  .bf-af.col4 .before:nth-child(3) {
    width: 26%;
    padding-left: 1%;
    padding-right: 3%;
  }
  .bf-af.col4 .after:nth-child(4) {
    width: 24%;
    padding-left: 2%;
    padding-right: 0;
  }
  .bf-af.col4 .before span:after {
    width: 13%;
    right: -18%;
  }
}

main section .bread_wrap {
  background: transparent;
  color: #fc922e;
  margin-bottom: 2%;
}

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

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

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

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

.bread ul li a:hover {
  color: #381d00;
  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:after {
  content: none;
}

.button {
  display: inline-block;
  min-width: 0px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  background: #fc922e;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: .3s;
}

.button:hover {
  background: #ced4d2;
  color: #fc922e;
}

.highlight .button {
  color: #fff;
}

.highlight .button:hover {
  color: #fc922e;
}

.button.block {
  display: block;
  min-width: 0;
}

.button.inverse {
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
}

.button.inverse:hover {
  background: #1a1a1a;
  color: #fff;
}

.button.cancel {
  background: #888;
  color: #fff;
}

.button.cancel:hover {
  background: #6f6f6f;
}

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

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

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

.feature {
  color: #fff;
}

.feature h3 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}

.feature img {
  width: 100%;
}

.feature .col {
  display: table;
  table-layout: fixed;
}

.feature .col:not(:last-child) {
  margin-bottom: 0;
}

.feature .col:nth-child(1) {
  background: #49afe6;
}

.feature .col:nth-child(2) {
  background: #8ed95d;
}

.feature .col:nth-child(3) {
  background: #f6aa48;
}

.feature .col:nth-child(4) {
  background: #f98282;
}

.feature .col .textbox {
  display: table-cell;
  width: 70%;
  padding: 1em 3%;
  vertical-align: middle;
}

.feature .col figure {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}

.feature .col figure:first-child img {
  text-align: left;
}

.feature .col figure:last-child img {
  text-align: right;
}

@media (min-width: 768px) {
  .feature h3 {
    margin: 10px 0 15px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .feature .col {
    display: block;
    table-layout: auto;
  }
  .feature .col .textbox {
    display: block;
    width: auto;
    height: 250px;
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .feature .col figure {
    display: inline;
    width: auto;
    vertical-align: middle;
  }
}

.grid {
  display: block;
  margin: 0;
}

.grid.row, .grid .row, .grid.col, .grid .col {
  margin: 0;
}

.has-child-grid .grid {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: stretch;
  align-items: stretch;
}

.has-child-grid .grid .col {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.has-child-grid .grid .col.span_12 {
  padding: 20px 0;
}

.grid .grid-arrow {
  position: relative;
  overflow: hidden;
}

.grid .grid-arrow:after {
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
}

.grid p {
  margin: 0;
  padding: 0.2em 0;
}

.grid a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.grid a > [style^="background-image"], .grid a img {
  transition: .3s;
}

.grid a:hover > [style^="background-image"], .grid a:hover img {
  opacity: 0.6;
}

.grid .grid-bg1 {
  background-color: #e74c3c;
}

.grid .grid-bg1:hover {
  background-color: #eb6d60;
}

.grid .grid-bg1:hover .grid-arrow:after {
  background-color: #df2e1b;
}

.grid .grid-bg2 {
  background-color: #3498db;
}

.grid .grid-bg2:hover {
  background-color: #57aae1;
}

.grid .grid-bg2:hover .grid-arrow:after {
  background-color: #2383c4;
}

.grid .grid-bg3 {
  background-color: #f1c40f;
}

.grid .grid-bg3:hover {
  background-color: #f3cd36;
}

.grid .grid-bg3:hover .grid-arrow:after {
  background-color: #cba50c;
}

.grid .grid-bg4 {
  background-color: #1abc9c;
}

.grid .grid-bg4:hover {
  background-color: #1fe0ba;
}

.grid .grid-bg4:hover .grid-arrow:after {
  background-color: #15987e;
}

.grid .grid-bg5 {
  background-color: #9b59b6;
}

.grid .grid-bg5:hover {
  background-color: #ac75c2;
}

.grid .grid-bg5:hover .grid-arrow:after {
  background-color: #8646a0;
}

.grid .grid-bg6 {
  background-color: #34495e;
}

.grid .grid-bg6:hover {
  background-color: #435d78;
}

.grid .grid-bg6:hover .grid-arrow:after {
  background-color: #253544;
}

.grid .grid-bg7 {
  background-color: #2ecc71;
}

.grid .grid-bg7:hover {
  background-color: #4cd787;
}

.grid .grid-bg7:hover .grid-arrow:after {
  background-color: #26ab5f;
}

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

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

.guide figure {
  margin-bottom: 1em;
}

.guide figure img {
  width: auto;
  max-width: 100%;
}

.guide .message .contents_link {
  text-align: center;
}

@media (min-width: 768px) {
  .guide {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: -1em;
  }
  .guide figure {
    flex: 1;
    margin-bottom: 0;
    min-width: 0;
  }
  .guide .message {
    flex: 3;
    padding-left: 2%;
    padding-bottom: 45px;
  }
  .guide .message.text-only {
    padding-bottom: 0;
  }
  .guide .message h2 {
    margin-bottom: 1em;
  }
  .guide .message .contents_link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .guide.reverse {
    flex-direction: row-reverse;
  }
  .guide.reverse .message {
    padding-left: 0;
    padding-right: 2%;
  }
  .ie .guide {
    display: table;
  }
  .ie .guide figure {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .ie .guide .message {
    display: table-cell;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .ie .guide.reverse .message {
    padding-left: 2%;
    padding-right: 0;
  }
}

/* お問い合わせフォーム(form liên lạc) */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(252, 146, 46, 0.05);
}

.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 .required {
  color: #c00;
}

.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: #ebe5df;
  border-radius: 20px;
}

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

@media (max-width: 767px) {
  .news.typeC .news_bg {
    padding: 0.5em 0;
  }
}

.news h2 {
  color: #381d00;
}

.news dl {
  margin: 0;
  color: #381d00;
}

.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: 690px;
    padding: 20px;
  }
  .news.typeC dl {
    max-height: 650px;
  }
  .news dl {
    overflow-y: auto;
    max-height: 135px;
  }
  .news dl dt {
    width: 100px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em 0;
  }
  .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 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

.qa .question {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 50px 1em 1em;
  background-color: rgba(252, 146, 46, 0.05);
  font-weight: normal;
}

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

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

.qa .question:hover {
  background: rgba(252, 138, 31, 0.05);
}

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

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

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

.qa.qa-open .question:hover {
  background-color: rgba(252, 146, 46, 0.05);
}

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

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

.highlight .qa .question {
  background: rgba(252, 159, 71, 0.05);
}

.highlight .qa .question:hover {
  background: rgba(252, 151, 56, 0.05);
}

.highlight .qa.qa-open .question:hover {
  background: rgba(252, 159, 71, 0.05);
}

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

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

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

.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: 70%;
}

.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 .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

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

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

.sns_icons li {
  display: inline-block;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }
  .sns_icons.center {
    margin: auto;
  }
  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }
  .sns_icons a {
    width: 68px;
    height: 68px;
  }
  footer .sns_icons {
    margin-top: 30px;
  }
}

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

.step .row,
.step-h .col {
  position: relative;
  padding: 1em;
  background: rgba(252, 146, 46, 0.05);
}

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

@media (max-width: 767px) {
  .step .row:not(:last-child),
  .step-h .col:not(:last-child),
  .step-h .row.continue .col:last-child {
    margin-bottom: 18%;
  }
  .step .row:not(:last-child):after,
  .step-h .col:not(:last-child):after,
  .step-h .row.continue .col:last-child:after {
    padding-top: 20%;
  }
  .step-h .row.continue {
    margin-bottom: 0;
  }
}

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

@media (min-width: 1024px) {
  .step-h .col:not(:last-child) figure span:after {
    right: -34px;
  }
}

table {
  margin: 0 auto;
}

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

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 th, .table-default td {
  border: 1px solid #fc922e;
}

.table-default th {
  background: rgba(252, 146, 46, 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 th, .table-menu td {
  padding: 0.8em 1em;
  border-top: 1px solid #fc922e;
  border-bottom: 1px solid #fc922e;
}

.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 th, .table-schedule td {
  border: 1px solid #fc922e;
  padding: 5px;
  text-align: center;
}

.table-schedule thead th {
  background: rgba(252, 146, 46, 0.7);
  color: #fff;
}

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

.table-schedule td {
  background: transparent;
}

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

@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  table.combine tbody tr:last-child th, table.combine tbody tr:last-child td {
    border-bottom: 0;
  }
}

.wide_image img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 768px) {
  .wide_image div {
    margin: 0 auto;
  }
}

h1:not(.title) {
  background: url("/wp-content/uploads/h1_bg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  padding: 1.3em 0;
  color: #381d00;
  margin: 0 0 .5em;
}

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

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

h2 {
  display: table;
  table-layout: fixed;
  margin: 0 auto 1.5em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: block;
  font-size: 28px;
  font-size: 2.8rem;
  color: #381d00;
  text-align: center;
}

h2 a {
  text-decoration: none;
}

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

h2 small, h2 span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fc922e;
  font-weight: normal;
}

h2:after, h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #e1d9d0;
  width: 62px;
}

h2:before {
  right: calc(100% + 10px);
}

h2:after {
  left: calc(100% + 10px);
}

h2.h2_home small {
  display: table;
  table-layout: fixed;
  margin: 0 auto 1.5em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: block;
  text-align: center;
}

h2.h2_home small:after, h2.h2_home small:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #e1d9d0;
  width: 62px;
}

h2.h2_home small:before {
  right: calc(100% + 15px);
}

h2.h2_home small:after {
  left: calc(100% + 15px);
}

h2.h2_home:after, h2.h2_home:before {
  content: none;
}

h3 {
  margin: 0 0 1.3em;
  color: #381d00;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 8px;
}

h3 a {
  text-decoration: none;
}

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

h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: none;
  border-top: 1px solid #e1d9d0;
  border-bottom: 1px solid #e1d9d0;
}

@media (max-width: 767px) {
  h3:after {
    width: 20px;
  }
}

h3:before {
  content: '';
  background: url("/wp-content/uploads/h3_icon.png") no-repeat;
  height: 12px;
  width: 12px;
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin-right: 7px;
}

h4 {
  margin: 0 0 1.2em;
  padding-bottom: 0.2em;
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  color: #381d00;
  font-weight: bold;
  border-bottom: 1px solid #e1d9d0;
}

h4 a {
  text-decoration: none;
}

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

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #381d00;
  padding: .7em 0 .7em 1em;
  background: rgba(252, 146, 46, 0.05);
}

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

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

@media (max-width: 767px) {
  h1:not(.title) {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h1:not(.title):after {
    height: 2px;
  }
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h2:after, h2:before {
    height: 1px;
  }
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  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: 599px) {
  .main_visual .main_visual_arrow .slick-prev {
    left: 10px;
  }
  .main_visual .main_visual_arrow .slick-next {
    right: 10px;
  }
  .main_visual .main_visual_arrow .slick-prev:before,
  .main_visual .main_visual_arrow .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }
}

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

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

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

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

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

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

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

.slide_scroll {
  position: absolute;
  bottom: 1%;
  left: 50%;
  -webkit-transform: translateX(-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;
}

.epress_search {
  padding: 3px;
  width: 100%;
}

.epress_search form {
  overflow: hidden;
  border: 4px solid #fc922e;
}

.epress_search input[type="text"],
.epress_search input[type="submit"] {
  margin: 0;
  padding: 0;
  float: left;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.epress_search input[type="text"] {
  background: #fff;
  color: #381d00;
  padding: .3em .3em .3em .7em;
  width: calc(100% - 75px);
}

.epress_search input[type="submit"] {
  cursor: pointer;
  padding: 0.58em 1em;
  background: rgba(252, 146, 46, 0.7);
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  width: 75px;
}

@media (max-width: 1023px) {
  header .global_nav > ul > li.gnav_search {
    position: static;
  }
  header .global_nav > ul > li.gnav_search > a {
    display: none !important;
  }
  header .global_nav > ul > li.gnav_search .epress_search {
    display: block !important;
    position: static !important;
    width: 100% !important;
    background: rgba(252, 146, 46, 0.9);
  }
}

/*
 * ヘッダーナビのデザイン(design của header navi)
 */
/*
  * ヘッダの検索表示タイプ(type hiển thị tìm kiếm của header)
  */
header .global_nav > ul > li.gnav_search {
  position: relative;
}

header .global_nav > ul > li.gnav_search a {
  display: block;
  background: url("/wp-content/uploads/search.png") no-repeat center center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 30px;
  height: 30px;
}

header .global_nav > ul > li.gnav_search a:hover {
  border-bottom: 0;
}

header .global_nav > ul > li.gnav_search .epress_search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}

@media (min-width: 1024px) {
  header .global_nav > ul > li.gnav_search .epress_search {
    width: 250px;
  }
}

header .global_nav > ul > li.gnav_search .epress_search form {
  background: #fff;
}

.th03_bnr .th03_bnr_text {
  padding: 1.5em;
  color: #fff;
  background: rgba(252, 146, 46, 0.5);
}

.th03_bnr .th03_bnr_text h2,
.th03_bnr .th03_bnr_text h3 {
  color: #fff;
}

.th03_bnr .th03_bnr_text h2:before, .th03_bnr .th03_bnr_text h2:after,
.th03_bnr .th03_bnr_text h3:before,
.th03_bnr .th03_bnr_text h3:after {
  content: none;
}

.th03_bnr .th03_bnr_button.more a {
  color: #fff;
  border: 1px solid #fff;
}

.th03_bnr .th03_bnr_button.more a:after {
  border-color: #fff;
}

@media (min-width: 768px) {
  .th03_bnr {
    position: relative;
  }
  .th03_bnr + .th03_bnr {
    margin-top: 5%;
  }
  .th03_bnr .th03_bnr_img {
    position: absolute;
    left: 45%;
    right: auto;
    top: 0;
    margin: auto;
    overflow: visible;
    padding-top: 48%;
  }
  .th03_bnr .th03_bnr_img > * {
    position: absolute;
    top: 0;
    right: -100%;
    left: 0;
    text-align: left;
  }
  .th03_bnr .th03_bnr_text {
    position: relative;
    width: 55%;
    overflow: hidden;
    min-height: calc(480px * 1);
    background-size: auto;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .th03_bnr .th03_bnr_text {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .th03_bnr .th03_bnr_text p:not(.th03_bnr_button) {
    line-height: 2;
    margin-bottom: 4em;
  }
  .th03_bnr .th03_bnr_button {
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
  }
  .th03_bnr .reverse .th03_bnr_img {
    left: auto;
    right: 45%;
  }
  .th03_bnr .reverse .th03_bnr_img > * {
    right: 0;
    left: -100%;
    text-align: right;
  }
  .th03_bnr.wow .th03_bnr_img {
    opacity: 0;
    transition: 1s .5s;
  }
  .th03_bnr.wow .th03_bnr_text {
    opacity: 0;
    transition: 1s .5s;
  }
  .th03_bnr:not(.wow) .th03_bnr_img, .th03_bnr.animated .th03_bnr_img {
    -webkit-transform: translate(0, -33px);
    transform: translate(0, -33px);
    opacity: 1;
  }
  .th03_bnr:not(.wow) .th03_bnr_text, .th03_bnr.animated .th03_bnr_text {
    -webkit-transform: translate(0, 33px);
    transform: translate(0, 33px);
    opacity: 1;
  }
}

.th05 .container {
  padding: 5%;
}

.th05 .th05_hover {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.th05 .th05_hover:hover .th05_wrap {
  top: 0;
}

.th05 .th05_hover:hover h3 {
  top: 20%;
}

.th05 figure {
  display: inline-block;
}

.th05 .th05_wrap {
  position: absolute;
  top: 80%;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(252, 146, 46, 0.7);
  height: 100%;
  transition: .3s;
}

.th05 h3 {
  color: #fff;
  position: absolute;
  top: 4%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  transition: .3s;
  font-size: 22px;
  font-size: 2.2rem;
}

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

.th05 h3:after {
  content: none;
}

.th05 .th05_text {
  color: #fff;
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 5%;
  line-height: 2;
}

@media (max-width: 767px) {
  .th05 .th05_text {
    line-height: 1.7;
  }
}

.th05 .th05_btn {
  display: block;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: auto;
}

.th05 .th05_btn a {
  border-color: #fff;
  color: #fff;
  padding: .3em 0;
  max-width: 100px;
  width: 100%;
  transition: .3s;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .th05 .th05_btn a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.th05 .th05_btn a:after {
  border-color: #fff;
}

.th05 .th05_btn a:hover {
  color: #fc922e;
  background: #fff;
}

.th05 .th05_btn a:hover:after {
  border-color: #fc922e;
}

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

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

.article_list:nth-child(even) {
  background: rgba(252, 146, 46, 0.05);
}

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

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

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

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

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

.pagination > * {
  display: inline-block;
  padding: .5em;
  border: 1px solid #ccc;
}

.pagination a {
  text-decoration: none;
  background: rgba(252, 146, 46, 0.05);
  transition: .3s;
}

.pagination a:hover {
  background: #fff;
}

.article_detail {
  background: rgba(252, 146, 46, 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 #fc922e;
  border-right: 5px solid #fc922e;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transition: .2s;
}

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

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

.epress_social {
  letter-spacing: -.40em;
  text-align: right;
  padding: 2%;
}

.epress_social > * {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}

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

.epress_pager .epress_pager_prev {
  float: left;
}

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

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

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

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

.epress_pager .epress_pager_prev a:hover {
  text-decoration: underline;
}

.epress_pager .epress_pager_prev a:hover:before {
  left: 0;
}

.epress_pager .epress_pager_prev a:hover:after {
  left: 0;
}

.epress_pager .epress_pager_next {
  float: right;
}

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

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

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

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

.epress_pager .epress_pager_next a:hover {
  text-decoration: underline;
}

.epress_pager .epress_pager_next a:hover:before {
  right: 0;
}

.epress_pager .epress_pager_next a:hover:after {
  right: 0;
}

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

#commentform #comment {
  width: 100%;
}

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

#commentform input[type="submit"] {
  background: #fc922e;
  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;
  }
}

.calendar_wrap {
  position: relative;
  padding: 4em 1.8em 2em;
  display: inline-block;
  background: rgba(252, 146, 46, 0.05);
  font-size: 10px;
  font-size: 1rem;
}

.calendar_wrap caption {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
}

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

.calendar_wrap table thead th {
  background: rgba(252, 146, 46, 0.7);
  color: #fff;
  border: 1px solid #fc922e;
  border-bottom: none;
}

.calendar_wrap table tfoot {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.calendar_wrap table tfoot #prev a {
  width: 26px;
  height: 25px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
}

.calendar_wrap table tfoot #prev a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fc922e;
  transition: .2s;
}

.calendar_wrap table tfoot #prev a:after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  border-left: 1px solid #fc922e;
  left: 15%;
}

.calendar_wrap table tfoot #prev a:hover:after {
  left: 2%;
}

.calendar_wrap table tfoot #next a {
  width: 26px;
  height: 25px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
}

.calendar_wrap table tfoot #next a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fc922e;
  transition: .2s;
}

.calendar_wrap table tfoot #next a:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  border-right: 1px solid #fc922e;
  right: 15%;
}

.calendar_wrap table tfoot #next a:hover:after {
  right: 2%;
}

.calendar_wrap table tbody td {
  text-align: center;
  background: #fff;
  border: 1px solid #fc922e;
}

@media (min-width: 768px) {
  .column_sub .calendar_wrap {
    padding: 40px 5px 5px;
    width: 100%;
    margin: 0 auto 1em;
  }
  .column_sub .calendar_wrap caption {
    top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .column_sub .calendar_wrap table {
    width: 100%;
  }
  .column_sub .calendar_wrap table th, .column_sub .calendar_wrap table td {
    padding: 0.5em .2em;
  }
  .column_sub .calendar_wrap table tfoot #prev a {
    width: 18px;
    height: 18px;
    top: 0;
    left: 20px;
  }
  .column_sub .calendar_wrap table tfoot #next a {
    width: 18px;
    height: 18px;
    top: 0;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .calendar_wrap {
    padding: 40px 5px 5px;
    width: 100%;
  }
  .calendar_wrap caption {
    top: 10px;
  }
  .calendar_wrap table {
    width: 100%;
  }
  .calendar_wrap table th, .calendar_wrap table td {
    padding: 0.5em .2em;
  }
  .calendar_wrap table tfoot #prev a {
    width: 12px;
    height: 12px;
    top: 0;
    left: 20px;
  }
  .calendar_wrap table tfoot #next a {
    width: 12px;
    height: 12px;
    top: 0;
    right: 20px;
  }
}

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

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

.add_arrow:hover:after {
  right: 7%;
}

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

.more a {
  background: #fc922e;
  display: inline-block;
  letter-spacing: normal;
  border: 1px solid #fc922e;
  color: #fff;
  padding: 1.1em 1.3em 1.1em 1em;
  margin-bottom: 1px;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  min-width: 205px;
  text-align: center;
  font-weight: normal;
  transition: 0.5s;
  border-radius: 4px;
}

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

.more a:hover {
  background: #db7719;
  border: 1px solid #db7719;
}

.more.block {
  display: block;
}

.more.block a {
  display: block;
  width: 100%;
  min-width: inherit;
}

@media (max-width: 640px) {
  .more {
    display: block;
  }
  .more a {
    display: block;
    width: 100%;
    min-width: inherit;
  }
}

/*
 * ボタンエフェクト(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: #fc922e;
    opacity: .3;
    -webkit-transform: translateX(-120%) skewX(15deg);
    transform: translateX(-120%) skewX(15deg);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .effect01:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
  .effect01:hover:before {
    -webkit-transform: translateX(-15%) skewX(15deg);
    transform: translateX(-15%) skewX(15deg);
  }
}

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

@media (max-width: 1024px) {
  header .global_nav > ul > li.has_under > a:before, header .global_nav > ul > li.has_under > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: auto;
    top: 50%;
    right: 5%;
    left: auto;
    margin: auto;
    background: url("/wp-content/uploads/nav_icon_arrow.png") no-repeat;
    height: 15px;
    width: 15px;
    transition: .2s;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

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

@media (min-width: 1024px) {
  header .global_nav > ul > li.has_under {
    position: relative;
  }
  header .global_nav > ul > li.has_under > a {
    padding-right: 1em;
  }
  header .global_nav > ul > li.has_under > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 7px;
    right: 0;
    left: 0;
    margin: auto;
    background: url("/wp-content/uploads/nav_icon_arrow.png") no-repeat;
    height: 15px;
    width: 15px;
    transition: .2s;
    z-index: 999;
  }
  header .global_nav > ul > li.has_under > ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -.40em;
    background: rgba(252, 146, 46, 0.9);
    z-index: 52;
  }
  header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.has_under > ul > li a {
    background: transparent;
    padding: 1em;
  }
}

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

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(252, 146, 46, 0.9);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

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

@media (min-width: 768px) and (max-width: 1024px) {
  footer.high .pagetop {
    top: -18px;
  }
}

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

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

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

.lead {
  color: #fc922e;
  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: #fc922e !important;
}

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

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

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

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

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

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

.color_pri {
  color: #fc922e;
}

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

.sp_active {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.sp_active .row .col {
  width: 33.3333333333333%;
  float: left;
  margin-bottom: 0 !important;
}

.sp_active .row .col a {
  display: block;
}

.sp_active .row .col a img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .sp_text-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  header .global_nav > ul > li {
    font-size: 1.35vw;
  }
}

header .row:not(:last-child) {
  margin-bottom: 0;
}

.box_ovhd {
  overflow: hidden !important;
}

.bold {
  font-weight: bold;
}

.orange {
  color: #fc922e;
}

@media (max-width: 767px) {
  .disp {
    display: block;
  }
}

p.txt {
  line-height: 2em;
}

@media (max-width: 767px) {
  .more.add_arrow_set {
    width: 100%;
    text-align: center;
  }
}

.more.add_arrow_set a.add_arrow {
  padding: 1em 5em 1em 4em;
  margin-bottom: 1px;
  display: inline-block;
  position: relative;
  font-size: 1em;
  letter-spacing: .08em;
  color: #fff;
  border: 1px solid #fc922e;
  text-decoration: none;
  background-color: #fc922e;
}

@media (max-width: 767px) {
  .more.add_arrow_set a.add_arrow {
    display: block;
  }
}

.more.add_arrow_set a.add_arrow:hover {
  background-color: transparent;
  border: 1px solid #fc922e;
  color: #fc922e;
}

.more.add_arrow_set a.add_arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: .2s;
}

.more.add_arrow_set a.add_arrow:hover:after {
  border-top: 1px solid #fc922e;
  border-right: 1px solid #fc922e;
  right: 7%;
}

img.imghover {
  transition: 1s;
}

img.imghover:hover {
  opacity: 0.5;
}

header .primary_header {
  background: url("/wp-content/uploads/header_bg.jpg") no-repeat top center;
}

@media (min-width: 1024px) {
  header .container {
    position: relative;
  }
  header .title {
    height: 100px;
  }
  header .title object {
    margin-top: 22px;
  }
  header .global_nav {
    background: #58442f;
    float: none;
    height: 60px;
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
  }
  header .global_nav > ul {
    line-height: 60px;
    float: none;
    text-align: center;
    display: block;
    padding: 0;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 999;
    left: 0;
    top: -10px;
  }
  header .global_nav > ul > li {
    position: relative;
    padding: 0;
    width: 151px;
  }
  header .global_nav > ul > li:before {
    content: "";
    background: url("/wp-content/uploads/menu_line.png");
    position: absolute;
    top: 4px;
    right: 0;
    height: 32px;
    width: 1px;
  }
  header .global_nav > ul > li:hover:before {
    opacity: 1;
    visibility: visible;
  }
  header .global_nav > ul > li:nth-child(1):after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    height: 43px;
    width: 1px;
    background: #444444;
  }
  header .global_nav > ul > li.gnav_search {
    width: 90px;
    text-align: center;
  }
  header .global_nav > ul > li.gnav_search a {
    display: inline-block;
    top: 3px;
    position: relative;
  }
  header .global_nav > ul > li.gnav_search .epress_search {
    top: 125%;
  }
  header .global_nav > ul > li.gnav_search:after {
    content: none;
    opacity: 0;
    visibility: hidden;
  }
  header .global_nav > ul > li.gnav_search:before {
    content: none;
  }
  header .global_nav > ul > li > a {
    color: #fff;
  }
  header .global_nav > ul > li > a:hover {
    text-decoration: none;
    border: none;
    color: #fff;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    color: #c4b3a2;
  }
  header .global_nav > ul > li.has_under:before {
    top: 14px;
  }
  header .global_nav > ul > li.has_under a {
    top: 10px;
  }
  header .global_nav > ul > li.has_under ul {
    top: 100%;
    left: -30px;
    width: 210px;
    background: rgba(88, 68, 47, 0.8);
  }
  header .global_nav > ul > li.has_under ul li {
    display: block;
    padding: 0 2px;
  }
  header .global_nav > ul > li.has_under ul li a {
    display: block;
    white-space: nowrap;
    padding: 8px 5px;
    color: #fffeff;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
  }
  header .global_nav > ul > li.has_under ul li:hover {
    background: rgba(88, 68, 47, 0.5);
  }
  header .hdr_info {
    top: 25px;
    right: 3%;
  }
  header .hdr_info ul {
    list-style: none;
    display: table-cell;
  }
  header .hdr_info ul li {
    display: table-cell;
    vertical-align: middle;
  }
  header .hdr_info ul li:last-child {
    padding-left: 20px;
    text-align: left;
  }
  header .hdr_info ul li.box_tel {
    line-height: 1.4;
  }
  header .hdr_info ul li.box_tel .lbl {
    background: #ddd1c5;
    border-radius: 5px;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .hdr_info ul li.box_tel .txt {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
  }
  header .hdr_info ul li.box_tel .tel {
    color: #fc922e;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  header .hdr_info ul li.more a {
    min-width: 205px;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}

@media (max-width: 640px) {
  .main_visual .main_visual_copy li img.sp_main_copy01 {
    max-width: 581px;
    max-height: 280px;
  }
}

.slide-sp-only {
  display: none !important;
}

@media (max-width: 640px) {
  .slide-sp-only {
    display: block !important;
  }
  .slide-pc-only {
    display: none !important;
  }
  .main_visual .main_visual_slick li img {
    width: 100% !important;
  }
}

footer {
  background: #381d00;
}

@media (min-width: 768px) {
  footer nav ul > li.f_set:before {
    content: none;
  }
}

@media (max-width: 767px) {
  footer nav ul > li.f_set {
    border-top: 1px solid #fff;
  }
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 24%;
  }
}

.top_news {
  background: #58442f;
  position: relative;
  margin-bottom: 0;
  padding: 2% 0;
  border-bottom: 10px solid #e5dfd7;
}

.top_news .news .heading {
  position: relative;
}

@media (min-width: 767px) {
  .top_news .news .heading:before {
    content: "";
    background: url("/wp-content/uploads/top_news_bg.png");
    width: 1px;
    height: 118px;
    display: block;
    position: absolute;
    top: 10px;
    right: 18%;
  }
}

.top_news .news .heading h2 {
  color: #fff;
}

@media (min-width: 767px) {
  .top_news .news .heading h2 {
    text-align: left;
  }
}

.top_news .news .heading h2:after, .top_news .news .heading h2:before {
  content: none;
}

.top_news .news .content dl {
  color: #fff;
}

@media (max-width: 767px) {
  .top_news .news .content dl {
    padding: 0;
  }
}

.top_news .news .content dl dt {
  padding-left: 0;
  padding-top: 0;
}

.top_news .news .content dl dd {
  padding-left: 0;
  padding-top: 0;
  border-bottom: none;
}

.top_news .news .content dl dd a {
  color: #fff;
}

.top_sec01 {
  background-image: url("/wp-content/uploads/bg_img001.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
  padding: 5% 0;
}

@media (max-width: 767px) {
  .top_sec01 {
    background-image: url("/wp-content/uploads/sp_bg_img001.jpg");
    background-position: top center;
  }
}

.top_sec02 {
  background-image: url("/wp-content/uploads/bg_img001.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
  padding: 5% 0;
}

.top_sec04 {
  position: relative;
  margin-bottom: 0;
  padding: 4% 0 2% 0;
}

.top_sec04 .such_wrapper {
  background-image: url("/wp-content/uploads/bg_img005.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 7% 0 7% 12%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top_sec04 .such_wrapper {
    padding: 9% 0 7% 10%;
  }
}

@media (max-width: 767px) {
  .top_sec04 .such_wrapper {
    background-image: url("/wp-content/uploads/sp_bg_img005.png");
    padding: 8% 3% 8% 10%;
  }
}

@media (max-width: 375px) {
  .top_sec04 .such_wrapper {
    padding: 12% 3% 10% 10%;
  }
}

@media (max-width: 320px) {
  .top_sec04 .such_wrapper {
    padding: 7% 3% 6% 10%;
  }
}

.top_sec04 .such_wrapper .such_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_sec04 .such_wrapper .such_box ul li {
  font-size: 20px;
  position: relative;
  line-height: 2.1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top_sec04 .such_wrapper .such_box ul li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .top_sec04 .such_wrapper .such_box ul li {
    font-size: 15px;
  }
}

@media (max-width: 415px) {
  .top_sec04 .such_wrapper .such_box ul li {
    line-height: 1.4;
  }
}

.top_sec04 .such_wrapper .such_box ul li:before {
  content: "";
  background: url("/wp-content/uploads/icon_004.png");
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  bottom: 1px;
}

.top_sec05 {
  background: #fff;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 4%;
}

.top_sec05 .container {
  padding: 0;
  position: relative;
  z-index: 556;
}

@media (max-width: 1024px) {
  .top_sec05 .container {
    padding: 0 1%;
  }
}

.top_sec05 .container:before {
  content: '';
  background: url("/wp-content/uploads/icon_002.png") no-repeat;
  width: 213px;
  height: 127px;
  position: absolute;
  display: block;
  left: -188px;
  bottom: -52px;
  z-index: 555;
}

.top_sec05 .container:after {
  content: '';
  background: url("/wp-content/uploads/icon_003.png") no-repeat;
  width: 183px;
  height: 153px;
  position: absolute;
  display: block;
  right: -156px;
  top: -15px;
  z-index: 555;
}

.top_sec05 .col figure {
  position: relative;
  max-width: 491px;
}

.top_sec05 .col figure h3 {
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.top_sec05 .col figure h3:before, .top_sec05 .col figure h3:after {
  content: none;
}

@media (max-width: 767px) {
  .top_sec05 .col figure h3 {
    font-size: 16px;
  }
}

.top_sec05 .col figure .box_content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.top_sec05 .col figure a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.top_sec05 .col figure a:after {
  transition: 1s;
  visibility: hidden;
  opacity: 0;
  background: rgba(228, 137, 54, 0.8);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 30px;
  z-index: 1;
}

.top_sec05 .col figure a:hover:after {
  visibility: visible;
  opacity: 1;
}

.th03_bnr .th03_bnr_img {
  top: 25%;
}

.th03_bnr .th03_bnr_text {
  padding: 2px;
  color: #381d00;
  background: rgba(234, 228, 222, 0.95);
  border-radius: 30px;
  border: none;
}

@media (min-width: 768px) {
  .th03_bnr .th03_bnr_text {
    min-height: calc(200px * 1);
  }
}

.th03_bnr .th03_bnr_text .box_tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5 !important;
  margin-bottom: 0.5em !important;
}

@media (max-width: 767px) {
  .th03_bnr .th03_bnr_text .box_tit {
    font-size: 18px;
  }
}

.th03_bnr .th03_bnr_text .box_tit span {
  color: #fc922e;
}

.th03_bnr .bb_innner {
  padding: 2.5em 2.2em;
}

@media (max-width: 767px) {
  .th03_bnr .bb_innner {
    padding: 0.8em;
  }
}

@media (min-width: 768px) {
  .th03_bnr:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -5;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgba(230, 224, 216, 0.66);
  }
}

.top_sec08.th03_bnr {
  background-image: url("/wp-content/uploads/bg_img002.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 4%;
}

@media (min-width: 768px) {
  .top_sec08.th03_bnr {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .top_sec08.th03_bnr .th03_bnr_img {
    left: 47%;
    -webkit-transform: translate(0, -20px) !important;
    transform: translate(0, -20px) !important;
  }
}

@media (min-width: 768px) {
  .top_sec08.th03_bnr .th03_bnr_text {
    -webkit-transform: translate(0, 40px) !important;
    transform: translate(0, 40px) !important;
  }
}

.top_sec08.th03_bnr .th03_bnr_text p {
  margin: 0;
}

@media (min-width: 768px) {
  .top_sec08.th03_bnr:after {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .top_sec08.th03_bnr.animated .th03_bnr_img {
    -webkit-transform: translate(0, 80px) !important;
    transform: translate(0, 80px) !important;
  }
  .top_sec08.th03_bnr.animated .th03_bnr_text {
    -webkit-transform: translate(0, -25px) !important;
    transform: translate(0, -25px) !important;
  }
}

.top_sec09.th03_bnr {
  background-image: url("/wp-content/uploads/bg_img002.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 10%;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .top_sec09.th03_bnr {
    margin-top: 0;
    padding-top: 1%;
  }
}

@media (min-width: 768px) {
  .top_sec09.th03_bnr .th03_bnr_img {
    right: 47%;
    -webkit-transform: translate(0, 30px) !important;
    transform: translate(0, 30px) !important;
  }
}

.top_sec09.th03_bnr .th03_bnr_text h2 {
  margin-bottom: 1em;
}

.top_sec09.th03_bnr .th03_bnr_text p:not(.th03_bnr_button) {
  margin: 0 0 1em;
}

.top_sec09.th03_bnr .th03_bnr_text p:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .top_sec09.th03_bnr .th03_bnr_text {
    -webkit-transform: translate(0, 20) !important;
    transform: translate(0, 20) !important;
  }
}

@media (min-width: 768px) {
  .top_sec09.th03_bnr:after {
    height: 400px;
  }
}

@media (min-width: 768px) {
  .top_sec09.th03_bnr.animated .th03_bnr_img {
    -webkit-transform: translate(0, -145px) !important;
    transform: translate(0, -145px) !important;
  }
  .top_sec09.th03_bnr.animated .th03_bnr_text {
    -webkit-transform: translate(0, 70px) !important;
    transform: translate(0, 70px) !important;
  }
}

.top_sec10 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 3%;
}

@media (min-width: 1440px) {
  .top_sec10 {
    top: -100px;
    margin-bottom: -6% !important;
  }
}

.top_sec10 .col .border_box {
  padding: 1.5em 2.3em;
  background: #6b553e;
  border-radius: 30px;
  color: #fff;
}

@media (min-width: 768px) {
  .top_sec10 .col .border_box {
    height: 210px;
  }
}

@media (max-width: 768px) {
  .top_sec10 .col .border_box {
    padding: 5%;
  }
}

.top_sec10 .col .border_box .box_tit {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  display: table;
  position: relative;
  margin-bottom: 10px;
  border: 0;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .top_sec10 .col .border_box .box_tit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.top_sec10 .col .border_box .box_tit:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  background: none;
  width: 50vw;
  border-top: 1px solid #85715b;
  border-bottom: 1px solid #85715b;
}

.top_sec10 .col .border_box .box_tit:after {
  left: calc(100% + 10px);
}

.top_sec11 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 4%;
}

.top_sec11 .container {
  position: relative;
  z-index: 556;
}

.top_sec11 .col figure {
  position: relative;
  max-width: 235px;
  margin: auto;
}

.top_sec11 .col figure .box_thumb {
  position: relative;
}

.top_sec11 .col figure .box_thumb h3 {
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

@media (min-width: 768px) and (max-width: 860px) {
  .top_sec11 .col figure .box_thumb h3 {
    font-size: 20px;
  }
}

.top_sec11 .col figure .box_thumb h3:before, .top_sec11 .col figure .box_thumb h3:after {
  content: none;
}

.top_sec11 .col figure .box_thumb .box_content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.top_sec11 .col figure a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.top_sec11 .col figure a .box_thumb:after {
  transition: 1s;
  visibility: hidden;
  opacity: 0;
  background: rgba(228, 137, 54, 0.8);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: 1;
}

.top_sec11 .col figure a .box_thumb:hover:after {
  visibility: visible;
  opacity: 1;
}

.top_sec12 {
  background-image: url("/wp-content/uploads/bg_img003.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 4% 0;
  position: relative;
  margin-bottom: 0;
}

.top_sec12 .container {
  position: relative;
  z-index: 999;
}

.top_sec12:before {
  content: '';
  background: url("/wp-content/uploads/icon_sec12_01.png") no-repeat;
  width: 173px;
  height: 231px;
  position: absolute;
  display: block;
  left: 16%;
  bottom: -126px;
  z-index: 555;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .top_sec12:before {
    left: 5%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top_sec12:before {
    content: none;
  }
}

.top_sec12:after {
  content: '';
  background: url("/wp-content/uploads/icon_sec12_02.png") no-repeat;
  width: 173px;
  height: 231px;
  position: absolute;
  display: block;
  right: 16%;
  bottom: -126px;
  z-index: 555;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .top_sec12:after {
    right: 5%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top_sec12:after {
    content: none;
  }
}

.top_sec12 .box_tel {
  font-weight: bold;
  line-height: 1;
}

.top_sec12 .box_tel .tel {
  font-size: 24px;
  font-size: 2.4rem;
  text-decoration: none;
  font-weight: bold;
  color: #fc922e;
}

.top_sec12 .box_btn {
  margin-top: 4%;
}

.top_sec12 .box_btn .more a {
  min-width: 233px;
}

.top_sec12 .box_btn .more:first-child {
  margin-right: 10px;
}

.top_sec12 .box_btn .more:nth-child(2) {
  margin-right: 10px;
}

.top_sec12 .box_btn .more + .more {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .top_sec12 .box_btn .more:first-child, .top_sec12 .box_btn .more:nth-child(2) {
    margin-right: 0;
  }
  .top_sec12 .box_btn .more + .more {
    margin-left: 0;
    margin-top: 10px;
  }
}

.top_sec12_2 {
  padding: 4% 0;
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .top_sec12_2 .col {
    margin-bottom: 0 !important;
  }
}

.top_sec12_2 .col .box_content .box_tit {
  background: #6b553e;
  border-radius: 30px 30px 0 0;
  border-top: 4px solid #fdc896;
  color: #fff;
  padding: 15px 5px 38px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 860px) {
  .top_sec12_2 .col .box_content .box_tit {
    font-size: 20px;
    padding: 7px 5px 32px;
  }
}

@media (max-width: 767px) {
  .top_sec12_2 .col .box_content .box_tit {
    font-size: 18px;
    padding: 7px 5px 32px;
  }
}

.top_sec12_2 .col .box_content .box_content_main {
  background: #ebe5df;
  border-radius: 30px;
  border-bottom: 4px solid #fdc896;
  position: relative;
  z-index: 1;
  top: -25px;
  padding: 8%;
  line-height: 1.9;
  min-height: 480px;
}

@media (min-width: 768px) and (max-width: 860px) {
  .top_sec12_2 .col .box_content .box_content_main {
    min-height: 450px;
    padding: 5%;
    font-size: 14px;
  }
}

@media (min-width: 860px) and (max-width: 1024px) {
  .top_sec12_2 .col .box_content .box_content_main {
    min-height: 410px;
    padding: 5%;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .top_sec12_2 .col .box_content .box_content_main {
    padding: 4%;
    line-height: 1.6;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .top_sec12_2 .row {
    padding: 0 1%;
  }
}

.round-corner {
  border-collapse: collapse;
  border-style: hidden;
  border-radius: 10px;
}

.round-corner caption + tbody tr:first-child td:first-child,
.round-corner caption + tbody tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

.round-corner caption + tbody tr:first-child td:last-child,
.round-corner caption + tbody tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

.round-corner tbody:first-child tr:first-child td:first-child,
.round-corner tbody:first-child tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

.round-corner tbody:first-child tr:first-child td:last-child,
.round-corner tbody:first-child tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

.round-corner tbody:last-child tr:last-child td:first-child,
.round-corner tbody:last-child tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}

.round-corner tbody:last-child tr:last-child td:last-child,
.round-corner tbody:last-child tr:last-child th:last-child {
  border-bottom-right-radius: 10px;
}

.round-corner thead tr:last-child td:first-child,
.round-corner thead tr:last-child th:first-child {
  border-top-left-radius: 10px;
}

.round-corner thead tr:last-child td:last-child,
.round-corner thead tr:last-child th:last-child {
  border-top-right-radius: 10px;
}

.round-corner tfoot tr:last-child td:first-child,
.round-corner tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}

.round-corner tfoot tr:last-child td:last-child,
.round-corner tfoot tr:last-child th:last-child {
  border-bottom-right-radius: 10px;
}

.round-corner table tr td,
.round-corner table tr th {
  border-radius: 0;
}

.top_sec13 {
  background-image: url("/wp-content/uploads/bg_img004.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
  padding: 4% 0;
  color: #fff;
}

.top_sec13 h2 {
  color: #fff;
}

.top_sec13 .box_tit {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  display: table;
  position: relative;
  margin-bottom: 10px;
  table-layout: fixed;
  border: 0;
  word-wrap: break-word;
}

.top_sec13 .box_tit:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  background: none;
  width: 50vw;
  border-top: 1px solid #85715b;
  border-bottom: 1px solid #85715b;
}

.top_sec13 .box_tit:after {
  left: calc(100% + 10px);
}

.top_sec13 .round-corner {
  width: 100%;
}

.top_sec13 .round-corner tr th, .top_sec13 .round-corner tr td {
  border: 1px solid #fff;
  padding: 10px 1px;
  font-size: 15px;
}

.top_sec13 .round-corner thead th {
  color: #fff;
  background-color: #58442f;
  font-weight: bold;
}

.top_sec13 .round-corner tbody td {
  background: #ebe5df;
  text-align: center;
  width: 5%;
  color: #381d00;
}

.top_sec13 .round-corner tbody td:first-child {
  width: 15%;
}

.top_sec13 .address_list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 20px;
  background: #ebe5df;
  color: #381d00;
  margin-bottom: 20px;
}

.top_sec13 .address_list li {
  position: relative;
  display: table;
  width: 100%;
}

.top_sec13 .address_list li span {
  display: table-cell;
  padding: 12px 0;
}

.top_sec13 .address_list li span:first-child {
  width: 140px;
  font-weight: bold;
  padding-left: 20px;
}

.top_sec13 .address_list li span:last-child {
  clear: left;
  padding-right: 10px;
}

.top_sec13 .address_list li:not(:last-child) {
  border-bottom: 1px solid #d1c8bf;
}

.th05 .th05_wrap {
  background: transparent;
}

.th05 .th05_wrap h3 {
  top: -36%;
}

.th05 .th05_wrap a {
  max-width: 10em;
}

.th05 .th05_wrap:hover h3 {
  top: 35%;
}

.th05 .th05_wrap:hover .th05_btn {
  top: 55%;
}

/*# builded bookmarklet */

/* 20210810 */
body.salons h1:not(.title) {
  background: #001642;
  color: #d09a00;
}
