@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (min-width: 951px) and (max-width: 1300px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 950px) {
    html {
      font-size: 15px; } }

body::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  z-index: 100;
  pointer-events: none;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms; }
  .wf-active body::after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main {
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #fff;
  padding-top: 105px; }
  @media screen and (max-width: 950px) {
    main {
      padding-top: 55px; } }

section {
  position: relative; }

small {
  font-size: 0.8em; }

strong, b {
  font-weight: 900; }

.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  vertical-align: baseline;
  font-weight: 400; }

.lead {
  position: relative;
  font-size: 18px;
  text-align: center;
  line-height: 2;
  vertical-align: baseline;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 50px; }
  @media screen and (max-width: 950px) {
    .lead {
      font-size: 14px;
      text-align: justify;
      text-justify: inter-ideograph;
      margin-bottom: 30px; } }

.m1 {
  position: relative;
  color: #007A88;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 950px) {
    .m1 {
      margin-bottom: 30px; } }
  .m1 i {
    display: block;
    font-size: 25px;
    margin-top: 20px; }
    @media screen and (max-width: 950px) {
      .m1 i {
        font-size: 15px;
        margin-top: 10px; } }
  .m1 b {
    display: block;
    font-size: 100px;
    font-family: "Oswald", sans-serif; }
    @media screen and (max-width: 950px) {
      .m1 b {
        font-size: 60px; } }

.m2 {
  position: relative;
  line-height: 1; }
  .m2 i {
    width: 125px;
    height: 125px;
    border: 5px solid #fff;
    border-radius: 80px;
    background-color: #007A88;
    color: #E0CA82;
    font-family: "Oswald", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 25px; }
    @media screen and (max-width: 950px) {
      .m2 i {
        width: 70px;
        height: 70px;
        font-size: 12px;
        border: 3px solid #fff; } }
    .m2 i b {
      font-size: 45px;
      width: 100%;
      margin-top: -0.6em; }
      @media screen and (max-width: 950px) {
        .m2 i b {
          font-size: 30px; } }

.pagetitle {
  position: relative;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
  background-color: #007A88;
  padding: 90px 0;
  border-bottom: 5px solid #E0CA82; }
  @media screen and (max-width: 950px) {
    .pagetitle {
      padding: 50px 0;
      margin-bottom: 30px; } }
  .pagetitle i {
    display: block;
    font-size: 20px;
    margin-top: 20px; }
    @media screen and (max-width: 950px) {
      .pagetitle i {
        font-size: 12px;
        margin-top: 10px; } }
  .pagetitle b {
    display: block;
    font-size: 80px;
    font-family: "Oswald", sans-serif; }
    @media screen and (max-width: 950px) {
      .pagetitle b {
        font-size: 40px; } }

.btn1 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: center;
  width: 300px;
  margin: auto;
  padding: 20px;
  line-height: 1.5;
  background-color: #007A88;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.1em;
  cursor: pointer; }
  @media screen and (max-width: 950px) {
    .btn1 {
      width: 100%;
      font-size: 16px;
      padding: 20px 10px; } }
  @media print, screen and (min-width: 951px) {
    .btn1:hover {
      opacity: 1;
      background-color: rgba(0, 122, 136, 0.7); } }

.btn2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 420px;
  height: 80px;
  border: 2px solid #007A88;
  color: #007A88;
  border-radius: 40px;
  font-size: 20px;
  letter-spacing: 0.1em;
  cursor: pointer; }
  @media screen and (max-width: 950px) {
    .btn2 {
      width: 300px;
      height: 55px;
      font-size: 16px; } }
  @media print, screen and (min-width: 951px) {
    .btn2:hover {
      opacity: 1;
      background-color: rgba(0, 122, 136, 0.2); } }

.picbtn {
  display: block;
  position: relative; }
  .picbtn figure {
    overflow: hidden; }
    .picbtn figure img {
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  @media print, screen and (min-width: 951px) {
    .picbtn:hover {
      opacity: 1; }
      .picbtn:hover figure img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); } }

ol {
  padding-top: 10px;
  padding-left: 1.7em;
  line-height: 1.5;
  counter-reset: 0;
  margin-bottom: 1em; }
  ol > li {
    list-style-type: decimal;
    padding-bottom: 10px;
    padding-left: 0.5em; }
  ol.ex1 > li {
    list-style-type: upper-roman; }
  ol.ex2 {
    padding-left: 2em; }
    ol.ex2 > li {
      list-style-type: katakana-iroha; }

.list1, .sec_wp ul {
  line-height: 1.5;
  margin-bottom: 1em; }
  .list1 > li, .sec_wp ul > li {
    padding-bottom: 5px;
    padding-left: 17px;
    position: relative;
    line-height: 1.8; }
    .list1 > li::before, .sec_wp ul > li::before {
      position: absolute;
      top: 12px;
      left: 1px;
      content: '';
      width: 10px;
      height: 10px;
      background-color: #007A88;
      border-radius: 20px; }
      @media screen and (max-width: 950px) {
        .list1 > li::before, .sec_wp ul > li::before {
          top: 8px; } }

.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 15px;
  font-size: 12px; }
  @media screen and (max-width: 950px) {
    .tag {
      font-size: 10px; } }
  .tag i {
    margin-right: 10px;
    margin-bottom: 10px;
    color: #999; }

@-webkit-keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@-webkit-keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@-webkit-keyframes MoveLine {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  50% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  51% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top; }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top; } }

