@charset "UTF-8";

/*****************************
cmn
*****************************/
.pagesec {
  padding: 10rem 0;
}
.pagesec:only-child {
  padding: 15rem 0 10rem;
}
.pagesec:first-child {
  padding: 15rem 0 10rem;
}
.pagesec:last-child {
  padding: 10rem 0 25rem;
}

.page .ttlbox1 {
  margin-bottom: 5rem;
  text-align: center;
}
@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: 5rem 0;
  }
  .pagesec:first-child {
    padding: 10rem 0 8rem;
  }
  .pagesec:last-child {
    padding: 10rem 0 15rem;
  }
  .page .ttlbox1 {
    margin-bottom: 3rem;
  }
}

/*****************************
pagehead
*****************************/
.pagehead {
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2rem auto 0;
  overflow: hidden;
  height: 500px;
  width: calc(100% - 4rem);
}
.pagehead::before {
  background: rgba(0,0,0,.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pagehead.phcmn {
  background-image: url(../images/page/common/head_common.webp);
}
.pagehead .txtbox {
  position: absolute;
  left: 5rem;
  bottom: 5rem;
}
.pagehead .txtbox h1 {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-shadow: 3px 3px 10px #000;
}
.pagehead .txtbox .breadcrumb,
.pagehead .txtbox .breadcrumb span {
  color: #fff;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagehead .txtbox h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagehead .txtbox {
    bottom: 2rem;
    left: 2rem;
  }
  .pagehead .txtbox h1 {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
}

/*****************************
cmn-catch
*****************************/
.pagesec.cmn-catch {
  padding: 15rem 0 10rem;
}
.cmn-catch .cmncatch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.cmn-catch .ttl {
  color: #B39A7A;
  font-family: "Shippori Mincho", serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 2;
}
.cmn-catch .txt {
  line-height: 2.5;
  max-width: 680px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .cmn-catch .cmncatch {
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
  }
  .cmn-catch .ttl {
    margin-bottom: 2rem;
    width: 100%;
  }
  .cmn-catch .txt {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  .pagesec.cmn-catch {
    padding: 10rem 0 0;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmn-catch .ttl {
    font-size: 2.5rem;
  }
}

/*****************************
cmn-introduction
*****************************/
.cmn-introduction .fimgbox {
  width: 40%;
}
.cmn-introduction .ftxtbox {
  width: 55%;
}
.cmn-introduction .fimgbox img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cmn-introduction .ftxtbox {
  padding-right: 5rem;
}
.cmn-introduction .ttlbox1 {
  margin-bottom: 3rem;
  text-align: left;
}
.cmn-introduction .ftxtbox .txt {
  line-height: 2;
}
@media only screen and (max-width: 1180px) {
  .cmn-introduction .flexbox2 {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .cmn-introduction .flexbox2 {
    padding: 0;
  }
  .cmn-introduction .fimgbox {
    width: 100%;
  }
  .cmn-introduction .ftxtbox {
    padding: 4rem 3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmn-introduction .ttlbox1 {
    margin-bottom: 1rem;
  }

}

/*****************************
cmn-flexthumslide
*****************************/
.cmn-flexthumslide .ttlbox1 {
  margin-bottom: 5rem;
}
.flexthumslidelist > li:not(:last-child) {
  margin-bottom: 15rem;
}
.flexthumslidelist .ftxtbox h3 {
  color: #B39A7A;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 600;
}
.flexthumslidelist .ftxtbox .txt {
  margin: 2rem 0;
}
.maincarousel .splide__slide a {
  aspect-ratio: 2/1.5;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.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 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 80px;
}
.thumbnailcarousel .splide__slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.thumbnailcarousel .splide__slide,
.thumbnailcarousel .splide__slide.is-active {
  border: initial !important;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .thumbnailcarousel .splide__slide {
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .flexthumslidelist .fimgbox {
    margin-bottom: 2rem;
  }
  .flexthumslidelist .ftxtbox h3 {
    font-size: 2.5rem;
  }
  .flexthumslidelist .ftxtbox .txt {
    margin: .5rem 0 1rem;
  }
}

/*****************************
gaiyoudl
*****************************/
.gaiyoubox {
  max-width: 750px;
  margin: 0 auto;
}
.gaiyoudl {
  display: flex;
  flex-wrap: wrap;
}
.gaiyoudl dt:not(:last-child),
.gaiyoudl dd:not(:last-child) {
  margin-bottom: 5rem;
}
.gaiyoudl dt {
  width: 180px;
}
.gaiyoudl dt span {
  background: #A64B42;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 0 1rem;
}
.gaiyoudl dd {
  width: calc(100% - 180px);
}
@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) {
  .gaiyoudl dt,
  .gaiyoudl dd {
    width: 100%;
  }
  .gaiyoudl dt:not(:last-child),
  .gaiyoudl dd:not(:last-child) {
    margin-bottom: 0;
  }
  .gaiyoudl dt:not(:last-child) {
    margin-bottom: .5rem;
  }
  .gaiyoudl dd:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

/*****************************
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: #000;
  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 #000;
  display: inline-block;
  opacity: 1 !important;
  padding: 0 .5rem;
  transition: .5s;
}
.pager a:hover {
  background: #000;
  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 {
  background: #fff;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 800px;
  padding: 2rem;
}
.formtbl .formbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formtbl .formbox:not(:last-child) {
  border-bottom: 1px solid #181818;
}
.formtbl .fomttl {
  background: #fff;
  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;
  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-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: 1rem 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: #B39A7A;
  border: 2px solid #B39A7A;
  border-radius: 20px;
  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: #000;
}
.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;
  }
}
