@charset "UTF-8";
body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

@media screen and (min-width: 576px) {
  body {
    font-size: 16px;
  }
}

select {
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 150px;
  padding: 5px 20px 5px 10px;
}

a {
  text-decoration: none;
}

a,
input[type="submit"],
button {
  cursor: pointer;
}

input[type="radio"] {
  margin-right: 5px;
}

label {
  margin-right: 15px;
}

p {
  margin-bottom: 20px;
	font-size:16px;
}

.btn, .btn--base, .p-postItemComment__list .comment-reply-link, .p-postItemComment .comment-form .form-submit .submit, input.wpcf7-submit[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent #ffffff;
  font-size: 16px;
  border-radius: 50px;
  margin: 10px auto 0 auto;
  background: #FF4DAD;
  color: #eee;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  .btn, .btn--base, .p-postItemComment__list .comment-reply-link, .p-postItemComment .comment-form .form-submit .submit, input.wpcf7-submit[type="submit"] {
    padding: 10px 20px;
  }
}

.btn:hover, .btn--base:hover, .p-postItemComment__list .comment-reply-link:hover, .p-postItemComment .comment-form .form-submit .submit:hover, input.wpcf7-submit:hover[type="submit"] {
  color: #eee;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.btn i, .btn--base i, .p-postItemComment__list .comment-reply-link i, .p-postItemComment .comment-form .form-submit .submit i, input.wpcf7-submit[type="submit"] i {
  margin-right: 10px;
  font-size: 20px;
  line-height: 28.8px;
}

.btn--base {
  background: #231815;
}

.scrollHide {
  opacity: 0 !important;
}

.scrollShow {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fa-twitter {
  background: #1da1f2;
  color: #eee;
}

.fa-instagram {
  background-image: -webkit-linear-gradient(225deg, #1400c8, #b900b4, #f50000);
  background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
  color: #eee;
}

section {
  padding-top: 10px;
  padding-bottom: 60px;
}

h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin-top: 25px;
  margin-bottom: 50px;
}

h1:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #e85298;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
}

h2 {
  font-size: 24px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-bottom: 3px #e85298 solid;
  margin-top: 15px;
  margin-bottom: 30px;
}

h3 {
  font-size: 22px;
  background: #eee;
  padding: 5px 15px;
  border-left: 3px #e85298 solid;
  margin-top: 10px;
  margin-bottom: 20px;
}

h4 {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 3px #e85298 solid;
  margin-top: 8px;
  margin-bottom: 15px;
}

h5 {
  font-size: 20px;
  color: #e85298;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

small {
  font-size: 80%;
  font-weight: 400;
}

ul {
  margin-bottom: 0;
}

textarea,
input[type="text"] {
  padding: 8px 15px;
}

small {
  font-size: 80%;
  font-weight: 400;
}

code {
  font-family: monospace;
}

pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}

iframe {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.wp-block-table {
  overflow-x: scroll;
}

.wp-block-table table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}

a {
  color: #e85298;
}

a:hover {
  color: #e85298;
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  width: 100%;
  padding: 5px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  table {
    width: 75%;
    padding: 0;
  }
}

th,
td {
  border: 1px #ddd solid;
  padding: 15px;
  vertical-align: middle;
}

th {
  background: #e85298;
  color: #eee;
  text-align: center;
}

figcaption {
  margin-top: 5px;
  font-style: italic;
  text-align: center;
}

figure {
  margin-bottom: 20px;
}

.p-page ul,
.p-postMain ul {
  list-style-type: disc;
  padding-left: 30px;
}

.p-page ol,
.p-postMain ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.p-page blockquote,
.p-postMain blockquote {
  position: relative;
  background: #231815;
  padding: 45px 20px 8px 20px;
  font-style: italic;
}

