@charset "UTF-8";
/*!
Theme Name: wataro-garden
Description: わたろーガーデン専用テーマ
Theme URI: https://wp-cocoon.com/
Author: junki
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** リセットCSS
************************************/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}
:where(html):has(dialog:modal[open]) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: white;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label):has(> input:disabled), :where(label):has(+ input:disabled) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
  padding: 0;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}
:where(dialog):not([open]) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/************************************
** 共通css
************************************/
:root {
  --main-text-color: rgb(17, 17, 17);
}

main p,
main div,
main li,
main a,
main label {
  font-size: 1.6rem;
  line-height: 2em;
  color: var(--main-text-color);
}
main strong {
  font-weight: bold;
  font-size: 1em;
}

header a,
main a {
  color: var(--main-text-color);
}
header a:hover,
main a:hover {
  color: #333;
  opacity: 0.7;
}

.sec_prewrap {
  padding: 0 5%;
  margin: 0 auto;
  max-width: 1100px;
}

.sec_wrap {
  margin: 0 auto 7%;
  max-width: 1025px;
  padding: 0 20px;
}

h2,
h3,
h4 {
  font-weight: bold;
  color: var(--main-text-color);
}

h2 {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 5%;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
  border: none;
  text-decoration: underline;
}

ul,
li {
  list-style: none;
  padding-left: 0;
}

.pt10p {
  padding-top: 1%;
}

.pt20p {
  padding-top: 2%;
}

.pt30p {
  padding-top: 3%;
}

.pt40p {
  padding-top: 4%;
}

.pt50p {
  padding-top: 5%;
}

.pt60p {
  padding-top: 6%;
}

.pt70p {
  padding-top: 7%;
}

.pt80p {
  padding-top: 8%;
}

.pt90p {
  padding-top: 9%;
}

.pt100p {
  padding-top: 10%;
}

.pt110p {
  padding-top: 11%;
}

.pt120p {
  padding-top: 12%;
}

.pt130p {
  padding-top: 13%;
}

.pt140p {
  padding-top: 14%;
}

.pt150p {
  padding-top: 15%;
}

.pb10p {
  padding-bottom: 1%;
}

.pb20p {
  padding-bottom: 2%;
}

.pb30p {
  padding-bottom: 3%;
}

.pb40p {
  padding-bottom: 4%;
}

.pb50p {
  padding-bottom: 5%;
}

.pb60p {
  padding-bottom: 6%;
}

.pb70p {
  padding-bottom: 7%;
}

.pb80p {
  padding-bottom: 8%;
}

.pb90p {
  padding-bottom: 9%;
}

.pb100p {
  padding-bottom: 10%;
}

.pb110p {
  padding-bottom: 11%;
}

.pb120p {
  padding-bottom: 12%;
}

.pb130p {
  padding-bottom: 13%;
}

.pb140p {
  padding-bottom: 14%;
}

.pb150p {
  padding-bottom: 15%;
}

fieldset {
  border: none;
}

.ftb {
  font-weight: bold;
}

.dflex {
  display: flex;
}

.about_container {
  padding: 0 5% 5%;
  max-width: 800px;
}

.cautiontxt {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4em;
}

.btn_parts {
  padding: 5px 10px;
  background-color: white;
  border: 1px solid #707070;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  max-width: 300px;
  margin: 0 auto 3%;
}
.btn_parts:hover {
  opacity: 0.8;
}
.btn_parts a {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #707070;
}

.txtIndent {
  text-indent: -1em;
  padding-left: 1em;
}

.footer {
  margin-top: 0;
}

#menu-global-navigation {
  display: none !important;
}

@media screen and (max-width: 834px) {
  .sec_prewrap {
    padding: 0;
  }
}
/************************************
** 共通パーツ
************************************/
.contact-parts {
  padding: 0;
}
.contact-parts_block {
  max-width: 880px;
  background-color: #f5f5f5;
  padding: 3% 5%;
  text-align: center;
  margin: 0 auto;
}

.txt_content_flex {
  display: flex;
}
.txt_content_flex > img {
  margin: 0 5%;
  width: 30%;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .txt_content_flex {
    display: block;
  }
  .txt_content_flex > img {
    width: 100%;
    margin: 3% auto 0;
  }
}

.sub_kv {
  width: 100%;
  padding-bottom: 5%;
  height: 120px;
  background-size: cover;
  background-position-y: center;
  opacity: 0.7;
}

/************************************
** 共通ヘッダー
************************************/
#header-watarabo {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translatex(-50%);
}
#header-watarabo .header-container {
  background: white;
  padding: 20px 50px 10px;
  position: relative;
}
#header-watarabo .header-logo {
  position: relative;
  width: 300px;
  height: auto;
  left: 0;
  bottom: 0;
}
#header-watarabo .header-logo img {
  margin: 0 auto;
  transition: width 0.3s ease;
}
@media screen and (max-width: 834px) {
  #header-watarabo .header-logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  #header-watarabo .header-logo {
    width: 100%;
  }
}
#header-watarabo .header-navi {
  padding-top: 10px;
}
#header-watarabo .header-navi_list {
  display: flex;
  justify-content: right;
}
#header-watarabo .header-navi_list li {
  padding-left: 30px;
}
#header-watarabo .header-navi_list li:first-child {
  padding-left: 0;
}
#header-watarabo .header-navi_list li a {
  font-size: 1.8rem;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  #header-watarabo .header-navi_list {
    justify-content: center;
  }
}

