@charset "UTF-8";
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1120px;
  color: #564145;
  scroll-behavior: smooth;
}

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

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

.col-pnk1 {
  color: #fcf1ef !important;
}

.col-pnk2 {
  color: #fda49a !important;
}

.col-pnk3 {
  color: #ef6269 !important;
}

.col-gld1 {
  color: #bd9b46 !important;
}

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

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

.bg-pnk1 {
  background-color: #fcf1ef !important;
}

.bg-pnk2 {
  background-color: #fda49a !important;
}

.bg-pnk3 {
  background-color: #ef6269 !important;
}

.bg-gld1 {
  background-color: #bd9b46 !important;
}

.bg-wht-opa80 {
  background: rgba(255, 255, 255, 0.8);
}

.bg-marble {
  background: url("/img/common/bg-01.png") center bottom no-repeat;
  background-size: 100%;
}

.bg-shine {
  background: url("/img/common/bg-02.png") center bottom no-repeat;
  background-size: 100%;
}

.bg-wht-gra {
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
}

.bg-gra-pnk {
  background: rgba(247, 138, 158, 0.8);
  background: linear-gradient(340deg, rgba(247, 138, 158, 0.8) 0%, rgba(245, 111, 135, 0.8) 50%, rgba(254, 152, 139, 0.8) 65%);
}

.ptn-flower {
  background: url("/img/common/ptn-flower.jpg");
}

#sidebar {
  width: 298px;
  max-width: 100%;
  aspect-ratio: 298/200;
  background: url("/img/common/sidebar-frame.png") center center no-repeat;
  background-size: cover;
  position: fixed;
  right: -210px;
  bottom: 40px;
  z-index: 88;
  cursor: pointer;
  transition: 0.3s;
}
#sidebar:hover {
  right: 0;
}

.btn-ptn1 .btn-link {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 320px;
  max-width: 100%;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(247, 138, 158, 0.8);
  background: linear-gradient(340deg, rgba(247, 138, 158, 0.8) 0%, rgba(245, 111, 135, 0.8) 50%, rgba(254, 152, 139, 0.8) 65%);
  color: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
}
.btn-ptn1 .btn-link:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  transform: translate(3px, 3px);
}
.btn-ptn2 .btn-link {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fda49a;
}

