/*!追加のCSS */




/*一部レスポンシブル対応*/
@media (min-width: 768px)
and (max-width: 1199px) {
	.middle_none{
	display: none;
	}
}
/*一部レスポンシブル対応ここまで*/



/*例外*/
@media (min-width: 768px)
and (max-width: 1199px) {
	.middle_none{
		display: none;
	}
}

/*スマホ*/
@media (max-width: 767px) {
	.event_column_feed{
		width: 100%;
		padding: 15px;
	}
	.event_column{
	}
	.event_h3{
		font-size: 20px;
        font-weight: 700;
	}
	a.event_box{
		margin: 5px 15px;
		display: block;
		border-top: 1px solid #ccc
	}
	a.event_box:hover{
	}
	.event_box {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
	.event_box1{
	}

	.event_box1 img{
    display: block;
    width: 100%;
    float: left;
	}

	.event_date{
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    background: #fff;
    float: right;
    color: #666;
    padding: 4px 2px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	}
	.event_detail{
		clear: both;
		background: #f9f9f9;
		padding: 10px;
		text-align: left;
		float: left;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.point h3{
		text-align: center;
		font-size: 24px;
		margin: 5px;
		font-weight: 700;
	}
	.point2 h4{
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
		margin: 10px;
		padding-left: 5px;
		border-left: #337ab7 10px solid;
		border-right: #337ab7 10px solid;
	}
	.point2 h4 span{
		background: linear-gradient(transparent 60%, #cbe7ff 60%);
	}
	.point h4{
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
		margin: 10px;
		padding-left: 5px;
		border-left: #337ab7 10px solid;
		border-right: #337ab7 10px solid;
	}
	.point h4 span{
		background: linear-gradient(transparent 60%, #f3fdff 60%);
	}
	.category{
		color: #fff;
		padding: 2px 4px;
		margin-right: 2px;
		font-size: 10px;
		border-radius: 3px;
	}
		img.point_img{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	a.other_tour{
		margin: 15px;
		background: #ebd1b6;
		display: block;
		text-decoration: none;
		color: #190300;
		font-size: 18px;
		padding: 10px;
		text-align: center;
		font-weight: 700;
		border: 3px solid #190300;
		border-radius: 3px;
	}
	.bg_hr{
		width: 100%;
		padding: 9px;
		background: #f3fdff;
	}
	.bg_hr2{
		background: #c0d9de;
	}
	.myu{
		margin: 15px;
		padding: 15px;
		text-align: left;
		font-size: 12px;
		float: left;
		background: #fff;
		border: 1px dotted #ccc;
		border-radius: 3px;
	}
	.myu img{
		float: left;
		margin-right: 10px;
	}
	.myu p{
		float: left;
	}
	.euro_img{
		padding: 0 15px;
		margin: 5px auto;
		font-size: 14px;
		text-align: center;
	}
	.euro_img img{
		width: 200px;
		margin-bottom: 5px;
	}
	.euro_img1,.euro_img2{
		
	}
	.euro_img2{
		margin-top: 15px;
		
	}
	.euro_img2:after {
}
		.course,.floormap{
		display: none;
	}
.nav-link-tel{
        text-align: center;
        display: block;
        width: 97%;
        margin: 10px auto;
        background-color: #ff6101;
        color: #ffffff;
        padding: 10px;
        border: 2px solid #F0F0F0;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
}


}




/*PC*/
@media (min-width: 768px) {
	.event_column_feed{
		width: 800px;
		float: left;
	}
	.event_column{
		height: 410px;
		padding: 0 5px;
	}
	.event_h3{
		margin-left: 10px;
		text-align: left;
	}
	a.event_box{
		/*margin: 20px 0;*/
		display: block;
		width: 390px;
		float: left;
		color: #6f3d1c;
		border: 5px solid #ffffff;
	}
	a.event_box:hover{
		/*border: 5px solid #57ab48;
		/*border: 5px solid #f5a02b;*/
		border: 5px solid #190300;
		background: rgba(58,58,58,0.9);
		z-index: 300;
		font-weight: 700;
		text-decoration: none;
	}
	.event_box {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
	.event_box1{
		width:380px;
		height: 366px;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}

	.event_box1 img{
		display: block;
		width: 100%;
		height: 200px;
	}

	.event_date{
		height: 66px;
		font-size: 16px;
		font-weight:700;
		text-align: left;
		background: #f5f5f5;
		color: #666;
		padding: 10px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.event_detail{
		clear: both;
		height: 100px;
		padding: 10px;
		text-align: left;
		background: #fff;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.category{
		color: #fff;
		padding: 2px 4px;
		margin-right: 2px;
		font-size: 12px;
		border-radius: 3px;
	}
	a.other_tour{
		margin: 15px auto;
		display: block;
		text-decoration: none;
		color: #190300;
		font-size: 20px;
		padding: 10px;
		text-align: center;
		font-weight: 700;
		border: 3px solid #190300;
		background: #fff6d2;
		border-radius: 3px;
		width: 700px;
	}
	a.other_tour:hover{
		text-decoration: none;
		color: #fff;
		background: #190300;
	}
	.other_tour {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
	.bg_hr{
		width: 100%;
		background: rgba(102, 186, 183, 0.1);
		padding: 10px 0;
		margin: 40px 0;
	}
	.bg_hr2{
		background: rgba(102, 186, 183, 0.1);
	}
	.myu{
		width: 1014px;
		margin: 60px 70px;
		padding: 15px;
		text-align: left;
		font-size: 16px;
		float: left;
		border: 1px dotted #ccc;
		border-radius: 3px;
		background: rgba(256, 256, 256, 0.9);
	}
	.myu img{
		float: left;
		margin-right: 10px;
	}
	.myu p{
		float: left;
	}
	.center-bk{
		margin: 8px auto;
		text-align: center;
		font-size: 22px;
    	font-weight: 700;
    	color: #190300;
}
	img.point_img{
		width: 100%;
		margin-right: 15px;
		float: left;
	}
	p.point_text{
		line-height: 2.0;
		margin-right: 16px;
	}
	p.point_text:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
	.euro_img{
		width: 900px;
		padding: 0;
		margin: 5px auto;
		font-size: 16px;
	}
	.euro_img img{
		width: 100%;
		margin-bottom: 5px;
	}
	.euro_img1,.euro_img2{
		width: 430px;
		float: left;
		margin: 5px;
	}
	.euro_img2:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
	.point{
		text-align: center;
	}
	.point h4{
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 1.5;
		padding-left: 10px;
	}
	.point h4 span{
		background: linear-gradient(transparent 60%, #eff8f8 60%);
	}
	.point2 h4{
		font-size: 22px;
		font-weight: 700;
		line-height: 1.5;
	}
	.point2 h4 span{
		background: linear-gradient(transparent 60%, #cbe7ff 60%);
	}
	.course,.floormap{
		width: 800px;
		display: block;
		margin: 0 auto;
	}
	.border{
		/*border: 1px solid #ccc;
		border-radius: 5px;*/
	}

.nav-link-tel{
        background-color: #ff8100;
        color: #ffffff;
        padding: 10px;
        margin: 5px;
        border: 1px solid #F0F0F0;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
}
}




/*iPad対応*/
@media (min-width: 1091px) {
	#page_top{
	padding-top:82px;
}

}

@media (min-width: 768px)
and (max-width: 1090px) {
	#page_top{
	padding-top:105px;
}
.top_smart_banner{
width:100%;
margin:0 auto 15px;
}
	.myu{
    width: 100%;
    margin: 50px 0;
    padding: 30px 50px;
    text-align: left;
    font-size: 16px;
    float: left;
    border: 2px dotted #ccc;
	border-radius: 3px;
	background: rgba(256, 256, 256, 0.9);
	}
	.myu img{
		float: left;
		margin-right: 10px;
	}
	.myu p{
		float: left;
	}
}
/*iPad対応ここまで*/
.ca01{background:#acdbe8;}
.ca02{background:#dec4da;}
.ca03{background:#018963;}
.ca04{background:#c1deb2;}
.ca05{background:#e5bcbd;}
.ca06{background:#ecd644;}
.ca07{background:#e37601;}
.ca08{background:#bbbbbb;}
.ca09{background:#f795c6;}
.ca10{background:#af764b;}
.ca11{background:#5684c2;}
.ca12{background:#f795c6;}
.ca13{background:#babee0;}




