@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans JP Thin"), url("fonts/NotoSansJP-Thin.woff2") format("woff2"), url("fonts/NotoSansJP-Thin.woff") format("woff"), url("fonts/NotoSansJP-Thin.ttf") format("ttf"), url("fonts/NotoSansJP-Thin.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans JP Light"), url("fonts/NotoSansJP-Light.woff2") format("woff2"), url("fonts/NotoSansJP-Light.woff") format("woff"), url("fonts/NotoSansJP-Light.ttf") format("ttf"), url("fonts/NotoSansJP-Light.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP Regular"), url("fonts/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/NotoSansJP-Regular.woff") format("woff"), url("fonts/NotoSansJP-Regular.ttf") format("ttf"), url("fonts/NotoSansJP-Regular.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans JP Medium"), url("fonts/NotoSansJP-Medium.woff2") format("woff2"), url("fonts/NotoSansJP-Medium.woff") format("woff"), url("fonts/NotoSansJP-Medium.ttf") format("ttf"), url("fonts/NotoSansJP-Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans JP Bold"), url("fonts/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/NotoSansJP-Bold.woff") format("woff"), url("fonts/NotoSansJP-Bold.ttf") format("ttf"), url("fonts/NotoSansJP-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans JP Black"), url("fonts/NotoSansJP-Black.woff2") format("woff2"), url("fonts/NotoSansJP-Black.woff") format("woff"), url("fonts/NotoSansJP-Black.ttf") format("ttf"), url("fonts/NotoSansJP-Black.eot") format("embedded-opentype");
  font-display: swap;
}
/*
reset
------------------------------------------------------------------------------------------*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
  height: auto;
}

p,
dl,
dt,
dd,
ul,
ul > li,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

ul > li {
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

q::before,
q::after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/*
layout
------------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #666;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1 {
  font-size: 42px;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  color: #499127;
  margin: 0 0 1em 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h1 span {
  font-size: 36px;
  display: block;
}
@media screen and (max-width: 767px) {
  h1 span {
    font-size: 32px;
  }
}
h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  border-bottom: 3px solid #499127;
}
h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  border-bottom: 3px solid #ECB02D;
}

h2 {
  text-align: center;
  margin: 2em 0;
  position: relative;
}
h2::before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  width: 80px;
  height: 4px;
  transform: translate(-50%);
  background-color: #ECB02D;
}

.page__wrapper {
  max-width: 100%;
  width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page__wrapper {
    padding: 0 4%;
  }
}
@media screen and (max-width: 899px) {
  .page__wrapper {
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .main {
    margin-top: 90px;
  }
}

@media screen and (min-width: 900px) {
  .pc_block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc_block {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .sp_block {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .sp_block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_block {
    display: block;
  }
}

a.external-link {
  color: #FF6699;
  text-decoration: underline;
}
a.external-link:hover {
  color: #499127;
}
a.external-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  display: inline-block;
  margin: 0 0.3em;
  text-decoration: none;
}

.column__wrapper {
  display: flex;
  justify-content: space-between;
  width: 900px;
  max-width: 100%;
  margin: auto;
}

.column {
  width: 46%;
}

.column__outside-left {
  flex: 1;
  margin-left: calc(46% - 46vw);
  margin-right: 4%;
}

.column__outside-right {
  flex: 1;
  margin-right: calc(46% - 46vw);
  padding-left: 4%;
}

.block__btn {
  text-align: center;
}
.block__btn .btn_margin {
  margin-top: 20px;
}
.block__btn .btn_center {
  margin-inline: auto;
}
.block__btn .btn {
  display: block;
  width: 320px;
  background-color: #499127;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.block__btn .btn::before {
  content: "◎";
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
}
.block__btn .btn:hover {
  background-color: #ECB02D;
}

.block__btn {
  text-align: center;
}
.block__btn .btn_margin {
  margin-top: 20px;
}
.block__btn .btn_center {
  margin-inline: auto;
}
.block__btn .btn {
  display: block;
  width: 320px;
  background-color: #499127;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.block__btn .btn::before {
  content: "◎";
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
}
.block__btn .btn:hover {
  background-color: #ECB02D;
}

table.left_th {
  width: 100%;
}
table.left_th th, table.left_th td {
  border-bottom: solid 1px #ddd;
  padding: 1.5em 1.5em;
}
@media screen and (max-width: 767px) {
  table.left_th th, table.left_th td {
    padding: 1.5em 1em;
  }
}
table.left_th th {
  width: 30%;
  text-align: left;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  table.left_th th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
table.left_th th span:before {
  content: "必須";
  display: inline-block;
  background: #FF6699;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  margin-left: 1em;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 1em);
  right: 2em;
}
table.left_th td {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  table.left_th td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}

.sub_question + .sub_question {
  margin-top: 1em;
}

.sub_question_label {
  font-weight: 400;
}

.note {
  font-size: 12px;
  margin: 1em 0;
}

td .note {
  color: #FF6699;
}

/*
form
------------------------------------------------------------------------------------------*/
textarea,
input[type=tel],
input[type=text] {
  width: 100%;
  padding: 0.5em 1em;
  border: solid 2px #ccc;
  border-radius: 5px;
}

