textarea {
  resize: vertical; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

dl, ol, ul {
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  line-height: 150%;
  font-family: "Jost", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: normal; }

p {
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 0;
  font-family: "Jost", "YakuHanJP", "Noto Sans JP", sans-serif; }
  @media (max-width: 767px) {
    p {
      font-size: 3vw; } }

p, li, a, h1, h2, h3, h4, h5, h6, ::-webkit-input-placeholder {
  font-family: "Jost", "YakuHanJP", "Noto Sans JP", sans-serif; }

p, li, a, h1, h2, h3, h4, h5, h6, ::-moz-placeholder {
  font-family: "Jost", "YakuHanJP", "Noto Sans JP", sans-serif; }

p, li, a, h1, h2, h3, h4, h5, h6, ::-ms-input-placeholder {
  font-family: "Jost", "YakuHanJP", "Noto Sans JP", sans-serif; }

p, li, a, h1, h2, h3, h4, h5, h6, ::placeholder {
  font-family: "Jost", "YakuHanJP", "Noto Sans JP", sans-serif; }

a {
  font-size: 1em;
  color: #333;
  text-decoration: none;
  font-size: 15px; }
  a:hover {
    text-decoration: none;
    opacity: .8; }
  a.disabled {
    pointer-events: none;
    opacity: .4; }

li {
  list-style-type: none; }

* {
  margin: 0;
  padding: 0; }

@media (max-width: 1023px) {
  img {
    width: 100%; } }

.mt1 {
  margin-top: 20px; }

.wrapper {
  position: relative;
  padding: 64px 0 0;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .wrapper {
      padding-top: 60px; } }

.inner {
  margin: auto;
  width: 100%;
  max-width: 1024px; }
  @media (max-width: 1023px) {
    .inner {
      width: 95%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.flex-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }
  @media (max-width: 767px) {
    a[href*="tel:"] {
      pointer-events: auto; } }

a.btn {
  background: url(../img/btn_bg.png) 5% center #232368 no-repeat;
  background-size: contain;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 100px;
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 21px; }
  @media (max-width: 767px) {
    a.btn {
      width: 80%;
      font-size: 18px; } }

header {
  top: 0;
  position: absolute;
  z-index: 5; }
  header .head-container {
    width: 100%;
    position: fixed;
    background-color: #fff;
    color: #333;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
            filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
    z-index: 999; }
    header .head-container .inner {
      margin: auto;
      height: 64px;
      width: 100%;
      max-width: 1024px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1023px) {
        header .head-container .inner {
          height: 60px; } }
      header .head-container .inner .logo a {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        line-height: 1em;
        color: #333;
        padding: 0 0;
        font-size: 24px; }
        header .head-container .inner .logo a img {
          height: 40px;
          width: auto;
          fill: #fff; }
      @media (max-width: 767px) {
        header .head-container .inner .logo {
          position: relative;
          z-index: 999; }
          header .head-container .inner .logo a {
            padding: 10px 16px; }
            header .head-container .inner .logo a img {
              height: 40px; } }
      header .head-container .inner nav {
        width: calc(100% - 280px); }
        header .head-container .inner nav ul {
          display: block; }
          header .head-container .inner nav ul.menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            margin-top: 0; }
            header .head-container .inner nav ul.menu li {
              padding: 4px 0 4px 8px;
              display: inline-block;
              border-left: solid 1px #232368;
              margin: 0 8px 0 0; }
              header .head-container .inner nav ul.menu li:first-child {
                border-left: none; }
              header .head-container .inner nav ul.menu li:last-child {
                border-left: none;
                background: #ab0000;
                padding: 4px 8px;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                border-radius: 4px;
                margin: 0; }
                header .head-container .inner nav ul.menu li:last-child a {
                  color: #fff; }
              header .head-container .inner nav ul.menu li a {
                color: #232368; }
            @media (max-width: 1023px) {
              header .head-container .inner nav ul.menu {
                width: 80%;
                margin: 0 auto;
                display: block; }
                header .head-container .inner nav ul.menu li {
                  width: 100%;
                  margin: auto;
                  padding: .5em 0;
                  border-right: 0;
                  border-bottom: 1px solid #fff;
                  text-align: center; } }
        header .head-container .inner nav .contact-btn a {
          display: block;
          color: #fff;
          float: right;
          margin-top: 5px;
          border-radius: 6px;
          padding: 6px 20px;
          line-height: 1em;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          header .head-container .inner nav .contact-btn a img {
            width: auto;
            height: 18px; }
          header .head-container .inner nav .contact-btn a span {
            display: inline-block !important;
            margin-left: .5em;
            line-height: 24px;
            font-size: 24px; }
        @media (max-width: 1023px) {
          header .head-container .inner nav .contact-btn {
            margin-top: 4%; }
            header .head-container .inner nav .contact-btn a {
              max-width: 80%;
              width: 80%;
              text-align: center;
              height: auto;
              margin: auto;
              border-radius: 5px;
              font-size: 5vw;
              padding: .25em 0;
              float: none; }
              header .head-container .inner nav .contact-btn a span {
                display: none; } }
        @media (max-width: 1023px) {
          header .head-container .inner nav {
            z-index: 5;
            position: absolute;
            -webkit-transition: .3s;
            transition: .3s;
            opacity: 0;
            top: -100vh;
            -webkit-transform: scale(1, 0);
                    transform: scale(1, 0); }
            header .head-container .inner nav.open-menu {
              top: 0;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-flow: column;
                      flex-flow: column;
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              padding-top: 100px;
              background-color: #eff8ff;
              opacity: 1;
              -webkit-transform: scale(1, 1);
                      transform: scale(1, 1);
              width: 100%;
              display: block;
              height: 120vh;
              left: 0;
              z-index: 990; }
              header .head-container .inner nav.open-menu ul li {
                border: none;
                padding: 16px 0; }
                header .head-container .inner nav.open-menu ul li:last-child {
                  margin-top: 32px; } }
    header .head-container .menu_btn {
      z-index: 10;
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 100%;
      z-index: 999; }
      header .head-container .menu_btn .bars {
        width: 100%;
        height: 100%;
        position: relative; }
        header .head-container .menu_btn .bars span {
          position: absolute;
          height: 2px;
          width: 50%;
          right: 0;
          left: 0;
          margin: auto;
          -webkit-transition: .3s;
          transition: .3s;
          background: #232368; }
          header .head-container .menu_btn .bars span:nth-child(1) {
            top: 35%; }
          header .head-container .menu_btn .bars span:nth-child(2) {
            top: 50%; }
          header .head-container .menu_btn .bars span:nth-child(3) {
            top: 65%; }
        header .head-container .menu_btn .bars p {
          font-size: 10px;
          position: absolute;
          bottom: 0;
          width: 100%;
          text-align: center; }
        header .head-container .menu_btn .bars.open span:nth-child(1) {
          top: 50%;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        header .head-container .menu_btn .bars.open span:nth-child(2) {
          opacity: 0; }
        header .head-container .menu_btn .bars.open span:nth-child(3) {
          top: 50%;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
    header .head-container .tel_fix {
      position: absolute;
      top: 10px;
      right: 60px;
      z-index: 999; }
      header .head-container .tel_fix a {
        padding: 10px 10px;
        background: #333;
        border-radius: 6px;
        width: 40px;
        height: 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        text-align: center; }
        header .head-container .tel_fix a img {
          height: 20px;
          width: auto; }

footer {
  background: #232368;
  padding-top: 10px; }
  @media (max-width: 767px) {
    footer {
      padding-bottom: 60px; } }
  footer .footer_access {
    position: relative; }
    footer .footer_access .inner h2.h2_ttl {
      margin: 20px auto; }
      footer .footer_access .inner h2.h2_ttl img {
        max-width: 420px; }
    footer .footer_access .inner p.shop_img {
      text-align: center; }
    footer .footer_access .inner dl {
      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;
      width: 70%;
      margin: 0 auto 40px; }
      footer .footer_access .inner dl dd {
        width: 50%;
        padding: 0; }
        footer .footer_access .inner dl dd h3 {
          font-size: 16px;
          margin-bottom: 10px;
          text-align: center; }
        footer .footer_access .inner dl dd h4 {
          color: #232368;
          font-size: 18px;
          text-align: center; }
        footer .footer_access .inner dl dd h5 {
          color: #d09f44;
          font-size: 18px;
          text-align: center; }
        footer .footer_access .inner dl dd p {
          font-size: 16px;
          text-align: center; }
        footer .footer_access .inner dl dd ul {
          width: 14em;
          margin: auto; }
          footer .footer_access .inner dl dd ul li {
            padding-left: 80px;
            position: relative;
            font-size: 16px;
            text-align: right; }
            footer .footer_access .inner dl dd ul li span {
              position: absolute;
              left: 0; }
    footer .footer_access::before {
      background: url(../img/icon_rabbit1.png) center center no-repeat;
      background-size: 100% auto;
      position: absolute;
      display: block;
      width: 80px;
      height: 80px;
      top: -70px;
      right: 5%; }
    @media (max-width: 767px) {
      footer .footer_access .inner h2.h2_ttl {
        width: 60%; }
        footer .footer_access .inner h2.h2_ttl img {
          max-width: 100%;
          width: 100%; }
      footer .footer_access .inner dl {
        width: 100%; }
        footer .footer_access .inner dl dt {
          width: 100%; }
        footer .footer_access .inner dl dd {
          width: 100%; }
          footer .footer_access .inner dl dd h3 {
            text-align: center;
            margin-bottom: 4%; }
          footer .footer_access .inner dl dd h4 {
            text-align: center; }
          footer .footer_access .inner dl dd h5 {
            text-align: center;
            margin-bottom: 4%; }
          footer .footer_access .inner dl dd ul {
            width: 80%;
            margin: 0 auto; }
          footer .footer_access .inner dl dd p {
            text-align: center;
            margin-bottom: 4%; } }
  footer .footer_access-i {
    position: relative; }
    footer .footer_access-i .inner h2.h2_ttl {
      margin: 20px auto; }
      footer .footer_access-i .inner h2.h2_ttl img {
        max-width: 420px; }
    footer .footer_access-i .inner p.shop_img {
      text-align: center; }
    footer .footer_access-i .inner dl {
      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;
      width: 70%;
      margin: 0 auto 40px; }
      footer .footer_access-i .inner dl dt {
        width: 50%; }
        footer .footer_access-i .inner dl dt iframe {
          width: 100%;
          border-radius: 8px;
          overflow: hidden; }
      footer .footer_access-i .inner dl dd {
        width: 50%;
        padding: 20px 0px 0px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        footer .footer_access-i .inner dl dd h3 {
          font-size: 16px;
          margin-bottom: 10px; }
        footer .footer_access-i .inner dl dd h4 {
          color: #232368;
          font-size: 18px; }
        footer .footer_access-i .inner dl dd h5 {
          color: #d09f44;
          font-size: 18px; }
        footer .footer_access-i .inner dl dd p {
          padding-left: 1em;
          font-size: 16px; }
        footer .footer_access-i .inner dl dd ul {
          margin-left: 1em; }
          footer .footer_access-i .inner dl dd ul li {
            padding-left: 80px;
            position: relative;
            font-size: 16px; }
            footer .footer_access-i .inner dl dd ul li span {
              position: absolute;
              left: 0; }
    footer .footer_access-i::before {
      background: url(../img/icon_rabbit1.png) center center no-repeat;
      background-size: 100% auto;
      position: absolute;
      display: block;
      width: 80px;
      height: 80px;
      top: -70px;
      right: 5%; }
    @media (max-width: 767px) {
      footer .footer_access-i .inner h2.h2_ttl {
        width: 60%; }
        footer .footer_access-i .inner h2.h2_ttl img {
          max-width: 100%;
          width: 100%; }
      footer .footer_access-i .inner dl {
        width: 100%; }
        footer .footer_access-i .inner dl dt {
          width: 100%; }
        footer .footer_access-i .inner dl dd {
          width: 100%; }
          footer .footer_access-i .inner dl dd h3 {
            text-align: center;
            margin-bottom: 4%; }
          footer .footer_access-i .inner dl dd h4 {
            text-align: center; }
          footer .footer_access-i .inner dl dd h5 {
            text-align: center;
            margin-bottom: 4%; }
          footer .footer_access-i .inner dl dd ul {
            width: 70%;
            margin: 0 auto; }
          footer .footer_access-i .inner dl dd p {
            text-align: center;
            margin-bottom: 4%; } }
  footer .footer_nav {
    padding: 20px 0;
    background: #232368; }
    footer .footer_nav .inner nav {
      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; }
      footer .footer_nav .inner nav ul.menu_list {
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        footer .footer_nav .inner nav ul.menu_list li {
          margin-right: 10px;
          padding-right: 10px;
          border-right: solid 1px #fff; }
          footer .footer_nav .inner nav ul.menu_list li:last-child {
            border: none; }
          footer .footer_nav .inner nav ul.menu_list li a {
            display: block;
            color: #fff; }
      footer .footer_nav .inner nav ul.sns_list {
        width: 20%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        footer .footer_nav .inner nav ul.sns_list li {
          margin-left: 20px; }
          footer .footer_nav .inner nav ul.sns_list li a img {
            height: 20px;
            width: auto; }
    @media (max-width: 767px) {
      footer .footer_nav {
        padding: 0; }
        footer .footer_nav .inner {
          padding: 0; }
          footer .footer_nav .inner nav ul.menu_list {
            width: 100%;
            margin-bottom: 4%; }
            footer .footer_nav .inner nav ul.menu_list li {
              width: 50%;
              border: none;
              margin: 0;
              padding: 0; }
              footer .footer_nav .inner nav ul.menu_list li a {
                text-align: center;
                text-decoration: underline;
                font-size: 12px;
                padding: 8px 0; }
          footer .footer_nav .inner nav ul.sns_list {
            width: 40%;
            -ms-flex-pack: distribute;
                justify-content: space-around;
            margin: 0 auto 4%; }
            footer .footer_nav .inner nav ul.sns_list li {
              margin: 0; } }
  footer .footer_copy {
    padding: 20px 0;
    background: #fff; }
    footer .footer_copy .inner {
      overflow: hidden; }
      footer .footer_copy .inner p {
        text-align: center; }
        footer .footer_copy .inner p.max_logo {
          float: right; }
          footer .footer_copy .inner p.max_logo img {
            width: auto;
            height: 36px; }
        footer .footer_copy .inner p.copy {
          float: left;
          font-size: 14px;
          line-height: 36px; }
        footer .footer_copy .inner p.ft__link {
          float: right;
          text-decoration: underline;
          font-size: 16px;
          line-height: 36px; }
    @media (max-width: 767px) {
      footer .footer_copy .inner {
        overflow: hidden; }
        footer .footer_copy .inner p {
          text-align: center; }
          footer .footer_copy .inner p.max_logo {
            float: none; }
            footer .footer_copy .inner p.max_logo img {
              width: 100%; }
          footer .footer_copy .inner p.copy {
            float: none;
            font-size: 12px; } }

#page_top {
  position: fixed;
  bottom: 15%;
  right: 5%;
  width: 50px;
  z-index: 999; }
  @media (max-width: 767px) {
    #page_top {
      width: 40px; } }
  #page_top img {
    width: 100%; }

.cont {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .cont {
      padding: 8% 0; } }
  .cont h3.sub_ttl {
    text-align: center;
    padding: 10px 0; }
  .cont p.text {
    text-align: center;
    padding: 10px 0 60px 0; }
    @media (max-width: 767px) {
      .cont p.text {
        padding: 2% 0 8% 0; } }
  .cont p.img {
    margin: auto;
    text-align: center; }

.h2_ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #232368; }
  @media (max-width: 767px) {
    .h2_ttl {
      font-size: 21px;
      margin-bottom: 4%; } }
  .h2_ttl span {
    font-size: 18px;
    line-height: 1em;
    display: block;
    color: #333; }
    @media (max-width: 767px) {
      .h2_ttl span {
        font-size: 16px; } }

.h3_ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  color: #50412c; }
  @media (max-width: 767px) {
    .h3_ttl {
      font-size: 18px;
      margin-bottom: 4%; } }
  .h3_ttl::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px; }

.ttl_b_line {
  position: relative; }
  .ttl_b_line::after {
    content: "";
    background: url(../img/ttl_b_line.png) center center no-repeat;
    background-size: contain;
    margin: 10px auto 0px;
    display: block;
    height: 6px;
    width: 80%; }
  @media (max-width: 767px) {
    .ttl_b_line::after {
      height: 3px;
      width: 80%; } }

main {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    main {
      margin-bottom: 8%; } }

#wrapper {
  position: relative;
  padding-top: 80px;
  overflow: hidden; }
  @media (max-width: 1023px) {
    #wrapper {
      padding-top: 60px; } }

section.content_wrap {
  padding: 64px 0; }
  @media (max-width: 767px) {
    section.content_wrap {
      padding: 8% 0; } }
  section.content_wrap .inner .more-btn {
    max-width: 517px;
    width: 90%;
    margin: auto;
    padding: 50px 0 80px; }
    section.content_wrap .inner .more-btn a {
      letter-spacing: .25em;
      color: #fff;
      height: 60px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      font-size: 19px;
      font-weight: bold; }
      @media (max-width: 767px) {
        section.content_wrap .inner .more-btn a {
          font-size: 4vw; } }
      section.content_wrap .inner .more-btn a .arrow {
        position: absolute;
        top: 0;
        right: 5%;
        bottom: 0;
        margin: auto;
        height: 50%; }
    @media (max-width: 767px) {
      section.content_wrap .inner .more-btn {
        padding: 10% 0 15%; } }
  section.content_wrap .inner .ttl {
    padding: 60px 0 40px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    letter-spacing: .1em;
    color: #333;
    font-size: 36px; }
    section.content_wrap .inner .ttl span {
      display: block;
      font-size: .5em;
      margin-top: -0.5em;
      font-weight: normal; }
    @media (max-width: 767px) {
      section.content_wrap .inner .ttl {
        font-size: 6vw;
        padding: 10% 0 5%; } }
  section.content_wrap .youtube2 {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    section.content_wrap .youtube2 iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

.swiper-slide {
  text-align: center; }

.swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 767px) {
  #contact_fix {
    position: fixed;
    width: 90%;
    left: 5%;
    bottom: 2%;
    height: 50px;
    z-index: 1;
    background: #232368;
    border-radius: 6px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
            filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3)); }
    #contact_fix p {
      height: 50px; }
      #contact_fix p a {
        width: 100%;
        text-align: center;
        display: block; }
        #contact_fix p a img {
          height: 40px;
          width: auto;
          margin: 5px 0 0 0; }
        #contact_fix p a span {
          color: #fff;
          font-size: 35px;
          line-height: 40px;
          display: inline-block;
          position: relative;
          top: -7px;
          margin-left: 5px; }
    #contact_fix ul {
      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;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px 10px; }
      #contact_fix ul li {
        width: 49%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        #contact_fix ul li a {
          display: block;
          background: #fff;
          border-radius: 6px;
          text-align: center;
          height: 40px;
          line-height: 40px;
          position: relative;
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
          -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
                  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3)); }
          #contact_fix ul li a span img {
            height: 20px;
            width: auto;
            margin: 0 5px -4px 0; }
        #contact_fix ul li.tel-btn a {
          font-size: 16px;
          font-weight: bold; } }

.sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sns_wrap .tw_box {
    margin: 0 auto 4%;
    text-align: center; }
    .sns_wrap .tw_box iframe {
      margin: auto; }

.contact {
  background: url(../../common/img/contact_bg_pc.jpg) center center no-repeat;
  background-size: cover; }
  .contact .inner {
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px; }
    .contact .inner h3 {
      text-align: center; }
    .contact .inner a.tel-btn {
      color: #232368;
      text-align: center;
      width: 100%;
      display: block;
      font-size: 32px;
      margin: 10px 0; }
      .contact .inner a.tel-btn span {
        margin-right: 10px; }
        .contact .inner a.tel-btn span img {
          width: auto;
          height: 24px; }
  @media (max-width: 767px) {
    .contact .inner {
      padding: 10% 5%;
      width: 95%;
      margin: auto; } }

#page_top {
  -webkit-animation: 6s linear infinite rotation3;
  animation: 6s linear infinite rotation3; }

@-webkit-keyframes rotation3 {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  40% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@keyframes rotation3 {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  40% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

.Anchor_link {
  padding-top: 70px;
  margin-top: -70px; }

.fadeIn {
  opacity: 0; }

.fadeIn.scrollin {
  -webkit-animation: fadeIn 0.7s ease 0s 1 normal;
          animation: fadeIn 0.7s ease 0s 1 normal;
  opacity: 1; }

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  80%, 100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  80%, 100% {
    opacity: 1; } }

.smooth {
  -webkit-animation-name: smoothAnime;
          animation-name: smoothAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0; }

@-webkit-keyframes smoothAnime {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1; } }

@keyframes smoothAnime {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1; } }

.ttl_icon {
  display: inline-block;
  margin-right: .5em;
  width: 1em;
  height: 30px; }
  .ttl_icon img {
    width: 100%; }

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }

.h2_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
