@charset "utf-8";
/* CSS Document */
body{
	width:100%;
	overflow-x:hidden;
	margin:0;padding:0;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#loader{
    width: 80px;
    height: 80px;
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 10;
}
#fade{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 7;
}

h1, h2, h3, h4, h5, p{padding: 0; margin: 0;}

a {outline: none;text-decoration:none;color:#000;}
.clear{clear:both;}
li{list-style: none;}


/*グローバルメニュー*/
header{
	width: 140px;
	height: 100vh;
	box-sizing: border-box;
    background: rgba(255,255,255,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	
}

.header_wrap{

}

header h1{
	background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    height: 140px;
    width: 140px;
}

header ul{
    padding: 0;
    margin-top: 0;
}
/*
header ul li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
}*/

header ul li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
	height: 100px;
	width: 140px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	color: #fff;
	transition: .4s;
}

header ul li:nth-child(1){
		background-color: rgba(255,153,153,0.75);
}
header ul li:nth-child(2){
		background-color: rgba(102,204,153,0.75);
}
header ul li:nth-child(3){
		background-color: rgba(255,204,0,0.75);
}
header ul li:nth-child(4){
		background-color: rgba(203,125,215,0.75);
}
header ul li:nth-child(5){
		background-color: rgba(126,206,244,0.75);
}

header ul li a:hover{
	background-color: #efb117;
}

header .sp_logo{
	display: none;
}

#nav-drawer{
	display: none;
}


