@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/* 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: 0px;
    left: 50%;
    z-index: 20;
    width: 100%;
    transform: translateX(-50%); }
    #sp_btn ul {
      display: flex;
      margin: 0 auto; }
      #sp_btn ul li {
        width: 50%;
        box-sizing: border-box; }
        #sp_btn ul li:nth-child(odd) a {
          background: #509f00; }
        #sp_btn ul li a {
          background: #006ecc;
          display: block;
          padding: 10px 0;
          text-align: center;
          color: #fff;
          font-weight: 700;
          font-size: 1.5rem;
          line-height: 1.3; }
          #sp_btn ul li a span {
            display: block;
            font-size: 12px;
            font-family: "Montserrat", sans-serif;
            font-weight: 500; }
            #sp_btn ul li a span.ja {
              font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

  /* header */
  #l-header {
    background: transparent;
    backdrop-filter: inherit; }
    #l-header .inner {
      max-width: 95%;
      min-width: inherit;
      padding: 10px 0 5px 8px;
      display: block; }
      #l-header .inner #logo {
        width: 85px;
        text-align: left;
        margin-left: 0;
        top: 8px;
        left: 0; }
    #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 */
  /* 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 #5db800; }
        #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: 10px;
    right: 15px;
    height: 60px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    padding: 10px; }
    #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 .6s ease-in-out, top .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 {
    background: #374441; }
    .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: #fff;
    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 .4s ease, visibility .4s ease; }
    #sp-nav:before {
      position: absolute;
      content: "";
      width: 90%;
      height: 90%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: rgba(119, 235, 0, 0.1);
      opacity: .3; }
    #sp-nav a {
      display: block;
      color: #006ECC;
      text-decoration: none;
      padding: 10px 0;
      transition: color .4s ease;
      font-weight: 600; }
      #sp-nav a span {
        display: block;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #7E7E7E;
        font-size: 1.2rem; }
      #sp-nav a:hover {
        color: #666; }
    #sp-nav ul {
      list-style: none; }
      #sp-nav ul li {
        opacity: 0;
        transform: translateX(200px);
        transition: transform .3s ease, opacity .2s ease; }
        #sp-nav ul li:nth-child(2) {
          transition-delay: .1s; }
        #sp-nav ul li:nth-child(3) {
          transition-delay: .2s; }
        #sp-nav ul li:nth-child(4) {
          transition-delay: .3s; }
        #sp-nav ul li:nth-child(5) {
          transition-delay: .4s; }
        #sp-nav ul li:nth-child(6) {
          transition-delay: .5s; }
        #sp-nav ul li:nth-child(7) {
          transition-delay: .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 .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%; } }
@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; }

  /* 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: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        line-height: 20px; }
        .form dl dd:last-child {
          border-bottom: 0px;
          margin-bottom: 0px; }
    .form .textarea,
    .form textarea,
    .form .dropdown {
      width: 95%; }
    .form .textarea.textarea03 {
      width: 35%; }
    .form .textarea02 {
      width: 43.5%; }
    .form button {
      width: 95%; }

  /* sp_menu */
  .btn__box {
    width: 100%;
    -webkit-perspective: 200px;
    perspective: 200px; }
    .btn__box a {
      width: 100%; }
    .btn__box:after {
      width: 100%;
      width: 100%; }

  .bnr-list {
    padding: 10px; }
    .bnr-list li {
      width: 100%;
      text-align: center;
      margin: 0 auto 5px; }

  #wrapper {
    overflow-y: hidden; } }
