@charset "UTF-8";

/****************************************
          top
*****************************************/
#mainArea {
    background-color: #000000;
    min-width: 1190px;
}
#mainArea a {
    display: block;
    padding: 3rem 0;
    color: #ffffff;
    text-decoration: none;
}
#mainArea a:hover {
    opacity: 0.8;
}
.mainAreaInner {
    margin: 0 auto;
    display: flex;
    width: 1050px;/*トップの幅はここで変えてください*/
    align-items: center;
    flex-direction: row-reverse;
}
.mainAreaInner img {
    line-height: 1;
    height: 300px;
    margin-left: 3rem;
}
.mainAreaInner img.vertical {
    margin-right: 3rem;
}
.mainAreaInnerText {
    width: 100%;
    vertical-align: middle;
}
#mainArea .mainAreaInnerText {
    color: #ffffff;
    display: block;
}
.mainAreaInnerText span {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-weight: bold;
}
.mainAreaInnerText span span {
    display: inline;
}
.mainAreaInnerText .icon_swpa_s img {
    width: 25px;
    height: 100%;
    vertical-align: sub;
    display: inline;
    margin: 0 5px 0 0;
}
.mainAreaInnerText .icon_swpa_l img {
    width: 30px;
    height: 100%;
    vertical-align: sub;
    display: inline;
    margin: 0 5px 0 0;
}
.mainAreaInnerText .data {
    font-size: 1.25rem;
    line-height: 1.7;
    font-weight: normal;
    margin-bottom: 0;
}
.mainAreaInnerText .icon_swpa_f img{
    width: 300px;
    height: 100%;
    vertical-align: sub;
    display: inline;
    margin: 0 5px 0 0;

}
/*---- 20200608 追記 ----*/
.blue_bac{
    padding: 1px 20px;
    color: #fff;
    background-color: #002B69;
    font-size: smaller;
}

/*---- 20200131 追記 ----*/
* {
	text-decoration-skip-ink: none!important;
}
/*---- 20200228 追記 ----*/
.B_mainAreaInner{
    max-width: 630px;
    margin: 0 auto;
}
@media screen and (max-width:641px ){
    .B_mainAreaInner{
        width: auto;
}
.absolute_inner:before {
    content: "";
    display: block;
    padding-top: 20%;
}
.absolute{
    width: auto !important;
    height: auto !important;
}
.extraordinary{
    padding: 10px 20px !important;
}


.relative{
    height: 350px !important;
}
}
.relative{
    position: relative;
    padding: 40px 0;
    height: auto;
}
.absolute{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.extraordinary{
    max-width: 700px;
    height: 170px;
    padding: 30px 50px;
    background-color: #ffffff;
    border: 3px solid #cc0000;
    text-align: center;
}
.extraordinary p a{
    display: contents !important;
    color: #000 !important;
    text-decoration: underline !important;
}
/*---- 20190607 GSP SWPA ----*/
#SWPA_GSP_main .spOnly {
  display: none;
}
#SWPA_GSP_main {
    background-color: #000000;
    min-width: 1190px;
}
#SWPA_GSP_main #SWPA_GSP_mainArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 1000px;
}
#SWPA_GSP_main #SWPA_GSP_mainArea a {
    display: block;
    padding: 3rem 0;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
#SWPA_GSP_main #SWPA_GSP_mainArea a:nth-of-type(2) {
    padding: 20px;
    background-color: #bd9714;
    color: #000000
}
#SWPA_GSP_main #SWPA_GSP_mainArea a:hover {
    opacity: 0.8;
}
#SWPA_GSP_main .SWPA_GSP_mainAreaInner_left img {
    line-height: 1;
    height: 270px;
}
#SWPA_GSP_main .SWPA_GSP_mainAreaInner_right img {
    line-height: 1;
    height: 204px;
}
#SWPA_GSP_main .SWPA_GSP_mainAreaInner img.vertical {
    margin-right: 9rem;
}
#SWPA_GSP_main .SWPA_GSP_mainAreaInnerText {
    width: 100%;
    vertical-align: middle;
}
#SWPA_GSP_main #SWPA_GSP_mainArea .mainAreaInnerText {
    color: #ffffff;
    display: block;
}
#SWPA_GSP_main .SWPA_GSP_mainAreaInnerText span {
    font-size: 1.2rem;
    display: block;
    line-height: 1.6;
}
#SWPA_GSP_main .SWPA_GSP_mainAreaInnerText span span {
    display: inline;
}
#SWPA_GSP_main .SWPA_GSP_mainAreaInnerText .icon_swpa_s img {
    width: 25px;
    height: 100%;
    vertical-align: sub;
    display: inline;
    margin: 0 5px 0 0;
}
#SWPA_GSP_main #SWPA_GSP_mainArea .flex_container {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
#SWPA_GSP_main #SWPA_GSP_mainArea .flex_container div {
    margin-left: 1rem;
}
#SWPA_GSP_main .SWPA_GSP_mainAreaInnerText .data {
    font-size: 1rem;
    line-height: 1.7;
    font-weight: normal;
    margin: 0.5rem 0;
}
#SWPA_GSP_main .SWPA_GSP_mainAreaInnerText .commentary {
    margin-bottom: 1rem;
    padding: 5px 8px;
    font-size: 0.9rem;
}
#SWPA_GSP_main #SWPA_GSP_mainArea .venue {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4.5rem;
    padding: 10px 0;
}
#SWPA_GSP_main #SWPA_GSP_mainArea .bg_black {
    background-color: #000000;
    color: #ffffff;
}


