@charset "UTF-8";
#my-page {
  margin-top: 80px;
}
#my-page #page-heading {
  margin-bottom: 50px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#my-page #page-heading .image {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#my-page #page-heading .image img {
  width: 100%;
  aspect-ratio: 10/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 180px;
  min-height: 150px;
  pointer-events: none;
}
#my-page #page-heading .container {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
}
#my-page #page-heading .container h2 {
  margin-top: -1.5rem;
}
#my-page #page-heading .container h3 {
  margin-top: -0.5rem;
  margin-bottom: 0;
}
#my-page .stroke {
  font-family: "Oswald", sans-serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #EB1E79;
  color: #f3efe9;
  font-size: 2.5rem;
  margin-bottom: 10px;
  display: block;
}
#my-page h2 {
  text-align: center;
  display: block;
}
#my-page h3 {
  text-align: center;
  display: block;
  line-height: 1.5rem;
}
#my-page h4 {
  color: #EB1E79;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
  display: block;
}
#my-page p {
  line-height: 1.8rem;
}
#my-page a {
  color: #EB1E79;
}
#my-page a::after {
  display: none;
}
#my-page a:hover {
  text-decoration: underline;
}
#my-page .my-article {
  margin-bottom: 80px;
}
#my-page .my-article:last-of-type {
  margin-bottom: 0 !important;
}
#my-page .my-article .button2 a {
  text-decoration: none;
}
#my-page #about .flex-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
#my-page #about .flex-box .flexbox-content {
  width: 49%;
}
#my-page #about .flex-box .flexbox-content.image {
  align-self: stretch;
}
#my-page #about .flex-box .flexbox-content.image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  aspect-ratio: 3/2;
}
#my-page #about .greeting {
  border: dashed 1px #EB1E79;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  position: relative;
  padding: 50px;
  margin-top: 80px;
}
#my-page #about .greeting h4 {
  color: #222;
  font-size: 2rem;
  margin-bottom: 30px;
}
#my-page #about .greeting .flex-box {
  margin-bottom: 0;
}
#my-page #news-list {
  margin-top: 80px;
}
#my-page #news-list li {
  background-image: linear-gradient(to right, #b5ada0 3px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  margin-top: -1px;
}
#my-page #news-list li a {
  padding: 30px;
  display: block;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
}
#my-page #news-list li a .meta {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
#my-page #news-list li a .meta .category {
  display: flex;
}
#my-page #news-list li a .meta .category li {
  background: #333;
  color: #eee;
  padding: 0px 20px 2px;
  border-radius: 3px;
  margin-right: 10px;
}
#my-page #news-list li a .meta .date {
  margin: 0 20px;
  font-weight: 600;
}
#my-page #news-list li a .title {
  padding: 3px 0;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
