@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
body {
  overflow-x: hidden;
  color: #333;
  letter-spacing: 0.3px;
  background: #fff;
}

#container {
  overflow-x: hidden;
}

*:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.posts-not-found h2 {
  display: none;
}

/* ヘッダー */
.tagline,
.logo {
  text-align: left;
}

.logo-text {
  padding: 0;
}

.tagline {
  border-bottom: solid 1px #ccc;
  margin: 0 -200%;
  padding: 2px 200%;
  background: #6d8eca;
  color: #fff;
}

a.site-name-text-link {
  display: flex;
  align-items: center;
}

.logo-image {
  padding: 0;
}

img.site-logo-image {
  width: 70px;
  margin-right: 10px;
}

span.site-name-text {
  height: 59px;
}

.header-site-name {
  font-size: 28px;
  font-weight: 700;
  color: #4c73be;
}

ul.header-icon-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 15px 0 20px;
}

ul.header-icon-wrap li:first-child {
  margin-right: auto;
}

ul.header-icon-wrap li a {
  transition: all 0.3s;
}

ul.header-icon-wrap li a:hover {
  opacity: 0.8;
}

ul.header-icon-wrap li:nth-child(2) {
  margin-right: 15px;
}

.header-icon-mail a {
  background: #cf4d26;
  box-shadow: 0 5px #8a3419;
  border-radius: 7px;
  display: block;
  color: #fff;
  padding: 10px 30px;;
  text-decoration: none;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.header-icon-mail a i {
  font-size: 22px;
  margin-right: 4px;
  vertical-align: top;
}

.header-icon-mail-top {
  font-size: 14px;
  display: block;
  font-weight: 400;
}

ul.header-icon-wrap li:nth-child(2) a {
  background: #06c755;
  box-shadow: 0 5px #047734;
}

/* ul.header-icon-wrap li:nth-child(2) a img {
  width: 20px;
  vertical-align: text-bottom;
  margin-right: 4px;
} */

ul.header-icon-wrap li.navi-menu-button {
  display: none;
}

/* メニュー */
#navi {
  background: #f6f6f6;
  border-top: 6px solid #4c73be;
  border-bottom: 6px solid #E5E5E5;
  box-shadow: 0 0 0 1px #9D9894;
}

#menu-menu2 {
  flex-wrap: nowrap;
  justify-content: space-between;
}

#menu-menu2 > li {
  line-height: normal;
  height: 55px;
  border-right: 1px solid #DBD3C6;
}

#menu-menu2 > li:first-child {
  border-left: 1px solid #DBD3C6;
}

.navi-in > ul li {
  width: 100%;
}

#menu-menu2 > li > a {
  display: block;
  line-height: 55px;
  height: 100%;
  color: #333;
  font-size: 16px;
}

#menu-menu2 li a:hover {
  opacity: 0.6;
}

#menu-menu2 > li > ul.sub-menu li {
  height: auto;
  line-height: normal;
}

#menu-menu2 > li > ul.sub-menu li a {
  line-height: normal;
  padding: 16px;
  color: #333;
  background: #f6f6f6;
}

/* メインビジュアル */
.hero-bg {
  background: #dbe0f0;
  height: 400px;
}

.hero-bg-inner {
  max-width: 980px;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  position: relative;
  background-image: url("../../../wp-content/uploads/2021/08/mv01.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bg-inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.hero-bg-inner h1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  white-space: nowrap;
  color: #4c73be;
  line-height: 1.7;
  font-size: 30px;
}

span.catch-bg {
  background: #fff;
  padding: 15px 20px;
}

/* コンテンツ */
#content {
  margin-top: 0;
  border-top: 6px solid #E5E5E5;
}

#container,
#sidebar {
  background-color: #f8f9fc;
}

#main {
  border: 1px solid #ccc;
  border-radius: unset;
  margin: 20px 0;
  box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}

.main {
  padding: 25px 20px;
}

article.page h1.entry-title,
body.archive h1.archive-title {
  padding: 15px 20px;
  margin: 0;
  background: #4c73be;
  color: #fff;
  font-weight: 400;
}