.p-page blockquote:before,
.p-postMain blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.p-page blockquote cite,
.p-postMain blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.c-arrowTop {
  position: fixed;
  bottom: calc(-26px * 1.6 - 2 * 5px);
  right: 20px !important;
  padding: 5px 20px;
  border-radius: 50%;
  font-size: 26px;
  background-color: rgba(232, 82, 152, 0.8);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (min-width: 576px) {
  .c-arrowTop {
    right: 20px;
  }
}

.c-arrowTop i {
  color: #eee;
}

.c-arrowTop.active {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: translateY(calc(-26px * 1.6 - 2 * 5px - 5px));
      -ms-transform: translateY(calc(-26px * 1.6 - 2 * 5px - 5px));
          transform: translateY(calc(-26px * 1.6 - 2 * 5px - 5px));
}

.c-barmenu {
  cursor: pointer;
}

.c-barmenu i.fa-bars {
  font-size: 30px;
}

.c-bg--accent {
  background: #e85298;
  color: #eee !important;
}

.c-bg--accent a {
  color: #eee !important;
}

.c-bg--base {
  background:#e85298;
  color: #eee !important;
}

.c-bg--base a {
  color: #eee !important;
}

.c-card {
  padding-bottom: 10px;
  background: #f4f5f7;
  border-radius: 2px;
}

.c-card__no {
  font-family: "Italianno", cursive;
  color: #b49531;
  font-size: 22px;
}

@media screen and (min-width: 576px) {
  .c-card__no {
    font-size: 28px;
  }
}

.c-card__no i {
  line-height: 32.4px;
}

.c-card__img {
  position: relative;
}

.c-card__img:before {
  padding-top: 150%;
  content: "";
  display: block;
}

.c-card__imgInner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.c-card__img:hover .c-card__imgOverlay {
  background: rgba(35, 24, 21, 0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-card__imgOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(35, 24, 21, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-card__imgNoImg {
  font-size: 16px;
}

@media screen and (min-width: 576px) {
  .c-card__imgNoImg {
    font-size: 26px;
  }
}

.c-card__tag {
  font-size: 10px;
}

@media screen and (min-width: 576px) {
  .c-card__tag {
    font-size: 15px;
  }
}

.c-card__title {
/*   font-family: "Times New Roman", Times, serif; */
  position: absolute;
  bottom: 0;
  background: rgba(6, 185, 227, 0.57);
  color: #eee;
  font-size: 14px;
}

@media screen and (min-width: 576px) {
  .c-card__title {
    font-size: 20px;
  }
}

.c-card__text--s {
  font-size: 10px;
  color: #111;
}

@media screen and (min-width: 576px) {
  .c-card__text--s {
    font-size: 13.5px;
  }
}

.c-h, .c-h1, .c-h2, .c-h3, .c-h4, .c-h5, .c-h6, .p-header__siteTitle, .p-index h1, .p-index h2, .p-index h3, .p-index h4, .p-index h5, .p-index h6 {
  border: none;
  position: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  padding: 0;
  margin: 0;
}

.c-h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin-top: 25px;
  margin-bottom: 50px;
}

.c-h1:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #e85298;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
}

.c-h2 {
  font-size: 24px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-bottom: 3px #e85298 solid;
  margin-top: 15px;
  margin-bottom: 30px;
}

.c-h3 {
  font-size: 22px;
  background: #eee;
  padding: 5px 15px;
  border-left: 3px #e85298 solid;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c-h4 {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 3px #e85298 solid;
  margin-top: 8px;
  margin-bottom: 15px;
}

.c-h5 {
  font-size: 20px;
  color: #e85298;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.c-h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.c-h::after, .c-h1::after, .c-h2::after, .c-h3::after, .c-h4::after, .c-h5::after, .c-h6::after, .p-header__siteTitle::after, .p-index h1::after, .p-index h2::after, .p-index h3::after, .p-index h4::after, .p-index h5::after, .p-index h6::after {
  content: none;
}

.c-overlay {
  display: none;
}

.c-overlay.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: rgba(17, 17, 17, 0.5);
}

.c-paginate {
  margin-top: 100px;
  margin-left: -15px;
  margin-right: -15px;
}

.c-paginate__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-paginate__item a,
.c-paginate__item span {
  text-align: center;
  display: block;
  border: 1px solid #e85298;
  width: 37px;
  padding: 5px 0px;
  margin: 0 4px;
  line-height: 25px;
}

@media screen and (min-width: 576px) {
  .c-paginate__item a,
  .c-paginate__item span {
    width: 44px;
    padding: 5px 0px;
    margin: 0 7.5px;
    line-height: 32px;
  }
}

.c-paginate__item a {
  color: #e85298;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-paginate__item a:hover {
  background: #e85298;
  color: #eee;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-paginate__item--active span {
  background: #e85298;
  color: #eee;
}

.c-section--color {
  background-image:url(http://haruharu.test-wakworks.com/wp-content/uploads/2023/10/asset.png);
	background-position:cover;
  color: #eee;
}

.p-breadcrumb a {
  color: #666;
}

.p-breadcrumb a:hover {
  text-decoration: none;
}

.p-castItemName {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.p-castItemName:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #e85298;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
}

.p-castItemName h1 {
  display: inline-block;
}

.p-castItemName__age {
  font-size: 26px;
}

.p-castItem__table th {
  width: 40%;
}

.p-castItem__table td {
  width: 60%;
}

.p-castItemImg__slider {
  position: relative;
}

.p-castItemImg__slider:before {
  content: '';
  padding-top: 150%;
  display: block;
}

.p-castItemImg__slider .top {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-castItemImg__slider .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-castItemImg__slider .noImg {
  font-size: 30px;
}

.p-castItemImg__thmbs {
  position: relative;
}

.p-castItemImg__thmbs:before {
  content: '';
  padding-top: calc(37.5% - 11.25px);
  display: block;
}

.p-castItemImg__thmbs .thumbs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-castItemImg__thmbs .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-castItemImg__thmbs .noImg {
  font-size: 11px;
}

.p-footer {
  background: rgba(232, 82, 152, 0.6);
  color: #eee;
}

.p-footer a {
  color: #eee;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-footer a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
}

.p-footerNav__inner li {
  margin: 0 15px 5px;
}

@media screen and (min-width: 768px) {
  .p-footerNav__inner li {
    margin-bottom: 0;
  }
}

.p-footer__snsIcon {
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
}

.p-footer__snsIcon li {
  display: inline-block;
  margin-right: 25px;
}

.p-footer__snsIcon li:last-child {
  margin-right: 0;
}

.p-footer__snsIcon i {
  padding: 5px 0;
  width: 60px;
  border-radius: 5px;
}

.p-header__siteTitle {
  font-weight: bold;
  font-size: 30px;
  padding: 3px 0;
  line-height: 1.2;
}

.p-header__siteTitle a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: inherit;
}

.p-header__siteTitle a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.9;
}

.p-header__snsIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-header__snsIcon li {
  margin-right: 13px;
}

.p-header__snsIcon li:last-child {
  margin-right: 0;
}

.p-header__snsIcon li a {
  display: block;
  height: 26px;
}

.p-header__snsIcon i {
  font-size: 20.8px;
  padding: 2.6px 0;
  width: 26px;
  border-radius: 8px;
  text-align: center;
}

.p-header__snsIcon img {
  width: 26px;
  height: 26px;
}

.p-header__tel tel,
.p-header__tel a {
  margin-left: 5px;
  font-size: 115%;
}

.p-headerNav {
  background: #231815;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.p-headerNav.active {
  -webkit-transition: 1s all;
  transition: 1s all;
}

.p-headerNav nav {
  display: none;
}

@media screen and (min-width: 992px) {
  .p-headerNav nav {
    display: block;
  }
}

.p-headerNav li {
  border-right: none;
}

@media screen and (min-width: 992px) {
  .p-headerNav li {
    position: relative;
    border-right: 1px #eee solid;
  }
  .p-headerNav li:last-child {
    border-right: none;
  }
}

.p-headerNav li a {
/*   color: #eee; */
  padding: 0.25rem 2rem;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-headerNav li a span {
  z-index: 2;
  position: relative;
}

.p-headerNav li a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  text-decoration: none;
}

.p-headerNav li a:hover:after {
  height: 100%;
}

.p-headerNav li a:after {
  z-index: 1;
/*   background: #e85298; */
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: none;
}

@media screen and (min-width: 992px) {
  .p-headerNav li a:after {
    content: "";
  }
}

.p-headerNav li ul {
  font-size: 80%;
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .p-headerNav li ul {
    z-index: 3;
    position: absolute;
    top: 100%;
    left: 10px;
    display: none;
    background: #e85298;
    padding-left: 0;
  }
}

.p-headerNav li ul li {
  border-right: none;
}

.p-headerNav li ul li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 180px;
}