@media screen and (max-width: 640px) {
  #mainArea {
      min-width: 100%;
      margin: 0 auto 2rem;
      padding: 0;
  }
  #mainArea a {
      padding: 30px 0;
  }
  .mainAreaInner {
      width: 90%;
      display: block;
  }
  .mainAreaInner img {
      width: 100%;
      margin: 0 auto 2rem;
      text-align: center;
      display: block;
      height: auto;
  }
  .mainAreaInner img.vertical {
      margin: 0 auto 2rem;
}
  .mainAreaInner img.w40 {
      width: 40%;
  }
  .mainAreaInner img.w45 {
      width: 45%;
  }
  .mainAreaInner img.w50 {
      width: 50%;
  }
  .mainAreaInnerText .icon_swpa_s img, .mainAreaInnerText .icon_swpa_l img {
      min-width: auto;
  }
  .mainAreaInnerText span {
      font-size: 1.3rem;
  }
  .mainAreaInnerText .data {
      font-size: 1.125rem;
  }

  /*---- SP 20190607 GSP SWPA ----*/
  #SWPA_GSP_main .pcOnly {
      display: none;
  }
  #SWPA_GSP_main .spOnly {
    display: block;
  }
  #SWPA_GSP_main {
      min-width: 100%;
  }
  #SWPA_GSP_main #SWPA_GSP_mainArea {
    display: block;
    margin: 0 auto 2rem;
    padding: 0;
    width: 100%;
  }
  #SWPA_GSP_mainArea a {
    padding: 30px 0;
  }
  [class^="SWPA_GSP_mainAreaInner_"] {
    width: 90%;
    margin: 0 auto;
  }
  .SWPA_GSP_mainAreaInner_left {
    display: flex;
    flex-direction: column-reverse;
  }
  [class^="SWPA_GSP_mainAreaInner_"] img {
    width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
    display: block;
  }
 .SWPA_GSP_mainAreaInnerText span {
    font-size: 1.3rem;
  }
 .SWPA_GSP_mainAreaInnerText .data {
    font-size: 1.125rem;
    margin: 0;
  }
  #SWPA_GSP_main #SWPA_GSP_mainArea a:nth-of-type(2) {
    padding: 3rem 0;
  }
  #SWPA_GSP_main .SWPA_GSP_mainAreaInner_left img {
    height: auto;
  }
  #SWPA_GSP_main .SWPA_GSP_mainAreaInner_right img {
    height: auto;
  }
  #SWPA_GSP_main .SWPA_GSP_mainAreaInnerText {
    width: 100%;
    vertical-align: middle;
  }
  #SWPA_GSP_main #SWPA_GSP_mainArea .flex_container {
    display: block;
    margin-top: 1rem;
  }
  #SWPA_GSP_main #SWPA_GSP_mainArea .flex_container div {
    margin-left: 0;
  }
  #SWPA_GSP_main .SWPA_GSP_mainAreaInnerText .commentary {
    margin-bottom: 0.7rem;
    font-size: 0.7rem;
    text-align: center;
  }
  #SWPA_GSP_main #SWPA_GSP_mainArea .venue {
    margin-top: 1rem;
    padding: 10px;
  }
}

