@charset "utf-8";
html,body{
	margin:0 !important;
	padding:0;
}
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	font-family: 'Noto Serif JP', serif;
	font-weight:400;
}
.num{
	font-family: 'Tenor Sans', sans-serif;
}
b,.bold{
	font-weight:900;
}
.overflow{
	overflow: hidden;
}
.prelative{
	position: relative;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

.new-contact-block {
	padding: 20px;
}
.new-contact-block a {
	display: block;
	padding: 20px;
	text-align: center;
	background-color: #993333;
	color: white;
}

/*FORM*/
button,input,optgroup,select,textarea,
input[type="button"],input[type="reset"],input[type="submit"],button[disabled],
html input[disabled],button::-moz-focus-inner,input::-moz-focus-inner,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,textarea{
	color:inherit;
	font:inherit;
	margin:0;
	padding:0;
	overflow:auto;
	text-transform:none;
	-webkit-appearance:none;
	cursor:default;
	border:0 !important;
	box-shadow:none !important;
	line-height:1em;
}
input[type="checkbox"],input[type="radio"]{
	box-sizing:border-box;
	padding:0;
	margin:0;
	width:20px;
}
input[type="search"]{
	-webkit-appearance:none;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
button:disabled{
	background: #666 !important;
	pointer-events: none;
}



/*画像*/
svg:not(:root){
	overflow:hidden;
}
img{
	border:none;
	width:auto;
	height:auto;
}
.video,
.video video{
  width: 100%;
  display:block;
}
/*色*/
.logo{color:rgba(1,149,220,1);}
.red{color:rgba(204,0,0,1);}
.gray{color:rgba(204,204,204,1);}
.bgray{background:#eee;}

/*リンク*/
a,
a i,
a small{
	color:#a06e00;
	background:transparent;
	text-decoration:none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
a:focus, *:focus {
	outline:none;
}
a:hover,
a:hover i,
a:hover small{
	color:#993333;
}
a img{
	-webkit-transition: opacity 2s ease-out;
	-moz-transition: opacity 2s ease-out;
	-ms-transition: opacity 2s ease-out;
	transition: opacity 2s ease-out;
}
a:hover img{
	text-decoration:none;
	opacity:0.6 !important;
	-webkit-opacity:0.6 !important;
	-moz-opacity:0.6 !important;
}
.anchor{
    display: block;
    padding-top: 180px;
    margin-top: -180px;
}
#link{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	padding:60px 0;
}
.linkbox {
    display: flex;
    display: -webkit-flex;
    margin: 0 5px;
}
.linkbox a,
.linkbox button,
.linkbox input {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
	border:0 !important;
    background:#212121;
    font-size: 14px;
    color: #fff;
    line-height: 1.4em;
    text-align: center;
	cursor:pointer;
}
.linkbox a:hover,
.linkbox button:hover,
.linkbox input:hover{
	background:#993333;
}
a.read_more {
    display: block;
	width:100%;
	text-align:right;
    margin-top: 40px;
	padding-right:1em;
}
.page_link{
	text-align:center;
}
.page_link a{
	border:1px solid #ccc;
	background:rgba(255,255,255,0.7);
	display:inline-block;
	padding:20px 50px;
	margin:20px auto;
	color:#222;
}
.page_link a:hover{
	background:#993333;
	color:#fff;
}
@media screen and (max-width: 480px){
	a.read_more {
		text-align:center;
		padding:15px 0 !important;
		background:#ddd;
		color:#222;
	}
	.page_link a{
		width:90%;
		background:#ddd;
		color:#222;
		border:none;
	}
	a.read_more b{
		font-weight:normal !important;
	}
	a.read_more:hover,
	.page_link a:hover{
		background:#ccad6a;
		color:#fff;
	}
}



/*フェード*/
.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade:hover{
	opacity: 1;
	text-decoration:none;
}
.pright{
	padding-right:8px;
}
.pleft{
	padding-left:8px;
}
.fadein {
    opacity : 0;
    transform : translate(0, 70px);
    transition : all 1000ms;
}
.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.block{
	display: block;
}
.i_block{
	display: inline-block;
}

/*テキスト*/
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
h2 img{
	display: inline-block;
	margin-top: 15px;
}
p,dt,dd{
	line-height:1.7em;
	font-size:16px;
	margin:0 0 1.7em;
}
p{
	text-indent:1em;
}
p.lead{
	text-indent:0;
	text-align:center;
}
.noindent{
	text-indent:0 !important;
}
p:last-child{
    margin-bottom: 0 !important;
}
ul,ol{
	margin:0;
	padding:0 0 0 1.5em;
}
ul.nolist, ol.nolist{
	list-style: none;
	margin:0;
	padding:0;
}
li,th,td{
	margin-bottom:1.5em;
	line-height:1.6em;
}
.right{text-align:right !important;}
.left{text-align:left !important;}
.center{
	text-align:center !important;
	padding-bottom:50px;
}

b,strong,em{
	font-weight:900;
}
strong{
	color:rgba(204,0,0,1);
}
small,sub,sup{
	font-size:70%;
	line-height:1.4em;
	position:relative;
}
.note{
	padding-left:0.8em;
	margin:0 0 10px !important;
}
.note small,
.note span{
	font-size:14px;
	text-indent:-1em;
	display:block;
	line-height:1.5em;
}
.gmap{
    position: relative;
    padding-bottom: 36.25%;
    height: 0;
    overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border:none;
}
@media screen and (max-width: 980px){
p,th,td,dt,dd,li{
	line-height:1.5em;
	font-size:14px;
	margin:0 0 1.3em !important;
}
.center{
	padding-bottom:30px;
}
p.center{
	width:95%;
	text-align:left !important;
	margin:0 auto !important;
}
li{
	margin:0;
}
.note small,
.note span{
	font-size:12px;
	line-height:1.4em;
}
p.lead{
	text-indent:1em;
	text-align:left;
}
p.lead br{
	display:none;
}
}
@media screen and (max-width: 480px){
a.read-more {
    margin-top: 10px;
}
}

/*構成*/
.flex_content{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.flex_all{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
}
.flex_wrap{
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.flex_vert{
	align-content:space-between;
	-webkit-align-content:space-between;
}
.flex_end{
	align-items:flex-end;
	-webkit-align-items:flex-end;
}
.flex_middle{
	justify-content:center;
	-webkit-justify-content:center;
}
.flex_center{
	align-items:center;
	-webkit-align-items:center;
}
.flex_start{
	justify-content:flex-start;
	-webkit-justify-content:flex-start;
}
.flex_left,
.flex_right{
	flex-basis:47%;
	-webkit-flex-basis:47%;
	max-width:47%;
}
.full{
	width:100%;
	height:auto;
	line-height:0;
	vertical-align:bottom;
}
.page{
	max-width:100vw;
}
.wrapper{
	width:90%;
	max-width:1500px;
	margin:0 auto !important;
	position:relative;
}
.page{
	margin-top:80px;
}
.forsp{
	display:none;
}
@media screen and (max-width: 880px){
.flex_left,
.flex_right{
	flex-basis:100% !important;
	-webkit-flex-basis:100% !important;
	max-width:100% !important;
	padding:0;
}
.gmap{
    padding-bottom:80%;
}
p br{
	display:none !important;
}
}
@media screen and (max-width: 680px) {
.forsp{
	display:block !important;
}
.forpc{
	display:none !important;
}
}


/*:::::::::::::::::::::::::::::::
	ヘッダー
:::::::::::::::::::::::::::::::*/
/*TOP*/
header{
	position:fixed;
	left:0;
	top:0 !important;
	background:#fff;
	width:100%;
	height:90px;
	box-shadow:0 5px 5px rgba(0,0,0,0.2);
	z-index:999999;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}
header #head{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	width:90%;
	max-width:1500px;
	margin:0 auto;
}
header #head h1{
	flex-basis:30%;
	-webkit-flex-basis:30%;
	max-width:30%;
	margin:0;
	text-align:left;
	display:inline-block;
	position:relative;
}
header #head h1 a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
header #head h1 a small{
	position:absolute;
	top:3px;
	left:85px;
	font-weight:normal;
	color:#222;
    width: 100%;
	font-size:10.6px;
}
header h1 img{
	width:auto !important;
	height:70px !important;
}
header #gnav{
	flex-basis:70%;
	-webkit-flex-basis:70%;
	max-width:70%;
}
header #gnav ul{
	justify-content:flex-end;
	-webkit-justify-content:flex-end;
	align-items:center;
	-webkit-align-items:center;
}
header #gnav li{
	padding:0 0 0 1.5em;
	list-style:none;
	margin:0 !important;
}
header #gnav li a{
    color: #222;
    font-size: 14px;
    line-height: 1.3em;
    display: block;
    text-align: center;
}
header #gnav li a:hover,
header #gnav li a:active{
	color:#993333 !important;
}
header #gnav li:last-child{
    display: none;
}

