header {
    -webkit-box-shadow: 0 5px 5px 0 rgba(68, 68, 68, .2);
    -moz-box-shadow: 0 5px 5px 0 rgba(68, 68, 68, .2);
    -ms-box-shadow: 0 5px 5px 0 rgba(68, 68, 68, .2);
    -o-box-shadow: 0 5px 5px 0 rgba(68, 68, 68, .2);
    box-shadow: 0 5px 5px 0 rgba(68, 68, 68, .2)
}

.menu_line {
    margin-left:25px; 
	margin-right:25px;
	display:flex; 
	
}

.header-desktop {
	display: none;
}

@media only screen and (max-width:1250px) {
    .header-desktop {
		display: block;
	}
}

@media only screen and (max-width: 1000px) {
    .header-desktop__user-menu .btn {
        min-width: 80%;
        font-size: 18px;
        font-size: 1rem;
    }
}


@media only screen and (max-width:1250px) {
    .mobile_menu {
        min-width: 80%;
    }
}



.mobile_top_menu_lv {
	display: none;
}
@media only screen and (max-width:1250px) {
    .mobile_top_menu_lv {
		display: block;
	}
}






.bazaar__one {
    display: inline-block;
    vertical-align: top;
    width: 447px;
    height: 250px;
    margin: 0 9px 255px;
    position: relative;
    cursor: pointer
}

@media only screen and (min-width:1024px) {
    .bazaar__one {
        max-width: calc(33.3333% - 18px)
    }
}

@media only screen and (max-width:1260px) {
    .bazaar__one {
        max-width: 100%
    }
}

@media only screen and (max-width:750px) {
    .bazaar__one {
        margin: 0 0 255px
    }
}

.bazaar__one:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -7px;
    width: 430px;
    height: 100%;
    background: #223d4c;
    z-index: -1;
    max-width: 96%
}

.bazaar__title {
    font-size: 1.111rem;
    padding: 24px 27px;
}

.bazaar__title {
    position: absolute;
	display: inline-flex;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -205px;
	max-height: 180px;
    font-weight: 500;
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 28px;
    font-size: 1.55556rem;
    color: #223d4c;
    width: 95%;
    padding-top: 10px;
	padding-bottom: -0px; /* 0px;*/
	padding-left: 20px;
	padding-left: 20px;
	padding-right: 20px;
	  
    text-align: left;
	background: #FCF6EA;
	border-bottom: 7px solid #223d4c;
}

.cpy_name {
	color: #384140;
	font-size: 20px;
	margin-bottom:5px;
	line-height: 32px;
	    border-bottom: 1px solid #B5AEA4;
}

.bazaar_brief {
	color : #185E9C;
	line-height: 32px;
	font-size: 20px;
}

.main_div {
    height: 100%;
    width:100%;
    border-collapse: collapse;
}
			
.bazaar_outside {
    position:relative;
	width: 100%;
	font-size: 22px;
}
.bazaar_inside {
    position: absolute;
    bottom: 0;
	width: 100%;
}

@media only screen and (max-width:430px) {
    .bazaar_inside {
		position: relative;
		bottom: 0;
		width: 100%;
	}
	
	.bazaar__title {
		display: inline-block;
		max-height: 100%;
		/* height: calc(100% + 20%);*/
	}
}

.page-cover__subtitle {
    color: #2a4554;
    margin: 0 0 5px;
    line-height: 1.1;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    font-family: "Fira Sans Condensed", sans-serif;
}

@media only screen and (max-width:1260px) {
    .page-cover__subtitle {
        font-size: 32px;
    }    
}

@media only screen and (max-width:750px) {
    .page-cover__subtitle {
        font-size: 25px;
    }    
}

.page-cover__title2 {
    color: #7D4E16;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    font-size: 50px;
}

@media only screen and (max-width:1260px) {
	.page-cover__title2 {
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 40px;
	}
}

@media only screen and (max-width:750px) {
	.page-cover__title2 {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 30px;
	}
}

.route-table2 {
    position: relative;
    width: 50%;
	float: left;
    font-size: 16px;
    font-size: .88889rem;
}

 .campus_left {
    padding-right: 1%;
}

 .campus_right {
    padding-left: 1%;
}

.route-table__content2 {
    border-top: none;
    vertical-align: top;
    width: 100%;
}

.route-table__title2 {
    color: #fff;
    background: #1E539B;
    padding: 10px 20px;
    border: 1px solid #ecedee;
    font-weight: 500;
    
    font-size: 1.11111rem;
    display: flex;
    align-items: center;
}

