@charset "UTF-8";
* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}



input,
select {vertical-align:middle; width: 100%;}


table {border-collapse:collapse; border-spacing:0; empty-cells:show;}





/* form01*/

.form01{
	text-align: center;
}

.header_logo {
  width: 100%;
  display: flex;
}

.header_logo .logo_02 {
  width: 8%;
  max-width: 133px;
  margin: 2rem 3rem;
}

.header_logo .logo_02 img {
  width: 100%;
}

.form01_in {
  max-width: 1200px;
  margin: 0 auto;
}



.form01_in h2 {
  font-size: 4.2rem;
  color: #000;
  padding-bottom: 3.8rem;
}

.form01_in .top_logo {
  margin: 2rem;
}

.form01_text01 {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-bottom: 4rem;
}

.form01_ct.reserve {
  width: 70%;
  margin: 0 auto;
  padding: 5rem;
  background-color: #fff;
}

.form01_ct {
  width: 60%;
  margin: 0 auto;
}

.form01_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form01_item dl {
  width: 48%;
}

.form01_item dt {
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  padding-bottom: 1rem;
  position: relative;
}

.form01_item dt::after {
  content: "*";
  color: red;
  position: absolute;
  bottom: 0.2rem;
  z-index: -1;
}

.form01_item dd {
  font-size: 1.6rem;
  text-align: left;
  border: 1px solid #c5c6c7;
  padding: 1rem 0.6rem;
  border-radius: 5px;
  margin-bottom: 2.4rem;
  background-color: #f1f4f6;
}

/* .form01_tel_item dd{
  width: 100%;
} */

.form01_furigana,
dl.form01_tel {
  width: 100% !important;
}

.form01_ct_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form01_ct_in dd {
  background-color: #f1f4f6;
}

.form01_ct_in input {
  background-color: #f1f4f6;
}

.form01_furigana dd,
.form01_ct_in.form01_tel_in dd,
.form01_ct_in.form01_mail_in dd {
  width: 100%;
}

.form01_ct_in.form01_tel_in p {
  font-size: 1.6rem;
  padding: 1.8rem 0.6rem;
  margin-bottom: 2.4rem;
  height: 5rem;
}

dl.form01_mail {
  width: 100%;
}

.form01_ct_in.form01_mail_in p {
  font-size: 1.6rem;
  padding: 1.8rem 0.6rem;
  margin-bottom: 2.4rem;
  height: 5rem;
}

dl.form01_refectures {
  width: 100%;
}

dl.form01_municipalities {
  width: 100%;
}

dl.form01_address {
  width: 100%;
}

.form01_item_checkbox {
  padding-bottom: 6rem;
}

.form01_item_checkbox p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  padding: 2rem 0;
}

.form01_checkbox_ct {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
}

.form01_checkbox_ct_in {
  font-size: 1.6rem;
  padding-bottom: 2rem;
  width: 50%;
  text-align: left;
}

.form01_checkbox_input {
  margin-right: 1.6rem;
  width: 20px;
  height: 20px;
}

dl.form01-message {
  width: 100%;
}

.form01-message dd {
  height: 10rem;
}

.form01-message dt::after {
  display: none;
}

.form01_ct_in textarea {
  background-color: #f1f4f6;
  width: 100%;
  height: 7rem;
}

.form01_pp {
  font-size: 1.6rem;
  padding-bottom: 4rem;
}

.form01_pp a {
  color: #000;
  text-decoration: underline;
}

.send_btn {
  width: 45%;
  background-color: #000;
  margin: 0 auto;
}

.form_btn {
  font-size: 1.6rem;
  padding: 2.8rem 0;
  color: #fff;
}

button.form_btn {
  background-color: #000;
}

select {
  background: none;
}

