@charset "UTF-8";
/* version */
@import url(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;
}
html {
  font-size: 62.5%;
}

body {
  background: #ffffff;
  font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',MS P Gothic,Verdana,sans-serif;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.4;
  color: #454545;
}

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

a {
  color: #54b870;
  text-decoration: underline;
}
a:hover {
  color: #454545;
  text-decoration: none;
}
.highlight a {
  color: #007bd6;
}
.highlight a:hover {
  color: #454545;
}

img {
  vertical-align: middle;
  height:auto;
}

address {
  font-style: normal;
}

p {
  margin: 0.5em 0 1em;
  line-height: 1.8;
  letter-spacing: .05em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 0.5em 0;
  padding-left: 2em;
}
ul ul:last-child, ul ol:last-child, ol ul:last-child, ol ol:last-child {
  margin-bottom: 0.5em;
}

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

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 14px;
}
ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

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

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

.highlight {
  padding: 4% 0;
  background: #f8f8f8;
  color: #222222;
}

.container.container-fluid {
  padding: 0;
  max-width: none;
}

a.banner {
  display: block;
}
a.banner img {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background-color: rgba(255, 255, 255, 0.01);
  max-width: none;
}
a.banner:hover img {
  opacity: 0.7;
}
a.banner.white {
  background: #fff;
}
a.banner.black {
  background: #000;
}
a.banner.primary {
  background: #54b870;
}

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

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

.rss_reader_headline {
  font-family: "Noto Sans JP", "-apple-system", "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

.crumbs_area {
  position: relative;
  margin-bottom: 2.7em;
  background-color: #eee;
  padding:.5rem;
}
@media (max-width: 900px) {
  .crumbs_area {
    margin-bottom: 1.5em;
  }
}
.crumbs_area ul {
  overflow: hidden;
  padding-left: 0;
}
.crumbs_area ul li {
  display: inline-block;
  float: left;
}
.crumbs_area ul li:not(:last-child):after {
  content: '/';
  margin: 0 .5em;
}

.share_button {
  padding-top: 20px;
  margin-bottom: 50px;
}
.share_button .container > * {
  margin: 0 2px;
  vertical-align: bottom;
}

@media (max-width: 900px) {
  .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}
@media (min-width: 901px) {
  p {
    margin: 0.5em 0 1em;
  }

  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }

  main section {
    margin-bottom: 5%;
  }
  main section:last-child {
    margin-bottom: 7%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 7%;
  }
}
@media (min-width: 901px) {
  .row.row_inline {
    letter-spacing: -.40em;
  }
  .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  .row.row_inline .span_1:nth-child(12n+1) {
    margin-left: 0;
  }
  .row.row_inline .span_2:nth-child(6n+1) {
    margin-left: 0;
  }
  .row.row_inline .span_3:nth-child(4n+1) {
    margin-left: 0;
  }
  .row.row_inline .span_4:nth-child(3n+1) {
    margin-left: 0;
  }
  .row.row_inline .span_5:nth-child(2n+1) {
    margin-left: 0;
  }
  .row.row_inline .span_6:nth-child(2n+1) {
    margin-left: 0;
  }
  .row.row_inline .span_7 {
    width: 57.5%;
  }
  .row.row_inline .span_8 {
    width: 66%;
  }
  .row.row_inline .span_9 {
    width: 74.5%;
  }
  .row.row_inline .span_10 {
    width: 83%;
  }
  .row.row_inline .span_11 {
    width: 91.5%;
  }
  .row.row_inline .span_12 {
    width: 100%;
  }
}
.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: 12px;
  font-size: 1.2rem;
}
.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';
}

header {
  position: relative;
  z-index: 30;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
header section {
  margin: 0;
}
header .row {
  margin-bottom: 0;
}
header .primary_header {
  background: #ffffff;
  color: #222222;
}
header .secondary_header {
  display: none;
  background: #eff8ff;
  color: #454545;
}
@media (min-width: 901px) {
  header .primary_header {
    padding: 0 15px;
  }
  header .secondary_header {
    display: block;
  }
  header .container {
    position: relative;
    max-width: none;
  }
  header .container .row {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }
  header .title,
  header .global_nav {
    display: table-cell;
    height: 100px;
    margin: 0;
    vertical-align: middle;
  }
  header .title {
    max-width: 100%;
  }
  header .global_nav {
    text-align: right;
  }
}

header .title {
  height: auto;
  margin: 0;
  padding: 10px 1%;
  line-height: 1;
  text-align: left;
  background: none;
  font-size: 10px;
  font-size: 1rem;
}
header .title img {
  width: 200px;
  padding: .5rem 0;
  max-width: 100%;
  vertical-align: middle;
}
@media (min-width: 901px) {
  header .title {
    max-width: none;
    padding: 10px 0;
  }
  header .title img {
    width: 240px;
  }
}

header .global_nav ul {
  display: none;
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #333;
}
header .global_nav ul li {
  border-bottom: 1px solid #333;
}
header .global_nav ul li a {
  display: block;
  padding: 1.5em 1em;
  text-decoration: none;
  color: #fff;
}
header .global_nav ul li a:hover {
  color: #fff;
}
header .global_nav ul li a:active {
  background: #54b870;
  color: #fff;
}
header .global_nav ul li a .subtitle {
  display: none;
}
@media (min-width: 901px) {
  header .global_nav {
    padding: 0;
  }
  header .global_nav ul {
    display: block !important;
    position: static;
    overflow: visible;
    float: right;
    width: auto;
    padding-left: 20px;
    border: none;
    background: none;
    white-space: nowrap;
    font-size: 0px;
    font-size: 0rem;
  }
  header .global_nav ul li {
    display: inline-block;
    border: none;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .global_nav ul li.contact {
    padding-left: 2em;
  }
}
@media (min-width: 901px) and (max-width: 1199px) {
  header .global_nav ul li.contact {
    padding-left: 1em;
  }
}
@media (min-width: 901px) {
  header .global_nav ul li a {
    display: block;
    padding: 2em 2em;
    text-align: left;
    color: #222222;
    text-decoration: none;
  }
  header .global_nav ul li a:hover {
    color: #19244a;
    text-decoration: none;
  }
  header .global_nav ul li a:active {
    background: none;
    color: #54b870;
  }
  header .global_nav ul li a .subtitle {
    display: block;
    padding-top: .4em;
    font-size: 12px;
    font-size: 1.2rem;
    color: #54b870;
  }
}
@media (min-width: 901px) and (max-width: 1199px) {
  header .global_nav ul li a {
    padding: 2em 1em;
  }
}

.menu_icon_basic, header .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -10px;
}
.menu_icon_basic a, header .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
}
.menu_icon_basic .hamburger, header .menu_icon .hamburger {
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 4px;
  background: #54b870;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu_icon_basic .hamburger:before, header .menu_icon .hamburger:before, .menu_icon_basic .hamburger:after, header .menu_icon .hamburger:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #54b870;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.menu_icon_basic .hamburger:before, header .menu_icon .hamburger:before {
  top: -8px;
}
.menu_icon_basic .hamburger:after, header .menu_icon .hamburger:after {
  top: 8px;
}
.menu_icon_basic .close:not(.fix) .hamburger, header .menu_icon .close:not(.fix) .hamburger {
  background: none;
}
.menu_icon_basic .close:not(.fix) .hamburger:before, header .menu_icon .close:not(.fix) .hamburger:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_icon_basic .close:not(.fix) .hamburger:after, header .menu_icon .close:not(.fix) .hamburger:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 901px) {
  .menu_icon_basic, header .menu_icon {
    right: 0;
  }
}

.menu_icon_rich {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 36px;
  margin-top: -18px;
}
.menu_icon_rich a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 10px 0 38px;
  border: 2px solid #54b870;
  border-radius: 5px;
  color: #54b870;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 900px) {
  .menu_icon_rich.sp-notext a {
    overflow: hidden;
    width: 44px;
    height: 0;
    padding: 32px 0 0 0;
  }
}
.menu_icon_rich .hamburger {
  display: block;
  position: absolute;
  left: 10px;
  top: 15px;
  width: 20px;
  height: 3px;
  background: #54b870;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu_icon_rich .hamburger:before, .menu_icon_rich .hamburger:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 3px;
  background: #54b870;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu_icon_rich .hamburger:before {
  top: -7px;
}
.menu_icon_rich .hamburger:after {
  top: 7px;
}
.menu_icon_rich .close:not(.fix) .hamburger {
  background: none;
}
.menu_icon_rich .close:not(.fix) .hamburger:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_icon_rich .close:not(.fix) .hamburger:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 901px) {
  .menu_icon_rich {
    right: 0;
  }
}

@media (min-width: 901px) {
  header .menu_icon {
    display: none;
  }
}
header .local_nav {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
header .local_nav ul {
  margin: 0;
  font-size: 0px;
  font-size: 0rem;
}
header .local_nav ul li {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
header .local_nav ul li:not(:last-child):after {
  content: '｜';
  margin-right: 10px;
  margin-left: 10px;
}
header .local_nav a {
  color: #454545;
  text-decoration: none;
}
header .local_nav a:hover {
  color: #54b870;
  text-decoration: underline;
}

@media (min-width: 901px) {
  header {
    -webkit-transition: 0s linear;
    transition: 0s linear;
  }
  header.hidden {
    top: auto;
  }

  body.up header {
    position: relative;
    top: auto;
    left: auto;
  }
}
#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 75px;
  margin-top: -12px;
}
@media (min-width: 901px) {
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 0;
    margin-left: 1em;
  }
}

@media (min-width: 901px) {
  #google_translate_element {
    height: 100%;
  }
  #google_translate_element > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.translate_gt {
  margin-top: -14px;
}
@media (min-width: 901px) {
  .translate_gt {
    margin-top: 0;
  }
}

