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

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

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

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

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

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

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

@font-face {
  font-family: 'epress';
  src: url("fonts/icomoon.eot?uvj346");
  src: url("fonts/icomoon.eot?uvj346#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?uvj346") format("truetype"), url("fonts/icomoon.woff?uvj346") format("woff"), url("fonts/icomoon.svg?uvj346#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

body {
  background: #fff;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  font-size: 15px;
  font-size: 1.5em;
  line-height: 1.4;
  color: #250d00;
  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: #250d00;
  text-decoration: underline;
}

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

.highlight a {
  color: #250d00;
}

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

img {
  vertical-align: middle;
}

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

p {
  margin: 0.5em 0 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

dl dt {
  font-weight: bold;
}

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

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

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

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}

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

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

.highlight {
  padding: 4% 0;
  background: rgba(37, 13, 0, 0.05);
  color: #250d00;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article_button {
  margin-top: 5%;
}

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

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.parallax_h1 h1 {
  color: #fff;
}

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

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

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

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

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

.col p {
  line-height: 1.8;
}

.container {
  padding: 0 10px;
}

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

.container .container {
  padding: 0;
}

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

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

.ei {
  font-family: 'epress';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}

.ei.ei_triangle:before {
  content: '\e915';
}

.ei.ei_triangle_s:before {
  content: '\e916';
}

.ei.ei_circle:before {
  content: '\e917';
}

.ei.ei_circle_s:before {
  content: '\e918';
}

.ei.ei_circle_d:before {
  content: '\e919';
}

.ei.ei_square:before {
  content: '\e91a';
}

.ei.ei_square_s:before {
  content: '\e91b';
}

.ei.ei_times:before {
  content: '\e91c';
}

.ei.ei_star:before {
  content: '\e91d';
}

.ei.ei_star_s:before {
  content: '\e91e';
}

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

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

img.wp-edited-image.aligncenter {
  margin: 0 auto 10px;
  display: block;
}

img.wp-edited-image.alignright {
  margin: auto 0 auto auto;
  display: block;
}

header {
  position: relative;
  z-index: 200;
  width: 100%;
  color: #250d00;
}

body.home.scrollTop header {
  box-shadow: none;
}

header .row {
  margin: 0 3%;
}

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

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

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

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

@media (max-width: 600px) {
  header .title img,
  header .title object {
    width: 96px;
    height: 36.32432px;
    min-height: 45px;
  }
}

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

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

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

header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: rgba(37, 13, 0, 0.9);
}

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

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

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

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

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

header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #250d00;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

header .global_nav .menu_icon a:before {
  top: 0;
}

header .global_nav .menu_icon a:after {
  bottom: 0;
}

header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #250d00;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.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: #250d00;
}

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: #250d00;
}

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 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

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

body header {
  transition: top 0.5s;
}

body.scroll.down header {
  position: absolute;
  top: 0;
  left: 0;
}

body.scroll.down header.high {
  position: fixed;
}

body.scroll header {
  z-index: 0;
}

body.scroll header.hidden {
  top: -100%;
}

body.home.up header,
body.up header,
header.menu_open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-repeat: repeat;
  background-position-x: center;
  background-position-y: center;
}

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

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

@media (min-width: 769px) {
  body.home {
    padding-top: 0 !important;
  }
  body.scrollTop.home header {
    position: absolute;
  }
  header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}

@media (min-width: 769px) and (max-width: 999px) {
  header .row {
    margin: auto;
    width: 100%;
  }
}

@media (min-width: 769px) {
  header .container {
    max-width: none;
  }
  header .container .row {
    width: auto;
  }
  header .global_nav {
    margin: 0;
    vertical-align: middle;
    height: 88px;
    display: table-cell;
  }
  header .title {
    margin: 0;
    vertical-align: middle;
    height: 88px;
    display: table-cell;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 0;
  }
  header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    -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;
    border-left: 1px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
    width: auto;
  }
  header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .global_nav > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
    height: 30%;
    background: #250d00;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #250d00;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1.5em;
  }
}

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

@media (min-width: 769px) {
  header .global_nav > ul > li > a:hover {
    color: #555555;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
  header .global_nav > ul li:last-child a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
    height: 30%;
  }
  header .global_nav > ul li.has_under ul li a:after {
    display: none;
  }
  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 > span,
  header .global_nav > ul > li > a > br {
    display: none;
  }
}

.hdr_info_wrap {
  display: none;
}

@media (min-width: 769px) {
  .hdr_info_wrap {
    display: block;
    display: none;
  }
}

.hdr_info_wrap .hdr_info {
  position: absolute;
  right: 10px;
  top: 35px;
  right: 3%;
}

footer {
  position: relative;
}

footer nav {
  text-align: center;
}

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

footer nav ul li {
  padding: .5em 0;
}

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

footer nav a {
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
}

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

footer .footer_copyright_wrap {
  text-align: center;
}

footer .footer_copyright_wrap p {
  color: #fff;
}

@media (max-width: 767px) {
  .footer_nav_wrap {
    background-color: rgba(37, 13, 0, 0.1);
  }
}

@media (min-width: 768px) {
  .footer_nav_wrap {
    padding-top: 5em;
    padding-bottom: 4em;
    background-color: #250d00;
  }
  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: "|";
    color: #fff;
    margin-right: 0.25em;
    margin-left: 0.25em;
  }
  footer nav a {
    display: inline;
    padding: 0;
    font-size: 14px;
    color: #fff;
  }
  footer nav a:hover {
    color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

/*
* フッターパターンA(footer pattern A)
*/
footer {
  background: #250d00;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  footer div .row .col {
    float: none;
    width: 100%;
  }
  footer div .row nav ul {
    display: inline-block;
  }
  footer div .row nav a {
    display: inline-block;
    padding: 0.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: #250d00;
}

@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: #250d00;
}

.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(37, 13, 0, 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: #250d00;
}

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

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

.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%;
    background-size: 45px auto;
  }
  .bf-af .after:not(:last-child) {
    margin-bottom: 10%;
  }
}

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

.bread_wrap {
  margin-bottom: 2%;
}

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

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

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

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

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

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

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

.button:hover, .inquiry .wpcf7-submit:hover {
  background: #ced4d2;
  color: #250d00;
}

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

.highlight .button:hover, .highlight .inquiry .wpcf7-submit:hover, .inquiry .highlight .wpcf7-submit:hover {
  color: #250d00;
}

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

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

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

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

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

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

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

.button-fb span, .button-insta 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: #f9f9f9;
}

.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: 1000px;
    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: rgba(37, 13, 0, 0.05);
}

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

.news h2 {
  color: #250d00;
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

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

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

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

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

@media (min-width: 768px) {
  .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .news.typeA h2 {
    margin: 0;
    padding: 0;
  }
  .news.typeA h2:after {
    display: none;
  }
  .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  .news.typeC dl {
    max-height: 500px;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .news dl dt {
    width: 100px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em 0 1em 1em;
  }
  .news dl dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  .news dl dt + dd {
    padding-left: 120px;
  }
}

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

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

.parallax .parallax_contents {
  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: #606a99;
  font-weight: normal;
  cursor: pointer;
  color: #fff;
}

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

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

.qa .question:hover {
  background: rgba(22, 8, 0, 0.05);
}

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

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

.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(37, 13, 0, 0.05);
}

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

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

.highlight .qa .question {
  background: rgba(63, 22, 0, 0.05);
}

.highlight .qa .question:hover {
  background: rgba(47, 17, 0, 0.05);
}

.highlight .qa.qa-open .question:hover {
  background: rgba(63, 22, 0, 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: #250d00;
}

.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(37, 13, 0, 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: 45px auto;
}

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

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

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

table {
  margin: 0 auto;
}

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

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

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

.table-default {
  width: 100%;
}

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

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

.table-default th {
  background: rgba(37, 13, 0, 0.7);
  color: #fff;
}

.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}

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

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

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

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

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

.table-schedule {
  width: 100%;
}

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

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

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

.table-schedule thead th {
  background: rgba(37, 13, 0, 0.7);
  color: #fff;
}

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

.table-schedule td {
  background: transparent;
}

.table-summary {
  border-top: 1px solid #250d00;
  width: 100%;
}

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

.table-summary td,
.table-summary th {
  padding: 1em;
  border-bottom: 1px solid #250d00;
}

.table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}

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

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

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

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

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

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

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(37, 13, 0, 0.05);
}

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

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(88, 31, 0, 0.05);
}

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

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #250d00;
  border: 0;
  border-bottom: 1px dashed #250d00;
}

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

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

table.table-default.typeC th {
  background: rgba(37, 13, 0, 0.7);
  color: #fff;
}

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

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

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

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

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

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(37, 13, 0, 0.05) solid;
}

._table_line .news dl {
  border-top: 1px dotted #a6a6a6;
  max-height: none;
}

._table_line .news dl dt {
  width: 230px;
  padding-left: 20px;
}

._table_line .news dl dt + dd {
  border-bottom: 1px dotted #a6a6a6;
  padding-left: 230px;
}

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

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

h1:not(.title) {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2em 0;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  text-align: center;
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  color: #250d00;
  margin: 0 0 .5em;
}

@media (max-width: 767px) {
  h1:not(.title) {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

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

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

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

h2 a {
  text-decoration: none;
}

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

h3 {
  margin: 0 0 .8em;
  color: #250d00;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
}

h3 a {
  text-decoration: none;
}

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

h4 {
  margin: 0 0 1.5em;
  font-size: 21px;
  font-size: 2.1rem;
  position: relative;
  color: #250d00;
}

h4 a {
  text-decoration: none;
}

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

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #250d00;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(37, 13, 0, 0.05);
}

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

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

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1000px) and (max-width: 2560px) {
  .main_visual .main_visual_copy {
    width: 1000px;
    max-width: none;
  }
}

@media (min-width: 1px) and (max-width: 999px) {
  .main_visual .main_visual_copy {
    width: 1000px;
    max-width: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .main_visual .main_visual_copy {
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.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: 48%;
  max-width: 480px;
  max-height: 240px;
  z-index: 52;
}

.main_visual .main_visual_copy.wow {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: all 1s 0.6s;
}

.main_visual .main_visual_copy.wow.animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.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-next:before,
.main_visual .main_visual_arrow .slick-prev:before {
  font-size: 30px;
  font-size: 3rem;
}

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

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

.main_visual.wow .main_visual_copy > li img.main_copy1 {
  transition: 1.5s .8s;
  z-index: 2;
}

.main_visual.wow .main_visual_copy > li img.main_copy2 {
  transition: 1.5s 1.3s;
  z-index: 3;
}

.main_visual.wow .main_visual_copy > li img.main_copy3 {
  transition: 1.5s 2.8s;
  z-index: 0;
}

.main_visual.wow.animated .main_visual_copy > li img.main_copy1, .main_visual.wow.animated .main_visual_copy > li img.main_copy2, .main_visual.wow.animated .main_visual_copy > li img.main_copy3 {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

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

body.home {
  padding-top: 0 !important;
}

body.home header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 52;
}

body.home.mobile .main_visual .main_visual_slick, body.home.tablet .main_visual .main_visual_slick {
  padding-top: 100% !important;
}

body.home:not(.tablet):not(.mobile) .main_visual .main_visual_slick {
  padding-top: 100vh !important;
}

@media (min-aspect-ratio: 1920 / 720) {
  body.home .main_visual .main_visual_slick li img {
    width: 100%;
  }
}

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

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

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

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

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

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

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

.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"] {
  color: #000;
  padding: 0.3em 0.3em 0.3em 0.7em;
  width: 70%;
}

.epress_search input[type="submit"] {
  cursor: pointer;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  width: 30%;
  background: rgba(37, 13, 0, 0.7);
}

@media (max-width: 768px) {
  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(37, 13, 0, 0.9);
  }
}

/*
 * ヘッダーナビのデザイン(design của header navi)
 */
.epress_search form {
  background: #fff;
}

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

header .global_nav > ul > li.gnav_search a {
  color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  background: url("/wp-content/uploads/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: 769px) {
  header .global_nav > ul > li.gnav_search .epress_search {
    width: 230px;
  }
}

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

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

.article_list:nth-child(even) {
  background: rgba(37, 13, 0, 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: 0.3s;
}

.article_list:hover:before {
  background: #250d00;
}

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

@media (max-width: 767px) {
  .article_list .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #250d00;
    border-right: 5px solid #250d00;
    -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: 0.5em;
  border: 1px solid #ccc;
}

.pagination a {
  text-decoration: none;
  background: rgba(37, 13, 0, 0.05);
  transition: 0.3s;
}

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

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

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

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

.article_single01 .ofi {
  background: rgba(37, 13, 0, 0.05);
}

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

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

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

.article_single02 .ofi {
  background: rgba(37, 13, 0, 0.05);
}

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

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #250d00;
  border-right: 3px solid #250d00;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: 0.2s;
}

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

.article_single03 .ofi {
  background: rgba(37, 13, 0, 0.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article_single04 .ofi {
  background: rgba(37, 13, 0, 0.05);
  height: auto !important;
}

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

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

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

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

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

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

@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #250d00;
    border-right: 5px solid #250d00;
    -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: -0.4em;
  text-align: right;
  padding: 2%;
}

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

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

.epress_pager .epress_pager_prev {
  float: left;
}

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

.epress_pager .epress_pager_prev a:before, .epress_pager .epress_pager_prev a:after {
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  transition: 0.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: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: 0.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: #250d00;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin: 0 auto;
  display: table;
}

#commentform input[type='submit'] {
  background: #250d00;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.3em 1em;
  margin: 0 auto;
  display: table;
  border-radius: 5px;
}

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

#biz_calendar,
#biz_calendar1,
#biz_calendar2 {
  max-width: none;
  margin: 2% auto 0;
  font-family: inherit;
  padding: 0.3em 1em;
  background: #e9e9e9;
  font-size: 18px;
  font-size: 1.8rem;
}

