#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin-bottom: 91px;
}
#mainimg a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#mainimg a:hover {
  opacity: 0.6;
}
#mainimg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1600/176;
  max-height: 176px;
  min-height: 40px;
  background-image: url(../images/mainshape.webp);
  background-repeat: repeat-x;
}
#mainimg #mainslider img, #mainimg #mainslider video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.47);
}
#mainimg .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27.3125%;
  max-width: 437px;
  min-width: 120px;
  aspect-ratio: 1/1;
}
#mainimg .side {
  position: absolute;
  width: 230px;
  z-index: 1;
  right: 0;
  bottom: 15px;
}
#mainimg .side .top {
  display: flex;
  align-items: start;
  position: relative;
  margin-bottom: -49px;
}
#mainimg .side .top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 27px);
  background-color: #faf1df;
  border-top-left-radius: 20px;
  z-index: -1;
}
#mainimg .side .top .coment {
  width: 43.4782608696%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #3d2a0f;
  margin-right: -29.5652173913%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #3d2a0f;
  margin-top: -5px;
  margin-left: 7.8260869565%;
}
#mainimg .side .top .coment span {
  position: absolute;
  bottom: 13.55%;
  right: 0px;
  width: 10px;
  aspect-ratio: 10/10;
  transform: rotate(-57deg);
}
#mainimg .side .top .coment span::before, #mainimg .side .top .coment span::after {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 0;
}
#mainimg .side .top .coment span::before {
  width: 100%;
  height: 100%;
  background-color: #3d2a0f;
  left: 0;
}
#mainimg .side .top .coment span::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  left: 2px;
}
#mainimg .side .top .chara {
  width: 76.9565217391%;
}
#mainimg .side .top .chara img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg .side .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cca56e;
  border-bottom-left-radius: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3d2a0f;
  height: 50px;
  position: relative;
}
#mainimg .side .bottom a {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #3d2a0f;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-left: 25px;
}
#mainimg .side .bottom a::after {
  content: "";
  width: 20px;
  aspect-ratio: 20/8;
  background: url(../images/arow.webp) no-repeat center/cover;
}
@media (max-width: 1599px) {
  #mainimg::after {
    background-size: cover;
  }
}
@media (max-width: 999px) {
  #mainimg {
    margin-bottom: 80px;
  }
  #mainimg #mainslider img, #mainimg #mainslider video {
    height: auto;
    min-height: 450px;
  }
  #mainimg .side {
    width: 200px;
  }
  #mainimg .side .top {
    margin-bottom: -44px;
  }
  #mainimg .side .top .coment {
    font-size: 14px;
  }
  #mainimg .side .top .coment span {
    right: -2px;
  }
  #mainimg .side .bottom {
    font-size: 16px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 70px;
  }
  #mainimg #mainslider img, #mainimg #mainslider video {
    min-height: 300px;
  }
  #mainimg .side {
    display: none;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .inner {
  -moz-column-gap: 5.5084745763%;
       column-gap: 5.5084745763%;
  overflow-x: clip;
}
#news .head h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #3d2a0f;
  padding-left: 44px;
  padding-top: 17px;
  position: relative;
  margin-bottom: 50px;
}
#news .head h2 small {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#news .head h2::before {
  content: "";
  position: absolute;
  width: 29px;
  aspect-ratio: 29/47;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
#news .head h2::before {
  background-image: url(../images/heading-shpae.webp);
}
@media (max-width: 999px) {
  #news .head h2 {
    font-size: 45px;
  }
  #news .head h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #news .head h2 {
    font-size: 30px;
    padding-left: 30px;
    padding-top: 10px;
  }
  #news .head h2 small {
    font-size: 20px;
  }
  #news .head h2::before {
    width: 20px;
  }
}
#news .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3d2a0f;
  background-color: #cca56e;
  background-position: center right 30px;
  background-repeat: no-repeat;
  width: 240px;
  background-image: url(../images/arow2.webp);
  height: 67px;
  border-radius: 33.5px;
}
#news .head .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #news .head .btn a {
    font-size: 14px;
    width: 220px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #news .head .btn a {
    width: 200px;
    height: 55px;
  }
}
#news .contents {
  flex: 1;
  margin-top: 35px;
}
@media (max-width: 999px) {
  #news .head h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #news .head h2 {
    margin-bottom: 10px;
  }
  #news .contents {
    margin-top: 0;
  }
}

