body {
  background: #151515;
}

#wrapper {
  width: 100%;
}
#wrapper #global-header {
  width: 100%;
  text-align: center;
  padding: 20px 20px 0 20px;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  #wrapper #global-header {
    padding-top: 0;
  }
}
#wrapper .inner {
  width: 100%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 960px) {
  #wrapper .inner {
    margin-top: 12px;
  }
}
#wrapper .inner h1 {
  font-size: 36px;
  margin-right: 40px;
}
@media screen and (max-width: 1100px) {
  #wrapper .inner h1 {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
#wrapper .inner h1 a {
  display: inline-block;
}
#wrapper .inner h1 a img {
  width: auto;
  height: 55px;
}

#global-navi {
  width: 40%;
}
@media screen and (max-width: 1100px) {
  #global-navi {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #global-navi {
    width: 100%;
  }
}
#global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
#global-navi ul li {
  text-align: center;
  width: 100%;
}
#global-navi ul li a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  height: 100%;
  padding: 18px 0;
  transition: all 0.6s ease;
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 520px) {
  #global-navi ul li a {
    font-size: 1.3rem;
  }
}
#global-navi ul li a:hover {
  color: #00C5E7;
}

.header_social {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  padding-top: 12px;
}
@media screen and (max-width: 520px) {
  .header_social {
    display: none;
  }
}
.header_social a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
.header_social a:last-child {
  margin-right: 0;
}

#top-key-visual {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media screen and (max-width: 520px) {
  #top-key-visual {
    height: 50vh;
    margin-bottom: 0;
  }
}
#top-key-visual video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #top-key-visual video {
    height: 50vh;
  }
}

#global-footer .footer_inner {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 49%;
  column-gap: 1%;
}
@media screen and (max-width: 1440px) {
  #global-footer .footer_inner {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer_inner {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer_inner .footer_left {
    margin-bottom: 24px;
  }
}
#global-footer .footer_inner .footer_left .gym_name {
  margin-bottom: 14px;
}
#global-footer .footer_inner .footer_left .gym_name span {
  color: #fff;
  font-size: 1.4rem;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
}
#global-footer .footer_inner .footer_left .pic_wrap {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 50% 50%;
}
#global-footer .footer_inner .footer_left .pic_wrap img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
#global-footer .footer_inner .footer_left .gym_info li {
  color: #fff;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}
#global-footer .footer_inner .footer_left .gym_info li:nth-child(1) {
  margin-bottom: 8px;
}
#global-footer .footer_inner .footer_right {
  padding: 40px 0;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_inner .footer_right {
    display: none;
  }
}
#global-footer .footer_inner .footer_right .txt_link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 64px;
}
#global-footer .footer_inner .footer_right .txt_link li {
  width: 100%;
}
#global-footer .footer_inner .footer_right .txt_link li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  padding: 12px 0;
  transition: all 0.6s ease;
}
#global-footer .footer_inner .footer_right .txt_link li a:hover {
  background: #00C5E7;
  color: #fff;
}
#global-footer .footer_inner .footer_right .sns_link {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#global-footer .footer_inner .footer_right .sns_link li {
  width: 100%;
}
#global-footer .footer_inner .footer_right .sns_link li a {
  display: grid;
  place-items: center;
  text-align: center;
  width: 100%;
  padding: 12px 0;
  color: #fff;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  transition: all 0.6s ease;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_inner .footer_right .sns_link li a {
    font-size: 1.1rem;
  }
}
#global-footer .footer_inner .footer_right .sns_link li a:hover {
  background: #00C5E7;
  color: #fff;
}
#global-footer .footer_inner .footer_right .sns_link li a img {
  width: auto;
  height: 20px;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 6px;
}
#global-footer .copy {
  text-align: center;
}
#global-footer .copy small {
  color: #fff;
  padding: 14px 0;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}

.snslist {
  display: none;
}

html {
  scroll-behavior: smooth;
}

main#container {
  width: auto;
  height: auto;
  display: block;
}

.readtxt {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  .readtxt {
    margin-bottom: 32px;
  }
}
.readtxt .title {
  font-size: 5.4rem;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
  .readtxt .title {
    font-size: 3.2rem;
  }
}
.readtxt .desc {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #CDDFE5;
}