body.archive h1.archive-title {
  margin-bottom: 1em;
}

body.archive h1.archive-title span.fa-folder-open {
  display: none;
}

h2.h-title {
  padding: 0;
  margin: 0;
  background: transparent;
  border-bottom: 3px solid #4c73be;
  border-radius: unset;
  padding-bottom: 8px;
  margin: 1.6em 0 1em;
  color: #333;
}

h3.h-title {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  margin: 1.4em 0 0.8em;
  border-left: 3px solid #4c73be;
  padding: 10px 0 10px 10px;
  background: #eee;
}

h4.h-title {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  position: relative;
  margin: 1.4em 0 0.8em;
}

h4.h-title::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  color: #4c73be;
  margin-right: 8px;
}

.a-btn-wrap {
  margin: 1.6em 0 2em;
}

a.a-btn {
  background: #cf4d26;
  box-shadow: 0 5px #8a3419;
  display: block;
  color: #fff;
  padding: 15px 20px;
  text-decoration: none;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 36px;
  transition: all 0.3s;
}

a.a-btn:hover {
  opacity: 0.8;
}

span.circle-icon,
article.post-9 i.fa-times {
  margin-right: 5px;
}

.bg-style1 {
  border: 1px solid #4c73be;
  background: #f8f9fc;
  padding: 40px 30px;
}

.flex-box {
  display: flex;
}

.flex-box-left {
  width: 30%;
}

.flex-box-left img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  vertical-align: bottom;
}

.flex-box-right {
  width: 70%;
  padding-left: 15px;
}

.top-about-wrap {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2vw;
}

a.top-about {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  transition: all 0.3s;
}

a.top-about img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

a.top-about:hover {
  opacity: 0.8;
}

a.top-about:hover img {
  transform: scale(1.1);
}

a.top-about h2 {
  margin: 0;
  padding: 10px 15px;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  display: flex;
  align-items: center;
}

a.top-about h2 i {
  margin-left: 5px;
}

.top-record {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  padding: 10px;
  margin-bottom: 20px;
}

.top-record-left {
  width: 35%;
}

.top-record-left img {
  vertical-align: bottom;
}

.top-record-right {
  width: 63.5%;
}

.top-record-right table {
  margin: 0;
  height: 100%;
}

.top-record-right table tr th,
.top-record-right table tr td {
  font-size: 14px;
  line-height: 1.55;
}

.top-record-right table tr th {
  white-space: nowrap;
  text-align: left;
}

body.front-top-page header.article-header{
  display: none;
}

body.front-top-page .entry-content {
  margin-top: 0
}

body.page .article .post-date-info-wrap {
  display: none;
}

.mt-0 {
  margin-top: 0!important;
}

.contact-bottom {
  display: flex;
}

.contact-bottom-left {
  width: 30%;
}

.contact-bottom-left img {
  vertical-align: bottom;
}

.contact-bottom-right {
  width: 70%;
  padding-left: 20px;
}

.contact-bottom-title {
  font-weight: 700;
  font-size: 20px;
}

.contact-bottom-right p {
  margin: 0;
}

#custom_html-3 h2.h-title {
  font-size: 24px;
}

body.page .entry-content {
  margin-bottom: 1em
}

.line-btn a {
  background: #06c755!important;
  box-shadow: 0 5px #047734!important;
}

.article-footer .cat-link {
  background-color: #4c73be;
}

.flex-style1 {
  display: flex;
  justify-content: space-between;
}
.flex-style1-left {
  width: 48.5%;
}
.flex-style1-right {
  width: 48.5%;
}

.flex-style1 img {
  width: 100%;
  vertical-align: bottom;
}

/* コラム */
.single-post h1.entry-title {
  margin-bottom: 5px;
  padding: 0;
  background: transparent;
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 0 0;
  line-height: 40px;
}

.blog #list,
.category #list,
.widget-entry-cards-blog {
  margin-bottom: 5px;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2vw;
}

.widget-entry-cards-blog {
  margin-bottom: 0!important;
}

