@charset "UTF-8";
.Calender ul.list-group li:nth-child(odd) {
  background: #f9f7f7;
}
@media (min-width: 425px) {
  .Calender .list-group-item {
    padding: 5px !important;
  }
}

.calender-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.calender-wrap a {
  text-decoration: none !important;
  color: #333;
}
.calender-wrap .d {
  border: 1px dotted #ddd;
  height: 1.4rem;
  text-align: center;
}
.calender-wrap div[class^=d_] {
  height: 100px;
  display: block;
  margin: 1px;
  border: 1px dotted #ddd;
  position: relative;
}
@media (min-width: 576px) {
  .calender-wrap div[class^=d_] {
    margin: 0px;
    border: 1px solid #ddd;
  }
}
@media (min-width: 425px) {
  .calender-wrap div[class^=d_] {
    height: 80px;
  }
}
.calender-wrap span.days {
  display: block;
  position: absolute;
  text-align: center;
  width: 20%;
  height: 20px;
  left: 30px;
  top: 0px;
  font-size: 0.8rem;
}
.calender-wrap span.dateNumber {
  display: block;
  position: absolute;
  text-align: center;
  width: 30%;
  height: 30px;
  font-weight: 700;
  font-size: 0.8rem;
  color: #0b5885;
  font-style: italic;
}
@media (min-width: 576px) {
  .calender-wrap span.dateNumber {
    width: 60%;
    font-weight: 500;
  }
}
.calender-wrap span.fortune {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  right: 0px;
  top: 22px;
  border-radius: 1rem;
}
@media (min-width: 1280px) {
  .calender-wrap span.fortune {
    font-size: 0.8rem;
  }
}
@media (min-width: 425px) {
  .calender-wrap span.fortune {
    font-size: 1.1rem;
    font-weight: bold;
  }
}

.fortune-deco {
  border: 2px solid rgb(239, 190, 190);
  border-radius: 0.8rem;
  font-family: "HG丸ｺﾞｼｯｸM-PRO", "BIZ UDPゴシック", "BIZ UDゴシック", "メイリオ" !important;
}
@media (min-width: 768px) {
  .fortune-deco {
    border: 1px solid rgb(239, 190, 190);
    border-radius: 0.2rem;
  }
}
@media (min-width: 576px) {
  .fortune-deco {
    border: none;
    border-radius: 0rem;
  }
}

