:root {
  --color-red: #db0000;
  --color-pink: #f5a9a9;
  --color-blue: #1c4896;
  --color-text: #333;
  --color-bg: #f2f2f2;
  --color-border: #ddd;
  --color-button-border: #dadada;
  --color-disabled: #ccc;
  --color-disabled-border: #f1f1f1;
  --color-red--75: #db000075;
}
.contents-wrap {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .contents-wrap {
    padding-top: 70px;
  }
}
#main .kv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
  background: no-repeat center / cover;
  gap: 18px;
  height: 400px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: auto;
  max-width: 100%;
  background-image: url(../media/images/reform_plaza/visual.jpg);
}
@media screen and (max-width: 767px) {
  #main .kv {
    aspect-ratio: inherit;
    gap: 3px;
    padding-bottom: 0;
    height: 200px;
  }
}
#main .kv.wide {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #main .kv.wide {
    height: 200px;
  }
}
#main .kv h2 {
  margin: 0;
  letter-spacing: 0.8em;
  padding-right: 10px;
  padding-left: 10px;
  text-indent: 0.8em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .kv h2 {
    font-size: 27px;
  }
}
#main .kv .subtitle {
  display: table;
  margin: 5px 0 0;
  padding: 6px 17px 8px;
  transform: translateY(-7px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-indent: 0.15em;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  #main .kv .subtitle {
    padding: 7px 10px 7px;
    margin-top: 5px;
    transform: translateY(5px);
    font-size: 11px;
    min-width: 150px;
  }
}
#main .kv h2 {
  opacity: 0;
}
#main .introduction {
  padding: 70px 20px 83px;
}
@media screen and (max-width: 767px) {
  #main .introduction {
    padding: 50px 15px;
  }
}
#main .introduction .text-image {
  display: flex;
  gap: 52px;
}
@media screen and (max-width: 767px) {
  #main .introduction .text-image {
    display: block;
  }
}
#main .introduction .text-image .texts h3 {
  margin: 0;
  color: #B92828;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  line-height: 1.7692307692;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .introduction .text-image .texts h3 {
    font-size: 18px;
  }
}
#main .introduction .text-image .image {
  flex: 0 0 45%;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #main .introduction .text-image .image {
    margin-top: 20px;
  }
}
#main .introduction .text-image .image img {
  width: 100%;
  height: auto;
}
#main .booth_map {
  padding: 70px 20px 83px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  #main .booth_map {
    padding: 50px 15px;
  }
}
#main .booth_map .inner {
  text-align: center;
}
#main .booth_map .inner .title {
  margin: 0 auto;
  width: 24.44%;
}
@media screen and (max-width: 767px) {
  #main .booth_map .inner .title {
    width: 60%;
  }
}
#main .booth_map .inner h4 {
  margin: 56px 0 68px;
  text-align: center;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.8076923077;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-left: 0.06em;
}
@media screen and (max-width: 767px) {
  #main .booth_map .inner h4 {
    margin: 30px auto 40px;
    font-size: 18px;
    line-height: 1.8;
  }
}
#main .booth_map .inner > p {
  margin: 0 auto 35px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .booth_map .inner > p {
    margin-bottom: 15px;
  }
}
#main .booth_map .inner .icons {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #main .booth_map .inner .icons {
    flex-wrap: wrap;
  }
}
#main .booth_map .inner .icons li {
  width: 18.75%;
}
@media screen and (max-width: 767px) {
  #main .booth_map .inner .icons li {
    margin: 0 auto 15px;
    width: 50%;
  }
}
#main .booth_map .inner .icons li .icon {
  margin: 0 auto;
  width: 44.44%;
}
#main .booth_map .inner .icons li p {
  margin: 30px auto 15px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #main .booth_map .inner .icons li p {
    margin: 5px auto;
    font-size: 11px;
  }
}
#main .booth_map .inner .icons li .eng {
  height: 40px;
}
@media screen and (max-width: 767px) {
  #main .booth_map .inner .icons li .eng {
    height: 30px;
  }
}
#main .booth_map .inner .icons li .eng img {
  height: 100%;
}
#main .booth_lists {
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  #main .booth_lists {
    padding: 50px 15px;
  }
}
#main .booth_lists ul.booths {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#main .booth_lists ul.booths li {
  margin-right: auto;
}
#main .booth_lists ul.booths li:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #main .booth_lists ul.booths li:not(:first-child) {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  #main .booth_lists ul.booths li:nth-child(odd) .text {
    order: 1;
    margin-right: 4%;
  }
}
@media screen and (min-width: 768px) {
  #main .booth_lists ul.booths li:nth-child(odd) .img {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  #main .booth_lists ul.booths li:nth-child(odd) .img .img_base, #main .booth_lists ul.booths li:nth-child(odd) .img::after {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  #main .booth_lists ul.booths li:nth-child(even) .text {
    order: 2;
    margin-left: 4%;
  }
}
@media screen and (min-width: 768px) {
  #main .booth_lists ul.booths li:nth-child(even) .img {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  #main .booth_lists ul.booths li:nth-child(even) .img .img_base, #main .booth_lists ul.booths li:nth-child(even) .img::after {
    right: 0;
  }
}
#main .booth_lists ul.booths li .title {
  margin: 0 auto;
  width: 39.13%;
  height: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .booth_lists ul.booths li .title {
    height: 30px;
  }
}
#main .booth_lists ul.booths li .title img {
  height: 100%;
}
#main .booth_lists ul.booths li p {
  margin: 30px auto 15px;
  text-align: center;
  color: #000;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #main .booth_lists ul.booths li p {
    margin: 10px 0;
  }
}
#main .booth_lists ul.booths li .ribbon {
  margin: 35px auto;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #B92828;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .booth_lists ul.booths li .ribbon {
    margin: 20px 0;
  }
}
#main .booth_lists ul.booths li .ribbon::before, #main .booth_lists ul.booths li .ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
}
#main .booth_lists ul.booths li .ribbon::before {
  left: 0;
  border-width: 22px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
}
#main .booth_lists ul.booths li .ribbon::after {
  right: 0;
  border-width: 22px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
}
#main .booth_lists ul.booths li .booths_item_wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #main .booth_lists ul.booths li .booths_item_wrap {
    display: block;
  }
}
#main .booth_lists ul.booths li .booths_item_wrap .text {
  flex: 0 0 48%;
}
#main .booth_lists ul.booths li .booths_item_wrap .text .icon {
  margin: 0 auto;
  width: 17.39%;
}
#main .booth_lists ul.booths li .booths_item_wrap .img {
  position: relative;
  flex: 1 1 auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #main .booth_lists ul.booths li .booths_item_wrap .img {
    margin-top: 20px;
  }
}
#main .booth_lists ul.booths li .booths_item_wrap .img .img_base {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 47vw;
  width: 735px;
}
@media screen and (max-width: 767px) {
  #main .booth_lists ul.booths li .booths_item_wrap .img .img_base {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}
#main .booth_lists ul.booths li .booths_item_wrap .img .img_base img {
  display: block;
  width: 100%;
}
#main .reform_plaza_contact {
  margin: 100px auto 0;
  max-width: 1000px;
}
#main .reform_plaza_contact h3 {
  margin: 0 0 30px;
  padding: 10px 16px 13px;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-color: #B92828;
}
#main .reform_plaza_contact address {
  margin: 30px 0;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
#main .reform_plaza_contact .address_tel {
  margin: 30px 0;
}
#main .reform_plaza_contact .address_tel a {
  font-size: 16px;
  color: var(--color-red);
}
#main .reform_plaza_contact .google-map > div {
  height: 400px;
}
#main .reform_plaza_contact .google-map iframe {
  display: block;
  border: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=./reform_plaza.css.map */