@media screen and (min-width: 992px) {
  .p-headerNav li ul li a {
    padding: 10px;
    background: #231815;
  }
}

.p-headerNav li ul li a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 992px) {
  .p-headerNav li ul li a:hover {
    background: #e85298;
    color: #eee;
  }
}

.p-headerNav li ul li a:after {
  content: none;
}

.p-imgSlider {
  position: relative;
  background: #231815;
  width: 100%;
    padding-top: 100% !important;
}

@media screen and (min-width: 768px) {
  .p-imgSlider {
    padding-top: 50% !important;
	  max-width:1280px;
/* 	  margin: 0 auto; */
  }
}

.p-imgSlider__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.p-imgSlider__item {
  position: relative;
  overflow: hidden;
}

.p-imgSlider__item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  max-height: none;
}

.p-imgSliderPager {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 1;
}

.p-imgSliderPager__item {
  width: 10px;
  height: 10px;
  margin-right: 15px;
  background: #eee;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .p-imgSliderPager__item {
    width: 20px;
    height: 20px;
    margin-right: 25px;
  }
}

.p-imgSliderPager__item:focus {
  outline: none;
}

.p-imgSliderPager__item:last-child {
  margin-right: 0;
}

.p-imgSliderPager__item.active {
  background: #e85298;
}

