/* 忍者RSS */
.ninja-recommend-block {
  margin:30px 0;
}
.ninja-recommend-flick-new {
  height:auto !important;
}

.rec-item {
  align-items: flex-start;
}
.rec-item ul{
  display: flex;
  flex-wrap: wrap;
}
.rec-item li {
  height:auto !important;
  display:table-cell;
  text-align:left;
  text-align:justify;
  padding:0 20px;
}
.rec-item a {
  font-weight: bold !important;
  line-height:1.5em;
}
.rec-ex {
  line-height:1.5em;
  font-size:14px;
  color:#6e6e6e;
}
.rec-name, .rec-ex {
  padding-bottom:15px;
}
.rec-name .new_mark_img1 {
  display:none !important;
}
.rec-price {
  text-align: left;
  font-weight:400;
}
.mark {
  display: inline-block;
    font-size: 13px;
    border-radius: 2px;
    margin-left: 15px;
    padding: 5px 10px;
    color: #fff;
    background-color: #738d8d;
}


@media screen and (min-width: 768px) {
  .pc-slider {
  margin: 0 auto !important;
    display: inherit !important;
  }
  .sp-slider {
    display: none !important;
}
} 

@media (max-width: 480px){
  .pc-slider {
    display: none !important;
}
   .sp-slider {
    display: inherit !important;
  }
}

@media (max-width: 1024px){
  .rec-item li {
  padding:0 10px;
}
.mark {
    margin-left:0px;
    margin-top: 12px;
  }
}

 .p-bnr ul{
  display: flex;
  margin: 20px 0 40px 0;
}
.news{
  margin-bottom:40px;
}
.news li{
      font-size: 14px;
    line-height: 1.5em;
  display: grid;
  line-height: 1.3em;
 padding: 0 0 20px 0;
}
.news .data{
color:#7a90a5;
  padding-bottom:5px;
}
h2 {
  font-weight: bold;
  font-size:20px !important;
}
h2 .h2-en{
  padding-left:10px;
  font-weight:100;
  color:#aaa;
  font-size:15px !important;;
}
.bor_b_1 {
    padding-bottom: 12px;
}

.mar_b_30 {
  margin-bottom: 50px;
}

/* 追加：カレンダー */
.calendar {
  margin-bottom: 50px;
  border: #ddd solid 1px;

}
.calendar .tbl_calendar {
    display: inline-grid;
    padding: 40px 25px 0px 25px;
}
.twocal {
  text-align: center;
}
.tbl_calendar th, .tbl_calendar td {
  white-space: nowrap;
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
.calendar table td {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 2px #FFFFFF solid;
    color: #262626;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.calendar caption {
  font-size:15px;
  text-align: center;
    padding-bottom: 15px;
}
.calendar p{
  padding: 30px;
  line-height:1.5em;
  font-size:14px;
  text-align: center;
}
@media (max-width: 480px){
.calendar p{
  text-align: left;
}
}
@media screen and (max-width: 1200px) and (min-width: 481px){
.calendar .tbl_calendar {
    padding: 40px 12px 0px 12px;
}
}