#news .entry {
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    color: #cc0000;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 25px;
}
#news dl {
    overflow: hidden;
}
#news dt {
    float: left;
}
#news dd {
    margin-left: 10rem;
}
#news dt, #news dd {
    margin-bottom: 0.5rem;
}
#news ul li{
    margin-bottom: 15px;
}
#news .btn {
    margin-bottom: 3rem;
    text-align: left;
}
#news .btn a {
    min-width: 200px;
    background-color: #cc0000;
}
#news .btn a:hover {
    border: 2px solid #cc0000;
    color: #cc0000;
    background-color: #fff;
}


#news .newslist{
    max-width: 800px;
    margin: 0 40px 0 50px;
}

#mainContants .SWPA{
    display: flex;
}

#mainContants .SWPA_box{
    padding:15px 15px 15px 20px;
}
#mainContants .COVID19_box{
    display: flex;
    border: 1px solid #002B69;
}

.newsBox{
    display: flex;
}

.COVID19_a{
    width: 85%;
    padding: 20px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #002B69
}

.COVID19_a:hover{
    color: #002B69;
    background-color: #fff;
}

.COVID19_b{
    padding: 20px;
}

#tmpl_main .COVID19_c{
    display: inline-block;
}

#tmpl_main .COVID19_d{
    margin: 0 13px;
    padding: 20px;
    border: #cc0000 2px solid;
}

#tmpl_main .COVID19_e{
    text-align: center;
    border: 3px solid #002B69;
    line-height: 2;
}

#tmpl_main .COVID19_e a{
    display: block;
    padding: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #002B69;
}

#tmpl_main .COVID19_e a:hover{
    color:#fff;
    background-color: #002B69;
}

#tmpl_main .COVID19_c a{
    display: block;
    padding: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #002B69;
}

#tmpl_main .COVID19_c a:hover{
    color:#677486;
}

#news .SP_only_br{
    display: none;
}

@media screen and (max-width: 640px) {

    #mainContants .SWPA{
        display: block;
    }

    #mainContants .SWPA_img{
        padding: 0 0 0 20px;
    }

    .SWPA_box .ml30{
        margin-left: 0 !important;
    }

    #mainContants .COVID19_box{
        display: block;
        margin: 20px;
    }

    .newsBox{
        display: block;
    }

    .twitterBox{
        max-width: 300px;
        margin: 0 auto 30px;
    }

    .COVID19_a{
        width: auto;
        font-size: 1rem;
    }

  #news .btn {
      text-align: center;
  }
  #news dt {
      float: none;
  }
  #news dt {
      margin-bottom: 0;
  }
  #news dd {
      margin-left: 0;
      margin-bottom: 1rem;
  }
  #news dd:last-child {
      margin-bottom: 0;
  }
  #news {
      display: block;
  }
  #news .btn {
      display: block;
  }

  #news .newslist {
    margin-left: 0;
}

#news .ml90{
    margin-left: 0 !important;
}
#news .ml30{
    margin-left: 0 !important;
}
#news .SP_only_br{
    display: block;
}

}
#schedule .ttlArea {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1.5rem;
}
#schedule .ttl-02 {
    float: left;
    margin: 0 auto;
    width: 100%;
}
#schedule .ttl-02 .year {
    margin-left: 0.9rem;
}
#schedule .ttlArea .btn {
    display: flex;
}
#schedule .ttlArea .btn a {
    min-width: 200px;
}
#schedule figure {
    padding: 25px 50px 25px 25px;
    margin: 0;
    box-sizing: border-box;
    min-height: 280px;
}
#schedule a figure {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
}
#schedule a figure:after {
    position: absolute;
    right: 30px;
    top: 50%;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid #2f2d33;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}
#schedule ul {
    margin-bottom: 1.5rem;
}
#schedule ul li {
    border: 1px solid #000000;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
#schedule ul li:last-child {
    margin-bottom: 0;
}
#schedule ul li .icon {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 0.87rem;
    border: 1px solid #000000;
    padding: 10px 20px;
    font-weight: bold;
    line-height: 1.25;
}
#schedule ul li a {
    display: block;
    text-decoration: none;
}
#schedule ul li a:hover {
    opacity: 0.8;
}
.scheduleInner {
    display: flex;
    align-items: center;
}
.scheduleInner .scheduleImg {
    margin-right: 25px;
    width: 278px;
    text-align: center;
    line-height: 1;
}
.scheduleInnerText{
    display: block;
}
.scheduleInnerText span {
    display: block;
    font-weight: bold;
    font-size: 1.25rem;
}
.scheduleInnerText span span {
    display: inline;
}
.scheduleInnerText .icon_swpa_s img {
    width: 20px;
    vertical-align: sub;
    margin-right: 5px;
}
.scheduleInnerText .icon_swpa_l img {
    width: 25px;
    vertical-align: sub;
    margin-right: 5px;
}
.scheduleInnerText .data{
	display: block;
	margin-top: 1rem;
	font-weight: normal;
	font-size: 100%;
}
#schedule ul li.more {
	display: none;
}
#schedule .more_btn {
	display: none; /* 「作品展スケジュール」の項目が5つ以内の場合は非表示 */
	margin-bottom: 3rem;
}

