@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i');
/* home styles */
/*************************
*******header******
**************************/
.owl-carousel .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active span,
.owl-carousel .owl-controls.clickable .owl-page:hover span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #000;
}
.home-carousel {
	position: relative;
	background:url(../img/bg/hd-italian-md.jpg) center center no-repeat #434036;
	background-size: cover;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media (min-width: 1200px) {
	.home-carousel {
		background:url(../img/bg/hd-italian-lg.jpg) center center no-repeat #434036;
	}
}
@media screen and (min-width: 430px) and (max-width: 768px) {
	.home-carousel {
		background:url(../img/bg/hd-italian-sm.jpg) center center no-repeat #434036;
	}
}
@media screen and (max-width:429px) { 
	.home-carousel {
		background:url(../img/bg/hd-italian-xs.jpg) center center no-repeat #434036;
	}
}
.home-carousel .owl-carousel {
	padding-top: 60px;
	padding-bottom: 20px;
}
.home-carousel .owl-theme .owl-controls .owl-page span {
	background: #666;
}
.home-carousel .owl-theme .owl-controls .owl-page.active span {
	background: #fff;
}
.home-carousel h1,
.home-carousel h2 {
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}
.home-carousel h1 {
	font-size: 30px;
	letter-spacing: 0.02em;
	line-height: 50px;
	font-weight: 500;
}
.home-carousel h2 {
	font-size: 24px;
	letter-spacing: 0.02em;
	line-height: 35px;
	font-weight:500;
}
@media screen and (max-width:428px) { 
/*　画面サイズが 767pxまではここを読み込む　*/
	.home-carousel h2 {
		font-size: 20px;
	}
}
th, td {
	font-size: 14px;
}
/*************************
*******section******
**************************/
#course,
#schedule,
#prices,
#profes,
#contact,
#access{
	padding-top: 150px;
}
.alt-table-responsive {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
/*************************
*******Courses******
**************************/
.panel-default{
	border-color: transparent;
	background-color: rgba(255, 255, 255, 0.5); 
}
.panel-default>.panel-heading,
.panel{
	border:0 none;
	box-shadow:none;
}
.panel-default>.panel-heading{
	background-color: #38A7BB;
}
.panel-default>.panel-heading+.panel-collapse .panel-body{
	color: #555555;
}
.panel-body{
	padding: 20px 20px 10px;
}
.panel-group .panel+.panel{
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}
.panel-group .panel{
	border-radius: 0;
}
.panel-heading{
	border-radius: 0;
}
.panel-title>a{
	color: #fff;
}
.panel-heading.active{
	background: #312c23;
}
.panel-heading.active .panel-title>a{
	color:#fff;
	font-weight: 400;
}
	.panel-title>a{
	font-weight: 400;
}
	.panel-title>a:hover,
	.panel-title>a:active,
	.panel-title>a:focus{
	text-decoration: none;
	color:#93c9d3;
}
a.accordion-toggle i{
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #2c98ab;
}
.panel-heading.active a.accordion-toggle i{
	background: #c52d2f;
	color: #fff;
}
.nav-tabs>li{
	margin-bottom: 0px;
	border-bottom: 1px solid #e6e6e6;
}
.nav-tabs{
	border-bottom: transparent;
	border-right: 1px solid #e6e6e6;
}
.nav-tabs>li>a {
	background: #38A7BB;
	color: #fff;
	border-radius: 0;
	border: 0 none;
	line-height: 24px;
	margin-right:0;
	padding: 13px 15px;
	font-size: 16px;
}
.nav-tabs li:last-child{
	border-bottom: 0 none;
} 
.nav-stacked>li+li{
	margin-top: 0;
}
.nav-tabs>li>a:hover{
	background: #312c23;
	color:#fff;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
	border: 0;
	color:#fff;
	background: #312c23;
	position: relative;
}
.nav-tabs>li.active>a:after {
	position: absolute;
	content:  "";
	width: auto;
	height: auto;
	border-style:solid;
	border-color: transparent transparent transparent #312c23;
	border-width: 25px 22px;
	right: -44px;
	top:0;
}
.tab-wrap{
	margin-bottom: 20px;
}
.tab-content{
	padding: 20px;
	border:1px solid #e6e6e6;
	background-color: rgba(255, 255, 255, 0.5); 
}
@media (min-width: 992px) and (max-width: 1199px) {
	.tab-wrap .media .parrent.pull-left{
		clear: both;
		width: 100%;
	}
	.tab-wrap .media .parrent.media-body{
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.tab-wrap .media .parrent.pull-left, 
	.media.accordion-inner .pull-left{
		clear: both;
		width: 100%;
	}
	.tab-wrap .media .parrent.media-body, 
	.media.accordion-inner .media-body{
	clear: both;
	}
}
@media (max-width: 767px) {
	.media.accordion-inner .pull-left, 
	.media.accordion-inner .media-body{
	clear: both;
	}
	.tab-wrap .media .pull-left{
		clear: both;
		width: 100%;
	}
	.tab-wrap .media .media-body{
		clear: both;
	}
	.nav-tabs > li.active > a:after{
		display: none;
	}
}
@media screen and (max-width: 428px) {
	.nav-tabs>li>a {
		font-size: 18px;
	}
	.panel-heading.active .panel-title>a{
		font-size: 18px;
	}
	.panel-title>a{
		color:#fff;
		font-size: 18px;
	}
	.tab-content{
		border:none!important;
	}
	.tab-content p{
		font-size: 17px!important;
	}
	th, td {
		font-size: 16px;
	}
}
/*************************
*******schedule******
**************************/
#schedule table,
#prices table{
	background-color: rgba(255, 255, 255, 0.5); 
}
#accordion1 h3,
#accordion2 h3{
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	line-height: 24px;
}
/*************************
*******QPD******
**************************/
#get-it {
	background: url(../../img/bg/bg.png);
	padding: 50px 0 30px;
	color: #fff;
	text-align: center;
}
#get-it p {
	margin: 0 0 20px;
}