@charset "UTF-8";
body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

img {
  width: 100%;
}

.container {
  max-width: 1266px;
  padding: 0 50px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.6;
}

.contact-items {
  text-align: center;
  padding: 25px 0;
}
@media screen and (max-width: 1023px) {
  .contact-items {
    padding: 35px 0;
  }
}
.contact-items .contact-text {
  font-size: 24px;
  color: white;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .contact-items .contact-text {
    font-size: 18px;
  }
}
.contact-items .contact-text span {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 2.5px 20px 4.5px;
  font-size: 14px;
  transform: translateY(-3px);
  line-height: 1.3;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 1023px) {
  .contact-items .contact-text span {
    font-size: 12px;
    padding: 4.5px 15px 5.5px;
  }
}
.contact-items .contact-text .contact-text-img {
  display: block;
  margin-inline: auto;
  width: 608px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .contact-items .contact-text .contact-text-img {
    width: 670px;
  }
}
@media screen and (max-width: 768px) {
  .contact-items .contact-text .contact-text-img {
    width: calc(100% - 40px);
  }
}
.contact-items .btn-wrapper {
  margin-top: 22px;
}
.contact-items .btn-wrapper .btn {
  display: inline-block;
  font-size: 28px;
  letter-spacing: -0.05em;
  color: white;
  padding: 25px 65px 30px;
  line-height: 1;
  border-radius: 100vh;
  background: linear-gradient(#965F0C, #E6AE39 50%, #965F0C 100%);
  border: 3px solid #965F0C;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .contact-items .btn-wrapper .btn {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    max-width: 343px;
    width: 100%;
  }
}
.contact-items .btn-wrapper .btn--img {
  padding: 5px 50px 5px 24px;
}
@media screen and (max-width: 1023px) {
  .contact-items .btn-wrapper .btn--img {
    max-width: 606px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .contact-items .btn-wrapper .btn--img {
    padding: 6px 20px 4px 10px;
  }
}
.contact-items .btn-wrapper .btn--img .btn-text-img {
  width: 523px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .contact-items .btn-wrapper .btn--img .btn-text-img {
    width: 100%;
  }
}

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

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

.fv {
  background-image: url(../images/fv-bg-pc.webp);
  background-size: cover;
  background-position: center bottom;
  background-position-y: -140px;
}
#lower .fv {
  background-position: top center;
}

