    /************************************
    ** グローバルメニュー スマホ
    ************************************/
    #mobile-fixed-menu {
      display: none;
    }
    @media screen and (max-width: 834px) {
      #container {
        padding-top: 50px;
      }
      #header {
        background: #fff;  /* 背景色*/
        position: fixed;
        z-index: 2;
        top: 0;
        width: 100%;
        height: 50px; /* ヘッダー高さ */
        transition: .5s;
        box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.2)
      }
      #header-in {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 1.5em;
      }
      #header-in .logo {
        padding: 0;
        text-align: left;
      }
      .header-container-in.hlt-top-menu .logo-header img {
        width: 120px !important; /* ロゴ大きさ */
        vertical-align: middle;
      }
      #header-in .tagline {
        margin: 0;
        font-size: 10px; /* キャッチフレーズ文字サイズ */
        text-align: left;
      }
      #mobile-fixed-menu {
        margin-left: auto;
        line-height: 1;
        height: 50px; /* メニューボタン高さ */
        padding-top: 5px; /* メニューボタン上部余白 */
        display: block;
      }
      #mobile-fixed-menu .menu-icon::before {
        font-family: "Font Awesome 5 Free";
        font-size: 1em;
        content: '\f0c9';
      }
      #mobile-fixed-menu .menu-icon {
        text-align: center;
        display: block;
        font-weight: bold;
        font-size: 24px;
        color: #fff; /* メニューアイコン色 */
      }
      #mobile-fixed-menu .menu-caption {
        font-size: 10px;
        font-weight: bold;
        color: #fff; /* メニューアイコン文字色 */
      }
      .menu-close-button {
        color: #42d5e7; /* メニューを閉じるボタン色 */
        padding: 1em 0 0;
      }
      #sidebar-menu-content {
        color: #6c6b62; /* サイドバー文字色 */
      }
      [id^="toc"]:target {
        padding-top: 50px;
        margin-top: -50px;
      }

    }
@media screen and (max-width: 834px) {
#sidebar {
display: block;
}
}

/************************************
** ブログカード
************************************/
.blogcard-snippet,
.blogcard-footer {
  display: none;
}
.blogcard-wrap {
  transition: all .3s;
  max-width: 600px;
  margin: 2em auto;
}
.blogcard {
  border:1px solid #eaeaea !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  padding: 10px;
}
.blogcard-wrap:hover {
  background: none;
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
}
.blogcard-thumbnail {
  margin: 0;
}
.blogcard-thumbnail img {
  display: block;
}
.blogcard-title {
  color: #555;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  height: 45px;
  overflow: hidden;
}
.blogcard-content {
  min-height: auto;
  margin-left: 185px;
  padding-right: 6px;
}
.blogcard-label {
  top: -11px;
  left: 9px;
  padding: 3px 0.6em;
  background:#aaa;
  padding: 1px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
.blogcard-content:after {
  content: "クリックして読む";
  background: #66c2c3; /* 背景色 */
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  width: 180px;
  border-radius: 20px;
  font-size: 13px;
  padding: 1px 0;
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .blogcard-content {
    margin-left: 130px;
  }
  .blogcard-title {
    font-size:12px;
    line-height: 1.5;
    height: 35px;
    margin:0;
  }
  .blogcard-content:after {
    content: "タップして読む";
  }
  .blogcard-thumbnail{
    width:120px;
  }
}
@media screen and (max-width: 560px) {
  .blogcard-content:after {
    width: 120px;
    font-size: 12px;
  }
  .blogcard-title {
    margin:0;
  }
}
@media screen and (max-width: 320px) {
  .blogcard-thumbnail {
    width: 100px;
  }
  .blogcard-content {
    margin-left: 110px;
  }
  .blogcard-title {
    height: 35px;
  }
}

html,body,button,h1,h2,h3,h4,h5,h6,ul
 {
font-family: 'fgflop','ヒラギノ角ゴ Pro W3','Hiragino Kaku  Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P',sans-serif!important;
font-weight: normal!important;
font-style: normal!important;
	  letter-spacing: 1px!important;
}

.go-to-top-button {
    background-color: ;
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 80px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    font-size: 22px;
}

/************************************
** お問い合わせフォームの入力
************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 10px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}
.eye-catch {
    position: relative;
    margin-bottom: .6em;
    max-width: 50%;
	padding: 0.5em 1em;
margin: 0.5em 0;
border: dashed 4px #ccc;
border-radius: 20px;
}
    .sidebar .sns-follow-buttons a {
      width: 18%; /*ボタンの幅*/
    }
    .sidebar .sns-follow {
      margin: 0 0 24px 0;
    }
    .sidebar .sns-follow-buttons a {
      background: none !important;
      border: 1px solid #444d53;
      color: #444d53;
      border-radius: 50px;
    }
    .sidebar .twitter-button:hover {
      background-color: #1da1f2 !important;
      color: #fff;
      border-color: #1da1f2;
    }
    .sidebar .feedly-button:hover {
      background-color: #2bb24c !important;
      color: #fff;
      border-color: #2bb24c;
    }
    .sidebar .rss-button:hover {
      background-color: #f26522 !important;
      color: #fff;
      border-color: #f26522;
    }
    .sidebar .facebook-button:hover {
      background-color: #3b5998 !important;
      color: #fff;
      border-color: #3b5998;
    }
    .sidebar .instagram-button:hover {
      background-color: #c522b8 !important;
      color: #fff;
      border-color: #c522b8;
    }    .sidebar .sns-follow-buttons {
      justify-content: center; /*ボタンを中央寄せにする*/
    }
    .sidebar .sns-follow {
      margin: 0 0 24px 0;
    }
    .sidebar .sns-follow-buttons a {
      border-radius: 50%;
      width: 40px; /*ボタンの横の大きさ*/
      height: 40px; /*ボタンの縦の大きさ*/
      font-size: 20px; /*アイコンのサイズ*/
      margin: 0 6px; /*ボタン同士の間隔*/
    }
    .sidebar .instagram-button {
      background-color: #c522b8 !important;
    }

.box15 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.box15 p {
    margin: 0; 
    padding: 0;
}
.ect-vertical-card.ect-tile-card .a-wrap {
    margin: 0 0.16666% 12px;
    border-radius: 8px;
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #fffecd;
    border: dashed 3px #ff7c9f;
}
.ect-vertical-card.ect-tile-card .a-wrap {
    margin: 0 0.16666% 12px;
    border-radius: 5px;
    padding: 0.5em 1em;
    margin: 10px 5px;
    background: #fffecd;
    border: dashed 2px #ff7c9f;
    width: 32%;
    position: ;
}

@media screen and (max-width: 834px) {
	.ect-vertical-card.ect-tile-card .a-wrap {
    margin: 0 0.16666% 12px;
    border-radius: 5px;
    padding: 0.5em 1em;
    margin: 10px 5px;
    background: #fffecd;
    border: dashed 2px #ff7c9f;
    width: 45%;
    position: ;
}
}
.pagination-next-link {
  display: none;
}

/*---------------------------------
複数の固定ページの日付を非表示にする
--------------------------------*/
.post-285 .date-tags,
.post-314 .date-tags {
  display: none;
}