/*電話リンクのカーソルをオフ*/
a[href^="tel:"] {
  cursor: default;
}

/*chromeで画像縮小時の文字にじみをfix*/
img {
  -webkit-backface-visibility: hidden;
}

/*WP必須クラス*/
.wp-caption {
  max-width: 100%;
  margin-bottom: 10px;
}

.wp-caption-text {
  padding: 10px;
  margin-bottom: 0;
}

.sticky {
  background: #fafafa;
  border-top: 4px solid #f00;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
}

.gallery-caption {
  font-size: 0.8em;
}

.bypostauthor {
  color: #999;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.ttl-excerpt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*---投稿大枠---*/
.postdata {
  text-align: left;
}

.postdata::after {
  clear: both;
  content: "";
  display: block;
}

.postdata p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/*---配置　右---*/
.postdata .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

/*---配置　左---*/
.postdata .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

/*---配置　中央---*/
.postdata .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px;
}

/*---テーブル---*/
.postdata table {
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}

.postdata table th {
  border-bottom: 1px solid #bfbfbf;
}

.postdata table td {
  border-bottom: 1px solid #bfbfbf;
}

/*---フォント---*/
.postdata em {
  font-style: italic !important;
}

.postdata strong {
  font-weight: bold !important;
}

.postdata iframe {
  max-width: 100%;
}

.contact-form .zipcode::before {
  content: "〒";
  margin-right: 5px;
}

.contact-form .zipcode input[type="text"] {
  width: 40%;
  display: inline-block;
}

/* スマホ時に回り込みを解除*/
@media only screen and (max-width: 800px) {
  .postdata .alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }

  .postdata .alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }

  input[type="email"] {
    max-width: 100%;
  }
}

.breadcrumb-nav a {
  color: #fff;
}

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 14px;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }

  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }

  input[type="text"],
  textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }

  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}

/*------------
ビジネスカレンダー
--------------*/
.business-calendar-box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}

.business-calendar-box>div {
  width: 100%;
  margin: 0 auto 20px;
}

.business-calendar-box .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.business-calendar-box .business-calendar caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
  color: #333;
}

.business-calendar-box .business-calendar caption span {
  color: #333;
  line-height: 1;
  font-size: 25px;
  margin: 0 50px;
  vertical-align: -1px;
}

.business-calendar-box .business-calendar-past a,
.business-calendar-box .business-calendar-future a {
  display: inline-block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
}

.business-calendar-box .business-calendar-past a::before,
.business-calendar-box .business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #e4c791 transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}

.business-calendar-box .business-calendar-future a::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.business-calendar-box .business-calendar th,
.business-calendar-box .business-calendar td {
  z-index: 1;
}

.business-calendar-box .business-calendar th {
  background: #fff;
  border: none;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}

.business-calendar-box .business-calendar td {
  background: #ffffff;
  border: 1px solid #e4c791;
  font-size: 15px;
  padding: 50px 10px 10px;
  position: relative;
  text-align: left;
}