.bk-color_pink {
  background: linear-gradient(#fce5ea, 10%, white);
}
.bk-color_blue {
  background: linear-gradient(#e5e5fc, 1%, white);
}
.bk-color_orange {
  background: linear-gradient(#fcefe5, 3%, white);
}
.bk-color_pale-white {
  background: linear-gradient(#e5f8fc, 3%, white);
}
.bk-color_light-green {
  background: linear-gradient(#ecfce5, white);
}
.bk-color_yellow {
  background: linear-gradient(#fcfae5, white);
}

.calender-input-area select {
  box-sizing: border-box;
  width: 100px;
  border: 2px solid pink;
  border-radius: 0.5rem;
  height: 40px;
  margin: 0.4rem 0.2rem;
  font-size: 1.2rem;
}
.calender-input-area select::actinve {
  outline: 2px solid #fd4778;
}
.calender-input-area select:focus {
  border: none;
  outline: 2px solid #fd4778;
}
.calender-input-area label {
  display: block;
  font-size: 1.4rem;
  color: #fd3030;
  margin-top: 0.4rem;
  margin-right: 0.5rem;
  width: 90px;
}
@media (min-width: 425px) {
  .calender-input-area label {
    font-size: 1rem;
  }
}

#fortune_InputBtn {
  display: block;
  padding: 0.4rem 0.6rem;
  border: 1px solid red;
  color: red;
  font-size: 1.6rem;
  min-width: 10rem;
  background: linear-gradient(#cc1508, #fa7116, #f5ca6e);
  border-radius: 2rem;
  background-color: inherit;
  box-shadow: 3px 3px 0px #ddd;
  color: white;
}
#fortune_InputBtn:focus {
  border: none;
  outline: 2px solid #fd4778;
}

.sp_displayNone {
  display: block;
}

.Calender .hidden {
  display: none;
}

.description-image {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 60px;
  right: -10px;
  bottom: 0px;
  overflow: hidden;
  text-align: center;
}
.description-image span {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.description-image.n1 {
  background-image: url(../wp-content/themes/stingerplus2-child/images/face-1.png);
}
.description-image.n1 > span {
  color: #fd3030;
}
.description-image.n2 {
  background-image: url(../wp-content/themes/stingerplus2-child/images/face-2.png);
}
.description-image.n2 > span {
  color: #fd4778;
}
.description-image.n3 {
  background-image: url(../wp-content/themes/stingerplus2-child/images/face-3.png);
}
.description-image.n3 > span {
  color: #fd7b30;
}
.description-image.n4 {
  background-image: url(../wp-content/themes/stingerplus2-child/images/face-4.png);
}
.description-image.n4 > span {
  color: #738f45;
}
.description-image.n5 {
  background-image: url(../wp-content/themes/stingerplus2-child/images/face-5.png);
}
.description-image.n5 > span {
  color: #1683aa;
}
.description-image.n6 {
  background-image: url(../wp-content/themes/stingerplus2-child/images/face-6.png);
}
.description-image.n6 > span {
  color: #304c7b;
}
.description-image.nl {
  background-image: url(../wp-content/themes/stingerplus2-child/images/face-love.png);
}
.description-image.nl > span {
  color: #fd4778;
}

.description-text {
  padding: 0.2rem 0.2rem 0.2rem 0.6rem;
}

.description-title {
  padding-top: 0.25rem;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 425px) {
  .description-title {
    font-size: 1rem;
    font-weight: bold;
  }
}

.title-grd-bar {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  color: #333;
  outline: none;
  font-weight: 700;
  border: 1px solid #e90463;
  box-shadow: 2px 2px 4px #dfdfff;
  padding-left: 4rem;
  border-radius: 2rem;
  position: relative;
  background: linear-gradient(0.15turn, white, white, #f88);
  margin-bottom: 0.5rem;
}
.title-grd-bar:before {
  content: "";
  height: 68%;
  width: 1.6rem;
  display: block;
  background-image: url(../images/sipou-orange.svg);
  transform: rotate(135deg);
  position: absolute;
  background-size: contain;
  left: 1rem;
  top: 17%;
  border: 1px solid #6704e9;
}

.bk_border_pink {
  border: 2px solid #fd4778;
}
.bk_border_blue {
  border: 2px solid #304c7b;
}
.bk_border_orange {
  border: 2px solid #fd7b30;
}
.bk_border_red {
  border: 2px solid #fd3030;
}
.bk_border_green {
  border: 2px solid #738f45;
}
.bk_border_pale-blue {
  border: 2px solid #1683aa;
}

span[class^=bk_border] {
  border-radius: 1rem;
  padding: 0.2rem 0.8rem;
}
@media (min-width: 425px) {
  span[class^=bk_border] {
    padding: 0rem 0.4rem;
  }
}

.calender-input-area {
  padding: 1rem;
}
@media (min-width: 425px) {
  .calender-input-area {
    padding: 1rem 0.4rem;
  }
}

.pr-4 {
  padding-right: 1.2rem !important;
}

.box-days {
  display: block;
  position: relative;
  height: 1rem;
}

.area27 {
  display: block;
  position: relative;
  box-sizing: content-box;
}
.area27 #s27 {
  font-weight: bold;
}
.area27 #s27 span {
  font-family: "HG丸ｺﾞｼｯｸM-PRO", "BIZ UDPゴシック", "BIZ UDゴシック", "メイリオ" !important;
}

.page-link-map {
  position: relative;
  border-radius: 2rem;
  border: 6px solid #f7c9c9;
  padding: 0.4rem;
  padding-left: 90px;
  height: 100px;
  font-size: 0.9rem;
  background-color: white;
  box-shadow: 8px 8px 8px #ddd;
  overflow: hidden;
  font-family: "メイリオ";
  background: linear-gradient(0.15turn, white, white, #faeec3);
}
@media (min-width: 768px) {
  .page-link-map {
    font-size: 1rem;
    width: 410px;
  }
}
.page-link-map:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background-image: url(../images/mihon.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.page-link-seikaku {
  position: relative;
  border-radius: 2rem;
  border: 6px solid #f7c9c9;
  padding: 0.4rem;
  padding-left: 90px;
  height: 100px;
  font-size: 0.9rem;
  background-color: white;
  box-shadow: 8px 8px 8px #ddd;
  overflow: hidden;
  font-family: "メイリオ";
}
@media (min-width: 768px) {
  .page-link-seikaku {
    font-size: 1rem;
    width: 410px;
  }
}
.page-link-seikaku:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background-image: url(../images/mihon.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.page-link-seikaku:before {
  width: 80px;
  height: 80px;
  background-image: url(../images/back-2.jpg);
}

.page-link-kuji {
  position: relative;
  border-radius: 2rem;
  border: 6px solid #f7c9c9;
  padding: 0.4rem;
  padding-left: 90px;
  height: 100px;
  font-size: 0.9rem;
  background-color: white;
  box-shadow: 8px 8px 8px #ddd;
  overflow: hidden;
  font-family: "メイリオ";
}
@media (min-width: 768px) {
  .page-link-kuji {
    font-size: 1rem;
    width: 410px;
  }
}
.page-link-kuji:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background-image: url(../images/mihon.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.page-link-kuji:before {
  width: 80px;
  height: 80px;
  background-image: url(../images/kuji.png);
}/*# sourceMappingURL=over-calender.css.map */