<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


body {
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
img {
    max-width: 100%;
    height: auto;
}

.header-nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 9999999;
  width: 594px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
}

.header-nav ul {
  list-style: none;
  font-size: 0;
  margin: 0;
  background-image: url(images/diamondgym/menu.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12px 35px;
  line-height: 1;
}

.header-nav ul li {
  display: inline-block;
  margin-right: 20px;
}

.header-nav ul li:last-child {
  margin-right: 0;
}

.header-nav ul li a {
  text-decoration: none;
  color: #7D7E7E;
  font-size: 16px;
  transition: color 0.4s ease 0s;
}

.header-nav ul li a:hover {
  color: #FF26A3;
}

.header-nav ul li a span {
  color: #FF26A3;
}

  .contact_btn01{
       display:block;
       width: 90%;
       height:50px;
       line-height: 50px;
       color: #FFF;
       text-decoration: none;
       text-align: center;
       background-color: #000; /*ボタン色*/
       border-radius: 0px; /*角丸*/
       -webkit-transition: all 0.5s;
       transition: all 0.5s;
  }
  .contact_btn01:hover{
       background-color: #FF27A3; /*ボタン色*/
  }



/* Contact Form
 ***********************************************/

.contact {
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 120px 0 0 0;
  background-color: #FFFFFF;
}

.contact .cnt01 {
  font-size: 28px;
}

.contact .cnt01 img {
  vertical-align: middle;
}

.contact .cnt02 {
  font-size: 16px;
  color: #747474;
}


#form_wrap {
  width: 100%;
  padding: 30px 0;
  position: relative;
  background-color: #f3f3f3;
}

#contact_form {
  max-width: 700px;
  margin: 0 auto;
}

#contact_form ul{
    margin: 0;
    padding: 0;
}

#contact_form form li {
  list-style: none;
}

.name-initials ul li:last-child {
  margin-right: 0px;
}

#contact_form form span.important {
  background-color: #F00;
  color: #FFF;
  font-size: 11px;
  padding: 1px 2px;
  border-radius: 3px;
  margin-left: 4px;
}

#contact_form form li.s_text {
  float: left;
}

#contact_form form input {
  width: 94%;
  line-height: 40px;
  background-color: #FFF;
  outline: none;
  border: none;
  padding: 0 10px;
  margin-top: 5px;
  color: #000;
  white-space: pre;
}

#contact_form form select {
  width: 99%;
  height: 40px;
  line-height: 40px;
  background-color: #FFF;
  outline: none;
  border: none;
  padding: 0 0 0 10px;
  margin-top: 5px;
  color: #000;
  white-space: pre;
}

#contact_form form textarea {
  width: 96%;
  min-height: 200px;
  height: 40px;
  line-height: 100%;
  background-color: #FFF;
  outline: none;
  border: none;
  padding: 10px;
  margin-top: 5px;
  color: #000;
}

.name-initials ul li {
  width: 100%;
  float: left;
  margin-right: 16px;
}

.common-intregity {
  clear: both;
  text-align: left;
}

#contact_form ul {
  margin: 0;
}

#contact_form form .btn {
  position: relative;
  /*bottom: -220px;*/
  width: 700px;
}

#contact_form form .btn .submit_btn {
  width: 692px;
  height: 84px;
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0px;
  background: url(images/contact-btn.png) no-repeat;
  border-radius: 0px !important;
  margin-top: 15px;
  text-indent: -99999px;
}

#contact_form form .btn #check_submit {
  width: 692px;
  height: 84px;
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0px;
  background: url(images/check_submit.png) no-repeat;
  border-radius: 0px !important;
  margin-top: 15px;
  text-indent: -99999px;
}

#contact_form form .btn #re_edit {
  width: 692px;
  height: 84px;
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0px;
  background: url(images/re_edit.png) no-repeat;
  border-radius: 0px !important;
  margin-top: 15px;
  text-indent: -99999px;
}

