/*# sourceMappingURL=style.css.map */ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผใ

STYLE.css (PC)

ใใใใใผใธใใใใณๅใใผใธใฎในใฟใคใชใณใฐ

๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผใ*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ใใใใผ

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  min-width: 1080px;
  height: 130px;
  background: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 0;
}
#header .nav__sns .list__sns {
  display: flex;
  align-items: center;
  gap: 80px;
}
#header .nav__sns .list__sns .item a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: ease 0.2s;
}
#header .nav__sns .list__sns .item a span {
  position: relative;
  font-size: var(--font-size-17);
  letter-spacing: 0.12em;
  padding-bottom: 10px;
}
#header .nav__sns .list__sns .item a:hover {
  opacity: 0.5;
}
#header .nav__sns .list__sns .btn__instagram span {
  position: relative;
  border-bottom: 1px solid #c957df;
}
#header .nav__sns .list__sns .btn__instagram span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__instagram.svg) center center/contain no-repeat;
  width: 35px;
  height: 35px;
  top: 50%;
  left: -45px;
  translate: 0 -50%;
}
#header .nav__sns .list__sns .btn__line span {
  position: relative;
  border-bottom: 1px solid #5a8e2f;
}
#header .nav__sns .list__sns .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 35px;
  height: 35px;
  top: 50%;
  left: -45px;
  translate: 0 -50%;
}
#header .item__logo {
  display: block;
  width: fit-content;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  padding-right: 30px;
}
#header .group__info {
  margin-bottom: var(--margin-35);
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

html {
  scroll-padding-top: 110px;
}

/* nav ใฐใญใผใใซใใใฒใผใทใงใณ
========================================================================= */
#nav .list-nav {
  width: fit-content;
  gap: 35px;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  font-size: var(--font-size-17);
  letter-spacing: 0.12em;
  transition: ease 0.3s;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
#nav .list-nav .item a:hover {
  opacity: 0.7;
  color: var(--col--main-01);
  border-bottom: 1px solid var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

mv ใกใคใณใใธใฅใขใซ

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 830px;
  background: url(/img/mv/mv__bg_img_01.png) bottom center/max(1920px, 100%) 100% no-repeat;
  margin-top: 130px;
}
#mv::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__deco_01.png) center center/contain no-repeat;
  width: 1920px;
  height: 719px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#mv .mv__catch {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: -20px;
}
#mv .mv__img {
  position: absolute;
  right: clamp(-420px, 50vw - 970px, 20px);
  top: 30px;
}

/* sv ใตใใใธใฅใขใซ
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 500px;
  background: url(/img/sv/sv__bg_img_01.png) center top/cover no-repeat;
  margin-top: 110px;
}
#sv .sv__img {
  position: absolute;
  left: 50%;
  top: calc(50% + 10px);
  translate: -50% -50%;
  max-width: 1758px;
  min-width: 1380px;
  width: 90%;
  height: 381px;
}
#sv .sv__img::before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: 2px solid var(--col--acc-01);
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#sv .sv__img::after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: calc(100% + 70px);
  height: calc(100% + 70px);
  background: url(/img/sv/sv__deco_02_01.png) right top no-repeat, url(/img/sv/sv__deco_02_02.png) left bottom no-repeat, url(/img/sv/sv__deco_01_01.png) left top no-repeat, url(/img/sv/sv__deco_01_02.png) right bottom no-repeat;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#sv .sv__catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: #fff;
  min-width: 680px;
  padding: 30px;
  width: fit-content;
  text-align: center;
  font-size: var(--font-size-38);
  letter-spacing: 0.12em;
}
#sv .sv__catch::after {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__catch__deco_01_02.png) center center/contain no-repeat;
  width: 72px;
  height: 67px;
  left: -30px;
  bottom: -30px;
}
#sv .sv__catch::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  outline: 1px solid var(--col--acc-01);
  outline-offset: -15px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: url(/img/sv/sv__catch__deco_02_01.png) left top no-repeat, url(/img/sv/sv__catch__deco_02_02.png) right 3px bottom 3px no-repeat, url(/img/sv/sv__catch__deco_02_01.png) left top no-repeat;
}
#sv .sv__catch span {
  position: relative;
  background: var(--col--grad-p-01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sv .sv__catch span::before {
  content: "";
  background: url(/img/sv/sv__catch__deco_01_01.png) center center/contain no-repeat;
  width: 278px;
  height: 71px;
  left: 50%;
  translate: -50% 0;
  top: -93px;
  position: absolute;
}

.sv-notfound {
  background: url(/img/sv/sv__notfound.jpg) center center/cover no-repeat;
}

.sv-contact {
  background: url(/img/sv/sv__contact.jpg) center center/cover no-repeat;
}

.sv-complete {
  background: url(/img/sv/sv__complete.jpg) center center/cover no-repeat;
}

.sv-news {
  background: url(/img/sv/sv__news.jpg) center center/cover no-repeat;
}

.sv-site {
  background: url(/img/sv/sv__site.jpg) center center/cover no-repeat;
}

.sv-privacy {
  background: url(/img/sv/sv__privacy.jpg) center center/cover no-repeat;
}

.sv-about {
  background: url(/img/sv/sv__about.jpg) center center/cover no-repeat;
}

.sv-menu {
  background: url(/img/sv/sv__menu.jpg) center center/cover no-repeat;
}

.sv-salon {
  background: url(/img/sv/sv__salon.jpg) center center/cover no-repeat;
}

.sv-welcome {
  background: url(/img/sv/sv__welcome.jpg) center center/cover no-repeat;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

footer ใใใฟใผ

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  z-index: 0;
  position: relative;
  width: 100%;
  background: url(/img/common/bg_img__texture__01.jpg) center center/cover no-repeat;
  margin-top: -40px;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-40);
  margin-inline: auto;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .item__address {
  margin-bottom: var(--margin-25);
  text-align: center;
  font-size: var(--font-size-17);
}
#footer .inner {
  padding-block: 120px 40px;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .com__times {
  width: fit-content;
  gap: 16px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--margin-80);
}
#footer .com__times .item dt,
#footer .com__times .item dd {
  font-size: var(--font-size-17);
  letter-spacing: 0;
}
#footer .com__times .item dt {
  justify-content: start;
  width: 75px;
}
#footer .com__times .item dd {
  flex: 1;
  padding-left: 10px;
  border-left: 1px solid var(--col--txt-01);
  margin-left: 10px;
}
#footer .list-nav {
  justify-content: space-between;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  font-size: var(--font-size-14);
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0;
  font-weight: 400;
  transition: ease 0.2s;
}
#footer .list-nav .item a:hover {
  color: var(--col--acc-01);
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  padding-bottom: 40px;
  transition: ease 0.12s;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
  color: var(--col--txt-01);
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #footer .item-logo {
    width: 45vw;
  }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .list-nav {
    display: none;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

TOPใใผใธ / ๅบๆไธๅฑคใใผใธ

////////////////////////////////////////////////////////////////////////////////////////////////// */
main {
  position: relative;
  z-index: 1;
}

