@charset "UTF-8";
:root {
  /* Text Color */
  --text-primary: #333333;
  --text-secondary: #FFFFFF;
  --text-tertiary: #605E5C;
  --text-success: #00FF00;
  --text-danger: #FF0000;
  /* Background Color */
  --background-primary: #FFFFFF;
  --background-primary80: rgba(255, 255, 255, 0.8);
  --background-secondary: #333333;
  --background-secondary40: rgba(51, 51, 51, 0.4);
  --background-tertiary: #F7F7F7;
  --background-quaternary: #FBFAF6;
  --background-success: #ECFDF3;
  --background-danger: #FEF3F2;
  /* Border Color */
  --border-primary: #DDDDDD;
  --border-secondary: #333333;
  --border-tertiary: #605E5C;
  --border-quaternary: #AAAAAA;
  --border-success: #00FF00;
  --border-danger: #FF0000;
  /* Shadow Color */
  --shadow-primary: rgba(51, 51, 51, 0.16);
  /* Gradation Color */
  --gradation-primary: #474747;
}

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* Element ------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
* {
  font-size: 16px;
  letter-spacing: 0.7px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-primary);
  box-sizing: border-box;
  text-transform: none !important;
  font-family: "Noto Sans JP", "Lato", sans-serif;
}

html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", "Lato", sans-serif;
}

body {
  background: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
    object-fit: cover;
}

video {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}

a,
a:hover {
  text-decoration: none;
}

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* Component ----------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* ------------------------------------- */
/* Customize --------------------------- */
/* ------------------------------------- */
/* ------------------------------------- */
/* Iframe ------------------------------ */
/* ------------------------------------- */
.op-iframe__wrap {
  padding-top: 66.67%;
  width: 100%;
  position: relative;
}
.op-iframe__wrap > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* ------------------------------------- */
/* Title ------------------------------- */
/* ------------------------------------- */
/* Page Title */
.oc-pageTitle {
  padding-top: 24px;
  padding-bottom: 24px;
  background: var(--background-tertiary);
}

/* Section Title */
.oc-title--flex {
  white-space: nowrap;
}
.oc-title__japanese {
  margin-bottom: 4px;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--text-primary);
}
.oc-title__english {
  font-size: 28px;
  letter-spacing: 2.8px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-primary);
  font-family: "Lato", sans-serif;
}
.oc-title__english span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: "Noto Sans", sans-serif;
}

@media screen and (min-width: 640px) {
  .oc-title__japanese {
    font-size: 16px;
  }
  .oc-title__english {
    font-size: 32px;
  }
}
/* Small Title */
.oc-title--small {
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
}
.oc-title--small span, .oc-title--small a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: "Noto Sans", sans-serif;
}
.oc-title--small a {
  transition: 0.2s ease-in-out;
  text-decoration: underline;
}
.oc-title--small a:hover {
  opacity: 0.72;
}
.oc-title--small__japanese {
  font-size: 12px;
}

@media screen and (min-width: 640px) {
  .oc-title--small {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .oc-title--small__japanese {
    font-size: 14px;
  }
}
/* Xsmall Title */
.oc-title--xsmall {
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 400;
  line-height: 1.5;
}

/* ------------------------------------- */
/* Text -------------------------------- */
/* ------------------------------------- */

/* No Wrap */
.ou-noWrap {
  white-space: nowrap;
}

/* Section Description */
.oc-description {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 400;
  color: var(--text-primary);
}

@media screen and (min-width: 640px) {
  .oc-description {
    margin-top: 24px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
/* ------------------------------------- */
/* Button ------------------------------ */
/* ------------------------------------- */
/* Default Button */
.oc-button > * {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 38px;
  border: 1px solid var(--border-secondary);
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  color: var(--text-primary);
  background: var(--background-primary);
  font-weight: 400;
}
.oc-button > *:hover {
  opacity: 0.72;
}
.oc-button.ico > *:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.oc-button.ico-arrow01 > * {
  padding: 0 40px 0 40px;
}
.oc-button.ico-arrow01 > *:after {
  right: 14px;
}
.oc-button.ico-arrow01--up--black > *:after {
  background: url(../images/ico-arrow01-up-black.png);
  background-size: cover;
}
.oc-button.ico-arrow01--right--black > *:after {
  background: url(../images/ico-arrow01-right-black.png);
  background-size: cover;
}
.oc-button.ico-arrow01--right--white > *:after {
  background: url(../images/ico-arrow01-right-white.png);
  background-size: cover;
}
.oc-button.ico-arrow01--down--white > *:after {
  background: url(../images/ico-arrow01-down-white.png);
  background-size: cover;
}
.oc-button.ico-link > * {
  padding: 0 40px 0 40px;
}
.oc-button.ico-link > *:after {
  right: 14px;
}
.oc-button.ico-link--black > *:after {
  background: url(../images/ico-link-black.png);
  background-size: cover;
}
.oc-button.ico-link--white > *:after {
  background: url(../images/ico-link-white.png);
  background-size: cover;
}

@media screen and (min-width: 640px) {
  .oc-button > * {
    width: auto;
  }
  .oc-button.ico-arrow01 > * {
    padding: 0 52px 0 24px;
  }
  .oc-button.ico-arrow01 > *:after {
    right: 24px;
  }
  .oc-button.ico-link > * {
    padding: 0 52px 0 24px;
  }
  .oc-button.ico-link > *:after {
    right: 24px;
  }
}
/* Primary Button */
.oc-button--primary > * {
  line-height: 40px;
  border: none;
  box-shadow: 0 1px 4px var(--shadow-primary);
  color: var(--text-secondary);
  background: linear-gradient(var(--gradation-primary), var(--background-secondary));
}

/* Small Button */
.oc-button--small > * {
  position: relative;
  transition: 0.3s ease-in-out;
  padding-bottom: 2px;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.2s ease-in-out;
  color: var(--text-tertiary);
}
.oc-button--small > *:hover {
  opacity: 0.6;
}
.oc-button--small > *:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid var(--text-tertiary);
}
.oc-button--small.ico-zoomIn--gray > * {
  position: relative;
  padding-right: 22px;
}
.oc-button--small.ico-zoomIn--gray > *:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../images/ico-zoomIn-gray.png);
  background-size: cover;
}
.oc-button--small.ico-link--gray > * {
  position: relative;
  padding-right: 22px;
}
.oc-button--small.ico-link--gray > *:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../images/ico-link-gray.png);
  background-size: cover;
}

