@charset "UTF-8";
.underFv {
  width: 100vw;
  height: 400px;
  display: flex;
  align-items: center;
}

.under-main {
  margin-top: 164px;
}

h1 {
  color: var(--white);
  font-weight: bold;
  font-size: 40px;
}

h2 {
  color: var(--brown);
  font-size: 28px;
  font-weight: bold;
  padding: 8px 0 8px 15px;
  border-left: 5px solid var(--brown);
  line-height: 1.5;
}

.sab-ttl {
  margin-bottom: 5px;
}

h3 {
  padding: 15px 0 15px 10px;
  font-size: 18px;
  color: var(--brown);
  background-color: var(--white);
  border-left: 4px solid var(--brown);
}

h3.h3_type02 {
  background-color: #F1EEE7;
}

h4 {
  color: var(--brown);
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 60px;
  margin-bottom: 1em;
}
h4::before {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--brown);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
h4::after {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--brown);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.dot-txt {
  color: var(--brown);
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-left: 17px;
}
.dot-txt::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--brown);
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}

.under-c-btn {
  color: var(--white);
  text-align: center;
  width: 332px;
}

.b-btn {
  background-color: #999489;
}

.g-btn {
  background-color: #AE955B;
}

section {
  padding-top: 150px;
}

.pankuzuMenu {
  margin: 20px 0;
  line-height: 2;
}
.pankuzuMenu a {
  color: var(--black);
  font-size: 14px;
  padding: 0 20px;
  font-weight: bold;
}
.pankuzuMenu a:first-of-type {
  padding-left: 0;
}
.pankuzuMenu span {
  width: 15px;
  height: 16px;
  position: relative;
}
.pankuzuMenu span::before {
  content: "";
  background: url(../images/Slash_gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.bg-gray {
  background-image: url(../images_underpage/bg-noise.png);
  background-size: 100% 100%;
  background-position: center;
}

.bg-beige {
  background-color: #F1EEE7;
}

.sectionWrap {
  padding-bottom: 150px;
}

.detail-area p {
  margin-bottom: 1em;
}
.detail-area p:last-child {
  margin-bottom: 0em;
}
.detail-area .in-img {
  margin-bottom: 2em;
}

.wide-wrap {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}

.mainColum-block {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5em;
  gap: 30px;
}
.mainColum-block .ttl-area {
  width: 30%;
}
.mainColum-block .detail-area {
  width: 70%;
}

.sabColumn-block {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 3em;
}
.sabColumn-block .img-area {
  width: 36.32%;
}
.sabColumn-block .detail-area {
  width: 58.31%;
}
.sabColumn-block .detail-area h3 {
  margin-bottom: 1.5em;
}

.note {
  border: 2px solid var(--brown);
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.note::before {
  content: "";
  background: url(../images_underpage/about_mask.png);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}
.note .inner {
  border: 1px solid var(--brown);
  padding: 50px 70px;
  text-align: center;
}

.separateLine {
  display: block;
  margin: 3.5em auto;
  height: 6px;
  width: 100%;
  position: relative;
}
.separateLine::before {
  content: "";
  background: url(../images_underpage/separater.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 244px;
  height: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.bannerWrap-bg-gray {
  background-image: url(../images_underpage/bg-noise.png);
  background-size: 100% 100%;
  background-position: center;
}

.contactBanner {
  position: relative;
  z-index: 10;
}

.aboutFv {
  background: url(../images_underpage/about-fv.png);
  background-size: cover;
  background-position: left top;
}

.info-list {
  display: flex;
  gap: 20px;
  padding: 0 5%;
  box-sizing: border-box;
  margin-top: 3em;
}
.info-list ul {
  width: 50%;
}
.info-list ul li {
  padding: 1em 0;
  border-bottom: 1px solid var(--gray);
}
.info-list ul li a {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 18px;
}
.info-list ul li a::before {
  content: "";
  background: url(../images/map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 6px;
  bottom: 0;
  left: 8px;
  right: 0;
  margin: auto;
  position: absolute;
}

.houyouFv {
  background: url(../images_underpage/houyou-fv.png);
  background-size: cover;
  background-position: center top;
}

#about-houyou .wide-wrap {
  margin-bottom: 100px;
}

.liveBnr {
  padding-top: 150px;
}

#type-houyou {
  padding-top: 100px;
}

.d-list {
  margin: 2em 0;
}
.d-list .l-brown_txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
.d-list dd {
  margin-bottom: 1.5em;
  line-height: 2;
}
.d-list li {
  margin-bottom: 1em;
}

.flow-ill {
  background: var(--white);
  text-align: center;
  padding: 70px 80px;
}
.flow-ill .detail-area {
  text-align: left;
  margin-top: 1em;
}
.flow-ill .contentBox {
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-weight: bold;
  margin: 2em 0 3em;
}
.flow-ill .contentBox .item {
  position: relative;
  width: 23.04%;
}
.flow-ill .contentBox .item:not(:last-child):before {
  content: "";
  background: url(../images_underpage/flow-arw.png);
  background-size: contain;
  width: 8px;
  height: 30px;
  position: absolute;
  top: 33%;
  right: -8%;
}
.flow-ill .contentBox .item .img-area {
  margin-bottom: 1em;
}
.flow-ill .contentBox .item .form-link {
  color: var(--brown);
  border-bottom: 1px solid;
  position: relative;
  display: inline-block;
  margin-top: 1em;
}
.flow-ill .contentBox .item .form-link::before {
  content: "";
  background: url(../images_underpage/form-linkarw.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -30px;
}

.leftTxt {
  margin: 2em 0;
  width: 80%;
}

.tel-link {
  font-size: 20px;
  font-weight: bold;
  color: var(--brown);
  position: relative;
  padding-left: 30px;
}
.tel-link::before {
  content: "";
  background: url(../images/tell-icon.svg);
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: 0;
}

.formWrap {
  margin-top: 70px;
}

.form-sheet {
  background-color: #F1EEE7;
  padding: 100px;
}
.form-sheet .intro-area {
  text-align: center;
  margin-bottom: 80px;
}
.form-sheet .intro-area strong {
  font-size: 20px;
  margin-bottom: 1em;
  display: block;
}
.form-sheet .intro-area .form-area {
  width: 90%;
  margin: 0 auto;
}
.form-sheet .intro-area .btn-wrap {
  text-align: left;
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.form-sheet .form-area {
  border-top: 1px solid var(--l-brown);
  position: relative;
}
.form-sheet .form-area .separateTxt {
  color: var(--l-brown);
  font-weight: bold;
  background: #F1EEE7;
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
  width: 300px;
  text-align: center;
  z-index: 2;
}

.bgWrap {
  position: relative;
}
.bgWrap::before {
  content: "";
  background: url(../images/intro_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50%;
  height: 100%;
  top: -10%;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.hanabiFv {
  background: url(../images_underpage/hanabi-fv.png);
  background-size: cover;
  background-position: left top;
}

#hanabi-feature .flow-ill {
  margin-top: 75px;
}

@media screen and (min-width: 768px) {
  .flow-ill .contentBox.c-3-box {
    width: 74.34%;
    margin: 2em auto 0;
    flex-wrap: wrap;
  }
  .flow-ill .contentBox.c-3-box .item {
    width: 30.99%;
    margin-bottom: 2em;
  }
  .flow-ill .contentBox.c-3-box .item:nth-child(3):before, .flow-ill .contentBox.c-3-box .item:nth-child(5):before {
    content: none;
  }
}
.sougiFv {
  background: url(../images_underpage/consultation-fv.png);
  background-size: cover;
  background-position: center top;
}

#cosulation-contact .form-sheet .intro-area {
  margin-bottom: 0px;
}
#cosulation-contact .form-sheet .intro-area .btn-wrap {
  text-align: center;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

#cosulation-info .contentWrap {
  padding: 156px 0;
}

.tourFv {
  background: url(../images_underpage/tour-fv.png);
  background-size: cover;
  background-position: center top;
}

.no-mb {
  margin-bottom: 0 !important;
}

.tourNote {
  margin-top: 60px;
}
.tourNote::before {
  content: none !important;
}
.tourNote .inner {
  text-align: left;
}
.tourNote .tourImg {
  display: flex;
  gap: 15px;
}
.tourNote .mainColum-block {
  margin-bottom: 1.5em;
}
.tourNote .sabColumn-wrap .sabColumn-block:first-of-type {
  margin-bottom: 15px;
}

h2.tour-ttl {
  font-size: 24px;
  position: relative;
  padding: 0 0 0 38px;
  border-left: none;
}
h2.tour-ttl::before {
  content: "";
  background: var(--brown);
  width: 30px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}

.whiteFv {
  background: url(../images_underpage/white-fv.png);
  background-size: cover;
  background-position: center top;
}

.f-bold {
  font-weight: bold;
}

#privacy-policy .contentWrap {
  padding: 50px 30px 0;
  max-width: 1200px;
}
#privacy-policy .contentWrap .txt-area {
  margin-bottom: 2em;
}
#privacy-policy .contentWrap .txt-area .f-bold {
  margin-bottom: 0.3em;
}
#privacy-policy .contentWrap .contact-area {
  border: 1px solid;
  padding: 20px 25px;
}

#live-video .btn-wrap {
  display: flex;
  justify-content: center;
}