@keyframes MoveLine {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  50% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  51% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top; }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top; } }

select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border: 1px solid #707070;
  height: 60px;
  padding: 15px;
  border-radius: 10px;
  -webkit-appearance: none;
  appearance: none;
  background: url("../img/arrow4.png") #F5F5F5 no-repeat right 15px center;
  background-size: 20px; }
  select::-ms-expand {
    display: none; }

div.wpcf7 .wpcf7-spinner {
  display: none !important; }

::-webkit-input-placeholder {
  opacity: 0.5; }

:-ms-input-placeholder {
  opacity: 0.5; }

::placeholder {
  opacity: 0.5; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(0, 122, 136, 0.9);
  font-weight: 900;
  border-bottom: 5px solid #E0CA82; }
  @media screen and (max-width: 950px) {
    header {
      padding: 0;
      height: 55px; } }
  header .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (min-width: 951px) {
      header .in {
        min-width: 1110px;
        max-width: 1400px;
        margin: auto;
        padding: 0 25px;
        height: 100px; }
        header .in .logo {
          width: 200px; }
        header .in .sec {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          header .in .sec .tel {
            position: absolute;
            top: 10px;
            right: 32px;
            width: 400px; }
          header .in .sec .nav {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: 40px; }
            header .in .sec .nav a {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              height: 35px;
              color: #fff;
              font-size: 16px;
              position: relative;
              margin-left: 2em; }
              header .in .sec .nav a::after {
                position: absolute;
                bottom: 0;
                left: 0;
                content: '';
                width: 100%;
                height: 2px;
                background: #fff;
                -webkit-transform: scale(0, 1);
                -ms-transform: scale(0, 1);
                transform: scale(0, 1);
                -webkit-transform-origin: right top;
                -ms-transform-origin: right top;
                transform-origin: right top;
                -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition: transform .3s;
                transition: transform .3s, -webkit-transform .3s; }
              header .in .sec .nav a:hover {
                opacity: 1; }
                header .in .sec .nav a:hover::after {
                  -webkit-transform: scale(1, 1);
                  -ms-transform: scale(1, 1);
                  transform: scale(1, 1);
                  -webkit-transform-origin: left top;
                  -ms-transform-origin: left top;
                  transform-origin: left top; } }
    @media screen and (max-width: 950px) {
      header .in {
        padding-left: 10px; }
        header .in .logo img {
          width: auto;
          height: 37px; }
        header .in .tel {
          position: absolute;
          top: 12px;
          right: 50px;
          width: 32px; } }

footer {
  background-color: #007A88;
  border-top: 5px solid #E0CA82;
  color: #fff;
  font-weight: 400;
  padding: 50px 25px 25px; }
  @media screen and (max-width: 950px) {
    footer {
      padding: 30px 20px 60px; } }
  footer .in {
    max-width: 1350px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    footer .in .sec1 {
      width: 50%; }
      @media screen and (max-width: 950px) {
        footer .in .sec1 {
          width: 100%; } }
      footer .in .sec1 .logo {
        width: 250px;
        margin-bottom: 30px; }
        @media screen and (max-width: 950px) {
          footer .in .sec1 .logo {
            width: 150px;
            margin-bottom: 20px; } }
      footer .in .sec1 table {
        font-size: 0.9em;
        width: auto; }
        @media screen and (max-width: 950px) {
          footer .in .sec1 table {
            font-size: 11px; } }
        footer .in .sec1 table td {
          padding-right: 2em;
          padding-bottom: 0.5em;
          vertical-align: top;
          line-height: 2; }
    footer .in .sec2 {
      width: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 40px; }
      @media screen and (max-width: 950px) {
        footer .in .sec2 {
          width: 100%;
          padding-top: 20px; } }
      footer .in .sec2 ul li {
        margin-bottom: 25px; }
        footer .in .sec2 ul li a {
          color: #fff; }
      footer .in .sec2 .set2 li:nth-of-type(1) a {
        display: block;
        width: 100%;
        padding: 20px;
        color: #007A88;
        background-color: #E0CA82;
        text-align: center; }
      footer .in .sec2 .set2 li:nth-of-type(2) a {
        display: block;
        width: 100%;
        padding: 20px;
        color: #007A88;
        background-color: #FDFDF5;
        text-align: center; }
      footer .in .sec2 .set2 li:nth-of-type(3) a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Oswald", sans-serif;
        font-size: 25px;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 950px) {
          footer .in .sec2 .set2 li:nth-of-type(3) a {
            font-size: 20px; } }
        footer .in .sec2 .set2 li:nth-of-type(3) a img {
          width: 50px;
          margin-left: 20px; }
          @media screen and (max-width: 950px) {
            footer .in .sec2 .set2 li:nth-of-type(3) a img {
              width: 30px;
              margin-left: 10px; } }
  footer .copyright {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 950px) {
      footer .copyright {
        font-size: 10px;
        text-align: left;
        margin-top: 0; } }

.fixnav {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .fixnav li {
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media screen and (max-width: 950px) {
      .fixnav li {
        margin-right: 3px; } }
    .fixnav li a {
      display: block;
      text-align: center;
      width: 240px;
      background-color: #fff;
      color: #007A88;
      border: 3px solid #007A88;
      border-bottom: 0;
      border-radius: 20px 20px 0 0;
      padding: 20px 0; }
      @media screen and (max-width: 950px) {
        .fixnav li a {
          width: 150px;
          border-radius: 10px 10px 0 0;
          padding: 5px 0;
          font-size: 10px; } }
      .fixnav li a b {
        display: block;
        font-size: 25px;
        margin-bottom: 5px; }
        @media screen and (max-width: 950px) {
          .fixnav li a b {
            font-size: 15px;
            margin-bottom: 3px; } }
      @media print, screen and (min-width: 951px) {
        .fixnav li a:hover {
          opacity: 1;
          padding-bottom: 30px; } }
    .fixnav li:first-child a {
      background-color: #E0CA82; }

#pagetop {
  position: fixed;
  bottom: 105px;
  right: 10px;
  z-index: 1;
  cursor: pointer; }
  @media screen and (max-width: 950px) {
    #pagetop {
      bottom: 45px;
      right: 5px; } }
  #pagetop img {
    width: 70px; }
    @media screen and (max-width: 950px) {
      #pagetop img {
        width: 50px; } }

#toppage #zone_kv {
  border-bottom: 5px solid #E0CA82;
  overflow: hidden; }
  #toppage #zone_kv .video-wrap {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #toppage #zone_kv .video-wrap .maincopy {
      max-width: 1350px;
      margin: auto; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv .video-wrap .maincopy {
          margin: 0 -30px; } }
    #toppage #zone_kv .video-wrap .scroll {
      position: absolute;
      width: 50px;
      bottom: 10px;
      left: calc(50% - 25px); }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv .video-wrap .scroll {
          width: 30px;
          bottom: 45px;
          left: calc(50% - 15px); } }
    #toppage #zone_kv .video-wrap #moodvideo, #toppage #zone_kv .video-wrap #alternative {
      width: 100vw;
      height: 100vh;
      object-fit: cover;
      position: fixed;
      left: 0px;
      top: 0px;
      z-index: -1; }

