body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-feature-settings: "pkna" 1;
  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: #61402f;
}

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

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

.col-blue {
  color: #a0d2f6 !important;
}

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

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

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

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

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

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

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

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

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

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

.bg-sky {
  background: url("/img/common/ptn-paper-wht.png");
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-sky::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 64.1/27;
  background-image: url("/img/common/bg-sky.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-boad {
  background: url("/img/common/bg-blackboard.png") center center;
}

.cmn-tel .tel {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
}
.cmn-btn a {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 449px;
  max-width: 100%;
  aspect-ratio: 449/82;
  background: url("/img/common/btn-base.png") center center no-repeat;
  background-size: cover;
  font-size: 20px;
  font-size: 2rem;
  color: #ffa33d;
  font-weight: 600;
  letter-spacing: 0.18em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 54px;
  filter: drop-shadow(2.575px 4.286px 4.02px rgba(48, 48, 48, 0.08));
}
.cmn-btn a:hover {
  color: rgba(255, 163, 61, 0.8);
  transform: scale(0.98);
}

#sidebar {
  max-width: 13.0208333333%;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 88;
}
#sidebar .tag-btn {
  width: 100%;
  min-width: 170px;
}
#sidebar .tag-btn:first-child {
  margin-bottom: 15px;
}
#sidebar .totop-btn {
  width: 28%;
  margin: 20px 50px 0 0;
  min-width: 47px;
}

.ic-tel-blue::before {
  content: "";
  display: inline-block;
  width: 44px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.line-top-wood, .line-btm-wood {
  position: relative;
}
.line-top-wood::before, .line-btm-wood::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url("/img/common/line-wood.png");
  background-size: contain;
  box-shadow: 0px 6px 16.38px 4.62px rgba(48, 48, 48, 0.16);
}
.line-btm-vvv {
  position: relative;
}
.line-btm-vvv::after {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  background-image: url("/img/common/line-jagged.png");
  background-size: 1920px;
}

.side-accent-wht, .side-accent-blk {
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-accent-wht .in, .side-accent-blk .in {
  padding: 0 30px;
}
.side-accent-wht::before, .side-accent-wht::after, .side-accent-blk::before, .side-accent-blk::after {
  content: "";
  display: block;
  width: 90px;
  min-width: 90px;
  aspect-ratio: 3/1;
  background-size: contain;
}
.side-accent-wht::after, .side-accent-blk::after {
  transform: scale(-1, 1);
}
.side-accent-wht::before, .side-accent-wht::after {
  background-image: url("/img/common/obj-accent-wht.png");
}
.side-accent-blk::before, .side-accent-blk::after {
  background-image: url("/img/common/obj-accent-brown.png");
}

.corner-flag {
  position: relative;
  z-index: 1;
}
.corner-flag::before, .corner-flag::after {
  content: "";
  display: block;
  width: 293px;
  max-width: 100%;
  aspect-ratio: 293/125;
  background-image: url("/img/common/obj-flag.png");
  background-size: contain;
  position: absolute;
  top: 0;
  z-index: -1;
}
.corner-flag::before {
  left: 0;
}
.corner-flag::after {
  transform: scale(-1, 1);
  right: 0;
}

.frame-dot-beige::before, .frame-dot-beige::after {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  background-image: url("/img/common/line-dot-beige.png");
  background-size: contain;
}
.frame-dot-beige::before {
  margin-bottom: 25px;
}
.frame-dot-beige::after {
  margin-top: 25px;
}

.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);
}

.sdw-ptn1 {
  filter: drop-shadow(0px 6px 16.38px rgba(48, 48, 48, 0.16));
}
.sdw-ptn2 {
  filter: drop-shadow(3.611px 4.792px 19.74px rgba(48, 48, 48, 0.12));
}

