@charset "UTF-8";
/* Scss Document */
/*
---------------------------------
blog
---------------------------------
*/
@media (max-width: 999px) {
  #event {
    margin-top: 40px; } }
#event .leftBox .box {
  display: flex;
  margin-bottom: 20px;
  gap: 2rem; }
  @media (max-width: 999px) {
    #event .leftBox .box {
      flex-direction: column; } }
@media (max-width: 999px) {
  #event .leftBox .box.pcView {
    display: none; } }
@media (min-width: 1000px) {
  #event .leftBox .box.spView {
    display: none; } }
#event .leftBox .title {
  width: 16%; }
  @media (max-width: 999px) {
    #event .leftBox .title {
      width: 28%; } }
#event .leftBox .title .jp_name {
  font-weight: 900;
  font-size: 14px; }
#event .leftBox ul {
  display: flex;
  flex-wrap: wrap; }
#event .leftBox ul li a {
  padding: 0.6rem 1.6rem 0.6rem 2.6rem;
  margin-right: 8px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  position: relative; }
#event .leftBox ul li a::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f111";
  color: #FFA329;
  font-size: 10px;
  padding-right: 0.8rem;
  left: 10px;
  top: 6px; }
#event .leftBox ul li.current a {
  background: #0E7BDB;
  border: 1px solid #fff;
  color: #fff; }
#event .leftBox ul li.current a::before {
  color: #fff; }
#event .tab-area select {
  padding: 1rem 1.6rem 1rem 1.6rem;
  border: 1px solid #333;
  border-radius: clamp(5px, 0.7142857143vw, 10px);
  font-weight: 900;
  position: relative;
  color: #333;
  background-color: #fff; }
  @media (max-width: 999px) {
    #event .tab-area select {
      width: 100%; } }

#event .ttlBox .sttl span {
  color: #87399F; }

#event .boxs {
  margin-top: 43px;
  justify-content: space-between;
  display: flex; }
  @media (max-width: 999px) {
    #event .boxs {
      flex-direction: column; } }

#event .boxs .rightBox {
  display: flex;
  flex-direction: column;
  width: 100%; }

#event .boxs .leftBox {
  width: 25%;
  height: fit-content;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  background: #FFF5D3;
  padding: 2.5%; }
  @media (max-width: 999px) {
    #event .boxs .leftBox {
      width: 100%;
      margin-top: 50px;
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      padding: 5%; } }

#event .boxs .rightBox .contents {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 999px) {
    #event .boxs .rightBox .contents {
      flex-direction: column;
      flex-wrap: nowrap; } }

#event .boxs .rightBox .contents .box {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px; }
  @media (max-width: 999px) {
    #event .boxs .rightBox .contents .box {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; } }

@media (min-width: 1000px) {
  #event .boxs .rightBox .contents .box:nth-child(3n) {
    margin-right: 0; } }

#event .boxs .rightBox .contents .box .img_box {
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  overflow: hidden;
  position: relative;
  margin-bottom: 14px; }

#event .boxs .rightBox .contents .box .img_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all; }

#event .boxs .rightBox .contents .box .img_box::before {
  content: "";
  display: block;
  padding-top: 66.67%; }

#event .boxs .rightBox .contents .box .img_box img:hover {
  transform: scale(1.07, 1.07);
  transition: 0.5s all; }

#event .sbox {
  width: 10%; }

#event .sbox .day {
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #event .sbox .day {
      font-size: 14px; } }

#event .ttl {
  width: 90%;
  font-size: 18px;
  margin-bottom: 15px;
  height: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #event .ttl {
      font-size: 18px;
      height: auto;
      margin-bottom: 10px; } }

#event .message {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 12px;
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #event .message {
      height: auto; } }

#event .tabs {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding-top: 8.8px;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5); }

#event .pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 999px) {
    #event .pagination {
      margin-top: 20px; } }

#event .pagination span {
  background: #FFA100;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #event .pagination span {
      font-size: 12px;
      margin-right: 6px;
      width: 30px;
      height: 30px; } }

#event .pagination a.page-numbers {
  background: #F2F3F4;
  text-align: center;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #event .pagination a.page-numbers {
      font-size: 12px;
      margin-right: 6px;
      width: 30px;
      height: 30px; } }

#event .pagination a.page-numbers.prev {
  background: #2B9A33;
  text-align: center;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 12px;
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #event .pagination a.page-numbers.prev {
      font-size: 12px;
      margin-right: 6px;
      width: 30px;
      height: 30px; } }

#event .pagination span.dots {
  background: #F2F3F4;
  color: #333; }

