@charset "utf-8";

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
:root {
  --c-orange : #d07100;
}

#monthly #tenbou p {
  margin-bottom: 1em;
}


#monthly #tenbou .title {
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#monthly #tenbou .container {
  position: relative;
  width: 125px; /* コンテナの幅を調整 */
}

#monthly #tenbou .squares {
  display: flex;
}

#monthly #tenbou .l_square {
  width: 30px; /* 各四角の幅 */
  height: 80px; /* 各四角の高さ */
  background-color: #008cd6; /* 四角の背景色 */
}

#monthly #tenbou .c_square {
  width: 80px; /* 各四角の幅 */
  height: 80px; /* 各四角の高さ */
  background: linear-gradient(to right bottom, #008CD6 50%, #5EB4E6 50%);
}

#monthly #tenbou .r_square {
  width: 30px; /* 各四角の幅 */
  height: 80px; /* 各四角の高さ */
  background-color: #5EB4E6; /* 四角の背景色 */
}

#monthly #tenbou h3 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 32%;
  left: 20%;
  color: #FFF100;
  font-size: 24px;
  text-shadow: 1px 1px #008CD6, -1px 1px 6px #008CD6, -1px -1px 6px #008CD6, 1px -1px 6px #008CD6, 1px 0px 6px #008CD6, 0px 1px 6px #008CD6, -1px 0px 6px #008CD6, 0px -1px 6px #008CD6; 
}

#monthly #tenbou .title p {
  margin-bottom: 0;
  padding: 0;
  color:#00A5DE;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  text-indent: 0;
}

#monthly #tenbou span.name {
   color: #924898;
   font-weight: bold;
}

#monthly #tenbou .tenbou_img_l {
  margin-right: 10px;
  float: left;
}
#monthly #tenbou .tenbou_img_r {
  margin-left: 10px;
  float: right;
}


#monthly #tenbou h4 {
  margin: 2em 0 1em 0;
  padding: 5px;
  border: solid  1px var(--c-orange);
  color: var(--c-orange);
  text-align: center;
}

#monthly #tenbou #rekidai {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#monthly #tenbou #rekidai table {
  width: 430px;
  th {
    background-color: #f0ecc4;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    text-align: center;
  }
  td {
    border-bottom: solid 1px #000;
    text-align: center;
    &:nth-child(4) {
      color: var(--c-orange);
      font-weight: bold;
    }
    &#next2024 {
      padding: 6px 0;
      background-color: #BE0081;
      border-bottom: 0;
      color: #fff;
      line-height: 2em;
      span {
        padding: 0 10px;
        background-color: #fff;
        color: #000;
      }
      b {
        padding: 0 10px;
        background-color: #fff;
        border-radius: 10px;
        color: #000;
        font-weight: normal;
      }
    }
  }
}

