@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5% !important; /*16px×62.5%=10px*/
  height: 100%;
}

.wp-caption {
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  backface-visibility: hidden;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.lh2 {
  line-height: 2;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-tb {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 400px) {
  .br-sp {
    display: block;
  }
}

.cont-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .cont-pc {
    display: none;
  }
}

.cont-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .cont-tb {
    display: block;
  }
}

.cont-sp {
  display: none;
}
@media screen and (max-width: 400px) {
  .cont-sp {
    display: block;
  }
}

.share_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btn li {
  padding: 2px;
  box-sizing: border-box;
}
.share_btn .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.7;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 12px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  content: "\f137";
}
[dir=rtl] .slick-prev:before {
  content: "\f138";
}

.slick-next {
  right: 12px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  content: "\f138";
}
[dir=rtl] .slick-next:before {
  content: "\f137";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.7;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

body {
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  height: 100%;
  background-image: url(img/bgy.png);
  background-repeat: repeat-y;
  background-size: 30%;
  background-position: right top;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.top_bgcover {
  background-repeat: repeat-y;
  background-size: 30%;
  background-position: right top;
  width: 100%;
  position: relative;
}

.fixed_bg {
  display: block;
  background-image: url("img/fixbg.jpg");
  background-size: cover;
  background-position: center top;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

.doll_choi {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  z-index: 10;
  transform: translateY(10px);
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .doll_choi {
    transform: translateY(5px);
  }
}
.doll_choi:hover {
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .doll_choi {
    bottom: 60px;
    width: 80px;
  }
}

#particles-js {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.fadeIn {
  opacity: 0;
  transition: 2s;
  filter: grayscale(100%);
}
.fadeIn.active {
  opacity: 1;
  filter: grayscale(0);
}

.fadeInBig.active {
  animation: bounce 1s 1s;
}

@keyframes bounce {
  from {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.loading {
  background-color: #F8FFFE;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .hollow-dots-spinner, .loading .hollow-dots-spinner * {
  box-sizing: border-box;
  opacity: 0.6;
}
.loading .hollow-dots-spinner {
  height: 15px;
  width: 90px;
}
.loading .hollow-dots-spinner .dot {
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
  float: left;
  transform: scale(0);
  color: #f9add6;
  animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
}
.loading .hollow-dots-spinner .dot:nth-child(1) {
  animation-delay: 300ms;
}
.loading .hollow-dots-spinner .dot:nth-child(2) {
  animation-delay: 600ms;
}
.loading .hollow-dots-spinner .dot:nth-child(3) {
  animation-delay: 900ms;
}
@keyframes hollow-dots-spinner-animation {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#gnav {
  z-index: 101;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0px 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background: linear-gradient(180deg, #fff, transparent);
}
@media screen and (max-width: 768px) {
  #gnav {
    top: calc(100% - 80px);
    display: block;
    padding: 0;
    background: none;
  }
}
#gnav .gnav_logo {
  max-width: 230px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #gnav .gnav_logo {
    height: 20px;
    max-width: 210px;
    padding-left: 10px;
  }
}
#gnav .gnav_items {
  font-size: 18px;
  display: flex;
  width: 70%;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 768px) {
  #gnav .gnav_items {
    height: 60px;
    width: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #gnav .gnav_items li {
    width: 20%;
    height: 60px;
  }
  #gnav .gnav_items li img {
    height: 60px;
    margin: 0 auto;
  }
}
#gnav .gnav_items a .cont-pc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: #333;
  font-weight: bold;
  transition: 0.5s;
  white-space: nowrap;
}
#gnav .gnav_items a .cont-pc:hover {
  opacity: 0.6;
  filter: hue-rotate(180deg);
}
@media screen and (max-width: 768px) {
  #gnav .gnav_items a .cont-pc {
    display: none;
  }
}
#gnav .gnav_items a .cont-pc img {
  width: 24px;
  margin-right: 2px;
}
@keyframes yura {
  0% {
    transform: translateY(2.5px);
  }
  100% {
    transform: translateY(-2.5px);
  }
}
.main_box {
  background-color: rgba(250, 255, 196, 0.1);
  position: relative;
  width: 100%;
}
.main_box .main_bg {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .main_box .main_bg {
    padding: 20px;
  }
}
.main_box .main_bg2 {
  overflow: hidden;
  border-radius: 25px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-image: url(img/bg2.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .main_box .main_bg2 {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 20px 20px;
    width: 100%;
    display: block;
  }
}
.main_box .main_bg2 .title {
  animation: yura 2s linear infinite alternate;
  position: relative;
  z-index: 2;
  width: 38%;
  text-align: center;
  position: absolute;
  top: 31%;
  left: 53.5%;
  filter: drop-shadow(0px 0px 20px rgba(182, 0, 70, 0.4));
}
@media screen and (max-width: 768px) {
  .main_box .main_bg2 .title {
    filter: drop-shadow(0px 0px 10px rgba(182, 0, 70, 0.4));
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 20px auto;
    top: 0;
    left: 0;
  }
}
.main_box .main_bg2 .title img {
  width: 100%;
  margin: 0 auto;
}

.slides {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.slides img {
  filter: brightness(105%);
}

.slider-for {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .slider-for {
    width: 100%;
  }
}
.slider-for div {
  z-index: 1;
  border-top-left-radius: 60px;
}
@media screen and (max-width: 768px) {
  .slider-for div {
    border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    width: 100%;
  }
}

.slider-nav {
  width: 52%;
  overflow: hidden;
  border-bottom-right-radius: 60px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .slider-nav {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0px;
    margin-top: 10px;
    width: 100%;
  }
}

.mw1100 {
  max-width: 1200px;
  margin: 0 auto;
}
#info {
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 20px;
  }
}
#info .section_inner .title {
  width: 80%;
  max-width: 220px;
  margin: 0 auto 20px;
}
#info .section_inner .section_main {
  background-color: rgba(255, 172, 203, 0.1);
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main {
    padding: 20px;
  }
}
#info .section_inner .section_main .block_title {
  max-width: 600px;
  width: 80%;
  margin: 40px auto 30px;
}
#info .section_inner .section_main .block_fb {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main .block_fb {
    display: block;
  }
}
#info .section_inner .section_main .block_fb .fb_feed_outer {
  overflow: hidden;
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
  filter: drop-shadow(3px 3px 3px rgba(84, 0, 0, 0.1));
  width: 60%;
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main .block_fb .fb_feed_outer {
    padding: 10px;
    border-radius: 20px;
    width: 100%;
  }
}
#info .section_inner .section_main .block_fb .doll1 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main .block_fb .doll1 {
    width: 100%;
    margin: 20px auto 0;
  }
}
#info .section_inner .section_main hr {
  border: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main hr {
    margin: 20px 0;
  }
}
#info .section_inner .section_main .block_bnr {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fit, 23%);
  margin: 0 auto;
  gap: 20px;
}
#info .section_inner .section_main .block_bnr a {
  transition: 0.4s;
}
#info .section_inner .section_main .block_bnr a img {
  border: solid 1px #CCC;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main .block_bnr a img {
    border-radius: 15px;
  }
}
#info .section_inner .section_main .block_bnr a:hover img {
  border: solid 1px #FFF;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main .block_bnr {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
  }
}

