@charset "UTF-8";
.test {
  background-color: #009646;
  background-color: #009646;
  background-color: #00b454;
  background-color: #007838;
  background-color: white;
  background-color: #dddddd;
  background-color: white;
  background-color: #ff7838;
  background-color: #00a54d;
  background-color: #323232;
  background-color: #323232;
}

:root {
  --bs-blue: #334AC0;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #692340;
  --bs-orange: #fd7e14;
  --bs-yellow: #f39568;
  --bs-green: #0ABF53;
  --bs-teal: #077C76;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #8C98A4;
  --bs-gray-dark: #51596C;
  --bs-gray-100: #F5F7FA;
  --bs-gray-200: #f3f6f9;
  --bs-gray-300: #dce0e5;
  --bs-gray-400: #BDC5D1;
  --bs-gray-500: #97A4AF;
  --bs-gray-600: #8C98A4;
  --bs-gray-700: #677788;
  --bs-gray-800: #51596C;
  --bs-gray-900: #2d374b;
  --bs-primary: #0ABF53;
  --bs-secondary: #51596C;
  --bs-success: #077C76;
  --bs-info: #334AC0;
  --bs-warning: #f39568;
  --bs-danger: #692340;
  --bs-light: #F5F7FA;
  --bs-dark: #2d374b;
  --bs-primary-rgb: 10, 191, 83;
  --bs-secondary-rgb: 81, 89, 108;
  --bs-success-rgb: 7, 124, 118;
  --bs-info-rgb: 51, 74, 192;
  --bs-warning-rgb: 243, 149, 104;
  --bs-danger-rgb: 105, 35, 64;
  --bs-light-rgb: 245, 247, 250;
  --bs-dark-rgb: 45, 55, 75;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 81, 89, 108;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Inter, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #51596C;
  --bs-body-bg: #fff;
  --bs-border-width: 0.0625rem;
  --bs-border-style: solid;
  --bs-border-color: rgba(220, 224, 229, 0.6);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.8125rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 6.1875rem;
  --bs-link-color: #0ABF53;
  --bs-link-hover-color: #07853a;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fdeae1
  ;
}

/*
//** Deprecated `$screen-xs` as of v3.0.1
$screen-xs:                  480px !default;
//** Deprecated `$screen-xs-min` as of v3.2.0
$screen-xs-min:              $screen-xs !default;
//** Deprecated `$screen-phone` as of v3.0.1
$screen-phone:               $screen-xs-min !default;

// Small screen / tablet
//** Deprecated `$screen-sm` as of v3.0.1
$screen-sm:                  768px !default;
$screen-sm-min:              $screen-sm !default;
//** Deprecated `$screen-tablet` as of v3.0.1
$screen-tablet:              $screen-sm-min !default;

// Medium screen / desktop
//** Deprecated `$screen-md` as of v3.0.1
$screen-md:                  992px !default;
$screen-md-min:              $screen-md !default;
//** Deprecated `$screen-desktop` as of v3.0.1
$screen-desktop:             $screen-md-min !default;

// Large screen / wide desktop
//** Deprecated `$screen-lg` as of v3.0.1
$screen-lg:                  1200px !default;
$screen-lg-min:              $screen-lg !default;
//** Deprecated `$screen-lg-desktop` as of v3.0.1
$screen-lg-desktop:          $screen-lg-min !default;

// So media queries don't overlap when required, provide a maximum
$screen-xs-max:              ($screen-sm-min - 1) !default;
$screen-sm-max:              ($screen-md-min - 1) !default;
$screen-md-max:              ($screen-lg-min - 1) !default;
*/
.font-sub {
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "Roboto Slab", Garamond, "Times New Roman", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.bg-lightgreen-a {
  background-color: #0ABF53;
}

.text-gray-a {
  color: #323232;
}

body {
  font-family: Inter, sans-serif;
  color: #323232;
}

section {
  display: block;
  position: relative;
}

strong {
  font-weight: bold;
  color: #00a54d;
}

.accent {
  color: #ff7838;
}

.pch-br {
  display: none;
}

@media screen and (max-width: 1200px) {
  .pch-br {
    display: block;
  }
}

.pc-br {
  display: none;
}

@media screen and (max-width: 992px) {
  .pc-br {
    display: block;
  }
}

.tb-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .tb-br {
    display: block;
  }
}

.pc-none {
  display: none;
}

@media screen and (max-width: 992px) {
  .pc-none {
    display: inline;
  }
}

