@charset "UTF-8";

/*****************************
cmn
*****************************/
.pagesec {
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec {
    padding: 6rem 0 8rem;
  }
}

/*****************************
pagehead
*****************************/
.pagehead {
  margin-top: 106px;
  position: relative;
}
.pagehead-bg {
  background-image: url(../images/page/common/common-head.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
.pagehead-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.2);
  height: 100%;
  width: 100%;
}
.pagehead-ttl {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 1rem 3rem;
  text-align: center;
}
.pagehead-ttl .ttlen {
  color: #C3AC80;
  font-size: 1.4rem;
  margin-bottom: .5rem;
  line-height: 1;
}
.pagehead-ttl .ttl {
  font-size: 3rem;
  line-height: 1;
}
.cmn-breadcrumb {
  background: #f5f5f5;
}
@media only screen and (max-width: 1180px) {
  .pagehead {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagehead-bg {
    height: 250px;
  }
  .pagehead-ttl .ttl {
    font-size: 2rem;
  }
}

/*****************************
parts news
*****************************/
.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
  text-align: center;
}
.page-numbers.dots {
  pointer-events: none;
}
.page-numbers.current,
.page-numbers:hover {
  color: #C3AC80;
  font-weight: bold;
  text-decoration: underline;
}
.pager {
  gap: 1rem;
  margin: 3rem auto 0;
  max-width: 330px;
  text-align: center;
}
.pager a {
  border-bottom: 1px solid #C3AC80;
  display: inline-block;
  opacity: 1 !important;
  padding: 0 .5rem;
  transition: .5s;
}
.pager a:hover {
  background: #C3AC80;
  color: #fff;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/*****************************
フォーム
*****************************/
.formsec {
  position: relative;
}

/************
フォーム共通項
************/
.formblock {
  margin: 0 auto;
  max-width: 800px;
}
.formtbl .formbox {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formtbl .fomttl {
  padding: 1rem ;
  width: 200px;
}
.formtbl .fomttl span {
  background: #A42020;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: .5rem;
  padding: .2rem .5rem .3rem;
}
.formtbl .fomttl span.any {
  background: #004AAB;
}
.formtbl .fomcontent {
  padding: 1rem 2rem;
  width: calc(100% - 200px);
}
.formtbl .addinput {
  margin-top: 1rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formtbl .fomttl,
  .formtbl .fomcontent {
    width: 100%;
  }
  .formtbl .formbox {
    margin: 1rem auto;
  }
}

/************
フォーム内部
************/
.formtbl .input-txt input,
.formtbl .input-num input,
.formtbl .input-age input,
.formtbl .input-zip input,
.formtbl .input-txtarea textarea,
.formtbl .input-select select {
  background: #f3f3f3;
  border: 1px solid #bbb;
  border-radius: 3px;
  width: 100%;
}
.formtbl .input-txt input,
.formtbl .input-num input,
.formtbl .input-age input,
.formtbl .input-zip input,
.formtbl .input-select select {
  height: 36px;
  padding: 0 .5rem;
}
.formtbl .input-age input,
.formtbl .input-num input {
  max-width: 60px;
}
.formtbl .input-zip input,
.formtbl .zipaddbox .input-select select {
  max-width: 200px;
}
.formtbl .input-select.type {
  margin-bottom: 1rem;
}
.formtbl .input-select.type .wpcf7-list-item {
  display: block;
  margin: 0;
}
.formtbl .input-age input {
  margin-right: .5rem;
}
.formtbl .input-day:first-child {
  margin-bottom: 1rem;
}
.formtbl .input-day input {
  width: calc(100% - 145px);
}
.formtbl .input-date input {
  margin: .5rem 0;
}
.formtbl .input-select select {
  appearance: auto;
}
.formtbl .input-txtarea textarea {
  padding: .5rem;
}
.formtbl .input-check .wpcf7-list-item,
.formtbl .input-radio .wpcf7-list-item {
  margin: 0 1rem 0 0;
}

.formtbl .zipaddarea {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.formtbl .zipaddarea .zipaddbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.formtbl .zipaddarea .zipaddbox dt {
  width: 120px;
}
.formtbl .zipaddarea .zipaddbox dd {
  width: calc(100% - 130px);
}
.formtbl .zipaddarea .zipaddbox .input-zip p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .formtbl .input-select select{
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formtbl .input-select select {
    max-width: 100%;
  }
  .formtbl .zipaddarea .zipaddbox dt,
  .formtbl .zipaddarea .zipaddbox dd {
    width: 100%;
  }
  .formtbl .zipaddarea .zipaddbox dt {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

/************
フォーム外部
************/
.formsec .ppbox,
.formsec .lastcheck {
  margin: 2rem auto;
}
.formsec .ppbox .wpcf7-list-item,
.formsec .lastcheck .wpcf7-list-item {
  margin: 0 0 0 1rem;
}
.formsec .ppbox dl {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem;
}
.formsec .ppbox dl dt {
  font-weight: bold;
}
.formsec .ppbox a {
  text-decoration: underline;
}
.formsec .lastcheck {
  margin: 0 auto;
}

/************
フォームボタン
************/
.formsec .fomb {
  background: #C3AC80;
  border: 1px solid #C3AC80;
  margin: 2rem auto 0;
  max-width: 300px;
  padding: .5rem 0;
  position: relative;
  text-align: center;
}
.formsec .fomb input {
  color: #fff;
}
.formsec .fomb:hover {
  background: #fff;
}
.formsec .fomb:hover input {
  color: #C3AC80;
}
.formsec .fomb:has(input:disabled) {
  background: #b5b5b5 !important;
  border-color: transparent;
  pointer-events: none;
}
.formsec .fomb:has(input:disabled)::before {
  color: #333 !important;
}
.formsec .fomb input:disabled {
  color: #333 !important;
}

/************
フォームエラー、送信
************/
/* エラー */
.formtbl .fomcontent span.error {
  background: none;
  margin: 0;
}
/* 送信 */
.formsec .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.formsec form.sent .formblock,
.formsec form .sent-after,
.formsec form.sent .fomb {
  display: none;
}
.formsec form.sent .sent-after {
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.formsec .wpcf7 form .wpcf7-response-output {
  margin: 2rem auto 0;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}
.formsec .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
.formsec .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formsec .wpcf7 form .wpcf7-response-output {
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .formsec form.sent .sent-after {
    text-align: left;
  }
}

/*****************************
case-archive-sec
*****************************/
.catbox {
  margin-bottom: 5rem;
}
.catbox ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.catbox .current a {
  background: #181818;
  box-shadow: 2px 2px #f5f5f5;
  color: #fff;
}
.catbox a {
  background: #EAEAEA;
  box-shadow: 2px 2px #181818;
  display: block;
  font-size: 2rem;
  padding: 1rem 3rem;
}

.casebox > ul > li {
  background: #f5f5f5;
  padding: 2rem;
  position: relative;
}
.casebox .befoaf::before {
  aspect-ratio: 1/1;
  content: "\f101";
  color: #C3AC80;
  display: flex;
  align-items: center;
  justify-content: center;
  font: var(--fa-font-solid);
  font-size: 2rem;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  /* z-index: 1; */
}
.casebox .befoaf .fimgbox.before .imgbox {
  position: relative;
}
.casebox .befoaf .fimgbox.before .imgbox::before {
  aspect-ratio: 1/1;
  background: #181818;
  content: "\f00e";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font: var(--fa-font-solid);
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  /* z-index: 1; */
}
.casebox .befoaf .fimgbox .txt1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 1rem 0;
}
.casebox .befoaf .fimgbox.before .txt1 {
  background: #fff;
  border: 1px solid #181818;
}
.casebox .befoaf .fimgbox.after .txt1 {
  background: #C3AC80;
  color: #fff;
}
.casebox .befoaf .fimgbox.before .imgbox {
  aspect-ratio: 2/1;
}
.casebox .befoaf .fimgbox.before .imgbox a {
  opacity: 1;
}
.casebox .befoaf .fimgbox.before img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.casebox li:not(:last-child) {
  margin-bottom: 5rem;
}
.casebox li .ttlbox h2 {
  border-bottom: 2px solid #ccc;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.casebox li .ttlbox h2::after {
  background: #C3AC80;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 20%;
}
.casebox li .ftxtbox dt,
.casebox li .ftxtbox dd {
  padding: 1rem 2rem;
  width: 100%;
}
.casebox li .ftxtbox dt {
  background: #C3AC80;
  color: #fff;
}
.casebox li .ftxtbox dd {
  background: #fff;
}
/* サムネイルスライダー設定 */
.maincarousel {
  margin-bottom: 1rem;
}
.maincarousel .splide__slide::before {
  aspect-ratio: 1 / 1;
  background: #C3AC80;
  content: "\f00e";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font: var(--fa-font-solid);
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}
.maincarousel .splide__slide a {
  aspect-ratio: 2/1;
  display: block;
}
.maincarousel .splide__slide a:hover {
  opacity: 1;
}
.maincarousel .splide__slide a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.thumbnailcarousel .splide__slide {
  opacity: .3;
}
.thumbnailcarousel .splide__slide.is-active {
  opacity: 1;
}
.thumbnailcarousel .splide__slide {
  height: 70px;
}
.thumbnailcarousel .splide__slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.thumbnailcarousel .splide__slide,
.thumbnailcarousel .splide__slide.is-active {
  border: initial !important;
}

/* layout3 */
.centerbigsplide .txtbox p {
  background: #C3AC80;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto 1rem;
  padding: .5rem 1rem;
  opacity: .3;
  transition: .7s;
  width: 90%;
}
.centerbigsplide .splide__slide.is-active .txtbox p {
  opacity: 1;
  width: 100%;
  z-index: 1;
}
.centerbigsplide .splide__slide img {
  opacity: .3;
  transform: scale(.8);
  transition: .7s;
}
.centerbigsplide .splide__slide.is-active img {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.centerbigsplide .splide__arrow {
  background: #C3AC80;
}
.centerbigsplide .splide__arrow svg {
  fill: #fff;
}
.centerbigsplide .splide__pagination li {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .centerbigsplide .txtbox p {
    font-size: 1.6rem;
    width: 100%;
  }
  .centerbigsplide .splide__slide img {
    transform: scale(1);
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .catbox a {
    font-size: 1.6rem;
  }
  .casebox .befoaf .fimgbox .txt1 {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding: 0;
  }
  .casebox li .ttlbox h2 {
    font-size: 1.8rem;
  }
  .maincarousel .splide__slide a {
    aspect-ratio: 2/1.4;
  }
  .casebox > ul > li .flexbox2 {
    gap: 4rem;
  }
  .casebox .befoaf::before {
    top: 270px;
    transform: translateX(-50%) rotate(90deg);
  }
  .casebox .befoaf .fimgbox.before .imgbox {
    aspect-ratio: 2/1.4;
  }
  .casebox .befoaf .fimgbox.before .imgbox::before,
  .maincarousel .splide__slide::before {
    top: initial;
    bottom: 0;
  }
  .thumbnailcarousel .splide__list {
    height: 60px;
  }
}
