@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
/* event 詳細ページ
--------------------------- */
.event-status {
  font-size: 30px;
  font-weight: bold;
  color: red;
  text-align: center;
  margin: 20px 0;
}

.event-pageTitle {
  margin: 20px 0 50px 0;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .event-pageTitle {
    margin: 20px 0 20px 0;
    font-size: 22px;
  }
}
.event-pageTitle > span {
  font-size: 14px;
}

.event-mainImage {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 50px auto;
}
.event-mainImage img {
  aspect-ratio: 1/1;
}

.event-heading-sub {
  margin: 2.5em 2px 1.2em;
  padding: 0.3em 0 0.3em 0.8em;
  font-size: 30px;
  font-weight: 700;
  border-bottom: none;
  border-left: 2px solid #505050;
}
@media screen and (max-width: 767px) {
  .event-heading-sub {
    font-size: 20px;
  }
}

.event-table {
  display: flex;
  margin-bottom: 10px;
}
.event-table dt {
  padding: 0 20px 10px 0;
}
.event-table dd {
  padding: 0 0 10px 0;
}

.p-googlemap iframe {
  width: 100%;
  height: 480px;
}

.event-form {
  margin: 50px 0;
}

/* お問い合わせフォーム */
.wpcf7 {
  border: none;
  background: #fff;
}

.wpcf7 form {
  margin: 0;
  border: none;
  padding: 0;
}

