/*
Theme Name: inouenoboru
Au:nohthor: maxline
Description: 井上昇商店用テーマ
Version: 1.0
 */
.swiper-wrapper .swiper-slide img {
  width: 100%;
}
.wp-block-table td {
}

.wp-block-table {
  margin: 0;
  overflow: hidden;
}
.wp-block-table table {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table table tr td {
  overflow-wrap: break-word;
  padding: 0.5em;
  max-width: 100%;
  border: 1px solid #888;
}
.wp-block-table table tr td:first-child {
  background: #19a8df;
  color: white;
  width: 28%;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .wp-block-table table tr td:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-table table tr {
    display: flex;
    flex-direction: column;
  }
}

samp,
.cforms.cforms-2 {
  display: none;
}
/*------------------------------------------*/
.bx-wrapper {
  max-width: 1600px !important;
}
@media screen and (min-width: 1600px) {
  .bx-wrapper {
    margin-top: 40px;
  }
}
.bx-wrapper .bx-viewport {
  height: auto !important;
}
/*------------------------------------------*/
div.widget_wrapper h2.widget_title {
  color: red;
  display: none;
}
/*------------------------------------------*/
#page-navigation .navi b {
  background: #243467;
  padding: 0.25em 0.5em 0.35em 0.5em;
  border-top: #fff 1px solid;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div#page-navigation div.navi a {
    padding: 1px 3px;
  }
  #page-navigation .navi b {
    padding: 0px 2px 3px;
  }
}
/*------------------------------------------*/
#breadcrumbs .breadcrumbs_inner .breadcrumb {
  margin: 0;
}
#breadcrumbs .breadcrumbs_inner .breadcrumb li {
  float: left;
  margin: 0 0.5em 0 0;
}
#breadcrumbs .breadcrumbs_inner .breadcrumb li:not(:last-child):after {
  content: ">";
  margin: 0 0 0 0.5em;
}
/*------------------------------------------*/
div.lists-posts2 div.lists-posts {
  margin-right: 0;
}
div.lists-posts3 div.lists-posts {
  margin-right: 0;
  margin-right: 20px;
}
div.lists-posts3 div.lists-posts-inner div.image img {
  max-height: 215px;
}
div.lists-posts3 div.title h3 a,
div.lists-posts3 div.title h3 a:hover {
  letter-spacing: 0;
}
div.lists-posts4 div.lists-posts-inner div.image img {
  max-height: 200px;
}
/*------------------------------------------*/
.tipsarea .text {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tipsarea .text {
    overflow: visible;
  }
  .tipsarea .image {
    width: 100%;
  }
}
/*------------------------------------------*/
#form * {
  box-sizing: border-box;
}
#form {
  display: block;
  position: relative;
  margin: 3em auto;
  width: 600px;
}
#form input,
#form textarea {
  border: #aaa 1px solid;
}
#form .itembox {
  display: flex;
  margin: 0 0 1em 0;
  position: relative;
}
#form .itembox.require:after {
  content: "※必須";
  font-size: 1.1rem;
  color: #d40000;
  position: absolute;
  top: calc(50% - 0.75em);
  right: 0;
}
#form .name {
  position: relative;
  flex: 0 1 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#form .name.top {
  justify-content: flex-start;
}
#form .item {
  position: relative;
  flex: 0 1 calc(70% - 3em);
}
#form .item .field {
  width: 100%;
}
#form .item input[type="text"].field,
#form .item input[type="email"].field {
  padding: 0.25em 0;
}
#form .item textarea {
  height: 10em;
}
#form .boldtext {
  display: block;
  margin: 2em auto 1em auto;
  text-align: center;
}
#form .button {
  text-align: center;
}
#form .button .f-button {
  padding: 0.25em 1em;
  box-shadow: 3px 3px 1px -2px #777;
}
@media screen and (max-width: 768px) {
  #form {
    width: 100%;
    padding: 0.5em;
  }
  #form .itembox {
    flex-direction: column;
  }
  #form .name {
    align-items: baseline;
  }
  #form .item .field {
    width: calc(100% - 3em);
  }
  #form .itembox.require:after {
    top: 50%;
  }
  #form .item input[type="checkbox"] {
    margin: 0 0 0 1em;
  }
}
/*------------------------------------------*/
@media screen and (max-width: 767px) {
  main {
    width: 100%;
  }
  .corona {
    width: 95%;
  }
  div.lists-categories2 div.lists-categories {
    width: 100%;
  }
  .sitemap {
    width: auto !important;
    margin-left: 0 !important;
  }
}
