@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 768px) {
  .blurFixSP {
    image-rendering: optimizeSpeed;
    /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;
    /* 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: #fff;
  position: fixed;
  top: var(--wrapper);
  left: 0px;
  width: 100%;
  height: calc(100vh - var(--wrapper));
  padding: 0px 0px 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.menu_toggle.active {
  opacity: 1;
  visibility: visible;
}
.menu_toggle p {
  margin-bottom: 0;
}
.menu_toggle .inside {
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  transition: all 0.5s ease;
  height: 100%;
  overflow: auto;
}
.menu_toggle .inside .ft_link {
  padding: 20px 20px 20px;
}
@supports (-webkit-touch-callout: none) {
  .menu_toggle .inside .ft_link {
    /* Specific to iOS devices */
    padding-bottom: 120px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .menu_toggle .inside .ft_link {
      /* Safari */
      padding-bottom: 120px;
    }
  }
}
#nav-icon {
  width: 30px;
  height: 27px;
  position: relative;
  margin: 0 auto 0px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#nav-icon span {
  background-color: #fff;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  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;
}
#nav-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.hamburger-btn {
  width: var(--wrapper);
  height: var(--wrapper);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
.hamburger-btn .button-toggle {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #4f3b17;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0.2em;
}
@media only screen and (min-width: 769px) {
  .hamburger-btn .button-toggle:hover {
    background-color: var(--main-color);
  }
}
.hamburger-btn .button-toggle #menu_btn {
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
}
@media only screen and (min-width: 769px) {
  .hamburger-btn {
    top: 33px;
    right: 32px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .hamburger-btn {
    top: 27px;
    right: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger-btn {
    top: 20px;
    right: 20px;
  }
}

@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;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: normal;
  }
  .ft_link .title {
    font-size: calc(var(--ttl_size) + 0px);
    margin-bottom: 20px;
  }
  .ft_link li {
    padding: 8px 0px;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
  }
  .ft_link a {
    display: block;
  }
}
/* 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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
  }
  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) {
  .wrapper {
    min-width: inherit;
  }
  header.active .hamburger-btn,
  .ovh header .hamburger-btn {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
  .header_top {
    width: 100%;
    align-items: center;
    height: 60px;
    padding: 0;
  }
  .header_top p {
    margin-bottom: 0;
  }
  .header_top .logo {
    max-width: calc(100% - 80px);
    width: auto;
    margin-left: 10px;
    transform: none;
  }
  .header_top .logo img {
    width: auto;
    max-height: 50px;
  }
  header.active,
  .ovh header {
    --wrapper: 60px;
  }
  header.active .header_top,
  .ovh header .header_top {
    padding: 0;
  }
  footer {
    margin-bottom: 60px;
  }
  footer .ft_bg {
    padding: 40px 0;
  }
  footer .inner_max,
  footer .inner,
  footer .inner_big {
    max-width: 610px;
  }
  footer .ft_left,
  footer .ft_right {
    max-width: 100%;
    width: 100%;
  }
  footer .ft_logo {
    max-width: 320px;
  }
  footer .ft_banner {
    max-width: 280px;
    margin: 40px auto;
  }
  footer .ft_banner .item {
    width: 100%;
    max-width: 100%;
  }
  footer .ft_banner .item:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .ft_right {
    padding: 20px;
    margin: 0 auto;
  }
  footer .ft_map {
    background-size: 100%;
  }
  footer .ft_map .map {
    width: 100%;
    max-width: 100%;
    height: 299px;
  }
  footer .ft_map .txt {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    max-width: 100%;
    width: 100%;
  }
  footer .ft_map .fblock {
    max-width: 400px;
    margin: 25px 0 0;
  }
  footer .ft_map .fblock .item {
    width: 100% !important;
  }
  footer .ft_map .fblock .item picture {
    width: 50px;
  }
  footer .ft_map .fblock .item p {
    width: calc(100% - 50px);
  }
  footer .ft_map .fblock .item:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .ft_gallery .slick-list {
    padding: 40px 0;
  }
  footer .ft_gallery .img {
    --w: 250px;
  }
  footer .ft_gallery .img::after, footer .ft_gallery .img::before {
    border-radius: 20px;
  }
  footer .copyright {
    padding: 12px 0;
  }
  footer .copyright img {
    width: 100px;
  }
  footer .copyright .textwidget p {
    margin-left: 5px;
    padding-left: 5px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .totop {
    bottom: 75px;
    right: 5px;
  }
  .totop .icon {
    width: 50px;
    height: 50px;
  }
  .fixed_banner {
    display: flex;
    flex-wrap: wrap;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 60px;
    transform: translateY(100%);
  }
  .fixed_banner.active {
    transform: translateY(0%);
  }
  .fixed_banner > div {
    width: 33.3333333333%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .fixed_banner > div > p {
    font-size: 14px;
    line-height: 1.4;
  }
  .fixed_banner > div::before, .fixed_banner > div::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    height: 0.9091em;
    width: 0.9091em;
    font-size: 1.2em;
  }
  .fixed_banner > div::before {
    bottom: 0.0909em;
    left: 0.0909em;
    mask-image: url(../images/idx_border_left.png);
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
    opacity: 0.55;
  }
  .fixed_banner > div::after {
    top: 0.0909em;
    right: 0.0909em;
    mask-image: url(../images/idx_border_right.png);
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
    opacity: 0.55;
  }
  .fixed_banner .sp1 {
    background-color: #c07492;
  }
  .fixed_banner .sp2 {
    background-color: #ed8076;
  }
  .fixed_banner .sp3 {
    background-color: #ed986f;
  }
  .copyright {
    display: block;
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .copyright .flex {
    justify-content: center;
  }
  .idx_gallery ul li .img {
    width: 220px;
  }
}
@media only screen and (max-width: 480px) {
  .fixed_banner > div > p {
    font-size: 12px;
    letter-spacing: 0;
  }
  footer .ft_bg {
    background-image: url(../images/ft_bg_sp.jpg);
  }
  footer .copyright .flex {
    max-width: 400px;
    margin: auto;
    display: block;
  }
  footer .copyright .grits {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  footer .copyright .grits img {
    margin: auto;
  }
  footer .copyright .textwidget {
    margin-top: 10px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px;
    text-align: center;
  }
  footer .copyright .textwidget p {
    border: 0;
    padding: 0;
    margin: 0;
  }
  footer .copyright .textwidget p::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 359px) {
  .fixed_banner > div > p {
    font-size: 3.1vw;
    letter-spacing: 0;
  }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .idx13 {
    padding: 40px 0;
    background-size: 100%;
    background-color: #fcf2f0;
  }
  .idx13 .idx13_bg {
    padding: 20px;
  }
  .idx13 .idx13_head {
    padding: 20px;
    margin-bottom: 40px;
  }
  .idx13 .idx13_head .fblock {
    display: flex;
  }
  .idx13 .idx13_head .fblock .item .ttl01 {
    font-size: 22px;
  }
  .idx13 .idx13_head .fblock .item .ttl02 {
    font-size: 20px;
  }
  .idx13 .idx13_ttl01 {
    letter-spacing: 0;
    font-size: 22px;
  }
  .idx13 .frm .item {
    flex-wrap: wrap;
  }
  .idx13 .frm .item .ttl {
    letter-spacing: 0;
    font-size: 18px;
  }
  .idx13 .frm .item .left,
  .idx13 .frm .item .right {
    width: 100%;
    max-width: 100%;
  }
  .idx13 .frm .item .left {
    margin-bottom: 10px;
  }
  .idx13 .frm .item textarea {
    --h: 150px;
  }
  .idx13 .checkbox.center {
    letter-spacing: 0;
  }
  .idx13 .checkbox.center .wpcf7-list-item {
    display: flex;
    align-items: flex-start;
  }
  .idx13 .checkbox.center .wpcf7-list-item input {
    margin-top: 0.3em;
    margin-right: 0;
  }
  .idx13 .input_btn {
    justify-content: space-between;
  }
  .idx13 .idx13_btn {
    font-size: 20px;
    max-width: calc(50% - 10px);
  }
  .idx13 .wpcf7-spinner {
    position: absolute;
  }
  .idx13 .frm .item input[type=text],
  .idx13 .frm .item input[type=tel],
  .idx13 .frm .item input[type=email] {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .idx13 .idx13_ttl01 {
    letter-spacing: 0;
    font-size: 5vw;
  }
  .idx13 .idx13_ttl01::before, .idx13 .idx13_ttl01::after {
    font-size: 0.8em;
  }
  .idx13 .idx13_head .fblock {
    max-width: 350px;
  }
  .idx13 .idx13_head .fblock .item {
    width: 48%;
    max-width: 100%;
  }
  .idx13 .idx13_ttl02 {
    letter-spacing: 0;
  }
  .idx13 .idx13_head .fblock {
    display: flex;
  }
  .idx13 .idx13_head .fblock .item {
    padding-bottom: 25px;
  }
  .idx13 .idx13_head .fblock .item .ttl01 {
    font-size: min(5vw, 20px);
  }
  .idx13 .idx13_head .fblock .item .ttl02 {
    font-size: min(4.5vw, 16px);
    letter-spacing: 0;
  }
  .idx13 .idx13_head .fblock .item .ttl02 strong {
    letter-spacing: 0;
  }
  .idx13 .idx13_ttl01 {
    letter-spacing: 0;
    font-size: 20px;
  }
}