body .content .tenpoEventInner {
  color: #006;
}

 .areaAnchor a:visited{
  color: #006!important;
}

body .content .tenpoReservationBtn:visited{
  color: #fff !important;
  text-decoration: none !important;
}

body .h1Tit {
  font-size: 2.29em;
  line-height: 1.31;
  color: #333;
}

.tenpoEventInner{
  max-width: 960px;
  margin: auto;
}

body .content  .tenpoEventTitle{
  color: #006;
  margin-top: 0;
}

.tenpoEventText{
  font-size: 1.1em;
}

.attentionWrap{
  max-width: 700px;
  margin: 50px auto 0;
  padding: 20px 20px 25px;
  border: solid 1px #006;
  border-radius: 5px;
}

.attentionTitle{
  text-align: center;
  font-weight: bold;
}

.implementationTitle{
  font-weight: bold;
  font-size: 2.3em;
  text-align: center;
}

.implementationText{
  text-align: center;
  line-height: 1.7;
  margin-top: 1em;
  font-size: 14px;
}

.attentionList {
  margin-top: 1em;
}

 .attentionList > li{
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 0;
  line-height: 1.7;
}

.attentionList > li::before{
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #207db4;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

.implementationWrap{
  margin-top: 70px;
}

body .content .implementationWrap .QnA.alt{
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff;
  padding: 0;
}

body .content .implementationWrap .QnA.alt.announcement {
  border: 4px solid #ffd966;
}

body .content .implementationWrap .QnA.alt dt {
  margin: 0 auto;
  position: relative;
  background: #fff;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: solid 1px #FFF;
  border-radius: 10px;
  margin-top: 0 !important;
  padding: 25px !important;
}

body .content .implementationWrap .QnA.alt.toggle dt:after {
  background: transparent url(/nisa/nisa_cafe/event_family/images/icon_triangle_bottom_open.png) no-repeat 0 0;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 10px;
  top: 40%;
  content: "";
}

body .content .implementationWrap .QnA.alt.toggle dt.isOpen {
  background-color: #fff !important;
}

body .content .implementationWrap .QnA.alt.toggle dt.isOpen:after {
  content: '';
  background: transparent url(/nisa/nisa_cafe/event_family/images/icon_triangle_bottom_close.png) no-repeat 0 0;
  background-position-y: center;
}

body .content .implementationWrap .QnA.alt dd {
  display: none;
  background-color: #fff !important;
  border-radius: 10px;
  padding: 0 25px 25px !important;
}

.selectArea{
  margin-top: 70px;
  text-align: center;
}

.itemlist>li {
  margin-bottom: 0 !important;
  padding: 5px 0;
  font-weight: bold;
  color: #000066;
  font-size: 20px;
  line-height: 1.7;
}

.itemlist {
  display: none;
}

.itemlist,.itemTenpoList{
  font-size: 16px;
  background-color: #fff;
  padding: 27.5px 40px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 16px auto;
  border: #08287F solid 1px;
}

.itemTenpoList>li{
  padding: 12.5px 0;
}

.itemlist>li:hover {
    background-color: #000066;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}

.PulldownMenu {
  background-color: #08287F;
  margin: 8px auto;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.PulldownMenu p{
  margin-top: auto !important;
}

.PulldownMenu::before{
  content: "";
  position: absolute;
  background: url(/nisa/nisa_cafe/event_family/images/arrow_icon.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  right: 30px;
  z-index: 2;
}

.tenpoinfoWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #E2EAFF;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 10px;
}

.tenpoinfoWrap:last-child {
  margin-bottom: 0;
}

.viewBox{
  text-align: left;
}
 p.place,  p.branch , p.tenpoTime{
  margin-top: 0;
}

.branch{
  font-size: 1.1em;
}

.place{
  font-size: 0.9em;
  font-weight: normal;
}

.placeLabel{
  background-color: #08287F;
  color: #fff;
  padding: 3px 25px;
  border-radius: 2px;
  margin-right: 10px;
  font-weight: bold;
}

.tenpoTime{
  font-size: 1em;
  font-weight: normal;
}

.tenpoDate{
  font-weight: bold;
  margin-right: 15px;
}

.reservationButton{
  background: #08287f;
  font-size: 2rem;
  max-width: 336px;
  padding: 20px 36px;
  border-radius: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  box-sizing: border-box;
}
body .content .tenpoinfoWrap a.reservationButton{
  color: #fff;
  text-decoration: none;
}

.reservationButton::after {
  background: url(/common2024/images/icon/icon_blank_white.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.reservationButton:hover{
  opacity: 1;
  background: #1d2e59;
}
body .content a.reservationButton:visited{
  color: #fff !important;
}

#preSelect, #munSelect {
  display: none;
}

.NotfoundTenpoList, .NotSelectPre{
  /* display: none; */
  padding: 10px;
  color: #006;
}

.viewText p {
  line-height: 1.7;
}

.alnRight {
  text-align: right !important;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .tenpoEventText{
    font-size: 1em;
  }
  .implementationWrap{
    margin-top: 50px;
  }

  .attentionWrap{
    padding: 30px 15px 20px;
    margin-top: 35px;
  }
  .attentionTitle{
    font-size: 1.1em;
  }
  .attentionList li:nth-child(n+2){
    margin-top: 10px;
  }
  .tenpoinfoWrap{
    flex-direction: column;
    align-items: start;
    padding: 20px 15px;
  }
  .itemlist,.itemTenpoList{
    padding: 15px;
  }
  body .content .implementationWrap .QnA.alt dt{
    padding: 20px !important;
  }
  body .content .implementationWrap .QnA.alt dt.isOpen{
    padding: 20px 20px 5px !important;
  }
  body .content .implementationWrap .QnA.alt dd{
    padding: 0 15px 15px !important;
  }
  .tenpoTime{
    font-size: 0.9em;
  }
  .reservationButton{
    padding: 10px 36px;
    margin-top: 15px;
    max-width: 100%;
  }

}