@charset "UTF-8";
/*------------------------------------------
  page setting
------------------------------------------*/
body {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 29%, rgb(191, 237, 255) 30%, rgb(191, 237, 255) 100%);
}

/*------------------------------------------
  header
------------------------------------------*/
#header {
  background: #fff;
}

#header .menu .info .tel a {
  color: #00B7FF;
}

#header .menu .info .contact a {
  border-color: #FF9999;
}

#global_menu ul li {
  border-color: #00B7FF;
}

#global_menu ul li a {
  color: #00B7FF;
}

@media only screen and (max-width: 767px) {
  #global_menu ul li a {
    color: #fff;
  }
}
/*------------------------------------------
  main
------------------------------------------*/
.page-main {
  margin-top: 3.1rem;
  padding: 0.7rem 0 1.5rem;
  position: relative;
  background: #BFEDFF;
}
.page-main:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  width: 100%;
  height: 2rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url("/images/bg_01.png");
}

@media only screen and (min-width: 1600px) {
  .page-main {
    margin-top: 19%;
  }
  .page-main:before {
    height: auto;
    padding-top: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .page-main {
    margin-top: 1.2rem;
    padding: 0.7rem 0 0.7rem;
  }
  .page-main:before {
    background-image: url("/images/bg_01_sp.png");
  }
}
/*------------------------------------------
  component
------------------------------------------*/
.c-button01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 0.18rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  width: 3.72rem;
  max-width: 100%;
  font-weight: bold;
  position: relative;
  box-shadow: 0px 0.06rem 0px 0px #00b7ff;
  color: #00b7ff;
}
.c-button01:link, .c-button01:visited {
  color: #00b7ff;
}
.c-button01:before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-top: 2px solid #ff9999;
  border-right: 2px solid #ff9999;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%) rotate(45deg);
}
.c-button01:hover {
  transform: translateY(0.06rem);
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .c-button01 {
    font-size: 0.16rem;
    height: 0.5rem;
    border-radius: 0.3rem;
    box-shadow: 0px 0.04rem 0px 0px #00b7ff;
  }
}
.c-title01 {
  text-align: center;
  position: relative;
}
.c-title01:before, .c-title01:after {
  content: "";
  width: 1.63rem;
  height: 0.81rem;
  position: absolute;
  top: 0.1rem;
  background: url(../images/list/facilityinfo-title01-illust01.png) no-repeat center;
  background-size: 100%;
}
.c-title01:before {
  left: 0;
}
.c-title01:after {
  right: 0;
  transform: scale(-1, 1);
}
.c-title01__inner {
  display: inline-block;
  position: relative;
  font-size: 0.4rem;
  font-weight: bold;
  color: #00b7ff;
}
.c-title01__text {
  display: inline-block;
  position: relative;
  padding: 0 0.5rem;
}
.c-title01__text:before, .c-title01__text:after {
  content: "";
  width: 0.33rem;
  height: 0.43rem;
  position: absolute;
  bottom: 0;
  background: url(../images/list/facilityinfo-title01-illust02.png) no-repeat center;
  background-size: 100%;
}
.c-title01__text:before {
  left: 0;
}
.c-title01__text:after {
  right: 0;
  transform: scale(-1, 1);
}
.c-title01__textSub {
  font-size: 0.32rem;
}

