@charset "UTF-8";
* {
  letter-spacing: 0.05rem;
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}

@media screen and (max-width: 820px), print {
  .ipad__hide {
    display: none !important;
  }
}
@media print {
  .ipad__hide {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .ipad__show {
    display: none !important;
  }
}

@media screen and (max-width: 520px) {
  .smp__hide {
    display: none !important;
  }
}

@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 820px), print {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 820px), print {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 820px), print {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 820px), print {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1400 {
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1100 {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

.col-2 {
  width: 47%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 23%;
}

.w-100 {
  width: 100%;
}

:root {
  --headerHeight: 80px;
  --sectionTop: 80px;
  --sectionBottom: 100px;
}
@media (max-width: 1300px) {
  :root {
    --headerHeight: 60px;
  }
}
@media screen and (max-width: 820px), print {
  :root {
    --sectionTop: 40px;
    --sectionBottom: 60px;
  }
}
@media print {
  :root {
    --headerHeight: 60px;
  }
}

.margin {
  margin-top: var(--sectionTop);
  margin-bottom: var(--sectionBottom);
}

.padding {
  padding-top: var(--sectionTop);
  padding-bottom: var(--sectionBottom);
}

.mb-S {
  margin-bottom: 25px;
}

.mb-M {
  margin-bottom: 30px;
}

.mb-L {
  margin-bottom: 40px;
}

main,
.second {
  padding-top: var(--headerHeight);
}
@media print {
  main,
  .second {
    padding-top: 0;
  }
}

#pankuzu {
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  #pankuzu {
    margin-top: 10px;
  }
}
#pankuzu ul {
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
}
#pankuzu li {
  display: inline-block;
  font-size: 12px;
}
#pankuzu li + li {
  margin-left: 10px;
}
#page_header {
  text-align: center;
  margin-top: 50px;
}
#page_header h1 {
  font-size: 36px;
}
@media screen and (max-width: 520px) {
  #page_header h1 {
    font-size: 30px;
    margin-top: 30px;
  }
}
#page_header .en {
  color: #ef858c;
  font-size: 20px;
}

