/*ヘッダー*/
#wrap{
  overflow: hidden;
  width:100%;
  }

  .background-header {
    background-image: url(https://web.archive.org/web/20220925012122im_/http://tadadaisyo.jp/wp-content/uploads/2018/03/bba5855034f72771f79fa7483d173c2e.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color:#ccc;
    width: 100%;
    margin: 0 auto;
    }

    .header-logo {
      width: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start
      }
      .header-logo img {
      text-align: left;
      }
      .header-logo a:hover {
      opacity: .9
      }
      .header-logo-wrap {
      width: 50%
      }


      .top-contact {
        margin-left: 62%
        }
        
        
        .top-contact02 {
        margin-left: auto;
        padding-right: 1em;
        }


        .site-description-wrap {
          position: relative;
          background-color: rgba(82, 82, 82, .38);
          display: block;
          width: 100%;
          padding-bottom:0px;
          left: 0;
          right: 0
          }
          .site-description-block p {
          font-size: 2rem;
          font-weight: 600;
          text-align: center;
          color: #fff
          ;white-space: nowrap;
          }
          .site-description-block {
          padding:0px 0px;
          }
/*ヘッダーここまで*/
/*メニューバー*/
.fixed-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
    z-index: 1;
  display: flex;
  justify-content: center;
  margin-left: -10px;

}
.fixed-menu ul::after {
  content: "";
  display: block;
  clear: both;
}
.fixed-menu ul > li {
  float: left;
  position: relative;
  box-sizing: border-box;
}
.fixed-menu ul li a {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
  color: #283f9d;
    letter-spacing: 3px;
  background: #fff;
  text-align: center;
    width:150px;
}

.fixed-menu ul li a span{
    font-size: 0.6rem;

}

.fixed-menu ul li a:hover {
  background: #eee;

}
.fixed-menu ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
}
.fixed-menu ul > li li {
  float: none;
  width: 100%;
}
.fixed-menu ul li:hover ul {
  display: block;
}

.fixed-menu li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
    
}
.fixed-menu li li a {
    padding:1rem 1rem 2rem 1rem;
}
.fixed-menu li:hover > ul > li {
    height: 4rem;
    overflow: visible;
    word-wrap: break-word;
    
}

