body {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Serif JP", serif;
  word-wrap: break-all;
  word-wrap: break-word;
  font-size: 28px;
  font-size: 3.7333333333vw;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}

.ptn-base {
  background: url("/img/common/ptn-base.png") !important;
}

.ptn-gray {
  background: url("/img/common/ptn-gray.png") !important;
}

.ptn-blk {
  background: url("/img/common/ptn-blk.png") !important;
}

.col-wht {
  color: #fff !important;
}

.col-blk {
  color: #121212 !important;
}

.col-gray {
  color: #212121 !important;
}

.col-red {
  color: #680700 !important;
}

.col-gold {
  color: #b08644 !important;
}

.bg-wht {
  background-color: #fff !important;
}

.bg-blk {
  background-color: #121212 !important;
}

.bg-gray {
  background-color: #212121 !important;
}

.bg-red {
  background-color: #680700 !important;
}

.bg-gold {
  background-color: #b08644 !important;
}

.com-btn a {
  display: block;
  max-width: 74.1538461538%;
  aspect-ratio: 480/70;
  background: #680700;
  color: #fff;
  font-size: 26px;
  font-size: 3.4666666667vw;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .com-btn a {
    max-width: 241px;
  }
}
@media screen and (min-width: 769px) {
  .com-btn a {
    font-size: 13px;
  }
}
.com-btn a::after {
  content: "";
  display: block;
  width: 20px;
  max-width: 100%;
  max-width: 4.17%;
  height: 1px;
  background: #b08644;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}

#btm-bar {
  aspect-ratio: 750/100;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 99;
}
#btm-bar .tel-box {
  width: 470px;
  max-width: 100%;
  max-width: 62.6666666667%;
}
@media screen and (min-width: 769px) {
  #btm-bar .tel-box {
    max-width: 235px;
  }
}
#btm-bar .tel-caution {
  max-width: 59.15%;
}
#btm-bar .sns-box {
  width: 280px;
  max-width: 100%;
  max-width: 37.3333333333%;
}
@media screen and (min-width: 769px) {
  #btm-bar .sns-box {
    max-width: 140px;
  }
}
#btm-bar .sns-box a {
  width: 60px;
  max-width: 100%;
  max-width: 21.43%;
}

.obj-gold,
.obj-gold-gray {
  position: relative;
}
.obj-gold::before,
.obj-gold-gray::before {
  content: "";
  display: block;
  width: 146px;
  max-width: 100%;
  max-width: 22.4615384615%;
  aspect-ratio: 146/98;
  background-image: url("/img/common/obj-gold.png");
  background-size: cover;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .obj-gold::before,
  .obj-gold-gray::before {
    max-width: 73px;
  }
}

.obj-gold-gray::before {
  background-image: url("/img/common/obj-gold-gray.png");
  background-size: cover;
}

.table {
  width: 100%;
  table-layout: fixed;
}
.table-menu th, .table-menu td {
  font-size: 26px;
  font-size: 3.4666666667vw;
  letter-spacing: 0.05em;
  padding: 30px 3.08% 15px 3.08%;
  border-bottom: solid 1px #4c4c4c;
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  .table-menu th, .table-menu td {
    font-size: 13px;
  }
}
.table-menu th {
  width: 70%;
}
.table-menu tr:first-child th, .table-menu tr:first-child td {
  padding-top: 0;
}
.table-plain th, .table-plain td {
  display: block;
  width: 100%;
}
.table-plain th {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 3.08%;
}
.table-plain td {
  padding: 20px 3.08% 30px 3.08%;
  white-space: pre-wrap;
}

#menu-btn {
  width: 100px;
  max-width: 100%;
  max-width: 13.3333333333%;
  position: fixed;
  top: 0;
  right: 15%;
  z-index: 100;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #menu-btn {
    max-width: 50px;
  }
}
#menu-btn.active {
  z-index: 99999;
}
@media screen and (max-width: 990px) {
  #menu-btn {
    right: 10%;
  }
}
@media screen and (max-width: 790px) {
  #menu-btn {
    right: 0;
  }
}