#top__news {
  position: relative;
  background: url(/img/top/top__news__bg_img_01.png) top center/100% 100% no-repeat;
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: relative;
  align-items: center;
  gap: 15px;
  margin-bottom: var(--margin-40);
  padding-top: 80px;
  position: absolute;
  left: 0;
  top: 100px;
}
#top__news .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__flour__01_01.png) center center/contain no-repeat;
  width: 197px;
  height: 64px;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#top__news a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}
#top__news .cont__latest {
  gap: 32px;
  width: 784px;
  margin-left: auto;
  display: flex;
  align-items: start;
}
#top__news .cont__latest .com__latest {
  width: calc((100% - 64px) / 3);
}
#top__news .group__info {
  width: 100%;
}
#top__news .group__info.on_thumb {
  width: 100%;
}
#top__news .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  letter-spacing: 0;
}
#top__news .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  letter-spacing: 0;
  margin-bottom: var(--margin-15);
  margin-right: var(--margin-15);
}
#top__news .list__tag {
  order: 2;
  width: 60%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
#top__news .group__img {
  height: 240px;
  width: 240px;
  margin-right: 0;
  margin-bottom: var(--margin-20);
}
#top__news .item__thumb {
  height: 240px;
  width: 240px;
}
#top__news .com__btn_01 {
  position: absolute;
  left: 0;
  top: 320px;
  width: 220px;
  height: 60px;
  align-items: start;
  padding-left: 20px;
}

#contents-u .group__info {
  width: 70%;
}
#contents-u .com__latest {
  margin-bottom: var(--margin-50);
}
#contents-u .com__latest a {
  gap: 30px;
}
#contents-u .com__latest:last-child {
  margin-bottom: 0;
}
#contents-u .group__info.on_thumb {
  width: 70%;
}
#contents-u .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  letter-spacing: 0;
  letter-spacing: 0.12em;
}
#contents-u .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  letter-spacing: 0;
  margin-bottom: var(--margin-15);
  margin-right: var(--margin-15);
  letter-spacing: 0.12em;
}
#contents-u .list__tag {
  order: 2;
  width: 60%;
  margin-bottom: var(--margin-15);
  gap: 20px;
}
#contents-u .list__tag .item {
  font-size: var(--font-size-14);
}
#contents-u .group__img {
  height: 140px;
  width: 140px;
  margin-right: 0;
}
#contents-u .item__thumb {
  height: 140px;
  width: 140px;
}

