@charset "UTF-8";

/* ----------------------------------------------------------------------
治兵衛オリジナルCSS くらしの料理器コンセプトテンプレート用CSS
---------------------------------------------------------------------- */
html { scroll-behavior: smooth;}

/*すべてに適用*/

/*アイキャッチ画像の余白設定*/
.p-entry__thumbnail{
 margin:40px;
}

/*野崎先生紹介箇所*/
.nozaki .wp-block-media-text__media{
 margin: 20px 0 0 20px;
}


/*アイテムリスト*/
/*タイトル*/
.selection figure{
 max-width: 472px!important;
 margin: 0 auto 20px;
}


/*アイテムリストの文字列を真ん中に*/
.wp-block-latest-posts.columns-3 li {
 text-align: center;
}

.wp-block-latest-posts.columns-3 li a{
  font-size: 1.4rem;
  font-weight: bold;
  /* font-family: sans-serif; */
}

img.wp-image-224{
 max-width: 498px!important;
}

.wp-block-post-navigation-link a{
 font-size: 18px;
 font-weight: bold;
}

.wp-block-media-text .wp-block-media-text__content {
 padding: 8%;
}

.p-entry__body h2 {
 font-size: 260%;
 margin-bottom: 8px;
}

.p-entry__body h3 {
 font-size: 124%;
}

/*1449px以下*/
@media only screen and (max-width: 1449px){


}


/*1279px以下*/
@media only screen and (max-width: 1279px){


}


/*1025px以上*/
@media only screen and (min-width: 1025px){


}


/*1024px以下*/
@media only screen and (max-width: 1024px){


}


/*991px以下*/
@media only screen and (max-width: 991px) {


}

/*768px以上*/
@media only screen and (min-width: 768px) {
/*アイキャッチ画像の余白設定*/
.p-entry__thumbnail{
 max-width:621px;
 margin:40px auto;
}


}

/*767px以下*/
@media only screen and (max-width: 767px) {




}

/*599px以下*/
@media only screen and (max-width: 599px) {

/*アイテムリストスマホの時は2列表示*/
.wp-block-latest-posts.columns-3 li {
 width:calc(50% - 1.25em);
}

}

/*480px以下*/
@media only screen and (max-width: 480px) {


}
