@charset "UTF-8";
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
_mixins.scss

Styleguide 1.3.0
*/
.view_sp {
  display: none !important;
}
@media (max-width: 767px) {
  .view_sp {
    display: block !important;
  }
}

.view_tab {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .view_tab {
    display: block !important;
  }
}

.view_pc {
  display: none !important;
}
@media (min-width: 1025px) {
  .view_pc {
    display: block !important;
  }
}

.view_tab-down {
  display: none !important;
}

.view_pc-tab {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .view_pc-tab {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .view_pc-tab {
    display: block !important;
  }
}

/* ===================================================================
CSS information

 file name  : top.css
 author     : Ability Consultant
 style info : 総合TOP
=================================================================== */
#homepage .gp-p-homepage__box-list ul + .caution_txt {
  margin-top: 4em;
}
#homepage .gp-p-homepage__box-list ul li {
  --margin-bottom: 20px;
  --hash-height: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #homepage .gp-p-homepage__box-list ul li {
    --margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  #homepage .gp-p-homepage__box-list ul li {
    --margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  #homepage .gp-p-homepage__box-list ul li:nth-child(n+4) {
    margin-top: calc(var(--hash-height) + var(--margin-bottom));
  }
}
@media (max-width: 767px) {
  #homepage .gp-p-homepage__box-list ul li:nth-child(n+3) {
    margin-top: calc(var(--hash-height) + var(--margin-bottom));
  }
}
#homepage .gp-p-homepage__box-list ul li > a.caution:before, #homepage .gp-p-homepage__box-list ul li > a.caution_2:before,
#homepage .gp-p-homepage__box-list ul li > div.caution:before,
#homepage .gp-p-homepage__box-list ul li > div.caution_2:before {
  height: var(--hash-height);
  top: 100%;
  bottom: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #homepage .gp-p-homepage__box-list ul li > a.caution_bottom:before,
  #homepage .gp-p-homepage__box-list ul li > div.caution_bottom:before {
    top: calc(100% + 1.2em);
  }
}
@media (min-width: 1057px) and (max-width: 1280px) {
  #homepage .gp-p-homepage__box-list ul li > a.caution_bottom:before,
  #homepage .gp-p-homepage__box-list ul li > div.caution_bottom:before {
    top: calc(100% + 1.3em);
  }
}
@media (min-width: 1402px) and (max-width: 1538px) {
  #homepage .gp-p-homepage__box-list ul li > a.caution_bottom:before,
  #homepage .gp-p-homepage__box-list ul li > div.caution_bottom:before {
    top: calc(100% + 1.5em);
  }
}
#homepage .gp-p-homepage__box-list .caution_txt,
#homepage .gp-p-homepage__box-list .caution_txt_2 {
  position: static;
}
@media (max-width: 767px) {
  #homepage .press_height {
    height: calc(-96px + 140vh) !important;
  }
}
#homepage .press {
  width: 100%;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 1% 2%;
  color: #fff;
}
#homepage .press:last-child {
  background-color: rgba(15, 66, 113, 0.75);
}
@media (max-width: 767px) {
  #homepage .press {
    margin-top: 3%;
  }
}
#homepage .press_box:nth-of-type(n+2) {
  margin-top: .5em;
}
#homepage .press_title {
  font-weight: bold;
}
#homepage .press a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: inherit !important;
  padding: 0 !important;
  line-height: inheritc !important;
}
#homepage .press_news {
  margin-left: 0;
}
@media (min-width: 1025px) {
  #homepage .gp-c-fot .l-fot__navgp .l-fot__navgp__ul:nth-of-type(5) {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #homepage .gp-c-fot .l-fot__navgp .l-fot__navgp__ul:nth-of-type(5) {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}

#terms .gp-c-title--main--center {
  padding-top: clamp(112px, 5vw, 15%);
}
@media (max-width: 767px) {
  #terms .gp-c-title--main--center {
    padding-top: 15%;
  }
}
#terms .gp-privacy-cnt-title {
  position: relative;
  overflow: hidden;
}
#terms .gp-privacy-cnt-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -704px;
  width: 9999px;
  height: 100%;
  background-color: #f5f1e9;
  z-index: -1;
  pointer-events: none;
}
#terms .terms .terms_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5%;
}
@media (max-width: 1024px) {
  #terms .terms .terms_flex {
    display: block;
  }
}
#terms .terms .terms_flex li {
  width: 48%;
  font-size: 110%;
  margin-top: 2%;
}
@media (max-width: 1024px) {
  #terms .terms .terms_flex li {
    width: 100%;
  }
}
#terms .terms .terms_flex li a {
  display: block;
  border: 1px solid #dfdfdf;
  padding: 1em 3em;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding-right: 5%;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