#toppage #zone_blog {
  margin-bottom: 100px; }
  #toppage #zone_blog .sec {
    max-width: 1200px;
    margin: auto;
    border-bottom: 5px solid #E0CA82;
    padding-bottom: 30px; }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_blog .sec {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    #toppage #zone_blog .sec h2 {
      color: #007A88;
      text-align: center; }
      #toppage #zone_blog .sec h2 i {
        display: block;
        font-size: 20px;
        padding-bottom: 5px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_blog .sec h2 i {
            font-size: 15px; } }
      #toppage #zone_blog .sec h2 b {
        display: block;
        font-size: 70px;
        font-family: "Oswald", sans-serif; }
        @media screen and (max-width: 950px) {
          #toppage #zone_blog .sec h2 b {
            font-size: 60px; } }
    #toppage #zone_blog .sec .lead {
      text-align: left;
      margin-bottom: 0;
      width: calc(100% - 200px); }
      @media screen and (max-width: 950px) {
        #toppage #zone_blog .sec .lead {
          width: 100%;
          padding: 20px;
          padding-bottom: 0; } }
  #toppage #zone_blog .swiper-custom-parent {
    position: relative;
    padding: 50px 0;
    background-color: rgba(224, 202, 130, 0.15); }
    @media screen and (max-width: 950px) {
      #toppage #zone_blog .swiper-custom-parent {
        padding-top: 30px; } }
    #toppage #zone_blog .swiper-custom-parent .swiper-slide {
      -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
      transform-origin: top center;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transition: .3s;
      transition: .3s; }
      #toppage #zone_blog .swiper-custom-parent .swiper-slide a {
        display: block; }
      #toppage #zone_blog .swiper-custom-parent .swiper-slide .pic img {
        border-radius: 20px; }
      #toppage #zone_blog .swiper-custom-parent .swiper-slide .date {
        font-size: 20px;
        font-family: "Oswald", sans-serif;
        color: #007A88;
        margin: 20px 0 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        #toppage #zone_blog .swiper-custom-parent .swiper-slide .date i {
          background-color: #D0A900;
          color: #ffffff;
          font-size: 12px;
          padding: 4px 8px;
          border-radius: 4px;
          margin-left: 10px; }
          @media screen and (max-width: 950px) {
            #toppage #zone_blog .swiper-custom-parent .swiper-slide .date i {
              font-size: 10px; } }
      #toppage #zone_blog .swiper-custom-parent .swiper-slide .title {
        line-height: 1.5; }
    #toppage #zone_blog .swiper-custom-parent .swiper-slide-active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      z-index: 1; }
    #toppage #zone_blog .swiper-custom-parent .set {
      position: absolute;
      bottom: -25px;
      left: calc(50% - 150px);
      width: 300px;
      height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 950px) {
        #toppage #zone_blog .swiper-custom-parent .set {
          width: 200px;
          left: calc(50% - 100px); } }
      #toppage #zone_blog .swiper-custom-parent .set .swiper-button-prev,
      #toppage #zone_blog .swiper-custom-parent .set .swiper-button-next {
        height: 50px;
        width: 50px;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 950px) {
          #toppage #zone_blog .swiper-custom-parent .set .swiper-button-prev,
          #toppage #zone_blog .swiper-custom-parent .set .swiper-button-next {
            height: 30px;
            width: 30px; } }
      #toppage #zone_blog .swiper-custom-parent .set .swiper-button-next {
        background: url("../img/arrow2.png") no-repeat center center;
        background-size: 50px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_blog .swiper-custom-parent .set .swiper-button-next {
            background-size: 30px; } }
      #toppage #zone_blog .swiper-custom-parent .set .swiper-button-prev {
        background: url("../img/arrow3.png") no-repeat center center;
        background-size: 50px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_blog .swiper-custom-parent .set .swiper-button-prev {
            background-size: 30px; } }
      #toppage #zone_blog .swiper-custom-parent .set .btn {
        font-size: 25px;
        font-family: "Oswald", sans-serif;
        font-weight: 200; }

