@charset "UTF-8";
/*************************
共通class
************************ */
/* ************************
main
************************ */
/* ************************
content
************************ */
#facility .facilitycatbox {
  border-bottom: 0.05rem solid #000;
}
#facility .facilitycatbox .catlist {
  max-width: 14.4rem;
  padding: 0 0.8rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.98px) {
  #facility .facilitycatbox .catlist {
    padding: 0 0.15rem;
  }
}
#facility .facilitycatbox .catlist li {
  width: calc((100% - 0.16rem * 3) / 4);
}
@media screen and (max-width: 767.98px) {
  #facility .facilitycatbox .catlist li {
    width: calc((100% - 0.05rem * 3) / 4);
  }
}
#facility .facilitycatbox .catlist li a {
  display: block;
  height: 0.6rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.05rem;
  font-size: 0.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  #facility .facilitycatbox .catlist li a {
    height: 0.55rem;
    font-size: 0.14rem;
    text-align: center;
    line-height: 1.2857;
  }
}
.mouse #facility .facilitycatbox .catlist li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
#facility .facilitycatbox .catlist li.current a {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  #facility .facilitycatbox .catlist li:last-of-type a {
    font-size: 0.11rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
#facility .facilitybox {
  padding: 0 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #facility .facilitybox {
    padding: 0 0.1rem;
  }
}
#facility .facilitybox .mapbox {
  width: 100%;
  height: 6rem;
}
@media screen and (max-width: 767.98px) {
  #facility .facilitybox .mapbox {
    height: 3.25rem;
  }
}
#facility .facilitybox .mapbox iframe {
  width: 100%;
  height: 100%;
}
#facility .facilitybox .address {
  margin-top: 0.3rem;
  border-left: 3px solid #a9894b;
  padding-left: 0.24rem;
}
@media screen and (max-width: 767.98px) {
  #facility .facilitybox .address {
    margin-top: 0.21rem;
    padding-left: 0.16rem;
  }
}
#facility .facilitybox .address p {
  margin-top: 0;
}
#facility .facilitybox .address p.name {
  font-size: 0.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  #facility .facilitybox .address p.name {
    font-size: 0.15rem;
  }
}
#facility .facilitybox .address p.note {
  font-size: 0.15rem;
  color: #fe9500;
}
@media screen and (max-width: 767.98px) {
  #facility .facilitybox .address p.note {
    font-size: 0.11rem;
    letter-spacing: 0.08em;
  }
}
#facility .floorbox {
  padding-top: 1.08rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 0.64rem;
  }
}
#facility .floorbox-bg {
  width: 10.1rem;
  height: 6.8rem;
  background-color: #f1f0ec;
  position: -webkit-sticky;
  position: sticky;
  top: -1.6rem;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-0.6rem);
          transform: translateY(-0.6rem);
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox-bg {
    width: calc(100% + 0.35rem);
    height: 7.1rem;
    margin-left: -0.25rem;
    margin-right: -0.1rem;
    top: -3.5rem;
    left: 0;
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
  }
}
#facility .floorbox-bg.fixed {
  position: -webkit-sticky;
  position: sticky;
  left: calc(50% - 6rem);
  top: -2rem;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  #facility .floorbox-bg.fixed {
    left: calc(50vw - 6rem);
  }
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox-bg.fixed {
    width: 100%;
    top: -3.5rem;
    left: -0.15rem;
  }
}
#facility .floorbox .floorlist {
  width: 4.8rem;
  padding-left: 0.8rem;
  margin-top: -6.8rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .floorlist {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    position: relative;
    top: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
#facility .floorbox .floorlist .floorimg {
  margin-top: -0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .floorlist .floorimg {
    display: none;
  }
}
#facility .floorbox .floorlist .floorimg a {
  display: block;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 2rem;
  font-size: 0.16rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  padding-top: 0.15rem;
  margin-top: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#facility .floorbox .floorlist .floorimg a span {
  font-size: 0.24rem;
}
.mouse #facility .floorbox .floorlist .floorimg a:hover {
  background-color: rgba(232, 216, 171, 0.8);
  opacity: 1;
}
.mouse #facility .floorbox .floorlist .floorimg a.btn7f:hover {
  background-color: rgba(199, 222, 198, 0.8);
}
#facility .floorbox .floorlist .floorimg .floorlist-nmb .btn456f {
  padding: 0.36rem 0 0.4rem;
}
#facility .floorbox .floorlist .floorimg .floorlist-nmb .btn456f a {
  height: auto;
  display: block;
  text-align: center;
}
#facility .floorbox .floorlist .floorimg .floorlist-nmb .btn456f a span {
  margin-bottom: 0.16rem;
  display: inline-block;
}
.mouse #facility .floorbox .floorlist .floorimg .floorlist-nmb .btn456f a:hover {
  background-color: rgba(179, 213, 240, 0.8);
}
#facility .floorbox .floorlist .floorimg figure img {
  width: 3.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#facility .floorbox .floorlist .floorimg:first-of-type {
  margin-top: 0;
  z-index: 9;
}
#facility .floorbox .floorlist .floorimg:nth-of-type(2) {
  z-index: 8;
}
#facility .floorbox .floorlist .floorimg:nth-of-type(3) {
  z-index: 7;
}
#facility .floorbox .floorlist .floorimg:nth-of-type(4) {
  z-index: 6;
}
#facility .floorbox .floorlist .floorimg:nth-of-type(5) {
  z-index: 5;
}
#facility .floorbox .floorlist .floorimg:nth-of-type(6) {
  z-index: 4;
}
#facility .floorbox .floorlist .floorimg:nth-of-type(7) {
  z-index: 3;
}
#facility .floorbox .floorlist .floorimg:nth-of-type(8) {
  z-index: 2;
}
#facility .floorbox .floorlist .floorimg:nth-of-type(9) {
  z-index: 1;
}
#facility .floorbox .floorlist .floorimg:nth-of-type(9) figure img {
  width: 3.25rem;
}
#facility .floorbox .floorlist .facilityinfo {
  width: 4rem;
  margin: 0.8rem auto 0;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .floorlist .facilityinfo {
    width: 100%;
    margin-top: 0.64rem;
  }
}
#facility .floorbox .floorlist .facilityinfo dl {
  padding: 0.12rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid rgba(163, 138, 119, 0.4);
}
#facility .floorbox .floorlist .facilityinfo dl dt {
  width: 2.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.08rem;
  line-height: 1.2;
  font-size: 0.14rem;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .floorlist .facilityinfo dl dt {
    width: 60%;
    font-size: 0.11rem;
    padding-left: 0.06rem;
  }
}
#facility .floorbox .floorlist .facilityinfo dl dt img {
  width: 0.33rem;
  height: 0.33rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .floorlist .facilityinfo dl dt img {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.15rem;
  }
}
#facility .floorbox .floorlist .facilityinfo dl dd {
  width: calc(100% - 2.48rem);
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .floorlist .facilityinfo dl dd {
    width: 40%;
    font-size: 0.11rem;
    font-weight: 400;
  }
}
#facility .floorbox .floorlist .facilityinfo dl:first-of-type {
  border-top: 1px solid rgba(163, 138, 119, 0.4);
}
#facility .floorbox .floorlist .facilityinfo dl:first-of-type dt {
  padding-left: 0.02rem;
}
#facility .floorbox .floorlist .facilityinfo dl:first-of-type dt img {
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.14rem;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .floorlist .facilityinfo dl:first-of-type dt img {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.1rem;
  }
}
#facility .floorbox .facilitylist {
  width: 5.4rem;
  margin-top: -6.8rem;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist {
    width: 100%;
    margin-top: -7.1rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
#facility .floorbox .facilitylist .facility-head {
  margin-bottom: 0.48rem;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .facility-head {
    margin-bottom: 0.2rem;
  }
}
#facility .floorbox .facilitylist .facility-head h2 {
  font-size: 0.27rem;
  font-weight: 500;
  line-height: 2.122;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .facility-head h2 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .facility-head h2 + p {
    line-height: 2.0769;
  }
}
#facility .floorbox .facilitylist .photogallery {
  position: relative;
  z-index: 3;
}
#facility .floorbox .facilitylist .info-box {
  padding: 0.6rem 0 0.48rem;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .info-box {
    padding-bottom: 0;
  }
}
#facility .floorbox .facilitylist .photoslide {
  position: relative;
}
#facility .floorbox .facilitylist .photoslide:before {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background-color: #e8d8ab;
  position: absolute;
  bottom: -0.54rem;
  left: -0.12rem;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .photoslide:before {
    width: 0.85rem;
    height: 0.85rem;
    bottom: -0.58rem;
    left: -0.1rem;
  }
}
#facility .floorbox .facilitylist .photoslide .swiper-slide figure img {
  border-radius: 0.08rem;
  aspect-ratio: 540/315;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .photoslide .swiper-slide figure img {
    border-radius: 0.04rem;
  }
}
#facility .floorbox .facilitylist .photoslide .prev,
#facility .floorbox .facilitylist .photoslide .next {
  display: none;
  position: absolute;
  top: calc((100% - 0.24rem) / 2);
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .photoslide .prev,
  #facility .floorbox .facilitylist .photoslide .next {
    top: auto;
    bottom: -0.32rem;
  }
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .photoslide .prev:before,
  #facility .floorbox .facilitylist .photoslide .next:before {
    position: relative;
    width: 0.35rem;
    height: 0.07rem;
  }
}
#facility .floorbox .facilitylist .photoslide .prev {
  left: -0.3rem;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .photoslide .prev {
    left: auto;
    right: 0.36rem;
  }
}
#facility .floorbox .facilitylist .photoslide .next {
  right: -0.3rem;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .photoslide .next {
    right: 0.04rem;
  }
}
#facility .floorbox .facilitylist .photoslide.on .prev,
#facility .floorbox .facilitylist .photoslide.on .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#facility .floorbox .facilitylist .info-txt {
  margin-top: 0.26rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .info-txt {
    margin-top: 0.4rem;
  }
}
#facility .floorbox .facilitylist .info-txt .floor {
  display: inline-block;
  font-size: 0.16rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 0.3rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .info-txt .floor {
    font-size: 0.12rem;
    padding-left: 0.24rem;
  }
}
#facility .floorbox .facilitylist .info-txt .floor b {
  font-size: 0.24rem;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .info-txt .floor b {
    font-size: 0.18rem;
  }
}
#facility .floorbox .facilitylist .info-txt .floor:before {
  content: "";
  display: block;
  display: inline-block;
  width: 0.2rem;
  height: 0.18rem;
  background: transparent url(../img/icon_floor_ylw.svg) no-repeat scroll center center/contain;
  position: absolute;
  top: 0.14rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .info-txt .floor:before {
    width: 0.15rem;
    height: 0.14rem;
    top: 0.08rem;
  }
}
#facility .floorbox .facilitylist .info-txt h3 {
  font-size: 0.24rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .info-txt h3 {
    font-size: 0.18rem;
  }
}
#facility .floorbox .facilitylist .info-txt h3 span {
  display: block;
  font-size: 0.13rem;
  padding-top: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .info-txt h3 span {
    font-size: 0.1rem;
    padding-top: 0.04rem;
  }
}
#facility .floorbox .facilitylist .info-txt .open {
  font-size: 0.15rem;
  color: #a9894b;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .info-txt .open {
    font-size: 0.12rem;
    margin-top: 0.12rem;
  }
}
#facility .floorbox .facilitylist .info-txt .txt {
  font-size: 0.15rem;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .info-txt .txt {
    font-size: 0.12rem;
    margin-top: 0.12rem;
    line-height: 2;
  }
}
#facility .floorbox .facilitylist .info-txt .btnbox {
  padding-top: 0.3rem;
  text-align: left;
}
#facility .floorbox .facilitylist .info-txt .btnbox .btn {
  min-width: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .info-txt .btnbox .btn {
    min-width: 1.8rem;
    height: 0.45rem;
  }
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist .info-txt .btnbox .btn:after {
    width: 0.19rem;
  }
}
#facility .floorbox .facilitylist .info-txt .btnbox .btn span {
  display: inline-block;
  padding-right: 0;
  position: relative;
}
#facility .floorbox .facilitylist .info-txt .btnbox .btn span:after {
  content: none;
}
.mouse #facility .floorbox .facilitylist .info-txt .btnbox .btn:hover {
  background-color: rgba(232, 216, 171, 0.3);
}
.mouse #facility .floorbox .facilitylist .info-txt .btnbox .btn:hover:after {
  border-color: #000;
  right: 0.2rem;
}
.mouse #facility .floorbox .facilitylist .info-txt .btnbox .btn:hover span {
  color: #000;
}
#facility .floorbox .facilitylist #floor7f .photoslide:before {
  background-color: #c7dec6;
}
#facility .floorbox .facilitylist #floor7f .info-txt .floor:before {
  background: transparent url(../img/icon_floor_grn.svg) no-repeat scroll center center/contain;
}
#facility .floorbox .facilitylist #floor456f .photoslide:before {
  background-color: #b3d5f0;
}
#facility .floorbox .facilitylist #floor456f .info-txt .floor:before {
  background: transparent url(../img/icon_floor_blu.svg) no-repeat scroll center center/contain;
}
#facility .floorbox .facilitylist #floor456f .info-txt .open span {
  display: block;
  font-size: 0.12rem;
  line-height: 1;
}
#facility .floorbox .facilitylist #floor456f .info-txt .btnbox {
  padding-top: 0.3rem;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist #floor456f .info-txt .btnbox {
    padding-top: 0.2rem;
  }
}
#facility .floorbox .facilitylist #floor456f .info-txt .btnbox .btn span {
  display: inline-block;
  padding-right: 0.12rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #facility .floorbox .facilitylist #floor456f .info-txt .btnbox .btn span {
    letter-spacing: 0.1em;
  }
}
#facility .floorbox .facilitylist #floor456f .info-txt .btnbox .btn span:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.09rem;
  background: transparent url(../img/icon_window.svg) no-repeat scroll center center/contain;
  border: none;
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
  position: absolute;
  top: calc((100% - 0.09rem) / 2);
  right: 0;
}
.mouse #facility .floorbox .facilitylist #floor456f .info-txt .btnbox .btn:hover {
  background-color: rgba(179, 213, 240, 0.3);
}
.mouse #facility .floorbox .facilitylist #floor456f .info-txt .btnbox .btn:hover:after {
  border-color: #000;
  right: 0.2rem;
}
.mouse #facility .floorbox .facilitylist #floor456f .info-txt .btnbox .btn:hover span {
  color: #000;
}
#facility .openbox .title {
  padding: 0.68rem 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #facility .openbox .title {
    padding: 0.4rem 0;
  }
}
#facility .openbox .title span {
  display: inline-block;
  font-size: 0.26rem;
  font-weight: 500;
  padding-left: 0.48rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #facility .openbox .title span {
    font-size: 0.17rem;
    padding-left: 0.32rem;
  }
}
#facility .openbox .title span:before {
  content: "";
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  background: transparent url(../img/icon_watch.svg) no-repeat scroll center center/contain;
  position: absolute;
  top: calc((100% - 0.26rem) / 2);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #facility .openbox .title span:before {
    width: 0.2rem;
    height: 0.2rem;
    top: calc((100% - 0.2rem) / 2);
  }
}
#facility .openbox .opening-hours {
  text-align: center;
}
#facility .openbox .opening-hours dl {
  width: 7rem;
  height: 1rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.98px) {
  #facility .openbox .opening-hours dl {
    width: 100%;
    height: 0.75rem;
  }
}
#facility .openbox .opening-hours dl dt {
  width: 3rem;
  background-color: #a9894b;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  #facility .openbox .opening-hours dl dt {
    width: 1.25rem;
    font-size: 0.15rem;
  }
}
#facility .openbox .opening-hours dl dd {
  width: 4rem;
  font-size: 0.2rem;
  font-weight: 500;
  border-top: 1px solid rgba(163, 138, 119, 0.6);
  border-right: 1px solid rgba(163, 138, 119, 0.6);
  border-bottom: 1px solid rgba(163, 138, 119, 0.6);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  #facility .openbox .opening-hours dl dd {
    width: calc(100% - 1.25rem);
    font-size: 0.15rem;
  }
}
#facility .openbox .other {
  padding-top: 0.96rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  #facility .openbox .other {
    padding-top: 0.48rem;
  }
}
#facility .openbox .other > p {
  width: 100%;
  margin-top: 0;
  font-size: 0.2rem;
  font-weight: 500;
  color: #684b38;
  margin-bottom: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  #facility .openbox .other > p {
    font-size: 0.15rem;
  }
}
#facility .openbox .other dl {
  width: 50%;
  border-bottom: 1px solid rgba(163, 138, 119, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.98px) {
  #facility .openbox .other dl {
    width: 100%;
    display: block;
  }
}
#facility .openbox .other dl dt {
  width: 2.5rem;
  padding: 0.2rem 0.3rem;
  background-color: rgba(163, 138, 119, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  #facility .openbox .other dl dt {
    width: 100%;
    padding: 0.14rem;
  }
}
#facility .openbox .other dl dd {
  width: calc(100% - 2.5rem);
  padding: 0.2rem 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  #facility .openbox .other dl dd {
    width: 100%;
    padding: 0.14rem;
  }
}
#facility .openbox .other dl:nth-of-type(-n+2) {
  border-top: 1px solid rgba(163, 138, 119, 0.6);
}
@media screen and (max-width: 767.98px) {
  #facility .openbox .other dl:nth-of-type(2) {
    border-top: none;
  }
}
#facility .accessbox .title {
  padding: 0.68rem 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #facility .accessbox .title {
    padding: 0.4rem 0;
  }
}
#facility .accessbox .title span {
  display: inline-block;
  font-size: 0.26rem;
  font-weight: 500;
  padding-left: 0.48rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #facility .accessbox .title span {
    font-size: 0.17rem;
    padding-left: 0.32rem;
  }
}
#facility .accessbox .title span:before {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.26rem;
  background: transparent url(../img/icon_train.svg) no-repeat scroll center center/contain;
  position: absolute;
  top: calc((100% - 0.26rem) / 2);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #facility .accessbox .title span:before {
    width: 0.16rem;
    height: 0.19rem;
    top: calc((100% - 0.19rem) / 2);
  }
}
#facility .accessbox .transportation {
  padding-top: 0.68rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  #facility .accessbox .transportation {
    padding-top: 0.4rem;
  }
}
#facility .accessbox .transportation > p {
  width: 100%;
  margin-top: 0;
  font-size: 0.2rem;
  font-weight: 500;
  color: #684b38;
  margin-bottom: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  #facility .accessbox .transportation > p {
    font-size: 0.15rem;
  }
}
#facility .accessbox .transportation dl {
  width: 50%;
  border-bottom: 1px solid rgba(163, 138, 119, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.98px) {
  #facility .accessbox .transportation dl {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
#facility .accessbox .transportation dl dt {
  width: 2.5rem;
  padding: 0.2rem 0.3rem;
  background-color: rgba(163, 138, 119, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  #facility .accessbox .transportation dl dt {
    width: 100%;
    padding: 0.14rem 0.16rem;
  }
}
#facility .accessbox .transportation dl dd {
  width: calc(100% - 2.5rem);
  padding: 0.2rem 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  #facility .accessbox .transportation dl dd {
    width: 100%;
    padding: 0.14rem 0.16rem;
  }
}
#facility .accessbox .transportation dl:nth-of-type(-n+2) {
  border-top: 1px solid rgba(163, 138, 119, 0.6);
}
@media screen and (max-width: 767.98px) {
  #facility .accessbox .transportation dl:nth-of-type(-n+2) {
    border-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #facility .accessbox .transportation dl:last-of-type {
    border-bottom: 1px solid rgba(163, 138, 119, 0.6);
  }
}
#facility .parkingbox {
  margin-top: 0.2rem;
}
#facility .parkingbox .title {
  padding: 0.68rem 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #facility .parkingbox .title {
    padding: 0.4rem 0;
  }
}
#facility .parkingbox .title span {
  display: inline-block;
  font-size: 0.26rem;
  font-weight: 500;
  padding-left: 0.48rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #facility .parkingbox .title span {
    font-size: 0.17rem;
    padding-left: 0.32rem;
  }
}
#facility .parkingbox .title span:before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.23rem;
  background: transparent url(../img/icon_car.svg) no-repeat scroll center center/contain;
  position: absolute;
  top: calc((100% - 0.26rem) / 2);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #facility .parkingbox .title span:before {
    width: 0.22rem;
    height: 0.17rem;
    top: calc((100% - 0.17rem) / 2);
  }
}
#facility .shop-list {
  display: none;
}
#facility .shop-list .floormap {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  #facility .shop-list .floormap {
    padding-bottom: 0.5rem;
  }
}
#facility .shop-list .floormap figure {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #facility .shop-list .floormap figure {
    padding: 0 0.1rem;
  }
}
#facility .shop-list .floormap figure img {
  aspect-ratio: 700/611;
  width: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  #facility .shop-list .floormap figure img {
    width: 100%;
  }
}
#facility .shop-list .currentfloor {
  font-size: 0.2rem;
  font-weight: 500;
  color: #684b38;
  margin-bottom: 0.2rem;
  margin-top: 0;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  #facility .shop-list .currentfloor {
    font-size: 0.15rem;
    margin-bottom: 0;
  }
}
#facility .shop-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  #facility .shop-list ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#facility .shop-list ul li {
  width: calc((100% - 0.4rem * 3) / 4);
  margin-right: 0.4rem;
  margin-top: 0.4rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #facility .shop-list ul li {
    width: calc((100% - 0.15rem * 1) / 2);
    height: auto;
    border-radius: 0.04rem;
    margin-right: 0;
    margin-top: 0.15rem;
  }
}
#facility .shop-list ul li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  #facility .shop-list ul li a {
    border-radius: 0.04rem;
  }
}
#facility .shop-list ul li figure {
  display: block;
  font-size: 0;
  height: 2rem;
  padding: 0.3rem 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  #facility .shop-list ul li figure {
    height: 1.15rem;
    padding: 0.15rem 0.24rem;
  }
}
#facility .shop-list ul li figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#facility .shop-list ul li .shop-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  min-height: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.16rem;
  line-height: 1.7;
  padding: 0.08rem;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  #facility .shop-list ul li .shop-name {
    font-size: 0.13rem;
    padding: 0.04rem;
    line-height: 1.5385;
    min-height: 0.5rem;
  }
}
#facility .shop-list ul li .floor {
  width: auto;
  min-width: 0.42rem;
  height: 0.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.17rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background-color: #a9894b;
  padding: 0 0.04rem;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #facility .shop-list ul li .floor {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.1rem;
    letter-spacing: 0.02em;
    padding: 0.04rem;
  }
}
#facility .shop-list ul li:nth-of-type(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  #facility .shop-list ul li:nth-of-type(-n+4) {
    margin-top: 0.15rem;
  }
}
#facility .shop-list ul li:nth-of-type(4n) {
  margin-right: 0;
}
#facility .shop-list ul li.jsv figure img {
  width: 1.1rem;
}
@media screen and (max-width: 767.98px) {
  #facility .shop-list ul li.jsv figure img {
    width: 0.55rem;
  }
}
#facility .shop-list ul li.shopbox.hidden {
  display: none;
  opacity: 0;
}
#facility .shop-list ul li.shopbox.show {
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
}
#facility .shop-list ul li.shopbox.floor7f a {
  pointer-events: none;
}
#facility .shop-list.open {
  display: block;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
