@charset "UTF-8";
/* -----------------------------------------------
eventa_list（写真なし）
-------------------------------------------------- */
.detail-title {
  padding-top: 30px
}
/* ---News eventa_list（写真なし）---- */
ul#eventa_list {
  position: relative;
  height: auto;
  padding: 0;
  margin: 0;
}
ul#eventa_list li {
  display: flex;
  font-size: 18px;
  padding: 1em;
  background-color: white;
  border-radius: 15px;
  box-shadow: var(--shadow);
  margin-bottom: .8em
}
ul#eventa_list li span.date {
  width: 14em;
}
ul#eventa_list li span.title {
  width: 100%;
}
ul#eventa_list li span.title a:hover {
  background-position: center right;
  color: #D94575;
  opacity: 1
}
ul#eventa_list li span.date.new {
  background-image: url(../images/icon_new.svg);
  background-size: 50px 24px;
  background-repeat: no-repeat;
  background-position: left 110px top 2px;
}
@media screen and (max-width:1025px) {
  ul#eventa_list li {
    display: block;
  }
  ul#eventa_list li span.date {
    padding-bottom: 10px;
}
  ul#eventa_list li span.date, ul#eventa_list li span.title {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  ul#eventa_list li span.title a {
    background-image: none;
    padding-right: 0;
	font-size: 15px!important
  }
  ul#eventa_list li span.date {
    font-size: 15px
}
ul#eventa_list li span.date.new {
  background-position: left 100px top 2px;
}
}
/* -----------------------------------------------
（サムネイル付）
-------------------------------------------------- */
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;
  padding: 0;
  box-shadow: var(--shadow);
  border-radius: 20px;
  overflow: hidden;
}
ul#eventa li div {
  display: block;
  overflow: hidden;
  padding: 1em 1.5em 1.5em;
}
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;
  font-family: "Inter", "sans-serif"
}
ul#eventa li span.photo {
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
  z-index: 100;
  width: 100%;
  overflow: hidden;
}
ul#eventa li span.date.new {
  background-image: url(../images/icon_new.svg);
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: left 7.5em top -3px;
}
ul#eventa li span.title {
  display: block;
  font-size: 14px
}
/*---サムネイル写真のリサイズ---*/
.resize {
  object-fit: cover;
  /*  width: 100%;
  height: 230px;
*/ aspect-ratio: 16/9;
  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;
}
#eventa_detail h2 {
  font-size: 2em;
  border-bottom: 1px solid #ccc;
  padding-bottom: .3em
}
#eventa_detail {
	line-height: 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;
}
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: 2%;
  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;
	white-space:nowrap;
}
table a{
	text-decoration: underline;
	color: dodgerblue
}
/* -----------------------------------------------
 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 {
  background-color: #242424;
  color: #fff;
  border: 0;
  border-radius: 50px;
  padding: 0 2em;
  font-size: 16px;
  cursor: pointer;
  margin: 2em
}
/* -----------------------------------------------
 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%;
  }
  /* ---テーブルヘッダ固定用--- */
  .table_box {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .sticky {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
  }
  .sticky::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #CCCCCC;
    background: #EFEFEB;
    z-index: -1;
  }
}
@media screen and (max-width: 576px) {
  .detail-title {
    padding-top: 0
  }
  ul#eventa li {
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
  }
}