@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500&display=swap');

/* ===== Reset CSS ===== */
*, *::before, *:::after { box-sizing: border-box; } ul[class], ol[class] { padding: 0; } body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd { margin: 0; } body { min-height: 100vh; scroll-behavior: smooth; text-rendering: optimizeSpeed; } ul[class], ol[class] { list-style: none; } a:not([class]) { text-decoration-skip-ink: auto; } img { max-width: 100%; } article > * + * { margin-top: 1em; } input, button, textarea, select { font: inherit; } @media (prefers-reduced-motion: reduce) { * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }

/* ===== 一般・共通設定 =====*/
body {
  font: normal 16px 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  background: url('../img/2026_top_sm.jpg') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
h1 {
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
}
h2 {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: 500;
  border: 1px solid #b68a33;
}
h3 {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: 500;
  border-bottom: 1px solid #b68a33;
}

p {
  margin-bottom: 1em;
}


@media screen and (min-width: 641px) {
  body {
    background: url('../img/2026_top_pc.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

a {
  color: #fff;
}

ul {
  margin-left: 2em;
}
ol {
  margin-left: 2em;
}
dt {
  margin: 30px 0 10px;
}

dd.ml1 {
  margin-left: 1em;
}

/* ===== フォーム =====*/
form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=url],
form select {
  width: 20rem;
  padding: 8px 10px;
  color: #666;
  font-size: 1rem;
  background: #fbfbfb;
  border: solid 1px #ccc;
  border-radius: 5px;
}
form input[type=text]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form select:focus {
  background: #fff;
  border-color: #83B6C2;
  outline: none;
  box-shadow: 2px 2px 4px rgba(143, 183, 222, 0.6), -2px -2px 4px rgba(143, 183, 222, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
form input[type=text].w10em,
form input[type=tel].w10em,
form input[type=email].w10em,
form input[type=url].w10em,
form select.w10em {
  width: 10em;
}
form input[type=tel] {
  width: 20rem;
}
form input[type=tel]::after {
  content: "0000-00-0000";
}
form input[type=email] {
  width: 20rem;
}
form input[type=url] {
  width: 20rem;
}
form input[type=radio] {
  margin-right: 0.5rem;
}
form input[type=checkbox] {
  margin-bottom: 1rem;
}
form textarea {
  width: 100%;
  color: #666;
  font-size: 1rem;
  background: #fbfbfb;
  border: solid 1px #ccc;
  border-radius: 5px;
}
form label {
  margin-right: 0.5em;
}
form .btn {
  display: block;
  margin: 0 0.5em;
  padding: 0.6em 1em 0.4em;
  color: #333;
  font-size: 1em;
  text-transform: uppercase;
  background: #ececec;
  border: solid 1px #ccc;
  border-radius: 5px;
  cursor: pointer;
}
form .btn:hover {
  color: #fff;
  background: #e4007f;
}
form .block .wpcf7-list-item {
  display: block;
}
form .wpcf7-submit,
form .wpcf7-confirm,
form .wpcf7-back {
  display: block;
  margin: 0 auto;
  padding: 0.7em 1em 0.5em;
  color: #333;
  font-size: 1.2em;
  text-transform: uppercase;
  background: #ececec;
  border: solid 1px #ccc;
  border-radius: 5px;
  cursor: pointer;
}
form .wpcf7-submit:hover,
form .wpcf7-confirm:hover,
form .wpcf7-back:hover {
  color: #fff;
  background: #e4007f;
}



#home h1 img {
  height: 80vh;
}



#primary {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
  background: #19283d;
}
@media screen and (max-width: 640px) {
  #primary {
    padding: 10px;
  }
}
table th {
  width: 300px;
  font-weight: 500;
  text-align: left;
}

.news {
  max-width: 460px;
  margin: 0 auto;
}
.news a {
  display: block;
  padding: 10px;
  border: solid 1px #fff;
  border-radius: 10px;
}

a.linkbtn {
  display: block;
  margin: 0 auto;
  padding: 25px;
  font-size: 1.6em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  border: 4px solid #fff;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
}
a.linkbtn:hover {
  background: #999;
}


.monthly-calendar a {
  text-decoration: none;
}
.day-calendar {
  margin-top: 40px;
  font-size: 1.6rem;
}
.day-calendar th, .day-calendar td {
  font-size: 1.4rem !important;
}

.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt80 {
  margin-top: 80px;
}
.right {
  text-align: right;
}


.creators-list_item {
  margin: 0 auto 20px !important;
  padding: 10px;
  background: #222;
  border: 1px solid #999;
}
.creators-list_item::after {
  content: "";
  display: block;
  clear: both;
}
.creators-list_item a {
  text-decoration: none;
}
.creators-list_item .creators-list_media {
  float: left;
  width: 30%;
}
@media screen and (max-width: 640px) {
  .creators-list_item .creators-list_media {
    float: none;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .creators-list_item .creators-list_media img {
    margin-bottom: 10px;
  }
}
.creators-list_item .creators-list_body {
  float: right;
  width: 62%;
  padding: 0 2% 0 6%;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .creators-list_item .creators-list_body {
    float: none;
    width: 96%;
    padding: 0 2%;
  }
}
.creators-list_item .creators-list_name {
  padding: 13px 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
}
.creators-list_item .creators-list_name.pb0 {
  margin-bottom: 0;
  padding: 0;
}
.creators-list_item .creators-list_cat {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
.creators-list_item .creators-list_date {
  width: 90%;
  margin: 20px auto ;
  padding: 10px;
  background: #666;
}
.creators-list_item .creators-list_date::after {
  content: "";
  display: block;
  clear: both;
}
.creators-list_item .creators-list_date li {
  float: left;
  width: 33%;
  margin-right: 0 !important;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em
}

.map {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 0;
  margin: 0 auto 40px;
  padding-top: 360px;
}
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}