﻿@charset "UTF-8";
/* ########### パーソナルトレーニング | ビヨンド川崎店 ########### */

/*
 * "font-awesome" is lisenced under the SIL Open Font License 1.1
 * https://fortawesome.github.io/Font-Awesome
 * http://scripts.sil.org/OFL
 */

/* ################################# 1101px以上 ################################# */

@media (min-width: 1101px) {
  .pc.cama {
    display: block !important;
  }
  .pc.camb {
    display: none !important;
  }
}

/* ################################# 768px以上1110px以下 ################################# */

@media (min-width: 768px) and (max-width: 1110px) {
  .pc.cama {
    display: none !important;
  }
  .pc.camb {
    display: block !important;
  }
  .pc.camb .mainimageback img {
    min-height: 430px !important;
    max-height: 430px !important;
  }
}

/* ################################# 2500px以上 ################################# */

@media (min-width: 2500px) {
  .mainimageback img {
    margin: 0 0 0 0;
    width: 100%;
    min-height: 435px;
    max-height: 1035px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}