#terms .terms .terms_flex li a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2d3e48;
  border-right: 1px solid #2d3e48;
  position: absolute;
  top: 45%;
  right: 15%;
  transform: rotate(45deg);
  transition: right 0.3s ease;
}
@media (max-width: 767px) {
  #terms .terms .terms_flex li a:after {
    right: 10%;
  }
}
#terms .terms .terms_flex li a:hover {
  background-color: #f0f0f0;
}
#terms .terms .terms_flex li a:hover:after {
  right: 12%;
}

#legal_disclosure .gp-c-title--main--center {
  padding-top: clamp(112px, 5vw, 15%);
}
@media (max-width: 767px) {
  #legal_disclosure .gp-c-title--main--center {
    padding-top: 15%;
  }
}
#legal_disclosure .gp-privacy-cnt-title {
  position: relative;
  overflow: hidden;
}
#legal_disclosure .gp-privacy-cnt-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -704px;
  width: 9999px;
  height: 100%;
  background-color: #f5f1e9;
  z-index: -1;
  pointer-events: none;
}
#legal_disclosure .terms .terms_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5%;
}
@media (max-width: 1024px) {
  #legal_disclosure .terms .terms_flex {
    display: block;
  }
}
#legal_disclosure .terms .terms_flex li {
  width: 48%;
  font-size: 110%;
  margin-top: 2%;
}
@media (max-width: 1024px) {
  #legal_disclosure .terms .terms_flex li {
    width: 100%;
  }
}
#legal_disclosure .terms .terms_flex li a {
  display: block;
  border: 1px solid #dfdfdf;
  padding: 1em 3em;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding-right: 5%;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
#legal_disclosure .terms .terms_flex li a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2d3e48;
  border-right: 1px solid #2d3e48;
  position: absolute;
  top: 45%;
  right: 15%;
  transform: rotate(45deg);
  transition: right 0.3s ease;
}
@media (max-width: 767px) {
  #legal_disclosure .terms .terms_flex li a:after {
    right: 10%;
  }
}
#legal_disclosure .terms .terms_flex li a:hover {
  background-color: #f0f0f0;
}
#legal_disclosure .terms .terms_flex li a:hover:after {
  right: 12%;
}

#privacypolicy .gp-c-title--main--center {
  padding-top: clamp(112px, 5vw, 15%);
}
@media (max-width: 767px) {
  #privacypolicy .gp-c-title--main--center {
    padding-top: 15%;
  }
}
#privacypolicy .gp-privacy-cnt-title {
  position: relative;
  overflow: hidden;
}
#privacypolicy .gp-privacy-cnt-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -704px;
  width: 9999px;
  height: 100%;
  background-color: #f5f1e9;
  z-index: -1;
  pointer-events: none;
}
#privacypolicy .terms .terms_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5%;
}
@media (max-width: 1024px) {
  #privacypolicy .terms .terms_flex {
    display: block;
  }
}
#privacypolicy .terms .terms_flex li {
  width: 48%;
  font-size: 110%;
  margin-top: 2%;
}
@media (max-width: 1024px) {
  #privacypolicy .terms .terms_flex li {
    width: 100%;
  }
}
#privacypolicy .terms .terms_flex li a {
  display: block;
  border: 1px solid #dfdfdf;
  padding: 1em 3em;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding-right: 5%;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