#drawer_btton{
	display:none;
}
@media screen and (max-width:1380px){
	header #head {
		width: 95%;
	}
    header #head h1{
        flex-basis:35%;
        -webkit-flex-basis:35%;
        max-width:35%;
    }
    header #head h1 a small{
        font-size:10px;
        left:78px;
    }
    header #head h1 a img {
        height: 66px !important;
    }
    header #gnav li{
        padding:0 0 0 1em !important;
    }
    header #gnav li a{
        font-size:14px;
    }
}
@media screen and (max-width:1280px){
    header #head h1{
        flex-basis:80%;
        -webkit-flex-basis:80%;
        max-width:80%;
    }
    header #gnav{
        display:none;
    }
    #drawer_btton{
        display: block;
        position: fixed;
        z-index: 999999;
        top: 0;
        right: 0;
    }
    .drawer-hamburger{
        top:10px;
        right:0 !important;
    }
    .drawer-nav {
        z-index: 99999;
	}
    .drawer-nav ul{
		margin: 0 !important;
		padding: 90px 0 250px !important;
	}
    header #gnav li:last-child{
        display: block;
	}
	.drawer-nav li{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
        list-style:none;
        margin:0 !important;
        padding:0 !important;
    }
    .drawer-nav li a{
        display:block;
        width:95%;
        padding:20px;
        margin:2px auto;
        background:#993333;
        color:#fff;
        border-bottom:#fff;
    }
    .drawer-nav li a:hover,
    .drawer-nav li a.active {
        background:#000;
    }
}
@media screen and (max-width:480px){
    header #head{
        width:95%;
    }
    header{
        height:80px;
    }
    header #head h1 a img {
        height: 50px !important;
    }
    header #head h1 a small{
        letter-spacing:0;
        top:0;
        left:60px;
        font-size:8px;
    }

}