#toppage #zone_value {
  padding: 50px 20px 100px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_value {
      padding: 50px 20px; } }
  #toppage #zone_value ul {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #toppage #zone_value ul li {
      width: 30%; }
      @media screen and (max-width: 950px) {
        #toppage #zone_value ul li {
          width: 100%;
          margin-bottom: 30px; } }
      #toppage #zone_value ul li .m2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-bottom: -65px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_value ul li .m2 {
            margin-bottom: -38px; } }
      #toppage #zone_value ul li .t1 {
        font-size: 20px;
        color: #007A88;
        text-align: center;
        line-height: 1.5;
        padding: 20px 0 15px; }

#toppage #zone_case {
  background-color: #007A88;
  border-top: 5px solid #E0CA82;
  border-bottom: 5px solid #E0CA82;
  padding: 150px 20px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_case {
      padding: 50px 10px; } }
  #toppage #zone_case .in {
    max-width: 1350px;
    margin: auto;
    background-color: #fff;
    padding: 75px;
    padding-bottom: 0; }
    @media screen and (max-width: 950px) {
      #toppage #zone_case .in {
        padding: 40px 20px; } }
    #toppage #zone_case .in ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      padding-bottom: 90px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_case .in ul li {
          margin-top: 60px;
          padding-bottom: 0; } }
      #toppage #zone_case .in ul li .m2 {
        position: absolute;
        top: -65px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_case .in ul li .m2 {
            top: -38px;
            left: calc(50% - 38px); } }
        #toppage #zone_case .in ul li .m2 i {
          background-color: #E0CA82;
          color: #007A88; }
      #toppage #zone_case .in ul li .set {
        width: 40%; }
        @media screen and (max-width: 950px) {
          #toppage #zone_case .in ul li .set {
            width: 100%; } }
        #toppage #zone_case .in ul li .set .t1 {
          text-align: center;
          padding: 20px 0;
          color: #007A88;
          line-height: 1.5;
          font-size: 20px; }
          @media print, screen and (min-width: 951px) {
            #toppage #zone_case .in ul li .set .t1 {
              border-bottom: 3px solid #E0CA82;
              margin-bottom: 20px; } }
      @media print, screen and (min-width: 951px) {
        #toppage #zone_case .in ul li .pic {
          width: 60%; }
        #toppage #zone_case .in ul li:nth-of-type(2n-1) .m2 {
          left: -65px; }
        #toppage #zone_case .in ul li:nth-of-type(2n-1) .set .t1 {
          padding-left: 40px; }
        #toppage #zone_case .in ul li:nth-of-type(2n-1) .set .text {
          padding-left: 40px; }
        #toppage #zone_case .in ul li:nth-of-type(2n) {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
          #toppage #zone_case .in ul li:nth-of-type(2n) .m2 {
            right: -65px; }
          #toppage #zone_case .in ul li:nth-of-type(2n) .set .t1 {
            padding-right: 40px; }
          #toppage #zone_case .in ul li:nth-of-type(2n) .set .text {
            padding-right: 40px; } }

#toppage #zone_security .sec1 {
  padding: 100px 0;
  position: relative; }
  @media screen and (max-width: 950px) {
    #toppage #zone_security .sec1 {
      padding: 0; } }
  #toppage #zone_security .sec1 .bigpic {
    height: 200px; }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_security .sec1 .bigpic {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%; } }
    #toppage #zone_security .sec1 .bigpic img {
      height: 100%;
      object-fit: cover; }
  #toppage #zone_security .sec1 .in {
    max-width: 1200px;
    margin: auto; }
    #toppage #zone_security .sec1 .in .set {
      background-color: #fff;
      padding: 50px 20px 20px; }
      @media print, screen and (min-width: 951px) {
        #toppage #zone_security .sec1 .in .set {
          position: relative;
          width: 700px;
          height: 700px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center;
          padding: 40px; } }
    #toppage #zone_security .sec1 .in .lead {
      text-align: left; }

#toppage #zone_security .sec2 {
  padding: 150px 20px 120px;
  background: url("../img/p3_8.jpg") no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 950px) {
    #toppage #zone_security .sec2 {
      padding: 50px 10px; } }
  #toppage #zone_security .sec2 ul {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #toppage #zone_security .sec2 ul li {
      width: calc(100%/3 - 15px);
      margin-bottom: 30px;
      background-color: #007A88;
      padding: 25px;
      border: 3px solid #E0CA82; }
      @media screen and (max-width: 950px) {
        #toppage #zone_security .sec2 ul li {
          width: 100%;
          padding: 20px; } }
      #toppage #zone_security .sec2 ul li .t1 {
        font-size: 20px;
        color: #E0CA82;
        text-align: center;
        line-height: 1.5;
        padding: 20px 0 15px; }
      #toppage #zone_security .sec2 ul li .text {
        color: #fff; }