@media only screen and (max-width:690px) {
	
	.route-table2 {
		position: relative;
		width: 100%;
		float: left;
		font-size: 16px;
		font-size: .88889rem;
	}

	 .campus_left {
		padding: 1%;
	}

	 .campus_right {
		padding: 1%;
	}
}

.albums__filter-item .select2-container .select2-selection--single {
    border-color: #7FA9CE;
}

.albums__filter {
    display: flex;
    justify-content: right;
}

.albums__filter-item {
    width: 100%;
    max-width: 310px;
    font-size: 0;
}

.albums__filter-item>.albums__filter-item__name {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    width: 55px;
}

.albums__filter-item>.albums__filter-item__field {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    width: calc(100% - 55px);
} 

.bazaar-detail {
    min-height: 318px;
    padding: 70px 58px;
    display: flex;
    flex-flow: row-reverse;
    font-size: 18px;
    font-weight: 200;
    color: #666666;
}

@media only screen and (max-width: 1024px) {
    .bazaar-detail {
        padding: 56px 15px;
        flex-flow: column;
        font-size: 16px;
    }
}

@media only screen and (max-width: 520px) {
    .bazaar-detail {
        padding: 40px 15px;
    }
}

.bazaar-detail-info {
    width: 60%;
    padding-left: 60px;
}

.bazaar-detail-content {
    width: 40%;
}

.bazaar-detail-nav {
    text-align: right;
    margin-top: 40px;
}

.bazaar-detail-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 40px;
    font-size: 0;
}

.bazaar-detail-video iframe, .bazaar-detail-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bazaar-detail-detail_title {
    font-size: 24px;
    font-weight: 500;
    color: #2A4554;
    margin-top: 40px;
    margin-bottom: 20px;
}

.bazaar-detail-logo {
    margin-bottom: 20px;
    text-align: right;
}

.bazaar-detail-logo img {
    max-width: calc(100% - 200px);
    width: 40%;
}

.bazaar-detail-logo span {
    float: left;
    font-weight: 100;
}

.bazaar-detail-media {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
}

.bazaar-detail-nav > * {
    vertical-align: middle;
}

.bazaar-detail-nav > *:nth-child(1n+2) {
    margin-left: 40px;
}

.bazaar-detail .btn.btn-nano {
    font-size: 16px;
    line-height: 1.5em;
    min-width: 140px;
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
    .bazaar-detail-info {
        width: 100%;
        padding-left: 0;
    }

    .bazaar-detail-content {
        width: 100%;
        margin-top: 60px;
    }

    .bazaar-detail-thumb {
        max-width: 400px;
        margin: auto;
    }
}

@media only screen and (max-width: 520px) {
    .bazaar-detail-logo {
        text-align: center;
    }

    .bazaar-detail-logo span {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 10px;
        text-align: initial;
    }

    .bazaar-detail-logo img {
        max-width: 90%;
        width: 100%;
    }
    .bazaar-detail-nav > *:nth-child(1n+2) {
        margin-left: 20px;
    }
    .bazaar-detail-nav {
        margin-top: 20px;
    }
    .bazaar-detail-content {
        margin-top: 40px;
    }
    .bazaar-detail-detail_title {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

ul#fixed_media-itemList {
    display: block;
    position: fixed;
    left: 0;
    top: 250px;
    width: 50px;
    z-index: 99;
}

#fixed_media-itemList li {
    display: block;
    width: 100%;
    text-align: center;
    background: #FF6550;
}

#fixed_media-itemList li a {
    display: block;
    padding: 20px 0px;
    width: 100%;
}

#fixed_media-itemList li img {
    vertical-align: top;
}

#fixed_media-itemList li span {
    font-size: 10px;
    display: block;
    font-weight: 800;
    color: #FFF;
    line-height: 1;
}

#fixed_media-itemList li.fixed_media-fb {
    background: #3B5981;
}

#fixed_media-itemList li.fixed_media-ig {
    background: #B33A7C;
}

#fixed_media-itemList li.fixed_media-printer {
    background: #738080;
}

#fixed_media-itemList li.fixed_media-email {
    background: #666666;
}

.idx_banner-msg {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    text-align: left;
}

.idx_banner-logo {
    width: 635px;
}

.idx_banner-text {
    width: calc(100% - 675px);
	color: #854A00;
    padding-top: 40px;
}

.idx_banner-text .head {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 400;
    max-width: 540px;
}

.idx_banner-text .sub {
    font-size: 35px;
    line-height: 1.2;
    margin-top: 20px;
    font-weight: 400;
	color : #2a4554;
}

.idx_banner-logo-img {
    position: relative;
}