@media (min-width: 901px) {
  header .global_nav.slide_bottom {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
  }
  header .global_nav.slide_bottom ul {
    float: none;
    text-align: center;
  }
}
.hdr_info {
  position: absolute;
  top: 25px;
  right: 0;
}

@media (max-width: 900px) {
  .hdr_info {
    display: none;
  }
}
footer {
  position: relative;
  padding: 2em 0;
  background: #444444;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer nav ul li + li {
  border-top: 1px solid #fff;
}
footer nav a {
  display: block;
  padding: 1em 1em;
  text-decoration: none;
}
footer nav a:hover {
  text-decoration: underline;
}
footer .copyright p {
  text-align: center;
}
footer .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
footer .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #54b870;
}
footer .pagetop object {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 12px;
  margin-left: -9px;
  margin-top: -6px;
  pointer-events: none;
}
footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagetop_arrow {
  fill: #ffffff;
}

@media (min-width: 901px) {
  footer {
    padding: 50px 0;
  }
  footer .row:not(:last-child) {
    margin-bottom: 15px;
  }
  footer nav {
    text-align: center;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
  }
  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer nav ul li {
    line-height: 1.5;
  }
  footer nav ul li + li {
    border: 0;
  }
  footer nav ul li:not(:first-child):before {
    content: "|";
    margin-right: 1em;
    margin-left: 1em;
  }
  footer nav a {
    display: inline;
    padding: 0;
  }
}
@media (min-width: 901px) 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;
  }
}
@media (min-width: 1024px) {
  footer nav ul li.pc-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.pc-break + li:before {
    display: none;
  }
}
.slider-pro.center {
  overflow: hidden;
  width: 100%;
}
.slider-pro.center .sp-button {
  border: none;
  background: #d2d2d2;
}
.slider-pro.center .sp-selected-button {
  background: #fc7890;
}
.slider-pro.center.sp-horizontal .sp-arrows {
  left: 0;
  right: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.slider-pro.center.sp-horizontal .sp-previous-arrow {
  left: 10px;
}
.slider-pro.center.sp-horizontal .sp-next-arrow {
  right: 10px;
}
.slider-pro.center .sp-previous-arrow,
.slider-pro.center .sp-next-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(252, 120, 144, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.slider-pro.center .sp-previous-arrow {
  background-image: url(../img/parts/arrow_left_wh.png);
}
.slider-pro.center .sp-next-arrow {
  background-image: url(../img/parts/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: #454545;
}
.slider-pro.center .sp-layer small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 901px) {
  .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;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.slider-pro.wide .sp-buttons {
  position: absolute;
  z-index: 22;
  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: #fc7890;
}
.slider-pro.wide .sp-previous-arrow,
.slider-pro.wide .sp-next-arrow {
  z-index: 22;
}
.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 {
  background-color: #ffffff;
}
.slider-pro.wide .hps-slider-mask {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  z-index: 21;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.slider-pro.wide .hps-slider-mask.stripe {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../img/parts/mask_stripe.png);
}
.slider-pro.wide .hps-slider-copy {
  padding: 0 50px;
  color: #454545;
  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: #454545;
}
.slider-pro.wide.disable-arrows .hps-slider-copy {
  padding: 0 10px;
}
.slider-pro.wide .hps-slider-scroll {
  display: none;
}

.ie .slider-pro.wide .hps-slider-copy {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 900px) {
  .slider-pro.wide.sp-disable-arrows .hps-slider-copy {
    padding: 0 10px;
  }
}
@media (min-width: 901px) {
  .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(../img/parts/arrow_down_white.png) center bottom no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    pointer-events: auto;
  }
  .slider-pro.wide .hps-slider-scroll.text-black a {
    background: url(../img/parts/arrow_down_black.png) center bottom no-repeat;
    color: #000;
  }
}
@media (min-width: 1024px) {
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    bottom: 45px;
  }
}
.slider-pro.thumb .sp-left-thumbnails,
.slider-pro.thumb .sp-right-thumbnails {
  margin: 0;
}
.slider-pro.thumb .sp-left-thumbnails .sp-thumbnail-container,
.slider-pro.thumb .sp-right-thumbnails .sp-thumbnail-container {
  margin: 0;
  background-color: #000;
}
.slider-pro.thumb .sp-thumbnail-image {
  opacity: 0.5;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.slider-pro.thumb .sp-selected-thumbnail .sp-thumbnail-image {
  opacity: 1.0;
}
.slider-pro.thumb .sp-bottom-thumbnails .sp-thumbnail-image {
  width: 100%;
}
.slider-pro.thumb .sp-layer {
  line-height: 1.2;
  white-space: normal !important;
  font-size: 20px;
  font-size: 2rem;
  color: #454545;
}
.slider-pro.thumb .sp-layer small {
  font-size: 14px;
  font-size: 1.4rem;
}
.slider-pro.thumb.sp-vertical .sp-slides {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.slider-pro.thumb.sp-horizontal .sp-slides {
  margin-top: 0 !important;
}

@media (min-width: 901px) {
  .slider-pro.thumb .sp-layer {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .slider-pro.thumb .sp-padding {
    padding: 35px;
  }
}
.slider-pro.full {
  position: relative;
}
@media (min-width: 901px) {
  .slider-pro.full {
    height: 100vh;
  }
}
.slider-pro.full .main_copy {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  top: 0;
}
@media (max-width: 900px) {
  .slider-pro.full .main_copy {
    height: 100%;
  }
}
.slider-pro.full .main_copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}
.slider-pro.full .main_copy li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.slider-pro.full .main_copy img {
  position: relative;
  z-index: 1;
  max-width: 90%;
}
.slider-pro.full .slide_scroll {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: auto;
  bottom: 5%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding-top: 18px;
  border-radius: 50%;
  background: rgba(0, 106, 184, 0.8);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Tahoma, serif;
  text-decoration: none;
}
.slider-pro.full .slide_scroll:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: auto;
  bottom: 12px;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 900px) and (orientation: landscape) {
  .slider-pro.full .slide_scroll {
    display: none;
  }
}

.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;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.slider-pro.contents .sp-caption-container h3:before, .slider-pro.contents .sp-caption-container h3:after {
  display: none;
}
.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: #fc7890;
}

@media (max-width: 900px) {
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
}
@media (min-width: 901px) {
  .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;
  }
}
.wide_image img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 901px) {
  .wide_image div {
    margin: 0 auto;
  }
}
main h1, main .title1 {
  position: relative;
  margin: 0;
  padding: 10rem 0;
  background: #54b870;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  background:url(../img/h1_bg.jpg) no-repeat right center;
  background-size:cover;
  position:relative;
}
main h1::after{
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,.5);
  top:0;
  left:0;
}
main h1 span{
  position:relative;
  z-index:10;
}
@media (max-width: 900px) {
  main h1, main .title1 {
    padding: 3em 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
  main h1 small, main h1 span, main .title1 small, main .title1 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  main h1:after, main .title1:after {
    bottom: 1.2em;
    height: 2px;
  }
}

h2, .title2 {
  position: relative;
  margin: 0 0 1.5em;
  text-align: center;
  line-height: 1;
  color: #454545;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
h2 small, h2 span, .title2 small, .title2 span {
  display: block;
  padding-top: 0.8em;
  color: #54b870;
  font-size: 18px;
  font-size: 1.8rem;
}
h2:after, .title2:after {
  content: '';
  display: block;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 110px;
  height: 4px;
  margin: 0.5em auto;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAAAECAYAAABvNArHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDlDOTY5MjAxQjBCMTFFNkFFQzY5MEM0N0E2NEMwMjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDlDOTY5MjExQjBCMTFFNkFFQzY5MEM0N0E2NEMwMjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOUM5NjkxRTFCMEIxMUU2QUVDNjkwQzQ3QTY0QzAyNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEOUM5NjkxRjFCMEIxMUU2QUVDNjkwQzQ3QTY0QzAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsnZuJwAAAAlSURBVHjaYmKAgAYGTDAqNsjFRgNlaIqNBspo7hsVo5sYQIABAHOFLAPYcaRNAAAAAElFTkSuQmCC) center no-repeat;
}


@media (max-width: 900px) {
  h2, .title2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h2 small, h2 span, .title2 small, .title2 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h3 {
	position: relative;
	padding: .5em .3em .5em .3em;
	border-bottom: 1px solid #54b870;
	margin: 0.5em 0 .5em;
	font-size:1.8rem;
}
h4 {
  position: relative;
  margin: 0 0 0.5em;
  padding: 0 0 0 0.7em;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
h4:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 2px;
  margin: auto;
  background: #54b870;
}
@media (max-width: 900px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.button-flat, .button-round, .button, .button-circle, .button-ghost, .button-ghost-round, .button-border, .button-3d {
  display: inline-block;
  min-width: 212px;
  margin: 0;
  padding: .8em 1em;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 640px) {
  .button-flat, .button-round, .button, .button-circle, .button-ghost, .button-ghost-round, .button-border, .button-3d {
    min-width: 160px;
  }
}

.button {
	position: relative;160
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	transition: color 0.3s cubic-bezier(0.02,0.01,0.47,1),transform 0.3s cubic-bezier(0.02,0.01,0.47,1);
	color: #ffffff;
	border: none;
	border-width: 0;
	border-color: transparent;
}
.button:after, .button:before {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 100px;
	content: none;
	transition: transform 0.15s cubic-bezier(0.02,0.01,0.47,1),opacity 0.15s cubic-bezier(0.02,0.01,0.47,1);
	-webkit-transform: translate(100%,-25%) translateZ(0);
	        transform: translate(100%,-25%) translateZ(0);
	opacity: 0;
	border-radius: 50%;
	background: #009688;
}
.button:after, .button:before {
	background: #ffffff;
}
.button:hover {
	transition: all 0.5s cubic-bezier(0.02,0.01,0.47,1);
	color: #ffffff;
	box-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.button:hover:before {
	transition: transform 0.2s cubic-bezier(0.02,0.01,0.47,1),opacity 0.2s cubic-bezier(0.02,0.01,0.47,1);
	-webkit-transform: translate3d(50%,0,0) scale(0.9);
	        transform: translate3d(50%,0,0) scale(0.9);
	opacity: 0.15;
}
.button:hover:after {
	transition: transform 0.2s cubic-bezier(0.02,0.01,0.47,1) 0.05s,opacity 0.2s cubic-bezier(0.02,0.01,0.47,1) 0.05s;
	-webkit-transform: translate(50%) scale(1.1);
	        transform: translate(50%) scale(1.1);
	opacity: 0.25;
}
.button:active {
	opacity: 0.5;
}
.button:focus {
	color: #ffffff;
}

@media (max-width: 900px) {
  .button-flat, .button-round, .button, .button-circle, .button-ghost, .button-ghost-round, .button-border, .button-3d {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.add_arrow.button-flat, .add_arrow.button-round, .add_arrow.button, .add_arrow.button-circle, .add_arrow.button-ghost, .add_arrow.button-ghost-round, .add_arrow.button-border, .add_arrow.button-3d {
  position: relative;
}

.block.button-flat, .block.button-round, .block.button, .block.button-circle, .block.button-ghost, .block.button-ghost-round, .block.button-border, .block.button-3d {
  display: block;
  min-width: 0;
}

.button-flat, .button-round, .button, .button-circle {
  border: 2px solid #54b870;
  background: #54b870;
  color: #FFF;
  text-align: center;
}
.button-flat:hover, .button-round:hover, .button:hover, .button-circle:hover {
  border-color: transparent;
  background: #1a853c;
  color: #ffffff;
}
.highlight .button-flat, .highlight .button-round, .highlight .button, .highlight .button-circle {
  color: #FFF;
}
.highlight .button-flat:hover, .highlight .button-round:hover, .highlight .button:hover, .highlight .button-circle:hover {
  color: #54b870;
}
.button-flat.cancel, .cancel.button-round, .cancel.button, .cancel.button-circle {
  border-color: #888;
  background: transparent;
  color: #888;
}
.button-flat.cancel:hover, .cancel.button-round:hover, .cancel.button:hover, .cancel.button-circle:hover {
  border-color: #888;
  background: #888;
  color: #ffffff;
}

.button-flat.add_arrow:hover:after, .add_arrow.button-round:hover:after, .add_arrow.button:hover:after, .add_arrow.button-circle:hover:after {
  right: 14px;
  border-color: #ffffff;
}
.button-flat.add_arrow.cancel:after, .add_arrow.cancel.button-round:after, .add_arrow.cancel.button:after, .add_arrow.cancel.button-circle:after {
  border-color: #888;
}
.button-flat.add_arrow.cancel:hover:after, .add_arrow.cancel.button-round:hover:after, .add_arrow.cancel.button:hover:after, .add_arrow.cancel.button-circle:hover:after {
  border-color: #ffffff;
}
.button-flat.large, .large.button-round, .large.button, .large.button-circle {
  padding: 1em 2em;
  font-size: 18px;
  font-size: 1.8rem;
}

.button-round, .button {

  transition:.4s;
}

.button-circle {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  min-width: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}
.button-circle.add_arrow:after {
  right: 0;
  left: 0;
  bottom: -60px;
}
.button-circle.add_arrow:hover:after {
  right: 0px;
}

.button-ghost, .button-ghost-round {
  border: 2px solid #54b870;
  background: #54b870;
  color: #FFF;
}
.button-ghost:hover, .button-ghost-round:hover {
  border-color: #54b870;
  background: #FFF;
  color: #54b870;
}
.button-ghost.cancel, .cancel.button-ghost-round {
  border-color: #888;
  background: transparent;
  color: #888;
}
.button-ghost.cancel:hover, .cancel.button-ghost-round:hover {
  border-color: #888;
  background: #888;
  color: #ffffff;
}
.button-ghost.add_arrow:after, .add_arrow.button-ghost-round:after {
  right: 20px;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 3px;
  margin: auto;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.button-ghost.add_arrow:hover:after, .add_arrow.button-ghost-round:hover:after {
  right: 14px;
  border-color: #54b870;
}
.button-ghost.add_arrow.cancel:after, .add_arrow.cancel.button-ghost-round:after {
  border-color: #888;
}
.button-ghost.add_arrow.cancel:hover:after, .add_arrow.cancel.button-ghost-round:hover:after {
  border-color: #ffffff;
}

.button-ghost-round {
  border-radius: 25px;
}

.button-border {
  padding-left: 1em;
  padding-right: 1em;
  border: 4px solid #54b870;
  background: rgba(0, 106, 184, 0.05);
  color: #54b870;
  font-weight: bold;
  text-align: left;
}
.button-border:hover {
  border-color: #0070c2;
  background: #0070c2;
  color: #FFF;
  -webkit-box-shadow: 2px 6px 18px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 2px 6px 18px 0px rgba(0, 0, 0, 0.35);
}
.button-border.add_arrow {
  padding-right: calc(1em + 40px);
}
.button-border.add_arrow:before {
  content: '';
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background: #54b870;
  -webkit-transition: .2s;
  transition: .2s;
}
.button-border.add_arrow:after {
  right: 1em;
  top: -7px;
  bottom: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  border: 0;
  background: #54b870;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s;
}
.button-border.add_arrow:hover:before, .button-border.add_arrow:hover:after {
  background: #FFF;
}

.button-3d {
  border: 2px solid #54b870;
  border-radius: 4px;
  background: rgba(0, 106, 184, 0.05);
  color: #54b870;
  font-weight: bold;
  -webkit-box-shadow: 0px 8px 0px 0px #54b870;
          box-shadow: 0px 8px 0px 0px #54b870;
  -webkit-transition: background .3s, -webkit-box-shadow .15s, -webkit-transform .15s;
  transition: background .3s, -webkit-box-shadow .15s, -webkit-transform .15s;
  transition: background .3s, box-shadow .15s, transform .15s;
  transition: background .3s, box-shadow .15s, transform .15s, -webkit-box-shadow .15s, -webkit-transform .15s;
}
.button-3d:hover {
  background: #fff;
  color: #54b870;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.button + .button {
  margin-left: 0.5em;
}
.button.effect_slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.button.effect_slide:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.button.effect_slide:hover {
  background: none !important;
}
.button.effect_slide:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

table {
  margin: 0 auto;
}
table th, table td {
  padding: 1em;
}
table th {
  text-align: center;
  font-weight: normal;
}
table td {
  word-break: break-all;
}

.table-default {
  width: 100%;
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.table-default th, .table-default td {
  border: 1px solid #cccccc;
}
.table-default th {
  background: #54b870;
  color: #ffffff;
}
.table-default td {
  background: #ffffff;
}

@media (min-width: 901px) {
  .table-default caption {
    font-size: 20px;
    font-size: 2rem;
  }
}
.table-menu {
  width: 100%;
}
.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.table-menu th, .table-menu td {
  padding: 0.8em 1em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.table-menu tbody th {
  text-align: left;
}
.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

@media (min-width: 901px) {
  .table-menu caption {
    font-size: 20px;
    font-size: 2rem;
  }
}
.table-schedule {
  width: 100%;
}
.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.table-schedule th, .table-schedule td {
  border: 1px solid #cccccc;
  padding: 5px;
  text-align: center;
}
.table-schedule thead th {
  background: #fc7890;
  color: #ffffff;
}
.table-schedule tbody th {
  background: #fdaab9;
}
.table-schedule td {
  background: #ffffff;
}

@media (min-width: 901px) {
  .table-schedule caption {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 900px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody, .responsive-stack tr, .responsive-stack th, .responsive-stack td {
    display: block;
  }
  .responsive-stack th, .responsive-stack td {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) th, .responsive-stack tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
@media (max-width: 900px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody, .responsive-list tr, .responsive-list th, .responsive-list td {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}
@media (max-width: 900px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 901px;
    margin: 0;
  }
}
@media (max-width: 900px) {
  table.combine tbody tr:last-child th, table.combine tbody tr:last-child td {
    border-bottom: 0;
  }
}
@media (max-width: 900px) {
  .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;
  }
}
.guide figure {
  margin-bottom: 1em;
}
.guide figure img {
  width: auto;
  max-width: 100%;
}
.guide .message .contents_link {
  text-align: center;
}

@media (min-width: 901px) {
  .guide {
    position: relative;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: -1em;
  }
  .guide figure {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    min-width: 0;
  }
  .guide .message {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    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 {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-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;
  }
}
.news .news_bg {
  background: #eff8ff;
}
.news.typeC .news_bg {
  padding: 1em;
}
.news h2 {
  color: #454545;
}
.news dl {
  margin: 0;
}
.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}
.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 901px) {
  .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:before, .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;
  }
  .news dl dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  .news dl dt + dd {
    padding-left: 120px;
  }
}
.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: #54b870;
}
.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}
.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 80%;
}
.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: 901px) {
  .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;
  }
}
@media (max-width: 900px) {
  .bf-af .row:not(:last-child) {
    margin-bottom: 10%;
  }
  .bf-af .before {
    padding-bottom: 16%;
    background: url(../img/parts/arrow_down.svg) center bottom no-repeat;
    background-size: 20%;
  }
  .bf-af .after:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media (min-width: 901px) {
  .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(../img/parts/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%;
  }
}
.qa .question {
  display: block;
  position: relative;
  margin-bottom: 1em;
  padding: 1em 50px 1em 1em;
  border: 0;
  background-color: #eff8ff;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
}
.qa .question:before {
  display: none;
}
.qa .question:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
  position: absolute;
  left: auto;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/parts/arrow_down.svg) center center no-repeat;
  background-size: 24px;
  -webkit-transition: .5s;
  transition: .5s;
}
.qa .question:hover {
  background: #e0f1ff;
}
.qa .question.open:after {
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg);
}
.qa .answer {
  display: none;
}
.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

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

.highlight .qa .question {
  background: white;
}
.highlight .qa .question:hover {
  background: #bfddf5;
}
.highlight .qa.qa-open .question:hover {
  background: white;
}

.step .row,
.step-h .col {
  position: relative;
  padding: 1em;
  background: #eff8ff;
}

.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(../img/parts/arrow_down.svg) center center no-repeat;
  background-size: auto 100%;
}

