@charset "utf-8";
/* CSS Document */
@import url("layout.css");
/* ------------------------------------------------------------ wrapper */
#pagetitle {
  position: relative;
  margin: 0 0 0 280px;
  padding: 90px 0 0 0;
  background-image: url("../img/pagetitle_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 90px;
  z-index: 1;
}
#pagetitle::after {
  position: absolute;
  content: "";
  background-image: url("../img/pagetitle_bg_bottom.png");
  background-repeat: no-repeat;
  width: 307px;
  height: 254px;
  z-index: -5;
  top: 180px;
  left: 250px;
}
#pagetitle .inner {
  text-align: center;
  overflow-x: hidden; /*親要素に設定*/
  height: 240px;
  position: relative;
  z-index: 5;
}
#pagetitle .inner h1 {
  color: var(--main-nv);
  font-size: 2.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* ------------------------------ main*/
#main {
  position: relative;
  z-index: 10;
  background-color: #fcfcfc;
}
#main .editor {
  width: calc(100% - 160px);
  margin: 0 auto;
  padding: 40px 0 120px 0;
}
/* ------------------------------ h*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
#main h2 {
  margin: 40px 0 60px 0;
  padding: 1.5rem;
  font-size: 3.0rem;
  color: #505657;
  position: relative;
  text-align: center;
}
#main h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
  width: 40px;
  height: 4px;
  content: '';
  background: var(--sub-lpu);
}
#main h3 {
  background-color: #3F3A89;
  position: relative;
  font-size: 2.6rem;
  line-height: 1.2em;
  margin: 30px 0;
  padding: 14px 24px;
  color: #fff;
}
#main h3::after {
  position: absolute;
  content: "";
  border-width: 0 0 0.5em 0.5em;
  border-style: solid;
  border-bottom-color: #3F3A89;
  border-left-color: #fff;
  top: 0;
  left: 0;
}
#main h4 {
  position: relative;
  z-index: 1;
  margin: 30px 0 20px 0;
  padding: 0 0 0 15px;
  font-size: 2.4rem;
}
#main h4:before {
  content: "";
  position: absolute;
  background: var(--sub-lpu);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
#main h5 {
  margin: 30px 0 20px 0;
  padding: 0;
  font-size: 2.2rem;
  color: #555555;
}
/**/
#main a {
  color: var(--main-nv);
  text-decoration: underline;
}
/* ------------------------------ list*/
#main ul, #main ol {
  margin: 0 0 0 30px;
}
/* ------------------------------ table*/
#main table.table {
  width: 100%;
  margin: 40px auto;
  border-collapse: collapse;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
#main table.table th, #main table.table td {
  border: 1px solid #aaa;
  padding: 16px 24px;
}
#main table.table th {
  width: 20%;
  background-color: var(--sub-lpu);
  text-align: center;
}
#main table.table td {
  background-color: #fff;
}
/*ごあいさつ*/
/* ------------------------------ greeting*/
#greeting {}
#greeting .greeting_box {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
#greeting .greeting_box .name {
  align-content: flex-end;
}
#greeting .greeting_box .name .sub {
  font-size: 92%;
}
#greeting .greeting_box .pict {
  margin: 0 0 10px 20px;
}
#greeting .greeting_box .pict img {
  width: 210px;
  height: auto;
}
/* ------------------------------ profile*/
#profile .personal {
  overflow: hidden;
  border: 4px solid var(--sub-lpi);
  margin: 0;
  padding: 60px;
}
#profile .personal .pict {
  float: right;
  margin: 0 0 0 20px;
}
#profile .personal .pict img {
  width: 210px;
  height: auto;
}
#profile .personal h3 {
  background-color: #3F3A89;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin: 0 0 20px 0;
  padding: 14px 24px;
  color: #fff;
  display: inline-block;
  width: calc(100% - 250px);
}
#profile .personal h3::after {
  position: absolute;
  content: "";
  border-width: 0 0 0.5em 0.5em;
  border-style: solid;
  border-bottom-color: #3F3A89;
  border-left-color: #fff;
  top: 0;
  left: 0;
}
#profile .personal .name_eng,
#profile .personal .name_jp {
  font-size: 2.8rem;
  line-height: 1.0em;
  margin: 20px 0;
  padding: 0;
  color: #3F3A89;
}
#profile .personal .name {
  font-size: 2.0rem;
  line-height: 1.0em;
  margin: 20px 0 40px 0;
}
#profile .personal .post {
  font-size: 2.0rem;
  line-height: 1.4em;
  margin: 20px 0 40px 0;
}
/**/
#profile .website {
  background-color: #eee;
  /*border: 4px solid var(--sub-lpu);*/
  margin: 40px 0;
  padding: 30px;
}
#profile .website a {
  word-break: break-all;
}
/*懇親会*/
/* ------------------------------ guest*/
#guest {
  margin: 0;
  padding: 20px 0;
  /*overflow: hidden;
  border: 4px solid var(--sub-lpi);
  margin: 0;
  padding: 60px;*/
}
#guest .personal {
  overflow: hidden;
  margin: 0;
  padding: 0 0 40px 0;
  /*overflow: hidden;
  border: 4px solid var(--sub-lpi);
  margin: 0;
  padding: 60px;*/
}
#guest .personal .pict {
  float: right;
  margin: 0 0 10px 20px;
}
#guest .personal .pict img {
  width: 210px;
  height: auto;
}
#guest .personal h3 {
  background-color: #3F3A89;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin: 0 0 20px 0;
  padding: 14px 24px;
  color: #fff;
  display: inline-block;
  width: calc(100% - 250px);
}
#guest .personal h3::after {
  position: absolute;
  content: "";
  border-width: 0 0 0.5em 0.5em;
  border-style: solid;
  border-bottom-color: #3F3A89;
  border-left-color: #fff;
  top: 0;
  left: 0;
}
#guest .personal .name {
  font-size: 2.8rem;
  line-height: 1.0em;
  margin: 20px 0;
  padding: 0;
  color: #3F3A89;
}
#guest .personal .instrument {
  font-size: 2.0rem;
  line-height: 1.0em;
  margin: 20px 0 40px 0;
}
/*プログラム*/
/* ------------------------------ program*/
#program {}
#program .txt_s {
  font-size: 0.8em;
}
/*協賛*/
/* ------------------------------ 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 {
  display: inline-block;
}
#banner .banner_list a img {
  max-width: 230px;
  width: 100%;
  height: auto;
}