#event .pagination a.page-numbers.next {
  background: #2B9A33;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  margin-left: 20px;
  margin-right: 0px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #fff; }
  @media (max-width: 999px) {
    #event .pagination a.page-numbers.next {
      font-size: 12px;
      margin-left: 6px;
      width: 30px;
      height: 30px; } }

#event .boxs .leftBox .title {
  background: rgba(255, 161, 0, 0.2);
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  text-align: center;
  padding: 5.8%; }

#event .boxs .leftBox .title .en_name {
  font-size: 26px;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  #event .boxs .leftBox .title .en_name span {
    color: #2B9A33; }

#event .boxs .leftBox .title .jp_name {
  font-size: 14px;
  margin-top: 11px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

#event .boxs .leftBox .category {
  margin-bottom: 37px; }

#event .boxs .leftBox ul {
  margin-top: 24px;
  padding-left: 27px; }

#event .boxs .leftBox ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

#event .boxs .leftBox ul li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f111";
  color: #FFA329;
  font-size: 10px;
  padding-right: 0.8rem;
  left: -14px;
  top: 2px; }

#event #tab_u li {
  font-size: 1.8rem;
  text-align: center; }
  @media (max-width: 999px) {
    #event #tab_u li {
      font-size: 14px;
      width: 49%;
      padding: 0 2rem; } }

#event #tab_u .tab_top {
  font-size: 16px; }
  @media (min-width: 1000px) {
    #event #tab_u .tab_top {
      margin-bottom: 10px; } }
  @media (max-width: 999px) {
    #event #tab_u .tab_top {
      white-space: nowrap;
      padding: 10px 0 0 10px;
      text-align: left;
      margin-bottom: 0; } }

#event #tab_u .tab_top:before {
  content: none; }

#event #tab_u .area_box {
  display: flex;
  align-items: flex-start; }
  #event #tab_u .area_box .select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column; }
    @media (max-width: 999px) {
      #event #tab_u .area_box .select {
        width: 140%; } }

#event #tab_u .area_box li {
  text-align: justify; }

#event #tab_u .area_box1 {
  margin-bottom: 1rem; }

#event #tab_u .lead {
  display: flex;
  align-items: center; }

#event #tab_u li:hover,
#event #tab_u li.current {
  cursor: pointer; }

/*アコーディオン*/
.toggle {
  display: none; }

.Label {
  position: relative;
  font-size: 18px;
  display: block;
  border-radius: 3rem;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    .Label {
      font-size: 16px; } }

.Label::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f111";
  color: #FFA329;
  font-size: 10px;
  padding-right: 0.8rem;
  left: -14px;
  top: 7px; }

.Label::after {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFA100;
  border-right: 2px solid #FFA100;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg); }

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s; }

.content {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  overflow: hidden; }

.toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  transition: all .3s;
  padding: 10px 0 0; }

#block-01 {
  display: none; }

/*
---------------------------------
#underr_blog01
---------------------------------
*/
#under_event01 #tab_u .area_box .select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column; }

#under_event01 {
  padding-top: 43px; }
  @media (max-width: 999px) {
    #under_event01 {
      margin-top: 0px; } }

#under_event01 .ttl {
  font-size: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 18px;
  margin-top: 10px;
  margin-bottom: 14px;
  border-bottom: 2px solid #FFA100; }
  @media (max-width: 999px) {
    #under_event01 .ttl {
      font-size: 20px;
      padding-bottom: 10px; } }

#under_event01 .boxs {
  justify-content: space-between;
  display: flex; }
  @media (max-width: 999px) {
    #under_event01 .boxs {
      flex-direction: column; } }

#under_event01 .contents p a {
  text-decoration: underline; }

#under_event01 .contents p.txt {
  font-size: 24px;
  color: #0E7BDB;
  font-weight: bold;
  margin-bottom: 10px; }
  @media (max-width: 999px) {
    #under_event01 .contents p.txt {
      font-size: 18px; } }

#under_event01 .boxs .rightBox {
  display: flex;
  flex-direction: column;
  width: 100%; }

#under_event01 .boxs .leftBox {
  width: 25%;
  height: fit-content;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  background: #FFF5D3;
  padding: 2.5%; }
  @media (max-width: 999px) {
    #under_event01 .boxs .leftBox {
      width: 100%;
      margin-top: 50px;
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      padding: 5%; } }

#under_event01 .info {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #under_event01 .info {
      margin-bottom: 30px; } }

#under_event01 .day {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_event01 .day {
      font-size: 14px; } }

#under_event01 .tabs {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 999px) {
    #under_event01 .tabs {
      font-size: 14px; } }

