@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 960px) {
  .pc_br {
    display: none;
  }
}

/*
 * 480pxより狭くなったら改行なくす
 */
@media (max-width: 560px) {
  .sp_br {
    display: none;
  }
}

/*
 * トランジション
 */
input[type=submit], input[type=button] {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.os {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

.grad {
  background: radial-gradient(closest-side, #fda9c5, rgba(255, 255, 255, 0));
  filter: blur(60px);
  position: absolute;
  z-index: -1;
}

/*
 * メイン部分
 */
.page-tit-block {
  text-align: center;
  padding: 5% 0 5%;
  background-color: #FFE5EB;
}
@media (max-width: 560px) {
  .page-tit-block {
    padding: 11% 0 11%;
  }
}

.main-tit-block {
  text-align: center;
  margin-bottom: 4%;
  padding-top: 4%;
}
@media (max-width: 560px) {
  .main-tit-block {
    margin-bottom: 10%;
    padding-top: 15%;
  }
}

.main-tit {
  margin-bottom: 5%;
  font-weight: bold;
}
.main-tit span {
  color: #e791a4;
}

/*
* トップ部分
*/
.grecaptcha-badge {
  visibility: hidden;
}

.inner-wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  margin-top: 3%;
  margin-bottom: 6%;
}
.inner-wrap a {
  color: #E61673;
  text-decoration: underline;
}
.inner-wrap a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.tbl-r02 {
  width: 100%;
  max-width: 600px;
}

.tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  vertical-align: middle;
  padding: 10px;
}

.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 5% 6%;
}
@media (max-width: 560px) {
  .tbl-r02 td {
    padding: 9% 9%;
  }
}

@media (max-width: 560px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .tbl-r02 td {
    padding: 6% 0%;
    text-align: center;
  }
}
.tbl-r03 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px 111px;
}
@media (max-width: 560px) {
  .tbl-r03 th {
    padding: 10px 28px;
  }
}
.tbl-r03 td {
  border: solid 1px #ccc;
  padding: 5% 0%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 560px) {
  .tbl-r03 {
    width: 100%;
  }
  .tbl-r03 .thead {
    display: none;
  }
  .tbl-r03 tr {
    width: 100%;
  }
  .tbl-r03 td {
    display: block;
    text-align: right;
    width: 100%;
    border-bottom: none;
  }
  .tbl-r03 td:first-child {
    background: #FFE5EB;
    color: #664E59;
    font-weight: normal;
    text-align: right;
  }
  .tbl-r03 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

.rec-table {
  max-width: none;
}

.coming {
  position: relative;
}

.comingsoon {
  background-color: #FFE5EB;
  width: 100%;
  height: 66vh;
  position: relative;
}
.comingsoon .com-p {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
}
.comingsoon .com-p p {
  font-size: 4em;
  font-weight: bold;
  color: #E61673;
  line-height: 1;
}
.comingsoon .com-p span {
  color: #664E59;
  font-weight: bold;
}

aside#sidebar {
  margin-top: 5%;
  width: 27%;
  font-size: 16px;
}
@media (max-width: 960px) {
  aside#sidebar {
    width: 100%;
  }
}
@media (max-width: 560px) {
  aside#sidebar {
    width: 90%;
    margin: 0 auto;
    margin-top: 9%;
  }
}

.sidebar-wrapper {
  margin-bottom: 20%;
}
@media (max-width: 960px) {
  .sidebar-wrapper {
    margin-bottom: 6%;
  }
}

.sidebar-title {
  color: #E61673;
  padding: 3px 10px;
  position: relative;
  max-width: 328px;
  margin: auto;
  border-bottom: 2px solid #E61673;
}
@media (max-width: 960px) {
  .sidebar-title {
    max-width: 450px;
  }
}

.calender-wrapper {
  margin-bottom: 10%;
}
@media (max-width: 960px) {
  .calender-wrapper {
    margin-bottom: 2%;
  }
}
@media (max-width: 560px) {
  .calender-wrapper {
    margin-bottom: 0;
  }
}

.calender-block {
  max-width: 245px;
  margin: 0 auto;
  margin-top: 6%;
}
@media (max-width: 960px) {
  .calender-block {
    max-width: 450px;
    margin: 0 auto;
  }
}

.wp-calendar-table {
  width: 100%;
  font-size: 15px;
}
.wp-calendar-table caption {
  margin-bottom: 7px;
}
.wp-calendar-table thead {
  border-bottom: 1px solid;
}
.wp-calendar-table thead th {
  display: block;
  margin-bottom: 7px;
  width: 14.2857142857%;
  text-align: center;
}
.wp-calendar-table tbody tr {
  padding-bottom: 10px;
}
.wp-calendar-table tbody tr:first-of-type {
  justify-content: flex-end;
  margin-top: 5px;
}
.wp-calendar-table tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wp-calendar-table tr td {
  text-align: center;
  width: 14.2857142857%;
}
.wp-calendar-table tr td a {
  color: white;
  background: #E61673;
  display: inline-block;
  padding: 2px 4px;
  transition: 0.3s ease;
}
.wp-calendar-table tr td a:hover {
  opacity: 0.8;
}
.wp-calendar-table .sat {
  color: #205dc5;
}
.wp-calendar-table .sun {
  color: rgb(224, 53, 53);
}

.wp-calendar-nav {
  font-size: 15px;
}
.wp-calendar-nav a {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: color;
}
.wp-calendar-nav a:hover {
  color: #E61673;
}

.year-archive-inner {
  position: relative;
  overflow: hidden;
}

ul.side-item-list {
  padding-top: 12px;
  width: 88%;
  max-width: 328px;
  margin: auto;
}
ul.side-item-list li {
  padding-left: 6px;
}
ul.side-item-list li a {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: color;
  position: relative;
  padding: 4px 0 2px 13px;
  display: block;
}
ul.side-item-list li a:hover {
  color: #E61673;
}
ul.side-item-list li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 8px #E61673;
  top: 33%;
  left: 0;
}
@media (max-width: 960px) {
  ul.side-item-list {
    max-width: 450px;
  }
}
@media (max-width: 560px) {
  ul.side-item-list {
    width: 95%;
  }
}

/*前の記事、次の記事*/
.p_page_pager_block {
  width: 100%;
  display: block;
  font-size: 16px;
  border-top: 1px solid #DEDEEA;
  margin-top: 5%;
}
@media (max-width: 960px) {
  .p_page_pager_block {
    margin-top: 8%;
  }
}

.p_page_pager {
  width: 100%;
  margin: 0 auto;
  margin-top: 5%;
  position: relative;
  line-height: 2;
}
@media (max-width: 560px) {
  .p_page_pager {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 9%;
  }
}

.p_pager_prev, .p_pager_next, .top_next {
  text-align: left;
  position: relative;
  display: inline-block;
  width: 30%;
}
.p_pager_prev a, .p_pager_next a, .top_next a {
  display: block;
}
.p_pager_prev p, .p_pager_next p, .top_next p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
@media (max-width: 560px) {
  .p_pager_prev, .p_pager_next, .top_next {
    font-size: 14px;
  }
}

.p_pager_prev, .p_pager_next {
  position: absolute;
  top: 0;
  background-color: #E61673;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
}
.p_pager_prev a, .p_pager_next a {
  display: block;
  color: white;
  padding: 4px;
}
.p_pager_prev::after, .p_pager_next::after {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  display: inline-block;
  transition-duration: 0.3s;
  width: 40px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 12%;
  z-index: 1;
  color: white;
}
.p_pager_prev:hover, .p_pager_next:hover {
  background-color: rgb(46, 174, 152);
}
@media (max-width: 560px) {
  .p_pager_prev, .p_pager_next {
    position: relative;
    width: 92%;
  }
}

.p_pager_prev {
  left: 0;
}
.p_pager_prev::after {
  content: url("../images/chevron-left.svg");
  left: 6%;
  transition-property: left;
}
.p_pager_prev p {
  padding-left: 15px;
}
.p_pager_prev:hover::after {
  left: 4%;
}

.p_pager_next {
  right: 0;
}
.p_pager_next:after {
  content: url("../images/chevron-right.svg");
  right: -3%;
  transition-property: right;
}
.p_pager_next p {
  padding-right: 15px;
}
.p_pager_next:hover::after {
  right: -5%;
}

/*記事一覧に戻る*/
.top_next {
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: block;
  color: #664E59;
}
.top_next a {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: color, border;
  position: relative;
  z-index: 0;
  display: inline;
}
.top_next a::before, .top_next a::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #8cddd2;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.top_next a::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.top_next a::after {
  content: "";
  top: calc(100% + 4px);
  transform-origin: 0% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.top_next a:hover {
  color: #E61673;
}
.top_next a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.top_next a:hover::after {
  transform-origin: 100% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
@media (max-width: 560px) {
  .top_next {
    width: 97%;
    padding: 2% 0;
    display: block;
  }
}

/*# sourceMappingURL=pagebase.css.map */
