@charset "UTF-8";
/* Scss Document */
/* ==========================================================================
 Foundation
============================================================================*/
/* =============================================== */
/** 変数設定 */
/* ----------------------------------------------- */
/* =============================================== */
/** reset全体設定 */
/* ----------------------------------------------- */
a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.f_16, .contact input[type=file], .contact input[type=text], .contact input[type=email], .contact textarea, .contact input[type=textarea], .contact input[type=number], .contact input[type=date] {
  font-size: 1rem;
}

.pc {
  display: inherit !important;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .sp {
    display: inherit !important;
  }
}

.btn {
  border-radius: 9999px;
  border-color: #191919;
  background-color: #191919 !important;
  font-family: var(--wp--preset--font-family--beiruti);
  padding-top: 0.6rem !important;
  padding-right: 1.6rem !important;
  padding-bottom: 0.6rem !important;
  padding-left: 1.6rem !important;
  box-shadow: 0px 4px 4px 0 rgba(51, 51, 51, 0.25);
}
.btn a {
  color: #F8F7F5 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
}

/* =============================================== */
/** ショートコード */
/* ----------------------------------------------- */
br.spbr {
  display: none;
}

@media screen and (max-width: 600px) {
  br.spbr {
    display: block;
  }
}
/* =============================================== */
/** social-link */
/* ----------------------------------------------- */
.wp-social-link-line {
  background-color: #06C755;
}
.wp-social-link-line a {
  background-image: url("../../images/logo--line.svg"); /* SVGのパスを指定 */
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  color: #fff;
  width: 24px;
  height: 24px;
  text-indent: -9999px; /* テキストを隠す */
}

.wp-social-link-standfm {
  background-color: #fff;
}
.wp-social-link-standfm a {
  background-image: url("../../images/logo--standfm.png"); /* SVGのパスを指定 */
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  color: #000;
  width: 24px;
  height: 24px;
  text-indent: -9999px; /* テキストを隠す */
}

.wp-block-button .wp-block-button__link {
  position: relative;
  padding-right: 2em; /* アイコン分の余白 */
}
.wp-block-button .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 7px;
  -webkit-mask-image: url("../../images/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../images/arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}

/* メールフォーム
----------------------------------------------- */
.any, .require {
  width: 2em;
  text-indent: 0;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  background-color: #f36929;
  color: #fff;
  border-radius: 4px;
  float: right;
}

.any {
  background-color: #2635A4;
}

.notes {
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
}

.contact {
  background-color: rgba(242, 225, 202, 0.2);
  padding: 40px;
}

.contact h5 {
  text-align: left;
  padding: 20px 6px 6px 2em;
  text-indent: -2em;
  font-weight: normal;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.1em;
}

.contact dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .contact dl {
    grid-template-columns: 1fr;
  }
}

.contact dt {
  padding-left: 0.5em;
}

.contact dd {
  margin-bottom: 20px;
}
.contact dd.your-address p {
  clear: both;
  float: left;
}
.contact dd.your-address p > * {
  margin-right: 10px;
}