#privacypolicy .terms .terms_flex li a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2d3e48;
  border-right: 1px solid #2d3e48;
  position: absolute;
  top: 45%;
  right: 15%;
  transform: rotate(45deg);
  transition: right 0.3s ease;
}
@media (max-width: 767px) {
  #privacypolicy .terms .terms_flex li a:after {
    right: 10%;
  }
}
#privacypolicy .terms .terms_flex li a:hover {
  background-color: #f0f0f0;
}
#privacypolicy .terms .terms_flex li a:hover:after {
  right: 12%;
}

@media (min-width: 1025px) {
  .gp-l-fot__con-contact .l-fot__contact-wrp-st {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gp-l-fot__con-contact .l-fot__contact-wrp-st {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gp-l-fot__con-contact .l-fot__contact-wrp-tel {
    width: 25%;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .gp-l-fot__con-contact .l-fot__contact-wrp-tel {
    width: 100%;
  }
}
.gp-l-fot__con-contact .l-fot__contact-wrp-tel ul li span {
  margin-left: 0;
}
.gp-l-fot__con-contact .l-fot__contact-wrp-tel p a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #ffffffd3;
  line-height: 1.8;
}
.gp-l-fot__con-contact .l-fot__contact-wrp-tel .info {
  margin-top: 10px;
  line-height: 1;
}
.gp-l-fot__con-contact .l-fot__box-contact > div:first-of-type {
  border-left: 1px solid #fff;
}
.gp-l-fot__con-contact .l-fot__box-contact > div:first-of-type:first-child {
  border-left: none;
}

.con_map {
  width: 96%;
  max-width: 1640px;
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .con_map {
    margin: 8% auto 0;
  }
}
.con_map .map {
  width: 100%;
}
.con_map .map img {
  width: 100%;
}

#property .gp-p-sdgs__title-big {
  background: transparent url("../../../property/images/bg_title_big.jpg") 100% no-repeat;
  background-size: cover;
  margin-top: 0;
  height: calc(-443px + 100vh);
  position: relative;
}
#property .gp-p-sdgs__title-big::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#property .propety_nav .intro {
  margin-top: 28px;
  text-align: center;
  line-height: 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #property .propety_nav .intro {
    width: 90%;
    margin: 28px auto auto;
  }
}
@media (max-width: 767px) {
  #property .propety_nav .intro {
    width: 96%;
    margin: 28px auto auto;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #property .propety_nav .u-anchor {
    margin-top: 2em;
  }
}
#property .propety_nav .u-anchor li {
  width: calc(100%/3);
}
#property .propety_box .propety_item {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #property .propety_box .propety_item {
    margin-top: 2em;
  }
}
#property .propety_box .propety_item li {
  width: 100%;
  margin-left: 0;
}
#property .propety_box .propety_item li div {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #property .propety_box .propety_item li div {
    margin-bottom: 2em;
  }
}
#property .propety_box .propety_item li div h5 {
  border-left: 5px solid #a8aaab;
  padding: 0 0 0 10px;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #property .propety_box .propety_item li div h5 {
    margin-bottom: .8em;
  }
}
#property .propety_box .propety_item table {
  width: 80%;
  margin-top: 40px;
  margin-bottom: 10px;
  border-collapse: collapse;
}
@media (max-width: 1024px) {
  #property .propety_box .propety_item table {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #property .propety_box .propety_item table {
    margin-top: 28px;
  }
}
#property .propety_box .propety_item table th,
#property .propety_box .propety_item table td {
  padding: 15px;
  border: 1px solid #DDD;
}
#property .propety_box .propety_item table th {
  background: #faf9f8;
}
#property .propety_box .propety_item .gp-c-btn--primary a {
  padding: .5em 1em .5em .75em;
  margin-top: 28px;
}
#property .propety_box .propety_item .gp-c-text {
  margin-top: 10px;
}
#property .propety_box .propety_item .gp-c-text a {
  font-size: 26px;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #property .propety_box .propety_item .gp-c-text a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #property .propety_box .propety_item .gp-c-text a {
    font-size: 1.7em;
  }
}
#property .propety_box .propety_item .note {
  margin-top: 28px;
}
#property .propety_box .propety_item .gp-c-btn--primary {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #property .propety_box .propety_item .gp-c-btn--primary {
    margin-top: 1.5em;
  }
}
#property .propety_box .propety_item .gp-c-btn--primary .t::before {
  content: none;
}