.relaxspace {
  background: url(../images/relaxspace_pic.jpg) no-repeat 50% center;
  background-size: cover;
  width: 100%;
  min-height: 90vh;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 520px) {
  .relaxspace {
    background: url(../images/relaxspace_pic_sp.jpg) no-repeat right center;
    background-size: cover;
    min-height: 58vh;
  }
}
.relaxspace .relax_note {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 10;
  background: #151515;
  width: 640px;
  height: 350px;
  padding: 52px 32px;
}
@media screen and (max-width: 1100px) {
  .relaxspace .relax_note {
    width: 540px;
    height: 280px;
  }
}
@media screen and (max-width: 834px) {
  .relaxspace .relax_note {
    bottom: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 520px) {
  .relaxspace .relax_note {
    width: 80%;
    padding: 40px;
    height: 250px;
    background: rgba(21, 21, 21, 0.85);
  }
}
.relaxspace .relax_note h2 {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 2.1rem;
  margin-bottom: 14px;
}
@media screen and (max-width: 520px) {
  .relaxspace .relax_note h2 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .relaxspace .relax_note h2 {
    font-size: 1.7rem;
  }
}
.relaxspace .relax_note p {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #CDDFE5;
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .relaxspace .relax_note p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 520px) {
  .relaxspace .relax_note p {
    font-size: 1.2rem;
  }
  .relaxspace .relax_note p br {
    display: none;
  }
}
.relaxspace .relax_note .badge_wrap {
  position: absolute;
  bottom: 24px;
  right: 32px;
}
@media screen and (max-width: 520px) {
  .relaxspace .relax_note .badge_wrap {
    right: 40px;
  }
}

.gymspace {
  background: url(../images/gym_pic.jpg) no-repeat 50% center;
  background-size: cover;
  width: 100%;
  min-height: 90vh;
  padding: 100px 0;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .gymspace {
    margin-bottom: 40px;
    background: url(../images/gym_pic_sp.jpg) no-repeat right center;
    background-size: cover;
    min-height: 58vh;
  }
}
.gymspace .gym_note {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 10;
  background: #151515;
  width: 640px;
  height: 350px;
  padding: 52px 32px;
}
@media screen and (max-width: 1100px) {
  .gymspace .gym_note {
    width: 540px;
    height: 280px;
    padding: 24px 32px;
  }
}
@media screen and (max-width: 834px) {
  .gymspace .gym_note {
    top: 24px;
    left: 24px;
  }
}
@media screen and (max-width: 520px) {
  .gymspace .gym_note {
    width: 80%;
    padding: 24px 40px 40px 40px;
    height: 250px;
    background: rgba(21, 21, 21, 0.85);
  }
}
.gymspace .gym_note h2 {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 2.1rem;
  margin-bottom: 14px;
}
@media screen and (max-width: 1100px) {
  .gymspace .gym_note h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 520px) {
  .gymspace .gym_note h2 {
    margin-bottom: 8px;
  }
}
.gymspace .gym_note p {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #CDDFE5;
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .gymspace .gym_note p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 520px) {
  .gymspace .gym_note p {
    font-size: 1.2rem;
  }
  .gymspace .gym_note p br {
    display: none;
  }
}
.gymspace .gym_note .badge_wrap {
  position: absolute;
  bottom: 24px;
  left: 32px;
}
@media screen and (max-width: 520px) {
  .gymspace .gym_note .badge_wrap {
    left: 40px;
  }
}

.price_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 520px) {
  .price_wrap {
    margin-bottom: 40px;
  }
}
.price_wrap h2 {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 520px) {
  .price_wrap h2 {
    margin-bottom: 32px;
  }
}
.price_wrap h2 span {
  font-size: 5.4rem;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
  .price_wrap h2 span {
    font-size: 3.2rem;
  }
}
.price_wrap .price_list {
  width: 1360px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 5%;
  row-gap: 40px;
}
@media screen and (max-width: 1366px) {
  .price_wrap .price_list {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  .price_wrap .price_list {
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    row-gap: 24px;
  }
}
@media screen and (max-width: 520px) {
  .price_wrap .price_list {
    grid-template-columns: 49.5% 49.5%;
    column-gap: 1%;
    row-gap: 6px;
  }
}
.price_wrap .price_list .pricebox {
  background: #070707;
  padding: 40px 20px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 520px) {
  .price_wrap .price_list .pricebox {
    padding: 40px 10px 32px;
  }
}
.price_wrap .price_list .pricebox .icon {
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .price_wrap .price_list .pricebox .icon img {
    width: auto;
    height: 78px;
    vertical-align: bottom;
  }
}
.price_wrap .price_list .pricebox .title {
  text-align: center;
  color: #C6E8F4;
  font-size: 2.1rem;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  .price_wrap .price_list .pricebox .title {
    font-size: 1.65rem;
  }
}
.price_wrap .price_list .pricebox .title span {
  font-size: 1.6rem;
  color: #00C5E7;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 4px;
}
@media screen and (max-width: 1100px) {
  .price_wrap .price_list .pricebox .title span {
    font-size: 1.1rem;
  }
}
.price_wrap .price_list .pricebox .price {
  text-align: center;
  color: #C6E8F4;
  font-size: 1.8rem;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .price_wrap .price_list .pricebox .price {
    font-size: 1.4rem;
  }
}
.price_wrap .descbox {
  display: grid;
  place-items: center;
}
.price_wrap .descbox p {
  color: #fff;
  font-size: 1.8rem;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .price_wrap .descbox p {
    text-align: center;
  }
}
.price_wrap .descbox p span {
  font-size: 1.8rem;
  color: #00C5E7;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.access_wrap {
  background: url(../images/map_pic.jpg) no-repeat 50% center;
  background-size: cover;
  width: 100%;
  min-height: 90vh;
  padding: 100px 0;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .access_wrap {
    min-height: 58vh;
  }
}
.access_wrap .map_note {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 10;
  background: #151515;
  width: 640px;
  height: 350px;
  padding: 52px 32px;
}
@media screen and (max-width: 1100px) {
  .access_wrap .map_note {
    width: 540px;
    height: 280px;
    padding: 24px 32px;
  }
}
@media screen and (max-width: 834px) {
  .access_wrap .map_note {
    top: 24px;
    left: 24px;
  }
}
@media screen and (max-width: 520px) {
  .access_wrap .map_note {
    width: 80%;
    height: 260px;
    background: rgba(21, 21, 21, 0.85);
  }
}
.access_wrap .map_note h2 {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 2.1rem;
  margin-bottom: 14px;
}
@media screen and (max-width: 1100px) {
  .access_wrap .map_note h2 {
    font-size: 1.7rem;
  }
}
.access_wrap .map_note p {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #CDDFE5;
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .access_wrap .map_note p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 520px) {
  .access_wrap .map_note p {
    font-size: 1.2rem;
  }
}
.access_wrap .map_note .badge_wrap {
  position: absolute;
  bottom: 24px;
  left: 32px;
}
.access_wrap .map_note .maplink {
  position: absolute;
  bottom: 24px;
  right: 32px;
  padding: 12px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 520px) {
  .access_wrap .map_note .maplink {
    padding: 0;
    bottom: 14px;
  }
}
.access_wrap .map_note .maplink:hover {
  background: rgba(0, 255, 255, 0.25);
  border-radius: 12px;
}
.access_wrap .map_note .maplink img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 520px) {
  .access_wrap .map_note .maplink img {
    width: auto;
    height: 60px;
  }
}