.h-adr {
  /*名前、メール、題名*/
  /*本文*/
  /*送信ボタン*/
}
.h-adr input[type=date],
.h-adr input[type=text],
.h-adr input[type=tel],
.h-adr input[type=email],
.h-adr select,
.h-adr option {
  font-size: 18px;
}
.h-adr span.wpcf7-list-item {
  display: block !important;
}
.h-adr input[type=text],
.h-adr input[type=email],
.h-adr input[type=tel] {
  width: 70%;
}
.h-adr input[type=date]:focus,
.h-adr input[type=text]:focus,
.h-adr input[type=email]:focus,
.h-adr input[type=tel]:focus {
  border: solid 1px #20b2aa;
}
.h-adr input[type=date],
.h-adr input[type=text],
.h-adr select,
.h-adr input[type=email],
.h-adr input[type=tel] {
  outline: none;
}
.h-adr .contact_right textarea {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #a9a9a9 1px solid;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 0 3px;
}
.h-adr .contact_right textarea:focus {
  border: solid 1px #20b2aa;
}
.h-adr .contact_right textarea {
  outline: none;
  width: 100%;
}
.h-adr input[type=button],
.h-adr input[type=submit] {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", sans-serif !important;
  background: #ecdedd;
  transition: all 0.3s;
  margin: 0px auto 0px;
  color: #7d5d5e;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #ecdedd;
  border-radius: 10px;
  width: 320px;
  max-width: 100%;
  height: 60px;
}
@media (max-width: 767px) {
  .h-adr input[type=button],
.h-adr input[type=submit] {
    width: 100%;
  }
}
.h-adr input[type=button]:hover,
.h-adr input[type=submit]:hover {
  box-shadow: 2px 2px 2px #777;
}
.h-adr .contact_form input[type=submit] {
  width: 50%;
}
.h-adr .contact_form input[type=text],
.h-adr .contact_form input[type=email] {
  width: 100%;
  height: 50px;
  font-size: 18em;
}
.h-adr input[type=radio] {
  margin: 0 0 4px 0 !important;
}
.h-adr .send input[type=submit],
.h-adr .back input[type=button] {
  width: 80% !important;
}
.h-adr .send {
  width: 49%;
  display: inline-block;
  float: right;
  text-align: left !important;
}
.h-adr .back {
  float: left;
  text-align: right !important;
  width: 46%;
  display: inline-block;
}
.h-adr .confirm {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", sans-serif !important;
  text-align: center;
  margin: 0px 0px;
}
.h-adr .wpcf7-form {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", sans-serif !important;
  margin-bottom: 20px;
}
.h-adr .wpcf7-form input[type=text],
.h-adr .wpcf7-form input[type=email],
.h-adr .wpcf7-form input[type=tel] {
  width: 100%;
  vertical-align: middle;
}
.h-adr .wpcf7-form textarea {
  width: 100%;
}
.h-adr .wpcf7-form .wpcf7-submit {
  width: 200px;
  margin-left: 10px;
}
.h-adr .wpcf7-form::after {
  clear: both;
  display: block;
  content: "";
}
.h-adr .contactform {
  margin: 0px 0px 20px 0px;
  border: solid 0px #c99269;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5em;
  width: 100%;
}
.h-adr .contactform p {
  padding: 0px;
  margin-bottom: 10px;
}
.h-adr .contactform th {
  border: solid 1px #dddddd;
  background: #f6f6f6;
  text-align: left;
  padding: 10px 10px;
  font-weight: 400;
  width: 15em;
  vertical-align: middle;
  font-size: 18px;
}
.h-adr .contactform td {
  border: solid 1px #dddddd;
  padding: 10px 10px;
  font-size: 18px;
}
.h-adr .contactform .spr {
  color: #ee0000;
  display: inline-block;
  padding: 1px 5px;
  float: right;
  font-size: 18px;
}
.h-adr .contactform .spw {
  display: inline-block;
  font-size: 18px;
  height: 42px;
}
.h-adr .wpcf7-form dt.siryoubloc {
  background: #ffff80;
  padding: 10px 20px 20px;
}
.h-adr .wpcf7-form dt.siryoubloc .bloc1 {
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px 10px;
  margin-top: 10px;
}
.h-adr .wpcf7-form dd.kentikuyo {
  display: flex;
}
.h-adr .wpcf7-form dd #kentikuyotei {
  display: inline;
}
.h-adr .wpcf7-form .kentikuyotei .wpcf7-list-item,
.h-adr .wpcf7-form .soudantypes .wpcf7-list-item {
  width: 110px;
  display: inline-block;
  margin-top: 5px;
}
.h-adr .wpcf7 .wpcf7-list-item-label {
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .h-adr .contactform th,
.h-adr .contactform td {
    display: block;
    width: auto;
    padding: 10px;
  }
  .h-adr .wpcf7-form textarea {
    width: 95%;
  }
}
.h-adr .wpcf7-list-item {
  margin: 0;
}
.h-adr .wpcf7 select,
.h-adr .wpcf7 input[type=checkbox],
.h-adr .wpcf7 input[type=radio] {
  width: auto;
  max-width: 97%;
  border: 1px solid #ccc;
  padding: 8px;
}
.h-adr .wpcf7 select,
.h-adr .wpcf7 .wpcf7-list-item-label {
  line-height: 1.2;
  font-size: 14px;
}
.h-adr .aligncenter {
  text-align: center;
}

/* event 一覧ページ
--------------------------- */
.event-post-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .event-post-list {
    gap: 20px 10px;
  }
}

.event-post-list-item {
  width: calc(25% - 15px);
}
@media screen and (max-width: 767px) {
  .event-post-list-item {
    width: calc(50% - 10px);
  }
}
.event-post-list-item > a:hover {
  opacity: 1;
  color: inherit;
}
.event-post-list-item > a:hover .event-post-list-img img {
  transform: scale(1.1);
}

.event-post-list-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.event-post-list-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
  transition: 0.3s;
}

.event-post-list-msg {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 200px;
  max-width: 100%;
  height: 55px;
  margin: auto;
  line-height: 1.2;
  padding: 9px 10px 5px 10px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
}

.event-post-list-content {
  min-height: 78px;
  padding: 10px 10px 20px 10px;
  background-color: #f6f6f6;
}

.event-post-list-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  font-weight: normal;
  font-size: 16px;
  color: #9F886E;
  font-weight: bold;
}