.fixed-menu li ul li ul {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
/*メニューバーここまで*/
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 823px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}#content[tabindex="-1"]:focus,
a,
a:active,
a:hover,
input[type=email]:focus,
input[type=text]:focus,
input[type=textarea]:focus {
outline: 0
}
.business-block a img:hover,
.kobetu-gyoumu a img:hover,
.top-gyoumu p a:hover,
.tpo-a a img:hover {
opacity: .8
}
.comment-content a,
.site-title a,
body {
word-wrap: break-word
}
img,
legend {
border: 0
}
pre,
textarea {
overflow: auto
}
.entry-title a,
.entry-title+p a,
.posted-on a,
.top-gyoumu a,
ins,
mark {
text-decoration: none
}
.aligncenter,
.cf:after,
.clear:after,
.comment-content:after,
.entry-content:after,
.page-links,
.site-content:after,
.site-footer:after,
.site-header:after {
clear: both
}
@media (max-width:786px) {
.container {
max-width: 100%
}
.mp {
margin: 0;
padding: 0
}
.p01 {
padding-left: 0;
padding-right: 0
}
.m01,
.row {
margin-right: 0;
margin-left: 0;
}
}
@media (min-width:992px) {
.mt {
margin-bottom: 1rem
}
.mt-2 {
margin-bottom: 2rem;
}
.mb {
margin-top: 3rem
}
.m01-d {
margin-right: 0;
margin-left: 0
}
.p01-d {
padding-left: 0;
padding-right: 0
}
.w90 {
margin-right: 16rem
}
.hazimemasite-wrap {
margin: 1rem 0
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.ipad-clear {
padding: 0
}
.w90 {
margin-right: 1rem
}
}
.mp01 {
margin: 0;
padding: 0
}
.container-80 {
width: 100%;
margin: 0 auto
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
box-sizing: border-box
}
#wrap{
overflow: hidden;
width:100%;
}
body {
width:100%;
margin: 0;
padding:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
background-color: transparent
}
abbr[title] {
border-bottom: 1px dotted
}
b,
optgroup,
strong {
font-weight: 700
}
dfn {
font-style: italic
}
h1 {
font-size: 2em
}
mark {
color: #000
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -0.5em
}
sub {
bottom: -0.25em
}
svg:not(:root) {
overflow: hidden
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
font: inherit;
margin: 0
}
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em
}
legend,
td,
th,
ul {
padding: 0
}
li {
display: list-item;
text-align: -webkit-match-parent
}
ol li {
list-style: decimal
}
.wf-mplus1p {
font-family: "Mplus 1p"
}
.wf-sawarabimincho { }
body,
button,
input,
optgroup,
select,
textarea {
color: #404040;
font-family: wf-mplus1p, Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin: 0;
padding: 0
}
p {
margin-top: 0.7rem;
margin-bottom: 0.4rem;
line-height: 1.5
}
cite,
dfn,
em,
i {
font-style: italic
}
blockquote {
border-right: 5px solid #eee;
color: #777;
margin: 2em 0;
font-size: 0.95em;
padding: 1em 1.7em;
border-radius: 10px;
position: relative
}
.entry-content blockquote:after,
.entry-content blockquote:before {
font-family: "Font Awesome 5 Free";
position: absolute;
font-weight: 900;
padding-top: 0.25em;
border-radius: 50%;
display: block;
font-size: 1.5em;
color: #999;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center
}
.entry-content blockquote:before {
content: '\f10d';
left: 0.1em;
top: 0.1em
}
.entry-content blockquote:after {
content: '\f10e';
left: 28.1em;
bottom: 0
}
address {
margin: 0 0 1.5em
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
padding: 1.6em
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help
}
.nav-links span,
a[href^="tel:"] {
cursor: default
}
ins,
mark {
background: #fff9c0
}
big {
font-size: 125%
}
.entry-header {
background: #02aade;
padding: 0.6rem
}
.entry-content h1 {
background-color: #1A9FDA;
color: #fff;
padding-left: 2rem;
font-size: 1.5rem;
margin-bottom: 1rem
}
.entry-header h1 {
text-align: center;
color: #fff;
line-height: 2
}
.entry-content ul {
list-style: square
}
.entry-header-shokuhinn {
text-align: left;
color: #fff
}
.entry-header-shokuhinn .entry-title {
padding: 0.3rem 1rem 0.3rem 2rem
}
.entry-header-shokuhinn h1 {
font-size: 1.5rem
}
.top-h2 {
background: #4a9ceb;
background-image: linear-gradient(45deg, #00a3cfb5 25%, #00a3cfcc 25%, #00a3cf 50%, #00a3cfb8 50%, #00a3cfd9 75%,#00a3cfa6 75%, #0079cf );
}
.top-h2 h2 {
line-height: 29px;
padding: 10px;
color: #fff;
border-left: 8px solid #e9e9e9;
margin-left: 10px;
margin-bottom: 0
}
@media (min-width:768px) and (max-width:2500px) {
.top-h2 h2 {
padding: 15px 10px;
font-size: 1.5rem
}
}
.tpo-a a {
font-size: 0
}
.site-footer p,
.top-icon {
font-size: 1rem
}
.tpo-a a img {
vertical-align: top;
width: 25%
}
.top-icon p {
line-height: 19px;
padding: 20px;
color: #000;
margin: 0;
background: #fff
}
@media (min-width:992px) {
.top-icon {
background: #15b2ff;
font-size: 1rem;
position: relative
}
.top-icon img {
position: absolute;
left: -196px;
top: 28px;
width: 17%;
height: 77%
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.top-icon img {
display: none
}
}
.business h3 {
padding: 0.6rem 0.5rem 0.5rem 2rem;
margin-bottom: 1rem;
color: #fff
}
.hazimemasite-text {
background-color: #15b2ff;
margin-top: 0;
position: relative;
width: 100%;
top: 0;
left: 0;
overflow: hidden
}
.hazimemasite-title-h3 h3::before {
content: "";
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/tada-spr02.svg);
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 0 -43px;
line-height: 1.4;
color: #fff;
text-align: center;
max-width: 101%;
width: 1rem;
height: 24px;
background-size: 242px;
margin-right: 10px
}
.hazimemasite-title {
line-height: 19px;
padding: 20px;
color: #000;
margin: 0 0 1rem;
background: #fff
}
@media (min-width:768px) and (max-width:1024px) {
h3 .hazimemasite-title {
padding: 1em 0 1em 1em
}
}
@media (max-width:768px) {
.hazimemasite-title {
text-align: center
}
.top-icon p {
padding: 10px 15px 15px;
margin: 0.5rem
}
}
.hazimemasite-text p {
font-weight: 600;
background: #fff;
letter-spacing: 2px;
line-height: 1.5em
}
.top-gyoumu a p,
dt {
font-weight: 700
}
.hazimemasite-sannkaku {
background: #fff
}
@media (max-width:823px) {
.hazimemasite-sannkaku {
padding-top: 1rem;
padding-left: 1rem;
padding-right: 1rem;
margin-bottom: 1rem;
background: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/images/hazimemasite-bg.png) no-repeat
}
}
@media (min-width:992px) {
.hazimemasite-text {
background-color: transparent
}
.bg-sannkaku {
margin-top: 2rem;
background: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/images/hazimemasite-bg.png) no-repeat
}
.hazimemasite-text p {
background: 0 0;
padding: 1rem
}
.top-icon {
background: 0 0
}
.hazimemasite-title {
width: 30%
}
}
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:portrait) {
h3 .hazimemasite-title {
text-align: center
}
.hazimemasite-title {
width: 100%
}
}
.top-gyoumu,
body {
background: #fff
}
.site-footer h3 {
color: #fff
}
.site-footer p {
color: #fff;
padding: 0
}
@media (max-width:768px) {
.footer-left {
width: 100%;
max-width: 100%;
flex: 100%
}
.tpo-a a img {
width: 50%;
max-width: 50%
}
.top-icon img {
display: none
}
.top-gyoumu a p {
color: #3799e7
}
}
@media screen and (orientation:landscape) {
.footer-left {
flex: 0 0 50%;
max-width: 50%
}
}
@media (min-width:992px) {
.footer-left {
flex: 0 0 25%;
max-width: 24%
}
}
img,
table {
max-width: 100%
}
@media only screen and (min-device-width:768px) and (max-device-width:1366px) and (orientation:portrait) {
.ipad-footer-width {
flex: 0 0 33%;
max-width: 100%
}
.footer-left {
width: 100%;
max-width: 100%;
flex: 100%
}
}
.top-gyoumu {
height: 261px;
width: 75%;
padding: 1px;
margin-bottom: 1rem;
float: right;
display: flex;
justify-content: center;
align-items: center
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.top-gyoumu {
height: 221px
}
}
@media (max-width:768px) {
.top-gyoumu {
width: 50%;
height: auto;
padding: 13% 0
}
}
#top-other-gyoumu-pc {
width: 75%
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
.top-gyoumu {
padding: 2rem
}
}
.top-gyoumu a {
text-align: center
}
.top-gyoumu p a {
color: #3799e7;
margin-top: 1%;
font-size: 1.5rem;
font-weight: 700;
display: inline-block
}
.site-copy {
text-align: center
}
.site-copy span {
font-size: 0.5rem;
color: #878787
}
.site-copy span a {
color: #878787
}
*,
:after,
:before {
box-sizing: inherit
}
hr {
box-sizing: content-box;
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em
}
ol,
ul {
margin: 1.5em 0 0 3em;
padding: 0
}
ul {
list-style: none
}
ol {
list-style: decimal
}
li > ol,
li > ul {
margin-bottom: 1em;
margin-left: 1.5em
}
dd {
margin: 0 1.5em 1.5em
}
img {
height: auto
}
figure {
margin: 1em 0
}
table {
width: 100%;
margin: 0 0 1.5em;
border-collapse: collapse;
border-spacing: 0
}
.post table {
border-top: 1px #999 solid;
border-right: 1px #999 solid;
margin-bottom: 20px;
width: 100%
}
table th,
table tr td {
padding: 5px;
border-bottom-width: 1px;
border-left-width: 1px;
border-bottom-color: #999;
border-left-color: #999
}
.top-contact {
margin-left: 62%
}
@media (max-width:559px){
.top-contact {
margin-left: 45%
}
.small-contact{
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s.t_contact.svg);
background-repeat: no-repeat;
line-height: 1.7;
color: #fff;
text-align: center;
max-width: 100%;
background-position:100px 10px;
display: block;
width: 50rem;
height: 60px;
background-size:auto 40px;
}
}
.s-contact{background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s.g_contact.svg);
background-position:200px 10px;
}
.r-contact{background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s.r_contact.svg);
background-position:200px 10px;
}
.p-contact{background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s.p_contact.svg);
background-position:200px 10px;
}
.b-contact{background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s.b_contact.svg);
background-position:200px 10px;
}
.top-contact02 {
margin-left: auto;
padding-right: 1em;
}
@media (min-width:560px){
.top-contact {
margin-left: 45%
}
.small-contact{
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s.t_contact.svg);
background-repeat: no-repeat;
line-height: 1.7;
color: #fff;
text-align: center;
max-width: 100%;
background-position:220px 10px;
display: block;
width: 50rem;
height: 60px;
background-size:auto 50px;
}
}
.s-contact{background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s.g_contact.svg);
background-position:220px 10px;
}
.r-contact{background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s.r_contact.svg);
background-position:220px 10px;
}
.p-contact{background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s.p_contact.svg);
background-position:220px 10px;
}
.b-contact{background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s.b_contact.svg);
background-position:220px 10px;
}
.top-contact02 {
margin-left: auto;
padding-right: 1em;
}
@media (min-width:630px){
.large-contact,
.tel-011-211-5241:before {
background-repeat: no-repeat;
background-attachment:scroll;
background-position:130px 20px;
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/top_contact.svg);
color: #fff;
text-align: center;
max-width:150%;
display: block;
width:70rem;
height:112px;
margin-top: -5rem;
background-size:auto 62px;
}
.site-branding .default-contact-sp {
background-position: 700px -5px
}
.s-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s_contact.svg);
background-position:130px 20px;
}
.r-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/r_contact.svg);
background-position:130px 20px;
}
.p-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/p_contact.svg);
background-position:130px 20px;
}
.b-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/b_contact.svg);
background-position:130px 20px;
}
#main-container_id {
bottom: 2rem
}
}
@media (min-width:640px){
.large-contact,
.tel-011-211-5241:before {
background-repeat: no-repeat;
background-attachment:scroll;
background-position:330px 20px;
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/top_contact.svg);
color: #fff;
text-align: center;
max-width:150%;
display: block;
width:70rem;
height:112px;
margin-top: -5rem;
background-size:auto 65px;
}
.site-branding .default-contact-sp {
background-position: 700px -5px
}
.s-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s_contact.svg);
background-position:330px 20px;
}
.r-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/r_contact.svg);
background-position:330px 20px;
}
.p-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/p_contact.svg);
background-position:330px 20px;
}
.b-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/b_contact.svg);
background-position:330px 20px;
}
#main-container_id {
bottom: 2rem
}
}
@media (min-width:725px){
.large-contact,
.tel-011-211-5241:before {
background-repeat: no-repeat;
background-attachment:scroll;
background-position:180px 20px;
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/top_contact.svg);
color: #fff;
text-align: center;
max-width:150%;
display: block;
width:70rem;
height:112px;
margin-top: -5rem;
background-size:auto 70px;
}
.site-branding .default-contact-sp {
background-position: 700px -5px
}
.s-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s_contact.svg);
background-position:180px 20px;
}
.r-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/r_contact.svg);
background-position:180px 20px;
}
.p-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/p_contact.svg);
background-position:180px 20px;
}
.b-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/b_contact.svg);
background-position:180px 20px;
}
#main-container_id {
bottom: 2rem
}
}
@media (min-width:816px){
.large-contact,
.tel-011-211-5241:before {
background-repeat: no-repeat;
background-attachment:scroll;
background-position:330px 20px;
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/top_contact.svg);
color: #fff;
text-align: center;
max-width:150%;
display: block;
width:70rem;
height:112px;
margin-top: -5rem;
background-size:auto 75px;
}
.site-branding .default-contact-sp {
background-position: 700px -5px
}
.s-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s_contact.svg);
background-position:330px 20px;
}
.r-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/r_contact.svg);
background-position:330px 20px;
}
.p-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/p_contact.svg);
background-position:330px 20px;
}
.b-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/b_contact.svg);
background-position:330px 20px;
}
#main-container_id {
bottom: 2rem
}
}
@media (min-width:827px){
.large-contact,
.tel-011-211-5241:before {
background-repeat: no-repeat;
background-attachment:scroll;
background-position:330px 20px;
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/top_contact.svg);
color: #fff;
text-align: center;
max-width:150%;
display: block;
width:70rem;
height:112px;
margin-top: -5rem;
background-size:auto 83px;
}
.site-branding .default-contact-sp {
background-position: 700px -5px
}
.s-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s_contact.svg);
background-position:330px 20px;
}
.r-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/r_contact.svg);
background-position:330px 20px;
}
.p-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/p_contact.svg);
background-position:330px 20px;
}
.b-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/b_contact.svg);
background-position:330px 20px;
}
#main-container_id {
bottom: 2rem
}
}
@media (min-width:869px){
.large-contact,
.tel-011-211-5241:before {
background-repeat: no-repeat;
background-attachment:scroll;
background-position:260px 20px;
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/top_contact.svg);
color: #fff;
text-align: center;
max-width:150%;
display: block;
width:70rem;
height:112px;
margin-top: -5rem;
background-size:auto 90px;
}
.site-branding .default-contact-sp {
background-position: 700px -5px
}
.s-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/s_contact.svg);
background-position:260px 20px;
}
.r-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/r_contact.svg);
background-position:260px 20px;
}
.p-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/p_contact.svg);
background-position:260px 20px;
}
.b-contact {
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/b_contact.svg);
background-position:260px 20px;
}
#main-container_id {
bottom: 0rem
}
}
@media (min-width:768px) and (max-width:2500px) {
.gyouseisyotoha img {
float: left;
width: 50%;
margin: 1% 2% 2%
}
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
border-color: #ccc #bbb #aaa
}
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
border-color: #aaa #bbb #bbb
}
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
color: #111;
outline: 0
}
select {
border: 1px solid #ccc
}
textarea {
width: 100%
}
.wpcf7 {
background: #fff
}
.wpcf7-form {
width: 80%;
margin: 2rem auto;
padding-top: 0
}
.wpcf7-textarea {
font-size: 1em
}
@media (max-width:768px) {
.wpcf7-form {
padding-top: 1rem;
width: 100%;
margin: 0
}
}
div.wpcf7 {
margin-top: 1rem
}
.hissu {
color: red
}
.contact-other {
font-size: 0.8rem;
font-weight: 600;
padding: 0;
overflow: hidden;
display: block
}
.table-contactform7 {
width: 100%;
overflow: hidden;
table-layout: fixed
}
.table-contactform7 td {
width: 70%
}
.unrequired-contactform7 {
padding: 5px;
background: #BDBDBD;
color: #fff;
border-radius: 3px;
margin-right: 3px
}
.table-contactform7 th {
font-weight: 700;
vertical-align: middle;
text-align: center;
display: table-cell
}
.address-100 input {
max-width: 90% !important;
margin: 5px 10px 10px 5px
}
.message-100 textarea {
width: 100%;
border: 2px solid #ccc;
border-radius: 10px/100px;
padding: 0.5rem
}
.wpcf7-form-control-wrap input {
overflow: visible;
padding: 2%;
margin-top: 2%;
border: 2px solid #ccc;
width: 100%;
font-size: 1em;
border-radius: 40px/100px
}
@media screen and (min-width:900px) {
.table-contactform7 tr {
justify-content: space-between;
overflow: visible;
padding: 2%;
margin-top: 2%;
width: 91%;
font-size: 1em;
display: table
}
}
.text-xs-center input {
display: block;
font-family: "Sawarabi Mincho";
color: #fff;
font-size: 2rem;
position: relative;
margin: 0 auto;
background: #1a80d9;
border-radius: 5px;
box-shadow: 4px 3px 0 2px #187bc1
}
@media (max-width:768px) {
.text-xs-center input {
display: block;
font-family: "Sawarabi Mincho";
color: #fff;
font-size: 1.5rem;
margin: 0 auto;
background: #1a80d9
}
}
@media screen and (max-width:900px) {
.table-contactform7 tbody,
.table-contactform7 th,
.table-contactform7 tr {
display: block;
width: 100%
}
.table-contactform7 {
display: block
}
.table-contactform7 th {
margin: 5px auto;
border: none
}
.table-contactform7 td {
display: list-item;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
border-top: none !important;
text-align: center
}
}
#cat_list li i,
.posted-on i {
padding-right: 0.5rem
}
a {
color: #4169e1
}
a.outline:focus {
outline: dotted 1px
}
a:visited {
color: #7f91c5
}
a:active,
a:focus,
a:hover {
color: #d1d1d1
}
a:focus {
outline: 0
}
.site-title {
width: 100%;
margin-top:-5px
}
.site-title a {
width: 100px;
display: none
}
.posted-on {
float: left;
width: 10em
}
.posted-on a {
color: #000
}
.posted_on_posts .posted-on {
width: 100%;
background: 0 0;
padding-left: 1rem;
padding-bottom: 0.2rem;
padding-top: 0.2rem;
margin-bottom: 1rem
}
.entry-content .entry-meta .cat-title .post-categories {
float: left;
margin: 0
}
.entry-content-itiran .entry-title {
padding: 0.5rem;
background: 0 0
}
.entry-content-itiran .entry-title:before {
content: "";
border-left: none;
padding: 0
}
.entry-content-itiran a {
color: #515151
}
.entry-content-itiran .eyecatch {
float: left;
width: 35%
}
.entry-title+p .read-more {
color: #1A9FDA
}
.fa,
.fa-check::before {
color: #fff
}
.fa,
.fa-plus::before {
color: #1A9FDA
}
.list_class,
.post-categories > li,
.sns-last > ul > li {
list-style: none
}
.list_class a,
.sns-last ul li a {
color: #fff;
text-decoration: none;
cursor: pointer
}
.cat-title .post-categories li {
margin-top: 0;
margin-bottom: 0.5rem
}
@media (max-width:768px) {
.entry-content-itiran .cat-title .post-categories li {
float: left;
margin-top: 0.6rem
}
}
.list_class {
float: right;
background: #1A9FDA;
padding: 0.1rem 0.5rem;
border-radius: 5px
}
.alignleft,
.list_class-l {
float: left
}
.list_class a {
font-size: 0.8rem
}
.list_class_tag {
border: 1px solid #1A9FDA;
border-radius: 5px;
padding: 0.1rem 0.5rem
}
#cat_list {
margin: 0
}
.sns-last ul {
display: flex;
justify-content: space-around;
margin: 0
}
.sns-last ul li {
text-align: center;
padding-top: 0.5em;
padding-bottom: 0.5em;
width: 30%;
margin: 0.6rem 0.6rem 0.6rem 0.2rem;
border-radius: 0
}
.twitter-last {
background: #26bbf6;
box-shadow: 2px 2px 0 1px #588ba4
}
.facebook-last {
background: #123c9e;
box-shadow: 2px 2px 0 1px #0010b0
}
.googleplus-last {
background: #e42c2c;
box-shadow: 2px 2px 0 1px #cf0000
}
.sns-last ul li a span {
font-size: 1rem;
vertical-align: middle
}
.navigation,
.page-links {
text-align: center
}
.navigation {
padding-left: 0;
border-radius: 4px;
margin: 1rem;
text-align: center
}
.nav-links a,
.nav-links span {
margin: 0;
text-decoration: none;
line-height: 1rem;
font-size: 1rem;
font-weight: 400;
padding: 0.2em 0.5em;
min-width: 1em;
color: #4682b4;
display: inline-block;
background: #fff
}
.nav-links a:hover,
.nav-links span:hover {
color: #06a8c4
}
.nav-previous {
margin: 1rem
}
.other-top-title {
padding: 0;
margin: 0 auto;
width: 100%;
position: relative;
text-align: center
}
.other-top-title a {
text-decoration: none;
color: #000;
margin: 0 auto;
text-align: center;
line-height: 2
}
.other-top-title a:hover {
opacity: .8
}
.new-nav-item {
margin: 0;
display: inline-block;
width: 150px;
height: 30px;
background: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/whitebar.png) -25px 0px no-repeat;
background-size: auto;
vertical-align: middle
}
#menu-pc_global li.menu-item a span {
font-size: 10px;
font-size: 10rem;
color: #999;
text-shadow: 0 1px #fff;
text-align: center;
font-family: verdana, Arial, Helvetica, sans-serif
}
@media screen and (min-width:1024px) {
.slicknav_menu {
display: none
}
}
@media screen and (max-width:1024px) {
#main-menu_id_ul {
display: none
}
.slicknav_menu {
display: block;
position: relative
}
}
@media (min-width:1024px) {
.menu-toggle {
display: none
}
}
.main-navigation {
margin-top: 0px
}
@media (max-width:768px) {
.main-navigation {
margin-top: 0
}
}
@media screen and (orientation:landscape) {
.main-navigation {
margin-top: 0
}
}
@media screen and (orientation:portrait) {
.main-navigation {
margin-top: 0px
}
}
.main-container_class {
width: 100%;
margin: 0 auto
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.main-container_class {
max-width: 1024px;
padding: 0
}
}
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:landscape) {
.w90 {
margin-right: 0
}
.ipadpro-width {
width: 1095px
}
}
#main-container_id {
position: relative
}
@media (min-width:1025px) and (max-width:1366px) {
#main-container_id {
top: 0
}
}
@media (min-width:812px) and (max-width:1024px) {
#main-container_id {
top: 0px
}
}
@media screen and (max-width:1024px) and (orientation:Portrait) {
#main-container_id {
top: 0;
}
}
.main-menu_class_ul {
display: -webkit-box; display: -ms-flexbox;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-box-direction: column; -webkit-flex-direction: column; flex-direction: column
}
.main-menu_class_ul li {
display: block;
list-style-type: none;
text-transform: uppercase;
position: relative
}
.main-menu_class_ul li a {
display: block;
text-align: center;
text-decoration: none;
color: #283f9d;
letter-spacing: 4px;
padding: 0.5rem 1rem 1rem
}
@media (max-width:823px) {
.main-menu_class_ul li a {
font-size: 0.5em;
letter-spacing: 2px;
line-height: 1.2;
padding: 0.5rem 1rem 0.5rem
}
}
@media (max-width:991px) {
.main-menu_class_ul li a {
font-size: 1em;
letter-spacing:1.5px;
line-height: 1.4;
padding: 0.5rem 1rem 0.5rem
}
}
.main-menu_class_ul li a:hover {
color: #307cdc
}
.main-menu_class_ul li+li:after {
content: "";
margin: 0;
display: inline-block;
width: 0.2rem;
height: 3rem;
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/contact_full.svg) left top no-repeat;
background-size: 18rem;
vertical-align: middle;
position: absolute;
top: 9px;
left: -21px
}
@media (min-width:375px) and (max-width:812px) {
.main-menu_class_ul li a {
font-size: 0.4em
}
.main-menu_class_ul li+li:after {
left: 0
}
}
@media (min-width:768px) and (max-width:1024px) {
.main-menu_class_ul li+li:after {
left: 0
}
}
.main-menu_class_ul li a span {
font-size: 0.7rem
}
#main-menu_id_ul {
background: #fff
}
.main-container_class-footer {
-webkit-overflow-scrolling: touch;
overflow-x: scroll
}
.main-menu_class_ul-footer {
list-style: none;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: space-around;
-ms-flex-pack: space-around;
justify-content: space-around;
margin: 0;
padding: 0
}
@media (max-width:768px) {
.main-menu_class_ul-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start
}
}
@media only screen and (orientation:landscape) {
.main-menu_class_ul-footer {
justify-content: center
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.main-menu_class_ul li {
width: 100%
}
.main-menu_class_ul li a {
padding: 1rem 0
}
}
@media (min-width:992px) {
.main-container_class-footer {
overflow: hidden
}
.main-menu_class_ul-footer {
width: 1140px;
display: flex;
webkit-box-pack: space-around;
-ms-flex-pack: space-around;
justify-content: space-around
}
.main-menu_class_ul-footer li+li:after {
content: "";
margin: 0;
display: inline-block;
width: 0.2rem;
height: 3rem;
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/contact_full.svg) left top no-repeat;
background-size: 18rem;
vertical-align: middle;
position: absolute;
top: 9px;
left: -80px
}
}
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) {
.main-menu_class_ul-footer {
width: 958px
}
}
.main-menu_class_ul-footer li {
list-style-type: none;
text-transform: uppercase;
position: relative
}
.main-menu_class_ul-footer li a {
display: block;
padding: 12px;
white-space: nowrap;
text-align: center;
font-size: 1rem;
color: #1d3994;
text-decoration: none
}
.g-menu-icon .sub-menu li+li:after,
.main-container_class ul ul,
.main-menu-icon .sub-menu li+li:after,
.p-menu-icon .sub-menu li+li:after,
.r-menu-icon .sub-menu li+li:after,
.b-menu-icon .sub-menu li+li:after
{
display: none
}
.main-menu_class_ul-footer li a span {
font-size: 0.7rem
}
.g-menu-icon li+li:after {
background-position: -8px 0
}
.g-menu-icon li a {
color: #16c003
}
.g-menu-icon li a:hover {
color: #6ad6a0
}
.r-menu-icon li+li:after {
background-position: -4px 0
}
.r-menu-icon li a {
color: #ea0000
}
.r-menu-icon li a:hover {
color: #eb6060
}
.p-menu-icon li+li:after {
background-position: -11px 0
}
.p-menu-icon li a {
color: #ca25f3
}
.p-menu-icon li a:hover {
color: #e785ff
}
.b-menu-icon li+li:after {
background-position: -15px 0
}
.b-menu-icon li a {
color: #cc9933
}
.b-menu-icon li a:hover {
color: #cc9933
}
@media screen and (min-width:768px) {
.main-menu_class_ul {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-ms-flex-pack: justify; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: space-between;
justify-content: space-evenly;
margin: 0;
padding: 0
}
}
.main-container_class ul li:hover > ul {
display: block;
color: #fff;
background: #fff;
margin: 0;
padding: 0
}
.main-container_class ul .sub-menu li:hover > ul {
padding-left: 0;
background: #fff;
margin-left: 12rem;
margin-top: -3rem
}
.main-container_class ul li:hover > ul a {
color: #283f9d
}
.main-container_class ul ul {
width: 200px;
color: #fff;
position: absolute;
z-index: 99999;
top:4em
}
.g-menu-icon_class ul li:hover > ul a {
color: #42ce59
}
.r-menu-icon_class ul li:hover > ul a {
color: #ea0000
}
.p-menu-icon_class ul li:hover > ul a {
color: #C912F6
}
.b-menu-icon_class ul li:hover > ul a {
color: #cc9933
}
.sub-menu li a:hover,
.sub-menu li:hover {
background: #fff;
color: #777;
border-radius: 5px
}
.sub-menu li {
display: block;
padding-left: 0
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0
}
@media (min-width:768px) and (max-width:2500px) {
#top-info {
margin-top: 0;
margin-bottom:20px
}
}
@media (min-width:668px) and (max-width:823px) {
#top-info {
margin-bottom: 1em
}
}
#top-info a h3 {
text-align: center;
margin: 0
}
#top-blog a h3 {
text-align: center
}
.top-block {
background: #00a3cf;
background-image: linear-gradient(45deg, #00a3cfb5 25%, #00a3cfcc 25%, #00a3cf 50%, #00a3cfb8 50%, #00a3cfd9 75%,#00a3cfa6 75%, #0079cf );
}
.top-block-inner {
background: #fff;
margin: 0.2em
}
@media (min-width:768px) and (max-width:1023px) {
.top-block-inner {
height: 13rem
}
}
.top-block-inner li a span {
color: #1d3994
}
.info-block,
.tadablog-block {
box-shadow: 0 1px 2px rgba(34, 25, 25, .4);
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
column-break-inside: avoid;
padding: 10px;
margin-top: -1rem
}
@media (max-width:768px) {
.tadablog-block {
margin-bottom: 2rem
}
}
.top-block-inner ul {
margin: 0;
padding: 1rem
}
.top-block-inner ul li {
font-size: 0.8rem;
line-height: 2;
list-style: none;
text-align: left
}
.top-block-inner ul li a {
color: #000;
text-decoration: none
}
.top-block-inner ul li a:hover {
opacity: .8
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
.alignleft {
display: inline;
margin-right: 1.5em
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
content: "";
display: table;
table-layout: fixed
}
.cf:after,
.cf:before {
content: " ";
display: table
}
.cf:after {
clear: both
}
.cf {
*zoom: 1
}
.widget ul {
margin: 0
}
.green .widget-title {
background-color: #42ce59
}
.red .widget-title {
background-color: #ea0000
}
.brown .widget-title {
background-color: #cc9933
}
.purple .widget-title {
background-color: #C912F6
}
.widget-title {
padding: 0.6rem 0.6rem 0.6rem 1rem;
background: #1A9FDA
}
.widget-title span {
border-bottom: 1px solid #fff;
display: block;
width: 100%;
height: 100%;
color: #fff
}
#archives-3 h3 span,
#categories-3 h3 span {
padding-left: 10px;
color:black;
letter-spacing: 2px
}
#archives-3 h3,
#categories-3 h3 {
background: #fff;
width: 100%
}
#archives-3 h3 span {
font-size: 1rem
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
#archives-3 h3,
#categories-3 h3 {
width: 100%
}
}
@media (max-width:768px) {
#archives-3 h3,
#categories-3 h3 {
width: 100%
}
#archives-3 h3 span {
font-size: 0.8rem
}
}
#categories-3 h3 span {
font-size: 1.5rem
}
#archives-dropdown-3,
#categories-3 .postform {
background: #fff;
border-radius: 5px
}
.shokuhinn-widget #custom_html-8 .custom-html-widget p:before {
background: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/green_sankaku.png);
background-position: -7% 0px;
background-repeat: no-repeat;
background-size:19px;
}
.syoubou-widget #custom_html-8 .custom-html-widget p:before {
background: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/red_sankaku.png);
background-position: -7% 0px;
background-repeat: no-repeat;
background-size:19px;
}
.huuei-widget #custom_html-8 .custom-html-widget p:before {
background: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/purple_sankaku.png);
background-position: -7% 0px;
background-repeat: no-repeat;
background-size:19px;
}
.kobutushichiya-widget #custom_html-8 .custom-html-widget p:before {
background: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/brown_sankaku.png);
background-position: -7% 0px;
background-repeat: no-repeat;
background-size:19px;
}
.widget-sidebar .widget {
margin: 0 0 1.5em;
background: #fff
}
@media (max-width:768px) {
#categories-3 h3 span {
font-size: 0.8rem
}
#recent-posts-3 {
display: none
}
.widget-sidebar {
padding: 0
}
}
@media (min-width:768px) and (max-width:1024px) {
.widget-sidebar {
padding: 1%
}
.mp {
padding: 0%
}
}
.tags a,
.tags a:hover {
display: block;
padding: 3px;
text-decoration: none
}
.widget select {
max-width: 100%
}
@media screen and (orientation:landscape) {
#archives-3 h3,
#categories-3 h3 {
width: 100%
}
}
.tags a {
color: #02aade;
background: #fff;
border: 1px solid #02aade;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 3rem;
text-align: center;
font-variant: diagonal-fractions;
line-height: 1
}
.tags a:hover {
color: #fff;
background: #2e5fa1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}
#npcatch img {
width: 35%
}
#newpostcatch-3 #npcatch img {
width: 0
}
@media (min-width:992px) {
#npcatch .title,
#npcatch li {
padding-left: 1rem;
padding-right: 1rem;
}
.npcatch {
display: flex;
flex-direction: column;
align-items: start
}
#npcatch .title {
display: flex;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse
}
#npcatch li:first-child {
padding-top: 1rem;
}
#npcatch li:last-child {
padding-bottom: 1rem
}
.footer-navigation {
margin-top: 1rem
}
}
.textwidget a:hover {
opacity: .8
}
.cat-item a:hover {
opacity: .8
}
@media (max-width:768px) {
#npcatch li a span {
display: flex
}
#newpostcatch-2 #npcatch li a span {
color: #000
}
#npcatch img {
width: 30%
}
.site-description-wrap {
position: relative;
background-color: rgba(82, 82, 82, .38);
display: block;
width: 100%;
padding-bottom:0px;
left: 0;
right: 0
}
.site-description-block p {
font-size: 0.8rem;
font-weight: 600;
text-align: center;
color: #fff
;white-space: nowrap;
}
.site-description-block {
padding:0px 0px;
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
.site-description-block p {
font-size: 1.5rem
}
}
@media (min-width:768px) and (max-width:1024px) {
.site-description-block {
margin-bottom: 0;
padding: 0em
}
}
@media (min-width:768px) {
.site-description-wrap {
position: relative;
background-color: rgba(82, 82, 82, .38);
width: %;
}
.site-description-block p {
font-size: 1.5rem;
font-weight: 600;
color: #fff;
text-align: center
;white-space: nowrap;
}
}
@media (min-width:992px) {
.content {
padding: 1rem
}
.site-description-wrap {
position: relative;
background-color: rgba(82, 82, 82, .38);
display: block;
width: 100%;
padding-bottom:0
}
.site-description-block p {
font-size: 2rem;
font-weight: 700;
color: #fff;
text-align: center
;white-space: nowrap;
}
.site-description-block {
margin-bottom: 0;
padding: 0em
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.site-description-block {
margin-bottom: 0rem
}
}
@media (min-width:1024px) and (max-width:1366px) {
.site-description-wrap {
width: 100%;
padding-bottom: 0;
left: 0;
right: 0
}
.site-description-block p {
font-size: 2rem;
}
}
.business-textarea {
padding: 0.3rem;
margin-top: 0.3rem
}
.bd-r {
border-left: 10px solid #f2f2f2;
padding-left: 1rem
}
.bd-r span {
line-height: 2
}
.content p {
padding-top: 0.5rem;
padding-bottom: 0.5rem
}
.content h2 {
color: #fff;
background: #1A9FDA;
position: relative;
border: none;
font-size: 1.3em;
padding: 1em 1.1em;
margin-top: 1em;
margin-bottom: 1em
}
.content h2:before {
content: "";
border-left: 0.9rem solid #e1e1e1;
height: 5rem;
padding: 0.5rem 0rem;
margin-right:1rem
}
.g-tel,
.top-tel {
border: 5px solid #64df77
}
.red-content h2 {
background: #ea0000;
font-size:1.3rem;
padding:0.6rem;
margin-bottom:1em;
margin-top:1em
}
.green-content h2 {
background: #42ce59
}
.brown-content h2 {
background: #cc9933
}
.kobetu-gyoumu {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around
}
.kobetu-gyoumu a img {
vertical-align: bottom;
width: 100%;
margin: 0
}
@media (min-width:768px) and (max-width:2500px) {
.content-area {
margin: 0 auto
}
.content-area img {
text-align: center
}
}
.top-tel {
width: 100%;
background: #fff
}
.r-tel {
border: 5px solid #ea0000
}
@media (max-width:823px) {
.bd-r span {
line-height: 1
}
.costom-content p {
line-height: 2.5
}
.top-mail,
.top-tel a p {
margin: 0.6rem 0
}
.top-mail a,
.top-tel a {
text-decoration: none
}
.top-tel a p:first-child {
font-size: 1.8rem
}
.top-mail a p,
.top-tel a p {
text-align: center;
font-size: 1.2rem
}
.top-mail {
width: 100%;
padding: 0.1rem;
background: #64df77;
border-radius: 5px;
box-shadow: 3px 2px 0 0 #7cc851
}
.top-mail a {
color: #fff
}
.top-mail a p {
padding: 0;
margin-top:0
}
.top-mail a p:nth-of-type(1) {
font-size: 1.5rem
}
.top-mail a p:nth-of-type(2) {
font-size: 1rem
}
}
@media (min-width:824px) {
.top-mail a,
.top-tel a {
text-decoration: none
}
.top-tel a p:first-child {
font-size: 2.5rem
}
.top-tel a p {
text-align: center;
margin: 0.6rem 0;
font-size: 2.2rem;
color: #1a9fda;
font-weight: 700
}
.g-tel a p {
color: #208c32
}
.r-tel a p {
color: #ea0000
}
.p-tel a p {
color: #C912F6
}
.b-tel a p {
color: #cc9933
}
.g-mail {
width: 100%;
padding: .4rem;
background: #64df77;
border-radius: 5px;
box-shadow: 3px 2px 0 0 #7cc851;
}
.r-mail {
width: 100%;
padding: .4rem;
background: #ea0000;
border-radius: 5px;
box-shadow: 3px 2px 0 0 #cb0c0c
}
.p-mail {
width: 100%;
padding: .4rem;
background: #C912F6;
border-radius: 5px;
box-shadow: 3px 2px 0 0 #9d00bf
}
.b-mail {
width: 100%;
padding: .4rem;
background: #cc9933;
border-radius: 5px;
box-shadow: 3px 2px 0 0 #ccad5b
}
.top-mail {
position: relative;
width: 99%;
margin: 0.6rem 0.6rem 0.6rem 0.2rem;
padding: 0.4rem;
border-radius: 5px
}
.top-mail a {
color: #fff
}
.top-mail a p {
text-align: center;
font-size: 1.2rem;
padding: 0
}
.top-mail a p:nth-of-type(1) {
font-size: 2rem;
font-weight: 700
}
.top-mail a p:nth-of-type(2) {
font-size: 1.2rem;
font-weight: 700
}
.top-mail-icon a p:nth-of-type(1):before {
content: "";
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/css/svg/tada-spr03.png);
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 9px -571px;
line-height: 1.4;
color: #fff;
text-align: center;
max-width: 101%;
width: 6rem;
height: 67px;
background-size: 18rem;
position: absolute;
left: 11%
}
}
.top-mail:hover {
opacity: .8
}
.column-1,
.fire-img img,
.food-img img {
position: relative
}
.fire-img img,
.food-img img {
width: 150px;
overflow: hidden
}
.business-block {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
align-items: center
}
.business-block a {
font-size: 0;
display: block;
width: 50%
}
.gyoumu-huuei4-img a {
width: 100%
}
.business-block img {
vertical-align: bottom
}
.food-img img {
height: 150px
}
.fire-img img {
height: 150px
}
.business-block-text {
font-size:1rem;
font-weight: 600;
padding-left: 1rem;
overflow: hidden;
display: block;
line-height: 1.5
}
.business-block-textarea {
margin-top: 1rem;
margin-bottom: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
line-height: 1.8;
font-size: 0.8rem;
letter-spacing: 2px
}
.business-text {
margin: 0 auto
}
.footer-widget {
width: 80%;
margin: 0.5rem auto;
padding-top: 1rem
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.r-tel a p {
color: #ea0000
}
.footer-widget {
width: 100%
}
}
.r-mail {
background: #ea0000
}
.r-mail:hover {
background: #ad0c0c
}
.p-mail {
background: #C912F6
}
@media (max-width:812px) {
.r-mail {
box-shadow: 3px 2px 0 0 #ad0c0c
}
.p-mail {
box-shadow: 4px 3px 0 2px #9d00bf
}
.footer-widget {
width: 100%
}
}
#custom_html-8 .custom-html-widget p a,
.widget ul li a {
color: #000;
text-decoration: none;
}
#custom_html-8 .custom-html-widget p a {
vertical-align: super;
}
@media screen and (min-width:200px) {
.footer-widget-title+#npcatch {
background: #fff;
margin-bottom: 1rem
}
}
@media (min-width:992px) {
#custom_html-8 .custom-html-widget p a,
.widget ul li a {
color: #000
}
.footer-widget-title {
margin-bottom: 1rem;
font-size: 1rem
}
#custom_html-8 .custom-html-widget p {
font-size: 1rem;
padding-top: 1rem
}
#custom_html-8 .custom-html-widget p span {
position: relative;
bottom: 5px
}
.widget ul li a {
padding: 0
}
.widget_recent_entries ul {
background-color: #fff;
padding: 1rem
}
.widget_recent_entries ul li a {
text-decoration: none;
padding-bottom: 1rem;
line-height: 2
}
.widget_custom_html .custom-html-widget p:nth-of-type(1) {
font-size: 1rem;
font-weight: 700;
padding: 0
}
.footer-left .widget_custom_html .custom-html-widget p:nth-of-type(1) {
font-size: 2rem;
font-weight: 700;
padding: 0
}
.footer-left .widget_custom_html .custom-html-widget p:nth-of-type(2),
.widget_custom_html .custom-html-widget p:nth-of-type(2) {
font-size: 2rem;
font-weight: 700
}
.widget_custom_html .custom-html-widget p:nth-of-type(3) {
font-size: 2rem;
font-weight: 700
}
#newpostcatch-3 #npcatch .title .date:before {
font-family: "Font Awesome 5 Free";
content: '\f133';
display: inline-block;
font-weight: 400;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-right: 0.5rem
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1366px) {
#custom_html-2,
.main-menu_class_ul-footer {
text-align: center
}
.footer-left .widget_custom_html .custom-html-widget p:nth-of-type(1),
.footer-left .widget_custom_html .custom-html-widget p:nth-of-type(2) {
font-size: 2rem
}
.main-menu_class_ul-footer li {
display: inline-block
}
#custom_html-2 {
margin-bottom: 2rem
}
}
#custom_html-8 .custom-html-widget p:before {
content: "";
background-image: url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/themes/tadadaisyo-20200210/svg/tada-spr03.png)
background-position: 5% 1%;
display: inline-block;
background-repeat: no-repeat;
background-size: 3800%;
line-height: 3;
color: #fff;
text-align: center;
width: 2rem;
height: 28px;
margin-top: 0
}
.entry-content-itiran:after,
.widget-sidebar .cat-item-5:after {
content: "";
border-bottom: 1px dotted #1A9FDA;
display: block
}
#custom_html-4 .custom-html-widget p:before,
#custom_html-5 .custom-html-widget p:before,
#custom_html-6 .custom-html-widget p:before,
.entry-content h3:before {
content: "";
height: 5rem
}
#custom_html-8 .custom-html-widget p span {
margin-left: -9px;
}
.widget_archive ul li a,
.widget_categories ul li a {
color: #fff
}
.widget_archive ul li a:hover,
.widget_categories ul li a:hover {
opacity: .8
}
.widget_archive ul li {
color: #fff
}
.widget_categories .footer-widget-title span {
font-size: 1rem;
letter-spacing: 2px;
padding-left: 10px;
color: black
}
.widget_categories .footer-widget-title {
background: #fff;
width:100%
}
.widget_categories ul li {
color: #fff
}
.widget_custom_html h3 p {
font-size: 2.3rem
}
#archives-3 ul li,
.cat-item-5 {
margin-bottom:0.5rem;
padding-top: 0.7rem;
padding-left:0rem
}
.widget-sidebar .cat-item-5:after {
padding-bottom: 1rem;
margin-left:0rem
}
.widget-sidebar .widget_categories ul .cat-item-5 a {
color: #000
}
.custom-html-widget a p {
font-size: 1rem;
color: #000
}
.shokuhinn-widget #custom_html-4 .custom-html-widget p:before {
content: "";
border-left: 0.6rem solid #42ce59
}
#custom_html-4 .custom-html-widget p:before {
border-left: 0.6rem solid #1A9FDA;
padding: 0.6rem 0.5rem
}
.syoubou-widget #custom_html-4 .custom-html-widget p:before {
content: "";
border-left: 0.6rem solid #ea0000
}
.huuei-widget #custom_html-4 .custom-html-widget p:before {
content: "";
border-left: 0.6rem solid #C912F6
}
.kobutushichiya-widget #custom_html-4 .custom-html-widget p:before {
content: "";
border-left: 0.6rem solid #cc9933
}
#custom_html-4 .custom-html-widget a,
#custom_html-5 .custom-html-widget a,
#custom_html-6 .custom-html-widget a {
color: #000;
text-decoration: none
}
@media (max-width:768px) {
.custom-html-widget a p {
padding: 0.6rem
}
.shokuhinn-widget,
.syoubou-widget,
.kobutushichiya-widget {
margin-top: 1rem
}
.widget_custom_html h3 p {
font-size: 0.8rem;
letter-spacing: 6px
}
}
#custom_html-5 .custom-html-widget p:before {
border-left: 0.6rem solid #1A9FDA;
padding: 0.6rem 0.5rem
}
.shokuhinn-widget #custom_html-5 .custom-html-widget p:before {
content: "";
border-left: 0.6rem solid #42ce59
}
.syoubou-widget #custom_html-5 .custom-html-widget p:before {
content: "";
border-left: 0.6rem solid #ea0000
}
.kobutushichiya-widget #custom_html-5 .custom-html-widget p:before {
content: "";
border-left: 0.6rem solid #cc9933
}
.huuei-widget #custom_html-5 .custom-html-widget p:before {
content: "";
border-left: 0.6rem solid #C912F6
}
#custom_html-6 .custom-html-widget p:before {
border-left: 0.6rem solid #1A9FDA;
padding: 0.6rem 0.5rem
}
.shokuhinn-widget #custom_html-6 .custom-html-widget p:before {
content: "";
border-left: 0.6rem solid #42ce59
}
@media (min-width:768px) and (max-width:1024px) {
.shokuhinn-widget,
.syoubou-widget,
.huuei-widget,
.kobutushichiya-widget {
margin-top: 0
}
}
.syoubou-widget #custom_html-6 .custom-html-widget p:before {
content: "";
border-left: 0.6rem solid #ea0000
}
.huuei-widget #custom_html-6 .custom-html-widget p:before {
content: "";
border-left: 0.6rem solid #C912F6
}
.kobutushichiya-widget #custom_html-6 .custom-html-widget p:before {
content: "";
border-left: 0.6rem solid #cc9933
}
.execphpwidget ul {
background-color: #fff;
padding: 1rem
}
.execphpwidget ul li a p {
color: #000
}
.execphpwidget ul li a p:first-child {
font-size: 0.8rem
}
.execphpwidget ul li a p:nth-of-type(2) {
font-size: 1rem;
font-weight: 700;
padding-bottom: 0.5rem
}
.entry-container {
float: right;
width: 62%
}
.entry-content h3 {
font-size: 1.3rem;
background-color: #02aade;
color: #fff;
padding: 0.6rem;
margin-bottom: 1em;
margin-top: 1em
}
@media (max-width:768px) {
.entry-content h3:before {
padding: 0 3px
}
.entry-content h3 {
margin: 0
}
}
.custom .costom-content {
padding: 0rem;
line-height: 1.5
}
#tablepress-1 tr td.column-1:nth-child(odd) {
background-color: #66abe3;
color: #fff;
text-align: center;
border: #66abe3
}
#tablepress-1 tr td.column-2 {
padding-left: 2rem
}
#tablepress-3 tr td:nth-child(odd) {
background-color: #253490;
color: #fff;
text-align: center;
border: #253490
}
#tablepress-3 tr td:nth-child(even) {
padding-left: 2rem;
border: none
}
#tablepress-1 tr td.column-3 {
background: #66abe3;
border: none;
color: #fff;
text-align: center
}
#tablepress-1 .row-1 .column-1::after,
#tablepress-1 .row-2 .column-1::after,
#tablepress-1 .row-5 .column-1::after {
content: '';
display: inline-block;
position: absolute;
right: -24px;
width: 0;
height: 0;
margin-top: -5px;
border-right: 6px solid transparent;
border-left: 18px solid #66abe3
}
#tablepress-1 .row-1 .column-1::after {
top: 14%;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent
}
#tablepress-1 .row-2 .column-1::after {
top: 7px;
border-top: 40px solid transparent;
border-bottom: 40px solid transparent
}
#tablepress-1 .row-4 .column-1::after {
top: 4%;
border-top: 120px solid transparent;
border-bottom: 82px solid transparent
}
.tablepress-id-1 tr {
border-bottom: 1px solid #ddd;
}
.tablepress-id-1 tr:last-child {
border-bottom: none;
}
.blog-itiran h1 {
border: 1px solid #1A9FDA;
border-radius: 5px;
padding: 0 0 0 1rem;
margin-bottom: 1rem;
color: #1A9FDA
}
.archive-syoubou h1 {
border: 1px solid #ea0000;
color: #ea0000
}
.archive-syokuhinneiseihou h1 {
border: 1px solid #16c003;
color: #16c003
}
.archive-kobutushichiya h1 {
border: 1px solid #cc9933;
color: #cc9933
}
.type-syoubou .entry-content-itiran .list_class {
background: #ea0000
}
.type-syokuhinneiseihou .entry-content-itiran .list_class {
background: #16c003
}
.type-kobutushichiya .entry-content-itiran .list_class {
background: #cc9933
}
.sticky {
display: block
}
.hentry {
margin: 0 0 1.5em
}
.updated:not(.published) {
display: none
}
.entry-content,
.entry-summary,
.page-content {
margin: 1em 0 0
}
.entry-content p {
padding-left: 1rem;
padding-right: 1rem;
line-height: 1.7;
}
.costom-content + p {
background: #fff;
padding-top: 1rem;
padding-bottom: 1rem;
}
.costom-content {
background: #fff;
}
.entry-content-itiran .entry-container .entry-title p {
padding: 0
}
.page-links {
margin: 0 0 1.5em
}
.breadcrumbs {
  position: relative;
  padding-top:0.3rem;
  padding-bottom: 0.3rem;
  display: flex
  }