.social_wrap {
  border-bottom: 1px dashed #B4E1EB;
  margin-bottom: 80px;
}
@media screen and (max-width: 520px) {
  .social_wrap {
    margin-bottom: 40px;
  }
}
.social_wrap .link_list {
  width: 85%;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  column-gap: 2.5%;
}
@media screen and (max-width: 1100px) {
  .social_wrap .link_list {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  .social_wrap .link_list {
    display: block;
  }
}
.social_wrap .link_list a {
  position: relative;
  width: 100%;
  height: 240px;
  display: grid;
  place-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1100px) {
  .social_wrap .link_list a {
    height: 200px;
  }
}
@media screen and (max-width: 520px) {
  .social_wrap .link_list a {
    height: 120px;
    margin-bottom: 16px;
  }
}
.social_wrap .link_list a.sns1 {
  background: url(../images/sns_pic1.jpg);
}
.social_wrap .link_list a.sns2 {
  background: url(../images/sns_pic2.jpg);
}
.social_wrap .link_list a.sns3 {
  background: url(../images/sns_pic3.jpg);
}
.social_wrap .link_list a.sns4 {
  background: url(../images/sns_pic4.jpg);
}
.social_wrap .link_list a.sns5 {
  background: url(../images/sns_pic5.jpg);
}
.social_wrap .link_list a::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  transition: all 0.6s ease;
}
.social_wrap .link_list a:hover::before {
  background: rgba(0, 200, 230, 0.55);
}
.social_wrap .link_list a .link_wrap {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.social_wrap .link_list a .link_wrap .icon {
  margin-bottom: 14px;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .social_wrap .link_list a .link_wrap .icon img {
    width: auto;
    height: 30px;
    vertical-align: bottom;
  }
}
.social_wrap .link_list a .link_wrap .idtxt {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .social_wrap .link_list a .link_wrap .idtxt {
    font-size: 1.4rem;
  }
}
.social_wrap .desc {
  text-align: center;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 520px) {
  .social_wrap .desc {
    margin-bottom: 40px;
  }
}
.social_wrap .desc a {
  display: inline-block;
  padding: 3px;
  color: #00c8e6;
  border-bottom: 1px solid #00c8e6;
}
@media screen and (max-width: 520px) {
  .social_wrap .desc a {
    display: block;
    border-bottom: none;
  }
}

.contact_wrap {
  border-bottom: 1px dashed #B4E1EB;
  margin-bottom: 80px;
}
@media screen and (max-width: 520px) {
  .contact_wrap {
    margin-bottom: 40px;
  }
}
.contact_wrap h2 {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 520px) {
  .contact_wrap h2 {
    margin-bottom: 32px;
  }
}
.contact_wrap h2 span {
  font-size: 5.4rem;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
  .contact_wrap h2 span {
    font-size: 3.2rem;
  }
}
.contact_wrap .contact_content {
  padding-bottom: 80px;
}
@media screen and (max-width: 520px) {
  .contact_wrap .contact_content {
    padding-bottom: 40px;
  }
}
.contact_wrap .contact_content form {
  width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .contact_wrap .contact_content form {
    width: 95%;
  }
}
.contact_wrap .contact_content form dl {
  margin-bottom: 16px;
}
.contact_wrap .contact_content form dl div {
  display: flex;
  justify-content: flex-start;
  padding: 8px 0;
}
.contact_wrap .contact_content form dl div:nth-child(odd) {
  background: #1D1D1D;
}
.contact_wrap .contact_content form dl div dt {
  width: 30%;
  color: #fff;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  padding: 8px 14px;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .contact_wrap .contact_content form dl div dt {
    width: 35%;
    font-size: 1.5rem;
    padding-right: 0;
  }
}
.contact_wrap .contact_content form dl div dd {
  width: 70%;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .contact_wrap .contact_content form dl div dd {
    width: 65%;
    padding: 0 8px 0 14px;
  }
}
.contact_wrap .contact_content form dl div dd label, .contact_wrap .contact_content form dl div dd input {
  color: #fff;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.contact_wrap .contact_content form dl div dd input, .contact_wrap .contact_content form dl div dd textarea {
  box-sizing: border-box;
  background: #525252;
  border: none;
  width: 100%;
  color: #fff;
}
.contact_wrap .contact_content form dl div dd input[type=radio], .contact_wrap .contact_content form dl div dd textarea[type=radio] {
  width: auto;
}
.contact_wrap .contact_content form dl div dd input:focus, .contact_wrap .contact_content form dl div dd textarea:focus {
  outline: 1px solid #00C5E7;
}
.contact_wrap .contact_content form dl div dd label[for=type1] {
  padding-right: 10px;
  display: inline-block;
  width: auto;
}
.contact_wrap .contact_content form dl div dd label[for=type2] {
  display: inline-block;
  width: auto;
}
.contact_wrap .contact_content form dl div dd input[type=radio] {
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.contact_wrap .contact_content form .buttons {
  text-align: center;
}
.contact_wrap .contact_content form .buttons input[type=submit] {
  border: none;
  background: #00c8e6;
  color: #fff;
  font-size: 1.8rem;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.6s ease;
}
.contact_wrap .contact_content form .buttons input[type=submit]:hover {
  background: rgba(0, 200, 230, 0);
  outline: 1px solid #00C5E7;
  color: #00C5E7;
}

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