#under_event01 .ttl img {
  width: 4.8%;
  margin-right: 9px;
  display: block; }
  @media (max-width: 999px) {
    #under_event01 .ttl img {
      width: 9.8%;
      margin-right: 0px; } }

#under_event01 .contents p {
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_event01 .contents p {
      font-size: 14px; } }

#under_event01 .contents img {
  height: auto;
  -webkit-height: auto; }

#under_event01 .btn {
  display: block;
  width: 447px;
  margin: 117px auto 0;
  text-align: center;
  border-radius: 25px;
  box-shadow: 4px 4px 0 0 #0e7bdb;
  transform: translateY(-4px);
  transition: 0.3s all; }
  @media screen and (max-width: 1470px) and (min-width: 1000px) {
    #under_event01 .btn {
      width: 37.3%; } }
  @media (max-width: 999px) {
    #under_event01 .btn {
      width: 90%;
      position: relative;
      z-index: 3;
      font-size: 16px;
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      max-width: 375px;
      margin: 40px auto 0; } }

#under_event01 .btn:hover {
  box-shadow: 0 0 0 0 #005400;
  transform: translateY(-2px); }

#under_event01 .btn p {
  background: #fff;
  border: 4px solid #0E7BDB;
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  color: #0e7bdb;
  font-size: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding: 20px;
  white-space: nowrap; }
  @media (max-width: 999px) {
    #under_event01 .btn p {
      border-radius: clamp(10px, 1.4285714286vw, 20px); } }

#under_event01 .btn:hover p {
  background: #0e7bdb;
  color: #fff; }

#under_event01 .boxs .leftBox .title {
  background: rgba(255, 161, 0, 0.2);
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  text-align: center;
  padding: 5.8%; }

#under_event01 .boxs .leftBox .title .en_name {
  font-size: 26px;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  #under_event01 .boxs .leftBox .title .en_name span {
    color: #2B9A33; }

#under_event01 .boxs .leftBox .title .jp_name {
  font-size: 14px;
  margin-top: 11px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

#under_event01 .boxs .leftBox .category {
  margin-bottom: 37px; }

#under_event01 .boxs .leftBox ul {
  margin-top: 24px;
  padding-left: 27px; }

#under_event01 .boxs .leftBox ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

#under_event01 .boxs .leftBox ul li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f111";
  color: #FFA329;
  font-size: 10px;
  padding-right: 0.8rem;
  left: -14px;
  top: 2px; }

#under_event01 #tab_u {
  display: flex;
  flex-direction: column;
  padding-left: 27px; }
  @media (max-width: 999px) {
    #under_event01 #tab_u {
      flex-wrap: wrap;
      margin-bottom: 0rem; } }
  #under_event01 #tab_u li {
    font-size: 1.8rem;
    text-align: center; }
    @media (max-width: 999px) {
      #under_event01 #tab_u li {
        font-size: 14px;
        width: 49%;
        padding: 0 2rem; } }

#under_event01 #tab_u .tab_top {
  font-size: 16px;
  text-align: justify; }
  @media (min-width: 1000px) {
    #under_event01 #tab_u .tab_top {
      padding-left: 10px;
      margin-bottom: 10px; } }
  @media (max-width: 999px) {
    #under_event01 #tab_u .tab_top {
      white-space: nowrap;
      padding: 10px 0 0 10px;
      text-align: left;
      margin-bottom: 0; } }

#under_event01 #tab_u .tab_top:before {
  content: none; }

#under_event01 #tab_u .area_box {
  display: flex;
  align-items: flex-start; }
  #under_event01 #tab_u .area_box .select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 999px) {
      #under_event01 #tab_u .area_box .select {
        width: 140%; } }

#under_event01 #tab_u .area_box1 {
  margin-bottom: 1rem; }

#under_event01 #tab_u .lead {
  display: flex;
  align-items: center; }

#under_event01 #tab_u li:hover,
#under_event01 #tab_u li.current {
  cursor: pointer; }

#event .box .txtBox .date {
  font-size: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: 1px solid;
  width: max-content;
  padding: 2px 20px;
  border-radius: 99px;
  color: #0E7BDB;
  font-weight: bold; }

#event .box .txtBox .date.end {
  background: #EAEAEA;
  color: #333;
  border: none;
  font-weight: bold; }

#event .box .txtBox .blogTtl {
  font-size: 18px;
  line-height: 1.5;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #event .box .txtBox .blogTtl {
      font-size: 16px; } }

#event .box .picBox {
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 210/298; }

#event .box .picBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all; }

#event .box .picBox img:hover {
  transform: scale(1.07, 1.07);
  transition: 0.5s all; }

#event .box dl {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0; }