/*:::::::::::::::::::::::::::::::
	フッター
:::::::::::::::::::::::::::::::*/
#footer_class{
	background:url(../img/common/bk.jpg) no-repeat;
	background-size:cover;
	padding:80px 0;
}
#footer_class h3{
	text-align:center;
	border:none;
}
#footer_class h3 small{
	display:block;
}
ul#class_list{
	margin:50px auto 0;
	padding:0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
ul#class_list li{
	list-style:none;
	flex-basis:24%;
	-webkit-flex-basis:24%;
	max-width:24%;
	margin:0 1% 10px 0;
	border:1px solid #999;
	background:#fff;
	padding:0 0 20px;
	min-height:350px;
}
ul#class_list li small.class_area{
    display: block;
    background: #222;
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 10px;
    text-align: center;
    padding: 5px;
}
ul#class_list li h5{
	font-size:16px;
	padding:5px;
	border-bottom:1px solid #999;
	text-align:center;
}
ul#class_list .sea_class_date{
	width:100%;
	margin:10px auto;
	line-height:1.3em;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
ul#class_list .sea_class_date{
	flex-basis:100%;
	-webkit-flex-basis:100%;
	max-width:100%;
	background:#eee;
	padding:4px 0 6px;
	text-align:center;
	display:inline-block;
	border-radius:5px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
}
ul#class_list .sea_class_date b{
	flex-grow:1;
	-webkit-flex-grow:1;
	padding:2px 0 0 10px;
	font-size:14px;
	font-weight:normal;
}
ul#class_list li .toentory{
	text-align:center;
}
ul#class_list li .toentory a.cv{
	padding: 10px 5px 15px;
	font-size:14px;
	background:#993333;
	color:#fff;
	text-align:center;
	display:block;
	margin:0 auto;
	text-decoration:none;
}
ul#class_list li .toentory a.cv:hover{
	background:#ccc;
}
ul#class_list li.coming span{
	font-weight:900;
	color:#ccc;
	font-size:21px;
}
ul#class_list li.coming{
	background:rgba(255,255,255,0.5) !important;
	position:relative;
}
ul#class_list li.coming .coming_box{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
	height:85%;
	position:relative;
	z-index:1;
}
ul#class_list li.coming h5{
	background:#fff;
}
@media screen and (max-width: 1780px){
	ul#class_list{

	}
	ul#class_list li{
		flex-basis:33%;
		-webkit-flex-basis:33%;
		max-width:33%;
		margin:0 0.3% 10px 0;
	}
}
@media screen and (max-width: 1380px){
ul#class_list{
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
ul#class_list li{
	flex-basis:49%;
	-webkit-flex-basis:49%;
	max-width:49%;
	margin:0 0 10px 0;
}
}
@media screen and (max-width: 480px){
    ul#class_list li{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
        margin:0 0 10px 0;
    }
    ul#class_list li.coming .coming_box{
        height:100%;
        padding:50px 0;
    }
    ul#class_list li.coming span {
        height: 100%;
    }
    ul#class_list li h5 {
        font-size: 16px;
    }
}