@media (max-width:768px) {
.breadcrumbs {
bottom: -0.2rem;
padding: 0 0.5rem
}
}
.breadcrumbs_ul {
margin-bottom: 0.5rem;
margin-left: 1rem;
margin-top: 0
}
.breadcrumbs_ul span a {
text-decoration: none;
color: #283f9d
}
.entry-content-itiran {
margin: 0;
padding: 0.6rem
}
.entry-content-itiran .post-thumbnail img {
float: left;
width: 35%;
height: 12rem;
margin-right: 1rem
}
.fa-home {
padding-top: 2px
}
.fa-blue:before {
color: #283f9d
}
.fa-green:before {
color: #16c003
}
.fa-red:before {
color: #eb6060
}
.fa-purple:before {
color: #d93aff
}
.fa-brown:before {
color: #cc9933
}
.bypostauthor {
display: block
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none
}
.infinity-end.neverending .site-footer {
display: block
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0
}
.bg-blue,
.bg-green h3,
.bg-brown h3,
.bg-purple h3,
.bg-red h3 {
padding:-0.4rem
}
embed,
iframe,
object {
max-width: 100%;
width: 100%
}
.header-logo {
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.header-logo img {
text-align: left;
}
.header-logo a:hover {
opacity: .9
}
.gallery-item,
.wp-caption-text {
text-align: center
}
@media (min-width:1024px) and (max-width:768px) {
.header-logo img {
max-width:100%
}
}
@media  (max-device-width:1366px) {
.header-logo img {
max-width:75%;
width: 80%
}
}
.header-logo-wrap {
width: 50%
}
@media (max-width:768px) {
.entry-content-itiran .post-thumbnail img {
height: 5rem;
margin-right: 0
}
.header-logo-wrap {
width: 50%
}
.header-logo {
margin-bottom:-40px
}
}
.custom-logo-link {
display: inline-block
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0
}
.gallery {
margin-bottom: 1.5em
}
.gallery-item {
display: inline-block;
vertical-align: top;
width: 100%
}
.gallery-columns-2 .gallery-item {
max-width: 50%
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
max-width: 25%
}
.gallery-columns-5 .gallery-item {
max-width: 20%
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%
}
.gallery-caption {
display: block
}
.brd-top-green {
border-top: 0.7rem solid #42ce59
}
.brd-top-red {
border-top: 0.7rem solid #ea0000
}
.brd-top-purple {
border-top: 0.7rem solid #C912F6
}
.brd-top-brown {
border-top: 0.7rem solid #cc9933
}
.bg-blue {
background-color: #1A9FDA
}
.bg-green,
.bg-green h3 {
background-color: #42ce59
}
.bg-red,
.bg-red h3 {
background-color: #ea0000
}
.bg-brown,
.bg-brown h3 {
background-color: #cc9933
}
.bg-purple,
.bg-purple h3 {
background-color: #C912F6
}
.bg-fff {
background-color: #fff
}
.fff {
background: #fff
}
.blue {
background: #283f9d
}
.gyouseisyotoha p+p {
margin: 10px;
font-size: 1em;
line-height: 25px;
font-weight: 600
}
@media (min-width:769px) and (max-width:1366px) {
.gyouseisyotoha p+p {
font-size: 0.9em;
line-height: 22px;
padding-top: 1em
}
}
@media (max-width:768px) {
.syokuhinn-gyomu h3,
.syoubou-gyomu h3,
.kobutushichiya h3{
margin-bottom: 1rem
}
.syokuhinn-gyomu,
.syoubou-gyomu,
.kobutushichiya {
padding: 0
}
.syokuhinn-gyomu h3,
.syoubou-gyomu h3,
.kobutushichiya h3:before {
padding: 0.5rem 0rem
}
}
.wsp-container h2 {
margin-bottom: 2rem
}
.error-404 .widget_archive ul li a,
.error-404 .widget_categories ul li a {
color: #000
}
.error-404 .cat-item-5 {
margin: 0
}
.error-404 h2 {
margin-bottom: 1em
}
.error-404 .cat-item {
margin-bottom: 1em
}
.error-404 .widget_archive p {
margin-bottom: 1em
}
.error-404 select {
margin-bottom: 1em
}
.error-404 .tagcloud a {
padding: 6px 8px;
margin-right: 0;
line-height: 100%;
display: inline-block;
background-color: #f2f2f2;
letter-spacing: 1px;
font-size: 14px !important;
text-transform: uppercase
}
.error-404 .page-title {
padding: 6px 8px;
margin-right: 0;
margin-bottom: 4px;
display: inline-block;
letter-spacing: 1px;
font-size: 1.5em;
padding: 0.6rem 0.6rem 0.6rem 1rem;
background: #1A9FDA;
color: #fff;
line-height: 1.5
}
.error-404 a {
color: #000
}
.error-404 a:hover {
color: #efe
}
#npcatch li {
padding-right: 1rem;
}
#npcatch li:hover {
opacity: .8
}
.date {
padding-left: 1rem
}
.entry-title a:hover {
opacity: .8
}
@media screen and (max-width: 1366px) and (min-width: 768px) {
.footer-widget {
width: 100%;
}
}
@media screen and (max-width: 1610px) {
.attachment-265x250 { }
}#npcatch li {
margin: 0;
overflow: hidden;
clear: both;
vertical-align: top;
}
#npcatch li a {
display: table;
padding: .5rem 0;
width: 100%;
}
#npcatch img {
float: left;
padding: 0 .5rem 0 0;
max-width: 100%;
height: auto;
}
#npcatch .title {
overflow: hidden;
display: block;
}@font-face{font-family:TablePress;src:url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/plugins/tablepress/css/tablepress.eot);src:url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/plugins/tablepress/css/tablepress.eot#ie) format('embedded-opentype'),url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'),url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/plugins/tablepress/css/tablepress.ttf) format('truetype'),url(//web.archive.org/web/20220401032228im_/http://tadadaisyo.jp/wp-content/plugins/tablepress/css/tablepress.svg#TablePress) format('svg');font-weight:400;font-style:normal}.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;margin:0 5px}.dataTables_paginate a:first-child{margin-left:0}.dataTables_paginate a:last-child{margin-right:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:left;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f053";text-shadow:.1em .1em #666;position:absolute;top:0;right:auto;bottom:0;left:-14px;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:right;content:"\f054";left:auto}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-right:20px;cursor:pointer;outline:0}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:auto;right:6px;margin:auto;height:14px;line-height:1}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}
#tablepress-1 .row-1 .column-1::after,#tablepress-1 .row-2 .column-1::after,#tablepress-1 .row-5 .column-1::after,#tablepress-1 .row-11 .column-1::after{content:'';display:inline-block;position:absolute;right:-24px;width:0;height:0;margin-top:-5px;border-right:6px solid transparent;border-left:18px solid #66abe3}#tablepress-1 .row-2 > .column-1::after{top:7px;border-top:61px solid transparent;border-bottom:60px solid transparent}#tablepress-1 .row-5 > .column-1::after{top:7px;border-top:121px solid transparent;border-bottom:124px solid transparent}#tablepress-1 .row-11 > .column-1::after{top:7px;border-top:81px solid transparent;border-bottom:82px solid transparent}
/*
     FILE ARCHIVED ON 03:22:28 Apr 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:48:23 Apr 29, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 75.245
  exclusion.robots: 0.065
  exclusion.robots.policy: 0.058
  RedisCDXSource: 0.509
  esindex: 0.007
  LoadShardBlock: 55.357 (3)
  PetaboxLoader3.datanode: 130.85 (5)
  load_resource: 310.216 (2)
  PetaboxLoader3.resolve: 145.115 (2)
*/