@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .convenienceSect__head + .convenienceSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .convenienceSect__head + .convenienceSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.convenienceSect__cont .usableList__inner {
  display: grid;
}

@media print, screen and (min-width: 736px) {
  .convenienceSect__cont .usableList__inner {
    gap: 56px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 736px) {
  .convenienceSect__cont .usableList__inner {
    gap: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 736px) {
  .convenienceSect__cont .descriptionCard__visual + .descriptionCard__name {
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .convenienceSect__cont .descriptionCard__visual + .descriptionCard__name {
    margin-top: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .convenienceSect__cont .descriptionCard__name + .descriptionCard__body {
    margin-top: 16px;
  }
}

@media screen and (max-width: 736px) {
  .convenienceSect__cont .descriptionCard__name + .descriptionCard__body {
    margin-top: calc(12 / 390 * 100vw);
  }
}

.convenienceSect__cont .descriptionCard .heading,
.convenienceSect__cont .descriptionCard .caption {
  color: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .facilityCard__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px 80px;
  }
}

@media print, screen and (min-width: 736px) {
  .facilityCard__body + .facilityCard__figure {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .facilityCard__body + .facilityCard__figure {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .facilityCard__visual, .facilityCard__desc {
    width: 560px;
  }
}

@media screen and (max-width: 736px) {
  .facilityCard__visual + .facilityCard__desc {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .facilityCard__visual + .facilityCard__visual {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .facilityCard__visual + .facilityCard__visual + .facilityCard__desc {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .facilityCard__desc .heading {
    text-align: center;
  }
}

.facilityCard__figure {
  border: 1px solid #b99e75;
}

@media print, screen and (min-width: 736px) {
  .facilityCard__figure {
    padding: 16px;
  }
}

@media screen and (max-width: 736px) {
  .facilityCard__figure {
    padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .facilityCard--rev .facilityCard__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.facilityHead__visual {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 736px) {
  .facilityHead__visual {
    margin: 0 auto;
    width: 685px;
  }
}

@media print, screen and (min-width: 736px) {
  .facilityHead__visual + .facilityHead__desc {
    margin-top: -80px;
    padding-top: 120px;
  }
}

@media screen and (max-width: 736px) {
  .facilityHead__visual + .facilityHead__desc {
    margin-top: calc(-64 / 390 * 100vw);
    padding-top: calc(80 / 390 * 100vw);
  }
}

.facilityHead__desc {
  color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .facilityHead__desc {
    padding: 50px 0;
  }
}

@media screen and (max-width: 736px) {
  .facilityHead__desc {
    padding: calc(32 / 390 * 100vw) 0;
  }
}

.facilityHead__desc:after {
  width: calc(100vw - var(--scrollbar));
  background-color: #3f4f62;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

@media print, screen and (min-width: 736px) {
  .facilityHead__desc:after {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 736px) and (max-width: 1200px) {
  .facilityHead__desc:after {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .facilityHead__desc:after {
    margin-left: calc(-20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .facilityHead__head + .facilityHead__body {
    margin-top: 48px;
  }
}

@media screen and (max-width: 736px) {
  .facilityHead__head + .facilityHead__body {
    margin-top: calc(32 / 390 * 100vw);
  }
}

.facilityHead__body {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 736px) {
  .facilityHead__body {
    gap: 32px;
  }
}

@media screen and (max-width: 736px) {
  .facilityHead__body {
    gap: calc(24 / 390 * 100vw);
  }
}

.facilityHead__minutes {
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .facilityHead__minutes {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .facilityHead__minutes {
    font-size: calc(12 / 390 * 100vw);
  }
}

.facilityHead__minutes .num {
  color: #ffffff;
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .facilityHead__minutes .num {
    font-size: 40px;
  }
}

@media screen and (max-width: 736px) {
  .facilityHead__minutes .num {
    font-size: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .facilityHead__minutes .bicycle .num {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .facilityHead__minutes .bicycle .num {
    font-size: calc(24 / 390 * 100vw);
  }
}

.facilityHead__minutes .bicycle .icon {
  aspect-ratio: 22 / 15;
  display: inline-block;
}

@media print, screen and (min-width: 736px) {
  .facilityHead__minutes .bicycle .icon {
    width: 22px;
  }
}

@media screen and (max-width: 736px) {
  .facilityHead__minutes .bicycle .icon {
    width: calc(18 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .futakoSect__head + .futakoSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .futakoSect__head + .futakoSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .futakoSect__cont .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .futakoSect__cont .subSect__head + .subSect__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .futakoSect__cont .subSect__cont .facilityCard + .facilityCard {
    margin-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .futakoSect__cont .subSect__cont .facilityCard + .facilityCard {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .futakoSect__cont .subSect__block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 736px) {
  .futakoSect__cont .subSect__block + * {
    margin-top: 120px;
  }
}

@media screen and (max-width: 736px) {
  .futakoSect__cont .subSect__block + * {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .futakoSect__cont .subSect__block .pinchInFigure {
    width: 685px;
  }
}

@media screen and (max-width: 736px) {
  .futakoSect__cont .subSect__block .pinchInFigure {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .futakoSect__cont .subSect__bottom {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .futakoSect__cont .subSect__bottom {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .futakoSect__cont .subSect__bottom .relatedBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.futakoSect__cont .subSect__bottom .relatedBox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 736px) {
  .futakoSect__cont .subSect__bottom .relatedBox__head {
    gap: 60px;
    width: 352px;
  }
}

@media screen and (max-width: 736px) {
  .futakoSect__cont .subSect__bottom .relatedBox__head {
    gap: calc(32 / 390 * 100vw);
  }
}

.futakoSect__cont .subSect__bottom .relatedBox__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 736px) {
  .futakoSect__cont .subSect__bottom .relatedBox__cont {
    border-left: 1px solid #cccccc;
    gap: 20px;
    margin-left: 56px;
    padding-left: 56px;
    width: 680px;
  }
}

@media screen and (max-width: 736px) {
  .futakoSect__cont .subSect__bottom .relatedBox__cont {
    border-top: 1px solid #cccccc;
    gap: calc(32 / 390 * 100vw);
    margin-top: calc(32 / 390 * 100vw);
    padding-top: calc(32 / 390 * 100vw);
  }
}

.futakoSect__cont .subSect__bottom .relatedBox__cont .descriptionCard {
  display: grid;
}

@media print, screen and (min-width: 736px) {
  .futakoSect__cont .subSect__bottom .relatedBox__cont .descriptionCard {
    gap: 32px 40px;
    grid-template-columns: .71764705882fr 1fr;
  }
}

@media screen and (max-width: 736px) {
  .futakoSect__cont .subSect__bottom .relatedBox__cont .descriptionCard {
    gap: calc(24 / 390 * 100vw) calc(8 / 390 * 100vw);
    grid-template-columns: 1fr .76470588235fr;
  }
  .futakoSect__cont .subSect__bottom .relatedBox__cont .descriptionCard:nth-child(even) {
    grid-template-columns: .76470588235fr 1fr;
  }
  .futakoSect__cont .subSect__bottom .relatedBox__cont .descriptionCard:nth-child(even) .descriptionCard__visual {
    grid-column: 2 / 3;
    grid-row: 1 / 1;
  }
}

@media print, screen and (min-width: 736px) {
  .futakoSect__cont .subSect__bottom .relatedBox__cont .descriptionCard__visual {
    grid-row: auto / span 2;
  }
}

@media screen and (max-width: 736px) {
  .futakoSect__cont .subSect__bottom .relatedBox__cont .descriptionCard__name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 736px) {
  .futakoSect__cont .subSect__bottom .relatedBox__cont .descriptionCard__body {
    grid-column: auto / span 2;
  }
}

.lifeinfoDesc__select {
  display: grid;
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .lifeinfoDesc__select {
    gap: 10px 16px;
    grid-template-columns: repeat(3, 1fr);
    width: 806px;
  }
}

@media screen and (max-width: 736px) {
  .lifeinfoDesc__select {
    gap: calc(10 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 736px) {
  .lifeinfoDesc__select + .lifeinfoDesc__body {
    margin-top: 64px;
  }
}

@media screen and (max-width: 736px) {
  .lifeinfoDesc__select + .lifeinfoDesc__body {
    margin-top: calc(80 / 390 * 100vw);
  }
}

.lifeinfoDesc__trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #9198a1;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .lifeinfoDesc__trigger {
    font-size: 16px;
    height: 50px;
  }
}

@media screen and (max-width: 736px) {
  .lifeinfoDesc__trigger {
    font-size: calc(16 / 390 * 100vw);
    height: calc(36 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .lifeinfoDesc__trigger:hover:after {
    opacity: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .lifeinfoDesc__trigger:hover:after {
    opacity: 0;
  }
}

.lifeinfoDesc__trigger:after {
  background: -webkit-gradient(linear, left top, right top, from(#747e88), to(#213140));
  background: linear-gradient(90deg, #747e88 0%, #213140 100%);
  content: '';
  inset: 0;
  position: absolute;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  z-index: -1;
}

.lifeinfoDesc__trigger.is-active {
  pointer-events: none;
}

.lifeinfoDesc__trigger.is-active:after {
  opacity: 0;
}

.lifeinfoDesc__cont {
  display: none;
}

.lifeinfoDesc__cont.is-active {
  display: block;
}

.lifeinfoDesc__map {
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .lifeinfoDesc__map {
    height: 590px;
    width: 884px;
  }
}

@media screen and (max-width: 736px) {
  .lifeinfoDesc__map {
    aspect-ratio: 350 / 234;
  }
}

@media print, screen and (min-width: 736px) {
  .lifeinfoDesc__map + .lifeinfoDesc__block {
    margin-top: 65px;
  }
}

@media screen and (max-width: 736px) {
  .lifeinfoDesc__map + .lifeinfoDesc__block {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .lifeinfoDesc__block {
    display: grid;
    gap: 56px;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
  }
}

.lifeinfoDesc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 736px) {
  .lifeinfoDesc__list {
    gap: 24px;
  }
}

@media screen and (max-width: 736px) {
  .lifeinfoDesc__list {
    gap: calc(24 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .lifeinfoDesc__list + .lifeinfoDesc__list {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.lifeinfoDesc__plot .trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e4e6ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .lifeinfoDesc__plot .trigger {
    gap: 8px;
  }
}

@media screen and (max-width: 736px) {
  .lifeinfoDesc__plot .trigger {
    gap: calc(8 / 390 * 100vw);
  }
}

.lifeinfoDesc__plot .trigger .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #4a555f;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 0;
}

@media print, screen and (min-width: 736px) {
  .lifeinfoDesc__plot .trigger .num {
    font-size: 16px;
    width: 30px;
  }
}

@media screen and (max-width: 736px) {
  .lifeinfoDesc__plot .trigger .num {
    font-size: calc(15 / 390 * 100vw);
    width: calc(30 / 390 * 100vw);
  }
}

.lifeinfoDesc__plot .trigger .name {
  line-height: 1.8;
  letter-spacing: 0;
}

.lifeinfoDesc__plot .trigger .name:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  width: 0;
}

.lifeinfoDesc__plot .trigger .name:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .lifeinfoDesc__plot .trigger .name {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .lifeinfoDesc__plot .trigger .name {
    font-size: calc(14 / 390 * 100vw);
  }
}

.lifeinfoDesc__plot .trigger .dist {
  letter-spacing: 0;
  line-height: 1;
  margin-left: auto;
  white-space: nowrap;
}

@media print, screen and (min-width: 736px) {
  .lifeinfoDesc__plot .trigger .dist {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .lifeinfoDesc__plot .trigger .dist {
    font-size: calc(12 / 390 * 100vw);
  }
}

.lifeinfoSect__head {
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .lifeinfoSect__head + .lifeinfoSect__cont {
    margin-top: 50px;
  }
}

@media screen and (max-width: 736px) {
  .lifeinfoSect__head + .lifeinfoSect__cont {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .mizonokuchiSect__head + .mizonokuchiSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .mizonokuchiSect__head + .mizonokuchiSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .mizonokuchiSect__cont .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .mizonokuchiSect__cont .subSect__head + .subSect__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .mizonokuchiSect__cont .subSect__cont .facilityCard + .facilityCard {
    margin-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .mizonokuchiSect__cont .subSect__cont .facilityCard + .facilityCard {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .mizonokuchiSect__cont .subSect__bottom {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .mizonokuchiSect__cont .subSect__bottom {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .mizonokuchiSect__cont .subSect__bottom .relatedBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 736px) {
  .mizonokuchiSect__cont .subSect__bottom .relatedBox__head {
    width: 352px;
  }
}

@media print, screen and (min-width: 736px) {
  .mizonokuchiSect__cont .subSect__bottom .relatedBox__cont {
    border-left: 1px solid #cccccc;
    margin-left: 60px;
    padding-left: 60px;
    width: 412px;
  }
}

@media screen and (max-width: 736px) {
  .mizonokuchiSect__cont .subSect__bottom .relatedBox__cont {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .mizonokuchiSect__cont .subSect__bottom .relatedBox .descriptionCard__visual + .descriptionCard__name {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .mizonokuchiSect__cont .subSect__bottom .relatedBox .descriptionCard__visual + .descriptionCard__name {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .mizonokuchiSect__cont .subSect__bottom .relatedBox .descriptionCard__name + .descriptionCard__body {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .mizonokuchiSect__cont .subSect__bottom .relatedBox .descriptionCard__name + .descriptionCard__body {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__head + .takatsuSect__cont {
    margin-top: 120px;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__head + .takatsuSect__cont {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__cont + .takatsuSect__bottom {
    margin-top: 56px;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__cont + .takatsuSect__bottom {
    margin-top: calc(64 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__cont .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__cont .subSect__head + .subSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__cont .subSect__cont {
    margin: 0 auto;
    width: 886px;
  }
}

.takatsuSect__bottom {
  width: calc(100vw - var(--scrollbar));
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__bottom {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 736px) and (max-width: 1200px) {
  .takatsuSect__bottom {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__bottom {
    margin-left: calc(-20 / 390 * 100vw);
  }
}

.takatsuSect__bottom .usableList__inner {
  display: grid;
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__bottom .usableList__inner {
    gap: 5px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__bottom .usableList__inner {
    gap: calc(6 / 390 * 100vw);
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(4) {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(4) {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(5) {
    grid-area: 2 / 3 / 4 / 4;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(5) {
    grid-area: 2 / 3 / 4 / 4;
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(6) {
    grid-area: 1 / 4 / 3 / 5;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(6) {
    grid-area: 4 / 1 / 6 / 2;
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(7) {
    grid-area: 3 / 4 / 4 / 5;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(7) {
    grid-area: 4 / 2 / 5 / 3;
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(8) {
    grid-area: 1 / 5 / 2 / 6;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(8) {
    grid-area: 4 / 3 / 5 / 4;
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(9) {
    grid-area: 2 / 5 / 3 / 6;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(9) {
    grid-area: 5 / 2 / 6 / 3;
  }
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(10) {
    grid-area: 3 / 5 / 4 / 6;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__bottom .usableList__item:nth-child(10) {
    grid-area: 5 / 3 / 6 / 4;
  }
}

.takatsuSect__bottom .usableList__note {
  text-align: left;
}

@media print, screen and (min-width: 736px) {
  .takatsuSect__bottom .usableList__note {
    padding: 0 20px;
  }
}

@media screen and (max-width: 736px) {
  .takatsuSect__bottom .usableList__note {
    padding: 0 calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .tamaSect__head + .tamaSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .tamaSect__head + .tamaSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .tamaSect__cont .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .tamaSect__cont .subSect__head + .subSect__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .tamaSect__cont .subSect__cont .usableList {
    margin: 0 auto;
    width: 887px;
  }
}

@media print, screen and (min-width: 736px) {
  .tamaSect__cont .subSect__cont .usableList__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}

@media screen and (max-width: 736px) {
  .tamaSect__cont .subSect__cont .usableList__inner {
    display: grid;
    gap: calc(6 / 390 * 100vw);
    grid-template-columns: repeat(3, 1fr);
  }
}

@media print, screen and (min-width: 736px) {
  .tamaSect__cont .subSect__cont .usableList__item:nth-child(1) {
    width: 442px;
  }
}

@media screen and (max-width: 736px) {
  .tamaSect__cont .subSect__cont .usableList__item:nth-child(1) {
    grid-column: auto / span 2;
  }
}

@media print, screen and (min-width: 736px) {
  .tamaSect__cont .subSect__cont .usableList__item:nth-child(2), .tamaSect__cont .subSect__cont .usableList__item:nth-child(3) {
    width: 216px;
  }
}

@media print, screen and (min-width: 736px) {
  .tamaSect__cont .subSect__cont .usableList__item:nth-child(4), .tamaSect__cont .subSect__cont .usableList__item:nth-child(5), .tamaSect__cont .subSect__cont .usableList__item:nth-child(6) {
    width: 173px;
  }
}

@media print, screen and (min-width: 736px) {
  .tamaSect__cont .subSect__cont .usableList__item:nth-child(7) {
    width: 353px;
  }
}

@media screen and (max-width: 736px) {
  .tamaSect__cont .subSect__cont .usableList__item:nth-child(7) {
    grid-column: auto / span 2;
  }
}

.tamaSect__cont .subSect__cont .usableList__note {
  text-align: left;
}

@media print, screen and (min-width: 736px) {
  .location-takatsu {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 736px) {
  .location-takatsu {
    padding-bottom: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .location-convenience {
    padding: 64px 0;
  }
}

@media screen and (max-width: 736px) {
  .location-convenience {
    padding: calc(64 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 736px) {
  .location-futako {
    padding-top: 120px;
  }
}

@media screen and (max-width: 736px) {
  .location-futako {
    padding-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .location-mizonokuchi {
    padding-top: 120px;
  }
}

@media screen and (max-width: 736px) {
  .location-mizonokuchi {
    padding-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .location-tama {
    padding: 120px 0;
  }
}

@media screen and (max-width: 736px) {
  .location-tama {
    padding: calc(80 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 736px) {
  .location-lifeinfo {
    padding: 134px 0 200px;
  }
}

@media screen and (max-width: 736px) {
  .location-lifeinfo {
    padding: calc(80 / 390 * 100vw) 0 calc(140 / 390 * 100vw);
  }
}
