@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
body { 
  text-align: center;
  background: #EDF4FA;
  padding-top: 80px;
}
.wrapper{
  position: relative;
}
.page-close{
  position: fixed;
  top: 30px;
  right: 30px;
}
.page-close img{
  width: 60px;
  height: 60px;
}
p{
  margin: 0;
}
h1{
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto 6px;
}
.title_bottom{
  font-size: 16px;
}
.notice {
  font-size: 18px; margin-bottom: 20px; 
  max-width: 800px;
  margin: 60px auto 20px;
}
.notice-inner{
  padding: 30px;
  background: #fff;
  border-radius: 50px;
}
.notice-list{
  display: flex;
  justify-content: center;
  gap: 80px;
  padding-top: 30px;
  border-top: 1px solid #C7C7C7;
}
.notice-item{
  max-width: 157px;
  position: relative;
  text-align: center;
}
.notice-item-top{
  width: 136px;
  margin: 0 auto 12px;
}
.notice-item-top img{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.notice-note{
  font-size: 13px;
  margin-top: 12px;
}
.notice-text-big{
  font-size: 24px;
  font-weight: bold;
}
.notice-text-small{
  font-size: 20px;
  font-weight: bold;
}
.nowtime{
  font-size: 22px;
  margin-bottom: 25px;
}
.border-none{
  border: none !important;
}
.notice-arrow{
  width: 12px;
  margin: 6px auto 0;
}
.note{
  text-align: left;
  font-size: 13px;
  max-width: 800px;
  margin: 0 auto 100px;
}
table { 
  border-collapse: collapse; width: 100%; max-width: 800px; 
  margin: 0 auto 150px;
  background: #fff;
}
th, td {
  border: 1px solid #ccc; text-align: center; 
}
th { 
  background: #f0f0f0; 
}
.header {
  font-weight: bold; 
}
.table-icon{
  width: 60px;
}

#calendarTable {
  border-collapse: collapse;
}

#calendarTable th, #calendarTable td {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}

/* 左列の背景を水色 */
#calendarTable td:first-child,
#calendarTable th:first-child {
  background-color: #D4E4F3;
}

/* 他列の背景を白に */
#calendarTable td:not(:first-child),
#calendarTable th:not(:first-child) {
  background-color: #FFFFFF;
}

/* 1列目と2列目の間の縦線を太く */
#calendarTable thead tr {
  border-bottom: 3px solid #C7C7C7;
}

.map{
  max-width: 800px;
  width: 96%;
  margin: 0 auto 50px;
}
.map-title{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 6px;
}
.map-title{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 6px;
}
.map img{
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  body { 
  text-align: center;
  background: #EDF4FA;
  padding-top: 6.5vw;
}
p{
  margin: 0;
}
h1{
  font-size: 6.25vw;
  font-weight: bold;
  margin: 0 auto 6px;
}
.title_bottom{
  font-size: 3.64vw;
}
.notice {
  max-width: 89.58vw;
  margin: 5.2vw auto;
}
.notice-inner{
  padding: 5.2vw;
  background: #fff;
  border-radius: 50px;
}
.notice-list{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4.16vw;
  padding-top: 4.16vw;
  border-top: 1px solid #C7C7C7;
}
.notice-item{
  display: flex;
  max-width: 64.84vw;
  gap: 2.1vw;
  align-items: center;
  position: relative;
  text-align: center;
}
.notice-item-top{
  width: 28.64vw;
  margin: 0 auto;
}
.notice-item-top img{
  display: block;
  width: 28.64vw;
  margin: 0 auto;
}
.notice-note{
  font-size: 2.86vw;
  margin-top: 1.04vw;
}
.notice-text-big{
  font-size: 5.2vw;
  font-weight: bold;
}
.notice-text-small{
  font-size: 4.16vw;
  font-weight: bold;
}
.nowtime{
  font-size: 4.16vw;
  margin-bottom: 4.16vw;
  line-height: 1.5;
}
.border-none{
  border: none !important;
}
.notice-arrow{
  width: 3.125vw;
  margin: 0.5vw auto;
}
.note{
  text-align: left;
  font-size: 2.86vw;
  max-width: 89.58vw;
  margin: 0 auto 100px;
}
table { 
  border-collapse: collapse; width: 100%; max-width: 89.58vw; 
  margin: 0 auto 26vw;
  background: #fff;
}
th, td {
  border: 1px solid #ccc; text-align: center; 
}
th { 
  background: #f0f0f0; 
}
.header {
  font-weight: bold; 
}
.table-icon{
  width: 13vw;
}

#calendarTable {
  border-collapse: collapse;
}

#calendarTable th, #calendarTable td {
  border: 1px solid #ccc;
  padding: 3.125vw;
  text-align: center;
  font-size: 2.8vw;
}

/* 左列の背景を水色 */
#calendarTable td:first-child,
#calendarTable th:first-child {
  background-color: #D4E4F3;
}

/* 他列の背景を白に */
#calendarTable td:not(:first-child),
#calendarTable th:not(:first-child) {
  background-color: #FFFFFF;
}

/* 1列目と2列目の間の縦線を太く */
#calendarTable thead tr {
  border-bottom: 3px solid #C7C7C7;
}

.map{
  max-width: 89.58vw;
  width: 100%;
  margin: 0 auto 50px;
}
.map-title{
  font-size: 6.25vw;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10.4vw;
}
.map img{
  width: 100%;
}
.page-close{
  position: fixed;
  top: 3vw;
  right: 3vw;
}
.page-close img{
  width: 8vw;
  height: 8vw;
}
}
.attention{
  padding: 45px 20px 25px;
  background: #fff;
  border: 2px solid #333;
  position: relative;
  max-width: 800px;
  margin: 100px auto 0;
}
.attention-heading{
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #ef1616;
  color: #fff;
  font-weight: bold;
  padding: 20px 15px;
  border-radius: 60px;
  font-size: 20px;
  width: 650px;
}
.attention-text{
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .attention{
    padding: 8vw 3vw 4vw;
    background: #fff;
    border: 2px solid #333;
    position: relative;
    max-width: 82.58vw;
    margin: 11vw auto 0;
  }
  .attention-heading{
    position: absolute;
    top: -7vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: #ef1616;
    color: #fff;
    font-weight: bold;
    padding: 2vw 2vw;
    border-radius: 10vw;
    font-size: 3.1vw;
    width: 64vw;
  }
  .attention-text{
    font-size: 2.1vw;
    line-height: 1.5;
  }
}