header#header .logo-main {
  max-width: 24%;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  header#header .logo-main {
    max-width: 90px;
  }
}
header#header .sv h2 {
  max-width: 86.6666666667%;
  background: rgba(18, 18, 18, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 64px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  header#header .sv h2 {
    max-width: 325px;
  }
}

.cts-650 {
  max-width: 86.6666666667%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cts-650 {
    max-width: 325px;
  }
}

.list-news .list-item {
  border-bottom: solid 1px #fff;
}
.list-news .list-item:not(:first-child) {
  margin-top: 30px;
}

.layout-half {
  display: flex;
  justify-content: center;
}
.layout-half .box {
  width: 100%;
}
.layout-half .box:not(:first-child) {
  margin-left: 40px;
}

.com-tag-main {
  border-top: double #fff;
  border-bottom: double #fff;
}
.com-tag-main .ttl {
  text-align: center;
  font-weight: 500;
}
.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.com-tag-main .list-tag .tag {
  margin: 5px;
}
.com-tag-main .list-tag .tag a {
  display: block;
  color: #fff;
  border: solid 1px #fff;
  font-size: 30px;
  font-size: 4vw;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .com-tag-main .list-tag .tag a {
    font-size: 15px;
  }
}
.com-tag-main .list-tag .tag a:hover {
  opacity: 0.8;
}
.com-tag-sub {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-sub .tag {
  font-size: 24px;
  font-size: 3.2vw;
  line-height: 1em;
  color: #fff;
  border: solid 1px #fff;
}
@media screen and (min-width: 769px) {
  .com-tag-sub .tag {
    font-size: 12px;
  }
}
.com-gmap {
  width: 100%;
  aspect-ratio: 750/400;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.com-bnr-item {
  display: block;
  width: 483px;
  max-width: 100%;
  max-width: 74.3076923077%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .com-bnr-item {
    max-width: 241.5px;
  }
}
.com-bnr-item img {
  display: block;
  width: 100%;
}
.com-bnr-item:not(:first-child) {
  margin-top: 40px;
}
.com-contact {
  background: rgba(18, 18, 18, 0.8);
}
.com-contact .tel-caution {
  max-width: 42.7692307692%;
}
@media screen and (min-width: 769px) {
  .com-contact .tel-caution {
    max-width: 139px;
  }
}

.txt-plain {
  line-height: 1.78;
}

.ttl-dia {
  max-width: 74.1538461538%;
  height: 60px;
  aspect-ratio: 482/60;
  margin: 0 auto;
  border: solid 1px #b08644;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .ttl-dia {
    max-width: 241px;
  }
}
.ttl-dia::before {
  content: "";
  display: block;
  width: 12px;
  max-width: 100%;
  max-width: 2.49%;
  aspect-ratio: 1/1;
  background: #b08644;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 4.15%;
  bottom: 0;
  margin: auto 0;
}

.bg-none {
  background: none !important;
}

#ctn-top,
#ctn-lower {
  position: relative;
}

#para::after {
  content: "";
  display: block;
  width: 750px;
  max-width: 100%;
  height: 100%;
  background-image: url("/img/top/para.png");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}

.top-para {
  height: 70vh;
  background: rgba(0, 0, 0, 0.1);
}

.top-special {
  background: url("/img/top/special-bg.png") center top no-repeat;
  background-size: 1005;
}