#toppage #zone_plan {
  padding-top: 150px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_plan {
      padding: 50px 10px 0; } }
  #toppage #zone_plan .in {
    position: relative;
    max-width: 1250px;
    margin: auto;
    background-color: rgba(224, 202, 130, 0.15);
    padding: 75px;
    z-index: 1; }
    @media screen and (max-width: 950px) {
      #toppage #zone_plan .in {
        padding: 40px 20px; } }
    #toppage #zone_plan .in::before {
      position: absolute;
      top: 0px;
      left: 0px;
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(253, 253, 245, 0.9); }
    #toppage #zone_plan .in ul {
      position: relative;
      border-top: 3px solid #E0CA82; }
      #toppage #zone_plan .in ul li {
        padding: 30px 0;
        border-bottom: 3px solid #E0CA82; }
        @media print, screen and (min-width: 951px) {
          #toppage #zone_plan .in ul li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
            #toppage #zone_plan .in ul li .text {
              width: calc(100% - 480px); } }
        @media screen and (max-width: 950px) {
          #toppage #zone_plan .in ul li .m2 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center; } }
        #toppage #zone_plan .in ul li .m2 i {
          border: 3px solid #E0CA82; }
        #toppage #zone_plan .in ul li .t1 {
          font-size: 28px;
          color: #007A88;
          text-align: center; }
          @media screen and (max-width: 950px) {
            #toppage #zone_plan .in ul li .t1 {
              font-size: 20px;
              padding: 20px; } }
          #toppage #zone_plan .in ul li .t1 img {
            width: 260px; }
  #toppage #zone_plan .bigpic {
    margin-top: -75px;
    position: relative;
    height: 700px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_plan .bigpic {
        margin: -40px -10px;
        height: 250px; } }
    #toppage #zone_plan .bigpic img {
      position: absolute;
      object-fit: cover;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#toppage #zone_flow {
  padding-top: 75px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_flow {
      padding: 50px 10px 0; } }
  #toppage #zone_flow .in {
    position: relative;
    max-width: 1100px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 75px;
    z-index: 1; }
    @media screen and (max-width: 950px) {
      #toppage #zone_flow .in {
        padding: 40px 20px; } }
    #toppage #zone_flow .in::before {
      position: absolute;
      top: 0px;
      left: 0px;
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.9); }
    #toppage #zone_flow .in > ul {
      position: relative;
      border-top: 3px solid #E0CA82; }
      #toppage #zone_flow .in > ul > li {
        padding: 30px 0;
        border-bottom: 3px solid #E0CA82; }
        @media print, screen and (min-width: 951px) {
          #toppage #zone_flow .in > ul > li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; } }
        @media screen and (max-width: 950px) {
          #toppage #zone_flow .in > ul > li .m2 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center; } }
        @media print, screen and (min-width: 951px) {
          #toppage #zone_flow .in > ul > li .m2 i {
            width: 80px;
            height: 80px;
            font-size: 15px; }
            #toppage #zone_flow .in > ul > li .m2 i b {
              font-size: 35px; } }
        #toppage #zone_flow .in > ul > li .m2 i {
          border: 3px solid #E0CA82; }
        #toppage #zone_flow .in > ul > li .set {
          width: calc(100% - 120px); }
          @media screen and (max-width: 950px) {
            #toppage #zone_flow .in > ul > li .set {
              width: 100%; } }
          #toppage #zone_flow .in > ul > li .set .t1 {
            font-size: 28px;
            color: #007A88;
            margin-bottom: 15px;
            line-height: 1.5; }
            @media screen and (max-width: 950px) {
              #toppage #zone_flow .in > ul > li .set .t1 {
                font-size: 20px;
                margin: 20px;
                text-align: center; } }
          #toppage #zone_flow .in > ul > li .set ul {
            margin-top: 10px; }
  #toppage #zone_flow .bigpic {
    margin-top: -75px;
    position: relative;
    height: 700px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_flow .bigpic {
        margin: -40px -10px;
        height: 250px; } }
    #toppage #zone_flow .bigpic img {
      position: absolute;
      object-fit: cover;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#toppage #zone_faq {
  padding: 150px 20px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_faq {
      padding: 100px 20px; } }
  #toppage #zone_faq .in {
    position: relative;
    max-width: 1100px;
    margin: auto;
    border-bottom: 1px solid #007A88; }
    #toppage #zone_faq .in dl {
      line-height: 1.5;
      font-size: 18px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_faq .in dl {
          font-size: 14px; } }
      #toppage #zone_faq .in dl dt {
        position: relative;
        border-top: 1px solid #007A88;
        padding: 30px 80px;
        color: #007A88;
        font-size: 20px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media screen and (max-width: 950px) {
          #toppage #zone_faq .in dl dt {
            font-size: 16px;
            padding: 20px 50px; } }
        #toppage #zone_faq .in dl dt::before {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center;
          position: absolute;
          top: 20px;
          left: 10px;
          content: 'Q';
          width: 50px;
          height: 50px;
          color: #007A88;
          background-color: #E0CA82;
          border-radius: 25px;
          font-family: "Oswald", sans-serif;
          font-size: 30px;
          border: 3px solid #007A88; }
          @media screen and (max-width: 950px) {
            #toppage #zone_faq .in dl dt::before {
              top: 15px;
              left: 0px;
              width: 35px;
              height: 35px;
              font-size: 18px;
              border: 2px solid #007A88; } }
        #toppage #zone_faq .in dl dt::after {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center;
          position: absolute;
          top: 20px;
          right: 20px;
          content: '＋';
          color: #007A88;
          font-size: 30px; }
          @media screen and (max-width: 950px) {
            #toppage #zone_faq .in dl dt::after {
              top: 16px;
              right: 10px;
              font-size: 22px; } }
        #toppage #zone_faq .in dl dt.active::after {
          content: 'ー'; }
        @media print, screen and (min-width: 951px) {
          #toppage #zone_faq .in dl dt:hover {
            background-color: rgba(224, 202, 130, 0.1); } }
      #toppage #zone_faq .in dl dd {
        position: relative;
        padding: 0px 30px 30px 80px;
        display: none; }
        @media screen and (max-width: 950px) {
          #toppage #zone_faq .in dl dd {
            padding: 0px 20px 20px 50px; } }

