@charset "UTF-8";
/*
Theme Name: LIFE studio
*/
@import url("assets/scss/reset.css");
/* iOSでのデフォルトスタイルをリセット */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400&family=Montserrat:wght@300;400;700&family=Noto+Sans+JP:wght@400;700&family=Cookie&Amiri:wght@400;700&family=Open+Sans:wght@300;400;700&display=swap");
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

@media screen and (max-width: 959px) {
  .pc_only {
    display: none; }

  .sp_only {
    display: block; } }
@media screen and (min-width: 960px) {
  .pc_only {
    display: block; }

  .sp_only {
    display: none; } }
.line-heading__text, .line-heading__sub, .access__title, .footer-navi__item a, .single-page__date span, .simple-big-heading__main, .rental-studio-price-tel__title-en, .rental-studio-price-tel__number, .rental-studio-mv__title-main {
  font-family: 'Open Sans', YuGo-Bold, sans-serif; }

.sp-navi__item, .about-top-text__heading, .point-block__number, .flow-item__step, .qa-item__q::before, .rental-studio-point-card__num {
  font-family: 'Amiri', serif; }

body, body input,
body button, .circle-btn, .header-shop-name, .access, .gallery-block__head, .term-label {
  font-family: -apple-system,BlinkMacSystemFont,"\6E38\30B4\30B7\30C3\30AF   Medium","Yu Gothic Medium","\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,"Hiragino Kaku Gothic ProN","Helvetica Neue",Meiryo,sans-serif; }

.mv__text {
  font-family: 'Amiri', serif; }

html, body {
  height: 100%; }
  html.no_scroll, body.no_scroll {
    overflow: hidden; }

body {
  padding-top: 79px;
  color: #757575 !important;
  letter-spacing: 0.05em;
  word-break: break-word; }
  body a {
    color: #757575; }
  body p {
    line-height: 1.8; }
  body strong {
    font-weight: bold; }
  body .underline {
    text-decoration: underline; }
  body img {
    max-width: 100%;
    height: auto; }
  body iframe {
    max-width: 100%; }
  @media screen and (max-width: 1109px) {
    body {
      padding-top: 86px; } }
  @media screen and (max-width: 959px) {
    body {
      font-size: 13px; } }

@media screen and (min-width: 960px) {
  a:hover {
    opacity: 0.6; } }
/*アニメーション要素のスタイル*/
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1.4s;
  transition-delay: 0;
  transform: translateY(50px); }
  @media screen and (min-width: 960px) {
    .animation {
      transition: 1s;
      transition-delay: 0; } }

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.container {
  width: 1248px;
  margin: auto; }
  @media screen and (max-width: 1252px) {
    .container {
      width: calc(100% - 26px);
      padding: 0 13px; } }

.logo__text {
  font-size: 10px;
  letter-spacing: 1em;
  text-align: center;
  transform: scale(0.9);
  color: #b9b9b9;
  font-weight: bold; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff; }
  .header__wrap {
    padding: 12px 40px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center; }
  .header__info {
    display: flex;
    align-items: center; }
  .header__logo {
    width: 130px;
    margin-right: 20px; }
  .header__shop-name {
    margin-right: 20px; }
  .header__sns {
    width: 94px;
    margin-right: 20px; }
  .header__navi {
    margin-left: auto;
    margin-right: 16px; }
  .header__btn {
    width: auto; }
    .header__btn .circle-btn {
      padding: 10px 20px; }
      .header__btn .circle-btn::after {
        right: 9px;
        bottom: 45%; }
  .header__sp-btn {
    display: none;
    margin-left: auto; }
  .header__sp-menu {
    display: none;
    margin-left: 10px; }
  .header__sp-gnavi {
    display: none; }
  @media screen and (max-width: 1252px) {
    .header__logo {
      width: 80px;
      margin-right: 10px; }
    .header__shop-name {
      margin-right: 9px; }
    .header__sns {
      margin-right: 12px; }
    .header__navi {
      margin-right: 10px; } }
  @media screen and (max-width: 1109px) {
    .header {
      border-bottom: 3px solid #826842; }
      .header__wrap {
        padding: 3px 16px; }
      .header__sns {
        display: none; }
      .header__navi {
        display: none; }
      .header__btn {
        display: none; }
      .header__sp-btn {
        display: block; }
      .header__sp-menu {
        display: block; }
      .header__sp-gnavi {
        display: block;
        padding: 4px 0 10px 0; } }

.hedaer-sp-gnavi {
  display: flex;
  align-items: center;
  justify-content: center; }
  .hedaer-sp-gnavi__item {
    padding: 0 8px;
    border-right: 1px solid #c7c7c7; }
    .hedaer-sp-gnavi__item:first-child {
      border-left: 1px solid #c7c7c7; }
    .hedaer-sp-gnavi__item a {
      font-size: 10px; }

.sp-header-btn {
  display: block;
  text-align: center;
  width: 50px;
  background-color: #351e0f;
  color: #fff;
  font-size: 10px;
  padding: 8px 0; }
  .sp-header-btn i {
    font-size: 20px;
    margin-bottom: 4px; }

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

.menu-trigger {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  padding: 0 !important;
  width: 30px;
  position: relative;
  height: 16px;
  margin: 2px 0 0 4px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 100;
  margin-bottom: 10px; }
  .menu-trigger .menu-trigger-text {
    width: 100%;
    font-size: 10px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%); }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #826842; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 7px; }
    .menu-trigger span:nth-of-type(3) {
      left: inherit;
      bottom: 0; }
  .menu-trigger.active .menu-trigger-text {
    color: #fff; }
  .menu-trigger.active span {
    background-color: #826842; }
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(4px) rotate(-45deg);
      transform: translateY(4px) rotate(-45deg); }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0; }
    .menu-trigger.active span:nth-of-type(3) {
      width: 30px;
      -webkit-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg); }

.sp-navi {
  display: none;
  width: 100%;
  max-height: calc(100vh - 50px);
  overflow-y: scroll;
  position: absolute;
  padding-top: 62px;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-100%);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1); }
  .sp-navi.active {
    transform: translateY(0%);
    transition: all 0.9s cubic-bezier(0.5, 0, 0, 1); }
  .sp-navi__item {
    display: block;
    padding: 22px 0;
    text-align: center;
    border-top: 1px dotted #555;
    color: #fff; }
    .sp-navi__item.apply .circle-btn {
      width: 240px;
      margin: auto; }
    .sp-navi__item.apply .header-sns {
      width: 140px;
      margin: auto; }
  @media screen and (max-width: 1109px) {
    .sp-navi {
      display: block; } }

.circle-btn {
  line-height: 1;
  position: relative;
  background-color: #fff;
  border: 1px solid #826842;
  color: #826842;
  padding: 15px 10px;
  font-size: 13px;
  display: block;
  box-sizing: border-box;
  border-radius: 200px;
  text-align: center;
  width: 100%;
  box-sizing: border-box; }
  .circle-btn::after {
    position: absolute;
    bottom: 40%;
    right: 15px;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 1px solid #826842;
    border-right: 1px solid #826842;
    transform: rotate(45deg); }
  .circle-btn.gold {
    background-color: #826842;
    color: #fff; }
    .circle-btn.gold::after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
    @media screen and (min-width: 960px) {
      .circle-btn.gold:hover {
        background-color: #fff;
        color: #826842;
        transition: .2s; }
        .circle-btn.gold:hover::after {
          border-top: 1px solid #826842;
          border-right: 1px solid #826842; } }
  @media screen and (min-width: 960px) {
    .circle-btn:hover {
      background-color: #826842;
      color: #fff;
      transition: .2s; }
      .circle-btn:hover::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff; } }
  @media screen and (max-width: 959px) {
    .circle-btn {
      padding: 15px 8px; } }

.header-navi {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header-navi__item a {
    font-size: 14px;
    color: #826842;
    font-weight: 300; }
  .header-navi__item:not(:last-child) {
    margin-right: 26px; }
  @media screen and (max-width: 1252px) {
    .header-navi__item a {
      font-size: 14px; }
    .header-navi__item:not(:last-child) {
      margin-right: 8px; } }

.header-sns {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  .header-sns__item a {
    font-size: 24px;
    color: #826842; }

.header-shop-name {
  border: 1px solid #826842;
  display: inline-block;
  font-size: 14px;
  color: #826842;
  padding: 6px 14px;
  border-radius: 10px;
  white-space: nowrap; }
  @media screen and (max-width: 1252px) {
    .header-shop-name {
      font-size: 10px;
      padding: 5px 12px;
      border-radius: 4px; } }

.content {
  padding: 100px 0; }
  @media screen and (max-width: 959px) {
    .content {
      padding: 40px 0; } }

.mv {
  margin-bottom: 80px;
  position: relative; }
  .mv__text {
    position: absolute;
    left: 10%;
    top: 75%;
    transform: translateY(-50%);
    font-size: 32px;
    line-height: 1.6;
    text-align: left;
    color: #fff;
    text-shadow: #000 1px 0 10px;
    padding: 30px; }
    .mv__text .min {
      display: block;
      font-size: 16px; }
  .mv__slider img {
    width: 100%; }
  .mv__slider .slick-dots li {
    width: 140px;
    height: 3px; }
    .mv__slider .slick-dots li button {
      width: 140px;
      height: 3px;
      padding: 0; }
      .mv__slider .slick-dots li button::before {
        content: "";
        display: block;
        width: 140px;
        height: 3px;
        background-color: #e5e5e5;
        opacity: 1; }
    .mv__slider .slick-dots li.slick-active button::before {
      opacity: 1;
      background-color: #826842; }
  .mv .slick-slide.slick-current.slick-active {
    animation-name: fadeInAnime;
    animation-duration: 4.8s;
    animation-timing-function: linear; }
@keyframes fadeInAnime {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
  @media screen and (max-width: 959px) {
    .mv {
      height: calc(100% - 106px);
      margin-bottom: 0; }
      .mv__text {
        font-size: 18px;
        left: 0;
        top: inherit;
        bottom: 38px;
        transform: translateY(0); }
        .mv__text .min {
          font-size: 13px; }
      .mv__slider .slick-dots {
        bottom: 17px; }
        .mv__slider .slick-dots li {
          width: 15vw; }
          .mv__slider .slick-dots li button {
            width: 15vw; }
            .mv__slider .slick-dots li button::before {
              width: 15vw; }
      .mv > .sp_only, .mv .slick-slider, .mv .slick-list, .mv .slick-track, .mv .slick-slide {
        height: 100%; }
        .mv > .sp_only img, .mv .slick-slider img, .mv .slick-list img, .mv .slick-track img, .mv .slick-slide img {
          height: 100%;
          object-fit: cover; }
      .mv .slick-dotted.slick-slider {
        margin-bottom: 0;
        padding-bottom: 38px; } }

.line-heading {
  position: relative; }
  .line-heading__text {
    font-size: 14px;
    position: relative;
    color: #351e0f; }
    .line-heading__text::before, .line-heading__text::after {
      content: "";
      display: block;
      height: 1px;
      width: calc((100vw - 1248px) / 2);
      min-width: 80px;
      background-color: #351e0f; }
    .line-heading__text::before {
      position: absolute;
      left: -24px;
      top: 50%;
      transform: translateY(-50%) translateX(-100%); }
    .line-heading__text::after {
      position: absolute;
      right: -24px;
      top: 50%;
      transform: translateY(-50%) translateX(100%); }
  .line-heading__sub {
    color: #826842;
    font-size: 54px;
    margin-bottom: 40px;
    letter-spacing: 0.3em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (max-width: 1252px) {
    .line-heading__text {
      margin-left: 20px; }
      .line-heading__text::before {
        left: -14px; }
      .line-heading__text::after {
        right: -14px; } }
  @media screen and (max-width: 959px) {
    .line-heading__sub {
      display: none; } }

.simple-heading {
  color: #351e0f;
  font-size: 18px;
  letter-spacing: 0.2em; }
  .simple-heading.big {
    font-size: 32px; }
  .simple-heading.bold {
    font-weight: bold; }
  @media screen and (max-width: 1252px) {
    .simple-heading {
      font-size: 14px; }
      .simple-heading.big {
        font-size: 24px; } }

.line-heading + .simple-heading {
  margin-top: 18px; }
  @media screen and (max-width: 1252px) {
    .line-heading + .simple-heading {
      margin-top: 10px;
      padding-left: 20px; } }

.about-top {
  padding: 40px 0 80px 0; }
  .about-top__heading {
    margin-bottom: 20px; }
  .about-top__text {
    margin-bottom: 60px; }
  @media screen and (max-width: 1252px) {
    .about-top {
      padding: 20px 0 40px; }
      .about-top__text {
        margin-bottom: 40px; } }

.about-top-img {
  display: flex;
  align-items: flex-end; }
  .about-top-img__item:nth-of-type(1) {
    width: 63%;
    margin-right: 42px; }
  .about-top-img__item:nth-of-type(2) {
    flex: 1; }
  .about-top-img__item img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1252px) {
    .about-top-img__item:nth-of-type(1) {
      margin-right: 4%; } }

.about-top-text {
  text-align: center; }
  .about-top-text__logo {
    margin-bottom: 60px; }
    .about-top-text__logo img {
      width: 180px; }
  .about-top-text__heading {
    color: #826842;
    font-size: 54px;
    margin-bottom: 40px;
    letter-spacing: 0.3em; }
  .about-top-text__description strong {
    font-size: 22px; }
  @media screen and (max-width: 959px) {
    .about-top-text {
      text-align: left; }
      .about-top-text__logo {
        text-align: center;
        margin-bottom: 30px; }
        .about-top-text__logo img {
          width: 140px; }
      .about-top-text__heading {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.4;
        text-align: center; }
      .about-top-text__description strong {
        font-size: 18px; } }

.photo-plan-top__heading {
  margin-bottom: 40px; }
.photo-plan-top__text {
  margin-bottom: 68px; }
  .photo-plan-top__text strong {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 8px; }
@media screen and (max-width: 959px) {
  .photo-plan-top__heading {
    margin-bottom: 20px; }
  .photo-plan-top__text {
    margin-bottom: 38px; }
    .photo-plan-top__text strong {
      font-size: 18px; } }

@media screen and (min-width: 960px) {
  .photo-plan-panel-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc( 25px * -1 ); }
    .photo-plan-panel-list__item {
      margin-bottom: 25px;
      margin-right: 25px;
      width: calc((100% - 25px * (3 - 1)) / 3); }
      .photo-plan-panel-list__item:nth-of-type(3n) {
        margin-right: 0; }
    .photo-plan-panel-list__item {
      margin-bottom: 50px; } }
@media screen and (max-width: 959px) {
  .photo-plan-panel-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc( 12px * -1 );
    margin-bottom: -24px; }
    .photo-plan-panel-list__item {
      margin-bottom: 12px;
      margin-right: 12px;
      width: calc((100% - 12px * (2 - 1)) / 2); }
      .photo-plan-panel-list__item:nth-of-type(2n) {
        margin-right: 0; }
    .photo-plan-panel-list__item {
      margin-bottom: 30px; } }

.photo-plan-panel-img {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .photo-plan-panel-img::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .photo-plan-panel-img__wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .photo-plan-panel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s; }
  @media screen and (min-width: 960px) {
    .photo-plan-panel-img:hover img {
      transform: scale(1.1);
      transition: .2s; } }

.photo-plan-panel__img {
  position: relative; }
.photo-plan-panel__head {
  position: absolute;
  z-index: 2;
  font-size: 32px;
  font-style: italic;
  color: #826842;
  font-family: 'Cookie', cursive;
  transform: rotate(-25deg) translateX(-17%) translateY(-14%); }
.photo-plan-panel__title {
  color: #826842;
  font-size: 20px;
  margin-top: 24px;
  text-align: center; }
@media screen and (max-width: 959px) {
  .photo-plan-panel__head {
    font-size: 21px; }
  .photo-plan-panel__title {
    font-size: 14px;
    margin-top: 8px; } }

.gallery-top__heading {
  margin-bottom: 40px; }
.gallery-top__text {
  margin-bottom: 40px; }
.gallery-top__btn {
  width: 300px;
  max-width: 100%;
  margin-top: 50px;
  margin-left: auto; }
@media screen and (max-width: 959px) {
  .gallery-top__heading {
    margin-bottom: 20px; }
  .gallery-top__text {
    margin-bottom: 38px; }
  .gallery-top__btn {
    margin-right: auto; } }

.review-top__heading,
.review-page__heading,
.column-top__heading,
.plan-page-column__heading,
.column-page-column__heading {
  margin-bottom: 40px; }
.review-top__text,
.review-page__text,
.column-top__text,
.plan-page-column__text,
.column-page-column__text {
  margin-bottom: 40px; }
.review-top__content img,
.review-page__content img,
.column-top__content img,
.plan-page-column__content img,
.column-page-column__content img {
  width: 100%; }
.review-top__btn,
.review-page__btn,
.column-top__btn,
.plan-page-column__btn,
.column-page-column__btn {
  width: 300px;
  max-width: 100%;
  margin-top: 50px;
  margin-left: auto; }
@media screen and (max-width: 959px) {
  .review-top__heading,
  .review-page__heading,
  .column-top__heading,
  .plan-page-column__heading,
  .column-page-column__heading {
    margin-bottom: 20px; }
  .review-top__text,
  .review-page__text,
  .column-top__text,
  .plan-page-column__text,
  .column-page-column__text {
    margin-bottom: 38px; }
  .review-top__content,
  .review-page__content,
  .column-top__content,
  .plan-page-column__content,
  .column-page-column__content {
    margin-bottom: 38px; }
  .review-top__btn,
  .review-page__btn,
  .column-top__btn,
  .plan-page-column__btn,
  .column-page-column__btn {
    margin-right: auto; } }

.column-card-img {
  position: relative;
  width: 100%; }
  .column-card-img::before {
    content: "";
    display: block;
    padding-top: 50%; }
  .column-card-img__wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .column-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media screen and (min-width: 960px) {
  .top-review-card-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc( 25px * -1 );
    margin-bottom: -60px; }
    .top-review-card-list__item {
      margin-bottom: 25px;
      margin-right: 25px;
      width: calc((100% - 25px * (4 - 1)) / 4); }
      .top-review-card-list__item:nth-of-type(4n) {
        margin-right: 0; }
    .top-review-card-list__item {
      margin-bottom: 60px; } }

@media screen and (min-width: 960px) {
  .column-card-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc( 25px * -1 );
    margin-bottom: -60px; }
    .column-card-list__item {
      margin-bottom: 25px;
      margin-right: 25px;
      width: calc((100% - 25px * (3 - 1)) / 3); }
      .column-card-list__item:nth-of-type(3n) {
        margin-right: 0; }
    .column-card-list__item {
      margin-bottom: 60px; } }
@media screen and (max-width: 959px) {
  .column-card-list {
    display: flex;
    flex-wrap: wrap; }
    .column-card-list__item {
      width: 48%;
      margin: 0 1% 24px 1%; }
      .column-card-list__item:first-child {
        width: 100%;
        margin: 0 0 24px 0; } }

@media screen and (min-width: 960px) {
  .gallery-card-list,
  .review-card-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc( 25px * -1 );
    margin-bottom: -60px; }
    .gallery-card-list__item,
    .review-card-list__item {
      margin-bottom: 25px;
      margin-right: 25px;
      width: calc((100% - 25px * (4 - 1)) / 4); }
      .gallery-card-list__item:nth-of-type(4n),
      .review-card-list__item:nth-of-type(4n) {
        margin-right: 0; }
    .gallery-card-list__item,
    .review-card-list__item {
      margin-bottom: 60px; } }
@media screen and (max-width: 959px) {
  .gallery-card-list,
  .review-card-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc( 12px * -1 );
    margin-bottom: -24px; }
    .gallery-card-list__item,
    .review-card-list__item {
      margin-bottom: 12px;
      margin-right: 12px;
      width: calc((100% - 12px * (2 - 1)) / 2); }
      .gallery-card-list__item:nth-of-type(2n),
      .review-card-list__item:nth-of-type(2n) {
        margin-right: 0; }
    .gallery-card-list__item,
    .review-card-list__item {
      margin-bottom: 24px; } }

.review-card-img,
.gallery-card-img,
.review-width-card-img {
  position: relative;
  width: 100%; }
  .review-card-img::before,
  .gallery-card-img::before,
  .review-width-card-img::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .review-card-img__wrap,
  .gallery-card-img__wrap,
  .review-width-card-img__wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .review-card-img img,
  .gallery-card-img img,
  .review-width-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.review-card,
.column-card,
.gallery-card {
  display: block;
  height: 100%; }
  .review-card__img,
  .column-card__img,
  .gallery-card__img {
    position: relative; }
  .review-card__tag,
  .column-card__tag,
  .gallery-card__tag {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #826842;
    color: #fff;
    width: auto;
    padding: 5px 10px;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 14px; }
  .review-card__text,
  .column-card__text,
  .gallery-card__text {
    margin-top: 28px; }
  .review-card__title,
  .column-card__title,
  .gallery-card__title {
    font-size: 18px;
    color: #826842;
    line-height: 1.8; }
  .review-card__place,
  .column-card__place,
  .gallery-card__place {
    margin-top: 20px;
    font-size: 15px; }
  .review-card__date,
  .column-card__date,
  .gallery-card__date {
    margin-top: 8px;
    font-size: 15px; }
  .review-card__description,
  .column-card__description,
  .gallery-card__description {
    font-size: 14px;
    color: #757575;
    margin-top: 12px;
    line-height: 1.5; }
  @media screen and (max-width: 959px) {
    .review-card__tag,
    .column-card__tag,
    .gallery-card__tag {
      width: auto;
      font-size: 12px; }
    .review-card__text,
    .column-card__text,
    .gallery-card__text {
      margin-top: 8px; }
    .review-card__title,
    .column-card__title,
    .gallery-card__title {
      font-size: 14px; }
    .review-card__date,
    .column-card__date,
    .gallery-card__date {
      margin-top: 12px;
      font-size: 12px; }
    .review-card__description,
    .column-card__description,
    .gallery-card__description {
      font-size: 12px;
      margin-top: 12px; } }

.gallery-card__tag {
  background-color: rgba(130, 104, 66, 0.5); }

@media screen and (max-width: 959px) {
  .plan-page-column__content {
    margin-bottom: 40px; }
  .plan-page-column__btn {
    width: 100%; } }

.column-top {
  background-color: #f9f6f6; }

.gallery-card {
  cursor: pointer; }

.column-card {
  height: 100%;
  background-color: #fff; }
  .column-card__title {
    color: #757575; }
  .column-card__text {
    margin-top: 0;
    padding: 20px;
    box-sizing: border-box; }
  .column-card__description {
    display: none; }
  .column-card .column-card-img {
    overflow: hidden; }
  @media screen and (min-width: 960px) {
    .column-card:hover {
      opacity: 1; }
      .column-card:hover .column-card-img img {
        transform: scale(1.1);
        transition: .2s; } }
  @media screen and (max-width: 959px) {
    .column-card__title {
      font-size: 13px; }
    .column-card__date {
      margin-top: 8px; }
    .column-card__text {
      padding: 10px 14px; } }

.review-card .more {
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold; }
@media screen and (max-width: 959px) {
  .review-card {
    height: 100%;
    background-color: #fff;
    border: 1px solid #ddd; }
    .review-card .more {
      font-size: 12px; }
    .review-card__title {
      color: #757575; }
    .review-card__text {
      margin-top: 0;
      padding: 20px;
      box-sizing: border-box; }
    .review-card .column-card-img {
      overflow: hidden; } }

@media screen and (max-width: 959px) {
  .simple-slider {
    position: relative; }
    .simple-slider .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 26px;
      line-height: 26px;
      background-color: #826842;
      color: #fff;
      text-align: center;
      border-radius: 100%;
      z-index: 4; }
      .simple-slider .slick-arrow.next {
        right: -8px; }
      .simple-slider .slick-arrow.prev {
        left: -8px; }
    .simple-slider .slick-slide {
      padding: 0 20px; }
    .simple-slider .slick-dots {
      bottom: -34px; }
      .simple-slider .slick-dots li {
        margin: 0 10px; }
        .simple-slider .slick-dots li.slick-active button:before {
          color: #826842;
          opacity: 1; }
        .simple-slider .slick-dots li button:before {
          font-size: 6px;
          color: #826842;
          opacity: .2; } }
@media screen and (min-width: 960px) {
  .top-column-card-list {
    display: grid;
    grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3); }
    .top-column-card-list__item {
      margin: 10px; }
      .top-column-card-list__item:nth-of-type(1) {
        grid-row: 1 / 2;
        grid-column: 1 / 3; }
        .top-column-card-list__item:nth-of-type(1) .column-card {
          background-color: #c5b29c;
          color: #fff; }
          .top-column-card-list__item:nth-of-type(1) .column-card__title {
            color: #fff; }
          .top-column-card-list__item:nth-of-type(1) .column-card__description {
            color: #fff; }
      .top-column-card-list__item:nth-of-type(2) {
        grid-row: 1 / 2;
        grid-column: 3 / 4; }
      .top-column-card-list__item:nth-of-type(3) {
        grid-row: 2 / 3;
        grid-column: 1 / 2; }
      .top-column-card-list__item:nth-of-type(4) {
        grid-row: 2 / 3;
        grid-column: 2 / 3; }
      .top-column-card-list__item:nth-of-type(5) {
        grid-row: 2 / 3;
        grid-column: 3 / 4; } }
@media screen and (max-width: 959px) {
  .top-column-card-list {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: -5px; }
    .top-column-card-list__item {
      margin: 5px; }
      .top-column-card-list__item:nth-of-type(1) {
        grid-row: 1 / 2;
        grid-column: 1 / 3; }
      .top-column-card-list__item:nth-of-type(2) {
        grid-row: 2 / 3;
        grid-column: 1 / 2; }
      .top-column-card-list__item:nth-of-type(3) {
        grid-row: 2 / 3;
        grid-column: 2 / 3; }
      .top-column-card-list__item:nth-of-type(4) {
        grid-row: 3 / 4;
        grid-column: 1 / 2; }
      .top-column-card-list__item:nth-of-type(5) {
        grid-row: 3 / 4;
        grid-column: 2 / 3; } }

.review-page__search, .column-page-column__search {
  margin-bottom: 64px; }
.review-page__search-title, .column-page-column__search-title {
  text-align: center;
  font-size: 18px;
  color: #826842;
  margin-bottom: 30px; }
.review-page__terms, .column-page-column__terms {
  text-align: center; }
@media screen and (max-width: 959px) {
  .review-page__search, .column-page-column__search {
    margin-bottom: 40px; }
  .review-page__search-title, .column-page-column__search-title {
    font-size: 14px;
    margin-bottom: 20px; } }

.rental-studio-block {
  background-image: url("./assets/images/photo-studio__bg.jpg");
  padding: 78px 0 48px;
  text-align: center; }
  .rental-studio-block__logo {
    margin-bottom: 10px; }
  .rental-studio-block__content {
    margin-bottom: 42px; }
  .rental-studio-block__btn {
    width: 380px;
    max-width: 80%;
    margin: auto; }
    .rental-studio-block__btn a {
      font-size: 20px;
      color: #fff;
      border: 4px solid #fff;
      border-radius: 20px;
      display: block;
      padding: 13px 0;
      text-align: center; }
  @media screen and (max-width: 959px) {
    .rental-studio-block {
      padding: 12px 0 32px 0; }
      .rental-studio-block__logo {
        margin-bottom: 20px; }
        .rental-studio-block__logo img {
          width: 130px; }
      .rental-studio-block__content img {
        width: 90%; }
      .rental-studio-block__btn a {
        border: 2px solid #fff;
        border-radius: 6px;
        font-size: 14px; } }

.access {
  padding: 40px 0; }
  .access__wrap {
    display: flex; }
  .access__map {
    width: 50%; }
    .access__map iframe {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .access__text {
    flex: 1;
    padding: 34px 0 34px 42px;
    color: #826842;
    line-height: 1.8; }
    .access__text a {
      color: #826842; }
    .access__text i {
      font-size: 20px;
      vertical-align: sub; }
      .access__text i.big {
        font-size: 32px;
        margin-left: 8px; }
    .access__text-item:not(:last-child) {
      margin-bottom: 20px; }
  .access__title {
    display: inline-block;
    color: #826842;
    position: relative;
    margin-bottom: 12px; }
    .access__title::before {
      content: "";
      display: block;
      height: 1px;
      width: 58px;
      background-color: #826842;
      position: absolute;
      top: 50%;
      right: -20px;
      transform: translateY(-50%) translateX(100%); }
  .access__description-text {
    font-size: 13px !important; }
  @media screen and (max-width: 959px) {
    .access {
      padding: 20px 0; }
      .access__wrap {
        flex-direction: column; }
      .access__map {
        width: 100%; }
      .access__text {
        padding: 20px 0 20px; }
      .access__title {
        margin-bottom: 0; }
        .access__title::before {
          width: 20px; }
      .access__description {
        line-height: 2.2; }
      .access__description-text {
        font-size: 11px !important; } }

.footer__logo {
  width: 180px; }
.footer__wrap {
  display: flex;
  align-items: center;
  padding: 12px 0 24px; }
.footer__navi {
  margin-left: auto;
  margin-right: 40px; }
.footer__sns {
  width: 100px;
  margin-right: 40px; }
.footer__legal {
  text-align: center;
  border-top: 1px solid #ddd;
  font-size: 12px;
  color: #826842;
  padding: 24px 0;
  line-height: 1.8; }
@media screen and (max-width: 1252px) {
  .footer__wrap {
    flex-direction: column; }
  .footer__navi {
    margin-right: auto; }
  .footer__sns {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px; }
  .footer__legal {
    font-size: 10px; } }

.footer-navi {
  display: flex;
  align-items: center; }
  .footer-navi__item:not(:last-child) {
    margin-right: 26px; }
  .footer-navi__item a {
    font-size: 14px;
    color: #826842; }
  @media screen and (max-width: 1252px) {
    .footer-navi {
      flex-direction: column; }
      .footer-navi__item {
        margin-top: 20px; }
        .footer-navi__item:not(:last-child) {
          margin-right: 0; } }

.footer-sns {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  .footer-sns__item a {
    font-size: 24px;
    color: #826842; }

.plan-page-main {
  padding-bottom: 200px; }
  .plan-page-main__heading {
    margin-bottom: 46px; }
  @media screen and (max-width: 959px) {
    .plan-page-main {
      padding-bottom: 0; }
      .plan-page-main__heading {
        margin-bottom: 20px; } }

.plan-page-main-content {
  background-color: #f9f6f6;
  padding: 64px 0; }
  .plan-page-main-content__wrap {
    position: relative; }
  .plan-page-main-content__text {
    padding-right: 40%; }
  .plan-page-main-content__img {
    position: absolute;
    width: 34%;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .plan-page-main-content__img img {
      width: 100%;
      height: auto; }
      .plan-page-main-content__img img:first-child {
        margin-bottom: 10px; }
  .plan-page-main-content__title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 12px; }
  .plan-page-main-content__description {
    margin-bottom: 32px; }
  .plan-page-main-content__gallery img {
    width: 100%; }
  .plan-page-main-content__btn {
    margin-bottom: 40px;
    width: 300px;
    max-width: 100%; }
  @media screen and (max-width: 959px) {
    .plan-page-main-content {
      padding: 30px 0; }
      .plan-page-main-content__wrap {
        display: flex;
        flex-direction: column-reverse; }
      .plan-page-main-content__text {
        padding-right: 0; }
      .plan-page-main-content__img {
        width: 100%;
        transform: translateY(0);
        position: static;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        height: 480px; }
        .plan-page-main-content__img img {
          width: 49%;
          height: 100%;
          object-fit: cover; }
          .plan-page-main-content__img img:first-child {
            margin-bottom: 0; }
      .plan-page-main-content__title {
        font-size: 18px; }
      .plan-page-main-content__btn {
        margin-left: auto;
        margin-right: auto;
        width: 100%; } }
  @media screen and (max-width: 479px) {
    .plan-page-main-content__img {
      height: 240px; } }

.plan-page-point__heading {
  margin-bottom: 80px; }
@media screen and (max-width: 959px) {
  .plan-page-point__heading {
    margin-bottom: 20px; } }

.point-block {
  display: flex; }
  .point-block:not(:last-child) {
    margin-bottom: 60px; }
  .point-block__text {
    width: 50%;
    box-sizing: border-box;
    padding-right: 50px; }
  .point-block__img {
    flex: 1;
    position: relative; }
    .point-block__img img {
      width: 100%; }
    .point-block__img-head {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      font-size: 46px;
      font-style: italic;
      color: #826842;
      font-family: 'Cookie', cursive;
      transform: rotate(-25deg) translateX(-17%) translateY(-14%); }
  .point-block__number {
    font-size: 54px;
    color: #826842;
    font-style: italic;
    margin-bottom: 24px; }
  .point-block__title {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8; }
  .point-block:nth-of-type(even) {
    flex-direction: row-reverse; }
    .point-block:nth-of-type(even) .point-block__text {
      padding-right: 0;
      padding-left: 50px; }
  @media screen and (max-width: 959px) {
    .point-block {
      flex-direction: column-reverse; }
      .point-block__text {
        width: 100%;
        padding-right: 0;
        margin-top: 20px; }
      .point-block__number {
        font-size: 48px;
        margin-bottom: 10px; }
      .point-block__title {
        margin-bottom: 16px;
        font-size: 18px; }
      .point-block:nth-of-type(even) {
        flex-direction: column-reverse; }
        .point-block:nth-of-type(even) .point-block__text {
          padding-left: 0; } }

.plan-page-review {
  background-color: #f9f6f6; }
  .plan-page-review__heading {
    margin-bottom: 32px; }
  .plan-page-review__btn {
    width: 300px;
    max-width: 100%;
    margin-top: 50px;
    margin-left: auto; }
  @media screen and (max-width: 959px) {
    .plan-page-review__heading {
      margin-bottom: 20px; }
    .plan-page-review__btn {
      margin-right: auto; } }

.review-width-card-list__item:not(:last-child) {
  margin-bottom: 36px; }
@media screen and (max-width: 959px) {
  .review-width-card-list__item:not(:last-child) {
    margin-bottom: 16px; } }

.review-card-img {
  position: relative;
  width: 100%; }
  .review-card-img::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .review-card-img__wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .review-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.review-width-card {
  display: flex;
  align-items: flex-start; }
  .review-width-card__img {
    position: relative;
    width: 300px;
    margin-right: 60px; }
  .review-width-card__tag {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #826842;
    color: #fff;
    width: 136px;
    padding: 4px 8px;
    box-sizing: border-box; }
  .review-width-card__text {
    flex: 1; }
  .review-width-card__title {
    font-size: 20px;
    line-height: 1.8;
    color: #826842;
    margin-bottom: 26px; }
  .review-width-card__info {
    margin-bottom: 32px;
    display: flex; }
  .review-width-card__date {
    text-decoration: underline;
    margin-right: 28px; }
  .review-width-card__place {
    color: #bcbcb9; }
  .review-width-card__description {
    margin-bottom: 24px;
    line-height: 1.8;
    font-size: 14px; }
  .review-width-card .more {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold; }
  @media screen and (max-width: 959px) {
    .review-width-card {
      flex-direction: column; }
      .review-width-card__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px; }
      .review-width-card__tag {
        width: auto;
        font-size: 12px; }
      .review-width-card__title {
        font-size: 16px;
        margin-bottom: 12px; }
      .review-width-card__info {
        font-size: 12px;
        margin-bottom: 16px; }
      .review-width-card__description {
        font-size: 14px; } }

.plan-page-gallery__heading {
  margin-bottom: 32px; }
.plan-page-gallery__btn {
  width: 300px;
  max-width: 100%;
  margin-left: auto;
  margin-top: 50px; }
@media screen and (max-width: 959px) {
  .plan-page-gallery__heading {
    margin-bottom: 20px; }
  .plan-page-gallery__btn {
    margin-right: auto; } }

.plan-page-price__heading {
  margin-bottom: 32px; }
.plan-page-price__content {
  padding-bottom: 60px; }
.plan-page-price__description {
  padding: 60px 0;
  background-color: #f9f6f6; }
@media screen and (max-width: 959px) {
  .plan-page-price__heading {
    margin-bottom: 20px; } }

.plan-page-price-content {
  display: flex; }
  .plan-page-price-content__img {
    width: 35%;
    margin-right: 134px; }
  .plan-page-price-content__text {
    flex: 1; }
  .plan-page-price-content__price {
    margin-bottom: 70px; }
  .plan-page-price-content__title {
    font-size: 18px;
    color: #826842;
    margin-bottom: 28px; }
  .plan-page-price-content__description {
    line-height: 1.8; }
    .plan-page-price-content__description .big {
      font-size: 22px; }
    .plan-page-price-content__description .gray {
      color: #bcbcb9; }
  .plan-page-price-content__icons {
    display: flex; }
  @media screen and (max-width: 959px) {
    .plan-page-price-content {
      flex-direction: column;
      align-items: center; }
      .plan-page-price-content__img {
        width: 60%;
        margin-bottom: 20px;
        margin-right: 0; }
      .plan-page-price-content__price {
        margin-bottom: 30px; }
      .plan-page-price-content__title {
        font-size: 14px;
        margin-bottom: 16px; }
      .plan-page-price-content__description.big {
        font-size: 20px; } }

.plan-page-price-icon {
  text-align: center; }
  .plan-page-price-icon__img img {
    height: 60px;
    width: auto; }
  .plan-page-price-icon__text {
    margin-top: 12px; }
  .plan-page-price-icon:not(:last-child) {
    margin-right: 54px; }

@media screen and (min-width: 960px) {
  .plan-page-price-description {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc( 40px * -1 ); }
    .plan-page-price-description__item {
      margin-bottom: 40px;
      margin-right: 40px;
      width: calc((100% - 40px * (2 - 1)) / 2); }
      .plan-page-price-description__item:nth-of-type(2n) {
        margin-right: 0; } }
.plan-page-price-description__item {
  position: relative; }
  .plan-page-price-description__item .original-product-link {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: #826842;
    text-decoration: underline; }
.plan-page-price-description__title {
  font-size: 18px;
  color: #826842;
  margin-bottom: 16px;
  line-height: 1.5; }
.plan-page-price-description__text ul li {
  font-size: 15px;
  position: relative;
  line-height: 1.8;
  padding-left: 1.5em; }
  .plan-page-price-description__text ul li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0.8em;
    transform: translateY(-50%); }
@media screen and (max-width: 959px) {
  .plan-page-price-description__item {
    margin-bottom: 24px; }
    .plan-page-price-description__item .original-product-link {
      position: static;
      font-size: 15px; }
  .plan-page-price-description__title {
    margin-bottom: 6px;
    font-size: 15px; }
  .plan-page-price-description__text ul li {
    font-size: 13px; } }

.plan-page-flow__heading {
  margin-bottom: 110px; }
@media screen and (max-width: 959px) {
  .plan-page-flow__heading {
    margin-bottom: 20px; } }

.flow-item__head {
  position: relative;
  display: flex;
  align-items: center; }
  .flow-item__head::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1; }
.flow-item__step {
  display: inline-flex;
  color: #ccc;
  background-color: #fff;
  padding: 0 20px 0 0;
  position: relative;
  z-index: 2; }
  .flow-item__step-text {
    font-size: 20px;
    margin-top: 10px;
    margin-right: 10px; }
  .flow-item__step-number {
    font-size: 40px; }
.flow-item__title {
  display: inline-block;
  font-size: 22px;
  color: #826842;
  font-weight: bold;
  line-height: 1.6;
  background-color: #fff;
  padding: 0 20px 0 0;
  position: relative;
  z-index: 2; }
.flow-item__body {
  display: flex;
  padding: 25px 0 45px 0;
  position: relative;
  display: flex;
  align-items: center; }
  .flow-item__body::before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10px;
    background-image: url("./assets/images/plan/flow-arrow.png");
    background-repeat: no-repeat;
    background-size: contain; }
.flow-item__icon {
  padding-left: 70px;
  width: 250px;
  font-size: 42px;
  color: #826842;
  text-align: center; }
.flow-item__description {
  line-height: 1.8;
  flex: 1;
  font-size: 15px; }
  .flow-item__description .red {
    color: #761b1b; }
.flow-item:not(:last-child) {
  margin-bottom: 60px; }
  .flow-item:not(:last-child) .flow-item__body::before {
    display: block; }
@media screen and (max-width: 959px) {
  .flow-item__icon {
    width: 120px;
    padding-left: 20px; } }
@media screen and (max-width: 479px) {
  .flow-item__body {
    padding: 25px 0 45px 34px; }
  .flow-item__title {
    font-size: 16px; }
  .flow-item__icon {
    padding-left: 0;
    margin-bottom: 20px;
    text-align: left;
    width: 74px; }
  .flow-item:not(:last-child) {
    margin-bottom: 30px; } }

.plan-page-qa__heading {
  margin-bottom: 50px; }
@media screen and (max-width: 959px) {
  .plan-page-qa__heading {
    margin-bottom: 20px; } }

.qa-item {
  padding: 44px 0; }
  .qa-item__q {
    color: #826842;
    font-size: 16px;
    position: relative;
    padding-top: 2px;
    padding-left: 3.4em;
    line-height: 1.8;
    padding-right: 40px;
    cursor: pointer; }
    .qa-item__q::before {
      content: 'Q .';
      position: absolute;
      left: 0;
      top: -12px;
      font-size: 30px; }
  .qa-item__q-btn {
    width: 18px;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%); }
  .qa-item__a {
    line-height: 1.8;
    font-size: 15px;
    margin-top: 30px; }
  .qa-item:first-child {
    padding-top: 0; }
  .qa-item:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 959px) {
    .qa-item {
      padding: 24px 0; }
      .qa-item__q {
        font-size: 13px;
        padding-left: 3em; }
        .qa-item__q::before {
          font-size: 22px;
          top: -5px;
          left: -6px; }
      .qa-item__a {
        font-size: 13px;
        margin-top: 12px; } }

.q-btn {
  position: relative;
  width: 18px; }
  .q-btn span {
    display: block;
    width: 18px;
    height: 1px;
    background-color: #826842;
    position: absolute;
    left: 0; }
    .q-btn span:nth-of-type(1) {
      transform: rotate(90deg); }
  .q-btn.active span:nth-of-type(1) {
    opacity: 0; }

.page-mv__wrap {
  display: flex;
  align-items: center; }
.page-mv__img {
  width: 55%; }
  .page-mv__img img {
    display: block; }
.page-mv__content {
  flex: 1;
  text-align: right; }
.page-mv__title {
  font-size: 54px;
  color: #826842;
  line-height: 1.4;
  letter-spacing: 0.3em; }
.page-mv__title-sub {
  font-size: 18px;
  line-height: 1.4;
  color: #826842;
  letter-spacing: 0.3em; }
@media screen and (max-width: 959px) {
  .page-mv__title {
    font-size: 18px; }
  .page-mv__title-sub {
    font-size: 10px; } }

.gallery-block__head {
  margin-bottom: 64px; }
.gallery-block__title {
  text-align: center;
  font-size: 18px;
  color: #826842;
  margin-bottom: 30px; }
.gallery-block__terms {
  text-align: center; }
.gallery-block__btn {
  width: 300px;
  margin: auto;
  max-width: 100%;
  margin-top: 56px; }
@media screen and (max-width: 959px) {
  .gallery-block__head {
    margin-bottom: 40px; }
  .gallery-block__title {
    font-size: 14px;
    margin-bottom: 20px; } }

.term-label {
  color: #826842;
  border: 1px solid #826842;
  border-radius: 4px;
  padding: 12px 20px;
  display: inline-block;
  font-size: 14px;
  line-height: 1; }
  .term-label.active {
    background-color: #826842;
    color: #fff; }
  @media screen and (max-width: 959px) {
    .term-label {
      font-size: 12px;
      padding: 6px 12px;
      margin-bottom: 4px; } }

.gallery-panel-list__item {
  margin-bottom: 10px;
  width: 19%;
  margin: 0 0.5% 10px 0.5%; }
@media screen and (max-width: 959px) {
  .gallery-panel-list__item {
    width: 49%;
    margin: 0 0.5% 10px 0.5%; } }

.gallery-panel {
  position: relative;
  cursor: pointer;
  overflow: hidden; }
  .gallery-panel img {
    width: 100%;
    height: auto;
    display: block; }
  .gallery-panel__info {
    position: absolute;
    bottom: 0;
    left: 0; }
  .gallery-panel__term {
    background-color: rgba(130, 104, 66, 0.5);
    color: #fff;
    padding: 4px 8px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px; }
  .gallery-panel__title span {
    background-color: #fff;
    padding: 4px 8px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 14px; }
  @media screen and (min-width: 960px) {
    .gallery-panel:hover img {
      transform: scale(1.1);
      transition: .2s; } }
  @media screen and (max-width: 959px) {
    .gallery-panel__term {
      font-size: 12px; }
    .gallery-panel__title span {
      font-size: 12px; } }

.column-page-column {
  background-color: #f9f6f6; }
  .column-page-column__btn {
    width: 200px;
    margin: 60px auto 0;
    max-width: 100%; }

.cta-reservation {
  background-color: #f9f6f6;
  padding: 68px 0; }
  .cta-reservation__btn {
    width: 560px;
    margin: auto;
    max-width: 100%; }
  @media screen and (max-width: 959px) {
    .cta-reservation {
      padding: 32px 0; }
      .cta-reservation__btn {
        width: 300px; } }

.breadcrumb {
  margin-top: 20px;
  padding-bottom: 20px; }
  .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .breadcrumb li {
    color: #aaa;
    line-height: 1.8; }
    .breadcrumb li a {
      color: #aaa;
      text-decoration: underline; }
    .breadcrumb li::after {
      content: '>';
      display: inline-block;
      margin: 0 12px; }
    .breadcrumb li:last-child::after {
      display: none; }
  @media screen and (max-width: 959px) {
    .breadcrumb {
      font-size: 12px; } }

.single-page {
  width: 865px;
  max-width: 100%;
  margin: auto; }
  .single-page__heading {
    margin-bottom: 90px; }
  .single-page__thumbnail {
    text-align: center;
    margin-bottom: 64px; }
  .single-page__title {
    line-height: 1.8;
    font-size: 22px;
    margin-bottom: 40px; }
  .single-page__date {
    margin-bottom: 40px; }
    .single-page__date span {
      text-decoration: underline; }
  .single-page__content {
    margin-top: 50px; }
  .single-page__foot {
    margin-top: 50px;
    padding-top: 32px;
    border-top: 1px solid #ddd; }
    .single-page__foot-wrap {
      display: flex;
      align-items: center; }
    .single-page__foot-terms-text {
      margin-bottom: 20px; }
    .single-page__foot-sns {
      margin-left: auto; }
      .single-page__foot-sns a {
        width: 40px;
        margin-left: 10px;
        display: inline-block; }
  .single-page__breadcrumb {
    margin-top: 50px; }
  @media screen and (max-width: 959px) {
    .single-page__heading {
      margin-bottom: 20px; }
    .single-page__thumbnail {
      margin-bottom: 24px; }
    .single-page__title {
      font-size: 18px;
      margin-bottom: 20px; }
    .single-page__date {
      margin-bottom: 20px; }
    .single-page__content {
      margin-top: 20px; }
    .single-page__foot {
      margin-top: 30px; }
      .single-page__foot-wrap {
        flex-direction: column;
        align-items: flex-start; }
      .single-page__foot-sns {
        margin-top: 20px;
        margin-left: inherit; }
    .single-page__breadcrumb {
      margin-top: 20px; } }

.simple-big-heading {
  line-height: 1.6;
  color: #826842;
  text-align: center; }
  .simple-big-heading__main {
    font-size: 54px; }
  .simple-big-heading__sub {
    font-size: 18px; }
  @media screen and (max-width: 959px) {
    .simple-big-heading__main {
      font-size: 32px; }
    .simple-big-heading__sub {
      font-size: 14px; } }

.wysiwyg *[id]::before {
  display: block;
  height: 7rem;
  margin-top: -7rem;
  content: ""; }
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-top: 1.2em; }
.wysiwyg p + h2, .wysiwyg p + h3, .wysiwyg p + h4, .wysiwyg p + h5 {
  margin-top: 2em; }
.wysiwyg h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 12px; }
.wysiwyg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 4px; }
.wysiwyg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6; }
.wysiwyg h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6; }
.wysiwyg p {
  font-size: 16px;
  line-height: 1.9; }
.wysiwyg .wp-block-table {
  overflow-x: scroll; }
  .wysiwyg .wp-block-table::-webkit-scrollbar {
    width: 10px; }
  .wysiwyg .wp-block-table::-webkit-scrollbar-track {
    border-radius: 10px;
    border: 1px solid #E7E7E7; }
  .wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
    background-color: #F2F2F2;
    border-radius: 10px; }
.wysiwyg img {
  max-width: 100%; }
.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right; }
  .wysiwyg table thead th {
    text-align: center; }
.wysiwyg table th,
.wysiwyg table td {
  padding: 12px 12px;
  white-space: nowrap;
  position: relative; }
  .wysiwyg table th::after,
  .wysiwyg table td::after {
    content: '';
    display: block;
    width: 2px;
    height: 1.6em;
    background-color: #e6e6e6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .wysiwyg table th:last-child::after,
  .wysiwyg table td:last-child::after {
    display: none; }
.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6; }
  .wysiwyg table tbody tr td:first-child {
    background-color: #F2F2F2; }
    .wysiwyg table tbody tr td:first-child::after {
      display: none; }
.wysiwyg table tbody tr th {
  background-color: #F2F2F2; }
.wysiwyg dl {
  border: 1px solid #ccc; }
.wysiwyg dt, .wysiwyg dd {
  padding: 12px;
  line-height: 1.6; }
.wysiwyg dt {
  background-color: #454545;
  color: #fff; }
.wysiwyg blockquote {
  font-size: 16px;
  line-height: 1.875;
  background-color: #F2F2F2;
  padding: 48px;
  position: relative; }
  .wysiwyg blockquote::before {
    content: "“";
    position: absolute;
    top: 12px;
    left: 24px;
    color: #9e9b94;
    font-size: 24px; }
  .wysiwyg blockquote::after {
    content: "”";
    position: absolute;
    bottom: 12px;
    right: 24px;
    color: #9e9b94;
    font-size: 24px; }
  .wysiwyg blockquote cite {
    font-size: 14px;
    display: block;
    text-align: right;
    color: #6f6c67;
    position: relative; }
    .wysiwyg blockquote cite::before {
      content: "";
      display: inline-block;
      height: 1px;
      width: 28px;
      background-color: #707070;
      vertical-align: middle;
      margin-right: 1.5em; }
.wysiwyg ul {
  list-style: disc; }
.wysiwyg ol {
  list-style: decimal; }
.wysiwyg ul, .wysiwyg ol {
  padding-left: 1.3em; }
  .wysiwyg ul li, .wysiwyg ol li {
    line-height: 1.8; }
.wysiwyg strong {
  font-weight: bold; }
.wysiwyg em {
  font-style: italic; }
.wysiwyg a {
  color: #826842;
  text-decoration: underline; }
@media screen and (max-width: 959px) {
  .wysiwyg p {
    font-size: 13px; } }

.rental-studio-point__heading {
  margin-bottom: 36px; }
.rental-studio-point__list {
  margin-top: 80px; }
@media screen and (max-width: 959px) {
  .rental-studio-point__heading {
    margin-bottom: 20px; }
  .rental-studio-point__list {
    margin-top: 40px; } }

.rental-studio-point-content__img-text {
  display: flex;
  align-items: center; }
.rental-studio-point-content__img {
  width: 50%; }
  .rental-studio-point-content__img img {
    width: 100%; }
.rental-studio-point-content__text {
  flex: 1;
  padding-right: 80px;
  line-height: 1.8; }
  .rental-studio-point-content__text strong {
    font-size: 22px;
    font-weight: bold; }
@media screen and (max-width: 959px) {
  .rental-studio-point-content__img-text {
    flex-direction: column-reverse;
    align-items: flex-start; }
  .rental-studio-point-content__img {
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
    margin-bottom: 20px; }
  .rental-studio-point-content__text {
    padding-right: 0; }
    .rental-studio-point-content__text strong {
      font-size: 18px; } }

@media screen and (min-width: 480px) {
  .rental-studio-point-card-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc( 25px * -1 ); }
    .rental-studio-point-card-list__item {
      margin-bottom: 25px;
      margin-right: 25px;
      width: calc((100% - 25px * (3 - 1)) / 3); }
      .rental-studio-point-card-list__item:nth-of-type(3n) {
        margin-right: 0; } }
@media screen and (max-width: 479px) {
  .rental-studio-point-card-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc( 25px * -1 ); }
    .rental-studio-point-card-list__item {
      margin-bottom: 25px;
      margin-right: 25px;
      width: calc((100% - 25px * (1 - 1)) / 1); }
      .rental-studio-point-card-list__item:nth-of-type(1n) {
        margin-right: 0; } }

.rental-studio-point-card__num {
  font-size: 54px;
  color: #826842;
  font-style: italic;
  margin-bottom: 20px;
  font-weight: 400; }
.rental-studio-point-card__img {
  margin-bottom: 20px; }
  .rental-studio-point-card__img img {
    width: 100%; }
.rental-studio-point-card__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.45; }
.rental-studio-point-card__description {
  line-height: 1.6; }
@media screen and (max-width: 959px) {
  .rental-studio-point-card__num {
    font-size: 40px;
    margin-bottom: 12px; }
  .rental-studio-point-card__img {
    margin-bottom: 12px; }
  .rental-studio-point-card__title {
    font-size: 18px;
    margin-bottom: 12px; } }

.rental-studio-gallary__heading {
  margin-bottom: 48px; }
@media screen and (max-width: 959px) {
  .rental-studio-gallary__heading {
    margin-bottom: 20px; } }

.panel-gallary-img-list {
  width: 1630px;
  max-width: 100%;
  margin: auto;
  box-sizing: border-box; }
  @media screen and (min-width: 960px) {
    .panel-gallary-img-list {
      padding: 0 10px;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: calc( 10px * -1 ); }
      .panel-gallary-img-list__item {
        margin-bottom: 10px;
        margin-right: 10px;
        width: calc((100% - 10px * (4 - 1)) / 4); }
        .panel-gallary-img-list__item:nth-of-type(4n) {
          margin-right: 0; } }
  @media screen and (max-width: 959px) {
    .panel-gallary-img-list {
      padding: 0 13px;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: calc( 10px * -1 ); }
      .panel-gallary-img-list__item {
        margin-bottom: 10px;
        margin-right: 10px;
        width: calc((100% - 10px * (2 - 1)) / 2); }
        .panel-gallary-img-list__item:nth-of-type(2n) {
          margin-right: 0; } }

.panel-gallary-img {
  position: relative;
  width: 100%; }
  .panel-gallary-img::before {
    content: "";
    display: block;
    padding-top: 75%; }
  .panel-gallary-img__wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .panel-gallary-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.rental-studio-price__heading {
  margin-bottom: 48px; }
.rental-studio-price__tel {
  margin-top: 80px; }
@media screen and (max-width: 959px) {
  .rental-studio-price__heading {
    margin-bottom: 20px; }
  .rental-studio-price__tel {
    margin-top: 40px; } }

.rental-studio-price-content {
  display: flex; }
  .rental-studio-price-content__img {
    width: 50%;
    margin-right: 60px; }
    .rental-studio-price-content__img img {
      width: 100%; }
  .rental-studio-price-content__text {
    flex: 1; }
  .rental-studio-price-content__item {
    margin-bottom: 60px; }
  .rental-studio-price-content__title {
    font-size: 18px;
    color: #826842;
    margin-bottom: 28px; }
  .rental-studio-price-content__description {
    line-height: 1.8; }
    .rental-studio-price-content__description .big {
      font-size: 22px; }
    .rental-studio-price-content__description .gray {
      color: #bcbcb9; }
    .rental-studio-price-content__description ul li {
      position: relative;
      line-height: 1.8;
      padding-left: 1.5em; }
      .rental-studio-price-content__description ul li::before {
        content: '・';
        position: absolute;
        left: 0;
        top: 0.8em;
        transform: translateY(-50%); }
  @media screen and (max-width: 959px) {
    .rental-studio-price-content__img {
      margin-right: 20px; } }
  @media screen and (max-width: 479px) {
    .rental-studio-price-content {
      flex-direction: column; }
      .rental-studio-price-content__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
      .rental-studio-price-content__item {
        margin-bottom: 30px; }
      .rental-studio-price-content__title {
        font-size: 16px;
        margin-bottom: 10px; } }

.rental-studio-price-tel {
  padding: 50px 80px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff; }
  .rental-studio-price-tel a {
    color: #fff; }
  .rental-studio-price-tel__head {
    min-width: 120px; }
  .rental-studio-price-tel__title-en {
    font-size: 14px;
    margin-bottom: 12px; }
  .rental-studio-price-tel__title-ja {
    font-size: 18px; }
  .rental-studio-price-tel__body {
    margin-left: 74px;
    padding-left: 74px;
    border-left: 1px solid #fff; }
  .rental-studio-price-tel__text {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px; }
  .rental-studio-price-tel__number-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .rental-studio-price-tel__number {
    font-size: 30px;
    font-weight: 300;
    display: flex;
    align-items: center;
    line-height: 1.5; }
    .rental-studio-price-tel__number.line {
      margin: 0 6px;
      font-size: 20px; }
    .rental-studio-price-tel__number .tel, .rental-studio-price-tel__number .mail {
      font-size: 30px;
      display: inline-block;
      margin-right: 20px; }
  @media screen and (max-width: 959px) {
    .rental-studio-price-tel {
      flex-direction: column;
      align-items: flex-start;
      padding: 40px 20px; }
      .rental-studio-price-tel__body {
        margin-left: 0;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 20px;
        border-left: 0;
        border-top: 1px solid #fff;
        width: 100%; }
      .rental-studio-price-tel__text {
        font-size: 14px; }
      .rental-studio-price-tel__number-wrap {
        flex-direction: column;
        align-items: flex-start; }
      .rental-studio-price-tel__number {
        flex-direction: column;
        align-items: flex-start;
        font-size: 18px; }
        .rental-studio-price-tel__number:first-child {
          margin-bottom: 10px; }
        .rental-studio-price-tel__number.line {
          display: none; }
        .rental-studio-price-tel__number .tel, .rental-studio-price-tel__number .mail {
          font-size: 18px;
          margin-right: 0;
          margin-bottom: 4px; } }

.rental-studio-mv {
  height: 295px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .rental-studio-mv__content {
    color: #c8b49d;
    text-align: center;
    line-height: 1.5; }
  .rental-studio-mv__title-main {
    font-size: 54px;
    letter-spacing: 0.3em; }
  .rental-studio-mv__title-sub {
    font-size: 18px;
    letter-spacing: 0.2em; }
  @media screen and (max-width: 959px) {
    .rental-studio-mv {
      height: 195px; }
      .rental-studio-mv__title-main {
        font-size: 26px; }
      .rental-studio-mv__title-sub {
        font-size: 12px; } }

.gallery-popup {
  z-index: 998;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0; }
  .gallery-popup__bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .gallery-popup__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 95%;
    padding: 0 64px;
    box-sizing: border-box; }
  .gallery-popup__close {
    width: 50px;
    cursor: pointer;
    margin-left: auto;
    margin-bottom: 20px;
    transform: translateX(58px); }
  .gallery-popup__content {
    color: #fff; }
  .gallery-popup__image {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    height: 700px;
    max-height: 70vh; }
    .gallery-popup__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .gallery-popup__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    cursor: pointer; }
    .gallery-popup__arrow.prev {
      left: -50px; }
    .gallery-popup__arrow.next {
      right: -50px; }
  .gallery-popup__id {
    margin-bottom: 20px; }
  .gallery-popup__title {
    line-height: 1.8;
    margin-bottom: 10px; }
  .gallery-popup__category {
    margin-bottom: 10px; }
  .gallery-popup__text {
    font-size: 12px; }
  @media screen and (max-width: 959px) {
    .gallery-popup__wrap {
      padding: 0 40px;
      overflow-y: scroll;
      height: 90vh;
      width: 100%; }
    .gallery-popup__close {
      width: 24px;
      transform: translateX(32px); }
    .gallery-popup__image {
      height: auto;
      max-height: none; }
    .gallery-popup__arrow {
      width: 14px; }
      .gallery-popup__arrow.prev {
        left: -30px; }
      .gallery-popup__arrow.next {
        right: -30px; } }

.pagination, .page-numbers {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination span, .pagination a, .page-numbers span, .page-numbers a {
    margin: 0 10px;
    display: block;
    text-align: center;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #826842; }
    .pagination span.current, .pagination span:hover, .pagination a.current, .pagination a:hover, .page-numbers span.current, .page-numbers span:hover, .page-numbers a.current, .page-numbers a:hover {
      color: #fff;
      background: #826842;
      border-bottom: 0;
      border-radius: 3px;
      transition: .2s; }
    .pagination span.next, .pagination span.prev, .pagination a.next, .pagination a.prev, .page-numbers span.next, .page-numbers span.prev, .page-numbers a.next, .page-numbers a.prev {
      color: #826842;
      background: none;
      width: 56px;
      font-size: 16px;
      margin: 0 10px;
      border-bottom: 0; }
      .pagination span.next i, .pagination span.prev i, .pagination a.next i, .pagination a.prev i, .page-numbers span.next i, .page-numbers span.prev i, .page-numbers a.next i, .page-numbers a.prev i {
        margin: 0 4px; }
      .pagination span.next:hover, .pagination span.prev:hover, .pagination a.next:hover, .pagination a.prev:hover, .page-numbers span.next:hover, .page-numbers span.prev:hover, .page-numbers a.next:hover, .page-numbers a.prev:hover {
        background: none;
        opacity: .6; }
  @media screen and (max-width: 959px) {
    .pagination, .page-numbers {
      margin-top: 65px; }
      .pagination span, .pagination a, .page-numbers span, .page-numbers a {
        font-size: 16px;
        width: 28px;
        line-height: 28px;
        margin: 0 4px; } }

.cta-block {
  padding-bottom: 100px; }
  .cta-block__btn-text {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: #826842; }
    .cta-block__btn-text::before, .cta-block__btn-text::after {
      content: '';
      display: block;
      width: 2px;
      height: 32px;
      background-color: #826842;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .cta-block__btn-text::before {
      transform: rotate(-35deg);
      left: -240px; }
    .cta-block__btn-text::after {
      transform: rotate(35deg);
      right: -240px; }
  @media screen and (max-width: 959px) {
    .cta-block {
      padding-bottom: 40px; }
      .cta-block__btn-text {
        font-size: 14px; } }

.cta-block-btn {
  line-height: 1;
  display: block;
  padding: 15px 10px;
  font-size: 13px;
  font-weight: bold;
  background-color: #826842;
  color: #fff;
  width: 300px;
  max-width: 100%;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  border-radius: 6px; }
  .cta-block-btn .big {
    font-size: 20px; }
  @media screen and (max-width: 959px) {
    .cta-block-btn {
      font-size: 14px;
      padding: 15px 20px; }
      .cta-block-btn .big {
        font-size: 16px; } }

.scroll-top {
  width: 48px;
  line-height: 48px;
  text-align: center;
  color: #826842;
  border: 1px solid #826842;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 100%; }

.single-plan-page p {
  font-size: 15px; }
@media screen and (max-width: 959px) {
  .single-plan-page p {
    font-size: 14px; } }

/*# sourceMappingURL=style.css.map */