.p-imgSliderArrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  z-index: 1;
  padding: 0 15px;
}

@media screen and (min-width: 576px) {
  .p-imgSliderArrow {
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-imgSliderArrow {
    padding: 0 10px;
  }
}

.p-imgSliderArrow__item {
  display: inline-block;
  cursor: pointer;
  width: 40px;
  background: #e85298;
  border-radius: 50%;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .p-imgSliderArrow__item {
    width: 60px;
  }
}

.p-imgSliderArrow__item:focus {
  outline: none;
}

.p-imgSliderArrow__item i {
  color: #eee;
  font-size: 40px;
}

@media screen and (min-width: 576px) {
  .p-imgSliderArrow__item i {
    font-size: 60px;
  }
}

.p-index h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin-top: 25px;
  margin-bottom: 50px;
}

.p-index h2:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #e85298;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
}

.p-index h3 {
  font-size: 17px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-bottom: 3px #e85298 solid;
  margin-top: 15px;
  margin-bottom: 30px;
}

.p-index h4 {
  font-size: 22px;
/*   background: #eee; */
  padding: 5px 15px;
  border-left: 3px #e85298 solid;
  margin-top: 10px;
  margin-bottom: 20px;
}

.p-index h5 {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 3px #e85298 solid;
  margin-top: 8px;
  margin-bottom: 15px;
}

.p-index h6 {
  font-size: 20px;
  color: #e85298;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.p-index section {
    padding-top: 5px;
    padding-bottom: 20px;
}

.p-postSide > ul > li {
  margin-bottom: 30px;
}

.p-postSide label {
  display: block;
}

.p-post__date i {
  font-size: 18px;
}

.p-postListItem__inner {
  min-height: 100px;
  background: #f4f5f7;
  border-radius: 3px;
  color: #666 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  .p-postListItem__inner {
    min-height: 210px;
  }
}

.p-postListItem__inner:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}

.p-postListItem img {
  max-height: 100px;
}

@media screen and (min-width: 768px) {
  .p-postListItem img {
    max-height: 210px;
  }
}

.p-postListItem__noimg {
  font-size: 16px;
}

@media screen and (min-width: 576px) {
  .p-postListItem__noimg {
    font-size: 30px;
  }
}

.p-postListItem__excerpt {
  font-size: 14px;
}

.p-postItem img {
  display: block;
  margin: 0 auto;
/*   max-height: 50vh; */
}

.p-postItemComment {
  padding-bottom: 0;
}

.p-postItemComment ul {
  list-style-type: none !important;
}

.p-postItemComment__list .comment {
  margin-bottom: 20px;
}

.p-postItemComment__list .comment .reply {
  margin-top: -10px;
}

.p-postItemComment__list .comment:last-child {
  margin-bottom: 40px;
}