.blog #list .a-wrap,
.category #list .a-wrap,
.widget-entry-cards-blog .a-wrap {
  padding: 0;
  margin: 0;
  height: 100%;
  padding: 0px;
  line-height: 1.6;
  margin-bottom: 0px;
  will-change: transform;
}

.blog #list .a-wrap:hover,
.category #list .a-wrap:hover,
.widget-entry-cards-blog .a-wrap:hover {
  background: transparent;
}

.blog #list .a-wrap:hover .card-title,
.category #list .a-wrap:hover .card-title,
.widget-entry-cards-blog .a-wrap:hover .card-title {
  color: #4c73be;
}

.blog #list figure,
.category #list figure,
.widget-entry-cards-blog figure {
  width: 100%;
  float: none;
  margin: 0;
  overflow: hidden;
}

.blog #list img,
.category #list img,
.widget-entry-cards-blog img {
  vertical-align: bottom;
  max-width: none;
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: .24s ease-in-out;
}

.blog #list .a-wrap:hover img,
.category #list .a-wrap:hover img,
.widget-entry-cards-blog .a-wrap:hover img {
  transition: .24s ease-in-out;
  transform: scale(1.1);
}

.blog #list .card-content,
.category #list .card-content,
.widget-entry-cards-blog .card-content {
  margin: 0;
  padding: 0;
}

.blog #list .card-title,
.category #list .card-title,
.widget-entry-cards-blog .card-title {
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  transition: all 0.2s;
}

.blog .entry-card-meta,
.category .entry-card-meta,
.widget-entry-cards-blog .entry-card-meta {
  position: unset;
  text-align: left;
  display: flex;
  margin-top: 7px;
  color: #71746e;
}

.blog .entry-card-meta .entry-card-categorys,
.category .entry-card-meta .entry-card-categorys,
.widget-entry-cards-blog .entry-card-categorys {
  display: flex;
}

.entry-card-categorys span.entry-category {
  margin-right: 5px;
}

.blog .entry-card-meta .entry-category,
.category .entry-card-meta .entry-category,
.widget-entry-cards-blog .entry-category {
  padding: 0;
  display: block;
  font-size: 13px;
}

.blog .e-card-info,
.category .e-card-info,
.widget-entry-cards-blog .e-card-info {
  display: flex;
  flex-wrap: unset;
  justify-content: flex-start;
  align-items: normal;
}

.blog #list .post-date,
.blog #list .post-update,
.blog .e-card-info i,
.category #list .post-date,
.category #list .post-update,
.category .e-card-info i,
.widget-entry-cards-blog .post-date,
.widget-entry-cards-blog .post-update,
.widget-entry-cards-blog .e-card-info i {
  padding: 0;
  margin: 0;
  font-size: 13px;
  margin-right: 2px;
}

.blog #list .post-update i,
.category #list .post-update i,
.widget-entry-cards-blog .post-update i {
  font-size: 11px;
}

.post-date-info-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.post-date-info-wrap .date-tags {
  flex-direction: row;
  line-height: 1.8;
  margin-bottom: 0;
  flex-flow: wrap;
}

.post-date-info-wrap span {
  display: block;
  padding: 0;
  margin: 0;
  color: #71746e;
  font-size: 14px;
}

.post-date-info-wrap .date-tags .post-date {
 margin-right: 8px;
}

.post-date-info-wrap .date-tags span::before {
  content: none;
}

.post-date-info-wrap a {
  text-decoration: none;
}

.post-date-info-wrap .date-tags {
  display: flex;
  flex-direction: row-reverse;
}

.post-date-info-wrap .post-update i {
  font-size: 13px;
}

body.single-post span.cat-label {
  display: none;
}

body.single-post .entry-content {
  margin-top: 1em;
}

.related-entry-card-title {
  line-height: 24px;
}

.related-entry-card-snippet {
  line-height: 20px;
}

.related-list a.related-entry-card-wrap .card-thumb img {
  height: 90px;
  object-fit: cover;
}

#pager-post-navi .card-thumb img {
  height: 70px;
  object-fit: cover;
}

.related-entry-card-title {
  font-weight: 700;
}

.related-entry-heading {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0;
}

/* サイドバー */
.sidebar h3 {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-bottom: 10px;
}

