@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");
/* ==========================================
   Media Query Mixins
   ========================================== */
:root {
  --bk: #000000;
  --wh: #ffffff;
  --or: #F2A41C;
  --br: #8C7F5E;
  --db: #3B2205;
  --dg: #434444;
  --bg1: #F2E9DC;
  --bg2: #FAF3EA;
  --bg3: #EEE7D4;
  --rd: #D2183E;
  --bw: (100vw - 780rem) / (1920 - 780);
  --ws: 25ms;
  --bs: 300ms;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--bk);
  margin-top: 0 !important;
}
@media screen and (min-width: 1145px) {
  html {
    font-size: 2px;
  }
}
@media screen and (max-width: 1144px) {
  html {
    font-size: 0.2564102564vw;
  }
}

body {
  font-size: 16rem;
  font-weight: 500;
  overflow-x: hidden;
  width: 100%;
  background: url("../img/bg.jpg") fixed no-repeat center top/cover;
}
@media screen and (min-width: 1145px) {
  body {
    display: flex;
    justify-content: center;
  }
  body::before, body::after {
    display: block;
    content: "";
  }
  body::before {
    width: calc(100vw - 390rem - 182.5rem);
  }
  body::after {
    width: 182.5rem;
  }
}

a {
  color: inherit;
}
a img {
  transition: all 300ms 0s ease;
}
a:hover img {
  opacity: 0.6;
}

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

.note p {
  padding-left: 1em;
  text-indent: -1em;
}
.note p > * {
  text-indent: 0;
}

/* 表示切り替え用クラス */
@media screen and (min-width: 1145px) {
  .sp {
    display: none;
  }
}

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

@media screen and (max-width: 1144px) {
  .nav_open {
    overflow-y: hidden;
  }
}

main {
  background: var(--bg3);
}
@media screen and (min-width: 1145px) {
  main {
    width: 390rem;
  }
}
@media screen and (max-width: 1144px) {
  main {
    padding-top: 70rem;
  }
}

.float {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 98;
  width: 100%;
  padding: 0 10rem;
  text-align: center;
  transition: all 300ms 0s ease;
}
.float img {
  width: 362rem;
}
.float.hide {
  opacity: 0;
  transform: translateY(100%);
}

