/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/


@media (max-width:500px) {
    .siteFooter{
        display: none;
    }

    .siteHeader.topHeader {
        width: 100%;
        position: relative;
        z-index: 1000;
        top: 0;
        background-color: #fff;
        box-shadow: none;
        margin-bottom: 0;
        height: calc(100vh /3);
        border-bottom: 3px solid #26170f;
    }

    .siteHeader_logo img {
        max-height: 60px;
        display: block;
        -webkit-backface-visibility: hidden;
    }

    .siteHeader_logo {
        padding: 0px 0px;
    }

    .siteHeader .container.topHeader {
        display: flex;
        align-items: center;
        height: calc(100vh /3);
        justify-content: center;
    }

    .carousel {
        border-bottom: 3px solid #26170f;
        height: calc(100vh /3);
    }

    .carousel-item {
        display: flex!important;
        align-items: center;
        height: calc(100vh /3);
    }

    .slide-item-img{
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (min-width:768px) {
    .siteHeader.topHeader{
        border-bottom: solid 3px #26170f;
        box-shadow:none;
    }
    

    .carousel{
        border-bottom: none;
    }

}


.arrow{
    color: #ffffff;
    background-color: #26170f;
    padding: 6px;
    text-align: center;
    font-size: 21px;
}

.arrow:hover{
    color: #ffffff; 
    text-decoration: none;
}

/* セミナー一覧 */
.seminar{
	max-width: 750px;
	margin:0 auto;
}
.seminar-list{
	list-style: none;
}
.seminar-item{
	border: 3px solid rgba(0,0,0,.05);
	padding: 20px 10px;
}
@media screen and (min-width: 768px) {
	.seminar-item{
		border: 3px solid rgba(0,0,0,.05);
		padding: 35px 30px;
	}
}
.seminar-item:nth-of-type(n+2){
	margin-top: 40px;
}
@media screen and (min-width: 768px) {
	.seminar-item:nth-of-type(n+2){
		margin-top: 50px;
	}
}
.seminar-item__head{
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.seminar-item__head{
		margin-bottom: 30px;
	}
}
.seminar-item__title{
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #26170f;
	margin-bottom: 0;
	text-align: center;
}
.seminar-item__date{
	font-weight: bold;
	line-height: 2;
	font-size: 15px;
}
.seminar-item__date i{
	padding-right: 8px;
}
.seminar-table {
	border-collapse: collapse;
	width: 100%;
	max-width: 700px;
}
.seminar-table th, .seminar-table td {
	border: 1px solid rgba(0,0,0,.1);
	padding: 1em;
}
.seminar-table th {
	background-color: #ededed;
	font-weight: bold;
	text-align: center;
	min-width: 4em;
	padding: 1em 0.3em;
	width: 25%;
}
@media screen and (min-width: 768px) {
	.seminar-table th {
		width: 20%;
	}
}
.seminar-item__btn{
	text-align: center;
	margin-top: 20px;
}
.seminar-item__btn a{
	width: 230px;
	display: inline-block;
	padding: 10px 20px ;
	background-color: #26170f;
	color: #fff;
	border-radius: 6px;
}