.gp-c-fot__fix-menu__box-list {
  flex-wrap: wrap;
  justify-content: space-between;
}

#contact .gp-c-title--main--center, #confirm .gp-c-title--main--center, #thanks .gp-c-title--main--center {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #contact .gp-c-title--main--center, #confirm .gp-c-title--main--center, #thanks .gp-c-title--main--center {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  #contact .gp-c-title--main--center, #confirm .gp-c-title--main--center, #thanks .gp-c-title--main--center {
    margin-top: 8%;
  }
}
#contact .gp-p-contact_tickets__cnt-intro, #confirm .gp-p-contact_tickets__cnt-intro, #thanks .gp-p-contact_tickets__cnt-intro {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #contact .gp-p-contact_tickets__cnt-intro, #confirm .gp-p-contact_tickets__cnt-intro, #thanks .gp-p-contact_tickets__cnt-intro {
    margin-bottom: 3%;
  }
}
#contact .gp-p-contact_tickets__cnt-intro .txt, #confirm .gp-p-contact_tickets__cnt-intro .txt, #thanks .gp-p-contact_tickets__cnt-intro .txt {
  margin-top: 40px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  #contact .gp-p-contact_tickets__cnt-intro .txt, #confirm .gp-p-contact_tickets__cnt-intro .txt, #thanks .gp-p-contact_tickets__cnt-intro .txt {
    margin-top: 3%;
    text-align: left;
  }
}
#contact .con_form .notice, #confirm .con_form .notice, #thanks .con_form .notice {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #contact .con_form .notice, #confirm .con_form .notice, #thanks .con_form .notice {
    margin-bottom: 1em;
    font-size: 88%;
  }
}
#contact .con_form .required, #confirm .con_form .required, #thanks .con_form .required {
  margin-right: .5em;
  font-size: 75%;
  display: inline-block;
  line-height: 1;
  background: #bb2738;
  color: #fff;
  padding: .5em .5em;
}
@media (max-width: 767px) {
  #contact .con_form .required, #confirm .con_form .required, #thanks .con_form .required {
    font-size: 86%;
    margin-right: 0;
  }
}
#contact .con_form form table, #confirm .con_form form table, #thanks .con_form form table {
  margin-bottom: 45px;
  width: 100%;
  border: 1px solid #a99a54;
}
@media (max-width: 767px) {
  #contact .con_form form table, #confirm .con_form form table, #thanks .con_form form table {
    margin-bottom: 2em;
  }
}
#contact .con_form form table tr th,
#contact .con_form form table tr td, #confirm .con_form form table tr th,
#confirm .con_form form table tr td, #thanks .con_form form table tr th,
#thanks .con_form form table tr td {
  font-weight: normal;
  padding: 1em 1.25em;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #contact .con_form form table tr th,
  #contact .con_form form table tr td, #confirm .con_form form table tr th,
  #confirm .con_form form table tr td, #thanks .con_form form table tr th,
  #thanks .con_form form table tr td {
    display: block;
  }
}
#contact .con_form form table tr th, #confirm .con_form form table tr th, #thanks .con_form form table tr th {
  width: 30%;
  background: #e8e2d6;
  border-bottom: 1px solid #a99a54;
  position: relative;
}
@media (max-width: 767px) {
  #contact .con_form form table tr th, #confirm .con_form form table tr th, #thanks .con_form form table tr th {
    width: 100%;
  }
}
#contact .con_form form table tr th .required, #confirm .con_form form table tr th .required, #thanks .con_form form table tr th .required {
  position: absolute;
  top: 50%;
  right: 1.75em;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #contact .con_form form table tr th .required, #confirm .con_form form table tr th .required, #thanks .con_form form table tr th .required {
    font-size: 75%;
  }
}
#contact .con_form form table tr .ttl, #confirm .con_form form table tr .ttl, #thanks .con_form form table tr .ttl {
  background: #b5a88c;
  color: #fff;
  font-size: 1.1em;
}
#contact .con_form form table tr td, #confirm .con_form form table tr td, #thanks .con_form form table tr td {
  width: 70%;
  border-bottom: 1px solid #a99a54;
  font-weight: normal;
  padding: 1em 1.25em;
}
@media (max-width: 767px) {
  #contact .con_form form table tr td, #confirm .con_form form table tr td, #thanks .con_form form table tr td {
    width: 100%;
    display: block;
  }
}
#contact .con_form form table tr td .text_s,
#contact .con_form form table tr td .text_m, #confirm .con_form form table tr td .text_s,
#confirm .con_form form table tr td .text_m, #thanks .con_form form table tr td .text_s,
#thanks .con_form form table tr td .text_m {
  display: flex;
  align-items: center;
}
#contact .con_form form table tr td .text_s .postcode,
#contact .con_form form table tr td .text_m .postcode, #confirm .con_form form table tr td .text_s .postcode,
#confirm .con_form form table tr td .text_m .postcode, #thanks .con_form form table tr td .text_s .postcode,
#thanks .con_form form table tr td .text_m .postcode {
  margin-right: .5em;
}
#contact .con_form form table tr td .text_s input,
#contact .con_form form table tr td .text_m input, #confirm .con_form form table tr td .text_s input,
#confirm .con_form form table tr td .text_m input, #thanks .con_form form table tr td .text_s input,
#thanks .con_form form table tr td .text_m input {
  font-size: 88%;
  width: 100%;
  border: 1px solid #f5f1e9;
  background-color: #fdf9f2;
  padding: .5em;
}
#contact .con_form form table tr td .text_s input:focus,
#contact .con_form form table tr td .text_m input:focus, #confirm .con_form form table tr td .text_s input:focus,
#confirm .con_form form table tr td .text_m input:focus, #thanks .con_form form table tr td .text_s input:focus,
#thanks .con_form form table tr td .text_m input:focus {
  outline: none;
  border: 1px solid #c5baa5;
}
#contact .con_form form table tr td .text_s, #confirm .con_form form table tr td .text_s, #thanks .con_form form table tr td .text_s {
  width: 30%;
  position: relative;
}
@media (max-width: 767px) {
  #contact .con_form form table tr td .text_s, #confirm .con_form form table tr td .text_s, #thanks .con_form form table tr td .text_s {
    width: 100%;
  }
}
#contact .con_form form table tr td .text_m, #confirm .con_form form table tr td .text_m, #thanks .con_form form table tr td .text_m {
  width: 50%;
}
@media (max-width: 767px) {
  #contact .con_form form table tr td .text_m, #confirm .con_form form table tr td .text_m, #thanks .con_form form table tr td .text_m {
    width: 100%;
  }
}
#contact .con_form form table tr td .text_sp, #confirm .con_form form table tr td .text_sp, #thanks .con_form form table tr td .text_sp {
  width: 10em;
  padding-bottom: .7em;
}
#contact .con_form form table tr td .text, #confirm .con_form form table tr td .text, #thanks .con_form form table tr td .text {
  margin: .5em 0;
}
@media (max-width: 767px) {
  #contact .con_form form table tr td .text, #confirm .con_form form table tr td .text, #thanks .con_form form table tr td .text {
    font-size: 94%;
  }
}
#contact .con_form form table tr td ul li:not(:last-child), #confirm .con_form form table tr td ul li:not(:last-child), #thanks .con_form form table tr td ul li:not(:last-child) {
  padding-bottom: .3em;
}
#contact .con_form form table tr td ul li label, #confirm .con_form form table tr td ul li label, #thanks .con_form form table tr td ul li label {
  display: flex;
  align-items: center;
}
#contact .con_form form table tr td ul li label input[type="checkbox"],
#contact .con_form form table tr td ul li label input[type="radio"], #confirm .con_form form table tr td ul li label input[type="checkbox"],
#confirm .con_form form table tr td ul li label input[type="radio"], #thanks .con_form form table tr td ul li label input[type="checkbox"],
#thanks .con_form form table tr td ul li label input[type="radio"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #c5baa5;
  margin-right: .5em;
  position: relative;
  cursor: pointer;
}
#contact .con_form form table tr td ul li label input[type="checkbox"]:checked::after,
#contact .con_form form table tr td ul li label input[type="radio"]:checked::after, #confirm .con_form form table tr td ul li label input[type="checkbox"]:checked::after,
#confirm .con_form form table tr td ul li label input[type="radio"]:checked::after, #thanks .con_form form table tr td ul li label input[type="checkbox"]:checked::after,
#thanks .con_form form table tr td ul li label input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 4px;
  height: 8px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#contact .con_form form table tr td .inner, #confirm .con_form form table tr td .inner, #thanks .con_form form table tr td .inner {
  display: flex;
  flex-wrap: wrap;
}
#contact .con_form form table tr td .inner textarea, #confirm .con_form form table tr td .inner textarea, #thanks .con_form form table tr td .inner textarea {
  font-size: 88%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','MS Ｐゴシック','MS PGothic','Lucida Sans Unicode','Lucida Grande',Verdana,Arial,sans-serif;
  border: 1px solid #f5f1e9;
  background-color: #fdf9f2;
  padding: 1em;
  min-height: 10em;
  width: 100%;
}
#contact .con_form form table tr td .inner textarea:focus, #confirm .con_form form table tr td .inner textarea:focus, #thanks .con_form form table tr td .inner textarea:focus {
  outline: none;
  border: 1px solid #c5baa5;
}
#contact .con_form form table tr td .box_policy, #confirm .con_form form table tr td .box_policy, #thanks .con_form form table tr td .box_policy {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .con_form form table tr td .box_policy .mark, #confirm .con_form form table tr td .box_policy .mark, #thanks .con_form form table tr td .box_policy .mark {
  width: 14px;
  height: 14px;
  margin-right: .5em;
  margin-bottom: .1em;
  position: relative;
}
#contact .con_form form table tr td .box_policy .mark input, #confirm .con_form form table tr td .box_policy .mark input, #thanks .con_form form table tr td .box_policy .mark input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
#contact .con_form form table tr td .box_policy .mark input:checked + span, #confirm .con_form form table tr td .box_policy .mark input:checked + span, #thanks .con_form form table tr td .box_policy .mark input:checked + span {
  background: #000;
  border-color: #000;
}
#contact .con_form form table tr td .box_policy .mark input:checked + span:before, #confirm .con_form form table tr td .box_policy .mark input:checked + span:before, #thanks .con_form form table tr td .box_policy .mark input:checked + span:before {
  border-color: #fff;
}
#contact .con_form form table tr td .box_policy .mark span, #confirm .con_form form table tr td .box_policy .mark span, #thanks .con_form form table tr td .box_policy .mark span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  transition: .4s background-color ease-out, .4s border-color ease-out;
  cursor: pointer;
}
#contact .con_form form table tr td .box_policy .mark span:before, #confirm .con_form form table tr td .box_policy .mark span:before, #thanks .con_form form table tr td .box_policy .mark span:before {
  content: "";
  width: 4px;
  height: 4px;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transition: border .3s ease-out;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#contact .con_form form table tr td .box_policy label, #confirm .con_form form table tr td .box_policy label, #thanks .con_form form table tr td .box_policy label {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #contact .con_form form table tr td .box_policy label, #confirm .con_form form table tr td .box_policy label, #thanks .con_form form table tr td .box_policy label {
    display: block;
  }
}
#contact .con_form form table tr td .box_policy a, #confirm .con_form form table tr td .box_policy a, #thanks .con_form form table tr td .box_policy a {
  text-decoration: underline;
}
#contact .con_form form table tr td .box_policy svg, #confirm .con_form form table tr td .box_policy svg, #thanks .con_form form table tr td .box_policy svg {
  width: 1em;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