.p-postItemComment__list .comment-author img {
  width: 40px;
  height: 40px;
}

.p-postItemComment__list .comment-reply-link {
  margin-top: 0;
}

.p-postItemComment__list .comment-body {
  margin-bottom: 25px;
}

.p-postItemComment__list .comment ul.children {
  padding-left: 35px;
}

.p-postItemComment__list img.avatar {
  display: inline-block;
}

.p-postItemComment__list .commentmetadata {
  margin-bottom: 5px;
}

.p-postItemComment .comment-form {
  padding: 0 5px;
}

.p-postItemComment .comment-form label {
  display: block;
  margin-bottom: 10px;
}

.p-postItemComment .comment-form label .required {
  font-size: 26px;
  color: red;
}

.p-postItemComment .comment-form label[for="wp-comment-cookies-consent"] {
  display: inline-block;
  font-size: 0.95rem;
}

.p-postItemComment .comment-form textarea,
.p-postItemComment .comment-form input[type="text"] {
  width: 100%;
}

.p-postItemComment .comment-form input[type="checkbox"] {
  margin-right: 5px;
}

.p-postItemComment .comment-form .form-submit {
  text-align: right;
}

.p-scheduleDate__list a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-scheduleDate__list a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
}

.wpcf7 {
  width: 90%;
  min-width: auto;
  margin: 0 auto !important;
  font-weight: 600;
}

.wpcf7 label {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .wpcf7 {
    width: 60%;
    min-width: 640px;
  }
}

.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.46);
}

.must,
.free {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 10px;
  border-radius: 20px;
}

.must {
  background: #f92931;
}

.free {
  background: #424242;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-number,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-age {
  width: 150px;
}

span.wpcf7-list-item.first {
  margin-top: 10px;
}

input.wpcf7-form-control.wpcf7-file {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

input[type="submit"].wpcf7-submit {
  margin-top: 40px;
  display: block;
  padding: 15px 40px;
  font-size: 22.5px;
  font-weight: bold;
}

input[type="submit"].wpcf7-submit:hover {
  opacity: 0.8;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
#about,#access{
	 border: 10px solid;
  border-image: linear-gradient(to top, #DC9BFF,#FFA0D3) 1;
  height: auto;
  margin-inline: auto;
  width: auto;
}
#instagram{
	background: linear-gradient(100deg, #DC9BFF,#FFA0D3 100%);
}
.eapps-widget-toolbar-panel-wrapper {
    width: 100%;
    position: relative;
	display:none;
}
#QA,#job{
  border: 10px solid;
  border-image: linear-gradient(to top, #DC9BFF,#FFA0D3) 1;
  height: auto;
  margin-inline: auto;
  width: auto;
}
.Q{
  color: #FF74BF;
  font-weight: bold;
}
#job .job_image{
margin-bottom: 48px;
}
.buttons{
  display: flex;
  justify-content: space-between;
  width: 310px;
	margin:0 auto;
}
#job .job_image{
margin-bottom: 48px;
}
#job .line{
  background-color: #00B900;
  border: none;
  width: 148px;
  padding: 8px 0px 8px 24px;
  border-radius: 14px;
  line-height: 1.2;
  text-align: center;
  position: relative;
	transition: all 0.5s;
}
.line:hover{
	
}
#job .line ::before{
  position: absolute;
  top: 28%;
  left: 9px;
  content: "";
  background-image: url(http://haruharu.test-wakworks.com/wp-content/uploads/2023/10/line.png);
  background-size: cover;
width: 23px;
    height: 22px;
}
#job .line a{
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  text-align: left;

}
#job .line:hover{
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

#job .line a:hover{
  text-decoration: none;
}
#job .phone{
  background-color: #FF60C2;
  border: none;
  width: 148px;
  padding: 8px 0px 8px 24px;
  border-radius: 14px;
  line-height: 1.2;
  text-align: center;
  position: relative;
	transition: all 0.5s;
}
#job .phone ::before{
  position: absolute;
  top: 28%;
  left: 12px;
  content: "";
  background-image: url(http://haruharu.test-wakworks.com/wp-content/uploads/2023/10/phone.png);
  background-size: cover;
  width: 24px;
  height: 24px;
}
#job .phone a{
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  text-align: left;
}
#job .phone:hover{
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