@media screen and (max-width: 1023px) {
  .fv {
    background-image: url(../images/fv-bg-tab.webp);
    background-position-y: -220px;
  }
}
@media screen and (max-width: 600px) {
  .fv {
    background-image: url(../images/fv-bg-sp.webp);
    background-position-y: -140px;
  }
}
.fv .fv-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 50px 0;
}
@media screen and (max-width: 1023px) {
  .fv .fv-top {
    padding: 10px 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .fv .fv-top {
    padding: 20px 16px 0;
  }
}
.fv .fv-top h2 {
  max-width: 247px;
}
@media screen and (max-width: 1023px) {
  .fv .fv-top h2 {
    max-width: 160px;
  }
}
.fv .fv-top .fv-top-right {
  color: #640000;
}
.fv .fv-top .fv-top-right .phone-number {
  font-size: 26px;
  line-height: 45px;
  font-weight: 700;
}
.fv .fv-top .fv-top-right .phone-number a {
  color: #640000;
}
@media screen and (max-width: 1023px) {
  .fv .fv-top .fv-top-right .phone-number {
    font-size: 15px;
    line-height: 24px;
  }
}
.fv .fv-top .fv-top-right .phone-number img {
  display: inline-block;
  width: 28px;
  padding-right: 8px;
}
@media screen and (max-width: 1023px) {
  .fv .fv-top .fv-top-right .phone-number img {
    width: 20px;
  }
}
.fv .fv-top .fv-top-right .business-hours {
  font-size: 12px;
  margin-top: -6px;
  padding-left: 30px;
}
@media screen and (max-width: 1023px) {
  .fv .fv-top .fv-top-right .business-hours {
    font-size: 10px;
    line-height: 20px;
    padding-left: 0;
    margin-top: -4px;
    font-weight: bold;
  }
}

.fv .fv-content {
  display: flex;
  gap: 80px;
  max-width: 1260px;
  margin: 20px auto 0;
  padding: 0 50px 0;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .fv .fv-content {
    gap: 0px;
    padding-right: 0;
    padding-left: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .fv .fv-content {
    flex-direction: column;
    margin-top: 15px;
  }
}

.fv .fv-content h1 {
  max-width: 559px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .fv .fv-content h1 {
    max-width: 530px;
  }
}
@media screen and (max-width: 600px) {
  .fv .fv-content h1 {
    max-width: 100%;
    padding-right: 20px;
    padding-right: 16px;
  }
}

.fv .fv-content .human img{
  vertical-align: top;
}

.fv .fv-content .human {
  max-width: 350px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .fv .fv-content .human {
    max-width: 280px;
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  .fv .fv-content .human {
    max-width: 100%;
    width: 100%;
    margin-top: -60px;
  }
}


.fv-contact-wrapper {
  background-image: url(../images/fv-contact-wrapper.webp);
  background-size: cover;
}

.sp-fixed-btns {
  width: 100%;
  background-color: #fff;
  width: 100%;
  padding: 10px 6px;
  padding-bottom: 0;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  display: none;
}
.sp-fixed-btns.on {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-fixed-btns.on {
    display: flex !important;
  }
}
.sp-fixed-btns.off {
  display: none;
}

.introduction {
    background-image: url(../images/introduction-bg.webp);
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 80px;
}

.introduction h2 {
  max-width: 482px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .introduction h2 {
    padding: 0 10px;
  }
}

.introduction .introduction_slider {
  width: 100%;
  margin-top: 50px;
}

.introduction .container {
  padding: 0 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction .container {
    padding: 0 10px;
  }
}

.introduction .introduction_text-content {
  /* 追加記載 */
  margin-top: 50px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .introduction .introduction_text-content {
    text-align: left;
  }
}

.introduction .introduction_text-content .introduction_text {
  /* 追加記載 */
  margin-top: 30px;
}
.introduction .introduction_text-content .introduction_text:first-of-type {
  /* 追加記載 */
  margin-top: 0;
}
.introduction .introduction_text-content .introduction_text span {
  color: #640000;
  font-weight: bold;
}

.introduction .introduction_details_btn img{
  /* 追加記載 */
  margin-top: 50px;
  width: 250px;
}

.overview {
  padding-bottom: 80px;
}
.overview .overview-top-images {
  background-image: url(../images/overview-top-img.webp);
  padding-top: 64px;
  padding-bottom: 8vw;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .overview {
    padding-bottom: 25px;
  }

  .overview .overview-top-images {
    background-image: url(../images/overview-top-img-sp.webp);
    padding-top: 35px;
    padding-bottom: 100px;
    background-position: bottom center;
  }
}
.overview .overview-top-images h2 {
  max-width: 435px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .overview .overview-top-images h2 {
    max-width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.overview .container {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .overview .container {
    padding: 0 16px;
    margin-top: -15px;
  }
}

.overview .container .overview_table {
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 100%;
}

.overview .container .overview_table th {
	background-color: #E0CCCC;
  border: 1px solid #fff;
	font-weight: 500;
	line-height: 2;
	text-align: left;
	width: 260px;
	width: 16.25rem;
  padding: 0.7rem 1.2rem;
}

.overview .container .overview_table tr {
	border: 1px solid #D9D9D9;
	color: #313131;
}

.overview .container .overview_table td {
	border: 1px solid #D9D9D9;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	padding: 4px 8px;
	padding: 0.7rem 1.2rem;
}

.overview .container .overview_table ul li {
  list-style: inside;
  margin-left: 1em;
  text-indent: -0.7em;
}

.overview .container .overview_table ul li::marker {
  font-size: 50%;
}

.overview .container .overview_table ul li span{
  vertical-align: middle;
}


@media screen and (max-width: 768px) {
  .overview .container .overview_table th, .overview .container .overview_table td {
    display: block;
    border: none;
    width: 100%;
  }
}

.contact {
  background-image: url(../images/contact-bg.webp);
  background-size: cover;
	padding: 80px 0;
}

.contact h2 {
  max-width: 360px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contact h2 {
    max-width: 300px;
  }
}

.contact__text {
	line-height: 1.6;
	margin-top: 16px;
	margin-top: 0.8rem;
	text-align: center;
}

.contact__form {
	margin-inline: auto;
	margin-top: 62px;
	margin-top: 3.125rem;
	max-width: 900px;
	max-width: 56.25rem;
}

.contact__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 768px) {
  .contact__content {
    flex-direction: column;
  }
}

.contact__content:not(:first-child) {
	margin-top: 35px;
	margin-top: 1.6875rem;
}

.contact__consultation {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contact__label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 26px;
	line-height: 1.625rem;
	width: 270px;
	width: 16.875rem;
}

.contact__label span {
	background-color: #B80000;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 24px;
	line-height: 1.5rem;
	padding-left: 8px;
	padding-left: 0.5rem;
	padding-right: 8px;
	padding-right: 0.5rem;
}

.contact__input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 24px;
	margin-left: 1.5rem;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
	border: 1px solid #aaaaaa;
	border-radius: 0.125rem;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 22px;
	line-height: 1.375rem;
	padding: 14px 20px;
	padding: 0.875rem 1.25rem;
	width: 100%;
}

textarea {
	min-height: 256px;
	min-height: 16rem;
	resize: none;
}

.contact .contact__btn {
	margin-inline: auto;
	background: -webkit-gradient(linear, left top, left bottom, from(#B79D60), color-stop(38%, #CCAF6B), to(#8E7A49));
	background: linear-gradient(#965F0C, #E6AE39 50%, #965F0C 100%);
	border-radius: 60px;
  border: 3px solid #965F0C;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 34px;
	line-height: 2.125rem;
	padding: 17px 110px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact__btn:hover {
	opacity: 0.7;
}

.contact__submit {
	text-align: center;
  margin-top: 2.625rem !important;
}

.contact__thanks {
	line-height: 2;
	text-align: center;
}

@media (max-width: 768px) {
    .contact {
        padding-top: 30px;
        padding-bottom: 55px;
        background-image: url(../images/contact-bg-sp.webp);
    }

    .contact__text {
        margin-top: 0.3125rem;
    }

    .contact__content:not(:first-child) {
        margin-top: 0.9375rem;
    }

    .contact__content {
        display: block;
    }

    .contact__label {
        font-size: 1rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto;
    }

    .contact__label span {
        font-size: 0.625rem;
        line-height: 0.875rem;
        margin-left: 0.5rem;
        padding: 0.125rem 0.3125rem;
    }

    .contact__input {
        margin-left: 0;
        margin-top: 0.5625rem;
    }

    input[type=text],
    input[type=tel],
    input[type=email],
    textarea {
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding: 0.9375rem 0.75rem;
    }

    .contact .contact__btn {
        font-size: 1rem;
        line-height: 1.4375rem;
        margin-top: 0.9375rem;
        padding: 0.625rem 3.3125rem;
    }

    .contact__submit {
      margin-top: 0.9375rem !important;
    }
}

#consultation-error,
#name-error,
#furigana-error,
#phone-error,
#email-error,
#message-error {
	color: red;
	display: block;
	margin-top: 8px;
	margin-top: 0.5rem;
}

footer {
  background-color: #640000;
  padding: 48px 0;
  color: white;
}
footer .container {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .container {
    flex-direction: column;
  }
}
footer .container .footer-item {
  border-right: 1px solid #fff;
  padding-right: 42px;
  margin-right: 42px;
}
@media screen and (max-width: 768px) {
  footer .container .footer-item {
    border-bottom: 1px solid #fff;
    border-right: none;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
footer .container .footer-item .lead {
  font-weight: bold;
}
footer .container .footer-item .title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .container .footer-item .item-flex {
  margin-top: 10px;
  display: flex;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
footer .container .footer-item .item-flex .item-left {
  min-width: 80px;
}
footer .container .footer-item .item-flex .item-right a {
  color: white;
}
footer .copyright {
  margin-top: 56px;
  letter-spacing: 0.1em;
  font-size: 12px;
  display: grid;
  gap: 10px;
}
footer .copyright a {
  color: white;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: center;
    font-size: 10px;
    margin-top: 0px;
    padding-bottom: 60px;
  }
}

/*PCでは無効（改行しない）*/
.sma {
  display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width: 768px) {
  .sma {
    display: block;
  }
  .pc_br {
    display: none;
  }
}
#lower .inner {
  max-width: 1266px;
  margin: auto;
}
#lower h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
}
#lower p {
  text-align: center;
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */