@charset "UTF-8";
/* -----------------------------------------------
eventa_list（写真なし）
-------------------------------------------------- */
/*eventa*/
ul#eventa_list {
  padding: 0;
}
ul#eventa_list li {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px dotted var(--bk);
  padding: 1em;
  list-style: none;
  line-height: 2
}
ul#eventa_list a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  padding-right: 2em
}
ul#eventa_list li a::after {
  /* 擬似要素で矢印アイコンをつくる */
  content: '';
  border: 0;
  border-top: solid 2px #595959;
  border-right: solid 2px #595959;
  display: inline-block;
  width: 10px;
  height: 10px;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 0;
  right: 5px;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
ul#eventa_list li a:active {
  /* ボタンをクリックしたときに沈むように見える動き */
  box-shadow: 0 0 0 #C62828;
}
ul#eventa_list li a:hover {
  color: #40403F;
}
ul#eventa_list li span.date {
  display: block;
  font-weight: 400;
  color: #000;
  font-family: 'Roboto', sans-serif;
}
ul#eventa_list li span.date.new {
  background-image: url("../images/icon_new.svg");
  background-size: 50px, 15px;
  background-repeat: no-repeat;
  background-position: 7em 10px;
}
ul#eventa_list li span.title {
  display: block;
}
ul#eventa_list.no_date li span.title {
  display: block;
  padding-left: 0
}
/* -----------------------------------------------
（サムネイル付）
-------------------------------------------------- */
ul.eventa {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 3em
}
ul.eventa li {
  display: block;
  width: 31%;
  margin: 0 1% 1em 1%;
  background-color: #FFF;
  overflow: visible;
}
/*--- 1024以上pcのみ適応 --- */
@media screen and (min-width: 1024px) {
  ul.eventa li {
    display: block;
    width: 23%;
    margin: 0 1% 1em 1%;
    background-color: #FFF;
    overflow: visible;
  }
}
ul.eventa li div {
  margin: 0.5em 1em;
}
ul.eventa a {
  color: #000;
  text-decoration: none;
  font-size: 16px
}
ul.eventa li a:hover {
  color: #40403F;
}
ul.eventa li span.date {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 7px 0;
}
ul.eventa li span.photo {
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
  z-index: 100;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s ease;
}
ul.eventa li span.photo:hover {
  opacity: .5
}
/*ul.eventa li span.date.new {
  background-image: url(../eventa/images/icon_new.svg);
  background-size: 42px 14px;
  background-repeat: no-repeat;
  background-position: right top 0.4em;
}*/
/*日付を表示しない場合のNewの場所を指定*/
span.title.new {
  position: relative;
  display: block;
  padding-top: 20px;
  background-image: url(../eventa/images/icon_new.svg);
  background-size: 42px 14px;
  background-repeat: no-repeat;
  background-position: left top;
}
ul.eventa li span.title {
  display: block;
  font-size: 14px
}
/*---サムネイル写真のリサイズ---*/
.resize {
  object-fit: cover;
  aspect-ratio: 3/2;
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}
/* -----------------------------------------------
イベン太詳細のみ適応CSS
-------------------------------------------------- */
#eventa_detail h1, #eventa_detail h2, #eventa_detail h3, #eventa_detail h4 {
  text-align: left;
}
h2[ttl] {
  line-height: 1.2
}
table tr th {
  white-space: nowrap;
}
#main .download a[href$=".pdf"]:after {
  content: none;
}
/*文中に配置する写真の大きさ*/
.photoinner img {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 1em auto;
  text-align: center
}
.photoinner p {
  text-align: center
}
div.imagebox_right, div.imagebox_left {
  font-size: 80%;
  color: gray;
}
ul.link {
  margin: 10px 0;
}
ul.link li {
  list-style-type: none;
  padding: 0px;
  margin-left: 0px;
}
ul.link li a {
  background-image: url(../eventa/images/icon_arrow.png);
  padding-left: 1.2em;
  background-position: left center;
  background-repeat: no-repeat;
}
ul.download {
  margin: 0px;
}
ul.download li {
  list-style-type: none;
}
ul.download li a {
  text-decoration: underline
}
ul.download li img {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 0 !important
}
p .caption {
  display: block;
  font-size: 100%;
  padding-bottom: 10px;
}
.e_ttl {
  border-bottom: 1px solid #ccc;
  letter-spacing: 0;
  margin-bottom: 1em
}
/* links
-----------------------------------------------	*/
a.red:link {
  color: #CC0000;
  text-decoration: none;
}
a.red:visited {
  color: #CC0000;
  text-decoration: none;
}
a.red:hover {
  text-decoration: underline;
  color: #CC0000;
}
a.red:active {
  color: #009;
}
/* table
-----------------------------------------------	*/
table {
  width: 100%;
  border: #CCC 1px solid;
  margin-top: 20px;
  margin-bottom: 20px;
}
table tr th, table tr td {
  padding: 4px 8px;
  border: #CCC 1px solid;
}
table thead tr th {
  background-color: #EFEFEB;
}
table tfoot tr th, table tfoot tr td {
  background-color: #EFEFEB;
}
table tbody tr th {
  background-color: #EFEFEB;
}
table tfoot tr td.tdC, table tbody tr td.tdC {
  text-align: center;
}
table tfoot tr td, table tbody tr td {
  text-align: left;
}
table tfoot tr td.tdR, able tbody tr td.tdR {
  text-align: right;
}
.bg_dgray {
  background-color: #E1E0DD;
}
.bg_gray {
  background-color: #EFEFEB;
}
/* -----------------------------------------------
 color style
-------------------------------------------------- */
.col_green {
  color: #00984B;
}
.col_gold {
  color: #963;
}
.col_red {
  color: #E93012;
}
.col_greenL {
  color: #7AA722;
  font-size: 1.231em;
  font-weight: bold;
}
.col_goldL {
  color: #963;
  font-size: 1.231em;
  font-weight: bold;
}
.col_redL {
  color: #E93012;
  font-size: 1.231em;
  font-weight: bold;
}
.mb30 {
  margin-bottom: 30px;
}
/* -----------------------------------------------
 common style
-------------------------------------------------- */
/* notes1 */
.notes1 {
  line-height: 1.3;
  font-size: 85%;
}
*:first-child + html .notes1 { /*for IE7*/
  font-size: 70%;
}
* html .notes1 { /*for IE6*/
  font-size: 70%;
}
.text10 {
  font-size: 77%;
}
.text11 {
  font-size: 85%;
}
.text12 {
  font-size: 93%;
}
.text13 {
  font-size: 100%;
}
.text14 {
  font-size: 108%;
}
.text15 {
  font-size: 116%;
}
.text16 {
  font-size: 123.1%;
}
.text17 {
  font-size: 131%;
}
.text18 {
  font-size: 138.5%;
}
.text19 {
  font-size: 146.5%;
}
.text20 {
  font-size: 153.9%;
}
.text21 {
  font-size: 161.6%;
}
.text22 {
  font-size: 167%;
}
.text23 {
  font-size: 174%;
}
.text24 {
  font-size: 182%;
}
.text25 {
  font-size: 189%;
}
.text26 {
  font-size: 197%;
}
/* line */
.lineC {
  text-align: center;
}
.lineR {
  text-align: right;
}
/* blank */
.blank1 {
  margin-bottom: 13px;
}
.blank2 {
  margin-bottom: 26px;
}
.line_btm {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
}
/* button */
button {
  display: block;
  background-color: #242424;
  color: #fff;
  border: 0;
  border-radius: 50px;
  padding: .5em 3em;
  font-size: 18px;
  cursor: pointer;
  margin: 2em auto;
}
/* -----------------------------------------------
 768px/tablet
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  ul.eventa_list li span.date {
    width: 100%;
    float: none;
  }
  ul.eventa_list li span.title {
    padding-left: 0
  }
  /* ---（サムネイル付）--- */
  ul.eventa li {
    display: block;
    width: 48%;
    margin: 0 1% 1em 1%;
  }
  ul.eventa li div {
    margin: 0.5em 1em;
  }
  /* ---テーブルヘッダ固定用--- */
  .table_box {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  ul.eventa li {
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
  }
  /*---サムネイル写真のリサイズ---*/
  .resize {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
    object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
    font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
  }
}