@charset "UTF-8";
* {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
  text-align: justify;
  color: #333333;
  list-style-type: none;
  text-decoration: none; }

.pc {
  display: block; }

.sp {
  display: none; }

body {
  background-color: #fffded; }

.menu-btn {
  display: none; }

.nav-menu ul {
  display: none; }

#footerNavi {
  display: none; }

header {
  padding: 70px 0 70px 0;
  background-color: #fffded; }
  header .top {
    width: 960px;
    margin: 0 auto;
    display: block;
    position: relative; }
    header .top h1 {
      color: #7ec16d;
      font-size: 35px;
      line-height: 1.2; }
    header .top .tel {
      background-color: #7ec16d;
      color: white;
      font-size: 28px;
      padding: 25px 20px 25px 50px;
      border-radius: 10px;
      position: absolute;
      bottom: 5px;
      right: 0; }
      header .top .tel img {
        width: 20px;
        position: absolute;
        top: 27px;
        left: 22px; }
  header #navi {
    background-color: #7ec16d;
    height: 45px;
    margin-top: 30px; }
    header #navi ul {
      width: auto;
      display: table;
      margin: 0 auto; }
      header #navi ul li {
        display: inline-block;
        font-size: 0;
        position: relative;
        border-right: solid thin white; }
        header #navi ul li:first-of-type {
          border-left: solid thin white; }
        header #navi ul li:nth-of-type(2) .line {
          display: inline-block;
          vertical-align: middle;
          width: 1px;
          background-color: white;
          height: 35px;
          position: absolute;
          top: 5px;
          right: 2px; }
        header #navi ul li a {
          display: inline-block;
          width: 160px;
          height: 45px;
          color: white;
          text-align: center;
          padding-top: 12px;
          font-size: 20px;
          vertical-align: middle;
          transition: 0.3s all; }
          header #navi ul li a:hover {
            background: white;
            outline: solid thin #7ec16d;
            color: #7ec16d;
            padding-top: 12px; }

h2 {
  padding-left: 50px;
  font-size: 32px;
  padding-bottom: 10px;
  border-bottom: dotted 5px #7ec16d;
  color: #7ec16d;
  margin-bottom: 20px; }
  h2 span {
    font-size: 20px;
    color: #7ec16d; }

h3 {
  background-color: #7ec16d;
  font-size: 22px;
  color: white;
  padding: 8px 0 8px 30px;
  width: 100%;
  border-radius: 30px; }

p {
  display: block;
  margin: 0 auto;
  width: 900px;
  line-height: 2;
  font-size: 20px; }

.pdf {
  display: inline-block;
  margin-left: 50px;
  padding-bottom: 10px;
  border-bottom: solid thin #333333; }

footer {
  background: #7ec16d;
  padding: 50px 0 0 0; }
  footer #info {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px; }
    footer #info h1 {
      font-size: 27px;
      margin-bottom: 20px;
      color: white; }
    footer #info dt {
      background-color: white;
      border-radius: 5px;
      text-align: center;
      display: inline-block;
      padding: 10px;
      width: auto;
      color: #7ec16d;
      font-size: 16px;
      margin-bottom: 10px; }
    footer #info dd {
      line-height: 1.5;
      font-size: 16px;
      color: white; }
  footer #copyright {
    background-color: #4d4d4d;
    padding: 10px; }
    footer #copyright p {
      color: white;
      font-size: 13px;
      text-align: center; }

@media (max-width: 600px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: block; }

  .menu-btn img {
    width: 60px;
    height: 60px; }

  .menu-btn.hidden {
    opacity: 0;
    pointer-events: none; }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fffded;
    z-index: 1000;
    transition: right 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center; }

  .nav-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
    display: block; }

  .nav-menu li {
    margin: 20px 0; }

  .nav-menu a {
    color: #333333;
    text-decoration: none;
    font-size: 18px; }

  /* メニュー表示時のクラス */
  .nav-menu.open {
    right: 0; }

  header {
    padding: 150px 0 70px 0;
    background-color: #7ec16d; }
    header .top {
      width: 90%;
      margin: 0 auto;
      display: block;
      position: relative; }
      header .top h1 {
        color: white;
        font-size: 30px;
        line-height: 1.3;
        display: block;
        margin: 0 auto;
        width: fit-content; }
      header .top .tel {
        display: none; }
    header #navi {
      display: none; }

  h2 {
    padding-left: 0px;
    font-size: 28px;
    padding-bottom: 10px;
    border-bottom: dotted 5px #7ec16d;
    color: #7ec16d;
    margin-bottom: 20px;
    line-height: 1.3; }
    h2 span {
      font-size: 20px;
      color: #7ec16d; }

  h3 {
    background-color: #7ec16d;
    font-size: 22px;
    color: white;
    padding: 8px 0 8px 30px;
    width: 100%;
    border-radius: 30px; }

  p {
    display: block;
    margin: 0 auto;
    width: auto;
    line-height: 2;
    font-size: 18px; }

  #footerNavi {
    display: block; }
    #footerNavi .tel {
      background-color: #7ec16d;
      color: white;
      font-size: 28px;
      padding: 25px 20px 25px 50px;
      position: fixed;
      bottom: 0px;
      right: 0;
      width: 100%;
      text-align: center;
      outline: 2px solid white;
      outline-offset: -10px; }
      #footerNavi .tel img {
        width: 20px;
        position: absolute;
        top: 27px;
        left: calc(50% - 110px); }

  footer {
    background: #7ec16d;
    padding: 50px 0 75px 0; }
    footer #info {
      width: 90%;
      margin: 0 auto;
      padding-bottom: 50px; }
      footer #info h1 {
        font-size: 27px;
        margin-bottom: 20px;
        color: white;
        line-height: 1.3; }
      footer #info dt {
        background-color: white;
        border-radius: 5px;
        text-align: center;
        display: inline-block;
        padding: 10px;
        width: auto;
        color: #7ec16d;
        font-size: 16px;
        margin-bottom: 10px; }
      footer #info dd {
        line-height: 1.5;
        font-size: 16px;
        color: white; }
    footer #copyright {
      background-color: #4d4d4d;
      padding: 10px; }
      footer #copyright p {
        color: white;
        font-size: 13px;
        text-align: center; } }
