/*
Theme Name: Twenty Seventeen child
Template:   twentyseventeen
Version: 1.1
Author: motounagiya
Author URI: https://vseomedia.com/
Text Domain:  twentyseventeen-child
参考URL: https://wpdocs.osdn.jp/子テーマ
*/
 
/* 子テーマ用のスタイルを書く */
body.has-header-image .site-title a{
	outline: none;
	text-align:center;
	padding:initial;
	display:block;
}
body.has-header-image .site-title{
	display:inherit;
}
.site-description{
	font-weight:700;
	font-size: 36px;
    font-size: 2.25rem;
}
.swiper-slide iframe{
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
	height:600px;
}
.site-header .menu-scroll-down{
	display: initial;
}

.page-one-column .panel-content .wrap {
	max-width: initial;
	margin-top: 1em;
	padding-top: 0;
}

.entry-date{
	color: white;
}

.updated:not(.published){
	display: initial;
}

.has-header-image.twentyseventeen-front-page .custom-header{
	display:table;
}
.twentyseventeen-front-page.has-header-image .site-branding {
	display:table-cell;
	vertical-align:middle;
	padding: initial;
	position:relative;
	background-color: rgba(0,0,0,0.1);
}
#masthead .wrap{
	width: 100%;
	text-align: center;
}
#content{
	padding-top:2px;
}
.site-info{
	display:none;
}
@media screen and (max-width: 499px) {
	.swiper-slide iframe{
		height:300px;
	}
	.has-header-image.twentyseventeen-front-page .custom-header{
		height:85%;
		height:85vh;
	}
	.site-description{
		font-size: 24px;
	    font-size: 1.5rem;
	}

}
@media screen and (min-width: 48em){

	.site-header .menu-scroll-down{
		position: static;
		padding:0;
	}
	.page.page-one-column .entry-header{
		margin-bottom: initial;
	}
	.twentyseventeen-front-page.has-header-image .site-branding{
		margin-bottom: 70px;
	}
	.twentyseventeen-front-page.has-header-image .custom-header-media {
		height:100vh;
	}

}