.table {
  width: 100%;
}
.table-ptn1 {
  background: rgba(255, 255, 255, 0.5);
}
.table-ptn1 tr th, .table-ptn1 tr td {
  line-height: 26px;
  padding: 20px 3%;
}
.table-ptn1 tr th {
  width: 20%;
  background: #a0d2f6;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.table-ptn1 tr td {
  white-space: pre-wrap;
}
.table-ptn1 tr:not(:last-child) th {
  border-bottom: dashed 1px #fff;
}
.table-ptn1 tr:not(:last-child) td {
  border-bottom: dashed 1px #a0d2f6;
}
.table-price tr th, .table-price tr td {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  vertical-align: bottom;
  border-top: solid 2px rgba(97, 64, 47, 0.2);
  padding: 30px 0;
}
.table-price tr th {
  width: 75%;
}
.table-price tr th .menu, .table-price tr th .description {
  display: block;
}
.table-price tr th .menu {
  font-weight: 600;
}
.table-price tr th .description {
  margin-top: 5px;
}
.table-price tr td {
  font-weight: 600;
  text-align: right;
}

header {
  position: relative;
  z-index: 10;
}
header .hd-bar-wrap {
  background: url("/img/common/hd-bar-ptn.png") center center;
  background-size: cover;
  padding: 15px 9.11% 25px 6.77%;
  height: 130px;
}
header h1 {
  font-size: 0.7vw;
  line-height: 1.2em;
  color: #fff;
}
header .logo {
  width: 313px;
  max-width: 16.3020833333%;
  position: absolute;
  top: 0;
  left: 6.77%;
  z-index: 1;
}
header .ig-btn::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 25px;
  border-left: dashed 2px #fff;
  vertical-align: middle;
  margin: 0 25px;
}
header #hd-nav ul li {
  line-height: 18px;
}
header #hd-nav ul li:not(:first-child) {
  margin-left: 2.08%;
}
header #hd-nav ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
header .mv-top .mv-top-wrap {
  background: url("/img/top/mv-bg.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 64/27;
}
header .mv-top .cc {
  width: 707px;
  max-width: 36.8229166667%;
}
header .mv-top .img {
  width: 913px;
  max-width: 47.5520833333%;
  margin-left: 3.91%;
}
header .mv-lower {
  width: 100%;
  aspect-ratio: 24/5;
  box-shadow: 0px 6px 16.38px 4.62px rgba(48, 48, 48, 0.16);
}
header .mv-lower h2 {
  max-width: 37.7083333333%;
  position: absolute;
  left: 5.21%;
  bottom: 14%;
}
header .mv-lower.bg-voice {
  background: url("/img/voice/mv.png") right center no-repeat;
  background-size: 50%;
}
header .mv-lower.bg-about {
  background: url("/img/about/mv.png") right center no-repeat;
  background-size: 60%;
}
header .mv-lower.bg-service {
  background: url("/img/service/mv.png") right center no-repeat;
  background-size: 60%;
}
header .mv-lower.bg-voice {
  background: url("/img/voice/mv.png") right center no-repeat;
  background-size: 60%;
}
header .mv-lower.bg-salon {
  background: url("/img/salon/mv.png") right center no-repeat;
  background-size: 60%;
}
header .mv-lower.bg-blog {
  background: url("/img/blog/mv.png") right center no-repeat;
  background-size: 60%;
}
header .mv-lower.bg-contact {
  background: url("/img/contact/mv.png") right center no-repeat;
  background-size: 60%;
}
header .mv-lower.bg-complete {
  background: url("/img/complete/mv.png") right center no-repeat;
  background-size: 60%;
}
header .mv-lower.bg-sitemap {
  background: url("/img/sitemap/mv.png") right center no-repeat;
  background-size: 60%;
}
header .mv-lower.bg-privacy {
  background: url("/img/privacy/mv.png") right center no-repeat;
  background-size: 60%;
}
header .mv-lower.bg-e404 {
  background: url("/img/e404/mv.png") right center no-repeat;
  background-size: 60%;
}

.obj-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  margin-top: -22vw;
}
.obj-img .obj-01 {
  width: 213px;
  max-width: 11.09375%;
  margin-top: 4vw;
}
.obj-img .obj-02 {
  width: 370px;
  max-width: 19.2708333333%;
}

.ctn {
  width: 1080px;
  margin: 0 auto;
}

