@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none !important;
}
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
/*   line-height: 1.15; */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}
header img,footer img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
p,
address {
  margin: 0;
}
h1 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
address {
  font-style: inherit;
}
header a ,footer a{
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
header img ,footer img{
  border-style: none;
  vertical-align: bottom;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
header h1 {
  font-weight: 700;
  line-height: 1.5em;
}
html {
  font-size: 62.5%;
  letter-spacing: 0.05em;
  text-align: justify;
}
#content{
	font-size:16px;
}
body {
  position: relative;
}
p,
a,
li,
h1,
span {
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN",
    sans-serif;
/*   font-weight: 400;
  font-style: normal; */
}
header p,footer p,
header a,footer a,
header li,footer li,
header h1,footer h1,
header h3,footer h3,
header td,footer td,
header span,footer span{
  font-size: 1.6rem;
  word-break: break-all;
}
header h1 {
  line-height: 1.7em;
}
header p,footer p,
header a,footer a,
header li,footer li {
  line-height: 1.75em;
}
header p,footer p {
  margin-bottom: 1em;
}
i {
  margin-right: 5px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn {
  color: #fff;
  display: block;
  padding: 10px 20px;
  font-size: 1.6rem;
  max-width: 300px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
}
.o-hover img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.o-hover img:hover {
  opacity: 0.8;
}
header {
  width: 100%;
}
.header-content02 {
  padding: 30px 0 0;
}
.menu-has-children {
  position: relative;
}
.drop-menu {
  position: absolute;
  top: 110%;
  z-index: 1;
  border-radius: 10px;
  padding: 0 5px 5px;
  border: 2px solid #0067b5;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.drop-menu li {
  width: 180px;
  padding: 5px 0;
  border: none;
  border-bottom: solid 2px #0067b5;
}
.drop-menu li a {
  width: 100%;
  font-size: 1.4rem;
  display: block;
  color: #0067b5;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: 700;
}
.drop-menu li a:hover {
  background-color: #0067b5;
  color: #fff;
  opacity: 1;
}
.drop-menu li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.logo {
  width: 200px;
  margin-bottom: 0;
}
.header-box01 {
  margin-bottom: 20px;
}
.header-box01 .logo {
  max-width: 170px;
  width: 100%;
}
.header-box01 .header-box-inner01.flex {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-box01 .g-nav-tel-pc img {
  max-width: 250px;
  margin-left: auto;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #e2eff9;
}
.header-menu > li {
  padding: 15px 0;
}
.header-menu > li a {
  font-size: 1.6rem;
  color: #0067b5;
  font-weight: 700;
  letter-spacing: 0.01em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  color: #0067b5;
  padding: 0 40px;
  border-right: #0067b5 3px dotted;
}
.header-menu > li a:hover {
  opacity: 0.8;
}
.header-menu > li:last-of-type a {
  border-right: none;
}
.header-menu .menu-item-has-children {
  position: relative;
}
.header-menu .sub-menu {
  position: absolute;
  top: 100%;
  width: 200px;
  display: none;
  z-index: 5000;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.header-menu .sub-menu li {
  border-bottom: 1px solid #2d8bd3;
}
.header-menu .sub-menu a {
  display: block;
  padding: 10px;
  border-right: none;
  background-color: #0067b5;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
}

.sp-header02 {
  display: none;
}
#hamburger {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
#hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #0067b5;
  width: 45%;
}
#hamburger span:nth-of-type(1) {
  top: 15px;
}
#hamburger span:nth-of-type(2) {
  top: 23px;
}
#hamburger span:nth-of-type(3) {
  top: 31px;
}
#hamburger.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
#hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
#hamburger.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.mobile-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
#mobile-nav.none {
  display: none;
}
#mobile-nav {
  z-index: -1;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0;
  background-size: auto auto;
  background-color: #0067b5;
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 10px,
    #1370b7 10px,
    #1370b7 20px
  );
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}
#mobile-nav.panelactive {
  opacity: 1;
  z-index: 999;
  display: block !important;
}
.mobile-logo {
  background-color: #fff;
  padding: 15px 0;
}
.mobile-logo img {
  max-width: 150px;
  margin: 0 auto;
}
.mobile-nav-wrap {
  margin: 15px 15px 20px 15px;
}
.mobile-nav-wrap .mobile-menu-list {
  background-color: #fff;
  border-radius: 15px;
}
.mobile-nav-wrap .mobile-menu-list > li {
  width: 100%;
}
.mobile-nav-wrap .mobile-menu-list > li > a {
  display: block;
  text-align: center;
  padding: 10px 15px;
  color: #0067b5;
  font-weight: 700;
  font-size: 1.4rem;
  border-top: 2px dashed #0067b5;
}
.mobile-nav-wrap .mobile-menu-list > li:first-of-type a {
  border-top: none;
}
.mobile-nav-wrap .mobile-menu-list .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-bottom: 10px;
}
.mobile-nav-wrap .mobile-menu-list .sub-menu li {
  width: 49%;
}
.mobile-nav-wrap .mobile-menu-list .sub-menu li a {
  display: block;
  background-color: #0067b5;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
}
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.spinner {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
#page-top img {
  max-height: 50px;
  width: auto;
}
#page-top img:hover {
  opacity: 0.8;
}
.footer {
  background-color: #0067b5;
  padding: 100px 0 15px;
}
.footer-inner {
  max-width: 1400px;
  margin: 0 auto 80px;
}
.footer-logo-address {
  width: 500px;
}
.footer-logo {
  padding-bottom: 40px;
  border-bottom: 5px dotted #fff;
  margin-bottom: 40px;
}
.footer-address p,
.footer-address a {
  color: #fff;
}
.footer-address p {
  margin-bottom: 0;
  margin-top: 5px;
}
.footer-address p:first-of-type {
  margin-top: 0;
}
.footer-address .name {
  margin-bottom: 0;
}
.footer-address a:hover {
  color: #5993c0;
}
.footer-nav-wrap {
  width: calc(100% - 600px);
}
.footer-menu-title {
  background-color: #fff;
  color: #0067b5;
  font-weight: 600;
  padding: 5px 30px;
  border-radius: 20px;
}
.footer-menu-title .fa-flag {
  margin-right: 10px;
}
.footer-nav.flex {
  width: 98%;
  margin: 0 auto 25px;
}
.footer-nav.flex .left {
  width: 47.5%;
}
.footer-nav.flex .right {
  width: 47.5%;
  margin-left: 5%;
}
.footer-menu a {
  color: #fff;
  font-size: 1.6rem;
}
.footer-menu a:hover {
  color: #5993c0;
}
.footer-menu > li > a {
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #6b98bb;
  display: block;
}
.footer-menu .sub-menu {
  margin: 5px 0 20px;
  padding-top: 5px;
}
.footer-menu .sub-menu li {
  padding-left: 10px;
  padding-bottom: 3px;
}
.footer-menu .sub-menu a {
  font-size: 1.4rem;
}
.copyright p {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
 header p,footer p,
header a,footer a,
header li,footer li,
header h1,footer h1,
header h3,footer h3,
header td,footer td,
header span,footer span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  header p,footer p,
header a,footer a,
header li,footer li,
header h1,footer h1,
header h3,footer h3,
header td,footer td,
header span,footer span{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .o-hover img:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1400px) {
  .header-box01 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .header-menu > li a {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-content02 {
    padding: 0;
  }

  .header-content02 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #hamburger {
    display: block;
  }
  .sp-header02 {
    display: flex;
    width: 100%;
    padding: 15px 50px 0 0;
    align-items: center;
    position: fixed;
    background: #fff;
    z-index: 5;
  }
  .sp-header02 .o-hover {
    max-width: 28%;
    display: block;
    margin: 0 auto;
  }
  .logo {
    max-width: 150px;
    margin: auto;
  }
  .logo img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #page-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 2;
  }
  #page-top img {
    max-height: 40px;
    width: auto;
  }
}
@media screen and (max-width: 1400px) {
  .footer-inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 0 15px;
  }
  .footer-logo-address,
  .footer-nav-wrap {
    width: 100%;
  }
  .footer-inner.flex {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .footer-logo img {
    max-width: 300px;
    margin: 0 auto;
  }
  .footer-logo {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }
  .footer-address p {
    text-align: center;
  }
  .footer-menu a {
    color: #fff;
    font-size: 1.4rem;
  }
  .footer-menu .sub-menu li {
    padding-left: 0;
  }
  .footer-menu .sub-menu a {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .footer-menu > li > a {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav.flex .left,
  .footer-nav.flex .right {
    width: 100%;
    margin: 0;
  }
  .footer-menu-title {
    font-size: 1.6rem;
  }
  .copyright p {
    margin: 10px 0 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .btn {
    font-size: 1.4rem;
    max-width: 280px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
header p,footer p,
header a,footer a,
header li,footer li,
header h1,footer h1,
header h3,footer h3,
header td,footer td,
header span,footer span{
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: utsukushi;
  src: url(/beauty/wp-includes/fonts/utsukushi.woff) format("woff"),
    url(/beauty/wp-includes/fonts/utsukushi.eot) format("eot");
}
.header-content02 {
  padding: 10px 0 0;
}
.header-box01 .g-nav-tel-pc img {
  margin-left: auto;
  max-width: 230px;
}
#hamburger span {
  background-color: #604c3f;
  border-radius: 2px;
  display: inline-block;
  height: 3px;
  left: 14px;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 45%;
}
#mobile-nav {
  -webkit-overflow-scrolling: touch;
  background-color: #604c3f;
  background-image: none;
  background-size: auto auto;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0;
  overflow-y: scroll;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: -1;
}
.footer {
  background-color: #b6af91;
  padding: 100px 0 15px;
}
.footer-logo.o-hover img {
  display: block;
  height: auto;
  max-width: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer-menu-title {
  background-color: #fff;
  border-radius: 20px;
  color: #b6af91;
  font-weight: 600;
  padding: 5px 30px;
}
.footer-menu a:hover {
  color: #a39f71;
}
.footer-menu > li > a {
  border-bottom: 1px dashed #fff;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#page-top img {
  max-height: 80px;
  width: auto;
}
.header-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.header-menu > li a {
  border-right: none;
  color: #0067b5;
  color: #4d4040;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0 40px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.line img {
  display: inline-block;
  margin-top: -5px;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.line img:hover {
  margin-top: 0;
  opacity: 0.8;
}
.g-nav-tel-pc.flex {
  gap: 15px;
}