/*---- 20190517 GSP同時開催 ----*/
#schedule .simultaneous_holding_wrap .scheduleInnerText .data {
    margin-top: 0.5rem;
}
#schedule .simultaneous_holding_wrap .scheduleInnerText  {
    max-width: 800px;
}
#schedule .simultaneous_holding {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: 90%;
    background-color: #bd9714;
    padding: 0.5rem 1rem;
}
#schedule .simultaneous_holding a {
    display: inline;
    text-decoration: underline;
}
#schedule .simultaneous_holding a:hover {
    text-decoration: none;
    opacity: 1;
}
#schedule .spOnly {
    display: none;
}

/*---- 20190529 GSP SWPA追加 ----*/
#schedule .gsp_swpa a {
    background-color: #bd9714;
    font-weight: bold!important;
}
#schedule .gsp_swpa .scheduleInnerText .data {
    font-weight: bold;
}
#schedule .gsp_swpa .scheduleInnerText {
    min-width: 800px;
}
#schedule .gsp_swpa .bg_black {
    margin-bottom: 0.5rem;
    padding: 4px 10px;
    background-color: #000000;
    color: #ffffff;
    font-size: 0.9rem;
}
#schedule .gsp_swpa .scheduleInnerText .flex_container {
    display: flex;
    align-items: center;
}
#schedule .gsp_swpa .program_no,#SWPA_GSP_main #SWPA_GSP_mainArea .program_no {
    font-size: 1rem;
}
#schedule .gsp_swpa .flex_container .flex_right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin-left: 5.5em;
    padding: 0 40px;
    background-color: #000000;
    color: #ffffff;
}



@media screen and (max-width: 640px) {
  #schedule .pcOnly {
    display: none;
  }
  #schedule .spOnly {
    display: block;
  }
  #schedule .ttl-02 {
      float: none;
      margin-bottom: 1rem
  }
  #schedule h2 .year {
      margin-left: 0;
      display: inline-block;
  }
  #schedule .ttlArea {
      display: block;
  }
  #schedule .ttlArea .btn {
      display: block;
  }
  .scheduleInner {
      display: block;
  }
  .scheduleInner .scheduleImg {
      margin: 0 auto 25px;
      width: 100%;
  }
  .scheduleInner .scheduleImg img{
      max-width: 100%;
  }
  .scheduleInnerText span {
    font-size: 1rem;
  }
  .scheduleInnerText .icon_swpa_s {
    line-height: 1.5rem;
  }
  .scheduleInnerText .icon_swpa_s img {
    width: 18px;
  }
  .scheduleInnerText .icon_swpa_l img {
    width: 23px;
  }
  #schedule ul li .icon {
      position: static;
      float: right;
      margin-right: 25px;
      display: inline-block;
      margin-bottom: 25px;
  }
  #schedule figure {
      padding: 25px;
  }
  #schedule a figure {
      position: static;
  }
  #schedule a figure:after {
      display: none;
  }
  #schedule a figcaption {
      padding-right: 35px;
      position: relative;
  }
  #schedule a figcaption:after {
      position: absolute;
      right: 5px;
      top: 50%;
      content: "";
      display: inline-block;
      width: 15px;
      height: 15px;
      border: solid #2f2d33;
      border-width: 2px 2px 0 0;
      transform: rotate(45deg);
  }

  /*---- SP 20190517 GSP同時開催 ----*/
  #schedule .simultaneous_holding_wrap figure {
      padding: 25px;
  }

  /*---- SP 20190529 GSP SWPA追加 ----*/
   #schedule .gsp_swpa .scheduleInnerText {
      min-width: auto;
  }
   #schedule .gsp_swpa .bg_black {
      padding: 4px 10px;
  }
   #schedule .gsp_swpa .scheduleInnerText .flex_container {
      display: block;
  }
  #schedule .gsp_swpa .program_no {
      font-size: 0.7rem;
  }
   #schedule .gsp_swpa .flex_container .flex_right {
      display: block;
      height: auto;
      margin-left: 0;
      margin-top: 0.5rem;
      padding: 10px;
  }
}