@media screen and (max-width: 769px) {
  .header_logo .logo_02 {
    width: 30%;
    max-width: 30%;
    margin: 2rem;
  }

  .form01_in {
    padding: 8rem 1.4rem;
  }

  .form01_in h2 {
    font-size: 6vw;
  }

  .form01_text01 {
    font-size: 3.5vw;
  }

  .form01_ct {
    width: 100%;
  }

  .form01_item dt {
    font-size: 3.5vw;
    padding-bottom: 0.5rem;
  }

  .form01_item dd {
    font-size: 3.5vw;
  }

  .form01_item_checkbox p {
    font-size: 3.5vw;
  }

  .form01_checkbox_ct {
    width: 100%;
  }

  .form01_checkbox_ct_in {
    font-size: 3.5vw;
  }

  .form01_pp {
    font-size: 2vw;
  }

  .send_btn {
    width: 60%;
  }

  button.form_btn {
    padding: 1.5rem;
    font-size: 3.5vw;
  }

  .form01_in.reserve {
    padding: 5rem 0 0;
  }

  .form01_ct.reserve {
    width: 100%;
    padding: 2rem;
  }

  .form01_ct_in.form01_mail_in dd {
    width: 100%;
  }
}

.roboto {
  font-family: "Roboto", sans-serif;
  color: #bfbfbf;
  font-size: 3.6rem;
  letter-spacing: 0.3rem;
  font-weight: bold;
  padding-bottom: 3rem;
}


.thanks {
  background-color: #fff;
	text-align: center;
}

.thanks_in {
  max-width: 1200px;
  margin: 0 auto;
}

.thanks_in h3 {
  font-size: 3rem;
  padding-bottom: 2rem;
}

.thanks_in h2 {
  line-height: 1.2;
  margin-bottom: 5rem;
}

.thanks_in p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 5rem;
}

.send_btn.home_return {
  width: 30%;
  margin-bottom: 5rem;
}

.thanks_bottom .tel {
  padding: 4rem 0;
}

.thanks .tel span a{
	color: #000
}


.tel_icon::before {
    content: url("../galleryhouse/images/free_dial_img_sp.png");
    padding-right: 1rem;
  }


.p-form-group_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0 30px;
  gap: 2rem;
}

@media screen and (max-width: 750px) {
  .p-form-group_inner {
    padding: 1.5rem 0 4rem;
    gap: 2.666666vw;
  }
}

.p-form-card {
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-form-card {
    height: 18.6rem;
    margin: 0 0 2rem;
    width: calc(50% - 1rem);
  }
}

.p-form-card_content {
  align-items: center;
  display: inline-flex;
  height: 100%;
}

.p-form-card_content_inner {
  font-size: 17px;
  line-height: 1.5882352941;
}

