* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.yu-mincho {
  font-family: YuMincho, "Yu Mincho", serif;
}

a,
span {
  display: inline-block;
}

img {
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

a:hover {
  color: #fff;
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
a,
span {
  color: #fff;
  letter-spacing: 0.1em;
}

.flexCenterCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexBetCenter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexBetEnd {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.flexBetStretch {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.flexCenterStretch {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.flexCenterEnd {
  display: flex;
  justify-content: center;
  align-items: end;
}

.flexStartEnd {
  display: flex;
  justify-content: start;
  align-items: end;
}

.flexStartCenter {
  display: flex;
  justify-content: start;
  align-items: center;
}

.flexStartStart {
  display: flex;
  justify-content: start;
  align-items: start;
}

.flexCenterCenterVer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flexStartCenterVer {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.sp {
  display: none;
}

@media (max-width: 600px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.title_img {
  margin-bottom: 10px;
}
.title_text {
  font-size: 44px;
  letter-spacing: 0.1em;
  color: white;
  font-weight: 400;
  border-bottom: 2px solid #CAA846;
  padding-bottom: 10px;
  width: 340px;
  text-align: center;
}

@media (max-width: 1000px) {
  .title_img {
    width: 125px;
  }
  .title_text {
    font-size: 35px;
    width: 300px;
  }
}
@media (max-width: 600px) {
  .title_img {
    width: 100px;
  }
  .title_text {
    font-size: 27.5px;
    width: 250px;
  }
}
.top-text {
  background-color: #231815;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 6px 0;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .top-text {
    font-size: 14px;
    padding: 10px 0 8px;
  }
}
.header {
  background: #0A0B28;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header_inner {
  width: 80%;
  height: 90px;
  margin: 0 auto;
}
.header_logoImg {
  width: 140px;
}
.header_logoText {
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  margin-left: 20px;
  padding: 2.5px 15px;
  font-size: 15px;
}
.header_link {
  color: white;
  font-size: 15px;
  margin: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.header_text {
  color: white;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}
.header_wrap {
  margin-left: 20px;
}
.header_btn {
  background: #06C755;
  padding-right: 20px;
}
.header_btn span {
  color: white;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.header_btnImg {
  width: 38px;
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 1000px) {
  .header_inner {
    width: 90%;
    height: 90px;
  }
  .header_logoImg {
    width: 100px;
  }
  .header_logoText {
    margin-left: 10px;
    padding: 2.5px 10px;
    font-size: 12.5px;
  }
  .header_link {
    font-size: 12.5px;
  }
}
@media (max-width: 600px) {
  .header_menue {
    display: none;
    padding-bottom: 20px;
  }
  .header_menue-active {
    display: block;
    animation: 1s header_menue-active;
  }
  .header_inner {
    width: 95%;
    height: 60px;
    margin: 0 auto;
  }
  .header_logoImg {
    width: 80px;
  }
  .header_logoText {
    border-radius: 5px;
    margin-left: 10px;
    padding: 2.5px 10px;
    font-size: 10px;
    text-align: center;
  }
  .header_link {
    color: white;
    font-size: 15px;
    margin: 20px 10px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .header_text {
    color: white;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 30px;
  }
  .header_wrap {
    margin-left: 20px;
  }
  .header_btn {
    background: #06C755;
    padding-right: 20px;
    width: 60%;
    margin: 10px auto;
    justify-content: center;
  }
  .header_btn span {
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
  }
  .header_btnImg {
    width: 38px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@keyframes header_menue-active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.openbtn1 {
  position: relative;
  background: #0A0B28;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 3px;
  border-radius: 2px;
  background: white;
  width: 60%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 0px;
  transform: translateY(6px) rotate(-45deg);
  width: 90%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 90%;
}

.main {
  margin-top: 150px;
}
.main-active {
  background: rgba(217, 217, 217, 0.9);
}

@media (max-width: 600px) {
  .main {
    margin-top: 60px;
  }
}
.fv {
  position: relative;
}

.fv_bg {
  margin-top: -20px;
}

@media (max-width: 767px) {
  .fv_bg {
    margin-top: -200px;
  }
}
@media (max-width: 600px) {
  .fv_bg {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .fv_bg {
    margin-top: 0px;
  }
}
.fv_bg img {
  width: 100%;
}

.fv .text-container {
  position: absolute;
  top: 30px;
  left: 50%;
  width: calc(100% - 32px);
  min-width: 300px;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

.fv .text-container img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.fv-subtitle {
  filter: drop-shadow(0px 0px 24px rgba(255, 255, 255, 0.5));
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 15px;
}

.fv-title {
  font-size: 60px;
}

.img-container {
  position: relative;
  width: 100%;
}

.img-container .img-02 {
  position: absolute;
  bottom: -40px;
  left: 15%;
  width: 30%;
}

@media (max-width: 767px) {
  .img-container .img-02 {
    bottom: 110px;
    left: 0%;
    width: 50%;
  }
}
@media (max-width: 470px) {
  .img-container .img-02 {
    bottom: 70px;
  }
}
.img-headspa-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.img-headspa-container img {
  display: block;
  margin-left: auto;
  margin-right: 7%;
  width: 45%;
}

@media (max-width: 767px) {
  .img-headspa-container img {
    width: 100%;
  }
}
.img-sp,
.img-headspa-container .img-sp {
  display: none;
}

@media (max-width: 767px) {
  .img-sp,
  .img-headspa-container .img-sp {
    display: block;
  }
  .img-pc,
  .img-headspa-container .img-pc {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .fv .img-headspa-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .fv .text-container {
    top: 400px;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 600px) {
  .fv .text-container {
    top: 200px;
  }
}
@media screen and (max-width: 370px) {
  .fv .text-container {
    top: 160px;
  }
}
@media screen and (min-width: 768px) {
  .fv .text-container {
    top: 35%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 992px) {
  .fv .text-container {
    top: 84px;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .fv .text-container {
    top: 120px;
  }
}
.fv .text-container .img-01 {
  width: 300px;
  margin: 0 auto 5px;
}

@media screen and (min-width: 1024px) {
  .fv .text-container .img-01 {
    width: 520px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .fv .text-container .fv-subtitle {
    font-size: 18px;
  }
  .fv .text-container .fv-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .fv .text-container .fv-subtitle {
    font-size: 14px;
  }
  .fv .text-container .fv-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .fv .text-container .fv-subtitle {
    font-size: 20px;
    margin-bottom: 0;
  }
  .fv .text-container .fv-title {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .fv .text-container .fv-subtitle {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .fv .text-container .fv-title {
    font-size: 60px;
  }
}
.fv-price {
  background-color: #061c43;
  position: relative;
  font-family: YuMincho, "Yu Mincho", serif;
  padding: 20px 0;
  color: #fff;
}

.fv-price .content-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .fv-price .content-container {
    padding: 47px 0;
  }
}
.fv-price .wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 9px 16px;
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .fv-price .wrapper {
    padding: 9px 10px;
    max-width: 520px;
  }
}
@media screen and (max-width: 600px) {
  .fv-price .wrapper {
    max-width: 380px;
  }
}
@media screen and (max-width: 400px) {
  .fv-price .wrapper {
    padding: 10px 5px;
    max-width: 300px;
  }
}
.fv-price .inner {
  border: #bf9e3c 2px solid;
  padding: 20px 16px 22px;
}

@media screen and (min-width: 768px) {
  .fv-price .inner {
    padding: 40px 16px 26px;
  }
}
.fv-price .inner .text-1 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}

.fv-price .inner .text-2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 374px) {
  .fv-price .inner .text-2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .fv-price .inner .text-2 {
    margin-bottom: 24px;
  }
}
.fv-price .fv-price-0 {
  gap: 16px;
  display: flex;
  justify-content: center;
}

.fv-price .fv-price-0:first-of-type {
  margin-bottom: 20px;
}

.fv-price .time {
  background-color: #bf9e3c;
  padding: 24px 8px 10px;
  font-size: 48px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.fv-price .unit {
  font-size: 20px;
}

.fv-price .normal {
  font-size: 14px;
  letter-spacing: 0.065em;
  color: #c1c1c1;
  margin-top: 6px;
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .fv-price .normal {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.fv-price .special {
  flex-wrap: nowrap;
  display: flex;
}

.fv-price .value {
  font-size: 54px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
}

.fv-price .unit p:first-child {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
}

.fv-price .unit p:last-child {
  font-size: 24px;
  line-height: 1;
}

.fv-price .sale {
  position: relative;
}

.fv-price .sale:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 74px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../img/price-balloon-15.png);
  /* background-image: url(../img/price-balloon.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: -65px;
  top: -45px;
}

@media screen and (min-width: 768px) {
  .fv-price .sale:after {
    width: 108px;
    height: 108px;
    right: -100px;
    top: -66px;
  }
}
@media screen and (max-width: 767px) {
  .fv-price .sale:after {
    width: 54px;
    right: -15px;
    top: -17px;
  }
}
@media screen and (max-width: 400px) {
  .fv-price .sale:after {
    right: -3px;
  }
}
.content-container .cta-common-container {
  margin-top: 43px;
}

@media screen and (min-width: 768px) {
  .content-container .cta-common-container {
    margin-top: 52px;
  }
}
.cta-common-container .text-1 {
  font-size: 12px;
  margin-bottom: 8px;
  position: relative;
  text-align: center;
}
.cta-common-container .text-1::before {
  position: absolute;
  top: 8px;
  left: 57%;
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  border-top: solid 2px #fff;
  transform: rotate(-60deg);
}
.cta-common-container .text-1::after {
  position: absolute;
  top: 8px;
  right: 57%;
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  border-top: solid 2px #fff;
  transform: rotate(60deg);
}

@media screen and (max-width: 1200px) {
  .cta-common-container .text-1::before {
    left: 59%;
  }
  .cta-common-container .text-1::after {
    right: 59%;
  }
}
@media screen and (max-width: 890px) {
  .cta-common-container .text-1::before {
    left: 62%;
  }
  .cta-common-container .text-1::after {
    right: 62%;
  }
}
@media screen and (max-width: 690px) {
  .cta-common-container .text-1::before {
    left: 66%;
  }
  .cta-common-container .text-1::after {
    right: 66%;
  }
}
@media screen and (max-width: 450px) {
  .cta-common-container .text-1::before {
    left: 76%;
  }
  .cta-common-container .text-1::after {
    right: 76%;
  }
}
.cta-common-container .cta-common {
  background: #31B6AD;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 0px 10px 0px #1B9791;
  border-radius: 10px;
  font-size: 22.5px;
  font-weight: 600;
  padding: 20px;
  position: relative;
  margin-top: 10px;
  letter-spacing: 0.1em;
  width: 325px;
  display: block;
  margin: 0 auto 150px;
  text-align: center;
}

@media screen and (max-width: 374px) {
  .cta-common-container .cta-common {
    width: 300px;
  }
}
.cta-common-container .cta-common:hover .arrow {
  right: 20px;
}

.cta-common-container .cta-common .text-2 {
  font-size: 16px;
  line-height: 0;
}

.spCta {
  background: #333543;
  padding: 20px 0 10px;
}

.about {
  background: #333543;
}
.about_inner {
  position: relative;
  margin: 75px auto;
}
.about_background {
  position: absolute;
  top: 0;
}
.about_title {
  font-size: 33px;
  color: #171C61;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #CAA846;
  display: inline-block;
  margin: 0px auto 35px;
  font-weight: 500;
}
.about_wrap {
  position: relative;
  z-index: 1;
}
.about_background {
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.about_img {
  width: 430px;
}
.about_list {
  margin-left: 50px;
}
.about_item {
  margin: 10px 0;
}
.about_listImg {
  width: 25px;
}
.about_text {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .about_inner {
    margin: 75px auto 50px;
    width: 90%;
  }
  .about_title {
    font-size: 28px;
    margin: 0px auto 20px;
  }
  .about_background {
    width: 100%;
  }
  .about_img {
    width: 280px;
  }
  .about_list {
    margin-left: 30px;
  }
  .about_item {
    margin: 10px 0;
  }
  .about_listImg {
    width: 20px;
  }
  .about_text {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .about_inner {
    margin: 75px auto;
    width: 87.5%;
  }
  .about_title {
    font-size: 20px;
    margin: 0px auto 20px;
  }
  .about_wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about_background {
    width: 100%;
  }
  .about_img {
    width: 90%;
    margin-bottom: 10px;
  }
  .about_list {
    width: 87.5%;
    margin: 0 auto;
  }
  .about_item {
    margin: 10px 0;
  }
  .about_listImg {
    width: 17.5px;
    margin-right: 7.5px;
  }
  .about_text {
    font-size: 16px;
  }
}
.reason {
  background: #333543;
}
.reason_inner {
  padding: 100px 0;
}
.reason_coution {
  position: relative;
  font-size: 29px;
  font-weight: 500;
  color: white;
  padding-bottom: 15px;
}
.reason_coution span {
  z-index: 1;
  position: relative;
}
.reason_coutionImg {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 602px;
}
.reason_title {
  font-size: 47px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin: 10px auto 20px;
}
.reason_title-big {
  color: #CAA846;
}
.reason_list {
  width: 82.5%;
  margin: 0px auto 10px;
  max-width: 1200px;
}
.reason_item {
  background: #171C47;
  border: 2px solid #CAA846;
  margin: 40px auto;
}
.reason_img {
  width: 450px;
}
.reason_itemTitle {
  color: white;
  font-weight: 500;
  font-size: 24px;
  width: 95%;
  letter-spacing: 0.075em;
}
.reason_itemTitle span {
  border-bottom: 2px solid #CAA846;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
}
.reason_wrap {
  width: 92.5%;
}
.reason_num {
  background: #CAA846;
  padding: 15px 20px;
  margin-right: 10px;
}
.reason_numText {
  font-size: 16.2px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-align: center;
}
.reason_numHeading {
  font-size: 57px;
  font-weight: 300;
  line-height: 1;
}
.reason_itemText {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  padding: 20px 30px;
  line-height: 2;
  letter-spacing: 0.085;
}

@media (max-width: 1000px) {
  .reason_inner {
    padding: 75px 0;
  }
  .reason_coution {
    font-size: 24px;
  }
  .reason_coutionImg {
    width: 550px;
  }
  .reason_title {
    font-size: 37.5px;
  }
  .reason_list {
    width: 90%;
  }
  .reason_img {
    width: 300px;
  }
  .reason_itemTitle {
    font-size: 20px;
  }
  .reason_numText {
    font-size: 14px;
  }
  .reason_numHeading {
    font-size: 40px;
  }
  .reason_itemText {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .reason_inner {
    padding: 75px 0;
  }
  .reason_coution {
    font-size: 17.5px;
  }
  .reason_coutionImg {
    width: 100%;
  }
  .reason_title {
    font-size: 27.5px;
    margin: 10px auto;
  }
  .reason_item {
    margin: 40px auto;
  }
  .reason_list {
    width: 90%;
  }
  .reason_img {
    width: 100%;
  }
  .reason_wrap {
    width: 100%;
    margin-top: -5px;
  }
  .reason_itemTitle {
    font-size: 17.5px;
  }
  .reason_itemTitle span {
    margin-left: 5px;
    padding-left: 5px;
  }
  .reason_num {
    padding: 15px;
  }
  .reason_numText {
    font-size: 12px;
  }
  .reason_numHeading {
    font-size: 30px;
  }
  .reason_itemText {
    font-size: 14px;
  }
}
.service {
  background-image: url(../img/service-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 75px;
}
.service_inner {
  padding: 100px 0;
}
.service_coution {
  color: white;
  text-align: center;
  font-size: 20px;
  margin: 30px auto 40px;
}
.service_img {
  width: 333px;
}
.service_list {
  margin: 20px auto 40px;
}
.service_item {
  margin: 0 20px;
}
.service_heading {
  font-size: 24px;
  color: #CAA846;
  text-align: center;
  margin: 15px auto;
}
.service_text {
  font-size: 16px;
  color: white;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 1000px) {
  .service {
    padding: 75px 0;
  }
  .service_coution {
    font-size: 17.5px;
  }
  .service_img {
    width: 100%;
  }
  .service_list {
    margin: 20px auto 40px;
    width: 80%;
  }
  .service_item {
    margin: 0 10px;
    width: 33%;
  }
  .service_heading {
    font-size: 20px;
  }
  .service_text {
    font-size: 13px;
    text-align: start;
  }
  .service_text br {
    display: none;
  }
}
@media (max-width: 600px) {
  .service {
    padding: 50px 0;
  }
  .service_inner {
    width: 95%;
  }
  .service_coution {
    font-size: 15px;
    width: 95%;
    margin: 30px auto 10px;
  }
  .service_img {
    width: 100%;
  }
  .service_list {
    margin: 20px auto 40px;
    width: 75%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .service_item {
    margin: 20px 10px;
    width: 100%;
  }
  .service_heading {
    font-size: 24px;
    margin: 5px auto;
  }
  .service_text {
    font-size: 15px;
    text-align: start;
  }
  .service_text br {
    display: none;
  }
}
.cta {
  background-image: url(../img/cta-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-bottom {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
}
.cta-active {
  display: block;
}
.cta_inner {
  padding: 40px 0 60px;
}
.cta_text {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.cta_text-fv {
  color: white;
}
.cta_btn {
  background: #31B6AD;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 0px 10px 0px #1B9791;
  border-radius: 10px;
  font-size: 22.5px;
  font-weight: 600;
  padding: 15px 50px;
  position: relative;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
.cta_btn:hover {
  opacity: 0.8;
}
.cta_btn-fv {
  width: 180px;
  margin: 10px 10px 80px;
}
.cta_btn-line {
  background: #00B900;
  box-shadow: 0px 10px 0px #00A000;
}
.cta_btn-reserve {
  background: #CAA846;
  box-shadow: 0px 10px 0px #AE8D31;
}
.cta_btnImg {
  position: absolute;
  top: 52.5%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 10px;
}

@media (max-width: 1000px) {
  .cta_text {
    font-size: 17.5px;
  }
  .cta_btn {
    font-size: 20px;
    padding: 15px 40px;
  }
  .cta_btn-fv {
    width: 150px;
  }
  .cta_btnImg {
    position: absolute;
    top: 52.5%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 10px;
  }
}
@media (max-width: 600px) {
  .cta {
    background-image: url(../img/cta-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .cta_inner {
    padding: 40px 0 60px;
  }
  .cta_text {
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  .cta_text-fv {
    color: white;
    font-size: 15px;
  }
  .cta_btn {
    background: #31B6AD;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    box-shadow: 0px 10px 0px #1B9791;
    border-radius: 10px;
    font-size: 22.5px;
    font-weight: 600;
    padding: 15px 40px;
    position: relative;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
  .cta_btn-fv {
    width: 150px;
    padding: 10px 50px;
    margin: 5px 10px 20px;
    font-size: 20px;
  }
  .cta_btn-line {
    background: #00B900;
    box-shadow: 0px 10px 0px #00A000;
  }
  .cta_btn-reserve {
    background: #CAA846;
    box-shadow: 0px 10px 0px #AE8D31;
  }
  .cta_btnImg {
    position: absolute;
    top: 52.5%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 10px;
  }
}
.voice {
  background: #333543;
  padding: 100px 0 75px;
}
.voice_coution {
  color: white;
  text-align: center;
  font-size: 20px;
  margin: 30px auto 40px;
}
.voice_list {
  width: 82.5%;
  margin: 0px auto 10px;
  max-width: 1200px;
}
.voice_item {
  border: 2px solid #CAA846;
  margin: 40px auto;
  background: white;
}
.voice_img {
  width: 345px;
}
.voice_heading {
  font-size: 24px;
  color: #171C61;
  padding: 20px 30px;
}
.voice_text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 30px;
  line-height: 2;
  letter-spacing: 0.085;
  font-weight: 500;
}
.voice_wrap {
  padding: 40px 30px;
}

@media (max-width: 1000px) {
  .voice_coution {
    font-size: 15px;
    width: 95%;
    margin: 30px auto 10px;
  }
  .voice_img {
    width: 300px;
  }
  .voice_heading {
    font-size: 20px;
    color: #171C61;
    padding: 10px 20px;
  }
  .voice_text {
    font-size: 14px;
    padding: 0 20px;
    line-height: 1.4;
  }
  .voice_wrap {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .voice {
    padding: 50px 0;
  }
  .voice_coution {
    font-size: 15px;
  }
  .voice_img {
    width: 100%;
  }
  .voice_item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .voice_heading {
    font-size: 20px;
    color: #171C61;
    padding: 10px 20px;
  }
  .voice_text {
    font-size: 14px;
    padding: 0 20px;
    line-height: 1.4;
  }
  .voice_wrap {
    padding: 10px 0;
  }
}
.price {
  background-image: url(../img/price-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 75px;
}
.price_wrap {
  width: 60%;
  margin: 100px auto 0;
  max-width: 1200px;
}
.price_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  color: white;
  text-align: center;
  margin-bottom: 25px;
}
.price_table {
  width: 100%;
  border: 3px solid #CAA846;
  border-collapse: collapse;
}
.price_img {
  height: 90px;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 20%;
  left: -10px;
}
.price_th {
  background: #E6E6E6;
  color: #171C61;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  border: 2px solid #CAA846;
  padding: 20px 0;
}
.price_th-33 {
  width: 33%;
}
.price_th-50 {
  width: 50%;
}
.price_td {
  background: white;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #CAA846;
  padding: 20px 0;
  font-weight: 500;
}
.price_td-pink {
  background: #FFEEEF;
  position: relative;
}
.price_td-green {
  background: #E6FFF4;
}
.price_td-blue {
  background: #EDF2FF;
}
.price_td-yellow {
  background: #FFF9E6;
}
.price_text {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  margin-top: 5px;
}

@media (max-width: 1000px) {
  .price_wrap {
    width: 70%;
    margin: 50px auto 0;
  }
  .price_heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .price_img {
    height: 60px;
  }
}
@media (max-width: 1000px) {
  .price {
    padding: 50px 0;
  }
  .price_wrap {
    width: 90%;
    margin: 50px auto 0;
  }
  .price_heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .price_img {
    height: 60px;
    top: 0%;
    left: -30px;
  }
  .price_th {
    font-size: 17.5px;
  }
  .price_td {
    font-size: 17.5px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #CAA846;
    padding: 20px 0;
  }
}
.faq {
  background: #333543;
  padding: 100px 0 75px;
}
.faq_coution {
  color: white;
  text-align: center;
  font-size: 20px;
  margin: 30px auto 40px;
}
.faq_list {
  width: 77.5%;
  margin: 20px auto 10px;
  max-width: 1200px;
}
.faq_item {
  margin-bottom: 40px;
}
.faq_qWrap {
  border: 2px solid #CAA846;
  background: white;
}
.faq_q, .faq_a {
  font-size: 43px;
  color: #CAA846;
  line-height: 1;
}
.faq_qWrap, .faq_aWrap {
  padding: 10px 30px 20px;
}
.faq_qText {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #171C61;
  margin-left: 40px;
  margin-top: 5px;
}
.faq_qWrap {
  margin-bottom: 10px;
}
.faq_aText {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  margin-left: 40px;
}

@media (max-width: 1000px) {
  .faq_coution {
    font-size: 17.5px;
  }
  .faq_list {
    width: 80%;
  }
  .faq_q, .faq_a {
    font-size: 35px;
  }
  .faq_qText {
    font-size: 18px;
  }
  .faq_aText {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .faq {
    padding: 50px 0;
  }
  .faq_inner {
    width: 95%;
    margin: auto;
  }
  .faq_coution {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .faq_list {
    width: 90%;
  }
  .faq_q, .faq_a {
    font-size: 30px;
  }
  .faq_qWrap, .faq_aWrap {
    padding: 10px 20px;
  }
  .faq_qText {
    font-size: 15px;
    margin-left: 20px;
  }
  .faq_aText {
    font-size: 12.5px;
    margin-left: 20px;
  }
  .faq_item {
    margin-bottom: 20px;
  }
}
.access {
  background-image: url(../img/access-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 250px;
}
.access_wrap {
  margin-top: 50px;
}
.access_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 2.5px 0px;
  width: 100px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.32);
  margin-right: 30px;
}
.access_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 2.5px 0px;
  font-weight: 500;
}
.access_item {
  margin: 20px 0;
}
.access_list {
  margin-top: 50px;
}

@media (max-width: 1000px) {
  .access_wrap iframe {
    width: 600px;
    height: 400px;
  }
}
@media (max-width: 600px) {
  .access {
    padding: 50px 0;
  }
  .access_wrap {
    width: 87.5%;
  }
  .access_wrap iframe {
    width: 100%;
    height: 300px;
    margin: 10px auto;
    display: block;
  }
  .access_heading {
    font-size: 15px;
    color: white;
    text-align: center;
    padding: 2.5px 0px;
    width: 70px;
    margin-right: 20px;
  }
  .access_text {
    font-size: 15px;
    text-align: left;
  }
}
.footer {
  background: #171C47;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
}/*# sourceMappingURL=index.css.map */