#toppage #zone_access {
  background-color: rgba(224, 202, 130, 0.15);
  padding: 150px 20px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_access {
      padding: 100px 20px; } }
  #toppage #zone_access .sec1 {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #toppage #zone_access .sec1 .mds {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      width: 400px;
      height: 400px;
      background-color: #007A88; }
      @media screen and (max-width: 950px) {
        #toppage #zone_access .sec1 .mds {
          width: 250px;
          height: 250px;
          margin: auto; } }
      #toppage #zone_access .sec1 .mds .m1 {
        color: #E0CA82;
        margin-bottom: 0; }
    #toppage #zone_access .sec1 .set {
      width: calc(100% - 450px);
      color: #007A88; }
      @media screen and (max-width: 950px) {
        #toppage #zone_access .sec1 .set {
          width: 100%;
          margin-top: 30px; } }
      #toppage #zone_access .sec1 .set h3 {
        margin-bottom: 50px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_access .sec1 .set h3 {
            text-align: center;
            margin-bottom: 20px; } }
        #toppage #zone_access .sec1 .set h3 b {
          font-size: 30px;
          margin-bottom: 15px;
          display: block; }
          @media screen and (max-width: 950px) {
            #toppage #zone_access .sec1 .set h3 b {
              font-size: 20px;
              margin-bottom: 10px; } }
        #toppage #zone_access .sec1 .set h3 i {
          font-size: 20px;
          font-family: "Oswald", sans-serif;
          font-weight: 400;
          display: block; }
          @media screen and (max-width: 950px) {
            #toppage #zone_access .sec1 .set h3 i {
              font-size: 12px; } }
      #toppage #zone_access .sec1 .set table {
        border-bottom: 1px solid #007A88;
        line-height: 2; }
        @media screen and (max-width: 950px) {
          #toppage #zone_access .sec1 .set table {
            font-size: 13px; } }
        #toppage #zone_access .sec1 .set table th {
          border-top: 1px solid #007A88;
          padding: 1em 0;
          vertical-align: top;
          text-align: left;
          width: 150px; }
          @media screen and (max-width: 950px) {
            #toppage #zone_access .sec1 .set table th {
              width: 100px; } }
        #toppage #zone_access .sec1 .set table td {
          border-top: 1px solid #007A88;
          padding: 1em 0;
          font-weight: 400;
          vertical-align: top;
          width: calc(100% - 150px); }
          @media screen and (max-width: 950px) {
            #toppage #zone_access .sec1 .set table td {
              width: calc(100% - 100px); } }
  #toppage #zone_access .sec2 {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #toppage #zone_access .sec2 .pic {
      width: 400px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_access .sec2 .pic {
          width: 100%;
          margin-bottom: 50px; } }
    #toppage #zone_access .sec2 .map {
      width: calc(100% - 450px); }
      @media screen and (max-width: 950px) {
        #toppage #zone_access .sec2 .map {
          width: 100%; } }
      #toppage #zone_access .sec2 .map iframe {
        width: 100%;
        height: 100%; }
        @media screen and (max-width: 950px) {
          #toppage #zone_access .sec2 .map iframe {
            height: 300px; } }

#blog #zone1 {
  max-width: 1200px;
  margin: 100px auto; }
  @media screen and (max-width: 950px) {
    #blog #zone1 {
      margin: 50px 20px; } }
  #blog #zone1 .kijilist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media print, screen and (min-width: 951px) {
      #blog #zone1 .kijilist li {
        width: calc(100%/3);
        margin-bottom: 50px;
        padding: 0 20px; } }
    @media screen and (max-width: 950px) {
      #blog #zone1 .kijilist li {
        width: 100%;
        margin-bottom: 40px; } }
    #blog #zone1 .kijilist li a {
      display: block; }
    #blog #zone1 .kijilist li .pic img {
      border-radius: 20px; }
    #blog #zone1 .kijilist li .date {
      font-size: 20px;
      font-family: "Oswald", sans-serif;
      color: #007A88;
      margin: 20px 0 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #blog #zone1 .kijilist li .date i {
        background-color: #D0A900;
        color: #ffffff;
        font-size: 12px;
        padding: 4px 8px;
        border-radius: 4px;
        margin-left: 10px; }
        @media screen and (max-width: 950px) {
          #blog #zone1 .kijilist li .date i {
            font-size: 10px; } }
    #blog #zone1 .kijilist li .title {
      line-height: 1.5; }