@media screen and (max-width: 750px) {
  .p-form-card_content_inner {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}

.p-form-card_content_text {
  font-weight: 700;
}

.p-form-card_content_date {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.3;
  padding: 10px 0 0;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .p-form-card_content_date {
    font-size: 3.7333vw;
  }
}

.p-form-card_checkbox {
  border: 1px solid #000;
  border-radius: unset;
  height: 20px;
  left: 5%;
  margin: 0;
  position: absolute;
  top: 43%;
  transform: translate(0);
  width: 20px;
  appearance: initial !important;
  opacity: 1 !important;
}

.p-form-card_checkbox.is-active {
  border-color: #fff;
}

@media screen and (max-width: 750px) {
  .p-form-card_checkbox {
    height: 4.93333vw;
    width: 4.93333vw;
  }
}

.p-form-card_checkbox:after {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  content: "";
  display: inline-block;
  height: 5px;
  left: 20%;
  opacity: 0;
  position: absolute;
  top: 30%;
  transform: rotate(-45deg);
  width: 10px;
}

@media screen and (max-width: 750px) {
  .p-form-card_checkbox:after {
    height: 1.3333vw;
    width: 2.66666vw;
  }
}

.p-form-card_checkbox.is-active:after {
  opacity: 1 !important;
  color: #fff;
  border-color: #fff;
}

.p-form-card_label.is-active {
  background: #c80a14;
  color: #fff;
}

.p-form-card_label {
  border-radius: 10px;
  display: inline-block;
  height: 100%;
  padding: 0 0 0 20%;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .p-form-card_label {
    border-radius: 1rem;
    padding: 0 0 0 9rem;
  }
}

.p-form-card-thumbnail,
.p-form-card-thumbnail-l {
  background: #fafafa;
  width: 48%;
  height: 24rem;
}

@media screen and (max-width: 750px) {

  .p-form-card-thumbnail,
  .p-form-card-thumbnail-l {
    height: 100%;
    max-width: 100%;
    min-height: 25.3rem;
    width: 67rem;
  }

  .p-form-card-thumbnail-l:last-of-type,
  .p-form-card-thumbnail:last-of-type {
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .p-form-card-thumbnail-l {
    max-width: 45%;
    width: 45%;
    height: auto;
  }

  .p-form-card-thumbnail-l:last-of-type {
    margin: 0 auto 2rem;
  }
}

.p-form-card-thumbnail_label {
  padding: 26px 10px 20px;
}

@media screen and (max-width: 750px) {
  .p-form-card-thumbnail_label {
    padding: 3.46666vw 2.66666vw 2.66666vw;
  }
}

.p-form-card-thumbnail_checkbox {
  left: 15px;
  top: 30px;
}

@media screen and (max-width: 750px) {
  .p-form-card-thumbnail_checkbox {
    left: 2rem;
    top: 2rem;
  }
}

.p-form-card-thumbnail-l_name,
.p-form-card-thumbnail_name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0 35px;
}

@media screen and (max-width: 750px) {

  .p-form-card-thumbnail-l_name,
  .p-form-card-thumbnail_name {
    font-size: 3.466vw;
    line-height: 1.0384615385;
    padding: 0 0 0 6rem;
  }
}

.p-form-card-thumbnail-l_name {
  text-align: left;
}


@media screen and (max-width: 750px) {
  .p-form-card-thumbnail-l_name {
    line-height: 1.2307692308;
    padding: 5rem 0 0;
  }
}

.p-form-card-thumbnail-l_content,
.p-form-card-thumbnail_content {
  align-items: unset;
  display: flex;
  height: calc(100% - 27px);
}

@media screen and (max-width: 750px) {

  .p-form-card-thumbnail-l_content,
  .p-form-card-thumbnail_content {
    height: auto;
    padding: 1.3333vw 0 0;
  }
}

@media screen and (max-width: 750px) {
  .p-form-card-thumbnail-l_content {
    align-items: center;
    flex-direction: column;
  }
}

.p-form-card-thumbnail-l_img,
.p-form-card-thumbnail_img {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 182px;
}

@media screen and (max-width: 750px) {

  .p-form-card-thumbnail-l_img,
  .p-form-card-thumbnail_img {
    width: 18.2rem;
  }

  .p-form-card-thumbnail-l_img {
    min-height: 33.3333vw;
    padding: 0;
    width: 80%;
  }
}

.p-form-card-thumbnail-l_inner {
  display: flex;
  align-items: center;
}

.p-form-card-thumbnail-l_inner,
.p-form-card-thumbnail_inner {
  padding: 0 0 0 10px;
  width: calc(100% - 182px);
}

@media screen and (max-width: 750px) {

  .p-form-card-thumbnail-l_inner,
  .p-form-card-thumbnail_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 2rem;
    width: calc(100% - 18.2rem);
  }

  .p-form-card-thumbnail-l_inner {
    padding: 0;
    width: 100%;
  }
}

.p-form-card-thumbnail_content_text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .p-form-card-thumbnail_content_text {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.form_item-place-span {
  color: #d04141;
}

@media screen and (max-width: 750px) {
  .form_item-place-span {
    font-size: 80%;
  }
}
