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

/* SP
----------------------------------*/
@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    border-top: 0.9px solid #076116;
    z-index: 100;
  }
  #sp_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 350px;
    padding-bottom: 15px;
    margin: 0 auto;
    padding: 0px 80px 0px 15px;
  }
  #sp_btn ul li {
    width: 33.3%;
    border-right: 0.9px solid #076116;
  }
  #sp_btn ul li:first-child {
    border-left: 0.9px solid #076116;
  }
  #sp_btn ul li a {
    display: block;
    padding: 7px 0 8px;
    text-align: center;
    color: #005F53;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #sp_btn ul li a span {
    display: block;
    font-size: 10px;
    font-family: 'Arvo', serif;
    font-weight: 400;
  }
  .bnr li {
    width: 100%;
    float: none;
  }
  .sp-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .sp-contact .head-btn {
    margin: 0 5px;
    width: 40px;
  }
  /* header */
  #l-header .inner {
    max-width: 100%;
    margin: 0;
    padding: 8px 0 10px;
    display: block;
    min-width: inherit;
  }
  #l-header .inner .head-txt {
    display: none;
  }
  #l-header .inner #logo {
    width: 160px;
    text-align: center;
    margin: 0 auto;
    position: initial;
  }
  #l-header #tel {
    display: none;
  }
  .fleft0,
  .fleft1,
  .fleft2,
  .fright0,
  .fright1,
  .fright2 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  /* navi */
  #header_nav {
    display: none;
  }
  #flash {
    width: 100%;
    height: auto;
  }
  /* footer_navi */
  .footer_navi {
    display: none;
  }
  /* footer */
  /* contents */
  .single,
  .single03 {
    max-width: initial;
    width: 95%;
    padding: 40px 0;
  }
  .single02 {
    padding: 40px 0;
    width: calc(100% - 30px);
  }
  .breadcrumb_box .breadcrumb {
    width: 95%;
  }
  /* sp_nav */
  /* nav-toggle */
  #nav-toggle {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    height: 60px;
    cursor: pointer;
    background: #005F53;
    padding: 15px;
  }
  #nav-toggle > div {
    position: relative;
    width: 35px;
  }
  #nav-toggle > div > p {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 25px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Kaisei Opti", serif;
    font-weight: 600;
    text-transform: uppercase;
  }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #f2edde;
    position: absolute;
    -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
    transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  }
  #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 span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
            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;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #nav-toggle {
    z-index: 1000;
  }
  #container {
    z-index: 900;
  }
  #sp-nav {
    background: #c4dbc6;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  #sp-nav:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e9e9e9;
    opacity: 1;
    z-index: -1;
  }
  #sp-nav a {
    display: block;
    text-decoration: none;
    padding: 0;
    color: #333;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  #sp-nav a img {
    width: 25px;
    margin-right: 8px;
  }
  #sp-nav a span {
    display: block;
    color: #6c7c7a;
    font-family: "Kaisei Opti", serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4rem;
  }
  #sp-nav a:hover {
    color: #666;
  }
  #sp-nav nav {
    width: 100%;
  }
  #sp-nav .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
  }
  #sp-nav .dropdown .dropdown-li {
    width: 48%;
    margin-bottom: 4px;
    -webkit-transition: none;
    transition: none;
  }
  #sp-nav .dropdown .dropdown-li a {
    font-size: 12px;
    letter-spacing: 0;
    background: #fff;
    display: blcok;
    color: #817971;
    height: 100%;
    line-height: 1.6;
  }
  #sp-nav .globalNav {
    list-style: none;
    width: 100%;
    min-width: 300px;
    padding: 20px;
    min-height: 100px;
    height: 80%;
    max-height: 460px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #sp-nav .globalNav > li {
    background-color: #fff;
    border-bottom: none;
  }
  #sp-nav .globalNav li {
    text-align: left;
    padding: 0px 20px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid silver;
  }
  #sp-nav .globalNav li.type2 {
    position: relative;
  }
  #sp-nav .globalNav li.type2:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid black;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    right: 0;
    z-index: 2;
  }
  #sp-nav .globalNav li.type2 .active {
    pointer-events: none;
  }
  #sp-nav .globalNav li .sub-menu li {
    position: relative;
    padding-left: 30px;
  }
  #sp-nav .globalNav li .sub-menu li:before {
    position: absolute;
    content: ">";
    left: 10px;
    color: #005F53;
  }
  #sp-nav .globalNav li .menu-nav, #sp-nav .globalNav li .menu-nav2 {
    display: block;
    position: relative;
    bottom: auto;
    height: auto;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 0px;
    background-color: transparent;
    display: none;
  }
  #sp-nav .globalNav li .menu-nav .menu-nav-list1,
  #sp-nav .globalNav li .menu-nav .menu-nav-list2, #sp-nav .globalNav li .menu-nav2 .menu-nav-list1,
  #sp-nav .globalNav li .menu-nav2 .menu-nav-list2 {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    width: 100%;
    min-width: 200px;
  }
  #sp-nav .globalNav li .menu-nav .menu-nav-list1 a span,
  #sp-nav .globalNav li .menu-nav .menu-nav-list2 a span, #sp-nav .globalNav li .menu-nav2 .menu-nav-list1 a span,
  #sp-nav .globalNav li .menu-nav2 .menu-nav-list2 a span {
    display: none;
  }
  #sp-nav .globalNav li .menu-nav li, #sp-nav .globalNav li .menu-nav2 li {
    border-bottom: none;
    padding: 5px 10px;
    background-color: #fff;
    margin: 0 2% 2% 0;
  }
  #sp-nav .txtarea {
    margin-top: 20px;
  }
  #sp-nav .txtarea .btn04 {
    margin: 0 auto 5px;
    padding: 10px 20px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #sp-nav .txtarea .btn04:before, #sp-nav .txtarea .btn04:after {
    display: none;
  }
  #sp-nav .txtarea .btn04 span {
    color: #076116;
  }
  #sp-nav .txtarea .btn04 span i {
    padding-right: 4px;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #sp-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #sp-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  }
  .rsingle,
  .lsingle {
    float: none;
    width: 100%;
  }
  /* single */
  .lsingle,
  .rsingle {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  html {
    font-size: 3.125vw;
  }
  body {
    font-size: 1.2rem;
  }
  #nav-toggle {
    bottom: 10px;
  }
  .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 .inner .copyright {
    text-align: center;
    font-size: 0.8rem;
    font-weight: normal;
  }
  .lsingle {
    margin-bottom: 20px;
  }
  /* mtitle */
  /* 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;
    margin-top: 20px;
  }
  .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: 15px;
  }
  .form dl dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 10px;
    line-height: 20px;
  }
  .form dl dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .form .textarea,
  .form textarea {
    width: 100%;
  }
  .form .textarea.textarea03 {
    width: 35%;
  }
  .form .textarea04 {
    width: 50%;
  }
  .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;
  }
}