.contact input[type=text], .contact input[type=email], .contact textarea, .contact input[type=textarea], .contact input[type=number], .contact input[type=date] {
  width: 100%;
  margin-bottom: 0.4rem;
  background: #fff;
  border: solid 1px #d1d1d1;
  padding: 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

.contact ::-moz-placeholder {
  color: #ccc;
}

.contact ::placeholder {
  color: #ccc;
}

.contact .wpcf7 input[name=your-zip] { /* 郵便番号 */
  width: 10em;
}

.contact .wpcf7 input[name=your-address-level1] { /* 都道府県 */
  width: 10em;
}

.contact .wpcf7 input[name=your-address-level2] { /* 市区町村 */
  width: 12em;
}

.contact .wpcf7 input[name=your-donation] { /* ご奉賛金額 */
  width: calc(100% - 2em);
}

.contact select {
  margin-bottom: 0.4rem;
  background: #fff;
  border: solid 1px #d1d1d1;
  padding: 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

.contact input[type=file] {
  margin-bottom: 0.4rem;
  background: #fff;
  padding: 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

.contact input[type=text].box_1, .contact input[type=email].box_1, .contact textarea.box_1, .contact input[type=textarea].box_1,
.box_1 {
  width: 100px;
}

.form {
  margin: 0px auto 20px auto;
  width: 100%;
  box-sizing: border-box;
}

.form table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.form .title {
  text-align: left;
  vertical-align: middle;
  width: 200px;
  background: #999999;
}
@media screen and (max-width: 600px) {
  .form .title {
    width: auto;
  }
}

.form table td {
  font-size: 1em;
  padding: 0.75em;
  border: 1px solid #ddd;
}
@media screen and (max-width: 600px) {
  .form table td {
    display: block;
  }
}

.form .contents {
  text-align: left;
  vertical-align: middle;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 600px) {
  .form .contents {
    margin-bottom: 0;
  }
}

.contact fieldset {
  border: none;
}

.contact fieldset legend {
  padding: 10px 0 0 0;
}

.contact fieldset label {
  font-weight: bold;
}

.contact .check {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  padding: 19px;
  text-align: left;
  border: #DDD 1px solid;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.7);
}

.contact .w80per { /* 一文字入れるイメージ */
  width: calc(100% - 2em) !important;
  margin-right: 0.5em !important;
}

header {
  top: 0;
  position: sticky;
  z-index: 10;
}

/* 本体ヘッダー */
#header1 {
  /* ヘッダーロゴ */
  /* 80周年ボタン */
}
@media screen and (max-width: 1040px) {
  #header1--logo {
    width: calc(100vw - 50px - 12px);
  }
}
@media screen and (max-width: 600px) {
  #header1--logo {
    width: calc(100vw - 50px - 12px);
  }
}
#header1 #navi {
  margin-block-start: 0;
}
@media screen and (max-width: 600px) {
  #header1 #navi {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #header1--logo {
    width: calc(100vw - 50px - 12px);
  }
}

.header--navi {
  margin-top: 0;
}
.header--navi .fa-brands.fa-line {
  color: #06c755;
  background-color: #06c755;
  padding-top: 10px;
  vertical-align: middle;
}
.header--navi .fa-brands.fa-line::before {
  background-color: #fff;
}
.header--navi .fa-brands.fa-line svg, .header--navi .fa-brands.fa-line span {
  display: none;
}

/* スマホメニュー*/
.menu_sp .btn.wp-block-navigation-item {
  min-width: 282px;
  box-sizing: border-box;
  border-color: #191919 !important;
  background-color: #191919 !important;
}
@media screen and (max-width: 1040px) {
  .menu_sp {
    flex-wrap: wrap;
  }
}

/* 本体フッター */
#footer1 {
  /* 灰色 */
  /* 黒 */
}
@media screen and (max-width: 600px) {
  #footer1--box.wp-block-group {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  #footer1--box .wp-block-column:not(#footer1--box--banner) {
    display: none;
  }
}
#footer1--box--contents > .wp-block-template-part {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 14px;
       column-gap: 14px;
  grid-row-gap: 1.2rem;
}
#footer1--box--contents > .wp-block-template-part > * {
  margin-block-start: 0;
}
@media screen and (max-width: 600px) {
  #footer1--box--contents > .wp-block-template-part {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 960px) {
  #footer1--box--banner > .wp-block-template-part {
    flex-basis: 25% !important;
  }
}
@media screen and (max-width: 600px) {
  #footer1--box--banner > .wp-block-template-part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  #footer1--box--banner > .wp-block-template-part > * {
    margin-block-start: 0;
    margin-bottom: 0;
  }
}
#footer1 > .wp-block-template-part {
  margin-top: 0;
}
#footer1--box2 {
  margin-block-start: 0;
}
#footer1--box2--01 {
  row-gap: 0.6rem;
}
@media screen and (max-width: 960px) {
  #footer1--box2--navi nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 0.3rem;
  }
}
#footer1--box2--navi nav ul li:after {
  content: "|";
  transform: translateX(0.5em);
}
@media screen and (max-width: 600px) {
  #footer1--box2--navi-sns nav ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.3rem;
  }
}
.page--sidebar--footer1 {
  margin-top: 0;
}

/* TOPページ用
----------------------------------------------- */
#mainvisual {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}

/* vegas */
.vegas-animation-kenburns {
  animation: kenburns ease-out forwards;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
.top--content {
  margin-block-start: -100px;
}
@media screen and (max-width: 600px) {
  .top--content {
    margin-block-start: -40px;
  }
}

#top--main-video {
  position: relative;
  height: 100svh;
  max-height: 1000px;
}
#top--main-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

