@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Roboto+Condensed:wght@700&family=Roboto:wght@400;500;700;900&display=swap");
* {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic", "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: #f7ffe9;
}

img {
  height: auto;
}

a img {
  border: 0px;
}

a:hover {
  color: #78ce00;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

li {
  list-style-type: none;
}

.inner {
  position: relative;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  max-width: 880px;
  background: #fff;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
  font-feature-settings: "palt" 1;
}

/* ============================================================================== */
/* header */
/* ============================================================================== */
header {
  padding-top: 32px;
  background: transparent;
  background: url(images/header_bg.png) no-repeat center top;
  height: 360px;
}
header .inner {
  background: transparent;
}
header h1 {
  padding: 32px 0px;
  font-size: 24px;
}

nav {
  width: 880px;
  position: relative;
  top: -160px;
  margin: 0px auto;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
}
nav li {
  width: calc(50% - 4px);
}
nav li a {
  display: block;
  background: #E9ED87;
  border-radius: 16px 16px 0px 0px;
  padding: 24px;
  text-decoration: none;
  font-weight: bold;
}
nav li.active a {
  background: #eeecdf;
}
nav li:first-of-type {
  margin-right: 8px;
}

/* ============================================================================== */
/* 共通 */
/* ============================================================================== */
.wrap {
  margin-top: -160px;
}
.wrap .inner {
  background: #fff;
  border-radius: 0px 0px 16px 16px;
  padding: 48px;
  position: relative;
}
.wrap .inner form {
  position: relative;
}

dl {
  text-align: left;
  background: #f9f8f3;
  padding: 64px 64px 32px 64px;
  border-radius: 16px;
  margin-bottom: 32px;
}

#img1 {
  position: absolute;
  top: 480px;
  left: -144px;
}

#img2 {
  position: absolute;
  top: 1200px;
  right: -144px;
  z-index: 100;
}

#img3 {
  position: absolute;
  top: 88px;
  right: -180px;
  z-index: 100;
}

#img4 {
  position: absolute;
  top: 1600px;
  left: -200px;
  z-index: 100;
}

.first_txt {
  line-height: 1.84em;
  text-align: left;
  padding: 0px 96px 64px 96px;
}

h2 {
  margin-top: 64px;
  margin-bottom: 48px;
  font-size: 28px;
  line-height: 1.52em;
  color: #78ce00;
}

h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}
h3 span {
  display: inline-block;
  background: #78ce00;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  margin-right: 8px;
  font-size: 18px;
}

/* ============================================================================== */
/* index */
/* ============================================================================== */
#index h2 {
  margin-top: 24px;
}
#index dl {
  background: rgba(120, 206, 0, 0.15);
}
#index dt {
  font-weight: bold;
  line-height: 1.76em;
}
#index dd {
  margin: 8px 0px 32px 0px;
  background: #fff;
  border-radius: 8px;
  padding: 24px 32px;
  line-height: 1.76em;
}
#index dd iframe {
  width: 100%;
  border: none;
  height: 320px;
  margin-top: 24px;
  border-radius: 8px;
}
#index dd p {
  margin-bottom: 16px;
  line-height: 1.68em;
}
#index dd p.kome {
  margin-bottom: 0px;
}
#index dd ul {
  padding: 0px 16px;
}
#index dd ul li {
  padding: 16px 8px;
  border-bottom: 1px dotted rgba(120, 206, 0, 0.5);
}
#index dd ul li span {
  display: inline-block;
  width: 56px;
  text-align: right;
}
#index dd ul li span:first-of-type {
  width: 72px;
}
#index dd ul li span:first-of-type:after {
  content: "～";
  padding-left: 8px;
}
#index dd ul li span:last-of-type {
  margin-right: 16px;
}
#index dd ul li:last-of-type {
  border-bottom: none;
}
#index dd ol {
  padding: 0px 16px;
}
#index dd ol li {
  line-height: 1.36em;
  margin-bottom: 4px;
}
#index dd ol li span {
  display: inline-block;
  width: 4.5em;
}
#index dd ol li a span {
  width: auto;
}
#index dd ol li a span:hover {
  color: #78ce00;
}
#index dd ol li a:hover {
  color: #78ce00;
}

