@charset "utf-8";

/* ----------------------------------------------- */
@media screen and (max-width: 1200px) and (min-width:740px) {
  html {
    transition: transform 0.3s;
    transform-origin: left top;
    overflow-x: hidden;
    transform: scale(0.95);
    height: calc(100% / 0.95);
    width: calc(100% / 0.95);
  }
  @media screen and (max-width: 1000px) {
    html {
      font-size: 68%;
      transform: scale(0.85);
      height: calc(100% / 0.85);
      width: calc(100% / 0.85);
    }
    @media screen and (max-width: 810px) {
      html {
        font-size: 70%;
        transform: scale(0.8);
        height: calc(100% / 0.8);
        width: calc(100% / 0.8);
      }
    }
  }
}
@media screen and (max-width: 740px) {
  /*toggle開いたら*/
  body.fixed {
    overflow-y: hidden;
  }
  .toggle_open {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  /* ----------------------------------------------- header */
  header::before {
    background-position: left top;
    background-size: 65% auto;
  }
  header h1 img {
    width: 160px;
    height: auto;
    margin: 30px 0 0 15px;
  }
  /* -------------------------------------------------- nav */
  #nav {}
  /*overlay*/
  .overlay {
    position: fixed;
    z-index: 10000;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247,245,242, 1);
    pointer-events: none;
  }
  #nav .toggle {
    position: fixed;
    z-index: 100002;
    top: 15px;
    right: 15px;
    width: 65px;
    height: 63px;
    background-color: #8fd054;
    border-radius: 54% 46% 56% 44% / 58% 52% 48% 42%;
    box-shadow: 2px 3px 12px -7px rgba(0,0,0,0.6);
  }
  #nav .toggle div {
    display: block;
    position: absolute;
    top: 14px;
    right: 18px;
    width: 28px;
    height: 22px;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
  }
  #nav .toggle div span {
    position: absolute;
    right: 0;
    display: block;
    width: 28px;
    height: 4px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 10px;
  }
  #nav .toggle div .bar01 {
    top: 25%;
  }
  #nav .toggle div .bar02 {
    top: 75%;
  }
  #nav .toggle.active div span {
    width: 33.0px;
    background-color: #fff;
    right: -7px;
  }
  #nav .toggle.active div .bar01 {
    transform: rotate(0.7853981633974483rad) translateY(-50%);
    top: 0px
  }
  #nav .toggle.active div .bar02 {
    transform: rotate(-0.7853981633974483rad) translateY(-50%);
    top: calc(100% - 0px)
  }
  #nav .txt {
    position: absolute;
    display: block;
    top: 35px;
    right: 5px;
    width: 55px;
    font-size: 1.1rem;
    letter-spacing: 3;
    color: #fff;
    text-align: center;
    font-family: "ZenMaruGothic_Bold";
  }
  nav {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  nav.active {
    display: block;
  }
  nav p {
    display: block;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
  }
  nav p img {
    width: 160px;
    height: auto;
    margin-right: 15px;
  }
  nav ul {
    display: block;
    width: 80vw;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
  }
  nav ul li {
    width: calc(100% / 1);
    padding: 0;
    text-align: left;
  }
  nav ul li::before {
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background-image: url("../img/navi_sp_bottom.png");
    background-repeat: repeat-x;
    background-position: bottom;
  }
  nav ul li a {
    padding: 12px 10px 12px 50px;
    background-position: 10px 50%;
    background-size: 7% auto;
  }
  nav ul li:nth-child(1) a {}
  nav ul li:nth-child(2) a {}
  nav ul li:nth-child(3) a {}
  nav ul li:nth-child(4) a {}
  nav ul li:nth-child(5) a {}
  nav ul li a:link,
  nav ul li a:active,
  nav ul li a:visited {
    font-size: 1.8rem;
  }
  nav ul li a:hover {
    background-position: 10px 50%;
    background-size: 7% auto;
  }
  nav ul li.on {}
  nav ul li.on a:link {
  }
  nav p {
    display: block;
    padding-top: 15px;
  }
  nav p a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
  }
  nav p a::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background-color: #46423c;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  nav p a:link,
  nav p a:active,
  nav p a:visited {
    font-size: 1.4rem;
    color: #46423c;
    text-decoration: none;
  }
  nav p a:last-child {
    padding-right: 0;
  }
  nav p a:last-child::before {
    display: none;
  }
  /* ----------------------------------------------- footer */
  footer {}
  footer .box_c {
    border-radius: 2000px 2000px 0 0 / 200px 200px 0 0;
  }
  footer .footer_inner {
    margin-top: -40px;
  }
  footer .footer_inner .logo {
    text-align: center;
  }
  footer .footer_inner .logo img {
    width: 160px;
    height: auto;
  }
  footer .footer_inner .footer_main {
    text-align: center;
}
  /**/
  footer .footer_inner .footer_main .info {
    width: 100%;
    text-align: center;
  }
  footer .footer_inner .footer_main .info address {
    display: block;
    width: 100%;
  }
  footer .footer_inner .footer_main .info address br {
    display: block;
  }
  footer .footer_inner .footer_main .info address .map {}
  footer .footer_inner .footer_main .info address .map:hover {}
  footer .footer_inner .footer_main .info address .map::before {}
  footer .footer_inner .footer_main .info address .map:link,
  footer .footer_inner .footer_main .info address .map:active,
  footer .footer_inner .footer_main .info address .map:visited {}
  footer .footer_inner .footer_main .info .tel {}
  /**/
  footer .footer_inner .footer_main .navi {
    display: none;
  }
  footer .footer_inner .footer_main .navi ul {}
  footer .footer_inner .footer_main .navi ul li {}
  footer .footer_inner .footer_main .navi ul a {}
  footer .footer_inner .footer_main .navi ul a::before {}
  footer .footer_inner .footer_main .navi ul a:hover::before {}
  footer .footer_inner .footer_main .navi ul a::after {}
  footer .footer_inner .footer_main .navi ul a:hover::after {}
  footer .footer_inner .footer_main .navi p {}
  footer .footer_inner .footer_main .navi p a {}
  footer .footer_inner .footer_main .navi p a:link,
  footer .footer_inner .footer_main .navi p a:active,
  footer .footer_inner .footer_main .navi p a:visited {}
  footer .footer_inner .footer_main .navi p a::before {}
  footer .footer_inner .footer_main .navi p a:hover::before {}
  /*parts*/
  footer .footer_inner .parts_footer1 {
    top: -90px;
  }
  footer .footer_inner .parts_footer2 {
    top: -55px;
    right: -10px;
  }
  /* ----------------------------------------------- address */
  .copyright {
    font-size: 1.1rem;
  }
  /* ----------------------------------------------- carousel */
  .introduction_carousel .slider_carousel li,
  .event_carousel .slider_carousel li {
    margin: 5px 0;
  }
  .introduction_carousel .slider_carousel li::before,
  .event_carousel .slider_carousel li::before {
    display: none;
  }
  .introduction_carousel .slider_carousel li img,
  .event_carousel .slider_carousel li img {}
  .introduction_carousel .slider_carousel li:nth-child(even) img,
  .event_carousel .slider_carousel li:nth-child(even) img {
    margin-top: 40px;
  }
}