.allwrap{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.wrap_inner{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden !important;
	position: fixed;
}
.sbox{
	position:absolute;
	width:50%;
	height:100%;
}
footer{
	background-color: #212121;
	padding: 40px;
	margin-top: 60px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
 /*=======left_box======*/
.left-wrap {
    width: 830px;
    height: 100%;
    background: url(../images/main_mv_pc.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
.mainvisual_inner{
	right: 0;
	height: 100%;
	position: relative;
}

/*学園祭ロゴ*/
.mainvisual_inner h2{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
}
.mainvisual_inner h2 img{
	width: 50%;
}
.logo_2019_sp{
	display: none;
}

/*ページ戻るボタン*/
.page_top {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 40px 20px;
    background-color: #212121;
    color: #ffd800;
    width: 80px;
    text-decoration: none;
    border-radius: 100px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.6);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    border: 2px solid #e4c204;
}
 /*=======right_about======*/
#right-wrap {
	position: absolute; 
	background: url(../images/right_bg.gif) repeat;
	right:0;
	width: calc(100% - 830px);
	height: 100%;
	overflow-y:scroll;
	overflow-x: hidden;
    border-left: 6px solid white;
}
.right_about_inner{
	color:#fff;
	padding-top: 50px;
	text-align: center;
	letter-spacing: 1.4px;
	position: relative;
	z-index: 99;
}
.right_inner_box{
	max-width: 768px;
	margin: auto;
	width: auto;
	padding: 60px 60px 40px 60px;
} 
.right_inner_container{
	position: relative;
}

/*information*/
.honkan_wrap{
	margin: 40px 0 0 0;
    background: url(../images/c_bg_1.jpg) repeat;
    background-size: contain;
}
.shinkan_wrap{
    background: url(../images/c_bg_2.jpg) repeat;
    background-size: contain;
}
.nigoukan_wrap{
    background: url(../images/c_bg_3.jpg) repeat;
    background-size: contain;
}
.info_box{
    padding-bottom: 40px;
}
.info_box h3{
    color: #E25D6F;
    margin-bottom: 40px;
    border-bottom: 6px solid #E25D6F !important;
    background-color: rgb(255,255,255,0.8);
    padding: 10px 10px 0 10px;
    border-radius: 10px;
}
/*
.info_box span {
    color: #E25D6F !important;
}
*/
.shinkan_wrap .r-co{
	color: #E25D6F !important;
}


/*
本館8
*/
.f_ch{
	box-shadow: 12px 12px #e8850e;
	border: 1px solid #e8850e;
}
.f_ch .floor_no{
	background-color: #E8850E;
}
.f_ch h4{
	color: #E8850E;
}

/*
本館7
新館4.5
*/
.f_yellow{
	box-shadow: 12px 12px #FED52F;
	border: 1px solid #FED52F;
}
.f_yellow .floor_no{
    background-color: #FED52F;
    color: #212121;
}
.f_yellow h4{
	color: #FED52F;
}
/*
本館6
*/
.f_pink{
	box-shadow: 12px 12px #DC6B9C;
	border: 1px solid #DC6B9C;
}
.f_pink .floor_no{
    background-color: #DC6B9C;
}
.f_pink h4{
	color: #DC6B9C;
}
/*
本館5
*/
.f_blue{
	box-shadow: 12px 12px #316BAC;
	border: 1px solid #316BAC;
}
.f_blue .floor_no{
    background-color: #316BAC;
}
.f_blue h4{
	color: #316BAC;
}
/*
本館4
*/
.f_purple{
	box-shadow: 12px 12px #8A599A;
	border: 1px solid #8A599A;
}
.f_purple .floor_no{
    background-color: #8A599A;
}
.f_purple h4{
	color: #8A599A;
}
/*
本館3
*/
.f_green{
	box-shadow: 12px 12px #299E80;
	border: 1px solid #299E80;
}
.f_green .floor_no{
    background-color: #299E80;
}
.f_green h4{
	color: #299E80;
}
/*
新館7
*/
.f_red{
	box-shadow: 12px 12px #D20051;
	border: 1px solid #D20051;
}
.f_red .floor_no{
    background-color: #D20051;
}
.f_red h4{
	color: #D20051;
}



/*共通*/
.floor_box{
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
}

.floor_no{
    color: #fff;
    font-size: 26px;
	padding: 10px 20px;
    font-weight: bold;
	border-radius: 8px 8px 0 0;
}

.floor_no span{
	padding-left: 10px;
    font-size: 18px;
}

.floor_img{
	display: flex;
	vertical-align: middle;
	justify-content: space-between;
}
.floor_img img{
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}
.floor_flex{
	padding: 20px 60px;
}
.floor_text{
	margin: 20px 0 0 0;
}
.floor_text ul{
	margin: 0;
}
.floor_text ul li{
	list-style: circle;
}
.floor_text h5{
    margin: 10px 0;
    font-weight: normal;
    color: #ffffff;
    font-size: 20px;
    background-color: #d20051;
    padding: 6px;
    border-radius: 6px;
}
.floor_category{
	display: inline-block;
	padding: 6px;
    background-color: #212121;
    color: #ffd800;
}
.floor_text h4{
	font-size: 28px;
	font-weight: bold;
	margin: 10px 0;
}

/*======ブログ=====*/
.blog_img img{
	display: block;
	transition-duration: 0.4s;
}
.blog_img  img:hover {
	transform: scale(1.1);
	transition-duration: 0.4s;
}
.sp_style{
	display: none;
}

/*SNS*/
.sns_box{
	display: flex;
	justify-content: space-between;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #fff;
}
.sns_icon,
.sns_text{
	width: 50%;
}
.sns_text{
    background-color: #212121;
    color: #ffd800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
}
.sns_icon{
	display: flex;
	justify-content: space-between;
}
.sns_icon li{
	width: 25%;
	text-align: center;
}

/*右コンテンツ_リード文*/
.right_inner_box .lead_box {
    font-size: 20px;
    color: #00a8e6;
    position: relative;
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0 0 8px grey;
    border-radius: 10px;
    font-weight: bold;
}
.right_inner_box .lead_box:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
	width: 0;
	height: 0;
}
/*見学・相談会*/
.consul_box{
	display: flex;
	margin: 60px 0 0 0;
	box-shadow: 12px 12px #ffd800;
	background-color: #fff;
}
.consul_img{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
}
.consul_text{
	width: 40%;
	display: flex;
}
.consul_img img{
	width: 100%;
}
.consul_text{
    background-color: #fff;
    color: #fb155b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    padding: 20px;
}
.consul_text p{
	font-size: 22px;
	display: block;
	font-weight: bolder;
}
.consul_text span{
    display: block;
    font-size: 18px;
    color: #ffffff;
    background-color: #fb155b;
    padding: 6px;
    text-align: center;
    font-weight: bold;
	margin: 10px 0;
}
.consul_text a{
	text-align: right;
	margin-top: 10px;
	color: #fb155b;
}
/*ブログ一覧*/
.blog_wrap{
	color:#fff;
}
.blog_wrap h3{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 2px solid #fff;
	margin-top: 30px;
}
.blog_wrap span{
	font-size: 18px;
	color:#fff;
}
.blog_wrap ul{
	width: 100%;
	margin: auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.blog_wrap ul a{
	padding:10px;
	width: 50%;
    box-sizing: border-box;

}
.blog_box li{
	width: 100%;
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px gray;
}
.blog_box{
	width: 254px;
}
.blog_box h4{
    font-size: 18px !important;
    font-weight: bold;
    color: #00a8e6;
    padding: 16px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #00a8e6;
}
.blog_box .blog_txt{
    font-size: 15px;
    color: #333;
    padding: 8px 14px;
    line-height: 170%;
}
.blog_box .update_day{
	font-size: 14px;
	color:#fff;
	padding-top: 4px;
	text-align: left;}
.blog_box .bloglink{
    font-size: 14px;
    color: #00a8e6;
    text-align: right;
    margin-top: -22px;
    padding: 14px;
}
.blog_img{
    overflow: hidden;
    width: 100%;
	height: 140px;
	border-radius: 10px 10px 0 0;
}
.blog_img img{
	width:100%;
}	

.other_links ul li{
	width: 50%;
}

.other_links ul li a{
	padding: 0;
}

.other_links ul li a img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}


/*ボタン*/
/*主な共通部分*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*共通部分以外*/
a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #000;
  box-shadow: 4px 4px 0 #000;
}

