@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

body.layout-lower
#main {
  padding: 20px 0 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.layout-lower
  #main {
    padding: 30px 0 80px;
  }

}

/** ***************************************************************************
 * タイトル
 * ************************************************************************* */

#main .type-title {
  margin-bottom: 10px;
  text-align: center;
}

#main .type-title img {
  width: auto;
  height: 22px;
  vertical-align: middle;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .type-title img {
    height: 32px;
  }

}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead .type {
  text-align: center;
}

#lead .type strong {
  font-size: 1.25em;
  font-weight: 700;
}

#lead .catchcopy {
  font-weight: 500;
  text-align: center;
}

/** ***************************************************************************
 * プラン
 * ************************************************************************* */

/** ***************************************************************************
 * プラン
 */

#plan {
  margin-top: 15px !important;
}

#plan div.plan {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #plan {
    margin-top: 15px !important;
  }

  #plan div.plan {
    padding-left: 8%;
    padding-right: 8%;
  }

}

/** ===========================================================================
 * 画像
 */

#plan div.plan div.image {
  text-align: center;
}

/** ===========================================================================
 * 前へ / 次へ
 */

#plan div.plan div.button {
  width: 20px;
  margin-top: 30%;
  position: absolute;
  top: 0;
}

#plan div.plan div.button.prev {
  left: 10px;
}

#plan div.plan div.button.next {
  right: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #plan div.plan div.button {
    width: 36px;
  }

  #plan div.plan div.button.prev {
    left: 2.32%;
  }

  #plan div.plan div.button.next {
    right: 2.32%;
  }

}

/** ***************************************************************************
 * 印刷する
 */

#plan div.print {
  text-align: center;
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #plan div.print {
    display: block;
  }

}

/** ***************************************************************************
 * 注釈
 */

#plan div.memo {
  max-width: 650px;
  margin-top: 20px !important;
  margin-left: auto;
  margin-right: auto;
}

/** ***************************************************************************
 * 印刷用
 * ************************************************************************* */

@media print {
  
  body {
    padding-top: 0 !important;
  }
  
  #header {
    display: none;
  }
  
  #header {
    display: none;
  }
  
  #main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #plan div.plan {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #plan div.plan div.button {
    display: none;
  }

  #plan div.print {
    display: none;
  }

  #plan div.memo {
    margin-top: 30px !important;
    display: block;
  }

  #common {
    display: none;
  }
  
  #footer {
    display: none;
  }
  
  #menu {
    display: none;
  }

}