#profile {
  padding: 0 20px;
}
#profile .section_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#profile .section_inner .block_left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #profile .section_inner .block_left {
    width: 100%;
  }
}
#profile .section_inner .block_right {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #profile .section_inner .block_right {
    width: 100%;
  }
}
#profile .section_inner .block_right .block_name {
  max-width: 260px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #profile .section_inner .block_right .block_name {
    margin-top: 10px;
  }
}
#profile .section_inner .block_right .block_name img {
  backface-visibility: hidden;
}
#profile .section_inner .block_right .block_profile, #profile .section_inner .block_right .block_filmography, #profile .section_inner .block_right .block_awards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #profile .section_inner .block_right .block_profile, #profile .section_inner .block_right .block_filmography, #profile .section_inner .block_right .block_awards {
    margin-bottom: 20px;
  }
}
#profile .section_inner .block_right .block_title_tate {
  text-align: center;
  width: 2em;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  color: #E21C6D;
  font-weight: bold;
  padding-top: 0.5em;
}
#profile .section_inner .block_right .block_body {
  width: calc(100% - 4em);
}
@media screen and (max-width: 768px) {
  #profile .section_inner .block_right .block_body {
    width: calc(100% - 3em);
  }
}
#profile .section_inner .block_right .block_profile {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
#profile .section_inner .block_right .block_filmography {
  background-color: #FFF6F9;
  padding: 40px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #profile .section_inner .block_right .block_filmography {
    padding: 20px;
  }
}
#profile .section_inner .block_right .block_awards {
  background-color: #FFFAF5;
  padding: 40px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #profile .section_inner .block_right .block_awards {
    padding: 20px;
  }
}