/*フッター*/
#footer_fix{
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	z-index: 999;
    text-align: center;;
}
#footer_fix a{
    color: #fff;
    font-size: 21px;
    display: block;
    width: 100%;
    height: 100%;
	padding:10px 5%;
 	background:#222;
}
#footer_fix a:hover{
    background: #993333;
}
#footer{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    padding: 0 5%;
}
#footer #copy,
#footer #copy p,
#footer #footer_link a{
	font-weight:100;
	font-size:11px;
	margin:0 !important;
	padding:0;
	letter-spacing:1px;
}
#footer #footer_link a{
	padding:0 0 0 1em;
	font-size: 14px;
}
#footer #copy{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-basis:100%;
	-webkit-flex-basis:100%;
	max-width:100%;
}

/*SNS*/
#footer #sns{
	padding-left:1em;
}
#footer #sns a{
	display:inline-block;
	width:20px;
}
#footer #sns a img{
	width:100%;
	height:auto;
}
/*TOTOP*/
#totop{
	position:fixed;
	bottom:50px;
	right:50px;
	height:100vh;
	z-index: 999;
}
#totop a{
	display: inline-block;
	padding-bottom: 4px;
	position: relative;
	position:absolute;
	bottom:0;
	left:50%;
	text-align:center;
}
#totop a::after {
	background-color: red;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: .5s all;
	opacity:0;
}
#totop a:hover::after {
	height: 100vh;
	opacity:1;
}
@media screen and (max-width: 1280px){
    #footer{
        position:relative;
    }
    #link {
        margin: 80px auto;
    }
    #totop a {
        bottom:20px;
    }
}
@media screen and (max-width: 780px){
	#footer{
		padding-bottom: 80px;
		margin-bottom: 100px;
	}
    #footer #sns,
    #footer #copy,
    #footer #footer_link{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
        text-align:center;
    }
    #footer #sns{
        padding-top:10px;
    }
    #footer #sns a{
        width:40px;
        margin:0 10px;
    }
    #footer #copy p{
        order:1;
        -webkit-order:1;
        font-size:10px;
        letter-spacing:0;
        margin-top:10px !important;
        text-align:center;
        width: 100%;
    }
    #link {
        margin:40px auto;
    }
    #totop{
        right:40px;
        bottom:50px;
    }
    #footer_fix a{
        font-size: 18px;
    }
}



h2{
	text-align:center;
	font-size:48px;
	font-style:italic;
	padding:80px 0;
}
h2 small{
	font-size:18px;
	display:block;
	margin-top:5px;
}
h3{
	font-size:38px;
	font-style:italic;
	padding:0 0 10px;
	margin-bottom:40px;
	text-align:left;
	border-bottom:1px solid #999;
}
h3 small{
	font-size:18px;
	display:block;
	margin-top:5px;
}
.video small{
	display:block;
	text-align:right;
	width:100%;
	margin-top:5px;
}
.mb80{
    margin-bottom: 80px !important;
}
@media screen and (max-width: 1280px){
h2{
	padding:50px 0;
	font-size:38px;
}
h2 small{
	font-size:15px;
}
}
@media screen and (max-width: 780px){
h2{
	font-size:28px;
}
h2 small{
	font-size:15px;
}
	h2 br.forsp{
		display: block;
	}
}
@media screen and (max-width: 480px){
h2{
	padding:40px 20px;
	font-size:21px;
}
h2 small{
	font-size:13px;
}
h3{
	font-size:28px;
}
}


