@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 18px;
  color: #666666;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  letter-spacing: 0.4px;
  line-height: 1.8;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #666666;
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: ease .6s;
  transition: ease .6s;
  text-decoration: none;
}

.article {
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: auto;
  overflow: hidden;
}

section {
  margin: 100px auto;
  position: relative;
  max-width: 1440px;
  padding: 0 40px;
  width: 100%;
}

@media screen and (max-width: 959px) {
  section {
    margin: 60px auto;
    padding: 0 20px;
  }
}

@media screen and (max-width: 559px) {
  section {
    padding: 0 5%;
  }
}

section .text .btn {
  margin-top: 2em;
}

h2 {
  border-top: none;
  border-bottom: none;
}

h3 {
  border-bottom: none;
}

dt, dd {
  border-left: none;
}

.pc_none {
  display: none !important;
}

@media screen and (max-width: 559px) {
  .pc_none {
    display: block !important;
  }
}

.sp_none {
  display: block !important;
}

@media screen and (max-width: 559px) {
  .sp_none {
    display: none !important;
  }
}

span.sp_none {
  display: inline-block !important;
}

@media screen and (max-width: 559px) {
  span.sp_none {
    display: none !important;
  }
}

.pc_only_none {
  display: none !important;
}

@media screen and (max-width: 959px) {
  .pc_only_none {
    display: block !important;
  }
}

.pc_only {
  display: block !important;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none !important;
  }
}

span.pc_only {
  display: inline-block !important;
}

@media screen and (max-width: 959px) {
  span.pc_only {
    display: none !important;
  }
}

.section__ttl {
  position: relative;
}

.section__ttl::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #F5FFBA;
  width: 160px;
  height: 160px;
  border-radius: 100px;
}

@media screen and (max-width: 559px) {
  .section__ttl::before {
    width: 100px;
    height: 100px;
  }
}

.section__ttl__innner {
  text-align: left;
  padding: 60px 0 0 60px;
  position: relative;
}

@media screen and (max-width: 559px) {
  .section__ttl__innner {
    padding: 40px 0 0 40px;
  }
}

.section__ttl__center {
  text-align: center;
  padding: 60px 0 0 60px;
  position: relative;
}

@media screen and (max-width: 559px) {
  .section__ttl__center {
    padding: 40px 0 0 40px;
  }
}

.section__ttl .ttl {
  text-align: left;
  font-size: 33px;
  letter-spacing: 4px;
  color: #6FB92C;
}

@media screen and (max-width: 959px) {
  .section__ttl .ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 559px) {
  .section__ttl .ttl {
    font-size: 20px;
  }
}

.section__ttl .ttl-sub {
  font-size: 67px;
  color: #6FB92C;
  letter-spacing: 3px;
  color: #6FB92C;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .section__ttl .ttl-sub {
    font-size: 47px;
  }
}

@media screen and (max-width: 559px) {
  .section__ttl .ttl-sub {
    font-size: 40px;
  }
}

.wrap_half {
  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;
}

.wrap_half > div {
  width: calc(50% - 32px);
}

@media screen and (max-width: 959px) {
  .wrap_half > div {
    width: 100%;
  }
}

.__wrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt_s {
  font-size: 0.6em;
}

.res_btn {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 959px) {
  .res_btn {
    margin: 0 auto;
  }
}

.res_btn.pc_only {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 959px) {
  .res_btn.pc_only {
    display: none !important;
  }
}

.res_btn.pc_only_none {
  display: none !important;
}

@media screen and (max-width: 959px) {
  .res_btn.pc_only_none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.res_btn a {
  width: 300px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  -webkit-box-shadow: 0px 2px 6px rgba(102, 102, 102, 0.16);
          box-shadow: 0px 2px 6px rgba(102, 102, 102, 0.16);
  color: white;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: bold;
  margin: 0 10px 10px;
}

.res_btn .web {
  background: #EF8200;
}

.res_btn .rec {
  background: #F8C00C;
}

.bg {
  width: 100vw;
  padding: 100px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-color: #FDFFF5;
}

@media screen and (max-width: 959px) {
  .bg {
    padding: 60px calc(50vw - 50%);
  }
}

@media screen and (max-width: 559px) {
  .bg {
    padding: 40px calc(50vw - 50%);
  }
}

header {
  background: #6FB92C;
  color: white;
  font-size: 14px;
  width: 100%;
  /* padding-left: 40px; */
  text-align: center;
  letter-spacing: 2px;
}

.main .fv {
  background: #FDFFF5;
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 559px) {
  .main .fv {
    height: 100vh;
  }
}

.main .fv .fv_logo {
  width: 600px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 959px) {
  .main .fv .fv_logo {
    max-width: 500px;
    width: 70%;
  }
}

@media screen and (max-width: 559px) {
  .main .fv .fv_logo {
    margin: 0 auto 20px;
  }
}

.main nav {
  background: #FDFFF5;
  width: 100%;
}

.main nav ul {
  width: 90%;
  max-width: 1040px;
  border: solid #6FB92C;
  border-width: 2px 0;
  padding: 32px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .main nav ul {
    padding: 32px 8px;
  }
}

@media screen and (max-width: 559px) {
  .main nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    border: none;
  }
  .main nav ul li {
    width: 50%;
    padding: 12px 0;
    margin-bottom: 12px;
    border-right: solid rgba(111, 185, 44, 0.6) 2px;
  }
  .main nav ul li:nth-of-type(odd) {
    border-left: solid rgba(111, 185, 44, 0.6) 2px;
  }
}