#popular_entries-2 a,
.widget_categories ul li a {
  transition: all 0.3s;
}

#popular_entries-2 a:hover,
.widget_categories ul li a:hover {
  opacity: 0.7;
}

.popular-entry-card-content {
  font-size: 14px;
  line-height: 20px;
  margin-left: 90px;
}

figure.popular-entry-card-thumb {
  width: auto;
  margin: 0;
}

figure.popular-entry-card-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

#categories-2 {
  margin-top: 40px;
}

.widget_categories ul li a {
  border-bottom: 2px dotted #ddd;
}

#categories-2 ul.children {
  padding-left: 0;
}

/* ページネーション */
.pagination-next {
  display: none;
}

.page-numbers {
  color: #4c73be;
  border: 1px solid #4c73be;
  border-radius: unset;
  transition: all 0.3s;
}

.pagination a:hover {
  color: #4c73be;
}

.pagination .current {
  background-color: #4c73be;
  color: #fff;
}

/* フッター */
.footer {
  margin-top: 0px;
  border-top: 1px solid #9D9894;
}

.navi-footer-in a {
  color: #fff;
  transition: all 0.2s;
}

.navi-footer-in a:hover {
  color: #fff;
  background: transparent;
  transition: none;
  text-decoration: underline;
}

#footer {
  border-top: 6px solid #4c73be;
  background: #333;
  color: #fff;
}

/* お問い合わせフォーム */
.contact-form-wrap table tr:nth-of-type(2n+1) {
  background: transparent!important;
}

.contact-form-wrap table tr {
  border-bottom: 1px solid #f1f1f1;
}

.contact-form-wrap table tr:first-child {
  border-top: 1px solid #f1f1f1;
}

.contact-form-wrap table th,
.contact-form-wrap table td {
  border: 0!important;
  font-weight: 400;
  padding: 10px;
  /* white-space: nowrap; */
}

.contact-form-wrap table th {
  text-align: left;
  background: #f6f6f6;
  font-weight: 700;
}

.contact-form-wrap table tr td:first-child {
  background: #f6f6f6;
  font-weight: 700;
  width: 280px;
}

span.required {
  color: #ff9900;
  font-size: 10px;
  letter-spacing: 3px;
  border: 1px solid #ffaa00;
  border-radius: 2px;
  padding: 2px 4px;
  line-height: 100%;
  vertical-align: 2px;
  margin: 0 5px 6px 8px;
  font-weight: 700;
}

input[type="text"],
input[type="email"],
select,
textarea {
  padding: 8px;
  font-size: 16px;
  border-radius: 0;
}

textarea {
  min-height: inherit;
  font-size: 16px;
}

input[type="submit"] {
  background: #cf4d26;
  box-shadow: 0 5px #8a3419;
  display: block;
  color: #fff;
  padding: 15px 20px;
  text-decoration: none;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 36px;
  transition: all 0.3s;
  font-size: 18px;
  border: 0;
}

input[type="submit"]:hover {
  opacity: 0.8;
}

select {
  font-size: 16px;
  background: #fff;
  height: 36px;
  line-height: 1!important;
  padding: 0!important;
}

.contact-form-wrap table td.checkbox-wrap {
  white-space: normal;
}

.contact-form-wrap table td.checkbox-wrap span.wpcf7-list-item {
  font-size: 14px;
  margin-bottom: 5px;
}