#access .accessInner {
    margin-bottom: 50px;
}
.accessInnerImg {
    overflow: hidden;
    margin-bottom: 10px;
}
.accessInnerImg .alignL {
    float: left;
    width: 580px;
    line-height: 1;
}
.accessInnerImg .alignR {
    width: 580px;
    float: right;
    line-height: 1;
}
.accessInnerImg .alignR img {
    margin-bottom: 10px;
}
.accessInnerImg .alignR figcaption {
    text-align: right;
    font-size: 0.85rem;
}
.accessMap_share {
	display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.accessMap_google {
	margin-left: 10px;
}
.accessInnerImg .alignR img.accessMap_blank {
	margin-bottom: 0;
	width: auto;
}
.accessInnerAddress {
    overflow: hidden;
    margin-bottom: 50px;
}
.accessInnerAddress .AddressJP {
    width: 580px;
    float: left;
}
.accessInnerAddress .AddressJP {
    overflow: hidden;
}
.accessInnerAddress .AddressJP dt {
    float: left;
    font-weight: bold;
}
.accessInnerAddress .AddressJP dd {
    margin-left: 7rem;
}
.accessInnerAddress .AddressJP dt,
.accessInnerAddress .AddressJP dd {
    margin-bottom: 0.5rem;
}
.accessInnerAddress .AddressEN {
    width: 580px;
    float: right;
}
.accessInnerAddress .AddressEN dt {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
  .accessInnerImg {
      margin-bottom: 25px;
  }
  .accessInnerImg .alignR figcaption {
      font-size: 0.75rem;
  }
  .accessMap_google {
      margin-left: 15px;
  }
  .accessInnerAddress {
      margin-bottom: 25px;
  }
  .accessInnerAddress .AddressJP dt {
      float: none;
  }
  .accessInnerAddress .AddressJP dd {
      margin-left: 0;
  }
  .accessInnerImg .alignL, .accessInnerImg .alignR,
  .accessInnerAddress .AddressJP, .accessInnerAddress .AddressEN {
      float: none;
      margin: 0 auto;
      width: auto;
  }
  .accessInnerImg img, .accessInnerImg img,
  .accessInnerAddress img, .accessInnerAddress img {
      float: none;
      margin: 0 auto;
      width: 100%;
  }
  .accessInnerImg .alignL, .accessInnerImg .alignR {
      text-align: center;
  }
  .accessInnerImg .alignL, .accessInnerAddress .AddressJP {
      margin-bottom: 1rem;
  }
}

#bannerArea {
    background-color: #504d56;
    padding: 50px 0;
    min-width: 1190px;
}
.bannerInner {
    margin: 0 auto;
    width: 1190px;
}
.bannerInner ul {
    overflow: hidden;
}
.bannerInner li {
    float: left;
    font-size: 0.85rem;
    width: 350px;
    text-align: center;
    margin-right: 70px;
}
.bannerInner li:last-child {
    margin-right: 0;
}
.bannerInner li a {
    color: #ffffff !important;
    text-decoration: none !important;
    display: block;
}
.bannerInner li a:hover {
    opacity: 0.8;
}
.bannerInner li a img {
    margin-bottom: 0.8rem;
    line-height: 1;
    height: 100px;
}
.bannerInner li a span {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.bannerInner li a span.ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.4rem;
}

@media screen and (max-width: 640px) {
  #bannerArea {
      padding: 30px 0;
      min-width: 100%;
  }
  .bannerInner {
      width: auto;
      margin: 0 auto;
      padding: 0 20px;
  }
  .bannerInner ul li {
      float: none;
      font-size: 0.75rem;
      width: 100%;
      margin: 0 auto 2rem;
  }
  .bannerInner li:last-child {
      margin: 0 auto;
  }
}

 /*----  20210208 コロナ対応 ----*/
 .PostponedImg_box{
    margin-bottom: 60px;
 }

 .PostponedImg_box a:hover{
     display: block;
    opacity: 0.9;
 }

 .PostponedImg_box a{
    text-decoration: none!important;
 }
 .PostponedImgflex{
     display: block;
 }

 .PostponedImg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 1px solid #2f2d33;
}
.PostponedImg div+div{
    padding-left: 20px;
}
.PostponedImg .sideImg{
     width: 18%;
 }

 .PostponedImg .VerticalImg img,.PostponedImg .sideImg img{
    width: 100%;
}
@media screen and (max-width: 640px) {
    .PostponedImg{
        padding: 5px;
    }
    .PostponedImg .sideImg {
        padding-left: 5px;
    }
}