#top--oshirase h2 {
  position: relative;
  z-index: 1;
}
#top--oshirase h2:before {
  content: "";
  background: url("../../images/logo-sakura.webp");
  background-size: contain;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: -1em;
  left: -1em;
  z-index: -1;
}
#top--oshirase h2:after {
  content: "";
  background: url("../../images/logo-sakura.webp");
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  display: block;
  position: absolute;
  top: 0.2em;
  left: 3.2em;
  z-index: -1;
}
#top--oshirase ul.wp-block-latest-posts {
  border-top: 1px solid #999999;
}
#top--oshirase ul.wp-block-latest-posts li {
  display: flex;
  border-bottom: 1px solid #999999;
  gap: 20px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-top: 4px;
  padding-bottom: 4px;
}
#top--oshirase ul.wp-block-latest-posts li time {
  min-width: 7em;
}

@media screen and (max-width: 600px) {
  #top--traning2 {
    grid-template-columns: 1fr;
  }
}
#top--traning2--photo {
  width: 100%;
  display: block;
  height: 50vh;
}

@media screen and (max-width: 600px) {
  #top--reborn {
    flex-flow: column;
    flex-direction: column-reverse;
  }
}
#top--reborn--photo {
  width: 100%;
  display: block;
}
#top--reborn--content {
  width: 100%;
}

@media screen and (max-width: 600px) {
  #top--annai--2 {
    grid-template-columns: 1fr;
  }
}

#top--link-area .wp-block-cover {
  min-height: 248px;
}

/* 固定ページ用
----------------------------------------------- */
#page--title {
  position: relative;
}
#page--title figure {
  height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #page--title figure {
    height: 400px;
  }
}
#page--title h1 {
  transform: translateY(-200px);
}
@media screen and (max-width: 960px) {
  #page--title h1 {
    transform: translateY(-124px);
  }
}
@media screen and (max-width: 600px) {
  #page--title h1 {
    transform: translateY(-172px);
  }
}
@media screen and (max-width: 960px) {
  #page--title {
    margin-block-start: -140px;
  }
}
@media screen and (max-width: 600px) {
  #page--title {
    margin-block-start: -36px;
  }
}

#page--box {
  grid-template-columns: auto 252px;
}
#page--box--housan {
  grid-template-columns: 252px auto;
}
@media screen and (max-width: 600px) {
  #page--box--housan {
    grid-template-columns: 1fr;
    margin-block-start: 0;
  }
}
@media screen and (max-width: 600px) {
  #page--box {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  #side01 {
    padding: 48px 20px 72px 20px;
    color: #fff;
    background-image: url("../../images/bg-washi-ft.webp");
  }
}
#side01 .parts_menu01 .wp-block-group + .wp-block-group {
  margin-top: 1.2rem;
}
#side01 .menu_housankai {
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 960px) {
  #page--box--housan #side01 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  #page--box--housan #side01 {
    padding: 0 20px;
    color: inherit;
    background-image: inherit;
  }
  #page--box--housan #side01 .menu_housankai {
    flex-direction: row;
  }
}

/* Google font material-symbols-outlined
----------------------------------------------- */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.material-symbols-outlined--open_in_new::after {
  content: "\e89e";
  font-family: "Material Symbols Outlined", monospace;
}

/* パーソナルトレーニング */
#greeting {
  padding: 0;
  clip-path: inset(0);
  display: inherit;
}

#greeting > div {
  margin-left: 0;
  margin-right: 0;
}

#greeting .wp-block-cover video.wp-block-cover__video-background {
  position: fixed;
  background-position: left bottom !important;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  #greeting {
    display: inherit;
  }
  #greeting > div {
    justify-content: center;
  }
  #greeting .wp-block-cover video.wp-block-cover__video-background {
    position: fixed;
    background-size: 80%;
    background-position: 50% 100%;
  }
  #greeting-txt {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #greeting h1 {
    font-size: 5.3vw !important;
  }
  #greeting h1 + h1 {
    font-size: 150% !important;
  }
  #greeting-text2 {
    text-align: center;
    padding: 1.6rem 1.4rem;
  }
  #greeting-text2 h2 {
    font-size: 5.5vw !important;
  }
  #greeting-text2 .wp-block-columns {
    gap: 1em;
  }
}
#diet {
  flex-direction: row-reverse;
  position: relative;
}

