@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/* PC
----------------------------------*/
.sp_nav,
#sp-btn,
#sp_navi {
  display: none;
}

/* SP
----------------------------------*/
@media all and (max-width: 1200px) {
  /* header */
  #l-header {
    margin-bottom: 0;
  }
  #l-header .inner {
    max-width: 100%;
    min-width: inherit;
    padding: 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #l-header .inner #logo {
    max-width: 360px;
    /*position: absolute;*/
    z-index: 2;
    opacity: 0.9;
  }
  #l-header.scrolled {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #l-header.scrolled .inner #logo {
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    max-width: 280px;
    opacity: 1;
    display: none;
  }
  #l-header #tel {
    display: none;
  }
  /* navi */
  #header_nav {
    display: none;
  }
  #sp_navi {
    display: block;
    background: #042461;
    -webkit-box-shadow: rgb(7.0297029703, 63.2673267327, 170.4702970297) 2px 0 4px 0px;
            box-shadow: rgb(7.0297029703, 63.2673267327, 170.4702970297) 2px 0 4px 0px;
    position: fixed;
    bottom: 0;
    border-top: 0.9px solid rgb(7.0297029703, 63.2673267327, 170.4702970297);
    z-index: 999999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sp_navi li {
    font-size: 1.6rem;
    display: block;
    width: calc(33.3333333333% - 1px);
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    position: relative;
    padding: 6px 0;
    border-right: 1px solid rgb(7.0297029703, 63.2673267327, 170.4702970297);
  }
  #sp_navi li:last-child {
    border-right: 0px solid #042461;
  }
  #sp_navi li span {
    line-height: 1.6;
    font-size: 1rem;
    display: block;
  }
  #sp_navi li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999px;
  }
}
@media screen and (max-width: 768px) {
  .bnr li {
    width: 100%;
    float: none;
  }
  #sp-btn {
    display: block;
    position: fixed;
    bottom: 10px;
    z-index: 30;
    left: 200px;
  }
  #sp-btn a {
    display: block;
    color: #fefefe;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    background: #042461;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 1.4rem;
    text-align: center;
  }
  #sp-btn a:first-child {
    margin-bottom: 5px;
  }
  .fleft0,
  .fleft1,
  .fleft2,
  .fright0,
  .fright1,
  .fright2 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  /* footer_navi */
  .footer_navi ul {
    width: 100%;
  }
  .footer_navi ul li {
    /*display: block;*/
    display: none;
    width: 100%;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgb(154.7686170213, 186.2021276596, 243.7313829787);
    text-align: left;
    border-left: 0;
  }
  .footer_navi ul li:last-child {
    border-right: 0;
  }
  .footer_navi ul li .dropdown {
    display: none;
  }
  .footer_navi ul li a {
    font-size: 1.3rem;
    color: #fff;
  }
  .footer_navi ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  /* footer */
  #l-footer .inner {
    padding: 20px 0;
    margin: 0 auto;
    width: 93%;
  }
  /* contents */
  .single,
  .single03 {
    width: 95%;
    padding: 40px 0;
  }
  .single.phalf,
  .single03.phalf {
    padding: 15px 0;
  }
  .single02 {
    padding: 40px 0;
    width: calc(100% - 20px);
  }
  /* 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%;
  }
  .btn__box {
    position: relative;
    width: 500px;
    height: 40px;
    margin: 100px auto 0;
    font-size: 13px;
    cursor: pointer;
    -webkit-perspective: 500px;
    perspective: 500px;
  }
  .btn__box a {
    position: absolute;
    display: block;
    width: 500px;
    height: 38px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn__box:after {
    position: absolute;
    display: block;
    width: 500px;
    height: 38px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
    top: 0;
    left: 0;
    width: 500px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    content: "";
  }
  .btn__box:hover a {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 2;
  }
  .btn__box:hover:after {
    color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    z-index: 1;
  }
  .menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 8000;
  }
  .side-open .menu {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;
  }
  .menu {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu li {
    max-width: 400px;
    margin: 0 auto;
    opacity: 0;
  }
  .menu li .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
    max-width: 90%;
    margin: 0 auto;
    padding: 5px;
  }
  .menu li .dropdown .dropdown-li {
    width: 49%;
    margin: 0;
  }
  .menu li .dropdown .dropdown-li:nth-child(odd) {
    margin-right: 2%;
  }
  .menu li .dropdown .dropdown-li a {
    height: 27px;
    line-height: 27px;
    color: #777;
    font-size: 1rem;
    text-align: left;
    border-bottom: none;
  }
  .menu li .dropdown .dropdown-li a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    margin-right: 5px;
    color: rgba(4, 36, 97, 0.8);
    font-size: 1.2rem;
  }
  .side-open .menu li {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;
  }
  .menu li a {
    display: block;
    border-bottom: 1px dashed #ccc;
    height: 45px;
    line-height: 45px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    /*    font-weight: bold;*/
    font-size: 14px;
    color: #333;
  }
  .menu li a span {
    display: inline-block;
    font-size: 1.2rem;
    padding-left: 10px;
    color: #568bec;
  }
  .menu li a:hover {
    opacity: 0.7;
  }
  .menu-btn {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 56px;
    line-height: 56px;
    font-size: 0.8rem;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    background-color: #042461;
    border: 1px solid #042461;
  }
  .menu-btn span {
    color: #fff;
  }
  .menu-btn span:after {
    content: attr(data-txt-open);
  }
  .side-open .menu-btn span:after {
    content: attr(data-txt-close);
  }
  .menu-btn:hover span:nth-child(1):after {
    -webkit-animation: anim 0.5s ease 0s forwards;
    animation: anim 0.5s ease 0s forwards;
  }
  .menu-btn:hover span:nth-child(2):after {
    -webkit-animation: anim 0.5s ease 0.1s forwards;
    animation: anim 0.5s ease 0.1s forwards;
  }
  .menu-btn:hover span:nth-child(3):after {
    -webkit-animation: anim 0.5s ease 0.2s forwards;
    animation: anim 0.5s ease 0.2s forwards;
  }
  .menu-btn:hover span:nth-child(4):after {
    -webkit-animation: anim 0.5s ease 0.3s forwards;
    animation: anim 0.5s ease 0.3s forwards;
  }
  .menu-btn:hover span:nth-child(5):after {
    -webkit-animation: anim 0.5s ease 0.4s forwards;
    animation: anim 0.5s ease 0.4s forwards;
  }
  @-webkit-keyframes anim {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  .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;
  }
  /* single */
  .lsingle,
  .rsingle {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 3.125vw;
  }
  body {
    font-size: 1.2rem;
  }
  .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;
  }
  /* visual */
  .visual .inner .ballon_parent {
    width: 100%;
  }
  .visual .inner .ballon_parent li img {
    width: 45%;
  }
  /* footer */
  #l-footer {
    /*text-align: center;*/
  }
  #l-footer .inner .copyright {
    text-align: center;
    font-size: 0.8rem;
    font-weight: normal;
  }
  #l-footer .flogo {
    float: none;
    margin: 10px auto 15px;
  }
  /* 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;
  }
  /* snip */
  .snip_parent {
    padding: 40px 0;
  }
  .snip_parent .snip figcaption > div.two h3 {
    font-size: 1.6rem;
  }
  .snip_parent .snip figcaption > div.two h3 span {
    font-size: 1.2rem;
  }
  /* 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;
  }
  /* pickup */
  .pickup .detail_box {
    padding: 10px;
  }
  .pickup .detail_box .bnr_tel {
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* page_title_box */
  .page_title_box .page_title {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
  }
  /* 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%;
  }
  #wrapper {
    overflow-y: hidden;
  }
}