#job .phone a:hover{
  text-decoration: none;
}
.slide {
  margin: 0 0 4px 0;
}

.mood__swiper {
  max-width: 640px;
  margin: 0 auto;
}

.swiper-thumb .swiper-slide {
  padding: 0 4px;
}
  .swiper-thumb .swiper-slide {
    width: 127px;
  }
@media screen and (min-width: 768px) {
  .swiper-thumb .swiper-slide {
    width: 227px;
  }
}
#GALLARY{
	background-image:url(http://haruharu.test-wakworks.com/wp-content/uploads/2023/10/violetbackground01.png);
	background-size:cover;
}
.slider_item a {
  position: relative;
  display: inline-block;
}
.slider_item a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  transition: 0.2s ease-in;
}
.slider_item a:hover:after {
  border: 6px solid #000000;
}

.sliderContainer {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
	padding:0 10px;
}

#thumsSlick .slick-list .slick-track .slick-slide {
  width: 88px;
  margin: 8px 4px;
}
@media screen and (min-width: 768px) {
  #thumsSlick .slick-list .slick-track .slick-slide {
    width: 135px;
  }
}
@media screen and (min-width: 960px) {
  #thumsSlick .slick-list .slick-track .slick-slide {
    width: 204px;
  }
}
.more_read {
  cursor: pointer;
  padding: 10px 15px;
  width: 228px;
  margin: 0px auto;
  background-color: #FF4DAD;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #eee;
  position: relative;
}
.more_read .mo_re_item .button {
  margin: 0;
}

.none .button {
  padding: 8px 0;
  margin: 0;
}

