@charset "UTF-8";

/*
Theme Name: MY THEME 1
Author: MONIKER
Description: オリジナルテーマです
Version: 1.0
*/

/* ---------------------------------------------
	リセット
--------------------------------------------- */
*,
::before,
::after{
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html{
  font-size: 62.5%;
  line-height: 1.15;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body{
  position: relative;
  margin: 0;
  font-family: 'メイリオ', Meiryo, Helvetica, Verdana, Arial, sans-serif;
  color: #262626;
  background-color: #e9ecdf;
}
p, table, blockquote, address, pre, iframe, form, figure, dl{
  margin: 0;
}
body, ul, li, ol{
  font-size: 1.6rem;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6{
  /*  font-weight: inherit; */
  margin: 0;
  font-size: inherit;
  line-height: 1.4;
}
ul, ol{
  padding: 0;
  margin: 0;
  list-style: none;
}
dt{
  font-weight: bold;
}
dd{
  margin-left: 0;
}
pre{
  font-family: monospace, monospace;
  font-size: inherit;
}
address{
  font-style: inherit;
}
img{
  vertical-align: bottom;
  pointer-events: none;
  border: none;
}
img{
  max-width: 100%;
  height: auto;
}
a{
  color: #06c;
  text-decoration: none;
  outline: none;
  transition: all 0.1s ease;
}
a:link{
  text-decoration: none;
}
a:visited{
  color: #432189;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
}
a:active{
  text-decoration: underline;
}

/* Custom cross-browser styles for keyboard :focus overrides defaults. */
a:focus{
  box-sizing: border-box;
  outline: 3px solid #00278c;
  outline-offset: 1px;
}
*:focus{
  box-sizing: border-box;
  outline: 3px solid #00278c;
  outline-offset: 1px;
}

/* Remove focus styles for non-keyboard :focus. */
a:focus:not(.focus-visible),
.ngk_link a:focus:not(.focus-visible){
  outline: 0 !important;
  box-shadow: none !important;
}
sub,
sup{
  position: relative;
  vertical-align: baseline;
}
sub{
  bottom: -0.1rem;
}
sup{
  top: -0.2rem;
}
table{
  border-collapse: collapse;
  border-color: inherit;
}
caption{
  text-align: left;
}
td,
th{
  padding: 0;
  vertical-align: top;
}
th{
  font-weight: bold;
  text-align: left;
}

/* 変数 */
:root {
  --f1: 3.4rem;
  --f2: 2.2rem;
  --f3: 2.1rem;
  --f4: 2.0rem;
  --f5: 1.7rem;
  --f6: 1.3rem;
  --basecolor: #1b2722; /* 基本色 */
  --myfont: 'Josefin Sans', sans-serif;
  --darkcolor: #302c2c;
  --darkcolor2: #484141;
  --bgcolor: #294029;
  --point-text: #1e6b44;
  --text: #333;
}

/* ---------------------------------------------
	body wrap
--------------------------------------------- */
body{
  position: relative;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #262626;
}
.alignleft {
	float: left;
	margin-right: 1em;
	margin-left: 0;
}
.alignright {
	float: right;
	margin-right: 0;
	margin-left: 1em;
}
.aligncenter {
	margin-right: auto;
	margin-left: auto;
}
.wp-block-categories.aligncenter{

}
.wp-block-categories.aligncenter li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
	text-align: center;
}

h2.wp-block-heading{
  padding: 15px 0;
  margin: 100px 0 20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  color: var(--text);
}
.lead + h2.wp-block-heading{
  margin-top: 0;
}
aside h2.wp-block-heading{
  padding: 0;
  margin: 15px 0 5px;
  border: none;
}

/* 横幅 */
body {
	margin: 0;
}
.article-main h2{
  margin: 3em 0 1em;
}
.article-main h2:nth-child(1){
  margin-top: 1em;
}
.article-main p{
  margin-bottom: 1em;
}
.article-main p.about-lead{
  margin: 3em 0 0;
}
.myposthead {
	padding-top: 20px;
	padding-bottom: 10px;
}
.mycols{
  padding: 15px 5px 20px;
}
.arrow-link a{
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.arrow-link a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 8px;
  margin: auto 0;
  content: ' ';
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.88 7.88"><path d="m1.35.22-.82.82 2.83 2.84L.53 6.71l.82.82L5 3.88 1.35.22z" style="fill:rgb(43, 84, 115)"/></svg>');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px 10px;
}

/* 記事が属するカテゴリー */
.post-categories {
	display: flex;
	justify-content: center;
	padding: 0;
	list-style-type: none;
}
.post-categories li:not(:last-child) {
	margin-right: 10px;
}
.post-categories a {
	padding: 3px 10px;	
	font-size: var(--f6);
	color: var(--basecolor);
	border: solid 1px currentcolor;
	border-radius: 10px;
}

/* スクリーンリーダー用のテキスト */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

/* 前後の記事へのリンク */
.nav-links {
  display: flex;
  margin: 30px 20px;
  font-size: 1.4rem;
  gap: 15px;
}
.nav-links a{
  color: var(--text);
  display: inline-block;
  position: relative;
}
.nav-previous {
	display: flex;
	flex: 1;
	align-items: center;
}
.nav-next {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	margin-left: 10px;
	text-align: left;
}

.nav-previous a::before, .nav-next a::before {
  content: ' ';
  display: block;
  margin: 0 0 3px;
  width: 100%;
  height: 15px;
  background: url(img/next.svg) no-repeat left top;
}
.nav-previous a::before {
  background: url(img/prev.svg) no-repeat left top;
}
.nav-next a::before {
  background: url(img/next.svg) no-repeat right top;
}


/* ヘッダー */
.myhead {
  padding: 15px 0;
  margin: 0;
  background-color: #393939;
}
.myhead .page-range{
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.myhead a {
  font-size: var(--f3);
  color: #fff;
}
.myhead p {
	margin: 0;
	font-size: var(--f6);
}
.myhead .site-title img{
  width: 160px;
  vertical-align: middle;
}
.menu li.current a{
  border-bottom: 1px solid #ccc;
}
.elm{
  opacity: 0.8;
  transform: translateY(0);
}
.elm.is-active{
  opacity: 1;
  transform: translateY(0); 
  transition-timing-function: linear;
  transition-duration: 0.5s;
}

/* フッター */
.myfoot {
  padding: 0;
  text-align: center;
  background-color: #fff;
}
.myfoot .alignwide{
  padding: 15px 0;
}
.myfoot .menu{
  margin: 0;
  justify-content: center;
}
.myfoot .alignwide a{
  color: var(--text);
} 
.myfoot .site-info{
  padding: 35px;
  color: rgba(255, 255, 255, 0.8);
  background-color: var(--basecolor);
}
.myfoot .site-info p{
  font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.8);
}
.myfoot .site-info small{
  font-size: 1.3rem;
}
/* 記事一覧 */
.news__cont{
  padding: 20px 25px;
}
.mypostlist{
  border-top: 1px solid #ccc;
}
.mypostlist li{
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.mypostlist li a{
  display: flex;
  gap: 10px;
  font-size: 1.4rem;
  color: #333;
  flex-wrap: wrap;
}
.mypostlist li a h2{
  font-size: 1.8rem;
  color: var(--point-text);
}
.mypostlist li a p{
  font-size: 1.4rem;
  line-height: 1.6;
}
.mypostlist figure {
	margin: 0;
  width: 40px;
}
.mypostlist li a > div{
  flex: 1;
}
.mypostlist img {
	width: 40px;
  height: 40px;
	object-fit: cover;
  border-radius: 10px;
}
.mypostlist h2 {
	padding: 0;
	margin: 0;
	font-size: var(--f6);
	border: none;
}
.myshare{
  margin: 15px 25px;
  text-align: right;
  vertical-align: middle;
}
h2.share__ttl{
  padding: 0;
  font-size: 1.5rem;
  border: 0;
  display: inline-block;
}
.sns-x {
  display: inline-block;
  vertical-align: middle;
}
.sns-x img{
  margin: -5px 0 0 10px;
  width: 20px;
  vertical-align: middle;
}

/* ページネーション */
.pagination .nav-links {
	justify-content: center;
	margin-bottom: 50px;
}
.pagination .page-numbers:not(:last-child) {
	margin-right: 15px;
}
.pagination a {
	color: var(--basecolor);
}
.pagination .current {
	color: #aaa;
}
.mymargin{
  margin: 0 0 20px;
}
.top_nav{
  justify-content: center;
}
.top_nav img{
  width: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.lead{
  width: 80%;
  margin: 30px auto 0;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
}
div.wp-block-group.lead .wp-block-group__inner-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
div.wp-block-group.lead .wp-block-group__inner-container p{
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
   color: var(--point-text);
}
div.wp-block-group.lead .wp-block-group__inner-container figure{
  width: 30%;
  min-width: 200px;
}
div.wp-block-group.lead .wp-block-group__inner-container figure img{
  width: auto;
  height: auto;
}

/* 記事ヘッダー */
article .myposthead{
  position: relative;
  display: flex;
  align-items:flex-end;
  justify-content: center;
  padding: 15px;
  margin: auto 0 15px;
  overflow: hidden;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.header-wrap{
  position: relative;
  z-index: 10;
  flex: 1;
  padding: 15px 20px;
  margin: 0 -15px -15px;
  color: #fff;
  background-color: rgb(0 0 0 / 50%);
}
article h1{
  position: relative;
  z-index: 10;
  color: #fff;
}
.article-img{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.article-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.is-style-box-gray{
	padding: 1em;
  	background: #f5f5f5;
	border: 1px solid #d3d3d3;
}
.update-date{
  padding: 0 30px;
  font-size: 1.4rem;
  text-align: right;
}
.breadcrumbs {
  padding: 0;
  margin: 0 10px 15px;
  font-size: 1.3rem;
}
.breadcrumbs a{
  font-size: 1.3rem;
}
.myprofile{
  padding: 0 0 30px;
}
ol.wp-block-list{
  padding-left: 0;
  margin-left: -0.2em;
  counter-reset: li;
}
ol.wp-block-list > li{
  position: relative;
  padding: 10px 0 0;
  margin: 30px 0 20px;
  line-height: 1.8;
  border-top: 1px dotted #333;
}
ol.wp-block-list > li::before{
  box-sizing: border-box;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: -23px 0 10px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  content: counter(li) ;
  counter-increment: li;
  background-color: #333;
  border-radius: 50px;
}
ol.wp-block-list > li img{
  display: block;
  margin: 20px auto;
  text-align: center;
}
ol.wp-block-list > li img:last-child{
  margin-bottom: 0;
}
ul.wp-block-list{
  margin: 0 0 15px;
}
ul.wp-block-list > li{
  margin: 0 0 5px 17px;
  list-style-type: disc;
}

/* 記事 */
.article-main{
  margin-bottom: 40px;
}
.article-main img{
  margin: 30px auto;
}
.wp-block-image{
  text-align: center;
}

/* HOME */
.home .link-article{
  margin: 0 0 10px;
}
.home .link-article a{
  display: inline-block;
  padding: 25px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  height: 100%;
  overflow: hidden;
}
.home .link-article a:hover{
  transform: translateY(-5px);
  transition: all 0.3s ease;
  }
.home .blogCardListItemImg{
  margin: -25px -25px 15px;
}
.home__header{
  padding: 50px 15px 0;
  color: #fff;
  background:  url(img/home_img_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.home__header::after{
  content: ' ';
  margin: 0;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 42, 40, 0.76);
  z-index: 10;
}
.home__header .page-range{
  position: relative;
  z-index: 100;
}
.home__ttl-wrap{
  text-align: center;
}
.home__header h1{
  color: #fff;
  margin: 0 0 20px;
}
.home__header h1 img{
  width: 80%;
}
.home__main{
  text-align: center;
}
.link-article p{
  font-size: 1.5rem;
  color: #333;
  text-align: left;
}
.home__new-item-ttl{
  margin: 0 0 20px;
  text-align: center;
  border: none;
  font-size: 2.4rem;
  color: var(--darkcolor);
}
.home__new-item-ttl span{
  padding-bottom: 6px;
  display: inline-block;
  border-bottom: 3px solid var(--darkcolor2);
}
.link-btn a{
  display: inline-block;
  background-color: var(--bgcolor);
  padding: 15px 25px 15px 15px;
  width: 12em;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 15px;
  box-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="e" viewBox="0 0 26 22"><defs><style>.h{fill:rgb(255, 255, 255)}</style></defs><path d="M18.45 12H2.28c-.55 0-1-.45-1-1s.45-1 1-1h16.17c.55 0 1 .45 1 1s-.45 1-1 1" class="h"/><path d="M15.51 20.59a.996.996 0 0 1-.73-1.68l7.47-7.9-7.47-7.9a.996.996 0 0 1 .04-1.41.996.996 0 0 1 1.41.04l8.12 8.59c.36.39.36.99 0 1.37l-8.12 8.59c-.2.21-.46.31-.73.31Z" class="h"/></svg>');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 26px 22px;
}
.link-btn a:hover{
  background-position: 95.5% center;
}
.home__new-item{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
  margin: 40px auto 30px;
  text-align: left;
}
.home__new-item a{
  font-size: 1.4rem; 
  color: var(--text);
}
.home__new-item a h3{
  margin: -35px 0 0; 
  font-size: 1.8rem;
    color: var(--point-text);
}
.home__new-item a h3 span{
  display: inline-block;
  background-color: var(--darkcolor);
  color:#fff;
  font-size: 0.8em;
  padding: 4px 10px;
  margin: 0 0 10px -5px;
  border-radius: 3px;
}
.home__new-item .season,
.home__new-item .season2{
  color: var(--darkcolor2);
}
.home__new-item a p{
  margin-top: 10px;
  line-height: 1.5;
}
.home__new-item a img{
 width: 100%;
  margin: 0 0 10px; 
}
.home__new-item a p.up-date{
  font-size: 0.9em;
}
.home__section{
  padding: 0 15px;
  margin: 80px 0 70px;
}
.home__section:first-child{
  margin-top: 30px;
}
.home .category__list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 40px auto 50px;
  text-align: left;
}
.home .category__list > li{
  padding: 90px 15px 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 15px;
  border: none;
}
.home .category__list > li p{
  line-height: 1.5;
}
.home .category__list > li p.home-category-name{
  margin: 5px 0 10px;
  text-align: center;
  position: relative;
}
.home .category__list > li li{
  text-align: left;
  padding: 0;
}
.home .category__list > li .home-category-name a{
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0 5px 0 15px;
  background-position: left 0.5em;
  background-size: 10px 10px;
  text-align: center;
  display: inline-block;
  color: var(--point-text);
}
.home .category__list > li ul{
  margin: 10px 0 0;
}
.home-category-name a::before{
  content: ' ';
  margin: 0 auto;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  width: 60px;
  height: 72px;
  background: url(img/ico_fandv.svg) no-repeat center center;
  background-size: 60px auto;
}
.home-category-name a.fruit-v::before{
  background: url(img/ico_fandv.svg) no-repeat center center;
  background-size: 60px auto;
}
.home-category-name a.herbs::before{
  background: url(img/ico_herbs.svg) no-repeat center center;
  background-size: 60px auto;
}
.home-category-name a.others::before{
  background: url(img/ico_others.svg) no-repeat center center;
  background-size: 60px auto;
}
.home-category-name a.leafy::before{
  background: url(img/ico_leafy.svg) no-repeat center center;
  background-size: 60px auto;
}
.home-category-name a.non-edible::before{
  background: url(img/ico_non-edible.svg) no-repeat center center;
  background-size: 60px auto;
}
.home-category-name a.root::before{
  background: url(img/ico_root.svg) no-repeat center center;
  background-size: 60px auto;
}
.home-news__list dl div{
  display: flex;
  justify-content: center;
  gap: 15px;
}
.home-news__list dl div dt{
  font-weight: normal;
}



/* サイドバー */
.mymenu{
  padding: 20px 35px 0;
  margin: 20px -15px 0;
  border-top: 1px solid #ccc;
}
.mymenu h2{
  margin: 10px 0 10px;
  font-size: 1.6rem;
  background-color: var(--darkcolor);
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  font-weight: normal;
}
.category__list > li{
  margin: 0 0 5px;
  font-size: 1.5rem;
  line-height: 1.3;
  border-bottom: 1px dotted #333;
}
.widget_recent_entries > li{
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333;
    font-size: 1.5rem;
  line-height: 1.3;
}
.mymenu .post-date{
  display: block;
    padding-left: 10px;
  font-size: 0.7em;
}
.widget_recent_entries li a,
.category__list li a{
  display: inline-block;
  padding-left: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.88 7.88"><path d="m1.35.22-.82.82 2.83 2.84L.53 6.71l.82.82L5 3.88 1.35.22z" style="fill:rgb(43, 84, 115)"/></svg>');
  background-repeat: no-repeat;
  background-position: left 0.5em;
  background-size: 8px 8px;
  vertical-align: middle;
}
.widget_recent_entries li.current,
.category__list li.current{
  position: relative;

}
.widget_recent_entries li.current a,
.category__list li.current > a{
  font-weight: bold;
  color: var(--point-text);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.88 7.88"><path d="m1.35.22-.82.82 2.83 2.84L.53 6.71l.82.82L5 3.88 1.35.22z" style="fill:rgb(30, 107, 68)"/></svg>');
  background-repeat: no-repeat;
  background-position: left 0.3em;
  background-size: 8px 8px;
}

/* .widget_recent_entries li.current::before,
.category__list li.current > a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  width: 2px;
  margin: auto 0;
  content: ' ';
  background-color: #cf0239;
  border-radius: 5px;
} */
.category__list li > ul li{
  padding-left: 1em;
  
}

/* スマホ----------------------------- */
@media screen and (width <= 767px){
  html,
  body{
    width: 100%;
    min-width: 0;
  }
  html{
    font-size: 62.5%;
  }
  body{
    font-family: sans-serif;
    text-size-adjust: 100%;
  }
  .br-sp{
    display: inline-block;
  }
  .br-pc,
  .br-pc_s,
  .br-pc_w{
    display: none;
  }

    /* フォント */
  p {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2.0rem;
  }
  h3 {
   font-size: 1.8rem;
  }
  h4 {
   font-size: 1.6rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  h6 {
    font-size: 1.6rem;
  }
  .menu{
    display: flex;
    gap: 10px;
    margin: 0 10px;
  }
  .menu li:first-child{
    display: none;
  }
  .myfoot .menu li:first-child{
    display: block;
  }
  .menu a{
    font-size: 1.4rem;
  }
  .mycontent .mycontainer{
    padding: 0 0 20px;
    background-color: #fff;
    border-radius: 15px;
  }
  .article-main{
    padding: 0 30px 20px;
  }
  .home__ttl-wrap div:nth-child(2) img{
    width: 40%;
    min-width: 160px;
  }
  .nav-next a::after{
    content: ' ';
    margin: auto 0;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: -14px;
    width: 1px;
    height: 90%;
    border-left: 2px dotted #333;
  }

  /* 記事ヘッダー */
  article .myposthead{
    min-height: 200px;
  }

}

/* PC----------------------------- */
@media screen and (width >= 768px){
  html{
    font-size: 62.5%;
  }
  .br-sp{
    display: none;
  }
  .br-pc,
  .br-pc_s,
  .br-pc_w{
    display: inline-block;
  }

  /* フォント */
  p {
    font-size: var(--f5);
    line-height: 1.9;
  }
  h1 {
    font-size: var(--f1);
  }
  h2 {
    font-size: var(--f2);
  }
  h3 {
   font-size: var(--f3);
  }
  h4 {
   font-size: var(--f4);
  }
  h5 {
    font-size: var(--f5);
  }
  h6 {
   font-size: var(--f6);
  }
  /* ヘッダー */
  .myhead {
    padding: 30px 0;
  }
  .myhead .page-range{
    display: flex;
    align-items: center;
    margin: 0 20px;
  }
  .myhead .site-title img{
    width: 200px;
  }

  .menu{
    display: flex;
    gap: 20px;
    margin: 0 0 0 30px;
  }

  .page-range{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .home__wrap{
    width: 100%;
    max-width: 1400px;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
  }
  .myhead li a{
    font-size: 1.6rem;
  }
  .mycontent .mycontainer{
    padding: 0 0 40px;
    background-color: #fff;
    border-radius: 15px;
  }
  .mymenu h2{
    margin: 50px 0 10px;
    font-size: 1.6rem;
    background-color: var(--darkcolor);
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-weight: normal;
  }
  .mymenu h2:first-child{
    margin-top: 30px;
  }
  .myprofile{
    padding-top: 10px;
  }
  div.wp-block-group.lead .wp-block-group__inner-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }
  div.wp-block-group.lead .wp-block-group__inner-container p{
    margin: 0;
    font-size: 2.6rem;

  }

  /* HOME */
  .home__header{
  padding: 50px 0 0;
  }
  .home__header h1 img{
    width: 500px;
  }
  .home__ttl-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    text-align: center;
    flex-direction: row-reverse;
  }
  .home__wrap .wp-block-columns{
    justify-content:center;
    margin: 15px auto 10px;
  }
  .home__wrap .wp-block-columns .wp-block-column{
    flex-grow: 0;
    flex-basis: auto;
  }
  .home__wrap + .mymenu{
    display: flex;
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .article-main,
  .update-date,
  .myshare{
    width: 80%;
    min-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .article-main figure{
    text-align: center;
  }
  .article-main img{
    display: block;
    width: 500px;
    max-width: 100%;
    margin: 30px auto;
  }
  article .myposthead{
    height: 400px;
  }
  aside .mycontainer{
    position: sticky;
    top: 0;
  }
  ol.wp-block-list > li{
    padding-left: 2.5em;
  }
  ol.wp-block-list > li::before{
    position: absolute;
    top: 10px;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 1.8em;
    padding: 0;
    margin: 0 5px 0 0;
    text-align: center;
    content: counter(li) ';
    counter-increment: li;
  }
  .breadcrumbs {
    padding: 0;
  }
  .breadcrumbs a{
    font-size: 1.4rem;
  }
  /* HOME */
  .home__section{
    padding: 0 15px;
    margin: 120px 0 100px;
  }
  .home__new-item{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
  }
  .home__new-item-ttl{
     margin: 0 0 40px; 
      font-size: 3.0rem;
  }
  .home .category__list{
    padding: 0 30px;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
  }
  .home .category__list > li{
    padding: 90px 25px 30px;
  }
  /* 記事一覧 */
  .news__cont{
    padding: 20px 50px;
  }
  .mypostlist figure {
    margin: 0;
    width: 100px;
  }
  .mypostlist img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 20px;
  }
  .mypostlist li a{
    gap: 20px;
  }
  /* 記事 */
  .header-wrap{
    position: relative;
    z-index: 10;
    flex: 1;
    padding: 25px 50px;
    margin: 0 -15px -15px;
    color: #fff;
    background-color: rgb(0 0 0 / 50%);
  }
  .update-date{
    padding: 0;
  }
  /* 前後の記事へのリンク */
  .nav-links {
    display: flex;
    margin: 30px 0;
  }
}
@media screen and (width >= 1200px){
  .mycols{
    display: flex;
    gap: 60px;
    width: 90%;
    max-width: 1200px;
    padding: 0;
    margin: 60px auto 30px;
  }
  .mycols .mycontent{
    flex: 1;
  }
  .mymenu{
    margin: 0;
    padding: 0;
    width: 18%;
    min-width: 190px;
    background: transparent;
    border: none;
  }
}