a.btn-border:hover {
  -webkit-box-shadow: -4px -4px 0 #000;
  box-shadow: -4px -4px 0 #000;
}



@media screen and (max-width: 1600px) {
	.mainvisual_inner h2 img {
		width: 400px;
	}
	.left-wrap {
		width: 50%;
	}
	#right-wrap {
		position: absolute;
		background: url(../images/right_bg.gif) repeat;
		right: 0;
		width: 50%;
	}
	.sns_text {
    	padding: 10px 4px;
		width: 100%;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1400px){
	.floor_flex {
		padding: 40px;
	}
	.consul_box {
		display: block;
	}
	.consul_img {
		display: block;
    	width: 100%;
	}
	.consul_text {
		width: 100%;
		box-sizing: border-box;
	}
	.sns_box {
		display: block;
	}
	.sns_icon {
		padding: 0;
		margin-top: 40px;
	}
	.blog_img {
		height: 100%;
	}
}

@media screen and (max-width: 1200px) {
	.wrap_inner {
		position: static;
	}
	.sbox {
		position: static;
		display: block;
		height: 82vh;
	}
	.mainvisual_inner h2 img {
		width: 400px;
	}
	.left-wrap {
		width: 100%;
	}
	#right-wrap {
		right: auto;
		width: 100%;
		position: static;
		overflow-y: auto;
		overflow-x: auto;
		border: none;
	}
	.right_inner_box {
		max-width: 640px;
		padding: 40px 50px 0 180px;
		width: auto;
	}
}


@media screen and (max-width: 768px) {
	.logo_2019_pc{
		display: none;
	}
	.logo_2019_sp{
		display: block;
		float: right;
	}
	.header_wrap ul {
		display: none;
	}
	header .pc_logo{
		display: none;
	}
	header .sp_logo{
		display: block;
		height: 60px;
		width: 100%;
	}
	header {
		padding: 10px;
		background: #fff;
		height: 60px;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		vertical-align: middle;
	}
	header h1 {
		margin: auto;
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		height: 60px;
		width: 50%;
		padding: 6px 0;
		box-sizing: border-box;
	}
	#nav-drawer {
		position: relative;
		display: inline-block;
	}
	.nav-unshown {
		display:none;
	}
	#nav-open {
		display: inline-block;
		width: 30px;
		height: 22px;
		vertical-align: middle;
	}
	#nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background: #555;
		display: block;
		content: '';
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -8px;
	}
	#nav-open span:after {
		bottom: -16px;
	}
	#nav-close {
		display: none;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}
	#nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 90%;
		max-width: 330px;
		height: 100%;
		background: #fff;
		transition: .3s ease-in-out;
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);
	}
	#nav-input:checked ~ #nav-close {
		display: block;
		opacity: .5;
	}
	#nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	header ul li a {	
		width: 100%;
	}
	.page_top {
		height: 60px;
		margin: 20px;
		width: 60px;
		font-size: 12px;
	}
	.blog_wrap h3 {
		font-size: 26px;
	}
	.floor_text h4 {
		font-size: 20px;
	}
	.sbox {
		height: 90vh;
	}
	.right_inner_box {
		max-width: 100%;
		padding: 40px 40px 0 40px;
	}
	.floor_flex {
		padding: 20px;
	}
	.blog_wrap ul {
		display: block;
	}
	.blog_box li {
		margin-bottom: 40px;
	}
	.other_links ul li {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.right_inner_box {
		padding: 20px 20px 0 20px;
	}
	.mainvisual_inner h2 img {
		width: 80%;
	}
}



body {
  background: #ffffff; 
  color: #414141;
}

.select-box {
  cursor: pointer;
  position : relative;
  max-width:  20em;
  margin: 1em auto;
  width: 100%;
}

.select,
.label {
  color: #414141;
  display: block;
  font: 400 17px/2em 'Source Sans Pro', sans-serif;
}

.select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 5px 0;
  height: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none transparent;
  border: 0 none;
}
.select-box1 {
  background: #000000;
}

.label {
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
}
.open .label::after {
   content: "▲";
}
.label::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 15px;
  border-left: 5px solid #fff;
}


@media screen and (min-width: 768px){
.br-sp {display: none; }
}