@charset "UTF-8";
/*
Theme Name: Cocoon
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Text Domain: cocoon
Version: 2.6.9
Requires at least: 5.7.0
Requires PHP: 7.4.0
Tags: two-columns, left-sidebar, right-sidebar
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body.single .single_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 849px) {
  body.single .single_flex {
    display: block;
  }
}
body.single .single_flex .single_article {
  flex: 1;
  max-width: 760px;
}
@media screen and (max-width: 849px) {
  body.single .single_flex .single_article {
    max-width: 100%;
  }
}
body.single .single_flex aside.single_sidebar {
  width: 300px;
  flex-shrink: 0;
  padding-left: 40px;
}
@media screen and (max-width: 849px) {
  body.single .single_flex aside.single_sidebar {
    width: 90%;
    margin: 2rem auto 0;
    padding-left: 0;
  }
}
body.single .single_flex aside.single_sidebar .author {
  padding: 1.2rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
body.single .single_flex aside.single_sidebar .author__pt {
  display: flex;
  align-items: center;
}
body.single .single_flex aside.single_sidebar .author__pt__pic {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
}
body.single .single_flex aside.single_sidebar .author__pt__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
body.single .single_flex aside.single_sidebar .author__pt__txt {
  padding-left: 0.6rem;
}
body.single .single_flex aside.single_sidebar .author__pt__txt .namae {
  font-size: 1rem;
  font-weight: bold;
}
body.single .single_flex aside.single_sidebar .author__pt__txt .prop {
  font-size: 0.8rem;
  padding-top: 0.2em;
}
body.single .single_flex aside.single_sidebar .author__profile {
  font-size: 0.8rem;
  padding-top: 0.5em;
  line-height: 1.6;
}
body.single .single_flex aside.single_sidebar .author__sns {
  font-size: 0.8rem;
  padding-top: 0.5em;
}
body.single .single_flex aside.single_sidebar .author__sns a {
  color: #003fbc;
}

body.single .single_article {
  line-height: 1.4;
}
body.single .single_article .breadcrumb {
  font-size: 0.8rem;
  margin-bottom: 2.3em;
  line-height: 1;
}
body.single .single_article .breadcrumb ul {
  display: flex;
}
body.single .single_article .breadcrumb ul li:not(:first-of-type) {
  margin-left: 0.6em;
}
body.single .single_article .breadcrumb ul li:not(:first-of-type):before {
  content: ">";
  margin-right: 0.6em;
}
body.single .single_article .breadcrumb ul a {
  text-decoration: underline;
}
body.single .single_article .art_hl {
  display: flex;
  margin-bottom: 1.2rem;
}
body.single .single_article .art_hl__category {
  display: block;
  background: #444;
  padding: 0.3em 0.4em;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0;
}
body.single .single_article .art_hl__day_post {
  padding-left: 0.5em;
  font-size: 1.5rem;
  margin: 0;
}
body.single .single_article .post_tag {
  font-size: 0.8rem;
  padding-top: 1em;
}
body.single .single_article .post_tag a {
  display: inline-block;
  background-color: #d3dbf1;
  color: #003fbc;
  text-decoration: none;
  padding: 0.2em 0.6em;
  border-radius: 1em;
  min-width: 2rem;
  text-align: center;
  margin: 0.2em;
}
body.single .single_article .art_ttl {
  font-size: 2rem;
  color: #333;
  line-height: 1.3;
}
body.single .single_article .event_data {
  font-size: 0.9rem;
  padding: 0.6em 0.3em;
  margin-top: 1.2em;
  background: #f3f1ee;
  border-right: #c9c2b8 1px solid;
  border-bottom: #c9c2b8 1px solid;
}
body.single .single_article .event_data span {
  display: inline-block;
  padding: 0.4em;
}
body.single .single_article .event_data span a {
  text-decoration: underline;
}
body.single .single_article .art_body {
  font-size: 1rem;
}
body.single .single_article .art_body p {
  margin: 1em 0;
  line-height: 1.6;
}
body.single .single_article .art_body h1, body.single .single_article .art_body h2, body.single .single_article .art_body h3, body.single .single_article .art_body h4, body.single .single_article .art_body h5 {
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
body.single .single_article .art_body h1, body.single .single_article .art_body h2 {
  font-size: 130%;
}
body.single .single_article .art_body h3 {
  font-size: 120%;
}
body.single .single_article .art_body h4,
body.single .single_article .art_body h5 {
  font-size: 110%;
}
body.single .single_article .art_body ul, body.single .single_article .art_body ol {
  padding-left: 2.5em;
}
body.single .single_article .art_body ul li:nth-of-type(n + 2), body.single .single_article .art_body ol li:nth-of-type(n + 2) {
  padding-top: 0.6em;
}
body.single .single_article .art_body ul {
  list-style: disc;
}
body.single .single_article .art_body ol {
  list-style: numeric;
}
body.single .single_article .art_body img {
  margin: 2rem 0;
  width: 100% !important; /* 親要素の幅いっぱいに広げる */
  height: auto !important; /* アスペクト比を維持 */
  max-width: 800px; /* 例えば最大幅を800pxに制限 */
}
body.single .single_article .art_body .mainmovie_wrapper {
  margin: 3em 0;
  padding: 2em 0;
  background: rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  width: 100%;
  aspect-ratio: 560/315;
}
body.single .single_article .art_body .mainmovie_wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}
body.single .single_article .art_body .member_conts_alert {
  background: #fff;
  border: solid 1px rgb(230, 145, 145);
  padding: 1.4rem;
  margin: 2em;
}
body.single .single_article .art_body .member_conts_alert p {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  color: #f44;
}
body.single .single_article .art_body .member_conts_alert a {
  display: flex;
  width: 16rem;
  background: rgb(222, 54, 54);
  color: #fff;
  margin: 0 auto;
  padding: 0.7em;
  font-weight: bold;
  align-items: center;
  border-radius: 0.4em;
  justify-content: center;
  transition-duration: 0.3s;
}
body.single .single_article .art_body .member_conts_alert a:hover {
  background: #f44;
}
body.single .single_article .art_body .googlemap_ttl {
  padding: 3em 0 0;
  font-size: 1em;
}
body.single .single_article .art_body .googlemap_wrapper {
  width: 100%;
  aspect-ratio: 100/70;
}
body.single .single_article .art_body .googlemap_wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}
body.single .single_article .b_archive_wrapper {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
  body.single .single_article .b_archive_wrapper {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
}
body.single .single_article .b_archive_wrapper a.b_grade {
  margin: 0 auto;
  width: 11rem;
  font-size: 1.5rem;
  height: 4.2rem;
  color: #fff;
  font-size: 1.6rem;
  justify-content: center;
  padding: 0;
}
body.single .single_article .b_archive_wrapper a.b_grade:after {
  display: none;
}
@media screen and (max-width: 767px) {
  body.single .single_article .b_archive_wrapper a.b_grade {
    width: 12rem;
    font-size: 1.2rem;
    height: 3.6rem;
  }
}/*# sourceMappingURL=single.css.map */