.photo_footer {
  padding: 0px 20px 80px;
}
.photo_footer .photo_footer_inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.photo_footer .photo_footer_inner div {
  width: 18%;
  border: solid 10px #FBD4E1;
  background-color: #FBD4E1;
  overflow: hidden;
  border-radius: 10px;
}
.photo_footer .photo_footer_inner div img {
  overflow: hidden;
  border-radius: 15px;
  animation: yura 2s linear infinite alternate;
  z-index: 1;
}
.photo_footer .photo_footer_inner div:nth-of-type(2n) img {
  animation: yura 2s linear 1s infinite alternate;
}
@media screen and (max-width: 768px) {
  .photo_footer .photo_footer_inner div {
    width: 46%;
    margin-bottom: 20px;
    transform: translateY(50%);
  }
}
.photo_footer .photo_footer_inner div:first-of-type, .photo_footer .photo_footer_inner div:nth-last-of-type(3), .photo_footer .photo_footer_inner div:last-of-type {
  margin-top: 10%;
}
@media screen and (max-width: 768px) {
  .photo_footer .photo_footer_inner div:first-of-type, .photo_footer .photo_footer_inner div:nth-last-of-type(3), .photo_footer .photo_footer_inner div:last-of-type {
    margin-top: 0;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .photo_footer .photo_footer_inner div {
    border: solid 5px #FBD4E1;
  }
}

footer {
  text-align: center;
  background-size: cover;
  background-position: center center;
  padding: 50px 20px 100px;
  font-size: 0.8em;
  position: relative;
  background-color: rgba(255, 127, 165, 0.2);
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 20px 120px;
  }
}
footer .up_nav {
  width: 50px;
  margin: 0 auto 20px;
  cursor: pointer;
}
footer a {
  color: #000;
}
footer .doll2 {
  max-width: 300px;
  width: 90%;
  margin: 0 auto 0px;
}
@media screen and (max-width: 768px) {
  footer .doll2 {
    width: 60%;
  }
}
footer .doll2:hover {
  animation: bounce 1s 1s;
}
footer .title_footer {
  max-width: 320px;
  width: 96%;
  margin: 0 auto 20px;
}
footer .footer .caution {
  margin: 10px auto 0;
  font-size: 0.7em;
  line-height: 1.4;
  max-width: 550px;
}
footer .footer .caution a {
  text-decoration: underline;
}
footer .footer .share_btn {
  margin-top: 1em;
}

section {
  padding: 0 20px 120px;
}
@media screen and (max-width: 768px) {
  section {
    padding: 0 20px 80px;
  }
}
section.section_page {
  background-color: rgb(255, 255, 255);
}

h2.page {
  max-width: 600px;
  padding: 120px 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  h2.page {
    padding: 40px 0;
  }
}

p.h2_under {
  line-height: 2;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  p.h2_under {
    margin-bottom: 40px;
  }
}
p.h2_under a {
  color: #b91d6e;
  text-decoration: underline;
  font-weight: bold;
}
p.h2_under a:hover {
  text-decoration: none;
}