.hotokesamaFv {
  background: url(../images_underpage/hotokesama-fv.png);
  background-size: cover;
  background-position: center top;
}

#hotokesama-info .contentWrap {
  padding: 50px 30px 0;
}
#hotokesama-info .contentWrap .listBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#hotokesama-info .contentWrap .listBlock .item {
  width: 31.76%;
  margin-bottom: 2.5em;
}
#hotokesama-info .contentWrap .listBlock .item .hotoke-name {
  margin: 1em 0 0.5em;
}

#gohonzon .note {
  margin-top: 80px;
}
#gohonzon .note .contentWrap {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 1em;
}
#gohonzon .note .contentWrap .img-area {
  width: 41.3%;
}
#gohonzon .note .contentWrap .deail-area {
  width: 56.08%;
}

.eventFv {
  background: url(../images_underpage/event-fv.png);
  background-size: cover;
  background-position: center top;
}

.newsFv {
  background: url(../images_underpage/news-fv.png);
  background-size: cover;
  background-position: center top;
}

.news-area .contentWrap {
  padding: 70px 30px 0;
}

.newsList li {
  border-bottom: 1px solid #CFC9BA;
  padding-right: 100px;
}
.newsList li a {
  display: flex;
  gap: 20px;
  padding: 30px 0;
  color: var(--black);
  font-weight: bold;
}
.newsList li:first-child a {
  padding-top: 0px;
}