/*開講クラス案内*/
#class2020{
	background:#993333;
	padding:60px 0 100px;
}
#class2020 *{
	color:#fff;
}
#class2020 h4{
	font-size:38px;
	border-bottom:1px solid #fff;
	text-align:center;
	padding-bottom:20px;
	margin:0 auto 40px !important;
}
#class2020 h4 br{
    display: none;
}
#class2020 h4 img{
	display:block;
	width:120px;
	height:auto;
	margin:0 auto 5px;
}
#class2020 dl{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin:0 0 10px !important;
}
#class2020 dt{
    flex-basis: 14em;
    -webkit-flex-basis: 14em;
    max-width: 14em;
    background: rgba(255,255,255,0.2);
    padding: 3px 10px;
    text-align: center;
	margin:0 10px 0 0 !important;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
}
#class2020 dd{
	flex:1;
	-webkit-flex:1;
	margin:0 !important;
    line-height: 1.3em;
}
@media screen and (max-width: 980px){
    #class2020 h4{
        font-size: 24px;
        line-height: 1.4em;
    }
    #class2020 .flex_left,
    #class2020 .flex_right{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
    }
    #class2020{
        padding:40px 0 60px;
    }
}
@media screen and (max-width: 480px){
    #class2020 h4 br{
        display: block;
    }
    #class2020 dt,
    #class2020 dd{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
        margin-bottom: 10px !important;
    }
}




.mauto{
	margin-left: auto !important;
	margin-right: auto !important;
}
.mb100{
    margin-bottom: 100px !important;
}
.mb80{
    margin-bottom: 80px !important;
}
.mb60{
    margin-bottom: 60px !important;
}
.mb40{
    margin-bottom: 40px !important;
}
.mb30{
    margin-bottom: 30px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb5{
	margin-bottom: 5px !important;
}
.mb0{
	margin-bottom: 0 !important;
}
.nomargin{
	margin: 0;
}
.pd100{
    padding: 100px 0;
}
.pd80{
    padding: 80px 0 !important;
}
.pd60{
    padding: 60px 0 !important;
}
.pd40{
    padding: 40px 0;
}
.pd30{
    padding: 30px 0;
}
.pd20{
    padding: 20px 0;
}
.pb40{
    padding: 40px 0;
}
.pb20{
    padding: 20px 0;
}
.pb10{
    padding: 10px 0;
}
.pb0{
    padding-bottom: 0 !important;
}
.pa100{
    padding: 100px;
}
.pa80{
    padding: 80px;
}
.pa60{
    padding: 60px;
}
.pa40{
    padding: 40px;
}
.pa30{
    padding: 30px;
}
.pa20{
    padding: 20px;
}
.pa10{
    padding: 10px;
}
.nopadding{
	padding: 0;
}
@media screen and (max-width: 1380px){
    .mb100{
        margin-bottom: 80px !important;
    }
	.mb60{
		margin-bottom: 50px !important;
	}
	.pa100{
		padding: 60px;
	}
	.pa60{
		padding: 40px;
	}
}
@media screen and (max-width: 1280px){
    .mb100{
        margin-bottom: 60px !important;
    }
	.mb60{
		margin-bottom: 40px !important;
	}
}
@media screen and (max-width: 980px){
    .mb100{
        margin-bottom: 50px !important;
    }
    .mb80{
        margin-bottom: 40px !important;
    }
	.mb60{
		margin-bottom: 30px !important;
	}
    .mb40{
        margin-bottom: 30px !important;
    }
    .pd100{
        padding: 80px 0;
    }
    .pd80{
        padding: 50px 0 !important;
	}
	.pd60{
		padding: 40px 0 !important;
	}
    .pd40{
        padding: 30px 0;
    }
    .pd20{
        padding: 10px 0;
    }
    .pa100{
        padding: 30px;
    }
    .pa80{
        padding: 60px;
	}
	.pa60{
		padding: 40px;
	}
    .pa20{
        padding: 10px;
    }
}
@media screen and (max-width: 680px){
    .mb100{
        margin-bottom: 40px !important;
    }
    .mb80{
        margin-bottom: 30px !important;
	}
	.pd60{
		padding: 30px 0 !important;
	}
    .mb40{
        margin-bottom: 20px !important;
	}
	.mb30{
        margin-bottom: 20px !important;
    }
    .pd100{
        padding: 40px 0;
    }
    .pd80{
        padding: 30px 0 !important;
    }
    .pd40{
        padding: 20px 0;
    }
    .pa100{
        padding: 20px;
    }
    .pa80{
        padding: 30px;
	}
	.pa60{
		padding: 20px;
	}
    .pa30{
        padding: 20px 10px;
    }
}
@media screen and (max-width: 480px){
    .pa100{
        padding: 10px;
    }
}

.event{
	display: block;
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
}