.list-column {
  display: flex;
  flex-wrap: wrap;
}
.list-column-3 li {
  width: calc(33.3333333333% - 13.3333333333px);
}
.list-column-3 li:not(:nth-child(3n-2)) {
  margin-left: 20px;
}
.list-column-4 li {
  width: calc(25% - 15px);
}
.list-column-4 li:not(:nth-child(4n-3)) {
  margin-left: 20px;
}
.list-check li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
}
.list-check li:not(:last-child) {
  margin-bottom: 10px;
}
.list-check li::before {
  content: "";
  display: block;
  width: 32px;
  min-width: 32px;
  aspect-ratio: 1/1;
  background-size: contain;
  margin: 5px 15px 0 0;
}
.list-check.ic-blk li {
  border-bottom: dashed 1px #fff;
}
.list-check.ic-blk li::before {
  background-image: url("/img/common/ic-check-blk.png");
}
.list-check.ic-wht li {
  border-bottom: dashed 1px #61402f;
}
.list-check.ic-wht li::before {
  background-image: url("/img/common/ic-check-wht.png");
}
.list-voice li {
  background: url("/img/common/ptn-paper-beige.png");
  padding: 60px 70px;
  box-shadow: 0px 6px 14.58px 3.42px rgba(48, 48, 48, 0.19);
  position: relative;
  z-index: 1;
}
.list-voice li a:hover {
  opacity: 0.8;
}
.list-voice li:not(:first-child) {
  margin-top: 35px;
}
.list-voice li::after {
  content: "";
  display: block;
  width: 207px;
  max-width: 100%;
  aspect-ratio: 207/179;
  background-image: url("/img/common/voice-obj-shell.png");
  background-size: contain;
  position: absolute;
  right: -60px;
  bottom: -30px;
  z-index: -1;
}
.list-voice li .ttl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-voice li .ttl::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 155/2;
  background-image: url("/img/common/voice-line.png");
  background-size: contain;
  margin: 15px auto;
}
.list-voice li .ttl span {
  display: block;
}
.list-voice li .ttl .age, .list-voice li .ttl .type {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5em;
  font-weight: 600;
  margin-right: 15px;
}
.list-voice li .ttl .tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-voice li .ttl .tag .tag-item {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1em;
  background: #acb6ee;
  color: #fff;
  padding: 6px 15px;
  margin: 2.5px 5px 2.5px 0;
  text-align: left;
}
.list-voice li .txt::before, .list-voice li .txt::after {
  content: "";
  display: block;
  width: 10px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/voice-obj-dot.png");
  background-size: contain;
  position: absolute;
  top: 20px;
  z-index: -1;
}
.list-voice li .txt::before {
  left: 20px;
}
.list-voice li .txt::after {
  right: 20px;
}
.list-news li:first-child::before, .list-news li:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 155/1;
  background-image: url("/img/common/news-line.png");
  background-size: contain;
  margin: 25px 0;
}
.list-news li:first-child::before {
  margin: 0 0 25px 0;
}
.list-news li .inner {
  display: flex;
  flex-wrap: wrap;
}
.list-news li time {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ac9b92;
  white-space: nowrap;
  margin-right: 15px;
}
.list-news li .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
  text-align: left;
}
.list-num li {
  width: 530px;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: dashed 1px #fff;
  padding-bottom: 20px;
}
.list-num li:not(:first-child) {
  margin-top: 20px;
}
.list-num li::before {
  display: block;
  width: 32px;
  min-width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #5ce0cf;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 4px 10px 0 0;
}
.list-num li:nth-child(1)::before {
  content: "1";
}
.list-num li:nth-child(2)::before {
  content: "2";
}
.list-num li:nth-child(3)::before {
  content: "3";
}
.list-num li:nth-child(4)::before {
  content: "4";
}
.list-num li:nth-child(5)::before {
  content: "5";
}
.list-num li:nth-child(6)::before {
  content: "6";
}
.list-num li:nth-child(7)::before {
  content: "7";
}

.layout-half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-half .box {
  width: 520px;
  max-width: 100%;
}