.corner-tr {
  position: relative;
  z-index: 1;
}
.corner-tr::before {
  content: "";
  display: block;
  width: 233px;
  max-width: 100%;
  aspect-ratio: 233/154;
  background-image: url("/img/common/corner.png");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.corner-dbl {
  position: relative;
  z-index: 1;
}
.corner-dbl::before, .corner-dbl:after {
  content: "";
  display: block;
  width: 233px;
  max-width: 100%;
  aspect-ratio: 233/154;
  background-image: url("/img/common/corner.png");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.corner-dbl::after {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  transform: scale(-1, -1);
}

.frm-lft {
  position: relative;
}
.frm-lft:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #e9c87a;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-10deg);
  z-index: 1;
}

.arw-wht, .arw-pnk {
  position: relative;
}
.arw-wht::after, .arw-pnk::after {
  content: "";
  display: block;
  width: 8px;
  max-width: 100%;
  aspect-ratio: 8/13;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-wht:hover::after, .arw-pnk:hover::after {
  transform: translate(-3px, -50%);
}
.arw-pnk {
  display: flex;
  align-items: center;
}
.arw-pnk::after {
  background-image: url("/img/common/arw-solid-pnk.png");
  background-size: cover;
  position: static;
  transform: none;
  margin-left: 25px;
}
.arw-pnk:hover {
  color: rgba(253, 164, 154, 0.8);
}
.arw-pnk:hover::after {
  transform: translateX(-3px);
}

.obj-clown::before {
  content: "";
  display: block;
  width: 135px;
  max-width: 100%;
  aspect-ratio: 135/42;
  margin: 0 auto;
  background-image: url("/img/common/obj-clown.png");
  background-size: cover;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img {
  transform: scale(0.98);
}
.hov-col-pnk3 a:hover {
  color: #ef6269;
}

.table {
  width: 100%;
}

.cts-1080 {
  width: 1080px;
  margin: 0 auto;
}

.list-thumb .thumb-item {
  width: calc(16.6666666667% - 0.8333333333px);
  aspect-ratio: 1/1;
}
.list-thumb .thumb-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-thumb .thumb-item:not(:nth-child(6n-5)) {
  margin-left: 1px;
}
.list-thumb .thumb-item:nth-child(n+7) {
  margin-top: 1px;
}
.list-news .news-item:not(:first-child) {
  margin-top: 15px;
}
.list-news .news-link {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.list-news .news-link:hover {
  background: rgba(255, 255, 255, 0.6);
}
.list-news .inner {
  display: flex;
  align-items: flex-start;
}
.list-news time {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  color: #fda49a;
  margin: 5px 15px 0 0;
}
.list-news .ttl {
  font-weight: 600;
}
.list-anchor .btn {
  width: 330px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.list-anchor .btn:not(:nth-child(3n-2)) {
  margin-left: 45px;
}
.list-anchor .btn:nth-child(n+4) {
  margin-top: 35px;
}
.list-anchor .btn-link {
  letter-spacing: 0.08em;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  padding: 13px 10% 13px 4%;
}
.list-anchor .arw-wht::after {
  transform: translateY(-50%) rotate(90deg);
}
.list-class .class-item {
  width: 348px;
  max-width: 100%;
}
.list-class .class-item:not(:nth-child(3n-2)) {
  margin-left: 18px;
}
.list-class .class-item:nth-child(n+4) {
  margin-top: 20px;
}
.list-class .class-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 20px 15px;
  background: #fff;
  border: solid 2px #fda49a;
}
.list-class .img {
  width: 100%;
  aspect-ratio: 318/216;
}
.list-class .ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 15px;
  color: #ef6269;
}
.list-class address {
  white-space: pre-wrap;
  margin-top: 5px;
}
.list-img .img-item {
  width: calc((100% - 40px) / 3);
  aspect-ratio: 305/216;
}
.list-img .img-item:not(:nth-child(3n-2)) {
  margin-left: 20px;
}
.list-img .img-item:nth-child(n+4) {
  margin-top: 20px;
}
.list-dot .dot-item {
  text-indent: -13px;
  padding-left: 13px;
}
.list-dot .dot-item::before {
  content: "・";
  display: inline-block;
  vertical-align: middle;
}
.list-check .check-item {
  display: flex;
  align-items: flex-start;
}
.list-check .check-item::before {
  content: "";
  display: block;
  width: 25px;
  max-width: 100%;
  min-width: 25px;
  aspect-ratio: 25/22;
  background-image: url("/img/common/ic-check.png");
  background-size: cover;
  margin-right: 15px;
}
.list-check .check-item:not(:first-child) {
  margin-top: 10px;
}
.list-voice .voice-item, .list-voice .faq-item, .list-faq .voice-item, .list-faq .faq-item {
  background: #fff;
  border: solid 1px #ef6269;
  padding: 35px;
}
.list-voice .voice-item:not(:first-child), .list-voice .faq-item:not(:first-child), .list-faq .voice-item:not(:first-child), .list-faq .faq-item:not(:first-child) {
  margin-top: 50px;
}
.list-voice .age, .list-faq .age {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 20px;
}
.list-voice .type, .list-faq .type {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  background: rgba(247, 138, 158, 0.8);
  background: linear-gradient(340deg, rgba(247, 138, 158, 0.8) 0%, rgba(245, 111, 135, 0.8) 50%, rgba(254, 152, 139, 0.8) 65%);
  color: #fff;
  padding: 5px 30px 7px 30px;
  border-radius: 4px;
  text-align: center;
}
.list-voice .ba-item::after, .list-faq .ba-item::after {
  display: block;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Herr Von Muellerhoff", cursive !important;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  background: rgba(239, 98, 105, 0);
  background: linear-gradient(90deg, rgba(239, 98, 105, 0) 0, #ef6269 50%, rgba(239, 98, 105, 0) 100%);
  text-shadow: 3.5px 3.5px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 5px;
}
.list-voice .ba-item:nth-child(even), .list-faq .ba-item:nth-child(even) {
  margin-left: 90px;
  position: relative;
  z-index: 1;
}
.list-voice .ba-item:nth-child(even)::before, .list-faq .ba-item:nth-child(even)::before {
  content: "";
  display: block;
  width: 36px;
  max-width: 100%;
  aspect-ratio: 36/38;
  background-image: url("/img/common/arw-dbl.png");
  background-size: cover;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.list-voice .ba-item.before::after, .list-faq .ba-item.before::after {
  content: "Before";
}
.list-voice .ba-item.after::after, .list-faq .ba-item.after::after {
  content: "After";
}
.list-voice .ba-item img, .list-faq .ba-item img {
  aspect-ratio: 400/450;
}
.list-voice .voice-contents .img, .list-faq .voice-contents .img {
  min-width: 400px;
}
.list-voice .voice-contents .img:not(:first-child), .list-voice .voice-contents .txt:not(:first-child), .list-faq .voice-contents .img:not(:first-child), .list-faq .voice-contents .txt:not(:first-child) {
  margin-left: 35px;
}
.list-faq .ttl-bdr {
  padding-left: 0;
  padding-right: 0;
}
.list-faq .faq-q-in, .list-faq .faq-a-in {
  display: flex;
  align-items: flex-start;
}
.list-faq .faq-q-in::before, .list-faq .faq-a-in::before {
  font-family: "Shippori Mincho", serif !important;
  content: "Q";
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  color: #ef6269;
  margin-right: 20px;
}
.list-faq .faq-a-in::before {
  content: "A";
  color: #564145;
}
.list-faq .ttl-bdr {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #564145;
}
.list-point .point-item {
  display: flex;
  align-items: flex-start;
}
.list-point .point-item:not(:first-child) {
  margin-top: 15px;
}
.list-point .num {
  font-family: "Herr Von Muellerhoff", cursive !important;
  margin-right: 20px;
}

.layout-ptn1 .img {
  margin-right: -155px;
}
.layout-ptn1 .txt-box {
  padding: 50px 40px;
  margin-top: 150px;
}
.layout-ptn2 .img, .layout-ptn3 .img {
  margin-left: -100px;
}
.layout-ptn2 .txt-box, .layout-ptn3 .txt-box {
  padding: 50px;
  margin: 65px 0 0 -200px;
}
.layout-ptn2 .txt, .layout-ptn3 .txt {
  line-height: 2.1875;
}
.layout-ptn2:nth-child(even), .layout-ptn3:nth-child(even) {
  flex-direction: row-reverse;
}
.layout-ptn2:nth-child(even) .img, .layout-ptn3:nth-child(even) .img {
  margin-left: 0;
  margin-right: -100px;
}
.layout-ptn2:nth-child(even) .txt-box, .layout-ptn3:nth-child(even) .txt-box {
  margin: 65px -200px 0 0;
}
.layout-ptn2:not(:first-child), .layout-ptn3:not(:first-child) {
  margin-top: 80px;
}
.layout-ptn3 .img {
  margin-left: 0;
}
.layout-ptn3 .txt-box {
  margin: 60px 0 0 -145px;
}

.works-detail .wrp-ba .half-item::before {
  content: "Before";
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1em;
  background: #ccc;
  color: #fff;
  padding: 12px 20px;
}
.works-detail .wrp-ba .half-item.after::before {
  content: "After";
  background: #ccc;
}
.works-detail .wrp-ba .img {
  aspect-ratio: 520/390;
}
.works-detail .wrp-ba .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.com-tag-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.com-tag-main .tag-item {
  margin: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: rgba(247, 138, 158, 0.8);
  background: linear-gradient(340deg, rgba(247, 138, 158, 0.8) 0%, rgba(245, 111, 135, 0.8) 50%, rgba(254, 152, 139, 0.8) 65%);
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 20px;
  border-radius: 5px;
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-sub .tag-item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  background: rgba(247, 138, 158, 0.8);
  background: linear-gradient(340deg, rgba(247, 138, 158, 0.8) 0%, rgba(245, 111, 135, 0.8) 50%, rgba(254, 152, 139, 0.8) 65%);
  color: #fff;
  padding: 5px 10px 7px 10px;
  border-radius: 6px;
  margin: 0 5px 5px 0;
}
.com-gmap {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1920/400;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-info .txt-info {
  line-height: 1.6666666667;
  margin-top: 5px;
}
.com-info .tel-caution {
  margin: 5px auto 0 auto;
}
.com-service .service-box {
  border: solid 1px #ef6269;
  padding: 40px 20px;
}
.com-service .service-box ul {
  display: table;
  margin: 0 auto;
}
.com-service .service-img:nth-child(even) {
  margin-left: 40px;
}

.ttl-sub {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #fda49a 6px;
  border-bottom: solid 1px rgba(253, 164, 154, 0.5);
  background: #fcf1ef;
  padding: 10px 0 15px 20px;
  margin-bottom: 30px;
}
.ttl-bar {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
  background: rgba(247, 138, 158, 0.8);
  background: linear-gradient(340deg, rgba(247, 138, 158, 0.8) 0%, rgba(245, 111, 135, 0.8) 50%, rgba(254, 152, 139, 0.8) 65%);
  border-radius: 5px;
  padding: 13px 4%;
  text-align: center;
  margin-bottom: 20px;
}
.ttl-bdr {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #ef6269;
  border-bottom: solid 1px #ef6269;
  padding: 0 2% 20px 2%;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.ttl-bdr::before, .ttl-bdr::after {
  content: "";
  display: block;
  width: 8px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #ef6269;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: -1;
}
.ttl-bdr::after {
  left: inherit;
  right: 0;
}

.hd-bar {
  padding: 25px 30px 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#hd-nav .nav-item:not(:first-child) {
  margin-left: 15px;
}

.mv-lower {
  background: url("/img/common/sv-bg.png") center center no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
.mv-lower .sv::before, .mv-lower .sv::after {
  content: "";
  display: block;
  width: 326px;
  max-width: 100%;
  aspect-ratio: 326/387;
  background-image: url("/img/common/sv-obj-01.png");
  background-size: cover;
  position: absolute;
  top: -40px;
  left: -230px;
  z-index: 1;
}
.mv-lower .sv::after {
  width: 186px;
  max-width: 100%;
  aspect-ratio: 186/158;
  background-image: url("/img/common/sv-obj-02.png");
  background-size: cover;
  top: inherit;
  left: inherit;
  right: 0;
  bottom: -40px;
}
.mv-lower .sv-ttl {
  position: absolute;
  top: 0;
  left: 0;
}
.mv-lower h2 {
  background: rgba(239, 98, 105, 0);
  background: linear-gradient(90deg, rgba(239, 98, 105, 0) 0, #ef6269 50%, rgba(239, 98, 105, 0) 100%);
  text-shadow: 3.5px 3.5px 0 rgba(0, 0, 0, 0.15);
}
.mv-lower .bg-info {
  background: url("/img/info/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower .bg-healing {
  background: url("/img/healing/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower .bg-legs {
  background: url("/img/legs/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower .bg-yoga {
  background: url("/img/yoga/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower .bg-faq {
  background: url("/img/faq/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower .bg-blog {
  background: url("/img/blog/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower .bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower .bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower .bg-sitemap {
  background: url("/img/sitemap/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower .bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.mv-lower .bg-e404 {
  background: url("/img/e404/sv.png") center center no-repeat;
  background-size: cover;
}

#ctn-top .ttl-main {
  margin-bottom: 20px;
}
#ctn-top .ttl-main .eng, #ctn-top .ttl-main .ruby {
  display: block;
}
#ctn-top .ttl-main .eng {
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  color: #bd9b46;
}
#ctn-top .ttl-main .ruby {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
}
#ctn-top .txt-plain {
  line-height: 2.5;
}

.top-about {
  padding: 100px 0;
}
.top-about .btn {
  margin-top: 35px;
}

.top-info {
  padding: 100px 0;
}
.top-info .txt-box {
  padding: 45px 4vw;
}
.top-info .list li {
  width: calc((100% - 30px) / 3);
  display: flex;
  align-items: center;
}
.top-info .list li::before {
  content: "・";
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
}
.top-info .list li:not(:nth-child(3n-2)) {
  margin-left: 15px;
}
.top-info .list li:nth-child(n+4) {
  margin-top: 15px;
}
.top-info .btn {
  margin-top: 30px;
}

.top-service {
  background: url("/img/top/service-bg.png") center bottom no-repeat;
  background-size: 100%;
  padding: 100px 0;
}
.top-service .service-healing::after, .top-service .service-legs::after, .top-service .service-yoga::after {
  content: "";
  display: block;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.top-service .service-healing::after {
  width: 391px;
  max-width: 100%;
  aspect-ratio: 391/358;
  background-image: url("/img/top/service-obj-01.png");
  background-size: cover;
  left: 30px;
  bottom: -180px;
}
.top-service .service-legs::after {
  width: 375px;
  max-width: 100%;
  aspect-ratio: 375/251;
  background-image: url("/img/top/service-obj-02.png");
  background-size: cover;
  right: 0;
  bottom: -75px;
}
.top-service .service-yoga::after {
  width: 352px;
  max-width: 100%;
  aspect-ratio: 352/282;
  background-image: url("/img/top/service-obj-03.png");
  background-size: cover;
  left: 0;
  bottom: -85px;
}
.top-service .btn {
  margin-top: 25px;
}

.top-bnr {
  height: 400px;
}
.top-bnr::before, .top-bnr::after {
  content: "";
  display: block;
  width: 635px;
  max-width: 33.0729166667%;
  height: 100%;
  background-image: url("/img/top/faq-bg-01.png");
  background-size: cover;
  background-position: right;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.top-bnr::after {
  width: 660px;
  max-width: 34.375%;
  background-image: url("/img/top/faq-bg-02.png");
  background-size: cover;
  background-position: left;
  left: inherit;
  right: 0;
}
.top-bnr .txt {
  line-height: 1.875;
}
.top-bnr .btn {
  margin-top: 30px;
}

.top-news {
  padding: 70px 0;
}
.top-news .ttl-box {
  padding-bottom: 30px;
}
.top-news .btn {
  margin-top: 40px;
}

#ctn-lower article {
  padding: 100px 0;
}
#ctn-lower article:first-child {
  background: url("/img/common/bg-02.png") center bottom no-repeat;
  background-size: 100%;
}
#ctn-lower .ttl-main {
  font-family: "Shippori Mincho", serif;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
}
#ctn-lower .txt-plain {
  line-height: 1.875;
}

.wrp-class .class-box {
  padding-top: 70px;
}

.info-detail .cts-1080 {
  border: solid 1px #ef6269;
  padding: 40px;
}
.info-detail .img-main img {
  max-height: 640px;
}
.info-detail .img-staff {
  min-width: 300px;
  height: 350px;
  margin-right: 30px;
}

.wrp-menu .menu-box {
  background: #fff;
  border: solid 1px #ef6269;
  padding: 35px;
}
.wrp-menu .menu-box:not(:first-child) {
  margin-top: 50px;
}
.wrp-menu .ttl-bar {
  width: 170px;
  max-width: 100%;
  height: 45px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
}
.wrp-menu .ttl-bar {
  margin-right: 30px;
}
.wrp-menu .list-price dl {
  display: flex;
  align-items: center;
}
.wrp-menu .list-price dl:not(:first-child) {
  display: flex;
  align-items: center;
}
.wrp-menu .list-price dl:not(:first-child)::before {
  content: "";
  display: block;
  width: 18px;
  max-width: 100%;
  aspect-ratio: 36/38;
  background-image: url("/img/common/arw-dbl.png");
  background-size: cover;
  margin: 0 40px;
}
.wrp-menu .list-price dt span, .wrp-menu .list-price dd span {
  font-size: 14px;
  font-size: 1.4rem;
}
.wrp-menu .list-price dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin-right: 15px;
}

footer#footer {
  padding: 60px 0 15px 0;
}
footer#footer .btn-contact {
  margin-left: 40px;
}
footer#footer .list-sns {
  margin-top: 35px;
}
footer#footer .list-sns .sns-link:not(:first-child) {
  margin-left: 25px;
}

.ft-item-inner {
  margin-top: 40px;
}

#ft-nav .list-nav {
  width: 50%;
}
#ft-nav .nav-item {
  line-height: 1;
  font-weight: 600;
}
#ft-nav .nav-item:not(:first-child) {
  margin-top: 30px;
}

.ft-copy {
  margin-top: 60px;
}