.business-calendar-box .business-calendar td>div {
  text-align: left;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* .business-calendar-box .business-calendar .today {
  text-decoration: underline;
} */
.business-calendar-box .business-calendar .attr0 {
  background: #ef866b;
  color: #fff;
}

.business-calendar-box .business-calendar .attr1 {
  background: #f7b46b;
  color: #fff;
}

.business-calendar-box .business-calendar .attr2 {
  background: #a8dba8;
  color: #fff;
}

.business-calendar-box .business-calendar .attr3 {
  background: #b0d7d5;
  color: #fff;
}

.business-calendar-box .business-calendar caption:hover {
  overflow: hidden;
}

@media only screen and (max-width: 800px) {

  /*------------
 ビジネスカレンダー
 --------------*/
  .calendar-block .responsive-tabs .resp-tab-content {
    padding: 0;
  }

  .business-calendar-box .business-calendar {
    margin: 0;
  }

  .business-calendar-box {
    display: block;
    margin: 0 0 15px;
  }

  .business-calendar-box colgroup {
    display: none;
  }

  .business-calendar-box>div {
    width: 100%;
  }

  .business-calendar-box>div+div {
    margin-top: 15px;
  }

  .business-calendar-box .business-calendar caption span {
    margin: 0 10px;
  }

  .business-calendar-box .business-calendar th {
    font-size: 13px;
    padding: 5px;
  }

  .business-calendar-box .business-calendar td {
    font-size: 11px;
    line-height: 1.3;
    padding: 30px 3px 10px;
  }

  .business-calendar-box .business-calendar td>div {
    font-size: 12px;
    line-height: 25px;
    top: 5px;
    left: 5px;
  }

  .list-event {
    display: block;
  }

  .list-event li+li {
    margin-top: 5px;
  }
}

/*普通投稿*/
.list-post-type01 {
  margin-bottom: 80px;
}

.list-post-type01 li {
  display: flex;
  flex-wrap: wrap;
}

.list-post-type01 li+li {
  margin-top: 50px;
}

.list-post-type01 .list-ttl {
  flex-basis: 100%;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 20px;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 25px;
}

.list-post-type01 .list-ttl+* {
  margin-top: 0;
}

.list-post-type01 .list-ttl a {
  transition: 0.5s;
}

.list-post-type01 .list-ttl a:hover {
  opacity: 0.5;
}

.list-post-type01 .list-img {
  margin: 0 30px 0 0;
  width: 250px;
}

.list-post-type01 .list-img img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-post-type01 .list-img a {
  transition: 0.5s;
}

.list-post-type01 .list-img a:hover {
  opacity: 0.5;
}

.list-post-type01 .list-desc {
  flex: 1;
}

.list-post-type01 .list-data {
  font-size: 13px;
  margin: 0 0 10px;
}

.list-post-type01 time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 25px 0 0;
}

.list-post-type01 .category {
  border: 1px solid #333;
  color: #333;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

.list-post-type01 .list-txt {
  margin: 0 0 15px;
}

.list-post-type01 .list-btn {
  text-align: right;
}

.list-post-type01 .list-btn a {
  border: 1px solid #333;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  color: #333;
  text-align: center;
  padding: 5px 40px 6px;
  transition: 0.5s;
}

.list-post-type01 .list-btn a:hover {
  background: #333;
  color: #fff;
}

/*普通投稿 詳細ページ*/
.l-post-single {
  margin-bottom: 80px;
}

.l-post-single .l-ttl {
  font-size: 30px;
  margin: 0 0 35px;
}

.l-post-single .post-data {
  margin: 0 0 20px;
}

.l-post-single .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}

.l-post-single .post-data .category {
  border: 1px solid #333;
  color: #333;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*Post Type01*/
  .list-post-type01 {
    margin: 0 0 50px;
    padding: 0;
  }

  .list-post-type01 li+li {
    margin-top: 20px;
  }

  .list-post-type01 .list-ttl {
    font-size: 18px;
    padding: 0 0 7px;
    margin: 0 0 15px;
  }

  .list-post-type01 .list-img {
    margin: 0 15px 0 0;
    width: 40%;
  }

  .list-post-type01 .list-img img {
    width: 100%;
    height: 25vw;
  }

  .list-post-type01 .list-desc {
    margin: -5px 0 0;
  }

  .list-post-type01 time {
    font-size: 12px;
    margin: 0 15px 0 0;
  }

  .list-post-type01 .list-txt {
    font-size: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 5px;
  }

  .list-post-type01 .list-btn {
    margin-top: 15px;
  }

  .list-post-type01 .list-btn a {
    font-size: 11px;
    text-align: center;
    padding: 2px 15px 4px;
  }

  /*詳細ページ*/
  .l-post-single .l-ttl {
    font-size: 22px;
    margin: 0 0 30px;
  }
}

/*ページャー*/
.post-number {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

.post-number a:hover {
  color: #000;
}

.post-number .current {
  color: #000;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.post-number-single {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}

.post-number-single a {
  display: inline-block;
  color: #000;
}

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/ico_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 22px;
  height: 22px;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/ico_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 22px;
  height: 22px;
}

.post-number-single a.all {
  padding: 3px 0 0;
}

.post-number-single a:hover {
  opacity: 0.5;
}