select {
  padding: 0.5em 1em;
  border: solid 2px #ccc;
  border-radius: 5px;
}

textarea {
  height: 10em;
}

input[type=text],
textarea {
  color: #499127;
  font-weight: bold;
}

input[type=text].width_half {
  width: 50%;
}

/*------------------------------------*
	ラジオボタン・チェックボックス
 *------------------------------------*/
input[type=radio],
input[type=checkbox] {
  display: none;
}

.label_radio,
.label_checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0.2em 2.4em;
  position: relative;
  width: auto;
}
@media screen and (max-width: 767px) {
  .label_radio,
  .label_checkbox {
    padding: 1em 0 1em 2.4em;
    border-bottom: dashed 1px #ccc;
    width: 100%;
  }
}

.label_radio:hover,
.label_checkbox:hover {
  background: #efefef;
  border-radius: 5px;
}

/*
 .label_radio::before,
 .label_checkbox::before {
	 background: #fff;
	 border: 1px solid #ccc;
	 border-radius: 3px;
	 content: '';
	 display: block;
	 height: 20px;
	 left: 5px;
	 margin-top: -10px;
	 position: absolute;
	 top: 50%;
	 width: 20px;
 }
 .label_radio::before {
	 border-radius: 50%;
 }
 .label_checkbox::before {
	 border-radius: 3px;
 }
*/
.label_radio::after {
  background: #ff9900;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 11px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 8px;
}

.label_checkbox::after {
  border-right: 4px solid #ff9900;
  border-bottom: 3px solid #ff9900;
  content: "";
  display: block;
  height: 20px;
  left: 12px;
  margin-top: -14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 9px;
}

input[type=radio]:checked + .label_radio::before,
input[type=checkbox]:checked + .label_checkbox::before {
  border-color: #666;
}

input[type=radio]:checked + .label_radio::after,
input[type=checkbox]:checked + .label_checkbox::after {
  opacity: 1;
}

#section_form .name {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  #section_form .name {
    gap: 2%;
  }
}
#section_form .name li {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #section_form .name li {
    width: 48%;
  }
}
#section_form .name label {
  font-weight: 400;
}

#pay_block label {
  display: block;
  background: #f8f8f8;
  padding: 0.5em 1em;
  border-radius: 5px;
  border: solid 2px #999;
}
#pay_block label input {
  margin-right: 0.5em;
}
#pay_block label + label {
  margin-top: 1em;
}

/*------------------------------------------*
	カード
 *------------------------------------------*/
#zeus_new_card_area {
  margin: 0;
}

#zeus_new_card_area input[type=radio] + label {
  display: inline;
}

#zeus_new_card_area select {
  width: 6em;
  margin: 0 0.5em 0 0;
}

#zeus_new_card_area label {
  display: block;
  margin: 0.5em 0;
}

.header {
  height: 300px;
  border-top: solid 6px #ECB02D;
  background-color: #499127;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header {
    height: 140px;
  }
}
.header .title_main {
  font-size: 48px;
  text-align: center;
}
.header .title_main span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .header .title_main span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header .title_main {
    font-size: 28px;
  }
}
.header .title_main .header-logo {
  width: 640px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header .title_main .header-logo {
    max-width: 80%;
  }
}

/*
footer
------------------------------------------------------------------------------------------*/
.footer {
  position: relative;
  width: 100%;
  margin-top: auto;
}
.footer .footer_wrapper {
  background: #499127;
  margin-top: 100px;
}
.footer .copyright {
  background: #499127;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 1em;
}

/*-------------------------------------------*
	PAGE TOP
 *-------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 60px;
  background: #ECB02D;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 9999;
}
#page_top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a:hover {
  opacity: 1;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}

.menu {
  background-color: #ffe599;
  padding: 1em;
}
.menu .menu_wrapper {
  display: flex;
  gap: 20px;
  max-width: 100%;
  width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .menu .menu_wrapper {
    display: block;
  }
}
.menu .menu_wrapper a {
  display: block;
  width: 50%;
  text-align: center;
  background: #499127;
  color: #fff;
  text-decoration: none;
  padding: 1em;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .menu .menu_wrapper a {
    width: 100%;
    padding: 0.5em;
    margin: 0.5em 0;
  }
}
.menu .menu_wrapper a:hover {
  background: #499127;
}
.menu .menu_wrapper a::before {
  content: "◎";
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
}

#canceled-information {
  margin-bottom: 120px;
}
#canceled-information h1 {
  color: #b10c0c;
}
#canceled-information .canceled-explain {
  background-color: #efefef;
  padding: 3em;
}
#canceled-information .canceled-explain p {
  line-height: 2em;
}
#canceled-information .canceled-explain .refund-explain {
  border-top: solid 1px #ccc;
}

#overview .column__wrapper {
  display: flex;
  justify-content: space-between;
  width: 900px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #overview .column__wrapper {
    display: block;
  }
}
#overview .column {
  width: 44%;
}
@media screen and (max-width: 767px) {
  #overview .column {
    width: 100%;
  }
}
#overview .column + .column {
  width: 52%;
}
@media screen and (max-width: 767px) {
  #overview .column + .column {
    width: 100%;
  }
}
#overview .ttl {
  font-size: 22px;
  font-weight: bold;
  color: #499127;
}
@media screen and (max-width: 767px) {
  #overview .ttl {
    font-size: 18px;
    margin-top: 2em;
  }
}
#overview p {
  margin: 1em 0;
}

.gmap {
  margin-block: 15px;
}

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

table.table_outline {
  width: 100%;
  border: solid 2px #ccc;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  table.table_outline {
    border: none;
  }
}
table.table_outline th {
  width: 30%;
  text-align: center;
  font-weight: bold;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  table.table_outline th {
    text-align: left;
  }
}
table.table_outline td {
  background-color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  table.table_outline td {
    padding: 1em;
  }
}
table.table_outline td .plist {
  margin: 0;
  padding: 0;
  list-style: none;
}
table.table_outline td .plist li {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}
table.table_outline td .plist.no-margin li {
  margin-bottom: 0;
}
table.table_outline th, table.table_outline td {
  padding: 1em 1em;
  border: solid 1px #ccc;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  table.table_outline th, table.table_outline td {
    display: block;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  table.table_outline th {
    padding: 0.5em 1em;
  }
}

a.form_link:hover {
  opacity: 0.5;
}

table.table_outline.details td {
  font-size: 14px;
}

.card {
  position: relative;
  padding: 1em;
  border: solid 1px #ccc;
  border-left-color: #999;
  border-left-width: 6px;
  margin-top: 1em;
  background: #efefef;
  color: #999;
}
.card .card-header {
  font-weight: bold;
}
.card.current {
  border-left-color: #FF6699;
  border-left-width: 6px;
  background-color: #fff;
  color: #666;
}
.card.current::before {
  position: absolute;
  top: calc(50% - 30px);
  right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ECB02D;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 12px;
  content: "募集中";
}
@media screen and (max-width: 767px) {
  .card.current::before {
    top: -1.5em;
    width: 50px;
    height: 50px;
    font-size: 11px;
  }
}
.card.end {
  background-color: #ccc;
  text-decoration: line-through;
}
.card.end::before {
  position: absolute;
  top: calc(50% - 30px);
  right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 12px;
  content: "募集終了";
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .card.end::before {
    top: -1.5em;
    width: 50px;
    height: 50px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .card .vol {
    display: block;
  }
}
.card .period {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .card .period {
    display: block;
  }
}

.item_attention_check {
  margin: 2em 0 1em 0;
  text-align: center;
}

.item_attention_check_inner {
  display: inline-block;
  text-align: left;
}

#guide_forms {
  background-color: #fff9ea;
  padding-bottom: 5em;
  margin-top: 4em;
}

.guide_forms_wrapper {
  margin-bottom: 2em;
}
.guide_forms_wrapper .plist {
  margin: 0;
  padding: 0;
  list-style: none;
  font-feature-settings: normal;
}
.guide_forms_wrapper .plist li {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}
.guide_forms_wrapper .plist.plist-inner {
  margin: 1em 0 1em 0;
  margin-bottom: 0;
}
.guide_forms_wrapper .plist.plist-inner li {
  margin-bottom: 0;
}

.block__btn_wrapper {
  background-color: #fff;
  border: solid 2px #ECB02D;
  border-radius: 5px;
  padding: 2em 0;
}

.block__btn_note {
  text-align: center;
  margin-bottom: 1em;
  color: #FF6699;
}

.block__btn_flex {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .block__btn_flex {
    flex-direction: column;
  }
}
.block__btn_flex .stop {
  background-color: #ccc;
}

/*
form
------------------------------------------------------------------------------------------*/
.present {
  margin-bottom: 6em;
}

.enquete {
  margin-bottom: 6em;
}

.choice_wrapper {
  margin: 0.5em;
}

input[type=checkbox] {
  margin-right: 0.5em;
}

input[type=checkbox].check_add:checked + label + div.add_item {
  display: block;
}

.add_item {
  margin: 1em 1em 1em 3em;
  display: none;
}
@media screen and (max-width: 767px) {
  .add_item {
    margin-left: 2em;
  }
}

.detail_item {
  margin: 1em 0 1em 0;
}

.answer {
  color: #499127;
}

.answer span {
  color: #663300;
}

#name,
#pref {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #name,
  #pref {
    width: 100%;
  }
}

#pref {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1em 1em;
  border: solid 1px #ccc;
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */