@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 100%;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  width: 100%;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 158px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header {
    height: 41.3333333333vw;
  }
}

.header .logo {
  width: 283px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header .logo {
    width: 58.6666666667vw;
    margin: 13.3333333333vw auto 0;
  }
}

.footer {
  width: 100%;
  border-top: 6px solid #B3A369;
  padding: 5.3rem 2rem 2rem;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 10.6666666667vw 2.6666666667vw;
  }
}

.footer .footer__inner {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer .footer__inner {
    max-width: none;
  }
}

.footer .footer__inner .logo_sphr {
    display: inline-block;
}

.footer .footer__inner .footer__list {
    min-width: 790px;
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
.footer .footer__inner .logo_sphr {
   text-align: center;
    margin: 20px auto 0;
    display: table;
}

.footer .footer__inner .footer__list {
    min-width: 100%;
    display: block;
    margin-top: 0;
    }
}

.footer .footer__inner .footer__list li {
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
  text-indent: -1rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__list li {
    font-size: 3.2vw;
    font-weight: 300;
    padding-left: 2.6666666667vw;
    text-indent: -2.6666666667vw;
    line-height: 2.3;
  }
}

.footer .footer__inner .footer__list li::before {
  content: "※";
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__list li::before {
    font-size: 3.2vw;
  }
}

.footer .footer__inner .footer__copy {
  margin: 3rem auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__copy {
    margin: 8vw auto 0;
    line-height: 1.1;
  }
}

.footer .footer__inner .footer__copy small {
  color: #7B7B7B;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__copy small {
    font-size: 2.1333333333vw;
  }
}

.footer .footer__inner .footer__link {
  text-align: center;
  margin: 3rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__link {
    margin: 8vw 0 0 0;
  }
}

.footer .footer__inner .footer__link a {
  color: #595757;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__link a {
    font-size: 3.2vw;
  }
}

@media (hover: hover) {
  .footer .footer__inner .footer__link a:hover {
    opacity: 0.5;
  }
}

.footer .footer__inner .footer__link a::before,
.footer .footer__inner .footer__link a::after {
  content: "｜";
  padding: 1rem;
}

@media screen and (max-width: 767px) {

  .footer .footer__inner .footer__link a::before,
  .footer .footer__inner .footer__link a::after {
    padding: 2.6666666667vw;
  }
}

.btn_plan div a {
	display: block;
	text-align: center;
    font-size: 2.2rem;
	vertical-align: middle;
	text-decoration: none;
	width: fit-content;
    margin: 30px auto 0;
	padding: 2rem 5rem;
	border: 2px solid #998542;
	background: #998542;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
    position: relative;
}
@media (hover: hover) {
.btn_plan div a:hover {
    opacity: 0.6;
  }
}
.btn_plan div a::after {
    content: "";
    width: 13px;
    height: 15px;
    background-image: url(../img/arrow-wht.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .btn_plan div a {
        font-size: 5.3333333333vw;
    }
.btn_plan div a::after {
    width: 3.4666666667vw;
    height: 3.7333333333vw;
    right: 6.9333333333vw;
  }
}

.sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }
}