.wp-block-contact-form-7-contact-form-selector {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.wp-block-contact-form-7-contact-form-selector p {
  width: 100%;
  line-height: 1.6;
}
.wp-block-contact-form-7-contact-form-selector p.lh2 {
  line-height: 2;
}
.wp-block-contact-form-7-contact-form-selector textarea {
  margin-top: 0.5em;
  width: 100%;
  border-radius: 5px;
  padding: 20px 10px;
  border: solid 1px #b91d6e;
}
.wp-block-contact-form-7-contact-form-selector input {
  width: 80%;
  max-width: 500px;
  height: 2em;
  margin-bottom: 2em;
  border-radius: 5px;
  border: solid 1px #b91d6e;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector input {
    width: 100%;
  }
}
.wp-block-contact-form-7-contact-form-selector select {
  margin-bottom: 2em;
  border-radius: 5px;
  padding: 18px 10px;
  border: solid 1px #b91d6e;
  color: #333;
}
.wp-block-contact-form-7-contact-form-selector .hissu {
  font-size: 0.8em;
  color: rgb(247, 92, 92);
}
.wp-block-contact-form-7-contact-form-selector .fsmall {
  font-size: 0.9em;
}
.wp-block-contact-form-7-contact-form-selector #submit {
  display: block;
  width: 200px;
  margin: 40px auto;
  padding: 0;
  height: 4em;
  background-color: #F9ADD6;
  font-size: 1.2em;
}
.wp-block-contact-form-7-contact-form-selector #submit:hover {
  transform: translateY(2px);
  cursor: pointer;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-not-valid-tip {
  color: #ff0000;
  display: block;
}
.wp-block-contact-form-7-contact-form-selector .screen-reader-response {
  display: none;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-response-output {
  color: #f9add6;
  margin: 1em 0;
  text-align: center;
}
.wp-block-contact-form-7-contact-form-selector form.sent p {
  display: none;
}

.table_schedule {
  border-collapse: separate;
  border-spacing: 2.5px 5px;
  width: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .table_schedule {
    font-size: 1.1rem;
  }
}
.table_schedule a {
  text-decoration: underline;
  color: #C41E62;
}
.table_schedule a:hover {
  text-decoration: none;
}
.table_schedule tr {
  background-color: #fff3f3;
}
.table_schedule tr:nth-of-type(2n) {
  background-color: #fffafb;
}
.table_schedule th, .table_schedule td {
  text-align: left;
  padding: 1em 0.25em;
}
.table_schedule th {
  background-color: #ffbccd;
  font-weight: bold;
  border-bottom: solid 5px #fff;
}
.table_schedule td {
  border-radius: 5px;
}
.table_schedule .kouen_date {
  width: 7%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .table_schedule .kouen_date {
    width: 13%;
  }
}
.table_schedule .kouen_area {
  width: 12%;
}
.table_schedule .kouen_kaijou {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .table_schedule .kouen_kaijou {
    width: 25%;
  }
}
.table_schedule .kouen_title {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .table_schedule .kouen_title {
    width: 29%;
  }
}
.table_schedule .kouen_bikou {
  width: 21%;
}

.table_media {
  border-collapse: separate;
  border-spacing: 2.5px 5px;
  width: 100%;
  line-height: 1.4;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .table_media {
    font-size: 1.1rem;
  }
}
.table_media a {
  text-decoration: underline;
  color: #C41E62;
}
.table_media a:hover {
  text-decoration: none;
}
.table_media tr {
  background-color: #fff3f3;
}
.table_media tr:nth-of-type(2n) {
  background-color: #fffafb;
}
.table_media th, .table_media td {
  text-align: left;
  padding: 1em 0.5em;
}
.table_media th {
  background-color: #ffbccd;
  font-weight: bold;
  border-bottom: solid 5px #fff;
}
.table_media td {
  border-radius: 5px;
}
.table_media .media_date {
  width: 20%;
  letter-spacing: 0.1em;
}
.table_media .media_title {
  width: 80%;
}

.grecaptcha-badge {
  display: none;
}/*# sourceMappingURL=style.css.map */