.open .button {
  padding: 8px 0;
  margin: 0;
}
/*基本情報*/
.basicinfo_block{
	margin:48px auto;
}
.basicinfo_ttl {
  margin: 0 15px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0 16px 16px;
}
.basicinfo_ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #FF5588;
}
.basicinfos {
}
.basicinfo {
display: table;
width: 100%;
border-top: 1px dashed #C6C6C6 !important;
}
.basicinfo:first-of-type {
border-top: 1px solid #C6C6C6　!important;
}
.basicinfo_item {
display: table-cell;
width: 120px;
padding: 12px 0;
font-size: 12px;
 text-align: center;
border:none !important;
}
.basicinfo_item svg {
display: block;
width: 24px;
height: 24px;
margin: 2px auto 0 auto;
fill: #FF78A0;
}
.basicinfo_text {
display: table-cell;
padding: 12px 0;
line-height: 1.6;
font-size: 14px;
text-align: left;
vertical-align: middle;
border:none !important;
}
.basicinfo_text_ttl {
padding: 2px 0 2px 8px;
margin-bottom: 4px;
line-height: normal;
color: #666;
font-size: 14px;
font-weight: normal;
border-left: 6px solid #FF78A0;
}
.basicinfo_text_salary + .basicinfo_text_ttl{
margin-top: 8px;
}
.basicinfo_text_salary {
font-size: 14px;
}
.basicinfo_text_salary-price {
margin: 0 4px;
color: #333;
font-size: 18px;
font-weight: bold;
vertical-align: baseline;
}
.basicinfo_text_p {
margin-top: 8px;
font-size: 13px;
}
table.info_01 {
  border-top: solid 1px #c6c6c6;
  margin: 0 auto 40px 15px;
}
table.info_01.under {
margin: 0 auto;
}
table.info_01 tr {
  border-bottom: 1px dashed #C6C6C6 !important;
	border:0;
}
table.info_01 th {
  width: 120px;
  padding: 0;
  font-size: 14px;
	color: #333;
background:none !important;
		border:0 !important;
	
}
table.info_01 td {
	border:0 !important;
  padding: 12px 0 12px 0px;
font-size: 14px;
color: #666;
line-height: 1.6;
}
table.info_01 td a {
  line-height: 1.8;
  color: #7b90c0;
  text-decoration: underline;
}
table.info_01 td a:hover {
  opacity: .7;
}
table.info_01 .sns a img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 4px 4px 0;
}
table.info_01 .info_taiguu td .taiguu_group {
  margin: 0 0 5px 0 ;
}
table.info_01 .info_taiguu td ul {
  margin: 0 0 6px 0;
}
table.info_01 .info_taiguu td ul:last-child {
  margin: 0 0 0 8px;
}
table.info_01 .info_taiguu td ul li {
  display: inline-block;
  margin: 0 3px 6px 0;
  padding: 5px 6px 4px 6px;
  border:solid 1px #FF78A0;
  color: #FF78A0;
  font-weight: bold;
  font-size: 12px;
border-radius:2px;
}
table.info_01 .info_taiguu td ul li a {
color: #FF78A0;
  font-weight: bold;
  font-size: 12px;
text-decoration:none;
}
table.info_01 #man_page a {
  color: #33e;
  text-decoration: underline;
}
table.info_01 .nostyle_top {
margin:0 30px 10px 0;
float:left;
height:90px;
}
table.info_01 .group_links td a:hover{
  opacity: .7;
  transition: .3s;
}
/*ポイント*/
.point {
  margin: 0 auto 0px auto;
max-width: 565px;
  line-height: 1.4;
  text-align: left;
}
.point ul{
	padding:0 !important;
}
.point li{
	list-style-type:none !important;	
}
li::marker{
list-style-type:none !important;	
}
.point.btm {
  margin: 0 auto 20px auto;
}
.point .point_container {
  margin: 0 0 25px 0;
}
.point .point_container .point_big_ttl {
  padding: 6px 3px 8px 7px;
  color: #333;
  font-size: 16px;
font-weight:bold;
line-height:1.2;
}
.point .point_container ul li {
border: 1px solid #CBCBCB;
  margin: 0 0 15px 0;
  padding: 20px;
border-radius:4px;
}
.point .point_container ul .point_ttl {
  background: #fff;
  display: inline-block;
margin:0 0 6px 0;
padding:0;
  clear: both;
color:#555;
font-size:14px;
font-weight:bold;
}
.point .point_container ul li .point_body {
  line-height: 1.6;
font-size:13px;
margin:0;
text-align:left;
color:#666;
}
.point .point_container ul li .point_body a {
  text-decoration:underline;
}
.point .point_container ul li .point_body p,
.point .point_container ul li .point_body div {
font-size:13px;
color:#777;
}
.point .point_container ul li .point_body img {
max-width:80%;
  height:auto;
}
.point .point_container ul li .point_body .tag {
  margin: 12px 0 0 0;
text-align:left
}
.point .point_container ul li .point_body .tag span, .point .point_container ul li .point_body .tag a {
  display: inline-block;
  margin: 0 3px 3px 0;
border-radius:3px;
  padding: 3px 5px 2px;
  border: solid 1px #FDABB2;
  color: #E86672;
  font-size: 12px;
  text-decoration:none;
}
.slick-slide img {
	width:100%;
}

.phone{
  background-color: #FF60C2;
  border: none;
  width: 148px;
  padding: 8px 0px 8px 24px;
  border-radius: 14px;
  line-height: 1.2;
  text-align: center;
  position: relative;
	transition: all 0.5s;
}
.phone ::before{
  position: absolute;
  top: 28%;
  left: 12px;
  content: "";
  background-image: url(http://haruharu.test-wakworks.com/wp-content/uploads/2023/10/phone.png);
  background-size: cover;
  width: 24px;
  height: 24px;
}
.phone a{
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  text-align: left;
}
.phone:hover{
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.phone a:hover{
  text-decoration: none;
}
.line{
  background-color: #00B900;
  border: none;
  width: 148px;
  padding: 8px 0px 8px 24px;
  border-radius: 14px;
  line-height: 1.2;
  text-align: center;
  position: relative;
	transition: all 0.5s;
}
.line:hover{
	
}
.line ::before{
  position: absolute;
  top: 28%;
  left: 9px;
  content: "";
  background-image: url(http://haruharu.test-wakworks.com/wp-content/uploads/2023/10/line.png);
  background-size: cover;
width: 23px;
    height: 22px;
}
.line a{
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  text-align: left;

}
.line:hover{
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.line a:hover{
  text-decoration: none;
}
.slider_items,#thumsSlick{
	padding-left:0 !important;
}