#wrapper.tobira {
  background-color: var(--bgcolor2);
}
@media screen and (min-width: 768px) {
  #wrapper.tobira {
    height: 100vh;
  }
}
@media screen and (min-width: 1024px) {
  #wrapper.tobira {
    background-color: initial;
    height: 100%;
  }
}

.tobira header {
  background-color: var(--bgcolor1);
}
@media screen and (min-width: 1024px) {
  .tobira header {
    border-radius: 0 45px 45px 0;
    top: 20px;
    position: absolute;
    z-index: 2;
  }
}
.tobira .sitelogo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .tobira .sitelogo {
    height: 90px;
    width: 200px;
  }
}
.tobira .symbol-uki {
  height: auto;
  margin-left: 5px;
  width: 100px;
}
@media screen and (min-width: 1024px) {
  .tobira .symbol-uki {
    margin-left: 15px;
    width: 150px;
  }
}
.tobira main {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tobira main {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (min-width: 1024px) {
  .tobira main {
    height: 100vh;
  }
}
.tobira .mainvisual .slider-ctrl {
  opacity: 0;
  position: absolute;
}
.tobira .tobiraimg-ctr {
  height: 55vh;
  width: 100vw;
}
.tobira .tobiraimg-ctr .tobiraimage {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.tobira .tobiraimg-ctr .tobiraimage .tobiraslider-item {
  height: 55vh;
  position: relative;
  width: 100%;
}
.tobira .tobiraimg-ctr .tobiraimage .tobiraslider-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tobira .tobiraimg-ctr {
    height: 60vh;
  }
  .tobira .tobiraimg-ctr .tobiraimage .tobiraslider-item {
    height: 60vh;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .tobiraimg-ctr {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }
  .tobira .tobiraimg-ctr .tobiraimage .tobiraslider-item {
    height: 100vh;
  }
}
.tobira .EMG-info-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .tobira .EMG-info-ctr {
    bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
    right: 0;
    top: unset;
    width: 55%;
  }
}
.tobira .bosaiportal_banner {
  background: #fff847;
  height: 8rem;
  margin: 5px 0 0 auto;
  width: 25rem;
}
@media screen and (min-width: 1024px) {
  .tobira .bosaiportal_banner {
    border-radius: 51px 0 0 51px;
    height: 10rem;
    max-width: unset;
    margin: 0 0 2vh auto;
    overflow: hidden;
    position: relative;
    width: 300px;
  }
}
.tobira .bosaiportal_banner a {
  display: grid;
  grid-template-rows: 1fr 1.7rem;
  height: 100%;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .tobira .bosaiportal_banner a {
    color: var(--fontcolor2);
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
  }
  .tobira .bosaiportal_banner a span {
    display: block;
  }
}
.tobira .bosaiportal_banner .ent-img {
  align-self: center;
  grid-column: 1/2;
  grid-row: 1/2;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .tobira .bosaiportal_banner .ent-img {
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    width: 80px;
  }
}
.tobira .bosaiportal_banner .ent-img img {
  width: 35px;
}
.tobira .bosaiportal_banner .ent-img img.pc {
  display: none;
}
.tobira .bosaiportal_banner .ent-img img.mbl {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .tobira .bosaiportal_banner .ent-img img {
    height: 100px;
    width: auto;
  }
  .tobira .bosaiportal_banner .ent-img img.pc {
    display: block;
  }
  .tobira .bosaiportal_banner .ent-img img.mbl {
    display: none;
  }
}
.tobira .bosaiportal_banner .ent-title {
  align-self: center;
  color: #333;
  font-weight: 600;
  grid-column: 2/3;
  grid-row: 1/2;
}
.tobira .bosaiportal_banner .ent-title .cityname {
  display: block;
  font-size: 2.4rem;
}
.tobira .bosaiportal_banner .ent-title .bosai_text {
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .tobira .bosaiportal_banner .ent-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 75%;
    padding-left: 110px;
  }
}
.tobira .bosaiportal_banner .ent-comment {
  align-self: end;
  background: #333;
  color: #fff;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  grid-column: 1/3;
  grid-row: 2/3;
  height: 1.7rem;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .tobira .bosaiportal_banner .ent-comment {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 25%;
    padding-left: 100px;
  }
}
.tobira .EMG-info-area {
  background-color: rgba(178, 13, 48, 0.9);
  color: var(--fontcolor1);
  padding-right: 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .tobira .EMG-info-area {
    padding-right: 20px;
  }
}
.tobira .EMG-header {
  border-bottom: 2px solid var(--bgcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 10px 10px;
}
.tobira .EMG-info-title {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .tobira .EMG-info-title {
    font-size: 2.4rem;
  }
}
.tobira .EMG-cont {
  padding: 10px 0 10px 10px;
}
.tobira .EMG-cont li {
  margin-bottom: 10px;
}
.tobira .EMG-cont li a {
  color: var(--fontcolor1);
  display: block;
}
.tobira .EMGdate {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .tobira .EMGdate {
    font-size: 1.7rem;
  }
}
.tobira .EMGtitle {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .tobira .EMGtitle {
    font-size: 1.9rem;
  }
}
.tobira .EMG-more {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 12px 0;
  position: absolute;
  top: 0;
  right: 0;
}
.tobira .EMG-more a {
  color: var(--fontcolor1);
}
.tobira .EMG-more .more-symbol {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .tobira .EMG-more {
    font-size: 1.6rem;
    padding: 16px 20px;
  }
}
.tobira .search-wrapper {
  margin: 20px auto 25px;
  padding: 0 10px;
  max-width: 400px;
}
@media screen and (min-width: 1024px) {
  .tobira .search-wrapper {
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 70px;
    left: 20px;
    margin: 0;
    max-width: 500px;
    padding: 25px 25px 20px;
    position: absolute;
    width: 40%;
  }
}
.tobira .search-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  -webkit-box-shadow: 1px 1px 1px var(--bgcolor4), -1px 1px 1px var(--bgcolor4), 1px -1px 1px var(--bgcolor4), -1px -1px 1px var(--bgcolor4);
          box-shadow: 1px 1px 1px var(--bgcolor4), -1px 1px 1px var(--bgcolor4), 1px -1px 1px var(--bgcolor4), -1px -1px 1px var(--bgcolor4);
}
@media screen and (min-width: 1024px) {
  .tobira .search-wrapper form {
    margin-bottom: 25px;
  }
}
.tobira .search-wrapper form input {
  background-color: var(--bgcolor1);
  font-size: 1.4rem;
  height: 30px;
  padding-left: 10px;
  width: 100%;
}
.tobira .search-wrapper form button {
  background-color: var(--bgcolor8);
  color: var(--fontcolor1);
  height: 30px;
  padding: 2px;
  text-align: center;
  width: 40px;
}
.tobira .search-wrapper .search-keywordlist h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .tobira .search-wrapper .search-keywordlist {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 20px;
  }
  .tobira .search-wrapper .search-keywordlist h2 {
    margin-bottom: 0;
  }
}
.tobira .search-wrapper .keywordlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 0;
}
.tobira .search-wrapper .keyword {
  font-size: 1.4rem;
  margin-right: 10px;
}
.tobira .search-wrapper .keyword a {
  background-color: var(--bgcolor1);
  color: var(--fontcolor2);
  display: block;
  padding: 5px;
  -webkit-box-shadow: 1px 1px 1px var(--bgcolor4), -1px 1px 1px var(--bgcolor4), 1px -1px 1px var(--bgcolor4), -1px -1px 1px var(--bgcolor4);
          box-shadow: 1px 1px 1px var(--bgcolor4), -1px 1px 1px var(--bgcolor4), 1px -1px 1px var(--bgcolor4), -1px -1px 1px var(--bgcolor4);
}
.tobira .entrance-area {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .tobira .entrance-area {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-area {
    margin: 0;
    position: absolute;
    top: 20px;
    right: 0;
  }
}
.tobira .entrance-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3vw;
}
@media screen and (min-width: 768px) {
  .tobira .entrance-list {
    gap: 1vw;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list {
    display: block;
  }
}
.tobira .entrance-list li {
  background-color: var(--bgcolor1);
  color: var(--fontcolor2);
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  height: 19vw;
  position: relative;
  text-align: center;
  max-height: 80px;
  max-width: 250px;
}
.tobira .entrance-list li a {
  color: var(--fontcolor2);
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tobira .entrance-list li {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list li {
    border-radius: 40px 0 0 40px;
    max-width: unset;
    margin: 0 0 2vh auto;
    width: 240px;
  }
  .tobira .entrance-list li a {
    padding-left: 40px;
  }
}
.tobira .entrance-list .ent-img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list .ent-img {
    display: block;
    left: 0;
    top: 0;
    position: absolute;
  }
  .tobira .entrance-list .ent-img img {
    width: 100%;
  }
}
.tobira .entrance-list .ent-title, .tobira .entrance-list .ent-comment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list .ent-title, .tobira .entrance-list .ent-comment {
    padding-left: 40px;
  }
}
.tobira .entrance-list .ent-comment {
  font-size: calc(0.6rem + 1.5vw);
  font-weight: 600;
  height: 25%;
}
@media screen and (min-width: 768px) {
  .tobira .entrance-list .ent-comment {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list .ent-comment {
    font-size: 1.1rem;
  }
}
.tobira .entrance-list .ent-comment br {
  display: none;
}
@media screen and (min-width: 768px) {
  .tobira .entrance-list .ent-comment br {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list .ent-comment br {
    display: none;
  }
}
.tobira .entrance-list .ent-admin {
  border: 1px solid var(--bgcolor8);
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list .ent-admin {
    border: none;
    border-radius: 55px 0 0 55px;
    max-height: 110px;
    width: 300px;
  }
  .tobira .entrance-list .ent-admin a {
    padding-left: 55px;
  }
}
.tobira .entrance-list .ent-admin .ent-title {
  background-color: var(--bgcolor1);
  border-bottom: 3px solid var(--bgcolor8);
  font-size: calc(1.3rem + 1vw);
  font-weight: 600;
  height: 75%;
  letter-spacing: -0.1rem;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .tobira .entrance-list .ent-admin .ent-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list .ent-admin .ent-title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list .ent-admin .ent-comment {
    font-size: 1.4rem;
  }
}
.tobira .entrance-list .ent-ukinisum {
  border: 1px solid var(--bgcolor7);
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list .ent-ukinisum {
    border: none;
  }
}
.tobira .entrance-list .ent-ukinisum .ent-title {
  background-color: var(--bgcolor7);
  border-bottom: 3px solid var(--bgcolor8);
  height: 75%;
}
.tobira .entrance-list .ent-ukinisum .ent-title img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .tobira .entrance-list .ent-ukinisum .ent-title img {
    height: 70%;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list .ent-ukinisum .ent-title img {
    height: auto;
    width: 130px;
  }
}
.tobira .entrance-list .ent-furusato {
  background-color: var(--bgcolor12);
  border: 1px solid var(--bgcolor15);
}
.tobira .entrance-list .ent-furusato .ent-title {
  background-color: var(--bgcolor13);
  background-image: linear-gradient(45deg, #fff8b9 25%, transparent 25%, transparent 75%, #fff8b9 75%, #fff8b9), linear-gradient(45deg, #fff8b9 25%, transparent 25%, transparent 75%, #fff8b9 75%, #fff8b9);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  border-bottom: 3px solid var(--bgcolor15);
  font-size: calc(1.3rem + 1vw);
  font-weight: 600;
  height: 75%;
  letter-spacing: -0.1rem;
  padding-top: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tobira .entrance-list .ent-furusato .ent-title {
    font-size: 1.8rem;
  }
}
.tobira .entrance-list .ent-furusato .ent-comment {
  background-color: var(--bgcolor12);
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list .ent-furusato {
    border: none;
  }
}
.tobira .entrance-list .ent-ukitrip {
  border: 1px solid var(--bgcolor5);
}
.tobira .entrance-list .ent-ukitrip img {
  width: 80px;
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list .ent-ukitrip {
    border: none;
  }
}
.tobira .entrance-list .ent-ukitrip .ent-title {
  border-bottom: 3px solid var(--bgcolor5);
  background: url(/assets/img/icon/ent_ukitrip_neko_img.png) no-repeat right bottom;
  background-size: 25%;
  height: 75%;
}
@media screen and (min-width: 768px) {
  .tobira .entrance-list .ent-ukitrip .ent-title img {
    height: 80%;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .entrance-list .ent-ukitrip .ent-title {
    background-size: 20%;
  }
  .tobira .entrance-list .ent-ukitrip .ent-title img {
    width: 100px;
  }
}
.tobira .entrance-list .ent-ukitrip .ent-comment {
  background-color: var(--bgcolor9);
}
.tobira footer {
  background-image: none;
  color: var(--fontcolor2);
  max-height: none;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tobira footer {
    bottom: 0;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .tobira footer {
    bottom: 0;
    position: absolute;
  }
}
.tobira .footer-area {
  background-color: var(--bgcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 20px 15px 0 20px;
}
@media screen and (min-width: 768px) {
  .tobira .footer-area {
    padding: 20px 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .footer-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    height: 60px;
    padding: 0;
  }
}
.tobira .footer-area .footer-cont {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
@media screen and (min-width: 768px) {
  .tobira .footer-area .footer-cont {
    -ms-flex-preferred-size: 84%;
        flex-basis: 84%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .footer-area .footer-cont {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    margin: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0;
  }
}
.tobira .footer-area .f-sitelogo {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .tobira .footer-area .f-sitelogo {
    font-size: 1.6rem;
    margin-right: 10px;
    max-width: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .footer-area .f-sitelogo {
    font-size: 1.6rem;
    margin: 0 10px;
  }
}
.tobira .footer-area address {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .tobira .footer-area address {
    -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;
    font-size: 1.2rem;
    gap: 1%;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .footer-area address {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    gap: 10px;
  }
}
.tobira .footer-area .add-cont {
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .tobira .footer-area .add-cont:nth-child(1) br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .footer-area .add-cont {
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .tobira .footer-area .add-cont:nth-child(1), .tobira .footer-area .add-cont:nth-child(2), .tobira .footer-area .add-cont:nth-child(3) {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
}
.tobira .footer-area .access {
  margin: 5px 0;
  max-width: 190px;
  width: 37vw;
}
@media screen and (min-width: 768px) {
  .tobira .footer-area .access {
    margin-top: 0;
    max-width: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .footer-area .access {
    margin: 0;
  }
}
.tobira .footer-area .access a {
  background-color: var(--bgcolor6);
  border: 1px solid var(--bgcolor3);
  color: var(--fontcolor2);
  display: block;
  padding: 3px 5px 3px 3px;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.tobira .footer-area .access img {
  margin-right: 5px;
  width: 8%;
}
.tobira .footer-area .copyright {
  background-color: unset;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .tobira .footer-area .copyright {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
  }
}
.tobira .sns-links-area {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}
@media screen and (min-width: 768px) {
  .tobira .sns-links-area {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .sns-links-area {
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 5px;
  }
}
.tobira .sns-links-area .sns-links-list {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .tobira .sns-links-area .sns-links-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 15px;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .tobira .sns-links-area .sns-links-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tobira .sns-links-area .sns-links {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .tobira .sns-links-area .sns-links {
    margin: 0;
  }
}
.tobira .sns-links-area .sns-links img {
  height: auto;
  max-width: 30px;
  width: 100%;
}/*# sourceMappingURL=style1-tobira.css.map */