/* ----------------------------------------------
faclities-system
------------------------------------------------- */
#faclites-system {
  position: relative;
  padding: 224px 0 320px;
}
#faclites-system::before, #faclites-system::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
#faclites-system::before {
  top: 0;
  aspect-ratio: 1600/176;
  max-height: 176px;
  min-height: 40px;
  background-image: url(../images/faclities-shpae.webp);
  background-repeat: repeat-x;
}
#faclites-system::after {
  bottom: 0;
  height: calc(100% - 175px);
  background-color: #faf1df;
}
#faclites-system .shapes .shape {
  position: absolute;
}
#faclites-system .shapes .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#faclites-system .shapes .shape.s1 {
  width: 14.3125%;
  max-width: 229px;
  aspect-ratio: 229/218;
  top: -2.375vw;
  left: 8.5625%;
}
#faclites-system .shapes .shape.s2 {
  width: 5.6875%;
  max-width: 91px;
  aspect-ratio: 91/129;
  top: 3.1875vw;
  right: 14.75%;
}
#faclites-system .shapes .shape.s3 {
  width: 9.375%;
  max-width: 150px;
  aspect-ratio: 150/308;
  bottom: 15.125vw;
  right: 6%;
}
#faclites-system .sections article {
  display: flex;
  -moz-column-gap: 6.2307692308%;
       column-gap: 6.2307692308%;
}
#faclites-system .sections article .txtbox {
  flex: 1;
  margin-top: 60px;
  padding-bottom: 10px;
}
#faclites-system .sections article .txtbox h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #3d2a0f;
  padding-left: 44px;
  padding-top: 17px;
  position: relative;
  margin-bottom: 42px;
}
#faclites-system .sections article .txtbox h2 small {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#faclites-system .sections article .txtbox h2::before {
  content: "";
  position: absolute;
  width: 29px;
  aspect-ratio: 29/47;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
#faclites-system .sections article .txtbox h2::before {
  background-image: url(../images/heading-shpae.webp);
}
@media (max-width: 999px) {
  #faclites-system .sections article .txtbox h2 {
    font-size: 45px;
  }
  #faclites-system .sections article .txtbox h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #faclites-system .sections article .txtbox h2 {
    font-size: 30px;
    padding-left: 30px;
    padding-top: 10px;
  }
  #faclites-system .sections article .txtbox h2 small {
    font-size: 20px;
  }
  #faclites-system .sections article .txtbox h2::before {
    width: 20px;
  }
}
#faclites-system .sections article .txtbox .text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #3d2a0f;
  margin-bottom: 82px;
}
#faclites-system .sections article .txtbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3d2a0f;
  background-color: #cca56e;
  background-position: center right 30px;
  background-repeat: no-repeat;
  width: 240px;
  background-image: url(../images/arow2.webp);
  height: 67px;
  border-radius: 33.5px;
}
#faclites-system .sections article .txtbox .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #faclites-system .sections article .txtbox .btn a {
    font-size: 14px;
    width: 220px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #faclites-system .sections article .txtbox .btn a {
    width: 200px;
    height: 55px;
  }
}
#faclites-system .sections article .image {
  width: 61.5384615385%;
}
#faclites-system .sections article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
#faclites-system .sections article:nth-child(odd) {
  padding-left: calc((100% - 1180px) / 2);
  padding-right: 5.625%;
}
#faclites-system .sections article:nth-child(odd) .image {
  order: 1;
}
#faclites-system .sections article:nth-child(even) {
  padding-right: calc((100% - 1180px) / 2);
  padding-left: 5.625%;
  /* .txtbox{
    display: flex;
    justify-content: end;
    .contents{
      padding-right: 7px;
    }
  } */
}
#faclites-system .sections article:not(:last-child) {
  margin-bottom: 90px;
}
@media (max-width: 1599px) {
  #faclites-system {
    padding-top: 14vw;
  }
  #faclites-system::before {
    background-size: cover;
  }
  #faclites-system::after {
    height: calc(100% - 10.3125vw);
  }
  #faclites-system .sections article {
    /* &:nth-child(even){
      .txtbox{
        .contents{
          padding-right: 0;
        }
      }
    } */
  }
  #faclites-system .sections article .txtbox .text br {
    display: none;
  }
}
@media (max-width: 1217px) {
  #faclites-system .shapes .shape.s3 {
    bottom: 13vw;
  }
  #faclites-system .sections article {
    padding: 0 10px !important;
    /* &:nth-child(odd){
      padding-left: 10px;
    }
    &:nth-child(even){
      padding-right: 10px;
    } */
  }
}
@media (max-width: 999px) {
  #faclites-system {
    padding-bottom: 280px;
  }
  #faclites-system .sections article .txtbox {
    margin-top: 30px;
  }
  #faclites-system .sections article .txtbox h2 {
    margin-bottom: 30px;
  }
  #faclites-system .sections article .txtbox .text {
    margin-bottom: 60px;
    font-size: 18px;
  }
  #faclites-system .sections article:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #faclites-system {
    padding-bottom: 170px;
  }
  #faclites-system .shapes .shape.s1 {
    min-width: 50px;
    top: -10px;
  }
  #faclites-system .shapes .shape.s2 {
    min-width: 30px;
    top: 10px;
  }
  #faclites-system .shapes .shape.s3 {
    min-width: 40px;
    bottom: 150px;
  }
  #faclites-system .sections article {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #faclites-system .sections article .txtbox {
    margin-top: 0px;
  }
  #faclites-system .sections article .txtbox h2 {
    margin-bottom: 20px;
  }
  #faclites-system .sections article .txtbox .text {
    margin-bottom: 40px;
    font-size: 16px;
  }
  #faclites-system .sections article .image {
    width: 100%;
    max-width: 400px;
  }
  #faclites-system .sections article:nth-child(odd) .image {
    order: unset;
  }
  #faclites-system .sections article:not(:last-child) {
    margin-bottom: 70px;
  }
}