.overframe {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.overframe .frame {
  width: 100%;
  margin: 0 auto;
}
.overframe .ctn {
  width: 100%;
  max-width: 1080px;
}

.cmn-tag-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cmn-tag-main .ttl {
  white-space: nowrap;
  border-right: solid 2px #ac9b92;
  padding-right: 20px;
  margin-right: 20px;
}
.cmn-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cmn-tag-main .list-tag .tag {
  margin: 5px;
  text-align: left;
}
.cmn-tag-main .list-tag .tag a {
  display: block;
  background: #acb6ee;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  padding: 8px 20px 10px 20px;
  text-align: left;
  white-space: nowrap;
}
.cmn-tag-main .list-tag .tag a:hover {
  opacity: 0.8;
}
.cmn-tag-sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cmn-tag-sub .tag {
  line-height: 1em;
  background: #89d5c9;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px 7px 10px;
  margin: 2.5px 5px 2.5px 0;
  text-align: left;
}
.cmn-blog-list li {
  display: flex;
  align-items: center;
}
.cmn-blog-list li:not(:last-child) {
  border-bottom: solid 1px #e3dbd5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cmn-blog-list li .image {
  width: 25%;
  min-width: 25%;
  border: solid 1px #e3dbd5;
  aspect-ratio: 2/1.5;
  margin-right: 20px;
}
.cmn-blog-list li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmn-blog-list li .inner {
  width: 100%;
}
.cmn-blog-list li time {
  display: block;
  color: #888;
  margin-bottom: 10px;
}
.cmn-blog-list li .ttl {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 10px;
}
.cmn-blog-list li .txt {
  line-height: 1.5em;
  margin-top: 15px;
}
.cmn-base-dot_shell, .cmn-base-dot, .cmn-base-shell {
  background: url("/img/common/ptn-paper-beige.png");
  padding: 4% 4% 5% 4%;
  position: relative;
  z-index: 1;
}
.cmn-base-dot_shell .box:not(:first-child), .cmn-base-dot .box:not(:first-child), .cmn-base-shell .box:not(:first-child) {
  margin-left: 40px;
}
.cmn-base-dot_shell::before, .cmn-base-dot::before, .cmn-base-shell::before {
  content: "";
  display: block;
  width: 414px;
  max-width: 100%;
  aspect-ratio: 207/58;
  background-image: url("/img/common/obj-shell.png");
  background-size: contain;
  position: absolute;
  right: 50px;
  bottom: 40px;
  z-index: -1;
}
.cmn-base-dot_shell::after, .cmn-base-dot::after, .cmn-base-shell::after {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 14px;
  background-image: url("/img/common/line-dot-brown.png");
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
  z-index: -1;
}
.cmn-base-dot::before {
  content: none;
}
.cmn-base-shell::after {
  content: none;
}
.cmn-contact {
  position: relative;
  z-index: 10;
}
.cmn-contact::before, .cmn-contact::after {
  content: "";
  display: block;
  background-size: contain;
  position: absolute;
  z-index: 2;
}
.cmn-contact::before {
  width: 366px;
  max-width: 100%;
  max-width: 19.0625%;
  aspect-ratio: 366/590;
  background-image: url("/img/common/contact-obj-01.png");
  top: -10vw;
  left: 0;
}
.cmn-contact::after {
  width: 214px;
  max-width: 100%;
  max-width: 11.1458333333%;
  aspect-ratio: 107/362;
  background-image: url("/img/common/contact-obj-02.png");
  bottom: -17vw;
  right: 0;
}
.cmn-contact .frame-ctn {
  padding-top: 70px;
}
.cmn-contact .frame-ctn::after {
  content: "";
  display: block;
  width: 1062px;
  max-width: 55.3125%;
  aspect-ratio: 354/121;
  background-image: url("/img/common/contact-bg.png");
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.cmn-contact .ctn {
  position: relative;
  z-index: 10;
}
.cmn-contact .box-ttl {
  width: 560px;
  max-width: 100%;
  margin-top: 80px;
}
.cmn-contact .box-info::before, .cmn-contact .box-info::after {
  content: "";
  display: block;
  background-size: contain;
  margin: 0 auto;
}
.cmn-contact .box-info::before {
  width: 274px;
  max-width: 100%;
  aspect-ratio: 274/79;
  background-image: url("/img/common/contact-frame-top.png");
}
.cmn-contact .box-info::after {
  width: 457px;
  max-width: 100%;
  aspect-ratio: 457/220;
  background-image: url("/img/common/contact-frame-btm.png");
  margin: -32px auto 0 auto;
}
.cmn-contact .box-info .inner-main {
  width: 509px;
  max-width: 100%;
  height: 459px;
  background: url("/img/common/contact-frame-base.png") center center no-repeat;
  background-size: cover;
}
.cmn-contact .cmn-tel .tel {
  font-size: 38px;
  font-size: 3.8rem;
}
.cmn-contact .cmn-tel .tel::before {
  width: 57px;
  max-width: 100%;
}
.cmn-contact .list-btn {
  margin-top: 10px;
}
.cmn-contact .list-btn li:not(:first-child) {
  margin-top: 12px;
}

.txt-plain {
  line-height: 35px;
}

.marker-orange-light {
  background: linear-gradient(transparent 55%, rgba(249, 226, 174, 0.8) 55%);
}

.marker-yellow {
  background: linear-gradient(transparent 55%, rgba(251, 199, 141, 0.6) 55%);
}

.gmap {
  width: 100%;
  height: 350px;
  padding: 10px;
}
.gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.bd-btm2-brown {
  border-bottom: solid 2px #ac9b92;
}

.bd-btm2-beige {
  border-bottom: solid 2px #e4d1bb;
}

#container-top h2,
#container-lower h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
#container-top h2 .ttl, #container-top h2 .ruby,
#container-lower h3 .ttl,
#container-lower h3 .ruby {
  display: block;
  text-align: center;
  line-height: 1em;
}
#container-top h2 .ttl,
#container-lower h3 .ttl {
  font-size: 70px;
  font-size: 7rem;
  font-weight: 600;
}
#container-top h2 .ruby,
#container-lower h3 .ruby {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 20px;
}