@media screen and (max-width: 767.98px) {
  .page-about #facility .container {
    padding: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* ************************
category search
************************ */
.cat-selectbox {
  max-width: 9.76rem;
  margin: -0.16rem auto 0.5rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .cat-selectbox {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cat-selectbox-check {
  margin: 0.15rem 0.08rem 0;
}
@media screen and (max-width: 767.98px) {
  .cat-selectbox-check {
    width: 50%;
    margin: 0;
    margin-top: 0.05rem;
  }
}
.cat-selectbox-check input[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  width: 0;
  height: 0;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.cat-selectbox-check input[type=checkbox]:checked ~ .checklabel {
  background-color: rgba(169, 137, 75, 0.75);
  color: #fff;
}
.cat-selectbox-check .checklabel {
  width: 2.28rem;
  height: 0.4rem;
  border-radius: 2rem;
  background-color: rgba(241, 240, 236, 0.5);
  font-size: 0.14rem;
  line-height: 1.2;
  font-weight: 500;
  color: #555;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .cat-selectbox-check .checklabel {
    width: 1.6rem;
    height: 0.3rem;
    font-size: 0.11rem;
    margin: 0;
  }
}
.cat-selectbox-check:nth-of-type(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .cat-selectbox-check:nth-of-type(-n+4) {
    margin-top: 0.05rem;
  }
}

#about {
  padding-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #about {
    padding-top: 0.48rem;
  }
}
#about .container {
  padding: 0;
  width: 14rem;
}
@media screen and (max-width: 767.98px) {
  #about .container {
    width: 100%;
  }
}
#about .about-box {
  position: relative;
}
#about .about-box-img {
  width: 7.7rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #about .about-box-img {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
}
#about .about-box .ttl {
  text-align: left;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-box .ttl {
    text-align: center;
  }
}
#about .about-txtbox {
  padding-top: 1.28rem;
  padding-left: 0.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  #about .about-txtbox {
    padding: 0 0.25rem;
  }
}
#about .about-txtbox-txt {
  padding-bottom: 1.28rem;
  padding-top: 0.12rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-txtbox-txt {
    padding-top: 0.1rem;
    padding-bottom: 0;
  }
}
#about .about-txtbox-txt p {
  display: inline-block;
  line-height: 2.3529;
  text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  display: inline;
}
@media screen and (max-width: 767.98px) {
  #about .about-txtbox-txt p {
    line-height: 2.0714;
    letter-spacing: 0.02em;
  }
}
#about .about-ttl {
  line-height: 0.66rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ttl {
    line-height: 0.42rem;
  }
}
#about .about-ttl span {
  font-size: 0.2rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-bottom: 0.4rem;
  color: #a38a77;
  letter-spacing: 0.16em;
  display: block;
}
@media screen and (max-width: 767.98px) {
  #about .about-ttl span {
    font-size: 0.11rem;
    margin-bottom: 0.2rem;
  }
}
#about .about-ttl b {
  font-size: 0.55rem;
  letter-spacing: 0.348em;
  display: inline;
  font-weight: 600;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 0.16rem 0 0;
}
@media screen and (max-width: 767.98px) {
  #about .about-ttl b {
    font-size: 0.25rem;
    line-height: 1;
  }
}
#about .about-subttl {
  font-size: 0.28rem;
  line-height: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-top: 0.18rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-subttl {
    font-size: 0.13rem;
    line-height: 0.405rem;
    margin-top: 0.04rem;
    letter-spacing: 0.2em;
  }
}
#about .about-ph {
  height: 8.4rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph {
    height: auto;
    padding: 0 0.25rem;
  }
}
#about .about-ph figure {
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure {
    position: relative;
    margin-top: 0.16rem;
  }
}
#about .about-ph figure img {
  border-radius: 8px;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure img {
    border-radius: 4px;
  }
}
#about .about-ph figure figcaption {
  font-size: 0.17rem;
  font-weight: 700;
  line-height: 0.36rem;
  z-index: 2;
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure figcaption {
    font-size: 0.13rem;
    line-height: 0.26rem;
  }
}
#about .about-ph figure figcaption span {
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.02rem 0.04rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure figcaption span {
    padding: 0.02rem 0.04rem;
  }
}
#about .about-ph figure.ph01 {
  width: 4.14rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure.ph01 {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure.ph01 img {
    aspect-ratio: 350/233;
    width: 1.75rem;
  }
}
#about .about-ph figure.ph01 figcaption {
  bottom: -0.2rem;
  right: -0.12rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure.ph01 figcaption {
    bottom: auto;
    right: -0.18rem;
    top: 0.07rem;
    width: 2.2rem;
  }
}
#about .about-ph figure.ph01 figcaption span {
  background-color: #c7dec6;
}
.safari.desktop #about .about-ph figure.ph01 figcaption {
  width: 2.8rem;
}
#about .about-ph figure.ph02 {
  width: 3.38rem;
  top: 1.88rem;
  right: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure.ph02 {
    width: 100%;
    text-align: right;
    top: auto;
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure.ph02 img {
    width: 1.5rem;
  }
}
#about .about-ph figure.ph02 figcaption {
  bottom: -0.56rem;
  left: -0.3rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure.ph02 figcaption {
    bottom: auto;
    left: -0.1rem;
    top: 0.425rem;
    width: 2rem;
  }
}
#about .about-ph figure.ph02 figcaption span {
  background-color: #f5dfde;
}
.safari.desktop #about .about-ph figure.ph02 figcaption {
  width: 2.4rem;
}
#about .about-ph .ph03 {
  font-size: 0;
  width: 100%;
  position: absolute;
  top: 3.68rem;
  left: -0.4rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph .ph03 {
    position: relative;
    top: auto;
    left: auto;
  }
}
#about .about-ph .ph03 figure {
  width: 100%;
  position: relative;
}
#about .about-ph .ph03 figure img {
  position: absolute;
  width: 7rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph .ph03 figure img {
    display: block;
    width: 2.7rem;
    position: relative;
  }
}
#about .about-ph .ph03 figure img:first-of-type {
  top: 0;
  left: 0.8rem;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph .ph03 figure img:first-of-type {
    left: 0;
  }
}
#about .about-ph .ph03 figure img:last-of-type {
  top: 2.12rem;
  right: 1.2rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph .ph03 figure img:last-of-type {
    top: -0.1rem;
    right: auto;
    margin-left: auto;
    margin-right: -0.1rem;
  }
}
#about .about-ph .ph03 figure figcaption {
  position: absolute;
  top: 2rem;
  left: 0.48rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph .ph03 figure figcaption {
    top: 0.8rem;
    left: -0.1rem;
    width: 100%;
  }
}
#about .about-ph .ph03 figure figcaption span {
  background-color: #b3d5f0;
}
.safari.desktop #about .about-ph .ph03 figure figcaption {
  width: 3rem;
}
#about .bnrbox {
  padding-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #about .bnrbox {
    padding: 0.4rem 0.25rem 0;
    font-size: 0;
  }
}
#about .bnrbox a {
  display: inline-block;
  font-size: 0;
}
#about .bnrbox a img {
  width: 5.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  #about .bnrbox a img {
    width: 100%;
  }
}