.idx_banner-logo-img-btn {
    position: absolute;
    top: 60%;
    left: 60%;
    background: #D4712B;
    border: 3px solid #FFF;
    text-shadow: 0 0 BLACK;
    font-weight: 600;
    min-width: 190px;
    line-height: 42px;
    text-align: center;
    transition: 0.3s background ease, 0.3s color ease;
    transform: translate(-50%, 0);
}

.idx_banner-logo-img-btn:hover {
    color: #FFF;
    background: #854A00;
}

@media only screen and (max-width : 1420px) {
    .idx_banner-logo {
        width: 45%;
    }

    .idx_banner-text {
        /*width: 55%;*/
    }

    .idx_banner-text .head {
        font-size: 4.8vw;
        max-width: 40vw;
    }

    .idx_banner-text .sub {
        font-size: 2.5vw;
        margin-top: 0.5vw;
    }
    .idx_banner-logo-img-btn {
        border: 0.3vw solid #FFF;
        min-width: 35%;
        line-height: 2.96vw;
        font-size: 1.3vw;
    }
}
#videoBlock2 {
    /*height: 700px;*/
    position: relative;
}
#videosubstitute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none;
}

@media only screen and (max-width : 1420px) {
    #videoBlock2 {
       /* height: 40vw;*/
    }
}


.idx-desc-title {
    font-size: 43px;
    font-weight: 500;
    color: #854A00;
    line-height: 1.4;
    margin-bottom: 35px;
}

.idx-desc-image {
    margin-bottom: 35px;
}

.idx-desc-content h1 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 35px;
    color: #2A4554;
}

.idx-desc-detail {
    margin-bottom: 35px;
}

.idx-desc-detail-row {
    display: block;
    padding-left: 18px;
    position: relative;
}

.idx-desc-detail-row:nth-child(1n+2) {
    margin-top: 18px;
}

.idx-desc-detail-row:before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.2em;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.idx-desc-detail-row.location:before {
    background-image: url(../img/info-icon/pginfo_icon__location.svg);
}

.idx-desc-detail-row.school:before {
    background-image: url(../img/info-icon/pginfo_icon__point.svg);
}

.idx-desc-detail-row.date:before {
    background-image: url(../img/info-icon/pginfo_icon__date.svg);
}

.idx-desc-detail-row.time:before {
    background-image: url(../img/info-icon/pginfo_icon__time.svg);
}

.idx-desc {
    padding: 80px 0 270px; /*padding: 120px 0 270px;*/
    position: relative;
    overflow: hidden;
}

/*
.idx-desc::after {
    content: '';
    display: block;
    width: 1920px;
    height: 207px;
    width: 100%;
    height: 0;
    padding-top: 11%;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
    background: url(../img/page-cover/idx_desc_cover2.jpg) center bottom/100% no-repeat rgba(255, 255, 255, .75);
}
*/

.program-slider__nav {
    text-align: center;
    margin-top: 90px;
}

@media only screen and (max-width : 1420px) {
    .idx-desc {
        padding: 50px 0 210px; /* padding: 80px 0 210px;*/
    }

    .idx-desc-title {
        font-size: 33px;
    }

    .idx-desc-content {
        font-size: 16px;
    }

    .idx-desc-content h1 {
        font-size: 20px;
    }

    /*
    .idx-desc::after {
        /* width: 1600px; * /
        /* height: 170px; * /
    }
    */
}

@media only screen and (max-width : 600px) {
    .idx-desc-title {
        font-size: 28px;
    }

    .idx-desc-content {
        font-size: 16px;
    }

    .idx-desc {
        padding: 40px 0 140px;
    }

    /*
    .idx-desc::after {
        /* width: 800px; * /
        /* height: 90px; * /
    }
    */
}

.program_detail-media ul {
    display: flex;
    flex-flow: wrap;
    justify-content: right;
}

.program_detail-media ul li {
    display: block;
    width: 60px;
    text-align: center;
    background: #FF6550;
}

.program_detail-media ul li a {
    display: flex;
    flex-flow: column;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.program_detail-media ul li a span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    margin-top: 6px;
}

.program_detail-media ul li.media-fb {
    background: #3B5981;
}

.program_detail-media ul li.media-ig {
    background: #B33A7C;
}

.program_detail-media ul li.media-printer {
    background: #738080;
}

.program_detail-media ul li.media-email {
    background: #666666;
}

.border-blue .select2-container .select2-selection--single {
    border-color: #7FA9CE;
}
/* vim:set ts=8 sw=4 sts=4 et noeol nofixeol: */