/*
Theme Name: STORY child
Theme URI:https://tcd-theme.com/tcd041
Description:WordPressテーマ「STORY」の子テーマ
Template:story_tcd041
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/

@media screen and (max-width: 767px) {
  h1, h2, h3,
	.post-title,
	.article05-title,
	.column-layout03-title,
  .content02-title,
	.content03-title,
	.content04-title {
    font-size: 1.4em; /* スマホ向けにちょい大きめ */
  }
	
	@media screen and (max-width: 767px) {

	.article03-title {
    font-size: 1.0em; /* スマホ向けにちょい大きめ */
  }

  body {
    font-size: 18px;
    line-height: 1.8;
  }
}

 p.column-layout03-text,
.elementor-widget-container p,
p.archive-text,
.column-layout05-text p,
.content01-text p,
.column-layout03-text p,
.post-content p,
.su-note {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #666;
}

.content02-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #fff;
}


h2.wp-block-heading {
  display: block;
  padding: 8px 0 8px 0;
  border-top: 1px solid #c4b8a8;
  border-bottom: 1px solid #c4b8a8;
  font-weight: bold;
  font-size: 1.3em;
  color: #666;
}

h3.wp-block-heading {
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #c4b8a8;
  font-weight: bold;
  font-size: 1.2em;
  color: #666;
}

h4.wp-block-heading {
  display: block;
  padding: 5px 0 5px 5px;
  border-left: 5px solid #c4b8a8;
  font-weight: bold;
  font-size: 1.0em;
  color: #666;
}

	


.content04-text,
.content03-text p,
.content04-text p
 {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #666;
}
	
.footer-gallery {
  display: none !important;
}