#container-lower article {
  padding: 140px 0;
}
#container-lower article .frame-ctn {
  padding: 140px 0;
}
#container-lower h3 {
  margin-bottom: 70px;
}
#container-lower h3 .ttl, #container-lower h3 .ruby {
  letter-spacing: 0.1em;
}
#container-lower .ttl-ptn1 {
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 40px 20px;
}

.top-about {
  padding: 170px 0 150px 0;
  margin-top: -30px;
}
.top-about h2 {
  /* margin-bottom: 80px; */
  margin-bottom: 50px;
}
.top-about .btn {
  margin-top: 80px;
}

.top-trouble .frame-ctn {
  padding: 100px 0 70px 0;
}
.top-trouble .frame-ctn::after {
  content: "";
  display: block;
  width: 432px;
  max-width: 100%;
  aspect-ratio: 432/169;
  background-image: url("/img/top/trouble-arrow.png");
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: 0 auto;
}
.top-trouble h2 {
  margin-bottom: 20px;
}
.top-trouble .box-txt {
  width: 506px;
  max-width: 100%;
}

.top-follow {
  padding: 130px 0 180px 0;
}
.top-follow h2 {
  padding: 35px 20px;
}
.top-follow h3 {
  padding: 40px 20px;
}
.top-follow .box-txt {
  width: 440px;
  max-width: 100%;
  margin-top: 20px;
}
.top-follow .btn {
  margin-top: 110px;
}

.top-voice {
  padding: 120px 0 140px 0;
}
.top-voice h2 {
  margin-bottom: 80px;
}
.top-voice .btn {
  margin-top: 70px;
}

.top-access {
  padding: 135px 0;
}
.top-access h3 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 30px;
}
.top-access .box-txt {
  width: 545px;
  max-width: 100%;
}
.top-access .img {
  margin-right: -80px;
}
.top-access .btn {
  margin-top: 70px;
}
.top-access .gmap {
  margin-top: 90px;
}