/* ----------------------------------------------
insta
------------------------------------------------- */
#instagram {
  position: relative;
  /* padding-bottom: 236px; */
  padding-bottom: 111px;
}
#instagram .shape {
  position: absolute;
  /* bottom: 0; */
  bottom: -125px;
  left: 4.1875%;
  width: 12.125%;
  max-width: 194px;
  aspect-ratio: 194/288;
}
#instagram .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#instagram .head {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 50px;
}
#instagram .head h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #3d2a0f;
  text-align: center;
  padding-top: 20px;
}
#instagram .head h2 small {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  #instagram .head h2 {
    font-size: 45px;
  }
  #instagram .head h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #instagram .head h2 {
    font-size: 30px;
  }
  #instagram .head h2 small {
    font-size: 20px;
  }
}
#instagram .head h2 small {
  margin-top: 10px;
}
#instagram .head .flow {
  position: absolute;
  right: -80px;
  top: 0;
}
#instagram .head .flow a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #667644;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#instagram .head .flow a:hover {
  opacity: 0.6;
}
#instagram .head .flow a .icon {
  margin-bottom: 6px;
}
#instagram .head .flow a::after {
  content: "";
  width: 23px;
  aspect-ratio: 23/9;
  background: url(../images/arwo-white.webp) no-repeat center/cover;
  margin-top: 15px;
}
#instagram .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 60px 2.8248587571%;
}
#instagram .contents .block {
  width: 22.8813559322%;
  border-radius: 20px;
  overflow: hidden;
}
#instagram .contents .block .image {
  position: relative;
  aspect-ratio: 270/240;
}
#instagram .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#instagram .contents .block .image .textbox {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s ease-out;
}
#instagram .contents .block .image .textbox .text {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
#instagram .contents .block .image .textbox:hover {
  opacity: 1;
}
#instagram .contents .block:nth-child(even) {
  margin-top: 40px;
}
@media (max-width: 1599px) {
  #instagram .shape {
    bottom: -7.8125vw;
  }
}
@media (max-width: 1400px) {
  #instagram .head .flow {
    right: 0;
  }
}
@media (max-width: 999px) {
  #instagram {
    padding-bottom: 90px;
  }
  #instagram .head {
    margin-bottom: 45px;
  }
  #instagram .head .flow a {
    width: 140px;
    font-size: 14px;
  }
  #instagram .head .flow a::after {
    margin-top: 10px;
  }
  #instagram .contents {
    row-gap: 50px;
  }
  #instagram .contents .block:nth-child(even) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #instagram {
    padding-bottom: 80px;
  }
  #instagram .head {
    margin-bottom: 40px;
  }
  #instagram .head .flow a {
    width: 120px;
  }
  #instagram .contents {
    gap: 40px 2%;
  }
  #instagram .contents .block {
    width: 32%;
  }
  #instagram .contents .block:nth-child(even) {
    margin-top: 0px;
  }
  #instagram .contents .block:nth-child(3n-1) {
    margin-top: 20px;
  }
  #instagram .shape {
    min-width: 70px;
    bottom: -45px;
  }
}
@media (max-width: 500px) {
  #instagram .head h2 {
    padding-top: 0;
    margin-bottom: 10px;
  }
  #instagram .head .flow {
    position: unset;
  }
  #instagram .head .flow a {
    margin: 0 auto;
  }
  #instagram .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #instagram .contents .block {
    width: 47%;
  }
  #instagram .contents .block:nth-child(3n-1) {
    margin-top: 0px;
  }
}