#my-page #news-list li a::after {
  display: none;
}
#my-page #news-list li a:hover {
  background: rgba(181, 173, 160, 0.062745098);
}
#my-page #news-list li a:hover .title span::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#my-page #news-list li:last-of-type a {
  background-image: linear-gradient(to right, #b5ada0 3px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#my-page .navigation.pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#my-page .navigation.pagination .nav-links {
  display: flex;
}
#my-page .navigation.pagination .nav-links a,
#my-page .navigation.pagination .nav-links span {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  padding-top: 0.6rem;
  box-sizing: border-box;
  border-radius: 50px;
  margin: 0 5px;
  border: solid 2px #333;
  transition: 0.3s;
  color: #333;
  text-decoration: none;
}
#my-page .navigation.pagination .nav-links a::after,
#my-page .navigation.pagination .nav-links span::after {
  display: none;
}
#my-page .navigation.pagination .nav-links a.prev, #my-page .navigation.pagination .nav-links a.next,
#my-page .navigation.pagination .nav-links span.prev,
#my-page .navigation.pagination .nav-links span.next {
  display: none;
}
#my-page .navigation.pagination .nav-links a.current,
#my-page .navigation.pagination .nav-links span.current {
  border: none;
  background: #333;
  color: #f3efe9;
  padding-top: 0.7rem;
}
#my-page .navigation.pagination .nav-links a.dots,
#my-page .navigation.pagination .nav-links span.dots {
  border: none;
  width: 30px;
}
#my-page .navigation.pagination .nav-links a:hover {
  background: rgba(85, 85, 85, 0.8);
  color: #f3efe9;
}
#my-page #news-container .meta {
  display: flex;
  justify-content: center;
  align-items: center;
}
#my-page #news-container .meta .date {
  position: relative;
  padding-right: 40px;
  font-weight: 600;
}
#my-page #news-container .meta .date::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 90%;
  background: #333;
  transform: skewX(-15deg);
}
#my-page #news-container .meta .category {
  display: flex;
}
#my-page #news-container .meta .category li {
  color: #EB1E79;
  font-weight: 600;
}
#my-page #news-container .meta .category li:not(:last-of-type) {
  margin-right: 10px;
}
#my-page #news-container .title {
  font-size: 3rem;
  margin: 50px 0 30px;
}
#my-page #news-container .content div {
  width: 100%;
}
#my-page #news-container .content img {
  width: 100%;
}
#my-page #entry .my-article:not(:last-of-type) {
  margin-bottom: 150px;
}
#my-page #entry h3 {
  color: #222;
  margin-bottom: 30px;
}
#my-page #entry h4 {
  margin-bottom: 0;
}
#my-page #form {
  margin-top: 50px;
}
#my-page #form h4 {
  margin-bottom: 0;
}
#my-page #form h3 {
  color: #222;
  margin-bottom: 50px;
  font-weight: 500;
}
#my-page #form table {
  width: 100%;
}
#my-page #form table tbody {
  width: 100%;
}
#my-page #form table tbody tr {
  height: 80px;
}
#my-page #form table tbody tr td {
  padding: 0;
  position: relative;
}
#my-page #form table tbody tr td input[type=text],
#my-page #form table tbody tr td input[type=email],
#my-page #form table tbody tr td input[type=tel] {
  width: 100%;
  height: 50px;
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 1.1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  outline: none;
}
#my-page #form table tbody tr td input[type=text]:focus,
#my-page #form table tbody tr td input[type=email]:focus,
#my-page #form table tbody tr td input[type=tel]:focus {
  border-color: #06affe;
}
#my-page #form table tbody tr td input[type=text][aria-invalid=true],
#my-page #form table tbody tr td input[type=email][aria-invalid=true],
#my-page #form table tbody tr td input[type=tel][aria-invalid=true] {
  border-color: #df3030;
}
#my-page #form table tbody tr td label {
  display: flex;
  align-items: center;
  width: 200px;
}
#my-page #form table tbody tr td label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#my-page #form table tbody tr td textarea {
  width: 100%;
  height: 200px;
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 20px;
  font-size: 1.1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  outline: none;
  resize: vertical;
}
#my-page #form table tbody tr td textarea:focus {
  border-color: #06affe;
}
#my-page #form table tbody tr.required td:first-of-type {
  width: 300px;
}
#my-page #form table tbody tr.required td:first-of-type p {
  position: relative;
}
#my-page #form table tbody tr.required td:first-of-type p::after {
  content: "必須";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 5px 2px;
  background: #EB1E79;
  color: #f3efe9;
  border-radius: 5px;
  font-weight: 400;
}
#my-page #form table tbody tr.required td:first-of-type::after {
  display: block;
}
#my-page #form .attention {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  border: solid 1px #aaa;
  background: #fff;
  padding: 20px;
  margin-top: 50px;
}
#my-page #form .attention ul {
  margin: 5px 0 20px;
}
#my-page #form .attention ul li {
  position: relative;
  padding-left: 30px;
  font-weight: 400;
}
#my-page #form .attention ul li p {
  margin-top: 0;
}
#my-page #form .attention ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #555;
  top: 0.9rem;
  left: 15px;
}
#my-page #form .check {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
#my-page #form .check.confirm {
  margin-top: 10px;
}
#my-page #form .button2 {
  width: 350px;
  text-align: center;
  margin: 20px auto 0;
  background: #333;
  border-radius: 50px;
  line-height: 50px;
  color: #f3efe9;
  font-size: 1.2rem;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  transition: 0.3s;
  border: solid 2px #333;
  box-sizing: border-box;
  padding: 12px 0;
  cursor: pointer;
}
#my-page #form .button2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto 0;
  width: 12px;
  height: 12px;
  border-top: solid 2px #f3efe9;
  border-right: solid 2px #f3efe9;
  transform: rotate(45deg);
  transition: 0.3s;
}
#my-page #form .button2::after {
  display: none;
}
#my-page #form .button2:hover {
  background: #f3efe9;
  color: #333;
}
#my-page #form .button2:hover::before {
  border-color: #333;
  right: 30px;
}
#my-page #form .wpcf7-response-output {
  border: none;
  color: #df3030;
  text-align: center;
}
#my-page #success {
  margin-top: 50px;
}
#my-page #success h2 {
  font-size: 3rem;
  font-weight: 600;
}
#my-page #success h3 {
  color: #222;
  margin-bottom: 50px;
  font-weight: 500;
}
#my-page #location .container-pc {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#my-page #location .container-pc .content {
  width: 49%;
  margin-bottom: 50px;
}
#my-page #location .container-pc .content:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#my-page #location .container-pc h4 {
  font-size: 2rem;
  margin-bottom: 10px;
}
#my-page #location .container-pc span {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
#my-page #location .container-pc .map {
  border: solid 2px #EB1E79;
  padding: 10px;
  box-sizing: border-box;
}
#my-page #location .container-pc .map * {
  height: 100%;
  width: 100%;
  aspect-ratio: 3/2;
}
#my-page #location .container-sp {
  display: none;
}
#my-page #location .container-sp h6 {
  font-weight: 600;
  color: #EB1E79;
  font-size: 1.2rem;
}
#my-page #location .container-sp h6 span {
  background: #333;
  color: #f3efe9;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 10px 1px;
  border-radius: 3px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#my-page #location .container-sp .map {
  padding: 10px;
}
#my-page #location .container-sp .map * {
  height: 100%;
  width: 100%;
  aspect-ratio: 3/2;
}
#my-page #gallery .container .container-content {
  margin: 20px auto 0;
  width: calc(100% - 20px);
}
#my-page #gallery .container .container-content figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
#my-page #gallery .container .container-content figure a::after {
  display: none;
}
#my-page #gallery .container .container-content figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  opacity: 1;
  transition: 0.3s;
}
#my-page #gallery .container .container-content figure figcaption {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  bottom: 0;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  color: #EB1E79;
  background: #000;
  padding: 0 30px 2px;
  border-top-right-radius: 10px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#my-page #gallery .container .container-content figure:hover img {
  transform: scale(1.07);
  opacity: 0.9;
}
#my-page #award {
  border: solid 1px #EB1E79;
  padding: 50px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1200px;
}
#my-page #award h4 {
  margin-bottom: 30px;
}
#my-page #award h5 {
  margin: 0;
  color: #EB1E79;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}