@media screen and (min-width: 1145px) {
  header {
    position: fixed;
    top: 5rem;
    right: 0;
    bottom: 0;
    width: 182.5rem;
    padding: 0 25rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}
@media screen and (max-width: 1144px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    height: 70rem;
    width: 100%;
    background: rgba(239, 235, 218, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1145px) {
  header .logo {
    text-align: center;
    padding-bottom: 43rem;
  }
  header .logo img {
    display: block;
    max-width: 127.5rem;
  }
}
@media screen and (max-width: 1144px) {
  header .logo {
    width: 166rem;
  }
}
@media screen and (max-width: 1144px) {
  header .open {
    position: fixed;
    right: 10rem;
    height: 33rem;
    width: 33rem;
    cursor: pointer;
  }
  header .open i {
    position: absolute;
    left: 0;
    background: var(--bk);
    height: 2rem;
    width: 100%;
    transition: transform var(--bs) 0s ease, left 300ms 0s ease, width 300ms 0s ease, top 300ms 300ms ease;
  }
  header .open i:nth-child(1) {
    top: 8rem;
  }
  header .open i:nth-child(2) {
    top: 16rem;
  }
  header .open i:nth-child(3) {
    top: 23.5rem;
  }
}
header .menu .ttl {
  text-align: center;
  position: relative;
  z-index: 0;
}
header .menu .ttl img {
  display: block;
}
@media screen and (min-width: 1145px) {
  header .menu .ttl {
    padding-bottom: 7rem;
  }
  header .menu .ttl img {
    width: 75rem;
    margin: -16.5rem;
  }
}
@media screen and (max-width: 1144px) {
  header .menu .ttl {
    padding-bottom: 14rem;
  }
  header .menu .ttl img {
    width: 150rem;
    margin: -33rem;
  }
}
@media screen and (max-width: 1144px) {
  header .menu {
    position: fixed;
    left: -100vw;
    opacity: 0;
    top: 70rem;
    z-index: 999;
    width: 100vw;
    height: calc(100vh - 70rem);
    background: rgba(243, 234, 223, 0.8);
    padding: 10rem 0 10rem 10rem;
    overflow-y: auto;
    overflow-x: hidden;
    transition: left 0s var(--bs) ease, opacity var(--bs) 0s ease;
  }
}
@media screen and (max-width: 1144px) {
  header .menu .back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1145px) {
  header .menu nav {
    max-height: calc(100vh - 87rem);
    overflow-y: auto;
  }
}
header .menu nav > a {
  display: block;
  background: var(--wh);
  color: var(--br);
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 300ms 0s ease;
}
header .menu nav > a:hover, header .menu nav > a.active {
  background: linear-gradient(to bottom, #F2A41C 0%, #D99F00 100%);
  color: var(--wh);
}
@media screen and (min-width: 1145px) {
  header .menu nav > a {
    font-size: 9rem;
    line-height: 11rem;
    padding: 4rem 9.5rem;
    margin-bottom: 4rem;
    border-radius: 9.5rem;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 1144px) {
  header .menu nav > a {
    font-size: 18rem;
    line-height: 22rem;
    padding: 8rem 19rem;
    margin-bottom: 8rem;
    border-radius: 19rem 0 0 19rem;
    box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
    transform: translateX(100%);
    transition: transform var(--bs) 0s ease;
  }
}
header .menu nav > .nav-reserve {
  background: linear-gradient(180deg, rgb(242, 72, 28) 0%, rgb(217, 7, 0) 100%);
  color: #fff;
}

/* ==========================================
   Navigation Open State (SP Interactivity)
   ========================================== */
@media screen and (max-width: 1144px) {
  .nav_open header .open i {
    transition: top var(--bs) 0s ease, left var(--bs) 0s ease, width var(--bs) 0s ease, transform var(--bs) 300ms ease;
  }
  .nav_open header .open i:nth-child(1) {
    top: 16rem;
    transform: rotate(45deg);
  }
  .nav_open header .open i:nth-child(2) {
    top: 16rem;
    left: 50%;
    width: 0;
  }
  .nav_open header .open i:nth-child(3) {
    top: 16rem;
    transform: rotate(-45deg);
  }
  .nav_open header .menu {
    left: 0;
    opacity: 1;
    transition: left 0s 0s ease, opacity 300ms 0s ease;
  }
  .nav_open header .menu nav > a {
    transform: translateX(0);
  }
  .nav_open header .menu nav > a:nth-child(1) {
    transition: transform var(--bs) calc(var(--bs) + var(--ws) * 1) ease;
  }
  .nav_open header .menu nav > a:nth-child(2) {
    transition: transform var(--bs) calc(var(--bs) + var(--ws) * 2) ease;
  }
  .nav_open header .menu nav > a:nth-child(3) {
    transition: transform var(--bs) calc(var(--bs) + var(--ws) * 3) ease;
  }
  .nav_open header .menu nav > a:nth-child(4) {
    transition: transform var(--bs) calc(var(--bs) + var(--ws) * 4) ease;
  }
  .nav_open header .menu nav > a:nth-child(5) {
    transition: transform var(--bs) calc(var(--bs) + var(--ws) * 5) ease;
  }
  .nav_open header .menu nav > a:nth-child(6) {
    transition: transform var(--bs) calc(var(--bs) + var(--ws) * 6) ease;
  }
  .nav_open header .menu nav > a:nth-child(7) {
    transition: transform var(--bs) calc(var(--bs) + var(--ws) * 7) ease;
  }
  .nav_open header .menu nav > a:nth-child(8) {
    transition: transform var(--bs) calc(var(--bs) + var(--ws) * 8) ease;
  }
  .nav_open header .menu nav > a:nth-child(9) {
    transition: transform var(--bs) calc(var(--bs) + var(--ws) * 9) ease;
  }
}

.footer {
  background: var(--bg2);
  color: #6F6254;
  padding: 0 0 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260rem;
  margin-bottom: 35rem;
}
.footer__menu-ttl {
  width: 84rem;
  margin-bottom: 14rem;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  width: 100%;
}
.footer__nav .nav-reserve {
  background: linear-gradient(180deg, rgb(242, 72, 28) 0%, rgb(217, 7, 0) 100%);
  color: #fff;
}
.footer__nav-item {
  background: #fff;
  color: #6F6254;
  font-size: 16rem;
  text-decoration: none;
  border-radius: calc(infinity * 1px);
  padding: 6rem 20rem;
  transition: all 300ms 0s ease;
}
.footer__nav-item:hover {
  background: linear-gradient(to bottom, #F2A41C 0%, #D99F00 100%);
  color: var(--wh);
}
.footer .copy {
  font-size: 14rem;
  line-height: 1;
  text-align: center;
}

.studio {
  background: var(--bg2);
  padding: 0 10rem 70rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.studio__ttl {
  margin-bottom: 38rem;
  width: 150rem;
}
.studio__logo {
  display: block;
  width: 255rem;
  margin-bottom: 40rem;
}
.studio__photo {
  margin: 0 auto 8rem;
}
.studio__item {
  background: var(--wh);
  padding: 10rem 0;
  margin-bottom: 8rem;
  width: 100%;
}
.studio__item-wrap {
  padding: 0 20rem;
  margin-bottom: 10rem;
}
.studio__item .zip {
  font-size: 12rem;
  line-height: 18rem;
  padding-top: 7rem;
  margin-bottom: 6rem;
}
.studio__item .zip::before {
  background: url("../img/studio_zip.png") no-repeat center/contain;
  top: 2rem;
}
.studio__item .tel {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18rem;
  line-height: 1;
  color: var(--rd);
  font-weight: 700;
  text-decoration: none;
}
.studio__item .tel::before {
  background: url("../img/studio_tel.png") no-repeat center/contain;
  top: -1rem;
}
.studio__item .zip,
.studio__item .tel {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 32rem;
}
.studio__item .zip::before,
.studio__item .tel::before {
  display: block;
  content: "";
  width: 22rem;
  height: 20rem;
  position: absolute;
  left: 0;
}
.studio__item .btn {
  display: block;
  width: 368rem;
  margin: 0 auto;
}
.studio iframe {
  display: block;
  width: 100%;
  aspect-ratio: 370/244;
  border: 0;
  margin-bottom: 57rem;
}
.studio__btn {
  background: #F2A41C;
  color: #fff;
  font-size: 18rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.3888888889;
  width: 350rem;
  text-align: center;
  padding: 5rem 10rem 7rem;
  border-radius: calc(infinity * 1px);
  position: relative;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.44);
}
.studio__btn::after {
  content: "";
  background: url("../img/yellow_btn_arrow.svg") no-repeat center/cover;
  width: 10rem;
  height: 22rem;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20rem;
}

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