.play_date {
  font-size: 21px;
}

.go_apply {
  width: 400px;
  background: #78ce00;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 16px;
  display: block;
  margin: 24px auto;
  text-decoration: none;
  border-radius: 16px;
}
.go_apply:hover {
  color: #fff;
  background: #d00f61;
}

/* ============================================================================== */
/* apply */
/* ============================================================================== */
#apply dl:none {
  height: 0;
  overflow: hidden;
}
#apply dl input[type=text], #apply dl input[type=tel], #apply dl input[type=email] {
  border: 1px solid #e5e2cf;
  border-radius: 8px;
  padding: 16px 16px;
  width: 100%;
  font-size: 18px;
}
#apply dl input[type=text]::placeholder, #apply dl input[type=tel]::placeholder, #apply dl input[type=email]::placeholder {
  color: #bbb;
}
#apply dl input[type=radio] {
  position: absolute;
  opacity: 0;
}
#apply dl input[type=radio] + .radio-label {
  font-size: 18px;
  margin-right: 24px;
  display: inline-block;
  background: #fff;
  border: 1px solid #e5e2cf;
  padding: 16px 88px 8px 16px;
  border-radius: 8px;
}
#apply dl input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #cbc49d;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#apply dl input[type=radio]:checked + .radio-label:before {
  background-color: #78ce00;
  box-shadow: inset 0 0 0 4px #f7f6f0;
}
#apply dl input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #78ce00;
}
#apply dl input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
#apply dl dt {
  margin-bottom: 8px;
  font-weight: bold;
}
#apply dl dt.required:before {
  content: "必須";
  display: inline-block;
  background: #D96363;
  padding: 2px 8px;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin-right: 8px;
}
#apply dl dd {
  margin-bottom: 48px;
}
#apply dl dd p {
  padding-top: 8px;
  line-height: 1.36em;
}
#apply dl dd strong {
  font-size: 18px;
  display: inline-block;
}

.noscript {
  line-height: 1.76em;
  margin-bottom: 32px;
  margin-top: 16px;
}

.p-country-name {
  display: none;
}

.p-postal-code {
  width: 240px !important;
  margin-left: 16px;
  display: inline-block !important;
}

.selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-right: 16px;
}
.selectbox:after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  transform: rotate(45deg);
  content: "";
  pointer-events: none;
  transform: rotate(135deg);
}
.selectbox select {
  appearance: none;
  min-width: 148px;
  height: 2.8em;
  padding: 16px;
  border: 1px solid #ebe8d9;
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
}
.selectbox:last-of-type {
  margin-right: 0px;
}

.more_list {
  position: relative;
}
.more_list dl {
  background: rgba(120, 206, 0, 0.08);
  position: relative;
}
.more_list dl .m_remove {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #78ce00;
  color: #fff;
  padding: 16px 32px;
  display: inline-block;
  border-radius: 0px 16px 0px 0px;
  cursor: pointer;
}
.more_list dl .m_remove:hover {
  background: #333;
}
.more_list dl.none {
  display: none;
}

.trigger {
  cursor: pointer;
  width: 180px;
  background: #333;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  margin: 8px 0px 32px 600px;
}

.is-error {
  display: block;
  color: #d00f61;
  padding: 8px 0px;
}

.btn {
  width: 280px;
  padding: 16px 16px;
  margin: 32px 8px;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

input[type=submit] {
  border: 1px solid #78ce00;
  background: #78ce00;
}
input[type=submit]:hover {
  background: #fff;
  color: #78ce00;
}
input[type=reset] {
  border: 1px solid #666;
  background: #666;
}
input[type=reset]:hover {
  background: #fff;
  color: #666;
}

/* 確認画面 ====================================================================== */
.confirm dl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 88px;
  margin-top: 24px;
}
.confirm dl:nth-of-type(n+2) {
  background: rgba(120, 206, 0, 0.15);
}
.confirm dt, .confirm dd {
  background: #fff;
  padding: 16px;
  line-height: 1.68em;
  font-size: 16px;
  margin-bottom: 8px !important;
}
.confirm dt {
  width: 160px;
  border-radius: 8px 0px 0px 8px;
}
.confirm dd {
  width: calc(100% - 160px);
  border-radius: 0px 8px 8px 0px;
}
.confirm h3 {
  position: absolute;
  top: 16px;
  left: 64px;
  font-size: 21px;
}
.confirm input[type=submit] {
  background: #d00f61;
  border: 1px solid #d00f61;
}
.confirm input[type=submit]:hover {
  background: #78ce00;
  border: 1px solid #78ce00;
  color: #fff;
}
.confirm input[type=button] {
  background: #666;
  border: 1px solid #666;
}
.confirm input[type=button]:hover {
  background: #fff;
  color: #666;
}

/* 送信完了画面 ================================================================== */
#thanks h3 {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 21px;
}
#thanks dl {
  background: #f7f6f0;
}
#thanks dt {
  font-weight: bold;
  line-height: 1.76em;
}
#thanks dd {
  margin: 8px 0px 32px 0px;
  background: #fff;
  border-radius: 8px;
  padding: 24px 32px;
  line-height: 1.76em;
}
#thanks dd p {
  margin-bottom: 16px;
  line-height: 1.68em;
}
#thanks dd p.kome {
  margin-bottom: 0px;
}
#thanks dd ol {
  padding: 0px 16px;
}
#thanks dd ol li {
  line-height: 1.36em;
  margin-bottom: 4px;
}
#thanks dd ol li span {
  display: inline-block;
  width: 4.5em;
}
#thanks dd ol li a span {
  width: auto;
}
#thanks dd ol li a span:hover {
  color: #78ce00;
}
#thanks dd ol li a:hover {
  color: #78ce00;
}

/* ============================================================================== */
/* footer */
/* ============================================================================== */
#pagetop {
  position: fixed;
  display: block;
  width: 42px;
  height: 42px;
  bottom: 20px;
  right: 20px;
  z-index: 100000;
  text-align: center;
  cursor: pointer;
}
#pagetop:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M64%2C2.2C32.3%2C2.2-5.4%2C23.9%2C1.9%2C68.9c5.2%2C32%2C30.5%2C56.8%2C62.1%2C56.9c31.6-0.1%2C56.9-24.9%2C62.1-56.9C133.4%2C23.9%2C95.7%2C2.2%2C64%2C2.2z%20M96%2C50.1c3.3%2C0%2C5.9%2C2.7%2C5.9%2C5.9s-2.7%2C5.9-5.9%2C5.9s-5.9-2.7-5.9-5.9S92.7%2C50.1%2C96%2C50.1z%20M38%2C37.2l24.4-19.8c0.9-0.7%2C2.2-0.7%2C3.1%2C0%20L90%2C37.2c1.1%2C0.9%2C1.2%2C2.4%2C0.4%2C3.5c-0.5%2C0.6-1.2%2C0.9-1.9%2C0.9c-0.6%2C0-1.1-0.2-1.6-0.6L64%2C22.5L41.1%2C41c-1.1%2C0.9-2.7%2C0.7-3.5-0.4%20S36.9%2C38%2C38%2C37.2z%20M32%2C50.1c3.3%2C0%2C5.9%2C2.7%2C5.9%2C5.9s-2.7%2C5.9-5.9%2C5.9s-5.9-2.7-5.9-5.9S28.7%2C50.1%2C32%2C50.1z%20M64.6%2C120.2%20c-12.6%2C0-22.8-4.3-22.8-9.5s10.2-9.5%2C22.8-9.5s22.8%2C4.3%2C22.8%2C9.5S77.1%2C120.2%2C64.6%2C120.2z%20M112.1%2C82.3l-12.8%2C22.3%20c-0.4%2C0.7-1%2C1-1.7%2C1c-0.3%2C0-0.7-0.1-1-0.3c-1-0.6-1.3-1.8-0.7-2.7l10.4-18.2l-26.1%2C7c-0.7%2C0.2-1.4%2C0-1.9-0.5L64%2C76.7L49.8%2C91%20c-0.5%2C0.5-1.2%2C0.7-1.9%2C0.5l-26.1-7l10.4%2C18.2c0.5%2C1%2C0.2%2C2.2-0.7%2C2.7c-1%2C0.6-2.2%2C0.2-2.7-0.7L15.9%2C82.3c-0.4-0.7-0.3-1.6%2C0.1-2.2%20c0.5-0.6%2C1.3-0.9%2C2.1-0.7l29.6%2C8l14.8-14.9c0.8-0.8%2C2.1-0.8%2C2.8%2C0l14.8%2C14.9l29.6-8c0.8-0.2%2C1.6%2C0.1%2C2.1%2C0.7%20C112.4%2C80.8%2C112.5%2C81.6%2C112.1%2C82.3z%22%2F%3E%3C%2Fsvg%3E");
}
#pagetop:hover:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23d00f61%22%20d%3D%22M64%2C2.2C32.3%2C2.2-5.4%2C23.9%2C1.9%2C68.9c5.2%2C32%2C30.5%2C56.8%2C62.1%2C56.9c31.6-0.1%2C56.9-24.9%2C62.1-56.9C133.4%2C23.9%2C95.7%2C2.2%2C64%2C2.2z%20M96%2C50.1c3.3%2C0%2C5.9%2C2.7%2C5.9%2C5.9s-2.7%2C5.9-5.9%2C5.9s-5.9-2.7-5.9-5.9S92.7%2C50.1%2C96%2C50.1z%20M38%2C37.2l24.4-19.8c0.9-0.7%2C2.2-0.7%2C3.1%2C0%20L90%2C37.2c1.1%2C0.9%2C1.2%2C2.4%2C0.4%2C3.5c-0.5%2C0.6-1.2%2C0.9-1.9%2C0.9c-0.6%2C0-1.1-0.2-1.6-0.6L64%2C22.5L41.1%2C41c-1.1%2C0.9-2.7%2C0.7-3.5-0.4%20S36.9%2C38%2C38%2C37.2z%20M32%2C50.1c3.3%2C0%2C5.9%2C2.7%2C5.9%2C5.9s-2.7%2C5.9-5.9%2C5.9s-5.9-2.7-5.9-5.9S28.7%2C50.1%2C32%2C50.1z%20M64.6%2C120.2%20c-12.6%2C0-22.8-4.3-22.8-9.5s10.2-9.5%2C22.8-9.5s22.8%2C4.3%2C22.8%2C9.5S77.1%2C120.2%2C64.6%2C120.2z%20M112.1%2C82.3l-12.8%2C22.3%20c-0.4%2C0.7-1%2C1-1.7%2C1c-0.3%2C0-0.7-0.1-1-0.3c-1-0.6-1.3-1.8-0.7-2.7l10.4-18.2l-26.1%2C7c-0.7%2C0.2-1.4%2C0-1.9-0.5L64%2C76.7L49.8%2C91%20c-0.5%2C0.5-1.2%2C0.7-1.9%2C0.5l-26.1-7l10.4%2C18.2c0.5%2C1%2C0.2%2C2.2-0.7%2C2.7c-1%2C0.6-2.2%2C0.2-2.7-0.7L15.9%2C82.3c-0.4-0.7-0.3-1.6%2C0.1-2.2%20c0.5-0.6%2C1.3-0.9%2C2.1-0.7l29.6%2C8l14.8-14.9c0.8-0.8%2C2.1-0.8%2C2.8%2C0l14.8%2C14.9l29.6-8c0.8-0.2%2C1.6%2C0.1%2C2.1%2C0.7%20C112.4%2C80.8%2C112.5%2C81.6%2C112.1%2C82.3z%22%2F%3E%3C%2Fsvg%3E");
}

footer {
  padding: 24px 0px;
}

/* ============================================================================== */
/* 個別設定 */
/* ============================================================================== */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
  margin: 0px auto;
}

.w_50 {
  width: 49% !important;
}

.alignleft_m {
  float: left;
  margin-left: 24px;
}

.alignright_m {
  float: right;
  margin-right: 24px;
}

.aligncenter {
  text-align: center;
  margin: 0px auto;
}

.t_left {
  text-align: left !important;
}

.t_right {
  text-align: right !important;
}

.t_center {
  text-align: center !important;
}

.d_none {
  display: none;
}

.clear {
  clear: both !important;
}

.red {
  color: #d00f61 !important;
}

.block {
  display: block;
}

.kome {
  text-indent: -1.2em;
  margin-left: 1.2em;
  display: block;
}
