@charset "UTF-8";
/* 除算math.divを使うのに必要な記述 */
html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.4rem, 1.3346938776rem + 0.2040816327vw, 1.6rem);
}
body a {
  color: #0f0f0f;
}
body a :hover {
  transition: 0.5s;
  -webkit-transition: 0.5s; /* Chrome、Safari用 */
  -moz-transition: 0.5s; /* Firefox用 */
  -o-transition: 0.5s; /* Opera用 */
  opacity: 0.8;
}
body img {
  max-width: 100%;
  height: auto;
}
body .mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(3rem, 2.9346938776rem + 0.2040816327vw, 3.2rem);
}
body section {
  margin-bottom: 40px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: unset;
  font-weight: unset;
  line-height: unset;
}

#contact {
  margin-top: 40px !important;
}
#contact .titleArea {
  text-align: center;
  margin-bottom: 40px;
}
#contact .titleArea .title {
  font-size: clamp(4rem, 3.9346938776rem + 0.2040816327vw, 4.2rem);
}
#contact .titleArea .sub {
  color: black;
}
#contact .form {
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  #contact .form {
    padding: 0px;
  }
}
#contact .form .wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contact .form .wrap {
    flex-direction: column;
  }
}
#contact .form .wrap .head {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap .head {
    width: 100%;
  }
}
#contact .form .wrap .contents {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap .contents {
    width: 100%;
  }
}
#contact .form .wrap .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap .head {
    justify-content: start;
    gap: 10px;
  }
}
#contact .form .wrap .head label {
  font-weight: bold;
}
#contact .form .wrap .head span {
  color: white;
  font-size: clamp(1rem, 0.9346938776rem + 0.2040816327vw, 1.2rem);
  background: goldenrod;
  padding: 3px 10px;
  border-radius: 15px;
}
#contact .form .wrap.submit {
  flex-direction: column;
  align-items: center;
}
#contact .form .wrap .wpcf7-tel, #contact .form .wrap .wpcf7-text, #contact .form .wrap .wpcf7-email, #contact .form .wrap .wpcf7-textarea {
  border: none;
  background-color: #f4f4f4;
  width: 100%;
  padding: 10px;
}
#contact .form .wrap .wpcf7-select {
  border: none;
  background-color: #f4f4f4;
  width: 50%;
  padding: 10px;
}
#contact .form .wrap .wpcf7-submit {
  background-color: goldenrod;
  width: 50%;
  padding: 5px 0px;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 25px;
  border: none;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap .wpcf7-submit {
    width: 100%;
  }
}
#contact .form .btnArea {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #contact .form .btnArea {
    flex-direction: column;
  }
}
#contact .form .btnArea button, #contact .form .btnArea input {
  background-color: goldenrod;
  width: 50%;
  padding: 5px 0px;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 25px;
  border: none;
}
@media screen and (max-width: 768px) {
  #contact .form .btnArea button, #contact .form .btnArea input {
    width: 100%;
  }
}
#contact .form .btnArea .wpcf7-spinner {
  display: none;
}
#contact .thanks {
  text-align: center;
}
#contact .thanks .title {
  font-size: clamp(3rem, 2.9346938776rem + 0.2040816327vw, 3.2rem);
  color: goldenrod;
  margin-bottom: 40px;
  font-weight: bold;
}
#contact .thanks .textArea {
  line-height: 150%;
}
#contact .thanks .textArea .name {
  font-weight: bold;
  margin-bottom: 20px;
  margin-right: 10px;
}
#contact .thanks .textArea .name span {
  font-size: clamp(1.8rem, 1.7346938776rem + 0.2040816327vw, 2rem);
}

.voteList__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 200px));
  justify-content: center;
  gap: 8px;
}
.voteList .hWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  margin: 40px auto;
}
.voteList .hWrap .h1 {
  font-weight: bold;
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
.voteList .hWrap .time {
  font-size: clamp(1.4rem, 1.3346938776rem + 0.2040816327vw, 1.6rem);
  color: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.voteList .hWrap .time span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.voteList .hWrap .time span::after {
  font-family: "Material Icons";
  content: "\e8b5";
  margin-left: 4px;
}
.voteList .postItem__wrap .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: column;
  margin-bottom: 16px;
}
.voteList .postItem__wrap .box .tmb {
  width: 100%;
}
.voteList .postItem__wrap .box .tmb img {
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.voteList .postItem__wrap .box .title {
  font-weight: bold;
}
.voteList .postItem__wrap .box .tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.voteList .postItem__wrap .box .tags .tag {
  padding: 4px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voteList .postItem__wrap .poll {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-direction: column;
}
.voteList .voteBtn {
  width: 100%;
  background-color: lightcoral;
  color: white;
  font-weight: bold;
  padding: 16px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
}
.voteList .thanksMessage {
  visibility: hidden;
  height: 0;
  margin-top: 20px;
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  opacity: 0;
  transform: translateY(-20px);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, height 0.5s ease-out;
  overflow: hidden;
}
.voteList .thanksMessage.show {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  height: auto;
  opacity: 1;
  transform: translateY(0);
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto;
}/*# sourceMappingURL=custom.css.map */