/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20210719
*/
* {
    font-family: serif!important;
	letter-spacing: 0.1em!important;
}

main {
    padding: 0px 15px!important;
}

p.footer-description {
    display: none;
}

h1.wp-block-heading.has-white-color.has-text-color {
    font-size: 1.7em;
	font-family: 'Arial','Courier','メイリオ',sans-serif!important;
    letter-spacing: 1px!important;
}

#wrapper {
    font-feature-settings: "palt";
}

h1.name_midashi {
    font-size: 2.8em!important;
    line-height: 1.0em;
	font-family: 'Arial','Courier','メイリオ',sans-serif!important;
    letter-spacing: 1px!important;
}

h1.katagaki {
    font-size: 1.6em!important;
    font-weight: 100;
	font-family: 'Arial','Courier','メイリオ',sans-serif!important;
    letter-spacing: 1px!important;
    color: #777!important;
}

span.hude_midashi {
    font-size: 1.3em;
}

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
.wp-block-columns:not(.is-st-fixed-columns) .wp-block-column {
    margin-bottom: -30px;
}

	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {

h3.footerlogo a {
    font-size: 1em;
}

	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

.wp-block-cover.is-light {
    height: 850px!important;
	margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
    max-width: 599px!important;
}
	
	h1.name_midashi {
    font-size: 2.8em!important;
    line-height: 1.0em;
		 margin-top: 270px!important;
}
	
h1.katagaki {
font-size: 1.3em!important;
    font-weight: 100;
    color: #777!important;
}

	h3.footerlogo a {
    font-size: 0.8em;
}
	
	h3.wp-block-heading.display_mb {
    font-size: 1.1em!important;
}
	
	p.display_mb {
    font-size: 0.8em!important;
}
	
	/*-- ここまで --*/
}