/* top__concept
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__concept {
  position: relative;
}
#top__concept::before {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/top/top__concept__bg_img_01.png) center center/contain no-repeat;
  width: 566px;
  height: 877px;
  left: 0;
  top: 0;
}
#top__concept .wrap__concept {
  position: relative;
  background: url(/img/common/deco__frame_corner__01_01.png) left top no-repeat, url(/img/common/deco__frame_corner__01_02.png) left bottom no-repeat, url(/img/common/deco__frame_corner__02_01.png) right bottom no-repeat, url(/img/common/border__double__01_01t.png) left top repeat-x, url(/img/common/border__double__01_01l.png) left top repeat-y, url(/img/common/border__double__01_01b.png) left bottom repeat-x, #fff;
  padding: 60px;
  padding-right: 0;
  border-radius: 60px 0 0 60px;
  width: 620px;
}
#top__concept .wrap__concept::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__flour__01_01.png) center center/contain no-repeat;
  width: 271px;
  height: 254px;
  left: -80px;
  top: -53px;
}
#top__concept .wrap__concept::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__flour__02_01.png) center center/contain no-repeat;
  width: 130px;
  height: 121px;
  left: -55px;
  bottom: -40px;
}
#top__concept .ttl03 {
  margin-bottom: var(--margin-50);
  gap: 15px;
}
#top__concept .item__img {
  position: absolute;
  right: -900px;
  top: -20px;
  width: max-content;
}
#top__concept .com__btn_02 {
  margin-left: auto;
  margin-right: 70px;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  z-index: 0;
  position: relative;
}
#top__feature::before {
  z-index: -1;
  content: "";
  position: absolute;
  max-width: 1700px;
  width: 90%;
  height: calc(100% - 150px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: var(--col--grad-p-01);
  opacity: 0.1;
}
#top__feature::after {
  z-index: -1;
  content: "";
  position: absolute;
  max-width: 1720px;
  width: calc(90% + 15px);
  height: calc(100% - 135px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border: 1px solid #f3e2c2;
}
#top__feature .inner {
  width: 100%;
  max-width: 1820px;
}
#top__feature .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-50);
  position: relative;
  gap: 15px;
}
#top__feature .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__flour__01_02.png) center center/contain no-repeat;
  width: 456px;
  height: 127px;
  left: 50%;
  translate: -50% 0;
  top: -150px;
}
#top__feature .ttl03 .ttl__en span {
  font-size: var(--font-size-24);
}
#top__feature .list__feature {
  gap: 50px;
}
#top__feature .list__feature .item .ttl04 {
  order: 2;
  margin-bottom: var(--margin-30);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  margin-bottom: var(--margin-10);
}
#top__feature .list__feature .item .ttl04 .ttl__ja {
  position: relative;
  width: fit-content;
  min-height: 90px;
  display: flex;
  align-items: center;
}
#top__feature .list__feature .item .ttl04 .ttl__ja span {
  font-size: var(--font-size-26);
  letter-spacing: 0.12em;
  line-height: 1.5;
}
#top__feature .list__feature .item .ttl04 .ttl__num {
  position: relative;
  width: fit-content;
}
#top__feature .list__feature .item .ttl04 .ttl__num::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__antique__01_01.png) center center/contain no-repeat;
  width: 40px;
  height: 12px;
  left: -5px;
  top: 15px;
  translate: -100% 0;
}
#top__feature .list__feature .item .ttl04 .ttl__num::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__antique__01_02.png) center center/contain no-repeat;
  width: 40px;
  height: 12px;
  right: -5px;
  top: 15px;
  translate: 100% 0;
}
#top__feature .list__feature .item .ttl04 .ttl__num span {
  font-family: var(--fot--Cormorant-Garamond);
  background: var(--col--grad-p-01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--font-size-32);
}
#top__feature .list__feature .item .ttl04 .ttl__num span small {
  font-size: var(--font-size-22);
}
#top__feature .list__feature .item .item__img {
  order: 1;
  margin-bottom: var(--margin-20);
}
#top__feature .list__feature .item .item__text {
  order: 3;
  text-align: center;
}
#top__feature .list__feature .item .item__text p {
  font-size: var(--font-size-17);
  font-family: var(--fot--Shippori-Mincho);
}
#top__feature .com__btn_03 {
  width: 580px;
  margin-block: 50px;
  margin-inline: auto;
}

/* top__nav_subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__nav_subpages {
  background: url(/img/top/top__nav_subpages__bg_img_01.jpg) center center/cover no-repeat;
}
#top__nav_subpages .inner {
  width: 1280px;
}
#top__nav_subpages .list__nav {
  padding: 70px 100px;
  gap: 80px;
  background: url(/img/top/top__nav_subpages__bg_img_02.jpg) center center/cover no-repeat;
  position: relative;
}
#top__nav_subpages .list__nav::after {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/top/top__nav_subpages__deco_03.png) center center/contain no-repeat;
  width: 157px;
  height: 114px;
  right: -40px;
  bottom: -25px;
}
#top__nav_subpages .list__nav::before {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  width: calc(100% + 200px);
  height: calc(100% + 130px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/top/top__nav_subpages__deco_01.png) left bottom no-repeat, url(/img/top/top__nav_subpages__deco_02.png) right top no-repeat;
}
#top__nav_subpages .list__nav .item {
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 15px 0px rgba(206, 219, 192, 0.4);
  padding: 30px;
  padding-top: 50px;
  outline: 1px solid #d69f35;
  outline-offset: -3px;
  position: relative;
  background: #fff;
}
#top__nav_subpages .list__nav .item::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/common/deco__frame_corner__04_01.png) left top no-repeat, url(/img/common/deco__frame_corner__04_02.png) right top no-repeat, url(/img/common/deco__frame_corner__04_03.png) right bottom no-repeat, url(/img/common/deco__frame_corner__04_04.png) left bottom no-repeat;
}
#top__nav_subpages .list__nav .item .ttl03 {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  margin-bottom: var(--margin-25);
  margin-inline: auto;
  width: fit-content;
}
#top__nav_subpages .list__nav .item .ttl03 .ttl__ja span {
  font-weight: 400;
  font-size: var(--font-size-32);
  letter-spacing: 0.12em;
}
#top__nav_subpages .list__nav .item .ttl03 .ttl__en {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
#top__nav_subpages .list__nav .item .ttl03 .ttl__en::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__antique__01_01.png) center center/contain no-repeat;
  width: 40px;
  height: 12px;
  left: -5px;
  top: 15px;
  translate: -100% 0;
}
#top__nav_subpages .list__nav .item .ttl03 .ttl__en::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__antique__01_02.png) center center/contain no-repeat;
  width: 40px;
  height: 12px;
  right: -5px;
  top: 15px;
  translate: 100% 0;
}
#top__nav_subpages .list__nav .item .ttl03 .ttl__en span {
  font-family: var(--fot--Cormorant-Garamond);
  background: var(--col--grad-p-01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--font-size-20);
}
#top__nav_subpages .list__nav .item .ttl03 .ttl__en span small {
  font-size: var(--font-size-22);
}
#top__nav_subpages .list__nav .item .item__text {
  order: 2;
  margin-bottom: var(--margin-25);
}
#top__nav_subpages .list__nav .item .com__btn_03 {
  margin-inline: auto;
  order: 3;
  width: 100%;
}

/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact {
  position: relative;
  z-index: 0;
}
.common__contact .inner {
  padding-bottom: 0;
}
.common__contact .wrap__contact {
  z-index: 0;
  width: 700px;
  margin-left: auto;
  padding: 60px;
  padding-right: 0;
  position: relative;
}
.common__contact .wrap__contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: calc(100% + (100dvw - 1080px) / 2);
  height: 100%;
  background: url(/img/top/top__contact__bg_img_01.png) center center/cover no-repeat;
  left: 0;
  top: 0;
}
.common__contact .ttl03 {
  gap: 10px;
  margin-bottom: var(--margin-45);
}
.common__contact .ttl03 .ttl__ja span {
  font-size: var(--font-size-38);
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.12em;
  color: #fff;
}
.common__contact .ttl03 .ttl__sub {
  position: relative;
  width: fit-content;
}
.common__contact .ttl03 .ttl__sub::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__antique__01_01.png) center center/contain no-repeat;
  width: 47px;
  height: 23px;
  right: -10px;
  top: 0;
  translate: 100% 0;
}
.common__contact .ttl03 .ttl__sub span {
  font-size: var(--font-size-24);
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.12em;
  color: #fff;
}
.common__contact .item__img {
  z-index: -2;
  width: max-content;
  position: absolute;
  left: -800px;
  top: -40px;
  translate: 0 0;
  background: red;
}
.common__contact .list__sns {
  margin-bottom: var(--margin-20);
  display: flex;
  align-items: center;
  gap: 20px;
}
.common__contact .list__sns .item {
  width: 270px;
  height: 70px;
  border: 1px solid #5a8e2f;
}
.common__contact .list__sns .item a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: ease 0.2s;
}
.common__contact .list__sns .item a span {
  position: relative;
  font-size: var(--font-size-17);
  letter-spacing: 0.12em;
}
.common__contact .list__sns .item a:hover {
  opacity: 0.8;
}
.common__contact .list__sns .btn__instagram span {
  position: relative;
  padding-left: 50px;
}
.common__contact .list__sns .btn__instagram span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__instagram.svg) center center/contain no-repeat;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.common__contact .list__sns .btn__line span {
  position: relative;
  padding-left: 50px;
}
.common__contact .list__sns .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.common__contact .item__text {
  margin-bottom: var(--margin-35);
}
.common__contact .item__text p {
  font-size: var(--font-size-17);
  letter-spacing: 0.1em;
  color: #fff;
}
.common__contact .com__tel {
  width: 100%;
  justify-content: center;
  gap: 15px;
  padding-block: 20px;
  border-block: 1px solid rgba(255, 255, 255, 0.3764705882);
  position: relative;
}
.common__contact .com__tel::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__frame_corner__05_01.png) center center/contain no-repeat;
  width: 105px;
  height: 16px;
  left: 50%;
  translate: -50% 0;
  top: -12px;
}
.common__contact .com__tel::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__frame_corner__05_02.png) center center/contain no-repeat;
  width: 105px;
  height: 16px;
  left: 50%;
  translate: -50% 0;
  bottom: -12px;
}
.common__contact .com__tel .item__num {
  font-size: var(--font-size-26);
  letter-spacing: 0.12em;
}
.common__contact .com__tel .item__attention {
  height: 15px;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  font-size: var(--font-size-17);
  letter-spacing: 0;
}
.com__tag .item:nth-of-type(1) {
  padding-left: 5px;
  border-left: 1px solid var(--col--txt-01);
}

.com__latest {
  position: relative;
  transition: ease 0.2s;
  top: 0;
}
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 100%;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  letter-spacing: 0;
}
.com__latest .item__time {
  position: relative;
  order: 2;
  width: fit-content;
  font-size: var(--font-size-17);
  letter-spacing: 0;
}
.com__latest .list__tag {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  top: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

.s-post-taglist {
  gap: 10px;
}

#top__news {
  position: relative;
  background: url(/img/top/top__news__bg_img_01.png) top center/100% 100% no-repeat;
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: relative;
  align-items: center;
  gap: 15px;
  margin-bottom: var(--margin-40);
  padding-top: 80px;
  position: absolute;
  left: 0;
  top: 100px;
}
#top__news .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__flour__01_01.png) center center/contain no-repeat;
  width: 197px;
  height: 64px;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#top__news a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}
#top__news .cont__latest {
  gap: 32px;
  width: 784px;
  margin-left: auto;
  display: flex;
  align-items: start;
}
#top__news .cont__latest .com__latest {
  width: calc((100% - 64px) / 3);
}
#top__news .group__info {
  width: 100%;
}
#top__news .group__info.on_thumb {
  width: 100%;
}
#top__news .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  letter-spacing: 0;
}
#top__news .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  letter-spacing: 0;
  margin-bottom: var(--margin-15);
  margin-right: var(--margin-15);
}
#top__news .list__tag {
  order: 2;
  width: 60%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
#top__news .group__img {
  height: 240px;
  width: 240px;
  margin-right: 0;
  margin-bottom: var(--margin-20);
}
#top__news .item__thumb {
  height: 240px;
  width: 240px;
}
#top__news .com__btn_01 {
  position: absolute;
  left: 0;
  top: 320px;
  width: 220px;
  height: 60px;
  align-items: start;
  padding-left: 20px;
}

/* about
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
.wrap__feature_01 {
  background: url(/img/about/wrap__feature_01__bg_img_01.jpg) center center/cover no-repeat;
}

/* about__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__intro .inner {
  padding-bottom: 75px;
}
#about__intro .ttl03 {
  margin-bottom: var(--margin-50);
}
#about__intro .cont__intro {
  position: relative;
}
#about__intro .cont__intro .item__img {
  position: absolute;
  right: 0;
  top: -70px;
}
#about__intro .cont__intro .item__text p {
  font-size: var(--font-size-17);
  letter-spacing: 0;
}

/* about__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__feature .inner {
  padding-block: 75px;
}
#about__feature .ttl03 {
  margin-bottom: 95px;
}
#about__feature .list__feature {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
#about__feature .list__feature .item {
  position: relative;
  min-height: 370px;
}
#about__feature .list__feature .item .ttl04 {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  background: url(/img/common/deco__frame_corner__02_01.png) right bottom no-repeat, url(/img/common/border__double__01_01t.png) left bottom repeat-x;
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-20);
  width: 590px;
}
#about__feature .list__feature .item .ttl04 .ttl__ja {
  position: relative;
  width: fit-content;
}
#about__feature .list__feature .item .ttl04 .ttl__ja span {
  font-size: var(--font-size-27);
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.12em;
  font-weight: 400;
}
#about__feature .list__feature .item .ttl04 .ttl__num {
  position: relative;
  width: fit-content;
  background: var(--col--grad-p-01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--font-size-32);
  font-family: var(--fot--Cormorant-Garamond);
  letter-spacing: 0.08em;
}
#about__feature .list__feature .item .ttl04 .ttl__num::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__antique__01_02.png) center center/contain no-repeat;
  width: 40px;
  height: 12px;
  translate: 100% 0;
  right: -6px;
  top: 14px;
}
#about__feature .list__feature .item .ttl04 .ttl__num small {
  font-size: var(--font-size-22);
}
#about__feature .list__feature .item .item__img {
  position: absolute;
  top: 10px;
}
#about__feature .list__feature .item .item__text {
  width: 590px;
}
#about__feature .list__feature .item .item__text p {
  font-size: var(--font-size-17);
  letter-spacing: 0.12em;
  line-height: 2;
}
#about__feature .list__feature .item:nth-of-type(odd) .ttl04 {
  margin-left: auto;
}
#about__feature .list__feature .item:nth-of-type(odd) .item__img {
  left: 0;
}
#about__feature .list__feature .item:nth-of-type(odd) .item__text {
  margin-left: auto;
}
#about__feature .list__feature .item:nth-of-type(even) .ttl04 {
  margin-right: auto;
}
#about__feature .list__feature .item:nth-of-type(even) .item__img {
  right: 0;
}
#about__feature .list__feature .item:nth-of-type(even) .item__text {
  margin-right: auto;
}

/* about__nav_subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__nav_subpages .inner {
  width: 1280px;
  padding-top: 75px;
}
#about__nav_subpages .ttl03 {
  margin-bottom: var(--margin-70);
}
#about__nav_subpages .list__nav {
  width: 1280px;
  padding: 40px 100px;
  background: url(/img/about/about__nav_subpages__bg_img_01.jpg) center center/cover no-repeat;
  gap: 80px;
}
#about__nav_subpages .list__nav .item {
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 15px 0px rgba(206, 219, 192, 0.4);
  padding: 30px;
  outline: 1px solid #d69f35;
  outline-offset: -3px;
  position: relative;
  background: #fff;
}
#about__nav_subpages .list__nav .item .ttl04 {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  margin-bottom: var(--margin-25);
  margin-inline: auto;
  width: fit-content;
}
#about__nav_subpages .list__nav .item .ttl04 .ttl__ja span {
  font-weight: 400;
  font-size: var(--font-size-26);
  letter-spacing: 0.12em;
}
#about__nav_subpages .list__nav .item .ttl04 .ttl__en {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
#about__nav_subpages .list__nav .item .ttl04 .ttl__en::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__antique__01_01.png) center center/contain no-repeat;
  width: 40px;
  height: 12px;
  left: -5px;
  top: 15px;
  translate: -100% 0;
}
#about__nav_subpages .list__nav .item .ttl04 .ttl__en::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__antique__01_02.png) center center/contain no-repeat;
  width: 40px;
  height: 12px;
  right: -5px;
  top: 15px;
  translate: 100% 0;
}
#about__nav_subpages .list__nav .item .ttl04 .ttl__en span {
  font-family: var(--fot--Cormorant-Garamond);
  background: var(--col--grad-p-01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--font-size-20);
}
#about__nav_subpages .list__nav .item .ttl04 .ttl__en span small {
  font-size: var(--font-size-22);
}
#about__nav_subpages .list__nav .item .item__text {
  order: 2;
  margin-bottom: var(--margin-25);
}
#about__nav_subpages .list__nav .item .com__btn_03 {
  order: 3;
  width: 100%;
}

/* about__healing
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__healing .ttl03 {
  margin-bottom: 110px;
}
#about__healing .cont__intro {
  position: relative;
}
#about__healing .cont__intro .item__img {
  position: absolute;
  right: 0;
  top: -70px;
}
#about__healing .cont__intro .item__text {
  width: 570px;
}
#about__healing .cont__intro .item__text p {
  font-size: var(--font-size-17);
  letter-spacing: 0;
}
#about__healing .cont__intro .item__text .com__btn_02 {
  margin-left: auto;
}

/* about__healing_effect
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__healing_effect {
  background: url(/img/about/about__healing_effect__bg_img_01.jpg) center center/cover no-repeat;
}
#about__healing_effect .ttl03 {
  margin-bottom: var(--margin-80);
}
#about__healing_effect .cont__effect {
  gap: 40px;
  display: flex;
}
#about__healing_effect .cont__effect .block__type .ttl04 {
  background: url(/img/common/deco__frame_corner__02_02.png) left bottom no-repeat, url(/img/common/deco__frame_corner__02_01.png) right bottom no-repeat, url(/img/common/border__double__01_01t.png) bottom repeat-x;
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-30);
  text-align: center;
}
#about__healing_effect .cont__effect .block__type .ttl04 .ttl__ja {
  font-size: var(--font-size-27);
  letter-spacing: 0.12em;
}
#about__healing_effect .cont__effect .block__type .list__feature {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#about__healing_effect .cont__effect .block__type .list__feature .item .ttl05 {
  width: 100%;
  padding: 20px;
  position: relative;
  text-align: center;
  margin-bottom: var(--margin-10);
}
#about__healing_effect .cont__effect .block__type .list__feature .item .ttl05::before {
  content: "";
  position: absolute;
  width: 95%;
  bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5647058824);
  left: 50%;
  translate: -50% 0;
}
#about__healing_effect .cont__effect .block__type .list__feature .item .ttl05::after {
  content: "";
  position: absolute;
  width: 95%;
  top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.5647058824);
  left: 50%;
  translate: -50% 0;
}
#about__healing_effect .cont__effect .block__type .list__feature .item .ttl05 .ttl__ja {
  font-size: var(--font-size-21);
  font-weight: 400;
  letter-spacing: 0.12em;
}
#about__healing_effect .cont__effect .block__type .list__feature .item .item__text p {
  font-size: var(--font-size-17);
  letter-spacing: 0.06em;
  line-height: 2;
}
#about__healing_effect .cont__effect .block__type .list__feature .item:nth-of-type(1) .ttl05 {
  background: var(--col--grad-p-0120);
}
#about__healing_effect .cont__effect .block__type .list__feature .item:nth-of-type(1) .ttl05 .ttl__ja {
  background: var(--col--grad-p-01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about__healing_effect .cont__effect .block__type .list__feature .item:nth-of-type(2) .ttl05 {
  background: #e0e0e0;
}
#about__healing_effect .cont__effect .block__type .list__feature .item:nth-of-type(3) .ttl05 {
  background: #e2eed9;
}
.wrap__feature_02 {
  background: url(/img/about/wrap__feature_02__bg_img_01.jpg) center center/cover no-repeat;
}

/* about__healing_case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__healing_case {
  background: url(/img/about/wrap__feature_02__bg_img_02.png) top center no-repeat;
}
#about__healing_case .ttl03 {
  margin-bottom: var(--margin-60);
}
#about__healing_case .cont__case {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#about__healing_case .cont__case .block {
  padding: 50px;
  box-shadow: 3px 3px 15px 0px rgba(219, 192, 205, 0.4);
  background: #fff;
}
#about__healing_case .cont__case .block .item__img {
  width: fit-content;
  margin-inline: auto;
}
/* about__scalp_care
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__scalp_care .ttl03 {
  margin-bottom: var(--margin-80);
}
#about__scalp_care .cont__intro {
  position: relative;
}
#about__scalp_care .cont__intro .item__img {
  position: absolute;
  right: 0;
  top: -50px;
}
#about__scalp_care .cont__intro .item__text {
  width: 570px;
}
#about__scalp_care .cont__intro .item__text p {
  font-size: var(--font-size-17);
}
#about__scalp_care .cont__intro .item__text .com__btn_02 {
  margin-left: auto;
}

/* about__scalp_care_effect
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__scalp_care_effect {
  background: url(/img/about/about__scalp_care_effect__bg_img_01.jpg) center center/cover no-repeat;
}
#about__scalp_care_effect .ttl03 {
  margin-bottom: var(--margin-70);
}
#about__scalp_care_effect .ttl03 .ttl__ja span {
  font-size: var(--font-size-37);
}
#about__scalp_care_effect .cont__effect {
  position: relative;
  background: linear-gradient(90deg, rgba(195, 84, 227, 0.2705882353) 0%, rgba(249, 116, 188, 0.2705882353) 100%);
  padding: 40px 30px;
}
#about__scalp_care_effect .cont__effect::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6901960784);
  bottom: 5px;
  left: 50%;
  translate: -50% 0;
  width: 96%;
}
#about__scalp_care_effect .cont__effect::after {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.6901960784);
  top: 5px;
  left: 50%;
  translate: -50% 0;
  width: 96%;
}
#about__scalp_care_effect .cont__effect .list__effect {
  gap: 40px 50px;
  display: flex;
  flex-wrap: wrap;
}
#about__scalp_care_effect .cont__effect .list__effect .item {
  width: calc((100% - 50px) / 2);
  position: relative;
  padding-left: 27px;
}
#about__scalp_care_effect .cont__effect .list__effect .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_01.png) center center/contain no-repeat;
  width: 19px;
  height: 15px;
  left: 0;
  top: 3px;
}
#about__scalp_care_effect .cont__effect .list__effect .item .text {
  font-size: var(--font-size-20);
}

/* about__scalp_care_case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__scalp_care_case {
  background: url(/img/about/about__scalp_care_case__bg_img_01.jpg) center center/cover no-repeat;
}
#about__scalp_care_case .ttl03 {
  margin-bottom: var(--margin-70);
}
#about__scalp_care_case .cont__case {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#about__scalp_care_case .cont__case .block {
  padding: 50px;
  box-shadow: 3px 3px 15px 0px rgba(219, 192, 205, 0.04);
  background: #fff;
}
#about__scalp_care_case .cont__case .block .item__img {
  width: fit-content;
  margin-inline: auto;
}
.wrap__menu_01 {
  background: url(/img/menu/wrap__menu_01__img_01.png) center center/cover no-repeat;
}

/* menu
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
/* menu__list
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu__list .ttl03 {
  margin-bottom: var(--margin-70);
}
#menu__list .item__text_note {
  margin-bottom: var(--margin-70);
  text-align: center;
}
#menu__list .item__text_note p {
  font-size: var(--font-size-17);
  text-align: center;
}
#menu__list .cont__post .block__post {
  padding-bottom: var(--margin-90);
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: var(--margin-90);
}
#menu__list .cont__post .block__post:last-child {
  margin-bottom: 0;
  border-bottom: unset;
  padding-bottom: 0;
}
#menu__list .cont__post .block__post .wrap__info {
  gap: 50px;
  margin-bottom: var(--margin-60);
}
#menu__list .cont__post .block__post .wrap__info .group__info {
  flex: 1;
}
#menu__list .cont__post .block__post .wrap__info .group__info .ttl04 {
  background: url(/img/common/deco__frame_corner__02_01.png) right bottom no-repeat, url(/img/common/border__double__01_01t.png) left bottom repeat-x;
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-20);
}
#menu__list .cont__post .block__post .wrap__info .group__info .ttl04 .ttl__ja {
  font-size: var(--font-size-27);
  letter-spacing: 0.12em;
  font-weight: 400;
}
#menu__list .cont__post .block__post .wrap__info .group__info .item__text p {
  font-size: var(--font-size-17);
  letter-spacing: 0.08em;
}
#menu__list .cont__post .block__post .wrap__info .group__img .item__img {
  width: 440px;
  height: 300px;
  outline: 1px solid var(--col--acc-01);
  outline-offset: 3px;
}
#menu__list .cont__post .block__post .list__menu {
  background: #fff;
  outline: 1px solid #d69f35;
  outline-offset: -4px;
  box-shadow: 3px 3px 15px 0px rgba(219, 192, 205, 0.4);
  position: relative;
  padding: 40px;
}
#menu__list .cont__post .block__post .list__menu::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/common/deco__frame_corner__04_01.png) left top no-repeat, url(/img/common/deco__frame_corner__04_02.png) right top no-repeat, url(/img/common/deco__frame_corner__04_03.png) right bottom no-repeat, url(/img/common/deco__frame_corner__04_04.png) left bottom no-repeat;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#menu__list .cont__post .block__post .list__menu .item {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: var(--margin-30);
  justify-content: space-between;
}
#menu__list .cont__post .block__post .list__menu .item:last-child {
  margin-bottom: 0;
  border-bottom: unset;
  padding-bottom: 0;
}
#menu__list .cont__post .block__post .list__menu .item dd {
  color: #c58200;
}
#menu__list .cont__post .block__post:nth-of-type(odd) .wrap__info {
  flex-direction: row-reverse;
}
#menu__list .cont__post .block__post:nth-of-type(even) .wrap__info {
  flex-direction: row;
}

/* menu__note
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu__note {
  background: url(/img/menu/menu__note__img_01.png) center center/cover no-repeat;
}
#menu__note .ttl03 {
  margin-bottom: var(--margin-70);
}
#menu__note .cont__note .list__note {
  margin-bottom: var(--margin-40);
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#menu__note .cont__note .list__note .item {
  padding: 30px 40px;
  padding-top: var(--margin-15);
  background: #fff;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  outline: 1px solid #d69f35;
  outline-offset: -3px;
}
#menu__note .cont__note .list__note .item .ttl04 {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: var(--margin-5);
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: var(--margin-15);
}
#menu__note .cont__note .list__note .item .ttl04 .ttl__num {
  font-family: var(--fot--Cormorant-Garamond);
  letter-spacing: 0;
  font-size: var(--font-size-48);
  font-weight: 300;
  line-height: 1.3;
  background: var(--col--grad-p-01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#menu__note .cont__note .list__note .item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  letter-spacing: 0.12em;
  font-weight: 400;
  position: relative;
  top: 3px;
}
#menu__note .cont__note .list__note .item .item__text p {
  font-size: var(--font-size-17);
  line-height: 2;
}
#menu__note .cont__note .item__text_note {
  text-align: center;
}
#menu__note .cont__note .item__text_note small {
  font-size: var(--font-size-17);
  letter-spacing: 0.1em;
}

/* welcome
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
.wrap__welcome_01 {
  background: url(/img/welcome/wrap__welcome_01__bg_img_01.png) center top no-repeat;
}

/* welcome__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__flow .inner .ttl03 {
  margin-bottom: var(--margin-70);
}
#welcome__flow .inner .cont__flow .list__flow {
  display: flex;
  flex-direction: column;
  gap: 160px;
}
#welcome__flow .inner .cont__flow .list__flow > .item {
  padding: 30px;
  padding-top: 50px;
  outline: 1px solid #d69f35;
  outline-offset: -3px;
  position: relative;
  background: #fff;
  display: flex;
  align-items: start;
  gap: 30px;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.12);
}
#welcome__flow .inner .cont__flow .list__flow > .item::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 269px;
  height: 50px;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  bottom: -55px;
}
#welcome__flow .inner .cont__flow .list__flow > .item::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/common/deco__frame_corner__04_01.png) left top no-repeat, url(/img/common/deco__frame_corner__04_02.png) right top no-repeat, url(/img/common/deco__frame_corner__04_03.png) right bottom no-repeat, url(/img/common/deco__frame_corner__04_04.png) left bottom no-repeat;
}
#welcome__flow .inner .cont__flow .list__flow > .item:last-child::after {
  display: none;
}
#welcome__flow .inner .cont__flow .list__flow > .item .list__sns {
  margin-bottom: var(--margin-20);
  display: flex;
  align-items: center;
  gap: 20px;
}
#welcome__flow .inner .cont__flow .list__flow > .item .list__sns .item {
  width: 270px;
  height: 70px;
  border: 1px solid #5a8e2f;
  transition: ease 0.3s;
}
#welcome__flow .inner .cont__flow .list__flow > .item .list__sns .item a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: ease 0.3s;
}
#welcome__flow .inner .cont__flow .list__flow > .item .list__sns .item a span {
  position: relative;
  font-size: var(--font-size-17);
  letter-spacing: 0.12em;
}
#welcome__flow .inner .cont__flow .list__flow > .item .list__sns .item a:hover {
  opacity: 0.8;
}
#welcome__flow .inner .cont__flow .list__flow > .item .list__sns .btn__instagram span {
  position: relative;
  padding-left: 50px;
}
#welcome__flow .inner .cont__flow .list__flow > .item .list__sns .btn__instagram span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__instagram.svg) center center/contain no-repeat;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
#welcome__flow .inner .cont__flow .list__flow > .item .list__sns .btn__line span {
  position: relative;
  padding-left: 50px;
}
#welcome__flow .inner .cont__flow .list__flow > .item .list__sns .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
#welcome__flow .inner .cont__flow .list__flow > .item .group__info {
  flex: 1;
}
#welcome__flow .inner .cont__flow .list__flow > .item .group__info .ttl04 {
  padding-bottom: var(--margin-15);
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: var(--margin-15);
  flex-direction: column-reverse;
  gap: 5px;
}
#welcome__flow .inner .cont__flow .list__flow > .item .group__info .ttl04 .ttl__ja span {
  font-size: var(--font-size-26);
  letter-spacing: 0.12em;
}
#welcome__flow .inner .cont__flow .list__flow > .item .group__info .ttl04 .ttl__num {
  position: relative;
  width: fit-content;
  background: var(--col--grad-p-01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--font-size-32);
  font-family: var(--fot--Cormorant-Garamond);
  letter-spacing: 0.08em;
  line-height: 1.3;
}
#welcome__flow .inner .cont__flow .list__flow > .item .group__info .ttl04 .ttl__num::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__antique__01_02.png) center center/contain no-repeat;
  width: 40px;
  height: 12px;
  translate: 100% 0;
  right: -6px;
  top: 20px;
}
#welcome__flow .inner .cont__flow .list__flow > .item .group__info .ttl04 .ttl__num small {
  font-size: var(--font-size-22);
}
#welcome__flow .inner .cont__flow .list__flow > .item .group__info .item__text p {
  font-size: var(--font-size-17);
  line-height: 2;
}
#welcome__flow .inner .cont__flow .list__flow > .item .group__info .com__tel {
  width: 100%;
  justify-content: center;
  gap: 15px;
  padding-block: 20px;
  border-block: 1px solid #f3e2c2;
  position: relative;
  align-items: center;
  margin-top: var(--margin-20);
}
#welcome__flow .inner .cont__flow .list__flow > .item .group__info .com__tel::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__frame_corner__05_01g.png) center center/contain no-repeat;
  width: 105px;
  height: 16px;
  left: 50%;
  translate: -50% 0;
  top: -12px;
}
#welcome__flow .inner .cont__flow .list__flow > .item .group__info .com__tel::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__frame_corner__05_02g.png) center center/contain no-repeat;
  width: 105px;
  height: 16px;
  left: 50%;
  translate: -50% 0;
  bottom: -12px;
}
#welcome__flow .inner .cont__flow .list__flow > .item .group__info .com__tel .item__num {
  font-size: var(--font-size-26);
  letter-spacing: 0.12em;
  color: var(--col--txt-01);
}
#welcome__flow .inner .cont__flow .list__flow > .item .group__info .com__tel .item__attention {
  height: 15px;
}
#welcome__flow .inner .cont__flow .list__flow > .item .group__images {
  width: fit-content;
}
/* welcome__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__faq {
  background: url(/img/welcome/welcome__faq__bg_img_01.png) center center/cover no-repeat;
}
#welcome__faq .inner .ttl03 {
  margin-bottom: var(--margin-70);
}
#welcome__faq .inner .cont__post {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
#welcome__faq .inner .cont__post .block__post dt {
  background: var(--col--grad-p-01);
  color: #fff;
  font-size: var(--font-size-26);
  letter-spacing: 0.12em;
  padding: 30px;
  padding-left: 70px;
  position: relative;
}
#welcome__faq .inner .cont__post .block__post dt::before {
  content: "Q.";
  position: absolute;
  font-size: var(--font-size-30);
  font-family: var(--fot--Cormorant-Garamond);
  font-weight: 200;
  left: 26px;
  top: 28px;
}
#welcome__faq .inner .cont__post .block__post dd {
  font-size: var(--font-size-17);
  letter-spacing: 0.12em;
  padding: 30px;
  padding-top: 20px;
  padding-left: 70px;
  background: #fff;
  line-height: 1.8;
  position: relative;
}
#welcome__faq .inner .cont__post .block__post dd::before {
  content: "A.";
  position: absolute;
  font-size: var(--font-size-30);
  font-family: var(--fot--Cormorant-Garamond);
  font-weight: 200;
  left: 26px;
  top: 7px;
  background: var(--col--grad-p-01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* salon
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
.wrap__salon_01 {
  background: url(/img/salon/wrap__salon_01__bg_img_01.png) center top no-repeat;
}

/* salon__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#salon__greeting .ttl03 {
  margin-bottom: var(--margin-40);
}
#salon__greeting .cont__greeting {
  position: relative;
  min-height: 540px;
}
#salon__greeting .cont__greeting .item__img {
  position: absolute;
  right: 0;
  top: -90px;
}
#salon__greeting .cont__greeting .item__text {
  width: 560px;
}
#salon__greeting .cont__greeting .item__text p {
  font-size: var(--font-size-17);
  line-height: 2;
}
#salon__greeting .cont__greeting .item__text .name {
  text-align: right;
  font-size: var(--font-size-21);
}
/* salon__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#salon__info .ttl03 {
  margin-bottom: var(--margin-70);
}
#salon__info .cont__info {
  padding: 70px 100px;
  gap: 80px;
  background: url(/img/top/top__nav_subpages__bg_img_02.jpg) center center/cover no-repeat;
  position: relative;
}
#salon__info .cont__info::after {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/top/top__nav_subpages__deco_03.png) center center/contain no-repeat;
  width: 157px;
  height: 114px;
  right: -40px;
  bottom: -25px;
}
#salon__info .cont__info::before {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  width: calc(100% + 200px);
  height: calc(100% + 130px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/top/top__nav_subpages__deco_01.png) left bottom no-repeat, url(/img/top/top__nav_subpages__deco_02.png) right top no-repeat;
}
#salon__info .cont__info .block__info {
  box-shadow: 3px 3px 15px 0px rgba(206, 219, 192, 0.4);
  padding: 30px;
  outline: 1px solid #d69f35;
  outline-offset: -3px;
  position: relative;
  background: #fff;
}
#salon__info .cont__info .block__info::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/common/deco__frame_corner__04_01.png) left top no-repeat, url(/img/common/deco__frame_corner__04_02.png) right top no-repeat, url(/img/common/deco__frame_corner__04_03.png) right bottom no-repeat, url(/img/common/deco__frame_corner__04_04.png) left bottom no-repeat;
}
#salon__info .cont__info .item__table tr th,
#salon__info .cont__info .item__table tr td {
  padding-block: 16px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.9;
  font-size: var(--font-size-17);
}
#salon__info .cont__info .item__table tr th {
  width: 140px;
}
#salon__info .cont__info .item__table tr td small {
  letter-spacing: 0;
  font-size: var(--font-size-15);
}
#salon__info .cont__info .item__table tr td .wrap__tel {
  width: fit-content;
  gap: 10px;
  flex-direction: column;
}
#salon__info .cont__info .item__table tr td .wrap__tel .tel-attention {
  height: 15px;
}
#salon__info .cont__info .item__table tr:last-of-type th,
#salon__info .cont__info .item__table tr:last-of-type td {
  border-bottom: unset;
}

/* salon__map
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#salon__map {
  padding-bottom: 0;
}
#salon__map .item__text_note {
  text-align: center;
  margin-bottom: var(--margin-40);
  font-size: var(--font-size-17);
}
#salon__map .item__map {
  height: 400px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

ๅฑ้ไธๅฑคใใผใธใ( NEWS / POLICY / SITE / CONTACT / NOTFOUND )

////////////////////////////////////////////////////////////////////////////////////////////////// */
/*ใ็ฅใใไธ่ฆง
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*ใ็ฅใใ่ฉณ็ดฐ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-01);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--main-01);
  line-height: 1.6;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*ใใฉใคใใทใผใใชใทใผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*ใตใคใใใใ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--main-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    border: 1px solid var(--col--main-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*ใๅใๅใใ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* ใๅใๅใใๅฎไบ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ใใผใธใ่ฆใคใใใพใใใ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */