/*! Writen  by SCSS */
.kiyaku_txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.kiyaku_txt a {
  color: #949494;
  text-decoration: underline;
  transition: opacity 0.6s ease-in-out;
}
.main_wrap {
  background: url("../images/request/main.jpg") no-repeat center;
  background-size: cover;
}
.main_wrap h2 {
  width: calc(60% / 16);
}
@media screen and (max-width: 960px) {
  .main_wrap h2 {
    width: calc(60% / 9.6);
  }
}
.request_top_wrap {
  padding-top: 80px;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .request_top_wrap {
    padding-top: 40px;
    display: block;
  }
}
.request_t_l {
  width: calc(600% / 12);
}
@media screen and (max-width: 960px) {
  .request_t_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .request_t_l > .read > span.vsp767 {
    display: inline;
  }
}
.request_t_head {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.request_t_head > .icon {
  margin-right: 5px;
  line-height: 0;
}
.request_list {
  margin-left: 10px;
}
.request_item {
  display: flex;
  align-items: baseline;
  font-size: 13px;
}
.request_item:not(:last-of-type) {
  margin-bottom: 10px;
}
.request_item::before {
  content: "";
  display: block;
  min-width: 8px;
  min-height: 8px;
  background: #916418;
  border-radius: 50%;
  margin-right: 10px;
}
.request_item.ex {
  flex-wrap: wrap;
}
.request_item.ex .cap_l {
  width: 100%;
  padding-left: 18px;
}
.request_item a {
  color: #949494;
  text-decoration: underline;
  transition: opacity 0.6s ease-in-out;
}
body:not(.mobile) .request_item a:hover {
  opacity: 0.7;
}
.request_t_r {
  width: calc(520% / 12);
  padding: 30px 20px;
  margin-right: calc(20% / 12);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .request_t_r {
    width: 100%;
  }
}
.request_t_r::before, .request_t_r::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.request_t_r::before {
  background: url("../images/common/stone_pt.png");
  top: 0;
  left: 0;
  z-index: -1;
}
.request_t_r::after {
  border: 1px solid #ababab;
  right: -20px;
  bottom: -20px;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .request_t_r::after {
    right: -10px;
    bottom: -10px;
  }
}
.request_t_r_name {
  font-size: 20px;
  font-weight: 600;
}
.request_t_r_address {
  font-style: normal;
  line-height: 1.8;
}
.request_t_r_tel {
  line-height: 1;
  background: #fff;
  padding: 5px 10px;
  max-width: 312px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .request_t_r_tel {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.request_t_r_time {
  font-size: 16px;
  font-weight: 600;
}
.form_wrap {
  border-bottom: 1px solid #ababab;
}
@media screen and (max-width: 767px) {
  .form_inner {
    display: block;
  }
}
.form_inner:nth-of-type(odd) {
  background: #f3f3f3;
}
.form_inner .cap_l {
  font-size: 12px;
  margin-bottom: 10px;
}
.form_inner > dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(300% / 12);
  font-size: 15px;
  line-height: 1;
  border-right: 1px solid #ababab;
  padding: 20px 0.75% 20px 2.5%;
}
@media screen and (max-width: 960px) {
  .form_inner > dt {
    display: block;
    font-size: 14px;
    width: 30%;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .form_inner > dt {
    width: 100%;
    border-right: none;
    padding: 15px 10px;
    border-bottom: 1px solid #ababab;
    display: flex;
    align-items: baseline;
  }
}
.form_inner > dt > .must {
  color: #bf1616;
}
@media screen and (max-width: 960px) {
  .form_inner > dt > .must {
    margin-top: 5px;
    display: block;
  }
}
.form_inner > dt.indent p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.form_inner > dd {
  width: calc(900% / 12);
  padding: 20px 0.8333333333% 20px 2.5%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .form_inner > dd {
    width: 70%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .form_inner > dd {
    padding: 15px 10px;
    width: 100%;
  }
}
.form_inner > dd.item_inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px 0;
}
.form_inner > dd.item_inner > div {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .form_inner > dd.item_inner > div {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .form_inner > dd.item_inner > div {
    padding: 15px 10px;
    width: 100%;
  }
}
.form_inner > dd.column {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.form_inner > dd input {
  padding: 4px;
  font-size: 16px;
  border: 1px solid #ababab;
  border-radius: 2px;
}
.form_inner > dd input:focus {
  outline: 1px solid #ababab;
}
.form_inner > dd > .example {
  font-size: 13px;
  color: #535353;
  line-height: 1;
  margin-left: 1.7441860465%;
}
@media screen and (max-width: 960px) {
  .form_inner > dd > .example {
    margin-top: 5px;
    margin-left: 0;
  }
}
.form_inner > dd > .check {
  font-size: 16px;
}
.name > input, .mail > input {
  width: 46.511627907%;
}
@media screen and (max-width: 767px) {
  .name > input, .mail > input {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .name > input, .mail > input {
    width: 100%;
  }
}
.small_cnt > input {
  width: 23.2558139535%;
}
@media screen and (max-width: 767px) {
  .small_cnt > input {
    width: 80%;
  }
}
.post_code input, .tel input {
  width: 9.3023255814%;
}
@media screen and (max-width: 960px) {
  .post_code input, .tel input {
    width: 80px;
  }
}
.post_code input:first-of-type, .tel input:first-of-type {
  margin-right: 5px;
}
.post_code input:last-of-type, .tel input:last-of-type {
  margin-left: 5px;
}
.tel > input:nth-of-type(2) {
  margin: 0 5px;
}
.state select {
  padding: 4px;
  font-size: 14px;
  width: 12.7906976744%;
}
@media screen and (max-width: 960px) {
  .state select {
    min-width: 110px;
  }
}
.state select:focus {
  outline: 1px solid #ababab;
}
.state.big select {
  width: 19.1860465116%;
}
@media screen and (max-width: 960px) {
  .state.big select {
    min-width: 165px;
  }
}
.address input {
  width: 54.6511627907%;
}
@media screen and (max-width: 767px) {
  .address input {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .address input {
    width: 100%;
  }
}
.gra_submit, .gra_return {
  transition: opacity 0.6s ease-in-out;
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 1;
  margin: 0 auto;
  padding: 24px 10px;
  text-align: center;
  max-width: 360px;
  width: 100%;
}
body:not(.mobile) .gra_submit:hover, body:not(.mobile) .gra_return:hover {
  opacity: 0.7;
}

.gra_submit.cs {
	pointer-events: none;
  	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.gra_submit.cs {
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
  .gra_submit, .gra_return {
    font-size: 18px;
    padding: 15px;
    width: 80%;
  }
}
.form_button_wrap {
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form_button_wrap {
    max-width: 360px;
    display: block;
  }
}
.form_button_wrap > .gra_submit, .form_button_wrap > .gra_return {
  margin: 0;
  width: 47.3684210526%;
}
@media screen and (max-width: 767px) {
  .form_button_wrap > .gra_submit, .form_button_wrap > .gra_return {
    margin: 0 auto;
    width: 80%;
  }
  .form_button_wrap > .gra_submit:first-of-type, .form_button_wrap > .gra_return:first-of-type {
    margin-bottom: 15px;
  }
}
.gra_submit {
  background: linear-gradient(320deg, #d31f1f 0%, #ff3535 100%);
}
.gra_return {
  background: linear-gradient(320deg, #767676 0%, #9e9e9e 100%);
}
.gra_btn > a {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .gra_btn > a {
    font-size: 18px;
    padding: 15px;
    width: 80%;
  }
}
.complete_text {
  padding: 20px;
  font-size: 16px;
  background: url("../images/common/stone_pt.png");
}
@media screen and (max-width: 767px) {
  .complete_text {
    font-size: 14px;
  }
}
.complete_note {
  font-size: 13px;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .complete_note {
    font-size: 12px;
  }
}
.complete_note a {
  color: #949494;
  text-decoration: underline;
  transition: opacity 0.6s ease-in-out;
}
body:not(.mobile) .complete_note a:hover {
  opacity: 0.7;
}
small#error {
  color: #ff0000;
  display: block;
  position: relative;
}
small#error span {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 0;
  width: 250px;
}
@media screen and (max-width: 960px) {
  small#error span {
    position: static;
  }
}
.input_ja {
  ime-mode: active;
}
.input_alpnum {
  ime-mode: inactive;
}
.input_only_alpnum {
  ime-mode: disabled;
}
.mult {
  display: flex;
  justify-content: start;
}
.radio_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 0.5em 1.5em;
}
.radio_list .radio_item {
  display: flex;
  align-items: center;
}
.radio_list .radio_item .text {
  margin-left: 0.2em;
}
.radio_list .radio_item label {
  margin-left: 0.2em;
}
textarea {
  max-width: 600px;
  width: 100%;
  resize: none;
}
.detail_item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 480px) {
  .detail_item {
    row-gap: 15px;
  }
}
.detail_item .item .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 480px) {
  .detail_item .item .ttl {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.detail_item .item .txt {
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .detail_item .item .txt {
    font-size: 13px;
  }
}
.detail_item .item a {
  color: #949494;
  text-decoration: underline;
  transition: opacity 0.6s ease-in-out;
}
body:not(.mobile) .detail_item .item a:hover {
  opacity: 0.7;
}
.tel_wrap {
  width: fit-content;
  margin-inline: auto;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .tel_wrap {
    font-size: 13px;
  }
}
.tel_wrap .txt {
  margin-bottom: 1em;
  text-align: center;
}
.tel_wrap .txt .bold {
  font-weight: bold;
  font-size: 120%;
}
.tel_wrap a {
  display: block;
  font-size: 160%;
  font-weight: bold;
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .tel_wrap a {
    font-size: 200%;
  }
}
.tel_wrap a .icon {
  display: block;
  width: 24px;
}
.event_wrap {
  background: rgba(210, 214, 208, 0.3);
  padding: 40px 100px;
  margin-inline: auto;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .event_wrap {
    padding: 30px 20px;
  }
}
.event_wrap .ttl_wrap {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .event_wrap .ttl_wrap {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
}
.event_wrap .ttl_wrap .ttl {
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .event_wrap .ttl_wrap .ttl {
    font-size: 20px;
  }
}
.event_wrap .ttl_wrap .ttl .big {
  font-size: 160%;
  color: #6994a9;
}
.event_wrap .ttl_wrap .day {
  font-size: 28px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  align-content: center;
}
@media screen and (max-width: 480px) {
  .event_wrap .ttl_wrap .day {
    font-size: 16px;
    padding: 5px 0;
  }
}
.event_wrap .ttl_wrap .day .big {
  font-size: 140%;
}
.event_wrap .item_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .event_wrap .item_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}
.event_wrap .item_wrap .item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 48%;
}
@media screen and (max-width: 480px) {
  .event_wrap .item_wrap .item {
    width: 100%;
  }
}
.event_wrap .item_wrap .item .ttl_flex {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.event_wrap .item_wrap .item .ttl_flex .ttl {
  width: 100%;
  font-size: 20px;
  color: #fff;
  background: #6994a9;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .event_wrap .item_wrap .item .ttl_flex .ttl {
    line-height: 1.4;
    font-size: 16px;
    padding: 10px 0;
  }
}
.event_wrap .item_wrap .item .ttl_flex .s_ttl {
  color: #4a6089;
  line-height: 1;
  font-size: 16px;
  padding: 5px 10px;
  align-content: center;
  align-content: flex-end;
}
@media screen and (max-width: 480px) {
  .event_wrap .item_wrap .item .ttl_flex .s_ttl {
    font-size: 14px;
  }
}
.event_wrap .item_wrap .item .ttl_flex .s_ttl .big {
  font-size: 120%;
}
.event_wrap .item_wrap .item .ttl_flex .s_ttl.bg {
  background: #fff;
}
.event_wrap .item_wrap .item .txt {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .event_wrap .item_wrap .item .txt {
    font-size: 12px;
  }
}
.event_wrap .item_wrap .item .price {
  line-height: 1;
  padding: 10px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: fit-content;
  color: #4a6089;
  margin-inline: auto;
  font-size: 16px;
  padding-inline: 10px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  column-gap: 10px;
  letter-spacing: 0.0em;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .event_wrap .item_wrap .item .price {
    font-size: 13px;
    padding-inline: 0;
    column-gap: 3px;
    width: 100%;
    text-align: center;
    letter-spacing: -0.03em;
  }
}
.event_wrap .item_wrap .item .price .big {
  font-size: 160%;
}
.event_wrap .item_wrap .item .img {
  width: 70%;
  margin-inline: auto;
}
/* 参加人数セクション */
.participants_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.participant_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  width: 100%;
}
.participant_label {
  font-size: 15px;
  font-weight: 600;
  min-width: 60px;
}
.participant_price {
  font-size: 14px;
  color: #916418;
  min-width: 100px;
  margin-right: 15px;
}
.participant_row select {
  padding: 4px;
  font-size: 14px;
  min-width: 80px;
  border: 1px solid #ababab;
  border-radius: 2px;
}
.participant_row select:focus {
  outline: 1px solid #ababab;
}
.participant_total {
  margin-top: 10px;
  padding: 15px 20px;
  background: #f9f5ed;
  border: 1px solid #d4c5a0;
  border-radius: 4px;
  text-align: center;
  max-width: 240px;
  align-self: flex-start;
}
.participant_total .total_label {
  font-size: 14px;
  color: #535353;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.participant_total .total_amount {
  font-size: 24px;
  font-weight: 700;
  color: #bf1616;
  line-height: 1;
}
.accordion {
  /*max-width:860px;*/
  margin: 0 auto 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 480px) {
  .accordion {
    row-gap: 15px;
  }
}
.accordion .accordion_box {
  border: 1px solid #CCC;
  background: #F9F9F9;
  transition: 0.3s transform ease-in-out 0s;
}
body:not(.mobile) .accordion .accordion_box:hover {
  transform: translateX(10px);
}
.accordion .accordion_box .question {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
  padding: 15px 40px 15px 20px;
}
@media screen and (max-width: 480px) {
  .accordion .accordion_box .question {
    padding: 15px 40px 15px 15px;
  }
}
.accordion .accordion_box .question p {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .accordion .accordion_box .question p {
    font-size: 14px;
  }
}
.accordion .accordion_box .question .faq_icon {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transition: 0.3s all linear 0s;
  transform-origin: center;
}
@media screen and (max-width: 480px) {
  .accordion .accordion_box .question .faq_icon {
    width: 16px;
    height: 16px;
    margin-top: -10px;
    right: 10px;
  }
}
.accordion .accordion_box .question .faq_icon span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  margin: -1px 0 0;
  background: #141414;
}
.accordion .accordion_box .question .faq_icon span:nth-child(1) {
  transform: rotate(90deg);
}
.accordion .accordion_box .question.open .faq_icon {
  transform: rotate(45deg);
}
.accordion .accordion_box .answer {
  display: none;
  padding: 0 40px 20px 20px;
}
@media screen and (max-width: 480px) {
  .accordion .accordion_box .answer {
    padding: 0px 15px 15px;
  }
}
.accordion .accordion_box .answer .ans_flex {
  display: flex;
  justify-content: flex-start;
}
.accordion .accordion_box .answer .ans_flex p {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .accordion .accordion_box .answer .ans_flex p {
    font-size: 14px;
  }
}
.accordion .accordion_box .answer .ans_flex p a {
  text-decoration: underline;
}
body:not(.mobile) .accordion .accordion_box .answer .ans_flex p a:hover {
  text-decoration: none;
}
.accordion .head {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .accordion .head {
    font-size: 18px;
  }
}
.accordion .acc_item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.accordion .acc_item .ttl {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .accordion .acc_item .ttl {
    font-size: 16px;
  }
}
/*# sourceMappingURL=event_form.css.map */

@media screen and (min-width: 481px) and (max-width: 1200px) {
	.event_wrap {
		padding: 40px;
	}
}
.event_wrap .item_wrap .item .ttl_flex .ttl {
	font-size: clamp(16px, 1.5vw, 20px);
}
.event_wrap .item_wrap .item .txt {
	font-size: clamp(12px, 1vw, 14px)
}



.s_ttl_wrap {
/*	width: 100%;*/
	display: flex;
	justify-content: center !important;
	align-items: stretch;
	gap: 0 10px;
}
.s_ttl_wrap .s_ttl{
	font-size: clamp(12px, 1vw, 14px) !important;
	line-height: 1.4 !important;
	letter-spacing: 0.05em !important;
}
.s_ttl_wrap .s_ttl.bg {
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s_ttl_wrap .s_ttl:not(.bg) {
	width: fit-content;
	font-feature-settings: "palt";
}
@media screen and (min-width: 781px) and (max-width: 1000px) {
	.event_wrap .ttl_wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 15px;
	}
	.event_wrap .item_wrap {
		flex-direction: column;
		gap: 60px;
	}
	.event_wrap .item_wrap .item {
		width: 100%;
		position: relative;
	}
	.event_wrap .item_wrap .item .img {
		width: 250px;
		position: absolute;
		bottom: -20px;
		right: 0;
	}
	.event_wrap .item_wrap .item .img.img2 {
		bottom: 0;
	}
	.s_ttl_wrap {
		justify-content: flex-start !important;
		max-width: calc(100% - 260px);
		width: 100%;
		margin-right: auto;
	}
	.event_wrap .item_wrap .item .txt {
		max-width: calc(100% - 260px);
		width: 100%;
		margin-right: auto;
	}
	.event_wrap .item_wrap .item .price {
		margin: 0;
	}
}
@media screen and (min-width: 481px) and (max-width: 780px) {
	.event_wrap .ttl_wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 15px;
	}
	.event_wrap .item_wrap {
		flex-direction: column;
		gap: 60px;
	}
	.event_wrap .item_wrap .item {
		width: 100%;
		position: relative;
	}
	.event_wrap .item_wrap .item .img {
		width: 100%;
	}
	.s_ttl_wrap {
		width: 100%;
	}
	.event_wrap .item_wrap .item .txt {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.s_ttl_wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.s_ttl_wrap p {
		text-align: center;
		font-size: 14px !important;
	}
	.event_wrap .item_wrap .item .price {
		font-size: calc(16vw/6);
	}
}
@media screen and (max-width: 480px) {
	
	.event_wrap .item_wrap .item .price {
		font-size: calc(13.2vw/3.9);
	}
}
.vsp960 {
	display: none !important;
}
@media screen and (max-width: 960px) {
	.vpc960 {
		display: none !important;
	}
	.vsp960 {
		display: block!important;
	}
}