/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.5.1
*/

body, html {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
html, body {
  scroll-padding-top: 100px;
}

.site-footer-copyright p:nth-child(2) {
    display: none;
}

.history-flex {
	display:flex;
	flex-wrap:wrap;
	gap:16px;
	align-items:flex-start;
	margin:0 auto 50px;
}
.history-flex img{
	flex-shrink: 0;
	width:100%;
	max-width:215px;
	height:auto;
	align-self:flex-start;
}
.history-flex div.txt{
	flex: 1;
	min-width: 0;
}
.history-flex div.img{
	flex-shrink: 0;
}

section.page-sec {
	padding:0 0 25px;
	margin:0 0 50px;
}

.swiper-wrapper {
	height:auto !important;
}

.global-nav--layout--penetration .global-nav-list{
	justify-content:center;
}

/* 京都の山荘【無無庵】紹介 */
.page-id-101 .page-header {
    background-color: #A86F4C;
/*
    background-color: #8d5025;
*/
}

/* 栄進様の訪ねた風景 */
.post-type-blog01 .page-header {
    background-color: #6DAA75;
/*
    background-color: #008000;
*/
}

/* 文栄進様の御言 */
.post-type-blog02 .page-header {
    background-color: #A98AC0;
/*
    background-color: #9b68a9;
*/
}

/* 霊人たちの証言 */
.post-type-blog03 .page-header {
    background-color: #5B9FD0;
/*
    background-color: #007DC5;
*/
}

/* 未来への提言 */
.post-type-blog04 .page-header {
    background-color: #FFCC33;
/*
    background-color: #FFCC33;
*/
}

.must{
	font-size:0.9em;
	color: #F92931;
	margin-right: 10px;
	padding: 2px 10px;
	border: #F92931 1px solid;
	border-radius: 16px;
}
.free {
	font-size:0.9em;
	color: #424242;
	margin-right: 10px;
	padding: 2px 10px;
	border: #424242 1px solid;
	border-radius: 16px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    margin-top: 5px !important;
}

p.privacy {
	margin:0 0 0.5em 1em;
	text-indent:-1em;
}

input[type=submit] {
	margin-left:auto;
	margin-right:auto;
}