.contactFv {
  background: url(../images_underpage/contact-fv.png);
  background-size: cover;
  background-position: center top;
}

.c-contactForm {
  background-color: var(--white);
}
.c-contactForm .intro-area .btn-wrap {
  gap: 15px;
}
.c-contactForm .form-area .separateTxt {
  background: var(--white);
}

.thanks-area {
  text-align: center;
}
.thanks-area .ttl-txt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 36px;
}
.thanks-area .telBtn-box {
  border: 1px solid var(--brown);
  width: 380px;
  margin: 40px auto 0;
  padding: 30px 0;
}

.articleWrap {
  padding-top: 150px;
}
.articleWrap .news-content {
  max-width: 800px;
  margin: 0 auto;
}
.articleWrap .news-content .title-area {
  font-weight: bold;
  border-bottom: 1px solid #CFC9BA;
  padding-bottom: 25px;
  margin-bottom: 100px;
}
.articleWrap .news-content .title-area .news-title {
  font-size: 20px;
  margin-top: 5px;
}
.articleWrap .news-content .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

#pagenation {
  margin: 100px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagenation ul {
  display: flex;
}
#pagenation ul li {
  width: 40px;
  height: 40px;
}

.pageNum-box {
  width: 40px;
  height: 40px;
  border: 1px solid #CFC9BA;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
}
.pageNum-box.current {
  background-color: #736951;
  color: #ffffff;
}
.pageNum-box a {
  color: var(--brown);
}