#event .box dt {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  width: 30%;
  margin-right: 5%;
  line-height: 1.5; }

#event .box dd {
  font-size: 14px;
  width: 65%;
  line-height: 1.5; }

#event .box .txtBox .txt {
  font-size: 13px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 8px; }
  @media (max-width: 999px) {
    #event .box .txtBox .txt {
      font-size: 12px; } }

#event .box .txtBox .txt a {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
  @media (max-width: 999px) {
    #event .box .txtBox .txt a {
      -webkit-line-clamp: 1; } }

#event .box .txtBox .txt p img {
  display: none; }

#event .DetailBtn {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 999px;
  text-align: center;
  padding: 16px 0;
  background: #0E7BDB;
  color: #fff;
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: 4px solid;
  max-width: 320px;
  margin: 16px auto 0; }
  @media (max-width: 999px) {
    #event .DetailBtn {
      width: 100%;
      font-size: 16px; } }

#event .DetailBtn:before {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateX(-50%);
  content: "\f061";
  font-family: FontAwesome;
  font-size: 20px; }

#event .DetailBtn:hover {
  background: #fff;
  color: #0E7BDB; }

#event .DetailBtn:before:hover {
  color: #0E7BDB; }

#event .tagBox {
  display: flex;
  align-items: center;
  margin-bottom: 8px; }

#event .tagBox .event-tags li {
  font-size: clamp(13px, 1vw, 16px);
  color: #666;
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

/*#event .DetailBtn.event{
    background: #FFF12E;
    color: #333333;
    border: 4px solid #FFF12E;
}
#event .DetailBtn.event:before {
    color: #333333;
}*/
#under_event01 .box .txtBox .date {
  font-size: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 4px;
  border: 1px solid;
  width: max-content;
  padding: 2px 20px;
  border-radius: 99px;
  color: #0E7BDB;
  font-weight: bold; }

#under_event01 .box .txtBox .date.end {
  background: #EAEAEA;
  color: #333;
  border: none;
  font-weight: bold; }

#under_event01 .box dl {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0; }
  @media (max-width: 999px) {
    #under_event01 .box dl {
      padding: 8px 0; } }

#under_event01 .box dt {
  font-size: 18px;
  font-weight: bold;
  width: 30%;
  margin-right: 5%;
  line-height: 1.5; }
  @media (max-width: 999px) {
    #under_event01 .box dt {
      font-size: 14px; } }

#under_event01 .box dd {
  font-size: 18px;
  width: 65%;
  line-height: 1.5; }
  @media (max-width: 999px) {
    #under_event01 .box dd {
      font-size: 14px; } }

@media (min-width: 1000px) {
  #under_event01 .box .txtBox .blogTtl:hover {
    opacity: 0.7; } }

#under_event01 .box .txtBox .txt {
  font-size: 13px;
  line-height: 1.7;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 8px; }
  @media (max-width: 999px) {
    #under_event01 .box .txtBox .txt {
      font-size: 12px; } }

#under_event01 .box .txtBox .txt a {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
  @media (max-width: 999px) {
    #under_event01 .box .txtBox .txt a {
      -webkit-line-clamp: 1; } }

#under_event01 .box .txtBox .txt p img {
  display: none; }

#under_event01 .DetailBtn {
  position: relative;
  display: block;
  margin-top: 10px;
  width: 100%;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  text-align: center;
  padding: 12px 0;
  background: #0E7BDB;
  color: #fff;
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: 4px solid; }
  @media (max-width: 999px) {
    #under_event01 .DetailBtn {
      width: 100%;
      font-size: 16px; } }

#under_event01 .DetailBtn:before {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateX(-50%);
  content: "\f061";
  font-family: FontAwesome;
  font-size: 20px; }

#under_event01 .DetailBtn:hover {
  background: #fff;
  color: #0E7BDB; }

#under_event01 .DetailBtn:before:hover {
  color: #0E7BDB; }

#under_event01 .DetailBtn.event {
  background: #FFF12E;
  color: #333333;
  border: 4px solid #FFF12E;
  max-width: 600px;
  margin: 40px auto; }
  @media (max-width: 999px) {
    #under_event01 .DetailBtn.event {
      margin: 20px auto; } }

#under_event01 .DetailBtn.event:before {
  color: #333333; }

#under_event01 .boxs .date {
  font-size: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 4px;
  border: 1px solid;
  width: max-content;
  padding: 2px 20px;
  border-radius: 99px;
  color: #0E7BDB;
  font-weight: bold; }

#under_event01 .boxs .date.end {
  background: #EAEAEA;
  color: #333;
  border: none;
  font-weight: bold; }
