@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#promise div.body {
  background: url("../../_image/_common/bg-2.png") center top no-repeat;
  background-size: contain;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #promise div.body {
    background-size: auto;
  }

}

/** ***************************************************************************
 * コンテンツ
 */

#promise .promise-item {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#promise .promise-item div.contents {
  position: relative;
  z-index: 1;
}

/** ===========================================================================
 * アイコン
 */

#promise .promise-item div.icon {
  width: 100px;
  position: absolute;
  z-index: 1;
  top: -27px;
  left: -10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #promise .promise-item div.icon {
    width: auto;
    top: -110px;
    left: -60px;
  }

}

/** ===========================================================================
 * 画像
 */

#promise .promise-item div.image {
  margin-bottom: 20px;
  text-align: center;
}

/** ===========================================================================
 * 内容
 */

#promise .promise-item div.content {
  font-size: 16px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #promise .promise-item div.content {
    line-height: 2;
    font-size: 18px;
    text-align: center;
  }

}

/** ***************************************************************************
 * ご予約フォームへ
 * ************************************************************************* */

#promise div.button {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #promise div.button .button-1 {
    font-size: 30px;
  }

}