.pageArrow .mover {
  position: relative;
  display: block;
}
.pageArrow .mover img {
  transition: 0.3s;
}
.pageArrow .mover img:last-of-type {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  opacity: 0;
}
.pageArrow .mover:hover img:first-of-type {
  opacity: 0;
}
.pageArrow .mover:hover img:last-of-type {
  opacity: 1;
}

.preArrow {
  margin-right: 25px;
}

.nextArrow {
  margin-left: 25px;
}

h1.wp-block-heading {
  color: #736951;
  font-weight: bold;
  margin: 30px 0;
}

h2.wp-block-heading {
  background: #F1EEE7;
  font-size: 18px;
  border-left: 0px;
  margin-bottom: 50px;
}

h3.wp-block-heading {
  padding: 8px 0 8px 10px;
  margin: 30px 0;
}

h4.wp-block-heading {
  font-size: 18px;
  padding-left: 17px;
  margin: 30px 0;
}
h4.wp-block-heading::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--brown);
  border-radius: 50%;
  top: 3px;
  left: 0;
  position: absolute;
}
h4.wp-block-heading::after {
  content: none;
}

figure.wp-block-image {
  margin: 30px 0;
}

.backTop {
  margin-top: 70px;
}

.form-inner {
  max-width: 800px;
  margin: 0 auto;
}

.wpcf7 {
  margin-top: 50px;
}

form .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
form .btn-wrap input {
  font-family: "Noto Serif JP";
  border: none;
}
form .btn-wrap input[type=submit] {
  background-color: #AE955B;
  color: #ffffff;
  width: 332px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 1em;
  transition: all 0.3s;
}
form .btn-wrap input[type=submit]:hover {
  filter: opacity(40%);
}
form .btn-wrap br {
  display: none;
}
form .btn-wrap p {
  display: flex;
  gap: 20px;
}

.form-group {
  margin-bottom: 30px;
  display: flex;
}
.form-group p {
  font-weight: bold;
  color: var(--brown);
}
.form-group .form-name {
  width: 35%;
}
.form-group .form-name p {
  position: relative;
  padding-left: 17px;
}
.form-group .form-name p::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--brown);
  border-radius: 50%;
  top: 12px;
  left: 0;
  position: absolute;
}
.form-group .form-name span {
  background: #AE955B;
  color: #ffffff;
  padding: 3px;
  font-size: 14px;
  margin-left: 5px;
}
.form-group .input-group {
  width: 65%;
}
.form-group .input-group p {
  font-size: 14px;
}
.form-group .wpcf7-form-control-wrap input:not([type=radio]):not([type=checkbox]), .form-group .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: none;
  padding: 13px;
  font-family: "Noto Serif JP", serif;
  box-sizing: border-box;
  color: var(--brown);
  font-weight: bold;
}

.policy-group {
  justify-content: center;
  color: var(--brown);
  margin-top: 70px;
}
.policy-group a {
  color: var(--brown);
  border-bottom: 1px solid var(--brown);
}

input.wpcf7-form-control.wpcf7-text.address01 {
  width: 120px !important;
  margin: 0 5px;
}

input.wpcf7-form-control.wpcf7-text.address02 {
  width: 160px !important;
  margin: 0 5px;
}

input.wpcf7-form-control.wpcf7-text.address03 {
  margin-top: 15px;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + span, input[type=radio] + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}
