@charset "utf-8";

/* ======================================================
 * case_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
====================================================== */

@media print, screen and (min-width: 768px) {
	
	.sp_Only { display: none!important; }
	.pc_Only { display: block!important; }

	.mt60 { margin-top: 60px; }
	
	.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

	.calendar_contents {
		overflow: hidden;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #333;
	}
	.calendar_inner {
		position: relative;
		padding: 20px;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.pageHead .heading-lv1_01 {
		position: relative;
		width: 1000px;
    margin: 0 auto;
		height: 124px;
	}
	.pageHead .heading-lv1_01 .heading_title02 {
    color: #fff;
    font-size: 3.2rem;
		position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
		
  }
	.pageHead .heading-lv1_01 .heading_title02 span {
		display: block;
		font-size: 2.2rem;
		padding-top: 5px;
		line-height: 1.1em;
	}
	.One_schollName {
		font-size: 25px;
		line-height: 1.0em;
		margin-top: 40px;
		margin-bottom: 20px;
		font-weight: bold;
	}
	.One_schollName span {
		display: block;
		font-size: 16px;
		
	}
	.BoxBig, .BoxSmall {
		overflow: hidden!important;
		
	}
	.BoxBig {
		position: relative;
		width: 100%;
		overflow: hidden!important;
		margin: 0!important;
		padding: 0!important;
	}
	ul.slider {
		width: 100%!important;
		
	}
	ul.slider li img {
		text-align: center;
		width: 100%!important;
		max-width: 1000px;
		margin: 0 auto;
	}
	.BoxSmall {
		margin-top: 30px;
	}
	ul.slider {
		position: relative;
		width: 100%;
		max-width: 1000px;
	}
	.BoxSmall ul.thumbnail {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		/*justify-content: center;*/
		flex-wrap:wrap;
		gap: 1%;
		position: relative;
		width: 100%;
		
		}
	
	ul.thumbnail li {
		position: relative;
		width: calc(96%/5);
		/*padding-right: 1%;*/
		padding-bottom: 1.5%;
		
	}
	ul.thumbnail li img {
		width: 100%;
		height: auto;
		
	}
	ul.thumbnail li.padR_0 {
		padding-right: 0%!important;
	}
	ul.thumbnail li:hover {
		cursor: pointer;
		opacity: .7;
	}
	span.caption_slide {
		display: block;
		text-align: center;
		margin-top: 8px;
	}
	.Intro {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.Intro .hdCase {
		font-size: 2.4rem;
		margin-bottom: 15px;
		font-weight: bold;
		color: #4c71b0;
	}
	.Intro p {
			font-size: 1.7rem;
			line-height: 2em;
		}
	.MapURL {
		margin-top: 60px;
	}
	.MapURL img {
		display: block;
		float: left;
		width: 35%;
		max-width: 350px!important;
		border: 1px solid #999;
	}
	.MapURL p {
		line-height: 1.5em;
		float: left;
		width: 60%;
		/*padding-left: 3%;*/
		margin-top: -0.7em;
	}
	.MapURL span {
		display: block;
		font-size: 2rem;
		font-weight: bold;
		line-height: 2em;
	}
	.MapURL a[target="_blank"] {
		padding-right: 20px;
    background: url("../img/com_ic004.png")no-repeat 100% 50%;
    
	}
	.MapURL a {
		overflow-wrap: break-word;
		color: #333;
		text-decoration: none;
	}
	.MapURL a:hover {
		color: #2288bb;
		text-decoration: underline;
	}
	
	
	
	

	.current_navi {
		background-color: #333;
		color: #fff!important;
		font-weight: bold;
	}
	
	/*--矢印--*/
	.slide-arrow {
		
	}
	
	/* ----- slick-arrow ----- */
  .prevArrow {
    position: absolute;
    top: 145px;
    left: -35px;
    width: 18px;
    height: 32px;
    background: url("../img/arrow-left_sm.png") no-repeat 0 0;
    text-indent: -9999px;
    cursor: pointer;
  }
  .nextArrow {
    position: absolute;
    top: 145px;
    right: -35px;
    width: 18px;
    height: 32px;
    background: url("../img/arrow-right_sm.png") no-repeat 0 0;
    text-indent: -9999px;
    cursor: pointer;
  }
	
	.imageBox {
		position: relative;
		width: 100%;
		margin-top: 60px;
	}
	.schoolName a {
		text-decoration: none;
		color: #333;
	}
	.schoolName a:hover {
		text-decoration: underline;
	}
	.schoolImg a img:hover, .schoolImg_Last a img:hover {
		opacity: 0.7!important;
	}
	
	
	ul.school_Set {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	ul.school_Set li {
		position: relative;
	}
	.schoolImg, .schoolImg_Last {
		float: left;
		width: 30%;
		margin-bottom: 30px;
	}
	.schoolImg {
		margin-right: 4.8%;
	}
	.schoolImg:nth-child(3n) {
		margin-right: 0%;
	}
	/*
	.schoolImg_Last {
		margin-right: 0!important;
	}*/
	.schoolImg a img, .schoolImg_Last a img {
		width: 100%;
	}
	.TextMain {
		position: relative;
		margin: 0 auto;
	}

	
	h2.main_Tit { 
		font-size: 22px; 
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
		font-weight: bold;
		width: 100%;
		margin: 80px 0px;
		padding: 0;
	}

}