a {
  text-decoration: none;
  color: #323232;
}

a:hover {
  color: #ff671f;
}

/* 親エレメントにposition: relative;を設定 */
.center_center {
  position: absolute;
  top: calc(50% - 4em);
  width: 100%;
  text-align: center;
  line-height: 1;
  text-shadow: 10px 10px 0 #fff;
}

/* hero */
.hero2 .imge-area {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 50vh;
  min-height: 300px;
  position: relative;
}

.hero2 .imge-area .h1 {
  position: absolute;
  top: calc(50% - 0.5em);
  width: 100%;
  text-align: center;
  line-height: 1;
  text-shadow: 10px 10px 0 #fff;
}

.hero2 .imge-area .item {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero2 .text-area {
  padding: 0px;
  position: absolute;
  width: 100%;
  height: 50vh;
  min-height: 300px;
}

.hero2 .text-area .panel {
  opacity: 0.95;
}

.hero2 .text-area .center-center {
  position: absolute;
  top: calc(40% - 4em);
  width: 100%;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .hero2 .text-area .center-center {
    position: static;
    top: 0px;
    padding-top: 2em;
  }
}

@media screen and (max-width: 992px) {
  .hero2 .text-area {
    display: block;
    position: static;
    height: 20vh;
    min-height: 280px;
    padding-top: 2em;
  }
  .hero2 .text-area .panel {
    opacity: 1;
  }
}

.aito-copyright {
  margin-top: 5em;
}

.aito-copyright p {
  font-size: 15px;
  line-height: 1.9;
}

/* full window image */
.img_full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img_h {
  height: 50vh;
  min-height: 250px;
}

.img_element_full {
  background-image: url(../img/ocean.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.img-full {
  background-image: url(../img/ocean.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.img-full:before {
  content: '';
  display: block;
  padding-top: 50%;
}

/* Helper Classes */
.aito-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.aito-spacer-nav {
  height: 60px;
}

.aito-spacer-xlg {
  height: 150px;
}

@media screen and (max-width: 576px) {
  .aito-spacer-xlg {
    height: 70px;
  }
}

.aito-spacer-lg {
  height: 100px;
}

@media screen and (max-width: 576px) {
  .aito-spacer-lg {
    height: 50px;
  }
}

.aito-spacer-md {
  height: 80px;
}

@media screen and (max-width: 576px) {
  .aito-spacer-md {
    height: 30px;
  }
}

.aito-spacer-sm {
  height: 50px;
}

@media screen and (max-width: 576px) {
  .aito-spacer-sm {
    height: 20px;
  }
}

.aito-spacer-xs {
  height: 30px;
}

@media screen and (max-width: 576px) {
  .aito-spacer-xs {
    height: 20px;
  }
}

.aito-spacer-xxs {
  height: 20px;
}

/**位置指定***************************************/
/* 上下左右中央 */
/*
.outer {
  position: relative;
}

.inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 3.2rem;
}
*/
.d-img-center-center {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.d-img-center-center > img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 200px;
  transform: translate(-50%, -50%);
}

.d-center-center {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.d-center-center > .d-center-center-target {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}

/* 影を作る */
/*
.shadow-aito{
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10%;
  right: -10%;
  background-color: rgba(0, 180, 84, 0.7);
}
*/
/* タイル風テーブル*/
.tile-table table {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}

.tile-table table tr {
  background-color: #F9FbFe;
  padding: .35em;
  border-bottom: 2px solid #fff;
}

.tile-table table th,
.tile-table table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}

.tile-table table th {
  font-size: .85em;
}

.tile-table table thead tr {
  background-color: #089942;
  color: #fff;
}

.tile-table table tbody th {
  background: #78c790;
  color: #fff;
}

.tile-table .txt {
  text-align: left;
  font-size: .85em;
}

.tile-table .price {
  text-align: right;
  color: #167F92;
  font-weight: bold;
}

.tile-table .non {
  background: #fff;
  border: none;
}

@media screen and (max-width: 300px) {
  .tile-table table {
    border: 0;
    width: 100%;
  }
  .tile-table table th {
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  .tile-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .tile-table table tr {
    display: block;
    margin-bottom: .625em;
  }
  .tile-table table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  .tile-table table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
  .tile-table table td:last-child {
    border-bottom: 0;
  }
  .tile-table table tbody th {
    color: #fff;
  }
}
/*# sourceMappingURL=common.css.map */