/* ----------------------------------------------
access
------------------------------------------------- */
#access {
  /* margin-top: -125px; */
  /* position: relative;
  .shape{
    position: absolute;
    right: perCalc(213,1600);
    bottom: -53px;
    width: perCalc(171,1600);
    aspect-ratio: 171/220;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  } */
}
#access a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#access a:hover {
  opacity: 0.6;
}
#access .mainimage {
  background: url(../images/access-shape.webp);
  mask-image: url(../images/access-shape.webp);
  -webkit-mask-image: url(../images/access-shape.webp);
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
}
#access .mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 532px;
  min-height: 120px;
}
#access .bottom {
  background-color: #667644;
  padding-bottom: 126px;
}
#access .bottom h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
  padding-left: 44px;
  padding-top: 17px;
  position: relative;
  margin-left: calc((100% - 1180px) / 2);
  margin-bottom: 45px;
}
#access .bottom h2 small {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#access .bottom h2::before {
  content: "";
  position: absolute;
  width: 29px;
  aspect-ratio: 29/47;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
#access .bottom h2::before {
  background-image: url(../images/heading-shpae-white.webp);
}
@media (max-width: 999px) {
  #access .bottom h2 {
    font-size: 45px;
  }
  #access .bottom h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #access .bottom h2 {
    font-size: 30px;
    padding-left: 30px;
    padding-top: 10px;
  }
  #access .bottom h2 small {
    font-size: 20px;
  }
  #access .bottom h2::before {
    width: 20px;
  }
}
#access .bottom .contents {
  display: flex;
  padding-left: 6.25%;
  padding-right: 10px;
  -moz-column-gap: 4.0268456376%;
       column-gap: 4.0268456376%;
  position: relative;
  overflow-x: clip;
}
#access .bottom .contents::before {
  content: "";
  position: absolute;
  width: 6.875%;
  aspect-ratio: 110/146;
  background: url(../images/access-shape1.webp) no-repeat center/cover;
  top: 18px;
  right: 5%;
}
#access .bottom .contents .map {
  width: 53.6912751678%;
  position: relative;
  height: 500px;
  border-radius: 30px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
#access .bottom .contents .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#access .bottom .contents .map .logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 21%;
  aspect-ratio: 1/1;
  min-width: 90px;
}
#access .bottom .contents .txtbox {
  margin-top: 42px;
  flex: 1;
}
#access .bottom .contents .txtbox .logo {
  margin-bottom: 49px;
}
#access .bottom .contents .txtbox .data {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #fff;
}
#access .bottom .contents .txtbox .data a {
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1599px) {
  #access .mainimage {
    mask-size: cover;
    -webkit-mask-size: cover;
  }
}
@media (max-width: 1217px) {
  #access .bottom h2 {
    margin-left: 10px;
  }
}
@media (max-width: 999px) {
  #access .bottom {
    padding-bottom: 100px;
  }
  #access .bottom h2 {
    margin-bottom: 35px;
  }
  #access .bottom .contents {
    padding-left: 10px;
  }
  #access .bottom .contents .map {
    height: 400px;
  }
  #access .bottom .contents .txtbox {
    margin-top: 30px;
  }
  #access .bottom .contents .txtbox .logo {
    margin-bottom: 40px;
  }
  #access .bottom .contents .txtbox .data {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #access .bottom {
    padding-bottom: 80px;
  }
  #access .bottom h2 {
    margin-bottom: 25px;
  }
  #access .bottom .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #access .bottom .contents .map {
    width: 100%;
    /* max-width: 400px; */
    height: 300px;
    order: 1;
  }
  #access .bottom .contents .txtbox {
    margin-top: 0px;
  }
  #access .bottom .contents .txtbox .logo {
    margin-bottom: 30px;
  }
  #access .bottom .contents .txtbox .data {
    font-size: 16px;
  }
}/*# sourceMappingURL=index.css.map */