.long-input input, .long-input select, .long-input textarea {
  width: 96% !important;
}

.discription {
  padding-top: 40px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

#contact_bottom {
  height: 160px;
}

#contact_bottom p {
  text-align: center;
  font-weight: bold;
  padding-top: 60px;
}

#contact_bottom a {
  color: #F00;
  text-decoration: underline;
}


@media (max-width: 600px) {

  .header-nav {
    width: 100%;
  }

  .header-nav ul {
    display: inline-block;
    padding: 2vw 5vw;
  }

  .header-nav ul li {
    margin-right: 1.5vw;
}

  .header-nav ul li a {
    font-size: 2.6vw;
  }
}

@media (max-width: 360px) {
  .header-nav ul {
    padding: 1.7vw 3vw;
  }
  .header-nav ul li {
    margin-right: 1vw;
  }
  .header-nav ul li a span {
    letter-spacing: -2px;
  }
}

footer {
  width: 100%;
  border-bottom: 40px solid #FF27A3;
}

.footer-inner {
  max-width: 1550px;
  margin: 0 auto;
  text-align: right;
}

.footer-inner a {
  display: inline-block;
  margin-bottom: 30px;
}

.sec-smp-img {
  display: none;
}

.db690,.db485 {
  display: none;
}

.section01 {
  background-image: url(images/diamondgym/sec01-bk.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 120px 0;
}

.section01 .cnt01 {
  font-size: 28px;
}

.section01 .cnt01 img {
  vertical-align: middle;
}

.section01 .cnt02 {
  font-size: 16px;
  color: #747474;
}

.section02 {
  position: relative;
  height: 700px;
  width: 100%;
  background-image: url(images/diamondgym/sec02-bk.jpg);
  background-size: cover;
  background-position: top right;
}

.section02 .sec-inner {
  position: absolute;
  width: 690px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 150px;
}

.section02 .cnt01 {
  font-size: 24px;
}

.section02 .cnt01 span {
  color: #FE2BA5;
}

.section02 .cnt02 {
  font-size: 16px;
  color: #666666;
}

.section03 {
  position: relative;
  height: 700px;
  width: 100%;
  background-image: url(images/diamondgym/sec03-bk.jpg);
  background-size: cover;
  background-position: top left;
}

.section03 .sec-inner {
  position: absolute;
  width: 565px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 150px;
}

.section03 .cnt01 {
  font-size: 24px;
  color: #FE2BA5;
}

.section03 .cnt02 {
  font-size: 20px;
  line-height: 2;
  color: #000;
}

.section04 {
  position: relative;
  height: 1200px;
  width: 100%;
  background-image: url(images/diamondgym/sec04-bk.jpg);
  background-size: cover;
  background-position: top right;
}

.section04 .sec-inner {
  position: absolute;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 150px;
  color: #fff;
}

.section04 h2 {
  font-size: 26px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0;
  line-height: 1;
}

.section04 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section04 .main-ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.section04 .main-ul .fst {
  width: 175px;
}

.section04 .main-ul .scnd {
  width: 700px;
}

.section04 .cnt01 .sub-ul li h3 {
  font-size: 16px;
  margin: 0;
  border-left: 10px solid #fff;
  padding: 5px 0 5px 15px;
}

.section04 .cnt01 .sub-ul li p span {
  font-size: 14px;
  display: block;
  color: #BABABA;
  line-height: 1.3;
}

/*比較表*/
.price-comparison{
  width: 100%;
}

.price-comparison .sec-inner{
  width: 920px;
  margin: 100px auto 0px;
}

.section05 {
  position: relative;
  width: 100%;
  padding: 50px 0 50px;
  box-sizing: border-box;
}

.section05 .sec-inner {
  margin-left: 150px;
}

.section05 h2 {
  font-size: 26px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 0 40px;
  line-height: 1;
}

.section05 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section05 ul:after {
  content: '';
  display: block;
  clear: both;
}

.section05 li {
  float: left;
}

.section05 .fst {
  width: 350px;
}

.section05 .fst h3 {
  font-size: 20px;
  margin: 0 0 15px;
}

.section05 .fst h3 span {
  font-size: 12px;
  padding-left: 8px;
}

.section05 .cnt01 span {
  font-size: 12px;
  display: block;
  margin: 10px 0 25px;
  line-height: 1.3;
}

.section05 .cnt02,.section05 .cnt03 {
  margin: 0;
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
}

.section05 .cnt02{
  margin-bottom: 20px;
}

.section05 .cnt02:before {
  content: url('images/diamondgym/tel-icon.png')
}

.section05 .cnt03:before {
  content: url('images/diamondgym/check-icon.png')
}

.section05 .cnt02:before,.section05 .cnt03:before {
  position: absolute;
  left: 0;
  top: 0;
}

.section05 .cnt02 a {
  color: #000;
  text-decoration: none;
}

.section05 .cnt03 span {
  font-size: 12px;
  padding-left: 8px;
}

.section05 #googlemap {
  height: 520px;
  width: 1200px;
}