@media only screen and (max-width: 767px) {
  #contact .con_form form table tr td .box_policy p, #confirm .con_form form table tr td .box_policy p, #thanks .con_form form table tr td .box_policy p {
    width: calc(100% - 14px - .5em);
    font-size: 94%;
  }
}
#contact .con_form form .box_btn, #confirm .con_form form .box_btn, #thanks .con_form form .box_btn {
  width: 300px;
}
@media (max-width: 767px) {
  #contact .con_form form .box_btn, #confirm .con_form form .box_btn, #thanks .con_form form .box_btn {
    width: 50%;
  }
}
#contact .con_form form .box_btn .btn_normal--blue, #contact .con_form form .box_btn .btn_normal--white, #confirm .con_form form .box_btn .btn_normal--blue, #confirm .con_form form .box_btn .btn_normal--white, #thanks .con_form form .box_btn .btn_normal--blue, #thanks .con_form form .box_btn .btn_normal--white {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.1em 1.5em 1.1em 1em;
  position: relative;
  transition: opacity .3s ease-out;
  cursor: pointer;
  font-size: 113%;
  border: 1px solid;
}
@media (max-width: 767px) {
  #contact .con_form form .box_btn .btn_normal--blue, #contact .con_form form .box_btn .btn_normal--white, #confirm .con_form form .box_btn .btn_normal--blue, #confirm .con_form form .box_btn .btn_normal--white, #thanks .con_form form .box_btn .btn_normal--blue, #thanks .con_form form .box_btn .btn_normal--white {
    font-size: 100%;
    line-height: 1.4;
    padding: 0.9em 1.5em 0.9em 0.75em;
  }
}
#contact .con_form form .box_btn .btn_normal--blue::before, #contact .con_form form .box_btn .btn_normal--white::before, #confirm .con_form form .box_btn .btn_normal--blue::before, #confirm .con_form form .box_btn .btn_normal--white::before, #thanks .con_form form .box_btn .btn_normal--blue::before, #thanks .con_form form .box_btn .btn_normal--white::before {
  content: "＞";
  font-size: 55.55556%;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  transition: right .3s ease-out;
}
#contact .con_form form .box_btn .btn_normal--blue:hover, #contact .con_form form .box_btn .btn_normal--white:hover, #confirm .con_form form .box_btn .btn_normal--blue:hover, #confirm .con_form form .box_btn .btn_normal--white:hover, #thanks .con_form form .box_btn .btn_normal--blue:hover, #thanks .con_form form .box_btn .btn_normal--white:hover {
  opacity: .6;
}
#contact .con_form form .box_btn .btn_normal--blue:hover::before, #contact .con_form form .box_btn .btn_normal--white:hover::before, #confirm .con_form form .box_btn .btn_normal--blue:hover::before, #confirm .con_form form .box_btn .btn_normal--white:hover::before, #thanks .con_form form .box_btn .btn_normal--blue:hover::before, #thanks .con_form form .box_btn .btn_normal--white:hover::before {
  right: .75em;
}
#contact .con_form form .box_btn .btn_normal--blue, #confirm .con_form form .box_btn .btn_normal--blue, #thanks .con_form form .box_btn .btn_normal--blue {
  color: #fff;
  border-color: #23384b;
  background: #23384b;
}
#contact .con_form form .box_btn .btn_normal--white, #confirm .con_form form .box_btn .btn_normal--white, #thanks .con_form form .box_btn .btn_normal--white {
  border: 1px solid #23384b;
  background: #fff;
  color: #2e3e4d;
}