.main nav ul a {
  font-size: 20px;
  color: #6FB92C;
}

@media screen and (max-width: 559px) {
  .main nav ul a {
    font-size: 16px;
  }
}

.map a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 559px) {
  .map a {
    font-size: 14px;
  }
}

.map a img {
  height: 100%;
  width: 16px;
  display: inline;
  margin-left: 8px;
}

@media screen and (max-width: 559px) {
  .map a img {
    width: 14px;
  }
}

.fv_txt {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .fv_txt {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 559px) {
  .fv_txt {
    margin-bottom: 20px;
  }
}

.fv_txt__main {
  font-family: "Quicksand", sans-serif;
  font-size: 130px;
  color: #6FB92C;
  line-height: 1;
  margin-bottom: 60px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 959px) {
  .fv_txt__main {
    font-size: 80px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 559px) {
  .fv_txt__main {
    font-size: 60px;
    margin-bottom: 20px;
  }
}

.fv_txt__main > span {
  margin: 0 16px;
}

.fv_txt .main_des {
  text-align: center;
  font-size: 30px;
  color: #6FB92C;
  color: #6FB92C;
  letter-spacing: 8px;
  margin-bottom: 60px;
}

@media screen and (max-width: 959px) {
  .fv_txt .main_des {
    margin-bottom: 60px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 559px) {
  .fv_txt .main_des {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.fv_txt__add {
  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;
  margin-bottom: 78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 16px;
  border-radius: 220px;
}

@media screen and (max-width: 959px) {
  .fv_txt__add {
    margin-bottom: 30px;
  }
}

.fv_txt__add .txt {
  color: #666666;
  font-size: 20px;
  margin-bottom: 12px;
}

@media screen and (max-width: 559px) {
  .fv_txt__add .txt {
    font-size: 16px;
  }
}

.fv_txt__add .map {
  margin-bottom: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #666666;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  border-radius: 20px;
  border: 2px solid #666666;
}

@media screen and (max-width: 559px) {
  .fv_txt__add .map {
    font-size: 14px;
  }
}

.fv_txt__add .map img {
  height: 100%;
  width: 16px;
  display: inline;
  margin-left: 8px;
}

@media screen and (max-width: 559px) {
  .fv_txt__add .map img {
    width: 14px;
  }
}

.fv_txt__dep {
  border: 1px solid white;
  padding: 10px;
  font-size: 20px;
}

@media screen and (max-width: 959px) {
  .fv_txt__dep {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
  }
}

.fv_txt__dep .sp_none {
  display: inline !important;
}

.fv_txt__dep__sub {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 559px) {
  .fv_txt__dep__sub {
    font-size: 14px;
  }
}

section#greeting {
  margin: 0 auto;
}

.greeting {
  border: 2px solid #6FB92C;
  padding: 8%;
  background: #ffffff;
  border-radius: 20px;
}

.greeting__wrap {
  margin-top: 40px;
  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;
}

.greeting__wrap img {
  width: calc(35% - 40px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin: 0 40px 40px 0;
  max-width: 300px;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .greeting__wrap img {
    width: 100%;
    margin: 40px auto;
  }
}

@media screen and (max-width: 559px) {
  .greeting__wrap img {
    margin: 40px auto 20px;
  }
}

.greeting__doc {
  border-top: 2px solid #6FB92C;
  padding-top: 60px;
  margin-top: 30px;
}

.greeting__doc .his h3,
.greeting__doc .skill h3 {
  background: #F5FFBA;
  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;
  color: #6FB92C;
  margin-bottom: 32px;
  padding: 8px 0;
  border-radius: 10px;
}

.greeting__doc .his > div,
.greeting__doc .skill > div {
  font-size: 0.9em;
}

.greeting__doc .his h4,
.greeting__doc .skill h4 {
  margin-top: 20px;
}

@media screen and (max-width: 559px) {
  .greeting__doc .his {
    margin-bottom: 40px;
  }
}

.greeting__doc .skill h4 {
  color: #6FB92C;
  border-left: 3px solid;
  line-height: 24px;
  padding-left: 8px;
  margin-bottom: 8px;
  font-size: 1.1em;
}

.greeting .content {
  width: 65%;
}

@media screen and (max-width: 959px) {
  .greeting .content {
    width: 100%;
  }
}

.greeting .content p {
  margin: 12px 0;
}

@media screen and (max-width: 559px) {
  .greeting .content p {
    margin: 0;
  }
}

.greeting .content .name {
  text-align: right;
  margin: 32px 0 0;
  font-weight: bold;
}

.greeting .content .txt_st {
  font-size: 20px;
}

.medical {
  margin-bottom: 200px;
}

@media screen and (max-width: 959px) {
  .medical {
    margin-bottom: 120px;
  }
}

.medical__wrap {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 959px) {
  .medical__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.medical__wrap.__ttl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.medical__wrap 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;
  width: calc(100% + 20px);
  margin-top: 80px;
  margin-right: -20px;
}

@media screen and (max-width: 559px) {
  .medical__wrap ul {
    margin-top: 40px;
  }
}

.medical__wrap ul li {
  width: 100%;
  min-width: 330px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ECEFE8;
  color: #666666;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 8px 24px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

@media screen and (max-width: 559px) {
  .medical__wrap ul li {
    margin-bottom: 10px;
  }
}

.medical__wrap ul li.air {
  background: transparent;
  height: 0;
  padding: 0;
  margin: 0 20px 0 0;
  padding: 0 24px;
}

.medical .res_btn {
  margin-top: 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 959px) {
  .medical .res_btn {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.clinic .section__ttl {
  display: table;
  margin: 0 auto 80px;
}

@media screen and (max-width: 959px) {
  .clinic .section__ttl {
    margin: 0 auto 40px;
  }
}

.clinic .clinic_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .clinic .clinic_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.clinic .clinic_name img {
  max-width: 160px;
}

@media screen and (max-width: 959px) {
  .clinic .clinic_name img {
    max-width: 120px;
  }
}

.clinic .clinic_name img + div p:first-of-type {
  font-size: 38px;
  line-height: 1.6;
}

@media screen and (max-width: 959px) {
  .clinic .clinic_name img + div p:first-of-type {
    font-size: 28px;
  }
}

.clinic .clinic_name img + div p:first-of-type + p {
  font-size: 24px;
}

@media screen and (max-width: 959px) {
  .clinic .clinic_name img + div p:first-of-type + p {
    font-size: 20px;
  }
}

.clinic .wrap_half > div:first-child {
  min-width: 475px;
}

@media screen and (max-width: 959px) {
  .clinic .wrap_half > div:first-child {
    min-width: initial;
  }
}

.clinic dl {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 50px;
}

@media screen and (max-width: 959px) {
  .clinic dl {
    text-align: center;
  }
}

.clinic dl dt {
  width: 6em;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .clinic dl dt {
    width: 100%;
    font-weight: bold;
  }
}

.clinic dl dt.sp_none {
  display: inline-block !important;
}

@media screen and (max-width: 959px) {
  .clinic dl dt.sp_none {
    display: none !important;
  }
}

.clinic dl dd {
  width: calc(100% - 6em - 12px);
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .clinic dl dd {
    width: 100%;
  }
}

.clinic .wrap_half > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 959px) {
  .clinic .wrap_half > div:nth-child(2) {
    margin-top: 60px;
  }
}

.hours_table {
  padding: 15px 30px;
  line-height: 1;
  border-radius: 20px;
  border: solid 2px #666666;
  width: 100%;
  border-spacing: initial;
}

@media screen and (max-width: 559px) {
  .hours_table {
    padding: 5px 20px;
  }
}

.hours_table th {
  width: 10%;
  padding: 18px 0;
  text-align: center;
  padding: 20px 0;
}

.hours_table th:nth-child(1) {
  width: 30%;
}

.hours_table td {
  padding: 18px 0;
  text-align: center;
}

.hours_table .ope {
  font-size: 0.8em;
}

.hours_table .ope span {
  display: block;
  font-size: 0.7em;
  padding: 2px 5px;
  margin-top: 4px;
  background: #EF8200;
  color: #ffffff;
}

@media screen and (max-width: 559px) {
  .hours_table .ope span {
    padding: 2px 3px;
  }
}

.hours_table thead th {
  border-bottom: 2px solid #666666;
}

.hours_table tbody {
  color: #666666;
}

.hours_table tbody > tr:first-of-type * {
  padding: 30px 0 10px;
}

@media screen and (max-width: 959px) {
  .hours_table {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 559px) {
  .hours_table {
    font-size: 12px;
  }
}

.hours_note {
  margin-top: auto;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  background-color: #FDFFF5;
  color: #6FB92C;
  width: 100%;
  padding: 12px 0;
}

.googlemap iframe {
  width: 100%;
  border-radius: 20px;
}

.googlemap .fv_txt__add {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: auto 0 0;
}

@media screen and (max-width: 959px) {
  .googlemap .fv_txt__add {
    margin: 40px 0 0;
  }
}

.footer {
  background-color: #6FB92C;
  padding: 80px 0 40px;
}

.footer .footer_nav {
  margin-bottom: 80px;
}

.footer .footer_nav ul {
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 750px;
  color: #ffffff;
  width: 100%;
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .footer .footer_nav ul {
    width: 90%;
  }
}

.footer .footer_nav ul a {
  color: #ffffff;
}

.footer .copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

/*リンクの形状*/
#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EF8200;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}

#page-top a:hover {
  color: #F8C00C;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
/*# sourceMappingURL=style.css.map */