@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/*-------------------------------------------
animate.css
----------------------------------------------*/
@keyframes fadeOutLeft {
  from {
    transform: translate(0, 0); }
  to {
    transform: translateX(-800px); } }
@keyframes fadeOutright {
  from {
    transform: translate(0, 0); }
  to {
    transform: translateX(800px); } }
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }
@media all and (max-width: 769px) {
  .animated.delay-1s,
  .animated.delay-2s,
  .animated.delay-3s,
  .animated.delay-4s,
  .animated.delay-5s {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s; } }
/* PC
----------------------------------*/
.sp_nav,
#sp_btn {
  display: none; }

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .bnr li {
    width: 100%;
    float: none; }

  #sp_btn {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 50%;
    z-index: 20;
    width: 100%;
    transform: translateX(-50%);
    max-width: 400px; }
    #sp_btn ul {
      display: table;
      width: 100%;
      margin: 0 auto; }
      #sp_btn ul li {
        display: table-cell;
        width: 50%;
        box-sizing: border-box;
        padding: 0 3px; }
        #sp_btn ul li a {
          display: block;
          padding: 3px 0;
          text-align: center;
          background: rgba(99, 191, 224, 0.9);
          border-radius: 10px;
          color: #fff;
          font-family: "Font Awesome 5 Free";
          font-weight: 700;
          font-size: 1.2rem;
          line-height: 1.3; }
          #sp_btn ul li a span {
            display: block;
            font-size: 1.1rem; }

  /* header */
  #l-header .inner {
    max-width: 95%;
    min-width: inherit;
    padding: 5px 0;
    display: block; }
    #l-header .inner #logo {
      width: 70px;
      margin-bottom: -20px; }
  #l-header #tel {
    display: none; }

  .fleft0,
  .fleft1,
  .fleft2,
  .fright0,
  .fright1,
  .fright2 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }

  /* navi */
  #header_nav {
    display: none; }

  #flash {
    width: 100%;
    height: auto; }

  /* footer_navi */
  /* footer */
  #l-footer .inner {
    margin: 0 auto;
    width: 95%; }

  /* contents */
  .single,
  .single03 {
    width: 93%;
    padding: 40px 0; }

  .single02 {
    padding: 40px 0;
    width: calc(100% - 20px); }

  /* concept-wrap */
  .concept-wrap {
    margin: 30px 0;
    padding: 30px 0; }
    .concept-wrap .bg-back,
    .concept-wrap .figure {
      width: 100%; }
    .concept-wrap .concept-inner {
      margin: 0 auto !important; }
      .concept-wrap .concept-inner .in-wrap {
        float: none;
        width: 95%;
        margin: 0 auto; }
        .concept-wrap .concept-inner .in-wrap .concept-box {
          width: 100%;
          padding: 5%;
          margin: auto;
          box-sizing: border-box; }
          .concept-wrap .concept-inner .in-wrap .concept-box .conts-ttl {
            font-size: 2rem; }

  /* bg */
  .bg_top_bnr .inner,
  .bg_contact .inner {
    padding: 30px 0; }

  /* page_title_box */
  .page_title_box {
    padding: 90px 0 0; }

  .breadcrumb_box .breadcrumb {
    width: 95%; }

  /* sp_navi */
  #sp_navi {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(20, 118, 193, 0.8); }
    #sp_navi ul {
      display: table;
      width: 100%; }
      #sp_navi ul li {
        display: table-cell;
        width: 33.3%;
        border-right: 1px solid #38aed8; }
        #sp_navi ul li:last-child {
          border-right: none; }
        #sp_navi ul li a {
          display: block;
          padding: 10px 0;
          font-family: "FontAwesome";
          text-align: center;
          color: #ffffff;
          font-size: 2.5rem; }

  /* nav-toggle */
  #nav-toggle {
    display: block;
    position: fixed;
    top: 20px;
    right: 25px;
    height: 32px;
    cursor: pointer; }
    #nav-toggle:before {
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      top: -8px;
      left: 50%;
      margin-left: -20px;
      background: #fff;
      border-radius: 30px; }
    #nav-toggle > div {
      position: relative;
      width: 36px; }
      #nav-toggle > div > p {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 28px;
        font-size: 12px;
        text-align: center;
        color: #333;
        font-weight: 600; }
    #nav-toggle span {
      width: 100%;
      height: 1px;
      left: 0;
      display: block;
      background: #000;
      position: absolute;
      transition: transform 0.6s ease-in-out, top 0.5s ease; }
      #nav-toggle span:nth-child(1) {
        top: 0; }
      #nav-toggle span:nth-child(2) {
        top: 10px; }
      #nav-toggle span:nth-child(3) {
        top: 20px; }
    #nav-toggle:hover span:nth-child(1) {
      top: 0px; }
    #nav-toggle:hover span:nth-child(3) {
      top: 20px; }

  .open #nav-toggle > div p {
    color: #333; }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg); }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg); }

  #nav-toggle {
    z-index: 1000; }

  #container {
    z-index: 900; }

  #sp-nav {
    background: #f0efec;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s ease; }
    #sp-nav a {
      display: block;
      color: #1D1510;
      text-decoration: none;
      padding: 10px 0;
      transition: color 0.4s ease;
      font-weight: 600; }
      #sp-nav a span {
        display: block;
        font-family: "Abel", sans-serif;
        font-weight: 600;
        color: #63BFE0;
        font-size: 1.2rem; }
      #sp-nav a:hover {
        color: #666; }
    #sp-nav .dropdown {
      display: flex;
      flex-wrap: wrap; }
      #sp-nav .dropdown .dropdown-li {
        width: 50%; }
        #sp-nav .dropdown .dropdown-li a {
          font-size: 12px;
          color: #333;
          padding: 5px 0; }
    #sp-nav ul {
      list-style: none; }
      #sp-nav ul li {
        opacity: 0;
        transform: translateX(200px);
        transition: transform 0.3s ease, opacity 0.2s ease; }
        #sp-nav ul li:nth-child(2) {
          transition-delay: 0.1s; }
        #sp-nav ul li:nth-child(3) {
          transition-delay: 0.2s; }
        #sp-nav ul li:nth-child(4) {
          transition-delay: 0.3s; }
        #sp-nav ul li:nth-child(5) {
          transition-delay: 0.4s; }
        #sp-nav ul li:nth-child(6) {
          transition-delay: 0.5s; }
        #sp-nav ul li:nth-child(7) {
          transition-delay: 0.6s; }

  /* open */
  .open {
    overflow: hidden; }
    .open #sp-nav {
      visibility: visible;
      opacity: 1; }
      .open #sp-nav li {
        opacity: 1;
        transform: translateX(0);
        transition: transform 1s ease, opacity 0.9s ease; }

  .blogBox {
    width: 48%;
    margin: 0 2.5% 15px 0; }
    .blogBox:nth-child(2n) {
      margin-right: 0; }
    .blogBox figure {
      height: 140px; }

  .flex-child2 {
    width: 100%;
    margin: 0 auto 10px; }
    .flex-child2.column1 {
      width: 100%; }

  .rsingle,
  .lsingle {
    float: none;
    width: 100%; }

  .note {
    font-size: 12px; }

  .bnr-list li {
    width: 32%;
    text-align: center;
    margin: 0 1.5% 5px 0; }

  /* single */
  .lsingle,
  .rsingle {
    float: none;
    width: 100%; }

  /* form */
  .form {
    width: 100%; }
    .form dl {
      margin: 10px 0; }
      .form dl dt {
        float: none;
        width: 100%;
        padding-top: 10px; }
      .form dl dd {
        width: 100%;
        padding-left: 5px;
        padding-bottom: 10px;
        padding-top: 10px;
        line-height: 20px; }
        .form dl dd:last-child {
          border-bottom: 0px;
          margin-bottom: 0px; }
    .form .textarea.textarea03 {
      width: 35%; }
    .form .textarea04 {
      width: 50%; }
    .form .textarea02 {
      width: 43.5%; }
    .form button {
      width: 95%; } }