.section06 {
  position: relative;
  width: 100%;
  padding: 50px 0 100px;
  box-sizing: border-box;
}

.section06 .sec-inner {
  margin-left: 150px;
}

.section06 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section06 ul:after {
  content: '';
  display: block;
  clear: both;
}

.section06 .fst,.section06 .scnd {
  float: left;
}

.section06 .fst {
  width: 340px;
}

.section06 h2 {
  font-size: 26px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 0 40px;
  line-height: 1;
}

.section06 .fst a {
  display: block;
}

.section06 .fst p {
  margin: 0;
  padding: 0;
}

.section06 .scnd {
  width: 1210px;
  box-sizing: border-box;
}

.section06 .instagram {
  font-size: 0;
  padding: 10px;
  background-color: #FAFAFA;
  box-sizing: border-box;
}

.section06 .instagram li {
  display: inline-block;
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 15px;
  vertical-align: top;
}

.section06 .instagram li a {
  display: block;
}

.section06 .instagram li img {
  object-fit: cover;
  height: 230px;
  width: 100%;
}

.section06 .instagram li:nth-child(5),.section06 .instagram li:nth-child(10) {
  margin-right: 0;
}

@media(max-width: 1820px) {
  .section02 .sec-inner,.section04 .sec-inner {
    left: 100px;
  }
  .section05 .sec-inner,.section06 .sec-inner {
    margin-left: 100px;
  }
  .section03 .sec-inner {
    right: 100px;
  }

  .section03 {
    background-image: url(images/diamondgym/sec03-bk-02.jpg);
  }

  .section05 #googlemap {
    width: 60vw;
  }
  .section06 .scnd {
    width: 61vw;
  }
}

@media(max-width: 1560px) {
  .section02,.section03 {
    height: 40vw;
  }
  .section02 .sec-inner,.section04 .sec-inner {
    left: 50px;
  }
  .section05 .sec-inner,.section06 .sec-inner {
    margin-left: 50px;
  }
  .section03 .sec-inner {
    right: 50px;
  }
  .section04 .main-ul .fst {
    width: 8vw;
  }
  .section06 .instagram li img {
    height: 12.5vw;
  }
}