#biz_calendar p,
#biz_calendar1 p,
#biz_calendar2 p {
  margin: 0;
  line-height: 170%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

#biz_calendar p span.boxholiday,
#biz_calendar1 p span.boxholiday,
#biz_calendar2 p span.boxholiday {
  background-color: #ffb0c3;
  padding-left: 25px;
  margin-right: 10px;
}

#biz_calendar p span.boxeventday,
#biz_calendar1 p span.boxeventday,
#biz_calendar2 p span.boxeventday {
  background-color: #ff0000;
  padding-left: 25px;
  margin-right: 10px;
}

#biz_calendar table.bizcal,
#biz_calendar1 table.bizcal,
#biz_calendar2 table.bizcal {
  margin: 10px 0;
  width: 100%;
  table-layout: fixed;
  border: none;
  line-height: 1.6;
  cursor: default;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  border-collapse: collapse;
  border-spacing: 1px;
  background: transparent;
}

#biz_calendar table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today),
#biz_calendar1 table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today),
#biz_calendar2 table.bizcal tr:not(:first-child) > *:not(.holiday):not(.eventday):not(.today) {
  background: #fff;
}

#biz_calendar table.bizcal th,
#biz_calendar1 table.bizcal th,
#biz_calendar2 table.bizcal th {
  text-align: center;
  border-width: 0;
  padding: 0.5em 0.2em;
  color: #250d00;
  background-color: #DEDEDE;
}

#biz_calendar table.bizcal th:first-child,
#biz_calendar1 table.bizcal th:first-child,
#biz_calendar2 table.bizcal th:first-child {
  color: red;
}

#biz_calendar table.bizcal th:nth-last-of-type(1),
#biz_calendar1 table.bizcal th:nth-last-of-type(1),
#biz_calendar2 table.bizcal th:nth-last-of-type(1) {
  color: blue;
}

#biz_calendar table.bizcal td,
#biz_calendar1 table.bizcal td,
#biz_calendar2 table.bizcal td {
  text-align: center;
  border: 1px solid rgba(0, 57, 122, 0.3);
  padding: 0.5em 0.2em;
  color: #250d00;
}

#biz_calendar table.bizcal .calmonth,
#biz_calendar1 table.bizcal .calmonth,
#biz_calendar2 table.bizcal .calmonth {
  text-align: left;
  font-weight: bold;
  padding: 2px 7px;
  border: none;
}

#biz_calendar table.bizcal .calbtn,
#biz_calendar1 table.bizcal .calbtn,
#biz_calendar2 table.bizcal .calbtn {
  border: none;
  cursor: pointer;
}

#biz_calendar table.bizcal .holiday,
#biz_calendar1 table.bizcal .holiday,
#biz_calendar2 table.bizcal .holiday {
  background-color: #ffb0c3;
  color: red;
}

#biz_calendar table.bizcal .eventday,
#biz_calendar1 table.bizcal .eventday,
#biz_calendar2 table.bizcal .eventday {
  background-color: #64BDEB;
  color: #ffffff;
}

#biz_calendar table.bizcal .eventday a,
#biz_calendar1 table.bizcal .eventday a,
#biz_calendar2 table.bizcal .eventday a {
  color: #ffffff;
}

#biz_calendar table.bizcal .today,
#biz_calendar1 table.bizcal .today,
#biz_calendar2 table.bizcal .today {
  font-weight: bold;
  text-decoration: underline;
  color: #250d00;
}

#biz_calendar table.bizcal .today a,
#biz_calendar1 table.bizcal .today a,
#biz_calendar2 table.bizcal .today a {
  font-weight: bold;
  color: #250d00;
}

#biz_calendar table.bizcal img,
#biz_calendar1 table.bizcal img,
#biz_calendar2 table.bizcal img {
  vertical-align: middle;
  box-shadow: none;
  margin: 0;
}

#biz_calendar table.bizcal .down-img,
#biz_calendar1 table.bizcal .down-img,
#biz_calendar2 table.bizcal .down-img {
  text-align: right;
}

#biz_calendar table.bizcal .today-img,
#biz_calendar1 table.bizcal .today-img,
#biz_calendar2 table.bizcal .today-img {
  text-align: center;
}

#biz_calendar table.bizcal .up-img,
#biz_calendar1 table.bizcal .up-img,
#biz_calendar2 table.bizcal .up-img {
  text-align: left;
}

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

.column_sub #biz_calendar,
.column_sub #biz_calendar1,
.column_sub #biz_calendar2 {
  font-size: 12px;
  font-size: 1.2rem;
}

.column_sub #biz_calendar p span.boxholiday,
.column_sub #biz_calendar1 p span.boxholiday,
.column_sub #biz_calendar2 p span.boxholiday {
  background-color: #ffb0c3;
  padding-left: 25px;
  margin-right: 10px;
}

.column_sub #biz_calendar p span.boxeventday,
.column_sub #biz_calendar1 p span.boxeventday,
.column_sub #biz_calendar2 p span.boxeventday {
  background-color: #ff0000;
  padding-left: 25px;
  margin-right: 10px;
}

.column_sub #biz_calendar table.bizcal,
.column_sub #biz_calendar1 table.bizcal,
.column_sub #biz_calendar2 table.bizcal {
  font-size: 12px;
  font-size: 1.2rem;
}

.column_sub #biz_calendar table.bizcal td,
.column_sub #biz_calendar table.bizcal th,
.column_sub #biz_calendar1 table.bizcal td,
.column_sub #biz_calendar1 table.bizcal th,
.column_sub #biz_calendar2 table.bizcal td,
.column_sub #biz_calendar2 table.bizcal th {
  padding: 0.3em 0.2em;
}

@media (max-width: 767px) {
  #biz_calendar,
  #biz_calendar1,
  #biz_calendar2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #biz_calendar p span.boxholiday,
  #biz_calendar1 p span.boxholiday,
  #biz_calendar2 p span.boxholiday {
    background-color: #ffb0c3;
    padding-left: 25px;
    margin-right: 10px;
  }
  #biz_calendar p span.boxeventday,
  #biz_calendar1 p span.boxeventday,
  #biz_calendar2 p span.boxeventday {
    background-color: #ff0000;
    padding-left: 25px;
    margin-right: 10px;
  }
  #biz_calendar table.bizcal,
  #biz_calendar1 table.bizcal,
  #biz_calendar2 table.bizcal {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #biz_calendar table.bizcal td,
  #biz_calendar table.bizcal th,
  #biz_calendar1 table.bizcal td,
  #biz_calendar1 table.bizcal th,
  #biz_calendar2 table.bizcal td,
  #biz_calendar2 table.bizcal th {
    padding: 0.3em 0.2em;
  }
}

.calendar_wrap {
  position: relative;
  padding: 4em 1.8em 2em;
  display: inline-block;
  background: rgba(37, 13, 0, 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(37, 13, 0, 0.7);
  color: #fff;
  border: 1px solid #250d00;
  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 #fff;
  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 #fff;
  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 #fff;
  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 #fff;
  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 #250d00;
}

@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: 5%;
  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: 0.2s;
}

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

.add_arrow.inverse:hover {
  border-color: #f27f88;
  color: #fff;
  background: #f27f88;
}

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

.add_arrow:hover {
  border: 1px solid #250d00;
  color: #250d00;
  background: #fff;
}

.add_arrow:hover:after {
  right: 4%;
  border-color: #250d00;
}

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

.more a {
  display: block;
  border: 1px solid #250d00;
  color: #fff;
  background: #250d00;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 15px;
  font-size: 1.5rem;
}

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

.more a.inverse {
  border: 1px solid #250d00;
  color: #250d00;
  background: #fff;
}

/*
 * ボタンエフェクト(button effect)
 */