.parsonal-box {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .parsonal-box {
    transform: translate(30px, -100px);
    padding: 0 !important;
    position: rerative;
    z-index: 1;
  }
  .parsonal-box > div {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
}
.haikei {
  padding-top: 0;
  padding-bottom: 0;
}

.haikei .wp-block-cover__image-background.has-parallax {
  background-attachment: fixed;
  background-position: right bottom !important;
  background-size: 50vw;
}

#diet-wrapper.haikei .wp-block-cover__image-background.has-parallax {
  background-position: left bottom !important;
}

#senior-wrapper.haikei .wp-block-cover__image-background.has-parallax {
  background-position: right bottom !important;
}

@media only screen and (max-width: 767px) {
  .haikei-wrapper {
    clip-path: inset(0);
  }
  .haikei .wp-block-cover__image-background.has-parallax {
    background-attachment: inherit;
    position: fixed;
    bottom: 0;
    top: auto;
    height: 100%;
    background-size: 100%;
    background-position: 50% bottom;
  }
}
/* メールフォーム
----------------------------------------------- */
.any, .require {
  width: 2em;
  text-indent: 0;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  background-color: #f36929;
  color: #fff;
  border-radius: 4px;
  float: right;
}

.any {
  background-color: #2635A4;
}

.notes {
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
}

.contact {
  background-color: rgba(242, 225, 202, 0.2);
  padding: 40px;
}

.contact h5 {
  text-align: left;
  padding: 20px 6px 6px 2em;
  text-indent: -2em;
  font-weight: normal;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.1em;
}

.contact dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .contact dl {
    grid-template-columns: 1fr;
  }
}

.contact dt {
  padding-left: 0.5em;
}

.contact dd {
  margin-bottom: 20px;
}
.contact dd.your-address p {
  clear: both;
  float: left;
}
.contact dd.your-address p > * {
  margin-right: 10px;
}

.contact input[type=text], .contact input[type=email], .contact textarea, .contact input[type=textarea], .contact input[type=number], .contact input[type=date] {
  width: 100%;
  margin-bottom: 0.4rem;
  background: #fff;
  border: solid 1px #d1d1d1;
  padding: 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

.contact ::-moz-placeholder {
  color: #ccc;
}

.contact ::placeholder {
  color: #ccc;
}

.contact .wpcf7 input[name=your-zip] { /* 郵便番号 */
  width: 10em;
}

.contact .wpcf7 input[name=your-address-level1] { /* 都道府県 */
  width: 10em;
}

.contact .wpcf7 input[name=your-address-level2] { /* 市区町村 */
  width: 12em;
}

.contact .wpcf7 input[name=your-donation] { /* ご奉賛金額 */
  width: calc(100% - 2em);
}

.contact select {
  margin-bottom: 0.4rem;
  background: #fff;
  border: solid 1px #d1d1d1;
  padding: 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

.contact input[type=file] {
  margin-bottom: 0.4rem;
  background: #fff;
  padding: 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

.contact input[type=text].box_1, .contact input[type=email].box_1, .contact textarea.box_1, .contact input[type=textarea].box_1,
.box_1 {
  width: 100px;
}

.form {
  margin: 0px auto 20px auto;
  width: 100%;
  box-sizing: border-box;
}

.form table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.form .title {
  text-align: left;
  vertical-align: middle;
  width: 200px;
  background: #999999;
}
@media screen and (max-width: 600px) {
  .form .title {
    width: auto;
  }
}

.form table td {
  font-size: 1em;
  padding: 0.75em;
  border: 1px solid #ddd;
}
@media screen and (max-width: 600px) {
  .form table td {
    display: block;
  }
}

.form .contents {
  text-align: left;
  vertical-align: middle;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 600px) {
  .form .contents {
    margin-bottom: 0;
  }
}

.contact fieldset {
  border: none;
}

.contact fieldset legend {
  padding: 10px 0 0 0;
}

.contact fieldset label {
  font-weight: bold;
}

.contact .check {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  padding: 19px;
  text-align: left;
  border: #DDD 1px solid;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.7);
}

.contact .w80per { /* 一文字入れるイメージ */
  width: calc(100% - 2em) !important;
  margin-right: 0.5em !important;
}/*# sourceMappingURL=style.css.map */