@charset "utf-8";
/* CSS Document */


/* ===============================================
▼ネクストブレイン専門店
=============================================== */
.senmon_banner ul li{
	width: 219px;
	float:left;
	margin-left: 5px;
}
.senmon_banner ul li:first-child{
	margin-left:0;
}
.senmon_banner ul li img{
	width:100%;
}
.senmon_contents ul li{
        width: 213px;
	float:left;
	margin-left: 12px;
}
ul.senmon_cate {
    width: 920px;
    padding:0;
    font-size:0px;
}
ul.senmon_cate li {
display: block;
border-radius: 3px;
    border:1px solid black;
    text-align: center;
   margin-rifht: 5px;
   background: #E6E6E6;
}
ul.senmon_cate li a {
     font-size:14px;
     padding: 8px;
display:block;
}
ul.senmon_cateb {
    width: 920px;
    padding:0;
    font-size:0px;
}
ul.senmon_cateb li {
display: block;
border-radius: 3px;
    border:1px solid black;
    text-align: center;
   margin-rifht: 5px;
   background: #F8F5E4;
}
ul.senmon_cateb li a {
     font-size:14px;
     padding: 8px;
display:block;
}
.senmon_contents ul li:first-child{
	margin-left:0;
}
.senmon_contents ul li img{
	width:100%;
}
.senmon_contents ul.contents li p{
	font-size: 14px;
        line-height:1.7em;
text-align : left;
padding: 8px;
}
.senmon_banner_picture{
        float: right;
	width:65%;
}
h2.sentence_title span{
	font-size: 20px;
	font-weight: bold;
	color: #0071CE;
	margin-bottom: 8px;
	padding: 8px 12px;
}
.sentence_title {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
}
.sentence_title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
h3.small_title span{
	font-size: 18px;
	font-weight: bold;
	color: #0C47B3;
	margin-bottom: 8px;
	padding: 8px 12px;
}
.small_title {
	position: relative;
	padding: .15em 0 .5em .0em;
	border-left: 6px solid #4F9D25;
margin-left:20px;
}
.small_title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}



/* お手軽イベント専門店
----------------------------------------------- */

.senmon_iventset_list{
	padding: 18px 38px 18px 38px;
	border: 1px solid #DDD;
	background-color: #F8F5E4;
	margin-bottom:30px;
}
.senmon_banner_iventset_top ul li{
	width: 198px;
	float:left;
	margin-left: 18px;
}
.senmon_banner_iventset_top ul li:first-child{
	margin-left:0;
}
.senmon_banner_iventset_top ul li img{
	width:100%;
}
.senmon_banner_iventset_middle ul li{
	width: 261px;
	float:left;
	margin-left: 28px;
}
.senmon_banner_iventset_middle ul li:first-child{
	margin-left:0;
}
.senmon_banner_iventset_middle ul li img{
	width:100%;
}


@media screen and (max-width: 768px) {
#main_column h2 + p,
#main_column h3 + p{
	width: 90%;
	margin: 0 auto 5.6%
}


/* お手軽イベント専門店
----------------------------------------------- */

.senmon_iventset_list{
	padding: 5%;
	border: 1px solid #DDD;
	background-color: #F8F5E4;
	margin:0 auto 3.8%;
	box-sizing: border-box;
	width: 90%;
}
.senmon_banner_iventset_top ul{
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
}
.senmon_banner_iventset_top ul li{margin-bottom: 16px}
.senmon_banner_iventset_top ul li:nth-child(2n+1){
	width: 36%;
}
.senmon_banner_iventset_top ul li:nth-child(2n){
	width: 60%;
	margin-left: 4%;
}

.senmon_banner_iventset_middle ul li{
}
.senmon_banner_iventset_middle ul li:first-child{
	margin-left:0;
}
.senmon_banner_iventset_middle ul li img{
	width:100%;
}
}


.kidsmenu{
	width:181px;
	font-size:16px;
	line-height:35px;
	display:block;
	text-align:center;
	box-sizing:border-box;
	font-weight:bold;
	background-color:#acd5ff;
	color:#2a6fb5;
}

.kidsmenu a{
	display:block;
	text-decoration:none;
	color:#2a6fb5;
}

.kidsmenu a:hover{
	background-color:#2a6fb5;
	text-decoration:none;
	color:#FFF;
	display:block;
}




.kidslist{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex: wrap;
}