/* banner */
.newsBox .banner + .ttl-02 {
    margin-top: 30px;
}

.newsBox .banner a {
    display: block;
    max-width: 850px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: all 0.4s;
}

.newsBox .banner a > img {
    max-width: 100%;
    vertical-align: bottom;
}

.newsBox .banner a:hover {
    opacity: 0.6;
}

/******************************
2023.03 Update
******************************/
.publicBanner {
  margin-bottom: 40px;
}
.publicBanner > a {
  display: block;
  background: #F6F1E9;
  text-decoration: none !important;
  border: 1px solid #000;
  position: relative;
  transition-duration: 0.4s;
}
.publicBanner > a img {
  max-width: 100%;
  vertical-align: bottom;
}
.publicBanner > a dl {
  display: flex;
  flex-flow: row wrap;
}
.publicBanner > a dl dt {
  width: 28%;
}
.publicBanner > a dl dd {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 20px 30px;
  flex: 1;
}
.publicBanner > a dl dd .time {
  font-size: 20px;
  letter-spacing: 0.03em;
}
.publicBanner > a .read_more {
  display: block;
  width: calc(100% - 28%);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  background: #FFBBC0;
  padding: 5px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  text-align: right;
}
.publicBanner > a:hover {
  opacity: 0.7;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .publicBanner {
    padding: 0 20px;
  }
  .publicBanner > a dl dt {
    width: 100%;
  }
  .publicBanner > a dl dd {
    width: 100%;
    padding: 15px 15px;
    font-size: 30px;
    text-align: center;
  }
  .publicBanner > a dl dd ._sp-number {
    font-size: 23px;
  }
  .publicBanner > a dl dd .time {
    font-size: 18px;
  }
  .publicBanner > a .read_more {
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
    text-align: center;
    position: relative;
  }
}

/* .accessMap_snsItem */
#tmpl_main .accessMap_snsItem {
  width: 89px;
}
#tmpl_main .accessMap_snsItem .post-btn {
  display: flex;
  align-items: center;
  position: relative;
  height: 20px;
  box-sizing: border-box;
  padding: 1px 12px 1px 12px;
  background-color: #000;
  color: #fff;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
#tmpl_main .accessMap_snsItem .post-btn::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url('../img/x_wh_s.png') no-repeat center center;
  background-size: auto 12px;
}
#tmpl_main .accessMap_snsItem .post-btn > .inner {
  white-space: nowrap;
}
#tmpl_main .accessMap_snsItem .post-btn:hover {
  background-color: #444;;
}

#tmpl_main .btn_c.-public {
  width: calc(100% - 360px);
}
#tmpl_main .btn_c.-public > a {
  width: 100%;
  padding: 15px;
  letter-spacing: 2px;
  font-size: 24px;
  box-sizing: border-box;
  transition-duration: .4s;
  border: 3px solid #195a8c;
  background: #195a8c;
}
#tmpl_main .btn_c.-public > a:hover {
  background: #fff;
  color: #195a8c;
}
/* SP STYLES */
@media screen and (max-width: 639.98px) {
  #tmpl_main .btn_c.-public {
    width: 100%;
  }
  #tmpl_main .btn_c.-public > a {
    font-size: 18px;
  }
}
._pt30 {
  padding-top: 30px;
}

#tmpl_main .btn_c.-public > a.red01 {
    border: 3px solid #cc0000;
    background: #cc0000;
}
#tmpl_main .btn_c.-public > a.red01:hover {
    background: #fff;
    color: #cc0000;
}

/* 黒バナー専用デザイン */

.S_banner a figure {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

/* 矢印を白に */
#schedule ul li.S_banner a figure:after {
    position: absolute;
    right: 30px;
    top: 50%;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid #ffffff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

/* テキストを白 */
#schedule ul li.S_banner .scheduleInnerText span {
  color: #fff;
}
#schedule ul li.S_banner .scheduleInnerText .data {
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
#schedule ul li.S_banner a figure:after {
    display: none;
}
}