.wp-pagenavi {
  padding-top: 50px;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  @media screen and (max-width: 950px) {
    .wp-pagenavi {
      padding-top: 20px;
      font-size: 20px; } }
  .wp-pagenavi .pages,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .prev,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .extend {
    display: none; }
  .wp-pagenavi a, .wp-pagenavi span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 0 8px;
    color: #E0CA82;
    background: #fff;
    border: 1px solid #E0CA82; }
    @media screen and (max-width: 950px) {
      .wp-pagenavi a, .wp-pagenavi span {
        width: 35px;
        height: 35px;
        margin: 3px; } }
  .wp-pagenavi .current,
  .wp-pagenavi a:hover {
    color: #fff;
    background: #E0CA82;
    border: 1px solid #E0CA82;
    opacity: 1; }

#blogsingle #zone1 {
  max-width: 750px;
  margin: 100px auto; }
  @media screen and (max-width: 950px) {
    #blogsingle #zone1 {
      margin: 50px 20px; } }
  #blogsingle #zone1 .pic img {
    border-radius: 20px; }
  #blogsingle #zone1 .date {
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    color: #007A88;
    margin: 20px 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #blogsingle #zone1 .date i {
      background-color: #D0A900;
      color: #ffffff;
      font-size: 12px;
      padding: 4px 8px;
      border-radius: 4px;
      margin-left: 10px; }
      @media screen and (max-width: 950px) {
        #blogsingle #zone1 .date i {
          font-size: 10px; } }
  #blogsingle #zone1 .title {
    font-size: 30px;
    line-height: 1.5; }
    @media screen and (max-width: 950px) {
      #blogsingle #zone1 .title {
        font-size: 22px; } }
  #blogsingle #zone1 .sec_wp {
    line-height: 2;
    margin-top: 60px;
    margin-bottom: 100px; }
    @media screen and (max-width: 950px) {
      #blogsingle #zone1 .sec_wp {
        margin-bottom: 70px; } }
    #blogsingle #zone1 .sec_wp h2 {
      font-size: 25px;
      font-weight: bold;
      line-height: 1.5;
      padding: 10px 0 10px 15px;
      border-left: 5px solid #E0CA82;
      background-color: rgba(224, 202, 130, 0.15);
      margin: 60px 0 40px; }
      @media screen and (max-width: 950px) {
        #blogsingle #zone1 .sec_wp h2 {
          font-size: 20px;
          margin: 40px 0 30px; } }
    #blogsingle #zone1 .sec_wp h3 {
      font-size: 25px;
      font-weight: bold;
      line-height: 1.5;
      color: #007A88;
      margin: 40px 0 20px;
      position: relative; }
      @media screen and (max-width: 950px) {
        #blogsingle #zone1 .sec_wp h3 {
          font-size: 20px; } }
    #blogsingle #zone1 .sec_wp h4 {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.5;
      margin: 40px 0 20px;
      color: #007A88; }
      @media screen and (max-width: 950px) {
        #blogsingle #zone1 .sec_wp h4 {
          font-size: 18px; } }
    #blogsingle #zone1 .sec_wp h5 {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5;
      margin: 40px 0 20px; }
      @media screen and (max-width: 950px) {
        #blogsingle #zone1 .sec_wp h5 {
          font-size: 16px; } }
    #blogsingle #zone1 .sec_wp p {
      margin-bottom: 20px; }
      #blogsingle #zone1 .sec_wp p a {
        color: #007A88;
        text-decoration: underline; }
    #blogsingle #zone1 .sec_wp small {
      font-size: 14px; }
      @media screen and (max-width: 950px) {
        #blogsingle #zone1 .sec_wp small {
          font-size: 12px; } }
    #blogsingle #zone1 .sec_wp ul li p {
      margin-bottom: 0; }

#privacy #zone1 {
  max-width: 750px;
  margin: 100px auto; }
  @media screen and (max-width: 950px) {
    #privacy #zone1 {
      margin: 50px 20px; } }
  #privacy #zone1 .lead {
    text-align: left; }
  #privacy #zone1 h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    color: #007A88;
    margin: 40px 0 20px;
    position: relative; }
    @media screen and (max-width: 950px) {
      #privacy #zone1 h3 {
        font-size: 20px; } }

#contact .pagetitle {
  background: url("../img/contact/title.jpg") no-repeat center center;
  background-size: cover; }

#contact .pagetitle.franchise {
  background: url("../img/franchise/title.jpg") no-repeat center center;
  background-size: cover; }

#contact #zone1 {
  max-width: 750px;
  margin: 100px auto; }
  @media screen and (max-width: 950px) {
    #contact #zone1 {
      margin: 50px 20px; } }

