html {
  font-size: 70%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.35vw;
  }
}
body {
  font-size: 1.6rem;
  font-family: "Noto Serif JP";
  color: #000;
  margin-bottom: 0 !important;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  p {
    line-height: 1.3;
    margin-bottom: 1rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: unset;
  color: #182A48 !important;
}

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

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

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

#wpadminbar a {
  color: #fff !important;
}

.c-btn {
  background: #892D7B;
  color: #fff !important;
  padding: 1rem;
  text-align: center;
}
.c-btn__about {
  padding: 1rem 3rem;
  font-size: 3.1rem;
  letter-spacing: 0.3em;
}
.c-btn__room {
  padding: 1rem 0;
  max-width: 38rem;
  width: 100%;
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  opacity: 0.6;
}
.c-btn__map {
  padding: 1rem 15rem;
  font-size: 2.5rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .c-btn__map {
    padding: 1rem 15rem;
  }
}

.l-header {
  background: rgba(150, 118, 67, 0.6);
  padding-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-left: unset;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 15rem;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.l-header__logo img {
  width: 23rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 33rem;
  }
}
.l-header__tel {
  margin-left: 17rem;
}
@media screen and (max-width: 768px) {
  .l-header__tel {
    margin-left: 0;
  }
}
.l-header__tel img {
  width: 29rem;
}
.l-header__list {
  display: flex;
  align-items: center;
}
.l-header__list-item {
  margin-right: 4.5rem;
  text-align: center;
  font-size: 1.4rem;
}
.l-header__list-item:last-of-type {
  margin-right: 0;
  background: #892D7B;
}
@media screen and (max-width: 768px) {
  .l-header__list-item:last-of-type {
    background: unset;
  }
}
.l-header__list-item:last-of-type a {
  padding: 2rem 6rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-header__list-item {
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
.l-header__list-item a {
  color: #fff !important;
}
.l-header__list-item span {
  display: block;
  font-size: 2.4rem;
  font-family: "tenby-four", sans-serif;
  letter-spacing: 0.1em;
}
.l-header__ham {
  width: 7rem;
  height: 5rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__ham--area {
  width: 7rem;
  height: 5rem;
  margin-left: auto;
  margin-right: 5rem;
  position: relative;
  z-index: 5;
  transition: all 0.5s;
}
.l-header__ham--area.active {
  transition: all 0.5s;
}
.l-header__ham--area span {
  width: 100%;
  height: 0.2rem;
  background: #fff;
  margin: 0 auto;
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.l-header__ham--area span:first-of-type {
  top: 0;
}
.l-header__ham--area span:nth-of-type(2) {
  top: 2.5rem;
}
.l-header__ham--area span:last-of-type {
  bottom: 0;
}
.l-header__ham--area span.active {
  transition: all 0.5s;
}
.l-header__ham--area span.active:first-of-type {
  top: 2.5rem;
  transform: rotate(45deg);
}
.l-header__ham--area span.active:nth-of-type(2) {
  display: none;
}
.l-header__ham--area span.active:last-of-type {
  bottom: 2.5rem;
  transform: rotate(135deg);
}
.l-header__ham--inner {
  display: none;
  background: #892D7B;
  background: rgba(137, 45, 123, 0.9);
  padding: 6rem 3rem 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.l-header__ham--inner a {
  color: #fff !important;
  font-size: 2rem;
}
.l-header__ham--list {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.l-header__ham--list-item {
  margin-bottom: 3rem;
  font-size: 1.4rem;
}

.l-footer__inner {
  padding-top: 10rem;
  padding-bottom: 9rem;
  border: 2rem solid #967643;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding-top: 12rem;
    padding-bottom: 9rem;
  }
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 68rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    width: 83%;
    flex-direction: column;
  }
}
.l-footer__left img {
  max-width: 17rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__left img {
    max-width: 20rem;
    margin-bottom: 12rem;
  }
}
.l-footer__right {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__right {
    margin-left: 1rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__right h3 {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__right table {
    margin-top: 1rem;
    font-size: 2.5rem;
  }
}
.l-footer__right th {
  font-weight: normal;
}
.l-footer__right td {
  padding-left: 5rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-footer__right td {
    padding-left: 2rem;
  }
}
.l-footer__right td img {
  width: 11rem;
}
@media screen and (max-width: 768px) {
  .l-footer__right td img {
    width: 13rem;
  }
}
.l-footer__copy {
  text-align: center;
  background: #644926;
  color: #fff;
}
.l-footer__copy p {
  margin-bottom: 0;
}

.l-section__inner {
  max-width: 120rem;
  margin: 0 auto;
}
.l-section__title {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.l-section__title h2 {
  font-size: 7.4rem;
  font-family: "tenby-four", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.l-section__title p {
  font-size: 2.8rem;
  border-bottom: 1px solid #892D7B;
  position: relative;
  top: -1rem;
}

.p-front__mv {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__mv img {
    width: 93%;
  }
}
.p-front__about {
  padding: 20rem 0 16rem;
}
@media screen and (max-width: 768px) {
  .p-front__about {
    padding: 14rem 0;
  }
}
.p-front__about--wrap {
  display: flex;
  justify-content: space-between;
  max-width: 99rem;
  margin: 0 auto 12rem;
  position: relative;
  left: -2rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--wrap {
    flex-direction: column;
    margin-bottom: 8rem;
    left: unset;
  }
}
.p-front__about--left {
  max-width: 40rem;
  width: 100%;
}
.p-front__about--left img {
  width: 100%;
}
.p-front__about--right {
  max-width: 57rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__about--right {
    max-width: 100%;
    text-align: center;
  }
}
.p-front__about--right--title {
  font-size: 2.1rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #7B735B;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-front__about--right--title {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.p-front__about--right--tag {
  font-size: 2.2rem;
  background: #892D7B;
  color: #fff;
  opacity: 0.6;
  padding: 0.5rem 4rem;
  display: inline-block;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--right--tag {
    font-size: 2.5rem;
  }
}
.p-front__about--right--bottom {
  line-height: 2;
  letter-spacing: 0.2em;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--right--bottom p {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.p-front__about--btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__about img {
    margin: 0 auto 3rem;
    width: 65rem;
  }
}
.p-front__room--bg {
  background: rgba(192, 172, 142, 0.3);
  padding: 9rem 0 17rem;
}
@media screen and (max-width: 768px) {
  .p-front__room--bg {
    padding: 13rem 0 12rem;
  }
}
.p-front__room--top {
  max-width: 64rem;
  width: 100%;
  margin: 1rem auto 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__room--top {
    margin-top: 2rem;
  }
}
.p-front__room--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__room--list {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
  }
}
.p-front__room--list-item {
  width: 30%;
  text-align: center;
  font-size: 1.8rem;
  color: #88816F;
  margin-right: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__room--list-item {
    width: 52%;
    margin: 0 auto 2.5rem;
    font-size: 2.5rem;
  }
}
.p-front__room--list-item:nth-of-type(3), .p-front__room--list-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-front__room--list-item:nth-of-type(3), .p-front__room--list-item:last-of-type {
    margin-right: auto;
  }
}
.p-front__room--list-item span {
  font-size: 1.3rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-front__room--list-item span {
    font-size: 2.2rem;
  }
}
.p-front__room--list-item img {
  width: 100%;
}
.p-front__room--list-item p {
  margin-top: -1rem;
  color: #88816F;
}
.p-front__room--btn--area {
  display: flex;
  justify-content: space-between;
  max-width: 83rem;
  width: 100%;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 768px) {
  .p-front__room--btn--area {
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__room--btn--area .c-btn {
    margin-bottom: 5rem;
  }
  .p-front__room--btn--area .c-btn:last-of-type {
    margin-bottom: 0;
  }
}
.p-front__room--text {
  max-width: 55rem;
  width: 100%;
  margin: 0 auto 4rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__room--text {
    margin-bottom: 5rem;
    font-size: 2.2rem;
    max-width: unset;
    width: 64rem;
  }
}
.p-front__room--text li {
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-front__room--text li {
    margin-bottom: 0.5rem;
    line-height: 1.3;
    text-indent: -2rem;
    padding-left: 2rem;
  }
}
.p-front__room--address {
  font-size: 2rem;
  max-width: 53rem;
  width: 100%;
  margin: 0 auto 15rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-front__room--address {
    margin-bottom: 8rem;
    font-size: 2.2rem;
    max-width: unset;
    width: 58rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__room--address p {
    line-height: 1.5;
  }
}
.p-front__room--map {
  text-align: center;
}
.p-front__plan--bg {
  padding: 9rem 0 11rem;
  background-image: url(../img/bg-plan.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-front__plan--bg {
    padding: 14rem 0 2rem;
    background-image: url(../img/bg-plan-sp.png);
  }
}
.p-front__plan--top {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__plan--top {
    font-size: 2.5rem;
    width: 85%;
    margin: 0 auto 3rem;
    text-align: start;
  }
}
.p-front__plan--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 118rem;
  width: 100%;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__plan--wrap {
    justify-content: center;
  }
}
.p-front__plan--card {
  max-width: 56rem;
  width: 100%;
  margin-bottom: 5rem;
  padding-bottom: 1rem;
  text-align: center;
  background: rgba(186, 142, 84, 0.2);
}
@media screen and (max-width: 768px) {
  .p-front__plan--card {
    padding-bottom: 3rem;
  }
}
.p-front__plan--card h4 {
  font-weight: normal;
}
.p-front__plan--obi {
  background: #967643;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front__plan--obi {
    font-size: 2.5rem;
    padding: 1rem;
  }
}
.p-front__plan--obi p {
  margin-bottom: 0;
}
.p-front__plan h4 {
  font-size: 5.3rem;
  margin: 2rem 0 1rem;
  color: #BA8E54;
}
.p-front__plan h4 span {
  font-size: 3.6rem;
}
.p-front__plan img {
  max-width: 46rem;
  width: 100%;
  margin: 0 auto 2rem;
}
.p-front__plan--price--1 {
  font-size: 4rem;
  position: relative;
  top: -3.5rem;
  color: #BA8E54;
}
.p-front__plan--price--1 .p-front__plan--num {
  font-size: 7.3rem;
  font-weight: normal;
  margin: 0 0.3rem;
}
.p-front__plan--price--1 .p-front__plan--tax {
  font-size: 1.7rem;
  position: absolute;
  top: 2.3rem;
  right: 13rem;
}
.p-front__plan--price--2 {
  font-size: 2rem;
  margin-top: -7rem;
}
@media screen and (max-width: 768px) {
  .p-front__plan--price--2 {
    margin-top: -5rem;
    margin-bottom: 2rem;
  }
}
.p-front__plan--price--2 .p-front__plan--num {
  font-size: 3.2rem;
  font-weight: normal;
  margin: 0 0.3rem;
}
.p-front__plan--price--2 .p-front__plan--tax {
  font-size: 1.6rem;
}
.p-front__plan--tag {
  font-size: 2.1rem;
  background: #BA8E54;
  color: #fff;
  padding: 0 2rem;
  border-radius: 5px;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__plan--tag {
    font-size: 2.5rem;
  }
}
.p-front__plan--tag:last-of-type {
  margin-right: 0;
}
.p-front__plan--tag--area {
  display: flex;
  justify-content: center;
}
.p-front__plan--caution {
  max-width: 65rem;
  width: 100%;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__plan--caution {
    margin-top: -1rem;
  }
}
.p-front__plan--caution p {
  line-height: 2;
  text-indent: -4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__plan--caution p {
    font-size: 2.5rem;
    line-height: 1.3;
    text-indent: unset;
    padding-left: 7rem;
  }
  .p-front__plan--caution p:nth-of-type(2) {
    text-indent: -6.5rem;
  }
}
.p-front__plan--card:nth-of-type(2) {
  background: rgba(176, 123, 53, 0.2);
}
.p-front__plan--card:nth-of-type(2) .p-front__plan--obi,
.p-front__plan--card:nth-of-type(2) .p-front__plan--tag {
  background: #B07B35;
}
.p-front__plan--card:nth-of-type(2) h4,
.p-front__plan--card:nth-of-type(2) .p-front__plan--price--1 {
  color: #B07B35;
}
.p-front__plan--card:nth-of-type(3) {
  background: rgba(136, 98, 51, 0.2);
}
.p-front__plan--card:nth-of-type(3) .p-front__plan--obi,
.p-front__plan--card:nth-of-type(3) .p-front__plan--tag {
  background: #886233;
}
.p-front__plan--card:nth-of-type(3) h4,
.p-front__plan--card:nth-of-type(3) .p-front__plan--price--1 {
  color: #886233;
}
.p-front__plan--card:nth-of-type(4) {
  background: rgba(100, 73, 38, 0.2);
}
.p-front__plan--card:nth-of-type(4) .p-front__plan--obi,
.p-front__plan--card:nth-of-type(4) .p-front__plan--tag {
  background: #644926;
}
.p-front__plan--card:nth-of-type(4) h4,
.p-front__plan--card:nth-of-type(4) .p-front__plan--price--1 {
  color: #644926;
}
.p-front__plan--card:nth-of-type(5) {
  background: rgba(68, 51, 27, 0.2);
}
.p-front__plan--card:nth-of-type(5) .p-front__plan--obi,
.p-front__plan--card:nth-of-type(5) .p-front__plan--tag {
  background: #44331B;
}
.p-front__plan--card:nth-of-type(5) h4,
.p-front__plan--card:nth-of-type(5) .p-front__plan--price--1 {
  color: #44331B;
}
.p-front__plan--card:nth-of-type(6) {
  background: rgba(78, 77, 77, 0.2);
}
.p-front__plan--card:nth-of-type(6) .p-front__plan--obi,
.p-front__plan--card:nth-of-type(6) .p-front__plan--tag {
  background: #4E4D4D;
}
.p-front__plan--card:nth-of-type(6) h4,
.p-front__plan--card:nth-of-type(6) .p-front__plan--price--1 {
  color: #4E4D4D;
}
.p-front__plan--card:nth-of-type(6) h4 {
  margin-top: 15rem;
  margin-bottom: 11.5rem;
}
.p-front__plan--card:nth-of-type(6) .p-front__plan--price--1 .p-front__plan--tax {
  right: 24rem;
}
.p-front__plan--card:nth-of-type(6) .p-front__plan--price--2 {
  margin-top: -4.5rem;
}
.p-front__service {
  max-width: 117rem;
  width: 100%;
  margin: 1rem auto 6rem;
}
@media screen and (max-width: 768px) {
  .p-front__service {
    margin-top: 8rem;
    margin-left: 5rem;
    margin-bottom: 5rem;
    width: calc(100% - 5rem);
    overflow: scroll;
  }
}
.p-front__service--bg {
  padding: 9rem 0 14rem;
  background: rgba(192, 172, 142, 0.3);
}
@media screen and (max-width: 768px) {
  .p-front__service--bg {
    padding: 13rem 0 10rem;
  }
}
.p-front__service .l-section__title p {
  letter-spacing: 0.2rem;
  top: -2rem;
}
@media screen and (max-width: 768px) {
  .p-front__service img {
    width: 117rem;
    max-width: unset;
  }
}
.p-front__service--caution {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__service--caution {
    font-size: 2.5rem;
  }
}
.p-front__service--caution span {
  background: linear-gradient(transparent 50%, rgba(186, 142, 84, 0.3) 50%);
}
.p-front__access--bg {
  padding: 9rem 0 16rem;
  background: #F3F2EF;
}
@media screen and (max-width: 768px) {
  .p-front__access--bg {
    padding: 13rem 0 15rem;
  }
}
.p-front__access--wrap {
  display: flex;
  justify-content: space-between;
  max-width: 82.5rem;
  width: 100%;
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__access--wrap {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 0;
  }
}
.p-front__access--left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-front__access--left {
    width: 75%;
    margin-top: 3rem;
  }
}
.p-front__access--left h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: -1rem;
  margin-right: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-front__access--left h3 {
    margin-right: 0;
    font-size: 2.8rem;
    width: 40rem;
    margin: 0 auto;
  }
}
.p-front__access--left table {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__access--left table {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
}
.p-front__access--left td, .p-front__access--left th {
  vertical-align: top;
  padding-bottom: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-front__access--left td, .p-front__access--left th {
    padding-bottom: 0;
  }
}
.p-front__access--left th {
  text-align: start;
}
@media screen and (max-width: 768px) {
  .p-front__access--left th {
    padding-right: 3rem;
  }
}
.p-front__access--right iframe {
  width: 40rem;
  height: 25rem;
}
.p-front__access--text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__access--text {
    font-size: 2.2rem;
  }
}
.p-front__access--text img {
  width: 54rem;
  margin-top: 3rem;
}
.p-front__access--tag {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 0.5rem 4rem;
  display: inline-block;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-front__access--tag {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2.5rem;
  }
}
.p-front__contact--bg {
  padding: 9rem 0 11rem;
  background: rgba(192, 172, 142, 0.3);
}
@media screen and (max-width: 768px) {
  .p-front__contact--bg {
    padding: 13rem 0 10rem;
  }
}
.p-front__contact--top {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__contact--top {
    margin-top: 0rem;
    font-size: 2.5rem;
  }
}
.p-front__contact--table {
  max-width: 91rem;
  width: 100%;
  margin: -2rem auto 6rem;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .p-front__contact--table {
    width: 85%;
    margin-bottom: 4rem;
  }
}
.p-front__contact--table th, .p-front__contact--table td {
  border-bottom: 1px solid #000;
  padding: 2.7rem 0;
}
@media screen and (max-width: 768px) {
  .p-front__contact--table th, .p-front__contact--table td {
    padding: 3rem 0;
  }
}
.p-front__contact--table tr:last-of-type th, .p-front__contact--table tr:last-of-type td {
  border-bottom: unset;
  vertical-align: top;
}
.p-front__contact--table tr:last-of-type th span, .p-front__contact--table tr:last-of-type td span {
  vertical-align: top;
}
.p-front__contact--table th {
  text-align: start;
  font-weight: normal;
  width: 19rem;
}
@media screen and (max-width: 768px) {
  .p-front__contact--table th {
    width: 30%;
    font-size: 2.3rem;
  }
}
.p-front__contact--table td .p-front__contact--tag {
  font-size: 2rem;
  color: #fff;
  background: gray;
  padding: 0.2rem 0.5rem;
  margin-right: 2rem;
  border-radius: 5px;
}
.p-front__contact--table td .require {
  background: #892D7B;
}
.p-front__contact--table td input, .p-front__contact--table td select {
  height: 5rem;
  max-width: 39rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__contact--table td input, .p-front__contact--table td select {
    max-width: 37rem;
  }
}
.p-front__contact--table td textarea {
  max-width: 64rem;
  width: 100%;
  height: 29rem;
}
@media screen and (max-width: 768px) {
  .p-front__contact--table td textarea {
    max-width: 37rem;
  }
}
.p-front__contact--submit {
  text-align: center;
}
.p-front__contact .wpcf7-submit {
  background: #892D7B;
  color: #fff;
  padding: 2rem 16rem;
  font-size: 2.7rem;
  letter-spacing: 0.3em;
  margin-top: 1rem;
  display: block;
  margin: 0 auto 0;
}

/*20250816 kuro81 add
  front-page news section*/
.p-front__news--bg dl {
  width: 60%;
  margin: 9rem auto;
}
@media screen and (max-width: 768px) {
  .p-front__news--bg dl {
    font-size: 2rem;
    width: 80%;
  }
}
.p-front__news--bg dl div {
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__news--bg dl div {
    flex-wrap: wrap;
  }
}
.p-front__news--bg dl dt {
  width: 10em;
  white-space: nowrap;
}
.p-front__news--bg dl dd {
  margin: 0;
  width: calc(100% - 10em);
}
@media screen and (max-width: 768px) {
  .p-front__news--bg dl dd {
    width: 100%;
  }
}