#my-page #award h5:not(:first-of-type) {
  margin-top: 50px;
}
#my-page #award p {
  font-size: 1.5rem;
  font-weight: 500;
}
#my-page #privacy-policy {
  margin-top: 50px;
}
#my-page #privacy-policy h3 {
  text-align: left;
  color: #333;
}
#my-page #privacy-policy a {
  color: #EB1E79;
}
#my-page #privacy-policy a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1300px) {
  #my-page .my-article {
    margin-bottom: 50px;
  }
  #my-page #about .flex-box .flexbox-content {
    width: 54%;
  }
  #my-page #about .flex-box .flexbox-content.image {
    width: 44%;
  }
  #my-page #about .greeting {
    margin-top: 50px;
  }
  #my-page #gallery .container .container-content figure figcaption {
    font-size: 1.6rem;
  }
  #my-page #entry .my-article {
    margin-top: 0 !important;
  }
  #my-page #entry .my-article:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #my-page #page-heading {
    margin-bottom: 0;
  }
  #my-page .stroke {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
  #my-page h4 {
    font-size: 1.8rem;
  }
  #my-page p {
    line-height: 1.6rem;
  }
  #my-page #about .flex-box .flexbox-content {
    width: 59%;
  }
  #my-page #about .flex-box .flexbox-content.image {
    width: 39%;
  }
  #my-page #about .greeting {
    padding: 30px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  #my-page #about .greeting h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #my-page #news-list li a {
    padding: 20px;
  }
  #my-page #news-list li a p,
  #my-page #news-list li a li {
    font-size: 1rem !important;
  }
  #my-page #news-list li a .title {
    margin-top: 5px;
  }
  #my-page #news-container .title {
    font-size: 2.2rem;
    margin-top: 30px;
  }
  #my-page #entry .my-article {
    margin-top: 50px !important;
  }
  #my-page #entry .my-article:not(:last-of-type) {
    margin-bottom: 0;
  }
  #my-page #form .button2 {
    width: 300px;
    line-height: 40px;
    font-size: 1rem;
  }
  #my-page #form .check {
    margin-top: 10px;
  }
  #my-page #location .container-pc .content:nth-child(-n+4) {
    margin-bottom: 30px;
  }
  #my-page #location .container-pc h4 {
    font-size: 1.5rem;
  }
  #my-page #location .container-pc span {
    margin-bottom: 10px;
  }
  #my-page #gallery .container .container-content {
    width: calc(100% - 10px);
  }
  #my-page #award {
    max-width: calc(100% - 80px);
    padding: 20px;
  }
  #my-page #award h5 {
    font-size: 0.9rem;
  }
  #my-page #award p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #my-page h4 {
    margin-bottom: 10px;
  }
  #my-page #about .flex-box .flexbox-content {
    width: 100%;
    margin-top: 20px;
  }
  #my-page #about .flex-box .flexbox-content.image {
    width: 100%;
    order: -1;
  }
  #my-page #about .flex-box .flexbox-content.image img {
    aspect-ratio: 2/1;
  }
  #my-page #about .greeting {
    padding: 20px;
  }
  #my-page #about .greeting h4 {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  #my-page #news-list li a {
    padding: 15px 10px;
  }
  #my-page #news-list li a .meta {
    justify-content: space-between;
  }
  #my-page #news-list li a .meta .category li {
    padding: 0 10px 2px;
  }
  #my-page #news-list li a .meta .category li:nth-child(n+4) {
    display: none;
  }
  #my-page #news-list li a .meta .date {
    margin: 0;
  }
  #my-page .navigation.pagination .nav-links a,
  #my-page .navigation.pagination .nav-links span {
    width: 40px;
    height: 40px;
    padding-top: 0.3rem;
    margin: 0 3px;
  }
  #my-page .navigation.pagination .nav-links a.current,
  #my-page .navigation.pagination .nav-links span.current {
    padding-top: 0.45rem;
  }
  #my-page .navigation.pagination .nav-links a.dots,
  #my-page .navigation.pagination .nav-links span.dots {
    width: 20px;
  }
  #my-page #form table tbody tr td {
    display: block;
    width: 100%;
  }
  #my-page #form table tbody tr.required td:first-of-type {
    padding-bottom: 10px;
  }
  #my-page #form table tbody tr.required td:first-of-type p::after {
    position: relative;
    left: 0;
    background: none;
    color: #EB1E79;
  }
  #my-page #form table tbody tr:not(:first-of-type) td:first-of-type {
    margin-top: 20px;
  }
  #my-page #location .container-pc {
    display: none;
  }
  #my-page #location .container-sp {
    display: block;
  }
  #my-page #award {
    max-width: calc(100% - 50px);
  }
}