#contact #zone_fc1 {
  max-width: 750px;
  margin: 100px auto; }
  @media screen and (max-width: 950px) {
    #contact #zone_fc1 {
      margin: 50px 20px; }
      #contact #zone_fc1 figure {
        margin: 0 -20px; } }
  #contact #zone_fc1 .sec1 {
    margin-bottom: 100px; }
    @media screen and (max-width: 950px) {
      #contact #zone_fc1 .sec1 {
        margin-bottom: 50px; } }
    #contact #zone_fc1 .sec1 .text {
      margin-top: 50px; }
      #contact #zone_fc1 .sec1 .text b {
        font-size: 1.4em;
        color: #007A88; }
  #contact #zone_fc1 .sec2 {
    margin-bottom: 100px; }
    @media screen and (max-width: 950px) {
      #contact #zone_fc1 .sec2 {
        margin-bottom: 50px; } }

#contact #sec_form dl {
  margin-bottom: 50px;
  font-size: 20px; }
  @media screen and (max-width: 950px) {
    #contact #sec_form dl {
      margin-bottom: 30px;
      font-size: 16px; } }
  #contact #sec_form dl dt {
    font-weight: bold;
    padding-bottom: 10px;
    color: #007A88; }
    #contact #sec_form dl dt i {
      color: #F50503;
      margin-left: 1em;
      font-size: 16px;
      background-color: #E8791E;
      color: #fff;
      border-radius: 3px;
      padding: 0 0.5em; }
      @media screen and (max-width: 950px) {
        #contact #sec_form dl dt i {
          font-size: 12px; } }

#contact #sec_form .textarea1 {
  width: 100%;
  border: 1px solid #707070;
  height: 60px;
  padding: 15px;
  border-radius: 10px;
  background-color: #F5F5F5; }

#contact #sec_form textarea {
  width: 100%;
  border: 1px solid #707070;
  padding: 15px;
  border-radius: 10px;
  background-color: #F5F5F5; }

#contact #sec_form .wpcf7-list-item {
  display: block;
  vertical-align: middle;
  margin: 0; }
  #contact #sec_form .wpcf7-list-item.first {
    margin-right: 30px; }

#contact #sec_form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.2em; }

#contact #sec_form .out {
  margin-top: 10px;
  color: #f00; }

#contact #sec_form .pr {
  text-align: center;
  margin-top: 30px;
  line-height: 1.8; }
  #contact #sec_form .pr a {
    color: #007A88;
    text-decoration: underline; }

#contact #sec_form .check {
  margin-top: 30px;
  text-align: center; }

#contact #sec_form #go-to-confirm-btn[disabled] {
  opacity: 0.2; }

#contact #confirm dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.5; }
  #contact #confirm dl dt {
    width: 250px; }
    @media screen and (max-width: 950px) {
      #contact #confirm dl dt {
        width: 100%; } }
  #contact #confirm dl dd {
    width: calc(100% - 250px); }
    @media screen and (max-width: 950px) {
      #contact #confirm dl dd {
        width: 100%;
        margin-top: 10px; } }

#contact h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #007A88;
  margin: 40px 0 20px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 950px) {
    #contact h3 {
      font-size: 20px; } }

#contact .btn {
  margin-top: 50px; }

@media screen and (max-width: 950px) {
  .none, .pc {
    display: none; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000000; }
  .hm_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none; }
  .hm_button {
    display: block;
    padding: 0;
    width: 20px;
    height: 15px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    cursor: pointer;
    outline: none; }
  .hm_button .hm_bar {
    display: block;
    width: 20px;
    height: 3px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  .hm_button .hm_bar1 {
    top: 0; }
  .hm_button .hm_bar3 {
    top: 100%; }
  .hm_button.active .hm_bar {
    width: 21.21px;
    left: 2.5px; }
  .hm_button.active .hm_bar1 {
    -webkit-transform: rotate(0.7854rad) translateY(-50%);
    -ms-transform: rotate(0.7854rad) translateY(-50%);
    transform: rotate(0.7854rad) translateY(-50%);
    top: 0px; }
  .hm_button.active .hm_bar2 {
    opacity: 0; }
  .hm_button.active .hm_bar3 {
    -webkit-transform: rotate(-0.7854rad) translateY(-50%);
    -ms-transform: rotate(-0.7854rad) translateY(-50%);
    transform: rotate(-0.7854rad) translateY(-50%);
    top: calc(100% - 0px); }
  .hm_text.active {
    opacity: 0; }
  .hm_button .hm_bar {
    background-color: #ffffff; }
  #menubtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 50px;
    height: 55px;
    cursor: pointer; }
    #menubtn .waku {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      width: 40px;
      height: 40px; }
  #menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 0;
    line-height: 1;
    pointer-events: none;
    font-weight: 900;
    text-align: center;
    padding-top: 55px;
    background-color: #007A88; }
    #menu.active {
      opacity: 1;
      pointer-events: auto;
      z-index: 99; }
    #menu .nav > li {
      border-bottom: 1px solid #E0CA82;
      background-color: #fff; }
      #menu .nav > li a {
        display: block;
        padding: 1.5em 5px;
        background-color: rgba(224, 202, 130, 0.15); } }

@media print, screen and (min-width: 951px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #000000;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000000; }
    a:hover {
      opacity: 0.7; } }

/*# sourceMappingURL=style.css.map */