/* Fixed Button Rotete */
.oc-fixedButton {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.oc-fixedButton > * {
  position: relative;
  width: 100%;
  padding: 0 12px;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 48px;
  border-radius: 0;
}
.oc-fixedButton > *:before, .oc-fixedButton > *:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.oc-fixedButton > *:before {
  left: 15px;
  background: url(../images/ico-reservation-white.png);
  background-size: cover;
}
.oc-fixedButton > *:after {
  right: 15px;
  background: url(../images/ico-arrow01-right-white.png);
  background-size: cover;
}

@media screen and (min-width: 640px) {
  .oc-fixedButton {
    width: auto;
  }
  .oc-fixedButton > * {
    padding: 0 64px;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 60px;
    border-radius: 12px 0 0 0;
  }
  .oc-fixedButton > *:before {
    left: 34px;
  }
  .oc-fixedButton > *:after {
    right: 34px;
  }
}
/* ------------------------------------- */
/* Icon -------------------------------- */
/* ------------------------------------- */
.ou-iconSize--16 img {
  width: 16px;
}

.ou-iconSize--20 img {
  width: 20px;
}

.ou-iconSize--24 img {
  width: 24px;
}

/* ------------------------------------- */
/* label ------------------------------- */
/* ------------------------------------- */
.oc-labels {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.oc-label {
  display: inline-block;
  width: auto;
  max-width: 100px;
  padding: 2px 10px;
  border-radius: 2px;
  border: 1px solid var(--border-tertiary);
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ------------------------------------- */
/* Price ------------------------------- */
/* ------------------------------------- */
.oc-priceBefore {
  position: relative;
  font-size: 18px;
  letter-spacing: 1.8px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-tertiary);
}
.oc-priceBefore:before, .oc-priceBefore:after {
  position: absolute;
  content: "";
}
.oc-priceBefore:before {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: var(--border-tertiary);
}
.oc-priceBefore:after {
  top: 4px;
  right: -30px;
  width: 24px;
  height: 24px;
  background: url(../images/ico-arrow03-down-gray.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* ------------------------------------- */
/* Card -------------------------------- */
/* ------------------------------------- */
.oc-card {
  padding: 16px;
  border: 1px solid var(--border-secondary);
}

/* ------------------------------------- */
/* check ------------------------------- */
/* ------------------------------------- */
.oc-check {
  position: relative;
  padding-left: 30px;
}
.oc-check:before {
  position: absolute;
  content: "";
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/ico-check-black.png);
  background-size: cover;
}

/* ------------------------------------- */
/* Number ------------------------------ */
/* ------------------------------------- */
.oc-number {
  font-size: 16px;
  font-weight: 400;
}
.oc-number__large {
  font-size: 32px;
}

/* ------------------------------------- */
/* Section ----------------------------- */
/* ------------------------------------- */
.ol-section--large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ol-section--large--top {
  padding-top: 80px;
}

.ol-section--large--bottom {
  padding-bottom: 80px;
}

.ol-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.ol-section--top {
  padding-top: 56px;
}

.ol-section--bottom {
  padding-bottom: 56px;
}

.ol-section--small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ol-section--small--top {
  padding-top: 40px;
}

.ol-section--small--bottom {
  padding-bottom: 40px;
}

@media screen and (min-width: 960px) {
  .ol-section--large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .ol-section--large--top {
    padding-top: 120px;
  }
  .ol-section--large--bottom {
    padding-bottom: 120px;
  }
  .ol-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .ol-section--top {
    padding-top: 72px;
  }
  .ol-section--bottom {
    padding-bottom: 72px;
  }
  .ol-section--small--top--pc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* ------------------------------------- */
/* Container --------------------------- */
/* ------------------------------------- */
.ol-container {
  display: grid;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.ol-container--xlarge {
  max-width: 1680px;
  padding-left: 0;
  padding-right: 0;
}
.ol-container--small {
  max-width: 960px;
}
.ol-container--xsmall {
  max-width: 640px;
}
.ol-container--flex > div {
  display: grid;
  gap: 40px;
}

@media screen and (min-width: 640px) {
  .ol-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ol-container--xlarge {
    padding-left: 0;
    padding-right: 0;
  }
  .ol-container--flex > div {
    display: flex;
    gap: 64px;
  }
}
/* ------------------------------------- */
/* Width ------------------------------- */
/* ------------------------------------- */
.ou-width--100--wrap > * {
  width: 100% !important;
}

.ou-width--100 {
  width: 100%;
}

/* ------------------------------------- */
/* Padding ----------------------------- */
/* ------------------------------------- */
.ou-bottomPadding--24 {
  padding-bottom: 24px !important;
}

/* ------------------------------------- */
/* Margin ------------------------------ */
/* ------------------------------------- */
.ol-fixedMargin {
  margin-top: 63px;
}

@media screen and (min-width: 960px) {
  .ol-fixedMargin {
    margin-top: 69px;
  }
}

.ou-margin--0 {
  margin: 0;
}

.ou-marginTop--16 { margin-top: 16px !important; }
.ou-marginTop--24 { margin-top: 24px !important; }
.ou-marginTop--32 { margin-top: 32px !important; }
.ou-marginTop--40 { margin-top: 40px !important; }

.ou-marginBottom--0 { margin-bottom: 0 !important; }
.ou-marginBottom--4 { margin-bottom: 4px !important; }
.ou-marginBottom--8 { margin-bottom: 8px !important; }
.ou-marginBottom--12 { margin-bottom: 12px !important; }
.ou-marginBottom--16 { margin-bottom: 16px !important; }
.ou-marginBottom--24 { margin-bottom: 24px !important; }
.ou-marginBottom--32 { margin-bottom: 32px !important; }
.ou-marginBottom--40 { margin-bottom: 40px !important; }
.ou-marginBottom--48 { margin-bottom: 48px !important; }
.ou-marginBottom--56 { margin-bottom: 56px !important; }

/* ------------------------------------- */
/* Padding ----------------------------- */
/* ------------------------------------- */

.ou-paddingLeft--24 { padding-left: 24px !important; }

/* ------------------------------------- */
/* Flex Grid --------------------------- */
/* ------------------------------------- */
/* Simple */
.ol-flexGrid__list {
  display: flex;
  flex-wrap: wrap;
}
.ol-flexGrid--3-2-1__list {
  margin: -24px 0 0 -24px;
}
.ol-flexGrid--3-2-1__item {
  width: calc(100% - 24px);
  margin: 24px 0 0 24px;
}
.ol-flexGrid--4-3-2__list {
  margin: -16px 0 0 -16px;
}
.ol-flexGrid--4-3-2__item {
  width: calc(50% - 16px);
  margin: 16px 0 0 16px;
}
.ol-flexGrid--5-3-2__list {
  margin: -16px 0 0 -16px;
}
.ol-flexGrid--5-3-2__item {
  width: calc(50% - 16px);
  margin: 16px 0 0 16px;
}

@media screen and (min-width: 640px) {
  .ol-flexGrid--3-2-1__item {
    width: calc(50% - 24px);
  }
  .ol-flexGrid--4-3-2__item {
    width: calc(33.3333333333% - 16px);
  }
  .ol-flexGrid--5-3-2__item {
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (min-width: 960px) {
  .ol-flexGrid--3-2-1__item {
    width: calc(33.3333333333% - 24px);
  }
  .ol-flexGrid--4-3-2__item {
    width: calc(25% - 16px);
  }
  .ol-flexGrid--5-3-2__item {
    width: calc(20% - 16px);
  }
}
/* Border */
.ol-borderGrid__list {
  display: flex;
  flex-wrap: wrap;
  margin: -48px 0 0 -24px;
}

.ol-borderGrid__item {
  width: 100%;
  margin: 48px 0 0 24px;
}

.ol-borderGrid__item {
  position: relative;
}
.ol-borderGrid__item:before, .ol-borderGrid__item:after {
  position: absolute;
  content: "";
}

@media screen and (max-width: 639px) {
  .ol-borderGrid__item:nth-child(n+2):after {
    right: 0;
    top: -24px;
    width: 100%;
    border-top: 1px solid var(--border-primary);
  }
}
@media screen and (min-width: 640px) {
  .ol-borderGrid__list {
    margin: -24px 0 0 -48px;
  }
  .ol-borderGrid__item {
    width: calc(50% - 24px);
    margin: 24px 0 0 24px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 640px) and (max-width: 939px) {
  .ol-borderGrid__item:nth-child(-n+10) {
    padding-bottom: 24px;
  }
  .ol-borderGrid__item:nth-child(2n-1):before {
    right: -24px;
    top: 0;
    height: calc(100% - 24px);
    border-right: 1px solid var(--border-primary);
  }
  .ol-borderGrid__item:nth-child(11):before {
    height: 100%;
  }
  .ol-borderGrid__item:nth-child(n+3):after {
    right: 0;
    top: -24px;
    width: calc(100% + 24px);
    border-top: 1px solid var(--border-primary);
  }
  .ol-borderGrid__item:nth-child(2n-1):after {
    left: 24px;
  }
}
@media screen and (min-width: 960px) {
  .ol-borderGrid__list {
    margin: -24px 0 0 -48px;
  }
  .ol-borderGrid__item {
    width: calc(25% - 24px);
    margin: 24px 0 0 24px;
  }
  .ol-borderGrid__item:nth-child(-n+8) {
    padding-bottom: 24px;
  }
  .ol-borderGrid__item:nth-child(-n+3):before, .ol-borderGrid__item:nth-child(n+5):nth-child(-n+7):before, .ol-borderGrid__item:nth-child(n+9):nth-child(-n+11):before {
    right: -24px;
    top: 0;
    height: calc(100% - 24px);
    border-right: 1px solid var(--border-primary);
  }
  .ol-borderGrid__item:nth-child(n+9):nth-child(-n+12):before {
    height: 100%;
  }
  .ol-borderGrid__item:nth-child(n+5):after {
    right: -24px;
    top: -24px;
    width: calc(100% + 24px);
    border-top: 1px solid var(--border-primary);
  }
  .ol-borderGrid__item:nth-child(n+3):nth-child(-n+4):after {
    content: none;
  }
  .ol-borderGrid__item:nth-child(n+6):nth-child(-n+7):after, .ol-borderGrid__item:nth-child(n+10):nth-child(-n+11):after {
    width: calc(100% + 48px);
  }
  .ol-borderGrid__item:nth-child(n+6):nth-child(-n+8):after, .ol-borderGrid__item:nth-child(n+10):nth-child(-n+12):after {
    right: 0;
    left: -24px;
  }
  .ol-borderGrid__item:nth-child(5):after, .ol-borderGrid__item:nth-child(9):after {
    left: 24px;
  }
}
/* ------------------------------------- */
/* Banner Aria ------------------------- */
/* ------------------------------------- */
.ol-bannerAria {
  background: var(--background-tertiary);
}
.ol-bannerAria--price {
  margin-bottom: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.ol-bannerAria--price__container {
  gap: 24px;
}

@media screen and (min-width: 640px) {
  .ol-bannerAria--price {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ol-bannerAria--price__container {
    gap: 40px;
  }
}
/* ------------------------------------- */
/* Background -------------------------- */
/* ------------------------------------- */
.ou-background--primary {
  background: var(--background-quaternary);
}

/* ------------------------------------- */
/* Text -------------------------------- */
/* ------------------------------------- */
.ou-text--regular {
  font-weight: 400;
}

.ou-text--medium {
  font-weight: 400;
}

.ou-text--bold {
  font-weight: 700;
}

.ou-text--left {
  text-align: left;
}

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

.ou-text--right {
  text-align: right;
}

@media screen and (min-width: 640px) {
  .ou-text--right--mobile {
    text-align: right;
  }
  .ou-text--center--desktop-tablet {
    text-align: center;
  }
}
/* ------------------------------------- */
/* Omission ---------------------------- */
/* ------------------------------------- */
.ou-omission {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ou-omission--1 { -webkit-line-clamp: 1; }
.ou-omission--2 { -webkit-line-clamp: 2; }
.ou-omission--3 { -webkit-line-clamp: 3; }
.ou-omission--4 { -webkit-line-clamp: 4; }
.ou-omission--5 { -webkit-line-clamp: 5; }
.ou-omission--6 { -webkit-line-clamp: 6; }
.ou-omission--7 { -webkit-line-clamp: 7; }
.ou-omission--8 { -webkit-line-clamp: 8; }

/* ------------------------------------- */
/* Flex -------------------------------- */
/* ------------------------------------- */
.ou-flex {
  display: flex;
}
.ou-flex--fl-gr-gr {
  display: grid;
}
.ou-flex--fl-fl-gr {
  display: grid;
}
.ou-flex--baseline {
  align-items: baseline;
}
.ou-flex--center {
  align-items: center !important;
}
.ou-flex--middle {
  justify-content: center;
}
.ou-flex--between {
  justify-content: space-between;
}

@media screen and (min-width: 640px) {
  .ou-flex--fl-fl-gr {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .ou-flex--fl-gr-gr {
    display: flex;
  }
  .ou-flex--fl-fl-gr {
    display: flex;
  }
}
/* ------------------------------------- */
/* Grid -------------------------------- */
/* ------------------------------------- */
.ou-grid--wrap > div {
  display: grid;
  align-self: baseline;
}

.ou-grid {
  display: grid;
  align-self: baseline;
}
.ou-grid--center {
  align-items: center;
}
.ou-gridColumns--2 {
  grid-template-columns: repeat(2, 1fr);
}
.ou-gridColumns--2-2-1 {
  grid-template-columns: repeat(1, 1fr) !important;
}
.ou-gridColumns--3 {
  grid-template-columns: repeat(3, 1fr);
}
.ou-gridColumns--3-2-1 {
  grid-template-columns: repeat(1, 1fr) !important;
}
.ou-gridColumns--3-2-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}
.ou-gridColumns--4-3-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}
.ou-gridColumns--4-2-1 {
  grid-template-columns: repeat(1, 1fr) !important;
}
.ou-gridColumns--5-3-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 640px) {
  .ou-gridColumns--2-2-1 {
    grid-template-columns: repeat(2, 2fr) !important;
  }
  .ou-gridColumns--3-2-1 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .ou-gridColumns--3-2-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .ou-gridColumns--4-3-2 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .ou-gridColumns--4-2-1 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .ou-gridColumns--5-3-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .ou-gridColumns--2-2-1 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .ou-gridColumns--3-2-1 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .ou-gridColumns--3-2-2 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .ou-gridColumns--4-3-2 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .ou-gridColumns--4-2-1 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .ou-gridColumns--5-3-2 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.ou-gap--16--wrap > div { gap: 16px; }
.ou-gap--24--wrap > div { gap: 24px; }
.ou-gap--32--wrap > div { gap: 32px; }
.ou-gap--40--wrap > div { gap: 40px; }

.ou-gap--4 {
  gap: 4px;
}
.ou-gap--8 {
  gap: 8px;
}
.ou-gap--12 {
  gap: 12px;
}
.ou-gap--16 {
  gap: 16px;
}
.ou-gap--24 {
  gap: 24px;
}
.ou-gap--32 {
  gap: 32px;
}
.ou-gap--32-32-24 {
  gap: 24px;
}
.ou-gap--24-24-12 {
  gap: 12px;
}
.ou-gap--40 {
  gap: 40px;
}
.ou-gap--48 {
  gap: 48px;
}
.ou-gap--48-48-32 {
  gap: 32px;
}
.ou-gap--56-32-32 {
  gap: 32px;
}
.ou-gap--64-32-32 {
  gap: 32px;
}

@media screen and (min-width: 640px) {
  .ou-gap--32-32-24 {
    gap: 32px;
  }
  .ou-gap--24-24-12 {
    gap: 24px;
  }
  .ou-gap--48-48-32 {
    gap: 48px;
  }
  .ou-gap--56-32-32 {
    gap: 32px;
  }
  .ou-gap--64-32-32 {
    gap: 32px;
  }
}
@media screen and (min-width: 960px) {
  .ou-gap--24-24-12 {
    gap: 24px;
  }
  .ou-gap--32-32-24 {
    gap: 32px;
  }
  .ou-gap--48-48-32 {
    gap: 48px;
  }
  .ou-gap--56-32-32 {
    gap: 56px;
  }
  .ou-gap--64-32-32 {
    gap: 64px;
  }
}
/* ------------------------------------- */
/* Aspect Ratio ------------------------ */
/* ------------------------------------- */
.ou-aspectRatio--3-2 {
  aspect-ratio: 3/2;
}
.ou-aspectRatio--3-4 {
  aspect-ratio: 3/4;
}
.ou-aspectRatio > * {
  height: 100%;
}

/* ------------------------------------- */
/* Order ------------------------------- */
/* ------------------------------------- */
.ou-order2-1--pcTablet {
  order: 1;
}

.ou-order2-2--pcTablet {
  order: 2;
}

.ou-order2-1--tabletMobile {
  order: 1;
}

.ou-order2-2--tabletMobile {
  order: 2;
}

@media screen and (min-width: 960px) {
  .ou-order2-1--pcTablet {
    order: 2;
  }
  .ou-order2-2--pcTablet {
    order: 1;
  }
  .ou-order2-1--tabletMobile {
    order: 2;
  }
  .ou-order2-2--tabletMobile {
    order: 1;
  }
}
/* ------------------------------------- */
/* Display ----------------------------- */
/* ------------------------------------- */
.ou-display--mobile {
  display: block !important;
}

.ou-display--tablet {
  display: block !important;
}

@media screen and (min-width: 640px) {
  .ou-display--mobile {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .ou-display--tablet {
    display: none !important;
  }
}
/* ------------------------------------- */
/* Hidden ------------------------------ */
/* ------------------------------------- */
.ou-hidden {
  display: none !important;
}

.ou-hidden--mobile {
  display: none !important;
}

.ou-hidden--tablet {
  display: none !important;
}

@media screen and (min-width: 640px) {
  .ou-hidden--mobile {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .ou-hidden--tablet {
    display: block !important;
  }
}
/* ------------------------------------- */
/* Phone Number ------------------------ */
/* ------------------------------------- */
.ou-phoneNumber > a {
  text-decoration: underline;
}

@media screen and (min-width: 640px) {
  .ou-phoneNumber > a {
    text-decoration: none;
  }
}
/* ------------------------------------- */
/* BreadCrumb -------------------------- */
/* ------------------------------------- */
.oc-breadCrumb:not(:first-child) {
  position: relative;
}
.oc-breadCrumb:not(:first-child):before {
  position: absolute;
  content: "";
  top: 50%;
  left: -28px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url(../images/ico-arrow01-right-gray.png);
  background-size: cover;
}

/* ------------------------------------- */
/* Header ------------------------------ */
/* ------------------------------------- */
.ol-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 2;
  border-bottom: 1px solid var(--border-primary);
  background: var(--background-primary);
}
.ol-header a {
  color: inherit;
}
.ol-header__left {
  display: flex;
  gap: 56px;
  align-items: center;
}
.ol-header__navi {
  display: none;
}
.ol-header__item > a {
  display: inline-block;
  padding: 0 16px;
  font-size: 16px;
  letter-spacing: 1.6px;
  transition: 0.2s ease-in-out;
  font-weight: 400;
  line-height: 69px;
  font-family: "Lato", sans-serif;
}
.ol-header__item > a:hover {
  opacity: 0.6;
}
.ol-header__item > button {
  display: inline-block;
  height: 69px;
  padding: 0 16px;
  font-size: 16px;
  letter-spacing: 1.6px;
  transition: 0.2s ease-in-out;
  font-weight: 400;
  line-height: 69px;
  font-family: "Lato", sans-serif;
}
.ol-header__item > button:hover {
  opacity: 0.6;
}
.ol-header__item > button > * {
  font-size: inherit;
  font-weight: inherit;
}
.ol-header__item img {
  width: 24px;
}
.ol-header__item span {
  font-size: 30px;
  transform: translate(-4px, 8px);
}

.ol-header__icons {
  transform: translateY(3px);
}
.ol-header__icons a {
  transition: 0.2s ease-in-out;
}
.ol-header__icons a:hover {
  opacity: 0.6;
}
.ol-header__icons img {
  width: 32px;
}

.ol-header.ol-header-scroll {
  background-color: var(--color-primary);
}

.ol-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ol-header__logo img {
  width: auto;
  height: 20px;
}

.ol-header__list {
  display: flex;
}

.ol-header__buttons {
  display: flex;
  flex-direction: row-reverse;
}

.ol-header__button a {
  display: inline-block;
  padding: 0 20px;
  line-height: 60px;
  transition: 0.2s ease-in-out;
  color: var(--color-text-light);
  background: var(--color-secondary);
  font-weight: 700;
}

.ol-header__button:first-child a {
  background: var(--color-primary);
}

.ol-header__button:first-child a:hover {
  opacity: 0.8;
}

.ol-header__button span {
  transform: translateY(5px);
  color: var(--color-text-light);
}

.ol-hamburger-open {
  right: 9px;
  z-index: 3;
  background: none;
}
.ol-hamburger-open img {
  border-radius: 2px;
  background: var(--background-secondary);
}

.ol-hamburger__navi {
  overflow-y: auto;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 100vw;
  height: calc(100% - 117px);
  overflow-y: scroll;
  margin-top: 57px;
  padding: 24px 15px 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: var(--background-primary);
}
.ol-hamburgerMainMenu__item a {
  padding-bottom: 8px;
  font-size: 16px;
  border-bottom: 1px solid var(--border-secondary);
}
.ol-hamburgerSubMenu__item > * {
  padding-bottom: 6px;
  font-size: 14px;
  border-bottom: 1px solid var(--border-tertiary);
  color: var(--text-tertiary);
}

.ol-hamburger__navi.js-hamburger-active {
  opacity: 1;
  visibility: visible;
}

.ol-dropdownMenu > a:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 0;
  right: 16px;
  height: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid var(--color-text-dark);
  border-bottom: 0;
}

.ol-dropdownMenu__nav {
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  width: 100vw;
  padding: 8px 16px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background: var(--background-primary);
  list-style: none;
  margin: 0;
  z-index: 1;
  border-top: 1px solid var(--border-primary);
  border-bottom: 1px solid var(--border-primary);
}
.ol-dropdownMenu__item a {
  transition: 0.2s ease-in-out;
}
.ol-dropdownMenu__item a:hover {
  opacity: 0.6;
}
.ol-dropdownMenu__item img {
  width: 20px;
}

/* 初期状態で nav を非表示にする */
.ol-dropdownMenu02__nav {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px;
  background: var(--background-primary);
  border-top: 1px solid var(--border-primary);
  border-bottom: 1px solid var(--border-primary);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

/* nav が表示される状態 */
.ol-dropdownMenu02.js-dropdownMenu02--active .ol-dropdownMenu02__nav {
  display: block;
}

/* nav の中のフォームのスタイル調整 */
.ol-dropdownMenu02__nav form {
  display: flex;
  flex-direction: column;
}

.ol-dropdownMenu02__nav input[type=text] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.ol-header__item.dropdown:hover .ol-dropdownMenu__nav {
  display: block;
}

.ol-accordionMenu > a {
  position: relative;
  padding-right: 20px !important;
}

.ol-accordionMenu > a:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 0;
  right: 0;
  height: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid var(--color-background-white);
  border-bottom: 0;
}

.ol-accordionMenu__list {
  display: none;
}
.ol-accordionMenu__title a {
  text-decoration: underline;
}
.ol-accordionMenu__link a {
  font-size: 12px;
}

@media screen and (min-width: 640px) {
  .ol-hamburger-open {
    right: 34px;
  }
  .ol-hamburger__navi {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 960px) {
  .ol-header__container {
    height: auto;
  }
  .ol-header {
    padding: 0;
  }
  .ol-header__navi {
    display: flex;
  }
  .ol-header__icon > * {
    transition: 0.2s ease-in-out;
  }
  .ol-header__icon > *:hover {
    opacity: 0.6;
  }
  .ol-header__icon img {
    width: 28px;
  }
  .ol-hamburger {
    display: none;
  }
  .ol-dropdownMenu02 {
    position: relative;
  }
  .ol-dropdownMenu02__nav {
    position: absolute;
    top: calc(100% + 10px);
    left: -24px;
    width: 240px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-primary);
  }
}
/* ------------------------------------- */
/* Footer ------------------------------ */
/* ------------------------------------- */
.l-footer {
  padding-bottom: 80px;
  border-top: 1px solid var(--border-primary);
}

.l-footer a {
  color: inherit;
}

.ol-footer__content {
  justify-content: unset;
}
.ol-footer__logos {
  width: 100%;
}
.ol-footer__logo {
  text-align: center;
}
.ol-footer__logo img {
  width: auto;
  height: 20px;
}
.ol-footer__button > * {
  width: 100%;
}
.ol-footer__button img {
  width: 24px;
}
.ol-footer__mainMenuTitle {
  padding-right: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-secondary);
}
.ol-footer__mainMenuItem a {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.2s ease-in-out;
}
.ol-footer__mainMenuItem a:hover {
  opacity: 0.6;
}
.ol-footer__mainMenuItem img {
  width: 20px;
}
.ol-footer__subMenu {
  justify-content: unset;
  padding-top: 24px;
  border-top: 1px solid var(--border-secondary);
}
.ol-footer__subMenu a {
  font-size: 12px;
  text-decoration: underline;
}
.ol-footer__copyright {
  font-weight: 400;
  text-align: left;
}
.ol-footer__copyright small {
  font-size: 12px;
  letter-spacing: 1.2px;
  color: var(--text-primary);
}

.ol-footerFixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 6px 0;
  z-index: 10;
  border-top: 1px solid var(--border-primary);
  background: var(--background-primary);
}
.ol-footerFixed__item a {
  display: inline-block;
  height: auto;
  padding: 4px;
}
.ol-footerFixed__item img {
  width: 24px;
}
.ol-footerFixed__text {
  font-size: 10px;
}

@media screen and (min-width: 640px) {
  .ol-footer__subMenu {
    justify-content: center;
  }
  .ol-footer__copyright {
    text-align: center;
  }
  .ol-footer__copyright small {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: var(--text-primary);
  }
}
@media screen and (min-width: 960px) {
  .ol-footer {
    padding-bottom: 72px;
  }
  .ol-footer__content {
    justify-content: space-between;
  }
  .ol-footer__logos {
    width: 240px;
  }
  .ol-footer__logo {
    text-align: left;
  }
}
/* ------------------------------------- */
/* Main Visual ------------------------- */
/* ------------------------------------- */
.ol-mainVisual {
  position: relative;
  height: 320px;
}
.ol-mainVisual img,
.ol-mainVisual video {
  height: 320px;
  filter: brightness(80%);
  -o-object-position: top center;
     object-position: top center;
}
.ol-mainVisual__content {
  position: absolute;
  bottom: 40px;
  left: 50%;
  gap: 0;
  width: 100%;
  transform: translateX(-50%);
  z-index: 1;
}
.ol-mainVisual__copy {
  margin-bottom: 12px;
  font-size: 40px;
  letter-spacing: 5.2px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-secondary);
  font-family: "Lato", sans-serif;
}
.ol-mainVisual__text {
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-secondary);
}

@media screen and (min-width: 640px) {
  .ol-mainVisual {
    height: 480px;
  }
  .ol-mainVisual__copy {
    margin-bottom: 12px;
    letter-spacing: 7.28px;
    font-size: 56px;
  }
  .ol-mainVisual__text {
    font-size: 20px;
  }
  .ol-mainVisual img,
.ol-mainVisual video {
    height: 480px;
  }
  .ol-mainVisual__content {
    bottom: 64px;
  }
}
.ol-mainVisualSlider__pagination {
  bottom: 10px !important;
}
.ol-mainVisualSlider__pagination span {
  width: 20px;
  height: 8px;
  border-radius: 16px;
  background: var(--background-primary);
}

@media screen and (min-width: 640px) {
  .ol-mainVisualSlider__pagination {
    bottom: 20px !important;
  }
}
/* ------------------------------------- */
/* News -------------------------------- */
/* ------------------------------------- */

.op-news {
  width: 100%;
}

.op-news__list {
  width: 100%;
}
.op-news__list a {
  color: inherit;
}

body .post_content .op-news__list--important {
  margin-top: 13px !important;
}

.op-news__list--important {
  position: relative;
  margin-bottom: 12px;
  padding: 16px 0 4px;
  border: 1px solid;
  border-radius: 3px;
}

.op-news__list--important:before {
  position: absolute;
  content: 'Pickup';
  top: -14px;
  left: 12px;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 500;
  background: var(--background-primary);
}

.op-news__list--important .op-news__item {
  padding: 12px 16px;
}

.op-news__list--important .op-news__date {
  display: none;
}

.op-news__item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 12px 0;
  border-radius: 3px;
}

/* .op-news__item:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 12px;
}

.op-news__item--important {
  margin-bottom: 12px !important;
  background: var(--background-secondary);
}

.op-news__item--important time {
  color: var(--text-secondary);
}

.op-news__item--important a {
  color: var(--text-secondary);
} */

.op-news__list .oc-label {
  width: 100px;
}

/* .op-news__item--important .oc-label {
  color: var(--text-secondary);
  border-color: var(--text-secondary);
} */

@media screen and (min-width: 640px) {
  .op-news__list--important {
    padding: 16px 0 8px;
  }

  .op-news__list--important .op-news__item {
    padding: 12px 24px;
  }
}

@media (max-width: 768px) {
  .op-news__list--important p {
    -webkit-line-clamp: 2;
  }
}

/* ------------------------------------- */
/* Introduction ------------------------ */
/* ------------------------------------- */
.op-introduction {
  padding: 0;
}
.op-introduction__container {
  gap: 0;
  padding: 0;
}
.op-introduction__image img {
  height: 280px;
}
.op-introduction__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.op-introduction__information {
  display: grid;
  gap: 24px;
  padding: 56px 15px;
  border-bottom: 1px solid var(--border-primary);
  background: var(--background-primary80);
}
.op-introduction__texts {
  display: grid;
  gap: 16px;
}

@media screen and (min-width: 640px) {
  .op-introduction__image img {
    height: 400px;
  }
  .op-introduction__information {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 960px) {
  .op-introduction {
    padding: 72px 0;
  }
  .op-introduction--yoga {
    background: url(../images/yoga/bg-introduction.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: right center;
  }
  .op-introduction--gym {
    background: url(../images/gym/bg-introduction.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: right center;
  }
  .op-introduction--personal {
    background: url(../images/personal/bg-introduction.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: right center;
  }
  .op-introduction--cafe {
    background: url(../images/cafe/bg-introduction.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: right center;
  }
  .op-introduction--movies {
    background: url(../images/movies/bg-introduction.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: right center;
  }
  .op-introduction--tour {
    background: url(../images/tour/bg-introduction.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: right center;
  }
  .op-introduction__image {
    display: none;
  }
  .op-introduction__content {
    grid-template-columns: 4fr 5fr;
  }
  .op-introduction__information {
    margin-left: 40px;
    padding: 48px;
    border-bottom: none;
  }
}
/* ------------------------------------- */
/* Fastidiousness ---------------------- */
/* ------------------------------------- */
.op-fastidiousness--yoga__item:nth-child(1) a {
  background: url(../images/yoga/bg-fastidiousness01.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--yoga__item:nth-child(2) a {
  background: url(../images/yoga/bg-fastidiousness02.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--yoga__item:nth-child(3) a {
  background: url(../images/yoga/bg-fastidiousness03.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--yoga__item:nth-child(4) a {
  background: url(../images/yoga/bg-fastidiousness04.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--yoga__item:nth-child(5) a {
  background: url(../images/yoga/bg-fastidiousness05.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--gym__item:nth-child(1) a {
  background: url(../images/gym/bg-fastidiousness01.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--gym__item:nth-child(2) a {
  background: url(../images/gym/bg-fastidiousness02.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--gym__item:nth-child(3) a {
  background: url(../images/gym/bg-fastidiousness03.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--gym__item:nth-child(4) a {
  background: url(../images/gym/bg-fastidiousness04.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--gym__item:nth-child(5) a {
  background: url(../images/gym/bg-fastidiousness05.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--personal__item:nth-child(1) a {
  background: url(../images/personal/bg-fastidiousness01.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--personal__item:nth-child(2) a {
  background: url(../images/personal/bg-fastidiousness02.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--personal__item:nth-child(3) a {
  background: url(../images/personal/bg-fastidiousness03.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--personal__item:nth-child(4) a {
  background: url(../images/personal/bg-fastidiousness04.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--personal__item:nth-child(5) a {
  background: url(../images/personal/bg-fastidiousness05.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--cafe__item:nth-child(1) a {
  background: url(../images/cafe/bg-fastidiousness01.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--cafe__item:nth-child(2) a {
  background: url(../images/cafe/bg-fastidiousness02.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--cafe__item:nth-child(3) a {
  background: url(../images/cafe/bg-fastidiousness03.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--cafe__item:nth-child(4) a {
  background: url(../images/cafe/bg-fastidiousness04.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--cafe__item:nth-child(5) a {
  background: url(../images/cafe/bg-fastidiousness05.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--movies__item:nth-child(1) a {
  background: url(../images/movies/bg-fastidiousness01.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--movies__item:nth-child(2) a {
  background: url(../images/movies/bg-fastidiousness02.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--movies__item:nth-child(3) a {
  background: url(../images/movies/bg-fastidiousness03.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--movies__item:nth-child(4) a {
  background: url(../images/movies/bg-fastidiousness04.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--movies__item:nth-child(5) a {
  background: url(../images/movies/bg-fastidiousness05.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--tour__item:nth-child(1) a {
  background: url(../images/tour/bg-fastidiousness01.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--tour__item:nth-child(2) a {
  background: url(../images/tour/bg-fastidiousness02.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--tour__item:nth-child(3) a {
  background: url(../images/tour/bg-fastidiousness03.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--tour__item:nth-child(4) a {
  background: url(../images/tour/bg-fastidiousness04.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness--tour__item:nth-child(5) a {
  background: url(../images/tour/bg-fastidiousness05.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
.op-fastidiousness__list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.op-fastidiousness__item {
  position: relative;
  width: calc(50% - 8px);
}
.op-fastidiousness__item a {
  height: 100%;
  transition: 0.2s ease-in-out;
}
.op-fastidiousness__item a:hover {
  opacity: 0.72;
}
.op-fastidiousness__item a {
  display: grid;
  gap: 4px;
  padding: 36px 12px 52px;
}
.op-fastidiousness__item a:hover {
  cursor: pointer;
}
.op-fastidiousness__item a:after {
  position: absolute;
  content: "";
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  opacity: 0.6;
  background: url(../images/ico-arrow01-down-white.png);
  background-size: cover;
}
.op-fastidiousness__japanese {
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--text-secondary);
}
.op-fastidiousness__english {
  color: var(--text-secondary);
}

@media screen and (min-width: 640px) {
  .op-fastidiousness__item {
    width: calc(50% - 8px);
  }
  .op-fastidiousness__item a {
    padding: 40px 12px 64px;
  }
  .op-fastidiousness__item a:after {
    bottom: 24px;
  }
  .op-fastidiousness__japanese {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .op-fastidiousness__list {
    gap: 24px;
  }
  .op-fastidiousness__item {
    width: calc(33.3333333333% - 16px);
  }
}
/* ------------------------------------- */
/* Message ----------------------------- */
/* ------------------------------------- */
.op-message--yoga {
  background: url(../images/yoga/bg-message.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 72% center;
}
.op-message--gym {
  background: url(../images/gym/bg-message.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 72% center;
}
.op-message--personal {
  background: url(../images/personal/bg-message.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 72% center;
}
.op-message--cafe {
  background: url(../images/cafe/bg-message.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 72% center;
}
.op-message--movies {
  background: url(../images/movies/bg-message.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 72% center;
}
.op-message--tour {
  background: url(../images/tour/bg-message.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 72% center;
}
.op-message__title .oc-title__japanese {
  color: var(--text-secondary);
}
.op-message__title .oc-title__english {
  color: var(--text-secondary);
}
.op-message__texts {
  display: grid;
  gap: 16px;
}
.op-message__texts * {
  color: var(--text-secondary);
}

@media screen and (min-width: 640px) {
  .op-message {
    background-position: center;
  }
  .op-message__texts {
    text-align: center;
  }
}
/* ------------------------------------- */
/* Footer ------------------------------ */
/* ------------------------------------- */
.ol-footerFixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 6px 0;
  z-index: 10;
  border-top: 1px solid var(--border-primary);
  background: var(--background-primary);
}
.ol-footerFixed__item a {
  display: inline-block;
  height: auto;
  padding: 4px;
}
.ol-footerFixed__item img {
  width: 24px;
}
.ol-footerFixed__text {
  font-size: 10px;
}

/* ------------------------------------- */
/* Access ------------------------------ */
/* ------------------------------------- */
.op-access {
  background: var(--color-background-default);
}

.op-access__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.op-access__image {
  margin-right: -15px;
  margin-left: -15px;
}

.op-access__image img {
  border-radius: 0;
}

.op-access__item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-opacity-dark2);
}

.op-access__item:nth-child(1) .op-access__title:before {
  content: "pin_drop";
}

.op-access__item:nth-child(2) .op-access__title:before {
  content: "no_crash";
}

.op-access__item:nth-child(3) .op-access__title:before {
  content: "phone_in_talk";
}

.op-access__title {
  position: relative;
  margin-bottom: 16px;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
}

.op-access__title:before {
  position: absolute;
  font-family: "Material Symbols Outlined";
  top: -6px;
  left: 0;
  bottom: 0;
  font-size: 24px;
  border-radius: 50%;
  color: var(--color-text-dark);
  font-weight: 300;
}

.op-access__data {
  color: var(--color-text-default);
}

.op-access__data > * {
  color: var(--color-text-default);
}

.op-access__data > *:not(:first-child) {
  margin-top: 16px;
}

.op-access__tel {
  margin-top: -6px;
}

.op-access__tel a {
  line-height: 2.4;
  color: var(--color-primary);
  text-decoration: underline;
}

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

@media screen and (min-width: 640px) {
  .op-access__content {
    gap: 40px;
  }
  .op-access__image {
    margin-right: -40px;
    margin-left: -40px;
  }
  .op-access__image img {
    height: 320px;
    border-radius: 0;
  }
  .op-access__item {
    display: flex;
  }
  .op-access__title {
    width: 120px;
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 34px;
  }
  .op-access__title:before {
    left: 6px;
  }
  .op-access__data {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 960px) {
  .op-access__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .op-access__image {
    margin-right: 0;
    margin-left: 0;
  }
  .op-access__image img {
    border-radius: 20px;
  }
  .op-access__tel {
    margin-top: 0;
  }
  .op-access__tel a {
    line-height: 1.67;
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
  }
}
/* ------------------------------------- */
/* List1 ------------------------------- */
/* ------------------------------------- */
.op-list1 {
  background: linear-gradient(to right, var(--color-background-light), var(--color-tertiary));
}
.op-list1__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
}
.op-list1__image {
  margin-bottom: 12px;
}
.op-list1__information {
  display: grid;
  gap: 4px;
}

@media screen and (min-width: 640px) {
  .op-list1__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .op-list1__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
/* ------------------------------------- */
/* FadeIn ------------------------------ */
/* ------------------------------------- */
.js-fadeIn {
  opacity: 0;
}

.js-fadeIn-active {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ------------------------------------- */
/* Modal ------------------------------- */
/* ------------------------------------- */
.op-modal {
  position: fixed;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 3;
  background-color: var(--background-secondary40);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.op-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.op-modal__contener {
  position: relative;
  display: flex;
  gap: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 1160px;
  max-height: calc(100vh - 80px);
  padding: 24px 15px;
  background: var(--background-primary);
  box-sizing: border-box;
}
.op-modal__content {
  display: grid;
  gap: 16px;
  flex-grow: 1;
  overflow-y: auto;
}
.op-modal__close {
  position: absolute;
  top: 32px;
  right: 24px;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-tertiary);
}
.op-modal__close:hover {
  cursor: pointer;
}
.op-modal__close:before {
  position: absolute;
  content: "";
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/ico-close-gray.png);
  background-size: cover;
}
.op-modal .oc-title {
  margin-top: 36px;
}

@media screen and (min-width: 640px) {
  .op-modal {
    align-items: center;
    padding: 40px;
  }
  .op-modal__contener {
    gap: 24px;
    padding: 40px;
  }
  .op-modal__content {
    gap: 24px;
  }
  .op-modal__close {
    position: absolute;
    top: 16px;
    right: 24px;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-tertiary);
  }
  .op-modal__close:hover {
    cursor: pointer;
  }
  .op-modal__close:before {
    position: absolute;
    content: "";
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/ico-close-gray.png);
    background-size: cover;
  }
  .op-modal .oc-title {
    margin-top: 0;
  }
}
/* ------------------------------------- */
/* Tab --------------------------------- */
/* ------------------------------------- */
.op-tab {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  gap: 16px;
}
.op-tab__switch {
  position: relative;
  padding: 6px 10px;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid var(--border-secondary);
  border-radius: 2px;
  transition: 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.op-tab__switch:hover {
  color: var(--color-white);
  background: var(--color-primary);
}
.op-tab__switch.active {
  color: var(--text-secondary);
  background: var(--border-secondary);
}

@media screen and (min-width: 640px) {
  .op-tab__switch {
    letter-spacing: 0.8px;
  }
}
/* Tab01 */
.op-tab01 {
  width: auto;
}

/* Tab01 アイテムの基本スタイル */
.op-tab01__item {
  display: none; /* 初期状態では非表示 */
  opacity: 0; /* 非表示時の透明度 */
  transition: opacity 0.4s ease-in-out; /* フェードインは0.4秒 */
}

/* アイテムが表示されるときのスタイル */
.op-tab01__item.visible {
  display: block; /* 表示される */
  opacity: 1; /* 完全に表示 */
}

/* Tab02 */
.op-tab02 {
  width: auto;
}

.op-tab02__content .op-tab02__panel {
  display: none;
}

.op-tab02__content .op-tab02__panel.active {
  display: block;
}

/* ------------------------------------- */
/* Media1 ------------------------------ */
/* ------------------------------------- */
.op-media01__head {
  position: relative;
}
.op-media01__title {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: 84%;
  padding: 24px 24px 16px !important;
  background: var(--background-primary);
}
.op-media01__body {
  margin-left: 16%;
  padding: 0 24px 24px;
  background: var(--background-primary);
}

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* Magento Page Builder ------------------------------------ */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/*# sourceMappingURL=common.css.map */