.step h3, .step-h h3 {
  display: block;
  border: 0;
  padding: 0;
  text-align: left;
}
.step h3:last-child, .step-h h3:last-child {
  margin-bottom: 0;
}
.step h3:before, .step h3:after, .step-h h3:before, .step-h h3:after {
  display: none;
}

@media (max-width: 900px) {
  .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: 901px) {
  .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-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(../img/parts/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;
  }
}
/* お問い合わせフォーム */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: #dfeee3;
  color: #222222;
}
.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: 901px) {
  .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding: 6px 0;
  }
  .inquiry dd {
    padding-bottom: 1.5em;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }

  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
.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: 14px;
  font-size: 1.4rem;
}
.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(../img/parts/icon_facebook.png);
}
.sns_icons a.icon_twitter {
  background-image: url(../img/parts/icon_twitter.png);
}
.sns_icons a.icon_line {
  background-image: url(../img/parts/icon_line.png);
}
.sns_icons a.icon_google {
  background-image: url(../img/parts/icon_google.png);
}
.sns_icons a.icon_instagram {
  background-image: url(../img/parts/icon_instagram.png);
}

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

@media (min-width: 901px) {
  .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;
  }
}
.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.parallax.ios, .parallax.scroll {
  background-attachment: scroll;
}
.parallax .parallax_contents {
  z-index: 1;
}
.parallax .parallax_contents h1, .parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}

