@charset "UTF-8";
/*
Theme Name:OOPS! child
Theme URI:
Description:WordPressテーマの自作子テーマです。
Template:oops
Author:Seeds Create
Author URI:https://seeds-create.co.jp/
Version:2.8
*/

/* Googleフォント読み込み */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Zen+Maru+Gothic&display=swap');

/* 見出しの装飾 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "M PLUS Rounded 1c", serif !important;
	font-weight: 600;
	font-style: normal;
}
p,li,dd,.p-entry__body p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
	font-size:110%;
}

.p-entry__body h2 {
  border-bottom: double 5px #FFC778 !important;
	margin:30px 0 20px;

}
.p-entry__body h3 {
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}
.p-entry__body h3:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

/* メニュー文字色変更 */
@media screen and (max-width: 1200px) {
  /* ここに1200px以下で適用するCSSを書く */
  .p-global-nav > li > a, .l-header--large.is-active .p-global-nav > li > a {
  color:#FFFFFF !important;
  }
}