@media (min-width: 768px) {
  .effect01 {
    overflow: hidden;
    position: relative;
  }
  .effect01:before {
    content: '';
    position: absolute;
    display: block;
    width: 140%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: #250d00;
    opacity: 0.3;
    -webkit-transform: translateX(-120%) skewX(15deg);
            transform: translateX(-120%) skewX(15deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.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;
}

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

@media (max-width: 769px) {
  header .global_nav > ul > li.has_under > a:after {
    right: 8%;
  }
}

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

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

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

@media (min-width: 769px) {
  header .global_nav > ul > li.has_under {
    position: relative;
  }
  header .global_nav > ul > li.has_under > a {
    padding-right: 1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  header .global_nav > ul > li.has_under > a:after {
    border-color: #250d00;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.has_under > a:after {
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.has_under > a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.has_under > ul {
    position: absolute;
    width: 160%;
    left: -25%;
    right: 0;
    margin: auto;
    top: 160%;
    letter-spacing: -.40em;
    background: rgba(37, 13, 0, 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%;
    position: relative;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.has_under > ul > li a {
    font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    background: transparent;
    padding: 1.5em 1em;
    color: #ffffff;
  }
  header .global_nav > ul > li.has_under > ul > li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
  }
  header .global_nav > ul > li.has_under > ul > li a:hover {
    background: #250d00;
  }
  header .global_nav > ul > li.has_under > ul > li a:hover:before {
    left: 4%;
  }
  header .global_nav > ul > li.has_under > ul > li:not(:last-child) {
    border-bottom: 1px solid #dddddd;
  }
}

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

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

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

.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: -64px;
  margin: 0;
}

@media (max-width: 767px) {
  footer.high .pagetop {
    top: -48px;
  }
}

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

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

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

.lead {
  color: #250d00;
  font-size: 20px;
  font-size: 2rem;
}

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

.text-xlarge {
  font-size: 21px;
  font-size: 2.1rem;
}

.text-large {
  font-size: 19px;
  font-size: 1.9rem;
}

.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: #250d00 !important;
}

@media (max-width: 767px) {
  .sp-hide, .pc-only {
    display: none;
  }
  .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: 24px;
    font-size: 2.4rem;
  }
  .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 (max-width: 767px) {
  .tablet-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .tablet-text-center {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .pc-only2 {
    display: none !important;
  }
}

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

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

.color_pri {
  color: #250d00;
}

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

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

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

@media (max-width: 768px) {
  .m-auto-sp {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

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

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

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

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

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

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb4em {
  margin-bottom: 4em !important;
}

@media (max-width: 480px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.home header.low {
  background: transparent;
}

.home header.low .global_nav .menu_icon a span {
  background: #ffffff;
}

.home header.low .global_nav .menu_icon a:before, .home header.low .global_nav .menu_icon a:after {
  background: #ffffff;
}

.home header.low .title img {
  visibility: hidden;
}

@media (min-width: 777px) {
  .home header.low .global_nav ul li a {
    color: #ffffff;
  }
  .home header.low .global_nav ul li a:hover {
    color: #ffffff;
  }
  .home header.low .global_nav ul li.has_under a:after {
    border-color: #ffffff;
  }
}

header {
  background: rgba(255, 255, 255, 0.95);
}

header.high {
  background: white;
}

header.high .primary_header {
  border-bottom: 1px solid #afaba8;
}

header .row {
  margin: 0;
}

@media (min-width: 1000px) {
  header .primary_header .container {
    padding: 0 2%;
  }
}

@media (max-width: 999px) {
  header .primary_header {
    padding: 0 0 0 2%;
  }
}

header .hdr_info_wrap .hdr_info {
  right: 0;
  top: 10px;
  width: auto;
}

header .hdr_info_wrap .info-add {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  line-height: 1.8;
  margin-right: 1em;
}

header .hdr_info_wrap .info-call {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  float: left;
  color: #250d00;
}

header .hdr_info_wrap .info-call .link-tel {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #250d00;
}

@media (min-width: 769px) {
  header .global_nav {
    width: 100%;
    padding: 0;
    font-weight: normal;
  }
  header .global_nav ul {
    position: static;
    width: 100%;
    border: none;
    background: none;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    overflow: visible;
    max-width: none;
    text-align: right;
  }
  header .global_nav ul li {
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
  }
  header .global_nav ul li a {
    padding: 8px 1.2em;
    display: block;
    font-weight: 600;
  }
}

@media (min-width: 1000px) and (max-width: 1064px) {
  header .global_nav > ul > li > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1065px) and (max-width: 4000px) {
  header .global_nav > ul > li > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.home .container {
  padding: 0;
}

.home .container.main-v-area {
  position: relative;
  max-width: none;
  width: 100%;
}

@media (max-width: 1000px) {
  .home .container.main-v-area {
    padding: 0;
  }
}

.home .container.main-v-area .row .col {
  margin: 0;
}

@media (max-width: 999px) {
  .home .container.main-v-area .row .col {
    float: none;
    margin-left: 0;
    width: 100%;
    height: 50vh;
  }
}

.home .container.main-v-area .row .col .main_visual.right-area:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 12.5vw solid #630f14;
  border-left: 12.5vw solid transparent;
  z-index: 1;
  opacity: .5;
}

.home .container.main-v-area .row .col .main_visual.left-area:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 12.5vw solid #c9171e;
  border-left: 12.5vw solid transparent;
  z-index: 1;
  opacity: .5;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

@media (max-width: 999px) {
  .home .container.main-v-area .row .col .main_visual {
    height: 50vh;
  }
}

.home .container.main-v-area .row .col .main_visual .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
}

@media (min-width: 1026px) and (max-width: 2560px) {
  .home .container.main-v-area .row .col .main_visual .inner figure img {
    height: 160px;
  }
}

@media (min-width: 1000px) and (max-width: 1025px) {
  .home .container.main-v-area .row .col .main_visual .inner figure img {
    height: 128px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .home .container.main-v-area .row .col .main_visual .inner figure img {
    height: 96px;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .home .container.main-v-area .row .col .main_visual .inner figure img {
    height: 80px;
  }
}

.home .container.main-v-area .row .col .main_visual .inner h2.title {
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 600;
  margin: 0 auto .7em;
}

@media (min-width: 1000px) and (max-width: 1230px) {
  .home .container.main-v-area .row .col .main_visual .inner h2.title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .home .container.main-v-area .row .col .main_visual .inner h2.title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .home .container.main-v-area .row .col .main_visual .inner h2.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.home .container.main-v-area .row .col .main_visual .inner .btn-l {
  position: relative;
  display: block;
  min-width: 256px;
  max-width: 300px;
  height: 56px;
  line-height: 56px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #c9171e 0%, #c9171e 50%, #250d00 50%, #250d00 100%);
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  transition: background-position ease 0.4s;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .home .container.main-v-area .row .col .main_visual .inner .btn-l {
    font-size: 15px;
    font-size: 1.5rem;
    min-width: none;
    max-width: 196px;
    width: 100%;
  }
}

.home .container.main-v-area .row .col .main_visual .inner .btn-l.round {
  border-radius: 60px;
}

.home .container.main-v-area .row .col .main_visual .inner .btn-l:before {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #ffffff;
  transition: .2s;
  z-index: 5;
}

@media (max-width: 767px) {
  .home .container.main-v-area .row .col .main_visual .inner .btn-l:before {
    width: 20px;
  }
}

.home .container.main-v-area .row .col .main_visual .inner .btn-l:after {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: -6px;
  bottom: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  border: 0;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .2s;
}

.home .container.main-v-area .row .col .main_visual .inner .btn-l:hover {
  background-position: 0 0;
  color: #ffffff;
  border: none;
}

.home .container.main-v-area .row .col .main_visual .inner .btn-l:hover:before {
  background: #ffffff;
  right: 3%;
}

.home .container.main-v-area .row .col .main_visual .inner .btn-l:hover:after {
  background: #ffffff;
  right: 3%;
}

.home .container.main-v-area .row .col .main_visual .inner .btn-r {
  position: relative;
  display: block;
  min-width: 256px;
  max-width: 300px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  border-radius: 6px;
  background-image: linear-gradient(to right, #630f14 0%, #630f14 50%, #250d00 50%, #250d00 100%);
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  transition: background-position ease 0.4s;
}

@media (max-width: 767px) {
  .home .container.main-v-area .row .col .main_visual .inner .btn-r {
    font-size: 15px;
    font-size: 1.5rem;
    min-width: none;
    max-width: 196px;
    width: 100%;
  }
}

.home .container.main-v-area .row .col .main_visual .inner .btn-r.round {
  border-radius: 60px;
}

.home .container.main-v-area .row .col .main_visual .inner .btn-r:before {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #ffffff;
  transition: .2s;
  z-index: 5;
}

@media (max-width: 767px) {
  .home .container.main-v-area .row .col .main_visual .inner .btn-r:before {
    width: 20px;
  }
}

.home .container.main-v-area .row .col .main_visual .inner .btn-r:after {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: -6px;
  bottom: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  border: 0;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .2s;
}

.home .container.main-v-area .row .col .main_visual .inner .btn-r:hover {
  background-position: 0 0;
  color: #ffffff;
  border: none;
}

.home .container.main-v-area .row .col .main_visual .inner .btn-r:hover:before {
  background: #ffffff;
  right: 3%;
}

.home .container.main-v-area .row .col .main_visual .inner .btn-r:hover:after {
  background: #ffffff;
  right: 3%;
}

.home .main_visual .overlay {
  position: relative;
}

.home .main_visual .overlay:after {
  background-color: rgba(37, 13, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.main_visual .overlay {
  position: relative;
}

.main_visual .overlay:after {
  background-color: rgba(37, 13, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.main_visual.under-main .main_visual_slick li.slick-slide img {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: 5s ease-out;
}

.main_visual.under-main .main_visual_slick li.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main_visual.under-main .main_visual_slick li.slick-active img.zoom {
  -webkit-animation: img-Zoom 5s ease-in-out forwards;
          animation: img-Zoom 5s ease-in-out forwards;
}

@-webkit-keyframes img-Zoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes img-Zoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 1000px) and (max-width: 1025px) {
  body.tablet.home .main_visual .main_visual_slick, body.tablet.home body.tablet .main_visual .main_visual_slick, body.mobile.home .main_visual .main_visual_slick, body.mobile.home body.tablet .main_visual .main_visual_slick {
    padding-top: 100% !important;
  }
}

@media (max-width: 999px) {
  body.tablet.home .main_visual .main_visual_slick, body.tablet.home body.tablet .main_visual .main_visual_slick, body.mobile.home .main_visual .main_visual_slick, body.mobile.home body.tablet .main_visual .main_visual_slick {
    padding-top: 50vh !important;
  }
}

@media (max-width: 999px) {
  body:not(.tablet):not(.mobile) .main_visual .main_visual_slick {
    padding-top: 50vh !important;
  }
}

.home .main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
  /* position: absolute; */
  /* left: -300%; */
  /* right: -300%; */
  margin: auto;
  top: 0;
  height: 100%;
  width: auto;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1000px) and (max-width: 1025px) {
  .home .main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
    height: 100%;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .home .main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
    height: 50vh;
  }
}

@media (max-width: 768px) {
  .home .main_visual .main_visual_copy > li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
  }
}

.main_visual .main_visual_copy {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 1000px) and (max-width: 2560px) {
  .main_visual .main_visual_copy > li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main_visual .main_visual_copy > li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 64%;
  }
}

@media (max-width: 769px) {
  header.menu_open .global_nav > ul {
    background-color: rgba(37, 13, 0, 0.9);
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 769px) {
  header .global_nav > ul > li > a {
    font-weight: 600;
    text-align: center;
    background: transparent;
    color: #fff;
  }
  header .global_nav > ul > li > ul.sub-menu > li > a {
    font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
    font-weight: 600;
    text-align: center;
    background: transparent;
  }
  header .global_nav > ul > li {
    border-bottom: none;
  }
  header .global_nav > ul > li > ul > li {
    border-bottom: none;
  }
  header .global_nav > ul > li > ul.sub-menu > li > a {
    font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
  }
  header .global_nav > ul > li a:active {
    background: transparent;
  }
  header .global_nav > ul > li.has_under > a:hover {
    background: transparent;
  }
}

.left-open-1 {
  position: relative;
}

.left-open-1.animated:after {
  -webkit-animation: img-left-open 1.5s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
          animation: img-left-open 1.5s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background: #ffffff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.right-open-1 {
  position: relative;
}

.right-open-1.animated:after {
  -webkit-animation: img-right-open 1.5s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
          animation: img-right-open 1.5s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background: #ffffff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes img-left-open {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes img-left-open {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes img-right-open {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes img-right-open {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes img-up-open {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes img-up-open {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes img-down-open {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes img-down-open {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.fadeInUp {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
}

.fadeIn {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  transition-timing-function: cubic-bezier(0.26, 0.06, 0, 1);
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: translate3d(0, 0, 0);
  }
}

.top-1,
.top-2,
.top-3,
.top-4,
.top-5,
.top-6,
.top-7,
.bottom-info {
  margin-bottom: 0;
}

.top-1 h2.title,
.top-2 h2.title,
.top-3 h2.title,
.top-4 h2.title,
.top-5 h2.title,
.top-6 h2.title,
.top-7 h2.title,
.bottom-info h2.title {
  color: #250d00;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
  margin: 0 0 2em;
  position: relative;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .top-1 h2.title,
  .top-2 h2.title,
  .top-3 h2.title,
  .top-4 h2.title,
  .top-5 h2.title,
  .top-6 h2.title,
  .top-7 h2.title,
  .bottom-info h2.title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.top-1 h2.title span,
.top-2 h2.title span,
.top-3 h2.title span,
.top-4 h2.title span,
.top-5 h2.title span,
.top-6 h2.title span,
.top-7 h2.title span,
.bottom-info h2.title span {
  display: block;
  color: #6d6d6d;
  margin: 0 0 .2em;
  font-weight: 600;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media (max-width: 767px) {
  .top-1 h2.title span,
  .top-2 h2.title span,
  .top-3 h2.title span,
  .top-4 h2.title span,
  .top-5 h2.title span,
  .top-6 h2.title span,
  .top-7 h2.title span,
  .bottom-info h2.title span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.top-1 h2.title span.mid-size,
.top-2 h2.title span.mid-size,
.top-3 h2.title span.mid-size,
.top-4 h2.title span.mid-size,
.top-5 h2.title span.mid-size,
.top-6 h2.title span.mid-size,
.top-7 h2.title span.mid-size,
.bottom-info h2.title span.mid-size {
  font-size: 30px;
  font-size: 3rem;
}

.top-1 h2.title span.white,
.top-2 h2.title span.white,
.top-3 h2.title span.white,
.top-4 h2.title span.white,
.top-5 h2.title span.white,
.top-6 h2.title span.white,
.top-7 h2.title span.white,
.bottom-info h2.title span.white {
  color: #ffffff;
}

.top-1 h2.title.white,
.top-2 h2.title.white,
.top-3 h2.title.white,
.top-4 h2.title.white,
.top-5 h2.title.white,
.top-6 h2.title.white,
.top-7 h2.title.white,
.bottom-info h2.title.white {
  color: #ffffff;
}

.top-1 h2.color-wt,
.top-2 h2.color-wt,
.top-3 h2.color-wt,
.top-4 h2.color-wt,
.top-5 h2.color-wt,
.top-6 h2.color-wt,
.top-7 h2.color-wt,
.bottom-info h2.color-wt {
  color: #fff;
}

.top-1 h2.color-wt:after,
.top-2 h2.color-wt:after,
.top-3 h2.color-wt:after,
.top-4 h2.color-wt:after,
.top-5 h2.color-wt:after,
.top-6 h2.color-wt:after,
.top-7 h2.color-wt:after,
.bottom-info h2.color-wt:after {
  background-color: #fff;
}

.top-1 h2.text-left:after,
.top-2 h2.text-left:after,
.top-3 h2.text-left:after,
.top-4 h2.text-left:after,
.top-5 h2.text-left:after,
.top-6 h2.text-left:after,
.top-7 h2.text-left:after,
.bottom-info h2.text-left:after {
  display: none;
}

.top-1 h2.news-hd:before,
.top-2 h2.news-hd:before,
.top-3 h2.news-hd:before,
.top-4 h2.news-hd:before,
.top-5 h2.news-hd:before,
.top-6 h2.news-hd:before,
.top-7 h2.news-hd:before,
.bottom-info h2.news-hd:before {
  display: none;
}

.top-1 h3.title,
.top-2 h3.title,
.top-3 h3.title,
.top-4 h3.title,
.top-5 h3.title,
.top-6 h3.title,
.top-7 h3.title,
.bottom-info h3.title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #250d00;
  margin: 0 0 .5em;
  font-weight: 600;
  line-height: 1.7;
}

.top-1 h3.title:after,
.top-2 h3.title:after,
.top-3 h3.title:after,
.top-4 h3.title:after,
.top-5 h3.title:after,
.top-6 h3.title:after,
.top-7 h3.title:after,
.bottom-info h3.title:after {
  display: block;
  content: "";
  width: 48px;
  height: 2px;
  background-color: #92867f;
  margin: .5em 0 0;
}

@media (max-width: 767px) {
  .top-1 h3.title,
  .top-2 h3.title,
  .top-3 h3.title,
  .top-4 h3.title,
  .top-5 h3.title,
  .top-6 h3.title,
  .top-7 h3.title,
  .bottom-info h3.title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.top-1 h3.title span.sub-title,
.top-2 h3.title span.sub-title,
.top-3 h3.title span.sub-title,
.top-4 h3.title span.sub-title,
.top-5 h3.title span.sub-title,
.top-6 h3.title span.sub-title,
.top-7 h3.title span.sub-title,
.bottom-info h3.title span.sub-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.top-1 h3.text-center:after,
.top-2 h3.text-center:after,
.top-3 h3.text-center:after,
.top-4 h3.text-center:after,
.top-5 h3.text-center:after,
.top-6 h3.text-center:after,
.top-7 h3.text-center:after,
.bottom-info h3.text-center:after {
  margin: 1.5em auto 0;
}

.fadeInUp {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.fadeIn {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: translate3d(0, 0, 0);
  }
}

.top-news {
  padding: 7em 0 10em;
  margin-bottom: 0;
  background: #f7f4ed;
  position: relative;
}

@media (max-width: 767px) {
  .top-news {
    padding: 4em 0 6em;
  }
}

.top-news:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 80px;
  border-color: transparent transparent #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .top-news:before {
    border-width: 0 50vw 64px;
  }
}

@media (min-width: 1320px) and (max-width: 2560px) {
  .top-news .container {
    max-width: 1280px;
    width: 100%;
  }
}

@media (min-width: 1240px) and (max-width: 1319px) {
  .top-news .container {
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1239px) {
  .top-news .container {
    max-width: 1160px;
    width: 100%;
  }
}

@media (min-width: 1040px) and (max-width: 1119px) {
  .top-news .container {
    max-width: 1000px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .top-news .container {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .top-news .container {
    padding: 0 10px;
  }
}

.top-news .container.news-area h2.title {
  color: #ffffff;
  margin: 0 auto;
  font-size: 22px;
  font-size: 2.2rem;
}

.top-news .container.news-area h2.title img {
  margin: 0 auto .5em;
  display: block;
}

@media (min-width: 768px) and (max-width: 2560px) {
  .top-news .container.news-area h2.title img {
    height: 48px;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .top-news .container.news-area h2.title img {
    height: 32px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .top-news .container.news-area h2.title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.top-news .container.news-area .row {
  display: flex;
  justify-content: center;
  min-height: 200px;
}

@media (max-width: 767px) {
  .top-news .container.news-area .row {
    margin-bottom: 2.5em;
    min-height: none;
  }
}

.top-news .container.news-area .row.sns-area {
  min-height: 1px;
}

.top-news .container.news-area .row .col.title-box {
  display: flex;
  align-items: center;
  background: #250d00;
}

@media (max-width: 767px) {
  .top-news .container.news-area .row .col.title-box {
    height: auto;
    margin-bottom: 0;
    padding: 2em 0;
    width: 48%;
  }
}

.top-news .container.news-area .row .col.content {
  background: #ffffff;
  border: 1px solid #250d00;
  padding: 3em;
}

.top-news .container.news-area .row .col.content a {
  color: #250d00;
}

.top-news .container.news-area .row .col.content dl dt, .top-news .container.news-area .row .col.content dl dd {
  padding: 1.5em 0;
  color: #250d00;
}

@media (max-width: 767px) {
  .top-news .container.news-area .row .col.content dl dt, .top-news .container.news-area .row .col.content dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.top-news .container.news-area .row .col.content dl dt:nth-of-type(1) {
  padding: 0 0 1.5em;
}

@media (max-width: 767px) {
  .top-news .container.news-area .row .col.content dl dt {
    padding: 1.5em 0 0;
  }
}

.top-news .container.news-area .row .col.content dl dd {
  border-bottom: 1px solid #4a3e38;
}

.top-news .container.news-area .row .col.content dl dd:nth-of-type(1) {
  padding: 0 0 1.5em;
}

@media (max-width: 767px) {
  .top-news .container.news-area .row .col.content dl dd {
    padding: 1.5em 0 0;
  }
}

@media (max-width: 767px) {
  .top-news .container.news-area .row .col.content {
    height: auto;
    border: 1px solid #250d00;
    padding: 2em 1em 2em;
  }
}

.top-news .container.news-area .row .col.flex-box {
  display: flex;
  justify-content: center;
}

.top-news .container.news-area .row .col.flex-box a img {
  padding: 0 1em;
}

.top-news .container.news-area .row .col img.sns-icon {
  height: 42px;
  margin-bottom: .8em;
}

@media (max-width: 767px) {
  .top-news .container.news-area .row .col img.sns-icon {
    height: 36px;
  }
}

.top-1 {
  padding: 2em 0 10em;
  background: url("/wp-content/uploads/top_bg001.jpg") center no-repeat;
  background-size: contain;
  background-position: center bottom;
}

@media (max-width: 767px) {
  .top-1 {
    padding: .5em 0 4em;
  }
}

@media (max-width: 767px) {
  .top-1 h3.title {
    text-align: center;
  }
  .top-1 h3.title:after {
    margin: .5em auto 0;
  }
}

@media (min-width: 1320px) and (max-width: 2560px) {
  .top-1 .container {
    max-width: 1280px;
    width: 100%;
  }
}

@media (min-width: 1240px) and (max-width: 1319px) {
  .top-1 .container {
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1239px) {
  .top-1 .container {
    max-width: 1160px;
    width: 100%;
  }
}

@media (min-width: 1040px) and (max-width: 1119px) {
  .top-1 .container {
    max-width: 1000px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .top-1 .container {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .top-1 .container {
    padding: 0 10px;
  }
}

.top-1 .container p {
  line-height: 2;
}

.top-1 .container .row.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .top-1 .container .row.flexbox {
    display: block;
  }
}

@media (max-width: 768px) {
  .top-1 .container .row .col {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .top-1 .container .row .col:nth-of-type(2) {
    margin-bottom: 4em;
  }
}

.top-1 .container .row .col img.bs-1 {
  box-shadow: -10px 10px 0 #c9171e;
}

@media (min-width: 768px) and (max-width: 999px) {
  .top-1 .container .row .col img.bs-1 {
    margin-bottom: 2em;
  }
}

@media (max-width: 767px) {
  .top-1 .container .row .col img.bs-1 {
    margin-bottom: 1.5em;
  }
}

.top-1 .container .row .col img.bs-2 {
  box-shadow: -10px 10px 0 #660b0e;
}

@media (min-width: 768px) and (max-width: 999px) {
  .top-1 .container .row .col img.bs-2 {
    box-shadow: 10px 10px 0 #660b0e;
    margin-bottom: 2em;
  }
}

@media (max-width: 767px) {
  .top-1 .container .row .col img.bs-2 {
    box-shadow: 10px 10px 0 #660b0e;
    margin-bottom: 1.5em;
  }
}

.top-1 figure img.hd-icon {
  height: 7.2vh;
  margin-bottom: 1.8em;
}

.top-1 table.overview {
  width: 100%;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .top-1 table.overview {
    width: 98%;
    margin-bottom: 2em;
  }
}

.top-1 table.overview th, .top-1 table.overview td {
  font-size: 15px;
  font-size: 1.5rem;
  color: #250d00;
  border-bottom: 1px solid #e8e8e8;
  padding: 1em;
}

@media (max-width: 480px) {
  .top-1 table.overview th, .top-1 table.overview td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.top-1 table.overview th {
  width: 30%;
}

.top-1 table.overview th:first-child {
  text-align: center;
}

@media (max-width: 767px) {
  .top-1 table.overview th {
    width: 30%;
  }
}

.top-1-under {
  margin-bottom: 0 !important;
  position: relative;
  background: #f7f4ed;
  padding: 7em 0;
}

@media (max-width: 767px) {
  .top-1-under {
    padding: 3.5em 0;
  }
}

.top-1-under h2.title {
  color: #250d00;
  text-align: center;
}

@media (min-width: 1320px) and (max-width: 2560px) {
  .top-1-under .container {
    max-width: 1280px;
    width: 100%;
  }
}

@media (min-width: 1240px) and (max-width: 1319px) {
  .top-1-under .container {
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1239px) {
  .top-1-under .container {
    max-width: 1160px;
    width: 100%;
  }
}

@media (min-width: 1040px) and (max-width: 1119px) {
  .top-1-under .container {
    max-width: 1000px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .top-1-under .container {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .top-1-under .container {
    padding: 0 10px;
  }
}

.top-1-under .container .row .col.table-area {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .top-1-under .container .row .col.table-area {
    width: 100%;
    padding: 0 10px;
  }
}

.top-1-under figure img.hd-icon {
  height: 7.2vh;
  margin-bottom: 1.8em;
}

.top-1-under table.overview {
  width: 100%;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .top-1-under table.overview {
    width: 98%;
    margin-bottom: 2em;
  }
}

.top-1-under table.overview th, .top-1-under table.overview td {
  font-size: 15px;
  color: #250d00;
  border-bottom: 1px solid #92867f;
  padding: 1.8em 1em;
}

.top-1-under table.overview th {
  width: 30%;
}

.top-1-under table.overview th:first-child {
  text-align: right;
}

@media (max-width: 767px) {
  .top-1-under table.overview th:first-child {
    width: 42%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .top-1-under table.overview th {
    width: 25%;
  }
}

.top-1-under table a {
  color: #250d00;
}

.top-2 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding: 10em 0;
}

@media (max-width: 768px) {
  .top-2 {
    padding: 5em 0;
  }
}

.top-2:after {
  background-color: rgba(37, 13, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.top-2.parallax {
  background-image: url(/wp-content/uploads/top_bg002.jpg);
  height: auto;
  background-position: left center;
  background-size: cover;
}

@media (min-width: 0px) and (max-width: 480px) {
  .top-2.parallax {
    background-image: url("/wp-content/uploads/top_bg002_sp.jpg");
    background-attachment: unset;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .top-2.parallax {
    background-image: url("/wp-content/uploads/top_bg002_sp.jpg");
    background-attachment: unset;
  }
}

.top-2.parallax .container {
  z-index: 10;
  position: relative;
  margin: auto;
}

@media (min-width: 1320px) and (max-width: 2560px) {
  .top-2.parallax .container {
    max-width: 1280px;
    width: 100%;
  }
}

@media (min-width: 1240px) and (max-width: 1319px) {
  .top-2.parallax .container {
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1239px) {
  .top-2.parallax .container {
    max-width: 1160px;
    width: 100%;
  }
}

@media (min-width: 1040px) and (max-width: 1119px) {
  .top-2.parallax .container {
    max-width: 1000px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .top-2.parallax .container {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .top-2.parallax .container {
    padding: 0 10px;
  }
}

.top-2.parallax .container h2.title {
  color: #ffffff;
  text-align: left;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  .top-2.parallax .container h2.title {
    text-align: center;
  }
}

.top-2.parallax .container p {
  color: #ffffff;
}

@media (max-width: 768px) {
  .top-2.parallax .container p.text-medium {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.top-2.parallax .container .row.flexbox {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .top-2.parallax .container .row.flexbox {
    flex-direction: column;
  }
}

.top-2.parallax .container .row .col.info-box {
  background-color: rgba(37, 13, 0, 0.85);
  padding: 3em 2em;
  text-align: center;
}

@media (max-width: 768px) {
  .top-2.parallax .container .row .col.info-box {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 767px) and (max-width: 777px) {
  .top-2.parallax .container .row .col.info-box {
    margin-bottom: 2em;
  }
}

.top-2.parallax .container .row .col.info-box p {
  color: #ffffff;
  margin: 0 0 .5em;
}

.top-2.parallax .container .row .col.info-box p a {
  color: #ffffff;
}

.top-2.parallax .container .row .col.info-box p a:hover {
  color: #ffffff;
}

.top-2.parallax .container .row .col.info-box p.text-xlarge {
  margin: 0;
}

.top-2.parallax .container .row .col.info-box p.hd-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  border: 1px solid #ffffff;
  padding: 1em;
}

.top-2.parallax .container .row .col img.logo-type {
  height: 160px;
}

@media (min-width: 481px) and (max-width: 776px) {
  .top-2.parallax .container .row .col img.logo-type {
    height: 96px;
    margin-bottom: 2em;
  }
}

@media (min-width: 1px) and (max-width: 480px) {
  .top-2.parallax .container .row .col img.logo-type {
    height: 80px;
    margin-bottom: 2em;
  }
}

.top-3 {
  margin-bottom: 0 !important;
  position: relative;
  background: #f7f4ed;
  padding: 7em 0;
}

@media (max-width: 767px) {
  .top-3 {
    padding: 3.5em 0;
  }
}

.top-3 h2.title {
  color: #250d00;
  text-align: center;
}

@media (min-width: 1320px) and (max-width: 2560px) {
  .top-3 .container {
    max-width: 1280px;
    width: 100%;
  }
}

@media (min-width: 1240px) and (max-width: 1319px) {
  .top-3 .container {
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1239px) {
  .top-3 .container {
    max-width: 1160px;
    width: 100%;
  }
}

@media (min-width: 1040px) and (max-width: 1119px) {
  .top-3 .container {
    max-width: 1000px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .top-3 .container {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .top-3 .container {
    padding: 0 10px;
  }
}

.top-3 .container .row .col.table-area {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .top-3 .container .row .col.table-area {
    width: 100%;
    padding: 0 10px;
  }
}

.top-3 figure img.hd-icon {
  height: 7.2vh;
  margin-bottom: 1.8em;
}

.top-3 table.overview {
  width: 100%;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .top-3 table.overview {
    width: 98%;
    margin-bottom: 2em;
  }
}

.top-3 table.overview th, .top-3 table.overview td {
  font-size: 15px;
  color: #250d00;
  border-bottom: 1px solid #92867f;
  padding: 1.8em 1em;
}

.top-3 table.overview th {
  width: 30%;
}

.top-3 table.overview th:first-child {
  text-align: right;
}

@media (max-width: 767px) {
  .top-3 table.overview th {
    width: 25%;
  }
}

.top-3 table a {
  color: #250d00;
}

.bottom-info {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding: 10em 0;
}

@media (max-width: 768px) {
  .bottom-info {
    padding: 5em 0;
  }
}

.bottom-info:after {
  background-color: rgba(37, 13, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.bottom-info.parallax {
  background-image: url(/wp-content/uploads/top_bg002.jpg);
  height: auto;
  background-position: left center;
  background-size: cover;
}

@media (min-width: 0px) and (max-width: 480px) {
  .bottom-info.parallax {
    background-image: url("/wp-content/uploads/top_bg002_sp.jpg");
    background-attachment: unset;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .bottom-info.parallax {
    background-image: url("/wp-content/uploads/top_bg002_sp.jpg");
    background-attachment: unset;
  }
}

.bottom-info.parallax.info-2 {
  background-image: url("/wp-content/uploads/top_bg002.jpg");
}

@media (max-width: 768px) {
  .bottom-info.parallax.info-2 {
    background-image: url("/wp-content/uploads/top_bg002_sp.jpg");
    background-attachment: unset;
  }
}

.bottom-info.parallax .container {
  z-index: 10;
  position: relative;
  margin: auto;
}

@media (min-width: 1320px) and (max-width: 2560px) {
  .bottom-info.parallax .container {
    max-width: 1280px;
    width: 100%;
  }
}

@media (min-width: 1240px) and (max-width: 1319px) {
  .bottom-info.parallax .container {
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1239px) {
  .bottom-info.parallax .container {
    max-width: 1160px;
    width: 100%;
  }
}

@media (min-width: 1040px) and (max-width: 1119px) {
  .bottom-info.parallax .container {
    max-width: 1000px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .bottom-info.parallax .container {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .bottom-info.parallax .container {
    padding: 0 10px;
  }
}

.bottom-info.parallax .container h2.title {
  color: #ffffff;
  text-align: left;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  .bottom-info.parallax .container h2.title {
    text-align: center;
  }
}

.bottom-info.parallax .container p {
  color: #ffffff;
}

@media (max-width: 768px) {
  .bottom-info.parallax .container p.text-medium {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.bottom-info.parallax .container .row.flexbox {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .bottom-info.parallax .container .row.flexbox {
    flex-direction: column;
  }
}

.bottom-info.parallax .container .row .col.info-box {
  background-color: rgba(37, 13, 0, 0.85);
  padding: 3em 2em;
  text-align: center;
}

@media (max-width: 768px) {
  .bottom-info.parallax .container .row .col.info-box {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 767px) and (max-width: 777px) {
  .bottom-info.parallax .container .row .col.info-box {
    margin-bottom: 2em;
  }
}

.bottom-info.parallax .container .row .col.info-box p {
  color: #ffffff;
  margin: 0 0 .5em;
}

.bottom-info.parallax .container .row .col.info-box p a {
  color: #ffffff;
}

.bottom-info.parallax .container .row .col.info-box p a:hover {
  color: #ffffff;
}

.bottom-info.parallax .container .row .col.info-box p.text-xlarge {
  margin: 0;
}

.bottom-info.parallax .container .row .col.info-box p.hd-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  border: 1px solid #ffffff;
  padding: 1em;
}

.bottom-info.parallax .container .row .col img.logo-type {
  height: 160px;
}

@media (min-width: 481px) and (max-width: 776px) {
  .bottom-info.parallax .container .row .col img.logo-type {
    height: 96px;
    margin-bottom: 2em;
  }
}

@media (min-width: 1px) and (max-width: 480px) {
  .bottom-info.parallax .container .row .col img.logo-type {
    height: 80px;
    margin-bottom: 2em;
  }
}

.bottom-info.parallax .container .row .col img.logo-type-2 {
  height: 112px;
}

@media (min-width: 481px) and (max-width: 776px) {
  .bottom-info.parallax .container .row .col img.logo-type-2 {
    height: 80px;
    margin-bottom: 2em;
  }
}

@media (min-width: 1px) and (max-width: 480px) {
  .bottom-info.parallax .container .row .col img.logo-type-2 {
    height: 64px;
    margin-bottom: 2em;
  }
}

footer {
  background: #250d00;
  padding: 4em 0 0;
}

footer nav ul > li {
  font-size: 14px;
  font-size: 1.4rem;
}

footer .footer_nav_wrap {
  background: transparent;
}

@media (max-width: 480px) {
  footer {
    padding-bottom: 48px;
  }
  footer .footer_copyright_wrap p {
    padding: 1em 0.3em;
    display: block;
  }
}

@media (min-width: 768px) {
  footer .footer_copyright_wrap {
    padding: 1em 0 3.5em;
  }
  footer .footer_nav_wrap {
    padding-top: 2.8em;
    padding-bottom: 1em;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 2.5em 0 0;
  }
}

.bottom-res {
  padding: 0 0 7em;
  background: #004323;
  background: linear-gradient(180deg, #faf8f5 0%, #faf8f5 60%, #a27f25 60%, #a27f25 100%);
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .bottom-res {
    padding: 0 0 3.5em;
  }
}

.bottom-res h3.title {
  color: #fff;
  margin: 0 0 1.5em;
  font-weight: 600;
  line-height: 1;
  background: #000;
  padding: 1.2em .5em;
}

.bottom-res h3.title:after {
  display: none;
}

.bottom-res h3.title.hpb {
  background: #9f1547;
}

.bottom-res .container {
  position: relative;
  padding: 7em 0 0;
}

@media (min-width: 1000px) and (max-width: 4000px) {
  .bottom-res .container {
    width: 100%;
    max-width: 1200px;
  }
}

.bottom-res .container span.reservation {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  width: 128px;
  height: 128px;
  line-height: 128px;
  padding: 0;
  border-radius: 50%;
  background: #a27f25;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

@media (min-width: 481px) and (max-width: 768px) {
  .bottom-res .row .col.reset {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
  }
}

.bottom-app {
  background: url("/wp-content/uploads/app_bg001.jpg") center no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #333333;
  padding: 7em 0;
}

@media (max-width: 767px) {
  .bottom-app {
    padding: 3.5em 1em 7em;
  }
}

.bottom-app p {
  text-align: center;
}

.bottom-app h2.title:before {
  background-color: #fff;
}

.bottom-app .container {
  background: rgba(250, 248, 245, 0.9);
  padding: 3.5em;
}

@media (min-width: 1000px) and (max-width: 4000px) {
  .bottom-app .container {
    width: 100%;
    max-width: 1200px;
  }
}

@media (max-width: 767px) {
  .bottom-app .container {
    position: relative;
    padding: 1.5em 1em;
  }
}

.bottom-app .container .row.btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bottom-app .container .row.btn-area .col .mr-2 {
  margin-right: 2%;
}

.bottom-app .container .row.btn-area .col .mr-2-b {
  margin-right: 2%;
}

@media (max-width: 767px) {
  .bottom-app .container .row.btn-area .col .mr-2-b {
    margin-right: 0;
  }
}

.bottom-app .container .row.btn-area .col .mr-none {
  margin-right: 0;
}

@media (max-width: 767px) {
  .bottom-app .container .row.btn-area .col .mr-none {
    display: none;
  }
}

@media (max-width: 767px) {
  .bottom-app .container .row .col {
    min-height: 0;
    padding: 2.5em 1em;
  }
}

.parallax-wrap {
  position: relative;
}

.parallax-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  background-color: rgba(37, 13, 0, 0.2);
}

.parallax {
  background-image: url(/wp-content/uploads/under_bg001b.jpg);
  height: 400px;
  background-position: center center;
}

@media (max-width: 767px) {
  .parallax {
    background-image: url("/wp-content/uploads/under_bg001b_sp.jpg");
    background-attachment: unset;
    height: 200px;
    background-position: center center;
  }
}

@media (max-width: 999px) {
  .parallax {
    background-attachment: unset;
  }
}

.parallax.kura {
  background-image: url("/wp-content/uploads/under_bg002b.jpg");
  background-position: center top;
}

@media (max-width: 767px) {
  .parallax.kura {
    background-image: url("/wp-content/uploads/under_bg002b_sp.jpg");
    background-attachment: unset;
    height: 200px;
    background-position: center center;
  }
}

.parallax.kura-menu {
  background-image: url("/wp-content/uploads/under_bg004.jpg");
  background-position: center bottom;
  background-size: 100% auto;
}

@media (max-width: 767px) {
  .parallax.kura-menu {
    background-image: url("/wp-content/uploads/under_bg004_sp.jpg");
    background-attachment: unset;
    height: 200px;
    background-position: center center;
  }
}

.parallax.rs-kura {
  background-image: url("/wp-content/uploads/under_bg003b.jpg");
  background-position: center center;
}

@media (max-width: 767px) {
  .parallax.rs-kura {
    background-image: url("/wp-content/uploads/under_bg003b_sp.jpg");
    background-attachment: unset;
    height: 200px;
    background-position: center center;
  }
}

.parallax_contents {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 24;
}

@media (min-width: 980px) {
  .parallax_contents {
    max-width: 1280px;
    width: 100%;
  }
}

.parallax_contents img {
  width: auto;
  height: 16vh;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .parallax_contents img {
    width: auto;
    height: 13.2vh;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .parallax_contents img {
    width: auto;
    height: 12.8vh;
  }
}

.link-area a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 0.3s linear;
}

.under h1 {
  font-weight: 600;
  background: #250d00;
  padding: 2em 0.5em 6em;
  margin: 0 0 0.5em;
  text-align: center;
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
}

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

.under h1:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 80px;
  border-color: transparent transparent #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 999px) {
  .under h1:before {
    bottom: -0.1rem;
  }
}

@media (max-width: 767px) {
  .under h1:before {
    border-width: 0 50vw 64px;
  }
}

.under-2 section:last-child {
  margin-bottom: 0;
}

.under-2 h1 {
  font-weight: 600;
  background: #250d00;
  padding: 2em 0.5em 6em;
  margin: 0 0 0.5em;
  text-align: center;
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
}

@media (max-width: 767px) {
  .under-2 h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.under-2 h1:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 80px;
  border-color: transparent transparent #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 999px) {
  .under-2 h1:before {
    bottom: -0.1rem;
  }
}

@media (max-width: 767px) {
  .under-2 h1:before {
    border-width: 0 50vw 64px;
  }
}

.under-2 .container.sub-top {
  width: 100%;
  max-width: none;
  padding: 0;
}

.under .fadeInUp, .under-2 .fadeInUp {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.under .fadeIn, .under-2 .fadeIn {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: translate3d(0, 0, 0);
  }
}

.under p, .under-2 p {
  line-height: 2;
}

.under figure img.hd-icon, .under-2 figure img.hd-icon {
  height: 7.2vh;
  margin-bottom: 1.8em;
}

@media (min-width: 1320px) and (max-width: 2560px) {
  .under .container, .under-2 .container {
    max-width: 1280px;
    width: 100%;
  }
}

@media (min-width: 1240px) and (max-width: 1319px) {
  .under .container, .under-2 .container {
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1239px) {
  .under .container, .under-2 .container {
    max-width: 1160px;
    width: 100%;
  }
}

@media (min-width: 1040px) and (max-width: 1119px) {
  .under .container, .under-2 .container {
    max-width: 1000px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .under .container, .under-2 .container {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .under .container, .under-2 .container {
    padding: 0 10px;
  }
}

.under .container .row .col .table-menu-wrap, .under-2 .container .row .col .table-menu-wrap {
  padding: 3.5em 2em;
}

@media (max-width: 767px) {
  .under .container .row .col .table-menu-wrap, .under-2 .container .row .col .table-menu-wrap {
    padding: 2em .5em;
  }
}

.under .container .row .col.left-open.animated, .under-2 .container .row .col.left-open.animated {
  overflow: hidden;
  position: relative;
}

.under .container .row .col.left-open.animated:before, .under-2 .container .row .col.left-open.animated:before {
  -webkit-animation: img-left-open 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-left-open 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #ffffff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.under .container .row .col .cont-box.title-area, .under-2 .container .row .col .cont-box.title-area {
  padding: 5em 1em;
  background: #250d00;
  position: relative;
}

@media (max-width: 767px) {
  .under .container .row .col .cont-box.title-area, .under-2 .container .row .col .cont-box.title-area {
    padding: 2em .5em;
  }
}

.under .container .row .col .cont-box.title-area.store-1, .under-2 .container .row .col .cont-box.title-area.store-1 {
  background: #be1e21;
}

.under .container .row .col .cont-box.title-area.store-2, .under-2 .container .row .col .cont-box.title-area.store-2 {
  background: #630f14;
}

.under .container .row .col .cont-box.title-area h2, .under-2 .container .row .col .cont-box.title-area h2 {
  margin-bottom: 0;
}

.under .container .row .col .cont-box.title-area h2.title, .under-2 .container .row .col .cont-box.title-area h2.title {
  font-size: 28px;
  font-size: 2.8rem;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 999px) {
  .under .container .row .col .cont-box.title-area h2.title, .under-2 .container .row .col .cont-box.title-area h2.title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .under .container .row .col .cont-box.title-area h2.title, .under-2 .container .row .col .cont-box.title-area h2.title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.under .container .row .col .cont-box.title-area h2.title span, .under-2 .container .row .col .cont-box.title-area h2.title span {
  color: #ffffff;
}

.under .container .row .col .cont-box.title-area h2.title.law-cont, .under-2 .container .row .col .cont-box.title-area h2.title.law-cont {
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .under .container .row .col .cont-box.title-area h2.title.law-cont, .under-2 .container .row .col .cont-box.title-area h2.title.law-cont {
    font-size: 20px;
    font-size: 2rem;
  }
}

.under .container .row .col.pd-plus, .under-2 .container .row .col.pd-plus {
  padding: 0 0 0 4em;
}

@media (min-width: 768px) and (max-width: 999px) {
  .under .container .row .col.pd-plus, .under-2 .container .row .col.pd-plus {
    padding: 0 0 0 2em;
  }
}

@media (max-width: 767px) {
  .under .container .row .col.pd-plus, .under-2 .container .row .col.pd-plus {
    padding: 0;
  }
}

.under h2, .under-2 h2 {
  color: #250d00;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
  margin: 0 0 1em;
  position: relative;
  line-height: 1.7;
}

@media (min-width: 768px) and (max-width: 999px) {
  .under h2, .under-2 h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .under h2, .under-2 h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.under h2 span, .under-2 h2 span {
  display: block;
  color: #250d00;
  margin: 0 0 .2em;
  font-weight: 600;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media (max-width: 767px) {
  .under h2 span, .under-2 h2 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.under h2 span.white, .under-2 h2 span.white {
  color: #ffffff;
}

.under h2.bd-bottom, .under-2 h2.bd-bottom {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
  margin: 0 0 1.8em;
}

.under h2.color-wt, .under-2 h2.color-wt {
  color: #fff;
}

.under h2.color-wt:after, .under-2 h2.color-wt:after {
  background-color: #fff;
}

.under h2.text-left:after, .under-2 h2.text-left:after {
  display: none;
}

.under h3.title, .under-2 h3.title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #250d00;
  margin: 0 0 1.5em;
  font-weight: 600;
  line-height: 1.7;
}

.under h3.title:after, .under-2 h3.title:after {
  display: block;
  content: "";
  width: 48px;
  height: 2px;
  background-color: #92867f;
  margin: .5em 0 0;
}

@media (max-width: 767px) {
  .under h3.title, .under-2 h3.title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.under h3.title span.sub-title, .under-2 h3.title span.sub-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.under h3.text-center:after, .under-2 h3.text-center:after {
  margin: .8em auto 0;
}

.under h4, .under-2 h4 {
  font-size: 21px;
  font-size: 2.1rem;
  color: #250d00;
  padding: 0;
  margin: 0 0 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #999999;
}

@media (max-width: 767px) {
  .under h4, .under-2 h4 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.under .table-default, .under-2 .table-default {
  table-layout: fixed;
}

.under .table-default th, .under-2 .table-default th {
  background: transparent;
  color: #250d00;
  width: 35%;
}

@media (max-width: 767px) {
  .under .table-default th, .under-2 .table-default th {
    width: 35%;
  }
}

.under .table-default th, .under .table-default td, .under-2 .table-default th, .under-2 .table-default td {
  padding: 1.5em 1em;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  border-top: 1px solid #ccc;
}

@media (max-width: 767px) {
  .under .table-default th, .under .table-default td, .under-2 .table-default th, .under-2 .table-default td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1.5em .5em;
  }
}

.under .table-default th p, .under .table-default td p, .under-2 .table-default th p, .under-2 .table-default td p {
  word-break: break-all;
}

.under .table-menu td, .under-2 .table-menu td {
  padding: 1.5em 1em;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.under .table-menu td, .under-2 .table-menu td {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

.under .table-menu td span, .under-2 .table-menu td span {
  font-weight: normal;
}

.under .table-menu td span.price, .under-2 .table-menu td span.price {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}

.under .dp-table, .under-2 .dp-table {
  display: table;
  margin-top: 2em;
}

@media (max-width: 767px) {
  .under .dp-table, .under-2 .dp-table {
    display: block;
  }
}

.under .dp-table-cell, .under-2 .dp-table-cell {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .under .dp-table-cell, .under-2 .dp-table-cell {
    display: block;
  }
}

.under .dp-block, .under-2 .dp-block {
  display: block;
}

.down_arrows *, .down_arrows *:before, .down_arrows *:after {
  box-sizing: border-box;
}

.down_arrows {
  position: relative;
  display: flex;
  height: 80px;
  margin: 0 auto 4.5em;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .down_arrows {
    margin: 0 auto 4em;
  }
}

.down_arrows .down_arrow {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 10px;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-animation: arrow-move 3s ease-out infinite;
  animation: arrow-move 3s ease-out infinite;
  opacity: 0;
}

@media (max-width: 767px) {
  .down_arrows .down_arrow {
    left: unset;
  }
}

.down_arrows .down_arrow:first-child {
  -webkit-animation: arrow-move 3s ease-out 1s infinite;
  animation: arrow-move 3s ease-out 1s infinite;
}

.down_arrows .down_arrow:nth-child(2) {
  -webkit-animation: arrow-move 3s ease-out 2s infinite;
  animation: arrow-move 3s ease-out 2s infinite;
}

.down_arrows .down_arrow:before,
.down_arrows .down_arrow:after {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  content: '';
  border-radius: 2px;
  background: #999;
}

.down_arrows .down_arrow:before {
  left: 1px;
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
}

.down_arrows .down_arrow:after {
  right: 1px;
  width: 50%;
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
}

@-webkit-keyframes arrow-move {
  25% {
    opacity: 0.6;
  }
  43.75% {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
    opacity: 0.8;
  }
  62.5% {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(3em) scale(0.5);
    transform: translateY(3em) scale(0.5);
    opacity: 0;
  }
}

@keyframes arrow-move {
  25% {
    opacity: 0.6;
  }
  43.75% {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
    opacity: 0.8;
  }
  62.5% {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(3em) scale(0.5);
    transform: translateY(3em) scale(0.5);
    opacity: 0;
  }
}

.btn {
  position: relative;
  display: block;
  min-width: 256px;
  max-width: 300px;
  height: 56px;
  line-height: 56px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  transition: background-position ease 0.4s;
  border-radius: 6px;
}

.btn.color-1 {
  background-image: linear-gradient(to right, #c9171e 0%, #c9171e 50%, #250d00 50%, #250d00 100%);
  border: none;
  color: #ffffff;
}

.btn.color-1:before {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #ffffff;
  transition: .2s;
  z-index: 5;
}

@media (max-width: 767px) {
  .btn.color-1:before {
    width: 20px;
  }
}

.btn.color-1:after {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: -6px;
  bottom: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  border: 0;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .2s;
}

.btn.color-1:hover {
  background-position: 0 0;
  color: #ffffff;
}

.btn.color-1:hover:before {
  background: #ffffff;
  right: 3%;
}

.btn.color-1:hover:after {
  background: #ffffff;
  right: 3%;
}

.btn.color-2 {
  background-image: linear-gradient(to right, #630f14 0%, #630f14 50%, #250d00 50%, #250d00 100%);
  color: #ffffff;
}

.btn.color-2:before {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #ffffff;
  transition: .2s;
  z-index: 5;
}

@media (max-width: 767px) {
  .btn.color-2:before {
    width: 20px;
  }
}

.btn.color-2:after {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: -6px;
  bottom: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  border: 0;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .2s;
}

.btn.color-2:hover {
  background-position: 0 0;
  color: #ffffff;
}

.btn.color-2:hover:before {
  background: #ffffff;
  right: 3%;
}

.btn.color-2:hover:after {
  background: #ffffff;
  right: 3%;
}

.btn:before {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #000000;
  transition: .2s;
  z-index: 5;
}

@media (max-width: 767px) {
  .btn:before {
    width: 20px;
  }
}

.btn:after {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: -6px;
  bottom: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  border: 0;
  background: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .2s;
}

.btn:hover {
  background-position: 0 0;
  color: #ffffff;
}

.btn:hover:before {
  background: #ffffff;
  right: 3%;
}

.btn:hover:after {
  background: #ffffff;
  right: 3%;
}

.btn-inline {
  position: relative;
  display: block;
  min-width: 1px;
  max-width: 300px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  transition: background-position ease 0.4s;
  border: 1px solid #250d00;
  background-image: linear-gradient(to right, #250d00 0%, #250d00 50%, transparent 50%, transparent 100%);
}

@media (max-width: 1279px) {
  .btn-inline {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.btn-inline:before {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #250d00;
  transition: .2s;
  z-index: 5;
}

@media (min-width: 768px) and (max-width: 999px) {
  .btn-inline:before {
    width: 16px;
  }
}

@media (max-width: 767px) {
  .btn-inline:before {
    width: 12px;
  }
}

.btn-inline:after {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: -6px;
  bottom: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  border: 0;
  background: #250d00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .2s;
}

.btn-inline:hover {
  background-position: 0 0;
  color: #ffffff;
}

.btn-inline:hover:before {
  background: #ffffff;
  right: 3%;
}

.btn-inline:hover:after {
  background: #ffffff;
  right: 3%;
}

.btn-inline.current {
  background-image: none;
  background: #250d00;
  color: #ffffff;
  pointer-events: none;
}

.btn-inline.current:before, .btn-inline.current:after {
  display: none;
}

.btn-single-1 {
  position: relative;
  display: block;
  min-width: none;
  max-width: 248px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  margin: 0;
  padding: 0 0 0 .5em;
  text-align: left;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 100% bottom 0;
  background-size: 200% 1px;
  background-image: linear-gradient(to right, #250d00 0%, #250d00 50%, #e8e8e8 50%, #e8e8e8 100%);
  color: #250d00;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  transition: background-position ease 0.4s;
}

.btn-single-1.white {
  color: #ffffff;
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #999999 50%, #999999 100%);
}

.btn-single-1.white:before {
  background: #ffffff;
}

.btn-single-1.white:after {
  background: #ffffff;
}

.btn-single-1.white:hover {
  background-position: left 0 bottom 0;
  color: #ffffff;
}

.btn-single-1.white:hover:before {
  background: #ffffff;
  right: 3%;
}

.btn-single-1.white:hover:after {
  background: #ffffff;
  right: 3%;
}

.btn-single-1.mini {
  min-width: 180px;
  max-width: 300px;
  height: 48px;
  line-height: 48px;
  font-size: 13px;
  font-size: 1.3rem;
}

.btn-single-1:before {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #250d00;
  transition: .2s;
  z-index: 5;
}

@media (max-width: 767px) {
  .btn-single-1:before {
    width: 20px;
  }
}

.btn-single-1:after {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: -6px;
  bottom: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  border: 0;
  background: #250d00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .2s;
}

.btn-single-1:hover {
  background-position: left 0 bottom 0;
  color: #250d00;
}

.btn-single-1:hover:before {
  background: #250d00;
  right: 3%;
}

.btn-single-1:hover:after {
  background: #250d00;
  right: 3%;
}

.btn-anchor {
  position: relative;
  display: block;
  min-width: 1px;
  max-width: 196px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  margin: 0;
  padding: 0 0 0;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 100% bottom 0;
  background-size: 200% 2px;
  background-image: linear-gradient(to right, #be1e21 0%, #be1e21 50%, #250d00 50%, #250d00 100%);
  color: #250d00;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-position ease 0.4s;
}

.btn-anchor:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #250d00;
  border-right: 2px solid #250d00;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
}

.btn-anchor:hover {
  background-size: 200% 2px;
  background-position: left 0 bottom 0;
  color: #be1e21;
}

.btn-anchor:hover:after {
  border-color: #be1e21;
  border-top: 2px solid #be1e21;
  border-right: 2px solid #be1e21;
}

.btn-anchor:hover {
  background-size: 200% 2px;
  background-position: left 0 bottom 0;
  color: #be1e21;
}

.btn-anchor.mini {
  min-width: 128px;
  max-width: 300px;
  height: 48px;
  line-height: 48px;
  font-size: 13px;
  font-size: 1.3rem;
}

.button, .inquiry .wpcf7-submit {
  max-width: 320px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  background: #250d00;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  transition: .3s;
}

.button:hover, .inquiry .wpcf7-submit:hover {
  position: relative;
  background-color: #534036;
  border: none;
  color: #fff;
}

.add_arrow:before {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #fff;
  transition: .2s;
  z-index: 5;
}

.add_arrow:after {
  right: 1em;
  top: -6px;
  bottom: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  border: 0;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .2s;
}

.add_arrow:hover:before {
  background: #fff;
  right: 3%;
}

.add_arrow:hover:after {
  background: #fff;
  right: 3%;
}

.blank-link .button, .blank-link .inquiry .wpcf7-submit, .inquiry .blank-link .wpcf7-submit {
  max-width: 320px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  background: #000000;
  border-left: 4px solid #9f1547;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.blank-link .button:hover, .blank-link .inquiry .wpcf7-submit:hover, .inquiry .blank-link .wpcf7-submit:hover {
  background-color: #9f1547;
  border: none;
  color: #fff;
}

.blank-link .button.footer-btn, .blank-link .inquiry .footer-btn.wpcf7-submit, .inquiry .blank-link .footer-btn.wpcf7-submit {
  border-left: none;
  background: #9f1547;
  font-size: 13px;
  font-size: 1.3rem;
}

.blank-link .button.footer-btn-2, .blank-link .inquiry .footer-btn-2.wpcf7-submit, .inquiry .blank-link .footer-btn-2.wpcf7-submit {
  border-left: none;
  background: #07b53b;
  font-size: 13px;
  font-size: 1.3rem;
}

.blank-link .button.footer-btn-2:hover, .blank-link .inquiry .footer-btn-2.wpcf7-submit:hover, .inquiry .blank-link .footer-btn-2.wpcf7-submit:hover {
  background-color: #07b53b;
  border: none;
  color: #fff;
}

.blank-link .add_arrow:before {
  display: none;
}

.blank-link .add_arrow:after {
  border: none;
  right: 3%;
  background: url(/wp-content/uploads/blank_off.png) no-repeat center right/contain;
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  right: 5%;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}

.blank-link .add_arrow:hover:after {
  border: none;
  right: 3%;
  background: url(/wp-content/uploads/blank_off.png) no-repeat center right/contain;
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  right: 5%;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}

.blank-link-2 .button, .blank-link-2 .inquiry .wpcf7-submit, .inquiry .blank-link-2 .wpcf7-submit {
  max-width: 320px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  background: #000000;
  border-left: 4px solid #07b53b;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.blank-link-2 .button:hover, .blank-link-2 .inquiry .wpcf7-submit:hover, .inquiry .blank-link-2 .wpcf7-submit:hover {
  background-color: #9f1547;
  border: none;
  color: #fff;
}

.blank-link-2 .button.footer-btn, .blank-link-2 .inquiry .footer-btn.wpcf7-submit, .inquiry .blank-link-2 .footer-btn.wpcf7-submit {
  border-left: none;
  background: #9f1547;
  font-size: 13px;
  font-size: 1.3rem;
}

.blank-link-2 .button.footer-btn-2, .blank-link-2 .inquiry .footer-btn-2.wpcf7-submit, .inquiry .blank-link-2 .footer-btn-2.wpcf7-submit {
  border-left: none;
  background: #07b53b;
  font-size: 13px;
  font-size: 1.3rem;
}

.blank-link-2 .button.footer-btn-2:hover, .blank-link-2 .inquiry .footer-btn-2.wpcf7-submit:hover, .inquiry .blank-link-2 .footer-btn-2.wpcf7-submit:hover {
  background-color: #07b53b;
  border: none;
  color: #fff;
}

.blank-link-2 .add_arrow:before {
  display: none;
}

.blank-link-2 .add_arrow:after {
  border: none;
  right: 3%;
  background: url(/wp-content/uploads/blank_off.png) no-repeat center right/contain;
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  right: 5%;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}

.blank-link-2 .add_arrow:hover:after {
  border: none;
  right: 3%;
  background: url(/wp-content/uploads/blank_off.png) no-repeat center right/contain;
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  right: 5%;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}

.flex {
  display: flex;
  justify-content: center;
}

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

.flex a {
  text-decoration: none;
}

.flex a:hover {
  text-decoration: none;
}

.flex-menu {
  display: flex;
  justify-content: center;
}

.flex-menu a {
  margin: 0 1em;
}

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

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

.mb05em {
  margin-bottom: .5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

@media (max-width: 768px) {
  .sp-mb1em {
    margin-bottom: 1em !important;
  }
}

@media (min-width: 769px) {
  .pc-mb1em {
    margin-bottom: 1em !important;
  }
}

.mb1_5em {
  margin-bottom: 1.5em !important;
}

@media (min-width: 769px) {
  .pc-mb1_5em {
    margin-bottom: 1.5em !important;
  }
}

.mb2em {
  margin-bottom: 2em !important;
}

.pc-mb2em {
  margin-bottom: 2em !important;
}

@media (max-width: 480px) {
  .pc-mb2em {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 480px) {
  .sp-mb2em {
    margin-bottom: 2em !important;
  }
}

@media (max-width: 768px) {
  .sp-tb-mb2em {
    margin-bottom: 1.5em !important;
  }
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb4em {
  margin-bottom: 4em !important;
}

.mb5em {
  margin-bottom: 5em !important;
}

.pdt1em {
  padding-top: 1em;
}

.pdl03em {
  padding-left: 0.3em;
}

.pdl05em {
  padding-left: 0.5em;
}

.pdr05em {
  padding-right: 0.5em;
}

.pd0em {
  padding-bottom: 0 !important;
}

.rltv {
  position: relative;
}

.wd80 {
  width: 80px;
}

@media (max-width: 767px) {
  .wd80 {
    width: 80px;
  }
}

.wd96 {
  width: 96px;
}

@media (max-width: 767px) {
  .wd96 {
    width: 96px;
  }
}

.bd-box {
  border: 1px solid #92867f;
  padding: 3.5em 3em;
}

@media (max-width: 767px) {
  .bd-box {
    padding: 2em 1em;
  }
}

.bd-box.white-bg {
  background: #ffffff;
}

.bd-box-2 {
  border: 1px solid #92867f;
  padding: 2em 3em;
}

@media (max-width: 767px) {
  .bd-box-2 {
    padding: 2em 1em;
  }
}

.bd-box-2.white-bg {
  background: #ffffff;
}

.point-title {
  display: inline-block;
  padding: .5em 1.2em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  background: #a27f25;
  line-height: 1;
  margin-right: .5em;
}

.point-title-2 {
  display: inline-block;
  padding: .5em 1.2em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  background: #333333;
  line-height: 1;
  margin-right: .5em;
}

.point-title-3 {
  display: inline-block;
  padding: .5em 1.2em;
  min-width: 160px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background: #333333;
  line-height: 1;
  margin-bottom: 1em;
}

.mincho {
  font-weight: 600;
}

.mincho.keycolor {
  color: #a27f25;
}

.pd-box {
  padding: 2em;
}

@media (max-width: 767px) {
  .pd-box {
    padding: 0;
  }
}

.pd-box.white-bg {
  background: #ffffff;
}

.pd-box-2 {
  padding: 0 1em 0 1em;
}

@media (max-width: 767px) {
  .pd-box-2 {
    padding: 0;
  }
}

.pd-box-3 {
  padding: 0 0 3em 3em;
}

@media (max-width: 767px) {
  .pd-box-3 {
    padding: 0em 0 2em;
  }
}

.pd-box-tb {
  padding: 0 3em 2em 4em;
}

@media (min-width: 768px) and (max-width: 999px) {
  .pd-box-tb {
    padding: 0 0em 2em 2em;
  }
}

@media (max-width: 767px) {
  .pd-box-tb {
    padding: 2.5em .5em;
  }
}

.pc-mgt2em {
  margin-top: 2em;
}

@media (max-width: 767px) {
  .pc-mgt2em {
    margin-top: 1em;
  }
}

.text-green {
  color: #0e5c3b;
}

.text-bold {
  font-weight: 600;
}

.text-medium {
  font-size: 18px;
  font-size: 1.8rem;
}

.text-medium-2 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .text-medium-2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ei {
  padding-right: 0.3em;
  font-size: 100%;
}

.share_button {
  display: none;
}

@media (max-width: 767px) {
  .sp-m-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 768px) {
  .sp-m-auto-2 {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.fl-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.line-h-title {
  line-height: 2;
}

@media (max-width: 767px) {
  .line-h-title {
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .img40 {
    width: 40%;
    max-width: unset;
  }
}

@media (max-width: 767px) {
  .img50 {
    width: 50%;
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .img60 {
    width: 60%;
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .img70 {
    width: 70%;
    max-width: unset;
  }
}

.va-bottom {
  vertical-align: bottom;
  display: inline-block;
}

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

.material-icons.custom {
  vertical-align: text-bottom;
  margin-right: .2em;
  color: #250d00;
  font-size: 150%;
}

.material-icons.custom.color-blue {
  color: #0c308e;
}

.material-icons.custom-1 {
  vertical-align: text-bottom;
  margin-right: .2em;
  color: #250d00;
  font-size: 120%;
}

.material-icons.custom-2 {
  vertical-align: text-bottom;
  margin-left: .2em;
  color: #250d00;
  font-size: 120%;
}

.mg-auto {
  margin: 0 auto;
  display: block;
}

.more {
  display: flex;
  justify-content: center;
}

@media (max-width: 480px) {
  .more {
    display: block;
  }
}

.more a {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0;
}

#identity, #philosophy, #overview {
  margin-top: -120px;
  padding-top: 120px;
}

@media (max-width: 767px) {
  #identity, #philosophy, #overview {
    margin-top: -68px;
    padding-top: 68px;
  }
}

.article_single04 .ofi {
  background: transparent;
}

@media (min-width: 768px) {
  .article_single03 .case_arrow:after {
    top: 42%;
  }
}

.max-80 {
  max-width: 80%;
}

@media (max-width: 767px) {
  .max-80 {
    max-width: 800px;
  }
}

.max-90 {
  max-width: 90%;
}

@media (max-width: 767px) {
  .max-90 {
    max-width: 800px;
  }
}

@media (max-width: 767px) {
  .sp-small-img {
    width: 96px;
    display: block;
    margin: 0 auto 1.5em;
  }
}

.text-jp-color {
  color: #9e2723;
}

.text-mini {
  font-size: 14px;
  font-size: 1.4rem;
}

.text-bigup {
  font-size: 110%;
}

span.blue-title {
  color: #3e5291;
  font-weight: 600;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  span.blue-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .sp-mt0em {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  main section:last-child {
    margin-bottom: 5%;
  }
}

.article_detail {
  background: #f9f9f9;
}

@media (max-width: 768px) {
  header .global_nav > ul > li > a span {
    display: none;
  }
}

@media (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

.text-small-workshop {
  font-size: 13px;
  font-size: 1.3rem;
}

.text-english {
  font-family: 'Francois One', sans-serif;
}

.lh-1 {
  line-height: 1;
}

.text-reglar {
  font-size: 15px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .tablet-only-sp {
    display: block !important;
  }
}

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

@media (min-width: 769px) {
  .tablet-sp-none {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .tablet-sp-none {
    display: none !important;
  }
}

header .global_nav > ul > li.tablet-sp-none {
  display: inline-block;
  font-weight: bold;
}

span.side-title {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Libre Baskerville', serif;
  position: relative;
  display: block;
  white-space: nowrap;
  -webkit-transform: rotate(90deg) translate(50%, 0) scale(0.9, 1);
  transform: rotate(90deg) translate(0%, 0) scale(0.9, 1);
}

span.side-title.white-text {
  color: #fff;
}

span.side-title.white-text:after {
  background-color: #fff;
}

@media (max-width: 768px) {
  span.side-title {
    z-index: 20;
  }
}

span.side-title:after {
  content: "";
  display: block;
  background-color: #250d00;
  height: 1px;
  width: 56px;
  top: 42% !important;
  position: absolute;
  right: 0;
  -webkit-transform: translate(32px, 0);
  transform: translate(32px, 0);
}

@media (min-width: 1000px) and (max-width: 1279px) {
  span.side-title:after {
    -webkit-transform: translate(56px, 0);
    transform: translate(56px, 0);
  }
}

@media (min-width: 769px) and (max-width: 999px) {
  span.side-title:after {
    -webkit-transform: translate(56px, 0);
    transform: translate(56px, 0);
  }
}

span.side-title.second-hd:after {
  -webkit-transform: translate(86px, 0);
  transform: translate(86px, 0);
}

@media (min-width: 1000px) and (max-width: 1279px) {
  span.side-title.second-hd:after {
    -webkit-transform: translate(56px, 0);
    transform: translate(104px, 0);
  }
}

@media (min-width: 769px) and (max-width: 999px) {
  span.side-title.second-hd:after {
    -webkit-transform: translate(56px, 0);
    transform: translate(112px, 0);
  }
}

.container .row.flexbox {
  display: flex;
}

@media (max-width: 768px) {
  .container .row.flexbox {
    display: block;
  }
}

.container .row .col .insta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border: 4px solid #000000;
  padding: 0;
  height: auto;
}

.container .row .col .insta .link_area {
  position: relative;
  display: flex;
  justify-content: center;
}

.container .row .col .insta .link_area a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .row .col .insta figcaption {
  margin: 1em 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.container .row .col span.check-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  width: 128px;
  height: 128px;
  line-height: 128px;
  padding: 0;
  border-radius: 50%;
  background: #0c308e;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

.bread_wrap {
  margin-bottom: 3.5%;
}

@media (max-width: 767px) {
  .bread_wrap {
    margin-bottom: 4.5%;
  }
}

.ofi {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  background: none;
}

.time-001 input[type="text"], .time-002 input[type="text"], .time-003 input[type="text"] {
  width: 30%;
}

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

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

.title-black {
  background: #333333;
  color: #ffffff;
  padding: 1em;
  margin-bottom: 2em;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px) {
  .title-black {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}

.title-blue {
  background: #0c308e;
  color: #ffffff;
  padding: 1em;
  margin-bottom: 2em;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px) {
  .title-blue {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1em;
    padding: 1em .8em;
  }
}

.down-arrow {
  position: relative;
}

.down-arrow: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: 45px auto;
}

.sns-title {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 0 1em;
}

.sns-title a {
  text-decoration: none;
}

.sns-title a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.fl-right {
  float: right;
}

img.sns-icon {
  height: 42px;
  margin-bottom: .8em;
}

@media (max-width: 767px) {
  img.sns-icon {
    height: 36px;
  }
}

p.flex-box {
  display: flex;
  justify-content: center;
}

p.flex-box a img {
  padding: 0 1em;
}

.under-prodcuts {
  padding: 7em 0 7em;
  margin-bottom: 0;
  position: relative;
  background: #f7f4ed;
}

@media (max-width: 767px) {
  .under-prodcuts {
    padding: 3.5em 0;
  }
}

.under-prodcuts h3 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto;
  padding: 0.8em 0 0.8em;
  padding-bottom: .8em;
}

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

.under-prodcuts h3:after {
  display: none;
}

.under-prodcuts .container {
  z-index: 5;
  position: relative;
}

@media (min-width: 1537px) and (max-width: 2560px) {
  .under-prodcuts .container {
    max-width: 1280px;
    width: 100%;
  }
}

@media (min-width: 1280px) and (max-width: 1536px) {
  .under-prodcuts .container {
    max-width: 1000px;
    width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1279px) {
  .under-prodcuts .container {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
  }
}

.under-prodcuts .container.th02_post03 .row {
  margin-bottom: 0;
}

.under-prodcuts .container.th02_post03 .col {
  position: relative;
  padding-bottom: 23px;
  box-sizing: content-box;
  overflow: hidden;
}

.under-prodcuts .container.th02_post03 .col .th02_post03_image {
  position: relative;
  padding-top: 123.75%;
}

.under-prodcuts .container.th02_post03 .col .th02_post03_image:before {
  display: none;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #250d00;
  opacity: 0.7;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  z-index: 1;
}

.under-prodcuts .container.th02_post03 .col .th02_post03_image img {
  position: absolute;
  top: -300%;
  left: -300%;
  right: -300%;
  bottom: -300%;
  margin: auto;
  height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}

.under-prodcuts .container.th02_post03 .col .th02_post03_image a:hover img {
  opacity: 0.6;
}

.under-prodcuts .container.th02_post03 .col .th02_post03_date {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0.7em;
  color: #fff;
  z-index: 1;
}

.under-prodcuts .container.th02_post03 .col .th02_post03_text {
  position: relative;
  padding: 10px 10px 15px;
}

.under-prodcuts .container.th02_post03 .col .th02_post03_text + .more {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
}

.under-prodcuts .container.th02_post03 .col .th02_post03_text + .more a {
  padding: 0.3em 0.1em;
  width: 100%;
  max-width: none;
}

@media (max-width: 767px) {
  .under-prodcuts .container.th02_post03 .col .th02_post03_image {
    width: 100%;
    float: left;
    margin: 0 2% 1em 0;
  }
  .under-prodcuts .container.th02_post03 .col .th02_post03_text + .more {
    position: static;
  }
}

.under-news {
  padding: 7em 0;
  margin-bottom: 0;
  background: #f7f4ed;
  position: relative;
}

@media (max-width: 767px) {
  .under-news {
    padding: 4em 0;
  }
}

@media (min-width: 1320px) and (max-width: 2560px) {
  .under-news .container {
    max-width: 1280px;
    width: 100%;
  }
}

@media (min-width: 1240px) and (max-width: 1319px) {
  .under-news .container {
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1239px) {
  .under-news .container {
    max-width: 1160px;
    width: 100%;
  }
}

@media (min-width: 1040px) and (max-width: 1119px) {
  .under-news .container {
    max-width: 1000px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .under-news .container {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .under-news .container {
    padding: 0 10px;
  }
}

.under-news .container.news-area h2.title {
  color: #ffffff;
  margin: 0 auto;
  font-size: 22px;
  font-size: 2.2rem;
}

.under-news .container.news-area h2.title img {
  margin: 0 auto .5em;
  display: block;
}

@media (min-width: 768px) and (max-width: 2560px) {
  .under-news .container.news-area h2.title img {
    height: 48px;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .under-news .container.news-area h2.title img {
    height: 32px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .under-news .container.news-area h2.title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.under-news .container.news-area .row {
  display: flex;
  justify-content: center;
  min-height: 200px;
}

@media (max-width: 767px) {
  .under-news .container.news-area .row {
    margin-bottom: 2.5em;
    min-height: none;
  }
}

.under-news .container.news-area .row .col.title-box {
  display: flex;
  align-items: center;
  background: #250d00;
}

@media (max-width: 767px) {
  .under-news .container.news-area .row .col.title-box {
    height: auto;
    margin-bottom: 0;
    padding: 2em 0;
    width: 48%;
  }
}

.under-news .container.news-area .row .col.content {
  background: #ffffff;
  border: 1px solid #250d00;
  padding: 3em;
}

.under-news .container.news-area .row .col.content a {
  color: #250d00;
}

.under-news .container.news-area .row .col.content dl dt, .under-news .container.news-area .row .col.content dl dd {
  padding: 1.5em 0;
  color: #250d00;
}

@media (max-width: 767px) {
  .under-news .container.news-area .row .col.content dl dt, .under-news .container.news-area .row .col.content dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.under-news .container.news-area .row .col.content dl dt:nth-of-type(1) {
  padding: 0 0 1.5em;
}

@media (max-width: 767px) {
  .under-news .container.news-area .row .col.content dl dt {
    padding: 1.5em 0 0;
  }
}

.under-news .container.news-area .row .col.content dl dd {
  border-bottom: 1px solid #4a3e38;
}

.under-news .container.news-area .row .col.content dl dd:nth-of-type(1) {
  padding: 0 0 1.5em;
}

@media (max-width: 767px) {
  .under-news .container.news-area .row .col.content dl dd {
    padding: 1.5em 0 0;
  }
}

@media (max-width: 767px) {
  .under-news .container.news-area .row .col.content {
    height: auto;
    border: 1px solid #250d00;
    padding: 2em 1em 2em;
  }
}

.under-news .container.news-area .row .col.flex-box {
  display: flex;
  justify-content: center;
}

.under-news .container.news-area .row .col.flex-box a img {
  padding: 0 1em;
}

.under-news .container.news-area .row .col img.sns-icon {
  height: 42px;
  margin-bottom: .8em;
}

@media (max-width: 767px) {
  .under-news .container.news-area .row .col img.sns-icon {
    height: 36px;
  }
}

@media (min-width: 999px) {
  .container.full-width {
    width: 100%;
    max-width: none;
  }
}

.under-cont {
  padding: 7em 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .under-cont {
    padding: 4em 0;
  }
}

.under-cont.bg-on {
  background: #f7f4ed;
}

.under-cont.bg-on-2 {
  background: #fbf8f1;
}

.under-cont.fst-normal {
  padding: 0 0 7em;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 767px) {
  .under-cont.fst-normal {
    padding: 0 0 2.5em;
  }
}

.under-cont.fst-cont {
  padding: 0 0 7em;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 767px) {
  .under-cont.fst-cont {
    padding: 0 0 4em;
  }
}

.under-cont.fst-cont:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  display: block;
  width: 60%;
  height: 20vh;
  background-color: #be1e21;
  z-index: -1;
}

@media (max-width: 767px) {
  .under-cont.fst-cont:before {
    height: 10vh;
  }
}

.under-cont.last-cont {
  position: relative;
}

.under-cont.last-cont:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  display: block;
  width: 60%;
  height: 20vh;
  background-color: #be1e21;
  z-index: -1;
}

@media (max-width: 767px) {
  .under-cont.last-cont:before {
    height: 10vh;
  }
}

.under-cont-2 {
  padding: 0 0 7em;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 767px) {
  .under-cont-2 {
    padding: 0 0 4em;
  }
}

.under-cont-2:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  display: block;
  width: 60%;
  height: 20vh;
  background-color: #630f14;
  z-index: -1;
}

@media (max-width: 767px) {
  .under-cont-2:before {
    height: 10vh;
  }
}

.under-cont-2 .container {
  position: relative;
}

@media (min-width: 1320px) and (max-width: 2560px) {
  .under-cont-2 .container {
    max-width: 1280px;
    width: 100%;
  }
}

@media (min-width: 1240px) and (max-width: 1319px) {
  .under-cont-2 .container {
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1239px) {
  .under-cont-2 .container {
    max-width: 1160px;
    width: 100%;
  }
}

@media (min-width: 1040px) and (max-width: 1119px) {
  .under-cont-2 .container {
    max-width: 1000px;
    width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1039px) {
  .under-cont-2 .container {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
  }
}

.under-cont-2 .container p {
  line-height: 2.4;
}

.under-cont-2 .container .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 776px) {
  .under-cont-2 .container .row {
    display: block;
  }
}

@media (max-width: 776px) {
  .under-cont-2 .container .row .col {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}

.under-cont-2 .container .row .col:nth-child(1) {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.under-cont-2 .container .row .col:nth-child(1) .img-under {
  width: 66.6666%;
}

.under-cont-2 .container .row .col:nth-child(1) .img-under img {
  border-radius: 10px;
}

.under-cont-2 .container .row .col:nth-child(1) .img-top {
  width: 48.5380%;
  margin-left: -196px;
  position: relative;
  z-index: 1;
}

.under-cont-2 .container .row .col:nth-child(1) .img-top img {
  border-radius: 10px;
}

@media (max-width: 776px) {
  .under-cont-2 .container .row .col:nth-child(1) .img-top {
    margin-left: -72px;
  }
}

@media (max-width: 776px) {
  .under-cont-2 .container .row .col:nth-child(1) {
    margin-bottom: 2em;
  }
}

.under-cont-2 .container .row .col:nth-child(2) {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.under-cont-3 {
  padding: 7em 0 7em;
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 776px) {
  .under-cont-3 {
    padding: 4em 0 4em;
  }
}

.under-cont-3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  display: block;
  width: 60%;
  height: 20vh;
  background-color: #630f14;
  z-index: -1;
}

@media (max-width: 767px) {
  .under-cont-3:before {
    height: 10vh;
  }
}

.under-cont-3 .container {
  position: relative;
  padding: 0;
}

.under-cont-3 .container p {
  line-height: 2;
}

.under-cont-3 .container .row {
  display: flex;
}

@media (max-width: 1024px) {
  .under-cont-3 .container .row {
    display: block;
    align-items: auto;
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  .under-cont-3 .container .row .col {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.under-cont-3 .container .row .col.cont-area {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -4%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .under-cont-3 .container .row .col.cont-area {
    margin-left: 0;
  }
}

.under-cont-3 .container .row .col.cont-area .text-box {
  position: relative;
  background: #fbf8f1;
  z-index: 10;
  position: relative;
  padding: 3em 8% 3em;
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .under-cont-3 .container .row .col.cont-area .text-box {
    padding: 3em 6% 3em;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .under-cont-3 .container .row .col.cont-area .text-box {
    padding: 5em 1em 3.5em;
  }
}

@media (max-width: 767px) {
  .under-cont-3 .container .row .col.cont-area .text-box {
    width: 100%;
    padding: 2em 1em;
  }
}

.under-cont-3 .container .row .col .pc-only3 {
  display: none;
}

@media (min-width: 1548px) and (max-width: 2560px) {
  .under-cont-3 .container .row .col .pc-only3 {
    display: block;
  }
}

.under-cont-3 .container .row .col .tb-only-rs {
  display: none;
}

@media (min-width: 481px) and (max-width: 768px) {
  .under-cont-3 .container .row .col .tb-only-rs {
    display: block;
  }
}

.pc-only3 {
  display: none;
}

@media (min-width: 1474px) and (max-width: 2560px) {
  .pc-only3 {
    display: block;
  }
}

.tb-only-rs {
  display: none;
}

@media (min-width: 481px) and (max-width: 768px) {
  .tb-only-rs {
    display: block;
  }
}

@media (max-width: 896px) {
  .tablet-only-sp-2 {
    display: block !important;
  }
}

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

@media screen and (max-width: 896px) {
  .fb-wrap {
    width: 100%;
    text-align: center !important;
    margin: 0 auto !important;
  }
  .fb-page {
    text-align: center !important;
    margin: 0 auto !important;
  }
}

.fb-wrap {
  max-width: 500px;
  width: 100%;
}

h2.post_thumbnail_title {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 896px) {
  h2.post_thumbnail_title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.ofi.sake {
  margin-bottom: 1.5em;
}

.article_single01 .ofi {
  background: transparent;
}

header .global_nav > ul > li.gnav_search {
  display: none;
}

.bread_wrap {
  margin-bottom: 1.5%;
}

span.marker {
  font-weight: 600;
  position: relative;
  background: linear-gradient(transparent 70%, #c9171e 40%);
}

span.label {
  color: #ffffff;
  display: inline-block;
  padding: .3em .8em;
  background: #be1e21;
  margin-bottom: 1em;
}

.container .row.anchor-menu {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .container .row.anchor-menu {
    display: block;
  }
}

.container .row.anchor-menu .col {
  border-top: 1px solid #250d00;
  border-left: 1px solid #250d00;
  border-right: 1px solid #250d00;
  border-bottom: 1px solid #250d00;
  background: #fafafa;
  padding: 3em 1em;
}

@media (max-width: 767px) {
  .container .row.anchor-menu .col {
    padding: 1em;
  }
}

@media (max-width: 767px) {
  .container .row.anchor-menu .col:nth-child(2), .container .row.anchor-menu .col:nth-child(3) {
    border-top: none;
    border-left: 1px solid #250d00;
    border-right: 1px solid #250d00;
    border-bottom: 1px solid #250d00;
  }
}

@media (max-width: 768px) {
  .container .row.anchor-menu .col:not(last-child) {
    margin-bottom: 0;
  }
}

.container .row .col.sake-name {
  border: 2px solid #92867f;
  padding: 2rem;
  text-align: center;
  border-radius: 6px;
}

@media (min-width: 768px) and (max-width: 834px) {
  .container .row .col.sake-name {
    padding: 1.6rem 1.2rem;
  }
}

@media (max-width: 767px) {
  .container .row .col.sake-name {
    padding: 1.4rem 1.2rem;
  }
}

.container .row .col.sake-name p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .container .row .col.sake-name p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.container .row .col ul.maker {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.container .row .col ul.maker li {
  display: flex;
  align-self: auto;
  margin: 1em;
}

.container .row .col ul.maker li a {
  cursor: pointer;
  font-weight: 600;
}

.kura-prlx {
  margin-bottom: 0;
  position: relative;
}

.kura-prlx:after {
  background-color: rgba(37, 13, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.kura-prlx.parallax {
  background-image: url(/wp-content/uploads/kura_para_bg001.jpg);
  height: 560px;
  background-position: center center;
  background-size: 100% auto;
}

@media (max-width: 767px) {
  .kura-prlx.parallax {
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .kura-prlx.parallax {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .kura-prlx.parallax {
    background-image: url("/wp-content/uploads/kura_para_bg001_sp.jpg");
    background-attachment: unset;
    height: 240px;
    background-position: right center;
  }
}

.kura-prlx.parallax .parallax_contents p {
  color: #ffffff;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}

@media (max-width: 767px) {
  .kura-prlx.parallax .parallax_contents p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

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