@charset "UTF-8";
.wf-notosansjapanese {
  font-family: "Noto Sans JP"; }

html {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans Japanese", Avenir, Verdana, Roboto, "Droid Sans", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif !important;
  background-image: url(/campaign/utsunomiya2019/img/utsunomiya_bg2.jpg);
  background-size: 50% auto; }
  html a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none; }
  html a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s; }

body {
  animation: title-fadein 2s ease 0s 1 normal;
  -webkit-animation: title-fadein 2s ease 0s 1 normal; }

@keyframes title-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes title-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: -16px; }

.swiper-button-prev {
  background: url(https://haniwaman.com/wp-content/uploads/2018/05/swiper3.png) no-repeat center center/contain; }

.swiper-button-next {
  background: url(https://haniwaman.com/wp-content/uploads/2018/05/swiper4.png) no-repeat center center/contain; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

header {
  max-width: 120rem;
  display: block;
  margin: 0 auto;
  text-align: center; }
  header .mv-pc img {
    display: block;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 768px) {
      header .mv-pc img {
        display: none; } }
  header .mv-sp img {
    display: none; }
    @media screen and (max-width: 768px) {
      header .mv-sp img {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%; } }

main {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-break: strict; }

.tabs {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .tabs {
      width: 100%; } }
  .tabs ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0; }
    .tabs ul li {
      display: inline-block;
      border: 0.2rem solid #fff;
      border-bottom: none;
      border-top-left-radius: 3.2rem;
      border-top-right-radius: 3.2rem;
      margin-right: 1.6rem; }
      @media screen and (max-width: 768px) {
        .tabs ul li {
          border-top-left-radius: 1.6rem;
          border-top-right-radius: 1.6rem;
          margin: 0 0.2rem; } }
    .tabs ul li:last-child {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .tabs ul li:last-child {
          margin: 0 0.2rem; } }
    .tabs ul a {
      display: inline-block;
      padding: 1.6rem 4rem 1rem; }
      @media screen and (max-width: 768px) {
        .tabs ul a {
          padding: 0.5rem 0 0.8rem;
          width: 5rem; } }
      .tabs ul a img {
        margin: 0 auto;
        text-align: center;
        width: 90%; }
    .tabs ul .area1 {
      position: relative;
      z-index: 1;
      background-image: url(/campaign/utsunomiya2019/img/utsunomiya_recommend_bg2.jpg);
      background-size: 50% auto; }
    .tabs ul .area2 {
      background-image: url(/campaign/utsunomiya2019/img/utsunomiya_tochigi_bg2.jpg);
      background-size: 50% auto; }
    .tabs ul .area3 {
      background-image: url(/campaign/utsunomiya2019/img/utsunomiya_mibu_bg2.jpg);
      background-size: 50% auto;
      margin-bottom: -0.2rem;
      z-index: 1; }
    .tabs ul .area4 {
      background-image: url(/campaign/utsunomiya2019/img/utsunomiya_utsunomiya_bg2.jpg);
      background-size: 50% auto; }

/*追従タブ*/
.clone-nav {
  max-width: none;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  background-image: url(/campaign/utsunomiya2019/img/utsunomiya_bg2.jpg);
  background-size: 50% auto;
  border-bottom: 0.2rem solid #fff; }

.is-show {
  transform: translateY(0); }

.mibu {
  position: relative;
  z-index: 0;
  background-image: url(/campaign/utsunomiya2019/img/utsunomiya_mibu_bg2.jpg);
  border-top: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  padding: 8.4rem 0;
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/ }
  @media screen and (max-width: 768px) {
    .mibu {
      padding: 3.2rem 0; } }
  .mibu .mibuarea {
    margin: 0 auto 5rem; }
    @media screen and (max-width: 768px) {
      .mibu .mibuarea {
        margin: 0 auto 2rem;
        padding: 0rem 1rem; } }
    .mibu .mibuarea .mibu-ttl {
      display: block;
      margin: 0 auto 0.4rem; }
      .mibu .mibuarea .mibu-ttl .mibu-ttl-pc {
        display: block;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .mibu .mibuarea .mibu-ttl .mibu-ttl-pc {
            display: none; } }
      .mibu .mibuarea .mibu-ttl .mibu-ttl-sp {
        display: none;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .mibu .mibuarea .mibu-ttl .mibu-ttl-sp {
            display: block;
            margin: 0 auto; } }
    .mibu .mibuarea .mibu-dtl {
      display: block;
      margin: 0 auto 3rem; }
      @media screen and (max-width: 768px) {
        .mibu .mibuarea .mibu-dtl {
          margin: 0 auto 2rem; } }
      @media screen and (max-width: 768px) {
        .mibu .mibuarea .mibu-dtl img {
          width: 4.5rem;
          margin: 0 auto; } }
    .mibu .mibuarea .map {
      display: block;
      margin: 0 auto; }
      .mibu .mibuarea .map .map-pc {
        display: block;
        margin: 0 auto;
        margin: 0 auto 2rem; }
        @media screen and (max-width: 768px) {
          .mibu .mibuarea .map .map-pc {
            display: none; } }
      .mibu .mibuarea .map .map-sp {
        display: none; }
        @media screen and (max-width: 768px) {
          .mibu .mibuarea .map .map-sp {
            display: block;
            margin: 0 auto; } }
        .mibu .mibuarea .map .map-sp img {
          width: 100%;
          margin: 0 0 1.2rem; }
    .mibu .mibuarea .map-txt {
      color: #888;
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.8rem; }
      @media screen and (max-width: 768px) {
        .mibu .mibuarea .map-txt {
          font-size: 0.85rem;
          line-height: 1.5rem; } }
  .mibu .bus {
    padding: 8.4rem 0;
    margin: 0 auto 12rem;
    background-image: url(/campaign/utsunomiya2019/img/utsunomiya_mibu_bg3.jpg); }
    @media screen and (max-width: 768px) {
      .mibu .bus {
        padding: 2rem 1rem;
        margin: 0 auto 5rem; } }
    .mibu .bus .bus-ttl img {
      display: block;
      margin: 0 auto;
      width: 246px;
      margin: 0 auto 2rem; }
      @media screen and (max-width: 768px) {
        .mibu .bus .bus-ttl img {
          width: 9.38rem;
          margin: 0 auto 0.4rem; } }
    .mibu .bus .bus-dtl {
      display: block;
      margin: 0 auto;
      color: #832e22;
      font-size: 1.625rem;
      font-weight: bold;
      line-height: 2rem;
      margin: 0 auto 5rem; }
      @media screen and (max-width: 768px) {
        .mibu .bus .bus-dtl {
          margin: 0 auto 1rem;
          font-size: 1.1rem; } }
    .mibu .bus .bus-map img {
      display: block;
      margin: 0 auto;
      margin: 0 auto 5rem; }
      @media screen and (max-width: 768px) {
        .mibu .bus .bus-map img {
          width: 100%;
          margin: 0 auto 2rem; } }
    .mibu .bus .bus-pdf a {
      display: block;
      margin: 0 auto;
      width: 32rem;
      background: #81512d;
      color: #fff;
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: bold;
      border-radius: 10rem;
      padding: 1.5rem 3rem; }
      @media screen and (max-width: 768px) {
        .mibu .bus .bus-pdf a {
          font-size: 0.95rem;
          padding: 0.8rem 2rem;
          width: 16rem; } }
  .mibu .bus-tabs {
    margin-top: 50px;
    max-width: 64rem;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .mibu .bus-tabs {
        margin: 0 auto 2rem; } }
  .mibu .tab_item {
    width: 298px;
    height: 100px;
    background-color: #d2d2d2;
    line-height: 30px;
    font-size: 26px;
    text-align: center;
    color: #535353;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 10px;
    margin-right: 64px;
    padding-top: 18px; }
    @media screen and (max-width: 768px) {
      .mibu .tab_item {
        display: inline-block;
        float: none;
        width: 102px;
        height: 60px;
        padding-top: 8px;
        margin-right: 8px;
        line-height: 20px;
        font-size: 16px; } }
    @media screen and (max-width: 380px) {
      .mibu .tab_item {
        display: inline-block;
        float: none;
        width: 86px;
        height: 70px;
        padding-top: 12px;
        margin-right: 8px;
        line-height: 20px;
        font-size: 14px; } }
  .mibu .tab_item:last-of-type {
    margin-right: 0; }
    @media screen and (max-width: 768px) {
      .mibu .tab_item:last-of-type {
        margin-right: 0; } }
  .mibu .tab_item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0.75; }
  .mibu input[name="tab_item"] {
    display: none; }
  .mibu .tab_content {
    display: none;
    padding: 48px 0;
    clear: both;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .mibu .tab_content {
        padding: 2rem 0 0; } }
  .mibu #michinoeki:checked ~ #michinoeki_content,
  .mibu #toy:checked ~ #toy_content,
  .mibu #omochanomachi:checked ~ #omochanomachi_content {
    display: block; }
  .mibu .bus-tabs input:checked + .tab_item {
    position: relative;
    background-color: #fff;
    color: #5a0b00; }
  .mibu .bus-tabs input:checked + .tab_item::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 45.5%;
    border: 15px solid transparent;
    border-top: 15px solid #fff; }
    @media screen and (max-width: 768px) {
      .mibu .bus-tabs input:checked + .tab_item::before {
        left: 38%; } }
  .mibu .time-table-flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .mibu .time-table {
    margin: 0 auto;
    border: none;
    border-collapse: separate;
    background: #fff;
    border-radius: 20px;
    width: 480px;
    justify-content: space-between;
    margin-right: 2rem;
    table-layout: fixed; }
    @media screen and (max-width: 768px) {
      .mibu .time-table {
        width: 160px;
        margin-right: 1rem; } }
    @media screen and (max-width: 380px) {
      .mibu .time-table {
        width: 136px;
        margin-right: 1rem; } }
  .mibu .time-table:nth-of-type(even) {
    margin: 0 auto; }
  .mibu .time-table tr:nth-of-type(4n) {
    background: #ceefe6; }
  .mibu .time-table .ttl {
    background-color: #64bfa5;
    vertical-align: middle;
    height: 50px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .mibu .time-table .ttl {
        height: 30px;
        width: 50px; } }
    .mibu .time-table .ttl th {
      font-size: 20px;
      color: #fff;
      border-right: none;
      border-radius: 20px 20px 0 0; }
      @media screen and (max-width: 768px) {
        .mibu .time-table .ttl th {
          font-size: 15px;
          border-right: none; } }
  .mibu .time-table th {
    vertical-align: middle;
    height: 50px;
    border-right: solid 1px #666;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .mibu .time-table th {
        height: 30px;
        width: 50px;
        font-size: 14px; } }
  .mibu .time-table td.data {
    padding: 0;
    margin: 0;
    width: 100px;
    border: none;
    color: #666;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden; }
  .mibu .time-table td:first-child {
    padding: 0 0 0 10px;
    vertical-align: middle; }
  .mibu .time-table td.bar {
    width: 100%; }
  .mibu .mibuevent {
    position: relative;
    max-width: 64rem;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    padding: 4rem 6rem; }
    @media screen and (max-width: 768px) {
      .mibu .mibuevent {
        margin: 0 1rem;
        padding: 3.5rem 1rem 1rem; } }
    .mibu .mibuevent .mibu-event-ttl {
      position: absolute;
      display: block;
      margin: 0 auto 2rem;
      top: -4rem;
      left: 0;
      right: 0; }
      @media screen and (max-width: 768px) {
        .mibu .mibuevent .mibu-event-ttl {
          top: -2rem; } }
      .mibu .mibuevent .mibu-event-ttl .mibu-event-ttl-pc {
        display: block;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .mibu .mibuevent .mibu-event-ttl .mibu-event-ttl-pc {
            display: none; } }
      .mibu .mibuevent .mibu-event-ttl .mibu-event-ttl-sp {
        display: none;
        width: 90%; }
        @media screen and (max-width: 768px) {
          .mibu .mibuevent .mibu-event-ttl .mibu-event-ttl-sp {
            display: block;
            margin: 0 auto; } }
    .mibu .mibuevent .event {
      display: block;
      margin: 0 auto 4rem; }
      @media screen and (max-width: 768px) {
        .mibu .mibuevent .event {
          margin: 0 auto 2rem; } }
      .mibu .mibuevent .event .event-ttl {
        color: #888;
        font-size: 2rem;
        font-weight: bold;
        margin: 0 auto 1.2rem; }
        @media screen and (max-width: 768px) {
          .mibu .mibuevent .event .event-ttl {
            font-size: 1.3rem;
            margin: 0 auto 0.7rem; } }
      .mibu .mibuevent .event .event-flex {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 768px) {
          .mibu .mibuevent .event .event-flex {
            display: block; } }
        .mibu .mibuevent .event .event-flex .event-box {
          width: 25.3rem;
          border: 3px solid #ffd185;
          padding: 2rem;
          text-align: left;
          margin-right: 1.4rem;
          margin-bottom: 1.4rem; }
          @media screen and (max-width: 768px) {
            .mibu .mibuevent .event .event-flex .event-box {
              padding: 1rem;
              margin: 0 auto 1rem;
              width: 100%; } }
          .mibu .mibuevent .event .event-flex .event-box .event-dtl {
            color: #ff9f00;
            font-size: 1.25rem;
            font-weight: bold;
            line-height: 2rem;
            margin: 0 auto 1.5rem; }
            @media screen and (max-width: 768px) {
              .mibu .mibuevent .event .event-flex .event-box .event-dtl {
                font-size: 1.05rem;
                line-height: 1.6rem;
                margin: 0 auto 0.8rem; } }
          .mibu .mibuevent .event .event-flex .event-box .event-txt {
            color: #777;
            font-size: 1rem;
            margin: 0 auto 1.5rem;
            line-height: 1.6rem; }
            @media screen and (max-width: 768px) {
              .mibu .mibuevent .event .event-flex .event-box .event-txt {
                font-size: 0.85rem;
                margin: 0 auto 1rem; } }
          .mibu .mibuevent .event .event-flex .event-box .event-time {
            background-color: #efefef;
            color: #777;
            font-size: 1rem;
            margin: 0 auto 1.5rem;
            line-height: 1.6rem;
            padding: 1rem; }
            .mibu .mibuevent .event .event-flex .event-box .event-time br {
              display: none; }
              @media screen and (max-width: 768px) {
                .mibu .mibuevent .event .event-flex .event-box .event-time br {
                  display: block; } }
            .mibu .mibuevent .event .event-flex .event-box .event-time span {
              display: block; }
            @media screen and (max-width: 768px) {
              .mibu .mibuevent .event .event-flex .event-box .event-time {
                font-size: 0.85rem;
                margin: 0 auto 1rem;
                padding: 0.5rem; } }
          .mibu .mibuevent .event .event-flex .event-box div {
            display: block;
            text-align: center; }
            .mibu .mibuevent .event .event-flex .event-box div .event-a {
              display: block;
              margin: 0 auto;
              width: 18rem;
              background: #ff9f00;
              color: #fff;
              font-size: 1.125rem;
              line-height: 1.6rem;
              font-weight: bold;
              border-radius: 10rem;
              padding: 1rem 3rem; }
              @media screen and (max-width: 768px) {
                .mibu .mibuevent .event .event-flex .event-box div .event-a {
                  font-size: 1rem;
                  line-height: 1.4rem;
                  padding: 0.8rem 2rem;
                  width: 14rem; } }
        .mibu .mibuevent .event .event-flex .event-box:nth-of-type(even) {
          margin-right: 0; }
          @media screen and (max-width: 768px) {
            .mibu .mibuevent .event .event-flex .event-box:nth-of-type(even) {
              margin: 0 auto 1rem; } }
    .mibu .mibuevent .benefits {
      display: block;
      margin: 0 auto 4rem; }
      @media screen and (max-width: 768px) {
        .mibu .mibuevent .benefits {
          margin: 0 auto 2rem; } }
      .mibu .mibuevent .benefits .benefits-ttl {
        color: #888;
        font-size: 2rem;
        font-weight: bold;
        margin: 0 auto 1.2rem; }
        @media screen and (max-width: 768px) {
          .mibu .mibuevent .benefits .benefits-ttl {
            font-size: 1.3rem;
            margin: 0 auto 0.7rem; } }
      .mibu .mibuevent .benefits .benefits-dtl {
        color: #888;
        font-size: 1rem;
        margin: 0 auto 1.2rem; }
        @media screen and (max-width: 768px) {
          .mibu .mibuevent .benefits .benefits-dtl {
            font-size: 0.9rem;
            line-height: 1.4rem;
            margin: 0 auto 0.7rem; } }
      .mibu .mibuevent .benefits .benefits-ul {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 768px) {
          .mibu .mibuevent .benefits .benefits-ul {
            display: block; } }
        .mibu .mibuevent .benefits .benefits-ul .benefits-li {
          position: relative;
          background: #fdede4;
          width: 16.8rem;
          padding: 4.3rem 1rem 1rem 1rem;
          margin-right: 0.5rem;
          margin-bottom: 0.5rem;
          counter-increment: number;
          text-align: left; }
          @media screen and (max-width: 768px) {
            .mibu .mibuevent .benefits .benefits-ul .benefits-li {
              margin-right: 0;
              width: 100%; } }
          .mibu .mibuevent .benefits .benefits-ul .benefits-li .benefits-li-ttl {
            color: #777;
            font-size: 1.4rem;
            line-height: 2rem;
            font-weight: bold;
            margin: 0 auto 0.5rem; }
            @media screen and (max-width: 768px) {
              .mibu .mibuevent .benefits .benefits-ul .benefits-li .benefits-li-ttl {
                font-size: 1.2rem;
                line-height: 1.6rem; } }
          .mibu .mibuevent .benefits .benefits-ul .benefits-li .map-a {
            display: block;
            width: 4rem;
            border-radius: 11rem;
            background-color: #ffd185;
            color: #fff;
            font-size: 0.9rem;
            font-weight: bold;
            padding: 0.4rem 0.9rem;
            margin: 1rem 0;
            text-align: center; }
            @media screen and (max-width: 768px) {
              .mibu .mibuevent .benefits .benefits-ul .benefits-li .map-a {
                font-size: 1rem;
                width: 3.8rem;
                padding: 0.5rem 0.68rem; } }
          .mibu .mibuevent .benefits .benefits-ul .benefits-li .benefits-li-dtl {
            color: #777;
            font-size: 1rem;
            line-height: 1.5rem;
            margin: 0 auto 0.5rem; }
          .mibu .mibuevent .benefits .benefits-ul .benefits-li .benefits-li-num {
            color: #999;
            font-size: 0.9rem;
            line-height: 1.3rem; }
        .mibu .mibuevent .benefits .benefits-ul .benefits-li:nth-of-type(3) {
          margin-right: 0; }
        .mibu .mibuevent .benefits .benefits-ul .benefits-li:before {
          content: counter(number);
          position: absolute;
          top: 1.5rem;
          left: 0;
          right: 0;
          display: block;
          margin: auto;
          margin-bottom: 1rem;
          width: 1.6rem;
          height: 1.6rem;
          font: 600 15px/21px 'Open Sans', sans-serif;
          font-size: 0.9rem;
          font-weight: bold;
          padding: 0.2rem;
          border-radius: 50%;
          background: #ff9f00;
          color: #fff;
          text-align: center; }

footer {
  max-width: 64rem;
  display: block;
  margin: 0 auto !important;
  text-align: center;
  padding: 6.4rem 0 9.2rem !important; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 3.2rem 1rem !important; } }
  footer ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    list-style: none;
    margin: 0 0 6.4rem;
    padding: 0; }
    @media screen and (max-width: 768px) {
      footer ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 0 1rem;
        justify-content: space-between; } }
    footer ul li {
      margin-right: 1.6rem; }
      @media screen and (max-width: 768px) {
        footer ul li {
          margin-right: 0; } }
      footer ul li a {
        display: block;
        margin: 0 auto; }
        footer ul li a img {
          display: block;
          width: 90%; }
          @media screen and (max-width: 768px) {
            footer ul li a img {
              display: block;
              width: 10rem;
              margin-bottom: 1.4rem; } }
    footer ul li:last-child {
      margin-right: 0; }
  footer .footer-other {
    margin: 0 0 6.4rem; }
    @media screen and (max-width: 768px) {
      footer .footer-other {
        margin: 0 0 1rem; } }
    footer .footer-other .contact-us h1 {
      display: block;
      margin: 0 auto 0.85rem;
      color: #832e22;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        footer .footer-other .contact-us h1 {
          margin: 0 auto 0.6rem; } }
    footer .footer-other .contact-us p {
      display: block;
      margin: 0 auto 2rem;
      color: #832e22;
      text-decoration: none;
      font-size: 1rem;
      line-height: 1.7rem; }
      footer .footer-other .contact-us p br {
        display: none; }
        @media screen and (max-width: 768px) {
          footer .footer-other .contact-us p br {
            display: block; } }
      footer .footer-other .contact-us p span {
        display: block;
        margin: 0 auto 1rem;
        font-size: 0.72rem;
        line-height: 1.2rem; }
    footer .footer-other .sponsorship h1 {
      display: block;
      margin: 0 auto 0.85rem;
      color: #832e22;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        footer .footer-other .sponsorship h1 {
          margin: 0 auto 0.6rem; } }
    footer .footer-other .sponsorship p {
      display: block;
      margin: 0 auto 2rem;
      color: #832e22;
      text-decoration: none;
      font-size: 1rem;
      line-height: 1.7rem; }
      footer .footer-other .sponsorship p span {
        display: block;
        margin: 0 auto 1rem;
        font-size: 0.72rem;
        line-height: 1.2rem; }
    footer .footer-other .cooperation h1 {
      display: block;
      margin: 0 auto 0.85rem;
      color: #832e22;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        footer .footer-other .cooperation h1 {
          margin: 0 auto 0.6rem; } }
    footer .footer-other .cooperation p {
      display: block;
      margin: 0 auto 2rem;
      color: #832e22;
      text-decoration: none;
      font-size: 1rem;
      line-height: 1.7rem; }
      footer .footer-other .cooperation p span {
        display: block;
        margin: 0 auto 1rem;
        font-size: 0.72rem;
        line-height: 1.2rem; }
  footer .tobubanner a {
    display: block;
    width: 15.8rem;
    margin: 0 auto; }
    footer .tobubanner a img {
      display: block;
      margin: 0 auto 2.4rem; }
      @media screen and (max-width: 768px) {
        footer .tobubanner a img {
          width: 40%; } }
  footer .tobubanner small {
    color: #666;
    font-size: 1rem; }
    @media screen and (max-width: 768px) {
      footer .tobubanner small {
        font-size: 0.7rem;
        line-height: 1rem;
        margin: 0 auto;
        display: block; } }

/*# sourceMappingURL=utsunomiya2019-mibu.css.map */
