@charset "utf-8";
/* CSS Document */
@import url("layout_sp.css");
@media screen and (max-width: 959px) {
  /* ------------------------------------------------------------ wrapper */
  #pagetitle {
    margin: 0;
    padding: 72px 0 0 0;
    background-position: 0 72px;
    overflow: hidden;
  }
  #pagetitle .inner {
    height: 160px;
  }
  #pagetitle .inner h1 {
    font-size: 2.2rem;
  }
  /* ------------------------------ main*/
  #main .editor {
    width: calc(100% - 40px);
    padding: 20px 0 60px 0;
  }
  /* ------------------------------ h*/
  h1, h2, h3, h4, h5, h6 {
    clear: both;
  }
  #main h2 {
    font-size: 2.4rem;
    margin: 20px 0 40px 0;
    padding: 1.2rem;
  }
  #main h2:before {
    width: 30px;
    height: 3px;
    left: calc(50% - 15px);
  }
  #main h3 {
    font-size: 2.2rem;
    margin: 30px 0 20px;
  }
  #main h4 {
    font-size: 2.0rem;
    margin: 20px 0;
  }
  #main h5 {
    font-size: 1.8rem;
    margin: 20px 0;
  }
  /* ------------------------------ table*/
  #main table.table {
    margin: 20px auto 40px auto;
    /*margin: 20px auto;*/
  }
  #main table.table th, #main table.table td {
    padding: 8px 12px;
  }
  #main table.table th {
    width: 25%;
  }
  /*ごあいさつ*/
  /* ------------------------------ greeting*/
  #greeting {}
  #greeting .greeting_box {
    /*display: flex;
    justify-content: flex-end;
    text-align: right;*/
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: left;
  }
  #greeting .greeting_box .name {
    /*align-content: flex-end;*/
  }
  #greeting .greeting_box .pict {
    /*margin: 0 0 10px 20px;*/
    margin: 0 0 20px;
    text-align: center;
  }
  #greeting .greeting_box .pict img {
    /*width: 210px;
    height: auto;*/
    width: 140px;
  }
  /* ------------------------------ profile*/
  #profile .personal {
    padding: 30px;
  }
  @media screen and (max-width: 560px) {
    #profile .personal .pict {
      float: none;
      margin: 0 0 40px 0;
      text-align: center;
    }
  }
  #profile .personal .pict img {
    width: 140px;
    /*width: 210px;
  height: auto;*/
  }
  #profile .personal .name_eng,
  #profile .personal .name_jp {
    font-size: 2.2rem;
    /*font-size: 2.8rem;
  line-height: 1.0em;
  margin: 20px 0;
  padding: 0;*/
  }
  #profile .personal .name {
    font-size: 1.6rem;
    /*font-size: 2.0rem;
  line-height: 1.0em;
  margin: 20px 0 40px 0;*/
  }
  #profile .personal .post {
    font-size: 1.6rem;
  }
  /**/
  #profile .website {
    padding: 20px;
    /*background-color: #eee;
  margin: 40px 0;
  padding: 30px;*/
  }
  #profile .website a {
    /*word-break: break-all;*/
  }
  /*懇親会*/
  /* ------------------------------ guest*/
  #guest {
    margin: 0;
    padding: 0;
  }
  #guest .personal .pict {
    /*float: right;
    margin: 0 0 10px 20px;*/
  }
  #guest .personal .pict img {
    width: 140px;
    /*width: 210px;
    height: auto;*/
  }
  #guest .personal .name {
    font-size: 2.2rem;
    /*font-size: 2.8rem;
    line-height: 1.0em;
    margin: 20px 0;
    padding: 0;*/
  }
  #guest .personal .instrument {
    font-size: 1.6rem;
    /*font-size: 2.0rem;
    line-height: 1.0em;
    margin: 20px 0 40px 0;*/
  }
  /*プログラム*/
  /* ------------------------------ program*/
  /*協賛*/
  /* ------------------------------ banner*/
  #banner {}
  #banner .banner_list {
    /*margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;*/
  }
  #banner .banner_list li {
    /*list-style: none;
    margin: 10px;
    border: solid 1px #e1e1e1;*/
  }
  #banner .banner_list a {}
  #banner .banner_list a img {
    /*max-width: 230px;
    width: 100%;
    height: auto;*/
  }
}