.parallax_1 {
  height: 1200px;
  background-image: url(../img/parallax_bg.jpg);
}

@media (min-width: 901px) {
  .parallax_1 {
    height: 1140px;
  }
}
.ie .parallax .parallax_contents {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature {
  color: #fff;
}
.feature h3 {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
.feature h3:before, .feature h3:after {
  display: none;
}
.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: 901px) {
  .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: block;
    width: auto;
    vertical-align: middle;
  }

  .feature.feature_h .col .textbox {
    width: 50%;
  }
  .feature.feature_h .col figure {
    width: 50%;
  }
  .feature.feature_h .col:nth-child(4n+1) .textbox, .feature.feature_h .col:nth-child(4n+2) .textbox {
    float: right;
  }
  .feature.feature_h .col:nth-child(4n+1) figure, .feature.feature_h .col:nth-child(4n+2) figure {
    float: left;
  }
  .feature.feature_h .col:nth-child(4n+3) .textbox, .feature.feature_h .col:nth-child(4n) .textbox {
    float: left;
  }
  .feature.feature_h .col:nth-child(4n+3) figure, .feature.feature_h .col:nth-child(4n) figure {
    float: right;
  }
}
.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%;
}

.grid {
  display: block;
  margin: 0;
}
.grid.row, .grid .row, .grid.col, .grid .col {
  margin: 0;
}
.has-child-grid .grid {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.has-child-grid .grid .col {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -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);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.grid p {
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.2;
}
.grid a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.grid a > [style^="background-image"], .grid a img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.grid a img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.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 (max-width: 900px) {
  .grid.row {
    max-width: 500px;
    margin: auto;
  }
}
@media (min-width: 901px) {
  .grid {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .grid .col {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .grid .col.span_12 {
    padding: 0;
  }
  .grid .col.has-child-grid > * {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .grid p {
    margin: 0;
    padding: 0.2em 0;
  }
}
.generic_box {
  padding: 1.5em;
  background: #f8f8f8;
}
.generic_box.through {
  background: rgba(239, 248, 255, 0.6);
}
.generic_box.white {
  background: #fff;
}
.generic_box.white.through {
  background: rgba(255, 255, 255, 0.6);
}
.generic_box.black {
  background: #000;
  color: #fff;
}
.generic_box.black h3 {
  color: #fff;
}
.generic_box.black.through {
  background: rgba(0, 0, 0, 0.6);
}
.generic_box.border {
  border: 5px solid #54b870;
}

@media (min-width: 901px) {
  .generic_box {
    padding: 3em;
  }
}
.business h3 {
  position: relative;
  margin: 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 0;
  color: #454545;
  line-height: 1;
}
.business h3:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #54b870;
}
.business h3 span {
  display: block;
  padding-top: .4em;
  color: #54b870;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.business.business_h h3 {
  margin-top: 0;
}
.business.business_h h3 span {
  display: inline;
  margin-left: .7em;
}
.business .number_box {
  position: relative;
}
.business .number_box .number {
  margin: 0;
  position: absolute;
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  background: #454545;
  top: 0;
  left: 0;
  padding: .38em .3em;
  line-height: 1;
}
.business .number_box .number span {
  display: block;
  line-height: 1;
  position: relative;
  padding-bottom: .3em;
}
.business .number_box .number span:after {
  position: absolute;
  content: '';
  display: block;
  background: #fff;
  width: 28px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
@media (max-width: 900px) {
  .business .col {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

section.concept {
  padding: 4% 0;
  background: url(../img/top_bg001.jpg) no-repeat center/cover;
}
section.concept .concept_inner {
  margin: 0 auto 2.3%;
}
section.concept .concept_inner.col2 {
  max-width: 360px;
}
section.concept .concept_inner.col3 {
  max-width: 540px;
}
section.concept .concept_inner.col4 {
  max-width: 720px;
}
@media (max-width: 900px) {
  section.concept .concept_inner.col4 {
    max-width: 360px;
  }
}
@media (max-width: 900px) {
  section.concept .concept_inner .col {
    float: left;
  }
  section.concept .concept_inner.col2 .col {
    width: 49%;
  }
  section.concept .concept_inner.col2 .col:last-child {
    float: right;
  }
  section.concept .concept_inner.col3 .col {
    width: 32%;
  }
  section.concept .concept_inner.col3 .col:not(:first-child) {
    margin-left: 2%;
  }
  section.concept .concept_inner.col4 .col {
    width: 49%;
  }
  section.concept .concept_inner.col4 .col:nth-child(even) {
    float: right;
  }
}

.floating {
  padding-bottom: 50px;
}
@media (max-width: 999px) {
  .floating {
    padding-bottom: 20px;
  }
}
@media (max-width: 900px) {
  .floating {
    padding-bottom: 0;
  }
  .floating .fit {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
  }
}
.floating .row {
  position: relative;
}
.floating .floating_box {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 1;
  width: 50%;
  min-width: 390px;
  margin: auto;
  padding: 40px 0;
}
@media (max-width: 900px) {
  .floating .floating_box {
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    top: 50% !important;
    padding: 0;
    min-width: 0;
    width: 95%;
    padding: 20px 2%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.floating .floating_box.inverse {
  background: rgba(69, 69, 69, 0.9);
  color: #fff;
}
.floating .floating_box.inverse h2 {
  color: #fff;
}
.floating .floating_box.inverse h2 span, .floating .floating_box.inverse h2 small {
  color: #fff;
}
.floating .floating_box.inverse h2:after {
  background: #fff;
}
.floating .floating_box.center {
  left: 0;
  right: 0;
}
.floating .floating_box.bottom {
  top: auto;
  bottom: -50px;
}
@media (max-width: 999px) {
  .floating .floating_box.bottom {
    bottom: -20px;
  }
}

.main_copy {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.main_copy > * {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align:center;
}
@media (max-width: 900px) {
  .main_copy img {
    max-height: 100%;
    max-width: 100%;
  }
}

header .global_nav ul li a.button-flat, header .global_nav ul li a.button-round, header .global_nav ul li a.button, header .global_nav ul li a.button-circle {
  color: #FFF;
}
header .global_nav ul li a.button-flat:hover, header .global_nav ul li a.button-round:hover, header .global_nav ul li a.button:hover, header .global_nav ul li a.button-circle:hover {
  /* color: #19244a; */
}
@media (min-width: 901px) and (max-width: 1199px) {
  header .global_nav ul li a {
    padding: 2em 1.5em;
  }
}
@media (min-width: 901px) and (max-width: 1000px) {
  header .global_nav ul li a {
    padding: 2em 1em;
  }
}
@media (min-width: 901px) {
  header .global_nav ul li a.button {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 200px;
    padding: 1em;
    text-align: center;
    margin-left:2em;
  }
  header .global_nav ul li a.button .subtitle {
    color: #FFF;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header .global_nav ul li a.button:hover .subtitle {
    color: #19244a;
  }
}
@media (max-width: 900px) {
  header .global_nav ul li a {
    border-radius: 0;
    text-align: left;
  }
}

.th01_bnr .th01_bnr_content {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (min-width: 901px) {
  .th01_bnr .th01_bnr_content:hover {
    -webkit-box-shadow: 15px -5px 30px -18px rgba(0, 0, 0, 0.3), -15px -5px 30px -18px rgba(0, 0, 0, 0.3);
            box-shadow: 15px -5px 30px -18px rgba(0, 0, 0, 0.3), -15px -5px 30px -18px rgba(0, 0, 0, 0.3);
  }
}
.th01_bnr .th01_bnr_img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  display: block;
}
.th01_bnr .th01_bnr_img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background: rgba(0, 106, 184, 0.3);
  -webkit-transform: rotateZ(45deg) scale(2, 3) translate(75%, 0);
          transform: rotateZ(45deg) scale(2, 3) translate(75%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.th01_bnr .th01_bnr_img .more {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  text-align: center;
  opacity: 0;
  z-index: 3;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.th01_bnr .th01_bnr_img .more span {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.th01_bnr .th01_bnr_img .more span:after {
  border-color: #fff;
  right: 8%;
}
.th01_bnr .th01_bnr_img:hover:after {
  background: rgba(0, 106, 184, 0.8);
  -webkit-transform: rotateZ(45deg) scale(2, 3) translate(0, 0);
          transform: rotateZ(45deg) scale(2, 3) translate(0, 0);
}
.th01_bnr .th01_bnr_img:hover .more {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
}
.th01_bnr .th01_bnr_img:hover .more span {
  background: rgba(0, 106, 184, 0.5);
}
@media (min-width: 901px) {
  .th01_bnr .th01_bnr_img:hover .more span {
    max-width: 280px;
    width: 90%;
    min-width: 0;
  }
}
@media (max-width: 900px) {
  .th01_bnr .th01_bnr_img:after {
    background: rgba(0, 106, 184, 0.3);
    -webkit-transform: rotateZ(45deg) scale(2, 3) translate(0, 0);
            transform: rotateZ(45deg) scale(2, 3) translate(0, 0);
  }
  .th01_bnr .th01_bnr_img .more {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
  }
}
.th01_bnr .th01_bnr_text {
  padding: 0 10px;
}
.th01_bnr img {
  max-width: 100%;
}
.th01_bnr h3 {
  text-align: center;
  margin-bottom: 0;
  padding: 1em 0 0.5em;
}
.th01_bnr h3:after {
  content: none;
}
.th01_bnr h3 + p {
  padding: 0 10px;
}

.main_animetion1.wow .main_copy img {
  opacity: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.main_animetion1.animated .main_copy img {
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.main_animetion2.wow .main_copy img {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.main_animetion2.animated .main_copy img {
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ani_slide-in .sp-slides .sp-slide .sp-image-container {
  position: relative;
}
.ani_slide-in .sp-slides .sp-slide .sp-image-container .sp-image {
  position: absolute;
  margin: auto !important;
}
@media (min-width: 901px) {
  .ani_slide-in .sp-slides .sp-slide .sp-image-container .sp-image {
    left: -50%;
    right: -50%;
  }
}
@media (max-width: 480px) {
  .ani_slide-in .sp-slides .sp-slide .sp-image-container .sp-image {
    left: -300%;
    right: -300%;
    top: -300%;
    bottom: -300%;
    max-width: 640px;
  }
}
.ani_slide-in .sp-slides .sp-slide:not(.sp-selected) .sp-image {
  -webkit-transition: -webkit-transform 8s;
  transition: -webkit-transform 8s;
  transition: transform 8s;
  transition: transform 8s, -webkit-transform 8s;
}
@media (max-width: 900px) {
  .ani_slide-in .sp-slides .sp-slide:not(.sp-selected) .sp-image {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
}
@media (min-width: 901px) {
  .ani_slide-in .sp-slides .sp-slide:not(.sp-selected) .sp-image {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
.ani_slide-in .sp-slides .sp-slide.sp-selected .sp-image {
  -webkit-transition: -webkit-transform 8s;
  transition: -webkit-transform 8s;
  transition: transform 8s;
  transition: transform 8s, -webkit-transform 8s;
}
@media (max-width: 900px) {
  .ani_slide-in .sp-slides .sp-slide.sp-selected .sp-image {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
@media (min-width: 901px) {
  .ani_slide-in .sp-slides .sp-slide.sp-selected .sp-image {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

.ani_zoom-in .sp-slides-container .sp-slides .sp-slide .sp-image-container {
  position: relative;
}
.ani_zoom-in .sp-slides-container .sp-slides .sp-slide .sp-image-container .sp-image {
  position: absolute;
  margin: auto !important;
}
@media (min-width: 901px) {
  .ani_zoom-in .sp-slides-container .sp-slides .sp-slide .sp-image-container .sp-image {
    left: -50%;
    right: -50%;
  }
}
@media (max-width: 480px) {
  .ani_zoom-in .sp-slides-container .sp-slides .sp-slide .sp-image-container .sp-image {
    left: -300%;
    right: -300%;
    top: -300%;
    bottom: -300%;
    max-width: 640px;
  }
}
.ani_zoom-in .sp-slides-container .sp-slides .sp-slide:not(.sp-selected) .sp-image {
  -webkit-transform: transform scale(1);
          transform: transform scale(1);
  -webkit-transition: 10s;
  transition: 10s;
}
.ani_zoom-in .sp-slides-container .sp-slides .sp-slide.sp-selected .sp-image {
  -webkit-transition: -webkit-transform 10s;
  transition: -webkit-transform 10s;
  transition: transform 10s;
  transition: transform 10s, -webkit-transform 10s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

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

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

.lead {
  color: #54b870;
  font-size: 20px;
  font-size: 2rem;
}

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

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

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

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

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

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

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

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

.text-primary {
  color: #54b870 !important;
}
.text-primary a {
  color: #54b870 !important;
}

.text-shadow, .text-shadow-white {
  text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff;
}

.text-shadow-thin, .text-shadow-white-thin {
  text-shadow: 0 0 1px #fff;
}

.text-shadow-bold, .text-shadow-white-bold {
  text-shadow: 2px 2px 3px #fff, 2px -2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 0 2px 3px #fff, 0 -2px 3px #fff, 2px 0 3px #fff, -2px 0 3px #fff;
}

.text-shadow-black {
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
}

.text-shadow-black-thin {
  text-shadow: 0 0 1px #000;
}

.text-shadow-black-bold {
  text-shadow: 2px 2px 3px #000, 2px -2px 3px #000, -2px 2px 3px #000, -2px -2px 3px #000, 0 2px 3px #000, 0 -2px 3px #000, 2px 0 3px #000, -2px 0 3px #000;
}

.text-shadow-primary {
  text-shadow: 1px 1px 1px #19244a, 1px -1px 1px #19244a, -1px 1px 1px #19244a, -1px -1px 1px #19244a;
}

.text-shadow-primary-thin {
  text-shadow: 0 0 1px #19244a;
}

.text-shadow-primary-bold {
  text-shadow: 2px 2px 1px #19244a, 2px -2px 1px #19244a, -2px 2px 1px #19244a, -2px -2px 1px #19244a, 0 2px 1px #19244a, 0 -2px 1px #19244a, 2px 0 1px #19244a, -2px 0 1px #19244a;
}

.text-outline, .text-outline-white {
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
}

.text-outline-bold, .text-outline-white-bold {
  text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
}

.text-outline-black {
  text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000;
}

.text-outline-black-bold {
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 0 0 #000, -2px 0 0 #000;
}

.text-outline-primary {
  text-shadow: 1px 1px 0 #19244a, 1px -1px 0 #19244a, -1px 1px 0 #19244a, -1px -1px 0 #19244a, 0 1px 0 #19244a, 0 -1px 0 #19244a, 1px 0 0 #19244a, -1px 0 0 #19244a;
}

.text-outline-primary-bold {
  text-shadow: 2px 2px 0 #19244a, 2px -2px 0 #19244a, -2px 2px 0 #19244a, -2px -2px 0 #19244a, 0 2px 0 #19244a, 0 -2px 0 #19244a, 2px 0 0 #19244a, -2px 0 0 #19244a;
}

@media (max-width: 900px) {
  .text-outline-bold {
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
  }
  .text-outline-bold.text-xxlarge {
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
  }

  .text-outline-black-bold {
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000;
  }
  .text-outline-black-bold.text-xxlarge {
    text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 0 0 #000, -2px 0 0 #000;
  }

  .text-outline-primary-bold {
    text-shadow: 1px 1px 0 #19244a, 1px -1px 0 #19244a, -1px 1px 0 #19244a, -1px -1px 0 #19244a, 0 1px 0 #19244a, 0 -1px 0 #19244a, 1px 0 0 #19244a, -1px 0 0 #19244a;
  }
  .text-outline-primary-bold.text-xxlarge {
    text-shadow: 2px 2px 0 #19244a, 2px -2px 0 #19244a, -2px 2px 0 #19244a, -2px -2px 0 #19244a, 0 2px 0 #19244a, 0 -2px 0 #19244a, 2px 0 0 #19244a, -2px 0 0 #54b870;
  }
}
@media (max-width: 900px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

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

  .sp-text-right {
    text-align: right !important;
  }
}
@media (min-width: 901px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .text-large {
    font-size: 20px;
    font-size: 1.8rem;
  }

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

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

  .pc-hide, .sp-only {
    display: none !important;
  }

  .pc-text-center {
    text-align: center !important;
  }

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

  .pc-text-right {
    text-align: right !important;
  }
}
@media (min-width: 901px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
.round-small {
  border-radius: 4px;
}

.round, .round-medium {
  border-radius: 12px;
}

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

.circle {
  border-radius: 50%;
}

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

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

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

.v-justify {
  height: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

@media (min-width: 901px) {
  .row.v-bottom {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .row.v-bottom.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 901px) {
  .row.v-center {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .row.v-center.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.inverse a:not(.button),
.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #FFF;
}
.inverse h2:after {
  background: #FFF;
}
.inverse h2 small,
.inverse h2 span {
  color: #FFF;
}

.add_arrow {
  position: relative;
}
.add_arrow:hover:after {
  right: 4%;
  border-color: #54b870;
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  border: 1px solid #54b870;
  color: #FFF;
  background: #54b870;
  padding: 0.6em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 901px) {
  .more a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_01 .bottom_fix .col {
  position: relative;
  padding-bottom: 60px;
}
.sec_01 .bottom_fix a.bottom_btn {
  position: absolute;
  min-width: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.sec_01 .container:not(.gutters) .row p {
  padding: 0 4%;
}
@media (min-width: 901px) {
  .sec_01 .container:not(.gutters) .row p {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 901px) {
  .sec_01 .container:not(.gutters) .row a.bottom_btn {
    margin-right: auto;
    margin-left: auto;
    left: 4%;
    right: 4%;
  }
}
@media (max-width: 900px) {
  .sec_01 .col {
    margin-bottom: 10%;
  }
}

.sec_02 h3 {
  border-bottom: 1px solid #54b870;
  padding: 0.5em 0;
  font-weight: bold;
  font-size:1.3em;
}
.sec_02 h3:after, .sec_02 h3:before {
  content: none;
}
@media (min-width: 901px) {
  .sec_02 .h2_wrap {
    padding: 10% 0;
    position: relative;
  }
  .sec_02 .h2_wrap:after {
    content: "";
    position: absolute;
    left: -300%;
    right: -300%;
    top: 0;
    bottom: 0;
    background: #f8f8f8;
    z-index: -1;
  }
  .sec_02 .h2_wrap h2 {
    margin-bottom: 0;
  }
  .sec_02 .col.img_wrap {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  .sec_02 .col:not(.img_wrap) {
    padding-top: 3%;
  }
  .sec_02 h3 {
    padding: 0 0 1em;
  }
}

.sec_03 h3 {
  border-bottom: 1px solid #54b870;
  padding: 0.5em 0;
  font-weight: bold;
  font-size:1.5em;
}
.sec_03 h3:after, .sec_03 h3:before {
  content: none;
}
.sec_03 h3 .num {
  color: #54b870;
  font-size: 30px;
  font-size: 3rem;
  margin-right: 10px;
}
@media (min-width: 901px) {
  .sec_03 .container {
    width: 100%;
    max-width: 100%;
  }
  .sec_03 h3 {
    padding: 0 0 0.2em;
  }
  .sec_03 h3 .num {
    color: #54b870;
    font-size: 75px;
    font-size: 7.5rem;
  }
  .sec_03 .row {
    position: relative;
    overflow: hidden;
    margin-bottom: 4%;
  }
  .sec_03 .row .col.img_wrap figure {
    position: absolute;
    width: 49%;
    overflow: hidden;
  }
  .sec_03 .row .col.img_wrap figure img {
    max-width: none;
  }
  .sec_03 .row .col:not(.img_wrap) {
    max-width: 500px;
    width: 48%;
    padding: 0% 0;
  }
  .sec_03 .row:not(.reverse) .col:not(.img_wrap) {
    float: left;
    margin-left: 52%;
  }
  .sec_03 .row.reverse .col:not(.img_wrap) {
    float: right;
    margin-right: 51%;
  }
}

.bg_sec1 {
  background: url("./../img/bg_img001.jpg") no-repeat center center;
  background-size: cover;
  padding: 6% 0;
}

.bg_sec2 {
  background: url("./../img/bg_img002.jpg") no-repeat center center;
  background-size: cover;
  padding: 6% 0;
}

.ani_slide-in .sp-slides .sp-slide:not(.sp-selected) .sp-image {
  -webkit-transition: none !important;
  transition: none !important;
}
@media (max-width: 900px) {
  .ani_slide-in .sp-slides .sp-slide:not(.sp-selected) .sp-image {
    -webkit-transform: translateX(-7%) !important;
            transform: translateX(-7%) !important;
  }
}
@media (min-width: 901px) {
  .ani_slide-in .sp-slides .sp-slide:not(.sp-selected) .sp-image {
    -webkit-transform: translateX(-40px) !important;
            transform: translateX(-40px) !important;
  }
}
.ani_slide-in .sp-slides .sp-slide.sp-selected .sp-image {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}
@media (max-width: 900px) {
  .ani_slide-in .sp-slides .sp-slide.sp-selected .sp-image {
    -webkit-animation: slide-ani-sp 5s linear 0s 1;
            animation: slide-ani-sp 5s linear 0s 1;
  }
}
@media (min-width: 901px) {
  .ani_slide-in .sp-slides .sp-slide.sp-selected .sp-image {
    -webkit-animation: slide-ani 5s linear 0s 1;
            animation: slide-ani 5s linear 0s 1;
  }
}

@-webkit-keyframes slide-ani {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

@keyframes slide-ani {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
@-webkit-keyframes slide-ani-sp {
  0% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  100% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
@keyframes slide-ani-sp {
  0% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  100% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
/************************************
form
*************************************/

/*
bulma-reset
***********************/
.input.is-active, .input.is-focused, .input:active, .input:focus, .textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus{
  border:2px solid #ff9600;
  box-shadow:none;
}
.control.has-icons-left .icon, .control.has-icons-right .icon{
  height: 100%;
}
.is-checkradio{
  display:inline-block;
}
.checkbox, .radio{
  line-height: 2;
}
/*
reset
***********************/

button,
option,
select,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"],
input[type="password"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
}
input:focus{
     box-shadow:none;
}
input[type="submit"].btn{
  display: inline-block;
  position: relative;
  overflow:hidden;
  color: #fff;
  background-color: #fa3f5b;
  border: solid 1px #fa3f5b;
  box-shadow: 0 4px #cf364d;
  border-radius: 4px;
  padding: .8rem 1rem .6rem;
  line-height: 1;
  text-align: center;
  transition:.2s;
}
/* デフォルトのradio、checkboxは非表示 */



/* for firefox */

select {
    text-indent: 0.01px;
    text-overflow: '';
}

/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */

select::-ms-expand {
    display: none;
}
textarea,
input[type="number"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]{
    width: 100%;
    padding: 10px;
    font-size: 1.6rem;
    border: 1px solid #eee;
    border-radius:3px;
    height: 3.5rem;
    box-shadow:none;
    margin:.3rem 1rem .3rem 0;
}

textarea {
    height: 100px; /* お好みの高さに */
}

/* フォーカス時の色変更 */

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="text"]:hover,
.select select:hover{
    border: 1px solid #59b9ff;
    box-shadow:none;
}
/* ラジオボタン */

input[type=radio]+label {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
    padding: 8px 10px 8px 38px;
    margin:.3rem 1rem .3rem 0;
    background-color:#eee;
}

input[type=radio]+label::before,
input[type=radio]+label::after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

input[type=radio]+label::before {
    width: 22px;
    height: 22px;
    margin-top: -12px;
    background: #FFF;
    border: 1px solid #eee;
}

input[type=radio]+label::after {
    left: 16px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    background: #f4f4f4;
}

input[type=radio]:checked+label::after {
    background: #ff9600;
}
input[type=radio]:checked+label{
  background-color:#ffe2b9;
}
/* チェックボックス */

input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
    padding: 8px 10px 8px 38px;
    margin:.3rem 1rem .3rem 0;
    background-color:#eee;
    line-height:1.5;
}
@media screen and (max-width: 640px) {
  input[type="checkbox"] + label {
    margin:.3rem .5rem .3rem 0;
  }
}

input[type="checkbox"]+label::after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid transparent;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top:-10px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
  z-index:10;
}
input[type="checkbox"] + label:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #dfdfdf;
  background-color:#fff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top:-10px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + label{
  background-color:#ffe2b9;
}
input[type="checkbox"]:checked + label:before {
  width: 9px;
  height:18px;
  top: 18px;
  left: 15px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #ff9600;
  border-bottom-color: #ff9600;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.select {
    display: inline-block;
    position: relative;
    width: auto;
    margin: .3rem 0 .4rem;
    border-radius: 0;
}
.select::before{
    position: absolute;
    top: 0;
    right: 2.5rem;
    height:100%;
    width: 10px;
    z-index:1;
    content:"";
    display:block;
    border-left: 1px solid #ddd;
}
.select::after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent!important;
    border-left: 6px solid transparent!important;
    border-bottom: 6px solid transparent!important;
    border-right: 6px solid transparent!important;
    border-top: 6px solid #54b870!important;
    top: 50%!important;
    right: 13px!important;
    -webkit-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
    margin-top: -3px!important;
    pointer-events: none;
}
.select select {
    width: 100%;
    height: 3.6rem;
    font-size: 1.6rem;
    padding: 0 4.5rem 0 10px;
    border:1px solid #ddd;
    border-radius: 3px;
    position: relative;
    box-sizing:border-box;
}

/* ie9対策 */




/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 1.6rem;
}

/* Firefox 18- */

:-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 1.6rem;
}

/* Firefox 19+ */

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 1.6rem;
}

/* IE 10+ */

:-ms-input-placeholder {
    color: #ccc;
    font-size: 1.6rem;
}

.group_inline{
  position:relative;
  display: -webkit-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin:.3rem 1rem .3rem 0;
}
.group_inline span,
.group_inline b,
.group_inline button{
  background-color:#eee;
  height: 3.5rem;
  width: auto;
  padding: 0 .5em;
  font-size: 1.6rem;
  line-height: 3.5rem;
  font-weight: normal;
  border-radius: 3px 0 0 3px;
}
.group_inline span + input{
  border-radius:0 3px 3px 0;
}
.group_inline input + span{
  border-radius:0 3px 3px 0;
}
.group_inline input:first-child{
  border-radius:3px 0 0 3px;
}
.group_inline input{
    margin-right:0;
    width: auto;
}
@media screen and (max-width: 640px) {
  .group_inline{
    width: 100%;
    margin: .3rem 0;
  }
  .group_inline input{
      margin-right:0;
      max-width: 100%!important;
      width: 100%;
  }
  textarea, input[type="number"], input[type="text"], input[type="email"], input[type="tel"], input[type="password"]{
      max-width: 100%!important;
      width: 100%;
  }
}
.address_input .input_row{
  margin:.5rem 0;
}
/************************************
form_end
*************************************/

.main_copy {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .main_copy {
    width: 80%;
    left: 10%;
    margin:0;
  }
}

.tmb{
  margin-bottom:1rem;
}
.radius img{
  border-radius:8px;
}
.btn::after{
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  transition: transform .7s;
  background-color: transparent;
  content: '';
}
.btn:hover::after{
  z-index: 0;
  background-color: rgba(255,255,255,0.2);
  -ms-transform: scale(100);
  transform: scale(100);
}
.btn i{
  color:#fff;
  margin-right:.2em;
}
.btn{
  padding: .7rem 1rem;
  font-size: 1.6rem;
  border-radius:8px;
  line-height: 1.33333;
  border-radius: 3px  min-width: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  touch-action: manipulation;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 0 2px #fff;
  box-shadow: inset 0 0 2px #fff;
  text-decoration: none;
  letter-spacing: .05em;
  color: #fff;
  background-color: #3d70bb;
  border: solid 1px #174d8b;
  position: relative;
  overflow:hidden;
}
@media screen and (max-width: 640px) {
  .btn{
    min-width: none;
  }
}
.btn.pink{
  background-color: #fa3f5b;
  border: solid 1px #cf364d;
}
.btn.blue .green{
  background-color: #419438;
  border-color: #327c39;
}
.btn.orange{
  background-color: #f3981c;
  border: solid 1px #b77d2d;
}
.btn.white{
  background-color: #ffffff;
  border: solid 1px #afafaf;
  color:inherit;
}
.btn.white:hover{
  color:inherit;
}
.btn.white i{
  color:#fa3f5b;
}
.btn.disabled{
  background-color: #8b8b8b;
  border: solid 1px #8b8b8b;
  pointer-events:none;
}
.btn:hover{
  color:#fff;
  text-decoration:none;
}
.btn i{
  color:#fff;
}
/* box_06 */
.box_06{
  max-width:800px;
  margin:0 auto;
  padding:0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow:inherit;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}

.box_06 li{
  margin:0;
  width:calc(100% / 3);
  list-style:none;
  background: #54b870;
  background: -webkit-gradient(linear,left top,right top,from(#3891d2),to(#54b870));
  background: linear-gradient(to right,#3891d2 0,#54b870 100%);
  position:relative;
}
.box_06 li .inner{
  display:block;
  background-color:#fff;
  border:1px solid #ddd;
  width:100%;
  height:100%;
  -webkit-transition: 200ms;
  transition: 200ms
  position:relative;
  padding:3rem 2rem;
}
.box_06 li .inner img{
  display:block;
  width:100px;
  margin:1rem auto;
}
.box_06 li .inner small {
  font-weight:bold;
  text-align:center;
  color:#54b870;
  font-size:1.5rem;
  margin:1rem auto 0;
  display:block;
}
.box_06 li .inner h3 {
  text-align:center;
  font-size:1.6rem;
  font-weight:700;
  margin-bottom:0 0 .5rem;
  border:none;
  padding:.5rem;
}
.box_06 li .inner h3::before,
.box_06 li .inner h3::after{
  content:none;
}
.box_06 li .inner p {
  max-width: 260px;
  margin:0 auto;
}
.box_06 li:hover .inner{
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
@media screen and (max-width: 901px) {
  .box_06 li{
    width:calc(100% / 2);
  }
}
@media screen and (max-width: 480px) {
  .box_06 li{
    width:calc(100% / 2);
  }
  .box_06 li .inner{
    padding:1.5rem .8rem;
  }
}
/* end/box_06 */


.generic_box.radius{
  border-radius:10px;
}
.generic_box h3{
  margin-top:-1rem;
}
.step{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
  margin-bottom:3rem;
}
.step .tmb{
  width:240px;
}
.step .tmb img{
  border-radius:10px;
}
.step .txt{
  width:calc(100% - 260px);
}
.step .txt .step_title{
  color:#54b870;
  font-size:2em;
  font-weight:bold;
  margin-bottom:0;
}
@media screen and (max-width: 640px) {
  .step .tmb{
    width:27%;
  }
  .step .txt{
    width:70%;
  }
  .step .txt .step_title{
    color:#54b870;
    font-size:1.5em;
    font-weight:bold;
    margin-bottom:.5rem;
    line-height:1;
  }
  .step .txt .step_txt{
    margin-top:0;
    font-size:.9em;
  }
}
.store_area{
  max-width: 845px;
  margin: 2rem auto 0;
  position:relative;
  padding-bottom: 3rem;
}
.store_area h2{
  height: 68px;
  line-height: 68px;
  font-size: 3.2rem;
  border-radius: 68px;
  display: block;
  color: #fff;
  text-align: center;
  background-color: #F99F48;
  margin:0;
}
.store_area h2 a{
  color:#fff;
  text-decoration:none;
  pointer-events:none;
  display:block;
}
.store_area h2::after{
  content:none;
}
.store_area h3{
  display:none;
}
.store_area .btn_box .inner{
  display:none;
  position: absolute;
  left: 0;
  z-index: 2;
  border: 1px solid #f0f2f5;
  border-radius:10px;
  background-color: #f0f8ff;
  top: 96px;
  width: 100%;
  height: auto;
  padding: 25px 30px;
}
.store_area:hover .btn_box .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn_box .inner::before{
    content: '';
    position: absolute;
    left: 50%;
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: solid;
    border-left-style: solid;
    border-left-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -22px;
    z-index: 1;
    border-right-width: 18px;
    border-bottom-width: 22px;
    border-bottom-color: #f0f8ff;
    border-left-width: 18px;
}
.btn_box .inner .flex{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
  width:100%;
}
.btn_box .inner .flex .item{
  width:calc(50% - 1rem);
  text-align:center;
  padding:0;
}
.btn_box .inner .flex .item a{
  border:1px solid #ddd;
  background-color:#fff;
  height: 100%;
  border-radius:50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content:         center;
  align-content:center;
  padding: 0.5rem 2rem;
  transition:.4s;
}
.btn_box .inner .flex .item a:hover{
  -webkit-box-shadow: 0 1px 16px 4px rgba(0, 82, 159, 0.15);
  box-shadow: 0 1px 16px 4px rgba(0, 82, 159, 0.15)
}
.btn_box .inner .flex .item a.flf img{
  width:170px;
}
.btn_box .inner .flex .item a.rakuten{
  color:#f00;
  text-decoration:none;
  font-weight:bold;
  font-size:1.8rem;
  line-height: 1.25;
}
.btn_box .inner .flex .item a.rakuten small{
  display:block;
  width:100%;
  font-weight:normal;
  letter-spacing:.2em;
}
.btn_box .inner p{
  font-size:1.2rem;
}
@media screen and (max-width: 1024px) {
  .store_area h2 a{
    pointer-events:auto;
  }
}
.modaal-wrapper .modaal-container{
  max-width:500px;
  width:100%;
  border-radius:10px;
  background-color:#f0f8ff;
}
.modaal-wrapper .modaal-container h3{
  text-align:center;
  padding:0;
  font-size:2rem;
  margin:0 0 1.5rem;
  border:none;
}
.modaal-wrapper .modaal-container h3::before,
.modaal-wrapper .modaal-container h3::after{
  content:none;
}
.modaal-wrapper .modaal-container .inner .flex .item a{
  border:1px solid #ddd;
  height:60px;
  background-color:#fff;
  border-radius:50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content:         center;
  padding:.5rem;
  -webkit-box-shadow: 0 1px 16px 4px rgba(0, 82, 159, 0.15);
  box-shadow: 0 1px 10px 4px rgba(0, 82, 159, 0.15);
  margin-bottom:2rem;
}
.modaal-wrapper .modaal-container .inner .flex .item a.flf img{
  width:170px;
}
.modaal-wrapper .modaal-container .inner .flex .item a.rakuten{
  color:#f00;
  text-decoration:none;
  font-weight:bold;
  font-size:1.8rem;
  line-height:1.25;
}
.modaal-wrapper .modaal-container .inner .flex .item a.rakuten small{
  display:block;
  width:100%;
  font-weight:normal;
  text-align:center;
  letter-spacing:.2em;
}
@media screen and (max-width: 640px) {
  .store_area h2{
    font-size:2rem;
    height:50px;
    line-height:50px;
  }
  .store_area:hover .btn_box .inner{
    display:none;
  }
}
.table-default.product th{
  padding:0.5em;
  min-width: 7em;
}
.page_products .sec_product h3 {
  border-bottom: none;
  margin: 0;
}
.page_products .sec_product .col {
  padding:   2% 2% 2%;
}
.page_products .sec_product .button {
  padding: 0.4em 0;
}
.page_products .sec_product .plice {
  color: #ee0000;
}
@media screen and (max-width:1023px) {
  .page_products .sec_product .pc-only {
    display: none;
  }
  .page_products .sec_product  .button {
    min-width: 180px;
  }
}
@media screen and (max-width:900px) {
  .page_products .sec_product .col {
    padding: 3.5% 1rem;
    margin-bottom: 30px;
  }
  .page_products .sec_product .col:last-child {
    margin-bottom: 0;
  }
  .page_products .sec_product  .button {
    min-width: auto;
  }
  .page_products .sec_product h3 {
    font-size: 0.8em;
    padding: .5em .5em .5em 0;
  }
  .page_products .sec_product h3::before,
  .page_products .sec_product h3::after{
    content:none;
  }
}
.contact_area .flex_row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contact_area .flex_row::after{
  content:none;
}
.contact_area .flex_row .flex_item {
    width: 48.5%;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    padding: 2rem;
    border: 1px solid #eee;
}
.contact_area .flex_row .flex_item h3{
  font-size:2rem;
  margin:0;
}
.contact_area .flex_row .flex_item h3 small{
  font-weight:normal;
  font-size:1.4rem;
  margin-left:1rem;
  color:#989898;
}
.contact_area .store_area h2{
  background:none;
  height:auto;
  line-height:1.5;
}
.contact_area .store_area h2 a{
  pointer-events:auto;
}
.contact_area .store_area:hover .btn_box .inner{
  display: none;
}
.contact_area .flex .item a{
  border:1px solid #ddd;
  background-color:#fff;
  height:100%;
  border-radius:50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content:         center;
  padding:.5rem;
  transition:.4s;
}
.contact_area .flex .item a:hover{
  -webkit-box-shadow: 0 1px 16px 4px rgba(0, 82, 159, 0.15);
  box-shadow: 0 1px 16px 4px rgba(0, 82, 159, 0.15)
}
.contact_area .flex .item a.flf img{
  width:186px;
}
.contact_area .flex .item a.rakuten{
  color:#f00;
  text-decoration:none;
  font-weight:bold;
  font-size:1.8rem;
  line-height:1.25;
  margin-top: 2rem;
}
.contact_area .flex .item a.rakuten small{
  display:block;
  width:100%;
  font-weight:normal;
  letter-spacing:.2em;
  text-align: center;
}
@media screen and (max-width: 901px) {
  .contact_area .flex_row .flex_item {
      width: 100%;
      margin:2rem 0;
  }
}
.contact_form .text-red{
  color:#ff8b00!important;
  font-size:1.2em;
}
.contact_form .herf{
  max-width:20em;
}
@media screen and (max-width: 901px) {
  .contact_form .herf{
    max-width:100%;
  }
}
input[type="button"].button,
input[type="submit"].button{
  background-color:#54b870;
}
input[type="button"].button{
  background-color:#6b6b6b;
}
input[type="submit"].button:hover{
  background-color:#1286dc;
}
input[type="button"].button:hover{
  background-color:#868686;
}
.confirm_table th{
  width: 300px;
}
@media screen and (max-width: 901px) {
  .confirm_table{
    border-bottom:1px solid #ddd;
  }
}
@media screen and (max-width: 640px) {
  input[type="button"].button,
  input[type="submit"].button{
    min-width:130px;
  }
}
.confirm-button{
  margin-top:2em;
}
.error_messe{
  color:#f00;
}
@media (min-width: 901px){
  .generic_box {
    padding: 2em;
  }
}
.store_btn .store_area{
  padding-bottom:5rem;
}
.store_btn .store_area h2{
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
  border-radius: 50px;
}
.store_btn .store_area .btn_box .inner{
  border: 1px solid #efefef;
  background-color: #ffffff;
  top: 96px;
  width: 100%;
  height: auto;
  padding: 20px;
}
.store_btn .store_area:hover .btn_box .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.store_btn .btn_box .inner::before{
    border-bottom-color: #ffffff;
}
.store_btn .btn_box .inner .flex .item{
  width:48%;
  text-align:center;
  padding:0;
  margin-bottom:2rem;
}
.store_btn .btn_box .inner .flex .item a{
  border:1px solid #ddd;
  background-color:#fff;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 640px) {
  .store_btn .store_area:hover .btn_box .inner{
      display:none;
  }
}
.custom_width{
  max-width:425px;
  margin:.5rem auto;
}
.global_nav li{
  position:relative;
}
.global_nav li ul{
  position:absolute;
  top:calc(100% - 1px);
  left: 10%;
  background-color:#fff;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding:0;
  transition: opacity .5s;
}
.global_nav li ul li{
  display:block;
}
.global_nav li ul li a{
  padding:.8em 1.5em;
  text-align:center;
  display:block;
  min-width:11em;
  background-color:#fff;
  border-bottom:1px solid #ddd;
  border-right:1px solid #ddd;
  border-left:1px solid #ddd;
  transition:.4s;
}
.global_nav li ul li a:hover{
  background-color:#eff8ff;
}
.global_nav li:hover > ul {
    opacity: 1;
    overflow: visible;
    height:auto;
    transition: opacity .5s;
}
.menu-area h3 {
    margin-bottom: 1em;
}
.menu-area a.text-small {
    font-size: 1.4rem;
}
@media screen and (max-width: 640px){
  .menu-area a.text-small {
      font-size: 1.2rem;
  }
}
.menu-area a.active{
  pointer-events:none;
  background-color:#00477b;
  border-color:#00477b;
}
.main_copy{
  max-width:1500px;
}
@media screen and (max-width: 901px) {
  .h2_wrap{
    margin-top:4rem;
  }
  .global_nav li ul{
    position:static;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content:         space-between;
    background:none;
    height: auto;
    opacity: 1;
  }
  .global_nav li ul li{
    width:50%;
  }

  .global_nav li ul li a{
    padding:1em 0 1em 1.5rem;
    text-align:left;
    display:block;
    min-width:auto;
    background:none;
    border:none;
    font-size:1.2rem;
  }
  .global_nav li ul li:nth-child(odd) a{
    border-right:1px solid #333;
  }
  .global_nav li ul li a:hover{
    background:none;
  }
}
.min-h{
  min-height:400px;
  margin-bottom:4%!important;
}
.age{
  max-width: 4em;
}
.mod_18_section .mod_18_wrap .row {
  margin-bottom: 0;
}
.mod_18_section .mod_18_wrap .row .col.mod_18_head {
  float: left;
  margin-bottom: 20px;
  padding-top: 25px;
  position: relative;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod_18_section .mod_18_wrap .row .col.mod_18_head > * {
  width: 100%;
}
.mod_18_section .mod_18_wrap .row .col.mod_18_head p {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  display: block;
  padding: 0.5em;
}
@media (max-width: 767px) {
  .mod_18_section .mod_18_wrap .row .col.mod_18_head p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.mod_18_section .mod_18_wrap .row .col.mod_18_head p small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
}
@media (max-width: 767px) {
  .mod_18_section .mod_18_wrap .row .col.mod_18_head p small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.mod_18_section .mod_18_wrap .row .col.mod_18_head:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 75px 0 75px;
  border-color: #ffffff transparent transparent transparent;
}
.mod_18_section .mod_18_wrap .row .col.mod_18_head:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 75px 0 75px;
  border-color: #28385e transparent transparent transparent;
  clear: both;
}
.mod_18_section .mod_18_wrap .row .col.mod_18_content {
  float: left;
  padding: 1em 1em 1em 0;
  width: calc(100% - 150px - 20px);
  margin-left: 20px;
}
.mod_18_section .mod_18_wrap .row .col.mod_18_content .mod_18_title {
  color: #28385e;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mod_18_section .mod_18_wrap .row .col.mod_18_head {
    margin-bottom: 12px;
    padding-top: 17px;
    width: 80px;
  }
  .mod_18_section .mod_18_wrap .row .col.mod_18_head:before {
    border-width: 12px 40px 0 40px;
  }
  .mod_18_section .mod_18_wrap .row .col.mod_18_head:after {
    bottom: -12px;
    border-width: 12px 40px 0 40px;
  }
  .mod_18_section .mod_18_wrap .row .col.mod_18_content {
    padding: 12px 0.5em 0.5em 0;
    width: calc(100% - 80px - 12px);
    margin-left: 12px;
  }
}
.mod_18_section.typeA .mod_18_wrap .row .col.mod_18_head {
  background: #28385e;
}
.mod_18_section.typeA .mod_18_wrap .row .col.mod_18_head:before {
  border-color: #ffffff transparent transparent transparent;
}
.mod_18_section.typeA .mod_18_wrap .row .col.mod_18_head:after {
  border-color: #28385e transparent transparent transparent;
}
.mod_18_section.highlight.typeA .mod_18_wrap .row .col.mod_18_head:before {
  border-color: #DFEFED transparent transparent transparent;
}
.mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head:before, .mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head:after {
  border-width: 30px 120px 0 120px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head:before {
  top: auto;
  bottom: 2px;
  z-index: 1;
}
@media (max-width: 767px) {
  .mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head:before {
    bottom: 2px;
  }
}
.mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head:after {
  bottom: 0;
}
@media (max-width: 767px) {
  .mod_18_section.typeB .mod_18_wrap .row .col.mod_18_head:after {
    bottom: 0;
  }
}
.mod_18_section.typeC .mod_18_wrap .row:first-child .col.mod_18_head, .mod_18_section.typeC .mod_18_wrap .row:nth-child(1) .col.mod_18_head {
  border-top: 1px solid #28385e;
}
.mod_18_section.typeC .mod_18_wrap .row .col.mod_18_head {
  border-left: 1px solid #28385e;
  border-right: 1px solid #28385e;
  margin-bottom: 0;
}
.mod_18_section.typeC .mod_18_wrap .row .col.mod_18_head:before {
  top: auto;
  bottom: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .mod_18_section.typeC .mod_18_wrap .row .col.mod_18_head:before {
    bottom: -12px;
  }
}
.mod_18_section.typeC .mod_18_wrap .row .col.mod_18_head:after {
  bottom: -21px;
}
@media (max-width: 767px) {
  .mod_18_section.typeC .mod_18_wrap .row .col.mod_18_head:after {
    bottom: -13px;
  }
}
.mwform-tel-field input,
.mwform-zip-field input{
  margin:0;
}
#contact .inner{
  background-color:rgba(255,255,255,0.9);
  padding:6rem 1rem;
  border-radius:10px;
}
.tel{
  color:inherit;
  text-decoration:none;
}
.text_center{
  text-align:center;
}
.inquiry .well{
  border:3px solid #54b870;
  padding:1.5rem 1rem;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.inquiry .well p{
  margin:0;
}
.inquiry .well a{
  font-weight:700;
  color:#54b870;
  font-size:2.2rem;
}