ul.pack-day {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

ul.pack-day li {
  margin: 0;
}

ul.pack-day li:nth-child(1) {
  width: 68%;
}

ul.pack-day li:nth-child(2) {
  width: 30%;
}

.contact-form-wrap {
  font-size: 16px;
}

@media screen and (max-width: 1023px){
  .tagline {
    margin: 0;
    padding: 5px 15px;
    line-height: 1.4;
  }

  ul.header-icon-wrap li.navi-menu-button {
    display: block;
  }

  .mblt-header-mobile-buttons {
    margin-top: 0;
  }

  ul.mobile-header-menu-buttons {
    display: none;
  }

  .navi-menu-caption {
    display: none;
  }

  li.navi-menu-button span.fa-bars {
    font-size: 34px;
  }

  ul.header-icon-wrap {
    margin: 10px 15px;
  }

  ul.header-icon-wrap li.header-icon-mail {
    display: none;
  }

  .header-site-name {
    font-size: 22px;
  }

  img.site-logo-image {
    width: 45px;
    margin-right: 8px;
  }

  span.site-name-text {
    height: 38px;
  }

  #navi {
    display: none;
  }

  .hero-bg-inner h1 {
    display: block;
    background: #4c73be;
    color: #fff;
    bottom: 0px;
    left: 0px;
    white-space: unset;
    font-size: 20px;
    width: 100%;
    padding: 15px;
    line-height: 1.5;
  }

  span.catch-bg {
    background: transparent;
    padding: unset;
  }

  #content {
    padding-left: 15px;
    padding-right: 15px;
  }

  #sidebar {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .top-about-wrap {
    display: block;
  }

  a.top-about {
    margin-bottom: 20px;
  }

  .top-record {
    display: block;
  }

  .top-record-left {
    width: 100%;
    padding: 0;
  }

  .top-record-left img {
    width: 100%;
    height: 370px;
    object-fit: cover;
  }

  .top-record-right {
    width: 100%;
    margin-top: 10px;
  }

  .top-record-right table tr th, .top-record-right table tr td {
    font-size: 15px;
  }

  .contact-form-wrap table th, .contact-form-wrap table td {
    white-space: normal;
  }

  article#post-15 .contact-form-wrap table td {
    width: 100%;
    display: block;
  }

  .bg-style1 {
    padding: 20px 15px;
  }

  .flex-box {
    display: block;
  }

  .flex-box-left {
    width: 100%;
  }

  .flex-box-right {
    width: 100%;
    padding: 0;
  }

  .flex-box-left img {
    height: auto;
    vertical-align: unset;
  }

  body.archive h1.archive-title {
    font-size: 20px;
  }

  .contact-bottom {
    display: block;
  }

  .contact-bottom-left {
    display: none
  }

  .contact-bottom-right {
    width: 100%;
    padding: 0;
  }

  .contact-form-wrap table tr td:first-child {
    width: 100%;
  }

  /* 投稿 */
  .related-entry-card-snippet {
    display: none;
  }

  /* コラム */
  .single-news h2.entry-title, .single-post h2.entry-title {
    font-size: 20px;
    line-height: 30px;
  }

  .blog #list, .category #list, .widget-entry-cards-blog {
    display: block;
    justify-content: flex-start;
  }

  .widget-entry-cards-blog .a-wrap,
  .blog #list .a-wrap,
  .category #list .a-wrap {
    width: 100%;
    margin: 0 auto 30px;
  }

  .single-post h1.entry-title {
    font-size: 20px;
    line-height: 1.4;
  }

  .popular-entry-card-content {
    font-size: 16px;
  }

  #footer {
    margin-top: 20px;
  }

  .footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .navi-footer-in > .menu-footer {
    display: block;
  }

  .navi-footer-in > .menu-footer li.menu-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex-style1 {
    display: block;
  }
  .flex-style1-left {
    width: 100%;
    margin-bottom: 1em;
  }
  .flex-style1-right {
    width: 100%;
  }

  /* モバイル */
  .menu-drawer li {
    border-bottom: 1px solid #ccc;
  }

  .menu-drawer a {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px;
    transition: all 0.3s;
  }

  .menu-close-button {
    margin-top: 10px;
  }

  .menu-close-button span.fa-times {
    font-size: 30px;
  }

  .mobile-menu-buttons .menu-caption {
    opacity: 1;
  }

  .menu-drawer a:hover {
    transition: all 0.3s;
  }

  ul.menu-drawer li:nth-child(2) a {
    background: unset;
    box-shadow: unset;
  }

@media screen and (max-width: 834px){
  table th, table td {
    font-size: 15px;
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .header-site-name {
    font-size: 20px;
  }
  img.site-logo-image {
    width: 38px;
  }
  span.site-name-text {
    height: 32px;
  }
  .top-record-right table tr th, .top-record-right table tr td {
    font-size: 14px;
  }
}