@media only screen and (max-width: 767px) {
  .c-title01:before, .c-title01:after {
    width: 1.06rem;
    height: 0.53rem;
    top: -0.2rem;
  }
  .c-title01__inner {
    font-size: 0.26rem;
  }
  .c-title01__text {
    padding: 0 0.325rem;
  }
  .c-title01__text:before, .c-title01__text:after {
    width: 0.2145rem;
    height: 0.2795rem;
  }
  .c-title01__textSub {
    font-size: 0.2rem;
  }
}
/*------------------------------------------
  施設一覧
------------------------------------------*/
.facility-list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 0.5rem 0;
  justify-content: space-between;
}
.facility-list__item {
  width: 48%;
  position: relative;
  background: #fff;
  border-radius: 0.6rem;
  padding: 0.3rem 0.3rem 1.26rem;
  overflow: hidden;
}
.facility-list__item:before {
  content: "";
  width: 100%;
  height: 1.9rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #73d7ff;
}
.facility-list__item.--cs {
  padding-bottom: 0.5rem;
}
.facility-list__item.--cs:before {
  height: 2.4rem;
}
.facility-list__itemInner {
  position: relative;
  z-index: 1;
}
.facility-list__itemHead {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.facility-list__itemHead.--cs {
  margin-bottom: 0;
}
.facility-list__itemHeadSub {
  text-align: center;
  font-size: 0.2rem;
}
.facility-list__itemHeadTitle {
  text-align: center;
  font-size: 0.3rem;
}
.facility-list__itemHeadCs {
  text-align: center;
  font-size: 0.5rem;
  line-height: 1.1;
  margin-top: 0.2em;
}
.facility-list__itemImage {
  position: relative;
  margin-bottom: 0.25rem;
}
.facility-list__itemImage img {
  width: 100%;
}
.facility-list__itemImageLogo {
  position: absolute;
  left: -0.1rem;
  top: 0;
  width: 1.43rem;
}
.facility-list__itemTel {
  text-align: center;
  margin-bottom: 0.25rem;
}
.facility-list__itemTel a {
  display: inline-block;
  font-weight: bold;
  font-size: 0.38rem;
  padding-left: 0.42rem;
  color: #00b7ff;
  background: url(../images/list/facilityinfo-icon-tel.svg) no-repeat left center;
  background-size: 0.34rem;
}
.facility-list__itemSummary {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
  align-items: flex-start;
  font-size: 0.16rem;
}
.facility-list__itemSummary:last-child {
  margin-bottom: 0;
}
.facility-list__itemSummaryLabel {
  width: 1rem;
  padding: 0.2em 0;
  border-radius: 0.15rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #ff9999;
}
.facility-list__itemSummaryText {
  width: calc(100% - 1.2rem);
  margin-left: auto;
  padding: 0.1em 0 0;
  line-height: 1.75;
}
.facility-list__itemButton {
  position: absolute;
  bottom: 0.36rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.facility-list__itemButton a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #00b7ff;
  width: 3.72rem;
  font-size: 0.18rem;
  padding: 0.9em 0;
  border-radius: 0.28rem;
  box-shadow: 0px 0.06rem 0px 0px #bfedff;
  position: relative;
  transition: 0.3s;
}
.facility-list__itemButton a:before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%) rotate(45deg);
}
.facility-list__itemButton a:hover {
  transform: translateY(0.06rem);
  box-shadow: none;
}
.facility-list__itemCs {
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #00b7ff;
}

@media only screen and (max-width: 767px) {
  .facility-list__item {
    width: 100%;
    border-radius: 0.3rem;
    padding: 0.3rem 0.2rem;
  }
  .facility-list__item:before {
    height: 1.5rem;
  }
  .facility-list__item.--cs {
    padding-bottom: 0.3rem;
  }
  .facility-list__item.--cs:before {
    height: 2rem;
  }
  .facility-list__itemHead {
    margin-bottom: 0.1rem;
  }
  .facility-list__itemHeadSub {
    font-size: 0.15rem;
  }
  .facility-list__itemHeadTitle {
    font-size: 0.24rem;
  }
  .facility-list__itemHeadCs {
    font-size: 0.36rem;
  }
  .facility-list__itemImage {
    margin-bottom: 0.2rem;
  }
  .facility-list__itemImageLogo {
    width: 0.9rem;
  }
  .facility-list__itemTel {
    margin-bottom: 0.2rem;
  }
  .facility-list__itemTel a {
    font-size: 0.29rem;
    padding-left: 0.32rem;
    background-size: 0.26rem;
  }
  .facility-list__itemSummary {
    gap: 0.1rem 0.1rem;
    margin-bottom: 0.2rem;
  }
  .facility-list__itemSummaryLabel {
    width: 0.9rem;
  }
  .facility-list__itemSummaryText {
    width: calc(100% - 1rem);
  }
  .facility-list__itemButton {
    position: static;
    margin-top: 0.25rem;
  }
  .facility-list__itemButton a {
    width: 100%;
    font-size: 0.14rem;
  }
  .facility-list__itemButton a:before {
    right: 0.15rem;
  }
  .facility-list__itemCs {
    font-size: 0.16rem;
  }
}
/*------------------------------------------
  施設詳細
------------------------------------------*/
.facility-detail__section {
  position: relative;
  padding: 0.8rem 0;
}

@media only screen and (max-width: 767px) {
  .facility-detail__section {
    padding: 0.5rem 0;
  }
}
.facility-head {
  color: #00b7ff;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.facility-head__lead {
  text-align: center;
  font-size: 0.21rem;
}
.facility-head__title {
  text-align: center;
  font-size: 0.36rem;
}