@media screen and (max-width: 480px) {
  html {
    font-size: 3.125vw; }

  body {
    font-size: 1.2rem; }

  .footer_navi ul {
    width: 100%; }
    .footer_navi ul li {
      display: block;
      width: 100%;
      margin: 0 0 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #777;
      text-align: left;
      border-right: 0; }
      .footer_navi ul li:last-child {
        border-right: 0; }
      .footer_navi ul li .dropdown {
        display: none; }
      .footer_navi ul li a {
        font-size: 12px; }
      .footer_navi ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }

  .tbl_scroll {
    padding-bottom: 10px;
    overflow: auto;
    white-space: nowrap; }
    .tbl_scroll::-webkit-scrollbar {
      height: 5px; }
    .tbl_scroll::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .tbl_scroll::-webkit-scrollbar-thumb {
      background: #bcbcbc; }
    .tbl_scroll::-webkit-scrollbar-piece {
      background: #eee; }
      .tbl_scroll::-webkit-scrollbar-piece:start {
        background: #eee; }

  .spbr {
    display: block; }

  .pcbr {
    display: none; }

  /* footer */
  #l-footer {
    text-align: center; }
    #l-footer .inner .copyright {
      text-align: center;
      font-size: 0.8rem;
      font-weight: normal; }

  /* contact_bnr */
  .contact_bnr li {
    display: block;
    margin: 0 auto 10px; }
    .contact_bnr li a {
      margin: 0 auto; }
    .contact_bnr li:last-child {
      margin-bottom: 0; }
    .contact_bnr li.mailbtn a {
      font-size: 14px; }

  .lsingle {
    margin-bottom: 20px; }

  /* mtitle */
  .list3 li {
    width: 100%;
    padding: 10px; }

  /* ggmap */
  .ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden; }

  .gallery_ul li {
    float: none;
    width: 100%;
    margin: 0 0 15px 0; }
    .gallery_ul li:nth-child(3n) {
      margin: 0 0 15px 0; }
    .gallery_ul li:last-child {
      margin: 0; }
    .gallery_ul li a {
      height: auto; }

  /* sp_menu */
  .btn__box {
    width: 100%;
    -webkit-perspective: 200px;
    perspective: 200px; }
    .btn__box a {
      width: 100%; }
    .btn__box:after {
      width: 100%;
      width: 100%; }

  #wrapper {
    overflow: hidden; } }
