@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 768px) {
  .blurFixSP {
    image-rendering: optimizeSpeed;
    /* STOP SMOOTHING, GIVE ME SPEED  */
    /* Firefox                        */
    image-rendering: -o-crisp-edges;
    /* Opera                          */
    image-rendering: -webkit-optimize-contrast;
    /* Chrome (and eventually Safari) */
    image-rendering: pixelated;
    /* Chrome */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+                           */
  }
  :root {
    --ttl_size: 26px;
    --wrapper: 60px;
  }
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Menu Toogle
********************************/
body:not(.ovh) .menu_toggle .inside {
  pointer-events: none;
}

.menu_toggle {
  background-color: var(--main-color);
  position: fixed;
  top: var(--wrapper);
  left: 0px;
  width: 100%;
  height: calc(100vh - var(--wrapper));
  padding: 0px 0px 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu_toggle.active {
  opacity: 1;
  visibility: visible;
}
.menu_toggle p {
  margin-bottom: 0;
}
.menu_toggle .title {
  text-transform: uppercase;
}
.menu_toggle .inside {
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  overflow: auto;
}
@media only screen and (min-width: 769px) {
  .menu_toggle .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    max-width: 1123px;
    margin-left: auto;
    margin-right: auto;
  }
}
.menu_toggle .inside .ft_link {
  padding: 20px;
}
@media only screen and (min-width: 769px) {
  .menu_toggle .inside .ft_link {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .menu_toggle .inside .ft_link {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  .menu_toggle .title {
    margin-bottom: 0.975em;
  }
}
@media only screen and (min-width: 1281px) {
  .menu_toggle .ft_link {
    position: relative;
    left: -18px;
  }
}
@media only screen and (max-width: 768px) {
  .menu_toggle .inside {
    padding-bottom: 40px;
  }
}

#nav-icon {
  width: 32px;
  height: 20px;
  position: relative;
  margin: 0 auto 0px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav-icon span {
  background-color: #fff;
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 3px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 11px;
}
#nav-icon span:nth-child(4) {
  top: 19px;
  background-color: transparent;
  display: none;
}
#nav-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(31deg);
          transform: rotate(31deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-31deg);
          transform: rotate(-31deg);
}
#nav-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.hamburger-btn {
  position: fixed;
  top: calc(var(--wrapper) / 2 - 16px);
  right: 50px;
  z-index: 10;
}
.hamburger-btn .button-toggle {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-btn .button-toggle #menu_btn {
  font-family: var(--f-en);
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.hamburger-btn .button-toggle #menu_btn span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  .hamburger-btn:hover #nav-icon span {
    background-color: #b69d6f;
  }
  .hamburger-btn:hover #menu_btn {
    color: #b69d6f !important;
  }
  .hamburger-btn:hover #menu_btn span {
    color: #b69d6f;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hamburger-btn {
    right: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .menu_toggle .lv2 ul {
    background-color: rgba(107, 158, 178, 0.8);
  }
  .menu_toggle .lv2 li {
    padding: 0 10px;
  }
  .menu_toggle .lv2 li a,
  .menu_toggle .lv2 li p.title {
    display: block;
    position: relative;
    color: #fff;
    font-size: 13px;
    padding: 10px 10px 10px 25px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  }
  .menu_toggle .lv2 li a::after {
    content: "›";
    display: block;
    position: absolute;
    top: 47%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 12px;
    font-weight: normal;
  }
  .ft_link .title {
    font-size: calc(var(--ttl_size) + 0px);
    margin-bottom: 10px;
  }
  .ft_link li {
    padding: 8px 0px;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
  }
  .ft_link a {
    display: block;
  }
  .ft_link .menu01 {
    margin-bottom: 30px;
  }
  .hamburger-btn {
    right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ft_link a {
    letter-spacing: 0.05em;
  }
}
/* END Menu
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
General
********************************/
@media only screen and (max-width: 768px) {
  body {
    font-size: 87.5%;
  }
  a:hover {
    opacity: 1 !important;
  }
  .under .ud_map iframe {
    height: 100%;
  }
  .fblock {
    display: block;
  }
  .fblock.true {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .under .topic_path {
    padding-bottom: 10px;
  }
  .txt_l,
  .txt_r {
    float: none;
    width: auto;
  }
  .image_l,
  .image_r {
    float: none;
    width: auto;
    margin: 0 0 20px;
    text-align: center;
    max-width: none;
  }
  .btn-group .btn.style01 a, .btn-group .btn.style02 a {
    display: block;
    text-align: left;
  }
  .btn-group .btn.style01 a::after, .btn-group .btn.style02 a::after {
    top: calc(50% - 5px);
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .btn-group .btn.style01 a, .btn-group .btn.style02 a {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  p {
    margin-bottom: 13px;
    line-height: 2;
  }
  a .tel_click:hover {
    opacity: 1;
    color: inherit;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
  .slick-arrow {
    z-index: 1;
    top: 15vw;
  }
}
/* END General
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Header & Footer
********************************/
@media only screen and (max-width: 768px) {
  .time_sheet .note {
    margin-right: 0;
    letter-spacing: 0.05em;
  }
  .wrapper {
    min-width: inherit;
  }
  header::after {
    max-width: 120px;
  }
  .idx_map {
    height: 400px;
  }
  .header_top {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding: 0;
  }
  .header_top p {
    margin-bottom: 0;
  }
  .header_top .logo {
    max-width: calc(100% - 80px);
    width: 55%;
    margin-left: 10px;
    -webkit-transform: none;
            transform: none;
    top: 10px;
  }
  .header_top .logo img {
    width: auto;
    max-height: 40px;
  }
  .right_head {
    padding-right: 80px;
    max-width: unset;
    width: auto;
  }
  .hd-ins::after {
    right: -15px;
    height: 100%;
  }
  footer {
    padding: 0;
  }
  footer .ft_info {
    width: auto;
    margin: 0 auto;
  }
  footer .ft_map iframe {
    height: 100%;
  }
  footer .ft_link {
    width: auto;
  }
  .totop {
    bottom: 55px;
    right: 5px;
    width: 50px;
    height: 50px;
  }
  .fixed_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 50px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .fixed_banner.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .fixed_banner > div {
    width: 33.33%;
    height: 100%;
  }
  .fixed_banner > div > p {
    font-size: 12px;
    line-height: 1;
  }
  .fixed_banner > div > p .tt::before {
    margin-bottom: 0.2em;
    font-size: 0.9em;
  }
  .copyright {
    display: block;
    padding-top: 20px;
    padding-bottom: 70px;
    margin-top: 0;
  }
  .copyright .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .idx_gallery .item {
    width: 220px;
  }
  .idx10 {
    padding: 20px 0 60px;
  }
  .idx10::before {
    top: -30px;
    width: calc(100% - 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .idx10-right {
    right: auto;
  }
  .idx10 .flex > div {
    width: 100%;
    max-width: 436px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx10-logo {
    margin-bottom: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx10 .time_sheet {
    margin-top: 25px;
    font-size: min(16px, 3.5vw);
  }
  .idx10-banner {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .copyright .flex {
    max-width: 400px;
    margin: auto;
  }
  .copyright .grits {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .copyright .grits img {
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    max-width: 130px;
  }
  .copyright .textwidget {
    margin-top: 10px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px;
    text-align: center;
  }
  .copyright .textwidget span {
    display: inline-block;
  }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*# sourceMappingURL=style_sp.css.map */