@media only screen and (max-width: 767px) {
  .facility-head {
    margin-bottom: 0.3rem;
  }
  .facility-head__lead {
    font-size: 0.16rem;
  }
  .facility-head__title {
    font-size: 0.25rem;
  }
}
.facility-nav {
  margin-bottom: 0.65rem;
}
.facility-nav__list {
  gap: 0.2rem 0.1rem;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: center;
}
.facility-nav__list li {
  width: 1.72rem;
}

@media only screen and (max-width: 767px) {
  .facility-nav {
    margin-bottom: 0.35rem;
  }
  .facility-nav__list {
    gap: 0.15rem 3%;
    justify-content: flex-start;
  }
  .facility-nav__list li {
    width: 48.5%;
  }
}
.facility-visual {
  position: relative;
  margin-bottom: 0.6rem;
}
.facility-visual img {
  width: 100%;
}
.facility-visual__logo {
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .facility-visual {
    margin-bottom: 0.3rem;
  }
  .facility-visual__logo {
    left: -0.1rem;
    width: 0.9rem;
  }
}
.facility-summary {
  position: relative;
  margin-bottom: 0.8rem;
  border-radius: 0.7rem;
  overflow: hidden;
  padding: 0.3rem 0.6rem 0.45rem;
  background-color: #fff;
  background-image: url(../images/list/facilityinfo-bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.facility-summary__title {
  margin-bottom: 1.2rem;
  color: #fff;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 0.1rem;
  justify-content: center;
  align-items: center;
}
.facility-summary__titleSub {
  font-size: 0.22rem;
}
.facility-summary__titleMain {
  font-size: 0.3rem;
}
.facility-summary__info {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facility-summary__infoLeft {
  width: 48%;
}
.facility-summary__infoRight {
  width: 46%;
}
.facility-summary__infoTel {
  margin-bottom: 0.2rem;
}
.facility-summary__infoTel a {
  display: inline-block;
  font-weight: bold;
  font-size: 0.38rem;
  padding-left: 0.42rem;
  color: #00b7ff;
  background: url(../images/list/facilityinfo-icon-tel.svg) no-repeat left center;
  background-size: 0.34rem;
}
.facility-summary__infoBox {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
  align-items: flex-start;
  font-size: 0.16rem;
}
.facility-summary__infoBox:last-child {
  margin-bottom: 0;
}
.facility-summary__infoBoxLabel {
  width: 1rem;
  padding: 0.2em 0;
  border-radius: 0.15rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #ff9999;
}
.facility-summary__infoBoxText {
  width: calc(100% - 1.2rem);
  margin-left: auto;
  padding: 0.1em 0 0;
  line-height: 1.75;
}
.facility-summary__link {
  margin-top: 0.4rem;
  text-align: center;
}
.facility-summary__link a {
  display: inline-flex;
  gap: 0.12rem;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 0.16rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  width: 3.1rem;
  max-width: 100%;
  font-weight: bold;
  position: relative;
  box-shadow: 0px 0.06rem 0px 0px #00b7ff;
  color: #00b7ff;
  border: 1px solid #00b7ff;
}
.facility-summary__link a:hover {
  transform: translateY(0.06rem);
  box-shadow: none;
}
.facility-summary__link a img {
  width: 0.18rem;
}

@media only screen and (max-width: 767px) {
  .facility-summary {
    margin-bottom: 0.4rem;
    border-radius: 0.3rem;
    padding: 0.3rem 0.25rem 0.4rem;
    background-size: 300%;
  }
  .facility-summary__title {
    margin-bottom: 0.6rem;
    gap: 0;
  }
  .facility-summary__titleSub {
    text-align: center;
    font-size: 0.16rem;
    width: 100%;
  }
  .facility-summary__titleMain {
    text-align: center;
    font-size: 0.24rem;
    width: 100%;
  }
  .facility-summary__infoLeft {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .facility-summary__infoRight {
    width: 100%;
  }
  .facility-summary__infoTel {
    margin-bottom: 0.2rem;
  }
  .facility-summary__infoTel a {
    font-size: 0.29rem;
    padding-left: 0.32rem;
    background-size: 0.26rem;
  }
  .facility-summary__infoBox {
    display: -moz-flex;
    display: flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    margin-bottom: 0.1rem;
    align-items: flex-start;
    font-size: 0.16rem;
  }
  .facility-summary__infoBox:last-child {
    margin-bottom: 0;
  }
  .facility-summary__infoBoxLabel {
    width: 0.9rem;
  }
  .facility-summary__infoBoxText {
    width: calc(100% - 1rem);
  }
  .facility-summary__link {
    margin-top: 0.3rem;
  }
  .facility-summary__link a {
    height: 0.5rem;
    box-shadow: 0px 0.04rem 0px 0px #00b7ff;
  }
}
.facility-feature {
  background: #73d7ff;
  padding-top: 0.9rem;
}
.facility-feature__pyramid {
  margin-bottom: 0.65rem;
  min-height: 6rem;
  background: url(../images/list/facilityinfo-bg02.png) no-repeat center;
  background-size: contain;
  padding: 1rem 0 0;
}
.facility-feature__pyramidTitle {
  text-align: center;
  font-size: 0.34rem;
  color: #00b7ff;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.facility-feature__pyramidImage {
  position: relative;
  text-align: center;
  padding-left: 2em;
}
.facility-feature__pyramidImage img {
  width: 7.43rem;
}
.facility-feature__curriculum {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .facility-feature {
    padding-top: 0.4rem;
  }
  .facility-feature__inner {
    width: 100%;
  }
  .facility-feature__pyramid {
    margin-bottom: 0.3rem;
    min-height: 2.2rem;
    padding: 0.3rem 0 0;
  }
  .facility-feature__pyramidTitle {
    font-size: 0.17rem;
    margin-bottom: 0;
  }
  .facility-feature__pyramidImage {
    position: relative;
    text-align: center;
    padding-left: 2em;
  }
  .facility-feature__pyramidImage img {
    width: 80%;
  }
}
.facility-greeting {
  background: #fff;
}
.facility-greeting__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.3rem;
  font-size: 0.36rem;
  color: #00b7ff;
}
.facility-greeting__contents {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  position: relative;
  background: #d2f2ff;
  border-radius: 0.7rem;
  padding: 0.4rem;
}
.facility-greeting__contents:before, .facility-greeting__contents:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.facility-greeting__contents:before {
  width: 1.13rem;
  height: 0.41rem;
  background-image: url(../images/list/facilityinfo-greeting-label.png);
  top: -0.16rem;
  left: 0.3rem;
}
.facility-greeting__contents:after {
  width: 0.74rem;
  height: 0.75rem;
  background-image: url(../images/list/facilityinfo-greeting-illust.png);
  top: -0.16rem;
  right: 0.3rem;
}
.facility-greeting__image {
  width: 28%;
}
.facility-greeting__image img {
  border-radius: 0.3rem;
}
.facility-greeting__text {
  width: 66%;
  margin-left: auto;
  padding: 1em 0 0;
}
.facility-greeting__textLead {
  font-weight: bold;
  font-size: 0.24rem;
  margin-bottom: 1em;
}
.facility-greeting__textText {
  font-size: 0.16rem;
  line-height: 1.875;
  padding-right: 1em;
}

@media only screen and (max-width: 767px) {
  .facility-greeting__title {
    font-size: 0.26rem;
  }
  .facility-greeting__contents {
    border-radius: 0.3rem;
    padding: 0.25rem;
  }
  .facility-greeting__contents:before {
    width: 0.9rem;
    top: -0.12rem;
    left: 0.1rem;
  }
  .facility-greeting__contents:after {
    width: 0.54rem;
    top: -0.2rem;
    right: 0.1rem;
  }
  .facility-greeting__image {
    width: 100%;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .facility-greeting__text {
    width: 100%;
    padding: 0;
  }
  .facility-greeting__textLead {
    font-size: 0.2rem;
  }
  .facility-greeting__textText {
    padding-right: 0;
  }
}
.facility-activity__title {
  margin-bottom: 0.5rem;
}
.facility-activity__titleInner {
  padding: 0 1.06rem;
}
.facility-activity__titleInner:before, .facility-activity__titleInner:after {
  content: "";
  width: 0.77rem;
  height: 0.9rem;
  position: absolute;
  top: -0.1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.facility-activity__titleInner:before {
  left: 0;
  background-image: url(../images/list/facilityinfo-activity-illust01.png);
}
.facility-activity__titleInner:after {
  right: 0;
  background-image: url(../images/list/facilityinfo-activity-illust02.png);
}
.facility-activity__list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 2%;
}
.facility-activity__listItem {
  position: relative;
  width: 23%;
  padding: 0.68rem 0 0;
}
.facility-activity__listItemText {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: url(../images/list/facilityinfo-activity-fukidashi.png) no-repeat center;
  background-size: contain;
  width: 1.99rem;
  height: 1.29rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-bottom: 0.5em;
}
.facility-activity__listItemText p {
  text-align: center;
  font-size: 0.2rem;
  line-height: 1.1;
  font-weight: bold;
}
.facility-activity__listItemImage img {
  border-radius: 50%;
}
.facility-activity__button {
  margin-top: 0.4rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .facility-activity__title {
    margin-bottom: 0.3rem;
  }
  .facility-activity__titleInner {
    padding: 0.5em 0 0;
  }
  .facility-activity__titleInner:before, .facility-activity__titleInner:after {
    content: none;
  }
  .facility-activity__list {
    gap: 0.2rem 0;
  }
  .facility-activity__listItem {
    width: 100%;
    padding: 0.54rem 0 0;
  }
  .facility-activity__listItemText {
    width: 1.592rem;
    height: 1.04rem;
  }
  .facility-activity__listItemText p {
    font-size: 0.16rem;
  }
  .facility-activity__listItemImage img {
    width: 100%;
  }
  .facility-activity__button {
    margin-top: 0.3rem;
  }
}
.facility-access {
  background: #73d7ff;
}
.facility-access__title {
  text-align: center;
  margin-bottom: 0.25rem;
  color: #fff;
  font-size: 0.36rem;
  font-weight: bold;
}
.facility-access__titleIcon {
  display: block;
}
.facility-access__contents {
  border-radius: 0.7rem;
  background: #fff;
  padding: 0.6rem;
  margin-bottom: 0.6rem;
}
.facility-access__contents:last-child {
  margin-bottom: 0;
}
.facility-access__map {
  margin-bottom: 0.35rem;
}
.facility-access__map iframe {
  width: 100%;
  height: 2.5rem;
}
.facility-access__pickupLead {
  text-align: center;
  font-size: 0.2rem;
  margin-bottom: 1em;
}
.facility-access__pickupArea {
  text-align: center;
  font-size: 0.24rem;
  color: #00b7ff;
  font-weight: bold;
}
.facility-access__button {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .facility-access__title {
    font-size: 0.26rem;
  }
  .facility-access__titleIcon {
    display: block;
  }
  .facility-access__titleIcon img {
    width: 0.4rem;
  }
  .facility-access__contents {
    border-radius: 0.3rem;
    padding: 0.25rem;
    margin-bottom: 0.3rem;
  }
  .facility-access__map {
    margin-bottom: 0.15rem;
  }
  .facility-access__map iframe {
    height: 1.5rem;
  }
  .facility-access__pickupLead {
    font-size: 0.16rem;
  }
  .facility-access__pickupArea {
    font-size: 0.2rem;
  }
}
.facility-contact {
  padding-bottom: 0;
}
.facility-contact__title {
  margin-bottom: 0.4rem;
}
.facility-contact__image {
  position: relative;
  margin-bottom: 0.6rem;
}
.facility-contact__image img {
  border-radius: 0.7rem;
}
.facility-contact__imageText {
  position: absolute;
  top: -0.3rem;
  left: 0.4rem;
  width: 1.77rem;
  height: 1.53rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../images/list/facilityinfo-contact-fukidashi.png) no-repeat center;
  background-size: contain;
  padding-bottom: 0.1rem;
}
.facility-contact__imageText p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 0.24rem;
  line-height: 1.2;
}
.facility-contact__imageText strong {
  font-size: 200%;
  display: block;
}
.facility-contact__button {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facility-contact__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  height: 1rem;
  width: 49%;
  color: #fff;
  font-weight: bold;
  font-size: 0.24rem;
  box-shadow: 0px 0.08rem 0px 0px white;
  transition: 0.3s;
  border-radius: 0.5rem;
}
.facility-contact__button a:hover {
  transform: translateY(0.06rem);
  box-shadow: none;
}
.facility-contact__buttonIcon {
  width: 0.61rem;
}
.facility-contact__buttonLine {
  background: #16a234;
}
.facility-contact__buttonReservation {
  background: #ff9999;
}

@media only screen and (max-width: 767px) {
  .facility-contact {
    padding-bottom: 0;
  }
  .facility-contact__title {
    margin-bottom: 0.2rem;
  }
  .facility-contact__image {
    margin-bottom: 0.3rem;
  }
  .facility-contact__image img {
    border-radius: 0.3rem;
  }
  .facility-contact__imageText {
    top: -0.1rem;
    left: -0.1rem;
    width: 1rem;
    height: 0.86rem;
    padding-bottom: 0.05rem;
  }
  .facility-contact__imageText p {
    font-size: 0.13rem;
  }
  .facility-contact__button {
    gap: 0.15rem 0;
  }
  .facility-contact__button a {
    width: 100%;
    gap: 0.1rem;
    height: 0.7rem;
    font-size: 0.2rem;
    box-shadow: 0px 0.06rem 0px 0px white;
  }
  .facility-contact__buttonIcon {
    width: 0.41rem;
  }
}