@charset "UTF-8";

a#btn01 + div .inner_item {
    position: relative;
    margin-top: 50px;
    border-radius: 20px;
}
a#btn01 + div .inner_item:before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
    border-radius: 50%;
    background-color: #ffffff;
}
a#btn01 + div .wrapper_item .inner_item:first-child::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20241023092921.png) no-repeat center / contain;
    background-size: 35%;
    background-color: #ffffff;
}
a#btn01 + div .wrapper_item .inner_item:last-child:before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/LINE_APP_Android.png) no-repeat center / contain;
    background-size: 60%;
    background-color: #ffffff;
}
a#btn01 + div .inner_item h3.h {
    margin-top: 5px;
}
@media screen and (max-width: 900px) {
a#btn01 + div .inner_item:before {
    width: 70px;
    height: 70px;
    top: -40px;
}
}
@media screen and (max-width: 570px) {
a#btn01 + div .wrapper_item {
    flex-direction: column;
}
a#btn01 + div .inner_item {
    width: 100%;
}
a#btn01 + div .inner_item:nth-of-type(2n) {
    margin-left: 0 !important;
}
}

/*カレンダー*/
.calendar-container {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(min(300px,100%),1fr));
  gap: 30px 3.5%;
}

.calendar_header .h {
 	text-align: center;
    position: relative;
    background: #0f3675;
    color: #fff;
    font-size: 2.8rem !important;
    border-radius: 15px 15px 0 0;
}

.calendar-wrap {
  width: 100%;
  max-width: 100%;
  display: block;
}
table{
  border-collapse:separate;
  border-spacing: 7px;
  width: 100%;
}

table th,table td{
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .calendar-wrap {
    display: flex;
    flex-direction: column;
  }
}
.calendar {
  width: 100%;
  border-collapse: collapse;
}
.calendar th,
.calendar td {
  border: 3px solid #fff;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
}
.calendar th {
  padding: 6px 10px;
}
.calendar td {}
@media (max-width: 767.98px) {
  .calendar th,
  .calendar td {
    padding: 6px;
    font-size: 12px;
  }
  .calendar th {
    padding: 3px 6px;
  }
}

.calendar .sun {
  background-color: #ffe3e3;
}

.calendar .sat {
  background-color: #e0eefc;
}

.calendar .mute {
  color: #aaa;
}
.calendar .today {
  background-color: #7d7d7d;
}
.calendar .off {
  background-color: #fadcdb;
}
.remarks {
  background-color: #e8f2f7;
  font-size: 12px  !important;
}

@media screen and (max-width: 1000px) {
    .composite_box01:not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_21):not(.block_images_22):not(.block_images_23):not(.block_images_24) .inner_item {
        width: 48%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .composite_box01.block_images_1 .inner_item:nth-of-type(2n-1) {
        margin-left: 0 !important;
    }
}
#rna,#rna+*,#gd,#gd+* {
  display: none;
}
.rna,.gd {
  box-sizing: border-box;
  position: relative;
  color: #ffffff!important;
}
.rna:before,.gd:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e61118;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: auto;
}
.gd:before {
  background: #0f3675;
}
.sat.rna,.sat.gd,.sun.rna,.sun.gd {
  background: none!important;
}