input[type=checkbox] + span::after, input[type=checkbox] + span::before, input[type=radio] + span::after, input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
input[type=checkbox] + span::before, input[type=radio] + span::before {
  border: 2px solid var(--brown);
  background-color: #ffffff;
  height: 16px;
  width: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
input[type=checkbox] + span::after, input[type=radio] + span::after {
  border: none;
  background-color: var(--l-brown);
  height: 6px;
  width: 6px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
input[type=checkbox]:checked + span::after, input[type=radio]:checked + span::after {
  display: block;
}

.c-contactForm .wpcf7-form-control-wrap input:not([type=radio]):not([type=checkbox]) {
  background-color: #F1EEE7;
}
.c-contactForm .wpcf7-form-control-wrap textarea {
  background-color: #F1EEE7;
}
.c-contactForm .wpcf7-list-item {
  display: block;
}

/* -------------------レスポンシブ */
@media screen and (max-width: 1000px) {
  .under-main {
    margin-top: 0px !important;
  }
  form .btn-wrap p {
    gap: 15px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .underFv {
    width: 100vw;
    height: 300px;
    display: flex;
    align-items: end;
    box-sizing: border-box;
    padding-bottom: 50px;
  }
  section {
    padding-top: 80px;
  }
  .sectionWrap {
    padding-bottom: 70px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 1.5em;
  }
  h4 {
    font-size: 20px;
    padding: 0 40px;
  }
  h4::before {
    width: 30px;
  }
  h4::after {
    width: 30px;
  }
  .under-c-btn {
    width: 100%;
    margin: 0 20px;
  }
  .mainColum-block {
    flex-direction: column;
    gap: 0px;
  }
  .mainColum-block .ttl-area {
    width: 100%;
  }
  .mainColum-block .detail-area {
    width: 100%;
  }
  .sabColumn-block {
    padding: 0 0px;
    flex-direction: column-reverse;
    margin-bottom: 2em;
  }
  .sabColumn-block .img-area {
    width: 100%;
    margin-top: 1.5em;
  }
  .sabColumn-block .detail-area {
    width: 100%;
  }
  .note::before {
    background-size: cover;
    background-position: center;
  }
  .note .inner {
    padding: 50px 30px;
  }
  .note .inner .detail-area {
    text-align: left;
  }
  .aboutFv {
    background: url(../images_underpage/about-fv_sp.png);
    background-size: cover;
    background-position: left top;
  }
  .info-list {
    flex-direction: column;
    gap: 0px;
    padding: 0 0%;
  }
  .info-list ul {
    width: 100%;
  }
  .info-list ul li a {
    display: block;
    margin-left: 2em;
  }
  .houyouFv {
    background: url(../images_underpage/houyou-fv_sp.png);
    background-size: cover;
    background-position: left top;
  }
  .liveBnr {
    padding-top: 70px;
  }
  #type-houyou {
    padding-top: 50px;
  }
  .flow-ill {
    padding: 60px 20px;
  }
  .flow-ill .contentBox {
    flex-direction: column;
    gap: 60px;
  }
  .flow-ill .contentBox .item {
    width: 100%;
  }
  .flow-ill .contentBox .item:not(:last-child):before {
    background-repeat: no-repeat;
    width: 20px;
    height: 70px;
    top: auto;
    bottom: -70px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotateZ(90deg);
  }
  .flow-ill .liveBnr-wrap {
    padding: 0 0;
  }
  .flow-ill .liveBnr-wrap a {
    max-width: 100%;
  }
  .form-sheet {
    padding: 50px 25px;
  }
  .form-sheet .intro-area {
    margin-bottom: 60px;
  }
  .form-sheet .intro-area strong {
    margin-bottom: 0.5em;
    line-height: 1.8;
  }
  .form-sheet .intro-area .btn-wrap {
    margin-top: 1em;
  }
  .form-sheet .intro-area .btn-wrap .c-btn {
    width: 100%;
  }
  .form-sheet .intro-area .btn-wrap .c-detailBtn {
    width: 100%;
  }
  .formWrap {
    margin-top: 40px;
  }
  .leftTxt {
    width: 100%;
  }
  .liveBnr-wrap {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .bgWrap::before {
    width: 80%;
  }
  .hanabiFv {
    background: url(../images_underpage/hanabi-fv_sp.png);
    background-size: cover;
    background-position: left top;
  }
  #hanabi-feature .flow-ill {
    margin-top: 0px;
  }
  .flow-ill .contentBox.c-3-box {
    margin: 2em 0 0em;
  }
  .flow-ill .contentBox.c-3-box .item:nth-child(5):before {
    content: none;
  }
  .sougiFv {
    background: url(../images_underpage/consultation-fv_sp.png);
    background-size: cover;
    background-position: center top;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  #cosulation-info .contentWrap {
    padding: 76px 0 70px;
  }
  #cosulation-info .contentWrap .sabColumn-block {
    flex-direction: column;
    margin-bottom: 1em;
  }
  .tourFv {
    background: url(../images_underpage/tour-fv_sp.png);
    background-size: cover;
    background-position: center top;
  }
  .tourNote .tourImg {
    flex-direction: column;
    gap: 10px;
  }
  .tourNote .sabColumn-wrap .sabColumn-block:first-of-type {
    margin-bottom: 40px;
  }
  h2.tour-ttl {
    margin-bottom: 1em;
    font-size: 20px;
    padding: 0 0 0 42px;
  }
  .whiteFv {
    background: url(../images_underpage/white-fv_sp.png);
    background-size: cover;
    background-position: center top;
  }
  #privacy-policy .contentWrap {
    padding: 0px 0px;
    width: 100%;
  }
  #privacy-policy .contentWrap .txt-area {
    margin-bottom: 1.5em;
  }
  #privacy-policy .contentWrap .contact-area {
    padding: 20px 15px;
  }
  .hotokesamaFv {
    background: url(../images_underpage/hotokesama-fv_sp.png);
    background-size: cover;
    background-position: center top;
  }
  #hotokesama-info .contentWrap {
    padding: 0;
  }
  #hotokesama-info .contentWrap .listBlock {
    flex-direction: column;
  }
  #hotokesama-info .contentWrap .listBlock .item {
    width: 100%;
  }
  #gohonzon .note {
    margin-top: 50px;
  }
  #gohonzon .note .contentWrap {
    flex-direction: column;
  }
  #gohonzon .note .contentWrap .img-area {
    width: 100%;
  }
  #gohonzon .note .contentWrap .deail-area {
    width: 100%;
    margin-top: 1em;
  }
  .eventFv {
    background: url(../images_underpage/event-fv_sp.png);
    background-size: cover;
    background-position: center top;
  }
  .newsFv {
    background: url(../images_underpage/news-fv_sp.png);
    background-size: cover;
    background-position: center top;
  }
  .news-area .contentWrap {
    padding: 10px 0 0;
  }
  .newsList li a {
    flex-direction: column;
    gap: 5px;
    padding: 20px 0;
  }
  .contactFv {
    background: url(../images_underpage/contact-fv_sp.png);
    background-size: cover;
    background-position: center top;
  }
  .c-contactForm .intro-area .btn-wrap {
    flex-direction: column;
  }
  .articleWrap {
    padding-top: 70px;
  }
  .articleWrap .news-content .title-area {
    margin-bottom: 70px;
  }
  form .btn-wrap {
    margin-top: 50px;
  }
  form .btn-wrap p {
    width: 100%;
  }
  form .btn-wrap .under-c-btn {
    margin: 0;
  }
  form .btn-wrap input[type=submit] {
    width: 100%;
  }
  .form-group {
    flex-direction: column;
  }
  .form-group .form-name {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-group .input-group {
    width: 100%;
  }
  .form-group .input-group input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 100% !important;
    padding: 13px;
    background-color: #ffffff;
  }
  .policy-group {
    flex-direction: row;
    margin-top: 50px;
  }
}
@media screen and (max-width: 520px) {
  .separateLine {
    margin: 2.5em auto;
  }
  .info-list {
    margin-top: 0em;
  }
  .form-sheet .form-area .separateTxt {
    width: 250px;
    font-size: 14px;
  }
  .thanks-area .telBtn-box {
    width: 100%;
  }
  #pagenation {
    margin: 70px auto 50px;
  }
  input.wpcf7-form-control.wpcf7-text.address01 {
    width: 80px !important;
  }
  input.wpcf7-form-control.wpcf7-text.address02 {
    width: 120px !important;
  }
}/*# sourceMappingURL=common.css.map */