@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/*-------------------------------------------
animate.css
----------------------------------------------*/
@keyframes fadeOutLeft {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translateX(-800px);
  }
}
@keyframes fadeOutright {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translateX(800px);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 2%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !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 {
    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: 25%;
    box-sizing: border-box;
    padding: 0 3px;
  }
  #sp_btn ul li a {
    display: block;
    padding: 3px 0;
    text-align: center;
    background: rgba(224, 146, 38, 0.9);
    border-radius: 10px 5px 10px 5px;
    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: 1rem;
  }
  /* header */
  #l-header .inner {
    max-width: 95%;
    min-width: inherit;
    padding: 15px 0;
    display: block;
  }
  #l-header .inner #logo {
    width: 190px;
    top: 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 */
  /* 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 #f1c62d;
  }
  #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: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: -8px;
    left: 50%;
    margin-left: -20px;
    background: #fff;
  }
  #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: #6c472f;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.4s ease;
    font-weight: 600;
  }
  #sp-nav a span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #e09226;
    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%;
    perspective: 200px;
  }
  .btn__box a {
    width: 100%;
  }
  .btn__box:after {
    width: 100%;
    width: 100%;
  }
  #wrapper {
    overflow: hidden;
  }
}