<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ↓↓↓ under-fv ↓↓↓ */

.under-fv {
  width: 100%;
  height: 265px;
  position: relative;
}

@media (max-width: 768px) {
  .under-fv {
    /* height: 220px; */
    display: none;
  }
}

.under-fv .image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.under-fv .image img {
  object-fit: cover;
  height: 100%;
}

.under-fv .logo {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 210px;
  /* height: 55px; */
  height: 36px;
}

@media (max-width: 768px) {
  .under-fv .logo {
    top: 30%;
    width: 125px;
    /* display: none; */
  }
}

.under-fv .page-title {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 113px;
}

.under-fv .page-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128);
  mix-blend-mode: multiply;
}

.under-fv .page-title .group {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  z-index: 1;
}

.under-fv .page-title .group .title {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1;
}

.under-fv .page-title .group .caption {
  margin-top: 13px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .01em;
  line-height: 1;
}

/* ↑↑↑ under-fv ↑↑↑ */

/* ↓↓↓ box1 ↓↓↓ */

.box1 {
  padding: 0 30px 40px 30px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

@media (max-width: 768px) {
  .box1 {
    padding: 45px 30px 35px 30px;
  }
}

.box1 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 65px;
}

@media (max-width: 768px) {
  .box1 .inner {
    padding-top: 50px;
  }
}