/************************************
** 記事投稿用
************************************/
.article .entry-header,
.article .entry-content, .article-footer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5%;
}
.article #main {
  padding: 0 10% 5%;
}
.article .toc {
  border: 1px solid lightgray;
}
.article .toc a {
  font-size: 1.4rem;
}
.article .toc li {
  line-height: 1em;
}
.article h2,
.article h3,
.article h4 {
  font-weight: bold;
  padding: 0;
  background: none;
  margin-bottom: 20px;
  border: none;
}
.article h2 span,
.article h3 span,
.article h4 span {
  font-weight: bold;
}
.article h2 {
  margin-top: 80px;
}
.article h2 span {
  font-size: 2.6rem;
}
.article h3 {
  margin-top: 60px;
}
.article h3 span {
  font-size: 2rem;
}
.article h4 {
  margin-top: 60px;
  font-size: 1.8rem;
}
.article h2 + h3,
.article h3 + h4 {
  margin-top: 20px;
}
.article .entry-content {
  margin-bottom: 10%;
}
.article .entry-date {
  font-size: 1.2rem;
}
.article .wp-block-list {
  padding-left: 1em;
}
.article .wp-block-list li {
  margin-top: 2em;
  margin-bottom: 2em;
}
.article .wp-block-list strong {
  font-weight: bold;
}
.article ul li,
.article ol li {
  margin: 0;
}

.sns-block {
  display: flex;
}

.sns-share,
.sns-follow {
  display: inline-block;
  width: 140px;
  margin: 0 auto;
}

.sns-share.ss-col-3 .sns-buttons {
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.sns-share.ss-col-3 a {
  width: 40px;
  height: 40px;
}

.sns-buttons a {
  width: 40px;
  height: 40px;
}

.sns-share-buttons a .button-caption {
  display: none;
}

/************************************
** トップページ
************************************/
body {
  background: white;
}

.container {
  width: 100%;
  max-width: 100%;
}

.main {
  padding: 0;
}

.wrap {
  width: 100%;
}

.hero {
  width: 100%;
}
.hero-content {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}
.hero-content h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3em;
}
.hero-content_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_section {
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 0 5%;
}

.new-item {
  position: relative;
  width: 100%;
  border-radius: 5px;
  background-color: rgb(240, 240, 240);
  padding: 10px;
}
.new-item_section {
  padding-top: 5%;
  padding-bottom: 5%;
  margin: 0 auto;
}
.new-item_category {
  position: absolute;
  top: 5px;
  right: 15px;
}
.new-item_link {
  text-decoration: none;
}

.item_section_wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.category-block {
  flex: 1;
}

.category-item {
  flex: 1;
  position: relative;
}
.category-item h3 {
  text-align: center;
  margin-bottom: 30px;
}
.category-item a {
  text-decoration: none;
}
.category-item_link {
  padding-top: 10px;
  float: right;
}

.category_section_wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.related-pages {
  display: flex;
  justify-content: space-between;
}

.related-item {
  width: 45%;
}

.related-thumbnail img {
  width: 100%;
}

@media (max-width: 768px) {
  .three-items {
    flex-direction: column;
  }
  .three-items .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .related-pages {
    flex-direction: column;
  }
  .related-pages .related-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cat-link {
  background-color: rgb(28, 157, 177);
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/************************************
** 投稿記事のタイトルスタイル
************************************/
.entry-title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: rgb(17, 17, 17);
}
@media screen and (max-width: 834px) {
  .entry-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .entry-title {
    font-size: 1.8rem;
  }
}

.entry-meta {
  font-size: 1.4rem;
  color: #666;
  margin-top: 0.5rem;
  line-height: 1em;
  text-align: right;
}
.entry-meta .published,
.entry-meta .cat-links,
.entry-meta .tag-links {
  margin-right: 1rem;
}
.entry-meta .cat-links a,
.entry-meta .tag-links a {
  color: #007cba;
  text-decoration: none;
}
.entry-meta .cat-links a:hover,
.entry-meta .tag-links a:hover {
  text-decoration: underline;
}

.entry-content {
  line-height: 1.8;
  font-size: 1.6rem;
}

.cat-links a {
  background-color: gray;
  color: #333;
  padding: 2px 6px;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  display: inline-block;
}

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

.span-reading-time {
  color: #666;
  font-size: 1.2rem !important;
  text-align: right;
}

/************************************
** image-text-containerスタイル
************************************/
.image-text-container {
  white-space: pre-line;
  line-height: 1.6;
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.image-text-container p {
  white-space: pre-line;
  margin-bottom: 1em;
}
.image-text-container div,
.image-text-container span {
  white-space: pre-line;
}
.image-text-container .wp-block-paragraph {
  white-space: pre-line;
}
.image-text-container .block-editor-rich-text__editable {
  white-space: pre-wrap;
}/*# sourceMappingURL=style.css.map */