.top-menu {
  background: url("/img/top/menu-bg.png") center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #para::after {
    width: 375px;
    right: 15%;
  }
}
@media screen and (max-width: 990px) {
  #para::after {
    right: 10%;
  }
}
@media screen and (max-width: 790px) {
  #para::after {
    right: 0;
  }
}
#ctn-lower {
  background: url("/img/common/ptn-base.png");
}
#ctn-lower article {
  padding: 180px 0;
}
#ctn-lower h3.ptn1 {
  font-size: 46px;
  font-size: 6.1333333333vw;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  #ctn-lower h3.ptn1 {
    font-size: 23px;
  }
}
#ctn-lower h3.ptn1::after {
  content: "";
  display: block;
  width: 80px;
  max-width: 100%;
  height: 4px;
  background: #b08644;
  margin: 30px auto 0 auto;
}
#ctn-lower h4.ptn1 {
  font-size: 32px;
  font-size: 4.2666666667vw;
  background: rgba(176, 134, 68, 0.6);
  text-align: center;
  padding: 12px 4%;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  #ctn-lower h4.ptn1 {
    font-size: 16px;
  }
}
#ctn-lower .com-contact {
  background: url("/img/common/contact-bg.png") center center no-repeat;
  background-size: cover;
}

.concept-reason .num::after {
  content: "/";
  display: block;
  font-size: 36px;
  font-size: 4.8vw;
  line-height: 1em;
  margin: 0 50px;
}
@media screen and (min-width: 769px) {
  .concept-reason .num::after {
    font-size: 18px;
  }
}
.concept-reason .reason-item {
  position: relative;
  z-index: 1;
}
.concept-reason .reason-item::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 750/499;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
}
.concept-reason .item-01::after {
  background-image: url("/img/concept/reason-bg-01.png");
  background-size: 100%;
}
.concept-reason .item-02::after {
  background-image: url("/img/concept/reason-bg-02.png");
  background-size: 100%;
}
.concept-reason .item-03::after {
  background-image: url("/img/concept/reason-bg-03.png");
  background-size: 100%;
}
.concept-scene .txt {
  position: relative;
  z-index: 1;
}
.concept-scene .txt::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 750/195;
  background-image: url("/img/concept/scene-obj.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: -1;
}

.menu-list .wrp-menu .menu-item:not(:last-child) {
  margin-bottom: 80px;
}
.menu-list .wrp-set:not(:last-child) {
  margin-bottom: 100px;
}
.menu-list .wrp-set .menu-item:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #4c4c4c;
}
.menu-list .wrp-set .menu-item .img {
  width: 280px;
  max-width: 100%;
  max-width: 43.0769230769%;
  min-width: 43.08%;
  aspect-ratio: 280/200;
  margin-right: 3.08%;
}
@media screen and (min-width: 769px) {
  .menu-list .wrp-set .menu-item .img {
    max-width: 140px;
  }
}
.menu-list .wrp-set .menu-item .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-list .wrp-set .menu-item .txt {
  width: 100%;
}
.menu-list .course-item {
  background: url("/img/concept/scene-obj.png") center top no-repeat;
  background-size: 100%;
}
.menu-list .course-item:not(:last-child) {
  margin-bottom: 80px;
}
.menu-list .course-item .price {
  border-bottom: solid 1px #4c4c4c;
}

.info-greeting .obj-gold-gray::before {
  top: 0;
  right: 0;
}

footer#footer .logo-ft {
  max-width: 27.6923076923%;
}
@media screen and (min-width: 769px) {
  footer#footer .logo-ft {
    max-width: 90px;
  }
}
footer#footer .tel-caution {
  max-width: 42.7692307692%;
}
@media screen and (min-width: 769px) {
  footer#footer .tel-caution {
    max-width: 139px;
  }
}
footer#footer .worktime-txt dt {
  max-width: 48.3076923077%;
}
@media screen and (min-width: 769px) {
  footer#footer .worktime-txt dt {
    max-width: 157px;
  }
}
footer#footer .ft-nav .nav-item {
  line-height: 1em;
  display: flex;
  align-items: center;
}
footer#footer .ft-nav .nav-item:not(:first-child)::before {
  content: "/";
  display: block;
  margin: 0 10px;
}
footer#footer .ft-nav .nav-link {
  font-size: 24px;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  footer#footer .ft-nav .nav-link {
    font-size: 12px;
  }
}