.secTitle {
  font-size: 45px;
  font-weight: 400;
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.secTitle::after {
  position: absolute;
  content: attr(data-en);
  color: #ef858c;
  font-size: 24px;
  font-weight: 100;
  font-family: "Outfit", sans-serif;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.secTitle.__blue::after {
  color: #77a7bc;
}
.secTitle.__white {
  color: #fff;
}
.secTitle span {
  color: #fff;
  background-color: #ef858c;
  display: inline;
  padding: 0 10px;
  margin-top: 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 520px) {
  .secTitle span {
    white-space: nowrap;
  }
}
.secTitle .titleBeg {
  font-size: 75px;
  padding: 0;
  background: none;
}
@media screen and (max-width: 1024px) {
  .secTitle .titleBeg {
    font-size: 55px;
  }
}
@media screen and (max-width: 820px), print {
  .secTitle .titleBeg {
    font-size: 35px;
  }
}
@media (max-width: 1100px) {
  .secTitle {
    font-size: 3.9vw;
  }
}
@media screen and (max-width: 820px), print {
  .secTitle {
    padding-top: 25px;
    font-size: 28px;
    margin-bottom: 35px;
  }
  .secTitle:after {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .secTitle {
    font-size: 26px;
  }
  .secTitle:after {
    font-size: 14px;
  }
}

.brownBg {
  background-color: #f7f2ed;
}

.button-flex {
  padding-top: 30px;
  justify-content: space-evenly;
  align-items: flex-end;
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 820px), print {
  .button-flex {
    align-items: center;
    padding-top: 35px;
    margin: 30px auto 0;
  }
}
.button-flex .button-left,
.button-flex .button-right {
  width: 46.8%;
}
@media screen and (max-width: 820px), print {
  .button-flex .button-left,
  .button-flex .button-right {
    width: 90%;
  }
}
.button-flex .button-left {
  position: relative;
}
@media screen and (max-width: 820px), print {
  .button-flex .button-left {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 820px), print {
  .button-flex .button-left {
    margin-bottom: 10px;
  }
}

.btn-hukidasi01 {
  position: absolute;
  content: "";
  max-width: 315px;
  width: 100%;
  height: auto;
  top: -55%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 820px), print {
  .btn-hukidasi01 {
    width: 260px;
    top: -40%;
  }
}
@media screen and (max-width: 520px) {
  .btn-hukidasi01 {
    width: 250px;
    top: -60%;
  }
}

.btn-hukidasi02 {
  text-align: center;
  position: relative;
  font-family: "Zen Kaku Gothic Antique";
  color: #e8627d;
  font-size: 20px;
  letter-spacing: 0em;
  padding-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .btn-hukidasi02 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 820px), print {
  .btn-hukidasi02 {
    font-size: 14px;
    margin-top: 25px;
  }
}
.btn-hukidasi02::before, .btn-hukidasi02::after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 2px;
  height: 21px;
  background-color: #e8627d;
}
.btn-hukidasi02::before {
  transform: rotate(-30deg);
  left: -10px;
}
.btn-hukidasi02::after {
  transform: rotate(30deg);
  right: -5px;
}

.button01 {
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 29px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  max-width: 450px;
  background-color: #e8627d;
  width: 100%;
  height: 90px;
  border-radius: 45px;
  box-shadow: 0px 10px #d65c7a;
  margin: 0 auto;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .button01 {
    font-size: 19px;
    max-width: 390px;
    width: 40vw;
  }
}
@media screen and (max-width: 820px), print {
  .button01 {
    width: 60vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .button01 {
    padding: 20px 0;
    height: 65px;
    max-width: 100%;
    width: 100%;
    box-shadow: 0px 5px #d65c7a;
    font-size: 17px;
  }
}
.button01::before, .button01::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  width: 13px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 520px) {
  .button01::before, .button01::after {
    width: 10px;
  }
}
.button01::before {
  transform: rotate(45deg);
}
.button01::after {
  transform: rotate(-45deg);
}
.button01.simulation {
  color: #e8627d;
  background-color: #fff;
  box-shadow: 0px 10px #e8627d;
  border: 1px solid #e8627d;
}
@media screen and (max-width: 520px) {
  .button01.simulation {
    box-shadow: 0px 4px #e8627d;
    padding: 9px 0;
    height: 45px;
    font-size: 14px;
  }
}
.button01.simulation::before, .button01.simulation::after {
  background-color: #e8627d;
}
.button01.simulation:visited {
  color: #e8627d;
}
.button01.__center {
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  .button01.__left {
    margin: 0 auto;
  }
}
.button01:visited {
  color: #fff;
}
.button01:hover {
  opacity: 0.7;
  top: 10px; /* 元の位置から9px分下げる */
  box-shadow: 0 0 #e8627d; /* 影を0pxにする */
}
@media screen and (max-width: 820px), print {
  .button01:hover {
    top: 5px;
  }
}

.editor h1 {
  font-size: 200%;
}

.editor h2 {
  font-size: 150%;
}

.editor h3 {
  font-size: 120%;
}

.editor h4 {
  font-size: 100%;
}

.editor h5 {
  font-size: 80%;
}

.editor h6 {
  font-size: 70%;
}

.editor p {
  display: block;
  margin: 1em 0;
}

.editor strong {
  font-weight: bold;
}

.editor b {
  font-weight: bold;
}

.editor em {
  font-style: italic;
}

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

/* img */
.editor .aligncenter {
  display: block;
  margin: 0 auto;
}

.editor .alignright {
  float: right;
}

.editor .alignleft {
  float: left;
}

.editor img[class*=wp-image-],
.editor img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.gallery {
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

.gallery-item {
  float: left;
  margin-bottom: 0 !important;
}

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

.gallery-icon img {
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}