.top-news {
  position: relative;
  z-index: 5;
  margin-bottom: -35px;
}
.top-news .frame-ctn {
  background: url("/img/top/news-bg.png") center center no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.top-news h2 {
  margin-bottom: 35px;
}
.top-news .list {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
}
.top-news .btn {
  margin-top: 50px;
}

.lower-about .cmn-base-dot_shell .box-txt,
.lower-about .cmn-base-shell .box-txt,
.lower-about .cmn-base-dot .box-txt,
.lower-service .cmn-base-dot_shell .box-txt,
.lower-service .cmn-base-shell .box-txt,
.lower-service .cmn-base-dot .box-txt {
  width: 440px;
  max-width: 100%;
}
.lower-about .cmn-base-dot_shell .table-price,
.lower-about .cmn-base-shell .table-price,
.lower-about .cmn-base-dot .table-price,
.lower-service .cmn-base-dot_shell .table-price,
.lower-service .cmn-base-shell .table-price,
.lower-service .cmn-base-dot .table-price {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
}

.lower-service .sec-04 {
  width: 815px;
  max-width: 100%;
  height: 377px;
  background: url("/img/service/ticket-base.png") center center no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.lower-service .sec-04 .txt {
  margin-top: 50px;
}

.lower-salon .table-ptn1 {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
}
.lower-salon .table-ptn1 th, .lower-salon .table-ptn1 td {
  vertical-align: middle;
}

.lower-voice {
  overflow: hidden;
}

.lower-blog {
  overflow: hidden;
}
.lower-blog .cmn-tag-main .list-tag .tag a {
  background: #89d5c9;
}

.lower-contactform .cmn-contact::before {
  content: none !important;
}

footer .frame-ctn {
  padding: 10px 0 70px 0;
}
footer .sec-01 {
  padding-bottom: 50px;
  margin-bottom: 40px;
}
footer .sec-01::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1083/7;
  background-image: url("/img/common/ft-line.png");
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
footer .sec-02-nav {
  width: 550px;
  max-width: 100%;
  padding-top: 20px;
}
footer .sec-02-info {
  width: 450px;
  max-width: 100%;
}
footer .sec-02 .ft-nav ul li {
  line-height: 1em;
}
footer .sec-02 .ft-nav ul li a {
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
footer .sec-02 .ft-nav ul li:nth-child(3n-2) {
  width: 160px;
  max-width: 100%;
}
footer .sec-02 .ft-nav ul li:nth-child(3n-1) {
  /* width: 90px; */
  width: 110px;
  max-width: 100%;
}
footer .sec-02 .ft-nav ul li:nth-child(3n) {
  width: 180px;
  max-width: 100%;
}
footer .sec-02 .ft-nav ul li:not(:nth-child(3n)) {
  margin-right: 50px;
}
footer .sec-02 .ft-nav ul li:nth-child(n+4) {
  margin-top: 50px;
}
footer .sec-02 .info-box {
  background: rgba(97, 64, 47, 0.7);
  padding: 20px 45px;
}
footer .sec-02 .info-box .cmn-tel {
  border-bottom: solid 2px rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
footer .sec-02 .info-box .table dl {
  display: flex;
  align-items: flex-start;
}
footer .sec-02 .info-box .table dl dt, footer .sec-02 .info-box .table dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.08em;
}
footer .sec-02 .info-box .table dl dt {
  width: 76px;
  max-width: 100%;
  font-weight: 500;
  min-width: 76px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-right: 10px;
  white-space: nowrap;
}
footer .sec-02 .info-box .table dl:not(:first-child) {
  margin-top: 10px;
}
footer .sec-02 .btn {
  margin-top: 30px;
}

.add_list-num li{
 font-size: 2.2rem;
}

#container-top h2 .ttl, #container-lower h3 .ttl_add{
 font-size: 4rem;
}
.box-txt_add .list-check.ic-wht li::before{
 background-image: none;
 width: inherit;
 min-width: inherit;
 margin: inherit;
}

.faq_contents{
 margin-bottom: 100px;
}
.faq_contents ul{

}
.faq_contents ul li{
margin: 20px 0;
padding: 20px;
background: url(/img/common/ptn-paper-beige.png);
}
.faq_contents ul p{
 margin: 10px 0;
 font-weight: bold;
}
.faq_contents ul li span{
margin-right: 10px;
font-weight: bolder;
font-size: 2rem;
}
.faq_contents ul li .q_txt_decoration span{
    color: #317cb9;
}
.faq_contents ul li .a_txt_decoration span{
    color: #e8744b;
}

.top_about_emphasis{
 font-size: 2.5rem;
 line-height: 8rem;
 color: #4ca246;
}

.contact_map{
 margin-top: 20px;
}
.contact_map div{
 padding: 0 10px;
}
.contact_map div iframe{
 width: 100%;
 height: 250px;
}

.noB ul li span{
    font-weight: bold;
    font-size: 3rem;
    margin-right: 15px;
}

.noB ul li {
    align-items: center;

}

.about_concept_add strong{
 font-size: 2.2rem;
 color: #807df0;
 border-bottom: solid 2px;
}

.service_flow_box{
 display: flex;
 justify-content: space-between;
}

.service_flow_box_txt{
 width: 600px;
}

.service_flow_box_img{
 width: 350px;
}

.list-check-title li span{
 color: #ffba6c;
}