@media(max-width: 1300px) {
  .dn1300 {
    display: none;
  }
  .section02 .sec-inner,.section04 .sec-inner {
    left: 4vw;
  }
  .section03 .sec-inner {
    right: 4vw;
  }
  .section05 .sec-inner,.section06 .sec-inner {
    margin-left: 4vw;
  }

  .section02 .cnt01,.section03 .cnt01 {
    font-size: 20px;
    line-height: 1.3;
  }
  .section02 .cnt02,.section04 .cnt01 .sub-ul li p {
    font-size: 14px;
  }
  .section02 .cnt02 {
    width: 570px;
  }
  .section03 .sec-inner {
    width: 450px;
  }

  .section03 .cnt02 {
    font-size: 16px;
  }
  .section04 {
    height: 670px;
  }
  .section04 .main-ul .fst {
    width: 10vw;
  }
  .section04 .main-ul .scnd {
    width: 500px;
  }
  .section04 .main-ul li {
    margin-bottom: 0;
  }
  .section04 .cnt01 .sub-ul li h3 {
    padding: 0 0 0 15px;
  }
  .section04 .cnt01 .sub-ul li p span {
    font-size: 12px;
  }
}

@media(max-width: 1080px) {
  .section02 {
    background-image: url(images/diamondgym/sec02-bk-02.jpg);
  }
  .section03 {
    height: 35vw;
  }
  .section02 .sec-inner,.section04 .sec-inner {
    left: 2vw;
  }
  .section03 .sec-inner {
    right: 2vw;
  }
  .section05 .sec-inner,.section06 .sec-inner {
    margin-left: 0;
    padding: 0 2vw;
    box-sizing: border-box;
  }
  .section05 li,.section06 .fst, .section06 .scnd {
    float: none;
  }

  .section05 h2,.section06 h2 {
    margin-bottom: 24px;
  }

  .section05 .fst,.section06 .fst {
    width: auto;
  }

  .section05 .fst {
    margin-bottom: 15px;
  }

  .section05 #googlemap,.section06 .scnd {
    width: 100%;
  }
  .section05 .cnt01, .section05 .box01 {
    display: inline-block;
    vertical-align: top;
  }

  .section05 .cnt01 {
    margin: 0 30px 0 0;
  }
  .section05 .box01 p {
    display: block;
  }

  .section06 .instagram li img {
    height: 14.5vw;
  }

}

@media(max-width: 900px) {
  .sec-smp-img {
    display: block;
  }
  .section02, .section03 {
    background-image: none;
    height: auto;
  }
  .section02 .sec-inner, .section03 .sec-inner {
    position: initial;
    transform: none;
    padding-bottom: 100px;
  }
  .section02 .sec-inner {
    position: relative;
    top: -10vw;
    margin: 0 9vw 0 4vw;
    width: auto;
  }
  .section02 .cnt01 {
    margin-top: 0;
  }
  .section02 .cnt02 {
    width: auto;
  }
  .section04 {
    background-image: url(images/diamondgym/sec04-bk-02.jpg);
    height: auto;
  }
  .section04 .sec-inner {
    position: initial;
    transform: none;
    padding: 100px 4vw;
    box-sizing: border-box;
  }
  .section04 .main-ul .fst {
    width: 90px;
  }

  .section05 .sec-inner,.section06 .sec-inner {
    padding: 0 4vw;
  }
}

@media(max-width: 690px) {
  .db690 {
    display: block;
  }
  .dn690 {
    display: none;
  }
  .section01 {
    padding: 60px 20px;
  }
  .section01 .cnt02 {
    font-size: 15px;
  }
  .section02 .sec-inner, .section03 .sec-inner {
    padding-bottom: 60px;
  }
  .section04 .sec-inner {
    padding: 60px 4vw;
  }
  .section04 .main-ul .fst,.section04 .main-ul .scnd {
    width: 100%;
  }
  .section04 .main-ul .scnd .sub-ul {
    width: 80%;
  }
  .section04 .main-ul li {
    display: block;
  }
  .section04 h2 {
    margin-bottom: 20px;
  }
  .section04 .cnt01 .sub-ul li:last-child p {
    margin-bottom: 20px;
  }

  .section05 {
    padding: 60px 0 30px;
  }

  .section05 .cnt01, .section05 .box01 {
    display: block;
    margin-bottom: 15px;
  }
  .section05 #googlemap {
    height: 300px;
  }
  .section06 {
    padding: 30px 0 60px;
  }
  .section06 .instagram li {
    width: 23.5%;
    margin-right: 2%;
  }
  .section06 .instagram li:nth-child(5), .section06 .instagram li:nth-child(10) {
    margin-right: 2%;
  }
  .section06 .instagram li:nth-child(4), .section06 .instagram li:nth-child(8) {
    margin-right: 0;
  }
  .section06 .instagram li img {
    height: 20vw;
  }
}

