@charset "utf-8";

@media screen and (max-width:1150px) {
  
  /* サロン詳細 */
  .salonIntroduction .shortWidth {
    width: 100%;
  }
  .salonIntroduction .salonInformation {
    position: relative;
    top: auto;
    right: auto;
    max-width: 480px;
    margin: 150px auto 0;
  }
  .employmentConditions dd {
    padding-right: 0;
  }
  .employmentConditions dd .model {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 60px;
  }
}

@media screen and (max-width:1130px) {

  /* トップコンテンツ */
  .topContents .topText {
    min-width: 550px;
  }

  /* 応募フォーム表示ボタン */
  .applicationBanner {
    animation: bannerMotion-1130 5s ease-in-out infinite;
  }
  .applicationBanner .bannerContents {
    padding-right: 100px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width:1060px) {

  /* 店長挨拶 */
  .messageFromManager .contentsColumn {
    flex-wrap: wrap;
  }
  .messageFromManager .managerMessage {
    width: 100%;
  }
}

@media screen and (max-width:980px) {

  /* 会社概要 */
  .companyInformation {
    flex-wrap: wrap;
  }
  .companyInformation dl {
    order: 2;
    max-width: 560px;
  }
  .companyInformation .companyImage {
    order: 1;
  }
}

@media screen and (max-width:940px) {

  body {
    font-size: 16px;
  }

  section {
    padding-top: 80px;
  }
  
  /* トップコンテンツ */
  .topContents {
    flex-wrap: wrap;
    height: auto;
    min-height: calc(var(--dvh, 1vh) * 100);
    padding-top: 130px;
  }
  .topContents .topText {
    padding: 0;
  }
  .topContents .nailImages {
    height: 390px;
  }
  .topContents .nailImages img {
    width: 70%;
  }
  .topContents .nailImages .image-1 {
    top: -30px;
    left: 55%;
  }
  /* 画像に付属の疑似要素 */
  .topContents .nailImages .imageItem::before {
    top: 40%;
    left: 50%;
    width: 220px;
    height: 220px;  
  }
  .topContents .nailImages .imageItem::after {
    left: 10%;
    width: 180px;
    height: 180px;
  }
  /* ポイント */
  .topContents .point ul {
    height: 190px;
  }
  .topContents .point li {
    width: 160px;
    height: 160px;
    margin: 0 10px;
  }
}

@media screen and (max-width:780px) {

  /* サロン紹介文 */
  .salonIntroduction p.introductionText {
    font-size: 16px;
  }
  .employmentConditions h2 {
    font-size: 20px;
  }
  .employmentConditions h2 span::before {
    background-color: transparent;
  }
}

@media screen and (max-width:660px) {

  .topContents .nailImages .image-1 {
    top: auto;
    bottom: -55px;
    left: 65%;
    width: 60%;
  }
  .topContents .nailImages .image-2 {
    top: 75px;
    left: 150px;
    width: 80%;
  }
  .topContents .nailImages .image-3 {
    top: 0;
    left: 90%;
    width: 85%;
  }
  .topContents .nailImages .imageItem::after {
    width: 140px;
    height: 140px;
  }
  .topContents .point ul {
    height: 290px;
  }
}

@media screen and (max-width:520px) {

  .topContents .topText {
    font-size: 22px;
  }
  .topContents .topText span.text-1 {
    font-size: 24px;
  }
  .topContents .topText span.text-3 {
    font-size: 24px;
  }
  .topContents .nailImages {
    height: 460px;
    margin-top: 60px;
  }
  .topContents .nailImages .image-1 {
    top: auto;
    bottom: -15px;
    left: 85%;
    width: 80%;
  }
  .topContents .nailImages .image-2 {
    top: 0;
    left: 95%;
    width: 90%;
  }
  .topContents .nailImages .image-3 {
    top: 75px;
    left: 140px;
    width: 100%;
  }
  .topContents .nailImages .imageItem::before {
    top: 15%;
    left: 5%;
    width: 160px;
    height: 160px;
  }
  .topContents .nailImages .imageItem::after {
    width: 140px;
    height: 140px;
  }
  .topContents .point ul {
    height: 180px;
  }
  .topContents .point li {
    width: 110px;
    height: 110px;
    margin: 0px 5px;
    font-size: 16px;
  }
  /* サロン詳細 */ 
  .salonIntroduction .salonInformation dd.location li {
    font-size: 14px;
  }
  /* 応募フォーム */
  .applicationForm .designSelectbox.genderSelect {
    width: calc(100%);
  }
}

@media screen and (max-width:480px) {

  /* 店長写真 */
  .messageFromManager .managerImage {
    width: 320px;
    height: 320px;
  }
  /* 会社写真 */
  .companyInformation .companyImage {
    width: 320px;
    height: 320px;
  }
}