#contact .box_btn {
  margin: auto;
}

#confirm .con_form {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #confirm .con_form {
    margin-top: 3%;
  }
}
#confirm .con_form .confirmation {
  display: flex;
  justify-content: center;
}
#confirm .con_form .confirmation .box_btn:nth-last-of-type(1) {
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #confirm .con_form .confirmation .box_btn:nth-last-of-type(1) {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  #confirm .con_form .confirmation .box_btn:nth-last-of-type(1) {
    margin-left: 1em;
  }
}

#thanks .gp-p-thanks_tickets__cnt-intro .gp-c-title--center--small--bk {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #thanks .gp-p-thanks_tickets__cnt-intro .gp-c-title--center--small--bk {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #thanks .gp-p-thanks_tickets__cnt-intro .gp-c-title--center--small--bk {
    font-size: 1.4em;
    margin-top: 3%;
  }
}
#thanks .gp-p-thanks_tickets__cnt-intro .txt {
  margin-top: 40px;
  margin-bottom: 45px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  #thanks .gp-p-thanks_tickets__cnt-intro .txt {
    margin-top: 3%;
    margin-bottom: 2em;
    text-align: left;
  }
}
#thanks .box_btn {
  width: 300px;
  margin: auto;
}
@media (max-width: 767px) {
  #thanks .box_btn {
    width: 50%;
  }
}
#thanks .box_btn .btn_normal--blue {
  box-sizing: border-box !important;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.1em 1.5em 1.1em 1em;
  position: relative;
  transition: opacity .3s ease-out;
  cursor: pointer;
  font-size: 113%;
  border: 1px solid;
}
@media (max-width: 767px) {
  #thanks .box_btn .btn_normal--blue {
    font-size: 100%;
    line-height: 1.4;
    padding: 0.9em 1.5em 0.9em 0.75em;
  }
}
#thanks .box_btn .btn_normal--blue::before {
  content: "＞";
  font-size: 55.55556%;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  transition: right .3s ease-out;
}
#thanks .box_btn .btn_normal--blue:hover {
  opacity: .6;
}
#thanks .box_btn .btn_normal--blue:hover::before {
  right: .75em;
}
#thanks .box_btn .btn_normal--blue {
  color: #fff;
  border-color: #23384b;
  background: #23384b;
}

#allergy {
  position: relative;
  overflow: hidden;
}
#allergy:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -704px;
  width: 9999px;
  height: 300px;
  background-color: #f5f1e9;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #allergy:before {
    height: 200px;
  }
}
@media (max-width: 767px) {
  #allergy:before {
    height: 30vw;
  }
}
@media (max-width: 1280px) {
  #allergy:before {
    left: 5%;
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #allergy:before {
    height: 80px;
  }
}
#allergy .gp-privacy-cnt-title {
  position: relative;
  overflow: hidden;
}
#allergy .gp-privacy-cnt-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -704px;
  width: 9999px;
  height: 100%;
  background-color: #f5f1e9;
  z-index: -1;
  pointer-events: none;
}
#allergy .gp-c-title--main--center {
  padding-top: 112px;
}
@media (max-width: 767px) {
  #allergy .gp-c-title--main--center {
    padding-top: 15%;
  }
}
#allergy .f-base__content {
  margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #allergy .f-base__content {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #allergy .f-base__content {
    margin-bottom: 10%;
  }
}
#allergy .gp-p-allergy__con-date {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #allergy .gp-p-allergy__con-date {
    margin-top: 5%;
  }
}
#allergy .gp-p-allergy__con-date .box-date {
  font-size: 80%;
  line-height: 1.4;
  text-align: right;
  margin: 40px 0;
}
@media (max-width: 767px) {
  #allergy .gp-p-allergy__con-date .box-date {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
#allergy .gp-p-allergy__con-date .box-date .date {
  margin-bottom: 1em;
}
#allergy .gp-p-allergy__con-intro {
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #allergy .gp-p-allergy__con-intro {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #allergy .gp-p-allergy__con-intro {
    margin-bottom: 3em;
  }
}
#allergy .gp-p-allergy__con-intro .txt {
  margin-bottom: 1em;
}
#allergy .gp-p-allergy__con-intro .intro-list {
  padding-left: 1em;
}
#allergy .gp-p-allergy__con-intro .intro-list > li {
  list-style-type: decimal;
  margin-bottom: 2em;
  font-weight: bold;
}
#allergy .gp-p-allergy__con-intro .intro-list > li .sub {
  display: block;
  margin-bottom: 0.5em;
}
#allergy .gp-p-allergy__con-intro .intro-list > li .list-disc {
  padding-left: 1.3em;
  margin-top: 0.3em;
  margin-bottom: 0;
}
#allergy .gp-p-allergy__con-intro .intro-list > li .list-disc li {
  list-style-type: disc;
  line-height: 1.6;
  font-weight: normal;
}
#allergy .gp-p-allergy__con-intro .intro-list > li .list-disc li:not(:last-of-type) {
  margin-bottom: 0.7em;
}
#allergy .gp-p-allergy__con-intro .intro-list > li .list-disc li span {
  display: inline-block;
  padding-top: .7em;
}
#allergy .gp-p-allergy__con-intro .intro-list > li .sub-title {
  margin: 1em 0 0.2em -6px;
  font-weight: normal;
}