@media(max-width: 485px) {
  .db485 {
    display: block;
  }
  .dn485 {
    display: none;
  }
  .section01 .cnt02 {
    font-size: 13px;
  }
  .section02 .cnt01, .section03 .cnt01 {
    font-size: 4vw;
  }
  .section04 h2,.section05 h2, .section06 h2 {
    font-size: 6vw;
  }

  .section02 .cnt02, .section04 .cnt01 .sub-ul li p,
   .section06 .fst p {
    font-size: 3vw;
  }
  .section05 .cnt01, .section05 .box01 p,
  .section05 .cnt03 span {
    font-size: 12px;
  }
  .section03 .cnt02 {
    font-size: 3.2vw;
  }
  .section05 .fst h3 {
    font-size: 3.8vw;
  }

  .section03 .sec-inner {
    padding: 0 2vw 60px;
    box-sizing: border-box;
    width: auto;
  }

  .section04 .cnt01 .sub-ul li p span {
    font-size: 2.2vw;
  }
  .section04 .sec-inner {
    padding: 30px 4vw;
  }

  .section05 .cnt02, .section05 .cnt03 {
    padding-left: 20px;
  }

  .section05 .cnt02:before, .section05 .cnt03:before {
    content: "";
    height: 14px;
    width: 14px;
    background-size: cover;
  }

  .section05 .cnt02:before {
    background-image: url(images/diamondgym/tel-icon.png);
  }
  .section05 .cnt03:before {
    background-image: url(images/diamondgym/check-icon.png);
  }
}


@media(max-width: 700px) {
  .contact {
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 30px 0 0 0;
    background-color: #FFFFFF;
  }
  .name-initials ul li {
      width: 100%;
      float: left;
      margin-right: 16px;
   }
  .long-input input, .long-input select, .long-input textarea {
      width: 94% !important;
  }
  #contact_form form textarea {
    width: 96%;
    min-height: 200px;
    height: 40px;
    line-height: 100%;
    background-color: #FFF;
    outline: none;
    border: none;
    padding: 10px;
    margin-top: 5px;
    color: #000;
  }
  #contact_bottom {
    height: 160px;
  }
  .discription {
    padding-top: 40px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 30px;
    padding: 10px;
  }
  #contact_form form .btn {
    position: relative;
    /*bottom: -220px;*/
    width: 100%;
    line-height: 1;
  }

  #contact_form form .btn .submit_btn {
    width: 100%;
    height: auto;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0px;
    background: #FFF;
    border-radius: 0px !important;
    margin-top: 0px;
    text-indent: 0;
    border: 4px solid #FF27A3;
    color: #FF27A3;
    font-size: 16px;
    font-weight: bold;
  }

  #contact_form form .btn #check_submit {
    width: 100%;
    height: auto;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0px;
    background: #FFF;
    border-radius: 0px !important;
    margin-top: 0;
    text-indent: 0;
    border: 4px solid #FF27A3;
    color: #FF27A3;
    font-size: 16px;
    font-weight: bold;
}

  #contact_form form .btn #re_edit {
    width: 100%;
    height: auto;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0px;
    background: #FFF;
    border-radius: 0px !important;
    margin-top: 0;
    text-indent: 0;
    border: 4px solid #FF27A3;
    color: #FF27A3;
    font-size: 16px;
    font-weight: bold;
  }
}

/*iphone フォーム時 デバイスのデフォルトデザインをリセットさせる */
input[type="submit"], select {
  -webkit-appearance: none;
}
</pre></body></html>