.box1 .cap {
  width: 260px;
  height: 40px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  background: url(/wp/wp-content/themes/arrgallery-2021/img/store/takinomizu_sr/title-bg.jpg)no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box1 .exhibition {
  margin-top: 60px;
  position: relative;
}

@media (max-width: 768px) {
  .box1 .exhibition {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.box1 .exhibition .name {
  width: max-content;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  height: 96px;
  padding: 0 60px;
  font-size: calc((50 - 30) * ((100vw - 768px) / (1280 - 768)) + 30px);
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #262626;
}

@media (min-width: 1281px) {
  .box1 .exhibition .name {
    font-size: 5.0rem;
  }
}

@media (max-width: 768px) {
  .box1 .exhibition .name {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
    width: 100%;
    height: 70px;
    font-size: 3.0rem;
    padding: 0 20px;
  }
}

.box1 .banner-box {
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  .box1 .banner-box {
    margin: 10px calc(50% - 50vw) 0;
  }
}

.box1 .movie {
  margin-top: 55px;
}

@media (max-width: 768px) {
  .box1 .movie {
    margin-top: 30px;
  }
}

.box1 .movie .caption {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.box1 .movie .thumbnail {
  display: block;
  width: 100%;
  max-width: 586px;
  height: auto;
  margin: 20px auto 0 auto;
  position: relative;
  overflow: hidden;
}

.box1 .movie .thumbnail::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.box1 .movie .thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .box1 .movie .thumbnail iframe {
    height: calc(100% + 4px);
  }
}

/* ↑↑↑ box1 ↑↑↑ */

/* ↓↓↓ eventbox ↓↓↓ */

.eventbox {
  width: 100%;
  margin: 40px auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .eventbox {
    margin: 30px auto;
    padding: 0 15px;
  }
}

.eventbox .inner {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #f29600;
}

.eventbox .caption {
  width: 235px;
  height: 30px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eventbox .title {
  margin-top: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .eventbox .title {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.eventbox .infobox {
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .eventbox .infobox {
    flex-direction: column;
  }
}

.eventbox .infobox .event {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: justify;
  position: relative;
}

.eventbox .infobox .event::after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(/wp/wp-content/themes/arrgallery-2021/img/event/icon-arrow.jpg)no-repeat;
}

.eventbox .infobox .event:hover {
  opacity: .7;
  transition: all ease .3s;
}

.eventbox .infobox .event a {
  width: 100%;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 28.335% 68.335%;
  column-gap: 3.2%;
  grid-template-rows: 60px 60px 50px;
}

@media (max-width: 768px) {
  .eventbox .infobox .event a {
    display: flex;
    flex-wrap: wrap;
  }
}

.eventbox .infobox .event .text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.2rem;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  margin-top: -3px;
  grid-area: 1/2;
}

@media (max-width: 768px) {
  .eventbox .infobox .event .text {
    margin-top: 0;
    margin-bottom: 8px;
    height: auto;
    display: block;
  }
}

.eventbox .infobox .event .event_image {
  width: 100%;
  height: auto;
  grid-area: 1/1/4/2;
}

@media (max-width: 768px) {
  .eventbox .infobox .event .event_image {
    width: 26.87%;
    height: 100%;
  }
}

.eventbox .infobox .event .evtitle {
  grid-area: 2/2;
}

@media (max-width: 768px) {
  .eventbox .infobox .event .evtitle {
    width: 69.855%;
  }
}

.eventbox .infobox .event .evtitle .sub {
  font-size: 1.4rem;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .eventbox .infobox .event .evtitle .sub {
    line-height: 1.8rem;
    -webkit-line-clamp: 2;
    height: 36px;
  }
}

.eventbox .infobox .event .evtitle .main {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  height: 1.7rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 9px;
}

@media (max-width: 768px) {
  .eventbox .infobox .event .evtitle .main {
    line-height: 2.4rem;
    height: unset;
    -webkit-line-clamp: 2;
  }
}

.eventbox .infobox .event .evtitle hr {
  border: none;
  height: 1px;
  margin: 10px 0 11px;
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #f29600, #f29600 2px, transparent 2px, transparent 4px);
}

@media (max-width: 768px) {
  .eventbox .infobox .event .evtitle hr.only_pc {
    display: none;
  }
}

.eventbox .infobox .event .detail {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 90.732%;
  height: 50px;
  grid-area: 3/2;
}

@media (max-width: 768px) {
  .eventbox .infobox .event .detail {
    width: 89.852%;
    margin-top: 11px;
    height: auto;
  }
}

/* ↑↑↑ eventbox ↑↑↑ */

/* ↓↓↓ floorbox ↓↓↓ */

.floorbox {
  padding: 0 30px 60px 30px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

@media (max-width: 768px) {
  .floorbox {
    padding: 0 30px 60px 30px;
  }
}

.floorbox .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.eventbox+.floorbox .inner {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .eventbox+.floorbox .inner {
    padding-top: 35px;
  }
}

.floorbox .caption {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media (max-width: 768px) {
  .floorbox .caption {
    line-height: 1.8;
  }
}

.floorbox .modal {
  max-width: 1000px;
  margin: 40px auto 0 auto;
  padding: 0 45px 50px 65px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .floorbox .modal {
    width: 100vw;
    max-width: 100vw;
    margin: 40px calc(50% - 50vw) 0;
    padding: 0 0 30px;
  }
}

.floorbox .modal .expBtn {
  width: 260px;
  height: 40px;
  margin: 0 auto 20px auto;
  font-weight: bold;
  color: #fff;
  letter-spacing: .13em;
  background: url(/wp/wp-content/themes/arrgallery-2021/img/store/takinomizu_sr/title-bg.jpg)no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 300ms 0s ease;
}

.floorbox .modal .expBtn:hover {
  opacity: .7;
}

.floorbox .modal .expBtn .icon {
  width: 20px;
  margin-right: 8px;
}

.floorbox .modal .image {
  max-width: 860px;
  margin: 0 auto;
}

.floorbox .modal .detail {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .floorbox .modal .detail {
    flex-direction: column;
    padding: 0 25px;
  }
}

.floorbox .modal .detail .group:first-of-type {
  width: 56%;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .floorbox .modal .detail .group:first-of-type {
    width: 100%;
    padding-right: 0px;
  }
}

.floorbox .modal .detail .group:last-of-type {
  flex: 1;
  display: flex;
  margin-top: 15px;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .floorbox .modal .detail .group:last-of-type {
    width: 100%;
    display: block;
  }
}

.floorbox .modal .detail .data1 {
  font-weight: bold;
  color: #ff8438;
}

.floorbox .modal .detail .data1 b {
  font-size: 4.0rem;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
  height: 100%;
}

.floorbox .modal .detail .data1 span {
  font-size: 2rem;
}

.floorbox .modal .detail .data2 {
  width: 56%;
}

@media (max-width: 768px) {
  .floorbox .modal .detail .data2 {
    width: 100%;
  }
}

.floorbox .modal .caution {
  max-width: 30em;
  font-size: 1.2rem;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
}

@media (max-width: 768px) {
  .floorbox .modal .caution {
    margin-top: 15px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 20px 20px 120px;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: none;
}

.modal-window {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.modal-window .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .modal-window .close_btn {
    width: 50px;
    height: 50px;
  }
}

.modal-window img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.reserve {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .reserve {
    margin-top: 40px;
  }
}

.reserve .text {
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .reserve .text {
    font-size: 1.8rem;
  }
}

.reserve .text .accent {
  font-size: 2.8rem;
  color: #fff000;
}

.reserve a {
  max-width: 380px;
  height: 50px;
  margin: 20px auto 0 auto;
  border-radius: 5px;
  overflow: hidden;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms 0s ease;
}

.reserve a:hover {
  opacity: .7;
}

.reserve a[href*="/housing/"],
.reserve a[href*="#anker-present"] {
  background: url(/wp/wp-content/themes/arrgallery-2021/img/store/takinomizu_sr/present-link-bg1.png)no-repeat;
  background-size: cover;
}

/* ↑↑↑ floorbox ↑↑↑ */

/* ↓↓↓ point-slider ↓↓↓ */

.point-slider {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

@media (max-width: 768px) {
  .point-slider {
    display: none;
  }
}

.point-slider .slick-dots {
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.point-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 100%;
  padding: 0;
  cursor: pointer;
}

.point-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.point-slider .slick-dots li button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #999;
}

.point-slider .slick-dots li.slick-active button::before {
  background-color: #f29600;
}

/* ↑↑↑ point-slider ↑↑↑ */

/* ↓↓↓ pointbox ↓↓↓ */

.pointbox {
  padding: 25px 30px 60px 30px;
  background-color: rgba(0, 0, 0, 0.85);
}

@media (max-width: 768px) {
  .pointbox {
    padding: 35px 25px 40px 25px;
  }
}

.pointbox .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pointbox .inner {
    max-width: calc(320/375*100vw);
  }
}

.pointbox .cap {
  width: fit-content;
  margin: 0 auto 35px auto;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.pointbox .list {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .pointbox .list {
    flex-direction: column;
  }
}

.pointbox .list .item {
  width: 32%;
  margin-bottom: 5%;
  margin-right: 2%;
}

@media (min-width: 769px) {
  .pointbox .list .item:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .pointbox .list .item {
    width: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
}

.pointbox .list .item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pointbox .list .item:nth-child(3n) {
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .pointbox .list .item:last-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }
}

.pointbox .list .item .head {
  display: block;
  width: fit-content;
  margin: 0 auto 20px auto;
  font-size: 2.0rem;
  color: #f29600;
  line-height: 1;
}

.pointbox .list .item .place {
  margin: 20px 0 12px 0;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.pointbox .list .item .text {
  font-size: 1.4rem;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.6;
}

.pointbox .subcap {
  margin: 50px auto 35px auto;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #f29600;
}

/* ↑↑↑ pointbox ↑↑↑ */

.mapbox {
  width: 100%;
  height: 100%;
  max-height: 500px; 
  aspect-ratio: 1280 / 500;
  background-color: rgba(0, 0, 0, 0.85);
  padding-inline: 25px;
}

.mapbox iframe {
  max-width: 994px;
  aspect-ratio: 994 / 394;
  width: 100%;
  height: 100%;
  display: block;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .mapbox,
  .mapbox iframe {
    /* height: 250px; */
    aspect-ratio: 375 / 250;
    /* display: none; */
    border-width: 1px !important;
  }
}


/* ↓↓↓ mapinfobox ↓↓↓ */

.mapinfobox {
  background-color: rgba(0, 0, 0, 0.85);
}

.mapinfobox .inner {
  max-width: 1060px;
  padding: 0 30px 40px 30px;
  margin: 0 auto;
}

.mapinfobox .informaton {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  /* border-bottom: 1px solid #969696; */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .mapinfobox .informaton {
    padding: 30px 0;
    /* border-top: 1px solid #969696; */
    flex-direction: column;
    align-items: flex-start;
  }
}

.mapinfobox .informaton .text {
  width: fit-content;
  margin-right: 10%;
}

@media (max-width: 1024px) {
  .mapinfobox .informaton .text {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mapinfobox .informaton .text {
    margin-right: 0;
  }
}

.mapinfobox .informaton .text p {
  font-size: 1.4rem;
  font-weight: 500;
}

.mapinfobox .informaton .tel {
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .mapinfobox .informaton .tel {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.mapinfobox .informaton .tel span:nth-of-type(1) {
  margin-right: 10px;
  font-size: 2.0rem;
}

.mapinfobox .informaton .tel span:nth-of-type(2) {
  font-size: 4.0rem;
  line-height: .8;
}

@media (max-width: 768px) {
  .mapinfobox .informaton .tel span:nth-of-type(2) {
    margin-top: 15px;
  }
}

.mapinfobox .informaton .link {
  width: 160px;
  height: 40px;
  margin-left: auto;
  border-radius: 5px;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms 0s ease;
}

@media (max-width: 1024px) {
  .mapinfobox .informaton .link {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .mapinfobox .informaton .link {
    max-width: 320px;
    width: 100%;
    margin-top: 25px;
    margin-right: auto;
    font-size: 1.6rem;
    border-radius: 20px;
  }
}

.mapinfobox .informaton .link:hover {
  opacity: .7;
}

.mapinfobox .present {
  padding-top: 50px;
}

.mapinfobox .present .text {
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .mapinfobox .present .text {
    font-size: 1.8rem;
  }
}

.mapinfobox .present .text .accent {
  font-size: 2.8rem;
  color: #fff000;
}

.mapinfobox .present a,
.backlist a {
  max-width: 380px;
  height: 50px;
  margin: 20px auto 0 auto;
  border-radius: 5px;
  overflow: hidden;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms 0s ease;
}

.mapinfobox .present a[href*="/housing/"] {
  background: url(/wp/wp-content/themes/arrgallery-2021/img/store/takinomizu_sr/present-link-bg1.png)no-repeat;
  background-size: cover;
}

.mapinfobox .present a[href="/store/tokyo/"],
.backlist a {
  background: url(/wp/wp-content/themes/arrgallery-2021/img/store/takinomizu_sr/present-link-bg2.png)no-repeat;
  background-size: cover;
}

.backlist {
  margin: 160px auto 0;
}

@media (max-width: 768px) {
  .backlist {
    width: 300px;
    margin: 80px auto 0;
  }
}

.backlist .-aichi {
  display: none;
}

.mw_wp_form_complete .backlist,
.mw_wp_form_confirm .backlist{
  display: none;
}

.mapinfobox .present a:hover,
.backlist a:hover {
  opacity: .7;
}

.mapinfobox .fair {
  max-width: 1000px;
  padding: 0 30px 60px 30px;
  margin: 0 auto 0 auto;
}

@media (max-width: 768px) {
  .mapinfobox .fair {
    padding: 0 0 60px 0;
    max-width: 430px;
  }
}

.mapinfobox .fair a {
  display: block;
  transition: all 300ms 0s ease;
}

.mapinfobox .fair a:hover {
  opacity: .7;
}

/* ↑↑↑ mapinfobox ↑↑↑ */

/* ↓↓↓ other-link ↓↓↓ */

.other-link {
  margin-top: 95px;
}

@media (max-width: 768px) {
  .other-link {
    margin-top: 70px;
  }
}

/* ↑↑↑ other-link ↑↑↑ */

/* ↓↓↓ form ↓↓↓ */
.form-box {
  width: 100%;
}

.form-box .form-wrap {
  padding: 60px 30px 0;
}

@media (max-width: 768px) {
  .form-box .form-wrap {
    padding: 60px 0 0;
  }
}

.form-wrap .form-title {
  font-size: calc((27 - 24) * ((100vw - 375px) / (1280 - 375)) + 24px);
  font-weight: bold;
  text-align: center;
}

@media (min-width: 1281px) {
  .form-wrap .form-title {
    font-size: 2.7rem;
  }
}

.form-wrap .subtext {
  margin-top: 30px;
  font-size: calc((27 - 24) * ((100vw - 375px) / (1280 - 375)) + 24px);
  text-align: center;
  color: #f00033;
  display: none;
}

.form-wrap .main-formBox {
  max-width: 1000px;
  margin: 50px auto 0 auto;
}

.main-formBox table {
  width: 100%;
}

.main-formBox table tr {
  width: 100%;
  padding: 3% 22px;
  border-top: 1px solid #e8ebeb;
  display: flex;
}

@media (max-width: 768px) {
  .main-formBox table tr {
    flex-direction: column;
    padding: 23px 4%;
  }
}

.main-formBox table tr:last-child {
  border-bottom: 1px solid #e8ebeb;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .main-formBox table tr:last-child {
    margin-bottom: 0px;
  }
}

.main-formBox table th {
  width: 30%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  display: flex;
}

@media (max-width: 768px) {
  .main-formBox table th {
    width: 100%;
    margin-bottom: 20px;
  }
}

.main-formBox table th span.req,
.main-formBox table th span.any {
  margin-right: 12px;
  padding: 2px 0.68rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  height: 25px;
}

.main-formBox table th span.req {
  background-color: #dc0000;
}

.main-formBox table th span.any {
  background-color: #728699;
}

.main-formBox table td {
  width: 70%;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .main-formBox table td {
    width: 100%;
  }
}

.main-formBox table td select,
.main-formBox table td input,
.main-formBox table td textarea {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #c8c8c9;
  transition: all 0.2s linear;
}

.main-formBox table td input[name="日付"]::placeholder {
  color: #000;
}

.main-formBox table td select:focus,
.main-formBox table td input:focus,
.main-formBox table td textarea:focus {
  border: 1px solid #9e9e9e;
  box-shadow: 0px 0px 4px 0px #c8c8c9;
}

.main-formBox table td input:focus::placeholder {
  color: transparent;
}

.main-formBox table td textarea {
  height: 156px;
  padding: 10px;
}

.main-formBox table td select {
  /* デフォルトのスタイルを無効 */
  -webkit-appearance: none;
  appearance: none;
  /* 新しいプルダウン */
  background: url(/wp/wp-content/themes/arrgallery-2021/img/housing/select-angle.png) no-repeat;
  background-size: 11px 15px;
  background-position: right 10px center;
}

.main-formBox table td .cap {
  font-size: 1.4rem;
}

.main-formBox table .checkbox-list .checkbox-item label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  display: block;
}

.main-formBox table .checkbox-list .checkbox-item input[type=checkbox]::before {
  content: '';
  display: block;
  visibility: visible;
  position: absolute;
  border: 1px solid #c8c8c9;
  height: 24px;
  width: 24px;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: border .2s linear;
  z-index: 1;
}

.main-formBox table .checkbox-list .checkbox-item input::after {
  content: "";
  visibility: hidden;
}

.main-formBox table .checkbox-list .checkbox-item input[type=checkbox]:checked::after,
.main-formBox table .checkbox-list .checkbox-item input[type=checkbox]:checked::after {
  content: '';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp/wp-content/themes/arrgallery-2021/img/requests/icon-checkbox.svg) #f39800 no-repeat;
}

.main-formBox table .checkbox-list .checkbox-item input[type=checkbox],
.main-formBox table .checkbox-list .checkbox-item input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  margin: 0;
}

.main-formBox table .checkbox-list .checkbox-item input[type=checkbox]:checked::before,
.main-formBox table .checkbox-list .checkbox-item input[type=checkbox]:checked~.check,
.main-formBox table .checkbox-list .checkbox-item input[type=checkbox]:checked~.checkbox {
  border-color: #f39800;
}

.main-formBox table .checkbox-list .checkbox-item input[type=checkbox]:checked::after,
.main-formBox table .checkbox-list .checkbox-item input[type=checkbox]:checked:checked~.check::after,
.main-formBox table .checkbox-list .checkbox-item input[type=checkbox]:checked~.checkbox::after {
  background-color: #f39800;
}

.mt-20 {
  margin-top: 20px;
}

.-red {
  color: red;
}

.error {
  font-weight: bold;
  display: none;
}

.obj-group2,
.obj-group3,
.obj-group4 {
  display: none;
}

.obj-group1+br,
.obj-group2+br,
.obj-group3+br,
.obj-group4+br {
  display: none;
}

.mw_wp_form_input .input-hide,
.mw_wp_form_input .input-hide+br,
.mw_wp_form_confirm .confirm-hide+p,
.mw_wp_form_confirm .confirm-hide {
  display: none !important;
}

.mw_wp_form_confirm .input-hide {
  display: block !important;
}

.mw_wp_form_confirm .pm {
  display: block !important;
}

.order {
  flex-wrap: wrap;
}

.order .text {
  order: 2;
}

.order .error {
  order: 3;
  width: 100%;
}

input[type="hidden"]+.error {
  margin-bottom: 15px;
}

.policy-wrap {
  padding: 60px 30px 95px;
  border-bottom: 1px solid #333;
}

@media (max-width: 768px) {
  .policy-wrap {
    padding: 45px 4% 50px;
  }
}

.policy-wrap .inner {
  max-width: 800px;
  margin: 0 auto;
}

.policy-wrap .note {
  color: #dc0000;
  text-align: center;
}

.policy-box {
  width: 100%;
  height: 150px;
  margin: 30px auto 40px;
  padding: 25px;
  overflow-y: scroll;
  box-sizing: border-box;
  border: 1px solid #c8c8c9;
}

.policy-box ul li {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.policy-wrap .check {
  text-align: center;
  margin-bottom: 40px;
}

.policy-wrap .check label {
  position: relative;
  padding-left: 30px;
}

.policy-wrap .check input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0;
}

.policy-wrap .check input[type="checkbox"]::before {
  content: '';
  display: block;
  visibility: visible;
  position: absolute;
  border: 1px solid #c8c8c9;
  height: 16px;
  width: 16px;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: border .2s linear;
}

.policy-wrap .check input[type="checkbox"]:checked {
  background-color: #f39800;
}

.policy-wrap .check input[type="checkbox"]:checked::before {
  border-color: #f39800;
}

.policy-wrap .check input[type="checkbox"]::after {
  background-color: #f39800;
}

.policy-wrap .check input[type="checkbox"]:checked:after {
  content: '';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-size: cover;
  background: url(/wp/wp-content/themes/arrgallery-2021/img/housing/icon-checkbox.svg) #f39800 no-repeat;
}

.policy-wrap .submit-box {
  text-align: center;
  display: flex;
  justify-content: center;
}

input[type="submit"] {
  -webkit-appearance: none;
  width: 300px;
  height: 60px;
  margin: 0 10px;
  color: #fff;
  background-color: #dc0000;
  border: none;
  cursor: pointer;
}

input[type="submit"]:hover {
  opacity: 0.8;
}

.thanksbox {
  margin-top: 85px;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .thanksbox {
    margin-top: 0px;
  }
}

.thanksbox .inner {
  padding: 0 17px;
}

.thanksbox .submit-comp,
.thanksbox .message .text,
.thanksbox .induction {
  text-align: center;
}

.thanksbox .submit-comp {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background: #F29600;
  line-height: 1;
  padding: 35px 0;
  margin-bottom: 40px;
}

.thanksbox .message {
  margin-bottom: 75px;
}

.thanksbox .message .text {
  font-size: 1.6rem;
  font-weight: 500;
}

.thanksbox .message .text:nth-of-type(1) {
  margin-bottom: 30px;
}

.thanksbox .induction {
  font-size: 2rem;
  font-weight: bold;
  color: #F29600;
}

@media (max-width: 768px) {
  .thanksbox .induction {
    font-size: 1.8rem;
  }
}

.mw_wp_form_complete {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .mw_wp_form_complete {
    padding-top: 70px;
  }
}

/* ↓↓ bnrbox ↓↓ */
.bnrbox {
  background: #333333;
  padding: 60px;
}

@media (max-width: 768px) {
  .bnrbox {
    padding: 65px 60px;
  }
}

.bnrbox a {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 580px;
  margin: 0 auto;
  transition: 300ms ease all;
}

.bnrbox a:hover {
  opacity: .8;
}

/* ↑↑↑ form ↑↑↑ */</pre></body></html>